gdb/fortran: Handle dynamic string types when printing types
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4 * gdb.fortran/ptype-on-functions.f90: Likewise.
5
6 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
7
8 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
9 values in documentation for addr_size to 4 and 8.
10
11 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.arch/amd64-osabi.exp: Update.
14 * gdb.arch/arm-disassembler-options.exp: Update.
15 * gdb.arch/powerpc-disassembler-options.exp: Update.
16 * gdb.arch/ppc64-symtab-cordic.exp: Update.
17 * gdb.arch/s390-disassembler-options.exp: Update.
18 * gdb.base/all-architectures.exp.tcl: Update.
19 * gdb.base/attach-pie-noexec.exp: Update.
20 * gdb.base/catch-syscall.exp: Update.
21 * gdb.xml/tdesc-arch.exp: Update.
22
23 2020-07-14 Tom de Vries <tdevries@suse.de>
24
25 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
26 (local_gettid): ... this.
27 (fn): Update.
28
29 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
30
31 * gdb.base/info_sources.exp: Skip directory match tests on
32 remote hosts.
33
34 2020-07-13 Gary Benson <gbenson@redhat.com>
35
36 * gdb.base/savedregs.exp (caller): Use parentheses to
37 make expected expression evaluation ordering explicit.
38
39 2020-07-13 Gary Benson <gbenson@redhat.com>
40
41 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
42
43 2020-07-13 Gary Benson <gbenson@redhat.com>
44
45 * gdb.base/bigcore.c (main): Use a volatile pointer when
46 attempting to trigger a SIGSEGV.
47 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
48 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
49 * gdb.base/savedregs.c (thrower): Likewise.
50 * gdb.mi/mi-syn-frame.c (bar): Likewise.
51
52 2020-07-13 Gary Benson <gbenson@redhat.com>
53
54 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
55 defining and using VLA structure fields into...
56 * gdb.base/vla-struct-fields.c: New file.
57 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
58 tests into...
59 * gdb.base/vla-struct-fields.exp: New file.
60
61 2020-07-13 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
64 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
65 * gdb.base/gold-gdb-index.exp: Same.
66 * gdb.base/morestack.exp: Same.
67
68 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
69
70 PR rust/26121
71 * gdb.rust/modules.rs: Prevent linker from discarding test
72 symbol.
73
74 2020-07-10 Pedro Alves <pedro@palves.net>
75
76 PR gdb/26199
77 * gdb.multi/multi-target.c (exit_thread): New.
78 (thread_start): Break loop if EXIT_THREAD.
79 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
80 (top level) Call test_no_resumed.
81
82 2020-07-08 Tom Tromey <tromey@adacore.com>
83
84 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
85 * gdb.ada/catch_ex.exp: Examine catchpoint text.
86
87 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 PR python/22748
90 * gdb.opt/inline-frame-tailcall.c: New file.
91 * gdb.opt/inline-frame-tailcall.exp: New file.
92 * gdb.python/py-unwind-inline.c: New file.
93 * gdb.python/py-unwind-inline.exp: New file.
94 * gdb.python/py-unwind-inline.py: New file.
95
96 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.python/py-arch-reg-groups.exp: New file.
99
100 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.python/py-arch-reg-names.exp: New file.
103
104 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
107 gdb.PendingFrame.architecture method.
108
109 2020-07-06 Tom de Vries <tdevries@suse.de>
110
111 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
112
113 2020-07-03 Pedro Alves <palves@redhat.com>
114
115 * gdb.base/structs2.c (main): Adjust second parem_reg call to
116 explicitly write negative numbers.
117 * gdb.base/structs2.exp: Adjust expected output.
118
119 2020-07-03 Pedro Alves <palves@redhat.com>
120
121 * gdb.base/charset.c (init_string): Change all char parameters to
122 unsigned char parameters.
123
124 2020-07-03 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/call-sc.exp (start_scalars_test): Use
127 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
128 * gdb.base/overlays.c: Remove references to PARAMS.
129 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
130 * gdb.base/reread.exp: Don't set 'prototypes' global.
131 * gdb.base/structs.exp (start_structs_test): Use
132 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
133 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
134 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
135 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
136 call.
137 * gdb.base/varargs.exp: Don't set 'prototypes' global.
138
139 2020-07-03 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/m32rovly.c: Delete.
142 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
143
144 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
145
146 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
147 of gdb_py_test_multiple.
148 * gdb.python/py-cmd.exp: Likewise.
149 * gdb.python/py-events.exp: Likewise.
150 * gdb.python/py-function.exp: Likewise.
151 * gdb.python/py-inferior.exp: Likewise.
152 * gdb.python/py-infthread.exp: Likewise.
153 * gdb.python/py-linetable.exp: Likewise.
154 * gdb.python/py-parameter.exp: Likewise.
155 * gdb.python/py-value.exp: Likewise.
156
157 2020-06-30 Tom de Vries <tdevries@suse.de>
158
159 PR testsuite/26175
160 * lib/future.exp (gdb_default_target_compile): Detect and handle
161 early_flags.
162
163 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
164
165 * boards/simavr.exp (gdb_load): Catch errors when closing
166 previous connection. Close connection, wait for process and
167 unset simavr_spawn_id on failure.
168
169 2020-06-29 Tom de Vries <tdevries@suse.de>
170
171 * lib/gdb.exp (unknown): Make test-case unresolved.
172
173 2020-06-29 Tom de Vries <tdevries@suse.de>
174
175 PR gdb/25475
176 * gdb.server/solib-list.exp: Verify that the symbol reload
177 confirmation question is asked.
178
179 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
180
181 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
182 have a input seq nr in each pass message.
183 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
184 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
185 * gdb.python/python.exp: Make test names unique,
186 use gdb_test_multiline instead of gdb_py_test_multiple,
187 use $gdb_test_name.
188 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
189
190 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
191
192 * configure.ac: Add --enable-libctf.
193 * aclocal.m4: sinclude ../config/enable.m4.
194 * Makefile.in (site.exp): Add enable_libctf to site.exp.
195 * lib/gdb.exp (skip_ctf_tests): Use it.
196 * gdb.base/ctf-constvars.exp: Error message tweak.
197 * gdb.base/ctf-ptype.exp: Likewise.
198 * configure: Regenerate.
199
200 2020-06-26 Gary Benson <gbenson@redhat.com>
201
202 * gdb.cp/try_catch.cc: Include string.h.
203 (main): Replace comparison against string literal with
204 strcmp, avoiding build failure with -Wstring-compare.
205 Add "marker test-complete".
206 * gdb.cp/try_catch.exp: Run the test to the above marker,
207 then verify that the value of "test" is still true.
208
209 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
212
213 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
214
215 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
216
217 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
220 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
221 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
222 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
223 * gdb.arch/riscv-tdesc-loading.exp: New file.
224
225 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
228
229 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
232 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
233 * gdb.arch/riscv-tdesc-regs.c: New file.
234 * gdb.arch/riscv-tdesc-regs.exp: New file.
235
236 2020-06-24 Pedro Alves <palves@redhat.com>
237
238 * gdb.arch/amd64-entry-value-paramref.exp: Use
239 prepare_for_testing_full and don't pass "c++" for the .S file
240 build spec.
241 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
242 $options, since it's an assembly file. Remove -Wno-deprecated.
243 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
244 compiling C++ programs.
245
246 2020-06-24 Pedro Alves <palves@redhat.com>
247
248 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
249 Clang, add "-Wno-unknown-warning-option" to the options.
250
251 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.xml/tdesc-reload.c: New file.
254 * gdb.xml/tdesc-reload.exp: New file.
255 * gdb.xml/maint-xml-dump-01.xml: New file.
256 * gdb.xml/maint-xml-dump-02.xml: New file.
257 * gdb.xml/maint-xml-dump.exp: New file.
258
259 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
260
261 * lib/completion-support.exp (test_gdb_completion_offers_commands):
262 Adjust for omitted commands when TUI is disabled.
263
264 2020-06-23 Gary Benson <gbenson@redhat.com>
265 Pedro Alves <palves@redhat.com>
266
267 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
268 * gdb.cp/nsimport.cc: Likewise.
269 * gdb.cp/nsnested.cc: Likewise.
270 * gdb.cp/nsnoimports.cc: Likewise.
271 * gdb.cp/nsusing.cc: Likewise.
272 * gdb.cp/smartp.cc: Likewise.
273 * gdb.python/py-pp-integral.c: Likewise.
274 * gdb.python/py-pp-re-notag.c: Likewise.
275
276 2020-06-23 Gary Benson <gbenson@redhat.com>
277
278 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
279 * gdb.cp/nsimport.cc: Likewise.
280 * gdb.cp/nsnested.cc: Likewise.
281 * gdb.cp/nsnoimports.cc: Likewise.
282 * gdb.cp/nsusing.cc: Likewise.
283 * gdb.cp/smartp.cc: Likewise.
284 * gdb.python/py-pp-integral.c: Likewise.
285 * gdb.python/py-pp-re-notag.c: Likewise.
286
287 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
288
289 * gdb.base/default-args.exp: New test.
290 * gdb.base/default-args.c: New file.
291 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
292 * gdb.base/default.exp: Update to new help text.
293 * gdb.base/help.exp: Likewise.
294 * gdb.base/page.exp: Likewise.
295 * gdb.base/style.exp: Likewise.
296 * gdb.guile/guile.exp: Likewise.
297 * gdb.python/python.exp: Likewise.
298
299 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
300
301 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
302 remote host. Fix search path syntax on Windows host.
303
304 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
305
306 * gdb.base/attach.exp: Test priority of 'exec-file' changed
307 over 'exec-file-mismatch'.
308 * gdb.base/attach.c: Mark should_exit volatile.
309 * gdb.base/attach2.c: Likewise. Add a comment explaining
310 why the sleep cannot be big.
311 * gdb.base/attach3.c: New file.
312
313 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
314
315 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
316 prefix optional.
317
318 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
319
320 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
321 for remote host.
322
323 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
324 Hafiz Abid Qadeer <abidh@codesourcery.com>
325
326 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
327 file sent to remote host.
328 (top level): Allow int32_t as type of 32-bit register.
329
330 2020-06-19 Tom de Vries <tdevries@suse.de>
331
332 * lib/gdb.exp (gdb_note): New proc.
333 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
334 (gdb_default_target_compile): ... here. Only call
335 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
336 (use_gdb_compile): Change to array.
337 (toplevel): Update sets of use_gdb_compile to specify language.
338 Warn about default_target_compile override. Store dejagnu's version
339 of default_target_compile in dejagnu_default_target_compile.
340
341 2020-06-18 Tom de Vries <tdevries@suse.de>
342
343 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
344 (default_gdb_init): ... here.
345
346 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
347
348 Fix TUI support checks in gdb.tui tests.
349
350 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
351 just say UNSUPPORTED.
352 * gdb.tui/corefile-run.exp: Likewise.
353 * gdb.tui/empty.exp: Likewise.
354 * gdb.tui/list-before.exp: Likewise.
355 * gdb.tui/list.exp: Likewise.
356 * gdb.tui/main.exp: Likewise.
357 * gdb.tui/regs.exp: Likewise.
358 * gdb.tui/resize.exp: Likewise.
359 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
360 * gdb.tui/tui-layout-asm.exp: Likewise.
361 * gdb.tui/tui-missing-src.exp: Likewise.
362 * gdb.tui/winheight.exp: Likewise.
363 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
364
365 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
366
367 Fix TCL error in gdb.python/py-format-string.exp.
368
369 * gdb.python/py-format-string.exp: Move test for python support
370 earlier, out of function body.
371
372 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
373
374 * gdb.base/index-cache-load-twice.c: New.
375 * gdb.base/index-cache-load-twice.exp: New.
376
377 2020-06-17 Keith Seitz <keiths@redhat.com>
378
379 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
380 when executing "gdb --configuration".
381
382 2020-06-17 Tom de Vries <tdevries@suse.de>
383
384 * lib/gdb.exp (gdb_tcl_unknown): New proc.
385 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
386 conditional on presence of gdb_tcl_unknown.
387 (gdb_finish): Make override undo conditional on presence of
388 gdb_tcl_unknown.
389
390 2020-06-16 Tom Tromey <tom@tromey.com>
391
392 * gdb.python/tui-window.py (failwin): New function. Register it
393 as a TUI window type.
394 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
395
396 2020-06-16 Gary Benson <gbenson@redhat.com>
397
398 * gdb.python/py-nested-maps.c (create_map): Add missing return
399 value.
400 (create_map_map): Likewise.
401
402 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
403
404 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
405 variable.
406 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
407 and use the already-defined 'options' variable.
408
409 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
410 Tom de Vries <tdevries@suse.de>
411
412 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
413 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
414 (gdb_setup_known_globals): New proc.
415 (gdb_cleanup_globals): New proc.
416 * lib/gdb.exp (load_lib): New override proc.
417 (gdb_stdin_log_init): Set var in_file as persistent global.
418 * lib/pascal.exp (gdb_stdin_log_init): Set vars
419 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
420 fpc_compiler as persistent global.
421
422 2020-06-12 Tom de Vries <tdevries@suse.de>
423
424 * lib/tuiterm.exp (spawn): Rename to ...
425 (tui_spawn): ... this.
426 (toplevel): Move rename of spawn ...
427 (gdb_init_tuiterm): ... here. New proc.
428 (gdb_finish_tuiterm): New proc.
429 * lib/gdb.exp (gdb_finish_hooks): New global var.
430 (gdb_finish): Handle gdb_finish_hooks.
431 (tuiterm_env): New proc.
432 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
433 tuiterm_env.
434 * gdb.tui/basic.exp: Same.
435 * gdb.tui/corefile-run.exp: Same.
436 * gdb.tui/empty.exp: Same.
437 * gdb.tui/list-before.exp: Same.
438 * gdb.tui/list.exp: Same.
439 * gdb.tui/main.exp: Same.
440 * gdb.tui/new-layout.exp: Same.
441 * gdb.tui/regs.exp: Same.
442 * gdb.tui/resize.exp: Same.
443 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
444 * gdb.tui/tui-layout-asm.exp: Same.
445 * gdb.tui/tui-missing-src.exp: Same.
446 * gdb.tui/winheight.exp: Same.
447
448 2020-06-12 Tom de Vries <tdevries@suse.de>
449
450 PR testsuite/26110
451 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
452 (gdb_finish): Reinstall dejagnu's override of ::unknown.
453
454 2020-06-11 Tom Tromey <tom@tromey.com>
455
456 PR gdb/18318:
457 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
458 floating point tests.
459
460 2020-06-11 Keith Seitz <keiths@redhat.com>
461
462 PR gdb/21356
463 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
464 vla_struct.
465 Add new struct vla_typedef and union vla_typedef_union and
466 corresponding instantiation objects.
467 Initialize new objects.
468 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
469 and vla_typedef_union_object.
470 Fixup type for vla_struct_object.
471
472 2020-06-11 Tom de Vries <tdevries@suse.de>
473
474 * lib/gdb.exp (with_override): New proc, factored out of ...
475 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
476
477 2020-06-10 Tom de Vries <tdevries@suse.de>
478
479 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
480
481 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
482
483 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
484 parameter, update callers.
485
486 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
487
488 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
489 * gdb.dwarf2/share-psymtabs-bt.c: New file.
490 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
491
492 2020-06-04 Tom de Vries <tdevries@suse.de>
493
494 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
495
496 2020-06-04 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
499 exp_continue.
500
501 2020-06-04 Tom de Vries <tdevries@suse.de>
502
503 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
504
505 2020-06-03 Tom de Vries <tdevries@suse.de>
506
507 PR symtab/26046
508 * gdb.cp/breakpoint-locs-2.cc: New test.
509 * gdb.cp/breakpoint-locs.cc: New test.
510 * gdb.cp/breakpoint-locs.exp: New file.
511 * gdb.cp/breakpoint-locs.h: New test.
512
513 2020-06-03 Tom de Vries <tdevries@suse.de>
514
515 PR testsuite/25609
516 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
517 value of global verbose.
518 * gdb.base/jit-elf.exp: Same.
519 * gdb.base/jit-reader.exp: Same.
520
521 2020-06-02 Tom de Vries <tdevries@suse.de>
522
523 * gdb.dwarf2/multidictionary.exp: Don't use
524 gdb_spawn_with_cmdline_opts.
525
526 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
529 use_header case.
530 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
531 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
532 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
533 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
534 * gdb.dwarf2/dw2-inline-header.c: New file.
535 * gdb.dwarf2/dw2-inline-header.h: New file.
536
537 2020-05-30 Pedro Alves <palves@redhat.com>
538
539 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
540 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
541
542 2020-05-29 Gary Benson <gbenson@redhat.com>
543
544 * gdb.compile/compile-cplus.exp (additional_flags): Also
545 set when building with clang.
546 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
547 when building with clang.
548
549 2020-05-29 Gary Benson <gbenson@redhat.com>
550
551 * gdb.arch/i386-avx.exp (additional_flags): Also set when
552 building with clang.
553 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
554
555 2020-05-29 Gary Benson <gbenson@redhat.com>
556
557 * gdb.cp/koenig.exp (prepare_for_testing): Add
558 additional_flags=-Wno-unused-comparison.
559 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
560
561 2020-05-28 Gary Benson <gbenson@redhat.com>
562
563 * gdb.base/sigaltstack.c (catcher): Add default case to switch
564 statement.
565
566 2020-05-28 Gary Benson <gbenson@redhat.com>
567
568 * gdb.cp/classes.exp (prepare_for_testing): Add
569 additional_flags=-Wno-deprecated-register.
570 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
571 * gdb.cp/misc.exp: Likewise.
572
573 2020-05-28 Gary Benson <gbenson@redhat.com>
574
575 * gdb.linespec/cpls-ops.cc (dummy): New static global.
576 (test_op_new::operator new): Add return statement.
577 (test_op_new_array::operator new[]): Likewise.
578
579 2020-05-27 Pedro Alves <palves@redhat.com>
580
581 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
582 check. Use test_gdb_complete_unique instead of
583 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
584 test_gdb_complete_multiple instead of
585 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
586
587 2020-05-27 Luis Machado <luis.machado@linaro.org>
588
589 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
590 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
591 * gdb.arch/arm-disassembler-options.exp: Likewise.
592 * gdb.arch/arm-disp-step.exp: Likewise.
593 * gdb.arch/thumb-prologue.exp: Likewise.
594 * gdb.base/async.exp: Likewise.
595 * gdb.base/auxv.exp: Likewise.
596 * gdb.base/complex-parts.exp: Likewise.
597 * gdb.base/ena-dis-br.exp: Likewise.
598 * gdb.base/foll-exec.exp: Likewise.
599 * gdb.base/permissions.exp: Likewise.
600 * gdb.base/relocate.exp: Likewise.
601 * gdb.base/return2.exp: Likewise.
602 * gdb.base/sigbpt.exp: Likewise.
603 * gdb.base/siginfo-obj.exp: Likewise.
604 * gdb.cp/converts.exp: Likewise.
605 * gdb.cp/exceptprint.exp: Likewise.
606 * gdb.cp/inherit.exp: Likewise.
607 * gdb.cp/nsnoimports.exp: Likewise.
608 * gdb.cp/virtbase2.exp: Likewise.
609 * gdb.mi/mi-var-cmd.exp: Likewise.
610 * gdb.mi/var-cmd.c: Likewise.
611
612 2020-05-26 Tom Tromey <tromey@adacore.com>
613
614 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
615
616 2020-05-26 Tom Tromey <tromey@adacore.com>
617
618 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
619 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
620 type.
621 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
622 variable.
623
624 2020-05-26 Christian Biesinger <cbiesinger@google.com>
625
626 * Makefile.in: Use = instead of == for the test command
627 for portability.
628
629 2020-05-26 Tom de Vries <tdevries@suse.de>
630
631 * gdb.base/gold-gdb-index-2.c: New test.
632 * gdb.base/gold-gdb-index.c: New test.
633 * gdb.base/gold-gdb-index.exp: New file.
634 * gdb.base/gold-gdb-index.h: New test.
635
636 2020-05-25 Tom de Vries <tdevries@suse.de>
637
638 * boards/gold-gdb-index.exp: New file.
639
640 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
641
642 * boards/simavr.exp: New file.
643
644 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
645
646 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
647 * gdb.base/inferior-args.exp: New file.
648 * gdb.base/inferior-args.c: New file.
649
650 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
651
652 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
653 inferior_args. Pass it to gdb_reload.
654 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
655 inferior_args.
656 (gdb_reload): Add inferior_args argument.
657 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
658 pass it to gdbserver_run.
659 * boards/native-gdbserver.exp: Do not set noargs.
660 * boards/native-extended-gdbserver.exp (gdb_reload): Add
661 inferior_args argument.
662 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
663 * gdb.base/a2-run.exp: Check for use_gdb_stub.
664 * gdb.base/args.exp: Likewise.
665
666 2020-05-25 Tom de Vries <tdevries@suse.de>
667
668 * lib/gdb.exp (exec_is_pie): Add comment.
669
670 2020-05-25 Tom de Vries <tdevries@suse.de>
671
672 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
673 instead of $binfile in the untested message.
674
675 2020-05-25 Tom de Vries <tdevries@suse.de>
676
677 PR testsuite/26031
678 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
679
680 2020-05-25 Tom de Vries <tdevries@suse.de>
681
682 * boards/gold.exp: New file.
683
684 2020-05-23 Tom Tromey <tom@tromey.com>
685
686 * gdb.base/style.exp: Remove completion styling test.
687 * lib/gdb-utils.exp (style): Remove completion styles.
688
689 2020-05-23 Tom Tromey <tom@tromey.com>
690
691 * gdb.base/style.exp: Add completion styling test.
692 * lib/gdb-utils.exp (style): Add completion styles.
693
694 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * gdb.base/annota1.exp: Update expected results.
697 * gdb.cp/annota2.exp: Update expected results, remove duplicate
698 test name.
699 * gdb.cp/annota3.exp: Update expected results.
700
701 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
702
703 PR gdb/26016
704 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
705 against MAP_FAILED.
706 * gdb.base/coremaker.c (mmapdata): Likewise.
707 * gdb.base/jit-reader-host.c (main): Likewise.
708 * gdb.base/sym-file-loader.c (load): Likewise.
709 (load_shlib): Likewise.
710
711 2020-05-20 Tom Tromey <tromey@adacore.com>
712
713 * gdb.ada/array_char_idx.exp: Recognize initialized array.
714
715 2020-05-20 Tom de Vries <tdevries@suse.de>
716
717 PR symtab/25833
718 * gdb.base/with-mf-inc.c: New test.
719 * gdb.base/with-mf-main.c: New test.
720 * gdb.base/with-mf.exp: New file.
721
722 2020-05-19 Tom Tromey <tromey@adacore.com>
723
724 * gdb.rust/simple.exp: Restore missing test result.
725
726 2020-05-19 Tom de Vries <tdevries@suse.de>
727
728 * gdb.base/gdb-caching-proc.exp: Fix typo.
729
730 2020-05-19 Tom Tromey <tromey@adacore.com>
731
732 * gdb.rust/simple.exp: Add some test descriptions.
733 (test_one_slice): Use with_test_prefix.
734
735 2020-05-18 Tom de Vries <tdevries@suse.de>
736
737 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
738
739 2020-05-17 Pedro Alves <palves@redhat.com>
740
741 PR gdb/25741
742 * gdb.base/hw-sw-break-same-address.exp: New file.
743
744 2020-05-16 Pedro Alves <palves@redhat.com>
745
746 * gdb.multi/multi-re-run.exp (test_re_run): Switch
747 LAST_LOADED_FILE accordingly.
748
749 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
750
751 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
752
753 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
754
755 * gdb.base/help.exp: Test apropos and help for commands
756 having aliases. Fixed comments not starting with an
757 upper-case letter or not finishing with a dot.
758
759 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
760
761 * gdb.base/alias.exp: Update help output check.
762
763 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
764
765 * gdb.base/default.exp: Update output following fixes.
766
767 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
768
769 * gdb.base/alias.exp: Test aliases starting with a prefix of
770 another alias.
771
772 2020-05-15 Gary Benson <gbenson@redhat.com>
773
774 * gdb.base/info-os.c (main): Add return statement.
775 * gdb.base/info_minsym.c (minsym_fun): Likewise.
776 * gdb.base/large-frame-2.c (func): Likewise.
777 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
778 * gdb.base/pr10179-b.c (foo2): Likewise.
779 * gdb.base/valgrind-disp-step.c (foo): Likewise.
780 * gdb.base/watch-cond.c (func): Likewise.
781 * gdb.multi/goodbye.c (verylongfun): Likewise.
782 * gdb.multi/hello.c (commonfun): Likewise.
783 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
784 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
785 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
786 Likewise.
787 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
788 * gdb.threads/interrupt-while-step-over.c (child_function):
789 Likewise.
790 * gdb.trace/actions-changed.c (end): Likewise.
791
792 2020-05-15 Gary Benson <gbenson@redhat.com>
793
794 * gdb.opencl/callfuncs.exp: Report when test skipped.
795 * gdb.opencl/convs_casts.exp: Likewise.
796 * gdb.opencl/datatypes.exp: Likewise.
797 * gdb.opencl/operators.exp: Likewise.
798 * gdb.opencl/vec_comps.exp: Likewise.
799
800 2020-05-15 Tom de Vries <tdevries@suse.de>
801
802 * gdb.base/align.exp.in: Rename to ...
803 * gdb.base/align.exp.tcl: ... this.
804 * gdb.base/align-c++.exp: Update.
805 * gdb.base/align-c.exp: Update.
806 * gdb.base/all-architectures.exp.in: Rename to ...
807 * gdb.base/all-architectures.exp: ... this.
808 * gdb.base/all-architectures-0.exp: Update.
809 * gdb.base/all-architectures-1.exp: Update.
810 * gdb.base/all-architectures-2.exp: Update.
811 * gdb.base/all-architectures-3.exp: Update.
812 * gdb.base/all-architectures-4.exp: Update.
813 * gdb.base/all-architectures-5.exp: Update.
814 * gdb.base/all-architectures-6.exp: Update.
815 * gdb.base/all-architectures-7.exp: Update.
816 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
817 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
818 * gdb.base/infcall-nested-structs-c++.exp: Update.
819 * gdb.base/infcall-nested-structs-c.exp: Update.
820 * gdb.base/info-types.exp.in: Rename to ...
821 * gdb.base/info-types.exp.tcl: ... this.
822 * gdb.base/info-types-c++.exp: Update.
823 * gdb.base/info-types-c.exp: Update.
824 * gdb.base/max-depth.exp.in: Rename to ...
825 * gdb.base/max-depth.exp.tcl: ... this.
826 * gdb.base/max-depth-c++.exp: Update.
827 * gdb.base/max-depth-c.exp: Update.
828 * gdb.cp/cpexprs.exp.in: Rename to ...
829 * gdb.cp/cpexprs.exp.tcl: ... this.
830 * gdb.cp/cpexprs-debug-types.exp: Update.
831 * gdb.cp/cpexprs.exp: Update.
832 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
833 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
834 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
835 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
836 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
837 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
838 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
839 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
840 * gdb.dwarf2/clang-debug-names-2.exp: Update.
841 * gdb.dwarf2/clang-debug-names.exp: Update.
842
843 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * lib/check-test-names.exp: Remove code that prevents this file
846 loading when tests are run in parallel.
847
848 2020-05-15 Pedro Alves <palves@redhat.com>
849
850 * gdb.multi/multi-kill.exp (start_inferior): Remove
851 'testpid' parameter. Refer to namespace variable directly.
852 (testpid): Declare as namespace variable.
853
854 2020-05-15 Pedro Alves <palves@redhat.com>
855
856 * gdb.multi/multi-kill.exp: Wrap in namespace.
857 (start_inferior): Add TESTPID parameter. Use it instead of the
858 testpid global.
859 (top level): Define empty TESTPID array, and pass it down to
860 start_inferior.
861
862 2020-05-14 Tom de Vries <tdevries@suse.de>
863
864 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
865 output.
866
867 2020-05-14 Tom de Vries <tdevries@suse.de>
868
869 * gdb.base/align.exp: Split into ...
870 * gdb.base/align.exp.in: ...
871 * gdb.base/align-c++.exp: ...
872 * gdb.base/align-c.exp: ... these.
873 * gdb.base/infcall-nested-structs.exp: Split into ...
874 * gdb.base/infcall-nested-structs.exp.in: ...
875 * gdb.base/infcall-nested-structs-c++.exp: ...
876 * gdb.base/infcall-nested-structs-c.exp: ... these.
877 * gdb.base/info-types.exp: Split into ...
878 * gdb.base/info-types.exp.in: ...
879 * gdb.base/info-types-c++.exp: ...
880 * gdb.base/info-types-c.exp: ... these.
881 * gdb.base/max-depth.exp: Split into ...
882 * gdb.base/max-depth.exp.in: ...
883 * gdb.base/max-depth-c++.exp: ...
884 * gdb.base/max-depth-c.exp: ... these.
885 * gdb.cp/infcall-nodebug.exp: Split into ...
886 * gdb.cp/infcall-nodebug.exp.in: ...
887 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
888 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
889 * gdb.cp/infcall-nodebug-c-d0.exp: ...
890 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
891
892 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
893 Pedro Alves <palves@redhat.com>
894
895 * gdb.multi/multi-exit.c: New file.
896 * gdb.multi/multi-exit.exp: New file.
897 * gdb.multi/multi-kill.c: New file.
898 * gdb.multi/multi-kill.exp: New file.
899
900 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
901
902 * gdb.base/annota1.exp: Update the expected output.
903 * gdb.cp/annota2.exp: Ditto.
904
905 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * lib/check-test-names.exp: Disable when testing is being run in
908 parallel.
909
910 2020-05-12 Tom de Vries <tdevries@suse.de>
911
912 * gdb.base/jit-elf.exp: Fix string concat.
913
914 2020-05-12 Tom de Vries <tdevries@suse.de>
915
916 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
917 messages.
918
919 2020-05-12 Tom de Vries <tdevries@suse.de>
920
921 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
922
923 2020-05-12 Tom de Vries <tdevries@suse.de>
924
925 * gdb.ada/catch_ex.exp: Use with_test_prefix.
926 * gdb.ada/mi_catch_ex.exp: Same.
927 * gdb.ada/mi_catch_ex_hand.exp: Same.
928
929 2020-05-12 Tom de Vries <tdevries@suse.de>
930
931 * gdb.fortran/complex.exp: Use with_test_prefix.
932
933 2020-05-12 Tom de Vries <tdevries@suse.de>
934
935 * gdb.trace/passcount.exp: Fix test-names.
936
937 2020-05-12 Tom de Vries <tdevries@suse.de>
938
939 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
940
941 2020-05-12 Tom de Vries <tdevries@suse.de>
942
943 * gdb.gdb/complaints.exp: Use with_test_prefix.
944 * gdb.xml/tdesc-regs.exp: Same.
945 * gdb.opt/inline-locals.exp: Fix test name.
946
947 2020-05-12 Tom de Vries <tdevries@suse.de>
948
949 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
950 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
951 * gdb.dwarf2/implref-struct.exp: Same.
952 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
953 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
954
955 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
956
957 * gdb.base/jit-so.exp (one_jit_test): Change test name.
958
959 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * lib/check-test-names.exp (all_test_names): New module variable.
962 (counts): Add 'duplicates' field.
963 (_check_duplicates): New procedure.
964 (check): Also check for duplicates.
965 (do_log_summary): Print duplicates count.
966 (do_reset_vars): Reset counter for duplicate test names, and
967 discard all know test names.
968
969 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * lib/gdb.exp: Include check-test-names.exp library.
972 * lib/check-test-names.exp: New file.
973
974 2020-05-11 Tom de Vries <tdevries@suse.de>
975
976 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
977
978 2020-05-11 Keith Seitz <keiths@redhat.com>
979
980 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
981
982 2020-05-11 Tom de Vries <tdevries@suse.de>
983
984 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
985 * gdb.cp/cpexprs.exp.in: .. here.
986 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
987 cpexprs.exp.
988
989 2020-05-11 Keith Seitz <keiths@redhat.com>
990
991 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
992 test names.
993 * gdb.ada/arrayptr.exp: Likewise.
994 * gdb.ada/assign_arr.exp: Likewise.
995 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
996 * gdb.ada/bp_on_var.exp: Likewise.
997 * gdb.ada/call_pn.exp: Likewise.
998 * gdb.ada/complete.exp: Likewise.
999 * gdb.ada/fun_overload_menu.exp: Likewise.
1000 * gdb.ada/funcall_param.exp: Likewise.
1001 * gdb.ada/funcall_ref.exp: Likewise.
1002 * gdb.ada/packed_array_assign.exp: Likewise.
1003 * gdb.ada/same_component_name.exp: Likewise.
1004 * gdb.ada/type_coercion.exp: Likewise.
1005 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1006 * gdb.ada/variant_record_packed_array.exp: Likewise.
1007
1008 2020-05-11 Tom de Vries <tdevries@suse.de>
1009
1010 PR symtab/25941
1011 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1012 out of ...
1013 * gdb.dwarf2/clang-debug-names.exp: ... here.
1014 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1015 clang-debug-names.exp.in.
1016 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1017 * gdb.dwarf2/clang-debug-names-2.c: New test.
1018
1019 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1020
1021 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1022 (fortran_runto_main): New Proc, fortran version of runto_main.
1023 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1024 * gdb.fortran/array-bounds.exp: Likewise.
1025 * gdb.fortran/array-slices.exp: Likewise.
1026 * gdb.fortran/block-data.exp: Likewise.
1027 * gdb.fortran/charset.exp: Likewise.
1028 * gdb.fortran/common-block.exp: Likewise.
1029 * gdb.fortran/complex.exp: Likewise.
1030 * gdb.fortran/derived-type-function.exp: Likewise.
1031 * gdb.fortran/derived-type.exp: Likewise.
1032 * gdb.fortran/info-modules.exp: Likewise.
1033 * gdb.fortran/info-types.exp: Likewise.
1034 * gdb.fortran/intrinsics.exp: Likewise.
1035 * gdb.fortran/library-module.exp: Likewise.
1036 * gdb.fortran/logical.exp: Likewise.
1037 * gdb.fortran/max-depth.exp: Likewise.
1038 * gdb.fortran/module.exp: Likewise.
1039 * gdb.fortran/multi-dim.exp: Likewise.
1040 * gdb.fortran/nested-funcs.exp: Likewise.
1041 * gdb.fortran/print-formatted.exp: Likewise.
1042 * gdb.fortran/print_type.exp: Likewise.
1043 * gdb.fortran/printing-types.exp: Likewise.
1044 * gdb.fortran/ptr-indentation.exp: Likewise.
1045 * gdb.fortran/ptype-on-functions.exp: Likewise.
1046 * gdb.fortran/subarray.exp: Likewise.
1047 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1048 * gdb.fortran/vla-datatypes.exp: Likewise.
1049 * gdb.fortran/vla-history.exp: Likewise.
1050 * gdb.fortran/vla-ptr-info.exp: Likewise.
1051 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1052 * gdb.fortran/vla-ptype.exp: Likewise.
1053 * gdb.fortran/vla-sizeof.exp: Likewise.
1054 * gdb.fortran/vla-type.exp: Likewise.
1055 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1056 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1057 * gdb.fortran/vla-value-sub.exp: Likewise.
1058 * gdb.fortran/vla-value.exp: Likewise.
1059 * gdb.fortran/whatis_type.exp: Likewise.
1060 * gdb.mi/mi-var-child-f.exp: Likewise.
1061
1062 2020-05-09 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1065
1066 2020-05-08 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.dwarf2/clang-debug-names.c: New test.
1069 * gdb.dwarf2/clang-debug-names.exp: New file.
1070
1071 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1072
1073 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1074 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1075
1076 2020-05-06 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1079 breakpoint is at a "recommended breakpoint location".
1080 * gdb.reverse/consecutive-reverse.exp: Same.
1081
1082 2020-05-06 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1085 address.
1086
1087 2020-05-06 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1090
1091 2020-05-06 Tom de Vries <tdevries@suse.de>
1092
1093 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1094 info for r.
1095
1096 2020-05-06 Tom de Vries <tdevries@suse.de>
1097
1098 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1099 necessary.
1100
1101 2020-05-06 Tom de Vries <tdevries@suse.de>
1102
1103 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1104 void.
1105
1106 2020-05-06 Tom de Vries <tdevries@suse.de>
1107
1108 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1109 of ...
1110 * gdb.base/async.exp: ... here.
1111 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1112 "recommended breakpoint location".
1113
1114 2020-05-06 Tom de Vries <tdevries@suse.de>
1115
1116 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1117
1118 2020-05-04 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.base/async.exp: Check whether instruction addresses are a
1121 "recommended breakpoint location".
1122
1123 2020-05-03 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.base/sepdebug.exp: Remove "catch" test.
1126 * gdb.base/break.exp: Remove "catch" test.
1127 * gdb.base/default.exp: Update expected output.
1128
1129 2020-05-02 Tom de Vries <tdevries@suse.de>
1130
1131 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1132 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1133 * gdb.arch/i386-mpx-map.exp: Same.
1134 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1135 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1136 * gdb.arch/i386-mpx.exp: Same.
1137
1138 2020-05-02 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1141
1142 2020-05-01 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.ada/operator_bp.exp: Allow more than required amount of
1145 breakpoint.
1146
1147 2020-05-01 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1150
1151 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1152
1153 PR gdb/18706
1154 * gdb.cp/stub-array-size.cc: New test.
1155 * gdb.cp/stub-array-size.exp: New file.
1156 * gdb.cp/stub-array-size.h: New test.
1157 * gdb.cp/stub-array-size2.cc: New test.
1158
1159 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1160
1161 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1162 output to the new format.
1163
1164 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1165
1166 * gdb.base/break.exp: Use with_test_prefix.
1167
1168 2020-04-29 Tom de Vries <tdevries@suse.de>
1169
1170 * lib/gdb.exp (debug_types): New proc.
1171 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1172 * gdb.python/py-symtab.exp: Same.
1173
1174 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1175
1176 PR gdb/17320
1177 * gdb.base/pretty-array.c: New test.
1178 * gdb.base/pretty-array.exp: New file.
1179
1180 2020-04-29 Tom de Vries <tdevries@suse.de>
1181
1182 PR symtab/25889
1183 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1184 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1185 and include cpexprs.exp.
1186
1187 2020-04-28 Mark Williams <mark@myosotissp.com>
1188
1189 PR gdb/24480
1190 * dw4-toplevel-types.exp: Test for top level types.
1191 * dw4-toplevel-types.cc: Test for top level types.
1192
1193 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1194
1195 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1196 (theads -> threads).
1197
1198 2020-04-28 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1201
1202 2020-04-28 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1205
1206 2020-04-28 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1209
1210 2020-04-28 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.dwarf2/main-foo.c: New test.
1213 * gdb.dwarf2/struct-with-sig.exp: New file.
1214
1215 2020-04-25 Tom de Vries <tdevries@suse.de>
1216
1217 * boards/debug-types.exp: New file.
1218
1219 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1222
1223 2020-04-24 Tom Tromey <tom@tromey.com>
1224
1225 PR symtab/12707:
1226 * gdb.python/py-symbol.exp: Update expected results for
1227 linkage_name test.
1228 * gdb.cp/print-demangle.exp: New file.
1229 * gdb.base/c-linkage-name.exp: Fix test.
1230 * gdb.guile/scm-symbol.exp: Update expected results for
1231 linkage_name test.
1232
1233 2020-04-24 Tom Tromey <tom@tromey.com>
1234
1235 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1236 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1237 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1238 assembler.
1239
1240 2020-04-24 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1243 C++.
1244
1245 2020-04-24 Tom Tromey <tromey@adacore.com>
1246
1247 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1248 values.
1249 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1250 values. Update test for minimal encodings.
1251 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1252 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1253 values. Update test for minimal encodings.
1254
1255 2020-04-24 Tom Tromey <tromey@adacore.com>
1256
1257 PR python/23662:
1258 * gdb.ada/variant.exp: Add Python checks.
1259 * gdb.rust/simple.exp: Add dynamic type checks.
1260
1261 2020-04-24 Tom Tromey <tromey@adacore.com>
1262
1263 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1264 Make array type matching more lax.
1265 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1266 * gdb.ada/mi_variant.exp: New file.
1267 * gdb.ada/mi_variant/pck.ads: New file.
1268 * gdb.ada/mi_variant/pkg.adb: New file.
1269 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1270 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1271
1272 2020-04-24 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.ada/variant.exp: Add dynamic field offset tests.
1275 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1276 * gdb.ada/variant/pkg.adb: Add new variables.
1277
1278 2020-04-24 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.ada/variant.exp: New file
1281 * gdb.ada/variant/pkg.adb: New file
1282 * gdb.ada/variant/pck.adb: New file
1283
1284 2020-04-24 Tom de Vries <tdevries@suse.de>
1285
1286 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1287
1288 2020-04-24 Tom de Vries <tdevries@suse.de>
1289
1290 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1291 flags.
1292
1293 2020-04-24 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1296
1297 2020-04-24 Tom de Vries <tdevries@suse.de>
1298
1299 * lib/gdb.exp (default_gdb_start): Handle eof.
1300 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1301 failure.
1302 * gdb.base/readnever.exp: Handle clean_restart failure.
1303
1304 2020-04-23 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.base/decl-before-def.exp: Run to main and print a again.
1307
1308 2020-04-23 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.base/decl-before-def-decl.c: New test.
1311 * gdb.base/decl-before-def-def.c: New test.
1312 * gdb.base/decl-before-def.exp: New file.
1313
1314 2020-04-23 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1317
1318 2020-04-22 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1321 debug_info_offset.
1322 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1323 before $objsfile in the line line.
1324
1325 2020-04-22 Tom de Vries <tdevries@suse.de>
1326
1327 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1328
1329 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1330
1331 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1332 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1333 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1334 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1335 * gdb.base/jit-protocol.h: Update definitions to match all usage
1336 contexts.
1337
1338 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1339
1340 * gdb.base: Rename all jit related test and source files.
1341
1342 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1343
1344 * gdb.base/jit-reader.exp: Relax register output check.
1345
1346 2020-04-22 Tom de Vries <tdevries@suse.de>
1347
1348 PR symtab/25764
1349 * gdb.base/psym-external-decl-2.c: New test.
1350 * gdb.base/psym-external-decl.c: New test.
1351 * gdb.base/psym-external-decl.exp: New file.
1352 * gdb.threads/tls.exp: Add PR25807 kfail.
1353
1354 2020-04-22 Tom de Vries <tdevries@suse.de>
1355
1356 PR symtab/25801
1357 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1358 in "info source" output.
1359
1360 2020-04-22 Tom de Vries <tdevries@suse.de>
1361
1362 PR symtab/25700
1363 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1364 symtab for imported_unit.c.
1365
1366 2020-04-21 Gary Benson <gbenson@redhat.com>
1367
1368 * gdb.base/advance.c (func): New argument, to match call site.
1369 (func2, func3): Add return statements.
1370
1371 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1372
1373 * gdb.multi/run-only-second-inf.c: New file.
1374 * gdb.multi/run-only-second-inf.exp: New file.
1375
1376 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1377
1378 * gdb.btrace/multi-inferior.c: New test.
1379 * gdb.btrace/multi-inferior.exp: New file.
1380
1381 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1382
1383 * gdb.btrace/enable-new-thread.c: New test.
1384 * gdb.btrace/enable-new-thread.exp: New file.
1385
1386 2020-04-21 Tom de Vries <tdevries@suse.de>
1387
1388 PR gdb/25471
1389 * gdb.threads/killed-outside.c: New test.
1390 * gdb.threads/killed-outside.exp: New file.
1391
1392 2020-04-20 Gary Benson <gbenson@redhat.com>
1393
1394 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1395 * gdb.base/nested-subp2.exp: Likewise.
1396 * gdb.base/nested-subp3.exp: Likewise.
1397
1398 2020-04-20 Gary Benson <gbenson@redhat.com>
1399
1400 * gdb.base/nested-subp1.exp: Disable test when using clang.
1401 * gdb.base/nested-subp2.exp: Likewise.
1402 * gdb.base/nested-subp3.exp: Likewise.
1403
1404 2020-04-20 Gary Benson <gbenson@redhat.com>
1405
1406 * gdb.cp/exception.cc: Fix compilation error with clang.
1407
1408 2020-04-20 Gary Benson <gbenson@redhat.com>
1409
1410 * gdb.trace/tspeed.c: Fix compilation error with clang.
1411
1412 2020-04-20 Gary Benson <gbenson@redhat.com>
1413
1414 * gdb.base/jit-main.c: Fix compilation error with clang.
1415
1416 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1417
1418 * gdb.base/attach-twice.c: Include "sys/types.h".
1419 (PTRACE_ATTACH): Add fallback definition.
1420 (main): Pass `0' to the 4th argument of `ptrace'.
1421
1422 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1423
1424 * gdb.base/fork-running-state.c: Include "signal.h".
1425
1426 2020-04-17 Tom Tromey <tromey@adacore.com>
1427
1428 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1429 Update tests.
1430 * gdb.btrace/cpu.exp: Update tests.
1431 * gdb.base/maint.exp: Update tests.
1432 * gdb.base/default.exp: Update tests.
1433 * gdb.base/completion.exp: Update tests.
1434
1435 2020-04-16 Tom de Vries <tdevries@suse.de>
1436
1437 PR symtab/25791
1438 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1439 (ensure_gdb_index): and factor out and move ...
1440 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1441 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1442
1443 2020-04-16 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1446 loading exec.
1447
1448 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/many-completions.exp: New file.
1451
1452 2020-04-14 Tom de Vries <tdevries@suse.de>
1453
1454 PR symtab/25718
1455 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1456
1457 2020-04-14 Tom de Vries <tdevries@suse.de>
1458
1459 PR symtab/25720
1460 * gdb.base/maint-expand-symbols-header-file.c: New test.
1461 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1462 * gdb.base/maint-expand-symbols-header-file.h: New test.
1463
1464 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1467 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1468 get_func_info.
1469 (get_func_info): Delete.
1470 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1471 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1472 * lib/dwarf.exp (get_func_info): New function.
1473
1474 2020-04-13 Tom de Vries <tdevries@suse.de>
1475
1476 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1477 to what find_gnatmake does.
1478
1479 2020-04-10 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1482 -readnow.
1483
1484 2020-04-10 Tom de Vries <tdevries@suse.de>
1485
1486 PR cli/25808
1487 * gdb.base/style.c: Add leading newlines.
1488 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1489 Check listing of main's one-line body.
1490
1491 2020-04-08 Tom de Vries <tdevries@suse.de>
1492
1493 * lib/gdb.exp (psymtabs_p): New proc.
1494 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1495 importing unit" unsupported if there are no partial symbols.
1496
1497 2020-04-08 Tom de Vries <tdevries@suse.de>
1498
1499 PR testsuite/25760
1500 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1501
1502 2020-04-07 Tom de Vries <tdevries@suse.de>
1503
1504 PR symtab/25796
1505 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1506
1507 2020-04-07 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.base/check-psymtab.c: New test.
1510 * gdb.base/check-psymtab.exp: New file.
1511
1512 2020-04-06 Tom Tromey <tromey@adacore.com>
1513
1514 * gdb.ada/variant-record/proc.adb: New file.
1515 * gdb.ada/variant-record/value.adb: New file.
1516 * gdb.ada/variant-record/value.s: New file.
1517 * gdb.ada/variant-record.exp: New file.
1518
1519 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1520
1521 PR gdb/25325
1522 * gdb.cp/typed-enum.cc: New test.
1523 * gdb.cp/typed-enum.exp: New file.
1524
1525 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1528 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1529 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1530 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1531 * gdb.opt/inline-small-func.c: New file.
1532 * gdb.opt/inline-small-func.exp: New file.
1533 * gdb.opt/inline-small-func.h: New file.
1534
1535 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1538 function.
1539
1540 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * lib/dwarf.exp (function_range): Allow compiler options to be
1543 specified.
1544
1545 2020-04-02 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1548 __attribute__((always_inline)).
1549 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1550
1551 2020-04-02 Tom de Vries <tdevries@suse.de>
1552
1553 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1554 (gdbserver_gdb_exit): ... here. Add timeout warning.
1555 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1556 (connect_target_extended_remote): Append new server_spawn_id to
1557 server_spawn_ids.
1558 (cleanup): New proc.
1559 (setup, <toplevel>): Call cleanup.
1560
1561 2020-04-02 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.base/main-psymtab.exp: New file.
1564
1565 2020-04-02 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1568
1569 2020-04-01 Tom Tromey <tom@tromey.com>
1570
1571 * gdb.base/complex-parts.exp: Add type tests.
1572
1573 2020-04-01 Tom Tromey <tom@tromey.com>
1574
1575 * gdb.base/complex-parts.exp: Add arithmetic tests.
1576
1577 2020-04-01 Tom Tromey <tom@tromey.com>
1578
1579 * gdb.compile/compile.exp: Update.
1580 * gdb.compile/compile-cplus.exp: Update.
1581 * gdb.base/varargs.exp: Update.
1582 * gdb.base/floatn.exp: Update.
1583 * gdb.base/endianity.exp: Update.
1584 * gdb.base/callfuncs.exp (do_function_calls): Update.
1585 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1586 (complex_float_integral_args): Update.
1587 * gdb.base/complex.exp: Update.
1588 * gdb.base/complex-parts.exp: Update.
1589
1590 2020-04-01 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.rust/union.rs: New file.
1593 * gdb.rust/union.exp: New file.
1594 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1595 (main): Update.
1596 * gdb.rust/simple.exp: Move union tests to union.exp.
1597
1598 2020-04-01 Tom Tromey <tromey@adacore.com>
1599
1600 * gdb.rust/simple.rs (main): Remove "y0".
1601
1602 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1603
1604 * gdb.multi/stop-all-on-exit.c: New test.
1605 * gdb.multi/stop-all-on-exit.exp: New file.
1606
1607 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1608
1609 PR gdb/24789
1610 * gdb.cp/misc.cc: Add integer reference variable.
1611 * gdb.cp/misc.exp: Add test.
1612
1613 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1614
1615 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1616 scenario to cover execution until the end and also the case
1617
1618 2020-03-31 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1621 c. Use "maint info symtabs" to check symtab expansion.
1622
1623 2020-03-30 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1626 unsupported.
1627 (verify_psymtab_expanded): Move ...
1628 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1629 test.
1630 (readnow): New proc.
1631
1632 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1635 with $hex.
1636
1637 2020-03-20 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1640
1641 2020-03-20 Tom Tromey <tromey@adacore.com>
1642
1643 * gdb.ada/sub_variant/subv.adb: New file.
1644 * gdb.ada/sub_variant.exp: New file.
1645
1646 2020-03-20 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1649 first break fails.
1650 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1651
1652 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.server/exit-multiple-threads.c: New file.
1655 * gdb.server/exit-multiple-threads.exp: New file.
1656
1657 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.fortran/mixed-lang-stack.c: New file.
1660 * gdb.fortran/mixed-lang-stack.cpp: New file.
1661 * gdb.fortran/mixed-lang-stack.exp: New file.
1662 * gdb.fortran/mixed-lang-stack.f90: New file.
1663
1664 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * gdb.linespec/cp-completion-aliases.cc: New file.
1667 * gdb.linespec/cp-completion-aliases.exp: New file.
1668
1669 2020-03-19 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1672 more precise.
1673
1674 2020-03-18 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1677 * gdb.dwarf2/break-inline-psymtab.c: New test.
1678 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1679
1680 2020-03-16 Tom de Vries <tdevries@suse.de>
1681
1682 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1683 cache_verify and cache_verify_proc.
1684
1685 2020-03-15 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.server/solib-list.exp: Handle
1688 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1689
1690 2020-03-15 Tom de Vries <tdevries@suse.de>
1691
1692 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1693 objfiles".
1694
1695 2020-03-14 Tom Tromey <tom@tromey.com>
1696
1697 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1698
1699 2020-03-14 Tom de Vries <tdevries@suse.de>
1700
1701 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1702
1703 2020-03-14 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1706 result in line-by-line fashion.
1707
1708 2020-03-14 Tom de Vries <tdevries@suse.de>
1709
1710 * lib/gdb.exp (supports_statement_frontiers): New proc.
1711 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1712
1713 2020-03-14 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.base/printcmds.exp: Add missing quoting for "print
1716 teststring2".
1717
1718 2020-03-13 Tom Tromey <tom@tromey.com>
1719
1720 * gdb.base/printcmds.exp (test_print_strings): Add regression
1721 test.
1722 * gdb.base/printcmds.c (charptr): New typedef.
1723 (teststring2): New global.
1724
1725 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1726
1727 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1728 full path in the test name.
1729 (test_ld): Add some with_test_prefix blocks to make test names
1730 unique.
1731
1732 2020-03-13 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1735
1736 2020-03-13 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1739
1740 2020-03-13 Tom de Vries <tdevries@suse.de>
1741
1742 PR symtab/25646
1743 * gdb.dwarf2/imported-unit.exp: Add test.
1744
1745 2020-03-13 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1748 (var1, var2): New variable.
1749 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1750 matching symbols.
1751
1752 2020-03-13 Tom de Vries <tdevries@suse.de>
1753
1754 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1755 (Term::command): Use prompt prefix.
1756 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1757 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1758 command_no_prompt_prefix instead of prefix.
1759 * gdb.tui/tui-layout-asm.exp: Same.
1760
1761 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1762
1763 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1764
1765 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1766
1767 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1768 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1769 on" while stepping over the test instruction, match printed
1770 message.
1771
1772 2020-03-12 Tom de Vries <tdevries@suse.de>
1773
1774 * gdb.base/info-types.exp: Use exp_continue during matching of output
1775 of "info types".
1776
1777 2020-03-12 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1780
1781 2020-03-12 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.fortran/module.exp: Use exp_continue during matching of output
1784 of "info variable -n".
1785
1786 2020-03-12 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1789 gdb.dwarf2/dw2-ranges-base.c.
1790
1791 2020-03-12 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1794 in presence of GLIBC debuginfo.
1795
1796 2020-03-12 Tom de Vries <tdevries@suse.de>
1797
1798 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1799 $core.
1800
1801 2020-03-12 Tom de Vries <tdevries@suse.de>
1802
1803 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1804 more precise.
1805
1806 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1807
1808 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1809 from Unix to Windows path.
1810
1811 2020-03-11 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.ada/minsyms.exp: Set language to ada.
1814
1815 2020-03-11 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1818
1819 2020-03-11 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1822
1823 2020-03-11 Tom Tromey <tromey@adacore.com>
1824
1825 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1826
1827 2020-03-11 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1830
1831 2020-03-11 Tom de Vries <tdevries@suse.de>
1832
1833 * gdb.base/break-interp.exp: Limit verbose scope.
1834
1835 2020-03-11 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.fortran/logical.f90: Define variable with character type.
1838 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1839
1840 2020-03-11 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1843
1844 2020-03-11 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1847 symtabs.
1848
1849 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1850 Bernd Edlinger <bernd.edlinger@hotmail.de>
1851
1852 * gdb.cp/step-and-next-inline.cc: New file.
1853 * gdb.cp/step-and-next-inline.exp: New file.
1854 * gdb.cp/step-and-next-inline.h: New file.
1855 * gdb.dwarf2/dw2-is-stmt.c: New file.
1856 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1857 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1858 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1859 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1860
1861 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1864 is-stmt flag in the line table.
1865
1866 2020-03-09 Tom de Vries <tdevries@suse.de>
1867
1868 * lib/gdb.exp (cached_file): Create cache dir.
1869
1870 2020-03-07 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1873 * gdb.cp/rvalue-ref-params.exp: Same.
1874
1875 2020-03-06 Tom de Vries <tdevries@suse.de>
1876
1877 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1878 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1879
1880 2020-03-06 Tom de Vries <tdevries@suse.de>
1881
1882 * README: Fix "the the".
1883 * gdb.base/dprintf.exp: Same.
1884
1885 2020-03-05 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.base/maint.exp: Update "main print statistics" expected output.
1888
1889 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1890
1891 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1892 (fortran_int8): Likewise.
1893 (fortran_real4): Likewise.
1894 (fortran_real8): Likewise.
1895 (fortran_complex4): Likewise.
1896 (fortran_logical4): Likewise.
1897 (fortran_character1): Likewise.
1898
1899 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1902 printed as true.
1903
1904 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1905
1906 * gdb.base/printcmds.exp: Add test to verify printf of a
1907 variable holding an address.
1908
1909 2020-03-03 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1912
1913 2020-03-03 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1916 gdb_test_multiple call.
1917
1918 2020-03-03 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1921 gdb_test_multiple calls.
1922
1923 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * gdb.base/default.exp: Remove test of 'set history filename'.
1926 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1927 filename to the empty string.
1928 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1929 and GDBHISTSIZE.
1930
1931 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1934 disabled.
1935
1936 2020-03-02 Pedro Alves <palves@redhat.com>
1937 Tom de Vries <tdevries@suse.de>
1938
1939 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1940 -prompt prefix, before user_code argument. Add -lbl option likewise.
1941 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1942 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1943 argument.
1944 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1945 have "\r\n" at start-of-line, instead of at end-of-line.
1946
1947 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1948
1949 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1950 libinproctrace.so.
1951
1952 2020-02-28 Luis Machado <luis.machado@linaro.org>
1953
1954 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1955 to "p/x".
1956
1957 2020-02-28 Luis Machado <luis.machado@linaro.org>
1958
1959 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1960 asm/ptrace.h and error.h.
1961
1962 2020-02-28 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1965 (struct wrapper, do_something, mundane/symada__cS): Move ...
1966 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1967 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1968 Update "print symada__cS before partial symtab expansion" regexp.
1969 Update breakpoint location. Flush symbol cache after expansion.
1970
1971 2020-02-28 Luis Machado <luis.machado@linaro.org>
1972
1973 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1974
1975 2020-02-27 Tom de Vries <tdevries@suse.de>
1976
1977 * config/sid.exp: Remove unused globals.
1978 * gdb.base/attach.exp: Same.
1979 * gdb.base/catch-load.exp: Same.
1980 * gdb.base/dbx.exp: Same.
1981 * lib/gdb.exp: Same.
1982 * lib/mi-support.exp: Same.
1983 * lib/prompt.exp: Same.
1984
1985 2020-02-27 Tom de Vries <tdevries@suse.de>
1986
1987 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1988 not set.
1989
1990 2020-02-26 Aaron Merey <amerey@redhat.com>
1991
1992 * gdb.debuginfod: New directory for debuginfod tests.
1993 * gdb.debuginfod/main.c: New test file.
1994 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1995
1996 2020-02-26 Tom de Vries <tdevries@suse.de>
1997
1998 PR gdb/25603
1999 * gdb.base/persistent-lang.cc: New test.
2000 * gdb.base/persistent-lang.exp: New file.
2001
2002 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.fortran/derived-type-striding.exp: Add a new test.
2005 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2006 new test.
2007
2008 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2011 names.
2012
2013 2020-02-25 Tom de Vries <tdevries@suse.de>
2014
2015 PR go/18926
2016 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2017
2018 2020-02-24 Tom de Vries <tdevries@suse.de>
2019
2020 PR gdb/25592
2021 * gdb.base/info-locals-unused-static-var.c: New test.
2022 * gdb.base/info-locals-unused-static-var.exp: New file.
2023
2024 2020-02-22 Tom Tromey <tom@tromey.com>
2025
2026 * gdb.python/tui-window.exp: New file.
2027 * gdb.python/tui-window.py: New file.
2028
2029 2020-02-22 Tom Tromey <tom@tromey.com>
2030
2031 PR tui/17850:
2032 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2033 tests.
2034
2035 2020-02-22 Tom Tromey <tom@tromey.com>
2036
2037 * gdb.tui/new-layout.exp: Add sub-layout tests.
2038
2039 2020-02-22 Tom Tromey <tom@tromey.com>
2040
2041 * gdb.tui/new-layout.exp: New file.
2042
2043 2020-02-22 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.rust/rust-style.rs: New file.
2046 * gdb.rust/rust-style.exp: New file.
2047 * gdb.base/style.exp: Test structure printing.
2048 * gdb.base/style.c (struct some_struct): New type.
2049 (enum etype): New type.
2050 (struct_value): New global.
2051
2052 2020-02-21 Tom de Vries <tdevries@suse.de>
2053
2054 PR go/18926
2055 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2056 Remove blanket xfails. Use message argument for gdb_breakpoint.
2057 Make continuing to breakpoint test conditional on setting breakpoint.
2058 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2059 DW_AT_name attribute. Add xfail for GCC PR93866.
2060
2061 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.dwarf2/cpp-linkage-name.c: New file.
2064 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2065
2066 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2067
2068 * lib/gdb.exp (gdb_wrapper_init): Reset
2069 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2070 not exist.
2071
2072 2020-02-20 Tom de Vries <tdevries@suse.de>
2073
2074 PR go/17018
2075 * gdb.go/hello.exp: Copy ...
2076 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2077 print of st to print value of global definition. Add xfail for GCC
2078 PR93844.
2079 * gdb.go/hello.exp: Remove printing of st before definition.
2080 * gdb.go/hello.go: Copy ...
2081 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2082 to st.
2083 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2084
2085 2020-02-20 Tom de Vries <tdevries@suse.de>
2086
2087 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2088 (gdb_simple_compile): Handle compile_flags go by using .go extension
2089 for source file.
2090 * gdb.go/chan.exp: Use support_go_compile.
2091 * gdb.go/handcall.exp: Same.
2092 * gdb.go/hello.exp: Same.
2093 * gdb.go/integers.exp: Same.
2094 * gdb.go/max-depth.exp: Same.
2095 * gdb.go/methods.exp: Same.
2096 * gdb.go/package.exp: Same.
2097 * gdb.go/strings.exp: Same.
2098 * gdb.go/types.exp: Same.
2099 * gdb.go/unsafe.exp: Same.
2100
2101 2020-02-19 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.python/lib-types.exp: Make xfail more strict.
2104
2105 2020-02-19 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2108
2109 2020-02-19 Doug Evans <dje@google.com>
2110
2111 PR rust/25535
2112 * gdb.rust/simple.exp: Add test.
2113 * gdb.rust/simple.rs: Add test.
2114
2115 2020-02-19 Tom de Vries <tdevries@suse.de>
2116
2117 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2118 output line-by-line.
2119
2120 2020-02-19 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2123
2124 2020-02-19 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2127 prelink.
2128
2129 2020-02-19 Tom de Vries <tdevries@suse.de>
2130
2131 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2132 (gdb_do_cache): Use gdb_do_cache_wrap.
2133 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2134
2135 2020-02-19 Tom de Vries <tdevries@suse.de>
2136
2137 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2138 gdb_compile option.
2139
2140 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2141
2142 * gdb.base/printcmds.exp (test_print_enums): Update expected
2143 output.
2144
2145 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2146
2147 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2148 for "unknown".
2149
2150 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2151
2152 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2153 enumerator.
2154
2155 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2156
2157 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2158 FE_, add FE_NONE.
2159 (three): Update.
2160 (enum flag_enum_without_zero): New enum.
2161 (flag_enum_without_zero): New variable.
2162 (enum not_flag_enum): New enum.
2163 (three_not_flag): New variable.
2164 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2165 (test_print_enums): Add more tests for printing flag enums.
2166
2167 2020-02-18 Tom de Vries <tdevries@suse.de>
2168
2169 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2170 (gdb_compile_ada): ... here.
2171 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2172 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2173
2174 2020-02-14 Tom Tromey <tom@tromey.com>
2175
2176 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2177 build directory.
2178 * boards/gdbserver-base.exp: Update path to gdbserver.
2179
2180 2020-02-13 Tom de Vries <tdevries@suse.de>
2181
2182 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2183
2184 2020-02-13 Tom de Vries <tdevries@suse.de>
2185
2186 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2187 are missing.
2188
2189 2020-02-13 Tom de Vries <tdevries@suse.de>
2190
2191 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2192 call.
2193
2194 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2195
2196 PR tui/25126
2197 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2198 * gdb.base/cached-source-file.c: New file.
2199 * gdb.base/cached-source-file.exp: New file.
2200
2201 2020-02-11 Tom de Vries <tdevries@suse.de>
2202
2203 PR testsuite/25488
2204 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2205
2206 2020-02-10 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2209
2210 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2211
2212 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2213 and $after_addr are both integers before making a comparison.
2214
2215 2020-02-09 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2218 command output and paste it into gdb.log. If any, paste catch message
2219 to gdb.log.
2220
2221 2020-02-07 Tom Tromey <tromey@adacore.com>
2222
2223 PR breakpoints/24915:
2224 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2225
2226 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2227
2228 * gdb.tui/tui-missing-src.exp: Add the "missing source
2229 file" test for the TUI.
2230
2231 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2234 including a port number in the output.
2235
2236 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2237
2238 * lib/fortran.exp (fortran_int4): Handle clang.
2239 (fortran_int8): Likewise.
2240 (fortran_real4): Likewise.
2241 (fortran_real8): Likewise.
2242 (fortran_complex4): Likewise.
2243 (fortran_logical4): Likewise.
2244 (fortran_character1): Likewise.
2245
2246 2020-02-04 Tom de Vries <tdevries@suse.de>
2247
2248 * README (Race detection): Add note.
2249
2250 2020-02-04 Tom de Vries <tdevries@suse.de>
2251
2252 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2253
2254 2020-02-04 Tom de Vries <tdevries@suse.de>
2255
2256 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2257
2258 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2259
2260 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2261 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2262 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2263 blttar, bnetarl.
2264 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2265 binary for blttar, bnetarl.
2266 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2267 wait instruction. Delete ldmx test.
2268 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2269
2270 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2271
2272 * gdb.fortran/array-bounds-high.exp: New file.
2273 * gdb.fortran/array-bounds-high.f90: New file.
2274
2275 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2276
2277 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2278 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2279
2280 2020-02-01 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2283
2284 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 PR tui/9765
2287 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2288 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2289
2290 2020-01-29 Luis Machado <luis.machado@linaro.org>
2291
2292 * gdb.arch/aarch64-brk-patterns.c: New source file.
2293 * gdb.arch/aarch64-brk-patterns.exp: New test.
2294
2295 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2296
2297 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2298 GCC/Clang version.
2299 * gdb.cp/pass-by-ref.exp: Ditto.
2300
2301 2020-01-29 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2304 * gdb.threads/watchpoint-fork-mt.c: Same.
2305 * gdb.threads/watchpoint-fork-parent.c: Same.
2306 * gdb.threads/watchpoint-fork-st.c: Same.
2307 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2308
2309 2020-01-27 Luis Machado <luis.machado@linaro.org>
2310
2311 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2312 sitting at a syscall instruction when we hit the syscall function's
2313 breakpoint.
2314 Check PC against one obtained with the x command.
2315 Validate syscall number.
2316 (step_over_syscall): Don't continue to the syscall instruction if
2317 we're already there.
2318
2319 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2320
2321 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2322
2323 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2324
2325 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2326 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2327
2328 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2331 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2332
2333 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.base/maint.exp: Update line table parsing test.
2336 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2337
2338 2020-01-24 Pedro Alves <palves@redhat.com>
2339
2340 PR gdb/25410
2341 * gdb.multi/multi-re-run-1.c: New.
2342 * gdb.multi/multi-re-run-2.c: New.
2343 * gdb.multi/multi-re-run.exp: New.
2344
2345 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 PR gdb/23718
2348 * gdb.server/server-kill-python.exp: New file.
2349
2350 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2351
2352 * gdb.server/multi-ui-errors.c: New file.
2353 * gdb.server/multi-ui-errors.exp: New file.
2354
2355 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 PR tui/9765
2358 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2359
2360 2020-01-19 Tom Tromey <tom@tromey.com>
2361
2362 * gdb.tui/main.exp: Add check for plain "file".
2363
2364 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2365
2366 * lib/gdb.exp: Fix spelling error (seperatelly).
2367
2368 2020-01-14 Tom Tromey <tom@tromey.com>
2369
2370 PR symtab/12535:
2371 * gdb.python/python.exp: Test decode_line with empty string
2372 argument.
2373
2374 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2375
2376 * gdb.base/skip-inline.exp: Extend test.
2377
2378 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2381 * gdb.dwarf2/dw2-bad-elf.c: New file.
2382 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2383
2384 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2387 _line_saw_file.
2388
2389 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2392 border.
2393
2394 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2395
2396 * gdb.multi/multi-target.exp (setup): Factor out "info
2397 connections" and "info inferiors" tests to ...
2398 (test_info_inferiors): ... this new procedure.
2399 (top level): Run new "info-inferiors" tests.
2400
2401 2020-01-10 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.server/bkpt-other-inferior.exp: New file.
2404
2405 2020-01-10 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2408 of "add-inferior".
2409 * gdb.base/quit-live.exp: Likewise.
2410 * gdb.base/remote-exec-file.exp: Likewise.
2411 * gdb.guile/scm-progspace.exp: Likewise.
2412 * gdb.linespec/linespec.exp: Likewise.
2413 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2414 * gdb.mi/user-selected-context-sync.exp: Likewise.
2415 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2416 "info inferiors" tests.
2417 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2418 "add-inferior".
2419 * gdb.multi/watchpoint-multi.exp: Likewise.
2420 * gdb.python/py-inferior.exp: Likewise.
2421 * gdb.server/extended-remote-restart.exp: Likewise.
2422 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2423 "info inferiors".
2424 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2425 * gdb.trace/report.exp: Likewise.
2426
2427 2020-01-10 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.multi/multi-target.c: New file.
2430 * gdb.multi/multi-target.exp: New file.
2431 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2432 mode requested, but remote does not support non-stop".
2433
2434 2020-01-10 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2437 disconnect before reconnecting.
2438
2439 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2440 Pedro Alves <palves@redhat.com>
2441
2442 * gdb.server/connect-without-multi-process.exp: Also test
2443 continuing to end.
2444
2445 2020-01-10 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/remote-exec-file.exp: New file.
2448
2449 2020-01-10 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2452 output.
2453 * gdb.threads/async.c: New.
2454 * gdb.threads/async.exp: New.
2455 * gdb.multi/tids-gid-reset.c: New.
2456 * gdb.multi/tids-gid-reset.exp: New.
2457
2458 2020-01-10 George Barrett <bob@bob131.so>
2459
2460 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2461 to help in finding the image relocation offset.
2462 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2463 options in arguments.
2464 (stap_test_no_debuginfo): Likewise.
2465 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2466 test variants.
2467 (stap_test): Add null semaphore relocation test.
2468
2469 2020-01-10 George Barrett <bob@bob131.so>
2470
2471 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2472 * gdb.base/stap-probe.exp: Likewise.
2473 (stap_test): Pass argument as an additional flag.
2474 (stap_test_no_debuginfo): Likewise.
2475 (stap_test): Check `info probes stap' output for semaphore
2476 addresses if the test binary is supposed to have them.
2477
2478 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2479
2480 * gdb.tui/basic.exp: Add more scrolling tests.
2481
2482 2020-01-09 Tom Tromey <tom@tromey.com>
2483
2484 PR tui/18932:
2485 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2486 meangingful value.
2487 (Term::command, Term::resize): Update.
2488 * gdb.tui/basic.exp: Add scrolling test.
2489
2490 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * gdb.tui/tui-layout-asm.exp: New file.
2493
2494 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2497
2498 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2501 (Term::enter_tui): Use Term::prepare_for_tui.
2502
2503 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2506 called.
2507
2508 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * gdb.base/skip.exp: Fix race condition in test.
2511
2512 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.base/backtrace.c: New file.
2515 * gdb.base/backtrace.exp: New file.
2516
2517 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2520
2521 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2522
2523 * gdb.base/style.exp: Test that warnings are styled.
2524
2525 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2526
2527 * gdb.base/line65535.exp: New file.
2528 * gdb.base/line65535.c: New file.
2529
2530 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2531
2532 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2533 * lib/gnat_debug_info_test.adb: New file.
2534 * gdb.ada/ptype_tagged_param.exp: Use
2535 gnat_runtime_has_debug_info, expect a different output if
2536 runtime does not have debug info.
2537
2538 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2539
2540 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2541 (another) quote in test name.
2542
2543 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2544
2545 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2546 Add quote in test name.
2547
2548 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2549
2550 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2551 directory instead.
2552 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2553 * gdb.cp/pass-by-ref-2.cc: New file.
2554 * gdb.cp/pass-by-ref-2.exp: New file.
2555
2556 2019-12-20 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.tui/list-before.exp: New file.
2559
2560 2019-12-20 Tom Tromey <tom@tromey.com>
2561
2562 * gdb.tui/list.exp: Check for source on initial listing.
2563
2564 2019-12-11 Tom Tromey <tromey@adacore.com>
2565
2566 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2567 Add crlf test.
2568
2569 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2570
2571 * gdb.base/default.exp: Update value of $_gdb_major.
2572
2573 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2574
2575 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2576
2577 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2578
2579 * gdb.base/skip.exp: Whitespace fix.
2580
2581 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2582
2583 * gdb.base/skip-inline.c: New file.
2584 * gdb.base/skip-inline.exp: New file.
2585
2586 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2587
2588 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2589 jit_function_00 to jit_function_stack_mangle.
2590 * gdb.base/jithost.c (jit_function_t): Rename to...
2591 (jit_function_stack_mangle_t): ... this.
2592 (jit_function_add_t): New typedef.
2593 (jit_function_00_code): Rename to...
2594 (jit_function_stack_mangle_code): ... this, make static.
2595 (jit_function_add_code): New.
2596 (main): Generate "add" function and call it. Adjust to changes
2597 in jithost_abi.
2598 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2599 (struct jithost_abi) <begin, end>: Remove fields.
2600 <object, function_stack_mangle, function_add>: New fields.
2601 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2602 code_end>: Remove fields.
2603 <func_stack_mangle>: New field.
2604 (read_debug_info): Adjust to renaming, create block for "add"
2605 function.
2606 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2607
2608 2019-12-11 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.tui/resize.exp: Fix regexp.
2611 * gdb.tui/regs.exp: Fix regexps.
2612 * gdb.tui/main.exp: Fix regexp.
2613
2614 2019-12-11 Tom Tromey <tom@tromey.com>
2615
2616 * gdb.tui/resize.exp: Update.
2617 * gdb.tui/empty.exp (layouts): Update.
2618
2619 2019-12-11 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.tui/regs.exp: Update.
2622 * gdb.tui/empty.exp (layouts): Update.
2623 * gdb.tui/basic.exp: Update.
2624 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2625
2626 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2627
2628 * gdb.base/options.exp: Add -raw-values in the print completion list.
2629 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2630
2631 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2632
2633 * gdb.threads/omp-par-scope.c: New file.
2634 * gdb/threads/omp-par-scope.exp: New file.
2635
2636 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2637
2638 * lib/gdb.exp (support_nested_function_tests): New proc.
2639
2640 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2641
2642 * lib/gdb.exp (gdb_compile_openmp): New proc.
2643 (build_executable_from_specs): Add an "openmp" option.
2644 (gdb_compile_pthreads): Add non-executable case.
2645
2646 2019-12-10 Tom Tromey <tromey@adacore.com>
2647
2648 * gdb.ada/unchecked_union.exp: New file.
2649 * gdb.ada/unchecked_union/pck.adb: New file.
2650 * gdb.ada/unchecked_union/pck.ads: New file.
2651 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2652 * gdb-utils.exp (string_to_regexp): Also quote "?".
2653
2654 2019-12-10 George Barrett <bob@bob131.so>
2655
2656 Test scripted probe breakpoints.
2657 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2658 * gdb.python/py-breakpoint.c (main): Likewise.
2659 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2660 specifier test.
2661 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2662
2663 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2664
2665 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2666 an rvalue parameter.
2667 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2668 parameter.
2669
2670 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2673 modules.
2674
2675 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2678 broken version of GCC.
2679
2680 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2683 sym-info-cmds library.
2684 * gdb.fortran/info-types.exp: Likewise.
2685 * lib/sym-info-cmds.exp: New file.
2686
2687 2019-12-08 Tom de Vries <tdevries@suse.de>
2688
2689 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2690
2691 2019-12-07 Keith Seitz <keiths@redhat.com>
2692
2693 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2694 * gdb.base/corefile-buildid-shlib.c: New file.
2695 * gdb.base/corefile-buildid.c: New file.
2696 * gdb.base/corefile-buildid.exp: New file.
2697
2698 2019-12-06 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.dwarf2/varval.exp: Add decl before def test.
2701
2702 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2703
2704 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2705
2706 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2707
2708 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2709 CV and reference conversion for overload resolution.
2710 * gdb.cp/rvalue-ref-overload.exp: Test it.
2711
2712 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2713
2714 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2715 * gdb.base/frameapply.exp: Test faas without command.
2716
2717 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2720 Fortran tests.
2721 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2722 order.
2723
2724 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2727 casting to type with no kind specified.
2728 (test_basic_parsing_of_type_kinds): Additional tests for types
2729 with no kind specified, and add tests for single/double
2730 precision/complex types.
2731
2732 2019-12-04 Tom Tromey <tromey@adacore.com>
2733
2734 * gdb.base/endianity.c (struct other) <x>: New field.
2735 (main): Initialize it.
2736 * gdb.base/endianity.exp: Update.
2737
2738 2019-12-04 Tom Tromey <tromey@adacore.com>
2739
2740 * gdb.ada/scalar_storage/storage.adb: New file.
2741 * gdb.ada/scalar_storage/pck.adb: New file.
2742 * gdb.ada/scalar_storage/pck.ads: New file.
2743 * gdb.ada/scalar_storage.exp: New file.
2744
2745 2019-12-04 Tom Tromey <tromey@adacore.com>
2746
2747 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2748 (main): Initialize it.
2749 * gdb.base/endianity.exp: Update.
2750
2751 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2754
2755 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2758 -symbol-info-module-functions and -symbol-info-module-variables.
2759
2760 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2763
2764 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2765 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.fortran/derived-type-striding.exp: New file.
2768 * gdb.fortran/derived-type-striding.f90: New file.
2769 * gdb.fortran/array-slices.exp: New file.
2770 * gdb.fortran/array-slices.f90: New file.
2771
2772 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2773
2774 * gdb.base/define.exp: Test . in command names.
2775 * gdb.base/setshow.exp: Update test, as . is now part of
2776 command name.
2777
2778 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2779
2780 * gdb.base/define-prefix.exp: New file.
2781
2782 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2785 compile.
2786 (skip_btrace_pt_tests): Likewise.
2787
2788 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.fortran/info-modules.exp: Compile source files in correct
2791 order.
2792
2793 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2794
2795 * gdb.dwarf2/imported-unit.exp: New file.
2796 * gdb.dwarf2/imported-unit.c: New file.
2797
2798 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.mi/mi-fortran-modules-2.f90: New file.
2801 * gdb.mi/mi-fortran-modules.exp: New file.
2802 * gdb.mi/mi-fortran-modules.f90: New file.
2803
2804 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.mi/mi-sym-info-1.c: New file.
2807 * gdb.mi/mi-sym-info-2.c: New file.
2808 * gdb.mi/mi-sym-info.exp: New file.
2809
2810 2019-11-22 Tom Tromey <tromey@adacore.com>
2811
2812 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2813 * gdb.ada/tasks/foo.adb: Add another stopping location.
2814
2815 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2816
2817 * gdb.base/endianity.c: New test.
2818 * gdb.base/endianity.exp: New file.
2819
2820 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2821
2822 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2823
2824 2019-11-21 Tom de Vries <tdevries@suse.de>
2825
2826 PR gdb/24956
2827 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2828
2829 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2830
2831 * gdb.python/py-progspace.exp: Add missing parentheses on some
2832 'print' commands.
2833
2834 2019-11-19 Tom Tromey <tom@tromey.com>
2835
2836 * gdb.tui/winheight.exp: New file.
2837
2838 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.base/ctf-whatis.c: Delete.
2841 * gdb.base/ctf-whatis.exp: Delete.
2842 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2843
2844 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.base/ctf-cvexpr.exp: Delete.
2847 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2848
2849 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2852 the compiler. Clean up header comment a little.
2853 * gdb.base/ctf-ptype.exp: Likewise.
2854 * gdb.base/ctf-whatis.exp: Likewise.
2855 * lib/gdb.exp (skip_ctf_tests): New proc.
2856
2857 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2858
2859 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2860 * gdb.tui/corefile-run.exp: New file.
2861
2862 2019-11-14 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2865 regression tests.
2866
2867 2019-11-12 Tom Tromey <tom@tromey.com>
2868
2869 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2870 after any command. Expect prompt after WAIT_FOR is seen.
2871 (enter_tui): Enable resize messages.
2872 (command): Expect command in output.
2873 (get_line): Avoid error when cursor appears to be off-screen.
2874 (dump_screen): Include screen size in title.
2875 (_do_resize): New proc, from "resize".
2876 (resize): Rewrite. Do resize in two steps.
2877 * gdb.tui/empty.exp (layouts): Fix entries.
2878 (check_boxes): Remove xfail.
2879 (check_text): Dump screen on failure.
2880
2881 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2882
2883 * gdb.python/py-symbol.exp: Add test for
2884 gdb.lookup_static_symbols.
2885
2886 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.python/py-symbol.c: Declare and call function from new
2889 py-symbol-2.c file.
2890 * gdb.python/py-symbol.exp: Compile both source files, and add new
2891 tests for gdb.lookup_static_symbol.
2892 * gdb.python/py-symbol-2.c: New file.
2893
2894 2019-11-02 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2897 * gdb.base/anon.exp: Same.
2898 * gdb.base/auto-connect-native-target.exp: Same.
2899 * gdb.base/call-ar-st.exp: Same.
2900 * gdb.base/catch-syscall.exp: Same.
2901 * gdb.base/commands.exp: Same.
2902 * gdb.base/default.exp: Same.
2903 * gdb.base/display.exp: Same.
2904 * gdb.base/float.exp: Same.
2905 * gdb.base/foll-fork.exp: Same.
2906 * gdb.base/help.exp: Same.
2907 * gdb.base/info-macros.exp: Same.
2908 * gdb.base/info-proc.exp: Same.
2909 * gdb.base/info-target.exp: Same.
2910 * gdb.base/long_long.exp: Same.
2911 * gdb.base/macscp.exp: Same.
2912 * gdb.base/memattr.exp: Same.
2913 * gdb.base/nofield.exp: Same.
2914 * gdb.base/pointers.exp: Same.
2915 * gdb.base/printcmds.exp: Same.
2916 * gdb.base/ptype.exp: Same.
2917 * gdb.base/restore.exp: Same.
2918 * gdb.base/return.exp: Same.
2919 * gdb.base/scope.exp: Same.
2920 * gdb.base/set-noassign.exp: Same.
2921 * gdb.base/setshow.exp: Same.
2922 * gdb.base/shlib-call.exp: Same.
2923 * gdb.base/signals.exp: Same.
2924 * gdb.base/sigstep.exp: Same.
2925 * gdb.base/skip.exp: Same.
2926 * gdb.base/solib-symbol.exp: Same.
2927 * gdb.base/stap-probe.exp: Same.
2928 * gdb.base/step-line.exp: Same.
2929 * gdb.base/step-test.exp: Same.
2930 * gdb.base/style.exp: Same.
2931 * gdb.base/varargs.exp: Same.
2932 * gdb.base/vla-datatypes.exp: Same.
2933 * gdb.base/vla-ptr.exp: Same.
2934 * gdb.base/vla-sideeffect.exp: Same.
2935 * gdb.base/volatile.exp: Same.
2936 * gdb.base/watch-cond-infcall.exp: Same.
2937 * gdb.base/watchpoint.exp: Same.
2938
2939 2019-11-02 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2942 * gdb.cp/cpexprs.exp: Same.
2943 * gdb.cp/except-multi-location.exp: Same.
2944 * gdb.cp/exceptprint.exp: Same.
2945 * gdb.cp/gdb2384.exp: Same.
2946 * gdb.cp/inherit.exp: Same.
2947 * gdb.cp/m-static.exp: Same.
2948 * gdb.cp/meth-typedefs.exp: Same.
2949 * gdb.cp/misc.exp: Same.
2950 * gdb.cp/namespace.exp: Same.
2951 * gdb.cp/non-trivial-retval.exp: Same.
2952 * gdb.cp/overload.exp: Same.
2953 * gdb.cp/pr17132.exp: Same.
2954 * gdb.cp/re-set-overloaded.exp: Same.
2955 * gdb.cp/rvalue-ref-types.exp: Same.
2956 * gdb.cp/templates.exp: Same.
2957
2958 2019-11-01 Luis Machado <luis.machado@linaro.org>
2959
2960 PR gdb/25124
2961
2962 * gdb.arch/pr25124.S: New file.
2963 * gdb.arch/pr25124.exp: New file.
2964
2965 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.fortran/info-modules.exp: Update expected results, and add
2968 additional tests for 'info module functinos', and 'info module
2969 variables'.
2970 * gdb.fortran/info-types.exp: Update expected results.
2971 * gdb.fortran/info-types.f90: Extend testcase with additional
2972 module variables and functions.
2973
2974 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.fortran/info-modules.exp: New file.
2977 * gdb.fortran/info-types.exp: Build with new file.
2978 * gdb.fortran/info-types.f90: Include and use new module.
2979 * gdb.fortran/info-types-2.f90: New file.
2980
2981 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2982
2983 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2984 * gdb.base/settings.exp: Test all settings types using
2985 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2986 that now verifies that the value of "maint show" is the same as
2987 returned by the settings functions. Test the type of the
2988 maintenance settings.
2989 * gdb.base/default.exp: Update show_conv_list.
2990
2991 2019-10-31 Tom de Vries <tdevries@suse.de>
2992
2993 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2994 gdb_test.
2995 * gdb.arch/amd64-disp-step.exp: Same.
2996 * gdb.asm/asm-source.exp: Same.
2997 * gdb.btrace/buffer-size.exp: Same.
2998 * gdb.btrace/cpu.exp: Same.
2999 * gdb.btrace/enable.exp: Same.
3000 * gdb.dwarf2/count.exp: Same.
3001 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3002 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3003 * gdb.fortran/vla-datatypes.exp: Same.
3004 * gdb.fortran/vla-history.exp: Same.
3005 * gdb.fortran/vla-ptype.exp: Same.
3006 * gdb.fortran/vla-value.exp: Same.
3007 * gdb.fortran/whatis_type.exp: Same.
3008 * gdb.guile/guile.exp: Same.
3009 * gdb.multi/tids.exp: Same.
3010 * gdb.python/py-finish-breakpoint.exp: Same.
3011 * gdb.python/py-framefilter.exp: Same.
3012 * gdb.python/py-pp-registration.exp: Same.
3013 * gdb.python/py-xmethods.exp: Same.
3014 * gdb.python/python.exp: Same.
3015 * gdb.server/connect-with-no-symbol-file.exp: Same.
3016 * gdb.server/no-thread-db.exp: Same.
3017 * gdb.server/run-without-local-binary.exp: Same.
3018 * gdb.stabs/weird.exp: Same.
3019 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3020 * gdb.threads/thread-find.exp: Same.
3021 * gdb.threads/tls-shared.exp: Same.
3022 * gdb.threads/tls.exp: Same.
3023 * gdb.threads/wp-replication.exp: Same.
3024 * gdb.trace/ax.exp: Same.
3025 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3026
3027 2019-10-31 Tom de Vries <tdevries@suse.de>
3028
3029 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3030 * gdb.ada/array_subscript_addr.exp: Same.
3031 * gdb.ada/arrayidx.exp: Same.
3032 * gdb.ada/arrayparam.exp: Same.
3033 * gdb.ada/arrayptr.exp: Same.
3034 * gdb.ada/boolean_expr.exp: Same.
3035 * gdb.ada/call_pn.exp: Same.
3036 * gdb.ada/complete.exp: Same.
3037 * gdb.ada/fixed_cmp.exp: Same.
3038 * gdb.ada/fun_addr.exp: Same.
3039 * gdb.ada/funcall_param.exp: Same.
3040 * gdb.ada/interface.exp: Same.
3041 * gdb.ada/mod_from_name.exp: Same.
3042 * gdb.ada/null_array.exp: Same.
3043 * gdb.ada/packed_array.exp: Same.
3044 * gdb.ada/packed_tagged.exp: Same.
3045 * gdb.ada/print_chars.exp: Same.
3046 * gdb.ada/print_pc.exp: Same.
3047 * gdb.ada/ptype_arith_binop.exp: Same.
3048 * gdb.ada/ptype_field.exp: Same.
3049 * gdb.ada/ptype_tagged_param.exp: Same.
3050 * gdb.ada/rec_return.exp: Same.
3051 * gdb.ada/ref_tick_size.exp: Same.
3052 * gdb.ada/str_ref_cmp.exp: Same.
3053 * gdb.ada/taft_type.exp: Same.
3054 * gdb.ada/tagged.exp: Same.
3055 * gdb.ada/type_coercion.exp: Same.
3056 * gdb.ada/uninitialized_vars.exp: Same.
3057
3058 2019-10-30 Tom de Vries <tdevries@suse.de>
3059
3060 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3061
3062 2019-10-26 Tom de Vries <tdevries@suse.de>
3063
3064 * gdb.base/bigcore.c: Fix typos in comments.
3065 * gdb.base/ctf-ptype.c: Same.
3066 * gdb.base/long_long.c: Same.
3067 * gdb.dwarf2/dw2-op-out-param.S: Same.
3068 * gdb.python/py-evthreads.c: Same.
3069 * gdb.reverse/i387-stack-reverse.c: Same.
3070 * gdb.trace/tfile.c: Same.
3071 * lib/compiler.c: Same.
3072 * lib/compiler.cc: Same.
3073
3074 2019-10-25 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3077 gdb_test_multiple calls.
3078 * gdb.reverse/sigall-reverse.exp: Same.
3079 * gdb.reverse/solib-precsave.exp: Same.
3080 * gdb.reverse/solib-reverse.exp: Same.
3081 * gdb.reverse/until-precsave.exp: Same.
3082 * gdb.reverse/until-reverse.exp: Same.
3083
3084 2019-10-24 Tom de Vries <tdevries@suse.de>
3085
3086 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3087 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3088 kfail using -wrap pattern flag and convenience variable
3089 gdb_test_name.
3090
3091 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.python/py-progspace.exp: Add tests for the
3094 Progspace.block_for_pc method.
3095
3096 2019-10-23 Tom Tromey <tom@tromey.com>
3097
3098 * configure: Rebuild.
3099 * aclocal.m4: Use m4_include, not sinclude.
3100
3101 2019-10-21 Tom de Vries <tdevries@suse.de>
3102
3103 * gdb.base/infcall-nested-structs.c: Add
3104 __attribute__((noinline,noclone)) to all functions.
3105 (call_all): Add missing variable initialization. Simplify return value.
3106 (breakpt): Increment volatile variable, to prevent call from being
3107 optimized out.
3108 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3109
3110 2019-10-17 Tom de Vries <tdevries@suse.de>
3111
3112 * gdb.fortran/module.exp: Allow info variables to print info for files
3113 other than module.f90.
3114
3115 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * gdb.fortran/module.exp: Extend with 'info variables' test.
3118
3119 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3122 F77_FOR_TARGET.
3123
3124 2019-10-16 Tom de Vries <tdevries@suse.de>
3125
3126 PR tdep/25096
3127 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3128
3129 2019-10-16 Tom de Vries <tdevries@suse.de>
3130
3131 PR tdep/24104
3132 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3133 Add KFAIL for PR tdep/25096.
3134
3135 2019-10-16 Tom de Vries <tdevries@suse.de>
3136
3137 PR testsuite/25059
3138 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3139
3140 2019-10-16 Tom de Vries <tdevries@suse.de>
3141
3142 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3143 as signed.
3144
3145 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3146
3147 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3148 one instead of increasing timeout.
3149
3150 2019-10-13 Tom de Vries <tdevries@suse.de>
3151
3152 PR record/25038
3153 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3154 * gdb.reverse/sigall-reverse.exp: Same.
3155 * gdb.reverse/solib-precsave.exp: Same.
3156 * gdb.reverse/solib-reverse.exp: Same.
3157 * gdb.reverse/step-precsave.exp: Same.
3158 * gdb.reverse/until-precsave.exp: Same.
3159 * gdb.reverse/until-reverse.exp: Same.
3160 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3161
3162 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3163
3164 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3165 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3166 (cmp_struct_05_01, cmp_struct_static_02_01)
3167 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3168 comparisons.
3169
3170 2019-10-10 Tom de Vries <tdevries@suse.de>
3171
3172 PR testsuite/24888
3173 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3174 gnatlink.
3175
3176 2019-10-09 Tom de Vries <tdevries@suse.de>
3177
3178 PR testsuite/25048
3179 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3180
3181 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3184 exceptions due to missing debug information.
3185
3186 2019-10-07 Tom de Vries <tdevries@suse.de>
3187
3188 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3189
3190 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3193 * gdb.base/annota1.exp: Update to use gdb_test_name.
3194
3195 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3196
3197 * gdb.base/ctf-whatis.exp: New file.
3198 * gdb.base/ctf-whatis.c: New file.
3199 * gdb.base/ctf-ptype.exp: New file.
3200 * gdb.base/ctf-ptype.c: New file.
3201 * gdb.base/ctf-constvars.exp: New file.
3202 * gdb.base/ctf-constvars.c: New file.
3203 * gdb.base/ctf-cvexpr.exp: New file.
3204
3205 2019-10-04 Tom de Vries <tdevries@suse.de>
3206
3207 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3208 for loop.
3209
3210 2019-10-03 Tom Tromey <tom@tromey.com>
3211
3212 PR rust/24976:
3213 * gdb.rust/simple.rs (Union2): New type.
3214 (main): Use Union2.
3215 * gdb.rust/simple.exp: Add test.
3216
3217 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3220 nested function prefix.
3221
3222 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3223 Richard Bunt <richard.bunt@arm.com>
3224 Andrew Burgess <andrew.burgess@embecosm.com>
3225
3226 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3227 nested functions.
3228 * gdb.fortran/nested-funcs.f90: Update expected results.
3229 * gdb.fortran/nested-funcs-2.exp: New file.
3230 * gdb.fortran/nested-funcs-2.f90: New file.
3231
3232 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * gdb.python/py-parameter.exp: Make test names unique.
3235 * gdb.python/py-template.exp: Likewise.
3236 * gdb.python/py-value.exp: Likewise.
3237
3238 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3239
3240 * gdb.base/break-interp.exp: Reduce test name duplication.
3241 * gdb.base/call-sc.exp: Likewise.
3242 * gdb.base/callfuncs.exp: Likewise.
3243 * gdb.base/charset.exp: Likewise.
3244 * gdb.base/dump.exp: Likewise.
3245 * gdb.base/ena-dis-br.exp: Likewise.
3246 * gdb.base/relational.exp: Likewise.
3247 * gdb.base/step-over-syscall.exp: Likewise.
3248 * gdb.base/structs.exp: Likewise.
3249
3250 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.linespec/explicit.exp: Make test names unique.
3253 * gdb.linespec/ls-errs.exp: Likewise.
3254
3255 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.reverse/break-precsave.exp: Make test names unique.
3258 * gdb.reverse/break-reverse.exp: Likewise.
3259 * gdb.reverse/finish-precsave.exp: Likewise.
3260 * gdb.reverse/finish-reverse.exp: Likewise.
3261 * gdb.reverse/machinestate-precsave.exp: Likewise.
3262 * gdb.reverse/machinestate.exp: Likewise.
3263 * gdb.reverse/readv-reverse.exp: Likewise.
3264 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3265 * gdb.reverse/sigall-precsave.exp: Likewise.
3266 * gdb.reverse/sigall-reverse.exp: Likewise.
3267 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3268 * gdb.reverse/watch-precsave.exp: Likewise.
3269 * gdb.reverse/watch-reverse.exp: Likewise.
3270
3271 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.threads/stop-with-handle.c: New file.
3274 * gdb.threads/stop-with-handle.exp: New file.
3275
3276 2019-10-03 Tom de Vries <tdevries@suse.de>
3277
3278 PR testsuite/25059
3279 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3280 directory" line to be missing.
3281
3282 2019-10-03 Tom de Vries <tdevries@suse.de>
3283
3284 PR testsuite/25059
3285 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3286 type optional.
3287
3288 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3289
3290 * gdb.python/py-format-string.c (string.h): New include.
3291 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3292 the same value, for endianness-independence.
3293 * gdb.python/py-format-string.exp (default_regexp_dict)
3294 (test_pretty_structs, test_format): Adjust expected output to the
3295 changed initialization.
3296
3297 2019-10-02 Tom Tromey <tromey@adacore.com>
3298
3299 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3300
3301 2019-10-02 Pedro Alves <palves@redhat.com>
3302 Andrew Burgess <andrew.burgess@embecosm.com>
3303
3304 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3305 "print-file-var.h".
3306 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3307 (get_version_1): Print this_version_id and its address.
3308 Add extern "C" wrappers around interface functions.
3309 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3310 "print-file-var.h".
3311 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3312 (get_version_2): Print this_version_id and its address.
3313 Add extern "C" wrappers around interface functions.
3314 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3315 <stddef.h> and "print-file-var.h".
3316 Add extern "C" wrappers around interface functions.
3317 [VERSION_ID_MAIN] (this_version_id): Define.
3318 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3319 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3320 up extern "C" blocks.
3321 * gdb.base/print-file-var.exp (test): New, factored out from top
3322 level.
3323 (top level): Test all combinations of attribute hidden or not,
3324 dlopen or not, and this_version_id symbol in main file or not.
3325 Compile tests as both C++ and C, make test names unique.
3326
3327 2019-10-01 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.base/style.exp: Test "show logging filename".
3330
3331 2019-10-01 Tom Tromey <tom@tromey.com>
3332
3333 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3334 * gdb.base/style.exp: Add metadata style test.
3335
3336 2019-10-01 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.base/style.exp: Test "pwd".
3339
3340 2019-10-01 Tom Tromey <tom@tromey.com>
3341
3342 * gdb.base/style.exp: Update tests.
3343
3344 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3345
3346 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3347 'six' to unsigned.
3348 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3349 'five'. Use an all-ones bit pattern for each.
3350 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3351 to its changed values.
3352
3353 2019-09-30 Tom Tromey <tromey@adacore.com>
3354
3355 * gdb.rust/traits.rs: Disable all warnings.
3356
3357 2019-09-29 Tom de Vries <tdevries@suse.de>
3358
3359 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3360
3361 2019-09-29 Tom de Vries <tdevries@suse.de>
3362
3363 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3364
3365 2019-09-27 Tom de Vries <tdevries@suse.de>
3366
3367 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3368
3369 2019-09-27 Tom de Vries <tdevries@suse.de>
3370
3371 PR record/23188
3372 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3373
3374 2019-09-26 Tom Tromey <tromey@adacore.com>
3375
3376 * gdb.ada/py_taft.exp: New file.
3377 * gdb.ada/py_taft/main.adb: New file.
3378 * gdb.ada/py_taft/pkg.adb: New file.
3379 * gdb.ada/py_taft/pkg.ads: New file.
3380
3381 2019-09-24 Tom de Vries <tdevries@suse.de>
3382
3383 PR gdb/24598
3384 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3385
3386 2019-09-22 Tom de Vries <tdevries@suse.de>
3387
3388 * gdb.base/restore.exp: Allow register variables to be optimized out at
3389 -O0.
3390
3391 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3392
3393 * gdb.arch/spu-info.exp: Remove file.
3394 * gdb.arch/spu-info.c: Remove file.
3395 * gdb.arch/spu-ls.exp: Remove file.
3396 * gdb.arch/spu-ls.c: Remove file.
3397
3398 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3399 * gdb.asm/spu.inc: Remove file.
3400
3401 * gdb.base/dump.exp: Remove support for spu*-*-*.
3402 * gdb.base/stack-checking.exp: Likewise.
3403 * gdb.base/overlays.exp: Likewise.
3404 * gdb.base/ovlymgr.c: Likewise.
3405 * gdb.base/spu.ld: Remove file.
3406
3407 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3408 * gdb.cp/cpexprs.exp: Likewise.
3409 * gdb.cp/exception.exp: Likewise.
3410 * gdb.cp/gdb2495.exp: Likewise.
3411 * gdb.cp/mb-templates.exp: Likewise.
3412 * gdb.cp/pr9167.exp: Likewise.
3413 * gdb.cp/userdef.exp: Likewise.
3414
3415 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3416
3417 * gdb.cell: Remove directory.
3418 * lib/cell.exp: Remove file.
3419
3420 2019-09-19 Tom de Vries <tdevries@suse.de>
3421
3422 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3423
3424 2019-09-19 Tom de Vries <tdevries@suse.de>
3425
3426 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3427
3428 2019-09-19 Tom de Vries <tdevries@suse.de>
3429
3430 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3431 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3432 (gdb_target_cmd): ... here.
3433 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3434 value 2.
3435
3436 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.base/source-dir.exp: Avoid having directory names in test
3439 names.
3440
3441 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3444 directory.
3445
3446 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.base/list-missing-source.exp: New file.
3449
3450 2019-09-14 Tom de Vries <tdevries@suse.de>
3451
3452 PR teststuite/24599
3453 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3454 * lib/ada.exp (gnatmake_version_at_least): New proc.
3455
3456 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.base/maint.exp: Use exec_has_index_section.
3459
3460 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 * gdb.base/maint.exp: Add test for 'maint info sections'.
3463
3464 2019-09-12 Tom de Vries <tdevries@suse.de>
3465
3466 * gdb.base/store.exp: Allow register variables to be optimized out at
3467 -O0.
3468
3469 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3470
3471 * gdb.ada/rdv_wait.exp: Update to new task names.
3472 * gdb.base/task_switch_in_core.exp: Likewise.
3473 * gdb.base/info_sources_base.c: Likewise.
3474
3475 2019-09-10 Tom Tromey <tromey@adacore.com>
3476
3477 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3478
3479 2019-09-10 Tom Tromey <tromey@adacore.com>
3480
3481 * gdb.ada/dgopt.exp: New file.
3482 * gdb.ada/dgopt/x.adb: New file.
3483
3484 2019-09-08 Tom Tromey <tom@tromey.com>
3485
3486 * gdb.tui/resize.exp: Remove setup_xfail.
3487 * gdb.tui/regs.exp: Remove setup_xfail.
3488 * gdb.tui/basic.exp: Remove setup_xfail.
3489
3490 2019-09-06 David Blaikie <dblaikie@gmail.com>
3491
3492 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3493 * gdb.cp/cplabel.exp: Ditto.
3494 * gdb.linespec/ls-errs.exp: Ditto.
3495
3496 2019-09-05 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/gdb.exp (cmp_file_string): New proc.
3499 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3500 runto_main. Verify save breakpoints output.
3501
3502 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3503
3504 * gdb.base/info-var.exp: Test info variables without running
3505 to main, to avoid expect's buffer overflow.
3506
3507 2019-09-03 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/bias.exp: New file.
3510 * gdb.ada/bias/bias.adb: New file.
3511 * gdb.ada/print_chars.exp: Add regression test.
3512 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3513 (MC): New variable.
3514
3515 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3516
3517 * gdb.base/argv0-symlink.exp: Run only on native target
3518 and local host.
3519
3520 2019-08-29 Tom de Vries <tdevries@suse.de>
3521
3522 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3523 diverse debug info.
3524 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3525
3526 2019-08-28 Tom de Vries <tdevries@suse.de>
3527
3528 * gdb.base/info-var.exp: Allow info variables to print info for files
3529 other than info-var-f1.c and info-var-f2.c.
3530
3531 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3532
3533 * gdb.fortran/info-types.exp: Add module.
3534 * gdb.fortran/info-types.f90: Update expected results.
3535
3536 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.fortran/info-types.exp: New file.
3539 * gdb.fortran/info-types.f90: New file.
3540 * lib/fortran.exp (fortran_character1): New proc.
3541
3542 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3545 functions'. Reindent as needed.
3546 * gdb.base/info-var-f1.c: New file.
3547 * gdb.base/info-var-f2.c: New file.
3548 * gdb.base/info-var.exp: New file.
3549 * gdb.base/info-var.h: New file.
3550
3551 2019-08-26 Tom de Vries <tdevries@suse.de>
3552
3553 PR c++/24852
3554 * gdb.cp/no-libstdcxx-probe.exp: New test.
3555
3556 2019-08-26 Tom de Vries <tdevries@suse.de>
3557
3558 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3559 * tests need to be skipped.
3560 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3561 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3562 mi_skip_libstdcxx_probe_tests.
3563
3564 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3565
3566 * gdb.python/py-xmethods.exp: Use raw strings when passing
3567 arguments to SimpleXMethodMatcher.
3568
3569 2019-08-22 Tom de Vries <tdevries@suse.de>
3570
3571 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3572 more informative.
3573
3574 2019-08-21 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/with.exp: Test "with" with no arguments.
3577
3578 2019-08-21 Tom de Vries <tdevries@suse.de>
3579
3580 * gdb.base/gdb-caching-proc.exp: Sort files.
3581
3582 2019-08-20 Tom de Vries <tdevries@suse.de>
3583
3584 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3585 compilation.
3586
3587 2019-08-16 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/compare-sections.exp ("after run to main"): Allow
3590 mismatched read-only sections for PIE executables.
3591
3592 2019-08-16 Tom Tromey <tom@tromey.com>
3593
3594 * lib/tuiterm.exp (_csi_Z): New proc.
3595 * gdb.tui/basic.exp: Update window positions.
3596 * gdb.tui/empty.exp: Update window positions.
3597
3598 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3599
3600 * gdb.base/examine-backward.exp: Correct regexp for
3601 "examine 3 bytes backward from ${address_zero}".
3602
3603 2019-08-15 Tom Tromey <tom@tromey.com>
3604
3605 * gdb.tui/empty.exp: Enable resizing tests.
3606
3607 2019-08-15 Tom Tromey <tromey@adacore.com>
3608
3609 * gdb.ada/char_enum.exp: Add regression tests.
3610 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3611 and '0'.
3612 (Char, Gchar): Update.
3613 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3614
3615 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3616
3617 * gdb.python/python.exp: Expect a leading underscore on
3618 GdbOutput{,Error}File.
3619
3620 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3621
3622 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3623 Windows host.
3624
3625 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3626
3627 * gdb.base/batch-preserve-term-settings.exp
3628 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3629
3630 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3631
3632 * lib/gdb.exp: When running on a mingw target, replace
3633 /x/ with x:/.
3634
3635 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3636
3637 * gdb.arch/aarch64-prologue.c: New test.
3638 * gdb.arch/aarch64-prologue.exp: New file.
3639
3640 2019-08-13 Tom de Vries <tdevries@suse.de>
3641
3642 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3643 Thread.
3644
3645 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3646
3647 * gdb.python/py-completion.exp: Download the .py file to the host
3648 and use its host pathname. Conditionalize tests that use
3649 tab completion and manipulate files on the build machine.
3650 * gdb.python/py-events.exp: Download the .py file to the host
3651 and use its host pathname.
3652 * gdb.python/py-evsignal.exp: Likewise.
3653 * gdb.python/py-evthreads.exp: Likewise.
3654 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3655 pathname syntax.
3656 * gdb.python/py-framefilter.exp: Download the .py file to the right
3657 place on the host. Match Windows pathname syntax.
3658 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3659 .py file to the host and use its host pathname.
3660 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3661 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3662 build pathname. Skip symlink test on Windows host. Add missing
3663 newline at end of file.
3664 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3665 and use its host pathname.
3666 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3667 * gdb.python/py-section-script.exp: Use host location of binfile
3668 on safe-path. Use correct path separator on Windows host.
3669 Reorder alternatives in gdb_test_multiple to prevent matching
3670 the wrong alternative on success.
3671 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3672
3673 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3674
3675 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3676 expect the GDB inferior to no longer immediately stop after
3677 being resumed with "signal SIGINT".
3678
3679 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3680
3681 * gdb.linespec/break-ask.exp: Generalize regexps to match
3682 Windows pathnames too.
3683
3684 2019-08-08 Tom de Vries <tdevries@suse.de>
3685
3686 PR testsuite/24862
3687 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3688
3689 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3690
3691 * gdb.base/style.exp: Update tests for help doc new invariants.
3692 * gdb.base/help.exp: Likewise.
3693
3694 2019-08-06 Tom Tromey <tom@tromey.com>
3695
3696 * gdb.base/style.exp: Add disassemble test.
3697 * gdb.base/style.c (some_called_function): New function.
3698 (main): Use it.
3699
3700 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3701
3702 * gdb.python/py-block.exp: Test dictionary access on blocks.
3703
3704 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3705
3706 PR gdb/24863
3707 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3708 -list-thread-groups --available test when running under
3709 check-read1.
3710
3711 2019-08-05 Tom de Vries <tdevries@suse.de>
3712
3713 PR testsuite/24863
3714 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3715 * gdb.base/help.exp: Use with_read1_timeout_factor.
3716 * gdb.base/info-macros.exp: Same.
3717 * gdb.cp/nested-types.exp: Same.
3718
3719 2019-08-05 Tom de Vries <tdevries@suse.de>
3720
3721 * lib/gdb.exp (version_at_least): Factor out of ...
3722 (tcl_version_at_least): ... here.
3723 (gdb_compile): Fail if pie results in non-PIE executable.
3724 (readelf_version, readelf_prints_pie): New proc.
3725 (exec_is_pie): Return -1 if unknown.
3726
3727 2019-08-05 Tom de Vries <tdevries@suse.de>
3728
3729 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3730
3731 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3732
3733 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3734
3735 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3736
3737 * lib/completion-support.exp (test_gdb_complete_none): Skip
3738 tab completion tests if no readline support.
3739 (test_gdb_complete_unique_re): Likewise.
3740 (test_gdb_complete_multiple): Likewise.
3741
3742 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3743
3744 * gdb.base/info_sources.exp: New file.
3745 * gdb.base/info_sources.c: New file.
3746 * gdb.base/info_sources_base.c: New file.
3747
3748 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3749
3750 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3751 prefix argument.
3752 (test_exit_status): Add prefix argument.
3753
3754 2019-08-01 Tom de Vries <tdevries@suse.de>
3755
3756 PR testsuite/24863
3757 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3758 calling exp_continue for new thread and thread exited messages.
3759
3760 2019-08-01 Tom de Vries <tdevries@suse.de>
3761
3762 PR testsuite/24863
3763 * gdb.base/structs.exp: Fix check-read1 timeout using
3764 gdb_test_sequence.
3765 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3766
3767 2019-08-01 Tom de Vries <tdevries@suse.de>
3768
3769 PR testsuite/24863
3770 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3771 line.
3772
3773 2019-08-01 Tom de Vries <tdevries@suse.de>
3774
3775 PR testsuite/24863
3776 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3777
3778 2019-07-30 Tom Tromey <tromey@adacore.com>
3779
3780 * gdb.ada/display_nested.exp: New file.
3781 * gdb.ada/display_nested/foo.adb: New file.
3782 * gdb.ada/display_nested/pack.adb: New file.
3783 * gdb.ada/display_nested/pack.ads: New file.
3784
3785 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3786
3787 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3788 namespace.
3789 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3790
3791 2019-07-30 Tom de Vries <tdevries@suse.de>
3792
3793 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3794 instead.
3795
3796 2019-07-30 Tom de Vries <tdevries@suse.de>
3797
3798 PR testsuite/24834
3799 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3800 (exec_is_pie): New proc.
3801
3802 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3803
3804 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3805
3806 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3807
3808 * gdb.python/py-objfile.c: Add global and static vars.
3809 * gdb.python/py-objfile.exp: Test new functions Objfile.
3810 lookup_global_symbol and lookup_static_symbol.
3811
3812 2019-07-29 Tom Tromey <tom@tromey.com>
3813
3814 * lib/tuiterm.exp (Term::_csi_@): New proc.
3815 (Term::_csi_X): Don't move cursor.
3816
3817 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3818
3819 * gdb.base/options.exp: Update backtrace - completion to
3820 new option -frame-info.
3821 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3822 Test new 'set print frame-info'. Test backtrace -frame-info
3823 overriding 'set print frame-info'.
3824 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3825 Test new 'set print frame-info'.
3826 Verify consistency of backtrace with and without filters, with and
3827 without -no-filters.
3828 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3829 default.
3830
3831 2019-07-29 Tom de Vries <tdevries@suse.de>
3832
3833 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3834 no arguments".
3835
3836 2019-07-29 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3839 is a substring of the first for "complete non-unique file name".
3840
3841 2019-07-29 Tom de Vries <tdevries@suse.de>
3842
3843 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3844 with ".*".
3845
3846 2019-07-29 Tom de Vries <tdevries@suse.de>
3847
3848 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3849 Pass prompt_regexp parameter to gdb_test_multiple calls.
3850
3851 2019-07-29 Tom de Vries <tdevries@suse.de>
3852
3853 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3854 print registers" regexps.
3855
3856 2019-07-29 Tom de Vries <tdevries@suse.de>
3857
3858 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3859
3860 2019-07-29 Tom de Vries <tdevries@suse.de>
3861
3862 PR gdb/24855
3863 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3864 (skip_python_tests_prompt): Add prompt_regexp argument to
3865 gdb_test_multiple calls.
3866
3867 2019-07-27 Tom Tromey <tom@tromey.com>
3868
3869 * gdb.tui/main.exp: New file.
3870
3871 2019-07-27 Tom Tromey <tom@tromey.com>
3872
3873 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3874 optional.
3875 * gdb.tui/empty.exp: New file.
3876
3877 2019-07-27 Tom Tromey <tom@tromey.com>
3878
3879 * lib/tuiterm.exp (spawn): New proc.
3880 (Term::resize): New proc.
3881 * gdb.tui/resize.exp: New file.
3882
3883 2019-07-27 Tom Tromey <tom@tromey.com>
3884
3885 * gdb.tui/list.exp: New file.
3886
3887 2019-07-27 Tom Tromey <tom@tromey.com>
3888
3889 * gdb.tui/regs.exp: New file.
3890
3891 2019-07-27 Tom Tromey <tom@tromey.com>
3892
3893 * gdb.tui/basic.exp: Add "layout split" test.
3894
3895 2019-07-27 Tom Tromey <tom@tromey.com>
3896
3897 * gdb.tui/basic.exp: Add "layout asm" test.
3898
3899 2019-07-27 Tom Tromey <tom@tromey.com>
3900
3901 * lib/tuiterm.exp: New file.
3902 * gdb.tui/basic.exp: New file.
3903
3904 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3905
3906 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3907 Enable tests associated with this flag. Adjust regex
3908 referencing "foo_low" to now refer to "foo_cold" instead.
3909
3910 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3911
3912 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3913 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3914 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3915 foo_cold. Revise comments to match.
3916 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3917 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3918 were wrapped into this proc; Call do_test in loop from outermost
3919 level.
3920 (foo_low): Rename all occurrences to "foo_cold".
3921 (backtrace from baz): New test.
3922 (x2/i foo_cold): New test.
3923 (info line *foo_cold): New test.
3924
3925 2019-07-26 Tom de Vries <tdevries@suse.de>
3926
3927 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3928
3929 2019-07-25 Tom de Vries <tdevries@suse.de>
3930
3931 PR testsuite/24830
3932 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3933 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3934 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3935 (skip_libstdcxx_probe_tests): ... here.
3936 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3937
3938 2019-07-24 Tom de Vries <tdevries@suse.de>
3939
3940 PR testsuite/24807
3941 * gdb.objc/basicclass.m: Include stdio.h.
3942 * gdb.objc/nondebug.m: Same.
3943 * gdb.objc/objcdecode.m: Same.
3944
3945 2019-07-24 Tom de Vries <tdevries@suse.de>
3946
3947 PR testsuite/24612
3948 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3949 additional_flags.
3950
3951 2019-07-24 Tom de Vries <tdevries@suse.de>
3952
3953 PR testsuite/24831
3954 * gdb.multi/tids.exp: Update error messages for info threads.
3955
3956 2019-07-24 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.base/info-types.exp: Allow info types to print info for more than
3959 one file.
3960
3961 2019-07-23 Tom de Vries <tdevries@suse.de>
3962
3963 PR testsuite/24842
3964 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3965 gdb_spawn_with_cmdline_opts.
3966
3967 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3968
3969 * gdb.arch/arm-cmse-sgstubs.c: New test.
3970 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3971
3972 2019-07-23 Tom de Vries <tdevries@suse.de>
3973
3974 PR testsuite/24711
3975 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3976 issuing next command.
3977
3978 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3979
3980 * gdb.ada/info_auto_lang.exp: Update expected results.
3981 * gdb.base/info-types.c: Add additional types to check.
3982 * gdb.base/info-types.exp: Update expected results.
3983
3984 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3985
3986 * gdb.base/info-types.c: New file.
3987 * gdb.base/info-types.exp: New file.
3988
3989 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3990
3991 * gdb.arch/riscv-bp-infcall.c: New file.
3992 * gdb.arch/riscv-bp-infcall.exp: New file.
3993
3994 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 PR breakpoints/24541
3997 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3998
3999 2019-07-14 Tom de Vries <tdevries@suse.de>
4000
4001 PR testsuite/24760
4002 * gdb.objc/basicclass.exp: Fix unterminated string.
4003
4004 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4005 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4008 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4009 negative bounds.
4010 * gdb.fortran/vla-value.exp: Print elements of an array with
4011 negative bounds.
4012 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4013 testing.
4014
4015 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * gdb.base/options.exp (expect_string): Dequote strings in
4018 results.
4019 (test-string): Test strings with different quoting and reindent.
4020
4021 2019-07-10 Tom Tromey <tromey@adacore.com>
4022
4023 * gdb.ada/mi_ex_cond.exp: Update expected results.
4024 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4025 * gdb.ada/mi_catch_ex.exp: Update expected results.
4026 * gdb.ada/mi_catch_assert.exp: Update expected results.
4027 * gdb.ada/catch_ex.exp (catch_exception_info)
4028 (catch_exception_entry, catch_assert_entry)
4029 (catch_unhandled_entry): Update.
4030 * gdb.ada/catch_assert_if.exp: Update expected results.
4031
4032 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4033 Stephen Roberts <stephen.roberts@arm.com>
4034
4035 * gdb.base/define.exp: Restore original prompt.
4036
4037 2019-07-09 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4040 breakpoints" output.
4041 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4042 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4043 throw" creates breakpoint.
4044 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4045 'type="catchpoint"'.
4046
4047 2019-07-09 Pedro Alves <palves@redhat.com>
4048
4049 PR c++/15468
4050 * gdb.cp/except-multi-location-lib.cc: New.
4051 * gdb.cp/except-multi-location-main.cc: New.
4052 * gdb.cp/except-multi-location.exp: New.
4053
4054 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4055
4056 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4057 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4058 argument and update callers.
4059
4060 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4061
4062 * gdb.arch/amd64-break-on-asm-line.S: New file.
4063 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4064
4065 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4066
4067 * gdb.base/printcmds.exp: Test printing C string and
4068 C wide string convenience vars without transiting via the inferior.
4069 Also make test names unique.
4070
4071 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4072
4073 PR breakpoints/25011
4074 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4075
4076 2019-07-04 Pedro Alves <palves@redhat.com>
4077
4078 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4079 body returned ok(0), break(3) or continue(4).
4080 * gdb.testsuite/foreach_with_prefix.exp: New file.
4081
4082 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4083
4084 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4085
4086 2019-07-03 Pedro Alves <palves@redhat.com>
4087
4088 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4089 "return -code".
4090
4091 2019-07-03 Pedro Alves <palves@redhat.com>
4092
4093 PR cli/24732
4094 * gdb.base/shell.exp: Load completion-support.exp.
4095 Adjust expected error output. Add completion tests.
4096
4097 2019-07-03 Pedro Alves <palves@redhat.com>
4098
4099 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4100 string_to_regexp.
4101
4102 2019-07-03 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4105 (expect_integer): Adjust to expect "-string".
4106 (expect_string): New.
4107 (all_options): Expect "-string".
4108 (test-flag, test-boolean): Adjust to expect "-string".
4109 (test-string): New proc.
4110 (top level): Call it.
4111
4112 2019-07-03 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4115 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4116 the expected output in the success.
4117
4118 2019-07-03 Pedro Alves <palves@redhat.com>
4119
4120 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4121 Split one gdb_test_multiple call in two to avoid a race.
4122
4123 2019-07-03 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/with.c: New file.
4126 * gdb.base/with.exp: New file.
4127
4128 2019-07-03 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/settings.exp: Replace all references to "maint
4131 test-settings set" with references to "maint set test-settings",
4132 and all references to "maint test-settings show" with references
4133 to "maint show test-settings".
4134
4135 2019-07-03 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/settings.exp (test-string): Adjust expected out when
4138 testing "maint test-settings show filename"
4139
4140 2019-07-02 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/options.exp (test-info-threads): New procedure.
4143 (top level): Call it.
4144
4145 2019-06-28 Tom Tromey <tromey@adacore.com>
4146
4147 * gdb.dwarf2/ada-linkage-name.c: New file.
4148 * gdb.dwarf2/ada-linkage-name.exp: New file.
4149
4150 2019-06-27 Tom Tromey <tromey@adacore.com>
4151
4152 PR c++/20020:
4153 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4154
4155 2019-06-26 Tom de Vries <tdevries@suse.de>
4156
4157 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4158
4159 2019-06-26 Tom de Vries <tdevries@suse.de>
4160
4161 * gdb.base/index-cache.exp: Add back missing debug option.
4162
4163 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4164
4165 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4166
4167 2019-06-25 Tom de Vries <tdevries@suse.de>
4168
4169 PR testsuite/24727
4170 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4171
4172 2019-06-24 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4175
4176 2019-06-24 Tom de Vries <tdevries@suse.de>
4177
4178 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4179 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4180 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4181
4182 2019-06-24 Tom de Vries <tdevries@suse.de>
4183
4184 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4185
4186 2019-06-21 Tom de Vries <tdevries@suse.de>
4187
4188 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4189
4190 2019-06-21 Tom de Vries <tdevries@suse.de>
4191
4192 PR testsuite/24518
4193 PR ada/24713
4194 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4195 index.
4196
4197 2019-06-19 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.ada/length_cond.exp: Add intro comment.
4200
4201 2019-06-19 Tom Tromey <tromey@adacore.com>
4202
4203 * gdb.ada/length_cond.exp: New file.
4204 * gdb.ada/length_cond/length_cond.adb: New file.
4205 * gdb.ada/length_cond/pck.adb: New file.
4206 * gdb.ada/length_cond/pck.ads: New file.
4207
4208 2019-06-18 Tom de Vries <tdevries@suse.de>
4209
4210 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4211
4212 2019-06-18 Tom Tromey <tromey@adacore.com>
4213
4214 * gdb.base/list0.h: Add comment explaining control character.
4215
4216 2019-06-18 Tom de Vries <tdevries@suse.de>
4217
4218 * boards/fission.exp: Break up long debug_flags line.
4219
4220 2019-06-16 Tom de Vries <tdevries@suse.de>
4221
4222 PR gdb/24445
4223 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4224 generated index.
4225
4226 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4227
4228 PR gdb/24686
4229 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4230 improve detection of bug gdb/24541.
4231
4232 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4233
4234 PR gdb/24669
4235 * gdb.base/index-cache.exp (uses_readnow,
4236 expecting_index_cache_use): Define global variable.
4237 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4238 expecting_index_cache_use.
4239
4240 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4241 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.fortran/pointers.f90: New file.
4244 * gdb.fortran/print_type.exp: New file.
4245 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4246 * gdb.fortran/vla-type.exp: Likewise.
4247 * gdb.fortran/vla-value.exp: Likewise.
4248 * gdb.mi/mi-vla-fortran.exp: Likewise.
4249
4250 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4251
4252 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4253 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4254 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4255 as a stop reason.
4256
4257 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4258
4259 * gdb.base/annota1.exp: Update expected results.
4260 * gdb.cp/annota2.exp: Likewise.
4261 * gdb.cp/annota3.exp: Likewise.
4262
4263 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * gdb.base/style-logging.exp: Remove path from test name.
4266
4267 2019-06-14 Tom Tromey <tromey@adacore.com>
4268
4269 PR gdb/24502:
4270 * gdb.base/style-logging.exp: New file.
4271
4272 2019-06-14 Tom Tromey <tromey@adacore.com>
4273
4274 * gdb.base/symfile-warn.exp: New file.
4275 * gdb.base/symfile-warn.c: New file.
4276
4277 2019-06-14 Tom Tromey <tromey@adacore.com>
4278
4279 * gdb.base/annotate-symlink.exp: New file.
4280
4281 2019-06-14 Tom Tromey <tromey@adacore.com>
4282
4283 * gdb.ada/set_wstr.exp: Add reassignment test.
4284
4285 2019-06-14 Tom Tromey <tromey@adacore.com>
4286
4287 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4288 'unchecked_access and 'unrestricted_access as well.
4289
4290 2019-06-14 Tom Tromey <tromey@adacore.com>
4291
4292 PR ada/24539:
4293 * gdb.ada/vla.exp: Update tests.
4294 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4295 pragma.
4296
4297 2019-06-13 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/settings.exp (test-integer): Test junk after
4300 "unlimited".
4301
4302 2019-06-13 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/options.exp (test-thread-apply): New.
4305 (top level): Call it.
4306
4307 2019-06-13 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/options.exp (test-frame-apply): New.
4310 (top level): Test print commands with different "frame apply"
4311 prefixes.
4312
4313 2019-06-13 Pedro Alves <palves@redhat.com>
4314
4315 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4316 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4317 'max_completions' parameter and handle it.
4318 (test_gdb_completion_offers_commands): New.
4319
4320 2019-06-13 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4323
4324 2019-06-13 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/options.exp (test-backtrace): New.
4327 (top level): Call it.
4328
4329 2019-06-13 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.guile/scm-frame-args.exp: Use "set print
4332 raw-frame-arguments" instead of "set print raw frame-arguments".
4333 * gdb.python/py-frame-args.exp: Likewise.
4334
4335 2019-06-13 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.compile/compile.exp: Adjust expected output to option
4338 processing changes.
4339
4340 2019-06-13 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/options.exp: Build executable.
4343 (test-print): New procedure.
4344 (top level): Call it, once for "print" and another for "compile
4345 print".
4346
4347 2019-06-13 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/options.c: New file.
4350 * gdb.base/options.exp: New file.
4351
4352 2019-06-13 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4355 that "o" is ambiguous.
4356
4357 2019-06-13 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/settings.c: New file.
4360 * gdb.base/settings.exp: New file.
4361
4362 2019-06-13 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.base/completion.exp: Fix comment typo.
4365
4366 2019-06-13 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4369 foo --1" test.
4370
4371 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4372
4373 * gdb.fortran/block-data.f: New.
4374 * gdb.fortran/block-data.exp: New.
4375
4376 2019-06-11 Tom de Vries <tdevries@suse.de>
4377
4378 PR testsuite/24521
4379 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4380 message.
4381
4382 2019-06-11 Tom de Vries <tdevries@suse.de>
4383
4384 PR testsuite/24521
4385 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4386
4387 2019-06-11 Tom de Vries <tdevries@suse.de>
4388
4389 * boards/readnow.exp: New file.
4390
4391 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.fortran/vla-sizeof.exp: Update expected results.
4394
4395 2019-06-06 Amos Bird <amosbird@gmail.com>
4396
4397 * gdb.base/annota1.exp (thread_switch): Add test for
4398 thread-exited annotation.
4399
4400 2019-06-06 Tom Tromey <tromey@adacore.com>
4401
4402 * gdb.base/maint.exp: Expect command started/finished output.
4403
4404 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4405
4406 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4407 comment.
4408 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4409
4410 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4411
4412 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4413 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4414 * gdb.arch/riscv-unwind-long-insn.c: New file.
4415 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4416
4417 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4418
4419 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4420
4421 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4422
4423 * lib/gdb.exp (help_list_trailer): New regexp variable
4424 factorizing the help trailer message.
4425 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4426 arg to allow to better factorize various tests.
4427 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4428 (test_prefix_command_help): Use help_list_trailer.
4429 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4430 * gdb.guile/scm-cmd.exp: Likewise.
4431 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4432 * gdb.base/help.exp: Use test_user_defined_class_help.
4433 * gdb.base/style.exp: Add tests for styling of help and apropos.
4434 * lib/gdb-utils.exp (style): Add title and highlight styles.
4435
4436 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4437
4438 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4439 $_shell_exitsignal.
4440 * gdb.base/default.exp: Update for new convenience variables.
4441
4442 2019-05-29 Tom Tromey <tromey@adacore.com>
4443
4444 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4445 to "break complete ada" test case's regexp.
4446
4447 2019-05-29 Tom Tromey <tromey@adacore.com>
4448
4449 PR c++/20020:
4450 * gdb.cp/constexpr-field.exp: New file.
4451 * gdb.cp/constexpr-field.cc: New file.
4452
4453 2019-05-29 Tom Tromey <tromey@adacore.com>
4454
4455 * gdb.base/finish.exp (finish_no_print): New proc.
4456 (finish_tests): Call it.
4457
4458 2019-05-24 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.dwarf2/gdb-add-index.exp: New file.
4461
4462 2019-05-22 Tom Tromey <tromey@adacore.com>
4463
4464 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4465 * gdb.base/style.exp: Use "style".
4466 * lib/gdb-utils.exp (style): New proc.
4467
4468 2019-05-22 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.base/align.exp: Require c++11.
4471
4472 2019-05-22 Tom de Vries <tdevries@suse.de>
4473
4474 PR testsuite/24586
4475 * gdb.python/py-mi-var-info-path-expression.exp: Call
4476 mi_skip_python_tests to check if python is supported.
4477
4478 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4479
4480 * gdb.arch/aarch64-pauth.c: New test.
4481 * gdb.arch/aarch64-pauth.exp: New file.
4482
4483 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4484
4485 * README (Re-running Tests Outside The Testsuite): New section.
4486
4487 2019-05-21 Tom de Vries <tdevries@suse.de>
4488
4489 * gdb.arch/amd64-eval.exp: Require c++11.
4490 * gdb.base/max-depth.exp: Same.
4491 * gdb.compile/compile-cplus-array-decay.exp: Same.
4492 * gdb.cp/meth-typedefs.exp: Same.
4493 * gdb.cp/subtypes.exp: Same.
4494 * gdb.cp/temargs.exp: Same.
4495
4496 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4497
4498 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4499
4500 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4501
4502 PR gdb/18644
4503 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4504 * gdb.fortran/printing-types.exp: Add new test.
4505 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4506 testing.
4507 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4508 setup_kfail call.
4509
4510 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4511
4512 * README (Running the Testsuite): Change example.
4513 (Testsuite Parameters): Remove TRANSCRIPT.
4514 * lib/gdb.exp: Remove TRANSCRIPT check.
4515
4516 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4517
4518 * README (Testsuite Parameters): Add replay logging to
4519 GDBSERVER_DEBUG.
4520 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4521 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4522 as a comma separated list.
4523 (gdb_debug_init): Override procedure.
4524
4525 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4526
4527 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4528 (gdb_write_cmd_file): New procedure.
4529 * lib/gdbserver-support.exp (gdbserver_start): Call
4530 gdbserver_write_cmd_file.
4531 (gdbserver_write_cmd_file): New procedure.
4532
4533 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4534
4535 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4536 (delete_breakpoints): Likewise.
4537 (gdb_run_cmd): Likewise.
4538 (gdb_start_cmd): Likewise.
4539 (gdb_starti_cmd): Likewise.
4540 (gdb_internal_error_resync): Likewise.
4541 (gdb_test_multiple): Likewise.
4542 (gdb_reinitialize_dir): Likewise.
4543 (default_gdb_exit): Likewise.
4544 (gdb_file_cmd): Mark kill as optional.
4545 (default_gdb_start): Call gdb_stdin_log_init.
4546 (send_gdb): Call gdb_stdin_log_write.
4547 (rerun_to_main): Mark Y as an answer.
4548 (gdb_stdin_log_init): New function.
4549 (gdb_stdin_log_write): Likewise.
4550
4551 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4552
4553 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4554 * gdb.base/debug-expr.exp: Likewise.
4555 * gdb.base/foll-fork.exp: Likewise.
4556 * gdb.base/foll-vfork.exp: Likewise.
4557 * gdb.base/fork-print-inferior-events.exp: Likewise.
4558 * gdb.base/gdb-sigterm.exp: Likewise.
4559 * gdb.base/gdbinit-history.exp: Likewise.
4560 * gdb.base/osabi.exp: Likewise.
4561 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4562 * gdb.base/ui-redirect.exp: Likewise.
4563 * gdb.gdb/unittest.exp: Likewise.
4564 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4565 * gdb.mi/mi-watch.exp: Likewise.
4566 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4567 * gdb.mi/user-selected-context-sync.exp: Likewise.
4568 * gdb.python/python.exp: Disable debug test when debugging.
4569 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4570 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4571 Likewise.
4572 * gdb.threads/stepi-random-signal.exp: Likewise.
4573
4574 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4575
4576 * Makefile.in: Pass through GDB_DEBUG.
4577 * README (Testsuite Parameters): Add GDB_DEBUG.
4578 (gdb,debug): Add board setting.
4579 * lib/gdb.exp (default_gdb_start): Start debugging.
4580 (gdb_debug_enabled): New procedure.
4581 (gdb_debug_init): Likewise.
4582
4583 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4584
4585 * Makefile.in: Pass through GDB_DEBUG.
4586 * README (Testsuite Parameters): Add GDB_DEBUG.
4587 (gdb,debug): Add board setting.
4588 * lib/gdb.exp (default_gdb_start): Start debugging.
4589 (gdb_debug_enabled): New procedure.
4590 (gdb_debug_init): Likewise.
4591
4592 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4593
4594 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4595
4596 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4597
4598 * gdb.base/ui-redirect.exp: Test redirection.
4599
4600 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4601
4602 * gdb.mi/mi-complete.exp: New file.
4603 * gdb.mi/mi-complete.cc: Likewise.
4604
4605 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4606
4607 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4608 indexed and sliced arrays, and pointers to arrays.
4609
4610 2019-05-14 Tom Tromey <tromey@adacore.com>
4611
4612 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4613 styling test.
4614
4615 2019-05-14 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4618 selection entry encoding.
4619
4620 2019-05-10 Tom Tromey <tromey@adacore.com>
4621
4622 * gdb.ada/info_exc.exp: Add "complete" test.
4623
4624 2019-05-09 Tom de Vries <tdevries@suse.de>
4625
4626 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4627 CU-relative.
4628
4629 2019-05-09 Tom de Vries <tdevries@suse.de>
4630
4631 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4632 CU-relative.
4633
4634 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4635
4636 * gdb.ada/frame_arg_lang.exp: New testcase.
4637 * gdb.ada/frame_arg_lang/bla.adb: New file.
4638 * gdb.ada/frame_arg_lang/pck.ads: New file.
4639 * gdb.ada/frame_arg_lang/pck.adb: New file.
4640 * gdb.ada/frame_arg_lang/foo.c: New file.
4641
4642 2019-05-08 Tom Tromey <tromey@adacore.com>
4643
4644 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4645
4646 2019-05-08 Tom Tromey <tromey@adacore.com>
4647
4648 * gdb.base/ptype-offsets.exp: Update tests.
4649
4650 2019-05-08 Tom Tromey <tromey@adacore.com>
4651
4652 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4653 cases.
4654 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4655 "short".
4656
4657 2019-05-08 Tom Tromey <tromey@adacore.com>
4658
4659 * gdb.ada/vla.exp: New file.
4660 * gdb.ada/vla/vla.adb: New file.
4661
4662 2019-05-07 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4665
4666 2019-05-07 Tom de Vries <tdevries@suse.de>
4667
4668 PR testsuite/24522
4669 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4670 section.
4671
4672 2019-05-07 Tom de Vries <tdevries@suse.de>
4673
4674 PR testsuite/24522
4675 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4676 .debug_aranges section.
4677
4678 2019-05-07 Tom de Vries <tdevries@suse.de>
4679
4680 PR testsuite/24159
4681 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4682
4683 2019-05-06 Tom de Vries <tdevries@suse.de>
4684
4685 * lib/gdb.exp (exec_has_index_section): New proc.
4686 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4687 section.
4688
4689 2019-05-04 Tom de Vries <tdevries@suse.de>
4690
4691 * boards/cc-with-debug-names.exp: New file.
4692
4693 2019-05-03 Tom Tromey <tromey@adacore.com>
4694
4695 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4696 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4697 * gdb.ada/char_enum.exp: Add test.
4698
4699 2019-05-03 Tom de Vries <tdevries@suse.de>
4700
4701 * boards/cc-with-gdb-index.exp: New file.
4702
4703 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.rust/simple.exp: Add new test case.
4706 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4707 (main): Initialise an instance of the new struct.
4708
4709 2019-05-01 Tom Tromey <tromey@adacore.com>
4710
4711 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4712 record.
4713 (NPR): New variable.
4714 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4715 test.
4716
4717 2019-05-01 Tom Tromey <tromey@adacore.com>
4718
4719 * gdb.ada/packed_array_assign.exp: Add packed assignment
4720 regression test.
4721
4722 2019-05-01 Tom de Vries <tdevries@suse.de>
4723
4724 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4725
4726 2019-05-01 Tom de Vries <tdevries@suse.de>
4727
4728 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4729
4730 2019-04-30 Ali Tamur <tamur@google.com>
4731
4732 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4733
4734 2019-04-30 Tom Tromey <tromey@adacore.com>
4735
4736 * lib/ada.exp (find_ada_tool): New proc.
4737 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4738 * gdb.ada/catch_ex_std.exp: New file.
4739 * gdb.ada/catch_ex_std/foo.adb: New file.
4740 * gdb.ada/catch_ex_std/some_package.adb: New file.
4741 * gdb.ada/catch_ex_std/some_package.ads: New file.
4742
4743 2019-04-30 Tom Tromey <tromey@adacore.com>
4744
4745 PR c++/24470:
4746 * gdb.cp/temargs.cc: Add test code from PR.
4747
4748 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4749
4750 * gdb.fortran/vla-datatypes.exp: Update expected results.
4751 * gdb.fortran/vla-ptype.exp: Likewise.
4752 * gdb.fortran/vla-type.exp: Likewise.
4753 * gdb.fortran/vla-value.exp: Likewise.
4754
4755 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4756
4757 * gdb.fortran/ptr-indentation.exp: Update expected results.
4758 * gdb.fortran/ptype-on-functions.exp: Likewise.
4759 * gdb.fortran/vla-ptr-info.exp: Likewise.
4760 * gdb.fortran/vla-value.exp: Likewise.
4761
4762 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4763
4764 * gdb.fortran/ptype-on-functions.exp: New file.
4765 * gdb.fortran/ptype-on-functions.f90: New file.
4766
4767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4770 case void string.
4771
4772 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.fortran/complex.exp: Expand.
4775 * gdb.fortran/complex.f: Renamed to...
4776 * gdb.fortran/complex.f90: ...this, and extended to add more
4777 complex values.
4778
4779 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4780
4781 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4782 MODULO, CMPLX.
4783
4784 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4785 Richard Bunt <richard.bunt@arm.com>
4786
4787 * gdb.base/max-depth.c: New file.
4788 * gdb.base/max-depth.exp: New file.
4789 * gdb.python/py-nested-maps.c: New file.
4790 * gdb.python/py-nested-maps.exp: New file.
4791 * gdb.python/py-nested-maps.py: New file.
4792 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4793 (test_all_common): Call test_max_depth.
4794 * gdb.fortran/max-depth.exp: New file.
4795 * gdb.fortran/max-depth.f90: New file.
4796 * gdb.go/max-depth.exp: New file.
4797 * gdb.go/max-depth.go: New file.
4798 * gdb.modula2/max-depth.exp: New file.
4799 * gdb.modula2/max-depth.c: New file.
4800 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4801
4802 2019-04-29 Tom de Vries <tdevries@suse.de>
4803
4804 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4805
4806 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4807
4808 * gdb.base/callexit.exp: Test may-call-functions off.
4809
4810 2019-04-25 Keith Seitz <keiths@redhat.com>
4811
4812 PR c++/24367
4813 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4814 (another_incomplete_struct, test_incomplete): New definitions.
4815 (main): Use new definitions.
4816 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4817 functions.
4818
4819 2019-04-25 Ali Tamur <tamur@google.com>
4820
4821 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4822
4823 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4824
4825 PR corefiles/11608
4826 PR corefiles/18187
4827 * gdb.base/coredump-filter-build-id.exp: New file.
4828
4829 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4830
4831 * Makefile.in: Pass through GDBSERVER_DEBUG.
4832 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4833 (gdbserver,debug): Add board setting.
4834 * gdb.trace/tspeed.exp: Skip when debugging.
4835 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4836 * lib/gdbserver-support.exp: Likewise
4837
4838 2019-04-24 Tom Tromey <tromey@adacore.com>
4839
4840 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4841 Rust.
4842
4843 2019-04-24 Tom Tromey <tromey@adacore.com>
4844
4845 * gdb.arch/amd64-eval.exp: Test bitfield return.
4846 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4847 (class Foo) <return_bitfields>: New method.
4848 (main): Call it.
4849
4850 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * gdb.cp/many-args.cc: New file.
4853 * gdb.cp/many-args.exp: New file.
4854
4855 2019-04-23 Tom de Vries <tdevries@suse.de>
4856
4857 PR gdb/24433
4858 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4859
4860 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4861
4862 * gdb.trace/backtrace.exp: Use nopie flag.
4863 * gdb.trace/circ.exp: Likewise.
4864 * gdb.trace/collection.exp: Likewise.
4865 * gdb.trace/ftrace.exp: Likewise.
4866 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4867 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4868 * gdb.trace/qtro.exp: Likewise.
4869 * gdb.trace/read-memory.exp: Likewise.
4870 * gdb.trace/report.exp: Likewise.
4871 * gdb.trace/tfile.exp: Likewise.
4872 * gdb.trace/tfind.exp: Likewise.
4873 * gdb.trace/unavailable.exp: Likewise.
4874
4875 2019-04-22 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/solib-probes-nosharedlibrary.c,
4878 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4879
4880 2019-04-19 Tom Tromey <tromey@adacore.com>
4881
4882 * gdb.ada/ptype_union.c: New file.
4883 * gdb.ada/ptype_union.exp: New file.
4884
4885 2019-04-19 Tom Tromey <tromey@adacore.com>
4886
4887 PR symtab/24423:
4888 * gdb.base/list0.h (foo): Add a control-l character.
4889
4890 2019-04-18 Tom de Vries <tdevries@suse.de>
4891
4892 PR gdb/24433
4893 * boards/local-board.exp: Set sysroot to "".
4894
4895 2019-04-18 Tom de Vries <tdevries@suse.de>
4896 Pedro Alves <palves@redhat.com>
4897
4898 PR gdb/24454
4899 * gdb.threads/vfork-follow-child-exec.c: New file.
4900 * gdb.threads/vfork-follow-child-exec.exp: New file.
4901 * gdb.threads/vfork-follow-child-exit.c: New file.
4902 * gdb.threads/vfork-follow-child-exit.exp: New file.
4903
4904 2019-04-15 Leszek Swirski <leszeks@google.com>
4905
4906 * gdb.arch/amd64-eval.cc: New file.
4907 * gdb.arch/amd64-eval.exp: New file.
4908
4909 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4910
4911 * gdb.server/sysroot.c: New test.
4912 * gdb.server/sysroot.exp: New file.
4913 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4914 matching param.
4915
4916 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4917
4918 * gdb.base/align.exp: Extend test to cover structures containing
4919 only static fields.
4920
4921 2019-04-11 Tom de Vries <tdevries@suse.de>
4922
4923 * boards/cc-with-dwz-m.exp: New file.
4924 * boards/cc-with-dwz.exp: New file.
4925 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4926
4927 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4928
4929 * gdb.base/start-cpp.exp: New file.
4930 * gdb.base/start-cpp.cc: New file.
4931
4932 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4933
4934 * gdb.python/py-thrhandle.exp: Adjust tests to call
4935 thread_from_handle instead of thread_from_thread_handle.
4936
4937 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4938
4939 * gdb.python/py-thrhandle.exp: Add tests for
4940 gdb.InferiorThread.handle.
4941
4942 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4943
4944 * gdb.python/py-function.exp: Check calling helper function from
4945 all languages.
4946 * lib/gdb.exp (gdb_supported_languages): New proc.
4947
4948 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4949
4950 * gdb.base/complex-parts.c: New file.
4951 * gdb.base/complex-parts.exp: New file.
4952
4953 2019-04-01 Tom Tromey <tromey@adacore.com>
4954
4955 PR symtab/23331:
4956 * gdb.dwarf2/dw2-ranges-main.c: New file.
4957 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4958 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4959
4960 2019-03-30 Simon Marchi <simark@simark.ca>
4961
4962 * gdb.base/default.exp: Add values for $_gdb_major and
4963 $_gdb_minor.
4964
4965 2019-03-29 Tom Tromey <tromey@adacore.com>
4966
4967 * gdb.base/help.exp: Tighten apropos regexp.
4968
4969 2019-03-29 Keith Seitz <keiths@redhat.com>
4970
4971 * gdb.fortran/array-bounds.exp: New file.
4972 * gdb.fortran/array-bounds.f90: New file.
4973
4974 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4975
4976 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4977
4978 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4979
4980 * gdb.multi/hello.c (main): Increase alarm timer.
4981
4982 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4983
4984 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4985 factor when no hardware watchpoint support.
4986
4987 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4988 Pedro Alves <palves@redhat.com>
4989
4990 * boards/local-board.exp: set sysroot to /.
4991
4992 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4993
4994 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4995 in child.
4996
4997 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5000 field.
5001 (make_container): Initialise new field.
5002 * gdb.python/py-prettyprint.exp: Add new tests.
5003 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5004 <display_hint>: New method.
5005
5006 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5009 gdb_continue_to_breakpoint more throughout this test.
5010 (run_lang_tests) Supply unique test names, and use
5011 gdb_test_no_output.
5012
5013 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.base/finish-pretty.exp: Update expected results.
5016 * gdb.base/pretty-print.c: New file.
5017 * gdb.base/pretty-print.exp: New file.
5018
5019 2019-03-25 Pedro Alves <palves@redhat.com>
5020
5021 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5022 move comments outside list. Append '-i "" eof' section.
5023
5024 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5025
5026 PR testsuite/25016
5027 * README: Add pie options.
5028 * gdb.base/break-interp.exp: Ensure pie is disabled.
5029 * gdb.base/dump.exp: Likewise.
5030 * lib/gdb.exp (gdb_compile): Add pie option.
5031
5032 2019-03-19 Tom Tromey <tromey@adacore.com>
5033
5034 * gdb.mi/mi2-cli-display.c: New file.
5035 * gdb.mi/mi2-cli-display.exp: New file.
5036
5037 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5038 Tom Tromey <tromey@adacore.com>
5039
5040 * gdb.ada/ptype_array/pck.adb: New file.
5041 * gdb.ada/ptype_array/pck.ads: New file.
5042 * gdb.ada/ptype_array/foo.adb: New file.
5043 * gdb.ada/ptype_array.exp: New file.
5044
5045 2019-03-14 Tom Tromey <tromey@adacore.com>
5046
5047 * gdb.base/style.exp: Add "set style sources" test.
5048
5049 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5050
5051 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5052 * mi-breakpoint-multiple-locations.exp: ... this.
5053 (make_breakpoints_pattern): New proc.
5054 (do_test): Add mi_version parameter, test -break-insert,
5055 -break-info and =breakpoint-created.
5056
5057 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5058
5059 * config/default.exp: Remove 'load_lib gdb.exp'.
5060 * config/monitor.exp: Likewise.
5061 * config/sid.exp: Likewise.
5062 * config/sim.exp: Likewise.
5063 * config/slite.exp: Likewise.
5064 * config/unix.exp: Likewise.
5065 * gdb.base/default.exp: Remove unhelpful comment.
5066
5067 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5068
5069 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5070
5071 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5074
5075 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5076
5077 * gdb.fortran/type-kinds.exp: Update expected results.
5078
5079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5080
5081 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5082
5083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5086 function.
5087 (test_basic_parsing_of_type_kinds): Expand types tested.
5088 (test_parsing_invalid_type_kinds): New function.
5089
5090 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.fortran/intrinsics.exp: New file.
5093 * gdb.fortran/intrinsics.f90: New file.
5094 * gdb.fortran/type-kinds.exp: New file.
5095
5096 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.fortran/dot-ops.exp: New file.
5099
5100 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5103 Check upper and lower case logical literals.
5104
5105 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5106
5107 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5108 Remove duplicate tests.
5109
5110 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5111
5112 * lib/gdb.exp (builtin_cd): rename of cd.
5113 (cd): Override builtin.
5114
5115 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5116
5117 * gdb.fortran/function-calls.exp: New file.
5118 * gdb.fortran/function-calls.f90: New test.
5119
5120 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5121
5122 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5123 on user program standard output.
5124 * gdb.fortran/short-circuit-argument-list.f90: Record function
5125 calls.
5126
5127 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5128
5129 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5130 failure.
5131
5132 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5133
5134 PR gdb/8527
5135 * gdb.base/interrupt-daemon-attach.c,
5136 gdb.base/interrupt-daemon-attach.exp: New test.
5137
5138 2019-02-27 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/page.exp: Add tests for "set width/height -1".
5141
5142 2019-02-27 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/page.exp: Add tests for "set/show width/height" with
5145 "infinite" values.
5146
5147 2019-02-27 Tom Tromey <tromey@adacore.com>
5148
5149 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5150 2.4.
5151 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5152 workaround.
5153
5154 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5155
5156 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5157 tests for structs with static members.
5158
5159 2019-02-26 Tom Tromey <tromey@adacore.com>
5160
5161 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5162 ValueError, not TypeError.
5163
5164 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5165
5166 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5167 call from main program.
5168
5169 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5170
5171 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5172 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5173 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5174 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5175 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5176
5177 2019-02-22 Keith Seitz <keiths@redhat.com>
5178
5179 PR symtab/23853
5180 * gdb.base/symlink-sourcefile.c: New file.
5181 * gdb.base/symlink-sourcefile.exp: New file.
5182
5183 2019-02-20 Tom Tromey <tom@tromey.com>
5184
5185 * gdb.base/info_qt.exp: Update.
5186
5187 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5188
5189 * gdb.base/source.exp: Move "error in sourced script" code to
5190 the end.
5191 * gdb.base/source-error.gdb: Move contents to
5192 source-error-1.gdb. Add new code to source source-error-1.gdb.
5193 * gdb.base/source-error-1.gdb: New file, from previous
5194 source-error.gdb.
5195
5196 2019-02-17 Tom Tromey <tom@tromey.com>
5197
5198 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5199 for macro styling.
5200 * gdb.base/style.c (SOME_MACRO): New macro.
5201
5202 2019-02-17 Tom Tromey <tom@tromey.com>
5203
5204 * gdb.base/style.exp: Add line-wrapping tests.
5205 * gdb.base/page.exp: Add test for quitting during pagination.
5206
5207 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.ada/big_packed_array: New testcase.
5210 * gdb.ada/homonym.exp: Fix incorrect expected output for
5211 "break <homonym__get_value>" test.
5212
5213 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5214
5215 PR breakpoints/21870
5216 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5217 and prepare_for_testing. Add comment.
5218 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5219 redundant cleanup call. Clean up comment.
5220
5221 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5222
5223 PR breakpoints/21870
5224 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5225 * gdb.arch/aarch64-dbreg-contents.c: New file.
5226
5227 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5228
5229 * gdb.ada/mi_ref_changeable: New testcase.
5230
5231 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5232
5233 * gdb.base/attach.exp: Add double attach test.
5234
5235 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5236
5237 * lib/gdb.exp (default_gdb_start): Don't match pagination
5238 prompt.
5239 (gdb_init): Set stty_init.
5240
5241 2019-01-27 Tom Tromey <tom@tromey.com>
5242
5243 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5244 skip_python_tests.
5245
5246 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5247
5248 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5249 New structure.
5250 (struct struct_static_02_02): Likewise.
5251 (struct struct_static_02_03): Likewise.
5252 (struct struct_static_02_04): Likewise.
5253 (struct struct_static_04_01): Likewise.
5254 (struct struct_static_04_02): Likewise.
5255 (struct struct_static_04_03): Likewise.
5256 (struct struct_static_04_04): Likewise.
5257 (struct struct_static_06_01): Likewise.
5258 (struct struct_static_06_02): Likewise.
5259 (struct struct_static_06_03): Likewise.
5260 (struct struct_static_06_04): Likewise.
5261 (cmp_struct_static_02_01): Likewise.
5262 (cmp_struct_static_02_02): Likewise.
5263 (cmp_struct_static_02_03): Likewise.
5264 (cmp_struct_static_02_04): Likewise.
5265 (cmp_struct_static_04_01): Likewise.
5266 (cmp_struct_static_04_02): Likewise.
5267 (cmp_struct_static_04_03): Likewise.
5268 (cmp_struct_static_04_04): Likewise.
5269 (cmp_struct_static_06_01): Likewise.
5270 (cmp_struct_static_06_02): Likewise.
5271 (cmp_struct_static_06_03): Likewise.
5272 (cmp_struct_static_06_04): Likewise.
5273 (call_all): Test new structs.
5274 * gdb.base/infcall-nested-structs.exp: Likewise.
5275
5276 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5277 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5278
5279 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5280 * gdb.base/stack-protector.c: New test.
5281 * gdb.base/stack-protector.exp: New file.
5282 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5283 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5284 option.
5285 (gdb_compile): Remove stack protector for GCC and prevent
5286 recursion.
5287
5288 2019-01-16 Keith Seitz <keiths@redhat.com>
5289
5290 PR gdb/23773
5291 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5292
5293 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5294
5295 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5296 aliases.
5297 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5298 tests.
5299 * gdb.arch/powerpc-vector-regs.c: New file.
5300 * gdb.arch/powerpc-vector-regs.exp: New file.
5301
5302 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5303
5304 * gdb.arch/altivec-regs.exp: Fix the list passed to
5305 gdb_expect_list when testing "info vector".
5306
5307 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.base/style.exp: Don't include path in testname.
5310
5311 2019-01-10 Keith Seitz <keiths@redhat.com>
5312
5313 PR gdb/23712
5314 PR symtab/23010
5315 * gdb.dwarf2/multidictionary.exp: New file.
5316
5317 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5318
5319 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5320 (test_gnuv3_style_demangling): ... this.
5321 (test_lucid_style_demangling): Remove.
5322 (test_arm_style_demangling): Remove.
5323 (test_hp_style_demangling): Remove.
5324 (do_tests): Remove calls to the above.
5325
5326 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5327
5328 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5329 case.
5330
5331 2019-01-06 Tom Tromey <tom@tromey.com>
5332
5333 PR gdb/28155:
5334 * gdb.dwarf2/typedef-void-finish.exp: New file.
5335
5336 2018-12-28 Tom Tromey <tom@tromey.com>
5337 Simon Marchi <simark@simark.ca>
5338
5339 * gdb.base/jit-exec.exp: New file.
5340 * gdb.base/jit-exec.c: New file.
5341 * gdb.base/jit-execd.c: New file.
5342
5343 2018-12-28 Tom Tromey <tom@tromey.com>
5344
5345 * gdb.base/style.exp: Update test to check for address styling.
5346
5347 2018-12-28 Tom Tromey <tom@tromey.com>
5348
5349 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5350 message.
5351
5352 2018-12-28 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.base/style.exp: Add test for version number styling.
5355
5356 2018-12-28 Tom Tromey <tom@tromey.com>
5357
5358 * gdb.base/style.exp: Add test for print_address_symbolic.
5359
5360 2018-12-28 Tom Tromey <tom@tromey.com>
5361
5362 * gdb.base/style.exp: Add test for breakpoint setting.
5363
5364 2018-12-28 Tom Tromey <tom@tromey.com>
5365
5366 * gdb.base/style.exp: Add test for variable names.
5367
5368 2018-12-28 Tom Tromey <tom@tromey.com>
5369
5370 * gdb.base/style.exp: New file.
5371 * gdb.base/style.c: New file.
5372
5373 2018-12-28 Tom Tromey <tom@tromey.com>
5374
5375 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5376 "dumb".
5377 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5378 the TERM environment variable.
5379
5380 2018-12-27 Tom Tromey <tom@tromey.com>
5381
5382 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5383 pagination test.
5384
5385 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5386
5387 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5388 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5389
5390 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5391
5392 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5393 Filename a.adb changed to bp_fun_addr.adb.
5394 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5395
5396 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5397
5398 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5399 non-PIE executables.
5400 * README: Mention the gdb,nopie_flag board setting.
5401 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5402 non-PIE executable.
5403 * gdb.arch/amd64-entry-value.exp: Likewise.
5404 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5405 * gdb.arch/i386-float.exp: Likewise.
5406 * gdb.arch/i386-signal.exp: Likewise.
5407 * gdb.mi/mi-reg-undefined.exp: Likewise.
5408
5409 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5410
5411 PR gdb/23974
5412 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5413
5414 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5415
5416 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5417 Update order of results accordingly.
5418
5419 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * gdb.base/annota1.exp: Update a test regexp.
5422
5423 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5424
5425 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5426
5427 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5428
5429 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5430 (reuse_time): Initialize to REUSE_TIME_CAP.
5431 (check_rc): New function.
5432 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5433 Check pthread_create rc.
5434 (spawner_thread_func): Check pthread_create and pthread_join rc.
5435
5436 2018-12-08 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/list.exp (test_forward_search): Rename to ...
5439 (test_forward_reverse_search): ... this. Also test reverse-search
5440 and the forward-search alias.
5441
5442 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5445 local timeout variable before return, and remove all local timeout
5446 variable entirely.
5447 (gdb_load): Likewise.
5448
5449 2018-12-01 Tom de Vries <tdevries@suse.de>
5450
5451 * gdb.base/gdb-caching-proc.exp: New file.
5452
5453 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5454
5455 * Makefile.in (TIMESTAMP): New variable.
5456 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5457 command.
5458 (check-single-racy): Likewise.
5459 (check/%.exp): Likewise.
5460 (check-racy/%.exp): Likewise.
5461 (workers/%.worker): Likewise.
5462 (build-perf): Likewise.
5463 (check-perf): Likewise.
5464 * README: Describe new "TS" and "TS_FORMAT" variables.
5465 * print-ts.py: New file.
5466
5467 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5468
5469 PR python/23714
5470 * gdb.python/python.exp: Test command repetition after
5471 gdb.execute.
5472
5473 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5474
5475 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5476 is correctly aligned.
5477
5478 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5479
5480 * gdb.ada/info_auto_lang.exp: New testcase.
5481 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5482 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5483 * gdb.ada/info_auto_lang/some_c.c: New file.
5484
5485 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5486
5487 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5488 FUNC_lang language syntax.
5489
5490 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5491
5492 * gdb.base/info_minsym.c: New file.
5493 * gdb.base/info_minsym.exp: New file.
5494
5495 2018-11-19 Tom Tromey <tom@tromey.com>
5496
5497 PR rust/23625:
5498 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5499 * gdb.rust/expr.exp: Update expected output. Change one test.
5500
5501 2018-11-19 Tom Tromey <tom@tromey.com>
5502
5503 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5504
5505 2018-11-19 Pedro Alves <palves@redhat.com>
5506
5507 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5508 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5509 see the expected warning.
5510
5511 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5512
5513 PR gdb/22736:
5514 * gdb.cp/infcall-nodebug-lib.c: New test.
5515 * gdb.cp/infcall-nodebug-main.c: New test.
5516 * gdb.cp/infcall-nodebug.exp: New file.
5517
5518 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5519
5520 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5521 completer tests.
5522
5523 2018-11-09 Tom de Vries <tdevries@suse.de>
5524
5525 * gdb.base/msym-lang.c: New test.
5526 * gdb.base/msym-lang.exp: New file.
5527 * gdb.base/msym-lang-main.c: New test.
5528
5529 2018-11-08 Tom Tromey <tom@tromey.com>
5530
5531 PR gdb/23555:
5532 PR gdb/23838:
5533 * gdb.base/warning.exp: New file.
5534
5535 2018-11-08 Jan Beulich <jbeulich@suse.com>
5536
5537 * testsuite/gdb.arch/i386-avx512.c,
5538 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5539
5540 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5543 point hardware.
5544
5545 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5548 * gdb.dwarf2/missing-type-name.exp: New file.
5549
5550 2018-11-06 Tom de Vries <tdevries@suse.de>
5551
5552 * gdb.base/many-headers.c: New test.
5553 * gdb.base/many-headers.exp: New file.
5554
5555 2018-11-06 Jim Wilson <jimw@sifive.com>
5556
5557 * gdb.base/code_elim.exp: For riscv, set additional_flags
5558 to include -msmall-data-limit=0.
5559
5560 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5561
5562 * gdb.ada/watch_minus_l: New testcase.
5563
5564 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5565
5566 * gdb.arch/aix-sighandle.c: New file.
5567 * gdb.arch/aix-sighandle.exp: New file.
5568
5569 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5572 registers being unions.
5573
5574 2018-10-31 Tom de Vries <tdevries@suse.de>
5575
5576 * lib/valgrind.exp: New file.
5577 (vgdb_start, vgdb_stop): New procs, factored out of ...
5578 * gdb.base/valgrind-bt.exp: ... here, ...
5579 * gdb.base/valgrind-disp-step.exp: ... here and ...
5580 * gdb.base/valgrind-infcall.exp: ... here.
5581
5582 2018-10-31 Tom de Vries <tdevries@suse.de>
5583
5584 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5585
5586 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5587
5588 * gdb.dwarf2/void-type.c: New file.
5589 * gdb.dwarf2/void-type.exp: New file.
5590
5591 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5592
5593 * gdb.base/info_qt.c: New file.
5594 * gdb.base/info_qt.exp: New file.
5595
5596 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5597
5598 * gdb.arch/powerpc-htm-regs.c: New file.
5599 * gdb.arch/powerpc-htm-regs.exp: New file.
5600
5601 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5602
5603 * gdb.arch/powerpc-tar.c: New file.
5604 * gdb.arch/powerpc-tar.exp: New file.
5605
5606 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5607
5608 * gdb.arch/powerpc-ppr-dscr.c: New file.
5609 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5610
5611 2018-10-25 Tom de Vries <tdevries@suse.de>
5612
5613 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5614
5615 2018-10-24 Tom de Vries <tdevries@suse.de>
5616
5617 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5618 longer exists error.
5619
5620 2018-10-24 Tom de Vries <tdevries@suse.de>
5621
5622 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5623
5624 2018-10-24 Tom de Vries <tdevries@suse.de>
5625
5626 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5627 --db-attach in valgrind.
5628
5629 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5630
5631 * gdb.arch/riscv-reg-aliases.c: New file.
5632 * gdb.arch/riscv-reg-aliases.exp: New file.
5633
5634 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5635
5636 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5637
5638 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5639
5640 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5641
5642 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5643
5644 * gdb.cp/ovldbreak.exp: Fix regexps.
5645
5646 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5647
5648 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5649
5650 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5651
5652 PR cli/23785
5653 * gdb.base/restore.exp: New test to check if "restore" with an
5654 invalid file doesn't segfault.
5655
5656 2018-10-18 Tom de Vries <tdevries@suse.de>
5657
5658 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5659 * gdb.ada/excep_handle.exp: Same.
5660 * gdb.ada/mi_string_access.exp: Same.
5661 * gdb.ada/mi_var_union.exp: Same.
5662 * gdb.arch/arc-analyze-prologue.exp: Same.
5663 * gdb.arch/arc-decode-insn.exp: Same.
5664 * gdb.base/readnever.exp: Same.
5665 * gdb.fortran/printing-types.exp: Same.
5666 * gdb.guile/scm-lazy-string.exp: Same.
5667
5668 2018-10-16 Tom de Vries <tdevries@suse.de>
5669
5670 PR gdb/23730
5671 * gdb.base/catch-follow-exec.c: Add copyright notice.
5672 * gdb.base/catch-follow-exec.exp: Rewrite to use
5673 gdb_spawn_with_cmdline_opts. Require gdb-native.
5674
5675 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5676
5677 * gdb.trace/actions-changed.exp: Check for arch support.
5678 * gdb.trace/actions.exp: Likewise.
5679 * gdb.trace/ax.exp: Likewise.
5680 * gdb.trace/backtrace.exp: Likewise.
5681 * gdb.trace/change-loc.exp: Likewise.
5682 * gdb.trace/deltrace.exp: Likewise.
5683 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5684 * gdb.trace/ftrace.exp: Likewise.
5685 * gdb.trace/infotrace.exp: Check for arch support.
5686 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5687 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5688 * gdb.trace/mi-tsv-changed.exp: Likewise.
5689 * gdb.trace/packetlen.exp: Likewise.
5690 * gdb.trace/passc-dyn.exp: Likewise.
5691 * gdb.trace/passcount.exp: Likewise.
5692 * gdb.trace/pending.exp: Likewise.
5693 * gdb.trace/range-stepping.exp: Check for shlib support.
5694 * gdb.trace/report.exp: Check for arch support.
5695 * gdb.trace/save-trace.exp: Likewise.
5696 * gdb.trace/signal.exp: Check for signal support.
5697 * gdb.trace/tfind.exp: Check for arch support.
5698 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5699 * gdb.trace/trace-common.h: Add comment.
5700 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5701 * gdb.trace/trace-enable-disable.exp: Likewise.
5702 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5703 * gdb.trace/tracecmd.exp: Check for arch support.
5704 * gdb.trace/tspeed.exp: Check for shlib and target support.
5705 * gdb.trace/tstatus.exp: Check for arch support.
5706 * gdb.trace/tsv.exp: Likewise.
5707 * gdb.trace/while-dyn.exp: Likewise.
5708 * gdb.trace/while-stepping.exp: Likewise.
5709 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5710
5711 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5712
5713 * gdb.trace/tspeed.exp: Remove nowarnings.
5714 (prepare_for_trace_test): Declare "global ipalib".
5715 * gdb.trace/tspeed.c: Include unistd.h.
5716 (main): Remove superfluous printf argument.
5717
5718 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5719
5720 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5721 directory prefix on the filename.
5722
5723 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 * gdb.gdb/unittest.exp: Update expected message informing that
5726 selftests have been disabled.
5727 * gdb.server/unittest.exp: Likewise.
5728
5729 2018-10-09 Tom de Vries <tdevries@suse.de>
5730
5731 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5732 with runto_main.
5733
5734 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5735
5736 PR c++/16841
5737 * gdb.cp/virtbase2.cc: New file.
5738 * gdb.cp/virtbase2.exp: New file.
5739
5740 2018-10-06 Tom Tromey <tom@tromey.com>
5741
5742 PR python/19399:
5743 * gdb.python/py-inferior.exp: Add architecture test.
5744
5745 2018-10-06 Tom Tromey <tom@tromey.com>
5746
5747 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5748 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5749
5750 2018-10-06 Tom Tromey <tom@tromey.com>
5751
5752 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5753 of a "throw" catchpoint.
5754
5755 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5756
5757 * gdb.base/info-proc.exp: Update string expected from "help info
5758 proc".
5759
5760 2018-10-04 Tom Tromey <tom@tromey.com>
5761
5762 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5763 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5764 (test_initial_complaints, test_empty_complaints): Update.
5765 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5766
5767 2018-10-04 Tom Tromey <tom@tromey.com>
5768
5769 PR cli/19551:
5770 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5771 * lib/gdb.exp (gdb_file_cmd): Update.
5772 * gdb.stabs/weird.exp (print_weird_var): Update.
5773 * gdb.server/solib-list.exp: Update.
5774 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5775 * gdb.mi/mi-cli.exp: Update.
5776 * gdb.linespec/linespec.exp: Update.
5777 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5778 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5779 * gdb.cp/cp-relocate.exp: Update.
5780 * gdb.base/sym-file.exp: Update.
5781 * gdb.base/relocate.exp: Update.
5782 * gdb.base/readnever.exp: Update.
5783 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5784 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5785 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5786 * gdb.base/code_elim.exp: Update.
5787 * gdb.base/break-unload-file.exp (test_break): Update.
5788 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5789 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5790 Update.
5791 * gdb.base/attach.exp (do_attach_tests): Update.
5792 * gdb.base/sepdebug.exp: Update.
5793 * gdb.python/py-section-script.exp: Update.
5794
5795 2018-10-04 Tom Tromey <tom@tromey.com>
5796
5797 PR cli/22234:
5798 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5799 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5800 output.
5801
5802 2018-10-04 Tom Tromey <tom@tromey.com>
5803
5804 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5805 set width and height to 0.
5806 (test_command_line_attach_run): Use -quiet.
5807
5808 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5809
5810 * lib/gdb.exp (skip_ifunc_tests): New.
5811 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5812 other compile failures.
5813 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5814
5815 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5818 is_amd64_regs_target.
5819
5820 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5821
5822 * gdb.arch/aarch64-sighandler-regs.c: New test.
5823 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5824 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5825
5826 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5827
5828 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5829 assembly.
5830
5831 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.base/frame-selection.exp: New file.
5834 * gdb.base/frame-selection.c: New file.
5835
5836 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5837
5838 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5839 pthread barrier.
5840 (main): Likewise.
5841
5842 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5843
5844 * gdb.base/large-frame-1.c: New file.
5845 * gdb.base/large-frame-2.c: New file.
5846 * gdb.base/large-frame.exp: New file.
5847 * gdb.base/large-frame.h: New file.
5848
5849 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5850
5851 PR gdb/20948
5852 * gdb.base/write_mem.exp: New test.
5853 * gdb.base/write_mem.c: Likewise.
5854
5855 2018-09-23 Tom Tromey <tom@tromey.com>
5856
5857 PR python/18852:
5858 * gdb.python/py-parameter.exp: Add test for parameter that throws
5859 on "set".
5860
5861 2018-09-23 Tom Tromey <tom@tromey.com>
5862
5863 PR python/17284:
5864 * gdb.python/py-template.exp (test_template_arg): Add test for
5865 negative template argument number.
5866
5867 2018-09-23 Tom Tromey <tom@tromey.com>
5868
5869 PR python/14062:
5870 * gdb.python/python.exp: Add test for post_event error.
5871
5872 2018-09-23 Tom Tromey <tom@tromey.com>
5873
5874 PR python/18170:
5875 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5876 convert pointers to int and long.
5877
5878 2018-09-23 Tom Tromey <tom@tromey.com>
5879
5880 PR python/20126:
5881 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5882 signed-ness conversion tests.
5883
5884 2018-09-23 Tom Tromey <tom@tromey.com>
5885
5886 PR python/18352;
5887 * gdb.python/py-value.exp (test_float_conversion): New proc.
5888 Use it.
5889
5890 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5891
5892 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5893
5894 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5895
5896 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5897 no readline.
5898 * gdb.base/utf8-identifiers.exp: Likewise.
5899 * gdb.cp/cpcompletion.exp: Likewise.
5900 * gdb.linespec/cpcompletion.exp: Likewise.
5901 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5902 * gdb.linespec/cpls-ops.exp: Likewise.
5903
5904 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5905 Chris January <chris.january@arm.com>
5906
5907 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5908 * gdb.fortran/short-circuit-argument-list.exp: New file.
5909 * gdb.fortran/short-circuit-argument-list.f90: New test.
5910
5911 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5912
5913 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5914 "arch=" keyword when executing "-stack-list-frames".
5915
5916 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5917
5918 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5919 "arch=" keyword when executing "-stack-list-frames".
5920
5921 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5922
5923 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5924 break ada".
5925
5926 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5927
5928 PR python/23669
5929 * gdb.python/python.exp: Test gdb.execute("show commands").
5930
5931 2018-09-16 Tom Tromey <tom@tromey.com>
5932
5933 * gdb.base/new-ui.exp (do_execution_tests): Update.
5934 * gdb.base/dbx.exp (test_breakpoints): Update.
5935
5936 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5937
5938 * lib/gdb.exp (gdb_simple_compile): Add proc.
5939 (is_elf_target): Use gdb_simple_compile.
5940 (skip_altivec_tests): Likewise.
5941 (skip_vsx_tests): Likewise.
5942 (skip_tsx_tests): Likewise.
5943 (skip_btrace_tests): Likewise.
5944 (skip_btrace_pt_tests): Likewise.
5945 (gdb_can_simple_compile): Likewise.
5946 (gdb_has_argv0): Likewise.
5947 (gdb_target_symbol_prefix): Likewise.
5948 (target_supports_scheduler_locking): Likewise.
5949
5950 2018-09-13 Tom Tromey <tom@tromey.com>
5951
5952 * Makefile.in (TAGS): Recognize proc_with_prefix and
5953 gdb_caching_proc.
5954
5955 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5956
5957 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5958 method.
5959
5960 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5961
5962 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5963 and a few other Inferior properties when the Inferior is no
5964 longer valid.
5965
5966 2018-09-13 Tom Tromey <tom@tromey.com>
5967
5968 PR rust/23650:
5969 * gdb.rust/simple.exp: Add test for enum field access error.
5970
5971 2018-09-13 Tom Tromey <tom@tromey.com>
5972
5973 PR rust/23626:
5974 * gdb.rust/simple.rs (EmptyEnum): New type.
5975 (main): Use it.
5976 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5977
5978 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5979
5980 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5981 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5982 * gdb.python/py-symtab.exp: Update test printing an objfile.
5983
5984 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5985
5986 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5987 object.
5988
5989 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5990
5991 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5992 (support_complex_tests): Use gdb_can_simple_compile.
5993 (is_ilp32_target): Likewise.
5994 (is_lp64_target): Likewise.
5995 (is_64_target): Likewise.
5996 (is_amd64_regs_target): Likewise.
5997 (is_aarch32_target): Likewise.
5998 (gdb_int128_helper): Likewise.
5999
6000 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6001
6002 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6003
6004 2018-09-10 Jerome Guitton <guitton@adacore.com>
6005
6006 * gdb.ada/same_component_name: Add test for case of tagged record
6007 with variable-length fields.
6008
6009 2018-09-10 Xavier Roirand <roirand@adacore.com>
6010
6011 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6012 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6013 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6014 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6015
6016 2018-09-10 Xavier Roirand <roirand@adacore.com>
6017
6018 * gdb.ada/mi_string_access.exp: New testcase.
6019 * gdb.ada/mi_string_access/bar.adb: New file.
6020 * gdb.ada/mi_string_access/pck.adb: New file.
6021 * gdb.ada/mi_string_access/pck.asd: New file.
6022
6023 2018-09-10 Xavier Roirand <roirand@adacore.com>
6024
6025 * gdb.ada/mi_var_union.exp: New testcase.
6026 * gdb.ada/mi_var_union/bar.adb: New file.
6027 * gdb.ada/mi_var_union/pck.adb: New file.
6028 * gdb.ada/mi_var_union/pck.asd: New file.
6029
6030 2018-09-08 Tom Tromey <tom@tromey.com>
6031
6032 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6033
6034 2018-09-08 Tom Tromey <tom@tromey.com>
6035
6036 PR python/16047:
6037 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6038 (register_pretty_printers): Register new printer.
6039 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6040 test.
6041 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6042 (an_int_type3): New global.
6043
6044 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.ada/expr_with_funcall: New testcase.
6047
6048 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6049
6050 * gdb.ada/packed_array_assign: New testcase.
6051
6052 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6055 names, and add test prefixes to make test names unique.
6056
6057 2018-09-05 Tom de Vries <tdevries@suse.de>
6058
6059 * gdb.dwarf2/varval.exp: Add test.
6060
6061 2018-09-04 Gary Benson <gbenson@redhat.com>
6062
6063 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6064 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6065
6066 2018-08-31 Tom Tromey <tom@tromey.com>
6067
6068 * gdb.rust/simple.rs: Rename second variable "v".
6069
6070 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6071
6072 * gdb.base/funcargs.c (use_a): New function.
6073 (recurse): Call use_a.
6074
6075 2018-08-29 Keith Seitz <keiths@redhat.com>
6076
6077 * gdb.compile/compile-cplus-anonymous.cc: New file.
6078 * gdb.compile/compile-cplus-anonymous.exp: New file.
6079 * gdb.compile/compile-cplus-array-decay.cc: New file.
6080 * gdb.compile/compile-cplus-array-decay.exp: New file.
6081 * gdb.compile/compile-cplus-inherit.cc: New file.
6082 * gdb.compile/compile-cplus-inherit.exp: New file.
6083 * gdb.compile/compile-cplus-member.cc: New file.
6084 * gdb.compile/compile-cplus-member.exp: New file.
6085 * gdb.compile/compile-cplus-method.cc: New file.
6086 * gdb.compile/compile-cplus-method.exp: New file.
6087 * gdb.compile/compile-cplus-mod.c: "New" file.
6088 * gdb.compile/compile-cplus-namespace.cc: New file.
6089 * gdb.compile/compile-cplus-namespace.exp: New file.
6090 * gdb.compile/compile-cplus-nested.cc: New file.
6091 * gdb.compile/compile-cplus-nested.exp: New file.
6092 * gdb.compile/compile-cplus-print.c: "New" file.
6093 * gdb.compile/compile-cplus-print.exp: "New" file.
6094 * gdb.compile/compile-cplus-virtual.cc: New file.
6095 * gdb.compile/compile-cplus-virtual.exp: New file.
6096 * gdb.compile/compile-cplus.c: "New" file.
6097 * gdb.compile/compile-cplus.exp: "New" file.
6098 * lib/compile-support.exp: New file.
6099
6100 2018-08-16 Gary Benson <gbenson@redhat.com>
6101
6102 PR gdb/13000:
6103 * gdb.base/batch-exit-status.exp: New file.
6104 * gdb.base/batch-exit-status.good-commands: Likewise.
6105 * gdb.base/batch-exit-status.bad-commands: Likewise.
6106
6107 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6108
6109 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6110 (struct struct02): Likewise.
6111 (struct struct03): Likewise.
6112 (struct struct04): Likewise.
6113 (struct struct_01_01): New struct.
6114 (struct struct_01_02): Likewise.
6115 (struct struct_01_03): Likewise.
6116 (struct struct_01_04): Likewise.
6117 (struct struct_02_01): Likewise.
6118 (struct struct_02_02): Likewise.
6119 (struct struct_02_03): Likewise.
6120 (struct struct_02_04): Likewise.
6121 (struct struct_04_01): Likewise.
6122 (struct struct_04_02): Likewise.
6123 (struct struct_04_03): Likewise.
6124 (struct struct_04_04): Likewise.
6125 (struct struct_05_01): Likewise.
6126 (struct struct_05_02): Likewise.
6127 (struct struct_05_03): Likewise.
6128 (struct struct_05_04): Likewise.
6129 (cmp_struct01): Remove function.
6130 (cmp_struct02): Likewise.
6131 (cmp_struct03): Likewise.
6132 (cmp_struct04): Likewise.
6133 (cmp_struct_01_01): Add Function.
6134 (cmp_struct_01_02): Likewise.
6135 (cmp_struct_01_03): Likewise.
6136 (cmp_struct_01_04): Likewise.
6137 (cmp_struct_02_01): Likewise.
6138 (cmp_struct_02_02): Likewise.
6139 (cmp_struct_02_03): Likewise.
6140 (cmp_struct_02_04): Likewise.
6141 (cmp_struct_04_01): Likewise.
6142 (cmp_struct_04_02): Likewise.
6143 (cmp_struct_04_03): Likewise.
6144 (cmp_struct_04_04): Likewise.
6145 (cmp_struct_05_01): Likewise.
6146 (cmp_struct_05_02): Likewise.
6147 (cmp_struct_05_03): Likewise.
6148 (cmp_struct_05_04): Likewise.
6149 (call_all): Add new structs.
6150 * gdb.base/infcall-nested-structs.exp: Likewise.
6151
6152 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6153
6154 * gdb.python/py-framefilter-mi.exp: Update regexp to
6155 check for "arch" field in frame output.
6156
6157 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6158
6159 * gdb.dwarf2/dw2-ranges-func.c: New file.
6160 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6161
6162 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6163
6164 * gdb.base/term.exp: Compare terminal settings with values from
6165 the inferior.
6166 * gdb.base/term.c: Get and set terminal settings.
6167
6168 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6169
6170 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6171 accommodate new "arch" field in frame output.
6172 * gdb.mi/mi-return.exp: Likewise.
6173 * gdb.mi/mi-stack.exp: Likewise.
6174 * gdb.mi/mi-syn-frame.exp: Likewise.
6175 * gdb.mi/user-selected-context-sync.exp: Likewise.
6176
6177 2018-08-19 Michael Spang <spang@google.com>
6178
6179 PR gdb/11786
6180 * gdb.base/gcore-tls-pie.c: New file.
6181 * gdb.base/gcore-tls-pie.exp: New file.
6182
6183 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6184
6185 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6186 * gdb.dwarf2/varval.c: New file.
6187 * gdb.dwarf2/varval.exp: New file.
6188
6189 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6190
6191 PR gdb/18931
6192 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6193
6194 2018-08-16 Keith Seitz <keiths@redhat.com>
6195
6196 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6197 tests expected to pass.
6198
6199 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6200
6201 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6202 -data-disassemble -a.
6203 (test_disassembly_bogus_args): Likewise.
6204
6205 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6206
6207 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6208
6209 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6210
6211 * gdb.base/vla-optimized-out.exp: Add new test.
6212
6213 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.base/vla-optimized-out-o3.exp: Delete.
6216 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6217 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6218 deleted tests.
6219
6220 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6221
6222 PR gdb/18050:
6223 * gdb.server/extended-remote-restart.c: New file.
6224 * gdb.server/extended-remote-restart.exp: New file.
6225
6226 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6227
6228 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6229 "set variable index = 42".
6230
6231 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6232
6233 * boards/index-cache-gdb.exp: New file.
6234 * gdb.dwarf2/index-cache.exp: New file.
6235 * gdb.dwarf2/index-cache.c: New file.
6236 * gdb.base/maint.exp: Check if we are using the index cache.
6237
6238 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6239
6240 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6241 MAKEFLAGS.
6242
6243 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6244
6245 * dg-extract-results.sh: Move to toplevel contrib.
6246 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6247 * Makefile.in (check-parallel-racy): Likewise.
6248
6249 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6252 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6253 tests if the target supports scheduler locking.
6254
6255 2018-08-04 Tom de Vries <tdevries@suse.de>
6256
6257 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6258
6259 2018-08-02 Tom Tromey <tom@tromey.com>
6260
6261 PR symtab/16842.
6262 * gdb.cp/temargs.exp: Test "info address" of a template
6263 parameter.
6264
6265 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6266
6267 * gdb.python/py-mi-var-info-path-expression.c: New file.
6268 * gdb.python/py-mi-var-info-path-expression.py: New file.
6269 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6270
6271 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6272
6273 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6274 error after "cannot resolve name" string.
6275
6276 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6277
6278 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6279 started.
6280 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6281
6282 2018-07-28 Tom de Vries <tdevries@suse.de>
6283
6284 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6285
6286 2018-07-26 Tom de Vries <tdevries@suse.de>
6287
6288 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6289
6290 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6293 is visible.
6294
6295 2018-07-26 Tom de Vries <tdevries@suse.de>
6296
6297 PR breakpoints/23366
6298 * gdb.base/catch-follow-exec.c: New test.
6299 * gdb.base/catch-follow-exec.exp: New file.
6300
6301 2018-07-25 Tom de Vries <tdevries@suse.de>
6302
6303 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6304 vla-optimized-out.c.
6305
6306 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6307
6308 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6309 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6310
6311 2018-07-20 Tom de Vries <tdevries@suse.de>
6312
6313 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6314 NOCLONE macro.
6315 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6316
6317 2018-07-19 Tom de Vries <tdevries@suse.de>
6318
6319 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6320 regular expression.
6321
6322 2018-07-18 Tom de Vries <tdevries@suse.de>
6323
6324 * gdb.base/vla-optimized-out.c: New test.
6325 * gdb.base/vla-optimized-out.exp: New file.
6326
6327 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6328
6329 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6330 message "No address associated with hostname" when gdbserver
6331 cannot resolve the hostname.
6332
6333 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6334
6335 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6336 Add some test prefixes to make tests unique.
6337
6338 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6339
6340 * gdb.base/frameapply.c: New file.
6341 * gdb.base/frameapply.exp: New file.
6342
6343 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6344
6345 * gdb.base/skip.exp: Update expected error message.
6346
6347 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6348 Jan Kratochvil <jan.kratochvil@redhat.com>
6349 Paul Fertser <fercerpav@gmail.com>
6350 Tsutomu Seki <sekiriki@gmail.com>
6351
6352 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6353 parameter.
6354 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6355 by default.
6356 * boards/native-gdbserver.exp: Likewise.
6357 * gdb.server/run-without-local-binary.exp: Improve regexp used
6358 for detecting when a remote debugging connection succeeds.
6359 * gdb.server/server-connect.exp: New file.
6360 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6361 Do not prefix the port number with ":".
6362 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6363 support for detecting and using it. Add '$debughost_gdbserver'
6364 to the list of arguments used to start gdbserver. Handle case
6365 when gdbserver cannot resolve a network name.
6366
6367 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6368
6369 PR c++/23373
6370 * gdb.base/ptype-offsets.cc (struct static_member): New
6371 struct.
6372 (main) <stmember>: New variable.
6373 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6374 with a static member in it.
6375
6376 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6377
6378 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6379 watchpoints enabled and disabled.
6380
6381 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6382
6383 * gdb.base/examine-backward.exp: Still run tests around address
6384 0x0, even if address 0x0 is not readable. Update the pattern for
6385 matching address 0x0 in expected output.
6386
6387 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6388
6389 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6390 malloc/free.
6391
6392 2018-07-04 Tom de Vries <tdevries@suse.de>
6393
6394 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6395
6396 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6397
6398 PR tdep/8282
6399 * gdb.arch/mips-disassembler-options.exp: New test.
6400 * gdb.arch/mips-disassembler-options.s: New test source.
6401
6402 2018-06-29 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.threads/names.exp: Adjust expected "info threads" output.
6405
6406 2018-06-29 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.opt/inline-break.exp (line number, address): Add "info
6409 break" tests.
6410
6411 2018-06-29 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6414 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6415 number and address and running to them.
6416
6417 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6418
6419 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6420
6421 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6422
6423 * lib/compiler.c: Remove executable permission flag.
6424
6425 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6426
6427 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6428 code.
6429 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6430
6431 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6432
6433 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6434
6435 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6436
6437 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6438 address argument is omitted.
6439
6440 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6441
6442 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6443
6444 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6445
6446 PR gdb/21695
6447 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6448 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6449
6450 2018-06-26 Tom Tromey <tom@tromey.com>
6451
6452 PR rust/22574:
6453 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6454 * gdb.rust/simple.rs (struct SimpleLayout): New.
6455
6456 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6457
6458 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6459 "info registers" output.
6460
6461 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6462
6463 * gdb.base/watchpoint-hw-attach.c: New test.
6464 * gdb.base/watchpoint-hw-attach.exp: New file.
6465
6466 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6467
6468 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6469 through /bin/sh.
6470 * boards/dwarf4-gdb-index.exp: Likewise.
6471 * boards/fission-dwp.exp: Likewise.
6472
6473 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6474
6475 * gdb.base/float128.exp: Add comment and improved fail message
6476 to the failure case of "print large128" test.
6477
6478 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6479
6480 * configure.ac: Remove AC_PREREQ.
6481 * configure: Re-generate.
6482
6483 2018-06-19 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6486 (func_extern_caller): New.
6487 (main): Call func_extern_caller.
6488 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6489 logic change.
6490
6491 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6492
6493 PR gdb/16841
6494 * gdb.cp/typedef-base.cc: New file.
6495 * gdb.cp/typedef-base.exp: New file.
6496
6497 2018-06-18 Tom de Vries <tdevries@suse.de>
6498
6499 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6500
6501 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6502 Richard Bunt <Richard.Bunt@arm.com>
6503
6504 * gdb.threads/attach-slow-waitpid.c: New file.
6505 * gdb.threads/attach-slow-waitpid.exp: New file.
6506 * gdb.threads/slow-waitpid.c: New file.
6507
6508 2018-06-14 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.base/fork-running-state.c: Include <errno.h>.
6511 (exit_if_relative_exits): New.
6512 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6513 exits.
6514 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6515 child exits.
6516
6517 2018-06-14 Tom de Vries <tdevries@suse.de>
6518
6519 PR cli/22573
6520 * gdb.base/finish-pretty.c: New test.
6521 * gdb.base/finish-pretty.exp: New file.
6522
6523 2018-06-14 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6526 gdb's expected startup output.
6527
6528 2018-06-14 Pedro Alves <palves@redhat.com>
6529
6530 * lib/selftest-support.exp (selftest_setup): Remove inlined
6531 function handling.
6532
6533 2018-06-14 Tom de Vries <tdevries@suse.de>
6534
6535 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6536 matching of breakpoint printing.
6537
6538 2018-06-13 Tom de Vries <tdevries@suse.de>
6539
6540 PR testsuite/23269
6541 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6542 (fork_child): ... here, and ...
6543 (fork_parent): ... here.
6544
6545 2018-06-12 Tom de Vries <tdevries@suse.de>
6546
6547 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6548
6549 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6550 Stephen Roberts <stephen.roberts@arm.com>
6551
6552 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6553 rewrite test to describe action performed, rather than possible
6554 failure.
6555
6556 2018-06-08 Gary Benson <gbenson@redhat.com>
6557
6558 * gdb.threads/check-libthread-db.exp: New file.
6559 * gdb.threads/check-libthread-db.c: Likewise.
6560
6561 2018-06-05 Tom Tromey <tom@tromey.com>
6562
6563 * gdb.base/default.exp: Update expected "show version" output.
6564
6565 2018-06-05 Tom Tromey <tom@tromey.com>
6566
6567 PR cli/12326:
6568 * gdb.cp/static-print-quit.exp: Update.
6569 * lib/gdb.exp (pagination_prompt): Update.
6570 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6571 * gdb.python/python.exp: Update.
6572
6573 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6574
6575 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6576
6577 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6578
6579 * gdb.ada/bp_fun_addr: New testcase.
6580
6581 2018-06-01 Tom Tromey <tom@tromey.com>
6582
6583 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6584 results.
6585 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6586 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6587 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6588 * gdb.base/maint.exp (maint_pass_if): Update.
6589
6590 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6591
6592 * gdb.base/endian.exp: New test.
6593 * gdb.base/endian.c: New test source.
6594
6595 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6596
6597 PR gdb/23203
6598 * gdb.base/bt-selected-frame.c: New file.
6599 * gdb.base/bt-selected-frame.exp: New file.
6600 * lib/gdb.exp (get_current_frame_number): New function.
6601
6602 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6603 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.threads/tls-core.c: Include <stdlib.h>
6606 (thread_proc): Call `abort'.
6607 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6608 (tls_core_test): New procedure, bits factored out from ...
6609 (top level): ... here. Test both native cores and gcore cores.
6610
6611 2018-05-23 Tom Tromey <tom@tromey.com>
6612
6613 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6614
6615 2018-05-23 Tom Tromey <tom@tromey.com>
6616
6617 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6618 symfile_complaints.
6619 (test_short_complaints): Likewise.
6620 (test_empty_complaints): Likewise.
6621 (test_initial_complaints): Update.
6622
6623 2018-05-23 Tom Tromey <tom@tromey.com>
6624
6625 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6626
6627 2018-05-23 Tom Tromey <tom@tromey.com>
6628
6629 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6630 (test_short_complaints): Update.
6631
6632 2018-05-22 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/remote.exp: Only gdb_start after compiling the
6635 testcase. Issue "disconnect" before testing "set remote" command
6636 defaults. Issue clean_restart before running to main.
6637
6638 2018-05-22 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.base/remote.exp: Adjust expected output of "show remote
6641 memory-write-packet-size". Add tests for "set remote
6642 memory-write-packet-size 0" and "set remote
6643 memory-write-packet-size fixed/limit".
6644
6645 2018-05-22 Pedro Alves <palves@redhat.com>
6646
6647 PR gdb/22973
6648 * gdb.base/utf8-identifiers.c: New file.
6649 * gdb.base/utf8-identifiers.exp: New file.
6650
6651 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6652
6653 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6654
6655 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6656
6657 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6658
6659 2018-05-18 Tom Tromey <tom@tromey.com>
6660
6661 * gdb.base/ptype-offsets.exp: Update.
6662
6663 2018-05-17 Keith Seitz <keiths@redhat.com>
6664
6665 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6666 in expected breakpoint stop locations.
6667 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6668 move to proper scope to test variable values.
6669 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6670 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6671 New functions.
6672 (main): Call not_inline_func3.
6673 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6674 inline_func1, inline_func2, and inline_func3. Test that when each
6675 breakpoint is hit, GDB properly reports both the stop location
6676 and the backtrace. Repeat tests for temporary breakpoints.
6677
6678 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6679
6680 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6681 rather then trying to access it in determining whether the PID
6682 of `gdbserver' could have been retrieved.
6683
6684 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * gdb.arch/amd64-init-x87-values.S: New file.
6687 * gdb.arch/amd64-init-x87-values.exp: New file.
6688
6689 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6692
6693 2018-05-04 Tom Tromey <tom@tromey.com>
6694
6695 PR python/22730:
6696 * gdb.python/python.exp: Test multi-line execute.
6697
6698 2018-05-04 Tom Tromey <tom@tromey.com>
6699
6700 PR python/22731:
6701 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6702
6703 2018-05-04 Tom Tromey <tom@tromey.com>
6704
6705 PR gdb/11750:
6706 * gdb.base/define.exp: Test defining a user command inside a user
6707 command.
6708 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6709
6710 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6711 Pedro Alves <palves@redhat.com>
6712
6713 PR breakpoints/19806 and support for PR external/20207.
6714 * gdb.base/watchpoint-unaligned.c: New file.
6715 * gdb.base/watchpoint-unaligned.exp: New file.
6716
6717 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.base/maint.exp: Make test names unique, use
6720 test_prefix_command_help to test 'help maint info', and remove
6721 repeated test of 'help maint'.
6722
6723 2018-05-04 Tom Tromey <tom@tromey.com>
6724
6725 PR gdb/22619:
6726 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6727 behavior.
6728
6729 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6730
6731 * gdb.base/maint.exp: Process output from 'maint print registers'
6732 line at a time.
6733
6734 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6735
6736 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6737 timeout.
6738
6739 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6742 filter pattern.
6743
6744 2018-05-02 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6747 to_log_command renames.
6748 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6749
6750 2018-05-02 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.python/py-parameter.exp: Set test message.
6753
6754 2018-05-02 Tom Tromey <tom@tromey.com>
6755
6756 PR python/20084:
6757 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6758 PARAM_ZUINTEGER_UNLIMITED tests.
6759
6760 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6761
6762 PR rust/23124
6763 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6764 when casting.
6765
6766 2018-04-30 Tom Tromey <tom@tromey.com>
6767
6768 * gdb.python/py-type.exp: Check align attribute.
6769 * gdb.python/py-type.c: New "aligncheck" global.
6770
6771 2018-04-30 Tom Tromey <tom@tromey.com>
6772
6773 PR exp/17095:
6774 * gdb.dwarf2/dw2-align.exp: New file.
6775 * gdb.cp/align.exp: New file.
6776 * gdb.base/align.exp: New file.
6777 * lib/gdb.exp (gdb_int128_helper): New proc.
6778 (has_int128_c, has_int128_cxx): New caching procs.
6779
6780 2018-04-27 Tom Tromey <tom@tromey.com>
6781
6782 PR rust/22545:
6783 * gdb.rust/simple.exp: Add inclusive range tests.
6784
6785 2018-04-26 Pedro Alves <palves@redhat.com>
6786
6787 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6788 ifunc breakpoint locations correctly of ifunc breakpoints set
6789 while the program resolves the ifunc.
6790
6791 2018-04-26 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.base/gnu-ifunc-final.c: New file.
6794 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6795 * gdb.base/gnu-ifunc.exp (executable): Delete.
6796 (staticexecutable): Adjust.
6797 (lib_opts, exec_opts): Delete.
6798 (make_binsuffix, build, set-break): New procedures.
6799 (misc_tests): New, with tests factored out from the top level.
6800 (top level): Test different combinations of ifunc resolver name,
6801 resolver with and with debug info, and ifunc target with and
6802 without debug info. Wrap static tests with with_target_prefix.
6803
6804 2018-04-26 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6807 return type" warnings.
6808
6809 2018-04-25 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6812 killed".
6813 * gdb.base/kill-after-signal.exp: Likewise.
6814 * gdb.threads/kill.exp: Likewise.
6815
6816 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6817 Sergio Durigan Junior <sergiodj@redhat.com>
6818 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6821 regexps to expect for '[Inferior ... detached]' as well.
6822 * gdb.base/attach.exp: Likewise.
6823 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6824 "gdb_continue_to_end".
6825 (test_catch_syscall_with_wrong_args): Likewise.
6826 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6827 ']'. Don't set 'verbose' on.
6828 * gdb.base/foll-vfork.exp: Likewise.
6829 * gdb.base/fork-print-inferior-events.c: New file.
6830 * gdb.base/fork-print-inferior-events.exp: New file.
6831 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6832 '[Inferior ... has been killed]' message.
6833 * gdb.base/kill-after-signal.exp: Likewise.
6834 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6835 detach message.
6836 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6837 message.
6838 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6839 regexps to expect for '[Inferior ... detached]' as well.
6840 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6841
6842 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6843
6844 PR gdb/23104
6845 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6846
6847 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6848
6849 PR gdb/23095
6850 * gdb.base/break-probes.exp: Pass shlib_load to
6851 prepare_for_testing. Set normal_bp to r_debug_state if target is
6852 bsd.
6853
6854 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6855
6856 * gdb.threads/multiple-successive-infcall.c: New test.
6857 * gdb.threads/multiple-successive-infcall.exp: New file.
6858
6859 2018-04-17 Tom Tromey <tom@tromey.com>
6860
6861 * gdb.rust/simple.rs (Union): New type.
6862 (main): New local "u".
6863 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6864
6865 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6868 number information in output of "whereis" command.
6869 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6870
6871 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6872
6873 * gdb.ada/info_types.exp: Adjust expected output to the line
6874 numbers now printed by "info var/func/type".
6875 * gdb.base/completion.exp: Likewise.
6876 * gdb.base/included.exp: Likewise.
6877 * gdb.cp/cp-relocate.exp: Likewise.
6878 * gdb.cp/cplusfuncs.exp: Likewise.
6879 * gdb.cp/namespace.exp: Likewise.
6880 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6881
6882 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6883
6884 * gdb.btrace/cpu.exp: New.
6885
6886 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6887
6888 * gdb.base/step-indirect-call-thunk.exp: New.
6889 * gdb.base/step-indirect-call-thunk.c: New.
6890 * gdb.reverse/step-indirect-call-thunk.exp: New.
6891 * gdb.reverse/step-indirect-call-thunk.c: New.
6892
6893 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * gdb.base/pie-fork.c: New file.
6896 * gdb.base/pie-fork.exp: New file.
6897
6898 2018-04-11 Tom Tromey <tom@tromey.com>
6899
6900 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6901
6902 2018-04-10 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6905 exits. Instead loop running forever.
6906 (fork_parent): Run forever too.
6907
6908 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6909
6910 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6911 mi_continue_to_line.
6912 * gdb.mi/mi-stack.c (callee4): Add comment.
6913
6914 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6915
6916 * gdb.mi/mi-stack.exp: Fix indentation.
6917
6918 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6919
6920 PR gdb/22979
6921 * gdb.arch/amd64-osabi.exp: New file.
6922
6923 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 PR gdb/22980
6926 * gdb.base/osabi.exp: New file.
6927
6928 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6929
6930 * gdb.cp/static-typedef-print.exp: New file.
6931 * gdb.cp/static-typedef-print.cc: New file.
6932
6933 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6934
6935 * gdb.ada/varsize_limit: New testcase.
6936
6937 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6938
6939 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6940
6941 * gdb.ada/notcplusplus: New testcase.
6942
6943 * gdb.base/c-linkage-name.c: New file.
6944 * gdb.base/c-linkage-name.exp: New testcase.
6945
6946 2018-03-26 Tom Tromey <tom@tromey.com>
6947
6948 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6949 * gdb.python/py-framefilter.py (name_error): New global.
6950 (ErrorInName.function): Use name_error.
6951
6952 2018-03-26 Tom Tromey <tom@tromey.com>
6953
6954 PR backtrace/15582:
6955 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6956
6957 2018-03-23 Keith Seitz <keiths@redhat.com>
6958
6959 PR c++/22968
6960 * gdb.cp/subtypes.exp: New file.
6961 * gdb.cp/subtypes.h: New file.
6962 * gdb.cp/subtypes.cc: New file.
6963 * gdb.cp/subtypes-2.cc: New file.
6964
6965 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6968 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6969 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6970 -nostartfiles when compiling the test. Confirm that all registers
6971 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6972
6973 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6974
6975 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6976 option, syntax was wrong anyway.
6977 * gdb.arch/arm-disp-step.exp: Likewise.
6978 * gdb.arch/sparc64-regs.exp: Likewise.
6979 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6980 option, syntax was wrong anyway, switch to use
6981 prepare_for_testing.
6982 * gdb.arch/i386-disp-step.exp: Likewise.
6983
6984 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6985
6986 * gdb.ada/exec_changed.exp: Replace "target_info exists
6987 use_gdb_stub" by "use_gdb_stub".
6988 * gdb.ada/start.exp: Likewise.
6989 * gdb.base/async-shell.exp: Likewise.
6990 * gdb.base/attach-pie-misread.exp: Likewise.
6991 * gdb.base/attach-wait-input.exp: Likewise.
6992 * gdb.base/break-entry.exp: Likewise.
6993 * gdb.base/break-interp.exp: Likewise.
6994 * gdb.base/dprintf-detach.exp: Likewise.
6995 * gdb.base/nostdlib.exp: Likewise.
6996 * gdb.base/solib-nodir.exp: Likewise.
6997 * gdb.base/statistics.exp: Likewise.
6998 * gdb.base/testenv.exp: Likewise.
6999 * gdb.mi/mi-exec-run.exp: Likewise.
7000 * gdb.mi/mi-start.exp: Likewise.
7001 * gdb.multi/dummy-frame-restore.exp: Likewise.
7002 * gdb.multi/multi-arch-exec.exp: Likewise.
7003 * gdb.multi/multi-arch.exp: Likewise.
7004 * gdb.multi/tids.exp: Likewise.
7005 * gdb.multi/watchpoint-multi.exp: Likewise.
7006 * gdb.python/py-events.exp: Likewise.
7007 * gdb.threads/attach-into-signal.exp: Likewise.
7008 * gdb.threads/attach-stopped.exp: Likewise.
7009 * gdb.threads/threadapply.exp: Likewise.
7010 * lib/selftest-support.exp: Likewise.
7011
7012 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7013
7014 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7015
7016 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7017
7018 * gdb.perf/template-breakpoints.cc: New file.
7019 * gdb.perf/template-breakpoints.exp: New file.
7020 * gdb.perf/template-breakpoints.py: New file.
7021
7022 2018-03-19 Tom Tromey <tom@tromey.com>
7023
7024 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7025 y0.
7026 * gdb.rust/simple.exp: Test bare identifier form of struct
7027 initializer.
7028
7029 2018-03-19 Tom Tromey <tom@tromey.com>
7030
7031 * gdb.gdb/observer.exp: Remove.
7032
7033 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7034
7035 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7036 "qualified" option when setting breakpoints.
7037 * gdb.trace/backtrace.exp: Likewise.
7038 * gdb.trace/circ.exp: Likewise.
7039 * gdb.trace/collection.exp: Likewise.
7040 * gdb.trace/disconnected-tracing.exp: Likewise.
7041 * gdb.trace/ftrace-lock.exp: Likewise.
7042 * gdb.trace/ftrace.exp: Likewise.
7043 * gdb.trace/infotrace.exp: Likewise.
7044 * gdb.trace/packetlen.exp: Likewise.
7045 * gdb.trace/passc-dyn.exp: Likewise.
7046 * gdb.trace/qtro.exp: Likewise.
7047 * gdb.trace/read-memory.exp: Likewise.
7048 * gdb.trace/report.exp: Likewise.
7049 * gdb.trace/signal.exp: Likewise.
7050 * gdb.trace/status-stop.exp: Likewise.
7051 * gdb.trace/strace.exp: Likewise.
7052 * gdb.trace/tfind.exp: Likewise.
7053 * gdb.trace/trace-break.exp: Likewise.
7054 * gdb.trace/trace-condition.exp: Likewise.
7055 * gdb.trace/trace-mt.exp: Likewise.
7056 * gdb.trace/tstatus.exp: Likewise.
7057 * gdb.trace/tsv.exp: Likewise.
7058 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7059 * gdb.trace/unavailable.exp: Likewise.
7060 * gdb.trace/while-dyn.exp: Likewise.
7061
7062 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7063
7064 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7065 that libinproctrace is copied to the target.
7066
7067 2018-03-14 Tom Tromey <tom@tromey.com>
7068
7069 PR cli/14977:
7070 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7071 a null pointer.
7072 * gdb.base/wchar.exp: Likewise.
7073
7074 2018-03-14 Tom Tromey <tom@tromey.com>
7075
7076 PR cli/19918:
7077 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7078 flag.
7079
7080 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7081
7082 PR gdb/22841
7083 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7084 "target" to remote_exec.
7085
7086 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7087
7088 PR gdb/22841
7089 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7090 ${board}_upload): Remove.
7091
7092 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7093
7094 * gdb.cp/watch-cp.cc: New test.
7095 * gdb.cp/watch-cp.exp: New file.
7096
7097 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7098
7099 * gdb.base/infcall-nested-structs.exp: New file.
7100 * gdb.base/infcall-nested-structs.c: New file.
7101 * gdb.base/float.exp: Add riscv support.
7102
7103 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7104
7105 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7106 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7107
7108 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7109
7110 * gdb.server/abspath.exp: New file.
7111 * lib/gdb.exp (with_cwd): New procedure.
7112
7113 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7116 use it.
7117 (gdb_is_target_remote_prompt): New proc.
7118 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7119 (gdb_is_target_native): Pass prompt parameter to
7120 gdb_is_target_1.
7121
7122 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7123
7124 * gdb.base/load-command.c: New file.
7125 * gdb.base/load-command.exp: New file.
7126 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7127 (gdb_is_target_1): ...this, and generalize for other targets
7128 than just remote.
7129 (gdb_is_target_remote): Use gdb_is_target_1.
7130 (gdb_is_target_native): use gdb_is_target_1.
7131
7132 2018-02-26 Tom Tromey <tom@tromey.com>
7133
7134 PR python/16497:
7135 * gdb.python/py-framefilter.exp: Update test.
7136
7137 2018-02-26 Tom Tromey <tom@tromey.com>
7138
7139 * gdb.dwarf2/variant.c: New file.
7140 * gdb.dwarf2/variant.exp: New file.
7141
7142 2018-02-26 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.rust/simple.exp: Accept more possible results in enum test.
7145
7146 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7147
7148 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7149 parentheses.
7150
7151 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7152
7153 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7154 name of a variable: $actual_linejj -> $actual_line.
7155
7156 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7157
7158 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7159
7160 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7161
7162 * gdb.btrace/buffer-size.exp: Do not force BTS.
7163
7164 2018-02-14 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7167 getting a "Quit".
7168
7169 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7170
7171 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7172 Fix test name.
7173
7174 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 * gdb.cp/m-static.exp: Check type of optimized out static
7177 member.
7178
7179 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7182 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7183
7184 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7185 Leszek Swirski <leszeks@google.com>
7186
7187 * gdb.python/py-prettyprint.c
7188 (struct to_string_returns_value_inner,
7189 struct to_string_returns_value_wrapper): New.
7190 (main): Add tsrvw variable.
7191 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7192 ToStringReturnsValueWrapper): New classes.
7193 (register_pretty_printers): Register new pretty-printers.
7194 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7195 recursive pretty printer.
7196 * gdb.python/py-mi.exp: Likewise.
7197
7198 2018-02-01 Leszek Swirski <leszeks@google.com>
7199
7200 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7201 functions with the same name as an include file are parsed
7202 correctly.
7203
7204 2018-02-01 Yao Qi <yao.qi@linaro.org>
7205
7206 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7207 "\[^\r\n\]*".
7208
7209 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7210
7211 * gdb.arch/powerpc-prologue-frame.s: New file.
7212 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7213 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7214
7215 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7216
7217 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7218
7219 2018-01-30 Pedro Alves <palves@redhat.com>
7220
7221 PR gdb/13211
7222 * gdb.base/interrupt-daemon.c: New.
7223 * gdb.base/interrupt-daemon.exp: New.
7224 * gdb.multi/multi-term-settings.c: New.
7225 * gdb.multi/multi-term-settings.exp: New.
7226
7227 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.base/break.exp: Save the location where the breakpoint
7230 on break.c:47 was actually inserted when debugging the version
7231 compiled at -O2 and use it in the expected output of the "info
7232 break" test performed soon after.
7233
7234 2018-01-22 Pedro Alves <palves@redhat.com>
7235 Sergio Durigan Junior <sergiodj@redhat.com>
7236
7237 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7238 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7239
7240 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7241
7242 * gdb.base/break-include.c, gdb.base/break-include.inc,
7243 gdb.base/break-include.exp: New files.
7244 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7245 line number now being the actual line number where the breakpoint
7246 was inserted.
7247 * gdb.mi/mi-break.exp: Likewise.
7248 * gdb.mi/mi-reverse.exp: Likewise.
7249 * gdb.mi/mi-simplerun.exp: Ditto.
7250
7251 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7252
7253 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7254 varobj.
7255 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7256
7257 2018-01-21 Don Breazeal <donb@codesourcery.com>
7258 Andrew Burgess <andrew.burgess@embecosm.com>
7259
7260 * gdb.mi/basics.c: Add new global.
7261 * gdb.mi/mi-frame-regs.exp: New file.
7262 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7263 case.
7264
7265 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7266
7267 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7268 non-parameter, and on an unknown symbol.
7269
7270 2018-01-19 Tom Tromey <tom@tromey.com>
7271
7272 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7273 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7274
7275 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7276
7277 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7278 setrlimit and chdir to int.
7279
7280 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7281
7282 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7283 function.
7284 (my_tend): Likewise.
7285 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7286 rationale of avoiding FP- and vector instructions.
7287
7288 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7289
7290 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7291 "info reg" with "\[ \t\]*".
7292 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7293 "\[ \t\]+".
7294 * gdb.arch/s390-multiarch.exp: Ditto.
7295 * gdb.base/pc-fp.exp: Ditto.
7296 * gdb.reverse/i386-precsave.exp: Ditto.
7297 * gdb.reverse/i386-reverse.exp: Ditto.
7298 * gdb.reverse/i387-env-reverse.exp: Ditto.
7299 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7300
7301 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7302
7303 * lib/gdb.exp (gdb_compile): Re-enable use of
7304 universal_compile_options for languages other than Rust.
7305
7306 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7307
7308 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7309
7310 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7311
7312 PR gdb/16577
7313 * gdb.base/solib-vanish.exp: New.
7314 * gdb.base/solib-vanish-main.c: New.
7315 * gdb.base/solib-vanish-lib1.c: New.
7316 * gdb.base/solib-vanish-lib2.c: New.
7317
7318 2018-01-17 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.compile/compile.exp: Match the address printed for
7321 frame in the output of command "bt".
7322
7323 2018-01-15 Tom Tromey <tom@tromey.com>
7324
7325 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7326 compute sp_reg.
7327
7328 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7329
7330 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7331 to prepare.
7332 (prepare): Return 0 on error, 1 on success.
7333
7334 2018-01-12 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.base/continue-after-aborted-step-over.c: New.
7337 * gdb.base/continue-after-aborted-step-over.exp: New.
7338
7339 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7340
7341 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7342 options when not creating an executable.
7343
7344 2018-01-11 Pedro Alves <palves@redhat.com>
7345
7346 PR remote/22597
7347 * gdb.server/stop-reply-no-thread.c: New file.
7348 * gdb.server/stop-reply-no-thread.exp: New file.
7349
7350 2018-01-10 Pedro Alves <palves@redhat.com>
7351
7352 PR gdb/22670
7353 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7354 functions too. Test setting breakpoints and printing C functions
7355 with no debug info too.
7356 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7357
7358 2018-01-10 Pedro Alves <palves@redhat.com>
7359
7360 PR gdb/22670
7361 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7362 a fail.
7363
7364 2018-01-10 Pedro Alves <palves@redhat.com>
7365
7366 PR gdb/22670
7367 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7368
7369 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * gdb.server/unittest.exp: Match the output in non-development
7372 mode.
7373
7374 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7375
7376 * gdb.gdb/unittest.exp: Match output in non-development mode.
7377
7378 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7379
7380 * gdb.ada/access_tagged_param.exp: Relax expected output
7381 for value of "ObjL" in "continue" to pck.inspect breakpoint
7382 test.
7383
7384 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7385
7386 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7387 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7388
7389 2018-01-05 Pedro Alves <palves@redhat.com>
7390
7391 PR gdb/18653
7392 * gdb.base/libsegfault.exp: New.
7393
7394 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7395
7396 PR gdb/22670
7397 * gdb.ada/access_tagged_param.exp: New file.
7398 * gdb.ada/access_tagged_param/foo.adb: New file.
7399
7400 2018-01-05 Pedro Alves <palves@redhat.com>
7401
7402 PR gdb/22670
7403 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7404 exercise lower case too, and to exercise both full matching and
7405 wild matching.
7406
7407 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7408
7409 * gdb.ada/rename_subscript_param: New testcase.
7410
7411 2018-01-05 Jerome Guitton <guitton@adacore.com>
7412
7413 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7414
7415 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7416
7417 * gdb.ada/convvar_comp: New testcase.
7418
7419 2018-01-05 Xavier Roirand <roirand@adacore.com>
7420
7421 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7422 (My_Table): New global variable.
7423 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7424
7425 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7426
7427 PR gdb/22670
7428 * gdb.ada/maint_with_ada: New testcase.
7429
7430 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7431
7432 PR gdb/22670
7433 * gdb.ada/bp_c_mixed_case: New testcase.
7434
7435 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7436
7437 PR gdb/22670
7438 * gdb.ada/complete.exp: Add "complete break ada" test.
7439
7440 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7441
7442 PR gdb/22670
7443 * gdb.ada/info_addr_mixed_case: New testcase.
7444
7445 2018-01-03 Xavier Roirand <roirand@adacore.com>
7446
7447 * gdb.ada/excep_handle.exp: New testcase.
7448 * gdb.ada/excep_handle/foo.adb: New file.
7449 * gdb.ada/excep_handle/pck.ads: New file.
7450
7451 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7452
7453 * gdb.base/step-line.c: Add extra empty line in copyright header.
7454 * gdb.base/step-line.inp: Likewise.
7455
7456 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7457
7458 * gdb.ada/dyn_stride.exp: Add slice test.
7459
7460 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7461
7462 * gdb.ada/dyn_stride: New testcase.
7463
7464 2017-12-27 Stafford Horne <shorne@gmail.com>
7465
7466 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7467 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7468
7469 2017-12-27 Stafford Horne <shorne@gmail.com>
7470
7471 * gdb.base/reggroups.c: New file.
7472 * gdb.base/reggroups.exp: New file.
7473
7474 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7475
7476 * gdb.dwarf2/ada-valprint-error.c: New file.
7477 * gdb.dwarf2/ada-valprint-error.exp: New file.
7478
7479 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7480
7481 * gdb.ada/assign_arr: New testcase.
7482
7483 2017-12-18 Xavier Roirand <roirand@adacore.com>
7484
7485 * gdb.ada/funcall_ptr: New testcase.
7486
7487 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7488
7489 PR cli/16224
7490 * gdb.base/ptype-offsets.cc: New file.
7491 * gdb.base/ptype-offsets.exp: New file.
7492
7493 2017-12-15 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7496 if XML is disabled.
7497
7498 2017-12-15 Xavier Roirand <roirand@adacore.com>
7499
7500 * gdb.ada/same_component_name: New testcase.
7501
7502 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/str_binop_equal: New testcase.
7505
7506 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7507
7508 * gdb.ada/task_switch_in_core: New testcase.
7509
7510 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7513 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7514 call test_bkpt_qualified.
7515 (test_bkpt_qualified): New proc.
7516
7517 2017-12-13 Pedro Alves <palves@redhat.com>
7518
7519 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7520 Tighten regexp by matching with an anchor.
7521
7522 2017-12-13 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7525 ("expression with namespace"): New set of tests.
7526 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7527 (Nested::Test_NS::qux): New.
7528 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7529 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7530
7531 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7532
7533 * gdb.base/server-del-break.c: New file.
7534 * gdb.base/server-del-break.exp: New file.
7535
7536 2017-12-12 Stafford Horne <shorne@gmail.com>
7537
7538 * gdb.xml/tdesc-regs.exp: Add or1k support.
7539
7540 2017-12-12 Stafford Horne <shorne@gmail.com>
7541
7542 * gdb.base/bp-permanent.c: Define nop of or1k.
7543
7544 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7545
7546 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7547 output with components being reordered.
7548
7549 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7552 output with components being reordered.
7553
7554 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7555 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.base/maint.exp (check for .gdb_index): Check also for
7558 .debug_names.
7559 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7560 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7561 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7562 (.gdb_index used after symbol reloading): Support also .debug_names.
7563 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7564
7565 2017-12-08 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7568 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7569
7570 2017-12-08 Yao Qi <yao.qi@linaro.org>
7571
7572 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7573 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7574
7575 2017-12-08 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.arch/aarch64-tagged-pointer.c: New file.
7578 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7579
7580 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7581
7582 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7583 "int".
7584
7585 2017-12-07 Keith Seitz <keiths@redhat.com>
7586
7587 PR breakpoints/22569
7588 * gdb.linespec/ls-errs.exp: Change expected result of "break
7589 -source this file has spaces.c -line 3".
7590 Check that an explicit source file followed by whitespace is
7591 identified as an invalid explicit location.
7592
7593 2017-12-07 Keith Seitz <keiths@redhat.com>
7594
7595 * gdb.cp/nested-types.cc: New file.
7596 * gdb.cp/nested-types.exp: New file.
7597 * lib/cp-support.exp: Load data-structures.exp library.
7598 (debug_cp_test_ptype_class): New global.
7599 (cp_ptype_class_verbose, next_line): New procedures.
7600 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7601 Add and document new return value.
7602 Switch the list of lines to a queue.
7603 Add support for new `type' key for nested type definitions.
7604 Add debugging/troubleshooting messages.
7605 * lib/data-structures.exp: New file.
7606
7607 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7608
7609 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7610 with proc_with_prefix, don't use with_test_prefix.
7611
7612 2017-12-07 Tom Tromey <tom@tromey.com>
7613
7614 * gdb.base/break.exp: Add test for empty "commands".
7615
7616 2017-12-07 Yao Qi <yao.qi@linaro.org>
7617
7618 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7619 malloc and catch syscall.
7620
7621 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7622
7623 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7624 tests for explicit locations.
7625
7626 2017-12-06 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7629 force-disabling XML descriptions.
7630
7631 2017-12-04 Pedro Alves <palves@redhat.com>
7632
7633 PR gdb/22499
7634 * gdb.arch/amd64-disp-step-avx.S: New file.
7635 * gdb.arch/amd64-disp-step-avx.exp: New file.
7636
7637 2017-12-03 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7640 and <string.h>.
7641 (parent_function): Print distinct messages when waitpid fails, or
7642 the child exits with a signal, or the child exits for an unhandled
7643 reason.
7644 * gdb.threads/process-dies-while-detaching.exp
7645 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7646 it. Wait for both inferior output and GDB's prompt. Use an
7647 indirect spawn id list.
7648 (do_detach): New parameter 'child_exit'. Use it to compute
7649 expected inferior output.
7650 (test_detach, test_detach_watch, test_detach_killed_outside):
7651 Adjust to pass down the expected child exit kind.
7652
7653 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7654 Sergio Durigan Junior <sergiodj@redhat.com>
7655 Pedro Alves <palves@redhat.com>
7656
7657 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7658
7659 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7660
7661 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7662 to 'symbol-file' and 'add-symbol-file' can be
7663 position-independent.
7664
7665 2017-12-01 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7668 the URL in copyright header.
7669 * gdb.arch/aarch64-fp.exp: Likewise.
7670 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7671 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7672 * gdb.base/expand-psymtabs.exp: Likewise.
7673 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7674 * gdb.fortran/common-block.exp: Likewise.
7675 * gdb.fortran/common-block.f90: Likewise.
7676 * gdb.fortran/logical.exp: Likewise.
7677 * gdb.fortran/vla-datatypes.f90: Likewise.
7678 * gdb.fortran/vla-sub.f90: Likewise.
7679
7680 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdb.ada/repeat_dyn: New testcase.
7683
7684 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7685
7686 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7687 Update for changed thread numbering.
7688 * gdb.cell/bt.exp: Update for changed GDB output.
7689
7690 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7691
7692 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7693 setting isremote by hand.
7694 * boards/dwarf4-gdb-index.exp: Likewise.
7695 * boards/fission.exp: Likewise.
7696 * boards/stabs.exp: Likewise.
7697
7698 2017-11-30 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.linespec/cpls-ops.exp
7701 (check_explicit_skips_function_argument): Extract the underlying
7702 type of size_t instead of hardcoding it.
7703
7704 2017-11-29 Pedro Alves <palves@redhat.com>
7705
7706 PR c++/19436
7707 * gdb.linespec/cpls-abi-tag.cc: New file.
7708 * gdb.linespec/cpls-abi-tag.exp: New file.
7709
7710 2017-11-29 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.base/langs.exp: Use -qualified.
7713 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7714 it.
7715 * gdb.cp/namespace.exp: Use -qualified.
7716 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7717 (overload-3, template-overload, template-ret-type, const-overload)
7718 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7719 procedures.
7720 (test_driver): Call them.
7721 * gdb.cp/save-bp-qualified.cc: New.
7722 * gdb.cp/save-bp-qualified.exp: New.
7723 * gdb.linespec/explicit.exp: Test -qualified.
7724 * lib/completion-support.exp (completion::explicit_opts_list): Add
7725 "-qualified".
7726 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7727
7728 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7729
7730 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7731
7732 2017-11-29 Tom Tromey <tom@tromey.com>
7733
7734 * gdb.base/relocate.exp: Update invalid argument test.
7735 Add new tests for invalid arguments.
7736
7737 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7738
7739 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7740 Return 0 as a long.
7741 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7742
7743 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7744
7745 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7746 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7747 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7748 func ().
7749 * gdb.cp/shadow.cc (B.func): Return 0.
7750
7751 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7752
7753 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7754 expected output in gdb_expect call to allow the exception
7755 message to be present as well. Fix syntax confusion to avoid
7756 TCL thinking that exception_name is an array.
7757
7758 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7759
7760 * gdb.arch/spu-info.c: Include <unistd.h>.
7761 (do_signal_test): Fix broken calls to write.
7762 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7763 Fix checks for empty mailboxes. Update signal tests for corrected
7764 do_signal_test routine. Allow nonzero event status.
7765 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7766 * gdb.cell/arch.exp: Use standard_output_file.
7767 * gdb.cell/break.exp: Likewise.
7768 * gdb.cell/bt.exp: Likewise.
7769 * gdb.cell/core.exp: Likewise.
7770 * gdb.cell/dwarfaddr.exp: Likewise.
7771 * gdb.cell/ea-cache.exp: Likewise.
7772 * gdb.cell/ea-standalone.exp: Likewise.
7773 * gdb.cell/f-regs.exp: Likewise.
7774 * gdb.cell/fork.exp: Likewise.
7775 * gdb.cell/gcore.exp: Likewise.
7776 * gdb.cell/mem-access.exp: Likewise.
7777 * gdb.cell/ptype.exp: Likewise.
7778 * gdb.cell/registers.exp: Likewise.
7779 * gdb.cell/sizeof.exp: Likewise.
7780 * gdb.cell/solib-symbol.exp: Likewise.
7781 * gdb.cell/solib.exp: Likewise.
7782
7783 2017-11-25 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/complete-empty.exp: New file.
7786 * gdb.base/completion.exp: Adjust.
7787
7788 2017-11-25 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.linespec/cpls-ops.cc: New file.
7791 * gdb.linespec/cpls-ops.exp: New file.
7792 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7793 factored out from ...
7794 (test_complete_prefix_range): ... this.
7795
7796 2017-11-24 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.linespec/cpcompletion.exp: New file.
7799 * gdb.linespec/cpls-hyphen.cc: New file.
7800 * gdb.linespec/cpls.cc: New file.
7801 * gdb.linespec/cpls2.cc: New file.
7802 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7803 test to use test_gdb_complete_unique. Add label completion,
7804 keyword completion and explicit location completion tests.
7805 * lib/completion-support.exp: New file.
7806
7807 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7808
7809 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7810 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7811 when hitting an exception catchpoint.
7812
7813 2017-11-22 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7816
7817 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7818
7819 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7820 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7821 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7822
7823 2017-11-22 Yao Qi <yao.qi@linaro.org>
7824
7825 * gdb.base/info-os.exp: Pass pthreads.
7826 * gdb.multi/multi-attach.exp: Likewise.
7827
7828 2017-11-22 Yao Qi <yao.qi@linaro.org>
7829
7830 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7831 compiler.
7832
7833 2017-11-22 Yao Qi <yao.qi@linaro.org>
7834
7835 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7836 * gdb.base/break-interp.exp: Likewise.
7837 * gdb.base/jit-attach-pie.exp: Likewise.
7838
7839 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7840
7841 * gdb.base/float128.c (large128): New variable.
7842 * gdb.base/float128.exp: Add test to print largest __float128 value.
7843
7844 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7845
7846 * gdb.arch/vsx-regs.exp: Update register content checks.
7847
7848 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7849
7850 * gdb.arch/ppc-longdouble.exp: New file.
7851 * gdb.arch/ppc-longdouble.c: Likewise.
7852
7853 2017-11-21 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7856
7857 2017-11-20 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7860 (long_double_typedef): New typedefs.
7861 Use DEF on double and long double.
7862 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7863 cases.
7864 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7865 and 'long_double_ptr_same_size' locals. Use them to decide
7866 whether cast from array/function to float is valid/invalid.
7867
7868 2017-11-17 Tom Tromey <tom@tromey.com>
7869
7870 * gdb.rust/traits.rs: New file.
7871 * gdb.rust/traits.exp: New file.
7872
7873 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7874
7875 * gdb.ada/minsyms: New testcase.
7876
7877 2017-11-16 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7880 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7881
7882 2017-11-16 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7885 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7886
7887 2017-11-16 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.server/reconnect-ctrl-c.c: New file.
7890 * gdb.server/reconnect-ctrl-c.exp: New file.
7891
7892 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7893
7894 * gdb.python/py-rbreak.exp: New file.
7895 * gdb.python/py-rbreak.c: New file.
7896 * gdb.python/py-rbreak-func2.c: New file.
7897
7898 2017-11-16 Pedro Alves <palves@redhat.com>
7899
7900 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7901 pattern.
7902 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7903 GDB.
7904
7905 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7906
7907 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7908 regex.
7909
7910 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7911
7912 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7913 test names.
7914
7915 2017-11-09 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7918 factored out from ...
7919 (top level): ... here, and adjusted to avoid expecting beyond the
7920 prompt in a single gdb_test_multiple.
7921
7922 2017-11-09 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7925 output.
7926 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7927 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7928 * gdb.server/ext-run.exp ("kill" test): Likewise.
7929 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7930
7931 2017-11-09 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7934 match till end of line.
7935
7936 2017-11-09 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7939
7940 2017-11-09 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7943 New procedures, factored out from ...
7944 (top level): ... here, and adjusted to avoid expecting beyond the
7945 prompt in one go.
7946
7947 2017-11-09 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7950 output. Fix '?' match.
7951
7952 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7953
7954 * gdb.ada/scoped_watch: New testcase.
7955 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7956 which is actually correct.
7957 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7958 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7959
7960 2017-11-08 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.gdb/complaints.exp (test_initial_complaints)
7963 (test_serial_complaints, test_short_complaints): Call
7964 complaint_internal instead of complaint.
7965
7966 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7967
7968 * gdb.threads/tls-core.c: New file.
7969 * gdb.threads/tls-core.exp: Likewise.
7970
7971 2017-11-08 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7974 (p Exported_Capitalized): New test.
7975 (p exported_capitalized): New test.
7976
7977 2017-11-07 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7980
7981 2017-11-07 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7984 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7985 (disable_invalid, disable_inverted, disable_negative): New
7986 procedures.
7987 ("bad numbers"): New set of tests.
7988
7989 2017-11-07 Pedro Alves <palves@redhat.com>
7990
7991 * gdb.cp/ena-dis-br-range.exp: Add tests.
7992
7993 2017-11-07 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7996
7997 2017-11-07 Xavier Roirand <roirand@adacore.com>
7998 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/ena-dis-br.exp: Add reference to
8001 gdb.cp/ena-dis-br-range.exp.
8002 * gdb.cp/ena-dis-br-range.exp: New file.
8003 * gdb.cp/ena-dis-br-range.cc: New file.
8004
8005 2017-11-06 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.base/attach-non-pgrp-leader.c: New.
8008 * gdb.base/attach-non-pgrp-leader.exp: New.
8009
8010 2017-11-06 Pedro Alves <palves@redhat.com>
8011
8012 * configure.ac: No longer check for termio.h and sgtty.h.
8013 * configure: Regenerate.
8014 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8015 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8016 Remove termio and sgtty code.
8017
8018 2017-11-03 Yao Qi <yao.qi@linaro.org>
8019
8020 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8021 in GDB is disabled.
8022
8023 2017-11-03 Yao Qi <yao.qi@linaro.org>
8024
8025 * gdb.python/py-thrhandle.exp: Skip it if python is not
8026 enabled.
8027
8028 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8029
8030 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8031 as a breakpoint command.
8032
8033 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8034
8035 PR python/21213
8036 * gdb.python/py-infthread.exp: Test calling
8037 InferiorThread.inferior () multiple times in a row.
8038
8039 2017-10-27 Keith Seitz <keiths@redhat.com>
8040
8041 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8042 Test "info break" for every inlined function breakpoint.
8043
8044 2017-10-27 Yao Qi <yao.qi@linaro.org>
8045
8046 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8047
8048 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8049
8050 * gdb.cp/classes.exp (test_static_members): Test printing
8051 Outer::instance.
8052 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8053 (Inner::instance, Outer::instance): New.
8054
8055 2017-10-24 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8058 extra console" test in two stages.
8059
8060 2017-10-24 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8063
8064 2017-10-24 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8067 loop.
8068
8069 2017-10-24 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8072 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8073
8074 2017-10-24 Pedro Alves <palves@redhat.com>
8075
8076 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8077 parameter and handle it. Don't output read value in test name.
8078
8079 2017-10-24 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8082 custom test name.
8083
8084 2017-10-24 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8087 include the unstable output directory name in the test's name.
8088 (initial_setup_simple) <'set args'>: Use custom test name.
8089
8090 2017-10-24 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8093 with explicit test name.
8094
8095 2017-10-20 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8098 'wait -i'. Use gdb_assert and remote_close.
8099
8100 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8101
8102 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8103 number from variable rather than hard-coded.
8104
8105 2017-10-19 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/long-inferior-output.c: New file.
8108 * gdb.base/long-inferior-output.exp: New file.
8109
8110 2017-11-18 Keith Seitz <keiths@redhat.com>
8111
8112 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8113 method.
8114 (main): Call it.
8115 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8116 Add additional user-defined conversion operator tests.
8117
8118 2017-10-17 Pedro Alves <palves@redhat.com>
8119
8120 * boards/native-stdio-gdbserver.exp: Load "local-board".
8121
8122 2017-10-17 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.base/quit-live.c: New file.
8125 * gdb.base/quit-live.exp: New file.
8126
8127 2017-10-16 Keith Seitz <keiths@redhat.com>
8128
8129 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8130 (class_with_protected_typedef, class_with_private_typedef)
8131 (struct_with_public_typedef, struct_with_protected_typedef)
8132 (struct_with_private_typedef): New classes/structs.
8133 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8134 typedefs and access specifiers.
8135
8136 2017-10-16 Pedro Alves <palves@redhat.com>
8137 Simon Marchi <simon.marchi@polymtl.ca>
8138
8139 * README (Local vs Remote vs Native): New section.
8140 * boards/local-board.exp: New file, with bits factored out from
8141 ...
8142 * boards/native-extended-gdbserver.exp: ... here. Load
8143 "local-board".
8144 * boards/native-gdbserver.exp: Load "local-board".
8145 (${board}_spawn, ${board}_exec): Delete.
8146 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8147 ...
8148 * boards/stdio-gdbserver-base.exp: ... this new file.
8149 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8150 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8151 procedure.
8152 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8153 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8154 stdio_gdbserver_command.
8155 (${board}_get_remote_address, ${board}_get_comm_port)
8156 (${board}_download, ${board}_upload): Delete.
8157 (get_target_remote_pipe_cmd): New.
8158
8159 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8162 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8163 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8164 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8165 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8166 remove with_test_prefix.
8167
8168 2017-10-13 Pedro Alves <palves@redhat.com>
8169
8170 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8171 * gdb.base/annota1.exp: Use it instead of is_remote.
8172 * gdb.base/annota3.exp: Use it instead of is_remote.
8173 * gdb.cp/annota2.exp: Use it instead of is_remote.
8174 * gdb.cp/annota3.exp: Use it instead of is_remote.
8175 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8176
8177 2017-10-13 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8180 (test_num_test_vars, run_and_count_vars, find_env)
8181 (test_set_unset_env, test_inherit_env_var): New procedures.
8182 (top level): Use them.
8183
8184 2017-10-13 Pedro Alves <palves@redhat.com>
8185
8186 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8187 also skip on stub-like targets.
8188
8189 2017-10-13 Pedro Alves <palves@redhat.com>
8190
8191 PR gdb/22293
8192 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8193 (top level): Move some tests to ...
8194 (test_not_found): ... this new procedure.
8195 (top level): Call it.
8196
8197 2017-10-13 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8200 expect different "info terminal" output if testing with a
8201 non-native target.
8202
8203 2017-10-13 Pedro Alves <palves@redhat.com>
8204 Simon Marchi <simon.marchi@polymtl.ca>
8205
8206 PR python/12966
8207 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8208
8209 2017-10-13 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8212 already.
8213
8214 2017-10-13 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8217 is_remote.
8218
8219 2017-10-13 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8222 is_remote.
8223
8224 2017-10-13 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8227 is set.
8228 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8229 instead of is_remote.
8230
8231 2017-10-13 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8234 (top level): Add comment.
8235
8236 2017-10-13 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.base/remote.exp (top level): Fix comment typo and add
8239 missing return.
8240
8241 2017-10-13 Pedro Alves <palves@redhat.com>
8242 Simon Marchi <simon.marchi@polymtl.ca>
8243
8244 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8245 calls and add comments. Skip test if use_gdb_stub is set.
8246 (top level): Use "set cwd" command instead of "cd" command.
8247
8248 2017-10-13 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8251 is_remote target check.
8252
8253 2017-10-13 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/scope.exp: Use build_executable + clean_restart +
8256 gdb_file_cmd instead of prepare_for_testing and no longer skip
8257 "before run" tests on is_remote target boards. Update comments.
8258 * boards/native-extended-gdbserver.exp
8259 (extended_gdbserver_load_last_file): New, factored out from ...
8260 (gdb_load): ... this. Move further below and add comment.
8261 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8262
8263 2017-10-12 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.base/attach.exp: Remove references to gdb64.
8266 * gdb.base/dbx.exp: Remove references to gdb64.
8267
8268 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8269 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/label.exp: Remove is_remote target check.
8272
8273 2017-10-12 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.base/auvx.exp (coredir): Update comment.
8276 (top level) <core_works>: Use "set cwd" command instead of "cd"
8277 command.
8278
8279 2017-10-12 Pedro Alves <palves@redhat.com>
8280 Simon Marchi <simon.marchi@polymtl.ca>
8281
8282 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8283 target boards.
8284
8285 2017-10-12 Pedro Alves <palves@redhat.com>
8286 Simon Marchi <simon.marchi@polymtl.ca>
8287
8288 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8289 Instead skip if there's any gdb_protocol set.
8290
8291 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8292 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8295
8296 2017-10-12 Pedro Alves <palves@redhat.com>
8297 Simon Marchi <simon.marchi@polymtl.ca>
8298
8299 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8300 instead of on dejagnu remote boards.
8301
8302 2017-10-12 Pedro Alves <palves@redhat.com>
8303 Simon Marchi <simon.marchi@polymtl.ca>
8304
8305 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8306 checks. Use build_executable + clean_restart instead of
8307 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8308 of enabling non-stop after starting gdb.
8309
8310 2017-10-12 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8313 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8314 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8315 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8316
8317 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8318
8319 * gdb.arch/arc-tdesc-cpu.exp: New file.
8320 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8321
8322 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8323
8324 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8325
8326 2017-10-10 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8329 expect CLI output.
8330
8331 2017-10-10 Pedro Alves <palves@redhat.com>
8332
8333 * lib/selftest-support.exp (selftest_setup): Update for
8334 captured_command_loop's prototype change.
8335
8336 2017-10-09 Pedro Alves <palves@redhat.com>
8337
8338 Test both arch1=>arch2 and arch2=>arch1.
8339
8340 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8341 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8342 factored out to...
8343 (append_arch1_options, append_arch2_options, append_arch_options)
8344 (build_executables): New procedures.
8345 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8346 local.
8347 (top level): Add new 'first_arch' testing axis.
8348
8349 2017-10-09 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8352 (barrier): New.
8353 (thread_start, all_started): New functions.
8354 (main): Spawn new thread and wait until it is scheduled.
8355 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8356 option.
8357 (do_test): Add 'selected_thread' parameter. Run to all_started
8358 instead of main. Explicitly set the breakpoint at main. Switch
8359 to the SELECTED_THREAD thread.
8360 (top level): Test handling the exec event with either the main
8361 thread or the second thread selected.
8362
8363 2017-10-09 Pedro Alves <palves@redhat.com>
8364
8365 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8366 logic. Move STOP marker after the value checks.
8367 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8368 regexp.
8369
8370 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8371
8372 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8373
8374 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8375
8376 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8377 integer-to-dfp conversion.
8378 * gdb.base/dfp-test.exp: Likewise.
8379
8380 2017-10-04 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.multi/hangout.c: Include <unistd.h>.
8383 (hangout_loop): New function.
8384 (main): Call alarm. Call hangout_loop in a loop.
8385 * gdb.multi/hello.c: Include <unistd.h>.
8386 (hello_loop): New function.
8387 (main): Call alarm. Call hangout_loop in a loop.
8388 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8389 inferior with the other selected.
8390
8391 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8392
8393 * gdb.mi/list-thread-groups-available.exp: New file.
8394 * gdb.mi/list-thread-groups-available.c: New file.
8395
8396 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8397
8398 * gdb.base/set-cwd.exp: Make it available on
8399 native-extended-gdbserver.
8400
8401 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8402
8403 * gdb.base/set-cwd.c: New file.
8404 * gdb.base/set-cwd.exp: Likewise.
8405
8406 2017-10-02 Tom Tromey <tom@tromey.com>
8407
8408 PR rust/22236:
8409 * gdb.rust/simple.rs (main): New variable "fslice".
8410 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8411
8412 2017-10-02 Tom Tromey <tom@tromey.com>
8413
8414 * gdb.rust/simple.exp: Test ptype of a slice.
8415
8416 2017-10-02 Tom Tromey <tom@tromey.com>
8417
8418 * gdb.rust/simple.exp: Test index of slice.
8419
8420 2017-09-27 Tom Tromey <tom@tromey.com>
8421
8422 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8423
8424 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8425 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/compare-sections.exp (get value of read-only section): Read
8428 as unsigned value.
8429 (corrupt read-only section): Likewise and don't set written if patching
8430 failed.
8431
8432 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8433
8434 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8435 files.
8436
8437 2017-09-20 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8440 symbol names in gdb's output.
8441 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8442
8443 2017-09-20 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8446 Rename to ...
8447 (test_list_ambiguous_symbol): ... this and add a symbol name
8448 parameter. Adjust.
8449 (test_list_ambiguous_function): Reimplement on top of
8450 test_list_ambiguous_symbol and also test listing ambiguous
8451 variables.
8452 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8453 (ambiguous_fun): ... this.
8454 (ambiguous_var): New.
8455 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8456 (ambiguous_fun): ... this.
8457 (ambiguous_var): New.
8458
8459 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8460
8461 * gdb.base/starti.c: New file.
8462 * gdb.base/starti.exp: New file.
8463 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8464
8465 2017-09-14 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8468 (top level): Use it instead of runto.
8469
8470 2017-09-11 Tom Tromey <tom@tromey.com>
8471
8472 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8473
8474 2017-09-11 Tom Tromey <tom@tromey.com>
8475
8476 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8477 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8478
8479 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8480
8481 * gdb.fortran/printing-types.exp: New file.
8482 * gdb.fortran/printing-types.exp: New file.
8483
8484 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8485
8486 * gdb.fortran/vla-ptype.exp: Fix typos.
8487 * gdb.fortran/vla-value.exp: Same.
8488
8489 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8490
8491 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8492 * gdb.mi/mi-var-child-f.exp: Likewise.
8493 * gdb.mi/mi-vla-fortran.exp: Likewise.
8494
8495 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8496 Christoph Weinmann <christoph.t.weinmann@intel.com>
8497 Bernhard Heckel <bernhard.heckel@intel.com>
8498
8499 * gdb.fortran/ptr-indentation.f90: New file.
8500 * gdb.fortran/ptr-indentation.exp: New file.
8501
8502 2017-09-05 Tom Tromey <tom@tromey.com>
8503
8504 PR gdb/22010:
8505 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8506
8507 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8508
8509 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8510
8511 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8512
8513 * gdb.threads/tls-nodebug-pie.c: New file.
8514 * gdb.threads/tls-nodebug-pie.exp: New file.
8515
8516 2017-09-05 Tom Tromey <tom@tromey.com>
8517
8518 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8519 for rust.
8520
8521 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8522
8523 * gdb.multi/multi-arch-exec.exp: Test with different
8524 "follow-exec-mode" settings.
8525 (do_test): New procedure.
8526
8527 2017-09-04 Pedro Alves <palves@redhat.com>
8528
8529 * gdb.base/func-static.c (S::method const, S::method volatile)
8530 (S::method volatile const): New methods.
8531 (c_s, v_s, cv_s): New instances.
8532 (main): Call method() on them.
8533 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8534 (cannot_resolve): New procedure.
8535 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8536 print-quote-unquoted columns.
8537 (do_test): Test printing each scope too.
8538
8539 2017-09-04 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/local-static.exp: Also test with
8542 class::method::variable wholly quoted.
8543 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8544
8545 2017-09-04 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/local-static.c: New.
8548 * gdb.base/local-static.cc: New.
8549 * gdb.base/local-static.exp: New.
8550
8551 2017-09-04 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.asm/asm-source.exp: Add casts to int.
8554 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8555 (dataglobal64_1, dataglobal64_2): New globals.
8556 * gdb.base/nodebug.exp: Test different expressions involving the
8557 new globals, with print, whatis and ptype. Add casts to int.
8558 * gdb.base/solib-display.exp: Add casts to int.
8559 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8560 * gdb.cp/m-static.exp: Add cast to int.
8561 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8562 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8563 tls variable with no debug info without a cast. Test with a cast
8564 to int too.
8565 * gdb.trace/entry-values.exp: Add casts.
8566
8567 2017-09-04 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/nodebug.exp: Test that ptype's error about functions
8570 with unknown return type includes the function name too.
8571
8572 2017-09-04 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8575 return type of munmap in infcall.
8576 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8577 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8578 type of ftell in infcall.
8579 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8580 type of getpid in infcall.
8581 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8582 infcall.
8583 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8584 Bail on failure to extract the pid.
8585 * gdb.base/nodebug.c: #include <stdint.h>.
8586 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8587 New functions.
8588 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8589 Change expected output of print/whatis/ptype with functions with
8590 no debug info. Test all supported languages. Call
8591 test_call_promotion.
8592 * gdb.compile/compile.exp: Adjust expected output to expect
8593 warning.
8594 * gdb.threads/siginfo-threads.exp: Likewise.
8595
8596 2017-09-04 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8599 "prototypes". Test calling float functions via prototyped and
8600 unprototyped function pointers.
8601 (perform_all_tests): New parameter "prototypes". Pass it down.
8602 (top level): Pass down "prototypes" parameter to
8603 perform_all_tests.
8604
8605 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8608 Test with nested loops.
8609
8610 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.base/commands.exp: Call the new procedures.
8613 (loop_break_test, loop_continue_test): New procedures.
8614
8615 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * gdb.base/commands.exp: Call new procedure.
8618 (define_if_without_arg_test): New procedure.
8619
8620 2017-09-04 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/list-ambiguous.exp: New file.
8623 * gdb.base/list-ambiguous0.c: New file.
8624 * gdb.base/list-ambiguous1.c: New file.
8625 * gdb.base/list.exp (test_list_range): Adjust expected output.
8626
8627 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8628
8629 * gdb.base/share-env-with-gdbserver.c: New file.
8630 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8631
8632 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.base/commands.exp (gdbvar_simple_if_test,
8635 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8636 progvar_simple_if_test, progvar_simple_while_test,
8637 progvar_complex_if_while_test, user_defined_command_test,
8638 user_defined_command_args_eval,
8639 user_defined_command_args_stack_test,
8640 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8641 temporary_breakpoint_commands,
8642 gdb_test_no_prompt, redefine_hook_test,
8643 redefine_backtrace_test): Remove "global gdb_prompt".
8644
8645 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8646
8647 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8648 New proc, call it from toplevel.
8649
8650 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8651
8652 PR remote/21852
8653 * gdb.server/normal.c: New file, copied from gdb.base.
8654 * gdb.server/run-without-local-binary.exp: New file.
8655
8656 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8657
8658 * gdb.arch/sparc64-adi.exp: New file.
8659 * gdb.arch/sparc64-adi.c: New file.
8660
8661 2017-08-22 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8664 (top level): Add "list all overloads" tests.
8665
8666 2017-08-22 Tom Tromey <tom@tromey.com>
8667
8668 * gdb.gdb/xfullpath.exp: Remove.
8669
8670 2017-08-21 Pedro Alves <palves@redhat.com>
8671
8672 PR gdb/19487
8673 * gdb.base/symbol-alias.c: New.
8674 * gdb.base/symbol-alias2.c: New.
8675 * gdb.base/symbol-alias.exp: New.
8676
8677 2017-08-21 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/dfp-test.c
8680 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8681 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8682 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8683 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8684 * gdb.base/whatis-ptype-typedefs.c: New.
8685 * gdb.base/whatis-ptype-typedefs.exp: New.
8686 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8687 (an_int, an_int_type, an_int_type2): New globals.
8688 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8689 involving typedefs and cast expressions.
8690 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8691 (lookup_typedefs_function): New.
8692 (typedefs_pretty_printers_dict): New.
8693 (top level): Register lookup_typedefs_function in
8694 gdb.pretty_printers.
8695
8696 2017-08-18 Yao Qi <yao.qi@linaro.org>
8697
8698 * gdb.server/unittest.exp: New.
8699
8700 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8701
8702 PR gdb/21954
8703 * gdb.base/environ.exp: Add test to check if 'unset environment'
8704 works.
8705
8706 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8707
8708 * lib/gdb.exp (universal_compile_options): New caching proc.
8709 (gdb_compile): Suppress GCC's coloring of messages.
8710
8711 2017-08-14 Tom Tromey <tom@tromey.com>
8712
8713 PR gdb/21675:
8714 * gdb.base/printcmds.exp (test_radices): New function.
8715 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8716 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8717 * lib/gdb.exp (get_integer_valueof): Use p/d.
8718
8719 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8720
8721 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8722 characters.
8723
8724 2017-08-05 Tom Tromey <tom@tromey.com>
8725
8726 * gdb.rust/simple.exp: Allow String to appear in a different
8727 namespace.
8728
8729 2017-07-26 Yao Qi <yao.qi@linaro.org>
8730
8731 * gdb.gdb/unittest.exp: Invoke command
8732 "maintenance check xml-descriptions".
8733
8734 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8735
8736 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8737 calling context.
8738 (hex128): Drop erroneous calculation of parameters.
8739
8740 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8741
8742 * gdb.python/py-unwind.exp: Disable stack protection when
8743 building test file.
8744
8745 2017-07-20 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.base/default.exp (set language): Adjust expected output.
8748
8749 2017-07-20 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8752 (test_minsym): ... this, and make static.
8753 (get_pck__foo__bar__minsym): Rename to ...
8754 (get_test_minsym): ... this.
8755 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8756 symbol names and comments.
8757 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8758 (get_test_minsym): ... this.
8759 (pck__foo__bar__minsym__2): Rename to ...
8760 (test_minsym): ... this.
8761 (main): Adjust.
8762
8763 2017-07-17 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.base/completion.exp: Adjust expected output.
8766 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8767 the completer works.
8768
8769 2017-07-17 Pedro Alves <palves@redhat.com>
8770
8771 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8772
8773 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8774
8775 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8776
8777 2017-07-14 Tom Tromey <tom@tromey.com>
8778
8779 PR rust/21764:
8780 * gdb.rust/simple.exp: Add tests.
8781
8782 2017-07-14 Tom Tromey <tom@tromey.com>
8783
8784 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8785
8786 2017-07-14 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.linespec/base/one/thefile.cc (z1): New function.
8789 * gdb.linespec/base/two/thefile.cc (z2): New function.
8790 * gdb.linespec/linespec.exp: Add tests.
8791
8792 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8793
8794 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8795 to mi_create_breakpoint.
8796
8797 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8800 mi_create_breakpoint.
8801
8802 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8803
8804 * gdb.dlang/demangle.exp: Update for demangling changes.
8805
8806 2017-07-09 Tom Tromey <tom@tromey.com>
8807
8808 * gdb.dwarf2/shortpiece.exp: New file.
8809
8810 2017-07-06 David Blaikie <dblaikie@gmail.com>
8811
8812 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8813 built from fissiont-multi-cu{1,2}.c.
8814 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8815 except putting 'main' and 'func' in separate CUs in the same DWO file.
8816 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8817 test.
8818 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8819 test.
8820
8821 2017-07-06 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.python/py-unwind.exp: Test flushregs.
8824
8825 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8826
8827 PR cli/21688
8828 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8829 tests for alias commands and trailing whitespace.
8830
8831 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8832
8833 PR cli/21688
8834 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8835 procedure. Call it.
8836
8837 2017-06-29 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.base/printcmds.exp: Add tests.
8840
8841 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8842
8843 PR gdb/21337
8844 * gdb.base/reread-readsym.exp: New file.
8845 * gdb.base/reread-readsym.c: New file.
8846
8847 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8848
8849 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8850 subpattern.
8851
8852 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8853
8854 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8855 extended mnemonic.
8856 * gdb.arch/powerpc-power9.s: Likewise.
8857
8858 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8859
8860 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8861 on 32-bit x86 targets. Exploit is_*_target macros where
8862 appropriate.
8863
8864 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8865
8866 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8867 register pieces.
8868
8869 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8872 located in one or more DWARF pieces.
8873
8874 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8875
8876 * lib/gdb.exp (get_endianness): New proc.
8877 * gdb.arch/aarch64-fp.exp: Use it.
8878 * gdb.arch/altivec-regs.exp: Likewise.
8879 * gdb.arch/e500-regs.exp: Likewise.
8880 * gdb.arch/vsx-regs.exp: Likewise.
8881 * gdb.base/dump.exp: Likewise.
8882 * gdb.base/funcargs.exp: Likewise.
8883 * gdb.base/gnu_vector.exp: Likewise.
8884 * gdb.dwarf2/formdata16.exp: Likewise.
8885 * gdb.dwarf2/implptrpiece.exp: Likewise.
8886 * gdb.dwarf2/nonvar-access.exp: Likewise.
8887 * gdb.python/py-inferior.exp: Likewise.
8888 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8889
8890 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8891
8892 PR gdb/21226
8893 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8894 stack value pieces are taken from the LSB end.
8895
8896 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8897
8898 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8899 variable at nonzero offset.
8900
8901 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8902
8903 * gdb.dwarf2/var-access.c: New file.
8904 * gdb.dwarf2/var-access.exp: New test.
8905 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8906
8907 2017-06-12 Tom Tromey <tom@tromey.com>
8908
8909 * gdb.dwarf2/formdata16.exp: Add tests.
8910
8911 2017-06-12 Tom Tromey <tom@tromey.com>
8912
8913 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8914
8915 2017-06-12 Tom Tromey <tom@tromey.com>
8916
8917 PR exp/16225:
8918 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8919 * gdb.arch/vsx-regs.exp: Update tests.
8920 * gdb.arch/s390-vregs.exp (hex128): New proc.
8921 Update test.
8922 * gdb.arch/altivec-regs.exp: Update tests.
8923
8924 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8925
8926 * gdb.base/startup-with-shell.c: New file.
8927 * gdb.base/startup-with-shell.exp: Likewise.
8928
8929 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8930
8931 * gdb.server/non-existing-program.exp: Update regex in order to
8932 reflect the fact that gdbserver is now using fork_inferior (with a
8933 shell) to startup the inferior.
8934
8935 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8936
8937 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8938 support function calls from GDB.
8939
8940 2017-05-21 Tom Tromey <tom@tromey.com>
8941
8942 PR rust/21466:
8943 * gdb.rust/unsized.exp: New file.
8944 * gdb.rust/unsized.rs: New file.
8945
8946 2017-05-19 Tom Tromey <tom@tromey.com>
8947
8948 PR rust/21484:
8949 * gdb.rust/watch.exp: New file.
8950 * gdb.rust/watch.rs: New file.
8951
8952 2017-05-18 Tom Tromey <tom@tromey.com>
8953
8954 * gdb.rust/simple.exp: Allow Box to be qualified.
8955
8956 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8957
8958 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8959
8960 2017-05-18 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/fileio.c (test_write, test_read, test_close)
8963 (test_fstat): Don't print 'ret' in the fail path.
8964
8965 2017-05-18 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8968 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8969 (test_system, test_rename, test_unlink, test_time): Change
8970 prototypes.
8971 * gdb.base/fileio.exp (stop_msg): Adjust.
8972
8973 2017-05-18 Pedro Alves <palves@redhat.com>
8974
8975 * gdb.base/fileio.c (null_str): New global.
8976 (test_stat): Use it.
8977 * gdb.base/fileio.exp: Remove nowarnings.
8978
8979 2017-05-17 Yao Qi <yao.qi@linaro.org>
8980
8981 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8982
8983 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8984
8985 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8986 argument command.
8987 (top-level): Invoke test_set_inferior_tty.
8988
8989 2017-05-04 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8992 Add parens to print call for Python 3.
8993
8994 2017-05-03 Keith Seitz <keiths@redhat.com>
8995
8996 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8997 (main): Call it.
8998
8999 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9000
9001 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9002 to prev and next.
9003
9004 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9005
9006 * gdb.python/py-record-btrace.exp: Remove test for
9007 gdb.BtraceInstruction.error.
9008
9009 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9010
9011 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9012
9013 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9014
9015 * gdb.python/py-record-btrace-threads.c: New file.
9016 * gdb.python/py-record-btrace-threads.exp: New file.
9017
9018 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9019
9020 PR testsuite/8595
9021 * gdb.base/environ.exp: Make test available in all architectures.
9022 Move bits related to "info program" testing to
9023 gdb.base/info-program.exp. Rewrite tests to use the two new
9024 procedures mentione below.
9025 (test_set_show_env_var) New procedure.
9026 (test_set_show_env_var_equal): Likewise.
9027 * gdb.base/info-program.exp: New file.
9028
9029 2017-04-27 Keith Seitz <keiths@redhat.com>
9030
9031 * gdb.cp/oranking.cc (test15): New function.
9032 (main): Call test15 and declare additional variables for testing.
9033 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9034 "p foo101('abc')" tests.
9035 Add tests for cv qualifier overloads.
9036 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9037 "lvalue reference overload" test.
9038 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9039 "print value of f1 on Child&& in f2" test.
9040
9041 2017-04-19 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9044 procedure.
9045 (top level): Call it.
9046 * lib/gdb.exp (gdb_define_cmd): New procedure.
9047
9048 2017-04-12 Pedro Alves <palves@redhat.com>
9049
9050 PR gdb/21323
9051 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9052 (wchar): New global.
9053 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9054 (do_test_wide_char, wide_char_types_no_program, top level): Add
9055 wchar_t testing.
9056
9057 2017-04-12 Pedro Alves <palves@redhat.com>
9058
9059 PR c++/21323
9060 * gdb.cp/wide_char_types.c: New file.
9061 * gdb.cp/wide_char_types.exp: New file.
9062
9063 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9064
9065 PR gdb/21352
9066 * gdb.trace/tsv.exp: Add test for "tsave -r".
9067
9068 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9069
9070 * gdb.dlang/watch-loc.c: New file.
9071 * gdb.dlang/watch-loc.exp: New file.
9072
9073 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9076
9077 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9078
9079 * gdb.arch/arc-analyze-prologue.S: New file.
9080 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9081
9082 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9083
9084 * gdb.arch/arc-decode-insn.S: New file.
9085 * gdb.arch/arc-decode-insn.exp: Likewise.
9086
9087 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9088
9089 PR tdep/20928
9090 * gdb.arch/sparc64-regs.exp: New file.
9091 * gdb.arch/sparc64-regs.S: Likewise.
9092
9093 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9094
9095 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9096 and memory view on Python 3.
9097
9098 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9099 Keith Seitz <keiths@redhat.com>
9100
9101 PR gdb/14441
9102 * gdb.cp/demangle.exp: Add rvalue reference tests.
9103 * gdb.cp/rvalue-ref-casts.cc: New file.
9104 * gdb.cp/rvalue-ref-casts.exp: New file.
9105 * gdb.cp/rvalue-ref-overload.cc: New file.
9106 * gdb.cp/rvalue-ref-overload.exp: New file.
9107 * gdb.cp/rvalue-ref-params.cc: New file.
9108 * gdb.cp/rvalue-ref-params.exp: New file.
9109 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9110 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9111 * gdb.cp/rvalue-ref-types.cc: New file.
9112 * gdb.cp/rvalue-ref-types.exp: New file.
9113 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9114 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9115
9116 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9117
9118 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9119 New procedure.
9120
9121 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9122
9123 * lib/mi-support.exp (mi_gdb_test): Add additional message
9124 for unexpected output.
9125
9126 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9127
9128 * gdb.base/examine-backward.c (Barrier): New character array
9129 constant, to ensure that TestStrings is preceded by a string
9130 terminator.
9131
9132 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133
9134 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9135 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9136 and implicit pointer into such a location.
9137
9138 2017-03-16 Doug Evans <dje@google.com>
9139
9140 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9141
9142 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9143
9144 * gdb.cp/m-static.exp: Fix expectation for prototype of
9145 test5.single_constructor and single_constructor::single_constructor.
9146
9147 2017-03-16 Doug Evans <dje@google.com>
9148
9149 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9150 * gdb.guile/scm-lazy-string.c: New file.
9151 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9152 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9153 for pointer, array, typedef lazy strings.
9154
9155 2017-03-16 Doug Evans <dje@google.com>
9156
9157 PR python/17728, python/18439, python/18779
9158 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9159 * gdb.python/py-lazy-string.c (pointer): New typedef.
9160 (main): New locals ptr, array, typedef_ptr.
9161 * gdb.python/py-value.exp: Move lazy string tests to ...
9162 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9163 array, typedef lazy strings.
9164
9165 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9166
9167 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9168 Add optional 'test' parameter.
9169
9170 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9171
9172 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9173 Skip for versions of DejaGnu < 1.5.
9174
9175 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * lib/gdb.exp (dejagnu_version): New proc.
9178 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9179 Use dejagnu_version.
9180
9181 2017-03-10 Keith Seitz <keiths@redhat.com>
9182
9183 PR c++/8128
9184 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9185 type from destructor regexps.
9186 Add a branch which actually passes the test.
9187 Adjust "ptype t5i" test names.
9188
9189 2017-03-08 Pedro Alves <palves@redhat.com>
9190
9191 * gdb.base/step-over-exit.exp: Add explicit test message.
9192
9193 2017-03-08 Pedro Alves <palves@redhat.com>
9194
9195 PR gdb/18360
9196 * gdb.threads/interrupt-while-step-over.c: New file.
9197 * gdb.threads/interrupt-while-step-over.exp: New file.
9198
9199 2017-03-08 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9202 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9203
9204 2017-03-08 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9207 PKRU as not supported as a PASS.
9208
9209 2017-03-08 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9212 prefix instead of $binfile1/$binfile2.
9213 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9214 in test message.
9215 * gdb.python/py-completion.exp: Use "load python file" as test
9216 messages instead of unstable path names.
9217
9218 2017-03-08 Pedro Alves <palves@redhat.com>
9219 Jan Kratochvil <jan.kratochvil@redhat.com>
9220
9221 PR cli/21218
9222 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9223 New proc.
9224 (top level): Call it.
9225
9226 2017-03-08 Pedro Alves <palves@redhat.com>
9227
9228 PR tui/21216
9229 * gdb.tui/tui-nl-filtered-output.exp: New file.
9230
9231 2017-03-08 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/completion.exp: Move TUI completion tests to ...
9234 * gdb.tui/completion.exp: ... this new file.
9235
9236 2017-03-08 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/tui-disasm-long-lines.c,
9239 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9240 gdb.base/tui-layout.exp: Move to ...
9241 * gdb.tui/: ... this new directory.
9242
9243 2017-03-07 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.base/tui-layout.c: New file.
9246 * gdb.base/tui-layout.exp: New file.
9247
9248 2017-03-07 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.base/tui-layout.c: Rename to ...
9251 * gdb.base/tui-disasm-long-lines.c: ... this.
9252 * gdb.base/tui-layout.exp: Rename to ...
9253 * gdb.base/tui-disasm-long-lines.exp: ... this.
9254
9255 2017-03-07 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9258
9259 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9260
9261 * i386-mpx-call.c: New file.
9262 * i386-mpx-call.exp: New file.
9263
9264 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9265
9266 * gdb.arch/powerpc-power.exp: Delete test.
9267 * gdb.arch/powerpc-power.s: Likewise.
9268 * gdb.disasm/disassembler-options.exp: New test.
9269 * gdb.arch/powerpc-altivec.exp: Likewise.
9270 * gdb.arch/powerpc-altivec.s: Likewise.
9271 * gdb.arch/powerpc-altivec2.exp: Likewise.
9272 * gdb.arch/powerpc-altivec2.s: Likewise.
9273 * gdb.arch/powerpc-altivec3.exp: Likewise.
9274 * gdb.arch/powerpc-altivec3.s: Likewise.
9275 * gdb.arch/powerpc-power7.exp: Likewise.
9276 * gdb.arch/powerpc-power7.s: Likewise.
9277 * gdb.arch/powerpc-power8.exp: Likewise.
9278 * gdb.arch/powerpc-power8.s: Likewise.
9279 * gdb.arch/powerpc-power9.exp: Likewise.
9280 * gdb.arch/powerpc-power9.s: Likewise.
9281 * gdb.arch/powerpc-vsx.exp: Likewise.
9282 * gdb.arch/powerpc-vsx.s: Likewise.
9283 * gdb.arch/powerpc-vsx2.exp: Likewise.
9284 * gdb.arch/powerpc-vsx2.s: Likewise.
9285 * gdb.arch/powerpc-vsx3.exp: Likewise.
9286 * gdb.arch/powerpc-vsx3.s: Likewise.
9287 * gdb.arch/arm-disassembler-options.exp: Likewise.
9288 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9289 * gdb.arch/s390-disassembler-options.exp: Likewise.
9290
9291 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9292
9293 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9294 (check_supported_features): ... this. Changed return type to void.
9295 (supports_rdseed): New static global.
9296 (rdseed): Check supports_rdseed.
9297 (initialize): Call check_supported_features.
9298
9299 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9300
9301 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9302 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9303 and lqarx/stqcx.
9304 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9305 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9306
9307 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9308
9309 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9310 uppercase.
9311
9312 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 * gdb.dwarf2/formdata16.c: New file.
9315 * gdb.dwarf2/formdata16.exp: New file.
9316 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9317
9318 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9319
9320 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9321 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9322 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9323 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9324 DW_AT_GNU_*.
9325
9326 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9329
9330 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9331
9332 PR gdb/21164
9333 * gdb.base/maint.exp: Add testcases for when the commands do
9334 not have arguments.
9335
9336 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9337
9338 * gdb.cp/chained-calls.exp: Use p instead of P.
9339
9340 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9341
9342 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9343 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9344
9345 2017-02-14 Tom Tromey <tom@tromey.com>
9346
9347 PR python/13598:
9348 * gdb.python/py-events.exp: Add before_prompt event tests.
9349
9350 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9351
9352 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9353
9354 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9355
9356 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9357 (main): Call my_unique_function_name.
9358 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9359 completion of patterns with a single match.
9360 Add missing -re switches to gdb_test_multiple calls.
9361
9362 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9363
9364 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9365 return if core file is not recognized.
9366
9367 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9368
9369 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9370 and extra UIs.
9371
9372 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9373
9374 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9375 proc_with_prefix.
9376
9377 2017-02-10 Tom Tromey <tom@tromey.com>
9378
9379 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9380
9381 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9382
9383 PR gdb/21122
9384 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9385
9386 2017-02-08 Jerome Guitton <guitton@adacore.com>
9387
9388 * gdb.base/define.exp: Add test for command abbreviations
9389 in define.
9390
9391 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9392
9393 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9394 * gdb.reverse/insn-reverse-x86.c: New file.
9395
9396 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9397
9398 PR tdep/20936
9399 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9400
9401 2017-02-03 Tom Tromey <tom@tromey.com>
9402
9403 PR rust/21097:
9404 * gdb.rust/simple.exp: Add new tests.
9405
9406 2017-02-02 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9409 tests.
9410
9411 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9412
9413 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9414 taking a 2-byte value out of a 4-byte DWARF implicit value on
9415 big-endian targets.
9416 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9417 logic. Add test cases for DW_OP_implicit.
9418
9419 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9420
9421 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9422
9423 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9424
9425 * gdb.btrace/enable.exp: Call gdb_exit before
9426 skip_gdbserver_tests.
9427
9428 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9429
9430 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9431 GDBFLAGS.
9432
9433 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9434
9435 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9436 the test is skipped.
9437 * gdb.btrace/data.exp: Likewise.
9438 * gdb.btrace/delta.exp: Likewise.
9439 * gdb.btrace/dlopen.exp: Likewise.
9440 * gdb.btrace/enable-running.exp: Likewise.
9441 * gdb.btrace/enable.exp: Likewise.
9442 * gdb.btrace/exception.exp: Likewise.
9443 * gdb.btrace/function_call_history.exp: Likewise.
9444 * gdb.btrace/gcore.exp: Likewise.
9445 * gdb.btrace/instruction_history.exp: Likewise.
9446 * gdb.btrace/multi-thread-step.exp: Likewise.
9447 * gdb.btrace/nohist.exp: Likewise.
9448 * gdb.btrace/non-stop.exp: Likewise.
9449 * gdb.btrace/reconnect.exp: Likewise.
9450 * gdb.btrace/record_goto-step.exp: Likewise.
9451 * gdb.btrace/record_goto.exp: Likewise.
9452 * gdb.btrace/rn-dl-bind.exp: Likewise.
9453 * gdb.btrace/segv.exp: Likewise.
9454 * gdb.btrace/step.exp: Likewise.
9455 * gdb.btrace/stepi.exp: Likewise.
9456 * gdb.btrace/tailcall-only.exp: Likewise.
9457 * gdb.btrace/tailcall.exp: Likewise.
9458 * gdb.btrace/tsx.exp: Likewise.
9459 * gdb.btrace/unknown_functions.exp: Likewise.
9460 * gdb.btrace/vdso.exp: Likewise.
9461
9462 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9463
9464 * gdb.btrace/enable-running.c: New.
9465 * gdb.btrace/enable-running.exp: New.
9466
9467 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9468
9469 * gdb.arch/amd64-gs_base.c: New file.
9470 * gdb.arch/amd64-gs_base.exp: New file.
9471
9472 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9473
9474 * lib/memory.exp: Remove spurious empty newlines.
9475
9476 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9477
9478 * gdb.python/py-bad-printers.exp: Load python file using "source".
9479 * gdb.python/py-events.exp: Likewise.
9480 * gdb.python/py-evsignal.exp: Likewise.
9481 * gdb.python/py-evthreads.exp: Likewise.
9482 * gdb.python/py-frame-args.exp: Likewise.
9483 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9484 * gdb.python/py-framefilter-mi.exp: Likewise.
9485 * gdb.python/py-framefilter.exp: Likewise.
9486 * gdb.python/py-mi.exp: Likewise.
9487 * gdb.python/py-pp-maint.exp: Likewise.
9488 * gdb.python/py-pp-registration.exp: Likewise.
9489 * gdb.python/py-prettyprint.exp: Likewise.
9490 (run_lang_tests): Likewise.
9491 * gdb.python/py-typeprint.exp: Likewise.
9492
9493 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9494
9495 * lib/memory.exp: New file.
9496 * lib/gdb.exp: Load memory.exp.
9497 * gdb.base/memattr.exp (delete_memory): Move proc to
9498 lib/memory.exp and rename to delete_memory_regions.
9499 Replace delete_memory with delete_memory_regions.
9500 Cleanup memory regions before tests.
9501 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9502 before tests.
9503
9504 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9505
9506 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9507 files.
9508 (initialize): New function conditionally defined.
9509 (testcases): Move within conditional block.
9510 (main): Call initialize.
9511 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9512 of gdb.reverse/insn-reverse.c.
9513 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9514 gdb.reverse/insn-reverse.c.
9515
9516 2017-01-26 Yao Qi <yao.qi@linaro.org>
9517
9518 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9519 disassemble on address 0.
9520
9521 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9522 Yao Qi <yao.qi@linaro.org>
9523
9524 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9525 * gdb.dwarf2/implptr-64bit.S: Remove.
9526 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9527 variables in caller's context. Add DW_OP_implicit_value.
9528
9529 2017-01-25 Yao Qi <yao.qi@linaro.org>
9530
9531 * lib/dwarf.exp (Dwarf::_location): Handle
9532 DW_OP_GNU_implicit_pointer with proper size.
9533
9534 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9535
9536 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9537 and add untested calls.
9538
9539 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9540
9541 * gdb.python/python.exp: Check line number against what GDB thinks
9542 the line number is for func1.
9543
9544 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9545
9546 * gdb.dlang/debug-expr.exp: New file.
9547
9548 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9549
9550 Fix test names for the following files:
9551
9552 * gdb.ada/exec_changed.exp
9553 * gdb.ada/info_types.exp
9554 * gdb.arch/aarch64-atomic-inst.exp
9555 * gdb.arch/aarch64-fp.exp
9556 * gdb.arch/altivec-abi.exp
9557 * gdb.arch/altivec-regs.exp
9558 * gdb.arch/amd64-byte.exp
9559 * gdb.arch/amd64-disp-step.exp
9560 * gdb.arch/amd64-dword.exp
9561 * gdb.arch/amd64-entry-value-inline.exp
9562 * gdb.arch/amd64-entry-value-param.exp
9563 * gdb.arch/amd64-entry-value-paramref.exp
9564 * gdb.arch/amd64-entry-value.exp
9565 * gdb.arch/amd64-i386-address.exp
9566 * gdb.arch/amd64-invalid-stack-middle.exp
9567 * gdb.arch/amd64-invalid-stack-top.exp
9568 * gdb.arch/amd64-optimout-repeat.exp
9569 * gdb.arch/amd64-prologue-skip.exp
9570 * gdb.arch/amd64-prologue-xmm.exp
9571 * gdb.arch/amd64-stap-special-operands.exp
9572 * gdb.arch/amd64-stap-wrong-subexp.exp
9573 * gdb.arch/amd64-tailcall-cxx.exp
9574 * gdb.arch/amd64-tailcall-noret.exp
9575 * gdb.arch/amd64-tailcall-ret.exp
9576 * gdb.arch/amd64-tailcall-self.exp
9577 * gdb.arch/amd64-word.exp
9578 * gdb.arch/arm-bl-branch-dest.exp
9579 * gdb.arch/arm-disp-step.exp
9580 * gdb.arch/arm-neon.exp
9581 * gdb.arch/arm-single-step-kernel-helper.exp
9582 * gdb.arch/avr-flash-qualifier.exp
9583 * gdb.arch/disp-step-insn-reloc.exp
9584 * gdb.arch/e500-abi.exp
9585 * gdb.arch/e500-regs.exp
9586 * gdb.arch/ftrace-insn-reloc.exp
9587 * gdb.arch/i386-avx512.exp
9588 * gdb.arch/i386-bp_permanent.exp
9589 * gdb.arch/i386-byte.exp
9590 * gdb.arch/i386-cfi-notcurrent.exp
9591 * gdb.arch/i386-disp-step.exp
9592 * gdb.arch/i386-dr3-watch.exp
9593 * gdb.arch/i386-float.exp
9594 * gdb.arch/i386-gnu-cfi.exp
9595 * gdb.arch/i386-mpx-map.exp
9596 * gdb.arch/i386-mpx-sigsegv.exp
9597 * gdb.arch/i386-mpx-simple_segv.exp
9598 * gdb.arch/i386-mpx.exp
9599 * gdb.arch/i386-permbkpt.exp
9600 * gdb.arch/i386-prologue.exp
9601 * gdb.arch/i386-signal.exp
9602 * gdb.arch/i386-size-overlap.exp
9603 * gdb.arch/i386-unwind.exp
9604 * gdb.arch/i386-word.exp
9605 * gdb.arch/mips-fcr.exp
9606 * gdb.arch/powerpc-d128-regs.exp
9607 * gdb.arch/powerpc-stackless.exp
9608 * gdb.arch/ppc64-atomic-inst.exp
9609 * gdb.arch/s390-stackless.exp
9610 * gdb.arch/s390-tdbregs.exp
9611 * gdb.arch/s390-vregs.exp
9612 * gdb.arch/sparc-sysstep.exp
9613 * gdb.arch/thumb-bx-pc.exp
9614 * gdb.arch/thumb-singlestep.exp
9615 * gdb.arch/thumb2-it.exp
9616 * gdb.arch/vsx-regs.exp
9617 * gdb.asm/asm-source.exp
9618 * gdb.base/a2-run.exp
9619 * gdb.base/advance.exp
9620 * gdb.base/all-bin.exp
9621 * gdb.base/anon.exp
9622 * gdb.base/args.exp
9623 * gdb.base/arithmet.exp
9624 * gdb.base/async-shell.exp
9625 * gdb.base/async.exp
9626 * gdb.base/attach-pie-noexec.exp
9627 * gdb.base/attach-twice.exp
9628 * gdb.base/auto-load.exp
9629 * gdb.base/bang.exp
9630 * gdb.base/bitfields.exp
9631 * gdb.base/break-always.exp
9632 * gdb.base/break-caller-line.exp
9633 * gdb.base/break-entry.exp
9634 * gdb.base/break-inline.exp
9635 * gdb.base/break-on-linker-gcd-function.exp
9636 * gdb.base/break-probes.exp
9637 * gdb.base/break.exp
9638 * gdb.base/breakpoint-shadow.exp
9639 * gdb.base/call-ar-st.exp
9640 * gdb.base/call-sc.exp
9641 * gdb.base/call-signal-resume.exp
9642 * gdb.base/call-strs.exp
9643 * gdb.base/callfuncs.exp
9644 * gdb.base/catch-fork-static.exp
9645 * gdb.base/catch-gdb-caused-signals.exp
9646 * gdb.base/catch-load.exp
9647 * gdb.base/catch-signal-fork.exp
9648 * gdb.base/catch-signal.exp
9649 * gdb.base/catch-syscall.exp
9650 * gdb.base/charset.exp
9651 * gdb.base/checkpoint.exp
9652 * gdb.base/chng-syms.exp
9653 * gdb.base/code-expr.exp
9654 * gdb.base/code_elim.exp
9655 * gdb.base/commands.exp
9656 * gdb.base/completion.exp
9657 * gdb.base/complex.exp
9658 * gdb.base/cond-expr.exp
9659 * gdb.base/condbreak.exp
9660 * gdb.base/consecutive.exp
9661 * gdb.base/continue-all-already-running.exp
9662 * gdb.base/coredump-filter.exp
9663 * gdb.base/corefile.exp
9664 * gdb.base/dbx.exp
9665 * gdb.base/debug-expr.exp
9666 * gdb.base/define.exp
9667 * gdb.base/del.exp
9668 * gdb.base/disabled-location.exp
9669 * gdb.base/disasm-end-cu.exp
9670 * gdb.base/disasm-optim.exp
9671 * gdb.base/display.exp
9672 * gdb.base/duplicate-bp.exp
9673 * gdb.base/ena-dis-br.exp
9674 * gdb.base/ending-run.exp
9675 * gdb.base/enumval.exp
9676 * gdb.base/environ.exp
9677 * gdb.base/eu-strip-infcall.exp
9678 * gdb.base/eval-avoid-side-effects.exp
9679 * gdb.base/eval-skip.exp
9680 * gdb.base/exitsignal.exp
9681 * gdb.base/expand-psymtabs.exp
9682 * gdb.base/filesym.exp
9683 * gdb.base/find-unmapped.exp
9684 * gdb.base/finish.exp
9685 * gdb.base/float.exp
9686 * gdb.base/foll-exec-mode.exp
9687 * gdb.base/foll-exec.exp
9688 * gdb.base/foll-fork.exp
9689 * gdb.base/fortran-sym-case.exp
9690 * gdb.base/freebpcmd.exp
9691 * gdb.base/func-ptr.exp
9692 * gdb.base/func-ptrs.exp
9693 * gdb.base/funcargs.exp
9694 * gdb.base/gcore-buffer-overflow.exp
9695 * gdb.base/gcore-relro-pie.exp
9696 * gdb.base/gcore-relro.exp
9697 * gdb.base/gcore.exp
9698 * gdb.base/gdb1090.exp
9699 * gdb.base/gdb11530.exp
9700 * gdb.base/gdb11531.exp
9701 * gdb.base/gdb1821.exp
9702 * gdb.base/gdbindex-stabs.exp
9703 * gdb.base/gdbvars.exp
9704 * gdb.base/hbreak.exp
9705 * gdb.base/hbreak2.exp
9706 * gdb.base/included.exp
9707 * gdb.base/infcall-input.exp
9708 * gdb.base/inferior-died.exp
9709 * gdb.base/infnan.exp
9710 * gdb.base/info-macros.exp
9711 * gdb.base/info-os.exp
9712 * gdb.base/info-proc.exp
9713 * gdb.base/info-shared.exp
9714 * gdb.base/info-target.exp
9715 * gdb.base/infoline.exp
9716 * gdb.base/interp.exp
9717 * gdb.base/interrupt.exp
9718 * gdb.base/jit-reader.exp
9719 * gdb.base/jit-simple.exp
9720 * gdb.base/kill-after-signal.exp
9721 * gdb.base/kill-detach-inferiors-cmd.exp
9722 * gdb.base/label.exp
9723 * gdb.base/langs.exp
9724 * gdb.base/ldbl_e308.exp
9725 * gdb.base/line-symtabs.exp
9726 * gdb.base/linespecs.exp
9727 * gdb.base/list.exp
9728 * gdb.base/long_long.exp
9729 * gdb.base/longest-types.exp
9730 * gdb.base/maint.exp
9731 * gdb.base/max-value-size.exp
9732 * gdb.base/memattr.exp
9733 * gdb.base/mips_pro.exp
9734 * gdb.base/morestack.exp
9735 * gdb.base/moribund-step.exp
9736 * gdb.base/multi-forks.exp
9737 * gdb.base/nested-addr.exp
9738 * gdb.base/nextoverexit.exp
9739 * gdb.base/noreturn-finish.exp
9740 * gdb.base/noreturn-return.exp
9741 * gdb.base/nostdlib.exp
9742 * gdb.base/offsets.exp
9743 * gdb.base/opaque.exp
9744 * gdb.base/pc-fp.exp
9745 * gdb.base/permissions.exp
9746 * gdb.base/print-symbol-loading.exp
9747 * gdb.base/prologue-include.exp
9748 * gdb.base/psymtab.exp
9749 * gdb.base/ptype.exp
9750 * gdb.base/random-signal.exp
9751 * gdb.base/randomize.exp
9752 * gdb.base/range-stepping.exp
9753 * gdb.base/readline-ask.exp
9754 * gdb.base/recpar.exp
9755 * gdb.base/recurse.exp
9756 * gdb.base/relational.exp
9757 * gdb.base/restore.exp
9758 * gdb.base/return-nodebug.exp
9759 * gdb.base/return.exp
9760 * gdb.base/run-after-attach.exp
9761 * gdb.base/save-bp.exp
9762 * gdb.base/scope.exp
9763 * gdb.base/sect-cmd.exp
9764 * gdb.base/set-lang-auto.exp
9765 * gdb.base/set-noassign.exp
9766 * gdb.base/setvar.exp
9767 * gdb.base/sigall.exp
9768 * gdb.base/sigbpt.exp
9769 * gdb.base/siginfo-addr.exp
9770 * gdb.base/siginfo-infcall.exp
9771 * gdb.base/siginfo-obj.exp
9772 * gdb.base/siginfo.exp
9773 * gdb.base/signals-state-child.exp
9774 * gdb.base/signest.exp
9775 * gdb.base/sigstep.exp
9776 * gdb.base/sizeof.exp
9777 * gdb.base/skip.exp
9778 * gdb.base/solib-corrupted.exp
9779 * gdb.base/solib-nodir.exp
9780 * gdb.base/solib-search.exp
9781 * gdb.base/stack-checking.exp
9782 * gdb.base/stale-infcall.exp
9783 * gdb.base/stap-probe.exp
9784 * gdb.base/start.exp
9785 * gdb.base/step-break.exp
9786 * gdb.base/step-bt.exp
9787 * gdb.base/step-line.exp
9788 * gdb.base/step-over-exit.exp
9789 * gdb.base/step-over-syscall.exp
9790 * gdb.base/step-resume-infcall.exp
9791 * gdb.base/step-test.exp
9792 * gdb.base/store.exp
9793 * gdb.base/structs3.exp
9794 * gdb.base/sym-file.exp
9795 * gdb.base/symbol-without-target_section.exp
9796 * gdb.base/term.exp
9797 * gdb.base/testenv.exp
9798 * gdb.base/ui-redirect.exp
9799 * gdb.base/until.exp
9800 * gdb.base/unwindonsignal.exp
9801 * gdb.base/value-double-free.exp
9802 * gdb.base/vla-datatypes.exp
9803 * gdb.base/vla-ptr.exp
9804 * gdb.base/vla-sideeffect.exp
9805 * gdb.base/volatile.exp
9806 * gdb.base/watch-cond-infcall.exp
9807 * gdb.base/watch-cond.exp
9808 * gdb.base/watch-non-mem.exp
9809 * gdb.base/watch-read.exp
9810 * gdb.base/watch-vfork.exp
9811 * gdb.base/watchpoint-cond-gone.exp
9812 * gdb.base/watchpoint-delete.exp
9813 * gdb.base/watchpoint-hw-hit-once.exp
9814 * gdb.base/watchpoint-hw.exp
9815 * gdb.base/watchpoint-stops-at-right-insn.exp
9816 * gdb.base/watchpoints.exp
9817 * gdb.base/wchar.exp
9818 * gdb.base/whatis-exp.exp
9819 * gdb.btrace/buffer-size.exp
9820 * gdb.btrace/data.exp
9821 * gdb.btrace/delta.exp
9822 * gdb.btrace/dlopen.exp
9823 * gdb.btrace/enable.exp
9824 * gdb.btrace/exception.exp
9825 * gdb.btrace/function_call_history.exp
9826 * gdb.btrace/gcore.exp
9827 * gdb.btrace/instruction_history.exp
9828 * gdb.btrace/nohist.exp
9829 * gdb.btrace/reconnect.exp
9830 * gdb.btrace/record_goto-step.exp
9831 * gdb.btrace/record_goto.exp
9832 * gdb.btrace/rn-dl-bind.exp
9833 * gdb.btrace/segv.exp
9834 * gdb.btrace/step.exp
9835 * gdb.btrace/stepi.exp
9836 * gdb.btrace/tailcall-only.exp
9837 * gdb.btrace/tailcall.exp
9838 * gdb.btrace/tsx.exp
9839 * gdb.btrace/unknown_functions.exp
9840 * gdb.btrace/vdso.exp
9841 * gdb.compile/compile-ifunc.exp
9842 * gdb.compile/compile-ops.exp
9843 * gdb.compile/compile-print.exp
9844 * gdb.compile/compile-setjmp.exp
9845 * gdb.cp/abstract-origin.exp
9846 * gdb.cp/ambiguous.exp
9847 * gdb.cp/annota2.exp
9848 * gdb.cp/annota3.exp
9849 * gdb.cp/anon-ns.exp
9850 * gdb.cp/anon-struct.exp
9851 * gdb.cp/anon-union.exp
9852 * gdb.cp/arg-reference.exp
9853 * gdb.cp/baseenum.exp
9854 * gdb.cp/bool.exp
9855 * gdb.cp/breakpoint.exp
9856 * gdb.cp/bs15503.exp
9857 * gdb.cp/call-c.exp
9858 * gdb.cp/casts.exp
9859 * gdb.cp/chained-calls.exp
9860 * gdb.cp/class2.exp
9861 * gdb.cp/classes.exp
9862 * gdb.cp/cmpd-minsyms.exp
9863 * gdb.cp/converts.exp
9864 * gdb.cp/cp-relocate.exp
9865 * gdb.cp/cpcompletion.exp
9866 * gdb.cp/cpexprs.exp
9867 * gdb.cp/cplabel.exp
9868 * gdb.cp/cplusfuncs.exp
9869 * gdb.cp/cpsizeof.exp
9870 * gdb.cp/ctti.exp
9871 * gdb.cp/derivation.exp
9872 * gdb.cp/destrprint.exp
9873 * gdb.cp/dispcxx.exp
9874 * gdb.cp/enum-class.exp
9875 * gdb.cp/exception.exp
9876 * gdb.cp/exceptprint.exp
9877 * gdb.cp/expand-psymtabs-cxx.exp
9878 * gdb.cp/expand-sals.exp
9879 * gdb.cp/extern-c.exp
9880 * gdb.cp/filename.exp
9881 * gdb.cp/formatted-ref.exp
9882 * gdb.cp/fpointer.exp
9883 * gdb.cp/gdb1355.exp
9884 * gdb.cp/gdb2495.exp
9885 * gdb.cp/hang.exp
9886 * gdb.cp/impl-this.exp
9887 * gdb.cp/infcall-dlopen.exp
9888 * gdb.cp/inherit.exp
9889 * gdb.cp/iostream.exp
9890 * gdb.cp/koenig.exp
9891 * gdb.cp/local.exp
9892 * gdb.cp/m-data.exp
9893 * gdb.cp/m-static.exp
9894 * gdb.cp/mb-ctor.exp
9895 * gdb.cp/mb-inline.exp
9896 * gdb.cp/mb-templates.exp
9897 * gdb.cp/member-name.exp
9898 * gdb.cp/member-ptr.exp
9899 * gdb.cp/meth-typedefs.exp
9900 * gdb.cp/method.exp
9901 * gdb.cp/method2.exp
9902 * gdb.cp/minsym-fallback.exp
9903 * gdb.cp/misc.exp
9904 * gdb.cp/namelessclass.exp
9905 * gdb.cp/namespace-enum.exp
9906 * gdb.cp/namespace-nested-import.exp
9907 * gdb.cp/namespace.exp
9908 * gdb.cp/nextoverthrow.exp
9909 * gdb.cp/no-dmgl-verbose.exp
9910 * gdb.cp/non-trivial-retval.exp
9911 * gdb.cp/noparam.exp
9912 * gdb.cp/nsdecl.exp
9913 * gdb.cp/nsimport.exp
9914 * gdb.cp/nsnested.exp
9915 * gdb.cp/nsnoimports.exp
9916 * gdb.cp/nsrecurs.exp
9917 * gdb.cp/nsstress.exp
9918 * gdb.cp/nsusing.exp
9919 * gdb.cp/operator.exp
9920 * gdb.cp/oranking.exp
9921 * gdb.cp/overload-const.exp
9922 * gdb.cp/overload.exp
9923 * gdb.cp/ovldbreak.exp
9924 * gdb.cp/ovsrch.exp
9925 * gdb.cp/paren-type.exp
9926 * gdb.cp/parse-lang.exp
9927 * gdb.cp/pass-by-ref.exp
9928 * gdb.cp/pr-1023.exp
9929 * gdb.cp/pr-1210.exp
9930 * gdb.cp/pr-574.exp
9931 * gdb.cp/pr10687.exp
9932 * gdb.cp/pr12028.exp
9933 * gdb.cp/pr17132.exp
9934 * gdb.cp/pr17494.exp
9935 * gdb.cp/pr9067.exp
9936 * gdb.cp/pr9167.exp
9937 * gdb.cp/pr9631.exp
9938 * gdb.cp/printmethod.exp
9939 * gdb.cp/psmang.exp
9940 * gdb.cp/psymtab-parameter.exp
9941 * gdb.cp/ptype-cv-cp.exp
9942 * gdb.cp/ptype-flags.exp
9943 * gdb.cp/re-set-overloaded.exp
9944 * gdb.cp/ref-types.exp
9945 * gdb.cp/rtti.exp
9946 * gdb.cp/scope-err.exp
9947 * gdb.cp/shadow.exp
9948 * gdb.cp/smartp.exp
9949 * gdb.cp/static-method.exp
9950 * gdb.cp/static-print-quit.exp
9951 * gdb.cp/temargs.exp
9952 * gdb.cp/templates.exp
9953 * gdb.cp/try_catch.exp
9954 * gdb.cp/typedef-operator.exp
9955 * gdb.cp/typeid.exp
9956 * gdb.cp/userdef.exp
9957 * gdb.cp/using-crash.exp
9958 * gdb.cp/var-tag.exp
9959 * gdb.cp/virtbase.exp
9960 * gdb.cp/virtfunc.exp
9961 * gdb.cp/virtfunc2.exp
9962 * gdb.cp/vla-cxx.exp
9963 * gdb.disasm/t01_mov.exp
9964 * gdb.disasm/t02_mova.exp
9965 * gdb.disasm/t03_add.exp
9966 * gdb.disasm/t04_sub.exp
9967 * gdb.disasm/t05_cmp.exp
9968 * gdb.disasm/t06_ari2.exp
9969 * gdb.disasm/t07_ari3.exp
9970 * gdb.disasm/t08_or.exp
9971 * gdb.disasm/t09_xor.exp
9972 * gdb.disasm/t10_and.exp
9973 * gdb.disasm/t11_logs.exp
9974 * gdb.disasm/t12_bit.exp
9975 * gdb.disasm/t13_otr.exp
9976 * gdb.dlang/circular.exp
9977 * gdb.dwarf2/arr-stride.exp
9978 * gdb.dwarf2/arr-subrange.exp
9979 * gdb.dwarf2/atomic-type.exp
9980 * gdb.dwarf2/bad-regnum.exp
9981 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9982 * gdb.dwarf2/callframecfa.exp
9983 * gdb.dwarf2/clztest.exp
9984 * gdb.dwarf2/corrupt.exp
9985 * gdb.dwarf2/data-loc.exp
9986 * gdb.dwarf2/dup-psym.exp
9987 * gdb.dwarf2/dw2-anon-mptr.exp
9988 * gdb.dwarf2/dw2-anonymous-func.exp
9989 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9990 * gdb.dwarf2/dw2-bad-unresolved.exp
9991 * gdb.dwarf2/dw2-basic.exp
9992 * gdb.dwarf2/dw2-canonicalize-type.exp
9993 * gdb.dwarf2/dw2-case-insensitive.exp
9994 * gdb.dwarf2/dw2-common-block.exp
9995 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9996 * gdb.dwarf2/dw2-compressed.exp
9997 * gdb.dwarf2/dw2-const.exp
9998 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9999 * gdb.dwarf2/dw2-cu-size.exp
10000 * gdb.dwarf2/dw2-dup-frame.exp
10001 * gdb.dwarf2/dw2-entry-value.exp
10002 * gdb.dwarf2/dw2-icycle.exp
10003 * gdb.dwarf2/dw2-ifort-parameter.exp
10004 * gdb.dwarf2/dw2-inline-break.exp
10005 * gdb.dwarf2/dw2-inline-param.exp
10006 * gdb.dwarf2/dw2-intercu.exp
10007 * gdb.dwarf2/dw2-intermix.exp
10008 * gdb.dwarf2/dw2-lexical-block-bare.exp
10009 * gdb.dwarf2/dw2-linkage-name-trust.exp
10010 * gdb.dwarf2/dw2-minsym-in-cu.exp
10011 * gdb.dwarf2/dw2-noloc.exp
10012 * gdb.dwarf2/dw2-op-call.exp
10013 * gdb.dwarf2/dw2-op-out-param.exp
10014 * gdb.dwarf2/dw2-opt-structptr.exp
10015 * gdb.dwarf2/dw2-param-error.exp
10016 * gdb.dwarf2/dw2-producer.exp
10017 * gdb.dwarf2/dw2-ranges-base.exp
10018 * gdb.dwarf2/dw2-ref-missing-frame.exp
10019 * gdb.dwarf2/dw2-reg-undefined.exp
10020 * gdb.dwarf2/dw2-regno-invalid.exp
10021 * gdb.dwarf2/dw2-restore.exp
10022 * gdb.dwarf2/dw2-restrict.exp
10023 * gdb.dwarf2/dw2-single-line-discriminators.exp
10024 * gdb.dwarf2/dw2-strp.exp
10025 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10026 * gdb.dwarf2/dw2-unresolved.exp
10027 * gdb.dwarf2/dw2-var-zero-addr.exp
10028 * gdb.dwarf2/dw4-sig-types.exp
10029 * gdb.dwarf2/dwz.exp
10030 * gdb.dwarf2/dynarr-ptr.exp
10031 * gdb.dwarf2/enum-type.exp
10032 * gdb.dwarf2/gdb-index.exp
10033 * gdb.dwarf2/implptr-64bit.exp
10034 * gdb.dwarf2/implptr-optimized-out.exp
10035 * gdb.dwarf2/implptr.exp
10036 * gdb.dwarf2/implref-array.exp
10037 * gdb.dwarf2/implref-const.exp
10038 * gdb.dwarf2/implref-global.exp
10039 * gdb.dwarf2/implref-struct.exp
10040 * gdb.dwarf2/mac-fileno.exp
10041 * gdb.dwarf2/main-subprogram.exp
10042 * gdb.dwarf2/member-ptr-forwardref.exp
10043 * gdb.dwarf2/method-ptr.exp
10044 * gdb.dwarf2/missing-sig-type.exp
10045 * gdb.dwarf2/nonvar-access.exp
10046 * gdb.dwarf2/opaque-type-lookup.exp
10047 * gdb.dwarf2/pieces-optimized-out.exp
10048 * gdb.dwarf2/pieces.exp
10049 * gdb.dwarf2/pr10770.exp
10050 * gdb.dwarf2/pr13961.exp
10051 * gdb.dwarf2/staticvirtual.exp
10052 * gdb.dwarf2/subrange.exp
10053 * gdb.dwarf2/symtab-producer.exp
10054 * gdb.dwarf2/trace-crash.exp
10055 * gdb.dwarf2/typeddwarf.exp
10056 * gdb.dwarf2/valop.exp
10057 * gdb.dwarf2/watch-notconst.exp
10058 * gdb.fortran/array-element.exp
10059 * gdb.fortran/charset.exp
10060 * gdb.fortran/common-block.exp
10061 * gdb.fortran/complex.exp
10062 * gdb.fortran/derived-type-function.exp
10063 * gdb.fortran/derived-type.exp
10064 * gdb.fortran/logical.exp
10065 * gdb.fortran/module.exp
10066 * gdb.fortran/multi-dim.exp
10067 * gdb.fortran/nested-funcs.exp
10068 * gdb.fortran/print-formatted.exp
10069 * gdb.fortran/subarray.exp
10070 * gdb.fortran/vla-alloc-assoc.exp
10071 * gdb.fortran/vla-datatypes.exp
10072 * gdb.fortran/vla-history.exp
10073 * gdb.fortran/vla-ptr-info.exp
10074 * gdb.fortran/vla-ptype-sub.exp
10075 * gdb.fortran/vla-ptype.exp
10076 * gdb.fortran/vla-sizeof.exp
10077 * gdb.fortran/vla-type.exp
10078 * gdb.fortran/vla-value-sub-arbitrary.exp
10079 * gdb.fortran/vla-value-sub-finish.exp
10080 * gdb.fortran/vla-value-sub.exp
10081 * gdb.fortran/vla-value.exp
10082 * gdb.fortran/whatis_type.exp
10083 * gdb.go/chan.exp
10084 * gdb.go/handcall.exp
10085 * gdb.go/hello.exp
10086 * gdb.go/integers.exp
10087 * gdb.go/methods.exp
10088 * gdb.go/package.exp
10089 * gdb.go/strings.exp
10090 * gdb.go/types.exp
10091 * gdb.go/unsafe.exp
10092 * gdb.guile/scm-arch.exp
10093 * gdb.guile/scm-block.exp
10094 * gdb.guile/scm-breakpoint.exp
10095 * gdb.guile/scm-cmd.exp
10096 * gdb.guile/scm-disasm.exp
10097 * gdb.guile/scm-equal.exp
10098 * gdb.guile/scm-frame-args.exp
10099 * gdb.guile/scm-frame-inline.exp
10100 * gdb.guile/scm-frame.exp
10101 * gdb.guile/scm-iterator.exp
10102 * gdb.guile/scm-math.exp
10103 * gdb.guile/scm-objfile.exp
10104 * gdb.guile/scm-ports.exp
10105 * gdb.guile/scm-symbol.exp
10106 * gdb.guile/scm-symtab.exp
10107 * gdb.guile/scm-value-cc.exp
10108 * gdb.guile/types-module.exp
10109 * gdb.linespec/break-ask.exp
10110 * gdb.linespec/cpexplicit.exp
10111 * gdb.linespec/explicit.exp
10112 * gdb.linespec/keywords.exp
10113 * gdb.linespec/linespec.exp
10114 * gdb.linespec/ls-dollar.exp
10115 * gdb.linespec/ls-errs.exp
10116 * gdb.linespec/skip-two.exp
10117 * gdb.linespec/thread.exp
10118 * gdb.mi/mi-async.exp
10119 * gdb.mi/mi-basics.exp
10120 * gdb.mi/mi-break.exp
10121 * gdb.mi/mi-catch-load.exp
10122 * gdb.mi/mi-cli.exp
10123 * gdb.mi/mi-cmd-param-changed.exp
10124 * gdb.mi/mi-console.exp
10125 * gdb.mi/mi-detach.exp
10126 * gdb.mi/mi-disassemble.exp
10127 * gdb.mi/mi-eval.exp
10128 * gdb.mi/mi-file-transfer.exp
10129 * gdb.mi/mi-file.exp
10130 * gdb.mi/mi-fill-memory.exp
10131 * gdb.mi/mi-inheritance-syntax-error.exp
10132 * gdb.mi/mi-linespec-err-cp.exp
10133 * gdb.mi/mi-logging.exp
10134 * gdb.mi/mi-memory-changed.exp
10135 * gdb.mi/mi-read-memory.exp
10136 * gdb.mi/mi-record-changed.exp
10137 * gdb.mi/mi-reg-undefined.exp
10138 * gdb.mi/mi-regs.exp
10139 * gdb.mi/mi-return.exp
10140 * gdb.mi/mi-reverse.exp
10141 * gdb.mi/mi-simplerun.exp
10142 * gdb.mi/mi-solib.exp
10143 * gdb.mi/mi-stack.exp
10144 * gdb.mi/mi-stepi.exp
10145 * gdb.mi/mi-syn-frame.exp
10146 * gdb.mi/mi-until.exp
10147 * gdb.mi/mi-var-block.exp
10148 * gdb.mi/mi-var-child.exp
10149 * gdb.mi/mi-var-cmd.exp
10150 * gdb.mi/mi-var-cp.exp
10151 * gdb.mi/mi-var-display.exp
10152 * gdb.mi/mi-var-invalidate.exp
10153 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10154 * gdb.mi/mi-vla-fortran.exp
10155 * gdb.mi/mi-watch.exp
10156 * gdb.mi/mi2-var-child.exp
10157 * gdb.mi/user-selected-context-sync.exp
10158 * gdb.modula2/unbounded-array.exp
10159 * gdb.multi/dummy-frame-restore.exp
10160 * gdb.multi/multi-arch-exec.exp
10161 * gdb.multi/multi-arch.exp
10162 * gdb.multi/tids.exp
10163 * gdb.multi/watchpoint-multi.exp
10164 * gdb.opencl/callfuncs.exp
10165 * gdb.opencl/convs_casts.exp
10166 * gdb.opencl/datatypes.exp
10167 * gdb.opencl/operators.exp
10168 * gdb.opencl/vec_comps.exp
10169 * gdb.opt/clobbered-registers-O2.exp
10170 * gdb.opt/inline-break.exp
10171 * gdb.opt/inline-bt.exp
10172 * gdb.opt/inline-cmds.exp
10173 * gdb.opt/inline-locals.exp
10174 * gdb.pascal/case-insensitive-symbols.exp
10175 * gdb.pascal/floats.exp
10176 * gdb.pascal/gdb11492.exp
10177 * gdb.python/lib-types.exp
10178 * gdb.python/py-arch.exp
10179 * gdb.python/py-as-string.exp
10180 * gdb.python/py-bad-printers.exp
10181 * gdb.python/py-block.exp
10182 * gdb.python/py-breakpoint-create-fail.exp
10183 * gdb.python/py-breakpoint.exp
10184 * gdb.python/py-caller-is.exp
10185 * gdb.python/py-cmd.exp
10186 * gdb.python/py-explore-cc.exp
10187 * gdb.python/py-explore.exp
10188 * gdb.python/py-finish-breakpoint.exp
10189 * gdb.python/py-finish-breakpoint2.exp
10190 * gdb.python/py-frame-args.exp
10191 * gdb.python/py-frame-inline.exp
10192 * gdb.python/py-frame.exp
10193 * gdb.python/py-framefilter-mi.exp
10194 * gdb.python/py-infthread.exp
10195 * gdb.python/py-lazy-string.exp
10196 * gdb.python/py-linetable.exp
10197 * gdb.python/py-mi-events.exp
10198 * gdb.python/py-mi-objfile.exp
10199 * gdb.python/py-mi.exp
10200 * gdb.python/py-objfile.exp
10201 * gdb.python/py-pp-integral.exp
10202 * gdb.python/py-pp-maint.exp
10203 * gdb.python/py-pp-re-notag.exp
10204 * gdb.python/py-pp-registration.exp
10205 * gdb.python/py-recurse-unwind.exp
10206 * gdb.python/py-strfns.exp
10207 * gdb.python/py-symbol.exp
10208 * gdb.python/py-symtab.exp
10209 * gdb.python/py-sync-interp.exp
10210 * gdb.python/py-typeprint.exp
10211 * gdb.python/py-unwind-maint.exp
10212 * gdb.python/py-unwind.exp
10213 * gdb.python/py-value-cc.exp
10214 * gdb.python/py-xmethods.exp
10215 * gdb.reverse/amd64-tailcall-reverse.exp
10216 * gdb.reverse/break-precsave.exp
10217 * gdb.reverse/break-reverse.exp
10218 * gdb.reverse/consecutive-precsave.exp
10219 * gdb.reverse/consecutive-reverse.exp
10220 * gdb.reverse/finish-precsave.exp
10221 * gdb.reverse/finish-reverse-bkpt.exp
10222 * gdb.reverse/finish-reverse.exp
10223 * gdb.reverse/fstatat-reverse.exp
10224 * gdb.reverse/getresuid-reverse.exp
10225 * gdb.reverse/i386-precsave.exp
10226 * gdb.reverse/i386-reverse.exp
10227 * gdb.reverse/i386-sse-reverse.exp
10228 * gdb.reverse/i387-env-reverse.exp
10229 * gdb.reverse/i387-stack-reverse.exp
10230 * gdb.reverse/insn-reverse.exp
10231 * gdb.reverse/machinestate-precsave.exp
10232 * gdb.reverse/machinestate.exp
10233 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10234 * gdb.reverse/pipe-reverse.exp
10235 * gdb.reverse/readv-reverse.exp
10236 * gdb.reverse/recvmsg-reverse.exp
10237 * gdb.reverse/rerun-prec.exp
10238 * gdb.reverse/s390-mvcle.exp
10239 * gdb.reverse/step-precsave.exp
10240 * gdb.reverse/step-reverse.exp
10241 * gdb.reverse/time-reverse.exp
10242 * gdb.reverse/until-precsave.exp
10243 * gdb.reverse/until-reverse.exp
10244 * gdb.reverse/waitpid-reverse.exp
10245 * gdb.reverse/watch-precsave.exp
10246 * gdb.reverse/watch-reverse.exp
10247 * gdb.rust/generics.exp
10248 * gdb.rust/methods.exp
10249 * gdb.rust/modules.exp
10250 * gdb.rust/simple.exp
10251 * gdb.server/connect-with-no-symbol-file.exp
10252 * gdb.server/ext-attach.exp
10253 * gdb.server/ext-restart.exp
10254 * gdb.server/ext-wrapper.exp
10255 * gdb.server/file-transfer.exp
10256 * gdb.server/server-exec-info.exp
10257 * gdb.server/server-kill.exp
10258 * gdb.server/server-mon.exp
10259 * gdb.server/wrapper.exp
10260 * gdb.stabs/exclfwd.exp
10261 * gdb.stabs/gdb11479.exp
10262 * gdb.threads/clone-new-thread-event.exp
10263 * gdb.threads/corethreads.exp
10264 * gdb.threads/current-lwp-dead.exp
10265 * gdb.threads/dlopen-libpthread.exp
10266 * gdb.threads/gcore-thread.exp
10267 * gdb.threads/sigstep-threads.exp
10268 * gdb.threads/watchpoint-fork.exp
10269 * gdb.trace/actions-changed.exp
10270 * gdb.trace/backtrace.exp
10271 * gdb.trace/change-loc.exp
10272 * gdb.trace/circ.exp
10273 * gdb.trace/collection.exp
10274 * gdb.trace/disconnected-tracing.exp
10275 * gdb.trace/ftrace.exp
10276 * gdb.trace/mi-trace-frame-collected.exp
10277 * gdb.trace/mi-trace-unavailable.exp
10278 * gdb.trace/mi-traceframe-changed.exp
10279 * gdb.trace/mi-tsv-changed.exp
10280 * gdb.trace/no-attach-trace.exp
10281 * gdb.trace/passc-dyn.exp
10282 * gdb.trace/qtro.exp
10283 * gdb.trace/range-stepping.exp
10284 * gdb.trace/read-memory.exp
10285 * gdb.trace/save-trace.exp
10286 * gdb.trace/signal.exp
10287 * gdb.trace/status-stop.exp
10288 * gdb.trace/tfile.exp
10289 * gdb.trace/trace-break.exp
10290 * gdb.trace/trace-buffer-size.exp
10291 * gdb.trace/trace-condition.exp
10292 * gdb.trace/tracefile-pseudo-reg.exp
10293 * gdb.trace/tstatus.exp
10294 * gdb.trace/unavailable.exp
10295 * gdb.trace/while-dyn.exp
10296 * gdb.trace/while-stepping.exp
10297
10298 2016-12-22 Doug Evans <xdje42@gmail.com>
10299
10300 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10301 and msymbols.
10302
10303 2016-12-19 Yao Qi <yao.qi@linaro.org>
10304
10305 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10306 (test_with_self): Don't call do_steps_and_nexts, and remove
10307 code about stepping into xmalloc.
10308
10309 2016-12-09 Yao Qi <yao.qi@linaro.org>
10310
10311 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10312
10313 2016-12-09 Yao Qi <yao.qi@linaro.org>
10314
10315 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10316
10317 2016-12-09 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.base/all-architectures-0.exp: New file.
10320 * gdb.base/all-architectures-1.exp: New file.
10321 * gdb.base/all-architectures-2.exp: New file.
10322 * gdb.base/all-architectures-3.exp: New file.
10323 * gdb.base/all-architectures-4.exp: New file.
10324 * gdb.base/all-architectures-5.exp: New file.
10325 * gdb.base/all-architectures-6.exp: New file.
10326 * gdb.base/all-architectures-7.exp: New file.
10327 * gdb.base/all-architectures.exp.in: New file.
10328
10329 2016-12-09 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10332
10333 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10334
10335 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10336 possible.
10337 Remove useless pattern-matching code.
10338
10339 2016-12-02 Pedro Alves <palves@redhat.com>
10340
10341 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10342 procedure.
10343 (top level): Call it.
10344
10345 2016-12-02 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10348 New procedure.
10349 (top level): Call it.
10350
10351 2016-12-02 Pedro Alves <palves@redhat.com>
10352
10353 PR cli/20559
10354 * gdb.base/commands.exp (user_defined_command_args_eval): New
10355 procedure.
10356 (top level): Call it.
10357
10358 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10359
10360 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10361 timeout handling.
10362
10363 2016-12-02 Tom Tromey <tom@tromey.com>
10364
10365 * gdb.dwarf2/main-subprogram.c: New file.
10366 * gdb.dwarf2/main-subprogram.exp: New file.
10367
10368 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10369
10370 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10371 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10372 gdb_test_no_output for a couple of cases.
10373 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10374
10375 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10376
10377 Fix test names and standardize compilation error messages throughout
10378 the following files:
10379
10380 * gdb.ada/start.exp
10381 * gdb.arch/alpha-step.exp
10382 * gdb.arch/e500-prologue.exp
10383 * gdb.arch/ftrace-insn-reloc.exp
10384 * gdb.arch/gdb1291.exp
10385 * gdb.arch/gdb1431.exp
10386 * gdb.arch/gdb1558.exp
10387 * gdb.arch/i386-dr3-watch.exp
10388 * gdb.arch/i386-sse-stack-align.exp
10389 * gdb.arch/ia64-breakpoint-shadow.exp
10390 * gdb.arch/pa-nullify.exp
10391 * gdb.arch/powerpc-aix-prologue.exp
10392 * gdb.arch/thumb-bx-pc.exp
10393 * gdb.base/annota1.exp
10394 * gdb.base/annota3.exp
10395 * gdb.base/arrayidx.exp
10396 * gdb.base/assign.exp
10397 * gdb.base/attach.exp
10398 * gdb.base/auxv.exp
10399 * gdb.base/bang.exp
10400 * gdb.base/bfp-test.exp
10401 * gdb.base/bigcore.exp
10402 * gdb.base/bitfields2.exp
10403 * gdb.base/break-fun-addr.exp
10404 * gdb.base/break-probes.exp
10405 * gdb.base/call-rt-st.exp
10406 * gdb.base/callexit.exp
10407 * gdb.base/catch-fork-kill.exp
10408 * gdb.base/charset.exp
10409 * gdb.base/checkpoint.exp
10410 * gdb.base/comprdebug.exp
10411 * gdb.base/constvars.exp
10412 * gdb.base/coredump-filter.exp
10413 * gdb.base/cursal.exp
10414 * gdb.base/cvexpr.exp
10415 * gdb.base/detach.exp
10416 * gdb.base/display.exp
10417 * gdb.base/dmsym.exp
10418 * gdb.base/dprintf-pending.exp
10419 * gdb.base/dso2dso.exp
10420 * gdb.base/dtrace-probe.exp
10421 * gdb.base/dump.exp
10422 * gdb.base/enum_cond.exp
10423 * gdb.base/exe-lock.exp
10424 * gdb.base/exec-invalid-sysroot.exp
10425 * gdb.base/execl-update-breakpoints.exp
10426 * gdb.base/exprs.exp
10427 * gdb.base/fileio.exp
10428 * gdb.base/find.exp
10429 * gdb.base/finish.exp
10430 * gdb.base/fixsection.exp
10431 * gdb.base/foll-vfork.exp
10432 * gdb.base/frame-args.exp
10433 * gdb.base/gcore.exp
10434 * gdb.base/gdb1250.exp
10435 * gdb.base/global-var-nested-by-dso.exp
10436 * gdb.base/gnu-ifunc.exp
10437 * gdb.base/hashline1.exp
10438 * gdb.base/hashline2.exp
10439 * gdb.base/hashline3.exp
10440 * gdb.base/hbreak-in-shr-unsupported.exp
10441 * gdb.base/huge.exp
10442 * gdb.base/infcall-input.exp
10443 * gdb.base/info-fun.exp
10444 * gdb.base/info-shared.exp
10445 * gdb.base/jit-simple.exp
10446 * gdb.base/jit-so.exp
10447 * gdb.base/jit.exp
10448 * gdb.base/jump.exp
10449 * gdb.base/label.exp
10450 * gdb.base/lineinc.exp
10451 * gdb.base/logical.exp
10452 * gdb.base/longjmp.exp
10453 * gdb.base/macscp.exp
10454 * gdb.base/miscexprs.exp
10455 * gdb.base/new-ui-echo.exp
10456 * gdb.base/new-ui-pending-input.exp
10457 * gdb.base/new-ui.exp
10458 * gdb.base/nodebug.exp
10459 * gdb.base/nofield.exp
10460 * gdb.base/offsets.exp
10461 * gdb.base/overlays.exp
10462 * gdb.base/pending.exp
10463 * gdb.base/pointers.exp
10464 * gdb.base/pr11022.exp
10465 * gdb.base/printcmds.exp
10466 * gdb.base/prologue.exp
10467 * gdb.base/ptr-typedef.exp
10468 * gdb.base/realname-expand.exp
10469 * gdb.base/relativedebug.exp
10470 * gdb.base/relocate.exp
10471 * gdb.base/remote.exp
10472 * gdb.base/reread.exp
10473 * gdb.base/return2.exp
10474 * gdb.base/savedregs.exp
10475 * gdb.base/sep.exp
10476 * gdb.base/sepdebug.exp
10477 * gdb.base/sepsymtab.exp
10478 * gdb.base/set-inferior-tty.exp
10479 * gdb.base/setshow.exp
10480 * gdb.base/shlib-call.exp
10481 * gdb.base/sigaltstack.exp
10482 * gdb.base/siginfo-addr.exp
10483 * gdb.base/signals.exp
10484 * gdb.base/signull.exp
10485 * gdb.base/sigrepeat.exp
10486 * gdb.base/so-impl-ld.exp
10487 * gdb.base/solib-display.exp
10488 * gdb.base/solib-overlap.exp
10489 * gdb.base/solib-search.exp
10490 * gdb.base/solib-symbol.exp
10491 * gdb.base/structs.exp
10492 * gdb.base/structs2.exp
10493 * gdb.base/symtab-search-order.exp
10494 * gdb.base/twice.exp
10495 * gdb.base/unload.exp
10496 * gdb.base/varargs.exp
10497 * gdb.base/watchpoint-solib.exp
10498 * gdb.base/watchpoint.exp
10499 * gdb.base/whatis.exp
10500 * gdb.base/wrong_frame_bt_full.exp
10501 * gdb.btrace/dlopen.exp
10502 * gdb.cell/ea-standalone.exp
10503 * gdb.cell/ea-test.exp
10504 * gdb.cp/dispcxx.exp
10505 * gdb.cp/gdb2384.exp
10506 * gdb.cp/method2.exp
10507 * gdb.cp/nextoverthrow.exp
10508 * gdb.cp/pr10728.exp
10509 * gdb.disasm/am33.exp
10510 * gdb.disasm/h8300s.exp
10511 * gdb.disasm/mn10300.exp
10512 * gdb.disasm/sh3.exp
10513 * gdb.dwarf2/dw2-dir-file-name.exp
10514 * gdb.fortran/complex.exp
10515 * gdb.fortran/library-module.exp
10516 * gdb.guile/scm-pretty-print.exp
10517 * gdb.guile/scm-symbol.exp
10518 * gdb.guile/scm-type.exp
10519 * gdb.guile/scm-value.exp
10520 * gdb.linespec/linespec.exp
10521 * gdb.mi/gdb701.exp
10522 * gdb.mi/gdb792.exp
10523 * gdb.mi/mi-breakpoint-changed.exp
10524 * gdb.mi/mi-dprintf-pending.exp
10525 * gdb.mi/mi-dprintf.exp
10526 * gdb.mi/mi-exit-code.exp
10527 * gdb.mi/mi-pending.exp
10528 * gdb.mi/mi-solib.exp
10529 * gdb.mi/new-ui-mi-sync.exp
10530 * gdb.mi/pr11022.exp
10531 * gdb.mi/user-selected-context-sync.exp
10532 * gdb.opt/solib-intra-step.exp
10533 * gdb.python/py-events.exp
10534 * gdb.python/py-finish-breakpoint.exp
10535 * gdb.python/py-mi.exp
10536 * gdb.python/py-prettyprint.exp
10537 * gdb.python/py-shared.exp
10538 * gdb.python/py-symbol.exp
10539 * gdb.python/py-template.exp
10540 * gdb.python/py-type.exp
10541 * gdb.python/py-value.exp
10542 * gdb.reverse/solib-precsave.exp
10543 * gdb.reverse/solib-reverse.exp
10544 * gdb.server/solib-list.exp
10545 * gdb.stabs/weird.exp
10546 * gdb.threads/reconnect-signal.exp
10547 * gdb.threads/stepi-random-signal.exp
10548 * gdb.trace/actions.exp
10549 * gdb.trace/ax.exp
10550 * gdb.trace/backtrace.exp
10551 * gdb.trace/change-loc.exp
10552 * gdb.trace/deltrace.exp
10553 * gdb.trace/ftrace-lock.exp
10554 * gdb.trace/ftrace.exp
10555 * gdb.trace/infotrace.exp
10556 * gdb.trace/mi-tracepoint-changed.exp
10557 * gdb.trace/packetlen.exp
10558 * gdb.trace/passcount.exp
10559 * gdb.trace/pending.exp
10560 * gdb.trace/range-stepping.exp
10561 * gdb.trace/report.exp
10562 * gdb.trace/stap-trace.exp
10563 * gdb.trace/tfind.exp
10564 * gdb.trace/trace-break.exp
10565 * gdb.trace/trace-condition.exp
10566 * gdb.trace/trace-enable-disable.exp
10567 * gdb.trace/trace-mt.exp
10568 * gdb.trace/tracecmd.exp
10569 * gdb.trace/tspeed.exp
10570 * gdb.trace/tsv.exp
10571 * lib/perftest.exp
10572
10573 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10574
10575 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10576 with gdb_test_no_output.
10577 Use command as test name.
10578
10579 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10580
10581 Fix test names starting with uppercase throughout the files.
10582
10583 * gdb.ada/assign_1.exp
10584 * gdb.ada/boolean_expr.exp
10585 * gdb.base/arrayidx.exp
10586 * gdb.base/del.exp
10587 * gdb.base/gcore-buffer-overflow.exp
10588 * gdb.base/testenv.exp
10589 * gdb.compile/compile.exp
10590 * gdb.python/py-framefilter-invalidarg.exp
10591 * gdb.python/py-framefilter.exp
10592
10593 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10594
10595 Fix test names starting with uppercase throughout the files.
10596
10597 * gdb.ada/array_return.exp
10598 * gdb.ada/expr_delims.exp
10599 * gdb.ada/mi_dyn_arr.exp
10600 * gdb.ada/mi_interface.exp
10601 * gdb.ada/mi_var_array.exp
10602 * gdb.ada/watch_arg.exp
10603 * gdb.arch/alpha-step.exp
10604 * gdb.arch/altivec-regs.exp
10605 * gdb.arch/e500-regs.exp
10606 * gdb.arch/powerpc-d128-regs.exp
10607 * gdb.base/arrayidx.exp
10608 * gdb.base/break.exp
10609 * gdb.base/checkpoint.exp
10610 * gdb.base/debug-expr.exp
10611 * gdb.base/dmsym.exp
10612 * gdb.base/radix.exp
10613 * gdb.base/sepdebug.exp
10614 * gdb.base/testenv.exp
10615 * gdb.base/watch_thread_num.exp
10616 * gdb.base/watchpoint-cond-gone.exp
10617 * gdb.cell/break.exp
10618 * gdb.cell/ea-cache.exp
10619 * gdb.compile/compile.exp
10620 * gdb.cp/gdb2495.exp
10621 * gdb.gdb/selftest.exp
10622 * gdb.gdb/xfullpath.exp
10623 * gdb.go/hello.exp
10624 * gdb.go/integers.exp
10625 * gdb.objc/basicclass.exp
10626 * gdb.pascal/hello.exp
10627 * gdb.pascal/integers.exp
10628 * gdb.python/py-breakpoint.exp
10629 * gdb.python/py-cmd.exp
10630 * gdb.python/py-linetable.exp
10631 * gdb.python/py-xmethods.exp
10632 * gdb.python/python.exp
10633 * gdb.reverse/consecutive-precsave.exp
10634 * gdb.reverse/finish-precsave.exp
10635 * gdb.reverse/i386-precsave.exp
10636 * gdb.reverse/machinestate-precsave.exp
10637 * gdb.reverse/sigall-precsave.exp
10638 * gdb.reverse/solib-precsave.exp
10639 * gdb.reverse/step-precsave.exp
10640 * gdb.reverse/until-precsave.exp
10641 * gdb.reverse/watch-precsave.exp
10642 * gdb.threads/leader-exit.exp
10643 * gdb.threads/pthreads.exp
10644 * gdb.threads/wp-replication.exp
10645 * gdb.trace/actions.exp
10646 * gdb.trace/mi-tsv-changed.exp
10647 * gdb.trace/tsv.exp
10648
10649 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10650
10651 Fix test names starting with uppercase throughout the files.
10652
10653 * gdb.arch/i386-bp_permanent.exp
10654 * gdb.arch/i386-gnu-cfi.exp
10655 * gdb.base/disasm-end-cu.exp
10656 * gdb.base/macscp.exp
10657 * gdb.base/pending.exp
10658 * gdb.base/watch_thread_num.exp
10659 * gdb.cp/exception.exp
10660 * gdb.cp/gdb2495.exp
10661 * gdb.cp/local.exp
10662 * gdb.python/py-evsignal.exp
10663 * gdb.python/python.exp
10664 * gdb.trace/tracecmd.exp
10665
10666 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10667
10668 Fix test names starting with uppercase throughout the files.
10669
10670 * gdb.base/charset.exp
10671 * gdb.base/eval.exp
10672 * gdb.base/multi-forks.exp
10673 * gdb.guile/scm-progspace.exp
10674 * gdb.opencl/datatypes.exp
10675 * gdb.python/py-block.exp
10676 * gdb.python/py-function.exp
10677 * gdb.python/py-symbol.exp
10678 * gdb.python/py-symtab.exp
10679 * gdb.python/py-xmethods.exp
10680 * gdb.reverse/break-precsave.exp
10681 * gdb.reverse/break-reverse.exp
10682 * gdb.reverse/consecutive-precsave.exp
10683 * gdb.reverse/consecutive-reverse.exp
10684 * gdb.reverse/finish-precsave.exp
10685 * gdb.reverse/finish-reverse-bkpt.exp
10686 * gdb.reverse/finish-reverse.exp
10687 * gdb.reverse/fstatat-reverse.exp
10688 * gdb.reverse/getresuid-reverse.exp
10689 * gdb.reverse/i386-precsave.exp
10690 * gdb.reverse/i386-reverse.exp
10691 * gdb.reverse/i386-sse-reverse.exp
10692 * gdb.reverse/i387-stack-reverse.exp
10693 * gdb.reverse/insn-reverse.exp
10694 * gdb.reverse/machinestate-precsave.exp
10695 * gdb.reverse/machinestate.exp
10696 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10697 * gdb.reverse/pipe-reverse.exp
10698 * gdb.reverse/readv-reverse.exp
10699 * gdb.reverse/recvmsg-reverse.exp
10700 * gdb.reverse/rerun-prec.exp
10701 * gdb.reverse/s390-mvcle.exp
10702 * gdb.reverse/sigall-precsave.exp
10703 * gdb.reverse/sigall-reverse.exp
10704 * gdb.reverse/solib-precsave.exp
10705 * gdb.reverse/solib-reverse.exp
10706 * gdb.reverse/step-precsave.exp
10707 * gdb.reverse/step-reverse.exp
10708 * gdb.reverse/time-reverse.exp
10709 * gdb.reverse/until-precsave.exp
10710 * gdb.reverse/until-reverse.exp
10711 * gdb.reverse/waitpid-reverse.exp
10712 * gdb.reverse/watch-precsave.exp
10713 * gdb.reverse/watch-reverse.exp
10714
10715 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10716
10717 Fix test names starting with uppercase throughout the files.
10718
10719 * gdb.arch/i386-mpx-simple_segv.exp
10720 * gdb.arch/i386-mpx.exp
10721 * gdb.arch/i386-permbkpt.exp
10722 * gdb.arch/pa-nullify.exp
10723 * gdb.arch/powerpc-d128-regs.exp
10724 * gdb.arch/vsx-regs.exp
10725 * gdb.base/bfp-test.exp
10726 * gdb.base/break.exp
10727 * gdb.base/breakpoint-shadow.exp
10728 * gdb.base/callfuncs.exp
10729 * gdb.base/charset.exp
10730 * gdb.base/commands.exp
10731 * gdb.base/completion.exp
10732 * gdb.base/dfp-test.exp
10733 * gdb.base/echo.exp
10734 * gdb.base/ending-run.exp
10735 * gdb.base/eval.exp
10736 * gdb.base/expand-psymtabs.exp
10737 * gdb.base/float128.exp
10738 * gdb.base/floatn.exp
10739 * gdb.base/foll-exec-mode.exp
10740 * gdb.base/gdb1056.exp
10741 * gdb.base/gdb11531.exp
10742 * gdb.base/kill-after-signal.exp
10743 * gdb.base/multi-forks.exp
10744 * gdb.base/overlays.exp
10745 * gdb.base/pending.exp
10746 * gdb.base/sepdebug.exp
10747 * gdb.base/testenv.exp
10748 * gdb.base/valgrind-db-attach.exp
10749 * gdb.base/watch_thread_num.exp
10750 * gdb.base/watchpoint-cond-gone.exp
10751 * gdb.base/watchpoint.exp
10752 * gdb.base/watchpoints.exp
10753 * gdb.cp/arg-reference.exp
10754 * gdb.cp/baseenum.exp
10755 * gdb.cp/operator.exp
10756 * gdb.cp/shadow.exp
10757 * gdb.dwarf2/dw2-op-out-param.exp
10758 * gdb.dwarf2/dw2-reg-undefined.exp
10759 * gdb.go/chan.exp
10760 * gdb.go/hello.exp
10761 * gdb.go/integers.exp
10762 * gdb.go/methods.exp
10763 * gdb.go/package.exp
10764 * gdb.guile/scm-parameter.exp
10765 * gdb.guile/scm-progspace.exp
10766 * gdb.guile/scm-value.exp
10767 * gdb.mi/mi-pending.exp
10768 * gdb.mi/user-selected-context-sync.exp
10769 * gdb.multi/multi-attach.exp
10770 * gdb.multi/tids.exp
10771 * gdb.opt/clobbered-registers-O2.exp
10772 * gdb.pascal/floats.exp
10773 * gdb.pascal/integers.exp
10774 * gdb.python/py-block.exp
10775 * gdb.python/py-events.exp
10776 * gdb.python/py-parameter.exp
10777 * gdb.python/py-symbol.exp
10778 * gdb.python/py-symtab.exp
10779 * gdb.python/py-type.exp
10780 * gdb.python/py-value.exp
10781 * gdb.python/py-xmethods.exp
10782 * gdb.python/python.exp
10783 * gdb.reverse/break-precsave.exp
10784 * gdb.reverse/consecutive-precsave.exp
10785 * gdb.reverse/finish-precsave.exp
10786 * gdb.reverse/i386-precsave.exp
10787 * gdb.reverse/machinestate-precsave.exp
10788 * gdb.reverse/sigall-precsave.exp
10789 * gdb.reverse/solib-precsave.exp
10790 * gdb.reverse/step-precsave.exp
10791 * gdb.reverse/until-precsave.exp
10792 * gdb.reverse/watch-precsave.exp
10793 * gdb.server/ext-attach.exp
10794 * gdb.server/ext-restart.exp
10795 * gdb.server/ext-run.exp
10796 * gdb.server/ext-wrapper.exp
10797 * gdb.stabs/gdb11479.exp
10798 * gdb.stabs/weird.exp
10799 * gdb.threads/attach-many-short-lived-threads.exp
10800 * gdb.threads/kill.exp
10801 * gdb.threads/watchpoint-fork.exp
10802
10803 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10804
10805 Fix test names starting with uppercase throughout all the files below.
10806
10807 * gdb.ada/array_return.exp
10808 * gdb.ada/catch_ex.exp
10809 * gdb.ada/info_exc.exp
10810 * gdb.ada/mi_catch_ex.exp
10811 * gdb.ada/mi_dyn_arr.exp
10812 * gdb.ada/mi_ex_cond.exp
10813 * gdb.ada/mi_exc_info.exp
10814 * gdb.ada/mi_interface.exp
10815 * gdb.ada/mi_task_arg.exp
10816 * gdb.ada/mi_task_info.exp
10817 * gdb.ada/mi_var_array.exp
10818 * gdb.arch/alpha-step.exp
10819 * gdb.arch/amd64-disp-step.exp
10820 * gdb.arch/arm-disp-step.exp
10821 * gdb.arch/disp-step-insn-reloc.exp
10822 * gdb.arch/e500-prologue.exp
10823 * gdb.arch/ftrace-insn-reloc.exp
10824 * gdb.arch/gdb1558.exp
10825 * gdb.arch/i386-bp_permanent.exp
10826 * gdb.arch/i386-disp-step.exp
10827 * gdb.arch/i386-float.exp
10828 * gdb.arch/i386-gnu-cfi.exp
10829 * gdb.arch/ia64-breakpoint-shadow.exp
10830 * gdb.arch/mips16-thunks.exp
10831 * gdb.arch/pa-nullify.exp
10832 * gdb.arch/powerpc-aix-prologue.exp
10833 * gdb.arch/powerpc-power.exp
10834 * gdb.arch/ppc-dfp.exp
10835 * gdb.arch/s390-tdbregs.exp
10836 * gdb.arch/spu-info.exp
10837 * gdb.arch/spu-ls.exp
10838 * gdb.arch/thumb-bx-pc.exp
10839 * gdb.base/advance.exp
10840 * gdb.base/annota-input-while-running.exp
10841 * gdb.base/arrayidx.exp
10842 * gdb.base/asmlabel.exp
10843 * gdb.base/async.exp
10844 * gdb.base/attach-wait-input.exp
10845 * gdb.base/auto-connect-native-target.exp
10846 * gdb.base/batch-preserve-term-settings.exp
10847 * gdb.base/bfp-test.exp
10848 * gdb.base/bigcore.exp
10849 * gdb.base/bp-permanent.exp
10850 * gdb.base/break-always.exp
10851 * gdb.base/break-fun-addr.exp
10852 * gdb.base/break-idempotent.exp
10853 * gdb.base/break-main-file-remove-fail.exp
10854 * gdb.base/break-probes.exp
10855 * gdb.base/break-unload-file.exp
10856 * gdb.base/break.exp
10857 * gdb.base/call-ar-st.exp
10858 * gdb.base/call-rt-st.exp
10859 * gdb.base/call-sc.exp
10860 * gdb.base/call-signal-resume.exp
10861 * gdb.base/call-strs.exp
10862 * gdb.base/callexit.exp
10863 * gdb.base/callfuncs.exp
10864 * gdb.base/catch-gdb-caused-signals.exp
10865 * gdb.base/catch-signal-siginfo-cond.exp
10866 * gdb.base/catch-syscall.exp
10867 * gdb.base/compare-sections.exp
10868 * gdb.base/cond-eval-mode.exp
10869 * gdb.base/condbreak-call-false.exp
10870 * gdb.base/consecutive-step-over.exp
10871 * gdb.base/cursal.exp
10872 * gdb.base/disabled-location.exp
10873 * gdb.base/disasm-end-cu.exp
10874 * gdb.base/display.exp
10875 * gdb.base/double-prompt-target-event-error.exp
10876 * gdb.base/dprintf-bp-same-addr.exp
10877 * gdb.base/dprintf-detach.exp
10878 * gdb.base/dprintf-next.exp
10879 * gdb.base/dprintf-non-stop.exp
10880 * gdb.base/dprintf-pending.exp
10881 * gdb.base/dso2dso.exp
10882 * gdb.base/ending-run.exp
10883 * gdb.base/enum_cond.exp
10884 * gdb.base/examine-backward.exp
10885 * gdb.base/exe-lock.exp
10886 * gdb.base/exec-invalid-sysroot.exp
10887 * gdb.base/execl-update-breakpoints.exp
10888 * gdb.base/execution-termios.exp
10889 * gdb.base/fileio.exp
10890 * gdb.base/fixsection.exp
10891 * gdb.base/foll-exec-mode.exp
10892 * gdb.base/foll-exec.exp
10893 * gdb.base/fork-running-state.exp
10894 * gdb.base/frame-args.exp
10895 * gdb.base/fullpath-expand.exp
10896 * gdb.base/func-ptr.exp
10897 * gdb.base/gcore-relro-pie.exp
10898 * gdb.base/gdb1090.exp
10899 * gdb.base/gdb1555.exp
10900 * gdb.base/global-var-nested-by-dso.exp
10901 * gdb.base/gnu-ifunc.exp
10902 * gdb.base/hbreak-in-shr-unsupported.exp
10903 * gdb.base/hbreak-unmapped.exp
10904 * gdb.base/hook-stop.exp
10905 * gdb.base/infcall-input.exp
10906 * gdb.base/info-fun.exp
10907 * gdb.base/info-shared.exp
10908 * gdb.base/interrupt-noterm.exp
10909 * gdb.base/jit-so.exp
10910 * gdb.base/jit.exp
10911 * gdb.base/line-symtabs.exp
10912 * gdb.base/list.exp
10913 * gdb.base/longjmp.exp
10914 * gdb.base/macscp.exp
10915 * gdb.base/max-value-size.exp
10916 * gdb.base/nodebug.exp
10917 * gdb.base/nofield.exp
10918 * gdb.base/overlays.exp
10919 * gdb.base/paginate-after-ctrl-c-running.exp
10920 * gdb.base/paginate-bg-execution.exp
10921 * gdb.base/paginate-inferior-exit.exp
10922 * gdb.base/pending.exp
10923 * gdb.base/pr11022.exp
10924 * gdb.base/printcmds.exp
10925 * gdb.base/ptr-typedef.exp
10926 * gdb.base/ptype.exp
10927 * gdb.base/randomize.exp
10928 * gdb.base/range-stepping.exp
10929 * gdb.base/realname-expand.exp
10930 * gdb.base/relativedebug.exp
10931 * gdb.base/remote.exp
10932 * gdb.base/savedregs.exp
10933 * gdb.base/sepdebug.exp
10934 * gdb.base/set-noassign.exp
10935 * gdb.base/shlib-call.exp
10936 * gdb.base/shreloc.exp
10937 * gdb.base/sigaltstack.exp
10938 * gdb.base/sigbpt.exp
10939 * gdb.base/siginfo-addr.exp
10940 * gdb.base/siginfo-obj.exp
10941 * gdb.base/siginfo-thread.exp
10942 * gdb.base/signest.exp
10943 * gdb.base/signull.exp
10944 * gdb.base/sigrepeat.exp
10945 * gdb.base/skip.exp
10946 * gdb.base/so-impl-ld.exp
10947 * gdb.base/solib-corrupted.exp
10948 * gdb.base/solib-disc.exp
10949 * gdb.base/solib-display.exp
10950 * gdb.base/solib-overlap.exp
10951 * gdb.base/solib-search.exp
10952 * gdb.base/solib-symbol.exp
10953 * gdb.base/source-execution.exp
10954 * gdb.base/sss-bp-on-user-bp-2.exp
10955 * gdb.base/sss-bp-on-user-bp.exp
10956 * gdb.base/stack-checking.exp
10957 * gdb.base/stale-infcall.exp
10958 * gdb.base/step-break.exp
10959 * gdb.base/step-line.exp
10960 * gdb.base/step-over-exit.exp
10961 * gdb.base/step-test.exp
10962 * gdb.base/structs.exp
10963 * gdb.base/sym-file.exp
10964 * gdb.base/symtab-search-order.exp
10965 * gdb.base/term.exp
10966 * gdb.base/type-opaque.exp
10967 * gdb.base/unload.exp
10968 * gdb.base/until-nodebug.exp
10969 * gdb.base/until.exp
10970 * gdb.base/unwindonsignal.exp
10971 * gdb.base/watch-cond.exp
10972 * gdb.base/watch-non-mem.exp
10973 * gdb.base/watch_thread_num.exp
10974 * gdb.base/watchpoint-reuse-slot.exp
10975 * gdb.base/watchpoint-solib.exp
10976 * gdb.base/watchpoint.exp
10977 * gdb.btrace/dlopen.exp
10978 * gdb.cell/arch.exp
10979 * gdb.cell/break.exp
10980 * gdb.cell/bt.exp
10981 * gdb.cell/core.exp
10982 * gdb.cell/data.exp
10983 * gdb.cell/dwarfaddr.exp
10984 * gdb.cell/ea-cache.exp
10985 * gdb.cell/ea-standalone.exp
10986 * gdb.cell/ea-test.exp
10987 * gdb.cell/f-regs.exp
10988 * gdb.cell/fork.exp
10989 * gdb.cell/gcore.exp
10990 * gdb.cell/mem-access.exp
10991 * gdb.cell/ptype.exp
10992 * gdb.cell/registers.exp
10993 * gdb.cell/sizeof.exp
10994 * gdb.cell/solib-symbol.exp
10995 * gdb.cell/solib.exp
10996 * gdb.compile/compile-tls.exp
10997 * gdb.cp/exception.exp
10998 * gdb.cp/gdb2495.exp
10999 * gdb.cp/local.exp
11000 * gdb.cp/mb-inline.exp
11001 * gdb.cp/mb-templates.exp
11002 * gdb.cp/pr10687.exp
11003 * gdb.cp/pr9167.exp
11004 * gdb.cp/scope-err.exp
11005 * gdb.cp/templates.exp
11006 * gdb.cp/virtfunc.exp
11007 * gdb.dwarf2/dw2-dir-file-name.exp
11008 * gdb.dwarf2/dw2-single-line-discriminators.exp
11009 * gdb.fortran/complex.exp
11010 * gdb.fortran/library-module.exp
11011 * gdb.guile/guile.exp
11012 * gdb.guile/scm-cmd.exp
11013 * gdb.guile/scm-frame-inline.exp
11014 * gdb.guile/scm-objfile.exp
11015 * gdb.guile/scm-pretty-print.exp
11016 * gdb.guile/scm-symbol.exp
11017 * gdb.guile/scm-type.exp
11018 * gdb.guile/scm-value.exp
11019 * gdb.linespec/keywords.exp
11020 * gdb.linespec/ls-errs.exp
11021 * gdb.linespec/macro-relative.exp
11022 * gdb.linespec/thread.exp
11023 * gdb.mi/mi-breakpoint-changed.exp
11024 * gdb.mi/mi-dprintf-pending.exp
11025 * gdb.mi/mi-fullname-deleted.exp
11026 * gdb.mi/mi-logging.exp
11027 * gdb.mi/mi-pending.exp
11028 * gdb.mi/mi-solib.exp
11029 * gdb.mi/new-ui-mi-sync.exp
11030 * gdb.mi/user-selected-context-sync.exp
11031 * gdb.multi/dummy-frame-restore.exp
11032 * gdb.multi/multi-arch-exec.exp
11033 * gdb.multi/remove-inferiors.exp
11034 * gdb.multi/watchpoint-multi-exit.exp
11035 * gdb.opt/solib-intra-step.exp
11036 * gdb.perf/backtrace.exp
11037 * gdb.perf/single-step.exp
11038 * gdb.perf/skip-command.exp
11039 * gdb.perf/skip-prologue.exp
11040 * gdb.perf/solib.exp
11041 * gdb.python/lib-types.exp
11042 * gdb.python/py-as-string.exp
11043 * gdb.python/py-bad-printers.exp
11044 * gdb.python/py-block.exp
11045 * gdb.python/py-breakpoint.exp
11046 * gdb.python/py-cmd.exp
11047 * gdb.python/py-events.exp
11048 * gdb.python/py-evthreads.exp
11049 * gdb.python/py-finish-breakpoint.exp
11050 * gdb.python/py-finish-breakpoint2.exp
11051 * gdb.python/py-frame-inline.exp
11052 * gdb.python/py-frame.exp
11053 * gdb.python/py-inferior.exp
11054 * gdb.python/py-infthread.exp
11055 * gdb.python/py-mi.exp
11056 * gdb.python/py-objfile.exp
11057 * gdb.python/py-pp-maint.exp
11058 * gdb.python/py-pp-registration.exp
11059 * gdb.python/py-prettyprint.exp
11060 * gdb.python/py-recurse-unwind.exp
11061 * gdb.python/py-shared.exp
11062 * gdb.python/py-symbol.exp
11063 * gdb.python/py-symtab.exp
11064 * gdb.python/py-template.exp
11065 * gdb.python/py-type.exp
11066 * gdb.python/py-unwind-maint.exp
11067 * gdb.python/py-unwind.exp
11068 * gdb.python/py-value.exp
11069 * gdb.python/python.exp
11070 * gdb.reverse/finish-reverse-bkpt.exp
11071 * gdb.reverse/insn-reverse.exp
11072 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11073 * gdb.reverse/solib-precsave.exp
11074 * gdb.reverse/solib-reverse.exp
11075 * gdb.stabs/gdb11479.exp
11076 * gdb.stabs/weird.exp
11077 * gdb.threads/fork-child-threads.exp
11078 * gdb.threads/fork-plus-threads.exp
11079 * gdb.threads/fork-thread-pending.exp
11080 * gdb.threads/forking-threads-plus-breakpoint.exp
11081 * gdb.threads/hand-call-in-threads.exp
11082 * gdb.threads/interrupted-hand-call.exp
11083 * gdb.threads/linux-dp.exp
11084 * gdb.threads/local-watch-wrong-thread.exp
11085 * gdb.threads/next-while-other-thread-longjmps.exp
11086 * gdb.threads/non-ldr-exit.exp
11087 * gdb.threads/pending-step.exp
11088 * gdb.threads/print-threads.exp
11089 * gdb.threads/process-dies-while-detaching.exp
11090 * gdb.threads/process-dies-while-handling-bp.exp
11091 * gdb.threads/pthreads.exp
11092 * gdb.threads/queue-signal.exp
11093 * gdb.threads/reconnect-signal.exp
11094 * gdb.threads/signal-command-handle-nopass.exp
11095 * gdb.threads/signal-command-multiple-signals-pending.exp
11096 * gdb.threads/signal-delivered-right-thread.exp
11097 * gdb.threads/signal-sigtrap.exp
11098 * gdb.threads/sigthread.exp
11099 * gdb.threads/staticthreads.exp
11100 * gdb.threads/stepi-random-signal.exp
11101 * gdb.threads/thread-unwindonsignal.exp
11102 * gdb.threads/thread_check.exp
11103 * gdb.threads/thread_events.exp
11104 * gdb.threads/tid-reuse.exp
11105 * gdb.threads/tls-nodebug.exp
11106 * gdb.threads/tls-shared.exp
11107 * gdb.threads/tls-so_extern.exp
11108 * gdb.threads/tls.exp
11109 * gdb.threads/wp-replication.exp
11110 * gdb.trace/actions-changed.exp
11111 * gdb.trace/actions.exp
11112 * gdb.trace/backtrace.exp
11113 * gdb.trace/change-loc.exp
11114 * gdb.trace/collection.exp
11115 * gdb.trace/deltrace.exp
11116 * gdb.trace/disconnected-tracing.exp
11117 * gdb.trace/entry-values.exp
11118 * gdb.trace/ftrace-lock.exp
11119 * gdb.trace/ftrace.exp
11120 * gdb.trace/infotrace.exp
11121 * gdb.trace/mi-trace-frame-collected.exp
11122 * gdb.trace/mi-trace-unavailable.exp
11123 * gdb.trace/mi-traceframe-changed.exp
11124 * gdb.trace/mi-tracepoint-changed.exp
11125 * gdb.trace/mi-tsv-changed.exp
11126 * gdb.trace/no-attach-trace.exp
11127 * gdb.trace/packetlen.exp
11128 * gdb.trace/passc-dyn.exp
11129 * gdb.trace/passcount.exp
11130 * gdb.trace/pending.exp
11131 * gdb.trace/pr16508.exp
11132 * gdb.trace/qtro.exp
11133 * gdb.trace/range-stepping.exp
11134 * gdb.trace/read-memory.exp
11135 * gdb.trace/report.exp
11136 * gdb.trace/save-trace.exp
11137 * gdb.trace/signal.exp
11138 * gdb.trace/stap-trace.exp
11139 * gdb.trace/status-stop.exp
11140 * gdb.trace/strace.exp
11141 * gdb.trace/tfile.exp
11142 * gdb.trace/tfind.exp
11143 * gdb.trace/trace-break.exp
11144 * gdb.trace/trace-condition.exp
11145 * gdb.trace/trace-enable-disable.exp
11146 * gdb.trace/trace-mt.exp
11147 * gdb.trace/tracecmd.exp
11148 * gdb.trace/tracefile-pseudo-reg.exp
11149 * gdb.trace/tspeed.exp
11150 * gdb.trace/tstatus.exp
11151 * gdb.trace/tsv.exp
11152 * gdb.trace/unavailable.exp
11153 * gdb.trace/while-dyn.exp
11154 * gdb.trace/while-stepping.exp
11155 * lib/gdb-guile.exp
11156 * lib/gdb.exp
11157 * lib/mi-support.exp
11158 * lib/pascal.exp
11159 * lib/perftest.exp
11160 * lib/prelink-support.exp
11161 * lib/selftest-support.exp
11162
11163 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11164
11165 * Makefile.in: Include disable-implicit-rules.mk.
11166
11167 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11168
11169 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11170 non-byte-aligned bit fields.
11171
11172 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11173
11174 PR gdb/12616
11175 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11176 respects the DW_AT_data_bit_offset attribute.
11177
11178 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11179
11180 * gdb.base/default.exp: Fix output of "set language".
11181
11182 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11183
11184 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11185 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11186 make.
11187 * configure.ac: Remove checks for the make program.
11188 * configure: Re-generate.
11189
11190 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11191
11192 * gdb.python/py-recurse-unwind.c (main): Add loop.
11193 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11194 to read_register() and gdb.parse_and_eval(). Make each code
11195 call a separate case that can be individually tested.
11196 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11197 proc. Call cont_and_backtrace for each of the code paths that
11198 we want to test in the unwinder.
11199
11200 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11201
11202 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11203 the definition of struct S.
11204
11205 2016-11-11 Catherine Moore <clm@codesourcery.com>
11206
11207 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11208
11209 2016-11-09 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/commands.exp (runto_or_return): New procedure.
11212 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11213 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11214 (progvar_simple_while_test, progvar_complex_if_while_test)
11215 (if_while_breakpoint_command_test)
11216 (infrun_breakpoint_command_test, breakpoint_command_test)
11217 (user_defined_command_test, watchpoint_command_test)
11218 (test_command_prompt_position, redefine_hook_test)
11219 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11220 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11221 multi_line_input and multi_line. Remove gdb_expect and
11222 gdb_stop_suppressing_tests uses.
11223 * lib/gdb.exp (valnum_re): New global.
11224 (multi_line_input): New procedure.
11225
11226 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11227
11228 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11229 Remove.
11230 (test_setup): Define with proc_with_prefix.
11231 (test_cli_inferior): Likewise.
11232 (test_cli_thread): Likewise.
11233 (test_cli_frame): Likewise.
11234 (test_cli_select_frame): Likewise.
11235 (test_cli_up_down): Likewise.
11236 (test_mi_thread_select): Likewise.
11237 (test_mi_stack_select_frame): Likewise.
11238 (test_cli_in_mi_inferior): Likewise.
11239 (test_cli_in_mi_thread): Likewise.
11240 (test_cli_in_mi_frame): Likewise.
11241 (top level): Do not use with_test_prefix_procname.
11242
11243 2016-11-09 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/commands.exp (gdbvar_simple_if_test)
11246 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11247 (progvar_simple_if_test, progvar_simple_while_test)
11248 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11249 (infrun_breakpoint_command_test, breakpoint_command_test)
11250 (user_defined_command_test, watchpoint_command_test)
11251 (test_command_prompt_position, deprecated_command_test)
11252 (bp_deleted_in_command, temporary_breakpoint_commands)
11253 (stray_arg0_test, source_file_with_indented_comment)
11254 (recursive_source_test, if_commands_test)
11255 (error_clears_commands_left, redefine_hook_test)
11256 (redefine_backtrace_test): Use proc_with_prefix.
11257 * lib/gdb.exp (proc_with_prefix): New proc.
11258
11259 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11260
11261 * gdb.base/tui-layout.c: New file.
11262 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11263 disassembly window contains very long lines.
11264
11265 2016-11-08 Tom Tromey <tom@tromey.com>
11266
11267 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11268 depend on Python 2.
11269
11270 2016-11-08 Tom Tromey <tom@tromey.com>
11271
11272 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11273 New method.
11274
11275 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11276
11277 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11278
11279 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11280
11281 * gdb.rust/simple.rs: Add test for univariant enums without
11282 discriminants and for encoded struct-like enums.
11283
11284 2016-10-28 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11287 gdb_test_multiple, tighten regexps and match symtabs and line
11288 tables incrementally.
11289
11290 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11291
11292 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11293 general.
11294
11295 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11296
11297 * gdb.base/exec-invalid-sysroot.exp: New file.
11298
11299 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11300
11301 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11302
11303 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11304
11305 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11306
11307 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11308
11309 * gdb.base/killed-outside.exp: Remove $options from a call to
11310 `prepare_for_testing'.
11311
11312 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11313
11314 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11315 Change test message.
11316
11317 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11320 Update comment.
11321
11322 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 * gdb.trace/mi-trace-save.exp: New file.
11325
11326 2016-10-13 Yao Qi <yao.qi@linaro.org>
11327
11328 * gdb.base/code_elim.exp (get_var_address): Remove.
11329 * gdb.base/relocate.exp: Likewise.
11330 * gdb.base/shreloc.exp: Likewise.
11331 * lib/gdb.exp (get_var_address): New.
11332
11333 2016-10-13 Yao Qi <yao.qi@linaro.org>
11334
11335 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11336 floating point tests if $skip_float_test is false.
11337
11338 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11339
11340 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11341 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11342 argc values.
11343 Add 1 to argc so we guarantee distinct initial/modified argc values.
11344
11345 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11346
11347 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11348
11349 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11352 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11353 * gdb.arch/vsx-regs.exp: Likewise.
11354
11355 2016-10-07 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11358
11359 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11360
11361 * gdb.python/python.exp: Test decode_line("*0").
11362
11363 2016-10-06 Doug Evans <dje@google.com>
11364
11365 * gdb.python/py-value.exp (test_value_creation): Add test for large
11366 unsigned 64-bit value.
11367
11368 2016-10-06 Tom Tromey <tom@tromey.com>
11369
11370 * gdb.compile/compile.exp: Change java tests to rust.
11371 * gdb.base/setshow.exp: Change java tests to rust.
11372 * gdb.base/default.exp: Remove java from language list.
11373 * README (Examples): Update language example.
11374 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11375 test.
11376 * lib/gdb.exp (skip_java_tests): Remove.
11377 * lib/java.exp: Remove.
11378 * gdb.java: Remove.
11379
11380 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11381
11382 * gdb.arch/mips-fcr.exp: New test.
11383 * gdb.arch/mips-fcr.c: Source for the new test.
11384
11385 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11386
11387 * gdb.base/solib-disc.exp: Use `standard_output_file'
11388 throughout.
11389
11390 2016-10-06 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.base/jit-simple-dl.c: New file.
11393 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11394 * gdb.base/jit-simple.c: ... this.
11395 * gdb.base/jit-simple.exp (jit_run): Delete.
11396 (build_jit): New proc.
11397 (jit_test_reread): Recompile either the main program or the shared
11398 library, depending on what is being tested. Skip changing address
11399 if caller wants to. Compare before/after addresses. If testing
11400 standalone, explicitly load the binary. Test "maint info
11401 breakpoints".
11402 (top level): Add "standalone vs shared lib" and "change address"
11403 vs "same address" axes.
11404
11405 2016-10-06 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11408 call.
11409 (jit_run): Delete.
11410 (jit_test_reread): Use with_test_prefix. Reload the main binary
11411 explicitly. Compare the before/after addresses of the JIT
11412 descriptor.
11413
11414 2016-08-15 Doug Evans <dje@google.com>
11415
11416 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11417 for single bitfields is bool.
11418 * gdb.xml/tdesc-regs.exp: Ditto.
11419
11420 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11421
11422 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11423
11424 2016-10-05 Yao Qi <yao.qi@linaro.org>
11425
11426 * lib/gdb.exp (support_complex_tests): Return zero if
11427 gdb_skip_float_test return true.
11428
11429 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11430 Simon Marchi <simon.marchi@ericsson.com>
11431
11432 PR gdb/20487
11433 * gdb.mi/user-selected-context-sync.exp: New file.
11434 * gdb.mi/user-selected-context-sync.c: New file.
11435
11436 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11437 Simon Marchi <simon.marchi@ericsson.com>
11438
11439 PR gdb/20487
11440 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11441 =thread-select-event check.
11442
11443 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11444
11445 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11446 the compulsory L operand changes.
11447 * gdb.arch/powerpc-power.s: Likewise.
11448
11449 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11452 * gdb.base/jit-attach-pie.c: New file.
11453 * gdb.base/jit-attach-pie.exp: New file.
11454
11455 2016-09-28 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.base/infcall-input.c: New file.
11458 * gdb.base/infcall-input.exp: New file.
11459
11460 2016-09-22 Yao Qi <yao.qi@linaro.org>
11461
11462 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11463 (gdb_exit): Rename it to ...
11464 (gdbserver_gdb_exit): ... Close GDBserver.
11465 (gdb_exit): New proc, call gdbserver_gdb_exit.
11466 (mi_gdb_exit): Likewise.
11467
11468 2016-09-22 Yao Qi <yao.qi@linaro.org>
11469
11470 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11471 path.
11472 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11473 Remove duplication.
11474
11475 2016-09-22 Yao Qi <yao.qi@linaro.org>
11476
11477 * lib/gdbserver-support.exp: Check the existence of
11478 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11479
11480 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11481
11482 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11483
11484 2016-09-21 Tom Tromey <tom@tromey.com>
11485
11486 PR gdb/20604:
11487 * gdb.base/quit.exp: New file.
11488
11489 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 * .gitignore: New file.
11492
11493 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11494
11495 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11496 throughout.
11497
11498 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11499
11500 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11501
11502 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 * gdb.cp/casts.cc (decltype): Move it ...
11505 (main): ... with its call to ...
11506 * gdb.cp/casts03.cc: ... a new file.
11507 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11508
11509 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11510
11511 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11512
11513 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11514
11515 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11516 and sync up the test with tests in gas/testsuite/gas/ppc.
11517 * gdb.arch/powerpc-power.exp: Likewise.
11518
11519 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11522
11523 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11524 Jan Kratochvil <jan.kratochvil@redhat.com>
11525
11526 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11527 make m1's definition to be different from m2's. Use 'dummy' as an
11528 argument for probe 'two'.
11529
11530 2016-09-10 Jon Beniston <jon@beniston.com>
11531
11532 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11533 for sim target.
11534
11535 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11536
11537 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11538 variable declaration.
11539 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11540 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11541 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11542 received HWCAP as its argument.
11543
11544 2016-09-06 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.base/new-ui-pending-input.c: New file.
11547 * gdb.base/new-ui-pending-input.exp: New file.
11548 * gdb.exp (clear_gdb_spawn_id): New procedure.
11549 (with_spawn_id): Check whether gdb_spawn_id exists before
11550 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11551 on exit.
11552
11553 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11554
11555 * gdb.base/float128.c: New file.
11556 * gdb.base/float128.exp: Likewise.
11557 * gdb.base/floatn.c: Likewise.
11558 * gdb.base/floatn.exp: Likewise.
11559
11560 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11561
11562 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11563
11564 2016-09-05 Pedro Alves <palves@redhat.com>
11565
11566 PR backtrace/19927
11567 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11568 unwinders are immediately called as side effect of "source" or
11569 "disable unwinder" commands.
11570 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11571
11572 2016-09-02 Yao Qi <yao.qi@linaro.org>
11573
11574 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11575 is true and $type is "float" or "double".
11576
11577 2016-09-02 Yao Qi <yao.qi@linaro.org>
11578
11579 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11580 true.
11581 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11582 * gdb.base/call-rt-st.exp: Likewise.
11583 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11584 return value instead of gdb,skip_float_test.
11585 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11586 (do_function_calls): Use its return value instead of
11587 gdb,skip_float_test.
11588 * gdb.base/finish.exp: Likewise.
11589 * gdb.base/funcargs.exp: Likewise.
11590 * gdb.base/return.exp: Likewise.
11591 * gdb.base/return2.exp: Likewise.
11592 * gdb.base/varargs.exp: Likewise.
11593 * lib/gdb.exp (gdb_skip_float_test): Change it to
11594 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11595
11596 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11597
11598 * gdb.multi/tids.exp: Test "thread apply all".
11599
11600 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11601
11602 * gdb.base/default.exp (tty): Remove.
11603
11604 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11605
11606 * gdb.python/py-recurse-unwind.c: New file.
11607 * gdb.python/py-recurse-unwind.py: New file.
11608 * gdb.python/py-recurse-unwind.exp: New file.
11609
11610 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11611
11612 * gdb.base/set-inferior-tty.exp: New file.
11613 * gdb.base/set-inferior-tty.c: New file.
11614
11615 2016-08-23 Pedro Alves <palves@redhat.com>
11616
11617 PR gdb/20494
11618 * gdb.base/new-ui-echo.c: New file.
11619 * gdb.base/new-ui-echo.exp: New file.
11620
11621 2016-08-23 Yao Qi <yao.qi@linaro.org>
11622
11623 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11624 gdbserver_spawn.
11625 * gdb.server/connect-without-multi-process.exp (do_test):
11626 Likewise.
11627
11628 2016-08-23 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11631 standalone_txt. Delete gdb_txt and standalone_txt on host
11632 and target. Spawn the binary on target. Copy files from
11633 target to host.
11634
11635 2016-08-22 Pedro Alves <palves@redhat.com>
11636
11637 PR gdb/20505
11638 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11639 with_test_prefix. Factor out bits to ...
11640 (test_no_vdso): ... this new procedure.
11641
11642 2016-08-19 Carl Love <cel@us.ibm.com>
11643
11644 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11645 maintaining separate logic for constructing the output path.
11646 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11647 * gdb.arch/ppc-dfp.exp: Likewise.
11648 * gdb.arch/ppc-fp.exp: Likewise.
11649 * gdb.arch/vsx-regs.exp: Likewise.
11650 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11651 binprefix for generating the additional binary files.
11652
11653 2016-08-19 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.trace/mi-trace-frame-collected.exp
11656 (test_trace_frame_collected): On x32, expect two registers.
11657
11658 2016-08-18 Carl Love <cel@us.ibm.com>
11659
11660 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11661 and sync up the test with tests in gas/testsuite/gas/ppc.
11662 * gdb.arch/powerpc-power.exp: Likewise.
11663
11664 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11665
11666 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11667 expected error message.
11668
11669 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11670
11671 * gdb.multi/remove-inferiors.exp: New file.
11672 * gdb.multi/remove-inferiors.c: New file.
11673
11674 2016-08-12 Yao Qi <yao.qi@linaro.org>
11675
11676 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11677 argument list.
11678
11679 2016-08-10 Pedro Alves <palves@redhat.com>
11680
11681 PR gdb/19187
11682 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11683 setup_kfails.
11684
11685 2016-08-09 Pedro Alves <palves@redhat.com>
11686 Simon Marchi <simon.marchi@ericsson.com>
11687
11688 PR gdb/20418
11689 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11690 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11691
11692 2016-08-09 Pedro Alves <palves@redhat.com>
11693
11694 PR mi/20431
11695 * gdb.mi/mi-cmd-error.exp: New file.
11696
11697 2016-08-09 Pedro Alves <palves@redhat.com>
11698
11699 PR gdb/18653
11700 * gdb.base/signals-state-child.c: New file.
11701 * gdb.base/signals-state-child.exp: New file.
11702 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11703
11704 2016-08-09 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11707
11708 2016-08-03 Tom Tromey <tom@tromey.com>
11709
11710 PR python/18565:
11711 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11712
11713 2016-08-01 Yao Qi <yao.qi@linaro.org>
11714
11715 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11716 variable mode to "multi-process" if $multi_process is 1, otherwise
11717 set it to "single-process".
11718
11719 2016-08-01 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11722 * gdb.cp/cpexprs.exp: Likewise.
11723 * gdb.cp/m-static.exp: Likewise.
11724
11725 2016-07-26 Tom Tromey <tom@tromey.com>
11726
11727 PR python/20190:
11728 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11729 test.
11730
11731 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11732
11733 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11734 selecting assembly source files.
11735 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11736 assembly source files.
11737 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11738 assembly source files.
11739 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11740 selecting assembly source files.
11741
11742 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11743
11744 * gdb.base/new-ui.exp (do_test_invalid_args): New
11745 procedure.
11746
11747 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11748
11749 * gdb.btrace/reconnect.c: New file.
11750 * gdb.btrace/reconnect.exp: New file.
11751
11752 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11753
11754 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11755 to test_catch_syscall_group.
11756 (test_catch_syscall_group): New.
11757
11758 2016-07-21 Tom Tromey <tom@tromey.com>
11759
11760 * gdb.rust/simple.rs (main): Use empty struct expression.
11761 * gdb.rust/simple.exp: Add tests for empty struct expression.
11762
11763 2016-07-21 Yao Qi <yao.qi@linaro.org>
11764
11765 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11766 if gdb_skip_xml_test is true on some targets.
11767
11768 2016-07-21 Yao Qi <yao.qi@linaro.org>
11769
11770 * gdb.server/solib-list.exp: Unset last_loaded_file.
11771
11772 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11773
11774 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11775 "step into captured_main (args)".
11776
11777 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11780
11781 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11782
11783 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11784
11785 2016-07-19 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11788 * gdb.opt/inline-bt.exp: Likewise.
11789 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11790 additional_flags=-Winline.
11791 * gdb.opt/inline-locals.exp: Likewise.
11792 * gdb.opt/inline-markers.c (ATTR): Define.
11793 (inlined_fn): Use it.
11794
11795 2016-07-19 Yao Qi <yao.qi@linaro.org>
11796
11797 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11798 (test_with_self): Remove some code. Remove argument executable.
11799 (top-level): Use do_self_tests.
11800
11801 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11802 Don Breazeal <donb@codesourcery.com>
11803
11804 * gdb.base/maint.exp: Escape paths used in regular expressions.
11805 * gdb.stabs/weird.exp: Likewise.
11806
11807 2016-07-13 Tom Tromey <tom@tromey.com>
11808
11809 PR python/15620, PR python/18620:
11810 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11811 (test_bkpt_events): New procs.
11812
11813 2016-07-13 Tom Tromey <tom@tromey.com>
11814
11815 PR python/17698:
11816 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11817 test.
11818 (test_watchpoints): Likewise.
11819 (test_bkpt_pending): New proc.
11820
11821 2016-07-13 Tom Tromey <tom@tromey.com>
11822
11823 PR cli/18053:
11824 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11825 completion test.
11826
11827 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11828
11829 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11830 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11831 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11832 f_label.
11833 (g): Rename g_end_lbl to g_label.
11834 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11835 low_pc and high_pc.
11836 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11837
11838 2016-07-12 Tom Tromey <tom@tromey.com>
11839
11840 PR python/19293:
11841 * gdb.python/py-unwind-maint.exp: Update tests.
11842
11843 2016-07-12 Yao Qi <yao.qi@linaro.org>
11844
11845 * lib/selftest-support.exp (selftest_setup): Match the output
11846 when captured_main is inlined.
11847
11848 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11849
11850 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11851 New variables.
11852 (print this%a, print this%b, print this): New tests.
11853 * gdb.fortran/derived-types.f90 (this): New object and
11854 initialization.
11855
11856 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11857
11858 * gdb.ada/arraydim.exp: Remove extra directory level in build
11859 directory.
11860
11861 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 * lib/ada.exp: Remove extra directory level in build directory.
11864 * gdb.ada/cond_lang.exp: Likewise.
11865 * gdb.ada/exec_changed.exp: Likewise.
11866 * gdb.ada/lang_switch.exp: Likewise.
11867
11868 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11869
11870 * simple.rs: Add test for raw pointer subscripting.
11871 * simple.exp: Add test expectations.
11872
11873 2016-07-05 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.mi/mi-reverse.exp: Match =record-started output.
11876
11877 2016-07-01 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11880 procedure.
11881 (jit_reader_test): Test the jit reader's unwinder.
11882 * gdb.base/jithost.c (jit_function_00_code): New global.
11883 (main): Use memcpy to fill in the mmapped code, instead of poking
11884 bytes manually here.
11885 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11886 value.
11887 (read_debug_info): Save the function's range.
11888 (read_sp): New function.
11889 (unwind_frame): Use it. Also unwind RBP.
11890 (get_frame_id): Use read_sp.
11891 (gdb_init_reader): Use calloc instead of malloc.
11892 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11893 parameter. Use gdb_test_multiple.
11894
11895 2016-07-01 Pedro Alves <palves@redhat.com>
11896 Antoine Tremblay <antoine.tremblay@ericsson.com>
11897
11898 * gdb.threads/process-dies-while-detaching.c: New file.
11899 * gdb.threads/process-dies-while-detaching.exp: New file.
11900
11901 2016-07-01 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.multi/watchpoint-multi-exit.c: New file.
11904 * gdb.multi/watchpoint-multi-exit.exp: New file.
11905
11906 2016-06-30 Pedro Alves <palves@redhat.com>
11907
11908 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11909 unset inferior_spawn_id.
11910
11911 2016-06-30 Pedro Alves <palves@redhat.com>
11912
11913 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11914 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11915
11916 2016-06-29 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.base/return.c: Add copyright header.
11919
11920 2016-06-29 Tom Tromey <tom@tromey.com>
11921
11922 PR python/20129:
11923 * gdb.python/py-framefilter.exp: Add tests for setting priority
11924 and disabling of non-existent frame filter.
11925
11926 2016-06-29 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11929 0x0f07ff.
11930
11931 2016-06-28 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11934 triplets. Start gdb, execute catch syscall, and continue. Check
11935 gdb's output to determine catch syscall is supported.
11936
11937 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11938
11939 * gdb.rust/simple.rs: Add test for returning unit in a function.
11940 * gdb.rust/simple.exp: Add expectation for functions returning
11941 unit.
11942
11943 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11944
11945 * gdb.python/py-breakpoint-create-fail.c,
11946 gdb.python/py-breakpoint-create-fail.exp,
11947 gdb.python/py-breakpoint-create-fail.py: New testcase.
11948
11949 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11950
11951 PR gdb/20239
11952 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11953 * gdb.rust/simple.exp: Add test expectations for new NonZero
11954 tests.
11955
11956 2016-06-24 David Taylor <dtaylor@emc.com>
11957
11958 * gdb.base/offsets.exp: New file.
11959 * gdb.base/offsets.c: New file.
11960
11961 2016-06-23 Tom Tromey <tom@tromey.com>
11962
11963 PR gdb/16483:
11964 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11965 before any filters are loaded.
11966
11967 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11968
11969 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11970 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11971 structs.
11972 * gdb.fortran/derived-type-function.exp: New file.
11973 * gdb.fortran/derived-type-function.f90: New file.
11974
11975
11976 2016-06-21 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/new-ui.exp: New file.
11979 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11980 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11981 (with_spawn_id): New procedure.
11982
11983 2016-06-21 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.mi/mi-exec-run.exp: New file.
11986
11987 2016-06-21 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11990 breakpoint command's output on the main UI.
11991 (test_break): New procedure, factored out from calls in the top
11992 level.
11993 (top level): Use foreach_with_prefix to test MI as main UI and as
11994 separate UI.
11995
11996 2016-06-21 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11999 (test_awatch_creation_and_listing)
12000 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12001 Remove 'type' parameter.
12002 (test_watchpoint_all): New parameter mi_mode. Remove
12003 with_test_prefix.
12004 (top level): Use foreach_with_prefix, and add main/separate UI MI
12005 testing axis.
12006
12007 2016-06-21 Pedro Alves <palves@redhat.com>
12008
12009 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12010 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12011 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12012 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12013 (gdb_main_spawn_id, mi_spawn_id): Declare and
12014 comment.
12015 (mi_create_inferior_pty): New procedure,
12016 factored out from default_mi_gdb_start.
12017 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12018 procedures.
12019 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12020 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12021 Use mi_create_inferior_pty.
12022 (mi_gdb_start): Use eval to pass down args list.
12023
12024 2016-06-21 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12027 * gdb.opt/inline-cmds.exp: Add MI tests.
12028
12029 2016-06-21 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12032
12033 2016-06-21 Pedro Alves <palves@redhat.com>
12034
12035 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12036 (top level): Use it instead of mi_execute_to.
12037
12038 2016-06-21 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12041 (cont_handler_str): New.
12042 (signal_stop_handler): Set stop_handler_str instead of printing to
12043 stdout.
12044 (continue_handler): Set cont_handler_str instead of printing to
12045 stdout.
12046 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12047 mi_send_resuming_command. Print stop_handler_str and
12048 cont_handler_str instead of expecting the python events print
12049 directly.
12050
12051 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12052
12053 * gdb.base/jit-reader.exp: New file.
12054 * gdb.base/jithost.c: New file.
12055 * gdb.base/jithost.h: New file.
12056 * gdb.base/jitreader.c : New file.
12057 * gdb.base/jit-protocol.h: New file.
12058
12059 2016-06-17 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12062 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12063 and detach-on-fork. Adjust tests.
12064 (top level): Invoke break_cond_on_syscall with combinations of
12065 syscall, follow-fork-mode and detach-on-fork.
12066
12067 2016-06-17 Yao Qi <yao.qi@linaro.org>
12068
12069 * gdb.base/step-over-exit.c: New.
12070 * gdb.base/step-over-exit.exp: New.
12071
12072 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12073
12074 * gdb.base/float.exp: Add target check for nds32*-*-*.
12075 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12076
12077 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12078
12079 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12080 for unsupported target features.
12081 * gdb.base/call-rt-st.exp: Likewise.
12082 * gdb.base/call-sc.exp: Likewise.
12083 * gdb.base/call-signal-resume.exp: Likewise.
12084 * gdb.base/call-strs.exp: Likewise.
12085 * gdb.base/callexit.exp: Likewise.
12086 * gdb.base/callfuncs.exp: Likewise.
12087 * gdb.base/nodebug.exp: Likewise.
12088 * gdb.base/printcmds.exp: Likewise.
12089 * gdb.base/ptype.exp: Likewise.
12090 * gdb.base/structs.exp: Likewise.
12091 * gdb.base/unwindonsignal.exp: Likewise.
12092 * gdb.cp/gdb2495.exp: Likewise.
12093 * gdb.cp/templates.exp: Likewise.
12094 * gdb.cp/virtfunc.exp: Likewise.
12095 * gdb.threads/hand-call-in-threads.exp: Likewise.
12096 * gdb.threads/interrupted-hand-call.exp: Likewise.
12097 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12098
12099 2016-06-10 Tom Tromey <tom@tromey.com>
12100
12101 PR rust/20110:
12102 * gdb.rust/expr.exp: Add test for integer constant larger than
12103 i32.
12104
12105 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12106
12107 * gdb.fortran/nested-funcs.exp: New.
12108 * gdb.fortran/nested-funcs.f90: New.
12109
12110 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12111
12112 * gdb.base/examine-backward.c: New file.
12113 * gdb.base/examine-backward.exp: New file.
12114
12115 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12116
12117 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12118 matching.
12119
12120 2016-06-02 Tom Tromey <tom@tromey.com>
12121
12122 PR python/18984:
12123 * gdb.python/py-shared.exp: Add solib_name test.
12124
12125 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12126
12127 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12128
12129 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12130
12131 PR c++/19893
12132 * gdb.dwarf2/implref.exp: Rename to...
12133 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12134 * gdb.dwarf2/implref-array.c: New file.
12135 * gdb.dwarf2/implref-array.exp: Likewise.
12136 * gdb.dwarf2/implref-global.c: Likewise.
12137 * gdb.dwarf2/implref-global.exp: Likewise.
12138 * gdb.dwarf2/implref-struct.c: Likewise.
12139 * gdb.dwarf2/implref-struct.exp: Likewise.
12140
12141 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12142
12143 * gdb.trace/trace-condition.exp: Add 64bit tests.
12144
12145 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12146
12147 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12148 bits types.
12149 (main): Adapt to 8 to 64 bits types.
12150 * gdb.trace/trace-condition.exp: Add new tests.
12151
12152 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12153
12154 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12155
12156 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12157
12158 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12159 Move condition tests...
12160 * gdb.trace/trace-condition.exp: Here.
12161
12162 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12163
12164 * gdb.trace/trace-condition.exp: Add counter-case tests.
12165
12166 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12167
12168 PR c++/15231
12169 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12170 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12171
12172 2016-05-27 Pedro Alves <palves@redhat.com>
12173
12174 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12175 New procedure.
12176 (top level): Call it, and bail out of DejaGnu is known to be bad.
12177
12178 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12179
12180 * gdb.base/whatis.c: Extend the test case.
12181 * gdb.base/whatis.exp: Add additional tests.
12182
12183 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12184
12185 * gdb.fortran/type.f90: Add pointer variable.
12186 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12187
12188 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12189
12190 * gdb.fortran/vla-type.exp: Fix testcase name.
12191
12192 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12193
12194 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12195
12196 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12197
12198 * gdb.fortran/type.f90: Add nested structures.
12199 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12200 * gdb.fortran/derived-type.exp: Adapt expected output.
12201 * gdb.fortran/vla-type.exp: Adapt expected output.
12202
12203 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12204
12205 * gdb.fortran/whatis_type.exp: Adapt expected output.
12206
12207 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12208
12209 * gdb.fortran/print_type.exp: Fix expected output.
12210 * gdb.fortran/whatis_type.exp: Fix expected output.
12211
12212 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12213
12214 * gdb.fortran/whatis_type.exp: Use multi_line.
12215
12216 2016-05-24 Tom Tromey <tom@tromey.com>
12217
12218 PR python/17386:
12219 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12220 use value as an index.
12221
12222 2016-05-23 Tom Tromey <tom@tromey.com>
12223
12224 PR python/17981:
12225 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12226 no-breakpoint case.
12227
12228 2016-05-24 Pedro Alves <palves@redhat.com>
12229
12230 PR gdb/19828
12231 * gdb.threads/clone-attach-detach.c: New file.
12232 * gdb.threads/clone-attach-detach.exp: New file.
12233
12234 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12235
12236 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12237
12238 2016-05-23 Tom Tromey <tom@tromey.com>
12239
12240 PR python/19438, PR python/18393:
12241 * gdb.python/py-progspace.exp: Add "dir" test.
12242 * gdb.python/py-objfile.exp: Add "dir" test.
12243
12244 2016-05-23 Yao Qi <yao.qi@linaro.org>
12245
12246 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12247 * gdb.arch/thumb2-it.exp: Likewise.
12248
12249 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12250
12251 * gdb.mi/mi-threads-interrupt.c: New file.
12252 * gdb.mi/mi-threads-interrupt.exp: New file.
12253
12254 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12255
12256 PR gdb/18077
12257 * gdb.mi/mi-async-run.exp: New file.
12258 * gdb.mi/mi-async-run.c: New file.
12259
12260 2016-05-17 Tom Tromey <tom@tromey.com>
12261 Manish Goregaokar <manishsmail@gmail.com>
12262
12263 * lib/rust-support.exp: New file.
12264 * lib/gdb.exp (skip_rust_tests): New proc.
12265 (build_executable_from_specs): Handle rust.
12266 * lib/future.exp (gdb_find_rustc): New proc.
12267 (gdb_default_target_compile): Handle rust.
12268 * gdb.rust/expr.exp: New file.
12269 * gdb.rust/generics.exp: New file.
12270 * gdb.rust/generics.rs: New file.
12271 * gdb.rust/methods.exp: New file.
12272 * gdb.rust/methods.rs: New file.
12273 * gdb.rust/modules.exp: New file.
12274 * gdb.rust/modules.rs: New file.
12275 * gdb.rust/simple.exp: New file.
12276 * gdb.rust/simple.rs: New file.
12277
12278 2016-05-17 Tom Tromey <tom@tromey.com>
12279
12280 * gdb.base/default.exp (set language): Add rust.
12281
12282 2016-05-17 Tom Tromey <tom@tromey.com>
12283
12284 * gdb.gdb/unittest.exp: New file.
12285
12286 2016-05-16 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12289 shell_prompt. Update shell_prompt_re.
12290
12291 2016-05-12 Doug Evans <dje@google.com>
12292
12293 PR symtab/19999
12294 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12295 $options when building executable.
12296 * gdb.dwarf2/fission-loclists-pie.S: New file.
12297 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12298
12299 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12300
12301 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12302 of [is_remote target],
12303
12304 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12305
12306 * lib/gdb.exp (use_gdb_stub): New procedure.
12307
12308 2016-05-03 Yunlian Jiang <yunlian@google.com>
12309 Doug Evans <dje@google.com>
12310
12311 PR symtab/19914
12312 * gdb.dwarf2/dwp-sepdebug.c: New file.
12313 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12314
12315 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12316
12317 * gdb.base/detach.exp: Remove is_remote check.
12318
12319 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12320
12321 * gdb.base/annota-input-while-running.exp: Don't check for
12322 [is_remote target]. Enable annotations after running to main.
12323 Remove unused "set test..." line.
12324
12325 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12326
12327 * gdb.trace/trace-enable-disable.exp: New file.
12328 * gdb.trace/trace-enable-disable.c: New file.
12329
12330 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12331
12332 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12333 use it in info sharedlibrary test.
12334 * gdb.trace/ftrace-lock.exp: Likewise.
12335 * gdb.trace/ftrace.exp: Likewise.
12336 * gdb.trace/range-stepping.exp: Likewise.
12337 * gdb.trace/trace-break.exp: Likewise.
12338 * gdb.trace/trace-condition.exp: Likewise.
12339 * gdb.trace/trace-mt.exp: Likewise.
12340
12341 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12344 (gdb_load_shlib): ... this.
12345 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12346 gdb_load_shlib.
12347 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12348 * gdb.base/ctxobj.exp: Likewise.
12349 * gdb.base/dprintf-pending.exp: Likewise.
12350 * gdb.base/dso2dso.exp: Likewise.
12351 * gdb.base/fixsection.exp: Likewise.
12352 * gdb.base/gcore-relro.exp: Likewise.
12353 * gdb.base/gdb1555.exp: Likewise.
12354 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12355 * gdb.base/gnu-ifunc.exp: Likewise.
12356 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12357 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12358 * gdb.base/pending.exp: Likewise.
12359 * gdb.base/print-file-var.exp: Likewise.
12360 * gdb.base/print-symbol-loading.exp: Likewise.
12361 * gdb.base/shlib-call.exp: Likewise.
12362 * gdb.base/shreloc.exp: Likewise.
12363 * gdb.base/so-impl-ld.exp: Likewise.
12364 * gdb.base/solib-disc.exp: Likewise.
12365 * gdb.base/solib-nodir.exp: Likewise.
12366 * gdb.base/solib-overlap.exp: Likewise.
12367 * gdb.base/solib-symbol.exp: Likewise.
12368 * gdb.base/solib-weak.exp (do_test): Likewise.
12369 * gdb.base/sym-file.exp: Likewise.
12370 * gdb.base/symtab-search-order.exp: Likewise.
12371 * gdb.base/type-opaque.exp: Likewise.
12372 * gdb.base/unload.exp: Likewise.
12373 * gdb.base/watchpoint-solib.exp: Likewise.
12374 * gdb.compile/compile.exp: Likewise.
12375 * gdb.cp/gdb2384.exp: Likewise.
12376 * gdb.cp/infcall-dlopen.exp: Likewise.
12377 * gdb.cp/re-set-overloaded.exp: Likewise.
12378 * gdb.fortran/library-module.exp: Likewise.
12379 * gdb.opt/solib-intra-step.exp: Likewise.
12380 * gdb.python/py-finish-breakpoint.exp: Likewise.
12381 * gdb.python/py-shared.exp: Likewise.
12382 * gdb.reverse/solib-precsave.exp: Likewise.
12383 * gdb.reverse/solib-reverse.exp: Likewise.
12384 * gdb.server/solib-list.exp: Likewise.
12385 * gdb.threads/dlopen-libpthread.exp: Likewise.
12386 * gdb.threads/tls-shared.exp: Likewise.
12387 * gdb.threads/tls-so_extern.exp: Likewise.
12388 * gdb.trace/change-loc.exp: Likewise.
12389 * gdb.trace/ftrace-lock.exp: Likewise.
12390 * gdb.trace/ftrace.exp: Likewise.
12391 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12392 * gdb.trace/pending.exp: Likewise.
12393 * gdb.trace/range-stepping.exp: Likewise.
12394 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12395 (strace_info_marker): Likewise.
12396 (strace_probe_marker): Likewise.
12397 (strace_trace_on_same_addr): Likewise.
12398 (strace_trace_on_diff_addr): Likewise.
12399 * gdb.trace/trace-break.exp: Likewise.
12400 * gdb.trace/trace-condition.exp: Likewise.
12401 * gdb.trace/trace-mt.exp: Likewise.
12402
12403 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12404
12405 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12406 result of gdb_remote_download.
12407 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12408 * gdb.base/dso2dso.exp: Likewise.
12409 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12410 * gdb.base/print-file-var.exp: Likewise.
12411 * gdb.base/shlib-call.exp: Likewise.
12412 * gdb.base/shreloc.exp: Likewise.
12413 * gdb.base/solib-overlap.exp: Likewise.
12414 * gdb.base/solib-weak.exp (do_test): Likewise.
12415 * gdb.base/unload.exp: Likewise.
12416
12417 2016-04-27 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12420 exists.
12421
12422 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12423
12424 * vla-type.exp: Print structure from toplevel.
12425
12426 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12427
12428 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12429 of dynamic types.
12430 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12431 of dynamic types.
12432
12433 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12434
12435 * gdb.fortran/vla-type.f90: New file.
12436 * gdb.fortran/vla-type.exp: New file.
12437
12438 2016-04-25 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.base/branch-to-self.c: New file.
12441 * gdb.base/branch-to-self.exp: New file.
12442
12443 2016-04-22 Yao Qi <yao.qi@linaro.org>
12444
12445 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12446 more after $hex.
12447
12448 2016-04-22 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12451 * gdb.base/annota3.exp: Likewise.
12452
12453 2016-04-22 Yao Qi <yao.qi@linaro.org>
12454
12455 * gdb.reverse/step-precsave.exp: Do one step and test program
12456 stops in "callee" and do multiple steps until program goes out
12457 of "callee".
12458 * gdb.reverse/step-reverse.exp: Likewise.
12459
12460 2016-04-22 Yao Qi <yao.qi@linaro.org>
12461
12462 * gdb.trace/signal.exp: Also pass if
12463 $tracepoint_hits($i) > $iterations.
12464
12465 2016-04-22 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.trace/signal.c: New file.
12468 * gdb.trace/signal.exp: New file.
12469
12470 2016-04-19 Doug Evans <xdje42@gmail.com>
12471
12472 * gdb.base/bad-file.exp: New file.
12473
12474 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12475
12476 * gdb.dwarf2/implref.exp: New file.
12477
12478 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12479
12480 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12481 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12482 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12483 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12484 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12485 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12486 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12487 * lib/fortran.exp (fortran_int4): New procedure.
12488 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12489 (fortran_logical4): Likewise.
12490
12491 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12492
12493 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12494
12495 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12496
12497 * lib/compiler.c: Add Intel specific preprocessor macros.
12498 * lib/compiler.cc: Likewise.
12499
12500 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12501
12502 * gdb.server/connect-with-no-symbol-file.c: New file.
12503 * gdb.server/connect-with-no-symbol-file.exp: New file.
12504
12505 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12506
12507 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12508
12509 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12510
12511 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12512 standard output directory.
12513
12514 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12515
12516 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12517
12518 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12519
12520 * gdb.btrace/instruction_history.c (loop): Add declaration.
12521
12522 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12523
12524 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12525
12526 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12527
12528 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12529 parentheses to print.
12530 (continue_handler): Likewise.
12531
12532 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 * gdb.server/solib-list.exp: Remove is_remote check.
12535 Pass shlib= to gdb_compile. Don't link shared library with
12536 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12537 Run binary filename through "readlink -f" on the target.
12538
12539 2016-04-08 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12542 interpreter filename as argument to gdbserver_spawn.
12543 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12544 Return empty if $last_loaded_file does not exist.
12545
12546 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12549 * gdb.base/jit-main.c: Use exit after usage.
12550
12551 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12554 GDBHISTSIZE prior to the tests.
12555 * gdb.base/gdbinit-history.exp: Likewise.
12556
12557 2016-04-07 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12560 instead of build_executable. Use gdb_load_shlibs.
12561
12562 2016-04-07 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12565 Execute "si" command.
12566
12567 2016-04-07 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12570 number instead of the comments on some line.
12571
12572 2016-04-06 Don Breazeal <donb@codesourcery.com>
12573
12574 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12575 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12576
12577 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12578
12579 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12580 standard_output_file. Remove unused binfile variable.
12581
12582 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12583
12584 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12585 * gdb.python/py-mi-objfile.exp: Match "list main" output
12586 in console format.
12587
12588 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12589
12590 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12591 absolute.
12592
12593 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12594
12595 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12596 absolute.
12597 * gdb.trace/ftrace.exp: Likewise.
12598 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12599 targets as well.
12600 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12601 (gdb_load_shlibs): Copy libraries to test directory when testing
12602 natively. Only set solib-search-path if testing remotely.
12603 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12604
12605 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12608 gdb_download. Use it even if the target is not remote.
12609 * gdb.base/jit.exp (compile_jit_test): Likewise.
12610 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12611 output directory if the destination board is local, otherwise use
12612 the standard remote_download from DejaGnu.
12613 (gdb_download): Remove.
12614 (gdb_load_shlibs): Use gdb_remote_download instead of
12615 gdb_download.
12616 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12617 Use gdb_remote_download instead of gdb_download. Use it even if
12618 the target is not remote.
12619 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12620 instead of gdb_download.
12621
12622 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12623
12624 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12625 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12626 run.
12627
12628 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12629
12630 PR gdb/19820
12631 * gdb.base/printcmds.exp: Add artificial arrays tests.
12632
12633 2016-03-31 Pedro Alves <palves@redhat.com>
12634
12635 PR gdb/19858
12636 * gdb.base/jit-main.c: Include unistd.h.
12637 (ATTACH): Define to 0 if not already defined.
12638 (wait_for_gdb, mypid): New globals.
12639 (WAIT_FOR_GDB): New macro.
12640 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12641 some breakpoint locations.
12642 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12643 New procedures.
12644 (one_jit_test): Add REATTACH parameter, and handle it. Use
12645 continue_to_test_location.
12646 (top level): Test attach, and adjusts calls to one_jit_test.
12647
12648 2016-03-31 Pedro Alves <palves@redhat.com>
12649
12650 PR gdb/19858
12651 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12652 BINSUFFIX parameter, and handle it.
12653 (top level): Adjust calls compile_jit_test.
12654
12655 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12656
12657 PR python/19743
12658 * gdb.python/py-mi-events-gdb.py: New file.
12659 * gdb.python/py-mi-events.c: New file.
12660 * gdb.python/py-mi-events.exp: New file.
12661
12662 2016-03-30 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.reverse/until-precsave.exp: Match function name only.
12665 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12666 Move malloc to a condition block.
12667 * gdb.reverse/until-reverse.exp: Match function name only.
12668
12669 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12670
12671 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12672 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12673 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12674 variable for GPR 0 instead of assuming it is register 0.
12675 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12676 * lib/trace-support.exp: Add s390 registers.
12677
12678 2016-03-29 Yao Qi <yao.qi@linaro.org>
12679
12680 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12681
12682 2016-03-24 Yao Qi <yao.qi@linaro.org>
12683
12684 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12685 test message.
12686
12687 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12688
12689 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12690 maintaining separate logic for constructing the output path.
12691
12692 2016-03-16 Don Breazeal <donb@codesourcery.com>
12693
12694 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12695 Retry fork and waitpid on interrupted system call errors.
12696 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12697 Use with_timeout_factor to increase timeout by factor of 10.
12698
12699 2016-03-15 Don Breazeal <donb@codesourcery.com>
12700
12701 * gdb.cp/scope-err.cc: New test program.
12702 * gdb.cp/scope-err.exp: New test script.
12703 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12704 lines and "set breakpoint here" comment.
12705 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12706 Fixed some whitespace and format issues.
12707 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12708 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12709
12710 2016-03-15 Doug Evans <dje@google.com>
12711
12712 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12713 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12714 All callers updated. Add tests for enums, mixed flags register.
12715
12716 2016-03-15 Doug Evans <dje@google.com>
12717
12718 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12719 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12720
12721 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12722
12723 * gdb.base/default.exp: Add $_as_string to the list of expected
12724 convenience functions.
12725
12726 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12727
12728 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12729
12730 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12731
12732 * gdb.python/py-as-string.exp: New file.
12733 * gdb.python/py-as-string.c: New file.
12734
12735 2016-03-09 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12738 signal" -> "Thread NN received signal" output change.
12739 * gdb.threads/ia64-sigill.exp: Likewise.
12740 * gdb.threads/linux-dp.exp: Likewise.
12741 * gdb.threads/manythreads.exp: Likewise.
12742 * gdb.threads/pending-step.exp: Likewise.
12743 * gdb.threads/print-threads.exp: Likewise.
12744 * gdb.threads/sigstep-threads.exp: Likewise.
12745 * gdb.threads/staticthreads.exp: Likewise.
12746 * gdb.threads/tls.exp: Likewise.
12747
12748 2016-03-09 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.base/command-line-input.exp: New file.
12751
12752 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12753
12754 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12755 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12756 * gdb.trace/pending.exp: Accept leading dot before function name.
12757 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12758 * lib/trace-support.exp: Set registers for ppc.
12759
12760 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12761
12762 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12763 use it for disassembly; accept .main in addition to main in backtrace.
12764
12765 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12766 Marcin Kościelnicki <koriakin@0x04.net>
12767
12768 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12769 (gdb_recursion_test_ptr): New global variable.
12770 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12771 gdb_recursion_test.
12772 (gdb_c_test): Ditto.
12773
12774 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12775
12776 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12777 ordering.
12778
12779 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12780
12781 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12782 (bar): Add bar_start_lbl label.
12783 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12784 of foo/bar for emitting DWARF and tracing.
12785
12786 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12787
12788 * analyze-racy-logs.py: Set executable bit.
12789
12790 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12791
12792 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12793 (CHECK_TARGET_TMP): Likewise.
12794 (check-single-racy): New rule.
12795 (check-parallel-racy): Likewise.
12796 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12797 (do-check-parallel-racy): New rule.
12798 (check-racy/%.exp): Likewise.
12799 * README (Racy testcases): New section.
12800 * analyze-racy-logs.py: New file.
12801
12802 2016-03-03 Doug Evans <dje@google.com>
12803
12804 * gdb.base/skip.exp: Use with_test_prefix.
12805
12806 2016-03-03 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12809 Invoke step_over_syscall "clone" and break_cond_on_syscall
12810 "clone".
12811 * gdb.base/step-over-clone.c: New file.
12812
12813 2016-03-03 Yao Qi <yao.qi@linaro.org>
12814
12815 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12816 code format.
12817
12818 2016-03-03 Yao Qi <yao.qi@linaro.org>
12819
12820 * gdb.base/disp-step-fork.c: Rename to ...
12821 * gdb.base/step-over-fork.c: ... it. New file.
12822 * gdb.base/disp-step-vfork.c: Rename to ...
12823 * gdb.base/step-over-vfork.c: ... it. New file.
12824 * gdb.base/disp-step-syscall.exp: Rename to ...
12825 * gdb.base/step-over-syscall.exp: ... it. New file.
12826 (disp_step_cross_syscall): Rename to ...
12827 (step_over_syscall): ... it.
12828
12829 2016-03-03 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12832 If target supports condition evaluation on target, invoke
12833 break_cond_on_syscall for fork and vfork.
12834
12835 2016-03-03 Yao Qi <yao.qi@linaro.org>
12836
12837 * gdb.base/disp-step-syscall.exp: Don't invoke
12838 support_displaced_stepping.
12839 (disp_step_cross_syscall): Test with displaced stepping off and
12840 on if supported.
12841
12842 2016-03-03 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12845 proc.
12846 (setup): New proc.
12847 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12848 and setup.
12849
12850 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12851
12852 * gdb.fortran/vla-history.exp: Remove breakpoint.
12853
12854 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12855
12856 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12857 exceeds timeout.
12858
12859 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12860
12861 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12862 breakpoint.
12863
12864 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12865
12866 * gdb.mi/vla.f90: Nullify pointer after declaration.
12867
12868 2016-03-01 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12871
12872 2016-03-01 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12875 before anything else.
12876 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12877 _GNU_SOURCE here.
12878 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12879 before anything else.
12880 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12881
12882 2016-03-01 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12885
12886 2016-03-01 Yao Qi <yao.qi@linaro.org>
12887
12888 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12889 prepare_for_testing.
12890
12891 2016-03-01 Yao Qi <yao.qi@linaro.org>
12892
12893 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12894
12895 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12896
12897 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12898 manually constructing the output path.
12899
12900 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12901
12902 * gdb.arch/s390-stackless.S: New.
12903 * gdb.arch/s390-stackless.exp: New.
12904
12905 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12906
12907 * gdb.dlang/circular.c: New file.
12908 * gdb.dlang/circular.exp: New file.
12909
12910 2016-02-26 Yao Qi <yao.qi@linaro.org>
12911
12912 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12913 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12914 (testcases): Update.
12915
12916 2016-02-26 Yao Qi <yao.qi@linaro.org>
12917
12918 * gdb.reverse/aarch64.c: Rename to ...
12919 * gdb.reverse/insn-reverse.c: ... it.
12920 * gdb.reverse/aarch64.exp: Rename to ...
12921 * gdb.reverse/insn-reverse.exp: ... it.
12922
12923 2016-02-26 Yao Qi <yao.qi@linaro.org>
12924
12925 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12926 (testcase_ftype): New.
12927 (testcases): New array.
12928 (n_testcases): New.
12929 (main): Call each element in testcases.
12930 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12931 (read_testcase): New.
12932 Do the tests in a loop.
12933
12934 2016-02-25 Yao Qi <yao.qi@linaro.org>
12935
12936 * gdb.base/branches.c: Remove.
12937
12938 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12939
12940 PR gdb/13808
12941 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12942
12943 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12944
12945 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12946
12947 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12948
12949 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12950 change x86_64 call_insn to 'callq'.
12951
12952 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12953
12954 * gdb.trace/tfile-avx.c: Move to...
12955 * gdb.trace/tracefile-pseudo-reg.c: Here.
12956 * gdb.trace/tfile-avx.exp: Move to...
12957 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12958
12959 2016-02-24 Gary Benson <gbenson@redhat.com>
12960
12961 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12962 message on attach.
12963
12964 2016-02-23 Doug Evans <dje@google.com>
12965
12966 * gdb.base/skip.c (test_skip): New function.
12967 (end_test_skip_file_and_function): New function.
12968 (test_skip_file_and_function): New function.
12969 * gdb.base/skip1.c (test_skip): New function.
12970 (skip1_test_skip_file_and_function): New function.
12971 * gdb.base/skip.exp: Add tests for new skip options.
12972 * gdb.base/skip-solib.exp: Update expected output.
12973 * gdb.perf/skip-command.cc: New file.
12974 * gdb.perf/skip-command.exp: New file.
12975 * gdb.perf/skip-command.py: New file.
12976
12977 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12978
12979 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12980 info registers pattern.
12981
12982 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12983
12984 * lib/future.exp: Add D support.
12985 (gdb_find_gdc): New proc.
12986 (gdb_default_target_compile): Add D support.
12987
12988 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12989
12990 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12991 user+system time.
12992 (trace_speed_test): Determine the iteration count for a time
12993 between 15..30 seconds.
12994
12995 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12996
12997 * gdb.arch/i386-mpx-sigsegv.c: New file.
12998 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12999 * gdb.arch/i386-mpx-simple_segv.c: New file.
13000 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13001
13002 2016-02-18 Yao Qi <yao.qi@linaro.org>
13003
13004 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13005 Don't call setup_kfail.
13006
13007 2016-02-18 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13010 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13011
13012 2016-02-16 Doug Evans <dje@google.com>
13013
13014 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13015 * gdb.base/skip1.c: Ditto.
13016 * gdb.base/skip.exp: Whitespace cleanup.
13017
13018 2016-02-16 Don Breazeal <donb@codesourcery.com>
13019
13020 PR remote/19496
13021 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13022 Remove kfail for PR remote/19496.
13023
13024 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13025
13026 * lib/gdb.exp (standard_temp_file): Return a path specific to
13027 the runtest invocation.
13028
13029 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * gdb.trace/save-trace.exp: Change relative path to be in the
13032 standard output directory.
13033
13034 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13035
13036 * gdb.arch/i386-prologue.c: Add missing prototypes.
13037
13038 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13041 * gdb.arch/i386-prologue.exp: Likewise.
13042 * gdb.arch/i386-size.exp: Likewise.
13043
13044 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13045
13046 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13047 define object file path.
13048 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13049 file path.
13050 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13051 standard_output_file to define binfile.
13052
13053 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13054
13055 Fix compatibility with recent gfortran-5.3.1.
13056 * gdb.fortran/vla-history.exp (print vla1 allocated)
13057 (print vla2 allocated, print $2, print $3): Remove
13058 (print $4): Rename to ...
13059 (print $2): ... here.
13060 (print $9): Rename to ...
13061 (print $5): ... here.
13062 (print $10): Rename to ...
13063 (print $6): ... here.
13064 * gdb.fortran/vla.f90: Add pvla initialization.
13065
13066 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13067
13068 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13069 New test.
13070 * gdb.fortran/vla-value-sub.exp: Likewise.
13071
13072 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13073
13074 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13075
13076 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * i386-biarch-core.exp: Define corefile using
13079 standard_output_file.
13080
13081 2016-02-12 Yao Qi <yao.qi@linaro.org>
13082
13083 * gdb.arch/arm-single-step-kernel-helper.c: New.
13084 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13085
13086 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13087
13088 * gdb.btrace/tailcall-only.exp: New.
13089 * gdb.btrace/tailcall-only.c: New.
13090 * gdb.btrace/x86_64-tailcall-only.S: New.
13091 * gdb.btrace/i686-tailcall-only.S: New.
13092
13093 2016-02-11 Pedro Alves <palves@redhat.com>
13094
13095 * README (Parallel testing): Add missing double quotes.
13096
13097 2016-02-11 Pedro Alves <palves@redhat.com>
13098
13099 * README (Parallel testing): New section.
13100 (GDB_PARALLEL): Rewrite.
13101 (FORCE_PARALLEL): Document.
13102
13103 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13104
13105 * gdb.trace/tfile-avx.c: New test.
13106 * gdb.trace/tfile-avx.exp: New test.
13107
13108 2016-02-09 Keith Seitz <keiths@redhat.com>
13109
13110 PR breakpoints/19546
13111 * gdb.base/infcall-exec.c: New file.
13112 * gdb.base/infcall-exec2.c: New file.
13113 * gdb.base/infcall-exec.exp: New file.
13114
13115 2016-02-09 Keith Seitz <keiths@redhat.com>
13116
13117 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13118 (toplevel): Call test_bkpt_address.
13119
13120 2016-02-09 Keith Seitz <keiths@redhat.com>
13121
13122 PR python/19506
13123 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13124 (toplevel): Call test_bkpt_address.
13125
13126 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13127
13128 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13129 to AC_OUTPUT.
13130 * configure: Regenerate.
13131
13132 2016-02-09 Pedro Alves <palves@redhat.com>
13133
13134 PR breakpoints/19548
13135 * gdb.base/execl-update-breakpoints.c (some_function): New
13136 function.
13137 (main): Call it.
13138 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13139 Tighten expected GDB output.
13140
13141 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13142
13143 * Makefile.in (ALL_SUBDIRS): Remove.
13144 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13145 (distclean maintainer-clean realclean): Likewise.
13146 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13147 * configure: Regenerate.
13148 * gdb.ada/Makefile.in: Delete.
13149 * gdb.arch/Makefile.in: Likewise.
13150 * gdb.asm/Makefile.in: Likewise.
13151 * gdb.base/Makefile.in: Likewise.
13152 * gdb.btrace/Makefile.in: Likewise.
13153 * gdb.cell/Makefile.in: Likewise.
13154 * gdb.compile/Makefile.in: Likewise.
13155 * gdb.cp/Makefile.in: Likewise.
13156 * gdb.disasm/Makefile.in: Likewise.
13157 * gdb.dlang/Makefile.in: Likewise.
13158 * gdb.dwarf2/Makefile.in: Likewise.
13159 * gdb.fortran/Makefile.in: Likewise.
13160 * gdb.gdb/Makefile.in: Likewise.
13161 * gdb.go/Makefile.in: Likewise.
13162 * gdb.guile/Makefile.in: Likewise.
13163 * gdb.java/Makefile.in: Likewise.
13164 * gdb.linespec/Makefile.in: Likewise.
13165 * gdb.mi/Makefile.in: Likewise.
13166 * gdb.modula2/Makefile.in: Likewise.
13167 * gdb.multi/Makefile.in: Likewise.
13168 * gdb.objc/Makefile.in: Likewise.
13169 * gdb.opencl/Makefile.in: Likewise.
13170 * gdb.opt/Makefile.in: Likewise.
13171 * gdb.pascal/Makefile.in: Likewise.
13172 * gdb.perf/Makefile.in: Likewise.
13173 * gdb.python/Makefile.in: Likewise.
13174 * gdb.reverse/Makefile.in: Likewise.
13175 * gdb.server/Makefile.in: Likewise.
13176 * gdb.stabs/Makefile.in: Likewise.
13177 * gdb.threads/Makefile.in: Likewise.
13178 * gdb.trace/Makefile.in: Likewise.
13179 * gdb.xml/Makefile.in: Likewise.
13180 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13181 GDB_PARALLEL.
13182 (standard_output_file): Remove check for GDB_PARALLEL, always
13183 return path in outputs/$subdir/$testname.
13184
13185 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13188 (site.exp): Assign abs_srcdir to tcl's srcdir.
13189
13190 2016-02-04 Yao Qi <yao.qi@linaro.org>
13191
13192 * gdb.base/foll-exec-mode.c: Include limits.h.
13193 (main): Add parameters argc and argv. Get directory from
13194 argv[0].
13195 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13196 compilation.
13197 * gdb.base/foll-exec.c: Include limits.h.
13198 (main): Add parameters argc and argv.
13199 Get directory from argv[0].
13200 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13201 Adjust tests on the number of lines as source code changed.
13202 * gdb.base/foll-vfork-exit.c: Include limits.h.
13203 (main): Add one line of statement before vfork.
13204 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13205 (main): Add parameters argc and argv. Get directory from
13206 argv[0].
13207 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13208 (setup_gdb): Set tbreak to skip some source lines.
13209 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13210 (main): Add parameters argc and argv. Get directory from
13211 argv[0].
13212 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13213 compilation.
13214 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13215 (main): Add parameters argc and argv. Get directory from
13216 argv[0].
13217 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13218 compilation.
13219
13220 2016-02-01 Doug Evans <dje@google.com>
13221
13222 * gdb.base/skip.exp: Clean up multiple references to same test name.
13223
13224 2016-02-01 Pedro Alves <palves@redhat.com>
13225
13226 PR remote/19496
13227 * gdb.threads/forking-threads-plus-breakpoint.exp
13228 (displaced_stepping_supported): New global.
13229 (probe_displaced_stepping_support): New procedure.
13230 (do_test): Add 'displaced' parameter, and use it.
13231 (top level): Check for displaced stepping support. Add displaced
13232 stepping on/off testing axis.
13233
13234 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13235
13236 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13237 pointer. Don't perform further tests on the unassociated pointer
13238 if the first test fails.
13239
13240 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13241
13242 * gdb.base/max-value-size.c: New file.
13243 * gdb.base/max-value-size.exp: New file.
13244 * gdb.base/huge.exp: Disable max-value-size for this test.
13245
13246 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13247
13248 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13249
13250 2016-01-28 Yao Qi <yao.qi@linaro.org>
13251
13252 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13253
13254 2016-01-25 Pedro Alves <palves@redhat.com>
13255
13256 PR threads/19461
13257 * gdb.base/fork-running-state.c: New file.
13258 * gdb.base/fork-running-state.exp: New file.
13259
13260 2016-01-25 Pedro Alves <palves@redhat.com>
13261
13262 PR gdb/19494
13263 * gdb.base/catch-fork-kill.c: New file.
13264 * gdb.base/catch-fork-kill.exp: New file.
13265
13266 2016-01-25 Pedro Alves <palves@redhat.com>
13267
13268 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13269 Delete, moved to lib/gdb.exp.
13270 * gdb.threads/forking-threads-plus-breakpoint.exp
13271 (foreach_with_prefix): Likewise.
13272 * gdb.threads/process-dies-while-handling-bp.exp
13273 (foreach_with_prefix): Likewise.
13274 * lib/gdb.exp (foreach_with_prefix): New procedure.
13275
13276 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13277
13278 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13279 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13280
13281 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13282
13283 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13284 endian targets.
13285
13286 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13287 Pedro Alves <palves@redhat.com>
13288
13289 Fix testsuite compatibility with Guile.
13290 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13291 number.
13292
13293 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13294
13295 Fix testsuite compatibility with Guile.
13296 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13297 (thread 1): New test for backtrace through signal handler.
13298
13299 2016-01-22 Yao Qi <yao.qi@linaro.org>
13300
13301 PR testsuite/19491
13302 * gdb.base/multi-forks.c: Include
13303 ../lib/unbuffer_output.c
13304 (main): Call gdb_unbuffer_output.
13305
13306 2016-01-21 Doug Evans <dje@google.com>
13307
13308 * lib/ada.exp (gdb_compile_ada): Fix typo.
13309
13310 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13311
13312 * gdb.base/break-fun-addr.exp: New file.
13313 * gdb.base/break-fun-addr1.c: New file.
13314 * gdb.base/break-fun-addr2.c: New file.
13315
13316 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13317
13318 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13319 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13320 enum flag values.
13321
13322 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13323
13324 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13325 when GDB can not set the vector return value. Add more comments
13326 for clarification.
13327
13328 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13329
13330 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13331 command.
13332
13333 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13334
13335 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13336
13337 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13338
13339 * Makefile.in (check-single): Pass --status to runtest.
13340 (check/%.exp): Likewise.
13341
13342 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13343
13344 * Makefile.in (check-parallel): Propagate return code from make
13345 do-check-parallel.
13346
13347 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13348
13349 * gdb.trace/ftrace.exp: Fix expected message on continue.
13350 * gdb.trace/pending.exp: Fix expected message on continue.
13351 * gdb.trace/trace-break.exp: Fix expected message on continue.
13352
13353 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 * lib/gdb.exp (gdb_test): Remove unused global references.
13356
13357 2016-01-18 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.base/async-shell.exp: Adjust expected output.
13360 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13361 * gdb.base/siginfo-thread.exp: Adjust expected output.
13362 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13363 * gdb.java/jnpe.exp: Adjust expected output.
13364 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13365 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13366 * gdb.threads/leader-exit.exp: Adjust expected output.
13367 * gdb.threads/manythreads.exp: Adjust expected output.
13368 * gdb.threads/pthreads.exp: Adjust expected output.
13369 * gdb.threads/schedlock.exp: Adjust expected output.
13370 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13371 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13372 expected output.
13373 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13374 output.
13375 * gdb.threads/sigthread.exp: Adjust expected output.
13376 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13377
13378 2016-01-18 Yao Qi <yao.qi@linaro.org>
13379
13380 * gdb.guile/scm-section-script.c: Replace @progbits with
13381 %progbits.
13382 * gdb.python/py-section-script.c: Likewise.
13383
13384 2016-01-15 Pedro Alves <palves@redhat.com>
13385
13386 * gdb.multi/tids.exp: Test star wildcard ranges.
13387
13388 2016-01-15 Pedro Alves <palves@redhat.com>
13389
13390 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13391 command from "thread apply" invocation.
13392 (thr_apply_info_thr_invalid): Default the expected output to the
13393 input tid list.
13394 (top level): Add tests that use convenience variables. Add tests
13395 for "thread apply" with a valid TID list, but missing the command.
13396
13397 2016-01-13 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.base/default.exp: Expect $_gthread as well.
13400 * gdb.multi/tids.exp: Test $_gthread.
13401 * gdb.threads/thread-specific.exp: Test $_gthread.
13402
13403 2016-01-13 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.multi/tids.exp: Test "info threads -gid".
13406
13407 2016-01-13 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13410 Breakpoint.thread.
13411 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13412
13413 2016-01-07 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.base/break.exp: Adjust to output changes.
13416 * gdb.base/hbreak2.exp: Likewise.
13417 * gdb.base/sepdebug.exp: Likewise.
13418 * gdb.base/watch_thread_num.exp: Likewise.
13419 * gdb.linespec/keywords.exp: Likewise.
13420 * gdb.multi/info-threads.exp: Likewise.
13421 * gdb.threads/thread-find.exp: Likewise.
13422 * gdb.multi/tids.c: New file.
13423 * gdb.multi/tids.exp: New file.
13424
13425 2016-01-13 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13428
13429 2016-01-13 Pedro Alves <palves@redhat.com>
13430
13431 * gdb.base/default.exp: Expect $_inferior as well.
13432 * gdb.multi/base.exp: Test $_inferior.
13433
13434 2016-01-13 Pedro Alves <palves@redhat.com>
13435
13436 PR breakpoints/19388
13437 * gdb.base/catch-signal-siginfo-cond.c: New file.
13438 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13439
13440 2016-01-12 Josh Stone <jistone@redhat.com>
13441 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13442
13443 * gdb.base/catch-syscall.c (do_execve): New variable.
13444 (main): Conditionally trigger an execve.
13445 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13446 (test_catch_syscall_execve): New, check entry/return across execve.
13447 (do_syscall_tests): Call test_catch_syscall_execve.
13448
13449 2016-01-12 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.base/random-signal.exp (do_test): New procedure, with body
13452 of testcase moved in.
13453
13454 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13455 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/funcargs.exp (finish from indirectly called function):
13458 Reintroduce the case for 'First'.
13459
13460 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13461 Pedro Alves <palves@redhat.com>
13462
13463 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13464 (tcatch_vfork_then_child_follow_exec)
13465 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13466 identification.
13467
13468 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13469
13470 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13471 and repeats to unlimited.
13472 * gdb.python/py-value.exp: Likewise.
13473 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13474 and repeats to unlimited.
13475
13476 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13477
13478 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13479 and reordering the functions.
13480 * gdb.multi/hangout.c: Likewise.
13481 * gdb.multi/hello.c: Likewise.
13482
13483 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13484
13485 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13486 absolute.
13487 (SingleStatisticTestResult.report): Use dict.keys instead of
13488 dict.iterkeys.
13489
13490 2016-01-06 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13493
13494 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13495
13496 * gdb.btrace/dlopen.exp: New.
13497 * gdb.btrace/dlopen.c: New.
13498 * gdb.btrace/dlopen-dso.c: New.
13499
13500 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13501
13502 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13503 PATTERN argument is optional.
13504
13505 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13506
13507 * lib/ada.exp (target_compile_ada_from_dir): New function.
13508 (gdb_compile_ada): Reimplement avoiding the use of project files.
13509 * gdb.ada/gnat_ada.gpr: Delete.
13510 * gdb.ada/cond_lang.exp: Adjust test to make path before
13511 filename optional.
13512 * gdb.ada/small_reg_param.exp: Likewise.
13513
13514 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13515
13516 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13517
13518 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13519
13520 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13521 case.
13522
13523 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13524
13525 * gdb.base/break.exp: Remove dead code.
13526 * gdb.base/sepdebug.exp: Likewise.
13527
13528 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13529
13530 * gdb.asm/asm-source.exp: Remove HP-UX references.
13531 * gdb.base/annota1.exp: Likewise.
13532 * gdb.base/annota3.exp: Likewise.
13533 * gdb.base/attach.exp: Likewise.
13534 * gdb.base/bigcore.exp: Likewise.
13535 * gdb.base/break.exp: Likewise.
13536 * gdb.base/call-ar-st.exp: Likewise.
13537 * gdb.base/callfuncs.exp: Likewise.
13538 * gdb.base/catch-fork-static.exp: Likewise.
13539 * gdb.base/display.exp: Likewise.
13540 * gdb.base/foll-exec-mode.exp: Likewise.
13541 * gdb.base/foll-exec.exp: Likewise.
13542 * gdb.base/foll-fork.exp: Likewise.
13543 * gdb.base/foll-vfork.exp: Likewise.
13544 * gdb.base/funcargs.exp: Likewise.
13545 * gdb.base/hbreak2.exp: Likewise.
13546 * gdb.base/inferior-died.exp: Likewise.
13547 * gdb.base/interrupt.exp: Likewise.
13548 * gdb.base/multi-forks.exp: Likewise.
13549 * gdb.base/nodebug.exp: Likewise.
13550 * gdb.base/sepdebug.exp: Likewise.
13551 * gdb.base/solib1.c: Likewise.
13552 * gdb.base/step-test.exp: Likewise.
13553 * gdb.mi/non-stop.c: Likewise.
13554 * gdb.mi/pthreads.c: Likewise.
13555 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13556 * gdb.threads/pthreads.c: Likewise.
13557 * gdb.threads/staticthreads.exp: Likewise.
13558 * lib/future.exp: Likewise.
13559 * lib/gdb.exp: Likewise.
13560 * gdb.base/so-indr-cl.c: Remove.
13561 * gdb.base/so-indr-cl.exp: Likewise.
13562 * gdb.base/solib.c: Likewise.
13563 * gdb.base/solib.exp: Likewise.
13564 * gdb.base/solib2.c: Likewise.
13565
13566 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13567
13568 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13569 * gdb.base/call-ar-st.exp: Likewise.
13570 * gdb.base/callfuncs.exp: Likewise.
13571 * gdb.base/condbreak.exp: Likewise.
13572 * gdb.base/constvars.exp: Likewise.
13573 * gdb.base/hbreak2.exp: Likewise.
13574 * gdb.base/langs.exp: Likewise.
13575 * gdb.base/list.exp: Likewise.
13576 * gdb.base/long_long.exp: Likewise.
13577 * gdb.base/ptype.exp: Likewise.
13578 * gdb.base/scope.exp: Likewise.
13579 * gdb.base/signals.exp: Likewise.
13580 * gdb.base/so-impl-ld.exp: Likewise.
13581 * gdb.base/varargs.exp: Likewise.
13582 * gdb.base/volatile.exp: Likewise.
13583 * gdb.base/whatis.exp: Likewise.
13584 * gdb.cp/cplusfuncs.exp: Likewise.
13585 * gdb.cp/inherit.exp: Likewise.
13586 * gdb.cp/local.exp: Likewise.
13587 * gdb.cp/member-ptr.exp: Likewise.
13588 * gdb.cp/method.exp: Likewise.
13589 * gdb.cp/overload.exp: Likewise.
13590 * gdb.cp/templates.exp: Likewise.
13591 * gdb.stabs/weird.exp: Likewise.
13592 * lib/compiler.c: Likewise.
13593 * lib/compiler.cc: Likewise.
13594 * lib/cp-support.exp: Likewise.
13595 * lib/gdb.exp: Likewise.
13596
13597 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13598
13599 * configure.ac: Remove HP-UX case.
13600 * configure: Regenerate.
13601
13602 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13603
13604 * lib/gdb.exp (gdb_compile): Add function doc.
13605
13606 2015-12-17 Pedro Alves <palves@redhat.com>
13607
13608 PR threads/19354
13609 * gdb.multi/info-threads.exp: New file.
13610
13611 2015-12-15 Yao Qi <yao.qi@linaro.org>
13612
13613 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13614 is aarch64*-*-*.
13615
13616 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13617
13618 * gdb.base/history-duplicates.exp: Skip if no readline support.
13619
13620 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13621
13622 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13623
13624 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13625
13626 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13627
13628 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13629
13630 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13631 ctrl-C if nointerrupts target property is set.
13632 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13633 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13634 * gdb.base/paginate-bg-execution.exp: Likewise.
13635 * gdb.base/paginate-execution-startup.exp: Likewise.
13636 * gdb.base/random-signal.exp: Likewise.
13637 * gdb.base/range-stepping.exp: Likewise.
13638 * gdb.cp/annota2.exp: Likewise.
13639 * gdb.cp/annota3.exp: Likewise.
13640 * gdb.gdb/selftest.exp: Likewise.
13641 * gdb.threads/continue-pending-status.exp: Likewise.
13642 * gdb.threads/leader-exit.exp: Likewise.
13643 * gdb.threads/manythreads.exp: Likewise.
13644 * gdb.threads/pthreads.exp: Likewise.
13645 * gdb.threads/schedlock.exp: Likewise.
13646 * gdb.threads/sigthread.exp: Likewise.
13647
13648 2015-12-11 Don Breazeal <donb@codesourcery.com>
13649
13650 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13651 remote.
13652 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13653 * gdb.base/foll-exec.exp (main): Enable for target remote.
13654 * gdb.base/foll-fork.exp (main): Likewise.
13655 * gdb.base/foll-vfork.exp (main): Likewise.
13656 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13657 (proc continue_to_exit_bp_loc): Use clean_restart.
13658 * gdb.base/pie-execl.exp (main): Disable for target remote.
13659 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13660 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13661 * gdb.threads/execl.exp (main): Likewise.
13662 * gdb.threads/fork-child-threads.exp (main): Likewise.
13663 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13664 remote.
13665 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13666 remote.
13667 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13668 pid.tid style ptids, instead of just tid.
13669 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13670 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13671 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13672 ptids, instead of just tid.
13673
13674 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13675
13676 * gdb.base/list.exp (test_list_forward): Add end of file error
13677 test.
13678 (test_repeat_list_command): Add end of file error test.
13679 (test_list_backwards): Add beginning of file error test.
13680
13681 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13682
13683 * gdb.base/list.exp (test_list_invalid_args): New function,
13684 defined, and called.
13685
13686 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13687
13688 * gdb.base/list.exp (test_list): Make test names unique.
13689
13690 2015-12-11 Yao Qi <yao.qi@linaro.org>
13691
13692 * gdb.base/coremaker2.c: Remove.
13693
13694 2015-12-10 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.multi/base.exp: Remove stale "spaces" references.
13697
13698 2015-12-10 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.multi/base.exp: Don't use nowarnings.
13701 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13702 * gdb.multi/hangout.c: Include stdio.h.
13703 * gdb.multi/hello.c: Include stdlib.h.
13704 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13705 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13706 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13707
13708 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13709
13710 * gdb.dwarf2/dw2-ranges-base.c: New file.
13711 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13712 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13713 support additional line table, and debug ranges generation.
13714 (Dwarf::ranges): New function, generate .debug_ranges.
13715 (Dwarf::lines): Support generating simple line table programs.
13716 (Dwarf::assemble): Initialise new namespace variables.
13717
13718 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13719
13720 * gdb.base/async.exp (proc test_background): Add case for
13721 asynchronous execution not supported.
13722
13723 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13724
13725 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13726 format and change test names to make them unique.
13727
13728 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13729 Pedro Alves <pedro@redhat.com>
13730
13731 PR gdb/18702
13732 Add checking of floatformats setup on x86_64 hosts.
13733 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13734 (smallval, bigval): New labels/constants.
13735 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13736 float" after loading bigval and smallval.
13737
13738 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13739
13740 * gdb.ada/fun_overload_menu.exp: New testcase.
13741 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13742
13743 2015-12-04 Josh Stone <jistone@redhat.com>
13744
13745 * gdb.base/catch-fork-static.exp: New.
13746
13747 2015-12-03 Yao Qi <yao.qi@linaro.org>
13748
13749 * gdb.base/sizeof.c: Don't include stdio.h and
13750 ../lib/unbuffer_output.c.
13751 (main): New variable 'size' and 'value'. Remove printf and
13752 gdb_unbuffer_output. Assign return value to size and value.
13753 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13754 at the beginning.
13755 (check_sizeof): Check the result by printing variable 'size'.
13756 (check_valueof): Check the result by printing variable 'value'.
13757
13758 2015-12-01 Yao Qi <yao.qi@linaro.org>
13759
13760 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13761 for aarch64*-*-linux* target.
13762
13763 2015-11-30 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13766
13767 2015-11-30 Pedro Alves <palves@redhat.com>
13768
13769 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13770 Handle non-stop mode vCont replies.
13771
13772 2015-11-30 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13775 prepare_for_testing. Start gdb with "set non-stop on" appended to
13776 GDBFLAGS. Lax expected stop output.
13777
13778 2015-11-27 Yao Qi <yao.qi@linaro.org>
13779
13780 * gdb.arch/arm-neon.exp: New.
13781 * gdb.arch/arm-neon.c: New.
13782
13783 2015-11-27 Yao Qi <yao.qi@linaro.org>
13784
13785 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13786
13787 2015-11-27 Yao Qi <yao.qi@linaro.org>
13788
13789 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13790 frames-invalid annotation.
13791
13792 2015-11-27 Yao Qi <yao.qi@linaro.org>
13793
13794 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13795
13796 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13797
13798 * gdb.threads/names.exp: New file.
13799 * gdb.threads/names.c: New file.
13800 * README: Mention gdb,no_thread_names.
13801
13802 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13803
13804 PR 19297
13805 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13806 support" error.
13807
13808 2015-11-24 Pedro Alves <palves@redhat.com>
13809
13810 PR 17539
13811 * gdb.base/display.exp: Expect displays to be sorted in ascending
13812 order. Use multi_line.
13813 * gdb.base/solib-display.exp: Likewise.
13814
13815 2015-11-24 Pedro Alves <palves@redhat.com>
13816
13817 PR 17539
13818 * gdb.base/display.exp: Expect displays to be sorted in ascending
13819 order. Use multi_line.
13820 * gdb.base/solib-display.exp: Likewise.
13821
13822 2015-11-24 Pedro Alves <palves@redhat.com>
13823
13824 PR 17539
13825 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13826 threads in ascending order.
13827 * gdb.base/foll-fork.exp: Likewise.
13828 * gdb.base/foll-vfork.exp: Likewise.
13829 * gdb.base/multi-forks.exp: Likewise.
13830 * gdb.mi/mi-nonstop.exp: Likewise.
13831 * gdb.mi/mi-nsintrall.exp: Likewise.
13832 * gdb.multi/base.exp: Likewise.
13833 * gdb.multi/multi-arch.exp: Likewise.
13834 * gdb.python/py-inferior.exp: Likewise.
13835 * gdb.threads/break-while-running.exp: Likewise.
13836 * gdb.threads/execl.exp: Likewise.
13837 * gdb.threads/gcore-thread.exp: Likewise.
13838 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13839 * gdb.threads/kill.exp: Likewise.
13840 * gdb.threads/linux-dp.exp: Likewise.
13841 * gdb.threads/multiple-step-overs.exp: Likewise.
13842 * gdb.threads/next-bp-other-thread.exp: Likewise.
13843 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13844 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13845 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13846 * gdb.threads/thread-find.exp: Likewise.
13847 * gdb.threads/tls.exp: Likewise.
13848 * lib/mi-support.exp (mi_reverse_list): Delete.
13849 (mi_check_thread_states): No longer reverse list.
13850
13851 2015-11-24 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13854 use lowercase.
13855
13856 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13857
13858 * gdb.trace/actions.c: Include trace-common.h.
13859 (main): Add a location for a fast tracepoint.
13860 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13861 the normal tracepoints.
13862 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13863
13864 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13865
13866 * save-trace.exp: Factor out code to these...
13867 (gdb_save_tracepoints): New.
13868 (gdb_load_tracepoints): New.
13869 (do_save_load_test): New.
13870
13871 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13872
13873 * gdb.base/asmlabel.exp: New test.
13874 * gdb.base/asmlabel.c: New test case.
13875
13876 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13877
13878 * gdb.base/wrong_frame_bt_full-main.c: New file.
13879 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13880 * gdb.base/wrong_frame_bt_full.exp: New file.
13881
13882 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13883
13884 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13885
13886 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13887
13888 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13889 pstate register when comparing registers values in
13890 sparc64-*-linux-gnu targets to avoid spurious differences.
13891
13892 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13893
13894 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13895
13896 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13897
13898 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13899 as type argument to gdb_compile.
13900 * gdb.base/nested-subp2.exp: Likewise.
13901 * gdb.base/nested-subp3.exp: Likewise.
13902
13903 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13904
13905 * lib/dwarf.exp (_note): Fix left shift of negative value.
13906 * gdb.trace/trace-condition.exp: Likewise.
13907
13908 2015-11-13 Yao Qi <yao.qi@linaro.org>
13909
13910 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13911 comments about d10v.
13912 (test_scalar_returns): Likewise.
13913 * gdb.base/d10v.ld: Remove.
13914 * gdb.base/overlays.exp: Remove the target triplet checking for
13915 d10v-*-*.
13916 * gdb.base/structs.exp (test_struct_returns): Remove the
13917 comments about d10v.
13918 (test_struct_calls): Likewise.
13919
13920 2015-11-13 Yao Qi <yao.qi@linaro.org>
13921
13922 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13923 * gdb.base/gnu_vector.c: Don't include stdio.h.
13924 (main): Don't print res and call add_some_intvecs.
13925
13926 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13927
13928 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13929 macro.
13930 (func5): Removed.
13931 (func4): Use FAST_TRACEPOINT_LABEL.
13932 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13933 macro.
13934 (func): Removed.
13935 (thread_function): Use FAST_TRACEPOINT_LABEL.
13936 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13937 (func): Remove.
13938 (marker): Use FAST_TRACEPOINT_LABEL.
13939 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13940 (pendfunc1): Remove.
13941 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13942 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13943 (foo): Remove.
13944 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13945 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13946 macro.
13947 (func): Remove.
13948 (marker): Use FAST_TRACEPOINT_LABEL.
13949 * gdb.trace/trace-common.h: New header.
13950 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13951 macro.
13952 (func): Remove.
13953 (marker): Use FAST_TRACEPOINT_LABEL.
13954 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13955 (func): Remove.
13956 (thread_function): Use FAST_TRACEPOINT_LABEL.
13957
13958 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13959
13960 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13961 in front.
13962 * gdb.trace/change-loc.exp: Use global pcreg definition.
13963 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13964 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13965 in front.
13966 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13967 * gdb.trace/pending.exp: Likewise.
13968 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13969 * gdb.trace/trace-break.exp: Likewise.
13970 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13971 in front.
13972 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13973 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13974 in front.
13975 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13976
13977 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13978
13979 * gdb.ada/fin_fun_out: New testcase.
13980
13981 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13982
13983 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13984 value associated with DW_AT_byte_size.
13985 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13986 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13987 DW_AT_upper_bound.
13988
13989 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13990
13991 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13992 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13993 version.
13994 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13995 gdb.dwarf2/dw2-canonicalize-type.exp,
13996 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13997 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13998 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13999 provided by gdb_target_symbol_prefix_flags_asm.
14000 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14001 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14002 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14003 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14004 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14005 macros where needed). Use this macro for symbols which require
14006 the prefix provided by SYMBOL_PREFIX.
14007
14008 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14009
14010 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14011 New procs.
14012 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14013 representing expressions, of more than one list element.
14014 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14015 to prepend linker symbol prefix to f.
14016 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14017 table_1 and table_2.
14018 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14019 Likewise, for f and g.
14020 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14021 for ptr.
14022 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14023 for main.
14024 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14025 table_1_ptr and table_2_ptr.
14026
14027 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14028 Joel Brobecker <brobecker@adacore.com>
14029
14030 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14031
14032 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14033
14034 * gdb.reverse/s390-mvcle.c: New test.
14035 * gdb.reverse/s390-mvcle.exp: New file.
14036 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14037
14038 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14039
14040 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14041
14042 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14043
14044 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14045 reaching marker2.
14046 * gdb.reverse/getresuid-reverse.exp: Likewise.
14047 * gdb.reverse/pipe-reverse.exp: Likewise.
14048 * gdb.reverse/readv-reverse.exp: Likewise.
14049 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14050 * gdb.reverse/time-reverse.exp: Likewise.
14051 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14052
14053 2015-10-30 Yao Qi <yao.qi@linaro.org>
14054
14055 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14056 (empty_cycle): Remove.
14057 (main): Don't call empty_cycle. Don't use watch_count_done.
14058 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14059 empty_cycle. Rewrite the code counting HW watchpoints.
14060
14061 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14062
14063 * gdb.reverse/fstatat-reverse.c: New test.
14064 * gdb.reverse/fstatat-reverse.exp: New file.
14065 * gdb.reverse/getresuid-reverse.c: New test.
14066 * gdb.reverse/getresuid-reverse.exp: New file.
14067 * gdb.reverse/pipe-reverse.c: New test.
14068 * gdb.reverse/pipe-reverse.exp: New file.
14069 * gdb.reverse/readv-reverse.c: New test.
14070 * gdb.reverse/readv-reverse.exp: New file.
14071 * gdb.reverse/recvmsg-reverse.c: New test.
14072 * gdb.reverse/recvmsg-reverse.exp: New file.
14073 * gdb.reverse/time-reverse.c: New test.
14074 * gdb.reverse/time-reverse.exp: New file.
14075 * gdb.reverse/waitpid-reverse.c: New test.
14076 * gdb.reverse/waitpid-reverse.exp: New file.
14077
14078 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14081
14082 2015-10-26 Doug Evans <dje@google.com>
14083
14084 PR symtab/17391
14085 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14086 * gdb.dwarf2/bad-regnum.c: New file.
14087 * gdb.dwarf2/bad-regnum.exp: New file.
14088
14089 2015-10-26 Doug Evans <dje@google.com>
14090
14091 PR python/18938
14092 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14093 file.
14094
14095 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14098 for a change by "Mention language in compile error message".
14099
14100 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14101
14102 PR python/18073
14103 * gdb.python/py-type.c (C::a_method): New.
14104 (C::a_const_method): New.
14105 (C::a_static_method): New.
14106 (a_function): New.
14107 * gdb.python/py-type.exp (test_fields): Test getting fields
14108 from function and method.
14109
14110 2015-10-21 Keven Boell <keven.boell@intel.com>
14111
14112 * gdb.fortran/vla-alloc-assoc.exp: New file.
14113 * gdb.fortran/vla-datatypes.exp: New file.
14114 * gdb.fortran/vla-datatypes.f90: New file.
14115 * gdb.fortran/vla-history.exp: New file.
14116 * gdb.fortran/vla-ptype-sub.exp: New file.
14117 * gdb.fortran/vla-ptype.exp: New file.
14118 * gdb.fortran/vla-sizeof.exp: New file.
14119 * gdb.fortran/vla-sub.f90: New file.
14120 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14121 * gdb.fortran/vla-value-sub-finish.exp: New file.
14122 * gdb.fortran/vla-value-sub.exp: New file.
14123 * gdb.fortran/vla-value.exp: New file.
14124 * gdb.fortran/vla-ptr-info.exp: New file.
14125 * gdb.mi/mi-vla-fortran.exp: New file.
14126 * gdb.mi/vla.f90: New file.
14127
14128 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14129
14130 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14131 of hardwired timeout value.
14132
14133 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14134 Pedro Alves <palves@redhat.com>
14135
14136 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14137 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14138
14139 2015-10-19 Josh Stone <jistone@redhat.com>
14140
14141 * gdb.base/catch-syscall.c: Include <sched.h>.
14142 (unknown_syscall): New variable.
14143 (main): Trigger a vfork and an unknown syscall.
14144 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14145 (unknown_syscall_number): Likewise.
14146 (check_call_to_syscall): Accept an optional syscall pattern.
14147 (check_return_from_syscall): Likewise.
14148 (check_continue): Likewise.
14149 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14150 (test_catch_syscall_skipping_return): New test toggling off 'catch
14151 syscall' to step over the syscall return, then toggling back on.
14152 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14153 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14154 (do_syscall_tests): Call test_catch_syscall_without_args and
14155 test_catch_syscall_mid_vfork.
14156 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14157 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14158
14159 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14160
14161 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14162 print g_vE): Add new pass patterns.
14163 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14164 print various symbol names for vptr fields.
14165
14166 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14167
14168 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14169 results.
14170
14171 2015-10-12 Yao Qi <yao.qi@linaro.org>
14172
14173 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14174
14175 2015-10-12 Yao Qi <yao.qi@linaro.org>
14176
14177 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14178 is aarch64*-*-linux*.
14179
14180 2015-10-12 Yao Qi <yao.qi@linaro.org>
14181
14182 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14183 (can_relocate_bcond_true): ... it.
14184 (can_relocate_bcond_false): New function.
14185 (foo): Likewise.
14186 (can_relocate_bl): Likewise.
14187 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14188 can_relocate_bl.
14189
14190 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14191
14192 * gdb.base/nested-addr.c: New file.
14193 * gdb.base/nested-addr.exp: New testcase.
14194
14195 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14196
14197 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14198 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14199 its output. Ignore the output of "record goto begin" and instead
14200 check that GDB is replaying.
14201
14202 2015-10-09 Pedro Alves <palves@redhat.com>
14203
14204 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14205 (top level): Use it in the run with no args test.
14206
14207 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14208
14209 * gdb.dlang/properties.exp: New file.
14210
14211 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14212
14213 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14214 whether or not address 0x1000 is mapped on the target.
14215
14216 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14217
14218 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14219 build.
14220
14221 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14222
14223 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14224 instruction-history test.
14225
14226 2015-09-28 Doug Evans <dje@google.com>
14227
14228 * gdb.base/gcore.c (array_func): Add reference to static_array.
14229
14230 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14231
14232 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14233 source line.
14234
14235 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14236
14237 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14238 short or char as base type.
14239
14240 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14241
14242 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14243 to allow any size enum.
14244
14245 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14246
14247 * gdb.ada/array_ptr_renaming.exp: New testcase.
14248 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14249 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14250
14251 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14252
14253 * gdb.trace/ftrace-lock.c: New file.
14254 * gdb.trace/ftrace-lock.exp: New file.
14255
14256 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14257
14258 * gdb.arch/insn-reloc.c: New file.
14259 * gdb.arch/ftrace-insn-reloc.exp: New file.
14260
14261 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14262
14263 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14264 instruction.
14265 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14266 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14267 * gdb.trace/range-stepping.c: Likewise.
14268 * gdb.trace/trace-break.c: Likewise.
14269 * gdb.trace/trace-mt.c (thread_function): Likewise.
14270 * gdb.trace/ftrace.c (marker): Likewise.
14271 * gdb.trace/trace-condition.c (marker): Likewise.
14272 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14273 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14274 is_aarch64_target.
14275
14276 2015-09-18 Doug Evans <xdje42@gmail.com>
14277
14278 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14279 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14280
14281 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14282
14283 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14284 the breakpoint.
14285
14286 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14287
14288 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14289 the pending breakpoint. Remove timeout override for "Run till
14290 MI pending breakpoint on pendfunc3 on thread 2" test.
14291
14292 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14293
14294 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14295 filename pattern.
14296
14297 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14298
14299 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14300 in breakpoint filename pattern.
14301
14302 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14303
14304 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14305
14306 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14307
14308 * gdb.linespec/explicit.exp: Check for readline support for
14309 tab-completion tests. Fix obvious typo.
14310
14311 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14312
14313 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14314 and replay.
14315
14316 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14317
14318 * gdb.btrace/non-stop.c: New.
14319 * gdb.btrace/non-stop.exp: New.
14320
14321 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14322 Yao Qi <yao.qi@linaro.org>
14323
14324 * gdb.trace/trace-condition.c: New file.
14325 * gdb.trace/trace-condition.exp: New file.
14326
14327 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14328
14329 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14330 for testing bytecode compilation.
14331
14332 2015-09-16 Pedro Alves <palves@redhat.com>
14333 Sandra Loosemore <sandra@codesourcery.com>
14334
14335 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14336 (SECONDS): Redefine.
14337 (main): Call pthread_kill and alarm early.
14338 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14339 support.
14340 (test): If the target can't hardware step and doesn't support
14341 displaced stepping, increase the timeout.
14342
14343 2015-09-16 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14346 (enable_debug): New procedures.
14347 (test): Use them. Bail out if waiting for threads fails.
14348 (top level): Bail out if a test fails.
14349
14350 2015-09-16 Yao Qi <yao.qi@linaro.org>
14351
14352 * gdb.asm/asm-source.exp: Set asm-arch for
14353 aarch64*-*-* target.
14354 * gdb.asm/aarch64.inc: New file.
14355
14356 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14357
14358 * gdb.ada/array_of_variable_length.exp: New testcase.
14359 * gdb.ada/array_of_variable_length/foo.adb: New file.
14360 * gdb.ada/array_of_variable_length/pck.adb: New file.
14361 * gdb.ada/array_of_variable_length/pck.ads: New file.
14362
14363 2015-09-15 Doug Evans <dje@google.com>
14364
14365 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14366 of function static local variable.
14367
14368 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14369
14370 * gdb.threads/tls-so_extern.exp: New test file.
14371 * gdb.threads/tls-so_extern.c: New test file.
14372 * gdb.threads/tls-so_extern_main.c: New test file.
14373
14374 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14375
14376 * gdb.opt/solib-intra-step-lib.c: New file.
14377 * gdb.opt/solib-intra-step-main.c: New file.
14378 * gdb.opt/solib-intra-step.exp: New file.
14379
14380 2015-09-15 Pedro Alves <palves@redhat.com>
14381
14382 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14383 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14384
14385 2015-09-14 Pedro Alves <palves@redhat.com>
14386
14387 * gdb.base/hook-stop-continue.c: Delete.
14388 * gdb.base/hook-stop-continue.exp: Delete.
14389 * gdb.base/hook-stop-frame.c: Delete.
14390 * gdb.base/hook-stop-frame.exp: Delete.
14391 * gdb.base/hook-stop.c: New file.
14392 * gdb.base/hook-stop.exp: New file.
14393
14394 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14395
14396 * gdb.ada/access_to_packed_array.exp: New testcase.
14397 * gdb.ada/access_to_packed_array/foo.adb: New file.
14398 * gdb.ada/access_to_packed_array/pack.adb: New file.
14399 * gdb.ada/access_to_packed_array/pack.ads: New file.
14400
14401 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14402
14403 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14404 buffer size test.
14405
14406 2015-09-11 Don Breazeal <donb@codesourcery.com>
14407
14408 * gdb.base/foll-exec.c: Add copyright header. Fix
14409 formatting issues.
14410 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14411 (do_exec_tests): Use clean_restart in place of zap_session,
14412 and for test initialization. Fix formatting issues. Use
14413 fail in place of perror.
14414 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14415 an expect statement to match an expression with output from
14416 the program under debug.
14417 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14418 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14419 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14420 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14421 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14422
14423 2015-09-09 Doug Evans <dje@google.com>
14424
14425 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14426
14427 2015-09-09 Doug Evans <dje@google.com>
14428
14429 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14430
14431 2015-09-09 Doug Evans <dje@google.com>
14432
14433 * gdb.base/savedregs.exp: Fix typo.
14434
14435 2015-09-09 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14438
14439 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14440
14441 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14442 command actually switches threads. Give up on remaining
14443 tests if target fails to stop at breakpoint.
14444
14445 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14446
14447 * gdb.ada/funcall_char.exp: New testcase.
14448 * gdb.ada/funcall_char/foo.adb: New file.
14449
14450 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14451
14452 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14453 expected outputs. Add two testcases for completing ambiguous
14454 functions.
14455 * gdb.ada/complete/aux_pck.adb: New file.
14456 * gdb.ada/complete/aux_pck.ads: New file.
14457 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14458 Ambiguous_Func functions.
14459 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14460 * gdb.ada/complete/pck.adb: Likewise.
14461
14462 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14463
14464 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14465 failures to run the test program under GDB.
14466
14467 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14468
14469 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14470 to C.
14471
14472 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14473
14474 * gdb.base/run-after-attach.exp: New test file.
14475 * gdb.base/run-after-attach.c: New test file.
14476
14477 2015-08-26 Don Breazeal <donb@codesourcery.com>
14478
14479 * gdb.base/foll-exec-2.c: New test program.
14480 * gdb.base/foll-exec-2.exp: New test.
14481
14482 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14483
14484 * gdb.base/nested-subp1.exp: New file.
14485 * gdb.base/nested-subp1.c: New file.
14486 * gdb.base/nested-subp2.exp: New file.
14487 * gdb.base/nested-subp2.c: New file.
14488 * gdb.base/nested-subp3.exp: New file.
14489 * gdb.base/nested-subp3.c: New file.
14490
14491 2015-08-24 Pedro Alves <palves@redhat.com>
14492
14493 * gdb.server/connect-without-multi-process.c: New file.
14494 * gdb.server/connect-without-multi-process.exp: New file.
14495
14496 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14497
14498 * gdb.opt/inline-markers.c: Make z int.
14499
14500 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14501
14502 * gdb.opt/inline-markers.c: Make z volatile.
14503
14504 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14505
14506 * gdb.opt/inline-bt.c: New volatile global z.
14507 * gdb.opt/inline-cmds.c: Likewise.
14508 * gdb.opt/inline-locals.c: Likewise.
14509 * gdb.opt/inline-markers.c: New extern global z.
14510 (marker): Use z.
14511 (inline_fn): Likewise.
14512
14513 2015-08-24 Pedro Alves <palves@redhat.com>
14514
14515 * config/m32r-stub.exp: Remove file.
14516 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14517 * gdb.base/call-rt-st.exp: Likewise.
14518 * gdb.base/call-strs.exp: Likewise.
14519 * gdb.base/default.exp: Remove references to h8300-*-hms and
14520 *-*-udi*.
14521 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14522
14523 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14524
14525 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14526 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14527 and "return" use KFAIL when GDB can not read/write the vector
14528 return value.
14529
14530 2015-08-21 Gary Benson <gbenson@redhat.com>
14531
14532 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14533
14534 2015-08-20 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.server/solib-list.exp: No longer expect an interior stop in
14537 non-stop mode.
14538
14539 2015-08-20 Pedro Alves <palves@redhat.com>
14540
14541 * gdb.server/connect-stopped-target.c: New file.
14542 * gdb.server/connect-stopped-target.exp: New file.
14543
14544 2015-08-20 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.dwarf2/comp-unit-lang.exp: New file.
14547 * gdb.dwarf2/comp-unit-lang.c: New file.
14548
14549 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14550
14551 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14552 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14553
14554 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14555
14556 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14557 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14558
14559 2015-08-18 Doug Evans <dje@google.com>
14560 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14561
14562 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14563 skip_python_tests. New arg prompt_regexp.
14564 (skip_python_tests): New function.
14565 * lib/mi-support.exp (mi_skip_python_tests): New function.
14566 * gdb.python/py-mi-objfile-gdb.py: New file.
14567 * gdb.python/py-mi-objfile.c: New file.
14568 * gdb.python/py-mi-objfile.exp: New file.
14569
14570 2015-08-17 Keith Seitz <keiths@redhat.com>
14571
14572 * gdb.linespec/explicit.exp: Move strace test from here ...
14573 * gdb.trace/strace.exp: ... to here.
14574
14575 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14576
14577 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14578 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14579
14580 2015-08-14 Doug Evans <xdje42@gmail.com>
14581
14582 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14583 inferior before selecting a new file.
14584
14585 2015-08-14 Doug Evans <xdje42@gmail.com>
14586
14587 * gdb.mi/mi-disassemble.exp: Update.
14588 * gdb.base/disasm-optim.S: New file.
14589 * gdb.base/disasm-optim.c: New file.
14590 * gdb.base/disasm-optim.h: New file.
14591 * gdb.base/disasm-optim.exp: New file.
14592
14593 2015-08-14 Keith Seitz <keiths@redhat.com>
14594
14595 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14596 "evaluated-by".
14597
14598 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14599
14600 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14601
14602 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14603
14604 * gdb.ada/fun_renaming.exp: New testcase.
14605 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14606 * gdb.ada/fun_renaming/pack.adb: New file.
14607 * gdb.ada/fun_renaming/pack.ads: New file.
14608
14609 2015-08-12 Keith Seitz <keiths@redhat.com>
14610
14611 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14612 gdb_get_line_number.
14613
14614 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14615
14616 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14617 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14618 gdb.base/dso2dso.exp: New files.
14619
14620 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14621 Pedro Alves <palves@redhat.com>
14622 Keith Seitz <keiths@redhat.com>
14623
14624 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14625 GDBFLAGS.
14626
14627 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14628
14629 * gdb.base/gdbhistsize-history.exp
14630 (test_histsize_history_setting): Use save_vars.
14631 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14632 Use save_vars.
14633 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14634 * gdb.base/readline.exp: Use save_vars.
14635
14636 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14637
14638 * lib/gdb.exp (save_vars): New proc.
14639
14640 2015-08-11 Keith Seitz <keiths@redhat.com>
14641
14642 * gdb.base/help.exp: Update help_breakpoint_text.
14643
14644 2015-08-11 Keith Seitz <keiths@redhat.com>
14645
14646 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14647 (at toplevel): Call test_explicit_breakpoints.
14648 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14649 breakpoints.
14650 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14651 breakpoint conditions, "-cond".
14652
14653 2015-08-11 Keith Seitz <keiths@redhat.com>
14654
14655 * gdb.linespec/3explicit.c: New file.
14656 * gdb.linespec/cpexplicit.cc: New file.
14657 * gdb.linespec/cpexplicit.exp: New file.
14658 * gdb.linespec/explicit.c: New file.
14659 * gdb.linespec/explicit.exp: New file.
14660 * gdb.linespec/explicit2.c: New file.
14661 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14662 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14663 before using in the matching pattern.
14664 Clarify that `prefix' is a regular expression.
14665
14666 2015-08-11 Keith Seitz <keiths@redhat.com>
14667
14668 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14669 test.
14670 Add tests for missing ",FMT" and ",".
14671
14672 2015-08-10 Doug Evans <dje@google.com>
14673 Keith Seitz <keiths@redhat.com>
14674
14675 PR gdb/17960
14676 * gdb.base/completion.exp: Add location completer tests.
14677
14678 2015-08-07 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14681 tests here.
14682 (top level): Run do_test with and without displaced stepping.
14683
14684 2015-08-07 Pedro Alves <palves@redhat.com>
14685
14686 * gdb.base/valgrind-disp-step.c: New file.
14687 * gdb.base/valgrind-disp-step.exp: New file.
14688
14689 2015-08-07 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14692 Delete function.
14693 (main): Add alarm. Run an infinite loop instead of calling
14694 wait_threads.
14695 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14696 comment.
14697 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14698 Delete function.
14699 (main): Add alarm. Run an infinite loop instead of calling
14700 wait_threads.
14701 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14702 comment.
14703
14704 2015-08-07 Pedro Alves <palves@redhat.com>
14705
14706 * gdb.base/checkpoint-ns.exp: New file.
14707 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14708 standard_testfile.
14709
14710 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14711
14712 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14713 * gdb.btrace/instruction_history.exp: Update.
14714 * gdb.btrace/tsx.exp: New.
14715 * gdb.btrace/tsx.c: New.
14716
14717 2015-08-06 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14720 increase timeout.
14721 * gdb.reverse/until-precsave.exp: Bump timeouts.
14722
14723 2015-08-06 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14726
14727 2015-08-06 Pedro Alves <palves@redhat.com>
14728
14729 PR gdb/18749
14730 * gdb.threads/process-dies-while-handling-bp.c: New file.
14731 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14732
14733 2015-08-06 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14736 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14737
14738 2015-08-05 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14741 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14742
14743 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14744
14745 * gdb.base/bp-permanent.exp: Report test as unsupported if
14746 the target cannot stop at the permanent breakpoint.
14747
14748 2015-08-03 Doug Evans <dje@google.com>
14749
14750 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14751 10000.
14752
14753 2015-08-03 Doug Evans <dje@google.com>
14754
14755 * Makefile.in (workers/%.worker, build-perf): New rule.
14756 (GDB_PERFTEST_MODE): New variable.
14757 (check-perf): Use it.
14758 (clean): Clean up gdb.perf parallel build subdirs.
14759 * lib/build-piece.exp: New file.
14760 * lib/gdb.exp (make_gdb_parallel_path): New function
14761 (standard_output_file, standard_temp_file): Call it.
14762 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14763 of $GDB_PARALLEL.
14764 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14765
14766 2015-08-03 Doug Evans <dje@google.com>
14767
14768 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14769 (LOG_FILE_NAME): New global.
14770 (TextReporter.__init__): Initialize self.txt_sum.
14771 (TextReporter.report): Add support for multiple data-points.
14772 Move report to perftest.sum, put raw data in perftest.log.
14773 (TextReporter.start): Open sum and log files.
14774 (TextReporter.end): Close sum and log files.
14775 * gdb.perf/lib/perftest/testresult.py
14776 (SingleStatisticTestResult.record): Handle multiple data-points.
14777
14778 2015-07-31 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14781 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14782 kill_wait_spawned_process instead of explicit "kill -9".
14783 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14784 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14785 kill_wait_spawned_process.
14786 * gdb.base/attach-twice.exp: Likewise.
14787 * gdb.base/attach.exp: Likewise.
14788 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14789 gdb_test_multiple.
14790 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14791 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14792 kill_wait_spawned_process.
14793 * gdb.base/valgrind-infcall.exp: Likewise.
14794 * gdb.multi/multi-attach.exp: Likewise.
14795 * gdb.python/py-prompt.exp: Likewise.
14796 * gdb.python/py-sync-interp.exp: Likewise.
14797 * gdb.server/ext-attach.exp: Likewise.
14798 * gdb.threads/attach-into-signal.exp (corefunc): Use
14799 spawn_wait_for_attach, spawn_id_get_pid and
14800 kill_wait_spawned_process.
14801 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14802 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14803 spawn_id_get_pid and kill_wait_spawned_process.
14804 * gdb.threads/attach-stopped.exp (corefunc): Use
14805 spawn_wait_for_attach, spawn_id_get_pid and
14806 kill_wait_spawned_process.
14807 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14808 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14809 kill_wait_spawned_process instead of explicit "kill -9".
14810 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14811 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14812 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14813 processes. Don't map cygwin/windows pids here. Now returns a
14814 spawn id list.
14815
14816 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14817
14818 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14819 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14820 correct patch.
14821
14822 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14823
14824 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14825
14826 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14827
14828 Reapply:
14829 2014-05-21 Mark Wielaard <mjw@redhat.com>
14830
14831 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14832
14833 2015-07-30 Pedro Alves <palves@redhat.com>
14834
14835 * linux-low.c (handle_extended_wait): Set the child's last
14836 reported status to TARGET_WAITKIND_STOPPED.
14837
14838 2015-07-30 Pedro Alves <palves@redhat.com>
14839
14840 PR threads/18600
14841 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14842 only shows inferior 1.
14843
14844 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14845 Pedro Alves <palves@redhat.com>
14846
14847 PR threads/18600
14848 * gdb.threads/fork-plus-threads.c: New file.
14849 * gdb.threads/fork-plus-threads.exp: New file.
14850
14851 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14852
14853 * gdb.base/batch-preserve-term-settings.exp
14854 (test_terminal_settings_preserved_after_cli_exit): Use
14855 send_quit_command.
14856
14857 2015-07-29 Pedro Alves <palves@redhat.com>
14858 Don Breazeal <donb@codesourcery.com>
14859
14860 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14861 output from both inferior_spawn_id and gdb_spawn_id.
14862
14863 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14864
14865 * gdb.threads/attach-into-signal.exp (corefunc): Use
14866 with_test_prefix on nested loops, uniquefying the test messages.
14867
14868 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14869
14870 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14871 commit.
14872
14873 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14874
14875 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14876 New proc.
14877 (test_terminal_settings_preserved_after_sigterm): New test.
14878
14879 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14880
14881 * gdb.base/batch-preserve-term-settings.exp
14882 (test_terminal_settings_preserved_after_cli_exit): New test.
14883
14884 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14885
14886 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14887 manipulation of saved_gdbflags.
14888 (test_terminal_settings_preserved): Remove global declaration of
14889 the unused variable pagination_prompt. Remove manipulation of
14890 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14891 GDBFLAGS.
14892
14893 2015-07-29 Pedro Alves <palves@redhat.com>
14894
14895 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14896
14897 2015-07-29 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14900 at the top.
14901
14902 2015-07-29 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14905 (main): Call gdb_unbuffer_output.
14906 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14907 (main): Call gdb_unbuffer_output.
14908 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14909 (main): Call gdb_unbuffer_output.
14910 * gdb.base/call-strs.exp: Adjust to step over the
14911 gdb_unbuffer_output call.
14912 * gdb.base/catch-gdb-caused-signals.c: Include
14913 "../lib/unbuffer_output.c".
14914 (main): Call gdb_unbuffer_output.
14915 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14916 (main): Call gdb_unbuffer_output.
14917 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14918 (main): Call gdb_unbuffer_output.
14919 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14920 (main): Call gdb_unbuffer_output.
14921 * gdb.base/shlib-call.exp: Adjust to step over the
14922 gdb_unbuffer_output call.
14923 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14924 (main): Call gdb_unbuffer_output.
14925 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14926 (main): Call gdb_unbuffer_output.
14927 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14928 (main): Rename to ...
14929 (test): ... this.
14930 (main): Reimplement.
14931 * gdb.base/varargs.exp: Run to test instead of to main.
14932 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14933 (main): Call gdb_unbuffer_output.
14934
14935 2015-07-29 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14938 factore out from mi_continue_dprintf. For call-style dprintfs,
14939 expect dprintf output out of $inferior_spawn_id.
14940 (mi_continue_dprintf): Use mi_expect_dprintf.
14941 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14942 (main): Call gdb_unbuffer_output.
14943
14944 2015-07-29 Pedro Alves <palves@redhat.com>
14945
14946 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14947 (default_mi_gdb_start): Set inferior_spawn_id instead of
14948 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14949 gdb_spawn_id.
14950 (mi_gdb_test): Always expect inferior output from both
14951 $inferior_spawn_id and $gdb_spawn_id.
14952
14953 2015-07-29 Pedro Alves <palves@redhat.com>
14954
14955 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14956 send_inferior and $inferior_spawn_id.
14957
14958 2015-07-29 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.gdb/complaints.exp (test_initial_complaints)
14961 (test_serial_complaints, test_short_complaints): Use
14962 gdb_test_stdio.
14963 (test_empty_complaint): Handle $inferior_spawn_id !=
14964 $gdb_spawn_id.
14965
14966 2015-07-29 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.base/varargs.exp: Use gdb_test_stdio.
14969
14970 2015-07-29 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14973
14974 2015-07-29 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14977
14978 2015-07-29 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14981 parameter into two new parameters, "inf_result" and "gdb_result".
14982 Expect inferior output and gdb output from $inferior_spawn_id and
14983 $gdb_spawn_id, respectively. Adjust all callers.
14984
14985 2015-07-29 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14988 of gdb_test_sequence.
14989
14990 2015-07-29 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14993 (saw_spurious_output): Expect inferior output from
14994 $inferior_spawn_id. Use gdb_test_stdio.
14995
14996 2015-07-29 Pedro Alves <palves@redhat.com>
14997
14998 * gdb.base/dprintf.exp: Use standard_testfile. Change
14999 prepare_for_testing call.
15000 (srcfile): Don't set.
15001 (restart): New procedure.
15002 (test_dprintf): New procecure, use to continue over dprintfs.
15003 (test_call, test_agent): New procedures, tests moved here.
15004 Restart gdb and recreate dprintfs. Adjust expected output.
15005
15006 2015-07-29 Pedro Alves <palves@redhat.com>
15007
15008 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15009
15010 2015-07-29 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15013
15014 2015-07-29 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15017 gdb_test_stdio.
15018
15019 2015-07-29 Pedro Alves <palves@redhat.com>
15020
15021 * lib/gdb.exp (gdb_test_stdio): New procedure.
15022
15023 2015-07-29 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15026
15027 2015-07-29 Pedro Alves <palves@redhat.com>
15028
15029 * gdb.base/call-signal-resume.exp: Remove check for
15030 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15031 * gdb.base/unwindonsignal.exp: Likewise.
15032 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15033 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15034
15035 2015-07-29 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/siginfo-addr.c (pass): New function.
15038 (handler): Call it iff si_addr is correct.
15039 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15040 Set a breakpoint at "pass" and continue to it.
15041
15042 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15043
15044 * gdb.python/py-objfile.exp: Make some tests have unique names.
15045 * gdb.python/py-pp-registration.exp: Likewise.
15046
15047 2015-07-28 Pedro Alves <palves@redhat.com>
15048
15049 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15050
15051 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15052
15053 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15054
15055 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15056
15057 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15058
15059 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15060
15061 * gdb.base/gdb-sigterm-2.exp: New test.
15062
15063 2015-07-25 Doug Evans <xdje42@gmail.com>
15064
15065 Revert:
15066 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15067 (workers/%.worker, build-perf): New rule.
15068 (GDB_PERFTEST_MODE): New variable.
15069 (check-perf): Use it.
15070 (clean): Clean up gdb.perf parallel build subdirs.
15071 * lib/build-piece.exp: New file.
15072 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15073 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15074 name.
15075 (standard_temp_file): Ditto.
15076 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15077 of $GDB_PARALLEL.
15078
15079 2015-07-24 Doug Evans <dje@google.com>
15080
15081 * gdb.perf/lib/perftest/utils.py: New file.
15082 * gdb.perf/gm-hello.cc: New file.
15083 * gdb.perf/gm-pervasive-typedef.cc: New file.
15084 * gdb.perf/gm-pervasive-typedef.h: New file.
15085 * gdb.perf/gm-std.cc: New file.
15086 * gdb.perf/gm-std.h: New file.
15087 * gdb.perf/gm-use-cerr.cc: New file.
15088 * gdb.perf/gm-utils.h: New file.
15089 * gdb.perf/gmonster-null-lookup.py: New file.
15090 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15091 * gdb.perf/gmonster-print-cerr.py: New file.
15092 * gdb.perf/gmonster-ptype-string.py: New file.
15093 * gdb.perf/gmonster-runto-main.py: New file.
15094 * gdb.perf/gmonster-select-file.py: New file.
15095 * gdb.perf/gmonster1-null-lookup.exp: New file.
15096 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15097 * gdb.perf/gmonster1-print-cerr.exp: New file.
15098 * gdb.perf/gmonster1-ptype-string.exp: New file.
15099 * gdb.perf/gmonster1-runto-main.exp: New file.
15100 * gdb.perf/gmonster1-select-file.exp: New file.
15101 * gdb.perf/gmonster1.cc: New file.
15102 * gdb.perf/gmonster1.exp: New file.
15103 * gdb.perf/gmonster2-null-lookup.exp: New file.
15104 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15105 * gdb.perf/gmonster2-print-cerr.exp: New file.
15106 * gdb.perf/gmonster2-ptype-string.exp: New file.
15107 * gdb.perf/gmonster2-runto-main.exp: New file.
15108 * gdb.perf/gmonster2-select-file.exp: New file.
15109 * gdb.perf/gmonster2.cc: New file.
15110 * gdb.perf/gmonster2.exp: New file.
15111
15112 2015-07-24 Doug Evans <dje@google.com>
15113
15114 * gdb.perf/README: New file.
15115 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15116 * lib/gen-perf-test.exp: New file.
15117
15118 2015-07-24 Doug Evans <dje@google.com>
15119
15120 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15121 (PerfTest::startup): New function.
15122 (PerfTest::run): Return result of calling body.
15123 (PerfTest::assemble): Rewrite.
15124 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15125 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15126 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15127 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15128 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15129
15130 2015-07-24 Doug Evans <dje@google.com>
15131
15132 * lib/gdb.exp (clean_restart): Make executable optional.
15133
15134 2015-07-24 Doug Evans <dje@google.com>
15135
15136 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15137 compiler_info references.
15138 * gdb.cp/temargs.exp: Ditto.
15139 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15140 (get_compiler_info): Early exit if already computed. Set compiler_info
15141 to "unknown" if there was a problem.
15142 (test_compiler_info): Add function comment. Call get_compiler_info.
15143
15144 2015-07-24 Doug Evans <dje@google.com>
15145
15146 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15147 (workers/%.worker, build-perf): New rule.
15148 (GDB_PERFTEST_MODE): New variable.
15149 (check-perf): Use it.
15150 (clean): Clean up gdb.perf parallel build subdirs.
15151 * lib/build-piece.exp: New file.
15152 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15153 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15154 name.
15155 (standard_temp_file): Ditto.
15156 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15157 of $GDB_PARALLEL.
15158
15159 2015-07-24 Doug Evans <dje@google.com>
15160
15161 * lib/future.exp (gdb_default_target_compile): New option
15162 "early_flags".
15163 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15164 --as-needed.
15165
15166 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15167
15168 * gdb.base/catch-syscall.exp: Call gdb_exit before
15169 gdb_skip_xml_test.
15170
15171 2015-07-24 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.python/py-events.exp: Accept output between the stop event
15174 and the prompt.
15175 * gdb.python/py-evsignal.exp: Likewise.
15176 * gdb.python/py-evthreads.exp: Likewise.
15177
15178 2015-07-24 Pedro Alves <palves@redhat.com>
15179
15180 PR gdb/18717
15181 * gdb.threads/non-ldr-exit.c: New file.
15182 * gdb.threads/non-ldr-exit.exp: New file.
15183
15184 2015-07-24 Yao Qi <yao.qi@linaro.org>
15185
15186 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15187 restarting process.
15188
15189 2015-07-24 Yao Qi <yao.qi@linaro.org>
15190
15191 * gdb.server/ext-restart.exp: New file.
15192
15193 2015-07-24 Yao Qi <yao.qi@linaro.org>
15194
15195 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15196 argument options.
15197 * gdb.server/ext-wrapper.exp: New file.
15198
15199 2015-07-23 Doug Evans <dje@google.com>
15200
15201 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15202 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15203
15204 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15205
15206 * gdb.ada/var_arr_typedef.exp: New testcase.
15207 * gdb.ada/var_arr_typedef/pack.adb: New file.
15208 * gdb.ada/var_arr_typedef/pack.ads: New file.
15209 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15210
15211 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15212
15213 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15214
15215 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15216
15217 * gdb.arch/i386-biarch-core.exp: Replace istarget
15218 by "complete set gnutarget". Remove expectation for the "core-file"
15219 command.
15220
15221 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15222
15223 Revert the previous commit:
15224 Tests for validate symbol file using build-id.
15225
15226 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15227
15228 Tests for validate symbol file using build-id.
15229 * gdb.base/solib-mismatch-lib.c: New file.
15230 * gdb.base/solib-mismatch-libmod.c: New file.
15231 * gdb.base/solib-mismatch.c: New file.
15232 * gdb.base/solib-mismatch.exp: New file.
15233
15234 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15235
15236 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15237 nios2-*-linux*.
15238 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15239 * gdb.base/siginfo.exp: Likewise.
15240 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15241
15242 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15243
15244 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15245 Move it to ...
15246 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15247 ... here.
15248 * gdb.trace/range-stepping.exp: Check that the target supports
15249 range stepping.
15250
15251 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15252
15253 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15254
15255 2015-07-14 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/killed-outside.exp: New file.
15258 * gdb.base/killed-outside.c: New file.
15259
15260 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15261
15262 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15263 (n at main): New.
15264 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15265
15266 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15267
15268 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15269 infcall tests instead of setting up for KFAIL.
15270
15271 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15272
15273 * gdb.btrace/record_goto-step.exp: New.
15274
15275 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15276
15277 PR compile/18484
15278 * gdb.compile/compile.c (struct struct_type): Add volatile to
15279 selffield's type.
15280 * gdb.compile/compile.exp
15281 (compile code struct_object.selffield = &struct_object): Skip further
15282 struct_object tests if this one xfails.
15283
15284 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15285
15286 PR exp/18617
15287 * gdb.trace/ax.exp: Add test.
15288
15289 2015-07-07 Yao Qi <yao.qi@linaro.org>
15290
15291 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15292 instead of istarget "aarch64*-*-*".
15293 * gdb.arch/aarch64-fp.exp: Likewise.
15294 * gdb.base/float.exp: Likewise.
15295 * gdb.reverse/aarch64.exp: Likewise.
15296 * lib/gdb.exp (is_aarch64_target): New proc.
15297
15298 2015-07-07 Yao Qi <yao.qi@linaro.org>
15299
15300 * lib/gdb.exp (is_aarch32_target): New proc.
15301 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15302 instead of "istarget "arm*-*-*"".
15303 * gdb.arch/arm-disp-step.exp: Likewise.
15304 * gdb.arch/thumb-bx-pc.exp: Likewise.
15305 * gdb.arch/thumb-prologue.exp: Likewise.
15306 * gdb.arch/thumb-singlestep.exp: Likewise.
15307 * gdb.base/disp-step-syscall.exp: Likewise.
15308 * gdb.base/float.exp: Likewise.
15309
15310 2015-07-07 Yao Qi <yao.qi@linaro.org>
15311
15312 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15313 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15314
15315 2015-07-07 Yao Qi <yao.qi@linaro.org>
15316
15317 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15318 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15319 if it exists.
15320 * gdb.multi/multi-arch.exp: Likewise.
15321
15322 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15323
15324 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15325 print.
15326
15327 2015-07-07 Yao Qi <yao.qi@linaro.org>
15328
15329 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15330
15331 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15332
15333 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15334 '[' and ']' characters.
15335
15336 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15337
15338 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15339
15340 2015-06-29 Pedro Alves <palves@redhat.com>
15341
15342 PR threads/18127
15343 * gdb.threads/hand-call-new-thread.c: New file.
15344 * gdb.threads/hand-call-new-thread.c: New file.
15345
15346 2015-06-26 Keith Seitz <keiths@redhat.com>
15347 Doug Evans <dje@google.com>
15348
15349 PR 16253
15350 * gdb.cp/var-tag-2.cc: New file.
15351 * gdb.cp/var-tag-3.cc: New file.
15352 * gdb.cp/var-tag-4.cc: New file.
15353 * gdb.cp/var-tag.cc: New file.
15354 * gdb.cp/var-tag.exp: New file.
15355
15356 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15357
15358 * gdb.base/history-duplicates.exp: New test.
15359
15360 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15361
15362 * gdb.base/completion.exp: Test the completion of the "focus"
15363 command.
15364
15365 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15366
15367 * gdb.arch/amd64-prologue-skip.S: New file.
15368 * gdb.arch/amd64-prologue-skip.exp: New file.
15369
15370 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15371
15372 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15373 is_address_zero_readable check.
15374
15375 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15376
15377 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15378 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15379
15380 2015-06-24 Yao Qi <yao.qi@linaro.org>
15381
15382 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15383 linux targets.
15384
15385 2015-06-24 Yao Qi <yao.qi@linaro.org>
15386
15387 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15388 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15389 * gdb.base/siginfo-thread.exp: Likewise.
15390
15391 2015-06-22 Yao Qi <yao.qi@linaro.org>
15392
15393 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15394
15395 2015-06-22 Yao Qi <yao.qi@linaro.org>
15396
15397 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15398 aarch64*-*-*.
15399 (skip_hw_watchpoint_tests): Likewise.
15400
15401 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15402
15403 * gdb.base/gdbinit-history.exp: Test the interaction between
15404 setting GDBHISTSIZE and setting the history size via .gdbinit.
15405
15406 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15407
15408 PR gdb/16999
15409 * gdb.base/gdbhistsize-history.exp: New test.
15410
15411 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15412
15413 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15414 with GDBHISTSIZE.
15415 * gdb.base/readline.exp: Likewise.
15416
15417 2015-06-17 Yao Qi <yao.qi@linaro.org>
15418
15419 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15420 line.
15421
15422 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15423
15424 * gdb.base/gdbinit-history.exp: Add test case to check that
15425 an unlimited history file does not get truncated on exit.
15426
15427 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15428
15429 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15430 (VECTOR): New macro. Use it...
15431 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15432 ...for these typedefs.
15433 (int8, char1, int1, double1): New typedefs.
15434 (struct just_int2, struct two_int2): New structures.
15435 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15436 (add_structvecs, add_singlevecs): New functions.
15437 (main): Call add_some_intvecs twice.
15438 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15439 the compile and exit upon failure. Try compiling for the "native"
15440 architecture. Test inferior function calls with vector arguments
15441 and vector return value handling with "finish" and "return".
15442
15443 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15444
15445 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15446 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15447 PE file.
15448 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15449
15450 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15451
15452 PR breakpoints/16465
15453 * gdb.mi/mi-dprintf-pending.c: New file.
15454 * gdb.mi/mi-dprintf-pending.exp: New test.
15455 * gdb.mi/mi-dprintf-pendshr.c: New file.
15456
15457 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15458 Mircea Gherzan <mircea.gherzan@intel.com>
15459
15460 * gdb.arch/i386-mpx-map.c: New file.
15461 * gdb.arch/i386-mpx-map.exp: New File.
15462
15463 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15464
15465 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15466 * gdb.arch/i386-mpx.exp: Indentation fixed.
15467
15468 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15469
15470 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15471 function and improved indentation.
15472 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15473 gdb_test_multiple. Added additional tests to skip the test.
15474
15475 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15476
15477 * gdb.arch/i386-avx512.c: Change path in include file.
15478 * gdb.arch/i386-avx512.exp: Change include dir path
15479 compilation flag.
15480 * gdb.arch/i386-mpx.c: Change path in include file.
15481 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15482 flag.
15483
15484 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15485
15486 * gdb.compile/compile-print.exp (compile print *vararray@3)
15487 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15488
15489 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15492 (do not keep jit in memory): ... this.
15493 (expect 5): Change it to ...
15494 (expect no 5): ... this.
15495
15496 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15497
15498 PR gdb/15564
15499 * gdb.mi/mi-detach.exp: New file.
15500
15501 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 PR symtab/18392
15504 * gdb.arch/amd64-tailcall-self.S: New file.
15505 * gdb.arch/amd64-tailcall-self.c: New file.
15506 * gdb.arch/amd64-tailcall-self.exp: New file.
15507
15508 2015-05-28 Don Breazeal <donb@codesourcery.com>
15509
15510 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15511 tests for remote targets by checking is_target_gdbserver.
15512
15513 2015-05-27 Doug Evans <dje@google.com>
15514
15515 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15516 * gdb.dwarf2/opaque-type-lookup.c: New file.
15517 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15518
15519 2015-05-26 Doug Evans <dje@google.com>
15520
15521 * gdb.cp/iostream.cc: New file.
15522 * gdb.cp/iostream.exp: New file.
15523
15524 2015-05-26 Doug Evans <dje@google.com>
15525
15526 * gdb.dwarf2/dw2-op-call.exp: Update.
15527 * gdb.dwarf2/dw4-sig-types.exp: Update.
15528 * gdb.dwarf2/implptr.exp: Update.
15529 * gdb.mi/mi-cmd-param-changed.exp: Update.
15530
15531 2015-05-26 Doug Evans <dje@google.com>
15532
15533 * gdb.python/py-lazy-string.c: New file.
15534 * gdb.python/py-lazy-string.exp: New file.
15535 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15536 (main): Update. Add estring3.
15537 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15538 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15539
15540 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15541 Yao Qi <yao.qi@linaro.org>
15542
15543 * gdb.reverse/aarch64.c: New.
15544 * gdb.reverse/aarch64.exp: New.
15545
15546 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15547
15548 * lib/gdb.exp (supports_process_record): Return true for
15549 aarch64*-linux*.
15550 (supports_reverse): Likewise.
15551
15552 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15553
15554 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15555 Use with_test_prefix.
15556
15557 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15558
15559 * gdb.base/completion.exp: Add test for completion of layout
15560 names.
15561
15562 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15563
15564 * lib/gdb.exp (skip_tui_tests): New proc.
15565 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15566
15567 2015-05-19 Pedro Alves <palves@redhat.com>
15568
15569 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15570 Save the whole env array instead of just HOME. Unset HISTSIZE in
15571 the environment while testing. Restore whole environment
15572 afterwards.
15573
15574 2015-05-16 Doug Evans <xdje42@gmail.com>
15575
15576 * gdb.guile/scm-ports.c: New file.
15577 * gdb.guile/scm-ports.exp: Add memory port tests.
15578
15579 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15580
15581 * gdb.compile/compile-print.c: New file.
15582 * gdb.compile/compile-print.exp: New file.
15583
15584 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 * gdb.compile/compile-ops.exp: Cast param to void.
15587 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15588 (compile code struct_object.selffield = &struct_object): Add xfail.
15589
15590 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15591
15592 * gdb.ada/arr_enum_with_gap: New testcase.
15593
15594 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15595
15596 * gdb.ada/byte_packed_arr: New testcase.
15597
15598 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15599
15600 * gdb.ada/pckd_neg: New testcase.
15601
15602 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15603
15604 PR gdb/17820
15605 * gdb.base/gdbinit-history.exp: New test.
15606 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15607 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15608
15609 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15610
15611 * gdb.python/py-xmethods.cc: Enhance test case.
15612 * gdb.python/py-xmethods.exp: New tests.
15613 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15614 function.
15615 (B_indexoper): Likewise.
15616 (global_dm_list) : Add new xmethod worker functions.
15617
15618 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15619
15620 * gdb.base/coredump-filter.exp: Correctly unset
15621 "coredump_var_addr" array.
15622
15623 2015-05-08 Pedro Alves <palves@redhat.com>
15624
15625 * gdb.server/non-existing-program.exp: Unset spawn_id.
15626
15627 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15628
15629 PR python/18291
15630 * gdb.python/py-xmethods.exp: Add tests.
15631
15632 2015-05-08 Yao Qi <yao.qi@linaro.org>
15633
15634 PR gdb/18208
15635 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15636 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15637 function set_coredump_filter, and remove remote_exec call.
15638 Remove argument ipid. Callers update.
15639 (top level): Don't get inferior's PID.
15640
15641 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15642
15643 * gdb.base/watch_thread_num.exp: Skip test on targets without
15644 access watchpoints.
15645
15646 2015-05-06 Pedro Alves <palves@redhat.com>
15647
15648 PR server/18081
15649 * gdb.server/non-existing-program.exp: New file.
15650
15651 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15652
15653 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15654
15655 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15656
15657 * gdb.ada/out_of_line_in_inlined: New testcase.
15658
15659 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15660
15661 * gdb.ada/var_rec_arr: New testcase.
15662
15663 2015-04-30 Yao Qi <yao.qi@linaro.org>
15664
15665 * gdb.base/break-idempotent.exp: If
15666 skip_hw_watchpoint_multi_tests returns true, skip the tests
15667 on "rwatch" and "awatch".
15668
15669 2015-04-30 Yao Qi <yao.qi@linaro.org>
15670
15671 * gdb.base/relativedebug.exp: Invoke gdb command
15672 "info sharedlibrary", and if libc.so doesn't have debug info,
15673 skip the test.
15674
15675 2015-04-29 Doug Evans <dje@google.com>
15676
15677 * gdb.python/py-xmethods.exp: Add ptype tests.
15678 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15679 get_result_type method.
15680
15681 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15682
15683 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15684 the target does not support hardware watchpoints.
15685
15686 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15687
15688 * gdb.base/break-always.exp: Abort testing if writing to memory
15689 causes an error.
15690
15691 2015-04-28 Doug Evans <dje@google.com>
15692
15693 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15694 * gdb.python/py-pp-registration.exp: ... here. New file.
15695 * gdb.python/py-pp-registration.c: New file.
15696 * gdb.python/py-pp-registration.py: New file.
15697
15698 2015-04-28 Doug Evans <dje@google.com>
15699
15700 * gdb.python/py-bad-printers.c: New file.
15701 * gdb.python/py-bad-printers.py: New file.
15702 * gdb.python/py-bad-printers.exp: New file.
15703
15704 2015-04-28 Sasha Smundak <asmundak@google.com>
15705
15706 * gdb.python/py-type.exp: New test.
15707
15708 2015-04-28 Andy Wingo <wingo@igalia.com>
15709
15710 * gdb.python/py-parameter.exp:
15711 * gdb.guile/scm-parameter.exp: Escape the path that we are
15712 matching against, as it might contain characters that are special
15713 to regular expressions.
15714
15715 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15716
15717 * gdb.ada/rec_comp: New testcase.
15718
15719 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15720
15721 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15722 before using it.
15723
15724 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15725
15726 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15727 new tests for verilog output.
15728
15729 2015-04-24 Yao Qi <yao.qi@linaro.org>
15730
15731 * boards/remote-gdbserver-on-localhost.exp: New file.
15732
15733 2015-04-23 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15736 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15737 "end of file", remove $inferior_spawn_id from the indirect list.
15738
15739 2015-04-23 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15742
15743 2015-04-23 Pedro Alves <palves@redhat.com>
15744
15745 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15746 on $any_spawn_id instead of only on $gdb_spawn_id.
15747
15748 2015-04-21 Pierre Muller <muller@sourceware.org>
15749
15750 PR pascal/17815
15751 * lib/pascal.exp (gpc_compile): Add new option "class".
15752 (fpc_compile): Likewise.
15753 * gdb.pascal/case-insensitive-symbols.pas: New file.
15754 * gdb.pascal/case-insensitive-symbols.exp: New file.
15755
15756 2015-04-20 Gary Benson <gbenson@redhat.com>
15757
15758 * gdb.base/attach.exp: Fix three extended remote failures.
15759
15760 2015-04-17 Gary Benson <gbenson@redhat.com>
15761
15762 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15763 the main executable over the remote protocol.
15764
15765 2015-04-16 Pedro Alves <palves@redhat.com>
15766
15767 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15768 a new gdbserver if gdbserver_reconnect_p is set.
15769
15770 2015-04-16 Pedro Alves <palves@redhat.com>
15771
15772 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15773 is set, don't exit gdbserver.
15774
15775 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15776
15777 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15778 appropriate .insn, such that an older assembler can be used.
15779 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15780 the z/Architecture instruction set on 31-bit targets as well.
15781
15782 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15783
15784 * gdb.go/handcall.exp: Remove all logic related to the first
15785 breakpoint and rely on go_runto_main instead.
15786 * gdb.go/strings.exp: Likewise.
15787 * gdb.go/unsafe.exp: Likewise.
15788 * gdb.go/hello.exp: Likewise. Also rename the remaining
15789 breakpoint marker to "breakpoint 1".
15790 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15791 * gdb.go/strings.go: Likewise.
15792 * gdb.go/unsafe.go: Likewise.
15793 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15794 "set breakpoint 2 here" and rename the remaining breakpoint marker
15795 to "breakpoint 1".
15796
15797 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15798
15799 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15800 if itertools.imap is not present.
15801 * gdb.python/py-objfile.exp: Add parentheses.
15802 * gdb.python/py-type.exp: Same.
15803 * gdb.python/py-unwind-maint.py: Same.
15804
15805 2015-04-15 Yao Qi <yao.qi@linaro.org>
15806
15807 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15808 of ":$ptr_size" and set its form explicitly.
15809
15810 2015-04-15 Pedro Alves <palves@redhat.com>
15811 Yao Qi <yao.qi@linaro.org>
15812
15813 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15814 timeout by factor of 4.
15815 (test_regular_watch): Likewise.
15816 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15817 * gdb.reverse/sigall-reverse.exp: Likewise.
15818 * gdb.reverse/until-precsave.exp: Likewise.
15819 * lib/gdb.exp (with_timeout_factor): New proc.
15820 (gdb_expect): Move some code to ...
15821 (get_largest_timeout): ... here. New procedure.
15822
15823 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15824
15825 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15826
15827 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15828
15829 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15830 to write to the .text section.
15831
15832 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15833
15834 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15835 Handle the case of targets that do not provide PID information.
15836
15837 2015-04-13 Yao Qi <yao.qi@linaro.org>
15838
15839 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15840 and use expect instead of gdb_expect.
15841
15842 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15843
15844 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15845 "coredump_var_addr" to avoid naming conflict with other testcases.
15846
15847 2015-04-10 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15850 gdb_test_sequence and gdb_assert.
15851
15852 2015-04-10 Pedro Alves <palves@redhat.com>
15853
15854 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15855 test messages that don't include the breakpoint address.
15856
15857 2015-04-10 Yao Qi <yao.qi@linaro.org>
15858
15859 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15860 false for some offset and width combinations which aren't
15861 supported by linux kernel.
15862
15863 2015-04-10 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15866 procedure, factored out from ...
15867 (top level): ... here. Add "set displaced-stepping" testing axis.
15868 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15869 parameter "displaced". Use it.
15870 (top level): Use foreach and add "set displaced-stepping" testing
15871 axis.
15872
15873 2015-04-10 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15876 Remove comment.
15877 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15878 both the address of the instruction that triggers the watchpoint
15879 and the address of the instruction immediately after, and use
15880 those addresses for the test. Fix comment.
15881
15882 2015-04-10 Pedro Alves <palves@redhat.com>
15883
15884 * gdb.base/sigstep.exp (breakpoint_to_handler)
15885 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15886 Test "backtrace" in handler.
15887 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15888 (top level): Add new "displaced" test axis to
15889 breakpoint_to_handler, breakpoint_to_handler_entry and
15890 breakpoint_over_handler.
15891
15892 2015-04-10 Pedro Alves <palves@redhat.com>
15893
15894 PR gdb/18216
15895 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15896
15897 2015-04-10 Yao Qi <yao.qi@linaro.org>
15898
15899 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15900 (test_add_rn_pc): New function.
15901 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15902 (top level): Invoke test_add_rn_pc.
15903
15904 2015-04-10 Pedro Alves <palves@redhat.com>
15905
15906 PR gdb/13858
15907 * gdb.base/step-over-no-symbols.exp: New file.
15908
15909 2015-04-09 Andy Wingo <wingo@igalia.com>
15910
15911 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15912 after the Python tests.
15913
15914 2015-04-08 Keith Seitz <keiths@redhat.com>
15915
15916 PR python/16699
15917 * gdb.python/py-completion.exp: New tests for completion.
15918 * gdb.python/py-completion.py (CompleteLimit1): New class.
15919 (CompleteLimit2): Likewise.
15920 (CompleteLimit3): Likewise.
15921 (CompleteLimit4): Likewise.
15922 (CompleteLimit5): Likewise.
15923 (CompleteLimit6): Likewise.
15924 (CompleteLimit7): Likewise.
15925
15926 2015-04-08 Pedro Alves <palves@redhat.com>
15927
15928 PR gdb/18214
15929 PR gdb/18216
15930 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15931 function.
15932 (main): Install it as SIGUSR1 handler.
15933 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15934 parameter. Always use "setup" as prefix. Toggle "set
15935 displaced-stepping" off/on depending on global. Don't switch to
15936 thread 1 here.
15937 (top level): Add displaced stepping "off/on" test axis. Update
15938 "setup" calls. Wrap each subtest with with_test_prefix. Test
15939 continuing with a queued signal in each thread.
15940
15941 2015-04-08 Pedro Alves <palves@redhat.com>
15942
15943 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15944 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15945 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15946 Return early if running to main fails.
15947 * gdb.trace/while-stepping.exp: Likewise.
15948
15949 2015-04-07 Pedro Alves <palves@redhat.com>
15950
15951 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15952 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15953 interact with inferior program.
15954
15955 2015-04-07 Pedro Alves <palves@redhat.com>
15956
15957 * lib/gdb.exp (inferior_spawn_id): New global.
15958 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15959 spawn id after processing the user code.
15960 (default_gdb_start): Set inferior_spawn_id.
15961 (send_inferior): New procedure.
15962 * lib/gdbserver-support.exp (gdbserver_start): Set
15963 inferior_spawn_id.
15964 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15965
15966 2015-04-07 Pedro Alves <palves@redhat.com>
15967
15968 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15969 * lib/gdbserver-support.exp (gdbserver_start): Make
15970 $server_spawn_id global.
15971 (gdbserver_start): Don't wait for gdbserver's spawn id with
15972 expect_background.
15973 (close_gdbserver): New procedure.
15974 (gdb_exit): Rename the default version and reimplement.
15975
15976 2015-04-07 Pedro Alves <palves@redhat.com>
15977
15978 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15979 append the substituted item, not the original item.
15980
15981 2015-04-07 Pedro Alves <palves@redhat.com>
15982
15983 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15984 gdb_expect.
15985
15986 2015-04-07 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15989 output appearing once only.
15990
15991 2015-04-07 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15994 that doesn't expect anything. Return early if running to main
15995 fails.
15996
15997 2015-04-07 Yao Qi <yao.qi@linaro.org>
15998
15999 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16000 (child_function): Call alarm.
16001 (main): Move call to alarm into the loop.
16002 * gdb.threads/non-stop-fair-events.exp: Build program with
16003 -DTIMEOUT=$timeout.
16004
16005 2015-04-06 Doug Evans <xdje42@gmail.com>
16006
16007 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16008 Fix dest parameter to board_info.
16009 (fpc_compile): Ditto.
16010 (gdb_compile_pascal): Rename dest arg to destfile.
16011
16012 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16013
16014 * gdb.ada/funcall_ref.exp: New file.
16015 * gdb.ada/funcall_ref/foo.adb: New file.
16016
16017 2015-04-02 Yao Qi <yao.qi@linaro.org>
16018
16019 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16020 is remote.
16021
16022 2015-04-02 Gary Benson <gbenson@redhat.com>
16023
16024 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16025
16026 2015-04-01 Sasha Smundak <asmundak@google.com>
16027
16028 * gdb.python/py-unwind-maint.c: New file.
16029 * gdb.python/py-unwind-maint.exp: New test.
16030 * gdb.python/py-unwind-maint.py: New file.
16031 * gdb.python/py-unwind.c: New file.
16032 * gdb.python/py-unwind.exp: New test.
16033 * gdb.python/py-unwind.py: New test.
16034
16035 2015-04-01 Pedro Alves <palves@redhat.com>
16036
16037 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16038 to fail instead of non-existent $test.
16039
16040 2015-04-01 Pedro Alves <palves@redhat.com>
16041
16042 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16043 GDBFLAGS if not empty.
16044
16045 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16046
16047 * gdb.ada/complete.exp: Remove "multi_line".
16048 * gdb.ada/info_exc.exp: Remove "multi_line".
16049 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16050 * gdb.ada/ptype_field.exp: Remove "multi_line".
16051 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16052 * gdb.ada/tagged.exp: Remove "multi_line".
16053 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16054 [multi_line ...]
16055 * gdb.btrace/delta.exp: Likewise.
16056 * gdb.btrace/exception.exp: Likewise.
16057 * gdb.btrace/function_call_history.exp: Likewise.
16058 * gdb.btrace/instruction_history.exp: Likewise.
16059 * gdb.btrace/nohist.exp: Likewise.
16060 * gdb.btrace/record_goto.exp: Likewise.
16061 * gdb.btrace/segv.exp: Likewise.
16062 * gdb.btrace/stepi.exp: Likewise.
16063 * gdb.btrace/tailcall.exp: Likewise.
16064 * gdb.btrace/unknown_functions.exp: Likewise.
16065 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16066 * lib/gdb.exp: Add the "multi_line" helper.
16067
16068 2015-04-01 Pedro Alves <palves@redhat.com>
16069
16070 * gdb.threads/tid-reuse.c: New file.
16071 * gdb.threads/tid-reuse.exp: New file.
16072
16073 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16074
16075 PR corefiles/16092
16076 * gdb.base/coredump-filter.c: New file.
16077 * gdb.base/coredump-filter.exp: Likewise.
16078
16079 2015-03-27 Petr Machata <pmachata@redhat.com>
16080
16081 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16082 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16083 (Dwarf::assemble): Initialize them.
16084 (Dwarf::lines): New function.
16085
16086 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16087
16088 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16089 SYMBOL_PREFIX for x86_64-*-cygwin.
16090
16091 2015-03-26 Andy Wingo <wingo@igalia.com>
16092
16093 PR symtab/18148
16094 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16095 const_value but not a location.
16096 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16097 location defined in non-main CUs are visible.
16098
16099 2015-03-26 Yao Qi <yao.qi@linaro.org>
16100
16101 PR testsuite/18139
16102 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16103 Add a line number entry for the same line.
16104 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16105 Add a line number entry for the same line.
16106
16107 2015-03-26 Yao Qi <yao.qi@linaro.org>
16108
16109 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16110 .int 0.
16111 (func): Likewise. Add .Lfunc_1 label.
16112 Use .Lfunc_1 label.
16113 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16114 .int 0.
16115 (func): Likewise.
16116 Use .Lfunc_1 label.
16117
16118 2015-03-26 Yao Qi <yao.qi@linaro.org>
16119
16120 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16121 Call gdb_compile instead to compile each .s files without debug
16122 information.
16123
16124 2015-03-26 Yao Qi <yao.qi@linaro.org>
16125
16126 * gdb.base/savedregs.exp (process_saved_regs): Make
16127 "Saved registers:" optional in the pattern.
16128
16129 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16130
16131 * gdb.btrace/next.exp: Merged into step.exp.
16132 * gdb.btrace/finish.exp: Merged into step.exp.
16133 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16134 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16135 "record goto" and checking the exact replay position.
16136 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16137 check for "Recording format" in "info record" output.
16138 * gdb.btrace/record_goto.exp: Choose test file based on target.
16139 * gdb.btrace/x86-record_goto.S: Renamed into ...
16140 * gdb.btrace/x86_64-record_goto.S: ... this.
16141 * gdb.btrace/i686-record_goto.S: New.
16142 * gdb.btrace/x86-tailcall.S: Renamed into ...
16143 * gdb.btrace/x86_64-tailcall.S: ... this.
16144 * gdb.btrace/i686-tailcall.S: New.
16145 * gdb.btrace/x86-tailcall.c: Renamed into ...
16146 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16147 separate statements. Update test.
16148 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16149 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16150 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16151 * gdb.btrace/tailcall.exp: Choose test file based on target.
16152 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16153
16154 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16155
16156 * gdb.btrace/exception.exp: Increase BTS buffer size.
16157
16158 2015-03-24 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16161
16162 2015-03-24 Pedro Alves <palves@redhat.com>
16163
16164 * gdb.threads/schedlock.exp (test_step): No longer expect that
16165 "set scheduler-locking step" with "next" over a function call runs
16166 threads unlocked.
16167
16168 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16169
16170 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16171
16172 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16173
16174 PR breakpoints/16466
16175 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16176 * gdb.mi/mi-pending.c (thread_func): New function.
16177 (int main): Add threading support required.
16178 * gdb.mi/mi-pending.exp: Add tests for this issue.
16179 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16180 (pendfunc2): Remove stdio dependency.
16181 * gdb.mi/mi-pendshr2.c: New file.
16182
16183 2015-03-23 Keith Seitz <keiths@redhat.com>
16184
16185 * gdb.linespec/keywords.c: New file.
16186 * gdb.linespec/keywords.exp: New file.
16187
16188 2015-03-23 Keith Seitz <keiths@redhat.com>
16189
16190 PR gdb/18021
16191 * gdb.dwarf2/staticvirtual.exp: New test.
16192
16193 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16194
16195 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16196 * README: Remove HP-UX and gdb.hp.
16197 (configuration):
16198 * configure: Regenerate.
16199 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16200 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16201 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16202 gdb.hp/gdb.defects/Makefile.
16203 * gdb.hp/Makefile.in: File deleted.
16204 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16205 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16206 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16207 * gdb.hp/gdb.aCC/run.c: File deleted.
16208 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16209 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16210 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16211 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16212 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16213 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16214 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16215 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16216 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16217 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16218 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16219 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16220 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16221 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16222 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16223 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16224 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16225 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16226 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16227 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16228 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16229 * gdb.hp/gdb.compat/average.c: File deleted.
16230 * gdb.hp/gdb.compat/sum.c: File deleted.
16231 * gdb.hp/gdb.compat/xdb.c: File deleted.
16232 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16233 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16234 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16235 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16236 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16237 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16238 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16239 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16240 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16241 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16242 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16243 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16244 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16245 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16246 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16247 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16248 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16249 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16250 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16251 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16252 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16253 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16254 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16255 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16256 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16257 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16258 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16259 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16260 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16261 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16262 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16263 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16264 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16265 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16266 * gdb.hp/tools/odump: File deleted.
16267
16268 2015-03-19 Pedro Alves <palves@redhat.com>
16269
16270 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16271 (saw_thread_3): New globals.
16272 (top level): Increment them when an event for the corresponding
16273 thread is seen.
16274 (no thread starvation): New test.
16275
16276 2015-03-19 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.threads/continue-pending-status.c: New file.
16279 * gdb.threads/continue-pending-status.exp: New file.
16280
16281 2015-03-18 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16284 Use gdb_is_target_remote instead of is_remote. Use
16285 gdb_test_multiple instead of gdb_expect. Exit early if
16286 gdb_test_multiple hits its internal matches. Tighten stepi tests
16287 expected output. Fail on exit with any signal, instead of just
16288 SIGILL.
16289
16290 2015-03-18 Yao Qi <yao.qi@linaro.org>
16291
16292 PR tdep/18107
16293 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16294 variable.
16295 * gdb.base/catch-syscall.exp: Don't skip it on
16296 aarch64*-*-linux* target. Remove elements in all_syscalls.
16297 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16298 target.
16299 (setup_all_syscalls): New proc.
16300
16301 2015-03-16 Yao Qi <yao.qi@linaro.org>
16302
16303 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16304 (top level): Skip tests if valid_addr_p returns false for
16305 $cmd1 or $cmd2.
16306
16307 2015-03-11 Andy Wingo <wingo@igalia.com>
16308
16309 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16310
16311 2015-03-11 Yao Qi <yao.qi@linaro.org>
16312
16313 * gdb.base/catch-syscall.exp: Fix typo in comments.
16314
16315 2015-03-11 Yao Qi <yao.qi@linaro.org>
16316
16317 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16318
16319 2015-03-09 Pedro Alves <palves@redhat.com>
16320
16321 * dg-extract-results.py: Delete.
16322
16323 2015-03-09 Pedro Alves <palves@redhat.com>
16324
16325 Merge dg-extract-results.sh from GCC upstream (r218843).
16326
16327 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16328 * dg-extract-results.sh: Use --text with grep to avoid issues with
16329 binary files. Fall back to cat -v, if that doesn't work.
16330
16331 2015-03-05 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16334
16335 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16336
16337 * lib/mi-support.exp (mi_expect_interrupt): Accept
16338 alternative event for when in all-stop mode.
16339
16340 2015-03-04 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16343
16344 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16345
16346 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16347
16348 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16349
16350 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16351 regexps for GDB's current line display, accept a hex address
16352 preceding the line number.
16353
16354 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16355
16356 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16357 the 'arch1' variable for "s390*-linux*" targets.
16358
16359 2015-03-04 Pedro Alves <palves@redhat.com>
16360
16361 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16362 (main): Pass missing retval argument to pthread_join call.
16363
16364 2015-03-02 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16367 (top level): Call do_test with non-stop as well.
16368
16369 2015-03-02 Pedro Alves <palves@redhat.com>
16370
16371 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16372 -1.
16373
16374 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16375
16376 * gdb.arch/s390-vregs.exp: New test.
16377 * gdb.arch/s390-vregs.S: New file.
16378
16379 2015-02-27 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16382 call to catch_command_errors.
16383 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16384 catch_command_errors.
16385
16386 2015-02-27 Pedro Alves <palves@redhat.com>
16387
16388 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16389 "true" for boolean result.
16390 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16391 prototype of main.
16392
16393 2015-02-27 Pedro Alves <palves@redhat.com>
16394
16395 * lib/unbuffer_output.c: New file.
16396 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16397 (main): Call gdb_unbuffer_output.
16398
16399 2015-02-27 Yao Qi <yao.qi@linaro.org>
16400
16401 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16402 target.
16403
16404 2015-02-26 Doug Evans <dje@google.com>
16405
16406 * gdb.cp/class2.cc (Dbase, D): New classes.
16407 (main): New local delta.
16408 * gdb.cp/class2.exp: Test printing delta.
16409 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16410 (dynbar): New global.
16411 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16412
16413 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16414
16415 * gdb.compile/compile-ifunc.c: New file.
16416 * gdb.compile/compile-ifunc.exp: New file.
16417
16418 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16419
16420 * gdb.base/structs.exp: Check for correct struct on finish.
16421
16422 2015-02-26 Yao Qi <yao.qi@linaro.org>
16423
16424 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16425 is zero.
16426
16427 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16428
16429 * gdb.arch/cordic.ko.bz2: New file.
16430 * gdb.arch/cordic.ko.debug.bz2: New file.
16431 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16432
16433 2015-02-25 Yao Qi <yao.qi@linaro.org>
16434
16435 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16436 aarch64*-*-* target.
16437
16438 2015-02-23 Pedro Alves <palves@redhat.com>
16439
16440 * lib/gdb.exp (delete_breakpoints): Rewrite using
16441 gdb_test_multiple.
16442
16443 2015-02-23 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.base/info-os.c: Include stdlib.h.
16446
16447 2015-02-22 Doug Evans <xdje42@gmail.com>
16448
16449 PR symtab/17855
16450 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16451 is read after symbols have been re-read.
16452 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16453 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16454
16455 2015-02-21 Doug Evans <dje@google.com>
16456
16457 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16458
16459 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16460
16461 PR corefiles/17808
16462 * gdb.arch/i386-biarch-core.core.bz2: New file.
16463 * gdb.arch/i386-biarch-core.exp: New file.
16464
16465 2015-02-21 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16468 runto_main fails.
16469
16470 2015-02-20 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16473 info probes.
16474
16475 2015-02-20 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16478
16479 2015-02-20 Pedro Alves <palves@redhat.com>
16480
16481 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16482 clean_restart before gdb_target_supports_trace.
16483
16484 2015-02-20 Pedro Alves <palves@redhat.com>
16485
16486 PR threads/18006
16487 * gdb.threads/clone-thread_db.c: New file.
16488 * gdb.threads/clone-thread_db.exp: New file.
16489
16490 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16491
16492 PR breakpoints/16812
16493 * gdb.base/catch-gdb-caused-signals.c: New file.
16494 * gdb.base/catch-gdb-caused-signals.exp: New file.
16495
16496 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16497
16498 * configure: Regenerated.
16499 * configure.ac: Use GDB_AC_TRANSFORM.
16500 * aclocal.m4: sinclude ../transform.m4.
16501
16502 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16503
16504 * lib/dtrace.exp: New file.
16505 * gdb.base/dtrace-probe.exp: Likewise.
16506 * gdb.base/dtrace-probe.d: Likewise.
16507 * gdb.base/dtrace-probe.c: Likewise.
16508 * lib/pdtrace.in: Likewise.
16509 * configure.ac: Output variables with the transformed names of
16510 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16511 * configure: Regenerated.
16512
16513 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16514
16515 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16516 expected message when trying to access $_probe_* convenience
16517 variables while not on a probe.
16518
16519 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16520
16521 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16522
16523 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16524
16525 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16526 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16527
16528 2015-02-10 Doug Evans <xdje42@gmail.com>
16529
16530 * lib/gdb.exp (gdb_load): Always return a result.
16531
16532 2015-02-10 Pedro Alves <palves@redhat.com>
16533
16534 * gdb.threads/signal-sigtrap.c: New file.
16535 * gdb.threads/signal-sigtrap.exp: New file.
16536
16537 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16538
16539 * gdb.trace/no-attach-trace.c: New file.
16540 * gdb.trace/no-attach-trace.exp: New file.
16541
16542 2015-02-09 Mark Wielaard <mjw@redhat.com>
16543
16544 * gdb.dwarf2/atomic.c: New file.
16545 * gdb.dwarf2/atomic-type.exp: Likewise.
16546
16547 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16548
16549 * gdb.btrace/buffer-size.exp: Update "info record" output.
16550 * gdb.btrace/delta.exp: Update "info record" output.
16551 * gdb.btrace/enable.exp: Update "info record" output.
16552 * gdb.btrace/finish.exp: Update "info record" output.
16553 * gdb.btrace/instruction_history.exp: Update "info record" output.
16554 * gdb.btrace/next.exp: Update "info record" output.
16555 * gdb.btrace/nexti.exp: Update "info record" output.
16556 * gdb.btrace/step.exp: Update "info record" output.
16557 * gdb.btrace/stepi.exp: Update "info record" output.
16558 * gdb.btrace/nohist.exp: Update "info record" output.
16559
16560 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16561
16562 * gdb.btrace/buffer-size: New.
16563
16564 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16565
16566 * gdb.btrace/delta.exp: Update "info record" output.
16567 * gdb.btrace/enable.exp: Update "info record" output.
16568 * gdb.btrace/finish.exp: Update "info record" output.
16569 * gdb.btrace/instruction_history.exp: Update "info record" output.
16570 * gdb.btrace/next.exp: Update "info record" output.
16571 * gdb.btrace/nexti.exp: Update "info record" output.
16572 * gdb.btrace/step.exp: Update "info record" output.
16573 * gdb.btrace/stepi.exp: Update "info record" output.
16574 * gdb.btrace/nohist.exp: Update "info record" output.
16575
16576 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16577
16578 PR gdb/15678
16579 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16580
16581 2015-02-06 Pedro Alves <palves@redhat.com>
16582
16583 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16584 macro.
16585 (seconds_left, again): New globals.
16586 (main): Wait seconds_left in a 1-second sleep loop instead of
16587 sleeping 180 seconds. If 'again' is set, reset the seconds
16588 counter.
16589 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16590 'again' in the inferior before detaching. Print the seconds left.
16591 (options): New global.
16592 (top level): Build program with -DTIMEOUT=$timeout.
16593
16594 2015-02-06 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16597 determine how many seconds to pass to 'alarm'.
16598 * gdb.base/gdb-sigterm.exp (top level): Build program with
16599 -DTIMEOUT=$timeout.
16600 (do_test): Return success/failure indication. Add more verbose
16601 logging. Don't fail if 200 single steps are seen. Instead, fail
16602 when the test times out.
16603 (passes): New global.
16604 (top level): Break the testing loop if testing fails on any
16605 iteration. Use gdb_assert.
16606
16607 2015-02-04 Don Breazeal <donb@codesourcery.com>
16608
16609 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16610 and initialize them.
16611 (ipc_cleanup): New function.
16612 (main): Don't declare shmid, semid, and msqid. Add a call to
16613 atexit so that we call ipc_cleanup on exit.
16614
16615 2015-02-04 Pedro Alves <palves@redhat.com>
16616
16617 * boards/native-extended-gdbserver.exp: Remove any target variant
16618 specifications from the board name before clearing the isremote
16619 flag from board_info.
16620
16621 2015-01-31 Doug Evans <xdje42@gmail.com>
16622
16623 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16624
16625 2015-01-31 Gary Benson <gbenson@redhat.com>
16626
16627 * gdb.base/completion.exp: Disable completion limiting for
16628 existing tests. Add new tests to check completion limiting.
16629 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16630
16631 2015-01-31 Doug Evans <xdje42@gmail.com>
16632
16633 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16634
16635 2015-01-31 Doug Evans <xdje42@gmail.com>
16636
16637 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16638 entries. Duplicate file section script entries.
16639 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16640 inlined entries. Add test for safe-path rejection.
16641 * gdb.python/py-section-script.c: Add duplicate inlined section script
16642 entries. Duplicate file section script entries.
16643 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16644 inlined entries. Add test for safe-path rejection.
16645
16646 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16647
16648 * gdb.ada/disc_arr_bound: New testcase.
16649
16650 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16651
16652 * gdb.ada/mi_var_array: New testcase.
16653
16654 2015-01-27 Doug Evans <dje@google.com>
16655
16656 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16657 Add test for objfile.filename, objfile.username after objfile
16658 has been unloaded.
16659
16660 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16661
16662 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16663 the second test to print the name attribute of value
16664 returned by the call to gdb.lookup_type, and adjust
16665 the expected output accordingly.
16666
16667 2015-01-25 Mark Wielaard <mjw@redhat.com>
16668
16669 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16670 * gdb.base/disp-step-fork.c: Include unistd.h.
16671 * gdb.base/siginfo-obj.c: Include stdio.h.
16672 * gdb.base/siginfo-thread.c: Likewise.
16673 * gdb.mi/non-stop.c: Include unistd.h.
16674 * gdb.mi/nsthrexec.c: Include stdio.h.
16675 * gdb.mi/pthreads.c: Include unistd.h.
16676 * gdb.modula2/unbounded1.c (main): Declare returns int.
16677 * gdb.reverse/consecutive-reverse.c: Likewise.
16678 * gdb.threads/create-fail.c: Include unistd.h.
16679 * gdb.threads/killed.c: Likewise.
16680 * gdb.threads/linux-dp.c: Likewise.
16681 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16682 * gdb.threads/non-ldr-exc-2.c: Likewise.
16683 * gdb.threads/non-ldr-exc-3.c: Likewise.
16684 * gdb.threads/non-ldr-exc-4.c: Likewise.
16685 * gdb.threads/pthreads.c: Include unistd.h.
16686 (main): Declare returns int.
16687 * gdb.threads/tls-main.c (foo): New declaration.
16688 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16689
16690 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16691
16692 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16693 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16694
16695 2015-01-15 Mark Wielaard <mjw@redhat.com>
16696
16697 * gdb.base/noreturn-return.c: New file.
16698 * gdb.base/noreturn-return.exp: New file.
16699 * gdb.base/noreturn-finish.c: New file.
16700 * gdb.base/noreturn-finish.exp: New file.
16701
16702 2015-01-23 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.threads/continue-pending-after-query.c: New file.
16705 * gdb.threads/continue-pending-after-query.exp: New file.
16706
16707 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16708 Simon Marchi <simon.marchi@ericsson.com>
16709
16710 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16711 * gdb.base/valgrind-db-attach.exp: Same.
16712 * gdb.base/valgrind-infcall.exp: Same.
16713 * lib/mi-support.exp (default_mi_gdb_start): Same.
16714 * lib/prompt.exp (default_prompt_gdb_start): Same.
16715 * lib/gdb.exp (default_gdb_spawn): Same.
16716 (gdb_interact): New.
16717
16718
16719 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16720
16721 * gdb.compile/compile.exp (pointer to jit function): New test.
16722
16723 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16724
16725 * lib/gdb.exp (supports_process_record): Return true for
16726 powerpc*-*-linux*.
16727 (supports_reverse): Likewise.
16728
16729 2015-01-15 Don Breazeal <donb@codesourcery.com>
16730
16731 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16732 instead of checking whether the target board is remote and
16733 use spawn_wait_for_attach instead of exec/sleep.
16734 * gdb.base/attach-twice.exp: Likewise.
16735
16736 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16737
16738 * gdb.ada/var_arr_attrs: New testcase.
16739
16740 2015-01-14 Pedro Alves <palves@redhat.com>
16741 Joel Brobecker <brobecker@adacore.com>
16742
16743 PR gdb/17525
16744 * gdb.base/bp-cmds-execution-x-script.c: New file.
16745 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16746 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16747
16748 2015-01-14 Pedro Alves <palves@redhat.com>
16749
16750 PR cli/17828
16751 * gdb.base/batch-preserve-term-settings.c: New file.
16752 * gdb.base/batch-preserve-term-settings.exp: New file.
16753
16754 2015-01-13 Doug Evans <dje@google.com>
16755
16756 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16757 binary.
16758
16759 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16760
16761 * Makefile.in (clean mostlyclean): Do not delete *.py.
16762
16763 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16764
16765 * gdb.python/py-lookup-type.exp: New file.
16766
16767 2015-01-12 Pedro Alves <palves@redhat.com>
16768
16769 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16770 restore GDBFLAGS before returning.
16771
16772 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16773
16774 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16775 is_amd64_regs_target and is_x86_like_target.
16776
16777 2015-01-11 Doug Evans <xdje42@gmail.com>
16778
16779 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16780 is given without an explicit form.
16781 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16782 attributes.
16783 * gdb.dwarf/corrupt.exp: Ditto.
16784 * gdb.dwarf2/enum-type.exp: Ditto.
16785 * gdb.trace/entry-values.exp: Ditto.
16786 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16787
16788 2015-01-11 Doug Evans <xdje42@gmail.com>
16789
16790 PR gdb/15830
16791 * gdb.base/maint.exp: Remove references to "maint demangle".
16792 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16793 Add tests for explicitly specifying language to demangle.
16794 * gdb.dlang/demangle.exp: Ditto.
16795
16796 2015-01-09 Pedro Alves <palves@redhat.com>
16797
16798 * gdb.threads/non-stop-fair-events.c: New file.
16799 * gdb.threads/non-stop-fair-events.exp: New file.
16800
16801 2015-01-09 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16804 the global scope. Set a breakpoint after all threads are started
16805 rather than stepping over two source lines. Expect the prompt.
16806 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16807 global.
16808 (NUM): Now 15.
16809 (main): Use threads_started_barrier to wait for all threads to
16810 start. Main thread no longer calls thread_function. Exit after
16811 180 seconds.
16812 (loop): New function.
16813 (thread_function): Wait on threads_started_barrier barrier. Call
16814 'loop' at each iteration.
16815 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16816 threads have started, instead of hardcoding number of "next"
16817 steps. Use an access watchpoint instead of a write watchpoint.
16818
16819 2015-01-09 Pedro Alves <palves@redhat.com>
16820
16821 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16822 (thread_func): Wait on barrier.
16823 (main): Wait for all threads to start before stopping GDB.
16824 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16825 global.
16826 (thread1_func, thread2_func): Wait on barrier.
16827 (main): Wait for all threads to start before stopping GDB.
16828 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16829 New global.
16830 (thread1_func, thread2_func): Wait on barrier.
16831 (main): Wait for all threads to start before stopping GDB.
16832
16833 2015-01-09 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.threads/attach-many-short-lived-threads.c: New file.
16836 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16837
16838 2014-01-09 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16841 instead of to thread 2.
16842 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16843 Add barrier around each pthread_create call instead of around all
16844 calls.
16845 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16846 Set a break on thread_function and have the child threads hit it
16847 one at at a time.
16848
16849 2015-01-09 Pedro Alves <palves@redhat.com>
16850
16851 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16852 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16853 false.
16854 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16855 checking whether the target board is remote.
16856 * gdb.multi/multi-attach.exp: Likewise.
16857 * gdb.python/py-sync-interp.exp: Likewise.
16858 * gdb.server/ext-attach.exp: Likewise.
16859 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16860 tests that need to attach, instead of checking whether the target
16861 board is remote at the top of the file.
16862
16863 2015-01-08 Yao Qi <yao@codesourcery.com>
16864
16865 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16866
16867 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 Fix testcase compilation.
16870 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16871
16872 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16873
16874 * gdb.python/py-type.exp: Add a couple test about empty
16875 array creation, and negative-length array creation.
16876
16877 2015-01-02 Doug Evans <xdje42@gmail.com>
16878
16879 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16880
16881 2015-01-02 Doug Evans <dje@google.com>
16882
16883 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16884
16885 2014-12-29 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.trace/entry-values.exp: Update comments. Rename variable
16888 bar_call_foo to returned_from_foo.
16889
16890 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16891
16892 PR gdb/17394
16893 * gdb.linespec/break-asm-file.c: New file.
16894 * gdb.linespec/break-asm-file.exp: New file.
16895 * gdb.linespec/break-asm-file0.s: New file.
16896 * gdb.linespec/break-asm-file1.s: New file.
16897
16898 2014-12-18 Nigel Stephens <nigel@mips.com>
16899 Maciej W. Rozycki <macro@codesourcery.com>
16900
16901 * gdb.base/float.exp: Handle the new output from "info float" on
16902 MIPS targets.
16903
16904 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16905
16906 Fix MinGW compilation.
16907 * gdb.compile/compile-ops.exp: Update untested message if
16908 !skip_compile_feature_tests.
16909 * gdb.compile/compile-setjmp.exp: Likewise.
16910 * gdb.compile/compile-tls.exp: Likewise.
16911 * gdb.compile/compile.exp: Likewise.
16912 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16913 supported on this host".
16914
16915 2014-12-16 Doug Evans <xdje42@gmail.com>
16916
16917 * boards/stabs.exp: New file.
16918
16919 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16920
16921 * gdb.base/completion.exp: Adjust to format changes of "maint
16922 print user-registers".
16923
16924 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16925
16926 PR server/17457
16927 * gdb.arch/aarch64-fp.c: New file.
16928 * gdb.arch/aarch64-fp.exp: New file.
16929
16930 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16931
16932 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16933 r210637, r210913, r211666, r215400, r215817).
16934
16935 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16936 * dg-extract-results.py: New file.
16937 * dg-extract-results.sh: Use it if the environment seems
16938 suitable.
16939
16940 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16941
16942 * dg-extract-results.py (parse_run): Handle warnings that
16943 are printed before a test harness is run.
16944
16945 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16946
16947 * dg-extract-results.py (Named): Remove __cmp__ method.
16948 (output_variation): Use a key to sort variation.harnesses.
16949
16950 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16951
16952 * dg-extract-results.py: For Python 3, force sys.stdout to
16953 handle surrogate escape sequences.
16954 (safe_open): New function.
16955 (output_segment, main): Use it.
16956
16957 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16958
16959 * dg-extract-results.py (Prog.result_re): Include options
16960 in test name.
16961
16962 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16963
16964 * dg-extract-results.py (output_variation): Always sort if
16965 do_sum.
16966
16967 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16968
16969 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16970 as long as we get pagination notifications.
16971
16972 2014-12-15 Jason Merrill <jason@redhat.com>
16973
16974 * Makefile.in (check-gdb.%): Restore.
16975 * README: Mention it.
16976
16977 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16978
16979 * gdb.ada/str_uninit: New testcase.
16980
16981 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16982
16983 PR symtab/17642
16984 * gdb.base/vla-stub-define.c: New file.
16985 * gdb.base/vla-stub.c: New file.
16986 * gdb.base/vla-stub.exp: New file.
16987
16988 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16989 Jan Kratochvil <jan.kratochvil@redhat.com>
16990 Tom Tromey <tromey@redhat.com>
16991
16992 * configure.ac: Add gdb.compile/.
16993 * configure: Regenerate.
16994 * gdb.compile/Makefile.in: New file.
16995 * gdb.compile/compile-ops.exp: New file.
16996 * gdb.compile/compile-ops.c: New file.
16997 * gdb.compile/compile-tls.c: New file.
16998 * gdb.compile/compile-tls.exp: New file.
16999 * gdb.compile/compile-constvar.S: New file.
17000 * gdb.compile/compile-constvar.c: New file.
17001 * gdb.compile/compile-mod.c: New file.
17002 * gdb.compile/compile-nodebug.c: New file.
17003 * gdb.compile/compile-setjmp-mod.c: New file.
17004 * gdb.compile/compile-setjmp.c: New file.
17005 * gdb.compile/compile-setjmp.exp: New file.
17006 * gdb.compile/compile-shlib.c: New file.
17007 * gdb.compile/compile.c: New file.
17008 * gdb.compile/compile.exp: New file.
17009 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17010
17011 2014-12-12 Tom Tromey <tromey@redhat.com>
17012
17013 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17014 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17015
17016 2014-12-12 Doug Evans <dje@google.com>
17017
17018 * lib/gdb-python.exp (get_python_valueof): New function.
17019 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17020
17021 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17022
17023 * gdb.base/completion.exp: Add test for completion of "info
17024 registers ".
17025
17026 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17027
17028 * gdb.base/func-ptrs.c: New file.
17029 * gdb.base/func-ptrs.exp: New file.
17030
17031 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17032
17033 PR breakpoints/17012
17034 * gdb.base/dprintf-detach.c: New file.
17035 * gdb.base/dprintf-detach.exp: New file.
17036
17037 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17038
17039 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17040 * lib/gdb.exp (target_is_gdbserver): New procedure.
17041
17042 2014-12-08 Doug Evans <dje@google.com>
17043
17044 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17045
17046 2014-12-05 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.guile/scm-error.exp: Remove the third argument to
17049 gdb_remote_download.
17050 * gdb.guile/scm-frame-args.exp: Likewise.
17051 * gdb.guile/scm-section-script.exp: Likewise.
17052
17053 2014-12-05 Yao Qi <yao@codesourcery.com>
17054
17055 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17056
17057 2014-12-04 Doug Evans <dje@google.com>
17058
17059 * gdb.python/py-objfile.exp: Add tests for
17060 objfile.add_separate_debug_file.
17061
17062 2014-12-04 Doug Evans <dje@google.com>
17063
17064 * lib/gdb.exp (get_build_id): New function.
17065 (build_id_debug_filename_get): Rewrite to use it.
17066 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17067
17068 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17069
17070 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17071 `method(long)', not just 0x0.
17072 * gdb.cp/nsalias.exp: Align code labels to 4.
17073 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17074 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17075 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17076 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17077 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17078 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17079
17080 2014-12-02 Doug Evans <dje@google.com>
17081
17082 PR symtab/17602
17083 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17084 * gdb.cp/anon-ns2.cc: ... here. New file.
17085 * gdb.cp/anon-ns.exp: Update.
17086
17087 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17088
17089 * gdb.python/py-events.py (inferior_call_handler): New.
17090 (register_changed_handler, memory_changed_handler): New.
17091 (test_events.invoke): Register new handlers.
17092 * gdb.python/py-events.exp: Add tests for inferior call,
17093 memory_changed and register_changed events.
17094
17095 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17096
17097 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17098 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17099 if the linker doesn't understand this.
17100
17101 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17102
17103 * gdb.python/python.exp: Change expected reply to help().
17104
17105 2014-12-01 Yao Qi <yao@codesourcery.com>
17106
17107 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17108 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17109 * configure: Re-generated.
17110
17111 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17112
17113 * gdb.cp/chained-calls.cc: New file.
17114 * gdb.cp/chained-calls.exp: New file.
17115 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17116
17117 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17118
17119 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17120 * gdb.dwarf2/symtab-producer.exp: Same.
17121 * gdb.gdb/python-interrupts.exp: Same.
17122 * gdb.gdb/python-selftest.exp: Same.
17123 * gdb.python/py-linetable.exp: Same.
17124 * gdb.python/py-type.exp: Same.
17125 * gdb.python/py-value-cc.exp: Same.
17126 * gdb.python/py-value.exp: Same.
17127
17128 2014-11-28 Yao Qi <yao@codesourcery.com>
17129
17130 * gdb.base/break-probes.exp: Match library name prefixed with
17131 sysroot.
17132
17133 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17134
17135 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17136 test expected output. Add parentheses for the call to print.
17137 Remove L suffix from integers.
17138
17139 2014-11-26 Doug Evans <dje@google.com>
17140
17141 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17142
17143 2014-11-22 Yao Qi <yao@codesourcery.com>
17144
17145 * gdb.trace/entry-values.c: Remove asms.
17146 (foo): Add foo_label.
17147 (bar): Add bar_label.
17148 * gdb.trace/entry-values.exp: Remove code computing foo's
17149 length and bar's length.
17150 (Dwarf::assemble): Invoke function_range for bar and use
17151 MACRO_AT_func for foo.
17152
17153 2014-11-22 Yao Qi <yao@codesourcery.com>
17154
17155 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17156 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17157 Use .Lgcc43_procstart instead of gcc43.
17158
17159 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17160
17161 * gdb.ada/n_arr_bound: New testcase.
17162
17163 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17164
17165 PR breakpoints/10737
17166 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17167 test_catch_syscall_multi_arch.
17168 (test_catch_syscall_multi_arch): New function.
17169
17170 2014-11-20 Doug Evans <xdje42@gmail.com>
17171
17172 * gdb.base/maint.exp: Update expected output.
17173
17174 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17175
17176 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17177 4-byte instruction on S390.
17178
17179 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17180
17181 * gdb.ada/arr_arr: New testcase.
17182
17183 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17184
17185 * gdb.ada/pkd_arr_elem: New Testcase.
17186
17187 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17188
17189 * gdb.reverse/break-precsave: Expect completion message for
17190 core file reads.
17191 * gdb.reverse/consecutive-precsave.exp: Likewise.
17192 * gdb.reverse/finish-precsave.exp: Likewise.
17193 * gdb.reverse/i386-precsave.exp: Likewise.
17194 * gdb.reverse/machinestate-precsave.exp: Likewise.
17195 * gdb.reverse/sigall-precsave.exp: Likewise.
17196 * gdb.reverse/solib-precsave.exp: Likewise.
17197 * gdb.reverse/step-precsave.exp: Likewise.
17198 * gdb.reverse/until-precsave.exp: Likewise.
17199 * gdb.reverse/watch-precsave.exp: Likewise.
17200
17201 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17202
17203 * gdb.base/bp-permanent.c: Include unistd.h.
17204 * gdb.python/py-framefilter-mi.c (main): Add return type.
17205 * gdb.python/py-framefilter.c (main): Likewise.
17206 * gdb.trace/actions-changed.c (main): Likewise.
17207
17208 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17209
17210 * gdb.mi/until.c: Add eye-catchers.
17211 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17212 line numbers.
17213
17214 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17215
17216 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17217 function header variants in break1.c.
17218 * gdb.base/ena-dis-br.exp: Likewise.
17219 * gdb.base/hbreak2.exp: Likewise.
17220 * gdb.reverse/until-precsave.exp: Drop references to removed
17221 non-prototype function header variants in ur1.c.
17222 * gdb.reverse/until-reverse.exp: Likewise.
17223
17224 2014-11-17 Petr Machata <pmachata@redhat.com>
17225
17226 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17227 ${_cu_offset_size} bytes abbrev offset.
17228
17229 2014-11-15 Doug Evans <xdje42@gmail.com>
17230
17231 PR symtab/17559
17232 * gdb.base/line-symtabs.exp: New file.
17233 * gdb.base/line-symtabs.c: New file.
17234 * gdb.base/line-symtabs.h: New file.
17235
17236 2014-11-14 Yao Qi <yao@codesourcery.com>
17237
17238 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17239 (func): Add label func_label.
17240 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17241 Replace low_pc and high_pc with MACRO_AT_range.
17242 Replace name, low_pc and high_pc with MACRO_AT_func.
17243
17244 2014-11-14 Yao Qi <yao@codesourcery.com>
17245
17246 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17247 Replace name, low_pc and high_pc with MACRO_AT_func.
17248
17249 2014-11-14 Yao Qi <yao@codesourcery.com>
17250
17251 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17252 produce debug information.
17253 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17254
17255 2014-11-14 Yao Qi <yao@codesourcery.com>
17256
17257 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17258 object and get function length.
17259 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17260 with MACRO_AT_func.
17261 (top-level): Replace gdb_compile and clean_restart with
17262 prepare_for_testing.
17263 * gdb.dwarf2/main.c (main): Add label main_label.
17264
17265 2014-11-14 Yao Qi <yao@codesourcery.com>
17266
17267 * lib/dwarf.exp (function_range): New procedure.
17268 (Dwarf::_handle_macro_at_func): New procedure.
17269 (Dwarf::_handle_macro_at_range): New procedure.
17270 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17271
17272 2014-11-14 Yao Qi <yao@codesourcery.com>
17273
17274 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17275 (_handle_attribute): New procedure.
17276
17277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17278
17279 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17280 * gdb.base/call-sc.c (zed): Likewise.
17281 * gdb.base/checkpoint.c (main): Likewise.
17282 * gdb.base/dump.c (main): Likewise.
17283 * gdb.base/gcore.c (main): Likewise.
17284 * gdb.base/huge.c (main): Likewise.
17285 * gdb.base/multi-forks.c (main): Likewise.
17286 * gdb.base/pr10179-a.c (main): Likewise.
17287 * gdb.base/savedregs.c (main): Likewise.
17288 * gdb.base/sigaltstack.c (main): Likewise.
17289 * gdb.base/siginfo.c (main): Likewise.
17290 * gdb.base/structs.c (zed): Likewise.
17291 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17292 * gdb.mi/mi-syn-frame.c (main): Likewise.
17293 * gdb.mi/until.c (foo, main): Likewise.
17294 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17295 * gdb.base/solib-weak.c (foo): Declare.
17296 * gdb.base/attach-twice.c: Include stdio.h.
17297 * gdb.base/weaklib1.c: Likewise.
17298 * gdb.base/weaklib2.c: Likewise.
17299 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17300 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17301 unistd.h.
17302 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17303 * gdb.mi/mi-exit-code.c: Likewise.
17304 * gdb.base/break-interp-lib.c: Include string.h.
17305 * gdb.base/coremaker.c: Likewise.
17306 * gdb.base/testenv.c: Likewise.
17307 * gdb.python/py-finish-breakpoint.c: Likewise.
17308 * gdb.base/inferior-died.c: Include sys/wait.h.
17309 * gdb.base/fileio.c: Include time.h.
17310 * gdb.base/async-shell.c: Include unistd.h.
17311 * gdb.base/dprintf-non-stop.c: Likewise.
17312 * gdb.base/info-os.c: Likewise.
17313 * gdb.mi/mi-console.c: Likewise.
17314 * gdb.mi/watch-nonstop.c: Likewise.
17315 * gdb.python/py-events.c: Likewise.
17316 * gdb.base/async.c (baz): Move up before its invocation.
17317 * gdb.base/code_elim2.c (my_global_func): Likewise.
17318 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17319 * gdb.base/advance.c (func2): Likewise.
17320
17321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17322
17323 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17324 variant.
17325 * gdb.base/annota3.c: Likewise.
17326 * gdb.base/async.c: Likewise.
17327 * gdb.base/average.c: Likewise.
17328 * gdb.base/call-ar-st.c: Likewise.
17329 * gdb.base/call-rt-st.c: Likewise.
17330 * gdb.base/call-sc.c: Likewise.
17331 * gdb.base/call-strs.c: Likewise.
17332 * gdb.base/ending-run.c: Likewise.
17333 * gdb.base/execd-prog.c: Likewise.
17334 * gdb.base/exprs.c: Likewise.
17335 * gdb.base/foll-exec.c: Likewise.
17336 * gdb.base/foll-fork.c: Likewise.
17337 * gdb.base/foll-vfork.c: Likewise.
17338 * gdb.base/funcargs.c: Likewise.
17339 * gdb.base/gcore.c: Likewise.
17340 * gdb.base/jump.c: Likewise.
17341 * gdb.base/langs0.c: Likewise.
17342 * gdb.base/langs1.c: Likewise.
17343 * gdb.base/langs2.c: Likewise.
17344 * gdb.base/mips_pro.c: Likewise.
17345 * gdb.base/nodebug.c: Likewise.
17346 * gdb.base/opaque0.c: Likewise.
17347 * gdb.base/opaque1.c: Likewise.
17348 * gdb.base/recurse.c: Likewise.
17349 * gdb.base/run.c: Likewise.
17350 * gdb.base/scope0.c: Likewise.
17351 * gdb.base/scope1.c: Likewise.
17352 * gdb.base/setshow.c: Likewise.
17353 * gdb.base/setvar.c: Likewise.
17354 * gdb.base/shmain.c: Likewise.
17355 * gdb.base/shr1.c: Likewise.
17356 * gdb.base/shr2.c: Likewise.
17357 * gdb.base/sigall.c: Likewise.
17358 * gdb.base/signals.c: Likewise.
17359 * gdb.base/so-indr-cl.c: Likewise.
17360 * gdb.base/solib2.c: Likewise.
17361 * gdb.base/structs.c: Likewise.
17362 * gdb.base/sum.c: Likewise.
17363 * gdb.base/vforked-prog.c: Likewise.
17364 * gdb.base/watchpoint.c: Likewise.
17365 * gdb.reverse/shr2.c: Likewise.
17366 * gdb.reverse/until-reverse.c: Likewise.
17367 * gdb.reverse/ur1.c: Likewise.
17368 * gdb.reverse/watch-reverse.c: Likewise.
17369
17370 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17371
17372 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17373 variant.
17374 * gdb.base/sepdebug.exp: Drop references to removed code.
17375
17376 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17377
17378 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17379 variant. Preserve original line numbering.
17380 * gdb.base/list1.c: Likewise.
17381
17382 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17383
17384 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17385 variant.
17386 * gdb.base/break1.c: Likewise.
17387 * gdb.base/break.exp: Drop references to removed code.
17388
17389 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17390
17391 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17392 variant.
17393
17394 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17395
17396 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17397
17398 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17399
17400 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17401 logic into perform_all_tests() and invoke it with and without
17402 function header prototypes.
17403 (do_function_calls): Remove conditional XFAIL for PR 5318.
17404 (rerun_and_prepare): Remove duplicate code.
17405 (perform_all_tests): New. Main logic moved here.
17406
17407 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17408
17409 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17410 code guarded by #ifdef NO_PROTOTYPES.
17411 (t_double_many_args): Likewise.
17412 (DEF_FUNC_MANY_ARGS_1): Likewise.
17413 (DEF_FUNC_VALUES_1): Likewise.
17414 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17415 guarded by #ifdef PROTOTYPES.
17416
17417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17418
17419 * gdb.mi/mi-console.c: Add eye-catcher.
17420 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17421 instead of literal line number.
17422
17423 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17424
17425 * gdb.base/shr2.c: Add eye-catcher.
17426 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17427 line number.
17428
17429 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17430
17431 * gdb.base/jump.c: Add eye-catchers.
17432 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17433 numbers.
17434
17435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17436
17437 * gdb.base/execd-prog.c: Add eye-catchers.
17438 * gdb.base/foll-exec.c: Likewise.
17439 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17440 line numbers.
17441
17442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17443
17444 * gdb.base/ending-run.c: Add eye-catchers.
17445 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17446 literal line numbers.
17447
17448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17449
17450 * gdb.base/call-rt-st.c: Add eye-catchers.
17451 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17452 literal line numbers.
17453
17454 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17455
17456 * gdb.base/call-ar-st.c: Add eye-catchers.
17457 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17458 literal line numbers.
17459
17460 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17461
17462 * gdb.base/average.c: Add eye-catchers.
17463 * gdb.base/sum.c: Likewise.
17464 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17465 regexps dynamically.
17466
17467 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17468
17469 * gdb.base/solib1.c: Add eye-catchers.
17470 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17471 literal line numbers.
17472
17473 2014-11-12 Pedro Alves <palves@redhat.com>
17474
17475 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17476 leader has exited.
17477
17478 2014-11-12 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.arch/i386-bp_permanent.c: New file.
17481 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17482 (srcfile): Set to i386-bp_permanent.c.
17483 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17484 that stepi does not execute the 'leave' instruction, instead of
17485 testing it does execute.
17486 * gdb.base/bp-permanent.c: New file.
17487 * gdb.base/bp-permanent.exp: New file.
17488
17489 2014-11-10 Doug Evans <xdje42@gmail.com>
17490
17491 PR symtab/17564
17492 * gdb.base/symtab-search-order.exp: New file.
17493 * gdb.base/symtab-search-order.c: New file.
17494 * gdb.base/symtab-search-order-1.c: New file.
17495 * gdb.base/symtab-search-order-shlib-1.c: New file.
17496
17497 2014-11-07 Pedro Alves <palves@redhat.com>
17498
17499 PR gdb/17511
17500 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17501 i?86-*-linux*.
17502
17503 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17504
17505 PR c++/17494
17506 * gdb.cp/pr17494.cc: New file.
17507 * gdb.cp/pr17494.exp: New file.
17508
17509 2014-11-02 Yao Qi <yao@codesourcery.com>
17510
17511 * gdb.python/python.exp: Get working directory and match the
17512 output of "set extended-prompt \\w " with it.
17513
17514 2014-10-30 Doug Evans <dje@google.com>
17515
17516 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17517 in objfiles.
17518 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17519 in progspaces.
17520
17521 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17522
17523 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17524 * gdb.base/realname-expand.exp: Likewise.
17525 * gdb.linespec/macro-relative.exp: Likewise.
17526
17527 2014-10-29 Pedro Alves <palves@redhat.com>
17528
17529 PR gdb/17408
17530 * gdb.threads/schedlock.c (some_function): New function.
17531 (call_function): New global.
17532 (MAYBE_CALL_SOME_FUNCTION): New macro.
17533 (thread_function): Call it.
17534 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17535 and use it instead of a global counter. Adjust all callers.
17536 (get_current_thread): Use "find current thread" for test message
17537 here rather than having all callers pass down the same string.
17538 (goto_loop): New procedure, factored out from ...
17539 (my_continue): ... this.
17540 (step_ten_loops): Change parameter from test message to command to
17541 use. Adjust.
17542 (list_count): Delete global.
17543 (check_result): New procedure, factored out from duplicate top
17544 level code.
17545 (continue tests): Wrap in with_test_prefix.
17546 (test_step): New procedure, factored out from duplicate top level
17547 code.
17548 (top level): Test "step" in combination with all scheduler-locking
17549 modes. Test "next" in combination with all scheduler-locking
17550 modes, and in combination with stepping over a function call or
17551 not.
17552 * gdb.threads/next-bp-other-thread.c: New file.
17553 * gdb.threads/next-bp-other-thread.exp: New file.
17554
17555 2014-10-29 Pedro Alves <palves@redhat.com>
17556
17557 PR python/17372
17558 * gdb.python/python.exp: Test a multi-line command that spawns
17559 interactive Python.
17560 * gdb.base/multi-line-starts-subshell.exp: New file.
17561
17562 2014-10-29 Yao Qi <yao@codesourcery.com>
17563
17564 * gdb.base/fileio.exp: Make directories on host.
17565
17566 2014-10-29 Yao Qi <yao@codesourcery.com>
17567
17568 * gdb.base/fileio.c (test_write): Close the file.
17569
17570 2014-10-28 Pedro Alves <palves@redhat.com>
17571
17572 PR gdb/12623
17573 * gdb.base/sigstep.c (no_handler): New global.
17574 (main): If 'no_handler is true, set the signal handlers to
17575 SIG_IGN.
17576 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17577 with_sw_watch and no_handler parameters. Handle them.
17578 (top level) <stepping over handler when stopped at a breakpoint
17579 test>: Add a test axis for testing with a software watchpoint, and
17580 another for testing with the signal handler set to SIG_IGN.
17581 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17582 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17583
17584 2014-10-28 Pedro Alves <palves@redhat.com>
17585
17586 PR gdb/17511
17587 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17588 * gdb.base/sigstep.exp (other_handler_location): New global.
17589 (advance): Support stepping into the signal handler, and running
17590 commands while in the handler.
17591 (in_handler_map): New global.
17592 (top level): In the advance test, add combinations for getting
17593 into the handler with stepping commands, and for running commands
17594 in the handler. Add comment descripting the advancei tests.
17595
17596 2014-10-28 Pedro Alves <palves@redhat.com>
17597
17598 * gdb.base/sigstep.exp: Use build_executable instead of
17599 prepare_for_testing.
17600 (top level): Move code that starts GDB, runs to main and creates a
17601 display to ...
17602 (restart): ... this new procedure.
17603 (top level): Move backtrace from signal handler test to ...
17604 (validate_backtrace): ... this new procedure.
17605 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17606 with_test_prefix. Always restart GDB.
17607 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17608 with_test_prefix. Always restart GDB. No need to delete
17609 breakpoints after the test.
17610 (test_skip_handler): Remove prefix parameter.
17611 (skip_over_handler, breakpoint_to_handler)
17612 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17613 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17614 restart GDB. No need to delete breakpoints after the test.
17615 (top level): Use foreach to call the test procedures with
17616 different commands.
17617
17618 2014-10-28 Pedro Alves <palves@redhat.com>
17619
17620 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17621 instead of GNATS numbers.
17622 * gdb.base/sigbpt.exp: Likewise.
17623 * gdb.base/siginfo.exp: Likewise.
17624 * gdb.base/sigstep.exp: Likewise.
17625
17626 2014-10-27 Pedro Alves <palves@redhat.com>
17627
17628 * gdb.base/sigstep.c (dummy): New global.
17629 (main): Issue a couple writes to the new global.
17630 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17631 procedures.
17632 (skip_over_handler): Use test_skip_handler.
17633 (top level): Call skip_over_handler for stepi and nexti too.
17634 (breakpoint_over_handler): Use test_skip_handler.
17635 (top level): Call breakpoint_over_handler for stepi and nexti too.
17636
17637 2014-10-27 Yao Qi <yao@codesourcery.com>
17638
17639 * gdb.trace/tfile.c (adjust_function_address)
17640 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17641 function descriptor.
17642
17643 2014-10-24 Don Breazeal <donb@codesourcery.com>
17644
17645 * gdb.base/foll-fork.exp (test_follow_fork,
17646 catch_fork_child_follow): Check for updated fork messages emitted
17647 from infrun.c.
17648 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17649 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17650 vfork_and_exec_child_follow_through_step): Check for updated vfork
17651 messages emitted from infrun.c.
17652
17653 2014-10-24 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.base/corefile.exp: Remove references to ultrix.
17656 * gdb.base/interrupt.exp: Likewise.
17657 * gdb.base/whatis.exp: Likewise.
17658 * gdb.gdb/selftest.exp: Likewise.
17659 * gdb.threads/manythreads.exp: Likewise.
17660 * gdb.threads/print-threads.exp: Likewise.
17661 * gdb.threads/pthreads.exp:: Likewise.
17662 * gdb.threads/schedlock.exp: Likewise.
17663
17664 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17665
17666 * gdb.cp/non-trivial-retval.cc: Add a test case.
17667 * gdb.cp/non-trivial-retval.exp: Add a test.
17668
17669 2014-10-20 Yao Qi <yao@codesourcery.com>
17670
17671 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17672 * gdb.python/py-objfile-script-gdb.py: New file.
17673 * gdb.python/py-objfile-script.exp: Update reference to
17674 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17675 of remote_download. Remove the dest file.
17676
17677 2014-10-20 Yao Qi <yao@codesourcery.com>
17678
17679 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17680 * gdb.base/step-line.exp: Likewise.
17681 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17682 * gdb.dwarf2/dw2-basic.exp: Likewise.
17683 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17684 * gdb.dwarf2/dw2-filename.exp: Likewise.
17685 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17686 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17687 * gdb.dwarf2/dw2-producer.exp: Likewise.
17688 * gdb.dwarf2/mac-fileno.exp: Likewise.
17689 * gdb.python/py-frame-args.exp: Likewise.
17690 * gdb.python/py-framefilter.exp: Likewise.
17691 * gdb.python/py-mi.exp: Likewise.
17692 * gdb.python/py-objfile-script.exp: Likewise
17693 * gdb.python/py-pp-integral.exp: Likewise.
17694 * gdb.python/py-pp-re-notag.exp: Likewise.
17695 * gdb.python/py-prettyprint.exp: Likewise.
17696 * gdb.python/py-section-script.exp: Likewise.
17697 * gdb.python/py-typeprint.exp: Likewise.
17698 * gdb.python/py-xmethods.exp: Likewise.
17699 * gdb.stabs/weird.exp: Likewise.
17700 * gdb.xml/tdesc-regs.exp: Likewise.
17701
17702 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17703
17704 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17705 (out_cu): Use addr_len for the size of addresses.
17706 (out_line): Likewise. Size DW_LNE_set_address instruction
17707 according to addr_len.
17708 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17709 (FUNC): Add START_INSNS to definition.
17710
17711 2014-10-18 Yao Qi <yao@codesourcery.com>
17712
17713 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17714 gdb_has_argv0 return true.
17715 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17716 check [target_info exists noargs], check [gdb_has_argv0]
17717 instead.
17718 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17719 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17720 procedures.
17721
17722 2014-10-17 Doug Evans <dje@google.com>
17723
17724 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17725 event.
17726 * gdb.python/py-events.py: Add clear_objfiles event.
17727
17728 2014-10-17 Doug Evans <dje@google.com>
17729
17730 * gdb.python/py-objfile.exp: Test progspace attribute.
17731
17732 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17733
17734 * gdb.guile/scm-breakpoint.exp: Do not assume any
17735 directory separators when matching source file paths.
17736 * gdb.python/py-breakpoint.exp: Likewise.
17737 * gdb.reverse/break-precsave.exp: Likewise.
17738 * gdb.reverse/break-reverse.exp: Likewise.
17739 * gdb.reverse/consecutive-precsave.exp: Likewise.
17740 * gdb.reverse/finish-precsave.exp: Likewise.
17741 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17742 * gdb.reverse/finish-reverse.exp: Likewise.
17743 * gdb.reverse/i386-precsave.exp: Likewise.
17744 * gdb.reverse/i387-env-reverse.exp: Likewise.
17745 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17746 * gdb.reverse/machinestate-precsave.exp: Likewise.
17747 * gdb.reverse/machinestate.exp: Likewise.
17748 * gdb.reverse/sigall-precsave.exp: Likewise.
17749 * gdb.reverse/solib-precsave.exp: Likewise.
17750 * gdb.reverse/step-precsave.exp: Likewise.
17751 * gdb.reverse/until-precsave.exp: Likewise.
17752 * gdb.reverse/watch-precsave.exp: Likewise.
17753 * gdb.reverse/watch-reverse.exp: Likewise.
17754
17755 2014-10-17 Yao Qi <yao@codesourcery.com>
17756
17757 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17758 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17759
17760 2014-10-17 Pedro Alves <palves@redhat.com>
17761
17762 PR gdb/17471
17763 * gdb.base/bg-execution-repeat.c: New file.
17764 * gdb.base/bg-execution-repeat.exp: New file.
17765
17766 2014-10-17 Pedro Alves <palves@redhat.com>
17767
17768 PR gdb/17300
17769 * gdb.base/continue-all-already-running.c: New file.
17770 * gdb.base/continue-all-already-running.exp: New file.
17771
17772 2014-10-17 Pedro Alves <palves@redhat.com>
17773
17774 PR gdb/17472
17775 * gdb.base/annota-input-while-running.c: New file.
17776 * gdb.base/annota-input-while-running.exp: New file.
17777
17778 2014-10-17 Pedro Alves <palves@redhat.com>
17779
17780 * gdb.base/callfuncs.exp: emove references to osf.
17781 * gdb.base/sigall.exp: Likewise.
17782 * gdb.gdb/selftest.exp: Likewise.
17783 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17784 * gdb.mi/non-stop.c: Likewise.
17785 * gdb.mi/pthreads.c: Likewise.
17786 * gdb.reverse/sigall-precsave.exp: Likewise.
17787 * gdb.reverse/sigall-reverse.exp: Likewise.
17788 * gdb.threads/pthreads.c: Likewise.
17789 * gdb.threads/pthreads.exp: Likewise.
17790
17791 2014-10-17 Yao Qi <yao@codesourcery.com>
17792
17793 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17794 check 'target_info exists noargs'.
17795 (test_command_prompt_position): Likewise.
17796 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17797 Remove "set args".
17798 (progvar_simple_while_test): Likewise.
17799 (progvar_complex_if_while_test): Likewise.
17800 (if_while_breakpoint_command_test): Likewise.
17801 (infrun_breakpoint_command_test): Likewise.
17802 (breakpoint_command_test): Likewise.
17803 (watchpoint_command_test): Likewise.
17804 (bp_deleted_in_command_test): Likewise.
17805 (temporary_breakpoint_commands): Likewise.
17806
17807 2014-10-16 Yao Qi <yao@codesourcery.com>
17808
17809 * gdb.base/remotetimeout.exp: Remove noargs checking.
17810
17811 2014-10-15 Pedro Alves <palves@redhat.com>
17812
17813 PR breakpoints/9649
17814 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17815 * gdb.base/breakpoint-in-ro-region.exp
17816 (probe_target_hardware_step): New procedure.
17817 (top level): Probe hardware stepping and hardware breakpoint
17818 support. Test stepping through a read-only region, with both
17819 "breakpoint auto-hw" on and off and both "always-inserted" on and
17820 off.
17821
17822 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17823
17824 * gdb.dlang/demangle.exp: Update for demangling changes.
17825
17826 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17827
17828 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17829 * gdb.cp/non-trivial-retval.exp: Add new tests.
17830
17831 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17832
17833 PR c++/13403
17834 PR c++/15154
17835 * gdb.cp/non-trivial-retval.cc: New file.
17836 * gdb.cp/non-trivial-retval.exp: New file.
17837
17838 2014-10-15 Yao Qi <yao@codesourcery.com>
17839
17840 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17841 remote host.
17842
17843 2014-10-15 Yao Qi <yao@codesourcery.com>
17844
17845 * gdb.python/py-symbol.exp: Match file base name if host is
17846 remote, otherwise match file name with dir name.
17847 * gdb.python/py-symtab.exp: Likewise.
17848 * gdb.python/python.exp: Likewise.
17849
17850 2014-10-15 Yao Qi <yao@codesourcery.com>
17851
17852 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17853 pattern.
17854 * gdb.python/py-symtab.exp: Likewise.
17855 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17856 locationn.
17857
17858 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17859
17860 * gdb.ada/addr_arith: New testcase.
17861
17862 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17863
17864 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17865 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17866 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17867 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17868
17869 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17870
17871 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17872 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17873 * gdb.arch/stap-eval-lang-ada.exp: New file.
17874
17875 2014-10-14 Yao Qi <yao@codesourcery.com>
17876
17877 * gdb.mi/mi-var-child.c (nothing1): New function.
17878 (nothing2): New function.
17879 (do_children_tests): Set function pointers by nothing1 and
17880 nothing2.
17881 * gdb.mi/mi-var-child.exp: Step over new added statements.
17882 Update test to match the new output.
17883 * gdb.mi/var-cmd.c (nothing1): New function.
17884 (nothing2): New function.
17885 (do_children_tests): Set function pointers by nothing1 and
17886 nothing2.
17887 * gdb.mi/mi-var-display.exp: Update test to match output.
17888 Step to the line specified by $line_dct_nothing.
17889 Increase the number of lines to step.
17890
17891 2014-10-14 Yao Qi <yao@codesourcery.com>
17892
17893 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17894 tests.
17895 * gdb.mi/mi2-var-child.exp: Likewise.
17896
17897 2014-10-13 Doug Evans <dje@google.com>
17898
17899 * gdb.python/py-objfile.exp: Change name of file name test.
17900
17901 2014-10-13 Doug Evans <dje@google.com>
17902
17903 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17904 from the start of the CU.
17905
17906 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17907 Yao Qi <yao@codesourcery.com>
17908
17909 Fix "save breakpoints" for "catch" command.
17910 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17911 Remove -nonewline. Match also the added "main" line.
17912
17913 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17914
17915 Fix "save breakpoints" for "disable $bpnum" command.
17916 * gdb.base/save-bp.c (main): Add label.
17917 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17918
17919 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17920
17921 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17922
17923 2014-10-11 Yao Qi <yao@codesourcery.com>
17924
17925 * gdb.server/server-kill.exp: Execute command
17926 "set remote trace-status-packet on" before "tstatus".
17927
17928 2014-10-11 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17931 (main): Call getppid.
17932 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17933 and continue to it. Read variable "server_pid".
17934
17935 2014-10-11 Yao Qi <yao@codesourcery.com>
17936
17937 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17938
17939 2014-10-11 Yao Qi <yao@codesourcery.com>
17940
17941 * gdb.threads/thread-find.exp: Don't execute command
17942 "info threads".
17943 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17944 * gdb.threads/linux-dp.exp: Don't check the condition
17945 $threads_created equals to zero.
17946
17947 2014-10-10 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.base/bigcore.exp: Remove references to IRIX.
17950 * gdb.base/funcargs.exp: Likewise.
17951 * gdb.base/interrupt.exp: Likewise.
17952 * gdb.base/mips_pro.exp: Likewise.
17953 * gdb.base/nodebug.exp: Likewise.
17954 * gdb.base/setvar.exp: Likewise.
17955 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17956
17957 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17958 Pedro Alves <palves@redhat.com>
17959
17960 PR symtab/14466
17961 * gdb.base/vdso-warning.c: New file.
17962 * gdb.base/vdso-warning.exp: New file.
17963
17964 2014-10-02 Doug Evans <dje@google.com>
17965
17966 * gdb.base/structs.c (main): Don't run forever.
17967
17968 2014-10-02 Pedro Alves <palves@redhat.com>
17969
17970 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17971 (top level) <stop threads 1, stop threads 2>: Use it.
17972
17973 2014-10-02 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.threads/break-while-running.exp (test): Add new
17976 'update_thread_list' argument. Skip "info threads" if false.
17977 (top level): Add new 'update_thread_list' axis.
17978
17979 2014-10-02 Pedro Alves <palves@redhat.com>
17980
17981 PR breakpoints/17431
17982 * gdb.base/execl-update-breakpoints.c: New file.
17983 * gdb.base/execl-update-breakpoints.exp: New file.
17984
17985 2014-10-01 Pedro Alves <palves@redhat.com>
17986
17987 * gdb.base/breakpoint-in-ro-region.c: New file.
17988 * gdb.base/breakpoint-in-ro-region.exp: New file.
17989
17990 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17991
17992 * gdb.mi/mi-exit-code.exp: New file.
17993 * gdb.mi/mi-exit-code.c: New file.
17994
17995 2014-09-30 Yao Qi <yao@codesourcery.com>
17996
17997 * lib/prelink-support.exp (build_executable_own_libs): Error if
17998 the target isn't native.
17999
18000 2014-09-30 Yao Qi <yao@codesourcery.com>
18001
18002 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18003 false.
18004
18005 2014-09-22 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.threads/break-while-running.exp: New file.
18008 * gdb.threads/break-while-running.c: New file.
18009
18010 2014-09-19 Yao Qi <yao@codesourcery.com>
18011
18012 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18013 Invoke test. Restart GDB with --readnow and invoke test again.
18014
18015 2014-09-19 Yao Qi <yao@codesourcery.com>
18016
18017 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18018 proc set_breakpoint_on_gcd_function. Invoke
18019 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18020 invoke set_breakpoint_on_gcd_function again.
18021
18022 2014-09-18 Doug Evans <dje@google.com>
18023
18024 * gdb.dwarf2/symtab-producer.exp: New file.
18025
18026 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18027
18028 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18029 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18030 * gdb.base/global-var-nested-by-dso.c: Likewise.
18031 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18032
18033 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18034 Pedro Alves <palves@redhat.com>
18035
18036 * gdb.base/watch-bitfields.exp: Pass string other than test file
18037 name to prepare_for_testing.
18038 (watch): New procedure.
18039 (expect_watchpoint): Use with_test_prefix.
18040 (top level): Factor out tests to ...
18041 (test_watch_location, test_regular_watch): ... these new
18042 procedures, and use with_test_prefix and gdb_continue_to_end.
18043
18044 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18045
18046 PR breakpoints/12526
18047 * gdb.base/watch-bitfields.exp: New file.
18048 * gdb.base/watch-bitfields.c: New file.
18049
18050 2014-09-16 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18053 software and hardware addresses, not software address against
18054 itself.
18055
18056 2014-09-16 Pedro Alves <palves@redhat.com>
18057
18058 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18059 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18060
18061 2014-09-16 Pedro Alves <palves@redhat.com>
18062
18063 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18064 files.
18065 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18066 "*-*-vxworks*" throughout.
18067 * gdb.base/break.exp: Likewise.
18068 * gdb.base/default.exp: Likewise.
18069 * gdb.base/scope.exp: Likewise.
18070 * gdb.base/sepdebug.exp: Likewise.
18071 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18072 throughout.
18073 * gdb.base/run.c: Likewise.
18074 * gdb.base/sepdebug.c: Likewise.
18075 * gdb.hp/gdb.aCC/run.c: Likewise.
18076 * gdb.reverse/until-reverse.c: Likewise.
18077 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18078
18079 2014-09-16 Yao Qi <yao@codesourcery.com>
18080
18081 * boards/local-remote-host-native.exp: New file.
18082
18083 2014-09-14 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.threads/queue-signal.c (thread_count): New variable.
18086 (thread_count_mutex, thread_count_condvar): New variables.
18087 (incr_thread_count, wait_all_threads_running): New functions.
18088 (main): Wait for all threads to be in their thread functions.
18089
18090 2014-09-13 Doug Evans <xdje42@gmail.com>
18091
18092 * gdb.threads/queue-signal.c: New file.
18093 * gdb.threads/queue-signal.exp: New file.
18094
18095 2014-09-13 Doug Evans <xdje42@gmail.com>
18096
18097 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18098 be consistent with what default_gdb_init uses.
18099 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18100 the plain text of the prompt. Add some logging printfs.
18101 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18102
18103 2014-09-12 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18106 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18107 * gdb.arch/i386-size-overlap.exp: Likewise.
18108 * gdb.arch/i386-size.exp: Likewise.
18109 * gdb.arch/i386-unwind.exp: Likewise.
18110 * gdb.base/a2-run.exp: Likewise.
18111 * gdb.base/break.exp: Likewise.
18112 * gdb.base/charset.exp: Likewise.
18113 * gdb.base/chng-syms.exp: Likewise.
18114 * gdb.base/commands.exp: Likewise.
18115 * gdb.base/dbx.exp: Likewise.
18116 * gdb.base/find.exp: Likewise.
18117 * gdb.base/funcargs.exp: Likewise.
18118 * gdb.base/jit-simple.exp: Likewise.
18119 * gdb.base/reread.exp: Likewise.
18120 * gdb.base/sepdebug.exp: Likewise.
18121 * gdb.base/step-bt.exp: Likewise.
18122 * gdb.cp/mb-inline.exp: Likewise.
18123 * gdb.cp/mb-templates.exp: Likewise.
18124 * gdb.objc/basicclass.exp: Likewise.
18125 * gdb.threads/killed.exp: Likewise.
18126
18127 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18128
18129 PR tdep/17379
18130 * gdb.arch/powerpc-stackless.S: New file.
18131 * gdb.arch/powerpc-stackless.exp: New file.
18132
18133 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18134
18135 * gdb.base/attach.c: Include unistd.h.
18136 (main): Call alarm. Add label postloop.
18137 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18138 gdb_breakpoint, gdb_continue_to_breakpoint.
18139 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18140
18141 2014-09-11 Pedro Alves <palves@redhat.com>
18142
18143 PR gdb/17347
18144 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18145 * gdb.base/attach.exp (test_command_line_attach_run): New
18146 procedure.
18147 (top level): Call it.
18148
18149 2014-09-11 Pedro Alves <palves@redhat.com>
18150
18151 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18152 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18153 (do_command_attach_tests): Use spawn_wait_for_attach.
18154 * gdb.base/solib-overlap.exp: Likewise.
18155 * gdb.multi/multi-attach.exp: Likewise.
18156 * gdb.python/py-prompt.exp: Likewise.
18157 * gdb.python/py-sync-interp.exp: Likewise.
18158 * gdb.server/ext-attach.exp: Likewise.
18159
18160 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18161
18162 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18163 command in testcase. Simplify testcase.
18164
18165 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18166
18167 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18168
18169 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18170
18171 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18172
18173 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18174
18175 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18176
18177 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18178
18179 * gdb.dwarf2/dynarr-ptr.c: New file.
18180 * gdb.dwarf2/dynarr-ptr.exp: New file.
18181
18182 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18183
18184 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18185 of 30 rather than hardcoding 120 for a slow test case. Take the
18186 `gdb,timeout' target setting into account for this calculation.
18187 Don't extend the timeout for the test cases that don't need it.
18188
18189 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18190
18191 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18192 a factor of 2 for a slow test case. Take the `gdb,timeout'
18193 target setting into account for this calculation.
18194 * gdb.reverse/until-precsave.exp: Increase the timeout by
18195 a factor of 15 and 3 respectively rather than adding 120
18196 for a pair of slow test cases. Take the `gdb,timeout'
18197 target setting into account for this calculation.
18198
18199 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18200
18201 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18202 timeout, don't pass one down to gdb_expect.
18203 (gdb_expect): Rework timeout selection.
18204
18205 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18206
18207 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18208 exception on timeout.
18209 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18210 (gdbserver_start_extended): Catch any `gdbserver_start' error
18211 exceptions.
18212 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18213 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18214 `gdbserver_gdb_load' error exceptions.
18215
18216 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18217
18218 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18219 120 on waiting for the TCP socket to open.
18220
18221 2014-09-09 Doug Evans <xdje42@gmail.com>
18222
18223 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18224 _caller_matches, _any_caller_is, _any_caller_matches.
18225
18226 2014-09-09 Doug Evans <xdje42@gmail.com>
18227
18228 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18229
18230 2014-09-09 Yao Qi <yao@codesourcery.com>
18231
18232 * gdb.mi/mi-var-display.exp: Set print symbol off.
18233
18234 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18235
18236 PR gdb/17035
18237 * gdb.base/commands.exp: Add tests to verify user-defined
18238 commands with empty bodies.
18239 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18240 python commands in `show user command`.
18241 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18242 scheme commands in `show user command`.
18243
18244 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18245
18246 PR python/17355
18247 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18248 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18249 * gdb.python/py-framefilter-invalidarg.exp: New file.
18250 * gdb.python/py-framefilter-invalidarg.py: New file.
18251
18252 2014-09-06 Doug Evans <xdje42@gmail.com>
18253
18254 PR 15276
18255 * gdb.python/py-caller-is.c: New file.
18256 * gdb.python/py-caller-is.exp: New file.
18257
18258 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18259
18260 PR gdb/17235
18261 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18262 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18263
18264 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18265
18266 PR fortran/17237
18267 * gdb.fortran/print-formatted.exp: New file.
18268 * gdb.fortran/print-formatted.f90: Likewise.
18269
18270 2014-09-03 Sasha Smundak <asmundak@google.com>
18271
18272 * gdb.python/py-frame.exp: Test Frame.read_register.
18273
18274 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18275
18276 PR python/16699
18277 * gdb.python/py-completion.exp: New file.
18278 * gdb.python/py-completion.py: Likewise.
18279
18280 2014-08-28 Doug Evans <dje@google.com>
18281
18282 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18283 eax,etc. are live with values set by gdb and thus the compiler can't
18284 use them.
18285 * gdb.arch/i386-pseudo.c (main): Ditto.
18286
18287 2014-08-27 Doug Evans <dje@google.com>
18288
18289 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18290
18291 2014-08-25 Doug Evans <dje@google.com>
18292
18293 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18294 (main): Ditto.
18295
18296 2014-08-25 Doug Evans <dje@google.com>
18297
18298 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18299
18300 2014-08-24 Yao Qi <yao@codesourcery.com>
18301
18302 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18303 symbol off.
18304 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18305
18306 2014-08-22 Doug Evans <dje@google.com>
18307
18308 PR 17276
18309 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18310 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18311 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18312
18313 2014-08-22 Yao Qi <yao@codesourcery.com>
18314
18315 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18316 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18317 * gdb.python/python.exp: Likewise. Use .py file on the host
18318 instead of the build.
18319
18320 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18321
18322 * gdb.threads/gcore-stale-thread.c: New file.
18323 * gdb.threads/gcore-stale-thread.exp: New file.
18324
18325 2014-08-21 Pedro Alves <palves@redhat.com>
18326
18327 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18328 * gdb.base/gcore-relro-pie.exp: Likewise.
18329 * gdb.base/gcore-relro.exp: Likewise.
18330 * gdb.base/gcore.exp: Likewise.
18331 * gdb.base/print-symbol-loading.exp: Likewise.
18332 * gdb.threads/gcore-thread.exp: Likewise.
18333 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18334
18335 2014-08-20 Pedro Alves <palves@redhat.com>
18336 Jan Kratochvil <jan.kratochvil@redhat.com>
18337
18338 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18339 configure.
18340 (EXPECT): Handle READ1 being set.
18341 (all): Depend on EXTRA_RULES.
18342 (check-read1, expect-read1, read1.so, read1): New rules.
18343 * README (Testsuite Parameters): Document the READ1 make variable.
18344 (Race detection): New section.
18345 * configure: Regenerate.
18346 * configure.ac: If build==host==target, and running under a
18347 GNU/glibc system, add read1 to the extra Makefile rules.
18348 (EXTRA_RULES): AC_SUBST it.
18349 * lib/read1.c: New file.
18350
18351 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18352
18353 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18354 the handling of variables declared as a typedef to an array
18355 which a DW_AT_data_location attribute.
18356
18357 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18358 Pedro Alves <palves@redhat.com>
18359
18360 PR symtab/14604
18361 PR symtab/14605
18362 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18363 gdb_test.
18364
18365 2014-08-19 Pedro Alves <palves@redhat.com>
18366
18367 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18368
18369 2014-08-19 Yao Qi <yao@codesourcery.com>
18370
18371 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18372 right line.
18373
18374 2014-08-18 David Blaikie <dblaikie@gmail.com>
18375
18376 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18377
18378 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18379
18380 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18381 attribute in array range.
18382
18383 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18384
18385 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18386
18387 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18388
18389 PR c++/17132
18390 * gdb.cp/pr17132.cc: New file.
18391 * gdb.cp/pr17132.exp: New file.
18392
18393 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18394
18395 * gdb.python/py-xmethods.py (A_getarrayind)
18396 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18397 Use 'print' with function call syntax.
18398 (E_method_matcher.match): Fix tab vs space indentation mixup.
18399
18400 2014-08-15 Yao Qi <yao@codesourcery.com>
18401
18402 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18403 false.
18404
18405 2014-08-15 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.cp/casts.exp: Set print symbol off.
18408 * gdb.cp/class2.exp: Likewise.
18409 * gdb.cp/overload.exp: Likewise.
18410 * gdb.cp/templates.exp: Likewise.
18411
18412 2014-08-11 Doug Evans <dje@google.com>
18413
18414 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18415 (test_load_shlib): Update.
18416
18417 2014-08-09 Yao Qi <yao@codesourcery.com>
18418
18419 * gdb.base/display.exp: Invoke is_address_zero_readable.
18420 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18421 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18422 * gdb.base/hbreak-unmapped.exp: Return if
18423 is_address_zero_readable returns true.
18424 * gdb.base/signest.exp: Likewise.
18425 * gdb.base/signull.exp: Likewise.
18426 * gdb.base/sigbpt.exp: Likewise.
18427 * gdb.guile/scm-disasm.exp: Do the test if
18428 is_address_zero_readable returns false.
18429 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18430 * gdb.python/py-arch.exp: Likewise.
18431 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18432 * lib/gdb.exp (is_address_zero_readable): New proc.
18433
18434 2014-08-09 Yao Qi <yao@codesourcery.com>
18435
18436 PR testsuite/13443
18437 * gdb.mi/mi-var-display.exp: Make test messages unique.
18438
18439 2014-08-04 Tom Tromey <tromey@redhat.com>
18440
18441 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18442 target 0".
18443
18444 2014-08-04 Tom Tromey <tromey@redhat.com>
18445
18446 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18447 "target_resume".
18448
18449 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18450
18451 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18452 inner_vla_struct_object_size.
18453 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18454 as xfail.
18455
18456 2014-07-30 Pedro Alves <palves@redhat.com>
18457
18458 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18459 comment.
18460
18461 2014-07-29 Yao Qi <yao@codesourcery.com>
18462
18463 PR gdb/17206
18464 * gdb.base/until-nodebug.exp: New.
18465
18466 2014-07-28 Doug Evans <xdje42@gmail.com>
18467
18468 PR guile/17203
18469 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18470 previously existing parameter, and previously ambiguously spelled
18471 parameter.
18472
18473 2014-07-28 Will Newton <will.newton@linaro.org>
18474
18475 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18476
18477 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18478 Doug Evans <xdje42@gmail.com>
18479
18480 PR guile/17146
18481 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18482
18483 2014-07-25 Pedro Alves <palves@redhat.com>
18484
18485 * gdb.threads/signal-command-handle-nopass.c: New file.
18486 * gdb.threads/signal-command-handle-nopass.exp: New file.
18487 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18488 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18489 * gdb.threads/signal-delivered-right-thread.c: New file.
18490 * gdb.threads/signal-delivered-right-thread.exp: New file.
18491
18492 2014-07-25 Pedro Alves <palves@redhat.com>
18493
18494 * gdb.base/double-prompt-target-event-error.exp
18495 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18496 match.
18497 (cancel_pagination_in_target_event): Rework double prompt
18498 detection.
18499 * gdb.base/paginate-after-ctrl-c-running.exp
18500 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18501 <return>' match.
18502 * gdb.base/paginate-bg-execution.exp
18503 (test_bg_execution_pagination_return)
18504 (test_bg_execution_pagination_cancel): Remove '-notransfer
18505 <return>' matches.
18506 * gdb.base/paginate-execution-startup.exp
18507 (test_fg_execution_pagination_return)
18508 (test_fg_execution_pagination_cancel): Remove '-notransfer
18509 <return>' matches.
18510 * gdb.base/paginate-inferior-exit.exp
18511 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18512 match.
18513 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18514 * lib/gdb.exp (pagination_prompt): Run text through
18515 string_to_regexp.
18516 (gdb_test_multiple): Match $pagination_prompt instead of
18517 "<return>".
18518 (string_to_regexp): Move to lib/gdb-utils.exp.
18519
18520 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18521
18522 * gdb.arch/amd64-entry-value-paramref.S: New file.
18523 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18524 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18525 * gdb.arch/amd64-optimout-repeat.S: New file.
18526 * gdb.arch/amd64-optimout-repeat.c: New file.
18527 * gdb.arch/amd64-optimout-repeat.exp: New file.
18528
18529 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18530
18531 PR gdb/17170
18532 * gdb.base/statistics.exp: New file.
18533
18534 2014-07-17 Doug Evans <dje@google.com>
18535
18536 PR gdb/17170
18537 * gdb.base/maint.exp: Update testing of per-command stats.
18538
18539 2014-07-16 Pedro Alves <palves@redhat.com>
18540
18541 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18542 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18543 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18544 (tfile_write_buf): New functions.
18545 (add_memory_block): Rewrite using the above.
18546 (adjust_function_address): New function.
18547 (FUNCTION_ADDRESS): New macro.
18548 (write_basic_trace_file): Remove short_x local, and use
18549 tfile_write_16. Change type of func_addr local to unsigned long
18550 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18551 here. Cast argument of add_memory_block to char pointer.
18552 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18553 (main): Remove parameters.
18554 * gdb.trace/tfile.exp: Remove nowarnings.
18555
18556 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18557
18558 * gdb.base/debug-expr.exp: Test string evaluation with
18559 "debug expression" on.
18560
18561 2014-07-15 Pedro Alves <palves@redhat.com>
18562
18563 * gdb.base/reread.exp: Use clean_restart.
18564
18565 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18566
18567 * gdb.arch/avr-flash-qualifer.c: New.
18568 * gdb.arch/avr-flash-qualifer.exp: New.
18569
18570 2014-07-14 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18573 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18574
18575 2014-07-14 Pedro Alves <palves@redhat.com>
18576
18577 * gdb.base/double-prompt-target-event-error.c: New file.
18578 * gdb.base/double-prompt-target-event-error.exp: New file.
18579
18580 2014-07-14 Pedro Alves <palves@redhat.com>
18581
18582 PR gdb/17072
18583 * gdb.base/paginate-inferior-exit.c: New file.
18584 * gdb.base/paginate-inferior-exit.exp: New file.
18585
18586 2014-07-14 Pedro Alves <palves@redhat.com>
18587
18588 PR gdb/17072
18589 * gdb.base/paginate-bg-execution.c: New file.
18590 * gdb.base/paginate-bg-execution.exp: New file.
18591
18592 2014-07-14 Pedro Alves <palves@redhat.com>
18593
18594 PR gdb/17072
18595 * gdb.base/paginate-execution-startup.c: New file.
18596 * gdb.base/paginate-execution-startup.exp: New file.
18597 * lib/gdb.exp (pagination_prompt): New global.
18598 (default_gdb_spawn): New procedure, factored out from
18599 default_gdb_spawn.
18600 (default_gdb_start): Adjust to call default_gdb_spawn.
18601 (gdb_spawn): New procedure.
18602
18603 2014-07-14 Pedro Alves <palves@redhat.com>
18604
18605 * lib/gdb.exp (gdb_assert): New procedure.
18606 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18607
18608 2014-07-14 Pedro Alves <palves@redhat.com>
18609
18610 * gdb.base/execution-termios.c: New file.
18611 * gdb.base/execution-termios.exp: New file.
18612
18613 2014-07-14 Tom Tromey <tromey@redhat.com>
18614
18615 * gdb.cp/vla-cxx.cc: New file.
18616 * gdb.cp/vla-cxx.exp: New file.
18617
18618 2014-07-14 Tom Tromey <tromey@redhat.com>
18619
18620 * gdb.reverse/rerun-prec.c: New file.
18621 * gdb.reverse/rerun-prec.exp: New file.
18622
18623 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18624 Maciej W. Rozycki <macro@codesourcery.com>
18625
18626 * lib/gdb-utils.exp: New file.
18627 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18628 inline `gdb_init_command' processing.
18629 (gdb_start_cmd): Likewise.
18630 * lib/mi-support.exp (mi_run_cmd): Likewise.
18631 * README: Document `gdb_init_command' and `gdb_init_commands'.
18632
18633 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18634
18635 Fix false FAIL running under a very long directory name.
18636 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18637 and "set print elements 10000". Twice.
18638
18639 2014-07-11 Yao Qi <yao@codesourcery.com>
18640
18641 * gdb.base/exprs.exp: "set print symbol off".
18642
18643 2014-07-11 Pedro Alves <palves@redhat.com>
18644
18645 * gdb.threads/kill.c: New file.
18646 * gdb.threads/kill.exp: New file.
18647
18648 2014-07-10 Yao Qi <yao@codesourcery.com>
18649
18650 * gdb.trace/tfile.c (write_basic_trace_file)
18651 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18652 address written to trace file.
18653
18654 2014-07-09 Pedro Alves <palves@redhat.com>
18655
18656 * gdb.base/attach-wait-input.exp: New file.
18657 * gdb.base/attach-wait-input.c: New file.
18658
18659 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18660
18661 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18662 setting up test structures.
18663 (main): Call new test function.
18664 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18665 test function, continue into test function and walk test
18666 structures.
18667
18668 2014-07-02 Yao Qi <yao@codesourcery.com>
18669
18670 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18671 'bar_start' at the beginning of functions 'foo' and 'bar'
18672 respectively.
18673 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18674 instead of 'foo' and 'bar'.
18675
18676 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18677
18678 * gdb.btrace/segv.exp: New.
18679 * gdb.btrace/segv.c: New.
18680
18681 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18682
18683 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18684 instruction.
18685
18686 2014-06-30 Mark Wielaard <mjw@redhat.com>
18687
18688 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18689 vulture, vilify, villar): New volatile array constants.
18690 (vindictive, vegetation): New const volatile array constants.
18691 * gdb.base/volatile.exp: Test volatile and const volatile array
18692 types.
18693
18694 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18695
18696 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18697 target lacks support for awatch, rwatch, or hbreak.
18698
18699 2014-06-27 Yao Qi <yao@codesourcery.com>
18700
18701 * gdb.multi/dummy-frame-restore.exp: New.
18702 * gdb.multi/dummy-frame-restore.c: New.
18703
18704 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18705
18706 * gdb.btrace/gcore.exp: New.
18707
18708 2014-06-23 Pedro Alves <palves@redhat.com>
18709
18710 * gdb.base/watchpoint-reuse-slot.c: New file.
18711 * gdb.base/watchpoint-reuse-slot.exp: New file.
18712
18713 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18714
18715 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18716 progspace's filename in 'info', 'enable' and 'disable' command
18717 tests.
18718
18719 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18720
18721 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18722 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18723 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18724
18725 2014-06-20 Gary Benson <gbenson@redhat.com>
18726
18727 * gdb.arch/i386-avx.exp: Fix include file location.
18728 * gdb.arch/i386-sse.exp: Likewise.
18729
18730 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18731
18732 * gdb.dlang/expression.exp: New file.
18733
18734 2014-06-19 Pedro Alves <palves@redhat.com>
18735
18736 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18737 out from ...
18738 (top level): ... here. Iterate running tests under different
18739 scheduler-locking settings.
18740
18741 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18742
18743 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18744 to DW_FORM_addr and use non-zero addresses.
18745
18746 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18747
18748 PR gdb/17017
18749 * gdb.python/py-xmethods.cc: Add global function call counters and
18750 increment them in their respective functions. Remove "cout"
18751 statements.
18752 * gdb.python/py-xmethods.exp: Make tests check the global function
18753 call counters instead of depending on inferior IO.
18754
18755 2014-06-18 Don Breazeal <donb@codesourcery.com>
18756
18757 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18758 Deleted procedure.
18759 (explicit_fork_parent_follow): Deleted procedure.
18760 (explicit_fork_child_follow): Deleted procedure.
18761 (test_follow_fork): New procedure.
18762 (do_fork_tests): Replace calls to deleted procedures with
18763 calls to test_follow_fork and reset GDB for subsequent
18764 procedure calls.
18765
18766 2014-06-17 Yao Qi <yao@codesourcery.com>
18767
18768 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18769 CP1252.
18770
18771 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18772
18773 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18774 Initialize ptr and S explicitly.
18775 (skip_type_update_when_not_use_rtti_test): Likewise.
18776
18777 2014-06-16 Keith Seitz <keiths@redhat.com>
18778
18779 PR mi/15863
18780 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18781 the inferior is started.
18782
18783 2014-06-16 Pedro Alves <palves@redhat.com>
18784
18785 * gdb.base/break-main-file-remove-fail.c: New file.
18786 * gdb.base/break-main-file-remove-fail.exp: New file.
18787 * gdb.base/break-unload-file.exp: Use build_executable instead of
18788 prepare_for_testing.
18789 (test_break): New parameter "initial_load". Handle it.
18790 (top level): Add initial_load cmdline/file axis.
18791
18792 2014-06-12 Tom Tromey <tromey@redhat.com>
18793
18794 * gdb.base/completion.exp: Don't use directory name in test.
18795
18796 2014-06-09 Gary Benson <gbenson@redhat.com>
18797
18798 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18799 separate the always-available ANSI-standard signals from the
18800 signals that require checking.
18801 (main): Likewise.
18802 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18803 Likewise.
18804 (main): Likewise.
18805
18806 2014-06-07 Keith Seitz <keiths@redhat.com>
18807
18808 Revert:
18809 PR c++/16253
18810 * gdb.cp/var-tag.cc: New file.
18811 * gdb.cp/var-tag.exp: New file.
18812 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18813 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18814 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18815 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18816
18817 2014-06-06 Doug Evans <xdje42@gmail.com>
18818
18819 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18820
18821 2014-06-06 Pedro Alves <palves@redhat.com>
18822
18823 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18824 in target debug output instead of looking at RSP packets,
18825 disabling the test on any target that uses hardware stepping.
18826 Update comments.
18827
18828 2014-06-06 Pedro Alves <palves@redhat.com>
18829
18830 * gdb.base/break-unload-file.exp: Fix typo.
18831
18832 2014-06-06 Yao Qi <yao@codesourcery.com>
18833
18834 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18835 from "jit_function" to "^jit_function".
18836
18837 2014-06-06 Yao Qi <yao@codesourcery.com>
18838
18839 * gdb.base/async.c (foo): Add one statement.
18840 * gdb.base/async.exp: Get the next instruction address and
18841 match the output of "nexti" by instruction address. Match
18842 the hex address in the output of "finish".
18843
18844 2014-06-06 Gary Benson <gbenson@redhat.com>
18845
18846 * gdb.base/call-signals.c: Remove preprocessor conditionals
18847 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18848 SIGSEGV and SIGTERM.
18849 * gdb.base/sigall.c: Likewise.
18850 * gdb.base/unwindonsignal.c: Likewise.
18851 * gdb.reverse/sigall-reverse.c: Likewise.
18852
18853 2014-06-06 Yao Qi <yao@codesourcery.com>
18854
18855 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18856 readable, skip the test.
18857
18858 2014-06-06 Yao Qi <yao@codesourcery.com>
18859
18860 * gdb.threads/staticthreads.c (thread_function): Move the line
18861 setting breakpoint on forward.
18862 * gdb.threads/staticthreads.exp: Update comments.
18863
18864 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18865
18866 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18867 "history-append! type error".
18868
18869 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18870
18871 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18872 erroneous dprintf expected input.
18873
18874 2014-06-04 Doug Evans <xdje42@gmail.com>
18875
18876 * gdb.guile/scm-generics.exp: Delete.
18877
18878 2014-06-04 Doug Evans <xdje42@gmail.com>
18879
18880 * gdb.guile/scm-breakpoint.exp: Update.
18881 Add tests for breakpoint registration.
18882
18883 2014-06-04 Tom Tromey <tromey@redhat.com>
18884
18885 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18886 VLA-in-union.
18887 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18888 inner_vla_struct, vla_union types. Initialize objects of those
18889 types and compute their sizes.
18890
18891 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18892 Hui Zhu <hui@codesourcery.com>
18893
18894 * gdb.base/fileio.exp: Add test for shell not available as well as
18895 available.
18896 * gdb.base/fileio.c (test_system): Check for shell twice.
18897
18898 2014-06-04 Yao Qi <yao@codesourcery.com>
18899
18900 * gdb.base/auto-connect-native-target.exp: Remove redundant
18901 space from the regexp pattern.
18902
18903 2014-06-04 Yao Qi <yao@codesourcery.com>
18904
18905 * gdb.base/default.exp: Replace "child" with "native" in
18906 regexp pattern.
18907
18908 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18909
18910 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18911 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18912 * gdb.python/py-xmethods.py: Python script supporting the
18913 new testcase and tests.
18914
18915 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18916 Pedro Alves <palves@redhat.com>
18917
18918 PR breakpoints/17000
18919 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18920 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18921
18922 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18923
18924 * gdb.base/subst.exp: Add tests to verify partial path matching
18925 output.
18926
18927 2014-06-03 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18930 target that doesn't use software single-stepping.
18931
18932 2014-06-03 Pedro Alves <palves@redhat.com>
18933
18934 PR breakpoints/17000
18935 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18936 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18937
18938 2014-06-02 Doug Evans <xdje42@gmail.com>
18939
18940 * gdb.guile/scm-parameter.exp: New file.
18941
18942 2014-06-02 Doug Evans <xdje42@gmail.com>
18943
18944 * gdb.guile/scm-cmd.c: New file.
18945 * gdb.guile/scm-cmd.exp: New file.
18946
18947 2014-06-02 Doug Evans <xdje42@gmail.com>
18948
18949 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18950 pretty-printer lookup.
18951 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18952 (make-pp_s-printer): Call it.
18953 (make-pretty-printer-from-dict): New function.
18954 (lookup-pretty-printer-maker-from-dict): New function.
18955 (*pretty-printer*): Simplify.
18956 (make-objfile-pp_s-printer): New function.
18957 (install-objfile-pretty-printers!): New function.
18958 (make-progspace-pp_s-printer): New function.
18959 (install-progspace-pretty-printers!): New function.
18960 * gdb.guile/scm-progspace.c: New file.
18961 * gdb.guile/scm-progspace.exp: New file.
18962
18963 2014-06-02 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/dprintf-bp-same-addr.c: New file.
18966 * gdb.base/dprintf-bp-same-addr.exp: New file.
18967
18968 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18969
18970 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18971 * gdb.arch/powerpc-power.s: Likewise.
18972
18973 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18974
18975 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18976
18977 2014-06-01 Yao Qi <yao@codesourcery.com>
18978
18979 * gdb.base/watchpoint.exp (test_watch_location): Check null
18980 pointer can be dereferenced. If not, do the test, otherwise
18981 skip it.
18982
18983 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18984
18985 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18986 results.
18987 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18988
18989 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18990
18991 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18992 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18993 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18994 * gdb.arch/amd64-invalid-stack-top.c: New file.
18995 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18996
18997 2014-05-30 Pedro Alves <palves@redhat.com>
18998
18999 PR breakpoints/17000
19000 * gdb.base/sss-bp-on-user-bp.c: New file.
19001 * gdb.base/sss-bp-on-user-bp.exp: New file.
19002
19003 2014-05-30 David Blaikie <dblaikie@gmail.com>
19004
19005 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19006 gnu_inline semantics via attribute.
19007 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19008 source explicitly specifies the required semantics.
19009
19010 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19011
19012 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19013
19014 2014-05-29 Pedro Alves <palves@redhat.com>
19015 Tom Tromey <tromey@redhat.com>
19016
19017 * gdb.base/async-shell.exp: Don't enable target-async.
19018 * gdb.base/async.exp
19019 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19020 parameter. Adjust.
19021 (top level): Don't test with "target-async".
19022 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19023 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19024 * gdb.base/inferior-died.exp: Don't enable target-async.
19025 * gdb.base/interrupt-noterm.exp: Likewise.
19026 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19027 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19028 * gdb.mi/mi-nonstop.exp: Likewise.
19029 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19030 * gdb.mi/mi-nsintrall.exp: Likewise.
19031 * gdb.mi/mi-nsmoribund.exp: Likewise.
19032 * gdb.mi/mi-nsthrexec.exp: Likewise.
19033 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19034 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19035 * gdb.python/py-evsignal.exp: Don't enable target-async.
19036 * gdb.python/py-evthreads.exp: Likewise.
19037 * gdb.python/py-prompt.exp: Likewise.
19038 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19039 * gdb.server/solib-list.exp: Don't enable target-async.
19040 * gdb.threads/thread-specific-bp.exp: Likewise.
19041 * lib/mi-support.exp: Adjust to use mi-async.
19042
19043 2014-05-29 Pedro Alves <palves@redhat.com>
19044
19045 PR gdb/13860
19046 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19047 reason, even in sync mode.
19048
19049 2014-05-29 Pedro Alves <palves@redhat.com>
19050 Hui Zhu <hui@codesourcery.com>
19051
19052 PR PR15693
19053 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19054 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19055 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19056 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19057
19058 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19059
19060 * config/monitor.exp (gdb_target_monitor): Replace use of
19061 "set remotebaud" by "set serial baud".
19062
19063 2014-05-26 Andy Wingo <wingo@igalia.com>
19064
19065 * gdb.guile/scm-breakpoint.exp:
19066 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19067 properties instead of gdb-object-properties.
19068
19069 2014-05-26 Yao Qi <yao@codesourcery.com>
19070
19071 * gdb.server/no-thread-db.exp: Specify source file name
19072 explicitly when setting a breakpoint.
19073
19074 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19075
19076 * gdb.btrace/vdso.c: New.
19077 * gdb.btrace/vdso.exp: New.
19078
19079 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19080
19081 * gdb.base/gcore.exp (capture_command_output): Move ...
19082 * lib/gdb.exp (capture_command_output): ... here.
19083
19084 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19085
19086 * gdb.btrace/data.exp: Test memory access during btrace replay.
19087
19088 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19089
19090 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19091
19092 2014-05-21 Pedro Alves <palves@redhat.com>
19093
19094 PR gdb/13860
19095 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19096 (top level): Test that output related to execution commands is
19097 sent to the console with CLI commands, but not with MI commands.
19098 Test that breakpoint events are always mirrored to the console.
19099 Also expect the new source line to be output after a "next" in
19100 async mode too. Make it a pass/fail test.
19101 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19102 output.
19103 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19104
19105 2014-05-21 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19108 Use them to test variations of "list" after reaching a breakpoint.
19109 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19110 Test "list" with listsize 10 after reaching a breakpoint.
19111 * gdb.python/python.exp (decode_line current location line
19112 number): Adjust expected line number.
19113
19114 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19115
19116 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19117 behavior for $args, pass it directly to "run".
19118
19119 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19120
19121 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19122 30000 to 65536.
19123
19124 2014-05-21 Pedro Alves <palves@redhat.com>
19125
19126 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19127 auto-connect-native-target off".
19128 * gdb.base/auto-connect-native-target.c: New file.
19129 * gdb.base/auto-connect-native-target.exp: New file.
19130
19131 2014-05-21 Pedro Alves <palves@redhat.com>
19132
19133 * gdb.base/default.exp: Test "target native" instead of "target
19134 child".
19135
19136 2014-05-21 Mark Wielaard <mjw@redhat.com>
19137
19138 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19139
19140 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19141
19142 Fix TLS access for -static -pthread.
19143 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19144 <HAVE_TLS> (thread_function, main): Initialize it.
19145 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19146 Add clean_restart.
19147 <$have_tls != "">: Check TLSVAR.
19148
19149 2014-05-21 Pedro Alves <palves@redhat.com>
19150
19151 * gdb.base/dcache-line-read-error.c: New.
19152 * gdb.base/dcache-line-read-error.exp: New.
19153
19154 2014-05-20 Pedro Alves <palves@redhat.com>
19155
19156 * gdb.base/compare-sections.c: New file.
19157 * gdb.base/compare-sections.exp: New file.
19158
19159 2014-05-20 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.base/break-idempotent.c: New file.
19162 * gdb.base/break-idempotent.exp: New file.
19163
19164 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19165
19166 * gdb.btrace/nohist.exp: New.
19167
19168 2014-05-20 Yao Qi <yao@codesourcery.com>
19169
19170 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19171 gdb.reverse directory and gdb_reverse_timeout exists in board
19172 setting.
19173 * README: Document gdb_reverse_timeout.
19174
19175 2014-05-20 Yao Qi <yao@codesourcery.com>
19176
19177 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19178 'test_file_name'. Treat args as a string instead of a list.
19179 (gdb_init): Rename argument 'args' by 'test_file_name'.
19180
19181 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19182
19183 * gdb.arch/powerpc-power.exp: New file.
19184 * gdb.arch/powerpc-power.s: New file.
19185
19186 2014-05-16 Doug Evans <dje@google.com>
19187
19188 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19189 * gdb.base/completion.exp: Check that all expected files exist
19190 before doing file completion.
19191
19192 2014-05-16 Doug Evans <dje@google.com>
19193
19194 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19195 Update.
19196 (do_syscall_tests_without_xml): Update.
19197
19198 2014-05-16 Pedro Alves <palves@redhat.com>
19199
19200 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19201 instead of "unknown output after running".
19202
19203 2014-05-16 Yao Qi <yao@codesourcery.com>
19204
19205 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19206 file1.txt from host at the end.
19207 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19208
19209 2014-05-15 Doug Evans <dje@google.com>
19210
19211 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19212 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19213 loading file. Add test for TU lookup.
19214
19215 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19216
19217 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19218 calling "-exec-arguments" or "set args" before running the
19219 inferior.
19220
19221 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19222
19223 * lib/mi-support.exp (mi_expect_stop): Expect message for
19224 inferiors that exit with non-zero exit code.
19225
19226 2014-05-14 Yao Qi <yao@codesourcery.com>
19227
19228 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19229 match absolute path on remote host.
19230 (test_file_list_exec_source_files): Remove "/" from the
19231 pattern.
19232
19233 2014-05-14 Yao Qi <yao@codesourcery.com>
19234
19235 * boards/local-remote-host-notty.exp (${board}_file): New
19236 proc.
19237
19238 2014-05-07 Kyle McMartin <kyle@redhat.com>
19239
19240 Pushed by Joel Brobecker <brobecker@adacore.com>.
19241 * gdb.arch/aarch64-atomic-inst.c: New file.
19242 * gdb.arch/aarch64-atomic-inst.exp: New file.
19243
19244 2014-05-07 Yao Qi <yao@codesourcery.com>
19245
19246 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19247 in current context" too.
19248
19249 2014-05-05 Keith Seitz <keiths@redhat.com>
19250
19251 * gdb.linespec/ls-dollar.exp: Add test for linespec
19252 file:convenience_variable.
19253
19254 2014-05-05 Yao Qi <yao@codesourcery.com>
19255
19256 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19257 traceframes into tfile and ctf trace files. Read data from
19258 trace file and test collected data.
19259 (gdb_collect_locals_test): Likewise.
19260 (gdb_unavailable_registers_test): Likewise.
19261 (gdb_unavailable_floats): Likewise.
19262 (gdb_collect_globals_test): Likewise.
19263 (top-level): Append "ctf" to trace_file_targets if GDB
19264 supports.
19265
19266 2014-05-05 Yao Qi <yao@codesourcery.com>
19267
19268 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19269 code to ...
19270 (gdb_collect_args_test_1): ... it. New proc.
19271 (gdb_collect_locals_test): Move some code to ...
19272 (gdb_collect_locals_test_1): ... it. New proc.
19273 (gdb_unavailable_registers_test): Move some code to ...
19274 (gdb_unavailable_registers_test_1): ... it. New proc.
19275 (gdb_unavailable_floats): Move some code to ...
19276 (gdb_unavailable_floats_1): ... it. New proc.
19277
19278 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19279
19280 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19281 probes to test for bitness recognition.
19282 * gdb.arch/amd64-stap-optional-prefix.exp
19283 (test_probe_value_without_reg): New procedure.
19284 Add code to test for different kinds of bitness.
19285
19286 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19287
19288 PR breakpoints/16889
19289 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19290 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19291
19292 2014-05-01 Pedro Alves <palves@redhat.com>
19293
19294 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19295 gdb_file_cmd if no file is specified.
19296 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19297 last_loaded_file to set the remote exec-file.
19298
19299 2014-05-01 Pedro Alves <palves@redhat.com>
19300
19301 * boards/local-remote-host.exp: New file.
19302
19303 2014-05-01 Pedro Alves <palves@redhat.com>
19304
19305 * boards/local-remote-host.exp: Rename to ...
19306 * boards/local-remote-host-notty.exp: ... this.
19307
19308 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19309
19310 * gdb.ada/dyn_arrayidx: New testcase.
19311
19312 2014-04-26 Yao Qi <yao@codesourcery.com>
19313
19314 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19315 and compute the length of function main. Save it in
19316 $main_length.
19317 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19318 (top-level): Use gdb_compile to compile objects into
19319 executable and restart GDB. Remove invocation to
19320 prepare_for_testing.
19321
19322 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19323 Pedro Alves <palves@redhat.com>
19324
19325 PR server/16255
19326 * gdb.multi/multi-attach.c: New file.
19327 * gdb.multi/multi-attach.exp: New file.
19328
19329 2014-04-25 Pedro Alves <palves@redhat.com>
19330
19331 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19332 user.
19333 (top level): Test that "set remote conditional-breakpoints-packet
19334 off" works as intended.
19335 * gdb.base/dprintf.exp: Test that "set remote
19336 breakpoint-commands-packet off" works as intended.
19337 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19338 New function.
19339 (top level): Call it.
19340 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19341 remote fast-tracepoints-packet off" works as intended.
19342 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19343 * lib/gdb.exp (gdb_is_target_remote): ... here.
19344
19345 2014-04-24 David Blaikie <dblaikie@gmail.com>
19346
19347 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19348 ensure clang would not discard them.
19349 * gdb.base/gdbvars.c: Ditto.
19350 * gdb.base/memattr.c: Ditto.
19351 * gdb.base/whatis.c: Ditto.
19352 * gdb.python/py-prettyprint.c: Ditto.
19353 * gdb.trace/actions.c: Ditto.
19354 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19355 ensure clang would not discard it.
19356
19357 2014-04-24 David Blaikie <dblaikie@gmail.com>
19358
19359 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19360 clang to emit the full definition of type required by the test
19361 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19362
19363 2014-04-24 David Blaikie <dblaikie@gmail.com>
19364
19365 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19366 coax Clang into emitting the definition of the type.
19367 * gdb.cp/pr10728-x.h (y): Ditto.
19368 * gdb.cp/pr10728-y.cc (y): Ditto.
19369
19370 2014-04-24 David Blaikie <dblaikie@gmail.com>
19371
19372 * gdb.base/label.exp: XFAIL label related tests under Clang.
19373 * gdb.cp/cplabel.exp: Ditto.
19374 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19375 under Clang those using labels.
19376
19377 2014-04-25 Yao Qi <yao@codesourcery.com>
19378
19379 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19380 double_label.
19381 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19382 partial_label and double_label.
19383
19384 2014-04-24 David Blaikie <dblaikie@gmail.com>
19385
19386 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19387
19388 2014-04-24 David Blaikie <dblaikie@gmail.com>
19389
19390 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19391 of the function to work across GCC and Clang.
19392 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19393 pointer types (const void ** const V void **).
19394
19395 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19396 Walfred Tedeschi <walfred.tedeschi@intel.com>
19397
19398 * Makefile.in (EXECUTABLES): Added i386-avx512.
19399 * gdb.arch/i386-avx512.c: New file.
19400 * gdb.arch/i386-avx512.exp: Likewise.
19401
19402 2014-04-23 Keith Seitz <keiths@redhat.com>
19403
19404 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19405 (mi_make_breakpoint_table): New procedure.
19406 (mi_create_breakpoint): Use mi_make_breakpoint
19407 and return the result.
19408 (mi_make_breakpoint): New procedure.
19409 (mi_build_kv_pairs): New procedure.
19410
19411 * gdb.mi/mi-break.exp: Remove unused globals,
19412 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19413 All callers updated.
19414 * gdb.mi/mi-dprintf.exp: Use variable to track command
19415 number.
19416 Update all callers of mi_create_breakpoint and use
19417 mi_make_breakpoint_table.
19418 Remove any unused global variables.
19419 * gdb.mi/mi-nonstop.exp: Likewise.
19420 * gdb.mi/mi-nsintrall.exp: Likewise.
19421 * gdb.mi/mi-nsmoribund.exp: Likewise.
19422 * gdb.mi/mi-nsthrexec.exp: Likewise.
19423 * gdb.mi/mi-reverse.exp: Likewise.
19424 * gdb.mi/mi-simplerun.exp: Likewise.
19425 * gdb.mi/mi-stepn.exp: Likewise.
19426 * gdb.mi/mi-syn-frame.exp: Likewise.
19427 * gdb.mi/mi-until.exp: Likewise.
19428 * gdb.mi/mi-var-cp.exp: Likewise.
19429 * gdb.mi/mi-var-display.exp: Likewise.
19430 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19431 * gdb.mi/mi2-var-child.exp: Likewise.
19432 * gdb.mi/mi-vla-c99.exp: Likewise.
19433 * lib/mi-support.exp: Likewise.
19434
19435 From Ian Lance Taylor <iant@cygnus.com>:
19436 * lib/gdb.exp (parse_args): New procedure.
19437
19438 2014-04-23 Pedro Alves <palves@redhat.com>
19439
19440 * gdb.base/break-unload-file.c: New file.
19441 * gdb.base/break-unload-file.exp: New file.
19442 * gdb.base/sym-file-lib.c (baz): New function.
19443 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19444 field.
19445 (load): Store the segment's mapped size.
19446 (unload): New function.
19447 (unload_shlib): New function.
19448 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19449 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19450 set a breakpoint at baz, and call it.
19451 * gdb.base/sym-file.exp: New tests for stale breakpoint
19452 instructions.
19453
19454 2014-04-23 Pedro Alves <palves@redhat.com>
19455
19456 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19457 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19458 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19459 * gdb.base/hbreak-unmapped.c: New file.
19460 * gdb.base/hbreak-unmapped.exp: New file.
19461 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19462 * lib/gdb.exp (gdb_is_target_remote): ... here.
19463
19464 2014-04-22 Pedro Alves <palves@redhat.com>
19465
19466 * gdb.base/consecutive-step-over.c: New file.
19467 * gdb.base/consecutive-step-over.exp: New file.
19468
19469 2014-04-22 Pedro Alves <palves@redhat.com>
19470
19471 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19472 instead of send_gdb/gdb_expect.
19473
19474 2014-04-22 Yao Qi <yao@codesourcery.com>
19475
19476 * lib/trace-support.exp (generate_tracefile): New procedure.
19477 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19478 return 0.
19479 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19480 if generate_tracefile returns 1.
19481
19482 2014-04-18 Tom Tromey <palves@redhat.com>
19483 Pedro alves <tromey@redhat.com>
19484
19485 PR backtrace/15558
19486 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19487 with a backtrace limit.
19488 * gdb.python/py-frame-inline.exp: Test running to an inline
19489 function with a backtrace limit, and printing the newest frame.
19490 * gdb.python/py-frame-inline.c (main): Call f.
19491
19492 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19493
19494 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19495
19496 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19497
19498 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19499 Drop prefix from unsupported source file path.
19500
19501 2014-04-17 Yao Qi <yao@codesourcery.com>
19502
19503 * lib/gdb.exp (with_target_charset): New proc.
19504 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19505 with_target_charset.
19506 (test_print_strings): Likewise.
19507 (test_repeat_bytes): Likewise.
19508 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19509 for some tests.
19510
19511 2014-04-16 Keith Seitz <keiths@redhat.com>
19512
19513 PR gdb/15827
19514 * gdb.dwarf2/corrupt.c: New file.
19515 * gdb.dwarf2/corrupt.exp: New file.
19516
19517 2014-04-16 Keith Seitz <keiths@redhat.com>
19518
19519 PR c++/16597
19520 * gdb.cp/namelessclass.cc: New file.
19521 * gdb.cp/namelessclass.exp: New file.
19522 * gdb.cp/namelessclass.S: New file.
19523
19524 2014-04-16 Doug Evans <dje@google.com>
19525
19526 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19527 Add comment.
19528 (gdbserver_default_get_comm_port): New function.
19529 (gdbserver_start): Check if board file provided
19530 "gdbserver,get_comm_port" and use it if so.
19531 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19532 (gdb,socketport): Set to "stdio".
19533 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19534 (stdio_gdbserver_template): Delete.
19535 (${board}_get_remote_address): Update.
19536 (${board}_build_remote_cmd): Delete.
19537 (${board}_get_comm_port): New function.
19538 (${board}_spawn): Update.
19539 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19540 Delete.
19541 (${board}_get_remote_address): Update.
19542 (${board}_get_comm_port): New function.
19543
19544 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19545
19546 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19547 appearing in any order.
19548
19549 2014-04-15 Doug Evans <dje@google.com>
19550
19551 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19552 uninitialized value of "description".
19553
19554 2014-04-15 Keith Seitz <keiths@redhat.com>
19555
19556 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19557 Remove unused globals.
19558 (test_running_the_program): Likewise.
19559 (test_controlled_execution): Likewise.
19560 (test_controlling_breakpoints): Likewise.
19561 (test_program_termination): Likewise.
19562
19563 2014-04-15 Keith Seitz <keiths@redhat.com>
19564
19565 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19566 unused globals.
19567 (test_rbreak_creation_and_listing): Likewise.
19568 (test_ignore_count): Likewise.
19569 (test_error): Likewise.
19570
19571 2014-04-15 Pedro Alves <palves@redhat.com>
19572
19573 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19574 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19575 sym-file-loader.c.
19576 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19577 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19578 to sym-file-loader.c.
19579 (struct library): Forward declare.
19580 (load_shlib, lookup_function): Change prototypes.
19581 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19582 (translate_offset): Remove declarations.
19583 (get_text_addr): New declaration.
19584 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19585 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19586 sym-file-loader.h.
19587 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19588 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19589 here from sym-file-loader.h.
19590 (struct library): New structure.
19591 (load_shlib, lookup_function): Change prototypes and adjust to
19592 work with a struct library.
19593 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19594 (translate_offset): Make static.
19595 (get_text_addr): New function.
19596 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19597
19598 2014-04-15 Pedro Alves <palves@redhat.com>
19599
19600 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19601
19602 2014-04-15 Pedro Alves <palves@redhat.com>
19603
19604 * gdb.base/sym-file-loader.c: Include <limits.h>.
19605 (SELF_LINK): New define.
19606 (get_origin): New function.
19607 (load_shlib): Use it.
19608 * gdb.base/sym-file.exp: Don't early return if the target is
19609 remote. Use runto_main, and issue fail is that fails. Use
19610 gdb_load_shlibs.
19611 (shlib_name): Delete.
19612 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19613
19614 2014-04-15 Pedro Alves <palves@redhat.com>
19615
19616 * gdb.base/sym-file.exp: Remove regex characters from test
19617 message. Don't refer to breakpoint numbers in test messages.
19618
19619 2014-04-14 Keith Seitz <keiths@redhat.com>
19620
19621 PR c++/16253
19622 * gdb.cp/var-tag.cc: New file.
19623 * gdb.cp/var-tag.exp: New file.
19624 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19625 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19626 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19627 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19628
19629 2014-04-14 Tom Tromey <tromey@redhat.com>
19630
19631 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19632 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19633 type.
19634 * gdb.cp/enum-class.exp: New file.
19635 * gdb.cp/enum-class.cc: New file.
19636
19637 2014-04-14 Tom Tromey <tromey@redhat.com>
19638
19639 * gdb.dwarf2/enum-type.exp: New file.
19640
19641 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19642
19643 * gdb.mi/mi-vla-c99.exp: New file.
19644 * gdb.mi/vla.c: New file.
19645
19646 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19647
19648 * gdb.base/vla-datatypes.c: New file.
19649 * gdb.base/vla-datatypes.exp: New file.
19650
19651 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19652
19653 * gdb.base/vla-ptr.c: New file.
19654 * gdb.base/vla-ptr.exp: New file.
19655
19656 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19657
19658 * gdb.dwarf2/count.exp: New file.
19659
19660 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19661
19662 * gdb.base/vla-sideeffect.c: New file.
19663 * gdb.base/vla-sideeffect.exp: New file.
19664
19665 2014-04-14 David Blaikie <dblaikie@gmail.com>
19666
19667 * gdb.mi/non-stop.c: Add return value for non-void function return
19668 statement.
19669 * gdb.threads/staticthreads.c: Ditto.
19670
19671 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19672 Doug Evans <xdje42@gmail.com>
19673
19674 * gdb.guile/scm-value.c: Improve test case.
19675 * gdb.guile/scm-value.exp: Add new test.
19676
19677 2014-04-11 David Blaikie <dblaikie@gmail.com>
19678
19679 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19680 override Clang's default.
19681
19682 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19683
19684 Revert the following changes (regressions):
19685
19686 * gdb.base/vla-sideeffect.c: New file.
19687 * gdb.base/vla-sideeffect.exp: New file.
19688
19689 * gdb.dwarf2/count.exp: New file.
19690
19691 * gdb.base/vla-multi.c: New file.
19692 * gdb.base/vla-multi.exp: New file.
19693
19694 * gdb.base/vla-ptr.c: New file.
19695 * gdb.base/vla-ptr.exp: New file.
19696
19697 * gdb.base/vla-datatypes.c: New file.
19698 * gdb.base/vla-datatypes.exp: New file.
19699
19700 * gdb.mi/mi-vla-c99.exp: New file.
19701 * gdb.mi/vla.c: New file.
19702
19703 2014-04-11 Keith Seitz <keiths@redhat.com>
19704
19705 PR c++/16675
19706 * gdb.cp/cpsizeof.exp: New file.
19707 * gdb.cp/cpsizeof.cc: New file.
19708
19709 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19710
19711 * gdb.mi/mi-vla-c99.exp: New file.
19712 * gdb.mi/vla.c: New file.
19713
19714 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19715
19716 * gdb.base/vla-datatypes.c: New file.
19717 * gdb.base/vla-datatypes.exp: New file.
19718
19719 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19720
19721 * gdb.base/vla-ptr.c: New file.
19722 * gdb.base/vla-ptr.exp: New file.
19723
19724 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19725
19726 * gdb.base/vla-multi.c: New file.
19727 * gdb.base/vla-multi.exp: New file.
19728
19729 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19730
19731 * gdb.dwarf2/count.exp: New file.
19732
19733 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19734
19735 * gdb.base/vla-sideeffect.c: New file.
19736 * gdb.base/vla-sideeffect.exp: New file.
19737
19738 2014-04-11 Yao Qi <yao@codesourcery.com>
19739
19740 * gdb.base/completion.exp: Check file exists before running tests
19741 on file completion.
19742
19743 2014-04-10 Pedro Alves <palves@redhat.com>
19744
19745 * gdb.base/cond-eval-mode.c: New file.
19746 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19747 prepare_for_testing to build the new file. Check result of
19748 runto_main.
19749 (test_break, test_watch): New procedures.
19750 (top level): Use them.
19751
19752 2014-04-08 Pierre Muller <muller@sourceware.org>
19753
19754 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19755 Ctrl-V use for mingw hosts.
19756
19757 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19758
19759 * gdb.python/py-value.c: Improve test case.
19760 * gdb.python/py-value.exp: Add new test.
19761
19762 2014-04-07 David Blaikie <dblaikie@gmail.com>
19763
19764 * lib/compiler.c: Identify the clang compiler.
19765 * lib/compiler.cc: Ditto.
19766
19767 2014-04-03 Yao Qi <yao@codesourcery.com>
19768
19769 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19770
19771 2014-04-01 Anton Blanchard <anton@samba.org>
19772
19773 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19774 messages unique.
19775
19776 2014-04-01 Anton Blanchard <anton@samba.org>
19777
19778 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19779 prepare_for_testing.
19780
19781 2014-04-01 Anton Blanchard <anton@samba.org>
19782
19783 * gdb.arch/ppc64-atomic-inst.c: Remove.
19784 * gdb.arch/ppc64-atomic-inst.S: New file.
19785 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19786
19787 2014-03-31 Doug Evans <dje@google.com>
19788
19789 * gdb.base/print-symbol-loading-lib.c: New file.
19790 * gdb.base/print-symbol-loading-main.c: New file.
19791 * gdb.base/print-symbol-loading.exp: New file.
19792
19793 2014-03-31 Yao Qi <yao@codesourcery.com>
19794
19795 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19796
19797 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19798
19799 * gdb.ada/mi_dyn_arr: New testcase.
19800
19801 2014-03-27 Doug Evans <dje@google.com>
19802
19803 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19804
19805 2014-03-27 Yao Qi <yao@codesourcery.com>
19806
19807 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19808 if target is nios2-*-*.
19809
19810 2014-03-26 Yao Qi <yao@codesourcery.com>
19811
19812 * lib/gdb.exp (readline_is_used): New proc.
19813 * gdb.base/completion.exp: Move tests on command complete up.
19814 Skip the rest of tests if readline is not used.
19815 * gdb.ada/complete.exp: Skp the test if readline is not
19816 used.
19817 * gdb.base/filesym.exp: Likewise.
19818 * gdb.base/macscp.exp: Likewise.
19819 * gdb.base/readline-ask.exp: Likewise.
19820 * gdb.base/readline.exp: Likewise.
19821 * gdb.python/py-cmd.exp: Likewise.
19822 * gdb.trace/tfile.exp: Likewise.
19823
19824 2014-03-26 Yao Qi <yao@codesourcery.com>
19825
19826 * gdb.base/macscp.exp: Fix code format issues.
19827
19828 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19829
19830 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19831 * gdb.asm/powerpc64le.inc: New file.
19832
19833 2014-03-25 Pedro Alves <palves@redhat.com>
19834 Doug Evans <dje@google.com>
19835
19836 * gdb.base/source-execution.c: New file.
19837 * gdb.base/source-execution.exp: New file.
19838 * gdb.base/source-execution.gdb: New file.
19839
19840 2014-03-24 Doug Evans <dje@google.com>
19841
19842 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19843 using fission.
19844
19845 2014-03-24 Hui Zhu <hui@codesourcery.com>
19846 Pedro Alves <palves@redhat.com>
19847
19848 PR breakpoints/16101
19849 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19850 test pass/fail messages. Detect missing support for dprintf when
19851 breakpoints are actually inserted.
19852 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19853 breakpoints are actually inserted.
19854 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19855 fails.
19856
19857 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19858
19859 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19860
19861 2014-03-22 Doug Evans <xdje42@gmail.com>
19862
19863 * gdb.python/python.exp (python not supported): Verify multi-line
19864 python command issues an error.
19865 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19866 guile command issues an error.
19867
19868 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19869
19870 * gdb.threads/thread-specific.exp: Handle the lack of usable
19871 $this_breakpoint and $this_thread.
19872
19873 2014-03-21 Hui Zhu <hui@codesourcery.com>
19874
19875 * gdb.base/attach.exp (do_command_attach_tests): New.
19876
19877 2014-03-20 Tom Tromey <tromey@redhat.com>
19878 Pedro Alves <palves@redhat.com>
19879
19880 PR cli/15718
19881 * gdb.base/condbreak-call-false.c: New file.
19882 * gdb.base/condbreak-call-false.exp: New file.
19883
19884 2014-03-20 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19887 Delete.
19888 (block_signals, unblock_signals): Delete.
19889 (child_function_2, main): Remove references to deleted variable
19890 and functions.
19891
19892 2014-03-20 Pedro Alves <palves@redhat.com>
19893
19894 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19895 Use pthread_kill to signal thread 2.
19896 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19897 Adjust to make the test send itself a signal rather than using the
19898 host's "kill" command.
19899
19900 2014-03-20 Pedro Alves <palves@redhat.com>
19901
19902 * gdb.threads/multiple-step-overs.c: New file.
19903 * gdb.threads/multiple-step-overs.exp: New file.
19904 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19905 Adjust expected infrun debug output.
19906
19907 2014-03-20 Pedro Alves <palves@redhat.com>
19908
19909 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19910 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19911
19912 2014-03-20 Pedro Alves <palves@redhat.com>
19913
19914 PR breakpoints/7143
19915 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19916 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19917 of gdb_test_multiple.
19918 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19919 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19920
19921 2014-03-20 Pedro Alves <palves@redhat.com>
19922
19923 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19924 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19925
19926 2014-03-19 Pedro Alves <palves@redhat.com>
19927
19928 * gdb.base/async.exp: Remove early return.
19929
19930 2014-03-19 Pedro Alves <palves@redhat.com>
19931
19932 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19933
19934 2014-03-19 Pedro Alves <palves@redhat.com>
19935
19936 * gdb.base/async.exp (test_background): Expect \r\n after
19937 "completed." in the fail pattern.
19938
19939 2014-03-19 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.base/async.exp (test_background): New procedure.
19942 Use it for all background execution command tests.
19943
19944 2014-03-19 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.base/async.exp: Use prepare_for_testing.
19947
19948 2014-03-19 Pedro Alves <palves@redhat.com>
19949
19950 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19951 the same line.
19952
19953 2014-03-19 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.base/async.c (main): Add "jump here" and "until here" line
19956 marker comments.
19957 * gdb.base/async.exp (jump_here): New global.
19958 (jump& test): Use it.
19959 (until_here): New global.
19960 (until& test): Use it.
19961
19962 2014-03-19 Pedro Alves <palves@redhat.com>
19963
19964 * gdb.base/async.exp: Don't frob gdb_protocol.
19965
19966 2014-03-18 Doug Evans <xdje42@gmail.com>
19967
19968 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19969 Fix spelling of exec-done-display.
19970
19971 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19972
19973 PR gdb/15358
19974 * gdb.base/gdb-sigterm.c: New file.
19975 * gdb.base/gdb-sigterm.exp: New file.
19976
19977 2014-03-18 Pedro Alves <palves@redhat.com>
19978
19979 PR gdb/13860
19980 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19981 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19982 solib-event.
19983
19984 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19985
19986 * gdb.ada/pckd_arr_ren: New testcase.
19987
19988 2014-03-13 Doug Evans <xdje42@gmail.com>
19989
19990 PR guile/16612
19991 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19992 collect after discarding symbols.
19993
19994 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19995 Doug Evans <xdje42@gmail.com>
19996
19997 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19998 to history survives a gc.
19999
20000 2014-03-13 Pedro Alves <palves@redhat.com>
20001
20002 * gdb.base/default.exp: Don't test "target procfs".
20003
20004 2014-03-13 Pedro Alves <palves@redhat.com>
20005
20006 * gdb.base/default.exp: Update "target child" and "target procfs"
20007 tests to not expect "Unix".
20008
20009 2014-03-12 Tom Tromey <tromey@redhat.com>
20010
20011 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20012 New procs. Add target-async tests.
20013 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20014 Add target-async tests.
20015
20016 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20017
20018 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20019 'func_start' and 'func_end' for the beginning and end of the
20020 function code, respectively.
20021 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20022 'func_end' instead of 'func' and 'main'.
20023
20024 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20025
20026 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20027 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20028 generate the debug info assembler source.
20029
20030 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20031
20032 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20033 * gdb.dwarf2/arr-subrange.exp: Likewise.
20034 * gdb.dwarf2/dwz.exp: Likewise.
20035 * gdb.dwarf2/method-ptr.exp: Likewise.
20036 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20037 * gdb.dwarf2/subrange.exp: Likewise.
20038 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20039 * gdb.dwarf2/implptrpiece.exp: Likewise.
20040 * gdb.dwarf2/nostaticblock.exp: Likewise.
20041
20042 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20043
20044 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20045 directory to absolute path name arguments.
20046
20047 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20048
20049 * gdb.ada/tagged_access: New testcase.
20050
20051 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20052
20053 * gdb.btrace/data.exp: Update expected output.
20054
20055 2014-03-06 Yao Qi <yao@codesourcery.com>
20056
20057 * gdb.trace/pr16508.exp: New file.
20058
20059 2014-03-05 Pedro Alves <palves@redhat.com>
20060
20061 PR gdb/16575
20062 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20063 procedure.
20064 (top level): Adjust to use it. Add tests that exercise breakpoint
20065 interaction with the code-cache.
20066
20067 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20068
20069 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20070 test for 'history-append!'.
20071
20072 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20073
20074 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20075 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20076 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20077 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20078 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20079 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20080
20081 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20082
20083 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20084 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20085 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20086
20087 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20088
20089 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20090
20091 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20092
20093 * gdb.dwarf2/arr-stride.c: New file.
20094 * gdb.dwarf2/arr-stride.exp: New file.
20095
20096 2014-02-26 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20099 that won't ever trigger. Make sure that GDB reports the correct
20100 breakpoint that caused the stop.
20101
20102 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20103
20104 PR gdb/16626
20105 * gdb.base/auto-load-script: New file.
20106 * gdb.base/auto-load.c: New file.
20107 * gdb.base/auto-load.exp: New file.
20108
20109 PR gdb/16626
20110 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20111
20112 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20113
20114 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20115 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20116
20117 2014-02-24 Doug Evans <dje@google.com>
20118
20119 * lib/gdb.exp (run_on_host): Log error output if program fails.
20120
20121 2014-02-21 Pedro Alves <palves@redhat.com>
20122
20123 * gdb.threads/step-after-sr-lock.c: Rename to ...
20124 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20125 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20126 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20127 ... this.
20128
20129 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20130
20131 PR tdep/16397
20132 * gdb.arch/amd64-stap-special-operands.exp: New file.
20133 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20134 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20135 * gdb.arch/amd64-stap-triplet.S: Likewise.
20136 * gdb.arch/amd64-stap-triplet.c: Likewise.
20137
20138 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20139
20140 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20141 in .section pseudo-op.
20142
20143 2014-02-20 lin zuojian <manjian2006@gmail.com>
20144 Joel Brobecker <brobecker@adacore.com>
20145 Doug Evans <xdje42@gmail.com>
20146
20147 PR symtab/16581
20148 * gdb.dwarf2/dw2-icycle.S: New file.
20149 * gdb.dwarf2/dw2-icycle.c: New file.
20150 * gdb.dwarf2/dw2-icycle.exp: New file.
20151
20152 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20153
20154 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20155 operations on gdb.Value objects.
20156 * gdb.python/py-value-cc.exp: Add new test to test operations on
20157 gdb.Value objects.
20158
20159 2014-02-18 Doug Evans <dje@google.com>
20160
20161 * Makefile.in (TESTS): New variable.
20162 (expanded_tests, expanded_tests_or_none): New variables
20163 (check-single): Pass $(expanded_tests_or_none) to runtest.
20164 (check-parallel): Only run tests in $(TESTS) if non-empty.
20165 (check/no-matching-tests-found): New rule.
20166 * README: Document TESTS makefile variable.
20167
20168 2014-02-18 Doug Evans <dje@google.com>
20169
20170 * Makefile.in (check-parallel): rm -rf outputs temp.
20171
20172 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20173
20174 Fix "ERROR: no fileid for" in the testsuite.
20175 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20176
20177 2014-02-12 Doug Evans <dje@google.com>
20178
20179 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20180 (MISCELLANEOUS): New variable.
20181 (clean): rm -rf $(MISCELLANEOUS).
20182 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20183 dwp live in the same directory as symlinks, with each symlink pointed
20184 to a differently named file in a different directory.
20185
20186 2014-02-11 Doug Evans <dje@google.com>
20187
20188 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20189 of Tcl file commands.
20190
20191 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20192
20193 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20194 "kill -SIGUSR1 -1".
20195
20196 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20197
20198 * gdb.ada/tick_length_array_enum_idx: New testcase.
20199
20200 2014-02-10 Doug Evans <xdje42@gmail.com>
20201
20202 * configure.ac (AC_OUTPUT): Add gdb.guile.
20203 * configure: Regenerate.
20204 * lib/gdb-guile.exp: New file.
20205 * lib/gdb.exp (get_target_charset): New function.
20206 * gdb.base/help.exp: Update expected output from "apropos apropos".
20207 * gdb.guile/Makefile.in: New file.
20208 * gdb.guile/guile.exp: New file.
20209 * gdb.guile/scm-arch.c: New file.
20210 * gdb.guile/scm-arch.exp: New file.
20211 * gdb.guile/scm-block.c: New file.
20212 * gdb.guile/scm-block.exp: New file.
20213 * gdb.guile/scm-breakpoint.c: New file.
20214 * gdb.guile/scm-breakpoint.exp: New file.
20215 * gdb.guile/scm-disasm.c: New file.
20216 * gdb.guile/scm-disasm.exp: New file.
20217 * gdb.guile/scm-equal.c: New file.
20218 * gdb.guile/scm-equal.exp: New file.
20219 * gdb.guile/scm-error.exp: New file.
20220 * gdb.guile/scm-error.scm: New file.
20221 * gdb.guile/scm-frame-args.c: New file.
20222 * gdb.guile/scm-frame-args.exp: New file.
20223 * gdb.guile/scm-frame-args.scm: New file.
20224 * gdb.guile/scm-frame-inline.c: New file.
20225 * gdb.guile/scm-frame-inline.exp: New file.
20226 * gdb.guile/scm-frame.c: New file.
20227 * gdb.guile/scm-frame.exp: New file.
20228 * gdb.guile/scm-generics.exp: New file.
20229 * gdb.guile/scm-gsmob.exp: New file.
20230 * gdb.guile/scm-iterator.c: New file.
20231 * gdb.guile/scm-iterator.exp: New file.
20232 * gdb.guile/scm-math.c: New file.
20233 * gdb.guile/scm-math.exp: New file.
20234 * gdb.guile/scm-objfile-script-gdb.in: New file.
20235 * gdb.guile/scm-objfile-script.c: New file.
20236 * gdb.guile/scm-objfile-script.exp: New file.
20237 * gdb.guile/scm-objfile.c: New file.
20238 * gdb.guile/scm-objfile.exp: New file.
20239 * gdb.guile/scm-ports.exp: New file.
20240 * gdb.guile/scm-pretty-print.c: New file.
20241 * gdb.guile/scm-pretty-print.exp: New file.
20242 * gdb.guile/scm-pretty-print.scm: New file.
20243 * gdb.guile/scm-section-script.c: New file.
20244 * gdb.guile/scm-section-script.exp: New file.
20245 * gdb.guile/scm-section-script.scm: New file.
20246 * gdb.guile/scm-symbol.c: New file.
20247 * gdb.guile/scm-symbol.exp: New file.
20248 * gdb.guile/scm-symtab-2.c: New file.
20249 * gdb.guile/scm-symtab.c: New file.
20250 * gdb.guile/scm-symtab.exp: New file.
20251 * gdb.guile/scm-type.c: New file.
20252 * gdb.guile/scm-type.exp: New file.
20253 * gdb.guile/scm-value-cc.cc: New file.
20254 * gdb.guile/scm-value-cc.exp: New file.
20255 * gdb.guile/scm-value.c: New file.
20256 * gdb.guile/scm-value.exp: New file.
20257 * gdb.guile/source2.scm: New file.
20258 * gdb.guile/types-module.cc: New file.
20259 * gdb.guile/types-module.exp: New file.
20260
20261 2014-02-10 Yao Qi <yao@codesourcery.com>
20262
20263 PR testsuite/16543
20264 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20265 * configure: Regenerated.
20266 * Makefile.in: New file.
20267
20268 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20269
20270 * gdb.python/py-framefilter.exp: Fix typo.
20271
20272 2014-02-08 Yao Qi <yao@codesourcery.com>
20273
20274 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20275 that no =breakpoint-modified is emitted when breakpoints are
20276 modified through MI commands.
20277
20278 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20279 Pedro Alves <palves@redhat.com>
20280
20281 * gdb.threads/step-after-sr-lock.c: New file.
20282 * gdb.threads/step-after-sr-lock.exp: New file.
20283
20284 2014-02-07 Pedro Alves <palves@redhat.com>
20285
20286 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20287
20288 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20289
20290 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20291 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20292
20293 2014-02-06 Doug Evans <xdje42@gmail.com>
20294
20295 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20296 output.
20297
20298 * gdb.gdb/python-interrupts.exp: New file.
20299
20300 2014-02-05 Yao Qi <yao@codesourcery.com>
20301
20302 * gdb.trace/report.exp (use_collected_data): Test the output
20303 of "info threads" and "info inferiors".
20304
20305 2014-02-05 Yao Qi <yao@codesourcery.com>
20306
20307 Revert this patch:
20308
20309 2013-05-24 Yao Qi <yao@codesourcery.com>
20310
20311 * gdb.trace/tfile.exp: Test inferior and thread.
20312
20313 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20314
20315 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20316 on a function.
20317 * gdb.base/step-bt.c: Call hello via function pointer to make
20318 sure its first instruction is executed on powerpc64le-linux.
20319
20320 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20321
20322 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20323
20324 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20325
20326 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20327 of the test patterns for use on little-endian systems.
20328
20329 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20330
20331 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20332 (decimal_vector): Fix for little-endian.
20333
20334 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20335
20336 * gdb.arch/sparc-sysstep.exp: New file.
20337 * gdb.arch/sparc-sysstep.c: Likewise.
20338
20339 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20340
20341 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20342
20343 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20344
20345 2014-01-23 Tom Tromey <tromey@redhat.com>
20346
20347 * gdb.ada/array_char_idx: New testcase.
20348
20349 2014-01-23 Tom Tromey <tromey@redhat.com>
20350
20351 PR python/16487:
20352 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20353 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20354 classes.
20355
20356 2014-01-23 Tom Tromey <tromey@redhat.com>
20357
20358 PR python/16491:
20359 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20360 string from an inferior frame.
20361 * gdb.python/py-framefilter-mi.exp: Update.
20362
20363 2014-01-22 Doug Evans <dje@google.com>
20364
20365 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20366
20367 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20368
20369 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20370
20371 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20372
20373 * gdb.trace/entry-values.exp: Remove excess space character from
20374 regex patterns. Handle s390 call instruction.
20375
20376 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20377
20378 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20379 define "*_start" label. Make "name" static.
20380 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20381 ${name} by references to ${name}_start.
20382
20383 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20384
20385 * gdb.base/info-macros.exp: Remove "debug" from the compile
20386 options.
20387
20388 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20389
20390 * gdb.dlang/demangle.exp: New file.
20391
20392 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20393
20394 * gdb.dlang/primitive-types.exp: New file.
20395
20396 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20397
20398 * configure.ac: Create gdb.dlang/Makefile.
20399 * configure: Regenerate.
20400 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20401 * gdb.dlang/Makefile.in: New file.
20402 * lib/d-support.exp: New file.
20403 * lib/gdb.exp (skip_d_tests): New proc.
20404
20405 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20406
20407 * gdb.btrace/delta.exp: Check reverse stepi.
20408 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20409 * gdb.btrace/finish.exp: New.
20410 * gdb.btrace/next.exp: New.
20411 * gdb.btrace/nexti.exp: New.
20412 * gdb.btrace/record_goto.c: Add comments.
20413 * gdb.btrace/step.exp: New.
20414 * gdb.btrace/stepi.exp: New.
20415 * gdb.btrace/multi-thread-step.c: New.
20416 * gdb.btrace/multi-thread-step.exp: New.
20417 * gdb.btrace/rn-dl-bind.c: New.
20418 * gdb.btrace/rn-dl-bind.exp: New.
20419 * gdb.btrace/data.c: New.
20420 * gdb.btrace/data.exp: New.
20421 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20422
20423 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20424
20425 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20426 * gdb.btrace/exception.exp: Update.
20427 * gdb.btrace/instruction_history.exp: Update.
20428 * gdb.btrace/record_goto.exp: Update.
20429 * gdb.btrace/tailcall.exp: Update.
20430 * gdb.btrace/unknown_functions.exp: Update.
20431 * gdb.btrace/delta.exp: New.
20432
20433 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20434
20435 * gdb.btrace/record_goto.exp: Add backtrace test.
20436 * gdb.btrace/tailcall.exp: Add backtrace test.
20437
20438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20439
20440 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20441 * gdb.btrace/record_goto.c: New.
20442 * gdb.btrace/record_goto.exp: New.
20443 * gdb.btrace/x86-record_goto.S: New.
20444
20445 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20446
20447 * gdb.btrace/function_call_history.exp: Update tests.
20448 * gdb.btrace/instruction_history.exp: Update tests.
20449
20450 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20451
20452 * gdb.btrace/function_call_history.exp: Fix expected field
20453 order for "record function-call-history".
20454 Add new tests for "record function-call-history /c".
20455 * gdb.btrace/exception.cc: New.
20456 * gdb.btrace/exception.exp: New.
20457 * gdb.btrace/tailcall.exp: New.
20458 * gdb.btrace/x86-tailcall.S: New.
20459 * gdb.btrace/x86-tailcall.c: New.
20460 * gdb.btrace/unknown_functions.c: New.
20461 * gdb.btrace/unknown_functions.exp: New.
20462 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20463
20464 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20465
20466 * gdb.btrace/instruction_history.exp: Update.
20467 * gdb.btrace/function_call_history.exp: Update.
20468
20469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20470
20471 * gdb.btrace/function_call_history.exp: Fix expected function
20472 trace.
20473 * gdb.btrace/instruction_history.exp: Initialize traced.
20474 Remove traced_functions.
20475
20476 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20477
20478 * gdb.btrace/function_call_history.exp: Update
20479 * gdb.btrace/instruction_history.exp: Update.
20480
20481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20482
20483 * gdb.btrace/enable.exp: Update expected text.
20484
20485 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20486
20487 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20488 bytes.
20489
20490 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20491
20492 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20493
20494 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20495
20496 * lib/gdb.exp (supports_process_record): Return true for
20497 arm*-linux*. (supports_reverse): Likewise.
20498
20499 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20500
20501 PR python/15464
20502 PR python/16113
20503 * gdb.python/py-type.c: Enhance test case.
20504 * gdb.python/py-value-cc.cc: Likewise
20505 * gdb.python/py-type.exp: Add new tests.
20506 * gdb.python/py-value-cc.exp: Likewise
20507
20508 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20509 Pedro Alves <palves@redhat.com>
20510
20511 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20512 Make "name" extern.
20513 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20514 references to ${name}_start by references to ${name}.
20515
20516 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20517
20518 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20519
20520 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20521
20522 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20523
20524 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20525 Pedro Alves <palves@redhat.com>
20526
20527 * gdb.mi/mi-info-os.exp: Connect to the target with
20528 mi_gdb_target_load.
20529
20530 2014-01-08 Pedro Alves <palves@redhat.com>
20531
20532 * gdb.threads/reconnect-signal.c: New file.
20533 * gdb.threads/reconnect-signal.exp: New file.
20534
20535 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20536
20537 * gdb.base/source-dir.exp: New file.
20538
20539 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20540
20541 * gdb.ada/mi_interface: New testcase.
20542
20543 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20544
20545 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20546 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20547 gdb.ada/pp-rec-component/pck.ads: New files.
20548
20549 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20550
20551 * gdb.python/py-pp-integral.c: New file.
20552 * gdb.python/py-pp-integral.py: New file.
20553 * gdb.python/py-pp-integral.exp: New file.
20554
20555 For older changes see ChangeLog-1993-2013.
20556 \f
20557 ;; Local Variables:
20558 ;; mode: change-log
20559 ;; left-margin: 8
20560 ;; fill-column: 74
20561 ;; version-control: never
20562 ;; End:
20563
20564 Copyright 2014-2020 Free Software Foundation, Inc.
20565 Copying and distribution of this file, with or without modification,
20566 are permitted provided the copyright notice and this notice are preserved.
This page took 0.468645 seconds and 5 git commands to generate.