e20e0266970cdcd7cc298b512f09bd86d73369e5
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2
3 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4 Use double quotes instead of single quotes.
5
6 2020-07-16 Caroline Tice <cmtice@google.com>
7
8 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
9 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
10
11 2020-07-16 Tom de Vries <tdevries@suse.de>
12
13 * lib/dwarf.exp (program): Initialize _line.
14 (DW_LNE_end_sequence): Reinitialize _line.
15 (DW_LNS_advance_line): Update _line.
16 (line): New proc.
17 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
18 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
19 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
20 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
21 * gdb.dwarf2/dw2-is-stmt.exp: Same.
22 * gdb.dwarf2/dw2-ranges-func.exp: Same.
23
24 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
27 generic.
28
29 2020-07-15 Tom de Vries <tdevries@suse.de>
30
31 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
32 is_amd64_regs_target.
33
34 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.fortran/ptype-on-functions.exp: Add more tests.
37 * gdb.fortran/ptype-on-functions.f90: Likewise.
38
39 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
40
41 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
42 values in documentation for addr_size to 4 and 8.
43
44 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.arch/amd64-osabi.exp: Update.
47 * gdb.arch/arm-disassembler-options.exp: Update.
48 * gdb.arch/powerpc-disassembler-options.exp: Update.
49 * gdb.arch/ppc64-symtab-cordic.exp: Update.
50 * gdb.arch/s390-disassembler-options.exp: Update.
51 * gdb.base/all-architectures.exp.tcl: Update.
52 * gdb.base/attach-pie-noexec.exp: Update.
53 * gdb.base/catch-syscall.exp: Update.
54 * gdb.xml/tdesc-arch.exp: Update.
55
56 2020-07-14 Tom de Vries <tdevries@suse.de>
57
58 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
59 (local_gettid): ... this.
60 (fn): Update.
61
62 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
63
64 * gdb.base/info_sources.exp: Skip directory match tests on
65 remote hosts.
66
67 2020-07-13 Gary Benson <gbenson@redhat.com>
68
69 * gdb.base/savedregs.exp (caller): Use parentheses to
70 make expected expression evaluation ordering explicit.
71
72 2020-07-13 Gary Benson <gbenson@redhat.com>
73
74 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
75
76 2020-07-13 Gary Benson <gbenson@redhat.com>
77
78 * gdb.base/bigcore.c (main): Use a volatile pointer when
79 attempting to trigger a SIGSEGV.
80 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
81 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
82 * gdb.base/savedregs.c (thrower): Likewise.
83 * gdb.mi/mi-syn-frame.c (bar): Likewise.
84
85 2020-07-13 Gary Benson <gbenson@redhat.com>
86
87 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
88 defining and using VLA structure fields into...
89 * gdb.base/vla-struct-fields.c: New file.
90 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
91 tests into...
92 * gdb.base/vla-struct-fields.exp: New file.
93
94 2020-07-13 Tom de Vries <tdevries@suse.de>
95
96 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
97 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
98 * gdb.base/gold-gdb-index.exp: Same.
99 * gdb.base/morestack.exp: Same.
100
101 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
102
103 PR rust/26121
104 * gdb.rust/modules.rs: Prevent linker from discarding test
105 symbol.
106
107 2020-07-10 Pedro Alves <pedro@palves.net>
108
109 PR gdb/26199
110 * gdb.multi/multi-target.c (exit_thread): New.
111 (thread_start): Break loop if EXIT_THREAD.
112 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
113 (top level) Call test_no_resumed.
114
115 2020-07-08 Tom Tromey <tromey@adacore.com>
116
117 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
118 * gdb.ada/catch_ex.exp: Examine catchpoint text.
119
120 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 PR python/22748
123 * gdb.opt/inline-frame-tailcall.c: New file.
124 * gdb.opt/inline-frame-tailcall.exp: New file.
125 * gdb.python/py-unwind-inline.c: New file.
126 * gdb.python/py-unwind-inline.exp: New file.
127 * gdb.python/py-unwind-inline.py: New file.
128
129 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
130
131 * gdb.python/py-arch-reg-groups.exp: New file.
132
133 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * gdb.python/py-arch-reg-names.exp: New file.
136
137 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
140 gdb.PendingFrame.architecture method.
141
142 2020-07-06 Tom de Vries <tdevries@suse.de>
143
144 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
145
146 2020-07-03 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/structs2.c (main): Adjust second parem_reg call to
149 explicitly write negative numbers.
150 * gdb.base/structs2.exp: Adjust expected output.
151
152 2020-07-03 Pedro Alves <palves@redhat.com>
153
154 * gdb.base/charset.c (init_string): Change all char parameters to
155 unsigned char parameters.
156
157 2020-07-03 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/call-sc.exp (start_scalars_test): Use
160 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
161 * gdb.base/overlays.c: Remove references to PARAMS.
162 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
163 * gdb.base/reread.exp: Don't set 'prototypes' global.
164 * gdb.base/structs.exp (start_structs_test): Use
165 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
166 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
167 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
168 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
169 call.
170 * gdb.base/varargs.exp: Don't set 'prototypes' global.
171
172 2020-07-03 Pedro Alves <palves@redhat.com>
173
174 * gdb.base/m32rovly.c: Delete.
175 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
176
177 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
178
179 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
180 of gdb_py_test_multiple.
181 * gdb.python/py-cmd.exp: Likewise.
182 * gdb.python/py-events.exp: Likewise.
183 * gdb.python/py-function.exp: Likewise.
184 * gdb.python/py-inferior.exp: Likewise.
185 * gdb.python/py-infthread.exp: Likewise.
186 * gdb.python/py-linetable.exp: Likewise.
187 * gdb.python/py-parameter.exp: Likewise.
188 * gdb.python/py-value.exp: Likewise.
189
190 2020-06-30 Tom de Vries <tdevries@suse.de>
191
192 PR testsuite/26175
193 * lib/future.exp (gdb_default_target_compile): Detect and handle
194 early_flags.
195
196 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
197
198 * boards/simavr.exp (gdb_load): Catch errors when closing
199 previous connection. Close connection, wait for process and
200 unset simavr_spawn_id on failure.
201
202 2020-06-29 Tom de Vries <tdevries@suse.de>
203
204 * lib/gdb.exp (unknown): Make test-case unresolved.
205
206 2020-06-29 Tom de Vries <tdevries@suse.de>
207
208 PR gdb/25475
209 * gdb.server/solib-list.exp: Verify that the symbol reload
210 confirmation question is asked.
211
212 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
213
214 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
215 have a input seq nr in each pass message.
216 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
217 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
218 * gdb.python/python.exp: Make test names unique,
219 use gdb_test_multiline instead of gdb_py_test_multiple,
220 use $gdb_test_name.
221 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
222
223 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
224
225 * configure.ac: Add --enable-libctf.
226 * aclocal.m4: sinclude ../config/enable.m4.
227 * Makefile.in (site.exp): Add enable_libctf to site.exp.
228 * lib/gdb.exp (skip_ctf_tests): Use it.
229 * gdb.base/ctf-constvars.exp: Error message tweak.
230 * gdb.base/ctf-ptype.exp: Likewise.
231 * configure: Regenerate.
232
233 2020-06-26 Gary Benson <gbenson@redhat.com>
234
235 * gdb.cp/try_catch.cc: Include string.h.
236 (main): Replace comparison against string literal with
237 strcmp, avoiding build failure with -Wstring-compare.
238 Add "marker test-complete".
239 * gdb.cp/try_catch.exp: Run the test to the above marker,
240 then verify that the value of "test" is still true.
241
242 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
245
246 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
249
250 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
253 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
254 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
255 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
256 * gdb.arch/riscv-tdesc-loading.exp: New file.
257
258 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
261
262 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
265 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
266 * gdb.arch/riscv-tdesc-regs.c: New file.
267 * gdb.arch/riscv-tdesc-regs.exp: New file.
268
269 2020-06-24 Pedro Alves <palves@redhat.com>
270
271 * gdb.arch/amd64-entry-value-paramref.exp: Use
272 prepare_for_testing_full and don't pass "c++" for the .S file
273 build spec.
274 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
275 $options, since it's an assembly file. Remove -Wno-deprecated.
276 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
277 compiling C++ programs.
278
279 2020-06-24 Pedro Alves <palves@redhat.com>
280
281 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
282 Clang, add "-Wno-unknown-warning-option" to the options.
283
284 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * gdb.xml/tdesc-reload.c: New file.
287 * gdb.xml/tdesc-reload.exp: New file.
288 * gdb.xml/maint-xml-dump-01.xml: New file.
289 * gdb.xml/maint-xml-dump-02.xml: New file.
290 * gdb.xml/maint-xml-dump.exp: New file.
291
292 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
293
294 * lib/completion-support.exp (test_gdb_completion_offers_commands):
295 Adjust for omitted commands when TUI is disabled.
296
297 2020-06-23 Gary Benson <gbenson@redhat.com>
298 Pedro Alves <palves@redhat.com>
299
300 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
301 * gdb.cp/nsimport.cc: Likewise.
302 * gdb.cp/nsnested.cc: Likewise.
303 * gdb.cp/nsnoimports.cc: Likewise.
304 * gdb.cp/nsusing.cc: Likewise.
305 * gdb.cp/smartp.cc: Likewise.
306 * gdb.python/py-pp-integral.c: Likewise.
307 * gdb.python/py-pp-re-notag.c: Likewise.
308
309 2020-06-23 Gary Benson <gbenson@redhat.com>
310
311 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
312 * gdb.cp/nsimport.cc: Likewise.
313 * gdb.cp/nsnested.cc: Likewise.
314 * gdb.cp/nsnoimports.cc: Likewise.
315 * gdb.cp/nsusing.cc: Likewise.
316 * gdb.cp/smartp.cc: Likewise.
317 * gdb.python/py-pp-integral.c: Likewise.
318 * gdb.python/py-pp-re-notag.c: Likewise.
319
320 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
321
322 * gdb.base/default-args.exp: New test.
323 * gdb.base/default-args.c: New file.
324 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
325 * gdb.base/default.exp: Update to new help text.
326 * gdb.base/help.exp: Likewise.
327 * gdb.base/page.exp: Likewise.
328 * gdb.base/style.exp: Likewise.
329 * gdb.guile/guile.exp: Likewise.
330 * gdb.python/python.exp: Likewise.
331
332 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
333
334 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
335 remote host. Fix search path syntax on Windows host.
336
337 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
338
339 * gdb.base/attach.exp: Test priority of 'exec-file' changed
340 over 'exec-file-mismatch'.
341 * gdb.base/attach.c: Mark should_exit volatile.
342 * gdb.base/attach2.c: Likewise. Add a comment explaining
343 why the sleep cannot be big.
344 * gdb.base/attach3.c: New file.
345
346 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
347
348 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
349 prefix optional.
350
351 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
352
353 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
354 for remote host.
355
356 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
357 Hafiz Abid Qadeer <abidh@codesourcery.com>
358
359 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
360 file sent to remote host.
361 (top level): Allow int32_t as type of 32-bit register.
362
363 2020-06-19 Tom de Vries <tdevries@suse.de>
364
365 * lib/gdb.exp (gdb_note): New proc.
366 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
367 (gdb_default_target_compile): ... here. Only call
368 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
369 (use_gdb_compile): Change to array.
370 (toplevel): Update sets of use_gdb_compile to specify language.
371 Warn about default_target_compile override. Store dejagnu's version
372 of default_target_compile in dejagnu_default_target_compile.
373
374 2020-06-18 Tom de Vries <tdevries@suse.de>
375
376 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
377 (default_gdb_init): ... here.
378
379 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
380
381 Fix TUI support checks in gdb.tui tests.
382
383 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
384 just say UNSUPPORTED.
385 * gdb.tui/corefile-run.exp: Likewise.
386 * gdb.tui/empty.exp: Likewise.
387 * gdb.tui/list-before.exp: Likewise.
388 * gdb.tui/list.exp: Likewise.
389 * gdb.tui/main.exp: Likewise.
390 * gdb.tui/regs.exp: Likewise.
391 * gdb.tui/resize.exp: Likewise.
392 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
393 * gdb.tui/tui-layout-asm.exp: Likewise.
394 * gdb.tui/tui-missing-src.exp: Likewise.
395 * gdb.tui/winheight.exp: Likewise.
396 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
397
398 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
399
400 Fix TCL error in gdb.python/py-format-string.exp.
401
402 * gdb.python/py-format-string.exp: Move test for python support
403 earlier, out of function body.
404
405 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
406
407 * gdb.base/index-cache-load-twice.c: New.
408 * gdb.base/index-cache-load-twice.exp: New.
409
410 2020-06-17 Keith Seitz <keiths@redhat.com>
411
412 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
413 when executing "gdb --configuration".
414
415 2020-06-17 Tom de Vries <tdevries@suse.de>
416
417 * lib/gdb.exp (gdb_tcl_unknown): New proc.
418 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
419 conditional on presence of gdb_tcl_unknown.
420 (gdb_finish): Make override undo conditional on presence of
421 gdb_tcl_unknown.
422
423 2020-06-16 Tom Tromey <tom@tromey.com>
424
425 * gdb.python/tui-window.py (failwin): New function. Register it
426 as a TUI window type.
427 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
428
429 2020-06-16 Gary Benson <gbenson@redhat.com>
430
431 * gdb.python/py-nested-maps.c (create_map): Add missing return
432 value.
433 (create_map_map): Likewise.
434
435 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
436
437 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
438 variable.
439 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
440 and use the already-defined 'options' variable.
441
442 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
443 Tom de Vries <tdevries@suse.de>
444
445 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
446 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
447 (gdb_setup_known_globals): New proc.
448 (gdb_cleanup_globals): New proc.
449 * lib/gdb.exp (load_lib): New override proc.
450 (gdb_stdin_log_init): Set var in_file as persistent global.
451 * lib/pascal.exp (gdb_stdin_log_init): Set vars
452 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
453 fpc_compiler as persistent global.
454
455 2020-06-12 Tom de Vries <tdevries@suse.de>
456
457 * lib/tuiterm.exp (spawn): Rename to ...
458 (tui_spawn): ... this.
459 (toplevel): Move rename of spawn ...
460 (gdb_init_tuiterm): ... here. New proc.
461 (gdb_finish_tuiterm): New proc.
462 * lib/gdb.exp (gdb_finish_hooks): New global var.
463 (gdb_finish): Handle gdb_finish_hooks.
464 (tuiterm_env): New proc.
465 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
466 tuiterm_env.
467 * gdb.tui/basic.exp: Same.
468 * gdb.tui/corefile-run.exp: Same.
469 * gdb.tui/empty.exp: Same.
470 * gdb.tui/list-before.exp: Same.
471 * gdb.tui/list.exp: Same.
472 * gdb.tui/main.exp: Same.
473 * gdb.tui/new-layout.exp: Same.
474 * gdb.tui/regs.exp: Same.
475 * gdb.tui/resize.exp: Same.
476 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
477 * gdb.tui/tui-layout-asm.exp: Same.
478 * gdb.tui/tui-missing-src.exp: Same.
479 * gdb.tui/winheight.exp: Same.
480
481 2020-06-12 Tom de Vries <tdevries@suse.de>
482
483 PR testsuite/26110
484 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
485 (gdb_finish): Reinstall dejagnu's override of ::unknown.
486
487 2020-06-11 Tom Tromey <tom@tromey.com>
488
489 PR gdb/18318:
490 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
491 floating point tests.
492
493 2020-06-11 Keith Seitz <keiths@redhat.com>
494
495 PR gdb/21356
496 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
497 vla_struct.
498 Add new struct vla_typedef and union vla_typedef_union and
499 corresponding instantiation objects.
500 Initialize new objects.
501 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
502 and vla_typedef_union_object.
503 Fixup type for vla_struct_object.
504
505 2020-06-11 Tom de Vries <tdevries@suse.de>
506
507 * lib/gdb.exp (with_override): New proc, factored out of ...
508 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
509
510 2020-06-10 Tom de Vries <tdevries@suse.de>
511
512 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
513
514 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
515
516 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
517 parameter, update callers.
518
519 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
520
521 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
522 * gdb.dwarf2/share-psymtabs-bt.c: New file.
523 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
524
525 2020-06-04 Tom de Vries <tdevries@suse.de>
526
527 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
528
529 2020-06-04 Tom de Vries <tdevries@suse.de>
530
531 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
532 exp_continue.
533
534 2020-06-04 Tom de Vries <tdevries@suse.de>
535
536 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
537
538 2020-06-03 Tom de Vries <tdevries@suse.de>
539
540 PR symtab/26046
541 * gdb.cp/breakpoint-locs-2.cc: New test.
542 * gdb.cp/breakpoint-locs.cc: New test.
543 * gdb.cp/breakpoint-locs.exp: New file.
544 * gdb.cp/breakpoint-locs.h: New test.
545
546 2020-06-03 Tom de Vries <tdevries@suse.de>
547
548 PR testsuite/25609
549 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
550 value of global verbose.
551 * gdb.base/jit-elf.exp: Same.
552 * gdb.base/jit-reader.exp: Same.
553
554 2020-06-02 Tom de Vries <tdevries@suse.de>
555
556 * gdb.dwarf2/multidictionary.exp: Don't use
557 gdb_spawn_with_cmdline_opts.
558
559 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
562 use_header case.
563 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
564 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
565 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
566 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
567 * gdb.dwarf2/dw2-inline-header.c: New file.
568 * gdb.dwarf2/dw2-inline-header.h: New file.
569
570 2020-05-30 Pedro Alves <palves@redhat.com>
571
572 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
573 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
574
575 2020-05-29 Gary Benson <gbenson@redhat.com>
576
577 * gdb.compile/compile-cplus.exp (additional_flags): Also
578 set when building with clang.
579 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
580 when building with clang.
581
582 2020-05-29 Gary Benson <gbenson@redhat.com>
583
584 * gdb.arch/i386-avx.exp (additional_flags): Also set when
585 building with clang.
586 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
587
588 2020-05-29 Gary Benson <gbenson@redhat.com>
589
590 * gdb.cp/koenig.exp (prepare_for_testing): Add
591 additional_flags=-Wno-unused-comparison.
592 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
593
594 2020-05-28 Gary Benson <gbenson@redhat.com>
595
596 * gdb.base/sigaltstack.c (catcher): Add default case to switch
597 statement.
598
599 2020-05-28 Gary Benson <gbenson@redhat.com>
600
601 * gdb.cp/classes.exp (prepare_for_testing): Add
602 additional_flags=-Wno-deprecated-register.
603 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
604 * gdb.cp/misc.exp: Likewise.
605
606 2020-05-28 Gary Benson <gbenson@redhat.com>
607
608 * gdb.linespec/cpls-ops.cc (dummy): New static global.
609 (test_op_new::operator new): Add return statement.
610 (test_op_new_array::operator new[]): Likewise.
611
612 2020-05-27 Pedro Alves <palves@redhat.com>
613
614 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
615 check. Use test_gdb_complete_unique instead of
616 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
617 test_gdb_complete_multiple instead of
618 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
619
620 2020-05-27 Luis Machado <luis.machado@linaro.org>
621
622 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
623 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
624 * gdb.arch/arm-disassembler-options.exp: Likewise.
625 * gdb.arch/arm-disp-step.exp: Likewise.
626 * gdb.arch/thumb-prologue.exp: Likewise.
627 * gdb.base/async.exp: Likewise.
628 * gdb.base/auxv.exp: Likewise.
629 * gdb.base/complex-parts.exp: Likewise.
630 * gdb.base/ena-dis-br.exp: Likewise.
631 * gdb.base/foll-exec.exp: Likewise.
632 * gdb.base/permissions.exp: Likewise.
633 * gdb.base/relocate.exp: Likewise.
634 * gdb.base/return2.exp: Likewise.
635 * gdb.base/sigbpt.exp: Likewise.
636 * gdb.base/siginfo-obj.exp: Likewise.
637 * gdb.cp/converts.exp: Likewise.
638 * gdb.cp/exceptprint.exp: Likewise.
639 * gdb.cp/inherit.exp: Likewise.
640 * gdb.cp/nsnoimports.exp: Likewise.
641 * gdb.cp/virtbase2.exp: Likewise.
642 * gdb.mi/mi-var-cmd.exp: Likewise.
643 * gdb.mi/var-cmd.c: Likewise.
644
645 2020-05-26 Tom Tromey <tromey@adacore.com>
646
647 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
648
649 2020-05-26 Tom Tromey <tromey@adacore.com>
650
651 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
652 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
653 type.
654 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
655 variable.
656
657 2020-05-26 Christian Biesinger <cbiesinger@google.com>
658
659 * Makefile.in: Use = instead of == for the test command
660 for portability.
661
662 2020-05-26 Tom de Vries <tdevries@suse.de>
663
664 * gdb.base/gold-gdb-index-2.c: New test.
665 * gdb.base/gold-gdb-index.c: New test.
666 * gdb.base/gold-gdb-index.exp: New file.
667 * gdb.base/gold-gdb-index.h: New test.
668
669 2020-05-25 Tom de Vries <tdevries@suse.de>
670
671 * boards/gold-gdb-index.exp: New file.
672
673 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
674
675 * boards/simavr.exp: New file.
676
677 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
678
679 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
680 * gdb.base/inferior-args.exp: New file.
681 * gdb.base/inferior-args.c: New file.
682
683 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
684
685 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
686 inferior_args. Pass it to gdb_reload.
687 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
688 inferior_args.
689 (gdb_reload): Add inferior_args argument.
690 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
691 pass it to gdbserver_run.
692 * boards/native-gdbserver.exp: Do not set noargs.
693 * boards/native-extended-gdbserver.exp (gdb_reload): Add
694 inferior_args argument.
695 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
696 * gdb.base/a2-run.exp: Check for use_gdb_stub.
697 * gdb.base/args.exp: Likewise.
698
699 2020-05-25 Tom de Vries <tdevries@suse.de>
700
701 * lib/gdb.exp (exec_is_pie): Add comment.
702
703 2020-05-25 Tom de Vries <tdevries@suse.de>
704
705 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
706 instead of $binfile in the untested message.
707
708 2020-05-25 Tom de Vries <tdevries@suse.de>
709
710 PR testsuite/26031
711 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
712
713 2020-05-25 Tom de Vries <tdevries@suse.de>
714
715 * boards/gold.exp: New file.
716
717 2020-05-23 Tom Tromey <tom@tromey.com>
718
719 * gdb.base/style.exp: Remove completion styling test.
720 * lib/gdb-utils.exp (style): Remove completion styles.
721
722 2020-05-23 Tom Tromey <tom@tromey.com>
723
724 * gdb.base/style.exp: Add completion styling test.
725 * lib/gdb-utils.exp (style): Add completion styles.
726
727 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * gdb.base/annota1.exp: Update expected results.
730 * gdb.cp/annota2.exp: Update expected results, remove duplicate
731 test name.
732 * gdb.cp/annota3.exp: Update expected results.
733
734 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
735
736 PR gdb/26016
737 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
738 against MAP_FAILED.
739 * gdb.base/coremaker.c (mmapdata): Likewise.
740 * gdb.base/jit-reader-host.c (main): Likewise.
741 * gdb.base/sym-file-loader.c (load): Likewise.
742 (load_shlib): Likewise.
743
744 2020-05-20 Tom Tromey <tromey@adacore.com>
745
746 * gdb.ada/array_char_idx.exp: Recognize initialized array.
747
748 2020-05-20 Tom de Vries <tdevries@suse.de>
749
750 PR symtab/25833
751 * gdb.base/with-mf-inc.c: New test.
752 * gdb.base/with-mf-main.c: New test.
753 * gdb.base/with-mf.exp: New file.
754
755 2020-05-19 Tom Tromey <tromey@adacore.com>
756
757 * gdb.rust/simple.exp: Restore missing test result.
758
759 2020-05-19 Tom de Vries <tdevries@suse.de>
760
761 * gdb.base/gdb-caching-proc.exp: Fix typo.
762
763 2020-05-19 Tom Tromey <tromey@adacore.com>
764
765 * gdb.rust/simple.exp: Add some test descriptions.
766 (test_one_slice): Use with_test_prefix.
767
768 2020-05-18 Tom de Vries <tdevries@suse.de>
769
770 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
771
772 2020-05-17 Pedro Alves <palves@redhat.com>
773
774 PR gdb/25741
775 * gdb.base/hw-sw-break-same-address.exp: New file.
776
777 2020-05-16 Pedro Alves <palves@redhat.com>
778
779 * gdb.multi/multi-re-run.exp (test_re_run): Switch
780 LAST_LOADED_FILE accordingly.
781
782 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
783
784 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
785
786 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
787
788 * gdb.base/help.exp: Test apropos and help for commands
789 having aliases. Fixed comments not starting with an
790 upper-case letter or not finishing with a dot.
791
792 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
793
794 * gdb.base/alias.exp: Update help output check.
795
796 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
797
798 * gdb.base/default.exp: Update output following fixes.
799
800 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
801
802 * gdb.base/alias.exp: Test aliases starting with a prefix of
803 another alias.
804
805 2020-05-15 Gary Benson <gbenson@redhat.com>
806
807 * gdb.base/info-os.c (main): Add return statement.
808 * gdb.base/info_minsym.c (minsym_fun): Likewise.
809 * gdb.base/large-frame-2.c (func): Likewise.
810 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
811 * gdb.base/pr10179-b.c (foo2): Likewise.
812 * gdb.base/valgrind-disp-step.c (foo): Likewise.
813 * gdb.base/watch-cond.c (func): Likewise.
814 * gdb.multi/goodbye.c (verylongfun): Likewise.
815 * gdb.multi/hello.c (commonfun): Likewise.
816 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
817 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
818 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
819 Likewise.
820 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
821 * gdb.threads/interrupt-while-step-over.c (child_function):
822 Likewise.
823 * gdb.trace/actions-changed.c (end): Likewise.
824
825 2020-05-15 Gary Benson <gbenson@redhat.com>
826
827 * gdb.opencl/callfuncs.exp: Report when test skipped.
828 * gdb.opencl/convs_casts.exp: Likewise.
829 * gdb.opencl/datatypes.exp: Likewise.
830 * gdb.opencl/operators.exp: Likewise.
831 * gdb.opencl/vec_comps.exp: Likewise.
832
833 2020-05-15 Tom de Vries <tdevries@suse.de>
834
835 * gdb.base/align.exp.in: Rename to ...
836 * gdb.base/align.exp.tcl: ... this.
837 * gdb.base/align-c++.exp: Update.
838 * gdb.base/align-c.exp: Update.
839 * gdb.base/all-architectures.exp.in: Rename to ...
840 * gdb.base/all-architectures.exp: ... this.
841 * gdb.base/all-architectures-0.exp: Update.
842 * gdb.base/all-architectures-1.exp: Update.
843 * gdb.base/all-architectures-2.exp: Update.
844 * gdb.base/all-architectures-3.exp: Update.
845 * gdb.base/all-architectures-4.exp: Update.
846 * gdb.base/all-architectures-5.exp: Update.
847 * gdb.base/all-architectures-6.exp: Update.
848 * gdb.base/all-architectures-7.exp: Update.
849 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
850 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
851 * gdb.base/infcall-nested-structs-c++.exp: Update.
852 * gdb.base/infcall-nested-structs-c.exp: Update.
853 * gdb.base/info-types.exp.in: Rename to ...
854 * gdb.base/info-types.exp.tcl: ... this.
855 * gdb.base/info-types-c++.exp: Update.
856 * gdb.base/info-types-c.exp: Update.
857 * gdb.base/max-depth.exp.in: Rename to ...
858 * gdb.base/max-depth.exp.tcl: ... this.
859 * gdb.base/max-depth-c++.exp: Update.
860 * gdb.base/max-depth-c.exp: Update.
861 * gdb.cp/cpexprs.exp.in: Rename to ...
862 * gdb.cp/cpexprs.exp.tcl: ... this.
863 * gdb.cp/cpexprs-debug-types.exp: Update.
864 * gdb.cp/cpexprs.exp: Update.
865 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
866 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
867 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
868 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
869 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
870 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
871 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
872 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
873 * gdb.dwarf2/clang-debug-names-2.exp: Update.
874 * gdb.dwarf2/clang-debug-names.exp: Update.
875
876 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * lib/check-test-names.exp: Remove code that prevents this file
879 loading when tests are run in parallel.
880
881 2020-05-15 Pedro Alves <palves@redhat.com>
882
883 * gdb.multi/multi-kill.exp (start_inferior): Remove
884 'testpid' parameter. Refer to namespace variable directly.
885 (testpid): Declare as namespace variable.
886
887 2020-05-15 Pedro Alves <palves@redhat.com>
888
889 * gdb.multi/multi-kill.exp: Wrap in namespace.
890 (start_inferior): Add TESTPID parameter. Use it instead of the
891 testpid global.
892 (top level): Define empty TESTPID array, and pass it down to
893 start_inferior.
894
895 2020-05-14 Tom de Vries <tdevries@suse.de>
896
897 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
898 output.
899
900 2020-05-14 Tom de Vries <tdevries@suse.de>
901
902 * gdb.base/align.exp: Split into ...
903 * gdb.base/align.exp.in: ...
904 * gdb.base/align-c++.exp: ...
905 * gdb.base/align-c.exp: ... these.
906 * gdb.base/infcall-nested-structs.exp: Split into ...
907 * gdb.base/infcall-nested-structs.exp.in: ...
908 * gdb.base/infcall-nested-structs-c++.exp: ...
909 * gdb.base/infcall-nested-structs-c.exp: ... these.
910 * gdb.base/info-types.exp: Split into ...
911 * gdb.base/info-types.exp.in: ...
912 * gdb.base/info-types-c++.exp: ...
913 * gdb.base/info-types-c.exp: ... these.
914 * gdb.base/max-depth.exp: Split into ...
915 * gdb.base/max-depth.exp.in: ...
916 * gdb.base/max-depth-c++.exp: ...
917 * gdb.base/max-depth-c.exp: ... these.
918 * gdb.cp/infcall-nodebug.exp: Split into ...
919 * gdb.cp/infcall-nodebug.exp.in: ...
920 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
921 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
922 * gdb.cp/infcall-nodebug-c-d0.exp: ...
923 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
924
925 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
926 Pedro Alves <palves@redhat.com>
927
928 * gdb.multi/multi-exit.c: New file.
929 * gdb.multi/multi-exit.exp: New file.
930 * gdb.multi/multi-kill.c: New file.
931 * gdb.multi/multi-kill.exp: New file.
932
933 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
934
935 * gdb.base/annota1.exp: Update the expected output.
936 * gdb.cp/annota2.exp: Ditto.
937
938 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * lib/check-test-names.exp: Disable when testing is being run in
941 parallel.
942
943 2020-05-12 Tom de Vries <tdevries@suse.de>
944
945 * gdb.base/jit-elf.exp: Fix string concat.
946
947 2020-05-12 Tom de Vries <tdevries@suse.de>
948
949 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
950 messages.
951
952 2020-05-12 Tom de Vries <tdevries@suse.de>
953
954 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
955
956 2020-05-12 Tom de Vries <tdevries@suse.de>
957
958 * gdb.ada/catch_ex.exp: Use with_test_prefix.
959 * gdb.ada/mi_catch_ex.exp: Same.
960 * gdb.ada/mi_catch_ex_hand.exp: Same.
961
962 2020-05-12 Tom de Vries <tdevries@suse.de>
963
964 * gdb.fortran/complex.exp: Use with_test_prefix.
965
966 2020-05-12 Tom de Vries <tdevries@suse.de>
967
968 * gdb.trace/passcount.exp: Fix test-names.
969
970 2020-05-12 Tom de Vries <tdevries@suse.de>
971
972 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
973
974 2020-05-12 Tom de Vries <tdevries@suse.de>
975
976 * gdb.gdb/complaints.exp: Use with_test_prefix.
977 * gdb.xml/tdesc-regs.exp: Same.
978 * gdb.opt/inline-locals.exp: Fix test name.
979
980 2020-05-12 Tom de Vries <tdevries@suse.de>
981
982 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
983 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
984 * gdb.dwarf2/implref-struct.exp: Same.
985 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
986 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
987
988 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
989
990 * gdb.base/jit-so.exp (one_jit_test): Change test name.
991
992 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * lib/check-test-names.exp (all_test_names): New module variable.
995 (counts): Add 'duplicates' field.
996 (_check_duplicates): New procedure.
997 (check): Also check for duplicates.
998 (do_log_summary): Print duplicates count.
999 (do_reset_vars): Reset counter for duplicate test names, and
1000 discard all know test names.
1001
1002 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * lib/gdb.exp: Include check-test-names.exp library.
1005 * lib/check-test-names.exp: New file.
1006
1007 2020-05-11 Tom de Vries <tdevries@suse.de>
1008
1009 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1010
1011 2020-05-11 Keith Seitz <keiths@redhat.com>
1012
1013 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1014
1015 2020-05-11 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1018 * gdb.cp/cpexprs.exp.in: .. here.
1019 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1020 cpexprs.exp.
1021
1022 2020-05-11 Keith Seitz <keiths@redhat.com>
1023
1024 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1025 test names.
1026 * gdb.ada/arrayptr.exp: Likewise.
1027 * gdb.ada/assign_arr.exp: Likewise.
1028 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1029 * gdb.ada/bp_on_var.exp: Likewise.
1030 * gdb.ada/call_pn.exp: Likewise.
1031 * gdb.ada/complete.exp: Likewise.
1032 * gdb.ada/fun_overload_menu.exp: Likewise.
1033 * gdb.ada/funcall_param.exp: Likewise.
1034 * gdb.ada/funcall_ref.exp: Likewise.
1035 * gdb.ada/packed_array_assign.exp: Likewise.
1036 * gdb.ada/same_component_name.exp: Likewise.
1037 * gdb.ada/type_coercion.exp: Likewise.
1038 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1039 * gdb.ada/variant_record_packed_array.exp: Likewise.
1040
1041 2020-05-11 Tom de Vries <tdevries@suse.de>
1042
1043 PR symtab/25941
1044 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1045 out of ...
1046 * gdb.dwarf2/clang-debug-names.exp: ... here.
1047 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1048 clang-debug-names.exp.in.
1049 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1050 * gdb.dwarf2/clang-debug-names-2.c: New test.
1051
1052 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1053
1054 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1055 (fortran_runto_main): New Proc, fortran version of runto_main.
1056 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1057 * gdb.fortran/array-bounds.exp: Likewise.
1058 * gdb.fortran/array-slices.exp: Likewise.
1059 * gdb.fortran/block-data.exp: Likewise.
1060 * gdb.fortran/charset.exp: Likewise.
1061 * gdb.fortran/common-block.exp: Likewise.
1062 * gdb.fortran/complex.exp: Likewise.
1063 * gdb.fortran/derived-type-function.exp: Likewise.
1064 * gdb.fortran/derived-type.exp: Likewise.
1065 * gdb.fortran/info-modules.exp: Likewise.
1066 * gdb.fortran/info-types.exp: Likewise.
1067 * gdb.fortran/intrinsics.exp: Likewise.
1068 * gdb.fortran/library-module.exp: Likewise.
1069 * gdb.fortran/logical.exp: Likewise.
1070 * gdb.fortran/max-depth.exp: Likewise.
1071 * gdb.fortran/module.exp: Likewise.
1072 * gdb.fortran/multi-dim.exp: Likewise.
1073 * gdb.fortran/nested-funcs.exp: Likewise.
1074 * gdb.fortran/print-formatted.exp: Likewise.
1075 * gdb.fortran/print_type.exp: Likewise.
1076 * gdb.fortran/printing-types.exp: Likewise.
1077 * gdb.fortran/ptr-indentation.exp: Likewise.
1078 * gdb.fortran/ptype-on-functions.exp: Likewise.
1079 * gdb.fortran/subarray.exp: Likewise.
1080 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1081 * gdb.fortran/vla-datatypes.exp: Likewise.
1082 * gdb.fortran/vla-history.exp: Likewise.
1083 * gdb.fortran/vla-ptr-info.exp: Likewise.
1084 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1085 * gdb.fortran/vla-ptype.exp: Likewise.
1086 * gdb.fortran/vla-sizeof.exp: Likewise.
1087 * gdb.fortran/vla-type.exp: Likewise.
1088 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1089 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1090 * gdb.fortran/vla-value-sub.exp: Likewise.
1091 * gdb.fortran/vla-value.exp: Likewise.
1092 * gdb.fortran/whatis_type.exp: Likewise.
1093 * gdb.mi/mi-var-child-f.exp: Likewise.
1094
1095 2020-05-09 Tom de Vries <tdevries@suse.de>
1096
1097 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1098
1099 2020-05-08 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.dwarf2/clang-debug-names.c: New test.
1102 * gdb.dwarf2/clang-debug-names.exp: New file.
1103
1104 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1105
1106 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1107 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1108
1109 2020-05-06 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1112 breakpoint is at a "recommended breakpoint location".
1113 * gdb.reverse/consecutive-reverse.exp: Same.
1114
1115 2020-05-06 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1118 address.
1119
1120 2020-05-06 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1123
1124 2020-05-06 Tom de Vries <tdevries@suse.de>
1125
1126 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1127 info for r.
1128
1129 2020-05-06 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1132 necessary.
1133
1134 2020-05-06 Tom de Vries <tdevries@suse.de>
1135
1136 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1137 void.
1138
1139 2020-05-06 Tom de Vries <tdevries@suse.de>
1140
1141 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1142 of ...
1143 * gdb.base/async.exp: ... here.
1144 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1145 "recommended breakpoint location".
1146
1147 2020-05-06 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1150
1151 2020-05-04 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.base/async.exp: Check whether instruction addresses are a
1154 "recommended breakpoint location".
1155
1156 2020-05-03 Tom Tromey <tom@tromey.com>
1157
1158 * gdb.base/sepdebug.exp: Remove "catch" test.
1159 * gdb.base/break.exp: Remove "catch" test.
1160 * gdb.base/default.exp: Update expected output.
1161
1162 2020-05-02 Tom de Vries <tdevries@suse.de>
1163
1164 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1165 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1166 * gdb.arch/i386-mpx-map.exp: Same.
1167 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1168 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1169 * gdb.arch/i386-mpx.exp: Same.
1170
1171 2020-05-02 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1174
1175 2020-05-01 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.ada/operator_bp.exp: Allow more than required amount of
1178 breakpoint.
1179
1180 2020-05-01 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1183
1184 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1185
1186 PR gdb/18706
1187 * gdb.cp/stub-array-size.cc: New test.
1188 * gdb.cp/stub-array-size.exp: New file.
1189 * gdb.cp/stub-array-size.h: New test.
1190 * gdb.cp/stub-array-size2.cc: New test.
1191
1192 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1193
1194 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1195 output to the new format.
1196
1197 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1198
1199 * gdb.base/break.exp: Use with_test_prefix.
1200
1201 2020-04-29 Tom de Vries <tdevries@suse.de>
1202
1203 * lib/gdb.exp (debug_types): New proc.
1204 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1205 * gdb.python/py-symtab.exp: Same.
1206
1207 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1208
1209 PR gdb/17320
1210 * gdb.base/pretty-array.c: New test.
1211 * gdb.base/pretty-array.exp: New file.
1212
1213 2020-04-29 Tom de Vries <tdevries@suse.de>
1214
1215 PR symtab/25889
1216 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1217 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1218 and include cpexprs.exp.
1219
1220 2020-04-28 Mark Williams <mark@myosotissp.com>
1221
1222 PR gdb/24480
1223 * dw4-toplevel-types.exp: Test for top level types.
1224 * dw4-toplevel-types.cc: Test for top level types.
1225
1226 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1227
1228 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1229 (theads -> threads).
1230
1231 2020-04-28 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1234
1235 2020-04-28 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1238
1239 2020-04-28 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1242
1243 2020-04-28 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.dwarf2/main-foo.c: New test.
1246 * gdb.dwarf2/struct-with-sig.exp: New file.
1247
1248 2020-04-25 Tom de Vries <tdevries@suse.de>
1249
1250 * boards/debug-types.exp: New file.
1251
1252 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1255
1256 2020-04-24 Tom Tromey <tom@tromey.com>
1257
1258 PR symtab/12707:
1259 * gdb.python/py-symbol.exp: Update expected results for
1260 linkage_name test.
1261 * gdb.cp/print-demangle.exp: New file.
1262 * gdb.base/c-linkage-name.exp: Fix test.
1263 * gdb.guile/scm-symbol.exp: Update expected results for
1264 linkage_name test.
1265
1266 2020-04-24 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1269 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1270 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1271 assembler.
1272
1273 2020-04-24 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1276 C++.
1277
1278 2020-04-24 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1281 values.
1282 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1283 values. Update test for minimal encodings.
1284 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1285 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1286 values. Update test for minimal encodings.
1287
1288 2020-04-24 Tom Tromey <tromey@adacore.com>
1289
1290 PR python/23662:
1291 * gdb.ada/variant.exp: Add Python checks.
1292 * gdb.rust/simple.exp: Add dynamic type checks.
1293
1294 2020-04-24 Tom Tromey <tromey@adacore.com>
1295
1296 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1297 Make array type matching more lax.
1298 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1299 * gdb.ada/mi_variant.exp: New file.
1300 * gdb.ada/mi_variant/pck.ads: New file.
1301 * gdb.ada/mi_variant/pkg.adb: New file.
1302 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1303 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1304
1305 2020-04-24 Tom Tromey <tromey@adacore.com>
1306
1307 * gdb.ada/variant.exp: Add dynamic field offset tests.
1308 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1309 * gdb.ada/variant/pkg.adb: Add new variables.
1310
1311 2020-04-24 Tom Tromey <tromey@adacore.com>
1312
1313 * gdb.ada/variant.exp: New file
1314 * gdb.ada/variant/pkg.adb: New file
1315 * gdb.ada/variant/pck.adb: New file
1316
1317 2020-04-24 Tom de Vries <tdevries@suse.de>
1318
1319 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1320
1321 2020-04-24 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1324 flags.
1325
1326 2020-04-24 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1329
1330 2020-04-24 Tom de Vries <tdevries@suse.de>
1331
1332 * lib/gdb.exp (default_gdb_start): Handle eof.
1333 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1334 failure.
1335 * gdb.base/readnever.exp: Handle clean_restart failure.
1336
1337 2020-04-23 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/decl-before-def.exp: Run to main and print a again.
1340
1341 2020-04-23 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.base/decl-before-def-decl.c: New test.
1344 * gdb.base/decl-before-def-def.c: New test.
1345 * gdb.base/decl-before-def.exp: New file.
1346
1347 2020-04-23 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1350
1351 2020-04-22 Tom de Vries <tdevries@suse.de>
1352
1353 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1354 debug_info_offset.
1355 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1356 before $objsfile in the line line.
1357
1358 2020-04-22 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1361
1362 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1363
1364 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1365 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1366 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1367 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1368 * gdb.base/jit-protocol.h: Update definitions to match all usage
1369 contexts.
1370
1371 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1372
1373 * gdb.base: Rename all jit related test and source files.
1374
1375 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1376
1377 * gdb.base/jit-reader.exp: Relax register output check.
1378
1379 2020-04-22 Tom de Vries <tdevries@suse.de>
1380
1381 PR symtab/25764
1382 * gdb.base/psym-external-decl-2.c: New test.
1383 * gdb.base/psym-external-decl.c: New test.
1384 * gdb.base/psym-external-decl.exp: New file.
1385 * gdb.threads/tls.exp: Add PR25807 kfail.
1386
1387 2020-04-22 Tom de Vries <tdevries@suse.de>
1388
1389 PR symtab/25801
1390 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1391 in "info source" output.
1392
1393 2020-04-22 Tom de Vries <tdevries@suse.de>
1394
1395 PR symtab/25700
1396 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1397 symtab for imported_unit.c.
1398
1399 2020-04-21 Gary Benson <gbenson@redhat.com>
1400
1401 * gdb.base/advance.c (func): New argument, to match call site.
1402 (func2, func3): Add return statements.
1403
1404 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1405
1406 * gdb.multi/run-only-second-inf.c: New file.
1407 * gdb.multi/run-only-second-inf.exp: New file.
1408
1409 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1410
1411 * gdb.btrace/multi-inferior.c: New test.
1412 * gdb.btrace/multi-inferior.exp: New file.
1413
1414 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1415
1416 * gdb.btrace/enable-new-thread.c: New test.
1417 * gdb.btrace/enable-new-thread.exp: New file.
1418
1419 2020-04-21 Tom de Vries <tdevries@suse.de>
1420
1421 PR gdb/25471
1422 * gdb.threads/killed-outside.c: New test.
1423 * gdb.threads/killed-outside.exp: New file.
1424
1425 2020-04-20 Gary Benson <gbenson@redhat.com>
1426
1427 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1428 * gdb.base/nested-subp2.exp: Likewise.
1429 * gdb.base/nested-subp3.exp: Likewise.
1430
1431 2020-04-20 Gary Benson <gbenson@redhat.com>
1432
1433 * gdb.base/nested-subp1.exp: Disable test when using clang.
1434 * gdb.base/nested-subp2.exp: Likewise.
1435 * gdb.base/nested-subp3.exp: Likewise.
1436
1437 2020-04-20 Gary Benson <gbenson@redhat.com>
1438
1439 * gdb.cp/exception.cc: Fix compilation error with clang.
1440
1441 2020-04-20 Gary Benson <gbenson@redhat.com>
1442
1443 * gdb.trace/tspeed.c: Fix compilation error with clang.
1444
1445 2020-04-20 Gary Benson <gbenson@redhat.com>
1446
1447 * gdb.base/jit-main.c: Fix compilation error with clang.
1448
1449 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1450
1451 * gdb.base/attach-twice.c: Include "sys/types.h".
1452 (PTRACE_ATTACH): Add fallback definition.
1453 (main): Pass `0' to the 4th argument of `ptrace'.
1454
1455 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1456
1457 * gdb.base/fork-running-state.c: Include "signal.h".
1458
1459 2020-04-17 Tom Tromey <tromey@adacore.com>
1460
1461 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1462 Update tests.
1463 * gdb.btrace/cpu.exp: Update tests.
1464 * gdb.base/maint.exp: Update tests.
1465 * gdb.base/default.exp: Update tests.
1466 * gdb.base/completion.exp: Update tests.
1467
1468 2020-04-16 Tom de Vries <tdevries@suse.de>
1469
1470 PR symtab/25791
1471 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1472 (ensure_gdb_index): and factor out and move ...
1473 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1474 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1475
1476 2020-04-16 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1479 loading exec.
1480
1481 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.base/many-completions.exp: New file.
1484
1485 2020-04-14 Tom de Vries <tdevries@suse.de>
1486
1487 PR symtab/25718
1488 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1489
1490 2020-04-14 Tom de Vries <tdevries@suse.de>
1491
1492 PR symtab/25720
1493 * gdb.base/maint-expand-symbols-header-file.c: New test.
1494 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1495 * gdb.base/maint-expand-symbols-header-file.h: New test.
1496
1497 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1500 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1501 get_func_info.
1502 (get_func_info): Delete.
1503 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1504 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1505 * lib/dwarf.exp (get_func_info): New function.
1506
1507 2020-04-13 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1510 to what find_gnatmake does.
1511
1512 2020-04-10 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1515 -readnow.
1516
1517 2020-04-10 Tom de Vries <tdevries@suse.de>
1518
1519 PR cli/25808
1520 * gdb.base/style.c: Add leading newlines.
1521 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1522 Check listing of main's one-line body.
1523
1524 2020-04-08 Tom de Vries <tdevries@suse.de>
1525
1526 * lib/gdb.exp (psymtabs_p): New proc.
1527 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1528 importing unit" unsupported if there are no partial symbols.
1529
1530 2020-04-08 Tom de Vries <tdevries@suse.de>
1531
1532 PR testsuite/25760
1533 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1534
1535 2020-04-07 Tom de Vries <tdevries@suse.de>
1536
1537 PR symtab/25796
1538 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1539
1540 2020-04-07 Tom de Vries <tdevries@suse.de>
1541
1542 * gdb.base/check-psymtab.c: New test.
1543 * gdb.base/check-psymtab.exp: New file.
1544
1545 2020-04-06 Tom Tromey <tromey@adacore.com>
1546
1547 * gdb.ada/variant-record/proc.adb: New file.
1548 * gdb.ada/variant-record/value.adb: New file.
1549 * gdb.ada/variant-record/value.s: New file.
1550 * gdb.ada/variant-record.exp: New file.
1551
1552 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1553
1554 PR gdb/25325
1555 * gdb.cp/typed-enum.cc: New test.
1556 * gdb.cp/typed-enum.exp: New file.
1557
1558 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1561 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1562 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1563 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1564 * gdb.opt/inline-small-func.c: New file.
1565 * gdb.opt/inline-small-func.exp: New file.
1566 * gdb.opt/inline-small-func.h: New file.
1567
1568 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1571 function.
1572
1573 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1574
1575 * lib/dwarf.exp (function_range): Allow compiler options to be
1576 specified.
1577
1578 2020-04-02 Tom de Vries <tdevries@suse.de>
1579
1580 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1581 __attribute__((always_inline)).
1582 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1583
1584 2020-04-02 Tom de Vries <tdevries@suse.de>
1585
1586 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1587 (gdbserver_gdb_exit): ... here. Add timeout warning.
1588 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1589 (connect_target_extended_remote): Append new server_spawn_id to
1590 server_spawn_ids.
1591 (cleanup): New proc.
1592 (setup, <toplevel>): Call cleanup.
1593
1594 2020-04-02 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.base/main-psymtab.exp: New file.
1597
1598 2020-04-02 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1601
1602 2020-04-01 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.base/complex-parts.exp: Add type tests.
1605
1606 2020-04-01 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.base/complex-parts.exp: Add arithmetic tests.
1609
1610 2020-04-01 Tom Tromey <tom@tromey.com>
1611
1612 * gdb.compile/compile.exp: Update.
1613 * gdb.compile/compile-cplus.exp: Update.
1614 * gdb.base/varargs.exp: Update.
1615 * gdb.base/floatn.exp: Update.
1616 * gdb.base/endianity.exp: Update.
1617 * gdb.base/callfuncs.exp (do_function_calls): Update.
1618 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1619 (complex_float_integral_args): Update.
1620 * gdb.base/complex.exp: Update.
1621 * gdb.base/complex-parts.exp: Update.
1622
1623 2020-04-01 Tom Tromey <tromey@adacore.com>
1624
1625 * gdb.rust/union.rs: New file.
1626 * gdb.rust/union.exp: New file.
1627 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1628 (main): Update.
1629 * gdb.rust/simple.exp: Move union tests to union.exp.
1630
1631 2020-04-01 Tom Tromey <tromey@adacore.com>
1632
1633 * gdb.rust/simple.rs (main): Remove "y0".
1634
1635 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1636
1637 * gdb.multi/stop-all-on-exit.c: New test.
1638 * gdb.multi/stop-all-on-exit.exp: New file.
1639
1640 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1641
1642 PR gdb/24789
1643 * gdb.cp/misc.cc: Add integer reference variable.
1644 * gdb.cp/misc.exp: Add test.
1645
1646 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1647
1648 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1649 scenario to cover execution until the end and also the case
1650
1651 2020-03-31 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1654 c. Use "maint info symtabs" to check symtab expansion.
1655
1656 2020-03-30 Tom de Vries <tdevries@suse.de>
1657
1658 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1659 unsupported.
1660 (verify_psymtab_expanded): Move ...
1661 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1662 test.
1663 (readnow): New proc.
1664
1665 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1668 with $hex.
1669
1670 2020-03-20 Tom Tromey <tromey@adacore.com>
1671
1672 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1673
1674 2020-03-20 Tom Tromey <tromey@adacore.com>
1675
1676 * gdb.ada/sub_variant/subv.adb: New file.
1677 * gdb.ada/sub_variant.exp: New file.
1678
1679 2020-03-20 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1682 first break fails.
1683 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1684
1685 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb.server/exit-multiple-threads.c: New file.
1688 * gdb.server/exit-multiple-threads.exp: New file.
1689
1690 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.fortran/mixed-lang-stack.c: New file.
1693 * gdb.fortran/mixed-lang-stack.cpp: New file.
1694 * gdb.fortran/mixed-lang-stack.exp: New file.
1695 * gdb.fortran/mixed-lang-stack.f90: New file.
1696
1697 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1698
1699 * gdb.linespec/cp-completion-aliases.cc: New file.
1700 * gdb.linespec/cp-completion-aliases.exp: New file.
1701
1702 2020-03-19 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1705 more precise.
1706
1707 2020-03-18 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1710 * gdb.dwarf2/break-inline-psymtab.c: New test.
1711 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1712
1713 2020-03-16 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1716 cache_verify and cache_verify_proc.
1717
1718 2020-03-15 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.server/solib-list.exp: Handle
1721 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1722
1723 2020-03-15 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1726 objfiles".
1727
1728 2020-03-14 Tom Tromey <tom@tromey.com>
1729
1730 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1731
1732 2020-03-14 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1735
1736 2020-03-14 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1739 result in line-by-line fashion.
1740
1741 2020-03-14 Tom de Vries <tdevries@suse.de>
1742
1743 * lib/gdb.exp (supports_statement_frontiers): New proc.
1744 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1745
1746 2020-03-14 Tom de Vries <tdevries@suse.de>
1747
1748 * gdb.base/printcmds.exp: Add missing quoting for "print
1749 teststring2".
1750
1751 2020-03-13 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.base/printcmds.exp (test_print_strings): Add regression
1754 test.
1755 * gdb.base/printcmds.c (charptr): New typedef.
1756 (teststring2): New global.
1757
1758 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1761 full path in the test name.
1762 (test_ld): Add some with_test_prefix blocks to make test names
1763 unique.
1764
1765 2020-03-13 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1768
1769 2020-03-13 Tom de Vries <tdevries@suse.de>
1770
1771 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1772
1773 2020-03-13 Tom de Vries <tdevries@suse.de>
1774
1775 PR symtab/25646
1776 * gdb.dwarf2/imported-unit.exp: Add test.
1777
1778 2020-03-13 Tom de Vries <tdevries@suse.de>
1779
1780 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1781 (var1, var2): New variable.
1782 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1783 matching symbols.
1784
1785 2020-03-13 Tom de Vries <tdevries@suse.de>
1786
1787 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1788 (Term::command): Use prompt prefix.
1789 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1790 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1791 command_no_prompt_prefix instead of prefix.
1792 * gdb.tui/tui-layout-asm.exp: Same.
1793
1794 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1795
1796 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1797
1798 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1799
1800 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1801 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1802 on" while stepping over the test instruction, match printed
1803 message.
1804
1805 2020-03-12 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.base/info-types.exp: Use exp_continue during matching of output
1808 of "info types".
1809
1810 2020-03-12 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1813
1814 2020-03-12 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.fortran/module.exp: Use exp_continue during matching of output
1817 of "info variable -n".
1818
1819 2020-03-12 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1822 gdb.dwarf2/dw2-ranges-base.c.
1823
1824 2020-03-12 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1827 in presence of GLIBC debuginfo.
1828
1829 2020-03-12 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1832 $core.
1833
1834 2020-03-12 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1837 more precise.
1838
1839 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1840
1841 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1842 from Unix to Windows path.
1843
1844 2020-03-11 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.ada/minsyms.exp: Set language to ada.
1847
1848 2020-03-11 Tom de Vries <tdevries@suse.de>
1849
1850 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1851
1852 2020-03-11 Tom de Vries <tdevries@suse.de>
1853
1854 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1855
1856 2020-03-11 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1859
1860 2020-03-11 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1863
1864 2020-03-11 Tom de Vries <tdevries@suse.de>
1865
1866 * gdb.base/break-interp.exp: Limit verbose scope.
1867
1868 2020-03-11 Tom de Vries <tdevries@suse.de>
1869
1870 * gdb.fortran/logical.f90: Define variable with character type.
1871 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1872
1873 2020-03-11 Tom de Vries <tdevries@suse.de>
1874
1875 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1876
1877 2020-03-11 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1880 symtabs.
1881
1882 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1883 Bernd Edlinger <bernd.edlinger@hotmail.de>
1884
1885 * gdb.cp/step-and-next-inline.cc: New file.
1886 * gdb.cp/step-and-next-inline.exp: New file.
1887 * gdb.cp/step-and-next-inline.h: New file.
1888 * gdb.dwarf2/dw2-is-stmt.c: New file.
1889 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1890 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1891 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1892 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1893
1894 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1897 is-stmt flag in the line table.
1898
1899 2020-03-09 Tom de Vries <tdevries@suse.de>
1900
1901 * lib/gdb.exp (cached_file): Create cache dir.
1902
1903 2020-03-07 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1906 * gdb.cp/rvalue-ref-params.exp: Same.
1907
1908 2020-03-06 Tom de Vries <tdevries@suse.de>
1909
1910 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1911 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1912
1913 2020-03-06 Tom de Vries <tdevries@suse.de>
1914
1915 * README: Fix "the the".
1916 * gdb.base/dprintf.exp: Same.
1917
1918 2020-03-05 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.base/maint.exp: Update "main print statistics" expected output.
1921
1922 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1923
1924 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1925 (fortran_int8): Likewise.
1926 (fortran_real4): Likewise.
1927 (fortran_real8): Likewise.
1928 (fortran_complex4): Likewise.
1929 (fortran_logical4): Likewise.
1930 (fortran_character1): Likewise.
1931
1932 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1935 printed as true.
1936
1937 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1938
1939 * gdb.base/printcmds.exp: Add test to verify printf of a
1940 variable holding an address.
1941
1942 2020-03-03 Tom de Vries <tdevries@suse.de>
1943
1944 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1945
1946 2020-03-03 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1949 gdb_test_multiple call.
1950
1951 2020-03-03 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1954 gdb_test_multiple calls.
1955
1956 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1957
1958 * gdb.base/default.exp: Remove test of 'set history filename'.
1959 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1960 filename to the empty string.
1961 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1962 and GDBHISTSIZE.
1963
1964 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1967 disabled.
1968
1969 2020-03-02 Pedro Alves <palves@redhat.com>
1970 Tom de Vries <tdevries@suse.de>
1971
1972 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1973 -prompt prefix, before user_code argument. Add -lbl option likewise.
1974 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1975 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1976 argument.
1977 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1978 have "\r\n" at start-of-line, instead of at end-of-line.
1979
1980 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1981
1982 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1983 libinproctrace.so.
1984
1985 2020-02-28 Luis Machado <luis.machado@linaro.org>
1986
1987 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1988 to "p/x".
1989
1990 2020-02-28 Luis Machado <luis.machado@linaro.org>
1991
1992 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1993 asm/ptrace.h and error.h.
1994
1995 2020-02-28 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1998 (struct wrapper, do_something, mundane/symada__cS): Move ...
1999 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2000 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2001 Update "print symada__cS before partial symtab expansion" regexp.
2002 Update breakpoint location. Flush symbol cache after expansion.
2003
2004 2020-02-28 Luis Machado <luis.machado@linaro.org>
2005
2006 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2007
2008 2020-02-27 Tom de Vries <tdevries@suse.de>
2009
2010 * config/sid.exp: Remove unused globals.
2011 * gdb.base/attach.exp: Same.
2012 * gdb.base/catch-load.exp: Same.
2013 * gdb.base/dbx.exp: Same.
2014 * lib/gdb.exp: Same.
2015 * lib/mi-support.exp: Same.
2016 * lib/prompt.exp: Same.
2017
2018 2020-02-27 Tom de Vries <tdevries@suse.de>
2019
2020 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2021 not set.
2022
2023 2020-02-26 Aaron Merey <amerey@redhat.com>
2024
2025 * gdb.debuginfod: New directory for debuginfod tests.
2026 * gdb.debuginfod/main.c: New test file.
2027 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2028
2029 2020-02-26 Tom de Vries <tdevries@suse.de>
2030
2031 PR gdb/25603
2032 * gdb.base/persistent-lang.cc: New test.
2033 * gdb.base/persistent-lang.exp: New file.
2034
2035 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.fortran/derived-type-striding.exp: Add a new test.
2038 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2039 new test.
2040
2041 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2044 names.
2045
2046 2020-02-25 Tom de Vries <tdevries@suse.de>
2047
2048 PR go/18926
2049 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2050
2051 2020-02-24 Tom de Vries <tdevries@suse.de>
2052
2053 PR gdb/25592
2054 * gdb.base/info-locals-unused-static-var.c: New test.
2055 * gdb.base/info-locals-unused-static-var.exp: New file.
2056
2057 2020-02-22 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.python/tui-window.exp: New file.
2060 * gdb.python/tui-window.py: New file.
2061
2062 2020-02-22 Tom Tromey <tom@tromey.com>
2063
2064 PR tui/17850:
2065 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2066 tests.
2067
2068 2020-02-22 Tom Tromey <tom@tromey.com>
2069
2070 * gdb.tui/new-layout.exp: Add sub-layout tests.
2071
2072 2020-02-22 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.tui/new-layout.exp: New file.
2075
2076 2020-02-22 Tom Tromey <tom@tromey.com>
2077
2078 * gdb.rust/rust-style.rs: New file.
2079 * gdb.rust/rust-style.exp: New file.
2080 * gdb.base/style.exp: Test structure printing.
2081 * gdb.base/style.c (struct some_struct): New type.
2082 (enum etype): New type.
2083 (struct_value): New global.
2084
2085 2020-02-21 Tom de Vries <tdevries@suse.de>
2086
2087 PR go/18926
2088 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2089 Remove blanket xfails. Use message argument for gdb_breakpoint.
2090 Make continuing to breakpoint test conditional on setting breakpoint.
2091 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2092 DW_AT_name attribute. Add xfail for GCC PR93866.
2093
2094 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.dwarf2/cpp-linkage-name.c: New file.
2097 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2098
2099 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2100
2101 * lib/gdb.exp (gdb_wrapper_init): Reset
2102 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2103 not exist.
2104
2105 2020-02-20 Tom de Vries <tdevries@suse.de>
2106
2107 PR go/17018
2108 * gdb.go/hello.exp: Copy ...
2109 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2110 print of st to print value of global definition. Add xfail for GCC
2111 PR93844.
2112 * gdb.go/hello.exp: Remove printing of st before definition.
2113 * gdb.go/hello.go: Copy ...
2114 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2115 to st.
2116 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2117
2118 2020-02-20 Tom de Vries <tdevries@suse.de>
2119
2120 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2121 (gdb_simple_compile): Handle compile_flags go by using .go extension
2122 for source file.
2123 * gdb.go/chan.exp: Use support_go_compile.
2124 * gdb.go/handcall.exp: Same.
2125 * gdb.go/hello.exp: Same.
2126 * gdb.go/integers.exp: Same.
2127 * gdb.go/max-depth.exp: Same.
2128 * gdb.go/methods.exp: Same.
2129 * gdb.go/package.exp: Same.
2130 * gdb.go/strings.exp: Same.
2131 * gdb.go/types.exp: Same.
2132 * gdb.go/unsafe.exp: Same.
2133
2134 2020-02-19 Tom de Vries <tdevries@suse.de>
2135
2136 * gdb.python/lib-types.exp: Make xfail more strict.
2137
2138 2020-02-19 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2141
2142 2020-02-19 Doug Evans <dje@google.com>
2143
2144 PR rust/25535
2145 * gdb.rust/simple.exp: Add test.
2146 * gdb.rust/simple.rs: Add test.
2147
2148 2020-02-19 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2151 output line-by-line.
2152
2153 2020-02-19 Tom de Vries <tdevries@suse.de>
2154
2155 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2156
2157 2020-02-19 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2160 prelink.
2161
2162 2020-02-19 Tom de Vries <tdevries@suse.de>
2163
2164 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2165 (gdb_do_cache): Use gdb_do_cache_wrap.
2166 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2167
2168 2020-02-19 Tom de Vries <tdevries@suse.de>
2169
2170 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2171 gdb_compile option.
2172
2173 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2174
2175 * gdb.base/printcmds.exp (test_print_enums): Update expected
2176 output.
2177
2178 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2179
2180 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2181 for "unknown".
2182
2183 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2184
2185 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2186 enumerator.
2187
2188 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2189
2190 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2191 FE_, add FE_NONE.
2192 (three): Update.
2193 (enum flag_enum_without_zero): New enum.
2194 (flag_enum_without_zero): New variable.
2195 (enum not_flag_enum): New enum.
2196 (three_not_flag): New variable.
2197 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2198 (test_print_enums): Add more tests for printing flag enums.
2199
2200 2020-02-18 Tom de Vries <tdevries@suse.de>
2201
2202 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2203 (gdb_compile_ada): ... here.
2204 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2205 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2206
2207 2020-02-14 Tom Tromey <tom@tromey.com>
2208
2209 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2210 build directory.
2211 * boards/gdbserver-base.exp: Update path to gdbserver.
2212
2213 2020-02-13 Tom de Vries <tdevries@suse.de>
2214
2215 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2216
2217 2020-02-13 Tom de Vries <tdevries@suse.de>
2218
2219 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2220 are missing.
2221
2222 2020-02-13 Tom de Vries <tdevries@suse.de>
2223
2224 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2225 call.
2226
2227 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2228
2229 PR tui/25126
2230 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2231 * gdb.base/cached-source-file.c: New file.
2232 * gdb.base/cached-source-file.exp: New file.
2233
2234 2020-02-11 Tom de Vries <tdevries@suse.de>
2235
2236 PR testsuite/25488
2237 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2238
2239 2020-02-10 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2242
2243 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2244
2245 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2246 and $after_addr are both integers before making a comparison.
2247
2248 2020-02-09 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2251 command output and paste it into gdb.log. If any, paste catch message
2252 to gdb.log.
2253
2254 2020-02-07 Tom Tromey <tromey@adacore.com>
2255
2256 PR breakpoints/24915:
2257 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2258
2259 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2260
2261 * gdb.tui/tui-missing-src.exp: Add the "missing source
2262 file" test for the TUI.
2263
2264 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2267 including a port number in the output.
2268
2269 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2270
2271 * lib/fortran.exp (fortran_int4): Handle clang.
2272 (fortran_int8): Likewise.
2273 (fortran_real4): Likewise.
2274 (fortran_real8): Likewise.
2275 (fortran_complex4): Likewise.
2276 (fortran_logical4): Likewise.
2277 (fortran_character1): Likewise.
2278
2279 2020-02-04 Tom de Vries <tdevries@suse.de>
2280
2281 * README (Race detection): Add note.
2282
2283 2020-02-04 Tom de Vries <tdevries@suse.de>
2284
2285 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2286
2287 2020-02-04 Tom de Vries <tdevries@suse.de>
2288
2289 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2290
2291 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2292
2293 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2294 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2295 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2296 blttar, bnetarl.
2297 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2298 binary for blttar, bnetarl.
2299 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2300 wait instruction. Delete ldmx test.
2301 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2302
2303 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2304
2305 * gdb.fortran/array-bounds-high.exp: New file.
2306 * gdb.fortran/array-bounds-high.f90: New file.
2307
2308 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2309
2310 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2311 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2312
2313 2020-02-01 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2316
2317 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2318
2319 PR tui/9765
2320 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2321 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2322
2323 2020-01-29 Luis Machado <luis.machado@linaro.org>
2324
2325 * gdb.arch/aarch64-brk-patterns.c: New source file.
2326 * gdb.arch/aarch64-brk-patterns.exp: New test.
2327
2328 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2329
2330 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2331 GCC/Clang version.
2332 * gdb.cp/pass-by-ref.exp: Ditto.
2333
2334 2020-01-29 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2337 * gdb.threads/watchpoint-fork-mt.c: Same.
2338 * gdb.threads/watchpoint-fork-parent.c: Same.
2339 * gdb.threads/watchpoint-fork-st.c: Same.
2340 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2341
2342 2020-01-27 Luis Machado <luis.machado@linaro.org>
2343
2344 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2345 sitting at a syscall instruction when we hit the syscall function's
2346 breakpoint.
2347 Check PC against one obtained with the x command.
2348 Validate syscall number.
2349 (step_over_syscall): Don't continue to the syscall instruction if
2350 we're already there.
2351
2352 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2353
2354 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2355
2356 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2359 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2360
2361 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2364 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2365
2366 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.base/maint.exp: Update line table parsing test.
2369 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2370
2371 2020-01-24 Pedro Alves <palves@redhat.com>
2372
2373 PR gdb/25410
2374 * gdb.multi/multi-re-run-1.c: New.
2375 * gdb.multi/multi-re-run-2.c: New.
2376 * gdb.multi/multi-re-run.exp: New.
2377
2378 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 PR gdb/23718
2381 * gdb.server/server-kill-python.exp: New file.
2382
2383 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.server/multi-ui-errors.c: New file.
2386 * gdb.server/multi-ui-errors.exp: New file.
2387
2388 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2389
2390 PR tui/9765
2391 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2392
2393 2020-01-19 Tom Tromey <tom@tromey.com>
2394
2395 * gdb.tui/main.exp: Add check for plain "file".
2396
2397 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2398
2399 * lib/gdb.exp: Fix spelling error (seperatelly).
2400
2401 2020-01-14 Tom Tromey <tom@tromey.com>
2402
2403 PR symtab/12535:
2404 * gdb.python/python.exp: Test decode_line with empty string
2405 argument.
2406
2407 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2408
2409 * gdb.base/skip-inline.exp: Extend test.
2410
2411 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2414 * gdb.dwarf2/dw2-bad-elf.c: New file.
2415 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2416
2417 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2420 _line_saw_file.
2421
2422 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2425 border.
2426
2427 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2428
2429 * gdb.multi/multi-target.exp (setup): Factor out "info
2430 connections" and "info inferiors" tests to ...
2431 (test_info_inferiors): ... this new procedure.
2432 (top level): Run new "info-inferiors" tests.
2433
2434 2020-01-10 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.server/bkpt-other-inferior.exp: New file.
2437
2438 2020-01-10 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2441 of "add-inferior".
2442 * gdb.base/quit-live.exp: Likewise.
2443 * gdb.base/remote-exec-file.exp: Likewise.
2444 * gdb.guile/scm-progspace.exp: Likewise.
2445 * gdb.linespec/linespec.exp: Likewise.
2446 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2447 * gdb.mi/user-selected-context-sync.exp: Likewise.
2448 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2449 "info inferiors" tests.
2450 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2451 "add-inferior".
2452 * gdb.multi/watchpoint-multi.exp: Likewise.
2453 * gdb.python/py-inferior.exp: Likewise.
2454 * gdb.server/extended-remote-restart.exp: Likewise.
2455 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2456 "info inferiors".
2457 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2458 * gdb.trace/report.exp: Likewise.
2459
2460 2020-01-10 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.multi/multi-target.c: New file.
2463 * gdb.multi/multi-target.exp: New file.
2464 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2465 mode requested, but remote does not support non-stop".
2466
2467 2020-01-10 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2470 disconnect before reconnecting.
2471
2472 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2473 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.server/connect-without-multi-process.exp: Also test
2476 continuing to end.
2477
2478 2020-01-10 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/remote-exec-file.exp: New file.
2481
2482 2020-01-10 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2485 output.
2486 * gdb.threads/async.c: New.
2487 * gdb.threads/async.exp: New.
2488 * gdb.multi/tids-gid-reset.c: New.
2489 * gdb.multi/tids-gid-reset.exp: New.
2490
2491 2020-01-10 George Barrett <bob@bob131.so>
2492
2493 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2494 to help in finding the image relocation offset.
2495 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2496 options in arguments.
2497 (stap_test_no_debuginfo): Likewise.
2498 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2499 test variants.
2500 (stap_test): Add null semaphore relocation test.
2501
2502 2020-01-10 George Barrett <bob@bob131.so>
2503
2504 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2505 * gdb.base/stap-probe.exp: Likewise.
2506 (stap_test): Pass argument as an additional flag.
2507 (stap_test_no_debuginfo): Likewise.
2508 (stap_test): Check `info probes stap' output for semaphore
2509 addresses if the test binary is supposed to have them.
2510
2511 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2512
2513 * gdb.tui/basic.exp: Add more scrolling tests.
2514
2515 2020-01-09 Tom Tromey <tom@tromey.com>
2516
2517 PR tui/18932:
2518 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2519 meangingful value.
2520 (Term::command, Term::resize): Update.
2521 * gdb.tui/basic.exp: Add scrolling test.
2522
2523 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2524
2525 * gdb.tui/tui-layout-asm.exp: New file.
2526
2527 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2530
2531 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2534 (Term::enter_tui): Use Term::prepare_for_tui.
2535
2536 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2539 called.
2540
2541 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 * gdb.base/skip.exp: Fix race condition in test.
2544
2545 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * gdb.base/backtrace.c: New file.
2548 * gdb.base/backtrace.exp: New file.
2549
2550 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2551
2552 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2553
2554 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2555
2556 * gdb.base/style.exp: Test that warnings are styled.
2557
2558 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2559
2560 * gdb.base/line65535.exp: New file.
2561 * gdb.base/line65535.c: New file.
2562
2563 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2564
2565 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2566 * lib/gnat_debug_info_test.adb: New file.
2567 * gdb.ada/ptype_tagged_param.exp: Use
2568 gnat_runtime_has_debug_info, expect a different output if
2569 runtime does not have debug info.
2570
2571 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2572
2573 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2574 (another) quote in test name.
2575
2576 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2577
2578 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2579 Add quote in test name.
2580
2581 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2582
2583 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2584 directory instead.
2585 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2586 * gdb.cp/pass-by-ref-2.cc: New file.
2587 * gdb.cp/pass-by-ref-2.exp: New file.
2588
2589 2019-12-20 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.tui/list-before.exp: New file.
2592
2593 2019-12-20 Tom Tromey <tom@tromey.com>
2594
2595 * gdb.tui/list.exp: Check for source on initial listing.
2596
2597 2019-12-11 Tom Tromey <tromey@adacore.com>
2598
2599 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2600 Add crlf test.
2601
2602 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2603
2604 * gdb.base/default.exp: Update value of $_gdb_major.
2605
2606 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2607
2608 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2609
2610 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2611
2612 * gdb.base/skip.exp: Whitespace fix.
2613
2614 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2615
2616 * gdb.base/skip-inline.c: New file.
2617 * gdb.base/skip-inline.exp: New file.
2618
2619 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2620
2621 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2622 jit_function_00 to jit_function_stack_mangle.
2623 * gdb.base/jithost.c (jit_function_t): Rename to...
2624 (jit_function_stack_mangle_t): ... this.
2625 (jit_function_add_t): New typedef.
2626 (jit_function_00_code): Rename to...
2627 (jit_function_stack_mangle_code): ... this, make static.
2628 (jit_function_add_code): New.
2629 (main): Generate "add" function and call it. Adjust to changes
2630 in jithost_abi.
2631 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2632 (struct jithost_abi) <begin, end>: Remove fields.
2633 <object, function_stack_mangle, function_add>: New fields.
2634 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2635 code_end>: Remove fields.
2636 <func_stack_mangle>: New field.
2637 (read_debug_info): Adjust to renaming, create block for "add"
2638 function.
2639 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2640
2641 2019-12-11 Tom Tromey <tom@tromey.com>
2642
2643 * gdb.tui/resize.exp: Fix regexp.
2644 * gdb.tui/regs.exp: Fix regexps.
2645 * gdb.tui/main.exp: Fix regexp.
2646
2647 2019-12-11 Tom Tromey <tom@tromey.com>
2648
2649 * gdb.tui/resize.exp: Update.
2650 * gdb.tui/empty.exp (layouts): Update.
2651
2652 2019-12-11 Tom Tromey <tom@tromey.com>
2653
2654 * gdb.tui/regs.exp: Update.
2655 * gdb.tui/empty.exp (layouts): Update.
2656 * gdb.tui/basic.exp: Update.
2657 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2658
2659 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2660
2661 * gdb.base/options.exp: Add -raw-values in the print completion list.
2662 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2663
2664 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2665
2666 * gdb.threads/omp-par-scope.c: New file.
2667 * gdb/threads/omp-par-scope.exp: New file.
2668
2669 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2670
2671 * lib/gdb.exp (support_nested_function_tests): New proc.
2672
2673 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2674
2675 * lib/gdb.exp (gdb_compile_openmp): New proc.
2676 (build_executable_from_specs): Add an "openmp" option.
2677 (gdb_compile_pthreads): Add non-executable case.
2678
2679 2019-12-10 Tom Tromey <tromey@adacore.com>
2680
2681 * gdb.ada/unchecked_union.exp: New file.
2682 * gdb.ada/unchecked_union/pck.adb: New file.
2683 * gdb.ada/unchecked_union/pck.ads: New file.
2684 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2685 * gdb-utils.exp (string_to_regexp): Also quote "?".
2686
2687 2019-12-10 George Barrett <bob@bob131.so>
2688
2689 Test scripted probe breakpoints.
2690 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2691 * gdb.python/py-breakpoint.c (main): Likewise.
2692 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2693 specifier test.
2694 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2695
2696 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2697
2698 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2699 an rvalue parameter.
2700 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2701 parameter.
2702
2703 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2706 modules.
2707
2708 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2711 broken version of GCC.
2712
2713 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2716 sym-info-cmds library.
2717 * gdb.fortran/info-types.exp: Likewise.
2718 * lib/sym-info-cmds.exp: New file.
2719
2720 2019-12-08 Tom de Vries <tdevries@suse.de>
2721
2722 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2723
2724 2019-12-07 Keith Seitz <keiths@redhat.com>
2725
2726 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2727 * gdb.base/corefile-buildid-shlib.c: New file.
2728 * gdb.base/corefile-buildid.c: New file.
2729 * gdb.base/corefile-buildid.exp: New file.
2730
2731 2019-12-06 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.dwarf2/varval.exp: Add decl before def test.
2734
2735 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2736
2737 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2738
2739 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2740
2741 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2742 CV and reference conversion for overload resolution.
2743 * gdb.cp/rvalue-ref-overload.exp: Test it.
2744
2745 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2746
2747 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2748 * gdb.base/frameapply.exp: Test faas without command.
2749
2750 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2753 Fortran tests.
2754 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2755 order.
2756
2757 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2758
2759 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2760 casting to type with no kind specified.
2761 (test_basic_parsing_of_type_kinds): Additional tests for types
2762 with no kind specified, and add tests for single/double
2763 precision/complex types.
2764
2765 2019-12-04 Tom Tromey <tromey@adacore.com>
2766
2767 * gdb.base/endianity.c (struct other) <x>: New field.
2768 (main): Initialize it.
2769 * gdb.base/endianity.exp: Update.
2770
2771 2019-12-04 Tom Tromey <tromey@adacore.com>
2772
2773 * gdb.ada/scalar_storage/storage.adb: New file.
2774 * gdb.ada/scalar_storage/pck.adb: New file.
2775 * gdb.ada/scalar_storage/pck.ads: New file.
2776 * gdb.ada/scalar_storage.exp: New file.
2777
2778 2019-12-04 Tom Tromey <tromey@adacore.com>
2779
2780 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2781 (main): Initialize it.
2782 * gdb.base/endianity.exp: Update.
2783
2784 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2787
2788 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2791 -symbol-info-module-functions and -symbol-info-module-variables.
2792
2793 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2796
2797 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2798 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.fortran/derived-type-striding.exp: New file.
2801 * gdb.fortran/derived-type-striding.f90: New file.
2802 * gdb.fortran/array-slices.exp: New file.
2803 * gdb.fortran/array-slices.f90: New file.
2804
2805 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2806
2807 * gdb.base/define.exp: Test . in command names.
2808 * gdb.base/setshow.exp: Update test, as . is now part of
2809 command name.
2810
2811 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2812
2813 * gdb.base/define-prefix.exp: New file.
2814
2815 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2818 compile.
2819 (skip_btrace_pt_tests): Likewise.
2820
2821 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.fortran/info-modules.exp: Compile source files in correct
2824 order.
2825
2826 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2827
2828 * gdb.dwarf2/imported-unit.exp: New file.
2829 * gdb.dwarf2/imported-unit.c: New file.
2830
2831 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.mi/mi-fortran-modules-2.f90: New file.
2834 * gdb.mi/mi-fortran-modules.exp: New file.
2835 * gdb.mi/mi-fortran-modules.f90: New file.
2836
2837 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * gdb.mi/mi-sym-info-1.c: New file.
2840 * gdb.mi/mi-sym-info-2.c: New file.
2841 * gdb.mi/mi-sym-info.exp: New file.
2842
2843 2019-11-22 Tom Tromey <tromey@adacore.com>
2844
2845 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2846 * gdb.ada/tasks/foo.adb: Add another stopping location.
2847
2848 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2849
2850 * gdb.base/endianity.c: New test.
2851 * gdb.base/endianity.exp: New file.
2852
2853 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2854
2855 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2856
2857 2019-11-21 Tom de Vries <tdevries@suse.de>
2858
2859 PR gdb/24956
2860 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2861
2862 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2863
2864 * gdb.python/py-progspace.exp: Add missing parentheses on some
2865 'print' commands.
2866
2867 2019-11-19 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.tui/winheight.exp: New file.
2870
2871 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.base/ctf-whatis.c: Delete.
2874 * gdb.base/ctf-whatis.exp: Delete.
2875 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2876
2877 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.base/ctf-cvexpr.exp: Delete.
2880 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2881
2882 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2885 the compiler. Clean up header comment a little.
2886 * gdb.base/ctf-ptype.exp: Likewise.
2887 * gdb.base/ctf-whatis.exp: Likewise.
2888 * lib/gdb.exp (skip_ctf_tests): New proc.
2889
2890 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2891
2892 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2893 * gdb.tui/corefile-run.exp: New file.
2894
2895 2019-11-14 Tom Tromey <tromey@adacore.com>
2896
2897 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2898 regression tests.
2899
2900 2019-11-12 Tom Tromey <tom@tromey.com>
2901
2902 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2903 after any command. Expect prompt after WAIT_FOR is seen.
2904 (enter_tui): Enable resize messages.
2905 (command): Expect command in output.
2906 (get_line): Avoid error when cursor appears to be off-screen.
2907 (dump_screen): Include screen size in title.
2908 (_do_resize): New proc, from "resize".
2909 (resize): Rewrite. Do resize in two steps.
2910 * gdb.tui/empty.exp (layouts): Fix entries.
2911 (check_boxes): Remove xfail.
2912 (check_text): Dump screen on failure.
2913
2914 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.python/py-symbol.exp: Add test for
2917 gdb.lookup_static_symbols.
2918
2919 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2920
2921 * gdb.python/py-symbol.c: Declare and call function from new
2922 py-symbol-2.c file.
2923 * gdb.python/py-symbol.exp: Compile both source files, and add new
2924 tests for gdb.lookup_static_symbol.
2925 * gdb.python/py-symbol-2.c: New file.
2926
2927 2019-11-02 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2930 * gdb.base/anon.exp: Same.
2931 * gdb.base/auto-connect-native-target.exp: Same.
2932 * gdb.base/call-ar-st.exp: Same.
2933 * gdb.base/catch-syscall.exp: Same.
2934 * gdb.base/commands.exp: Same.
2935 * gdb.base/default.exp: Same.
2936 * gdb.base/display.exp: Same.
2937 * gdb.base/float.exp: Same.
2938 * gdb.base/foll-fork.exp: Same.
2939 * gdb.base/help.exp: Same.
2940 * gdb.base/info-macros.exp: Same.
2941 * gdb.base/info-proc.exp: Same.
2942 * gdb.base/info-target.exp: Same.
2943 * gdb.base/long_long.exp: Same.
2944 * gdb.base/macscp.exp: Same.
2945 * gdb.base/memattr.exp: Same.
2946 * gdb.base/nofield.exp: Same.
2947 * gdb.base/pointers.exp: Same.
2948 * gdb.base/printcmds.exp: Same.
2949 * gdb.base/ptype.exp: Same.
2950 * gdb.base/restore.exp: Same.
2951 * gdb.base/return.exp: Same.
2952 * gdb.base/scope.exp: Same.
2953 * gdb.base/set-noassign.exp: Same.
2954 * gdb.base/setshow.exp: Same.
2955 * gdb.base/shlib-call.exp: Same.
2956 * gdb.base/signals.exp: Same.
2957 * gdb.base/sigstep.exp: Same.
2958 * gdb.base/skip.exp: Same.
2959 * gdb.base/solib-symbol.exp: Same.
2960 * gdb.base/stap-probe.exp: Same.
2961 * gdb.base/step-line.exp: Same.
2962 * gdb.base/step-test.exp: Same.
2963 * gdb.base/style.exp: Same.
2964 * gdb.base/varargs.exp: Same.
2965 * gdb.base/vla-datatypes.exp: Same.
2966 * gdb.base/vla-ptr.exp: Same.
2967 * gdb.base/vla-sideeffect.exp: Same.
2968 * gdb.base/volatile.exp: Same.
2969 * gdb.base/watch-cond-infcall.exp: Same.
2970 * gdb.base/watchpoint.exp: Same.
2971
2972 2019-11-02 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2975 * gdb.cp/cpexprs.exp: Same.
2976 * gdb.cp/except-multi-location.exp: Same.
2977 * gdb.cp/exceptprint.exp: Same.
2978 * gdb.cp/gdb2384.exp: Same.
2979 * gdb.cp/inherit.exp: Same.
2980 * gdb.cp/m-static.exp: Same.
2981 * gdb.cp/meth-typedefs.exp: Same.
2982 * gdb.cp/misc.exp: Same.
2983 * gdb.cp/namespace.exp: Same.
2984 * gdb.cp/non-trivial-retval.exp: Same.
2985 * gdb.cp/overload.exp: Same.
2986 * gdb.cp/pr17132.exp: Same.
2987 * gdb.cp/re-set-overloaded.exp: Same.
2988 * gdb.cp/rvalue-ref-types.exp: Same.
2989 * gdb.cp/templates.exp: Same.
2990
2991 2019-11-01 Luis Machado <luis.machado@linaro.org>
2992
2993 PR gdb/25124
2994
2995 * gdb.arch/pr25124.S: New file.
2996 * gdb.arch/pr25124.exp: New file.
2997
2998 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2999
3000 * gdb.fortran/info-modules.exp: Update expected results, and add
3001 additional tests for 'info module functinos', and 'info module
3002 variables'.
3003 * gdb.fortran/info-types.exp: Update expected results.
3004 * gdb.fortran/info-types.f90: Extend testcase with additional
3005 module variables and functions.
3006
3007 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.fortran/info-modules.exp: New file.
3010 * gdb.fortran/info-types.exp: Build with new file.
3011 * gdb.fortran/info-types.f90: Include and use new module.
3012 * gdb.fortran/info-types-2.f90: New file.
3013
3014 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3015
3016 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3017 * gdb.base/settings.exp: Test all settings types using
3018 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3019 that now verifies that the value of "maint show" is the same as
3020 returned by the settings functions. Test the type of the
3021 maintenance settings.
3022 * gdb.base/default.exp: Update show_conv_list.
3023
3024 2019-10-31 Tom de Vries <tdevries@suse.de>
3025
3026 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3027 gdb_test.
3028 * gdb.arch/amd64-disp-step.exp: Same.
3029 * gdb.asm/asm-source.exp: Same.
3030 * gdb.btrace/buffer-size.exp: Same.
3031 * gdb.btrace/cpu.exp: Same.
3032 * gdb.btrace/enable.exp: Same.
3033 * gdb.dwarf2/count.exp: Same.
3034 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3035 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3036 * gdb.fortran/vla-datatypes.exp: Same.
3037 * gdb.fortran/vla-history.exp: Same.
3038 * gdb.fortran/vla-ptype.exp: Same.
3039 * gdb.fortran/vla-value.exp: Same.
3040 * gdb.fortran/whatis_type.exp: Same.
3041 * gdb.guile/guile.exp: Same.
3042 * gdb.multi/tids.exp: Same.
3043 * gdb.python/py-finish-breakpoint.exp: Same.
3044 * gdb.python/py-framefilter.exp: Same.
3045 * gdb.python/py-pp-registration.exp: Same.
3046 * gdb.python/py-xmethods.exp: Same.
3047 * gdb.python/python.exp: Same.
3048 * gdb.server/connect-with-no-symbol-file.exp: Same.
3049 * gdb.server/no-thread-db.exp: Same.
3050 * gdb.server/run-without-local-binary.exp: Same.
3051 * gdb.stabs/weird.exp: Same.
3052 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3053 * gdb.threads/thread-find.exp: Same.
3054 * gdb.threads/tls-shared.exp: Same.
3055 * gdb.threads/tls.exp: Same.
3056 * gdb.threads/wp-replication.exp: Same.
3057 * gdb.trace/ax.exp: Same.
3058 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3059
3060 2019-10-31 Tom de Vries <tdevries@suse.de>
3061
3062 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3063 * gdb.ada/array_subscript_addr.exp: Same.
3064 * gdb.ada/arrayidx.exp: Same.
3065 * gdb.ada/arrayparam.exp: Same.
3066 * gdb.ada/arrayptr.exp: Same.
3067 * gdb.ada/boolean_expr.exp: Same.
3068 * gdb.ada/call_pn.exp: Same.
3069 * gdb.ada/complete.exp: Same.
3070 * gdb.ada/fixed_cmp.exp: Same.
3071 * gdb.ada/fun_addr.exp: Same.
3072 * gdb.ada/funcall_param.exp: Same.
3073 * gdb.ada/interface.exp: Same.
3074 * gdb.ada/mod_from_name.exp: Same.
3075 * gdb.ada/null_array.exp: Same.
3076 * gdb.ada/packed_array.exp: Same.
3077 * gdb.ada/packed_tagged.exp: Same.
3078 * gdb.ada/print_chars.exp: Same.
3079 * gdb.ada/print_pc.exp: Same.
3080 * gdb.ada/ptype_arith_binop.exp: Same.
3081 * gdb.ada/ptype_field.exp: Same.
3082 * gdb.ada/ptype_tagged_param.exp: Same.
3083 * gdb.ada/rec_return.exp: Same.
3084 * gdb.ada/ref_tick_size.exp: Same.
3085 * gdb.ada/str_ref_cmp.exp: Same.
3086 * gdb.ada/taft_type.exp: Same.
3087 * gdb.ada/tagged.exp: Same.
3088 * gdb.ada/type_coercion.exp: Same.
3089 * gdb.ada/uninitialized_vars.exp: Same.
3090
3091 2019-10-30 Tom de Vries <tdevries@suse.de>
3092
3093 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3094
3095 2019-10-26 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.base/bigcore.c: Fix typos in comments.
3098 * gdb.base/ctf-ptype.c: Same.
3099 * gdb.base/long_long.c: Same.
3100 * gdb.dwarf2/dw2-op-out-param.S: Same.
3101 * gdb.python/py-evthreads.c: Same.
3102 * gdb.reverse/i387-stack-reverse.c: Same.
3103 * gdb.trace/tfile.c: Same.
3104 * lib/compiler.c: Same.
3105 * lib/compiler.cc: Same.
3106
3107 2019-10-25 Tom de Vries <tdevries@suse.de>
3108
3109 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3110 gdb_test_multiple calls.
3111 * gdb.reverse/sigall-reverse.exp: Same.
3112 * gdb.reverse/solib-precsave.exp: Same.
3113 * gdb.reverse/solib-reverse.exp: Same.
3114 * gdb.reverse/until-precsave.exp: Same.
3115 * gdb.reverse/until-reverse.exp: Same.
3116
3117 2019-10-24 Tom de Vries <tdevries@suse.de>
3118
3119 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3120 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3121 kfail using -wrap pattern flag and convenience variable
3122 gdb_test_name.
3123
3124 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.python/py-progspace.exp: Add tests for the
3127 Progspace.block_for_pc method.
3128
3129 2019-10-23 Tom Tromey <tom@tromey.com>
3130
3131 * configure: Rebuild.
3132 * aclocal.m4: Use m4_include, not sinclude.
3133
3134 2019-10-21 Tom de Vries <tdevries@suse.de>
3135
3136 * gdb.base/infcall-nested-structs.c: Add
3137 __attribute__((noinline,noclone)) to all functions.
3138 (call_all): Add missing variable initialization. Simplify return value.
3139 (breakpt): Increment volatile variable, to prevent call from being
3140 optimized out.
3141 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3142
3143 2019-10-17 Tom de Vries <tdevries@suse.de>
3144
3145 * gdb.fortran/module.exp: Allow info variables to print info for files
3146 other than module.f90.
3147
3148 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3149
3150 * gdb.fortran/module.exp: Extend with 'info variables' test.
3151
3152 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3155 F77_FOR_TARGET.
3156
3157 2019-10-16 Tom de Vries <tdevries@suse.de>
3158
3159 PR tdep/25096
3160 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3161
3162 2019-10-16 Tom de Vries <tdevries@suse.de>
3163
3164 PR tdep/24104
3165 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3166 Add KFAIL for PR tdep/25096.
3167
3168 2019-10-16 Tom de Vries <tdevries@suse.de>
3169
3170 PR testsuite/25059
3171 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3172
3173 2019-10-16 Tom de Vries <tdevries@suse.de>
3174
3175 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3176 as signed.
3177
3178 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3179
3180 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3181 one instead of increasing timeout.
3182
3183 2019-10-13 Tom de Vries <tdevries@suse.de>
3184
3185 PR record/25038
3186 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3187 * gdb.reverse/sigall-reverse.exp: Same.
3188 * gdb.reverse/solib-precsave.exp: Same.
3189 * gdb.reverse/solib-reverse.exp: Same.
3190 * gdb.reverse/step-precsave.exp: Same.
3191 * gdb.reverse/until-precsave.exp: Same.
3192 * gdb.reverse/until-reverse.exp: Same.
3193 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3194
3195 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3196
3197 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3198 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3199 (cmp_struct_05_01, cmp_struct_static_02_01)
3200 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3201 comparisons.
3202
3203 2019-10-10 Tom de Vries <tdevries@suse.de>
3204
3205 PR testsuite/24888
3206 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3207 gnatlink.
3208
3209 2019-10-09 Tom de Vries <tdevries@suse.de>
3210
3211 PR testsuite/25048
3212 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3213
3214 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3215
3216 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3217 exceptions due to missing debug information.
3218
3219 2019-10-07 Tom de Vries <tdevries@suse.de>
3220
3221 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3222
3223 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3226 * gdb.base/annota1.exp: Update to use gdb_test_name.
3227
3228 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3229
3230 * gdb.base/ctf-whatis.exp: New file.
3231 * gdb.base/ctf-whatis.c: New file.
3232 * gdb.base/ctf-ptype.exp: New file.
3233 * gdb.base/ctf-ptype.c: New file.
3234 * gdb.base/ctf-constvars.exp: New file.
3235 * gdb.base/ctf-constvars.c: New file.
3236 * gdb.base/ctf-cvexpr.exp: New file.
3237
3238 2019-10-04 Tom de Vries <tdevries@suse.de>
3239
3240 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3241 for loop.
3242
3243 2019-10-03 Tom Tromey <tom@tromey.com>
3244
3245 PR rust/24976:
3246 * gdb.rust/simple.rs (Union2): New type.
3247 (main): Use Union2.
3248 * gdb.rust/simple.exp: Add test.
3249
3250 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3253 nested function prefix.
3254
3255 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3256 Richard Bunt <richard.bunt@arm.com>
3257 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3260 nested functions.
3261 * gdb.fortran/nested-funcs.f90: Update expected results.
3262 * gdb.fortran/nested-funcs-2.exp: New file.
3263 * gdb.fortran/nested-funcs-2.f90: New file.
3264
3265 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3266
3267 * gdb.python/py-parameter.exp: Make test names unique.
3268 * gdb.python/py-template.exp: Likewise.
3269 * gdb.python/py-value.exp: Likewise.
3270
3271 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.base/break-interp.exp: Reduce test name duplication.
3274 * gdb.base/call-sc.exp: Likewise.
3275 * gdb.base/callfuncs.exp: Likewise.
3276 * gdb.base/charset.exp: Likewise.
3277 * gdb.base/dump.exp: Likewise.
3278 * gdb.base/ena-dis-br.exp: Likewise.
3279 * gdb.base/relational.exp: Likewise.
3280 * gdb.base/step-over-syscall.exp: Likewise.
3281 * gdb.base/structs.exp: Likewise.
3282
3283 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.linespec/explicit.exp: Make test names unique.
3286 * gdb.linespec/ls-errs.exp: Likewise.
3287
3288 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3289
3290 * gdb.reverse/break-precsave.exp: Make test names unique.
3291 * gdb.reverse/break-reverse.exp: Likewise.
3292 * gdb.reverse/finish-precsave.exp: Likewise.
3293 * gdb.reverse/finish-reverse.exp: Likewise.
3294 * gdb.reverse/machinestate-precsave.exp: Likewise.
3295 * gdb.reverse/machinestate.exp: Likewise.
3296 * gdb.reverse/readv-reverse.exp: Likewise.
3297 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3298 * gdb.reverse/sigall-precsave.exp: Likewise.
3299 * gdb.reverse/sigall-reverse.exp: Likewise.
3300 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3301 * gdb.reverse/watch-precsave.exp: Likewise.
3302 * gdb.reverse/watch-reverse.exp: Likewise.
3303
3304 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.threads/stop-with-handle.c: New file.
3307 * gdb.threads/stop-with-handle.exp: New file.
3308
3309 2019-10-03 Tom de Vries <tdevries@suse.de>
3310
3311 PR testsuite/25059
3312 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3313 directory" line to be missing.
3314
3315 2019-10-03 Tom de Vries <tdevries@suse.de>
3316
3317 PR testsuite/25059
3318 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3319 type optional.
3320
3321 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3322
3323 * gdb.python/py-format-string.c (string.h): New include.
3324 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3325 the same value, for endianness-independence.
3326 * gdb.python/py-format-string.exp (default_regexp_dict)
3327 (test_pretty_structs, test_format): Adjust expected output to the
3328 changed initialization.
3329
3330 2019-10-02 Tom Tromey <tromey@adacore.com>
3331
3332 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3333
3334 2019-10-02 Pedro Alves <palves@redhat.com>
3335 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3338 "print-file-var.h".
3339 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3340 (get_version_1): Print this_version_id and its address.
3341 Add extern "C" wrappers around interface functions.
3342 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3343 "print-file-var.h".
3344 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3345 (get_version_2): Print this_version_id and its address.
3346 Add extern "C" wrappers around interface functions.
3347 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3348 <stddef.h> and "print-file-var.h".
3349 Add extern "C" wrappers around interface functions.
3350 [VERSION_ID_MAIN] (this_version_id): Define.
3351 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3352 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3353 up extern "C" blocks.
3354 * gdb.base/print-file-var.exp (test): New, factored out from top
3355 level.
3356 (top level): Test all combinations of attribute hidden or not,
3357 dlopen or not, and this_version_id symbol in main file or not.
3358 Compile tests as both C++ and C, make test names unique.
3359
3360 2019-10-01 Tom Tromey <tom@tromey.com>
3361
3362 * gdb.base/style.exp: Test "show logging filename".
3363
3364 2019-10-01 Tom Tromey <tom@tromey.com>
3365
3366 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3367 * gdb.base/style.exp: Add metadata style test.
3368
3369 2019-10-01 Tom Tromey <tom@tromey.com>
3370
3371 * gdb.base/style.exp: Test "pwd".
3372
3373 2019-10-01 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.base/style.exp: Update tests.
3376
3377 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3378
3379 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3380 'six' to unsigned.
3381 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3382 'five'. Use an all-ones bit pattern for each.
3383 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3384 to its changed values.
3385
3386 2019-09-30 Tom Tromey <tromey@adacore.com>
3387
3388 * gdb.rust/traits.rs: Disable all warnings.
3389
3390 2019-09-29 Tom de Vries <tdevries@suse.de>
3391
3392 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3393
3394 2019-09-29 Tom de Vries <tdevries@suse.de>
3395
3396 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3397
3398 2019-09-27 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3401
3402 2019-09-27 Tom de Vries <tdevries@suse.de>
3403
3404 PR record/23188
3405 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3406
3407 2019-09-26 Tom Tromey <tromey@adacore.com>
3408
3409 * gdb.ada/py_taft.exp: New file.
3410 * gdb.ada/py_taft/main.adb: New file.
3411 * gdb.ada/py_taft/pkg.adb: New file.
3412 * gdb.ada/py_taft/pkg.ads: New file.
3413
3414 2019-09-24 Tom de Vries <tdevries@suse.de>
3415
3416 PR gdb/24598
3417 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3418
3419 2019-09-22 Tom de Vries <tdevries@suse.de>
3420
3421 * gdb.base/restore.exp: Allow register variables to be optimized out at
3422 -O0.
3423
3424 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3425
3426 * gdb.arch/spu-info.exp: Remove file.
3427 * gdb.arch/spu-info.c: Remove file.
3428 * gdb.arch/spu-ls.exp: Remove file.
3429 * gdb.arch/spu-ls.c: Remove file.
3430
3431 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3432 * gdb.asm/spu.inc: Remove file.
3433
3434 * gdb.base/dump.exp: Remove support for spu*-*-*.
3435 * gdb.base/stack-checking.exp: Likewise.
3436 * gdb.base/overlays.exp: Likewise.
3437 * gdb.base/ovlymgr.c: Likewise.
3438 * gdb.base/spu.ld: Remove file.
3439
3440 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3441 * gdb.cp/cpexprs.exp: Likewise.
3442 * gdb.cp/exception.exp: Likewise.
3443 * gdb.cp/gdb2495.exp: Likewise.
3444 * gdb.cp/mb-templates.exp: Likewise.
3445 * gdb.cp/pr9167.exp: Likewise.
3446 * gdb.cp/userdef.exp: Likewise.
3447
3448 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3449
3450 * gdb.cell: Remove directory.
3451 * lib/cell.exp: Remove file.
3452
3453 2019-09-19 Tom de Vries <tdevries@suse.de>
3454
3455 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3456
3457 2019-09-19 Tom de Vries <tdevries@suse.de>
3458
3459 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3460
3461 2019-09-19 Tom de Vries <tdevries@suse.de>
3462
3463 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3464 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3465 (gdb_target_cmd): ... here.
3466 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3467 value 2.
3468
3469 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.base/source-dir.exp: Avoid having directory names in test
3472 names.
3473
3474 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3477 directory.
3478
3479 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/list-missing-source.exp: New file.
3482
3483 2019-09-14 Tom de Vries <tdevries@suse.de>
3484
3485 PR teststuite/24599
3486 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3487 * lib/ada.exp (gnatmake_version_at_least): New proc.
3488
3489 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3490
3491 * gdb.base/maint.exp: Use exec_has_index_section.
3492
3493 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3494
3495 * gdb.base/maint.exp: Add test for 'maint info sections'.
3496
3497 2019-09-12 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.base/store.exp: Allow register variables to be optimized out at
3500 -O0.
3501
3502 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3503
3504 * gdb.ada/rdv_wait.exp: Update to new task names.
3505 * gdb.base/task_switch_in_core.exp: Likewise.
3506 * gdb.base/info_sources_base.c: Likewise.
3507
3508 2019-09-10 Tom Tromey <tromey@adacore.com>
3509
3510 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3511
3512 2019-09-10 Tom Tromey <tromey@adacore.com>
3513
3514 * gdb.ada/dgopt.exp: New file.
3515 * gdb.ada/dgopt/x.adb: New file.
3516
3517 2019-09-08 Tom Tromey <tom@tromey.com>
3518
3519 * gdb.tui/resize.exp: Remove setup_xfail.
3520 * gdb.tui/regs.exp: Remove setup_xfail.
3521 * gdb.tui/basic.exp: Remove setup_xfail.
3522
3523 2019-09-06 David Blaikie <dblaikie@gmail.com>
3524
3525 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3526 * gdb.cp/cplabel.exp: Ditto.
3527 * gdb.linespec/ls-errs.exp: Ditto.
3528
3529 2019-09-05 Tom de Vries <tdevries@suse.de>
3530
3531 * lib/gdb.exp (cmp_file_string): New proc.
3532 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3533 runto_main. Verify save breakpoints output.
3534
3535 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3536
3537 * gdb.base/info-var.exp: Test info variables without running
3538 to main, to avoid expect's buffer overflow.
3539
3540 2019-09-03 Tom Tromey <tromey@adacore.com>
3541
3542 * gdb.ada/bias.exp: New file.
3543 * gdb.ada/bias/bias.adb: New file.
3544 * gdb.ada/print_chars.exp: Add regression test.
3545 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3546 (MC): New variable.
3547
3548 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3549
3550 * gdb.base/argv0-symlink.exp: Run only on native target
3551 and local host.
3552
3553 2019-08-29 Tom de Vries <tdevries@suse.de>
3554
3555 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3556 diverse debug info.
3557 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3558
3559 2019-08-28 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.base/info-var.exp: Allow info variables to print info for files
3562 other than info-var-f1.c and info-var-f2.c.
3563
3564 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * gdb.fortran/info-types.exp: Add module.
3567 * gdb.fortran/info-types.f90: Update expected results.
3568
3569 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3570
3571 * gdb.fortran/info-types.exp: New file.
3572 * gdb.fortran/info-types.f90: New file.
3573 * lib/fortran.exp (fortran_character1): New proc.
3574
3575 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3578 functions'. Reindent as needed.
3579 * gdb.base/info-var-f1.c: New file.
3580 * gdb.base/info-var-f2.c: New file.
3581 * gdb.base/info-var.exp: New file.
3582 * gdb.base/info-var.h: New file.
3583
3584 2019-08-26 Tom de Vries <tdevries@suse.de>
3585
3586 PR c++/24852
3587 * gdb.cp/no-libstdcxx-probe.exp: New test.
3588
3589 2019-08-26 Tom de Vries <tdevries@suse.de>
3590
3591 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3592 * tests need to be skipped.
3593 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3594 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3595 mi_skip_libstdcxx_probe_tests.
3596
3597 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3598
3599 * gdb.python/py-xmethods.exp: Use raw strings when passing
3600 arguments to SimpleXMethodMatcher.
3601
3602 2019-08-22 Tom de Vries <tdevries@suse.de>
3603
3604 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3605 more informative.
3606
3607 2019-08-21 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/with.exp: Test "with" with no arguments.
3610
3611 2019-08-21 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.base/gdb-caching-proc.exp: Sort files.
3614
3615 2019-08-20 Tom de Vries <tdevries@suse.de>
3616
3617 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3618 compilation.
3619
3620 2019-08-16 Tom de Vries <tdevries@suse.de>
3621
3622 * gdb.base/compare-sections.exp ("after run to main"): Allow
3623 mismatched read-only sections for PIE executables.
3624
3625 2019-08-16 Tom Tromey <tom@tromey.com>
3626
3627 * lib/tuiterm.exp (_csi_Z): New proc.
3628 * gdb.tui/basic.exp: Update window positions.
3629 * gdb.tui/empty.exp: Update window positions.
3630
3631 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3632
3633 * gdb.base/examine-backward.exp: Correct regexp for
3634 "examine 3 bytes backward from ${address_zero}".
3635
3636 2019-08-15 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.tui/empty.exp: Enable resizing tests.
3639
3640 2019-08-15 Tom Tromey <tromey@adacore.com>
3641
3642 * gdb.ada/char_enum.exp: Add regression tests.
3643 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3644 and '0'.
3645 (Char, Gchar): Update.
3646 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3647
3648 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3649
3650 * gdb.python/python.exp: Expect a leading underscore on
3651 GdbOutput{,Error}File.
3652
3653 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3654
3655 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3656 Windows host.
3657
3658 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3659
3660 * gdb.base/batch-preserve-term-settings.exp
3661 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3662
3663 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3664
3665 * lib/gdb.exp: When running on a mingw target, replace
3666 /x/ with x:/.
3667
3668 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3669
3670 * gdb.arch/aarch64-prologue.c: New test.
3671 * gdb.arch/aarch64-prologue.exp: New file.
3672
3673 2019-08-13 Tom de Vries <tdevries@suse.de>
3674
3675 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3676 Thread.
3677
3678 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3679
3680 * gdb.python/py-completion.exp: Download the .py file to the host
3681 and use its host pathname. Conditionalize tests that use
3682 tab completion and manipulate files on the build machine.
3683 * gdb.python/py-events.exp: Download the .py file to the host
3684 and use its host pathname.
3685 * gdb.python/py-evsignal.exp: Likewise.
3686 * gdb.python/py-evthreads.exp: Likewise.
3687 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3688 pathname syntax.
3689 * gdb.python/py-framefilter.exp: Download the .py file to the right
3690 place on the host. Match Windows pathname syntax.
3691 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3692 .py file to the host and use its host pathname.
3693 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3694 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3695 build pathname. Skip symlink test on Windows host. Add missing
3696 newline at end of file.
3697 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3698 and use its host pathname.
3699 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3700 * gdb.python/py-section-script.exp: Use host location of binfile
3701 on safe-path. Use correct path separator on Windows host.
3702 Reorder alternatives in gdb_test_multiple to prevent matching
3703 the wrong alternative on success.
3704 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3705
3706 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3707
3708 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3709 expect the GDB inferior to no longer immediately stop after
3710 being resumed with "signal SIGINT".
3711
3712 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3713
3714 * gdb.linespec/break-ask.exp: Generalize regexps to match
3715 Windows pathnames too.
3716
3717 2019-08-08 Tom de Vries <tdevries@suse.de>
3718
3719 PR testsuite/24862
3720 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3721
3722 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3723
3724 * gdb.base/style.exp: Update tests for help doc new invariants.
3725 * gdb.base/help.exp: Likewise.
3726
3727 2019-08-06 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.base/style.exp: Add disassemble test.
3730 * gdb.base/style.c (some_called_function): New function.
3731 (main): Use it.
3732
3733 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3734
3735 * gdb.python/py-block.exp: Test dictionary access on blocks.
3736
3737 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3738
3739 PR gdb/24863
3740 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3741 -list-thread-groups --available test when running under
3742 check-read1.
3743
3744 2019-08-05 Tom de Vries <tdevries@suse.de>
3745
3746 PR testsuite/24863
3747 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3748 * gdb.base/help.exp: Use with_read1_timeout_factor.
3749 * gdb.base/info-macros.exp: Same.
3750 * gdb.cp/nested-types.exp: Same.
3751
3752 2019-08-05 Tom de Vries <tdevries@suse.de>
3753
3754 * lib/gdb.exp (version_at_least): Factor out of ...
3755 (tcl_version_at_least): ... here.
3756 (gdb_compile): Fail if pie results in non-PIE executable.
3757 (readelf_version, readelf_prints_pie): New proc.
3758 (exec_is_pie): Return -1 if unknown.
3759
3760 2019-08-05 Tom de Vries <tdevries@suse.de>
3761
3762 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3763
3764 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3765
3766 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3767
3768 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3769
3770 * lib/completion-support.exp (test_gdb_complete_none): Skip
3771 tab completion tests if no readline support.
3772 (test_gdb_complete_unique_re): Likewise.
3773 (test_gdb_complete_multiple): Likewise.
3774
3775 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3776
3777 * gdb.base/info_sources.exp: New file.
3778 * gdb.base/info_sources.c: New file.
3779 * gdb.base/info_sources_base.c: New file.
3780
3781 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3782
3783 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3784 prefix argument.
3785 (test_exit_status): Add prefix argument.
3786
3787 2019-08-01 Tom de Vries <tdevries@suse.de>
3788
3789 PR testsuite/24863
3790 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3791 calling exp_continue for new thread and thread exited messages.
3792
3793 2019-08-01 Tom de Vries <tdevries@suse.de>
3794
3795 PR testsuite/24863
3796 * gdb.base/structs.exp: Fix check-read1 timeout using
3797 gdb_test_sequence.
3798 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3799
3800 2019-08-01 Tom de Vries <tdevries@suse.de>
3801
3802 PR testsuite/24863
3803 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3804 line.
3805
3806 2019-08-01 Tom de Vries <tdevries@suse.de>
3807
3808 PR testsuite/24863
3809 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3810
3811 2019-07-30 Tom Tromey <tromey@adacore.com>
3812
3813 * gdb.ada/display_nested.exp: New file.
3814 * gdb.ada/display_nested/foo.adb: New file.
3815 * gdb.ada/display_nested/pack.adb: New file.
3816 * gdb.ada/display_nested/pack.ads: New file.
3817
3818 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3819
3820 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3821 namespace.
3822 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3823
3824 2019-07-30 Tom de Vries <tdevries@suse.de>
3825
3826 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3827 instead.
3828
3829 2019-07-30 Tom de Vries <tdevries@suse.de>
3830
3831 PR testsuite/24834
3832 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3833 (exec_is_pie): New proc.
3834
3835 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3836
3837 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3838
3839 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3840
3841 * gdb.python/py-objfile.c: Add global and static vars.
3842 * gdb.python/py-objfile.exp: Test new functions Objfile.
3843 lookup_global_symbol and lookup_static_symbol.
3844
3845 2019-07-29 Tom Tromey <tom@tromey.com>
3846
3847 * lib/tuiterm.exp (Term::_csi_@): New proc.
3848 (Term::_csi_X): Don't move cursor.
3849
3850 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3851
3852 * gdb.base/options.exp: Update backtrace - completion to
3853 new option -frame-info.
3854 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3855 Test new 'set print frame-info'. Test backtrace -frame-info
3856 overriding 'set print frame-info'.
3857 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3858 Test new 'set print frame-info'.
3859 Verify consistency of backtrace with and without filters, with and
3860 without -no-filters.
3861 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3862 default.
3863
3864 2019-07-29 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3867 no arguments".
3868
3869 2019-07-29 Tom de Vries <tdevries@suse.de>
3870
3871 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3872 is a substring of the first for "complete non-unique file name".
3873
3874 2019-07-29 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3877 with ".*".
3878
3879 2019-07-29 Tom de Vries <tdevries@suse.de>
3880
3881 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3882 Pass prompt_regexp parameter to gdb_test_multiple calls.
3883
3884 2019-07-29 Tom de Vries <tdevries@suse.de>
3885
3886 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3887 print registers" regexps.
3888
3889 2019-07-29 Tom de Vries <tdevries@suse.de>
3890
3891 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3892
3893 2019-07-29 Tom de Vries <tdevries@suse.de>
3894
3895 PR gdb/24855
3896 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3897 (skip_python_tests_prompt): Add prompt_regexp argument to
3898 gdb_test_multiple calls.
3899
3900 2019-07-27 Tom Tromey <tom@tromey.com>
3901
3902 * gdb.tui/main.exp: New file.
3903
3904 2019-07-27 Tom Tromey <tom@tromey.com>
3905
3906 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3907 optional.
3908 * gdb.tui/empty.exp: New file.
3909
3910 2019-07-27 Tom Tromey <tom@tromey.com>
3911
3912 * lib/tuiterm.exp (spawn): New proc.
3913 (Term::resize): New proc.
3914 * gdb.tui/resize.exp: New file.
3915
3916 2019-07-27 Tom Tromey <tom@tromey.com>
3917
3918 * gdb.tui/list.exp: New file.
3919
3920 2019-07-27 Tom Tromey <tom@tromey.com>
3921
3922 * gdb.tui/regs.exp: New file.
3923
3924 2019-07-27 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.tui/basic.exp: Add "layout split" test.
3927
3928 2019-07-27 Tom Tromey <tom@tromey.com>
3929
3930 * gdb.tui/basic.exp: Add "layout asm" test.
3931
3932 2019-07-27 Tom Tromey <tom@tromey.com>
3933
3934 * lib/tuiterm.exp: New file.
3935 * gdb.tui/basic.exp: New file.
3936
3937 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3938
3939 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3940 Enable tests associated with this flag. Adjust regex
3941 referencing "foo_low" to now refer to "foo_cold" instead.
3942
3943 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3944
3945 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3946 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3947 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3948 foo_cold. Revise comments to match.
3949 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3950 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3951 were wrapped into this proc; Call do_test in loop from outermost
3952 level.
3953 (foo_low): Rename all occurrences to "foo_cold".
3954 (backtrace from baz): New test.
3955 (x2/i foo_cold): New test.
3956 (info line *foo_cold): New test.
3957
3958 2019-07-26 Tom de Vries <tdevries@suse.de>
3959
3960 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3961
3962 2019-07-25 Tom de Vries <tdevries@suse.de>
3963
3964 PR testsuite/24830
3965 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3966 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3967 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3968 (skip_libstdcxx_probe_tests): ... here.
3969 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3970
3971 2019-07-24 Tom de Vries <tdevries@suse.de>
3972
3973 PR testsuite/24807
3974 * gdb.objc/basicclass.m: Include stdio.h.
3975 * gdb.objc/nondebug.m: Same.
3976 * gdb.objc/objcdecode.m: Same.
3977
3978 2019-07-24 Tom de Vries <tdevries@suse.de>
3979
3980 PR testsuite/24612
3981 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3982 additional_flags.
3983
3984 2019-07-24 Tom de Vries <tdevries@suse.de>
3985
3986 PR testsuite/24831
3987 * gdb.multi/tids.exp: Update error messages for info threads.
3988
3989 2019-07-24 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.base/info-types.exp: Allow info types to print info for more than
3992 one file.
3993
3994 2019-07-23 Tom de Vries <tdevries@suse.de>
3995
3996 PR testsuite/24842
3997 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3998 gdb_spawn_with_cmdline_opts.
3999
4000 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4001
4002 * gdb.arch/arm-cmse-sgstubs.c: New test.
4003 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4004
4005 2019-07-23 Tom de Vries <tdevries@suse.de>
4006
4007 PR testsuite/24711
4008 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4009 issuing next command.
4010
4011 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4012
4013 * gdb.ada/info_auto_lang.exp: Update expected results.
4014 * gdb.base/info-types.c: Add additional types to check.
4015 * gdb.base/info-types.exp: Update expected results.
4016
4017 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.base/info-types.c: New file.
4020 * gdb.base/info-types.exp: New file.
4021
4022 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4023
4024 * gdb.arch/riscv-bp-infcall.c: New file.
4025 * gdb.arch/riscv-bp-infcall.exp: New file.
4026
4027 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 PR breakpoints/24541
4030 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4031
4032 2019-07-14 Tom de Vries <tdevries@suse.de>
4033
4034 PR testsuite/24760
4035 * gdb.objc/basicclass.exp: Fix unterminated string.
4036
4037 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4038 Andrew Burgess <andrew.burgess@embecosm.com>
4039
4040 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4041 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4042 negative bounds.
4043 * gdb.fortran/vla-value.exp: Print elements of an array with
4044 negative bounds.
4045 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4046 testing.
4047
4048 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4049
4050 * gdb.base/options.exp (expect_string): Dequote strings in
4051 results.
4052 (test-string): Test strings with different quoting and reindent.
4053
4054 2019-07-10 Tom Tromey <tromey@adacore.com>
4055
4056 * gdb.ada/mi_ex_cond.exp: Update expected results.
4057 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4058 * gdb.ada/mi_catch_ex.exp: Update expected results.
4059 * gdb.ada/mi_catch_assert.exp: Update expected results.
4060 * gdb.ada/catch_ex.exp (catch_exception_info)
4061 (catch_exception_entry, catch_assert_entry)
4062 (catch_unhandled_entry): Update.
4063 * gdb.ada/catch_assert_if.exp: Update expected results.
4064
4065 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4066 Stephen Roberts <stephen.roberts@arm.com>
4067
4068 * gdb.base/define.exp: Restore original prompt.
4069
4070 2019-07-09 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4073 breakpoints" output.
4074 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4075 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4076 throw" creates breakpoint.
4077 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4078 'type="catchpoint"'.
4079
4080 2019-07-09 Pedro Alves <palves@redhat.com>
4081
4082 PR c++/15468
4083 * gdb.cp/except-multi-location-lib.cc: New.
4084 * gdb.cp/except-multi-location-main.cc: New.
4085 * gdb.cp/except-multi-location.exp: New.
4086
4087 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4088
4089 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4090 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4091 argument and update callers.
4092
4093 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4094
4095 * gdb.arch/amd64-break-on-asm-line.S: New file.
4096 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4097
4098 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4099
4100 * gdb.base/printcmds.exp: Test printing C string and
4101 C wide string convenience vars without transiting via the inferior.
4102 Also make test names unique.
4103
4104 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4105
4106 PR breakpoints/25011
4107 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4108
4109 2019-07-04 Pedro Alves <palves@redhat.com>
4110
4111 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4112 body returned ok(0), break(3) or continue(4).
4113 * gdb.testsuite/foreach_with_prefix.exp: New file.
4114
4115 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4116
4117 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4118
4119 2019-07-03 Pedro Alves <palves@redhat.com>
4120
4121 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4122 "return -code".
4123
4124 2019-07-03 Pedro Alves <palves@redhat.com>
4125
4126 PR cli/24732
4127 * gdb.base/shell.exp: Load completion-support.exp.
4128 Adjust expected error output. Add completion tests.
4129
4130 2019-07-03 Pedro Alves <palves@redhat.com>
4131
4132 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4133 string_to_regexp.
4134
4135 2019-07-03 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4138 (expect_integer): Adjust to expect "-string".
4139 (expect_string): New.
4140 (all_options): Expect "-string".
4141 (test-flag, test-boolean): Adjust to expect "-string".
4142 (test-string): New proc.
4143 (top level): Call it.
4144
4145 2019-07-03 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4148 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4149 the expected output in the success.
4150
4151 2019-07-03 Pedro Alves <palves@redhat.com>
4152
4153 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4154 Split one gdb_test_multiple call in two to avoid a race.
4155
4156 2019-07-03 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/with.c: New file.
4159 * gdb.base/with.exp: New file.
4160
4161 2019-07-03 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.base/settings.exp: Replace all references to "maint
4164 test-settings set" with references to "maint set test-settings",
4165 and all references to "maint test-settings show" with references
4166 to "maint show test-settings".
4167
4168 2019-07-03 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/settings.exp (test-string): Adjust expected out when
4171 testing "maint test-settings show filename"
4172
4173 2019-07-02 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.base/options.exp (test-info-threads): New procedure.
4176 (top level): Call it.
4177
4178 2019-06-28 Tom Tromey <tromey@adacore.com>
4179
4180 * gdb.dwarf2/ada-linkage-name.c: New file.
4181 * gdb.dwarf2/ada-linkage-name.exp: New file.
4182
4183 2019-06-27 Tom Tromey <tromey@adacore.com>
4184
4185 PR c++/20020:
4186 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4187
4188 2019-06-26 Tom de Vries <tdevries@suse.de>
4189
4190 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4191
4192 2019-06-26 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/index-cache.exp: Add back missing debug option.
4195
4196 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4197
4198 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4199
4200 2019-06-25 Tom de Vries <tdevries@suse.de>
4201
4202 PR testsuite/24727
4203 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4204
4205 2019-06-24 Tom de Vries <tdevries@suse.de>
4206
4207 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4208
4209 2019-06-24 Tom de Vries <tdevries@suse.de>
4210
4211 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4212 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4213 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4214
4215 2019-06-24 Tom de Vries <tdevries@suse.de>
4216
4217 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4218
4219 2019-06-21 Tom de Vries <tdevries@suse.de>
4220
4221 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4222
4223 2019-06-21 Tom de Vries <tdevries@suse.de>
4224
4225 PR testsuite/24518
4226 PR ada/24713
4227 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4228 index.
4229
4230 2019-06-19 Tom Tromey <tromey@adacore.com>
4231
4232 * gdb.ada/length_cond.exp: Add intro comment.
4233
4234 2019-06-19 Tom Tromey <tromey@adacore.com>
4235
4236 * gdb.ada/length_cond.exp: New file.
4237 * gdb.ada/length_cond/length_cond.adb: New file.
4238 * gdb.ada/length_cond/pck.adb: New file.
4239 * gdb.ada/length_cond/pck.ads: New file.
4240
4241 2019-06-18 Tom de Vries <tdevries@suse.de>
4242
4243 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4244
4245 2019-06-18 Tom Tromey <tromey@adacore.com>
4246
4247 * gdb.base/list0.h: Add comment explaining control character.
4248
4249 2019-06-18 Tom de Vries <tdevries@suse.de>
4250
4251 * boards/fission.exp: Break up long debug_flags line.
4252
4253 2019-06-16 Tom de Vries <tdevries@suse.de>
4254
4255 PR gdb/24445
4256 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4257 generated index.
4258
4259 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4260
4261 PR gdb/24686
4262 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4263 improve detection of bug gdb/24541.
4264
4265 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4266
4267 PR gdb/24669
4268 * gdb.base/index-cache.exp (uses_readnow,
4269 expecting_index_cache_use): Define global variable.
4270 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4271 expecting_index_cache_use.
4272
4273 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4274 Andrew Burgess <andrew.burgess@embecosm.com>
4275
4276 * gdb.fortran/pointers.f90: New file.
4277 * gdb.fortran/print_type.exp: New file.
4278 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4279 * gdb.fortran/vla-type.exp: Likewise.
4280 * gdb.fortran/vla-value.exp: Likewise.
4281 * gdb.mi/mi-vla-fortran.exp: Likewise.
4282
4283 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4286 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4287 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4288 as a stop reason.
4289
4290 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4291
4292 * gdb.base/annota1.exp: Update expected results.
4293 * gdb.cp/annota2.exp: Likewise.
4294 * gdb.cp/annota3.exp: Likewise.
4295
4296 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.base/style-logging.exp: Remove path from test name.
4299
4300 2019-06-14 Tom Tromey <tromey@adacore.com>
4301
4302 PR gdb/24502:
4303 * gdb.base/style-logging.exp: New file.
4304
4305 2019-06-14 Tom Tromey <tromey@adacore.com>
4306
4307 * gdb.base/symfile-warn.exp: New file.
4308 * gdb.base/symfile-warn.c: New file.
4309
4310 2019-06-14 Tom Tromey <tromey@adacore.com>
4311
4312 * gdb.base/annotate-symlink.exp: New file.
4313
4314 2019-06-14 Tom Tromey <tromey@adacore.com>
4315
4316 * gdb.ada/set_wstr.exp: Add reassignment test.
4317
4318 2019-06-14 Tom Tromey <tromey@adacore.com>
4319
4320 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4321 'unchecked_access and 'unrestricted_access as well.
4322
4323 2019-06-14 Tom Tromey <tromey@adacore.com>
4324
4325 PR ada/24539:
4326 * gdb.ada/vla.exp: Update tests.
4327 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4328 pragma.
4329
4330 2019-06-13 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/settings.exp (test-integer): Test junk after
4333 "unlimited".
4334
4335 2019-06-13 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/options.exp (test-thread-apply): New.
4338 (top level): Call it.
4339
4340 2019-06-13 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/options.exp (test-frame-apply): New.
4343 (top level): Test print commands with different "frame apply"
4344 prefixes.
4345
4346 2019-06-13 Pedro Alves <palves@redhat.com>
4347
4348 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4349 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4350 'max_completions' parameter and handle it.
4351 (test_gdb_completion_offers_commands): New.
4352
4353 2019-06-13 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4356
4357 2019-06-13 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/options.exp (test-backtrace): New.
4360 (top level): Call it.
4361
4362 2019-06-13 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.guile/scm-frame-args.exp: Use "set print
4365 raw-frame-arguments" instead of "set print raw frame-arguments".
4366 * gdb.python/py-frame-args.exp: Likewise.
4367
4368 2019-06-13 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.compile/compile.exp: Adjust expected output to option
4371 processing changes.
4372
4373 2019-06-13 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/options.exp: Build executable.
4376 (test-print): New procedure.
4377 (top level): Call it, once for "print" and another for "compile
4378 print".
4379
4380 2019-06-13 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/options.c: New file.
4383 * gdb.base/options.exp: New file.
4384
4385 2019-06-13 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4388 that "o" is ambiguous.
4389
4390 2019-06-13 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/settings.c: New file.
4393 * gdb.base/settings.exp: New file.
4394
4395 2019-06-13 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/completion.exp: Fix comment typo.
4398
4399 2019-06-13 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4402 foo --1" test.
4403
4404 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4405
4406 * gdb.fortran/block-data.f: New.
4407 * gdb.fortran/block-data.exp: New.
4408
4409 2019-06-11 Tom de Vries <tdevries@suse.de>
4410
4411 PR testsuite/24521
4412 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4413 message.
4414
4415 2019-06-11 Tom de Vries <tdevries@suse.de>
4416
4417 PR testsuite/24521
4418 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4419
4420 2019-06-11 Tom de Vries <tdevries@suse.de>
4421
4422 * boards/readnow.exp: New file.
4423
4424 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4425
4426 * gdb.fortran/vla-sizeof.exp: Update expected results.
4427
4428 2019-06-06 Amos Bird <amosbird@gmail.com>
4429
4430 * gdb.base/annota1.exp (thread_switch): Add test for
4431 thread-exited annotation.
4432
4433 2019-06-06 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.base/maint.exp: Expect command started/finished output.
4436
4437 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4440 comment.
4441 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4442
4443 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4444
4445 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4446 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4447 * gdb.arch/riscv-unwind-long-insn.c: New file.
4448 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4449
4450 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4451
4452 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4453
4454 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4455
4456 * lib/gdb.exp (help_list_trailer): New regexp variable
4457 factorizing the help trailer message.
4458 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4459 arg to allow to better factorize various tests.
4460 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4461 (test_prefix_command_help): Use help_list_trailer.
4462 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4463 * gdb.guile/scm-cmd.exp: Likewise.
4464 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4465 * gdb.base/help.exp: Use test_user_defined_class_help.
4466 * gdb.base/style.exp: Add tests for styling of help and apropos.
4467 * lib/gdb-utils.exp (style): Add title and highlight styles.
4468
4469 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4470
4471 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4472 $_shell_exitsignal.
4473 * gdb.base/default.exp: Update for new convenience variables.
4474
4475 2019-05-29 Tom Tromey <tromey@adacore.com>
4476
4477 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4478 to "break complete ada" test case's regexp.
4479
4480 2019-05-29 Tom Tromey <tromey@adacore.com>
4481
4482 PR c++/20020:
4483 * gdb.cp/constexpr-field.exp: New file.
4484 * gdb.cp/constexpr-field.cc: New file.
4485
4486 2019-05-29 Tom Tromey <tromey@adacore.com>
4487
4488 * gdb.base/finish.exp (finish_no_print): New proc.
4489 (finish_tests): Call it.
4490
4491 2019-05-24 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.dwarf2/gdb-add-index.exp: New file.
4494
4495 2019-05-22 Tom Tromey <tromey@adacore.com>
4496
4497 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4498 * gdb.base/style.exp: Use "style".
4499 * lib/gdb-utils.exp (style): New proc.
4500
4501 2019-05-22 Tom de Vries <tdevries@suse.de>
4502
4503 * gdb.base/align.exp: Require c++11.
4504
4505 2019-05-22 Tom de Vries <tdevries@suse.de>
4506
4507 PR testsuite/24586
4508 * gdb.python/py-mi-var-info-path-expression.exp: Call
4509 mi_skip_python_tests to check if python is supported.
4510
4511 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4512
4513 * gdb.arch/aarch64-pauth.c: New test.
4514 * gdb.arch/aarch64-pauth.exp: New file.
4515
4516 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4517
4518 * README (Re-running Tests Outside The Testsuite): New section.
4519
4520 2019-05-21 Tom de Vries <tdevries@suse.de>
4521
4522 * gdb.arch/amd64-eval.exp: Require c++11.
4523 * gdb.base/max-depth.exp: Same.
4524 * gdb.compile/compile-cplus-array-decay.exp: Same.
4525 * gdb.cp/meth-typedefs.exp: Same.
4526 * gdb.cp/subtypes.exp: Same.
4527 * gdb.cp/temargs.exp: Same.
4528
4529 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4530
4531 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4532
4533 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4534
4535 PR gdb/18644
4536 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4537 * gdb.fortran/printing-types.exp: Add new test.
4538 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4539 testing.
4540 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4541 setup_kfail call.
4542
4543 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4544
4545 * README (Running the Testsuite): Change example.
4546 (Testsuite Parameters): Remove TRANSCRIPT.
4547 * lib/gdb.exp: Remove TRANSCRIPT check.
4548
4549 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4550
4551 * README (Testsuite Parameters): Add replay logging to
4552 GDBSERVER_DEBUG.
4553 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4554 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4555 as a comma separated list.
4556 (gdb_debug_init): Override procedure.
4557
4558 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4559
4560 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4561 (gdb_write_cmd_file): New procedure.
4562 * lib/gdbserver-support.exp (gdbserver_start): Call
4563 gdbserver_write_cmd_file.
4564 (gdbserver_write_cmd_file): New procedure.
4565
4566 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4567
4568 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4569 (delete_breakpoints): Likewise.
4570 (gdb_run_cmd): Likewise.
4571 (gdb_start_cmd): Likewise.
4572 (gdb_starti_cmd): Likewise.
4573 (gdb_internal_error_resync): Likewise.
4574 (gdb_test_multiple): Likewise.
4575 (gdb_reinitialize_dir): Likewise.
4576 (default_gdb_exit): Likewise.
4577 (gdb_file_cmd): Mark kill as optional.
4578 (default_gdb_start): Call gdb_stdin_log_init.
4579 (send_gdb): Call gdb_stdin_log_write.
4580 (rerun_to_main): Mark Y as an answer.
4581 (gdb_stdin_log_init): New function.
4582 (gdb_stdin_log_write): Likewise.
4583
4584 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4585
4586 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4587 * gdb.base/debug-expr.exp: Likewise.
4588 * gdb.base/foll-fork.exp: Likewise.
4589 * gdb.base/foll-vfork.exp: Likewise.
4590 * gdb.base/fork-print-inferior-events.exp: Likewise.
4591 * gdb.base/gdb-sigterm.exp: Likewise.
4592 * gdb.base/gdbinit-history.exp: Likewise.
4593 * gdb.base/osabi.exp: Likewise.
4594 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4595 * gdb.base/ui-redirect.exp: Likewise.
4596 * gdb.gdb/unittest.exp: Likewise.
4597 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4598 * gdb.mi/mi-watch.exp: Likewise.
4599 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4600 * gdb.mi/user-selected-context-sync.exp: Likewise.
4601 * gdb.python/python.exp: Disable debug test when debugging.
4602 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4603 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4604 Likewise.
4605 * gdb.threads/stepi-random-signal.exp: Likewise.
4606
4607 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4608
4609 * Makefile.in: Pass through GDB_DEBUG.
4610 * README (Testsuite Parameters): Add GDB_DEBUG.
4611 (gdb,debug): Add board setting.
4612 * lib/gdb.exp (default_gdb_start): Start debugging.
4613 (gdb_debug_enabled): New procedure.
4614 (gdb_debug_init): Likewise.
4615
4616 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4617
4618 * Makefile.in: Pass through GDB_DEBUG.
4619 * README (Testsuite Parameters): Add GDB_DEBUG.
4620 (gdb,debug): Add board setting.
4621 * lib/gdb.exp (default_gdb_start): Start debugging.
4622 (gdb_debug_enabled): New procedure.
4623 (gdb_debug_init): Likewise.
4624
4625 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4626
4627 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4628
4629 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4630
4631 * gdb.base/ui-redirect.exp: Test redirection.
4632
4633 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4634
4635 * gdb.mi/mi-complete.exp: New file.
4636 * gdb.mi/mi-complete.cc: Likewise.
4637
4638 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4639
4640 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4641 indexed and sliced arrays, and pointers to arrays.
4642
4643 2019-05-14 Tom Tromey <tromey@adacore.com>
4644
4645 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4646 styling test.
4647
4648 2019-05-14 Tom de Vries <tdevries@suse.de>
4649
4650 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4651 selection entry encoding.
4652
4653 2019-05-10 Tom Tromey <tromey@adacore.com>
4654
4655 * gdb.ada/info_exc.exp: Add "complete" test.
4656
4657 2019-05-09 Tom de Vries <tdevries@suse.de>
4658
4659 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4660 CU-relative.
4661
4662 2019-05-09 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4665 CU-relative.
4666
4667 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4668
4669 * gdb.ada/frame_arg_lang.exp: New testcase.
4670 * gdb.ada/frame_arg_lang/bla.adb: New file.
4671 * gdb.ada/frame_arg_lang/pck.ads: New file.
4672 * gdb.ada/frame_arg_lang/pck.adb: New file.
4673 * gdb.ada/frame_arg_lang/foo.c: New file.
4674
4675 2019-05-08 Tom Tromey <tromey@adacore.com>
4676
4677 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4678
4679 2019-05-08 Tom Tromey <tromey@adacore.com>
4680
4681 * gdb.base/ptype-offsets.exp: Update tests.
4682
4683 2019-05-08 Tom Tromey <tromey@adacore.com>
4684
4685 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4686 cases.
4687 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4688 "short".
4689
4690 2019-05-08 Tom Tromey <tromey@adacore.com>
4691
4692 * gdb.ada/vla.exp: New file.
4693 * gdb.ada/vla/vla.adb: New file.
4694
4695 2019-05-07 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4698
4699 2019-05-07 Tom de Vries <tdevries@suse.de>
4700
4701 PR testsuite/24522
4702 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4703 section.
4704
4705 2019-05-07 Tom de Vries <tdevries@suse.de>
4706
4707 PR testsuite/24522
4708 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4709 .debug_aranges section.
4710
4711 2019-05-07 Tom de Vries <tdevries@suse.de>
4712
4713 PR testsuite/24159
4714 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4715
4716 2019-05-06 Tom de Vries <tdevries@suse.de>
4717
4718 * lib/gdb.exp (exec_has_index_section): New proc.
4719 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4720 section.
4721
4722 2019-05-04 Tom de Vries <tdevries@suse.de>
4723
4724 * boards/cc-with-debug-names.exp: New file.
4725
4726 2019-05-03 Tom Tromey <tromey@adacore.com>
4727
4728 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4729 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4730 * gdb.ada/char_enum.exp: Add test.
4731
4732 2019-05-03 Tom de Vries <tdevries@suse.de>
4733
4734 * boards/cc-with-gdb-index.exp: New file.
4735
4736 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.rust/simple.exp: Add new test case.
4739 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4740 (main): Initialise an instance of the new struct.
4741
4742 2019-05-01 Tom Tromey <tromey@adacore.com>
4743
4744 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4745 record.
4746 (NPR): New variable.
4747 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4748 test.
4749
4750 2019-05-01 Tom Tromey <tromey@adacore.com>
4751
4752 * gdb.ada/packed_array_assign.exp: Add packed assignment
4753 regression test.
4754
4755 2019-05-01 Tom de Vries <tdevries@suse.de>
4756
4757 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4758
4759 2019-05-01 Tom de Vries <tdevries@suse.de>
4760
4761 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4762
4763 2019-04-30 Ali Tamur <tamur@google.com>
4764
4765 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4766
4767 2019-04-30 Tom Tromey <tromey@adacore.com>
4768
4769 * lib/ada.exp (find_ada_tool): New proc.
4770 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4771 * gdb.ada/catch_ex_std.exp: New file.
4772 * gdb.ada/catch_ex_std/foo.adb: New file.
4773 * gdb.ada/catch_ex_std/some_package.adb: New file.
4774 * gdb.ada/catch_ex_std/some_package.ads: New file.
4775
4776 2019-04-30 Tom Tromey <tromey@adacore.com>
4777
4778 PR c++/24470:
4779 * gdb.cp/temargs.cc: Add test code from PR.
4780
4781 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4782
4783 * gdb.fortran/vla-datatypes.exp: Update expected results.
4784 * gdb.fortran/vla-ptype.exp: Likewise.
4785 * gdb.fortran/vla-type.exp: Likewise.
4786 * gdb.fortran/vla-value.exp: Likewise.
4787
4788 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4789
4790 * gdb.fortran/ptr-indentation.exp: Update expected results.
4791 * gdb.fortran/ptype-on-functions.exp: Likewise.
4792 * gdb.fortran/vla-ptr-info.exp: Likewise.
4793 * gdb.fortran/vla-value.exp: Likewise.
4794
4795 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.fortran/ptype-on-functions.exp: New file.
4798 * gdb.fortran/ptype-on-functions.f90: New file.
4799
4800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4801
4802 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4803 case void string.
4804
4805 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.fortran/complex.exp: Expand.
4808 * gdb.fortran/complex.f: Renamed to...
4809 * gdb.fortran/complex.f90: ...this, and extended to add more
4810 complex values.
4811
4812 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4813
4814 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4815 MODULO, CMPLX.
4816
4817 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4818 Richard Bunt <richard.bunt@arm.com>
4819
4820 * gdb.base/max-depth.c: New file.
4821 * gdb.base/max-depth.exp: New file.
4822 * gdb.python/py-nested-maps.c: New file.
4823 * gdb.python/py-nested-maps.exp: New file.
4824 * gdb.python/py-nested-maps.py: New file.
4825 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4826 (test_all_common): Call test_max_depth.
4827 * gdb.fortran/max-depth.exp: New file.
4828 * gdb.fortran/max-depth.f90: New file.
4829 * gdb.go/max-depth.exp: New file.
4830 * gdb.go/max-depth.go: New file.
4831 * gdb.modula2/max-depth.exp: New file.
4832 * gdb.modula2/max-depth.c: New file.
4833 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4834
4835 2019-04-29 Tom de Vries <tdevries@suse.de>
4836
4837 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4838
4839 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4840
4841 * gdb.base/callexit.exp: Test may-call-functions off.
4842
4843 2019-04-25 Keith Seitz <keiths@redhat.com>
4844
4845 PR c++/24367
4846 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4847 (another_incomplete_struct, test_incomplete): New definitions.
4848 (main): Use new definitions.
4849 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4850 functions.
4851
4852 2019-04-25 Ali Tamur <tamur@google.com>
4853
4854 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4855
4856 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4857
4858 PR corefiles/11608
4859 PR corefiles/18187
4860 * gdb.base/coredump-filter-build-id.exp: New file.
4861
4862 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4863
4864 * Makefile.in: Pass through GDBSERVER_DEBUG.
4865 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4866 (gdbserver,debug): Add board setting.
4867 * gdb.trace/tspeed.exp: Skip when debugging.
4868 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4869 * lib/gdbserver-support.exp: Likewise
4870
4871 2019-04-24 Tom Tromey <tromey@adacore.com>
4872
4873 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4874 Rust.
4875
4876 2019-04-24 Tom Tromey <tromey@adacore.com>
4877
4878 * gdb.arch/amd64-eval.exp: Test bitfield return.
4879 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4880 (class Foo) <return_bitfields>: New method.
4881 (main): Call it.
4882
4883 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4884
4885 * gdb.cp/many-args.cc: New file.
4886 * gdb.cp/many-args.exp: New file.
4887
4888 2019-04-23 Tom de Vries <tdevries@suse.de>
4889
4890 PR gdb/24433
4891 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4892
4893 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4894
4895 * gdb.trace/backtrace.exp: Use nopie flag.
4896 * gdb.trace/circ.exp: Likewise.
4897 * gdb.trace/collection.exp: Likewise.
4898 * gdb.trace/ftrace.exp: Likewise.
4899 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4900 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4901 * gdb.trace/qtro.exp: Likewise.
4902 * gdb.trace/read-memory.exp: Likewise.
4903 * gdb.trace/report.exp: Likewise.
4904 * gdb.trace/tfile.exp: Likewise.
4905 * gdb.trace/tfind.exp: Likewise.
4906 * gdb.trace/unavailable.exp: Likewise.
4907
4908 2019-04-22 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.base/solib-probes-nosharedlibrary.c,
4911 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4912
4913 2019-04-19 Tom Tromey <tromey@adacore.com>
4914
4915 * gdb.ada/ptype_union.c: New file.
4916 * gdb.ada/ptype_union.exp: New file.
4917
4918 2019-04-19 Tom Tromey <tromey@adacore.com>
4919
4920 PR symtab/24423:
4921 * gdb.base/list0.h (foo): Add a control-l character.
4922
4923 2019-04-18 Tom de Vries <tdevries@suse.de>
4924
4925 PR gdb/24433
4926 * boards/local-board.exp: Set sysroot to "".
4927
4928 2019-04-18 Tom de Vries <tdevries@suse.de>
4929 Pedro Alves <palves@redhat.com>
4930
4931 PR gdb/24454
4932 * gdb.threads/vfork-follow-child-exec.c: New file.
4933 * gdb.threads/vfork-follow-child-exec.exp: New file.
4934 * gdb.threads/vfork-follow-child-exit.c: New file.
4935 * gdb.threads/vfork-follow-child-exit.exp: New file.
4936
4937 2019-04-15 Leszek Swirski <leszeks@google.com>
4938
4939 * gdb.arch/amd64-eval.cc: New file.
4940 * gdb.arch/amd64-eval.exp: New file.
4941
4942 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4943
4944 * gdb.server/sysroot.c: New test.
4945 * gdb.server/sysroot.exp: New file.
4946 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4947 matching param.
4948
4949 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * gdb.base/align.exp: Extend test to cover structures containing
4952 only static fields.
4953
4954 2019-04-11 Tom de Vries <tdevries@suse.de>
4955
4956 * boards/cc-with-dwz-m.exp: New file.
4957 * boards/cc-with-dwz.exp: New file.
4958 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4959
4960 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4961
4962 * gdb.base/start-cpp.exp: New file.
4963 * gdb.base/start-cpp.cc: New file.
4964
4965 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4966
4967 * gdb.python/py-thrhandle.exp: Adjust tests to call
4968 thread_from_handle instead of thread_from_thread_handle.
4969
4970 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4971
4972 * gdb.python/py-thrhandle.exp: Add tests for
4973 gdb.InferiorThread.handle.
4974
4975 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.python/py-function.exp: Check calling helper function from
4978 all languages.
4979 * lib/gdb.exp (gdb_supported_languages): New proc.
4980
4981 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * gdb.base/complex-parts.c: New file.
4984 * gdb.base/complex-parts.exp: New file.
4985
4986 2019-04-01 Tom Tromey <tromey@adacore.com>
4987
4988 PR symtab/23331:
4989 * gdb.dwarf2/dw2-ranges-main.c: New file.
4990 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4991 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4992
4993 2019-03-30 Simon Marchi <simark@simark.ca>
4994
4995 * gdb.base/default.exp: Add values for $_gdb_major and
4996 $_gdb_minor.
4997
4998 2019-03-29 Tom Tromey <tromey@adacore.com>
4999
5000 * gdb.base/help.exp: Tighten apropos regexp.
5001
5002 2019-03-29 Keith Seitz <keiths@redhat.com>
5003
5004 * gdb.fortran/array-bounds.exp: New file.
5005 * gdb.fortran/array-bounds.f90: New file.
5006
5007 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5008
5009 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5010
5011 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5012
5013 * gdb.multi/hello.c (main): Increase alarm timer.
5014
5015 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5016
5017 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5018 factor when no hardware watchpoint support.
5019
5020 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5021 Pedro Alves <palves@redhat.com>
5022
5023 * boards/local-board.exp: set sysroot to /.
5024
5025 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5026
5027 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5028 in child.
5029
5030 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5031
5032 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5033 field.
5034 (make_container): Initialise new field.
5035 * gdb.python/py-prettyprint.exp: Add new tests.
5036 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5037 <display_hint>: New method.
5038
5039 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5042 gdb_continue_to_breakpoint more throughout this test.
5043 (run_lang_tests) Supply unique test names, and use
5044 gdb_test_no_output.
5045
5046 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5047
5048 * gdb.base/finish-pretty.exp: Update expected results.
5049 * gdb.base/pretty-print.c: New file.
5050 * gdb.base/pretty-print.exp: New file.
5051
5052 2019-03-25 Pedro Alves <palves@redhat.com>
5053
5054 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5055 move comments outside list. Append '-i "" eof' section.
5056
5057 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5058
5059 PR testsuite/25016
5060 * README: Add pie options.
5061 * gdb.base/break-interp.exp: Ensure pie is disabled.
5062 * gdb.base/dump.exp: Likewise.
5063 * lib/gdb.exp (gdb_compile): Add pie option.
5064
5065 2019-03-19 Tom Tromey <tromey@adacore.com>
5066
5067 * gdb.mi/mi2-cli-display.c: New file.
5068 * gdb.mi/mi2-cli-display.exp: New file.
5069
5070 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5071 Tom Tromey <tromey@adacore.com>
5072
5073 * gdb.ada/ptype_array/pck.adb: New file.
5074 * gdb.ada/ptype_array/pck.ads: New file.
5075 * gdb.ada/ptype_array/foo.adb: New file.
5076 * gdb.ada/ptype_array.exp: New file.
5077
5078 2019-03-14 Tom Tromey <tromey@adacore.com>
5079
5080 * gdb.base/style.exp: Add "set style sources" test.
5081
5082 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5083
5084 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5085 * mi-breakpoint-multiple-locations.exp: ... this.
5086 (make_breakpoints_pattern): New proc.
5087 (do_test): Add mi_version parameter, test -break-insert,
5088 -break-info and =breakpoint-created.
5089
5090 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * config/default.exp: Remove 'load_lib gdb.exp'.
5093 * config/monitor.exp: Likewise.
5094 * config/sid.exp: Likewise.
5095 * config/sim.exp: Likewise.
5096 * config/slite.exp: Likewise.
5097 * config/unix.exp: Likewise.
5098 * gdb.base/default.exp: Remove unhelpful comment.
5099
5100 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5103
5104 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5107
5108 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5109
5110 * gdb.fortran/type-kinds.exp: Update expected results.
5111
5112 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5113
5114 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5115
5116 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5117
5118 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5119 function.
5120 (test_basic_parsing_of_type_kinds): Expand types tested.
5121 (test_parsing_invalid_type_kinds): New function.
5122
5123 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5124
5125 * gdb.fortran/intrinsics.exp: New file.
5126 * gdb.fortran/intrinsics.f90: New file.
5127 * gdb.fortran/type-kinds.exp: New file.
5128
5129 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5130
5131 * gdb.fortran/dot-ops.exp: New file.
5132
5133 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5134
5135 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5136 Check upper and lower case logical literals.
5137
5138 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5139
5140 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5141 Remove duplicate tests.
5142
5143 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5144
5145 * lib/gdb.exp (builtin_cd): rename of cd.
5146 (cd): Override builtin.
5147
5148 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5149
5150 * gdb.fortran/function-calls.exp: New file.
5151 * gdb.fortran/function-calls.f90: New test.
5152
5153 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5154
5155 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5156 on user program standard output.
5157 * gdb.fortran/short-circuit-argument-list.f90: Record function
5158 calls.
5159
5160 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5161
5162 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5163 failure.
5164
5165 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5166
5167 PR gdb/8527
5168 * gdb.base/interrupt-daemon-attach.c,
5169 gdb.base/interrupt-daemon-attach.exp: New test.
5170
5171 2019-02-27 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/page.exp: Add tests for "set width/height -1".
5174
5175 2019-02-27 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/page.exp: Add tests for "set/show width/height" with
5178 "infinite" values.
5179
5180 2019-02-27 Tom Tromey <tromey@adacore.com>
5181
5182 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5183 2.4.
5184 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5185 workaround.
5186
5187 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5188
5189 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5190 tests for structs with static members.
5191
5192 2019-02-26 Tom Tromey <tromey@adacore.com>
5193
5194 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5195 ValueError, not TypeError.
5196
5197 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5198
5199 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5200 call from main program.
5201
5202 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5203
5204 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5205 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5206 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5207 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5208 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5209
5210 2019-02-22 Keith Seitz <keiths@redhat.com>
5211
5212 PR symtab/23853
5213 * gdb.base/symlink-sourcefile.c: New file.
5214 * gdb.base/symlink-sourcefile.exp: New file.
5215
5216 2019-02-20 Tom Tromey <tom@tromey.com>
5217
5218 * gdb.base/info_qt.exp: Update.
5219
5220 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5221
5222 * gdb.base/source.exp: Move "error in sourced script" code to
5223 the end.
5224 * gdb.base/source-error.gdb: Move contents to
5225 source-error-1.gdb. Add new code to source source-error-1.gdb.
5226 * gdb.base/source-error-1.gdb: New file, from previous
5227 source-error.gdb.
5228
5229 2019-02-17 Tom Tromey <tom@tromey.com>
5230
5231 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5232 for macro styling.
5233 * gdb.base/style.c (SOME_MACRO): New macro.
5234
5235 2019-02-17 Tom Tromey <tom@tromey.com>
5236
5237 * gdb.base/style.exp: Add line-wrapping tests.
5238 * gdb.base/page.exp: Add test for quitting during pagination.
5239
5240 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5241
5242 * gdb.ada/big_packed_array: New testcase.
5243 * gdb.ada/homonym.exp: Fix incorrect expected output for
5244 "break <homonym__get_value>" test.
5245
5246 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5247
5248 PR breakpoints/21870
5249 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5250 and prepare_for_testing. Add comment.
5251 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5252 redundant cleanup call. Clean up comment.
5253
5254 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5255
5256 PR breakpoints/21870
5257 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5258 * gdb.arch/aarch64-dbreg-contents.c: New file.
5259
5260 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5261
5262 * gdb.ada/mi_ref_changeable: New testcase.
5263
5264 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5265
5266 * gdb.base/attach.exp: Add double attach test.
5267
5268 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5269
5270 * lib/gdb.exp (default_gdb_start): Don't match pagination
5271 prompt.
5272 (gdb_init): Set stty_init.
5273
5274 2019-01-27 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5277 skip_python_tests.
5278
5279 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5280
5281 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5282 New structure.
5283 (struct struct_static_02_02): Likewise.
5284 (struct struct_static_02_03): Likewise.
5285 (struct struct_static_02_04): Likewise.
5286 (struct struct_static_04_01): Likewise.
5287 (struct struct_static_04_02): Likewise.
5288 (struct struct_static_04_03): Likewise.
5289 (struct struct_static_04_04): Likewise.
5290 (struct struct_static_06_01): Likewise.
5291 (struct struct_static_06_02): Likewise.
5292 (struct struct_static_06_03): Likewise.
5293 (struct struct_static_06_04): Likewise.
5294 (cmp_struct_static_02_01): Likewise.
5295 (cmp_struct_static_02_02): Likewise.
5296 (cmp_struct_static_02_03): Likewise.
5297 (cmp_struct_static_02_04): Likewise.
5298 (cmp_struct_static_04_01): Likewise.
5299 (cmp_struct_static_04_02): Likewise.
5300 (cmp_struct_static_04_03): Likewise.
5301 (cmp_struct_static_04_04): Likewise.
5302 (cmp_struct_static_06_01): Likewise.
5303 (cmp_struct_static_06_02): Likewise.
5304 (cmp_struct_static_06_03): Likewise.
5305 (cmp_struct_static_06_04): Likewise.
5306 (call_all): Test new structs.
5307 * gdb.base/infcall-nested-structs.exp: Likewise.
5308
5309 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5310 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5311
5312 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5313 * gdb.base/stack-protector.c: New test.
5314 * gdb.base/stack-protector.exp: New file.
5315 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5316 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5317 option.
5318 (gdb_compile): Remove stack protector for GCC and prevent
5319 recursion.
5320
5321 2019-01-16 Keith Seitz <keiths@redhat.com>
5322
5323 PR gdb/23773
5324 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5325
5326 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5327
5328 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5329 aliases.
5330 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5331 tests.
5332 * gdb.arch/powerpc-vector-regs.c: New file.
5333 * gdb.arch/powerpc-vector-regs.exp: New file.
5334
5335 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5336
5337 * gdb.arch/altivec-regs.exp: Fix the list passed to
5338 gdb_expect_list when testing "info vector".
5339
5340 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5341
5342 * gdb.base/style.exp: Don't include path in testname.
5343
5344 2019-01-10 Keith Seitz <keiths@redhat.com>
5345
5346 PR gdb/23712
5347 PR symtab/23010
5348 * gdb.dwarf2/multidictionary.exp: New file.
5349
5350 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5353 (test_gnuv3_style_demangling): ... this.
5354 (test_lucid_style_demangling): Remove.
5355 (test_arm_style_demangling): Remove.
5356 (test_hp_style_demangling): Remove.
5357 (do_tests): Remove calls to the above.
5358
5359 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5360
5361 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5362 case.
5363
5364 2019-01-06 Tom Tromey <tom@tromey.com>
5365
5366 PR gdb/28155:
5367 * gdb.dwarf2/typedef-void-finish.exp: New file.
5368
5369 2018-12-28 Tom Tromey <tom@tromey.com>
5370 Simon Marchi <simark@simark.ca>
5371
5372 * gdb.base/jit-exec.exp: New file.
5373 * gdb.base/jit-exec.c: New file.
5374 * gdb.base/jit-execd.c: New file.
5375
5376 2018-12-28 Tom Tromey <tom@tromey.com>
5377
5378 * gdb.base/style.exp: Update test to check for address styling.
5379
5380 2018-12-28 Tom Tromey <tom@tromey.com>
5381
5382 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5383 message.
5384
5385 2018-12-28 Tom Tromey <tom@tromey.com>
5386
5387 * gdb.base/style.exp: Add test for version number styling.
5388
5389 2018-12-28 Tom Tromey <tom@tromey.com>
5390
5391 * gdb.base/style.exp: Add test for print_address_symbolic.
5392
5393 2018-12-28 Tom Tromey <tom@tromey.com>
5394
5395 * gdb.base/style.exp: Add test for breakpoint setting.
5396
5397 2018-12-28 Tom Tromey <tom@tromey.com>
5398
5399 * gdb.base/style.exp: Add test for variable names.
5400
5401 2018-12-28 Tom Tromey <tom@tromey.com>
5402
5403 * gdb.base/style.exp: New file.
5404 * gdb.base/style.c: New file.
5405
5406 2018-12-28 Tom Tromey <tom@tromey.com>
5407
5408 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5409 "dumb".
5410 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5411 the TERM environment variable.
5412
5413 2018-12-27 Tom Tromey <tom@tromey.com>
5414
5415 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5416 pagination test.
5417
5418 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5421 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5422
5423 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5424
5425 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5426 Filename a.adb changed to bp_fun_addr.adb.
5427 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5428
5429 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5430
5431 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5432 non-PIE executables.
5433 * README: Mention the gdb,nopie_flag board setting.
5434 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5435 non-PIE executable.
5436 * gdb.arch/amd64-entry-value.exp: Likewise.
5437 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5438 * gdb.arch/i386-float.exp: Likewise.
5439 * gdb.arch/i386-signal.exp: Likewise.
5440 * gdb.mi/mi-reg-undefined.exp: Likewise.
5441
5442 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5443
5444 PR gdb/23974
5445 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5446
5447 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5448
5449 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5450 Update order of results accordingly.
5451
5452 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.base/annota1.exp: Update a test regexp.
5455
5456 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5457
5458 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5459
5460 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5461
5462 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5463 (reuse_time): Initialize to REUSE_TIME_CAP.
5464 (check_rc): New function.
5465 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5466 Check pthread_create rc.
5467 (spawner_thread_func): Check pthread_create and pthread_join rc.
5468
5469 2018-12-08 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/list.exp (test_forward_search): Rename to ...
5472 (test_forward_reverse_search): ... this. Also test reverse-search
5473 and the forward-search alias.
5474
5475 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5476
5477 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5478 local timeout variable before return, and remove all local timeout
5479 variable entirely.
5480 (gdb_load): Likewise.
5481
5482 2018-12-01 Tom de Vries <tdevries@suse.de>
5483
5484 * gdb.base/gdb-caching-proc.exp: New file.
5485
5486 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5487
5488 * Makefile.in (TIMESTAMP): New variable.
5489 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5490 command.
5491 (check-single-racy): Likewise.
5492 (check/%.exp): Likewise.
5493 (check-racy/%.exp): Likewise.
5494 (workers/%.worker): Likewise.
5495 (build-perf): Likewise.
5496 (check-perf): Likewise.
5497 * README: Describe new "TS" and "TS_FORMAT" variables.
5498 * print-ts.py: New file.
5499
5500 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5501
5502 PR python/23714
5503 * gdb.python/python.exp: Test command repetition after
5504 gdb.execute.
5505
5506 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5507
5508 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5509 is correctly aligned.
5510
5511 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5512
5513 * gdb.ada/info_auto_lang.exp: New testcase.
5514 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5515 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5516 * gdb.ada/info_auto_lang/some_c.c: New file.
5517
5518 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5519
5520 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5521 FUNC_lang language syntax.
5522
5523 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5524
5525 * gdb.base/info_minsym.c: New file.
5526 * gdb.base/info_minsym.exp: New file.
5527
5528 2018-11-19 Tom Tromey <tom@tromey.com>
5529
5530 PR rust/23625:
5531 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5532 * gdb.rust/expr.exp: Update expected output. Change one test.
5533
5534 2018-11-19 Tom Tromey <tom@tromey.com>
5535
5536 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5537
5538 2018-11-19 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5541 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5542 see the expected warning.
5543
5544 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5545
5546 PR gdb/22736:
5547 * gdb.cp/infcall-nodebug-lib.c: New test.
5548 * gdb.cp/infcall-nodebug-main.c: New test.
5549 * gdb.cp/infcall-nodebug.exp: New file.
5550
5551 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5552
5553 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5554 completer tests.
5555
5556 2018-11-09 Tom de Vries <tdevries@suse.de>
5557
5558 * gdb.base/msym-lang.c: New test.
5559 * gdb.base/msym-lang.exp: New file.
5560 * gdb.base/msym-lang-main.c: New test.
5561
5562 2018-11-08 Tom Tromey <tom@tromey.com>
5563
5564 PR gdb/23555:
5565 PR gdb/23838:
5566 * gdb.base/warning.exp: New file.
5567
5568 2018-11-08 Jan Beulich <jbeulich@suse.com>
5569
5570 * testsuite/gdb.arch/i386-avx512.c,
5571 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5572
5573 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5574
5575 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5576 point hardware.
5577
5578 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5581 * gdb.dwarf2/missing-type-name.exp: New file.
5582
5583 2018-11-06 Tom de Vries <tdevries@suse.de>
5584
5585 * gdb.base/many-headers.c: New test.
5586 * gdb.base/many-headers.exp: New file.
5587
5588 2018-11-06 Jim Wilson <jimw@sifive.com>
5589
5590 * gdb.base/code_elim.exp: For riscv, set additional_flags
5591 to include -msmall-data-limit=0.
5592
5593 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5594
5595 * gdb.ada/watch_minus_l: New testcase.
5596
5597 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5598
5599 * gdb.arch/aix-sighandle.c: New file.
5600 * gdb.arch/aix-sighandle.exp: New file.
5601
5602 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5603
5604 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5605 registers being unions.
5606
5607 2018-10-31 Tom de Vries <tdevries@suse.de>
5608
5609 * lib/valgrind.exp: New file.
5610 (vgdb_start, vgdb_stop): New procs, factored out of ...
5611 * gdb.base/valgrind-bt.exp: ... here, ...
5612 * gdb.base/valgrind-disp-step.exp: ... here and ...
5613 * gdb.base/valgrind-infcall.exp: ... here.
5614
5615 2018-10-31 Tom de Vries <tdevries@suse.de>
5616
5617 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5618
5619 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.dwarf2/void-type.c: New file.
5622 * gdb.dwarf2/void-type.exp: New file.
5623
5624 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5625
5626 * gdb.base/info_qt.c: New file.
5627 * gdb.base/info_qt.exp: New file.
5628
5629 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5630
5631 * gdb.arch/powerpc-htm-regs.c: New file.
5632 * gdb.arch/powerpc-htm-regs.exp: New file.
5633
5634 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5635
5636 * gdb.arch/powerpc-tar.c: New file.
5637 * gdb.arch/powerpc-tar.exp: New file.
5638
5639 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5640
5641 * gdb.arch/powerpc-ppr-dscr.c: New file.
5642 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5643
5644 2018-10-25 Tom de Vries <tdevries@suse.de>
5645
5646 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5647
5648 2018-10-24 Tom de Vries <tdevries@suse.de>
5649
5650 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5651 longer exists error.
5652
5653 2018-10-24 Tom de Vries <tdevries@suse.de>
5654
5655 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5656
5657 2018-10-24 Tom de Vries <tdevries@suse.de>
5658
5659 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5660 --db-attach in valgrind.
5661
5662 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.arch/riscv-reg-aliases.c: New file.
5665 * gdb.arch/riscv-reg-aliases.exp: New file.
5666
5667 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5668
5669 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5670
5671 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5672
5673 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5674
5675 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5676
5677 * gdb.cp/ovldbreak.exp: Fix regexps.
5678
5679 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5680
5681 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5682
5683 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5684
5685 PR cli/23785
5686 * gdb.base/restore.exp: New test to check if "restore" with an
5687 invalid file doesn't segfault.
5688
5689 2018-10-18 Tom de Vries <tdevries@suse.de>
5690
5691 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5692 * gdb.ada/excep_handle.exp: Same.
5693 * gdb.ada/mi_string_access.exp: Same.
5694 * gdb.ada/mi_var_union.exp: Same.
5695 * gdb.arch/arc-analyze-prologue.exp: Same.
5696 * gdb.arch/arc-decode-insn.exp: Same.
5697 * gdb.base/readnever.exp: Same.
5698 * gdb.fortran/printing-types.exp: Same.
5699 * gdb.guile/scm-lazy-string.exp: Same.
5700
5701 2018-10-16 Tom de Vries <tdevries@suse.de>
5702
5703 PR gdb/23730
5704 * gdb.base/catch-follow-exec.c: Add copyright notice.
5705 * gdb.base/catch-follow-exec.exp: Rewrite to use
5706 gdb_spawn_with_cmdline_opts. Require gdb-native.
5707
5708 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5709
5710 * gdb.trace/actions-changed.exp: Check for arch support.
5711 * gdb.trace/actions.exp: Likewise.
5712 * gdb.trace/ax.exp: Likewise.
5713 * gdb.trace/backtrace.exp: Likewise.
5714 * gdb.trace/change-loc.exp: Likewise.
5715 * gdb.trace/deltrace.exp: Likewise.
5716 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5717 * gdb.trace/ftrace.exp: Likewise.
5718 * gdb.trace/infotrace.exp: Check for arch support.
5719 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5720 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5721 * gdb.trace/mi-tsv-changed.exp: Likewise.
5722 * gdb.trace/packetlen.exp: Likewise.
5723 * gdb.trace/passc-dyn.exp: Likewise.
5724 * gdb.trace/passcount.exp: Likewise.
5725 * gdb.trace/pending.exp: Likewise.
5726 * gdb.trace/range-stepping.exp: Check for shlib support.
5727 * gdb.trace/report.exp: Check for arch support.
5728 * gdb.trace/save-trace.exp: Likewise.
5729 * gdb.trace/signal.exp: Check for signal support.
5730 * gdb.trace/tfind.exp: Check for arch support.
5731 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5732 * gdb.trace/trace-common.h: Add comment.
5733 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5734 * gdb.trace/trace-enable-disable.exp: Likewise.
5735 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5736 * gdb.trace/tracecmd.exp: Check for arch support.
5737 * gdb.trace/tspeed.exp: Check for shlib and target support.
5738 * gdb.trace/tstatus.exp: Check for arch support.
5739 * gdb.trace/tsv.exp: Likewise.
5740 * gdb.trace/while-dyn.exp: Likewise.
5741 * gdb.trace/while-stepping.exp: Likewise.
5742 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5743
5744 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5745
5746 * gdb.trace/tspeed.exp: Remove nowarnings.
5747 (prepare_for_trace_test): Declare "global ipalib".
5748 * gdb.trace/tspeed.c: Include unistd.h.
5749 (main): Remove superfluous printf argument.
5750
5751 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5752
5753 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5754 directory prefix on the filename.
5755
5756 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5757
5758 * gdb.gdb/unittest.exp: Update expected message informing that
5759 selftests have been disabled.
5760 * gdb.server/unittest.exp: Likewise.
5761
5762 2018-10-09 Tom de Vries <tdevries@suse.de>
5763
5764 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5765 with runto_main.
5766
5767 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5768
5769 PR c++/16841
5770 * gdb.cp/virtbase2.cc: New file.
5771 * gdb.cp/virtbase2.exp: New file.
5772
5773 2018-10-06 Tom Tromey <tom@tromey.com>
5774
5775 PR python/19399:
5776 * gdb.python/py-inferior.exp: Add architecture test.
5777
5778 2018-10-06 Tom Tromey <tom@tromey.com>
5779
5780 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5781 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5782
5783 2018-10-06 Tom Tromey <tom@tromey.com>
5784
5785 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5786 of a "throw" catchpoint.
5787
5788 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5789
5790 * gdb.base/info-proc.exp: Update string expected from "help info
5791 proc".
5792
5793 2018-10-04 Tom Tromey <tom@tromey.com>
5794
5795 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5796 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5797 (test_initial_complaints, test_empty_complaints): Update.
5798 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5799
5800 2018-10-04 Tom Tromey <tom@tromey.com>
5801
5802 PR cli/19551:
5803 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5804 * lib/gdb.exp (gdb_file_cmd): Update.
5805 * gdb.stabs/weird.exp (print_weird_var): Update.
5806 * gdb.server/solib-list.exp: Update.
5807 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5808 * gdb.mi/mi-cli.exp: Update.
5809 * gdb.linespec/linespec.exp: Update.
5810 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5811 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5812 * gdb.cp/cp-relocate.exp: Update.
5813 * gdb.base/sym-file.exp: Update.
5814 * gdb.base/relocate.exp: Update.
5815 * gdb.base/readnever.exp: Update.
5816 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5817 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5818 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5819 * gdb.base/code_elim.exp: Update.
5820 * gdb.base/break-unload-file.exp (test_break): Update.
5821 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5822 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5823 Update.
5824 * gdb.base/attach.exp (do_attach_tests): Update.
5825 * gdb.base/sepdebug.exp: Update.
5826 * gdb.python/py-section-script.exp: Update.
5827
5828 2018-10-04 Tom Tromey <tom@tromey.com>
5829
5830 PR cli/22234:
5831 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5832 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5833 output.
5834
5835 2018-10-04 Tom Tromey <tom@tromey.com>
5836
5837 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5838 set width and height to 0.
5839 (test_command_line_attach_run): Use -quiet.
5840
5841 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5842
5843 * lib/gdb.exp (skip_ifunc_tests): New.
5844 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5845 other compile failures.
5846 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5847
5848 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5851 is_amd64_regs_target.
5852
5853 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5854
5855 * gdb.arch/aarch64-sighandler-regs.c: New test.
5856 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5857 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5858
5859 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5860
5861 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5862 assembly.
5863
5864 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5865
5866 * gdb.base/frame-selection.exp: New file.
5867 * gdb.base/frame-selection.c: New file.
5868
5869 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5870
5871 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5872 pthread barrier.
5873 (main): Likewise.
5874
5875 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5876
5877 * gdb.base/large-frame-1.c: New file.
5878 * gdb.base/large-frame-2.c: New file.
5879 * gdb.base/large-frame.exp: New file.
5880 * gdb.base/large-frame.h: New file.
5881
5882 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5883
5884 PR gdb/20948
5885 * gdb.base/write_mem.exp: New test.
5886 * gdb.base/write_mem.c: Likewise.
5887
5888 2018-09-23 Tom Tromey <tom@tromey.com>
5889
5890 PR python/18852:
5891 * gdb.python/py-parameter.exp: Add test for parameter that throws
5892 on "set".
5893
5894 2018-09-23 Tom Tromey <tom@tromey.com>
5895
5896 PR python/17284:
5897 * gdb.python/py-template.exp (test_template_arg): Add test for
5898 negative template argument number.
5899
5900 2018-09-23 Tom Tromey <tom@tromey.com>
5901
5902 PR python/14062:
5903 * gdb.python/python.exp: Add test for post_event error.
5904
5905 2018-09-23 Tom Tromey <tom@tromey.com>
5906
5907 PR python/18170:
5908 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5909 convert pointers to int and long.
5910
5911 2018-09-23 Tom Tromey <tom@tromey.com>
5912
5913 PR python/20126:
5914 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5915 signed-ness conversion tests.
5916
5917 2018-09-23 Tom Tromey <tom@tromey.com>
5918
5919 PR python/18352;
5920 * gdb.python/py-value.exp (test_float_conversion): New proc.
5921 Use it.
5922
5923 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5924
5925 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5926
5927 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5928
5929 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5930 no readline.
5931 * gdb.base/utf8-identifiers.exp: Likewise.
5932 * gdb.cp/cpcompletion.exp: Likewise.
5933 * gdb.linespec/cpcompletion.exp: Likewise.
5934 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5935 * gdb.linespec/cpls-ops.exp: Likewise.
5936
5937 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5938 Chris January <chris.january@arm.com>
5939
5940 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5941 * gdb.fortran/short-circuit-argument-list.exp: New file.
5942 * gdb.fortran/short-circuit-argument-list.f90: New test.
5943
5944 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5945
5946 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5947 "arch=" keyword when executing "-stack-list-frames".
5948
5949 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5950
5951 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5952 "arch=" keyword when executing "-stack-list-frames".
5953
5954 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5955
5956 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5957 break ada".
5958
5959 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5960
5961 PR python/23669
5962 * gdb.python/python.exp: Test gdb.execute("show commands").
5963
5964 2018-09-16 Tom Tromey <tom@tromey.com>
5965
5966 * gdb.base/new-ui.exp (do_execution_tests): Update.
5967 * gdb.base/dbx.exp (test_breakpoints): Update.
5968
5969 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5970
5971 * lib/gdb.exp (gdb_simple_compile): Add proc.
5972 (is_elf_target): Use gdb_simple_compile.
5973 (skip_altivec_tests): Likewise.
5974 (skip_vsx_tests): Likewise.
5975 (skip_tsx_tests): Likewise.
5976 (skip_btrace_tests): Likewise.
5977 (skip_btrace_pt_tests): Likewise.
5978 (gdb_can_simple_compile): Likewise.
5979 (gdb_has_argv0): Likewise.
5980 (gdb_target_symbol_prefix): Likewise.
5981 (target_supports_scheduler_locking): Likewise.
5982
5983 2018-09-13 Tom Tromey <tom@tromey.com>
5984
5985 * Makefile.in (TAGS): Recognize proc_with_prefix and
5986 gdb_caching_proc.
5987
5988 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5989
5990 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5991 method.
5992
5993 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5994
5995 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5996 and a few other Inferior properties when the Inferior is no
5997 longer valid.
5998
5999 2018-09-13 Tom Tromey <tom@tromey.com>
6000
6001 PR rust/23650:
6002 * gdb.rust/simple.exp: Add test for enum field access error.
6003
6004 2018-09-13 Tom Tromey <tom@tromey.com>
6005
6006 PR rust/23626:
6007 * gdb.rust/simple.rs (EmptyEnum): New type.
6008 (main): Use it.
6009 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6010
6011 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6012
6013 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6014 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6015 * gdb.python/py-symtab.exp: Update test printing an objfile.
6016
6017 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6018
6019 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6020 object.
6021
6022 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6023
6024 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6025 (support_complex_tests): Use gdb_can_simple_compile.
6026 (is_ilp32_target): Likewise.
6027 (is_lp64_target): Likewise.
6028 (is_64_target): Likewise.
6029 (is_amd64_regs_target): Likewise.
6030 (is_aarch32_target): Likewise.
6031 (gdb_int128_helper): Likewise.
6032
6033 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6036
6037 2018-09-10 Jerome Guitton <guitton@adacore.com>
6038
6039 * gdb.ada/same_component_name: Add test for case of tagged record
6040 with variable-length fields.
6041
6042 2018-09-10 Xavier Roirand <roirand@adacore.com>
6043
6044 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6045 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6046 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6047 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6048
6049 2018-09-10 Xavier Roirand <roirand@adacore.com>
6050
6051 * gdb.ada/mi_string_access.exp: New testcase.
6052 * gdb.ada/mi_string_access/bar.adb: New file.
6053 * gdb.ada/mi_string_access/pck.adb: New file.
6054 * gdb.ada/mi_string_access/pck.asd: New file.
6055
6056 2018-09-10 Xavier Roirand <roirand@adacore.com>
6057
6058 * gdb.ada/mi_var_union.exp: New testcase.
6059 * gdb.ada/mi_var_union/bar.adb: New file.
6060 * gdb.ada/mi_var_union/pck.adb: New file.
6061 * gdb.ada/mi_var_union/pck.asd: New file.
6062
6063 2018-09-08 Tom Tromey <tom@tromey.com>
6064
6065 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6066
6067 2018-09-08 Tom Tromey <tom@tromey.com>
6068
6069 PR python/16047:
6070 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6071 (register_pretty_printers): Register new printer.
6072 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6073 test.
6074 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6075 (an_int_type3): New global.
6076
6077 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6078
6079 * gdb.ada/expr_with_funcall: New testcase.
6080
6081 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6082
6083 * gdb.ada/packed_array_assign: New testcase.
6084
6085 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6086
6087 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6088 names, and add test prefixes to make test names unique.
6089
6090 2018-09-05 Tom de Vries <tdevries@suse.de>
6091
6092 * gdb.dwarf2/varval.exp: Add test.
6093
6094 2018-09-04 Gary Benson <gbenson@redhat.com>
6095
6096 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6097 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6098
6099 2018-08-31 Tom Tromey <tom@tromey.com>
6100
6101 * gdb.rust/simple.rs: Rename second variable "v".
6102
6103 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6104
6105 * gdb.base/funcargs.c (use_a): New function.
6106 (recurse): Call use_a.
6107
6108 2018-08-29 Keith Seitz <keiths@redhat.com>
6109
6110 * gdb.compile/compile-cplus-anonymous.cc: New file.
6111 * gdb.compile/compile-cplus-anonymous.exp: New file.
6112 * gdb.compile/compile-cplus-array-decay.cc: New file.
6113 * gdb.compile/compile-cplus-array-decay.exp: New file.
6114 * gdb.compile/compile-cplus-inherit.cc: New file.
6115 * gdb.compile/compile-cplus-inherit.exp: New file.
6116 * gdb.compile/compile-cplus-member.cc: New file.
6117 * gdb.compile/compile-cplus-member.exp: New file.
6118 * gdb.compile/compile-cplus-method.cc: New file.
6119 * gdb.compile/compile-cplus-method.exp: New file.
6120 * gdb.compile/compile-cplus-mod.c: "New" file.
6121 * gdb.compile/compile-cplus-namespace.cc: New file.
6122 * gdb.compile/compile-cplus-namespace.exp: New file.
6123 * gdb.compile/compile-cplus-nested.cc: New file.
6124 * gdb.compile/compile-cplus-nested.exp: New file.
6125 * gdb.compile/compile-cplus-print.c: "New" file.
6126 * gdb.compile/compile-cplus-print.exp: "New" file.
6127 * gdb.compile/compile-cplus-virtual.cc: New file.
6128 * gdb.compile/compile-cplus-virtual.exp: New file.
6129 * gdb.compile/compile-cplus.c: "New" file.
6130 * gdb.compile/compile-cplus.exp: "New" file.
6131 * lib/compile-support.exp: New file.
6132
6133 2018-08-16 Gary Benson <gbenson@redhat.com>
6134
6135 PR gdb/13000:
6136 * gdb.base/batch-exit-status.exp: New file.
6137 * gdb.base/batch-exit-status.good-commands: Likewise.
6138 * gdb.base/batch-exit-status.bad-commands: Likewise.
6139
6140 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6141
6142 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6143 (struct struct02): Likewise.
6144 (struct struct03): Likewise.
6145 (struct struct04): Likewise.
6146 (struct struct_01_01): New struct.
6147 (struct struct_01_02): Likewise.
6148 (struct struct_01_03): Likewise.
6149 (struct struct_01_04): Likewise.
6150 (struct struct_02_01): Likewise.
6151 (struct struct_02_02): Likewise.
6152 (struct struct_02_03): Likewise.
6153 (struct struct_02_04): Likewise.
6154 (struct struct_04_01): Likewise.
6155 (struct struct_04_02): Likewise.
6156 (struct struct_04_03): Likewise.
6157 (struct struct_04_04): Likewise.
6158 (struct struct_05_01): Likewise.
6159 (struct struct_05_02): Likewise.
6160 (struct struct_05_03): Likewise.
6161 (struct struct_05_04): Likewise.
6162 (cmp_struct01): Remove function.
6163 (cmp_struct02): Likewise.
6164 (cmp_struct03): Likewise.
6165 (cmp_struct04): Likewise.
6166 (cmp_struct_01_01): Add Function.
6167 (cmp_struct_01_02): Likewise.
6168 (cmp_struct_01_03): Likewise.
6169 (cmp_struct_01_04): Likewise.
6170 (cmp_struct_02_01): Likewise.
6171 (cmp_struct_02_02): Likewise.
6172 (cmp_struct_02_03): Likewise.
6173 (cmp_struct_02_04): Likewise.
6174 (cmp_struct_04_01): Likewise.
6175 (cmp_struct_04_02): Likewise.
6176 (cmp_struct_04_03): Likewise.
6177 (cmp_struct_04_04): Likewise.
6178 (cmp_struct_05_01): Likewise.
6179 (cmp_struct_05_02): Likewise.
6180 (cmp_struct_05_03): Likewise.
6181 (cmp_struct_05_04): Likewise.
6182 (call_all): Add new structs.
6183 * gdb.base/infcall-nested-structs.exp: Likewise.
6184
6185 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6186
6187 * gdb.python/py-framefilter-mi.exp: Update regexp to
6188 check for "arch" field in frame output.
6189
6190 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6191
6192 * gdb.dwarf2/dw2-ranges-func.c: New file.
6193 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6194
6195 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6196
6197 * gdb.base/term.exp: Compare terminal settings with values from
6198 the inferior.
6199 * gdb.base/term.c: Get and set terminal settings.
6200
6201 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6202
6203 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6204 accommodate new "arch" field in frame output.
6205 * gdb.mi/mi-return.exp: Likewise.
6206 * gdb.mi/mi-stack.exp: Likewise.
6207 * gdb.mi/mi-syn-frame.exp: Likewise.
6208 * gdb.mi/user-selected-context-sync.exp: Likewise.
6209
6210 2018-08-19 Michael Spang <spang@google.com>
6211
6212 PR gdb/11786
6213 * gdb.base/gcore-tls-pie.c: New file.
6214 * gdb.base/gcore-tls-pie.exp: New file.
6215
6216 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6217
6218 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6219 * gdb.dwarf2/varval.c: New file.
6220 * gdb.dwarf2/varval.exp: New file.
6221
6222 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6223
6224 PR gdb/18931
6225 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6226
6227 2018-08-16 Keith Seitz <keiths@redhat.com>
6228
6229 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6230 tests expected to pass.
6231
6232 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6233
6234 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6235 -data-disassemble -a.
6236 (test_disassembly_bogus_args): Likewise.
6237
6238 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6239
6240 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6241
6242 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * gdb.base/vla-optimized-out.exp: Add new test.
6245
6246 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6247
6248 * gdb.base/vla-optimized-out-o3.exp: Delete.
6249 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6250 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6251 deleted tests.
6252
6253 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6254
6255 PR gdb/18050:
6256 * gdb.server/extended-remote-restart.c: New file.
6257 * gdb.server/extended-remote-restart.exp: New file.
6258
6259 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6260
6261 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6262 "set variable index = 42".
6263
6264 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6265
6266 * boards/index-cache-gdb.exp: New file.
6267 * gdb.dwarf2/index-cache.exp: New file.
6268 * gdb.dwarf2/index-cache.c: New file.
6269 * gdb.base/maint.exp: Check if we are using the index cache.
6270
6271 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6272
6273 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6274 MAKEFLAGS.
6275
6276 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6277
6278 * dg-extract-results.sh: Move to toplevel contrib.
6279 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6280 * Makefile.in (check-parallel-racy): Likewise.
6281
6282 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6283
6284 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6285 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6286 tests if the target supports scheduler locking.
6287
6288 2018-08-04 Tom de Vries <tdevries@suse.de>
6289
6290 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6291
6292 2018-08-02 Tom Tromey <tom@tromey.com>
6293
6294 PR symtab/16842.
6295 * gdb.cp/temargs.exp: Test "info address" of a template
6296 parameter.
6297
6298 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6299
6300 * gdb.python/py-mi-var-info-path-expression.c: New file.
6301 * gdb.python/py-mi-var-info-path-expression.py: New file.
6302 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6303
6304 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6305
6306 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6307 error after "cannot resolve name" string.
6308
6309 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6310
6311 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6312 started.
6313 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6314
6315 2018-07-28 Tom de Vries <tdevries@suse.de>
6316
6317 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6318
6319 2018-07-26 Tom de Vries <tdevries@suse.de>
6320
6321 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6322
6323 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6326 is visible.
6327
6328 2018-07-26 Tom de Vries <tdevries@suse.de>
6329
6330 PR breakpoints/23366
6331 * gdb.base/catch-follow-exec.c: New test.
6332 * gdb.base/catch-follow-exec.exp: New file.
6333
6334 2018-07-25 Tom de Vries <tdevries@suse.de>
6335
6336 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6337 vla-optimized-out.c.
6338
6339 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6340
6341 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6342 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6343
6344 2018-07-20 Tom de Vries <tdevries@suse.de>
6345
6346 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6347 NOCLONE macro.
6348 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6349
6350 2018-07-19 Tom de Vries <tdevries@suse.de>
6351
6352 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6353 regular expression.
6354
6355 2018-07-18 Tom de Vries <tdevries@suse.de>
6356
6357 * gdb.base/vla-optimized-out.c: New test.
6358 * gdb.base/vla-optimized-out.exp: New file.
6359
6360 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6361
6362 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6363 message "No address associated with hostname" when gdbserver
6364 cannot resolve the hostname.
6365
6366 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6367
6368 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6369 Add some test prefixes to make tests unique.
6370
6371 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6372
6373 * gdb.base/frameapply.c: New file.
6374 * gdb.base/frameapply.exp: New file.
6375
6376 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6377
6378 * gdb.base/skip.exp: Update expected error message.
6379
6380 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6381 Jan Kratochvil <jan.kratochvil@redhat.com>
6382 Paul Fertser <fercerpav@gmail.com>
6383 Tsutomu Seki <sekiriki@gmail.com>
6384
6385 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6386 parameter.
6387 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6388 by default.
6389 * boards/native-gdbserver.exp: Likewise.
6390 * gdb.server/run-without-local-binary.exp: Improve regexp used
6391 for detecting when a remote debugging connection succeeds.
6392 * gdb.server/server-connect.exp: New file.
6393 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6394 Do not prefix the port number with ":".
6395 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6396 support for detecting and using it. Add '$debughost_gdbserver'
6397 to the list of arguments used to start gdbserver. Handle case
6398 when gdbserver cannot resolve a network name.
6399
6400 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6401
6402 PR c++/23373
6403 * gdb.base/ptype-offsets.cc (struct static_member): New
6404 struct.
6405 (main) <stmember>: New variable.
6406 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6407 with a static member in it.
6408
6409 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6412 watchpoints enabled and disabled.
6413
6414 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * gdb.base/examine-backward.exp: Still run tests around address
6417 0x0, even if address 0x0 is not readable. Update the pattern for
6418 matching address 0x0 in expected output.
6419
6420 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6421
6422 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6423 malloc/free.
6424
6425 2018-07-04 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6428
6429 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6430
6431 PR tdep/8282
6432 * gdb.arch/mips-disassembler-options.exp: New test.
6433 * gdb.arch/mips-disassembler-options.s: New test source.
6434
6435 2018-06-29 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.threads/names.exp: Adjust expected "info threads" output.
6438
6439 2018-06-29 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.opt/inline-break.exp (line number, address): Add "info
6442 break" tests.
6443
6444 2018-06-29 Pedro Alves <palves@redhat.com>
6445
6446 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6447 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6448 number and address and running to them.
6449
6450 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6451
6452 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6453
6454 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 * lib/compiler.c: Remove executable permission flag.
6457
6458 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6459
6460 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6461 code.
6462 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6463
6464 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6465
6466 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6467
6468 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6469
6470 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6471 address argument is omitted.
6472
6473 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6474
6475 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6476
6477 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6478
6479 PR gdb/21695
6480 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6481 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6482
6483 2018-06-26 Tom Tromey <tom@tromey.com>
6484
6485 PR rust/22574:
6486 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6487 * gdb.rust/simple.rs (struct SimpleLayout): New.
6488
6489 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6490
6491 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6492 "info registers" output.
6493
6494 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6495
6496 * gdb.base/watchpoint-hw-attach.c: New test.
6497 * gdb.base/watchpoint-hw-attach.exp: New file.
6498
6499 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6500
6501 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6502 through /bin/sh.
6503 * boards/dwarf4-gdb-index.exp: Likewise.
6504 * boards/fission-dwp.exp: Likewise.
6505
6506 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6507
6508 * gdb.base/float128.exp: Add comment and improved fail message
6509 to the failure case of "print large128" test.
6510
6511 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6512
6513 * configure.ac: Remove AC_PREREQ.
6514 * configure: Re-generate.
6515
6516 2018-06-19 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6519 (func_extern_caller): New.
6520 (main): Call func_extern_caller.
6521 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6522 logic change.
6523
6524 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6525
6526 PR gdb/16841
6527 * gdb.cp/typedef-base.cc: New file.
6528 * gdb.cp/typedef-base.exp: New file.
6529
6530 2018-06-18 Tom de Vries <tdevries@suse.de>
6531
6532 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6533
6534 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6535 Richard Bunt <Richard.Bunt@arm.com>
6536
6537 * gdb.threads/attach-slow-waitpid.c: New file.
6538 * gdb.threads/attach-slow-waitpid.exp: New file.
6539 * gdb.threads/slow-waitpid.c: New file.
6540
6541 2018-06-14 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/fork-running-state.c: Include <errno.h>.
6544 (exit_if_relative_exits): New.
6545 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6546 exits.
6547 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6548 child exits.
6549
6550 2018-06-14 Tom de Vries <tdevries@suse.de>
6551
6552 PR cli/22573
6553 * gdb.base/finish-pretty.c: New test.
6554 * gdb.base/finish-pretty.exp: New file.
6555
6556 2018-06-14 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6559 gdb's expected startup output.
6560
6561 2018-06-14 Pedro Alves <palves@redhat.com>
6562
6563 * lib/selftest-support.exp (selftest_setup): Remove inlined
6564 function handling.
6565
6566 2018-06-14 Tom de Vries <tdevries@suse.de>
6567
6568 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6569 matching of breakpoint printing.
6570
6571 2018-06-13 Tom de Vries <tdevries@suse.de>
6572
6573 PR testsuite/23269
6574 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6575 (fork_child): ... here, and ...
6576 (fork_parent): ... here.
6577
6578 2018-06-12 Tom de Vries <tdevries@suse.de>
6579
6580 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6581
6582 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6583 Stephen Roberts <stephen.roberts@arm.com>
6584
6585 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6586 rewrite test to describe action performed, rather than possible
6587 failure.
6588
6589 2018-06-08 Gary Benson <gbenson@redhat.com>
6590
6591 * gdb.threads/check-libthread-db.exp: New file.
6592 * gdb.threads/check-libthread-db.c: Likewise.
6593
6594 2018-06-05 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.base/default.exp: Update expected "show version" output.
6597
6598 2018-06-05 Tom Tromey <tom@tromey.com>
6599
6600 PR cli/12326:
6601 * gdb.cp/static-print-quit.exp: Update.
6602 * lib/gdb.exp (pagination_prompt): Update.
6603 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6604 * gdb.python/python.exp: Update.
6605
6606 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6607
6608 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6609
6610 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6611
6612 * gdb.ada/bp_fun_addr: New testcase.
6613
6614 2018-06-01 Tom Tromey <tom@tromey.com>
6615
6616 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6617 results.
6618 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6619 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6620 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6621 * gdb.base/maint.exp (maint_pass_if): Update.
6622
6623 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6624
6625 * gdb.base/endian.exp: New test.
6626 * gdb.base/endian.c: New test source.
6627
6628 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6629
6630 PR gdb/23203
6631 * gdb.base/bt-selected-frame.c: New file.
6632 * gdb.base/bt-selected-frame.exp: New file.
6633 * lib/gdb.exp (get_current_frame_number): New function.
6634
6635 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6636 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.threads/tls-core.c: Include <stdlib.h>
6639 (thread_proc): Call `abort'.
6640 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6641 (tls_core_test): New procedure, bits factored out from ...
6642 (top level): ... here. Test both native cores and gcore cores.
6643
6644 2018-05-23 Tom Tromey <tom@tromey.com>
6645
6646 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6647
6648 2018-05-23 Tom Tromey <tom@tromey.com>
6649
6650 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6651 symfile_complaints.
6652 (test_short_complaints): Likewise.
6653 (test_empty_complaints): Likewise.
6654 (test_initial_complaints): Update.
6655
6656 2018-05-23 Tom Tromey <tom@tromey.com>
6657
6658 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6659
6660 2018-05-23 Tom Tromey <tom@tromey.com>
6661
6662 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6663 (test_short_complaints): Update.
6664
6665 2018-05-22 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/remote.exp: Only gdb_start after compiling the
6668 testcase. Issue "disconnect" before testing "set remote" command
6669 defaults. Issue clean_restart before running to main.
6670
6671 2018-05-22 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.base/remote.exp: Adjust expected output of "show remote
6674 memory-write-packet-size". Add tests for "set remote
6675 memory-write-packet-size 0" and "set remote
6676 memory-write-packet-size fixed/limit".
6677
6678 2018-05-22 Pedro Alves <palves@redhat.com>
6679
6680 PR gdb/22973
6681 * gdb.base/utf8-identifiers.c: New file.
6682 * gdb.base/utf8-identifiers.exp: New file.
6683
6684 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6685
6686 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6687
6688 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6689
6690 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6691
6692 2018-05-18 Tom Tromey <tom@tromey.com>
6693
6694 * gdb.base/ptype-offsets.exp: Update.
6695
6696 2018-05-17 Keith Seitz <keiths@redhat.com>
6697
6698 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6699 in expected breakpoint stop locations.
6700 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6701 move to proper scope to test variable values.
6702 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6703 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6704 New functions.
6705 (main): Call not_inline_func3.
6706 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6707 inline_func1, inline_func2, and inline_func3. Test that when each
6708 breakpoint is hit, GDB properly reports both the stop location
6709 and the backtrace. Repeat tests for temporary breakpoints.
6710
6711 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6712
6713 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6714 rather then trying to access it in determining whether the PID
6715 of `gdbserver' could have been retrieved.
6716
6717 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.arch/amd64-init-x87-values.S: New file.
6720 * gdb.arch/amd64-init-x87-values.exp: New file.
6721
6722 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6725
6726 2018-05-04 Tom Tromey <tom@tromey.com>
6727
6728 PR python/22730:
6729 * gdb.python/python.exp: Test multi-line execute.
6730
6731 2018-05-04 Tom Tromey <tom@tromey.com>
6732
6733 PR python/22731:
6734 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6735
6736 2018-05-04 Tom Tromey <tom@tromey.com>
6737
6738 PR gdb/11750:
6739 * gdb.base/define.exp: Test defining a user command inside a user
6740 command.
6741 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6742
6743 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6744 Pedro Alves <palves@redhat.com>
6745
6746 PR breakpoints/19806 and support for PR external/20207.
6747 * gdb.base/watchpoint-unaligned.c: New file.
6748 * gdb.base/watchpoint-unaligned.exp: New file.
6749
6750 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6751
6752 * gdb.base/maint.exp: Make test names unique, use
6753 test_prefix_command_help to test 'help maint info', and remove
6754 repeated test of 'help maint'.
6755
6756 2018-05-04 Tom Tromey <tom@tromey.com>
6757
6758 PR gdb/22619:
6759 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6760 behavior.
6761
6762 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6763
6764 * gdb.base/maint.exp: Process output from 'maint print registers'
6765 line at a time.
6766
6767 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6770 timeout.
6771
6772 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6773
6774 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6775 filter pattern.
6776
6777 2018-05-02 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6780 to_log_command renames.
6781 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6782
6783 2018-05-02 Tom Tromey <tom@tromey.com>
6784
6785 * gdb.python/py-parameter.exp: Set test message.
6786
6787 2018-05-02 Tom Tromey <tom@tromey.com>
6788
6789 PR python/20084:
6790 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6791 PARAM_ZUINTEGER_UNLIMITED tests.
6792
6793 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6794
6795 PR rust/23124
6796 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6797 when casting.
6798
6799 2018-04-30 Tom Tromey <tom@tromey.com>
6800
6801 * gdb.python/py-type.exp: Check align attribute.
6802 * gdb.python/py-type.c: New "aligncheck" global.
6803
6804 2018-04-30 Tom Tromey <tom@tromey.com>
6805
6806 PR exp/17095:
6807 * gdb.dwarf2/dw2-align.exp: New file.
6808 * gdb.cp/align.exp: New file.
6809 * gdb.base/align.exp: New file.
6810 * lib/gdb.exp (gdb_int128_helper): New proc.
6811 (has_int128_c, has_int128_cxx): New caching procs.
6812
6813 2018-04-27 Tom Tromey <tom@tromey.com>
6814
6815 PR rust/22545:
6816 * gdb.rust/simple.exp: Add inclusive range tests.
6817
6818 2018-04-26 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6821 ifunc breakpoint locations correctly of ifunc breakpoints set
6822 while the program resolves the ifunc.
6823
6824 2018-04-26 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.base/gnu-ifunc-final.c: New file.
6827 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6828 * gdb.base/gnu-ifunc.exp (executable): Delete.
6829 (staticexecutable): Adjust.
6830 (lib_opts, exec_opts): Delete.
6831 (make_binsuffix, build, set-break): New procedures.
6832 (misc_tests): New, with tests factored out from the top level.
6833 (top level): Test different combinations of ifunc resolver name,
6834 resolver with and with debug info, and ifunc target with and
6835 without debug info. Wrap static tests with with_target_prefix.
6836
6837 2018-04-26 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6840 return type" warnings.
6841
6842 2018-04-25 Pedro Alves <palves@redhat.com>
6843
6844 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6845 killed".
6846 * gdb.base/kill-after-signal.exp: Likewise.
6847 * gdb.threads/kill.exp: Likewise.
6848
6849 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6850 Sergio Durigan Junior <sergiodj@redhat.com>
6851 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6854 regexps to expect for '[Inferior ... detached]' as well.
6855 * gdb.base/attach.exp: Likewise.
6856 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6857 "gdb_continue_to_end".
6858 (test_catch_syscall_with_wrong_args): Likewise.
6859 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6860 ']'. Don't set 'verbose' on.
6861 * gdb.base/foll-vfork.exp: Likewise.
6862 * gdb.base/fork-print-inferior-events.c: New file.
6863 * gdb.base/fork-print-inferior-events.exp: New file.
6864 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6865 '[Inferior ... has been killed]' message.
6866 * gdb.base/kill-after-signal.exp: Likewise.
6867 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6868 detach message.
6869 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6870 message.
6871 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6872 regexps to expect for '[Inferior ... detached]' as well.
6873 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6874
6875 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6876
6877 PR gdb/23104
6878 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6879
6880 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6881
6882 PR gdb/23095
6883 * gdb.base/break-probes.exp: Pass shlib_load to
6884 prepare_for_testing. Set normal_bp to r_debug_state if target is
6885 bsd.
6886
6887 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6888
6889 * gdb.threads/multiple-successive-infcall.c: New test.
6890 * gdb.threads/multiple-successive-infcall.exp: New file.
6891
6892 2018-04-17 Tom Tromey <tom@tromey.com>
6893
6894 * gdb.rust/simple.rs (Union): New type.
6895 (main): New local "u".
6896 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6897
6898 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6899
6900 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6901 number information in output of "whereis" command.
6902 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6903
6904 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6905
6906 * gdb.ada/info_types.exp: Adjust expected output to the line
6907 numbers now printed by "info var/func/type".
6908 * gdb.base/completion.exp: Likewise.
6909 * gdb.base/included.exp: Likewise.
6910 * gdb.cp/cp-relocate.exp: Likewise.
6911 * gdb.cp/cplusfuncs.exp: Likewise.
6912 * gdb.cp/namespace.exp: Likewise.
6913 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6914
6915 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6916
6917 * gdb.btrace/cpu.exp: New.
6918
6919 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6920
6921 * gdb.base/step-indirect-call-thunk.exp: New.
6922 * gdb.base/step-indirect-call-thunk.c: New.
6923 * gdb.reverse/step-indirect-call-thunk.exp: New.
6924 * gdb.reverse/step-indirect-call-thunk.c: New.
6925
6926 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * gdb.base/pie-fork.c: New file.
6929 * gdb.base/pie-fork.exp: New file.
6930
6931 2018-04-11 Tom Tromey <tom@tromey.com>
6932
6933 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6934
6935 2018-04-10 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6938 exits. Instead loop running forever.
6939 (fork_parent): Run forever too.
6940
6941 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6942
6943 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6944 mi_continue_to_line.
6945 * gdb.mi/mi-stack.c (callee4): Add comment.
6946
6947 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6948
6949 * gdb.mi/mi-stack.exp: Fix indentation.
6950
6951 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 PR gdb/22979
6954 * gdb.arch/amd64-osabi.exp: New file.
6955
6956 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6957
6958 PR gdb/22980
6959 * gdb.base/osabi.exp: New file.
6960
6961 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6962
6963 * gdb.cp/static-typedef-print.exp: New file.
6964 * gdb.cp/static-typedef-print.cc: New file.
6965
6966 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.ada/varsize_limit: New testcase.
6969
6970 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6971
6972 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6973
6974 * gdb.ada/notcplusplus: New testcase.
6975
6976 * gdb.base/c-linkage-name.c: New file.
6977 * gdb.base/c-linkage-name.exp: New testcase.
6978
6979 2018-03-26 Tom Tromey <tom@tromey.com>
6980
6981 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6982 * gdb.python/py-framefilter.py (name_error): New global.
6983 (ErrorInName.function): Use name_error.
6984
6985 2018-03-26 Tom Tromey <tom@tromey.com>
6986
6987 PR backtrace/15582:
6988 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6989
6990 2018-03-23 Keith Seitz <keiths@redhat.com>
6991
6992 PR c++/22968
6993 * gdb.cp/subtypes.exp: New file.
6994 * gdb.cp/subtypes.h: New file.
6995 * gdb.cp/subtypes.cc: New file.
6996 * gdb.cp/subtypes-2.cc: New file.
6997
6998 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6999
7000 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7001 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7002 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7003 -nostartfiles when compiling the test. Confirm that all registers
7004 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7005
7006 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7007
7008 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7009 option, syntax was wrong anyway.
7010 * gdb.arch/arm-disp-step.exp: Likewise.
7011 * gdb.arch/sparc64-regs.exp: Likewise.
7012 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7013 option, syntax was wrong anyway, switch to use
7014 prepare_for_testing.
7015 * gdb.arch/i386-disp-step.exp: Likewise.
7016
7017 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018
7019 * gdb.ada/exec_changed.exp: Replace "target_info exists
7020 use_gdb_stub" by "use_gdb_stub".
7021 * gdb.ada/start.exp: Likewise.
7022 * gdb.base/async-shell.exp: Likewise.
7023 * gdb.base/attach-pie-misread.exp: Likewise.
7024 * gdb.base/attach-wait-input.exp: Likewise.
7025 * gdb.base/break-entry.exp: Likewise.
7026 * gdb.base/break-interp.exp: Likewise.
7027 * gdb.base/dprintf-detach.exp: Likewise.
7028 * gdb.base/nostdlib.exp: Likewise.
7029 * gdb.base/solib-nodir.exp: Likewise.
7030 * gdb.base/statistics.exp: Likewise.
7031 * gdb.base/testenv.exp: Likewise.
7032 * gdb.mi/mi-exec-run.exp: Likewise.
7033 * gdb.mi/mi-start.exp: Likewise.
7034 * gdb.multi/dummy-frame-restore.exp: Likewise.
7035 * gdb.multi/multi-arch-exec.exp: Likewise.
7036 * gdb.multi/multi-arch.exp: Likewise.
7037 * gdb.multi/tids.exp: Likewise.
7038 * gdb.multi/watchpoint-multi.exp: Likewise.
7039 * gdb.python/py-events.exp: Likewise.
7040 * gdb.threads/attach-into-signal.exp: Likewise.
7041 * gdb.threads/attach-stopped.exp: Likewise.
7042 * gdb.threads/threadapply.exp: Likewise.
7043 * lib/selftest-support.exp: Likewise.
7044
7045 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7046
7047 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7048
7049 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7050
7051 * gdb.perf/template-breakpoints.cc: New file.
7052 * gdb.perf/template-breakpoints.exp: New file.
7053 * gdb.perf/template-breakpoints.py: New file.
7054
7055 2018-03-19 Tom Tromey <tom@tromey.com>
7056
7057 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7058 y0.
7059 * gdb.rust/simple.exp: Test bare identifier form of struct
7060 initializer.
7061
7062 2018-03-19 Tom Tromey <tom@tromey.com>
7063
7064 * gdb.gdb/observer.exp: Remove.
7065
7066 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7067
7068 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7069 "qualified" option when setting breakpoints.
7070 * gdb.trace/backtrace.exp: Likewise.
7071 * gdb.trace/circ.exp: Likewise.
7072 * gdb.trace/collection.exp: Likewise.
7073 * gdb.trace/disconnected-tracing.exp: Likewise.
7074 * gdb.trace/ftrace-lock.exp: Likewise.
7075 * gdb.trace/ftrace.exp: Likewise.
7076 * gdb.trace/infotrace.exp: Likewise.
7077 * gdb.trace/packetlen.exp: Likewise.
7078 * gdb.trace/passc-dyn.exp: Likewise.
7079 * gdb.trace/qtro.exp: Likewise.
7080 * gdb.trace/read-memory.exp: Likewise.
7081 * gdb.trace/report.exp: Likewise.
7082 * gdb.trace/signal.exp: Likewise.
7083 * gdb.trace/status-stop.exp: Likewise.
7084 * gdb.trace/strace.exp: Likewise.
7085 * gdb.trace/tfind.exp: Likewise.
7086 * gdb.trace/trace-break.exp: Likewise.
7087 * gdb.trace/trace-condition.exp: Likewise.
7088 * gdb.trace/trace-mt.exp: Likewise.
7089 * gdb.trace/tstatus.exp: Likewise.
7090 * gdb.trace/tsv.exp: Likewise.
7091 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7092 * gdb.trace/unavailable.exp: Likewise.
7093 * gdb.trace/while-dyn.exp: Likewise.
7094
7095 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7096
7097 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7098 that libinproctrace is copied to the target.
7099
7100 2018-03-14 Tom Tromey <tom@tromey.com>
7101
7102 PR cli/14977:
7103 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7104 a null pointer.
7105 * gdb.base/wchar.exp: Likewise.
7106
7107 2018-03-14 Tom Tromey <tom@tromey.com>
7108
7109 PR cli/19918:
7110 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7111 flag.
7112
7113 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 PR gdb/22841
7116 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7117 "target" to remote_exec.
7118
7119 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7120
7121 PR gdb/22841
7122 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7123 ${board}_upload): Remove.
7124
7125 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7126
7127 * gdb.cp/watch-cp.cc: New test.
7128 * gdb.cp/watch-cp.exp: New file.
7129
7130 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7131
7132 * gdb.base/infcall-nested-structs.exp: New file.
7133 * gdb.base/infcall-nested-structs.c: New file.
7134 * gdb.base/float.exp: Add riscv support.
7135
7136 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7137
7138 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7139 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7140
7141 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7142
7143 * gdb.server/abspath.exp: New file.
7144 * lib/gdb.exp (with_cwd): New procedure.
7145
7146 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7149 use it.
7150 (gdb_is_target_remote_prompt): New proc.
7151 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7152 (gdb_is_target_native): Pass prompt parameter to
7153 gdb_is_target_1.
7154
7155 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7156
7157 * gdb.base/load-command.c: New file.
7158 * gdb.base/load-command.exp: New file.
7159 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7160 (gdb_is_target_1): ...this, and generalize for other targets
7161 than just remote.
7162 (gdb_is_target_remote): Use gdb_is_target_1.
7163 (gdb_is_target_native): use gdb_is_target_1.
7164
7165 2018-02-26 Tom Tromey <tom@tromey.com>
7166
7167 PR python/16497:
7168 * gdb.python/py-framefilter.exp: Update test.
7169
7170 2018-02-26 Tom Tromey <tom@tromey.com>
7171
7172 * gdb.dwarf2/variant.c: New file.
7173 * gdb.dwarf2/variant.exp: New file.
7174
7175 2018-02-26 Tom Tromey <tom@tromey.com>
7176
7177 * gdb.rust/simple.exp: Accept more possible results in enum test.
7178
7179 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7180
7181 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7182 parentheses.
7183
7184 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7185
7186 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7187 name of a variable: $actual_linejj -> $actual_line.
7188
7189 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7190
7191 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7192
7193 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7194
7195 * gdb.btrace/buffer-size.exp: Do not force BTS.
7196
7197 2018-02-14 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7200 getting a "Quit".
7201
7202 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7203
7204 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7205 Fix test name.
7206
7207 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * gdb.cp/m-static.exp: Check type of optimized out static
7210 member.
7211
7212 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7213
7214 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7215 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7216
7217 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7218 Leszek Swirski <leszeks@google.com>
7219
7220 * gdb.python/py-prettyprint.c
7221 (struct to_string_returns_value_inner,
7222 struct to_string_returns_value_wrapper): New.
7223 (main): Add tsrvw variable.
7224 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7225 ToStringReturnsValueWrapper): New classes.
7226 (register_pretty_printers): Register new pretty-printers.
7227 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7228 recursive pretty printer.
7229 * gdb.python/py-mi.exp: Likewise.
7230
7231 2018-02-01 Leszek Swirski <leszeks@google.com>
7232
7233 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7234 functions with the same name as an include file are parsed
7235 correctly.
7236
7237 2018-02-01 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7240 "\[^\r\n\]*".
7241
7242 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7243
7244 * gdb.arch/powerpc-prologue-frame.s: New file.
7245 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7246 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7247
7248 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7249
7250 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7251
7252 2018-01-30 Pedro Alves <palves@redhat.com>
7253
7254 PR gdb/13211
7255 * gdb.base/interrupt-daemon.c: New.
7256 * gdb.base/interrupt-daemon.exp: New.
7257 * gdb.multi/multi-term-settings.c: New.
7258 * gdb.multi/multi-term-settings.exp: New.
7259
7260 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7261
7262 * gdb.base/break.exp: Save the location where the breakpoint
7263 on break.c:47 was actually inserted when debugging the version
7264 compiled at -O2 and use it in the expected output of the "info
7265 break" test performed soon after.
7266
7267 2018-01-22 Pedro Alves <palves@redhat.com>
7268 Sergio Durigan Junior <sergiodj@redhat.com>
7269
7270 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7271 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7272
7273 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7274
7275 * gdb.base/break-include.c, gdb.base/break-include.inc,
7276 gdb.base/break-include.exp: New files.
7277 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7278 line number now being the actual line number where the breakpoint
7279 was inserted.
7280 * gdb.mi/mi-break.exp: Likewise.
7281 * gdb.mi/mi-reverse.exp: Likewise.
7282 * gdb.mi/mi-simplerun.exp: Ditto.
7283
7284 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7285
7286 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7287 varobj.
7288 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7289
7290 2018-01-21 Don Breazeal <donb@codesourcery.com>
7291 Andrew Burgess <andrew.burgess@embecosm.com>
7292
7293 * gdb.mi/basics.c: Add new global.
7294 * gdb.mi/mi-frame-regs.exp: New file.
7295 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7296 case.
7297
7298 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7299
7300 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7301 non-parameter, and on an unknown symbol.
7302
7303 2018-01-19 Tom Tromey <tom@tromey.com>
7304
7305 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7306 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7307
7308 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7309
7310 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7311 setrlimit and chdir to int.
7312
7313 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7314
7315 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7316 function.
7317 (my_tend): Likewise.
7318 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7319 rationale of avoiding FP- and vector instructions.
7320
7321 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7322
7323 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7324 "info reg" with "\[ \t\]*".
7325 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7326 "\[ \t\]+".
7327 * gdb.arch/s390-multiarch.exp: Ditto.
7328 * gdb.base/pc-fp.exp: Ditto.
7329 * gdb.reverse/i386-precsave.exp: Ditto.
7330 * gdb.reverse/i386-reverse.exp: Ditto.
7331 * gdb.reverse/i387-env-reverse.exp: Ditto.
7332 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7333
7334 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7335
7336 * lib/gdb.exp (gdb_compile): Re-enable use of
7337 universal_compile_options for languages other than Rust.
7338
7339 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7340
7341 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7342
7343 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7344
7345 PR gdb/16577
7346 * gdb.base/solib-vanish.exp: New.
7347 * gdb.base/solib-vanish-main.c: New.
7348 * gdb.base/solib-vanish-lib1.c: New.
7349 * gdb.base/solib-vanish-lib2.c: New.
7350
7351 2018-01-17 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.compile/compile.exp: Match the address printed for
7354 frame in the output of command "bt".
7355
7356 2018-01-15 Tom Tromey <tom@tromey.com>
7357
7358 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7359 compute sp_reg.
7360
7361 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7362
7363 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7364 to prepare.
7365 (prepare): Return 0 on error, 1 on success.
7366
7367 2018-01-12 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/continue-after-aborted-step-over.c: New.
7370 * gdb.base/continue-after-aborted-step-over.exp: New.
7371
7372 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7375 options when not creating an executable.
7376
7377 2018-01-11 Pedro Alves <palves@redhat.com>
7378
7379 PR remote/22597
7380 * gdb.server/stop-reply-no-thread.c: New file.
7381 * gdb.server/stop-reply-no-thread.exp: New file.
7382
7383 2018-01-10 Pedro Alves <palves@redhat.com>
7384
7385 PR gdb/22670
7386 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7387 functions too. Test setting breakpoints and printing C functions
7388 with no debug info too.
7389 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7390
7391 2018-01-10 Pedro Alves <palves@redhat.com>
7392
7393 PR gdb/22670
7394 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7395 a fail.
7396
7397 2018-01-10 Pedro Alves <palves@redhat.com>
7398
7399 PR gdb/22670
7400 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7401
7402 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7403
7404 * gdb.server/unittest.exp: Match the output in non-development
7405 mode.
7406
7407 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * gdb.gdb/unittest.exp: Match output in non-development mode.
7410
7411 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.ada/access_tagged_param.exp: Relax expected output
7414 for value of "ObjL" in "continue" to pck.inspect breakpoint
7415 test.
7416
7417 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7418
7419 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7420 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7421
7422 2018-01-05 Pedro Alves <palves@redhat.com>
7423
7424 PR gdb/18653
7425 * gdb.base/libsegfault.exp: New.
7426
7427 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7428
7429 PR gdb/22670
7430 * gdb.ada/access_tagged_param.exp: New file.
7431 * gdb.ada/access_tagged_param/foo.adb: New file.
7432
7433 2018-01-05 Pedro Alves <palves@redhat.com>
7434
7435 PR gdb/22670
7436 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7437 exercise lower case too, and to exercise both full matching and
7438 wild matching.
7439
7440 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7441
7442 * gdb.ada/rename_subscript_param: New testcase.
7443
7444 2018-01-05 Jerome Guitton <guitton@adacore.com>
7445
7446 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7447
7448 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7449
7450 * gdb.ada/convvar_comp: New testcase.
7451
7452 2018-01-05 Xavier Roirand <roirand@adacore.com>
7453
7454 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7455 (My_Table): New global variable.
7456 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7457
7458 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7459
7460 PR gdb/22670
7461 * gdb.ada/maint_with_ada: New testcase.
7462
7463 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7464
7465 PR gdb/22670
7466 * gdb.ada/bp_c_mixed_case: New testcase.
7467
7468 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7469
7470 PR gdb/22670
7471 * gdb.ada/complete.exp: Add "complete break ada" test.
7472
7473 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7474
7475 PR gdb/22670
7476 * gdb.ada/info_addr_mixed_case: New testcase.
7477
7478 2018-01-03 Xavier Roirand <roirand@adacore.com>
7479
7480 * gdb.ada/excep_handle.exp: New testcase.
7481 * gdb.ada/excep_handle/foo.adb: New file.
7482 * gdb.ada/excep_handle/pck.ads: New file.
7483
7484 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.base/step-line.c: Add extra empty line in copyright header.
7487 * gdb.base/step-line.inp: Likewise.
7488
7489 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7490
7491 * gdb.ada/dyn_stride.exp: Add slice test.
7492
7493 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.ada/dyn_stride: New testcase.
7496
7497 2017-12-27 Stafford Horne <shorne@gmail.com>
7498
7499 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7500 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7501
7502 2017-12-27 Stafford Horne <shorne@gmail.com>
7503
7504 * gdb.base/reggroups.c: New file.
7505 * gdb.base/reggroups.exp: New file.
7506
7507 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.dwarf2/ada-valprint-error.c: New file.
7510 * gdb.dwarf2/ada-valprint-error.exp: New file.
7511
7512 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7513
7514 * gdb.ada/assign_arr: New testcase.
7515
7516 2017-12-18 Xavier Roirand <roirand@adacore.com>
7517
7518 * gdb.ada/funcall_ptr: New testcase.
7519
7520 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7521
7522 PR cli/16224
7523 * gdb.base/ptype-offsets.cc: New file.
7524 * gdb.base/ptype-offsets.exp: New file.
7525
7526 2017-12-15 Yao Qi <yao.qi@linaro.org>
7527
7528 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7529 if XML is disabled.
7530
7531 2017-12-15 Xavier Roirand <roirand@adacore.com>
7532
7533 * gdb.ada/same_component_name: New testcase.
7534
7535 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7536
7537 * gdb.ada/str_binop_equal: New testcase.
7538
7539 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7540
7541 * gdb.ada/task_switch_in_core: New testcase.
7542
7543 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7544
7545 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7546 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7547 call test_bkpt_qualified.
7548 (test_bkpt_qualified): New proc.
7549
7550 2017-12-13 Pedro Alves <palves@redhat.com>
7551
7552 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7553 Tighten regexp by matching with an anchor.
7554
7555 2017-12-13 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7558 ("expression with namespace"): New set of tests.
7559 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7560 (Nested::Test_NS::qux): New.
7561 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7562 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7563
7564 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7565
7566 * gdb.base/server-del-break.c: New file.
7567 * gdb.base/server-del-break.exp: New file.
7568
7569 2017-12-12 Stafford Horne <shorne@gmail.com>
7570
7571 * gdb.xml/tdesc-regs.exp: Add or1k support.
7572
7573 2017-12-12 Stafford Horne <shorne@gmail.com>
7574
7575 * gdb.base/bp-permanent.c: Define nop of or1k.
7576
7577 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7580 output with components being reordered.
7581
7582 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7583
7584 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7585 output with components being reordered.
7586
7587 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7588 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/maint.exp (check for .gdb_index): Check also for
7591 .debug_names.
7592 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7593 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7594 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7595 (.gdb_index used after symbol reloading): Support also .debug_names.
7596 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7597
7598 2017-12-08 Yao Qi <yao.qi@linaro.org>
7599
7600 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7601 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7602
7603 2017-12-08 Yao Qi <yao.qi@linaro.org>
7604
7605 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7606 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7607
7608 2017-12-08 Yao Qi <yao.qi@linaro.org>
7609
7610 * gdb.arch/aarch64-tagged-pointer.c: New file.
7611 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7612
7613 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7614
7615 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7616 "int".
7617
7618 2017-12-07 Keith Seitz <keiths@redhat.com>
7619
7620 PR breakpoints/22569
7621 * gdb.linespec/ls-errs.exp: Change expected result of "break
7622 -source this file has spaces.c -line 3".
7623 Check that an explicit source file followed by whitespace is
7624 identified as an invalid explicit location.
7625
7626 2017-12-07 Keith Seitz <keiths@redhat.com>
7627
7628 * gdb.cp/nested-types.cc: New file.
7629 * gdb.cp/nested-types.exp: New file.
7630 * lib/cp-support.exp: Load data-structures.exp library.
7631 (debug_cp_test_ptype_class): New global.
7632 (cp_ptype_class_verbose, next_line): New procedures.
7633 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7634 Add and document new return value.
7635 Switch the list of lines to a queue.
7636 Add support for new `type' key for nested type definitions.
7637 Add debugging/troubleshooting messages.
7638 * lib/data-structures.exp: New file.
7639
7640 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7641
7642 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7643 with proc_with_prefix, don't use with_test_prefix.
7644
7645 2017-12-07 Tom Tromey <tom@tromey.com>
7646
7647 * gdb.base/break.exp: Add test for empty "commands".
7648
7649 2017-12-07 Yao Qi <yao.qi@linaro.org>
7650
7651 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7652 malloc and catch syscall.
7653
7654 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7655
7656 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7657 tests for explicit locations.
7658
7659 2017-12-06 Pedro Alves <palves@redhat.com>
7660
7661 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7662 force-disabling XML descriptions.
7663
7664 2017-12-04 Pedro Alves <palves@redhat.com>
7665
7666 PR gdb/22499
7667 * gdb.arch/amd64-disp-step-avx.S: New file.
7668 * gdb.arch/amd64-disp-step-avx.exp: New file.
7669
7670 2017-12-03 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7673 and <string.h>.
7674 (parent_function): Print distinct messages when waitpid fails, or
7675 the child exits with a signal, or the child exits for an unhandled
7676 reason.
7677 * gdb.threads/process-dies-while-detaching.exp
7678 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7679 it. Wait for both inferior output and GDB's prompt. Use an
7680 indirect spawn id list.
7681 (do_detach): New parameter 'child_exit'. Use it to compute
7682 expected inferior output.
7683 (test_detach, test_detach_watch, test_detach_killed_outside):
7684 Adjust to pass down the expected child exit kind.
7685
7686 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7687 Sergio Durigan Junior <sergiodj@redhat.com>
7688 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7691
7692 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7693
7694 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7695 to 'symbol-file' and 'add-symbol-file' can be
7696 position-independent.
7697
7698 2017-12-01 Yao Qi <yao.qi@linaro.org>
7699
7700 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7701 the URL in copyright header.
7702 * gdb.arch/aarch64-fp.exp: Likewise.
7703 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7704 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7705 * gdb.base/expand-psymtabs.exp: Likewise.
7706 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7707 * gdb.fortran/common-block.exp: Likewise.
7708 * gdb.fortran/common-block.f90: Likewise.
7709 * gdb.fortran/logical.exp: Likewise.
7710 * gdb.fortran/vla-datatypes.f90: Likewise.
7711 * gdb.fortran/vla-sub.f90: Likewise.
7712
7713 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7714
7715 * gdb.ada/repeat_dyn: New testcase.
7716
7717 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7718
7719 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7720 Update for changed thread numbering.
7721 * gdb.cell/bt.exp: Update for changed GDB output.
7722
7723 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7726 setting isremote by hand.
7727 * boards/dwarf4-gdb-index.exp: Likewise.
7728 * boards/fission.exp: Likewise.
7729 * boards/stabs.exp: Likewise.
7730
7731 2017-11-30 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.linespec/cpls-ops.exp
7734 (check_explicit_skips_function_argument): Extract the underlying
7735 type of size_t instead of hardcoding it.
7736
7737 2017-11-29 Pedro Alves <palves@redhat.com>
7738
7739 PR c++/19436
7740 * gdb.linespec/cpls-abi-tag.cc: New file.
7741 * gdb.linespec/cpls-abi-tag.exp: New file.
7742
7743 2017-11-29 Pedro Alves <palves@redhat.com>
7744
7745 * gdb.base/langs.exp: Use -qualified.
7746 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7747 it.
7748 * gdb.cp/namespace.exp: Use -qualified.
7749 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7750 (overload-3, template-overload, template-ret-type, const-overload)
7751 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7752 procedures.
7753 (test_driver): Call them.
7754 * gdb.cp/save-bp-qualified.cc: New.
7755 * gdb.cp/save-bp-qualified.exp: New.
7756 * gdb.linespec/explicit.exp: Test -qualified.
7757 * lib/completion-support.exp (completion::explicit_opts_list): Add
7758 "-qualified".
7759 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7760
7761 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7762
7763 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7764
7765 2017-11-29 Tom Tromey <tom@tromey.com>
7766
7767 * gdb.base/relocate.exp: Update invalid argument test.
7768 Add new tests for invalid arguments.
7769
7770 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7771
7772 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7773 Return 0 as a long.
7774 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7775
7776 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7777
7778 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7779 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7780 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7781 func ().
7782 * gdb.cp/shadow.cc (B.func): Return 0.
7783
7784 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7787 expected output in gdb_expect call to allow the exception
7788 message to be present as well. Fix syntax confusion to avoid
7789 TCL thinking that exception_name is an array.
7790
7791 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7792
7793 * gdb.arch/spu-info.c: Include <unistd.h>.
7794 (do_signal_test): Fix broken calls to write.
7795 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7796 Fix checks for empty mailboxes. Update signal tests for corrected
7797 do_signal_test routine. Allow nonzero event status.
7798 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7799 * gdb.cell/arch.exp: Use standard_output_file.
7800 * gdb.cell/break.exp: Likewise.
7801 * gdb.cell/bt.exp: Likewise.
7802 * gdb.cell/core.exp: Likewise.
7803 * gdb.cell/dwarfaddr.exp: Likewise.
7804 * gdb.cell/ea-cache.exp: Likewise.
7805 * gdb.cell/ea-standalone.exp: Likewise.
7806 * gdb.cell/f-regs.exp: Likewise.
7807 * gdb.cell/fork.exp: Likewise.
7808 * gdb.cell/gcore.exp: Likewise.
7809 * gdb.cell/mem-access.exp: Likewise.
7810 * gdb.cell/ptype.exp: Likewise.
7811 * gdb.cell/registers.exp: Likewise.
7812 * gdb.cell/sizeof.exp: Likewise.
7813 * gdb.cell/solib-symbol.exp: Likewise.
7814 * gdb.cell/solib.exp: Likewise.
7815
7816 2017-11-25 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.base/complete-empty.exp: New file.
7819 * gdb.base/completion.exp: Adjust.
7820
7821 2017-11-25 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.linespec/cpls-ops.cc: New file.
7824 * gdb.linespec/cpls-ops.exp: New file.
7825 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7826 factored out from ...
7827 (test_complete_prefix_range): ... this.
7828
7829 2017-11-24 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.linespec/cpcompletion.exp: New file.
7832 * gdb.linespec/cpls-hyphen.cc: New file.
7833 * gdb.linespec/cpls.cc: New file.
7834 * gdb.linespec/cpls2.cc: New file.
7835 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7836 test to use test_gdb_complete_unique. Add label completion,
7837 keyword completion and explicit location completion tests.
7838 * lib/completion-support.exp: New file.
7839
7840 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7843 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7844 when hitting an exception catchpoint.
7845
7846 2017-11-22 Yao Qi <yao.qi@linaro.org>
7847
7848 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7849
7850 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7851
7852 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7853 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7854 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7855
7856 2017-11-22 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.base/info-os.exp: Pass pthreads.
7859 * gdb.multi/multi-attach.exp: Likewise.
7860
7861 2017-11-22 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7864 compiler.
7865
7866 2017-11-22 Yao Qi <yao.qi@linaro.org>
7867
7868 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7869 * gdb.base/break-interp.exp: Likewise.
7870 * gdb.base/jit-attach-pie.exp: Likewise.
7871
7872 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7873
7874 * gdb.base/float128.c (large128): New variable.
7875 * gdb.base/float128.exp: Add test to print largest __float128 value.
7876
7877 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7878
7879 * gdb.arch/vsx-regs.exp: Update register content checks.
7880
7881 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7882
7883 * gdb.arch/ppc-longdouble.exp: New file.
7884 * gdb.arch/ppc-longdouble.c: Likewise.
7885
7886 2017-11-21 Pedro Alves <palves@redhat.com>
7887
7888 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7889
7890 2017-11-20 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7893 (long_double_typedef): New typedefs.
7894 Use DEF on double and long double.
7895 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7896 cases.
7897 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7898 and 'long_double_ptr_same_size' locals. Use them to decide
7899 whether cast from array/function to float is valid/invalid.
7900
7901 2017-11-17 Tom Tromey <tom@tromey.com>
7902
7903 * gdb.rust/traits.rs: New file.
7904 * gdb.rust/traits.exp: New file.
7905
7906 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7907
7908 * gdb.ada/minsyms: New testcase.
7909
7910 2017-11-16 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7913 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7914
7915 2017-11-16 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7918 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7919
7920 2017-11-16 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.server/reconnect-ctrl-c.c: New file.
7923 * gdb.server/reconnect-ctrl-c.exp: New file.
7924
7925 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7926
7927 * gdb.python/py-rbreak.exp: New file.
7928 * gdb.python/py-rbreak.c: New file.
7929 * gdb.python/py-rbreak-func2.c: New file.
7930
7931 2017-11-16 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7934 pattern.
7935 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7936 GDB.
7937
7938 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7939
7940 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7941 regex.
7942
7943 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7944
7945 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7946 test names.
7947
7948 2017-11-09 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7951 factored out from ...
7952 (top level): ... here, and adjusted to avoid expecting beyond the
7953 prompt in a single gdb_test_multiple.
7954
7955 2017-11-09 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7958 output.
7959 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7960 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7961 * gdb.server/ext-run.exp ("kill" test): Likewise.
7962 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7963
7964 2017-11-09 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7967 match till end of line.
7968
7969 2017-11-09 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7972
7973 2017-11-09 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7976 New procedures, factored out from ...
7977 (top level): ... here, and adjusted to avoid expecting beyond the
7978 prompt in one go.
7979
7980 2017-11-09 Pedro Alves <palves@redhat.com>
7981
7982 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7983 output. Fix '?' match.
7984
7985 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7986
7987 * gdb.ada/scoped_watch: New testcase.
7988 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7989 which is actually correct.
7990 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7991 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7992
7993 2017-11-08 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.gdb/complaints.exp (test_initial_complaints)
7996 (test_serial_complaints, test_short_complaints): Call
7997 complaint_internal instead of complaint.
7998
7999 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8000
8001 * gdb.threads/tls-core.c: New file.
8002 * gdb.threads/tls-core.exp: Likewise.
8003
8004 2017-11-08 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8007 (p Exported_Capitalized): New test.
8008 (p exported_capitalized): New test.
8009
8010 2017-11-07 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8013
8014 2017-11-07 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8017 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8018 (disable_invalid, disable_inverted, disable_negative): New
8019 procedures.
8020 ("bad numbers"): New set of tests.
8021
8022 2017-11-07 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.cp/ena-dis-br-range.exp: Add tests.
8025
8026 2017-11-07 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8029
8030 2017-11-07 Xavier Roirand <roirand@adacore.com>
8031 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.base/ena-dis-br.exp: Add reference to
8034 gdb.cp/ena-dis-br-range.exp.
8035 * gdb.cp/ena-dis-br-range.exp: New file.
8036 * gdb.cp/ena-dis-br-range.cc: New file.
8037
8038 2017-11-06 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.base/attach-non-pgrp-leader.c: New.
8041 * gdb.base/attach-non-pgrp-leader.exp: New.
8042
8043 2017-11-06 Pedro Alves <palves@redhat.com>
8044
8045 * configure.ac: No longer check for termio.h and sgtty.h.
8046 * configure: Regenerate.
8047 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8048 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8049 Remove termio and sgtty code.
8050
8051 2017-11-03 Yao Qi <yao.qi@linaro.org>
8052
8053 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8054 in GDB is disabled.
8055
8056 2017-11-03 Yao Qi <yao.qi@linaro.org>
8057
8058 * gdb.python/py-thrhandle.exp: Skip it if python is not
8059 enabled.
8060
8061 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8062
8063 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8064 as a breakpoint command.
8065
8066 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8067
8068 PR python/21213
8069 * gdb.python/py-infthread.exp: Test calling
8070 InferiorThread.inferior () multiple times in a row.
8071
8072 2017-10-27 Keith Seitz <keiths@redhat.com>
8073
8074 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8075 Test "info break" for every inlined function breakpoint.
8076
8077 2017-10-27 Yao Qi <yao.qi@linaro.org>
8078
8079 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8080
8081 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8082
8083 * gdb.cp/classes.exp (test_static_members): Test printing
8084 Outer::instance.
8085 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8086 (Inner::instance, Outer::instance): New.
8087
8088 2017-10-24 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8091 extra console" test in two stages.
8092
8093 2017-10-24 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8096
8097 2017-10-24 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8100 loop.
8101
8102 2017-10-24 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8105 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8106
8107 2017-10-24 Pedro Alves <palves@redhat.com>
8108
8109 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8110 parameter and handle it. Don't output read value in test name.
8111
8112 2017-10-24 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8115 custom test name.
8116
8117 2017-10-24 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8120 include the unstable output directory name in the test's name.
8121 (initial_setup_simple) <'set args'>: Use custom test name.
8122
8123 2017-10-24 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8126 with explicit test name.
8127
8128 2017-10-20 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8131 'wait -i'. Use gdb_assert and remote_close.
8132
8133 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8134
8135 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8136 number from variable rather than hard-coded.
8137
8138 2017-10-19 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/long-inferior-output.c: New file.
8141 * gdb.base/long-inferior-output.exp: New file.
8142
8143 2017-11-18 Keith Seitz <keiths@redhat.com>
8144
8145 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8146 method.
8147 (main): Call it.
8148 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8149 Add additional user-defined conversion operator tests.
8150
8151 2017-10-17 Pedro Alves <palves@redhat.com>
8152
8153 * boards/native-stdio-gdbserver.exp: Load "local-board".
8154
8155 2017-10-17 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/quit-live.c: New file.
8158 * gdb.base/quit-live.exp: New file.
8159
8160 2017-10-16 Keith Seitz <keiths@redhat.com>
8161
8162 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8163 (class_with_protected_typedef, class_with_private_typedef)
8164 (struct_with_public_typedef, struct_with_protected_typedef)
8165 (struct_with_private_typedef): New classes/structs.
8166 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8167 typedefs and access specifiers.
8168
8169 2017-10-16 Pedro Alves <palves@redhat.com>
8170 Simon Marchi <simon.marchi@polymtl.ca>
8171
8172 * README (Local vs Remote vs Native): New section.
8173 * boards/local-board.exp: New file, with bits factored out from
8174 ...
8175 * boards/native-extended-gdbserver.exp: ... here. Load
8176 "local-board".
8177 * boards/native-gdbserver.exp: Load "local-board".
8178 (${board}_spawn, ${board}_exec): Delete.
8179 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8180 ...
8181 * boards/stdio-gdbserver-base.exp: ... this new file.
8182 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8183 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8184 procedure.
8185 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8186 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8187 stdio_gdbserver_command.
8188 (${board}_get_remote_address, ${board}_get_comm_port)
8189 (${board}_download, ${board}_upload): Delete.
8190 (get_target_remote_pipe_cmd): New.
8191
8192 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8193
8194 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8195 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8196 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8197 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8198 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8199 remove with_test_prefix.
8200
8201 2017-10-13 Pedro Alves <palves@redhat.com>
8202
8203 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8204 * gdb.base/annota1.exp: Use it instead of is_remote.
8205 * gdb.base/annota3.exp: Use it instead of is_remote.
8206 * gdb.cp/annota2.exp: Use it instead of is_remote.
8207 * gdb.cp/annota3.exp: Use it instead of is_remote.
8208 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8209
8210 2017-10-13 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8213 (test_num_test_vars, run_and_count_vars, find_env)
8214 (test_set_unset_env, test_inherit_env_var): New procedures.
8215 (top level): Use them.
8216
8217 2017-10-13 Pedro Alves <palves@redhat.com>
8218
8219 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8220 also skip on stub-like targets.
8221
8222 2017-10-13 Pedro Alves <palves@redhat.com>
8223
8224 PR gdb/22293
8225 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8226 (top level): Move some tests to ...
8227 (test_not_found): ... this new procedure.
8228 (top level): Call it.
8229
8230 2017-10-13 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8233 expect different "info terminal" output if testing with a
8234 non-native target.
8235
8236 2017-10-13 Pedro Alves <palves@redhat.com>
8237 Simon Marchi <simon.marchi@polymtl.ca>
8238
8239 PR python/12966
8240 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8241
8242 2017-10-13 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8245 already.
8246
8247 2017-10-13 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8250 is_remote.
8251
8252 2017-10-13 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8255 is_remote.
8256
8257 2017-10-13 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8260 is set.
8261 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8262 instead of is_remote.
8263
8264 2017-10-13 Pedro Alves <palves@redhat.com>
8265
8266 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8267 (top level): Add comment.
8268
8269 2017-10-13 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/remote.exp (top level): Fix comment typo and add
8272 missing return.
8273
8274 2017-10-13 Pedro Alves <palves@redhat.com>
8275 Simon Marchi <simon.marchi@polymtl.ca>
8276
8277 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8278 calls and add comments. Skip test if use_gdb_stub is set.
8279 (top level): Use "set cwd" command instead of "cd" command.
8280
8281 2017-10-13 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8284 is_remote target check.
8285
8286 2017-10-13 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.base/scope.exp: Use build_executable + clean_restart +
8289 gdb_file_cmd instead of prepare_for_testing and no longer skip
8290 "before run" tests on is_remote target boards. Update comments.
8291 * boards/native-extended-gdbserver.exp
8292 (extended_gdbserver_load_last_file): New, factored out from ...
8293 (gdb_load): ... this. Move further below and add comment.
8294 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8295
8296 2017-10-12 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/attach.exp: Remove references to gdb64.
8299 * gdb.base/dbx.exp: Remove references to gdb64.
8300
8301 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8302 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.base/label.exp: Remove is_remote target check.
8305
8306 2017-10-12 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/auvx.exp (coredir): Update comment.
8309 (top level) <core_works>: Use "set cwd" command instead of "cd"
8310 command.
8311
8312 2017-10-12 Pedro Alves <palves@redhat.com>
8313 Simon Marchi <simon.marchi@polymtl.ca>
8314
8315 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8316 target boards.
8317
8318 2017-10-12 Pedro Alves <palves@redhat.com>
8319 Simon Marchi <simon.marchi@polymtl.ca>
8320
8321 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8322 Instead skip if there's any gdb_protocol set.
8323
8324 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8325 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8328
8329 2017-10-12 Pedro Alves <palves@redhat.com>
8330 Simon Marchi <simon.marchi@polymtl.ca>
8331
8332 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8333 instead of on dejagnu remote boards.
8334
8335 2017-10-12 Pedro Alves <palves@redhat.com>
8336 Simon Marchi <simon.marchi@polymtl.ca>
8337
8338 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8339 checks. Use build_executable + clean_restart instead of
8340 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8341 of enabling non-stop after starting gdb.
8342
8343 2017-10-12 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8346 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8347 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8348 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8349
8350 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8351
8352 * gdb.arch/arc-tdesc-cpu.exp: New file.
8353 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8354
8355 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8358
8359 2017-10-10 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8362 expect CLI output.
8363
8364 2017-10-10 Pedro Alves <palves@redhat.com>
8365
8366 * lib/selftest-support.exp (selftest_setup): Update for
8367 captured_command_loop's prototype change.
8368
8369 2017-10-09 Pedro Alves <palves@redhat.com>
8370
8371 Test both arch1=>arch2 and arch2=>arch1.
8372
8373 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8374 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8375 factored out to...
8376 (append_arch1_options, append_arch2_options, append_arch_options)
8377 (build_executables): New procedures.
8378 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8379 local.
8380 (top level): Add new 'first_arch' testing axis.
8381
8382 2017-10-09 Pedro Alves <palves@redhat.com>
8383
8384 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8385 (barrier): New.
8386 (thread_start, all_started): New functions.
8387 (main): Spawn new thread and wait until it is scheduled.
8388 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8389 option.
8390 (do_test): Add 'selected_thread' parameter. Run to all_started
8391 instead of main. Explicitly set the breakpoint at main. Switch
8392 to the SELECTED_THREAD thread.
8393 (top level): Test handling the exec event with either the main
8394 thread or the second thread selected.
8395
8396 2017-10-09 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8399 logic. Move STOP marker after the value checks.
8400 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8401 regexp.
8402
8403 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8404
8405 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8406
8407 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8408
8409 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8410 integer-to-dfp conversion.
8411 * gdb.base/dfp-test.exp: Likewise.
8412
8413 2017-10-04 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.multi/hangout.c: Include <unistd.h>.
8416 (hangout_loop): New function.
8417 (main): Call alarm. Call hangout_loop in a loop.
8418 * gdb.multi/hello.c: Include <unistd.h>.
8419 (hello_loop): New function.
8420 (main): Call alarm. Call hangout_loop in a loop.
8421 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8422 inferior with the other selected.
8423
8424 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * gdb.mi/list-thread-groups-available.exp: New file.
8427 * gdb.mi/list-thread-groups-available.c: New file.
8428
8429 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 * gdb.base/set-cwd.exp: Make it available on
8432 native-extended-gdbserver.
8433
8434 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8435
8436 * gdb.base/set-cwd.c: New file.
8437 * gdb.base/set-cwd.exp: Likewise.
8438
8439 2017-10-02 Tom Tromey <tom@tromey.com>
8440
8441 PR rust/22236:
8442 * gdb.rust/simple.rs (main): New variable "fslice".
8443 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8444
8445 2017-10-02 Tom Tromey <tom@tromey.com>
8446
8447 * gdb.rust/simple.exp: Test ptype of a slice.
8448
8449 2017-10-02 Tom Tromey <tom@tromey.com>
8450
8451 * gdb.rust/simple.exp: Test index of slice.
8452
8453 2017-09-27 Tom Tromey <tom@tromey.com>
8454
8455 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8456
8457 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8458 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/compare-sections.exp (get value of read-only section): Read
8461 as unsigned value.
8462 (corrupt read-only section): Likewise and don't set written if patching
8463 failed.
8464
8465 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8466
8467 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8468 files.
8469
8470 2017-09-20 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8473 symbol names in gdb's output.
8474 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8475
8476 2017-09-20 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8479 Rename to ...
8480 (test_list_ambiguous_symbol): ... this and add a symbol name
8481 parameter. Adjust.
8482 (test_list_ambiguous_function): Reimplement on top of
8483 test_list_ambiguous_symbol and also test listing ambiguous
8484 variables.
8485 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8486 (ambiguous_fun): ... this.
8487 (ambiguous_var): New.
8488 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8489 (ambiguous_fun): ... this.
8490 (ambiguous_var): New.
8491
8492 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8493
8494 * gdb.base/starti.c: New file.
8495 * gdb.base/starti.exp: New file.
8496 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8497
8498 2017-09-14 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8501 (top level): Use it instead of runto.
8502
8503 2017-09-11 Tom Tromey <tom@tromey.com>
8504
8505 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8506
8507 2017-09-11 Tom Tromey <tom@tromey.com>
8508
8509 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8510 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8511
8512 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8513
8514 * gdb.fortran/printing-types.exp: New file.
8515 * gdb.fortran/printing-types.exp: New file.
8516
8517 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8518
8519 * gdb.fortran/vla-ptype.exp: Fix typos.
8520 * gdb.fortran/vla-value.exp: Same.
8521
8522 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8523
8524 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8525 * gdb.mi/mi-var-child-f.exp: Likewise.
8526 * gdb.mi/mi-vla-fortran.exp: Likewise.
8527
8528 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8529 Christoph Weinmann <christoph.t.weinmann@intel.com>
8530 Bernhard Heckel <bernhard.heckel@intel.com>
8531
8532 * gdb.fortran/ptr-indentation.f90: New file.
8533 * gdb.fortran/ptr-indentation.exp: New file.
8534
8535 2017-09-05 Tom Tromey <tom@tromey.com>
8536
8537 PR gdb/22010:
8538 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8539
8540 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8541
8542 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8543
8544 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8545
8546 * gdb.threads/tls-nodebug-pie.c: New file.
8547 * gdb.threads/tls-nodebug-pie.exp: New file.
8548
8549 2017-09-05 Tom Tromey <tom@tromey.com>
8550
8551 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8552 for rust.
8553
8554 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8555
8556 * gdb.multi/multi-arch-exec.exp: Test with different
8557 "follow-exec-mode" settings.
8558 (do_test): New procedure.
8559
8560 2017-09-04 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/func-static.c (S::method const, S::method volatile)
8563 (S::method volatile const): New methods.
8564 (c_s, v_s, cv_s): New instances.
8565 (main): Call method() on them.
8566 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8567 (cannot_resolve): New procedure.
8568 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8569 print-quote-unquoted columns.
8570 (do_test): Test printing each scope too.
8571
8572 2017-09-04 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/local-static.exp: Also test with
8575 class::method::variable wholly quoted.
8576 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8577
8578 2017-09-04 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/local-static.c: New.
8581 * gdb.base/local-static.cc: New.
8582 * gdb.base/local-static.exp: New.
8583
8584 2017-09-04 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.asm/asm-source.exp: Add casts to int.
8587 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8588 (dataglobal64_1, dataglobal64_2): New globals.
8589 * gdb.base/nodebug.exp: Test different expressions involving the
8590 new globals, with print, whatis and ptype. Add casts to int.
8591 * gdb.base/solib-display.exp: Add casts to int.
8592 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8593 * gdb.cp/m-static.exp: Add cast to int.
8594 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8595 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8596 tls variable with no debug info without a cast. Test with a cast
8597 to int too.
8598 * gdb.trace/entry-values.exp: Add casts.
8599
8600 2017-09-04 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.base/nodebug.exp: Test that ptype's error about functions
8603 with unknown return type includes the function name too.
8604
8605 2017-09-04 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8608 return type of munmap in infcall.
8609 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8610 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8611 type of ftell in infcall.
8612 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8613 type of getpid in infcall.
8614 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8615 infcall.
8616 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8617 Bail on failure to extract the pid.
8618 * gdb.base/nodebug.c: #include <stdint.h>.
8619 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8620 New functions.
8621 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8622 Change expected output of print/whatis/ptype with functions with
8623 no debug info. Test all supported languages. Call
8624 test_call_promotion.
8625 * gdb.compile/compile.exp: Adjust expected output to expect
8626 warning.
8627 * gdb.threads/siginfo-threads.exp: Likewise.
8628
8629 2017-09-04 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8632 "prototypes". Test calling float functions via prototyped and
8633 unprototyped function pointers.
8634 (perform_all_tests): New parameter "prototypes". Pass it down.
8635 (top level): Pass down "prototypes" parameter to
8636 perform_all_tests.
8637
8638 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8641 Test with nested loops.
8642
8643 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * gdb.base/commands.exp: Call the new procedures.
8646 (loop_break_test, loop_continue_test): New procedures.
8647
8648 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8649
8650 * gdb.base/commands.exp: Call new procedure.
8651 (define_if_without_arg_test): New procedure.
8652
8653 2017-09-04 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/list-ambiguous.exp: New file.
8656 * gdb.base/list-ambiguous0.c: New file.
8657 * gdb.base/list-ambiguous1.c: New file.
8658 * gdb.base/list.exp (test_list_range): Adjust expected output.
8659
8660 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8661
8662 * gdb.base/share-env-with-gdbserver.c: New file.
8663 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8664
8665 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8666
8667 * gdb.base/commands.exp (gdbvar_simple_if_test,
8668 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8669 progvar_simple_if_test, progvar_simple_while_test,
8670 progvar_complex_if_while_test, user_defined_command_test,
8671 user_defined_command_args_eval,
8672 user_defined_command_args_stack_test,
8673 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8674 temporary_breakpoint_commands,
8675 gdb_test_no_prompt, redefine_hook_test,
8676 redefine_backtrace_test): Remove "global gdb_prompt".
8677
8678 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8679
8680 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8681 New proc, call it from toplevel.
8682
8683 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8684
8685 PR remote/21852
8686 * gdb.server/normal.c: New file, copied from gdb.base.
8687 * gdb.server/run-without-local-binary.exp: New file.
8688
8689 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8690
8691 * gdb.arch/sparc64-adi.exp: New file.
8692 * gdb.arch/sparc64-adi.c: New file.
8693
8694 2017-08-22 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8697 (top level): Add "list all overloads" tests.
8698
8699 2017-08-22 Tom Tromey <tom@tromey.com>
8700
8701 * gdb.gdb/xfullpath.exp: Remove.
8702
8703 2017-08-21 Pedro Alves <palves@redhat.com>
8704
8705 PR gdb/19487
8706 * gdb.base/symbol-alias.c: New.
8707 * gdb.base/symbol-alias2.c: New.
8708 * gdb.base/symbol-alias.exp: New.
8709
8710 2017-08-21 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.base/dfp-test.c
8713 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8714 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8715 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8716 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8717 * gdb.base/whatis-ptype-typedefs.c: New.
8718 * gdb.base/whatis-ptype-typedefs.exp: New.
8719 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8720 (an_int, an_int_type, an_int_type2): New globals.
8721 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8722 involving typedefs and cast expressions.
8723 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8724 (lookup_typedefs_function): New.
8725 (typedefs_pretty_printers_dict): New.
8726 (top level): Register lookup_typedefs_function in
8727 gdb.pretty_printers.
8728
8729 2017-08-18 Yao Qi <yao.qi@linaro.org>
8730
8731 * gdb.server/unittest.exp: New.
8732
8733 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8734
8735 PR gdb/21954
8736 * gdb.base/environ.exp: Add test to check if 'unset environment'
8737 works.
8738
8739 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8740
8741 * lib/gdb.exp (universal_compile_options): New caching proc.
8742 (gdb_compile): Suppress GCC's coloring of messages.
8743
8744 2017-08-14 Tom Tromey <tom@tromey.com>
8745
8746 PR gdb/21675:
8747 * gdb.base/printcmds.exp (test_radices): New function.
8748 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8749 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8750 * lib/gdb.exp (get_integer_valueof): Use p/d.
8751
8752 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8753
8754 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8755 characters.
8756
8757 2017-08-05 Tom Tromey <tom@tromey.com>
8758
8759 * gdb.rust/simple.exp: Allow String to appear in a different
8760 namespace.
8761
8762 2017-07-26 Yao Qi <yao.qi@linaro.org>
8763
8764 * gdb.gdb/unittest.exp: Invoke command
8765 "maintenance check xml-descriptions".
8766
8767 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8768
8769 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8770 calling context.
8771 (hex128): Drop erroneous calculation of parameters.
8772
8773 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * gdb.python/py-unwind.exp: Disable stack protection when
8776 building test file.
8777
8778 2017-07-20 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.base/default.exp (set language): Adjust expected output.
8781
8782 2017-07-20 Pedro Alves <palves@redhat.com>
8783
8784 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8785 (test_minsym): ... this, and make static.
8786 (get_pck__foo__bar__minsym): Rename to ...
8787 (get_test_minsym): ... this.
8788 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8789 symbol names and comments.
8790 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8791 (get_test_minsym): ... this.
8792 (pck__foo__bar__minsym__2): Rename to ...
8793 (test_minsym): ... this.
8794 (main): Adjust.
8795
8796 2017-07-17 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.base/completion.exp: Adjust expected output.
8799 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8800 the completer works.
8801
8802 2017-07-17 Pedro Alves <palves@redhat.com>
8803
8804 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8805
8806 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8807
8808 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8809
8810 2017-07-14 Tom Tromey <tom@tromey.com>
8811
8812 PR rust/21764:
8813 * gdb.rust/simple.exp: Add tests.
8814
8815 2017-07-14 Tom Tromey <tom@tromey.com>
8816
8817 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8818
8819 2017-07-14 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.linespec/base/one/thefile.cc (z1): New function.
8822 * gdb.linespec/base/two/thefile.cc (z2): New function.
8823 * gdb.linespec/linespec.exp: Add tests.
8824
8825 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8826
8827 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8828 to mi_create_breakpoint.
8829
8830 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8831
8832 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8833 mi_create_breakpoint.
8834
8835 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8836
8837 * gdb.dlang/demangle.exp: Update for demangling changes.
8838
8839 2017-07-09 Tom Tromey <tom@tromey.com>
8840
8841 * gdb.dwarf2/shortpiece.exp: New file.
8842
8843 2017-07-06 David Blaikie <dblaikie@gmail.com>
8844
8845 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8846 built from fissiont-multi-cu{1,2}.c.
8847 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8848 except putting 'main' and 'func' in separate CUs in the same DWO file.
8849 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8850 test.
8851 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8852 test.
8853
8854 2017-07-06 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.python/py-unwind.exp: Test flushregs.
8857
8858 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8859
8860 PR cli/21688
8861 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8862 tests for alias commands and trailing whitespace.
8863
8864 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 PR cli/21688
8867 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8868 procedure. Call it.
8869
8870 2017-06-29 Pedro Alves <palves@redhat.com>
8871
8872 * gdb.base/printcmds.exp: Add tests.
8873
8874 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8875
8876 PR gdb/21337
8877 * gdb.base/reread-readsym.exp: New file.
8878 * gdb.base/reread-readsym.c: New file.
8879
8880 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8881
8882 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8883 subpattern.
8884
8885 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8886
8887 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8888 extended mnemonic.
8889 * gdb.arch/powerpc-power9.s: Likewise.
8890
8891 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8892
8893 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8894 on 32-bit x86 targets. Exploit is_*_target macros where
8895 appropriate.
8896
8897 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898
8899 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8900 register pieces.
8901
8902 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8903
8904 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8905 located in one or more DWARF pieces.
8906
8907 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8908
8909 * lib/gdb.exp (get_endianness): New proc.
8910 * gdb.arch/aarch64-fp.exp: Use it.
8911 * gdb.arch/altivec-regs.exp: Likewise.
8912 * gdb.arch/e500-regs.exp: Likewise.
8913 * gdb.arch/vsx-regs.exp: Likewise.
8914 * gdb.base/dump.exp: Likewise.
8915 * gdb.base/funcargs.exp: Likewise.
8916 * gdb.base/gnu_vector.exp: Likewise.
8917 * gdb.dwarf2/formdata16.exp: Likewise.
8918 * gdb.dwarf2/implptrpiece.exp: Likewise.
8919 * gdb.dwarf2/nonvar-access.exp: Likewise.
8920 * gdb.python/py-inferior.exp: Likewise.
8921 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8922
8923 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8924
8925 PR gdb/21226
8926 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8927 stack value pieces are taken from the LSB end.
8928
8929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8932 variable at nonzero offset.
8933
8934 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8935
8936 * gdb.dwarf2/var-access.c: New file.
8937 * gdb.dwarf2/var-access.exp: New test.
8938 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8939
8940 2017-06-12 Tom Tromey <tom@tromey.com>
8941
8942 * gdb.dwarf2/formdata16.exp: Add tests.
8943
8944 2017-06-12 Tom Tromey <tom@tromey.com>
8945
8946 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8947
8948 2017-06-12 Tom Tromey <tom@tromey.com>
8949
8950 PR exp/16225:
8951 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8952 * gdb.arch/vsx-regs.exp: Update tests.
8953 * gdb.arch/s390-vregs.exp (hex128): New proc.
8954 Update test.
8955 * gdb.arch/altivec-regs.exp: Update tests.
8956
8957 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8958
8959 * gdb.base/startup-with-shell.c: New file.
8960 * gdb.base/startup-with-shell.exp: Likewise.
8961
8962 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8963
8964 * gdb.server/non-existing-program.exp: Update regex in order to
8965 reflect the fact that gdbserver is now using fork_inferior (with a
8966 shell) to startup the inferior.
8967
8968 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8969
8970 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8971 support function calls from GDB.
8972
8973 2017-05-21 Tom Tromey <tom@tromey.com>
8974
8975 PR rust/21466:
8976 * gdb.rust/unsized.exp: New file.
8977 * gdb.rust/unsized.rs: New file.
8978
8979 2017-05-19 Tom Tromey <tom@tromey.com>
8980
8981 PR rust/21484:
8982 * gdb.rust/watch.exp: New file.
8983 * gdb.rust/watch.rs: New file.
8984
8985 2017-05-18 Tom Tromey <tom@tromey.com>
8986
8987 * gdb.rust/simple.exp: Allow Box to be qualified.
8988
8989 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8990
8991 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8992
8993 2017-05-18 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/fileio.c (test_write, test_read, test_close)
8996 (test_fstat): Don't print 'ret' in the fail path.
8997
8998 2017-05-18 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9001 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9002 (test_system, test_rename, test_unlink, test_time): Change
9003 prototypes.
9004 * gdb.base/fileio.exp (stop_msg): Adjust.
9005
9006 2017-05-18 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/fileio.c (null_str): New global.
9009 (test_stat): Use it.
9010 * gdb.base/fileio.exp: Remove nowarnings.
9011
9012 2017-05-17 Yao Qi <yao.qi@linaro.org>
9013
9014 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9015
9016 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9017
9018 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9019 argument command.
9020 (top-level): Invoke test_set_inferior_tty.
9021
9022 2017-05-04 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9025 Add parens to print call for Python 3.
9026
9027 2017-05-03 Keith Seitz <keiths@redhat.com>
9028
9029 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9030 (main): Call it.
9031
9032 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9033
9034 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9035 to prev and next.
9036
9037 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9038
9039 * gdb.python/py-record-btrace.exp: Remove test for
9040 gdb.BtraceInstruction.error.
9041
9042 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9043
9044 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9045
9046 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9047
9048 * gdb.python/py-record-btrace-threads.c: New file.
9049 * gdb.python/py-record-btrace-threads.exp: New file.
9050
9051 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9052
9053 PR testsuite/8595
9054 * gdb.base/environ.exp: Make test available in all architectures.
9055 Move bits related to "info program" testing to
9056 gdb.base/info-program.exp. Rewrite tests to use the two new
9057 procedures mentione below.
9058 (test_set_show_env_var) New procedure.
9059 (test_set_show_env_var_equal): Likewise.
9060 * gdb.base/info-program.exp: New file.
9061
9062 2017-04-27 Keith Seitz <keiths@redhat.com>
9063
9064 * gdb.cp/oranking.cc (test15): New function.
9065 (main): Call test15 and declare additional variables for testing.
9066 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9067 "p foo101('abc')" tests.
9068 Add tests for cv qualifier overloads.
9069 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9070 "lvalue reference overload" test.
9071 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9072 "print value of f1 on Child&& in f2" test.
9073
9074 2017-04-19 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9077 procedure.
9078 (top level): Call it.
9079 * lib/gdb.exp (gdb_define_cmd): New procedure.
9080
9081 2017-04-12 Pedro Alves <palves@redhat.com>
9082
9083 PR gdb/21323
9084 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9085 (wchar): New global.
9086 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9087 (do_test_wide_char, wide_char_types_no_program, top level): Add
9088 wchar_t testing.
9089
9090 2017-04-12 Pedro Alves <palves@redhat.com>
9091
9092 PR c++/21323
9093 * gdb.cp/wide_char_types.c: New file.
9094 * gdb.cp/wide_char_types.exp: New file.
9095
9096 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9097
9098 PR gdb/21352
9099 * gdb.trace/tsv.exp: Add test for "tsave -r".
9100
9101 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9102
9103 * gdb.dlang/watch-loc.c: New file.
9104 * gdb.dlang/watch-loc.exp: New file.
9105
9106 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9109
9110 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9111
9112 * gdb.arch/arc-analyze-prologue.S: New file.
9113 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9114
9115 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9116
9117 * gdb.arch/arc-decode-insn.S: New file.
9118 * gdb.arch/arc-decode-insn.exp: Likewise.
9119
9120 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9121
9122 PR tdep/20928
9123 * gdb.arch/sparc64-regs.exp: New file.
9124 * gdb.arch/sparc64-regs.S: Likewise.
9125
9126 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9127
9128 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9129 and memory view on Python 3.
9130
9131 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9132 Keith Seitz <keiths@redhat.com>
9133
9134 PR gdb/14441
9135 * gdb.cp/demangle.exp: Add rvalue reference tests.
9136 * gdb.cp/rvalue-ref-casts.cc: New file.
9137 * gdb.cp/rvalue-ref-casts.exp: New file.
9138 * gdb.cp/rvalue-ref-overload.cc: New file.
9139 * gdb.cp/rvalue-ref-overload.exp: New file.
9140 * gdb.cp/rvalue-ref-params.cc: New file.
9141 * gdb.cp/rvalue-ref-params.exp: New file.
9142 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9143 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9144 * gdb.cp/rvalue-ref-types.cc: New file.
9145 * gdb.cp/rvalue-ref-types.exp: New file.
9146 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9147 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9148
9149 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9150
9151 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9152 New procedure.
9153
9154 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9155
9156 * lib/mi-support.exp (mi_gdb_test): Add additional message
9157 for unexpected output.
9158
9159 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9160
9161 * gdb.base/examine-backward.c (Barrier): New character array
9162 constant, to ensure that TestStrings is preceded by a string
9163 terminator.
9164
9165 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9166
9167 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9168 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9169 and implicit pointer into such a location.
9170
9171 2017-03-16 Doug Evans <dje@google.com>
9172
9173 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9174
9175 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9176
9177 * gdb.cp/m-static.exp: Fix expectation for prototype of
9178 test5.single_constructor and single_constructor::single_constructor.
9179
9180 2017-03-16 Doug Evans <dje@google.com>
9181
9182 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9183 * gdb.guile/scm-lazy-string.c: New file.
9184 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9185 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9186 for pointer, array, typedef lazy strings.
9187
9188 2017-03-16 Doug Evans <dje@google.com>
9189
9190 PR python/17728, python/18439, python/18779
9191 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9192 * gdb.python/py-lazy-string.c (pointer): New typedef.
9193 (main): New locals ptr, array, typedef_ptr.
9194 * gdb.python/py-value.exp: Move lazy string tests to ...
9195 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9196 array, typedef lazy strings.
9197
9198 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9199
9200 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9201 Add optional 'test' parameter.
9202
9203 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9206 Skip for versions of DejaGnu < 1.5.
9207
9208 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9209
9210 * lib/gdb.exp (dejagnu_version): New proc.
9211 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9212 Use dejagnu_version.
9213
9214 2017-03-10 Keith Seitz <keiths@redhat.com>
9215
9216 PR c++/8128
9217 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9218 type from destructor regexps.
9219 Add a branch which actually passes the test.
9220 Adjust "ptype t5i" test names.
9221
9222 2017-03-08 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/step-over-exit.exp: Add explicit test message.
9225
9226 2017-03-08 Pedro Alves <palves@redhat.com>
9227
9228 PR gdb/18360
9229 * gdb.threads/interrupt-while-step-over.c: New file.
9230 * gdb.threads/interrupt-while-step-over.exp: New file.
9231
9232 2017-03-08 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9235 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9236
9237 2017-03-08 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9240 PKRU as not supported as a PASS.
9241
9242 2017-03-08 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9245 prefix instead of $binfile1/$binfile2.
9246 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9247 in test message.
9248 * gdb.python/py-completion.exp: Use "load python file" as test
9249 messages instead of unstable path names.
9250
9251 2017-03-08 Pedro Alves <palves@redhat.com>
9252 Jan Kratochvil <jan.kratochvil@redhat.com>
9253
9254 PR cli/21218
9255 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9256 New proc.
9257 (top level): Call it.
9258
9259 2017-03-08 Pedro Alves <palves@redhat.com>
9260
9261 PR tui/21216
9262 * gdb.tui/tui-nl-filtered-output.exp: New file.
9263
9264 2017-03-08 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/completion.exp: Move TUI completion tests to ...
9267 * gdb.tui/completion.exp: ... this new file.
9268
9269 2017-03-08 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.base/tui-disasm-long-lines.c,
9272 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9273 gdb.base/tui-layout.exp: Move to ...
9274 * gdb.tui/: ... this new directory.
9275
9276 2017-03-07 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.base/tui-layout.c: New file.
9279 * gdb.base/tui-layout.exp: New file.
9280
9281 2017-03-07 Pedro Alves <palves@redhat.com>
9282
9283 * gdb.base/tui-layout.c: Rename to ...
9284 * gdb.base/tui-disasm-long-lines.c: ... this.
9285 * gdb.base/tui-layout.exp: Rename to ...
9286 * gdb.base/tui-disasm-long-lines.exp: ... this.
9287
9288 2017-03-07 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9291
9292 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9293
9294 * i386-mpx-call.c: New file.
9295 * i386-mpx-call.exp: New file.
9296
9297 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9298
9299 * gdb.arch/powerpc-power.exp: Delete test.
9300 * gdb.arch/powerpc-power.s: Likewise.
9301 * gdb.disasm/disassembler-options.exp: New test.
9302 * gdb.arch/powerpc-altivec.exp: Likewise.
9303 * gdb.arch/powerpc-altivec.s: Likewise.
9304 * gdb.arch/powerpc-altivec2.exp: Likewise.
9305 * gdb.arch/powerpc-altivec2.s: Likewise.
9306 * gdb.arch/powerpc-altivec3.exp: Likewise.
9307 * gdb.arch/powerpc-altivec3.s: Likewise.
9308 * gdb.arch/powerpc-power7.exp: Likewise.
9309 * gdb.arch/powerpc-power7.s: Likewise.
9310 * gdb.arch/powerpc-power8.exp: Likewise.
9311 * gdb.arch/powerpc-power8.s: Likewise.
9312 * gdb.arch/powerpc-power9.exp: Likewise.
9313 * gdb.arch/powerpc-power9.s: Likewise.
9314 * gdb.arch/powerpc-vsx.exp: Likewise.
9315 * gdb.arch/powerpc-vsx.s: Likewise.
9316 * gdb.arch/powerpc-vsx2.exp: Likewise.
9317 * gdb.arch/powerpc-vsx2.s: Likewise.
9318 * gdb.arch/powerpc-vsx3.exp: Likewise.
9319 * gdb.arch/powerpc-vsx3.s: Likewise.
9320 * gdb.arch/arm-disassembler-options.exp: Likewise.
9321 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9322 * gdb.arch/s390-disassembler-options.exp: Likewise.
9323
9324 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9325
9326 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9327 (check_supported_features): ... this. Changed return type to void.
9328 (supports_rdseed): New static global.
9329 (rdseed): Check supports_rdseed.
9330 (initialize): Call check_supported_features.
9331
9332 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9333
9334 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9335 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9336 and lqarx/stqcx.
9337 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9338 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9339
9340 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9341
9342 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9343 uppercase.
9344
9345 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 * gdb.dwarf2/formdata16.c: New file.
9348 * gdb.dwarf2/formdata16.exp: New file.
9349 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9350
9351 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9354 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9355 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9356 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9357 DW_AT_GNU_*.
9358
9359 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9362
9363 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9364
9365 PR gdb/21164
9366 * gdb.base/maint.exp: Add testcases for when the commands do
9367 not have arguments.
9368
9369 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9370
9371 * gdb.cp/chained-calls.exp: Use p instead of P.
9372
9373 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9374
9375 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9376 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9377
9378 2017-02-14 Tom Tromey <tom@tromey.com>
9379
9380 PR python/13598:
9381 * gdb.python/py-events.exp: Add before_prompt event tests.
9382
9383 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9384
9385 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9386
9387 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9388
9389 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9390 (main): Call my_unique_function_name.
9391 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9392 completion of patterns with a single match.
9393 Add missing -re switches to gdb_test_multiple calls.
9394
9395 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9396
9397 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9398 return if core file is not recognized.
9399
9400 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9403 and extra UIs.
9404
9405 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9406
9407 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9408 proc_with_prefix.
9409
9410 2017-02-10 Tom Tromey <tom@tromey.com>
9411
9412 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9413
9414 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9415
9416 PR gdb/21122
9417 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9418
9419 2017-02-08 Jerome Guitton <guitton@adacore.com>
9420
9421 * gdb.base/define.exp: Add test for command abbreviations
9422 in define.
9423
9424 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9425
9426 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9427 * gdb.reverse/insn-reverse-x86.c: New file.
9428
9429 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9430
9431 PR tdep/20936
9432 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9433
9434 2017-02-03 Tom Tromey <tom@tromey.com>
9435
9436 PR rust/21097:
9437 * gdb.rust/simple.exp: Add new tests.
9438
9439 2017-02-02 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9442 tests.
9443
9444 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9445
9446 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9447 taking a 2-byte value out of a 4-byte DWARF implicit value on
9448 big-endian targets.
9449 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9450 logic. Add test cases for DW_OP_implicit.
9451
9452 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9453
9454 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9455
9456 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9457
9458 * gdb.btrace/enable.exp: Call gdb_exit before
9459 skip_gdbserver_tests.
9460
9461 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9462
9463 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9464 GDBFLAGS.
9465
9466 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9467
9468 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9469 the test is skipped.
9470 * gdb.btrace/data.exp: Likewise.
9471 * gdb.btrace/delta.exp: Likewise.
9472 * gdb.btrace/dlopen.exp: Likewise.
9473 * gdb.btrace/enable-running.exp: Likewise.
9474 * gdb.btrace/enable.exp: Likewise.
9475 * gdb.btrace/exception.exp: Likewise.
9476 * gdb.btrace/function_call_history.exp: Likewise.
9477 * gdb.btrace/gcore.exp: Likewise.
9478 * gdb.btrace/instruction_history.exp: Likewise.
9479 * gdb.btrace/multi-thread-step.exp: Likewise.
9480 * gdb.btrace/nohist.exp: Likewise.
9481 * gdb.btrace/non-stop.exp: Likewise.
9482 * gdb.btrace/reconnect.exp: Likewise.
9483 * gdb.btrace/record_goto-step.exp: Likewise.
9484 * gdb.btrace/record_goto.exp: Likewise.
9485 * gdb.btrace/rn-dl-bind.exp: Likewise.
9486 * gdb.btrace/segv.exp: Likewise.
9487 * gdb.btrace/step.exp: Likewise.
9488 * gdb.btrace/stepi.exp: Likewise.
9489 * gdb.btrace/tailcall-only.exp: Likewise.
9490 * gdb.btrace/tailcall.exp: Likewise.
9491 * gdb.btrace/tsx.exp: Likewise.
9492 * gdb.btrace/unknown_functions.exp: Likewise.
9493 * gdb.btrace/vdso.exp: Likewise.
9494
9495 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9496
9497 * gdb.btrace/enable-running.c: New.
9498 * gdb.btrace/enable-running.exp: New.
9499
9500 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9501
9502 * gdb.arch/amd64-gs_base.c: New file.
9503 * gdb.arch/amd64-gs_base.exp: New file.
9504
9505 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9506
9507 * lib/memory.exp: Remove spurious empty newlines.
9508
9509 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9510
9511 * gdb.python/py-bad-printers.exp: Load python file using "source".
9512 * gdb.python/py-events.exp: Likewise.
9513 * gdb.python/py-evsignal.exp: Likewise.
9514 * gdb.python/py-evthreads.exp: Likewise.
9515 * gdb.python/py-frame-args.exp: Likewise.
9516 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9517 * gdb.python/py-framefilter-mi.exp: Likewise.
9518 * gdb.python/py-framefilter.exp: Likewise.
9519 * gdb.python/py-mi.exp: Likewise.
9520 * gdb.python/py-pp-maint.exp: Likewise.
9521 * gdb.python/py-pp-registration.exp: Likewise.
9522 * gdb.python/py-prettyprint.exp: Likewise.
9523 (run_lang_tests): Likewise.
9524 * gdb.python/py-typeprint.exp: Likewise.
9525
9526 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9527
9528 * lib/memory.exp: New file.
9529 * lib/gdb.exp: Load memory.exp.
9530 * gdb.base/memattr.exp (delete_memory): Move proc to
9531 lib/memory.exp and rename to delete_memory_regions.
9532 Replace delete_memory with delete_memory_regions.
9533 Cleanup memory regions before tests.
9534 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9535 before tests.
9536
9537 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9538
9539 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9540 files.
9541 (initialize): New function conditionally defined.
9542 (testcases): Move within conditional block.
9543 (main): Call initialize.
9544 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9545 of gdb.reverse/insn-reverse.c.
9546 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9547 gdb.reverse/insn-reverse.c.
9548
9549 2017-01-26 Yao Qi <yao.qi@linaro.org>
9550
9551 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9552 disassemble on address 0.
9553
9554 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9555 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9558 * gdb.dwarf2/implptr-64bit.S: Remove.
9559 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9560 variables in caller's context. Add DW_OP_implicit_value.
9561
9562 2017-01-25 Yao Qi <yao.qi@linaro.org>
9563
9564 * lib/dwarf.exp (Dwarf::_location): Handle
9565 DW_OP_GNU_implicit_pointer with proper size.
9566
9567 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9568
9569 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9570 and add untested calls.
9571
9572 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9573
9574 * gdb.python/python.exp: Check line number against what GDB thinks
9575 the line number is for func1.
9576
9577 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9578
9579 * gdb.dlang/debug-expr.exp: New file.
9580
9581 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9582
9583 Fix test names for the following files:
9584
9585 * gdb.ada/exec_changed.exp
9586 * gdb.ada/info_types.exp
9587 * gdb.arch/aarch64-atomic-inst.exp
9588 * gdb.arch/aarch64-fp.exp
9589 * gdb.arch/altivec-abi.exp
9590 * gdb.arch/altivec-regs.exp
9591 * gdb.arch/amd64-byte.exp
9592 * gdb.arch/amd64-disp-step.exp
9593 * gdb.arch/amd64-dword.exp
9594 * gdb.arch/amd64-entry-value-inline.exp
9595 * gdb.arch/amd64-entry-value-param.exp
9596 * gdb.arch/amd64-entry-value-paramref.exp
9597 * gdb.arch/amd64-entry-value.exp
9598 * gdb.arch/amd64-i386-address.exp
9599 * gdb.arch/amd64-invalid-stack-middle.exp
9600 * gdb.arch/amd64-invalid-stack-top.exp
9601 * gdb.arch/amd64-optimout-repeat.exp
9602 * gdb.arch/amd64-prologue-skip.exp
9603 * gdb.arch/amd64-prologue-xmm.exp
9604 * gdb.arch/amd64-stap-special-operands.exp
9605 * gdb.arch/amd64-stap-wrong-subexp.exp
9606 * gdb.arch/amd64-tailcall-cxx.exp
9607 * gdb.arch/amd64-tailcall-noret.exp
9608 * gdb.arch/amd64-tailcall-ret.exp
9609 * gdb.arch/amd64-tailcall-self.exp
9610 * gdb.arch/amd64-word.exp
9611 * gdb.arch/arm-bl-branch-dest.exp
9612 * gdb.arch/arm-disp-step.exp
9613 * gdb.arch/arm-neon.exp
9614 * gdb.arch/arm-single-step-kernel-helper.exp
9615 * gdb.arch/avr-flash-qualifier.exp
9616 * gdb.arch/disp-step-insn-reloc.exp
9617 * gdb.arch/e500-abi.exp
9618 * gdb.arch/e500-regs.exp
9619 * gdb.arch/ftrace-insn-reloc.exp
9620 * gdb.arch/i386-avx512.exp
9621 * gdb.arch/i386-bp_permanent.exp
9622 * gdb.arch/i386-byte.exp
9623 * gdb.arch/i386-cfi-notcurrent.exp
9624 * gdb.arch/i386-disp-step.exp
9625 * gdb.arch/i386-dr3-watch.exp
9626 * gdb.arch/i386-float.exp
9627 * gdb.arch/i386-gnu-cfi.exp
9628 * gdb.arch/i386-mpx-map.exp
9629 * gdb.arch/i386-mpx-sigsegv.exp
9630 * gdb.arch/i386-mpx-simple_segv.exp
9631 * gdb.arch/i386-mpx.exp
9632 * gdb.arch/i386-permbkpt.exp
9633 * gdb.arch/i386-prologue.exp
9634 * gdb.arch/i386-signal.exp
9635 * gdb.arch/i386-size-overlap.exp
9636 * gdb.arch/i386-unwind.exp
9637 * gdb.arch/i386-word.exp
9638 * gdb.arch/mips-fcr.exp
9639 * gdb.arch/powerpc-d128-regs.exp
9640 * gdb.arch/powerpc-stackless.exp
9641 * gdb.arch/ppc64-atomic-inst.exp
9642 * gdb.arch/s390-stackless.exp
9643 * gdb.arch/s390-tdbregs.exp
9644 * gdb.arch/s390-vregs.exp
9645 * gdb.arch/sparc-sysstep.exp
9646 * gdb.arch/thumb-bx-pc.exp
9647 * gdb.arch/thumb-singlestep.exp
9648 * gdb.arch/thumb2-it.exp
9649 * gdb.arch/vsx-regs.exp
9650 * gdb.asm/asm-source.exp
9651 * gdb.base/a2-run.exp
9652 * gdb.base/advance.exp
9653 * gdb.base/all-bin.exp
9654 * gdb.base/anon.exp
9655 * gdb.base/args.exp
9656 * gdb.base/arithmet.exp
9657 * gdb.base/async-shell.exp
9658 * gdb.base/async.exp
9659 * gdb.base/attach-pie-noexec.exp
9660 * gdb.base/attach-twice.exp
9661 * gdb.base/auto-load.exp
9662 * gdb.base/bang.exp
9663 * gdb.base/bitfields.exp
9664 * gdb.base/break-always.exp
9665 * gdb.base/break-caller-line.exp
9666 * gdb.base/break-entry.exp
9667 * gdb.base/break-inline.exp
9668 * gdb.base/break-on-linker-gcd-function.exp
9669 * gdb.base/break-probes.exp
9670 * gdb.base/break.exp
9671 * gdb.base/breakpoint-shadow.exp
9672 * gdb.base/call-ar-st.exp
9673 * gdb.base/call-sc.exp
9674 * gdb.base/call-signal-resume.exp
9675 * gdb.base/call-strs.exp
9676 * gdb.base/callfuncs.exp
9677 * gdb.base/catch-fork-static.exp
9678 * gdb.base/catch-gdb-caused-signals.exp
9679 * gdb.base/catch-load.exp
9680 * gdb.base/catch-signal-fork.exp
9681 * gdb.base/catch-signal.exp
9682 * gdb.base/catch-syscall.exp
9683 * gdb.base/charset.exp
9684 * gdb.base/checkpoint.exp
9685 * gdb.base/chng-syms.exp
9686 * gdb.base/code-expr.exp
9687 * gdb.base/code_elim.exp
9688 * gdb.base/commands.exp
9689 * gdb.base/completion.exp
9690 * gdb.base/complex.exp
9691 * gdb.base/cond-expr.exp
9692 * gdb.base/condbreak.exp
9693 * gdb.base/consecutive.exp
9694 * gdb.base/continue-all-already-running.exp
9695 * gdb.base/coredump-filter.exp
9696 * gdb.base/corefile.exp
9697 * gdb.base/dbx.exp
9698 * gdb.base/debug-expr.exp
9699 * gdb.base/define.exp
9700 * gdb.base/del.exp
9701 * gdb.base/disabled-location.exp
9702 * gdb.base/disasm-end-cu.exp
9703 * gdb.base/disasm-optim.exp
9704 * gdb.base/display.exp
9705 * gdb.base/duplicate-bp.exp
9706 * gdb.base/ena-dis-br.exp
9707 * gdb.base/ending-run.exp
9708 * gdb.base/enumval.exp
9709 * gdb.base/environ.exp
9710 * gdb.base/eu-strip-infcall.exp
9711 * gdb.base/eval-avoid-side-effects.exp
9712 * gdb.base/eval-skip.exp
9713 * gdb.base/exitsignal.exp
9714 * gdb.base/expand-psymtabs.exp
9715 * gdb.base/filesym.exp
9716 * gdb.base/find-unmapped.exp
9717 * gdb.base/finish.exp
9718 * gdb.base/float.exp
9719 * gdb.base/foll-exec-mode.exp
9720 * gdb.base/foll-exec.exp
9721 * gdb.base/foll-fork.exp
9722 * gdb.base/fortran-sym-case.exp
9723 * gdb.base/freebpcmd.exp
9724 * gdb.base/func-ptr.exp
9725 * gdb.base/func-ptrs.exp
9726 * gdb.base/funcargs.exp
9727 * gdb.base/gcore-buffer-overflow.exp
9728 * gdb.base/gcore-relro-pie.exp
9729 * gdb.base/gcore-relro.exp
9730 * gdb.base/gcore.exp
9731 * gdb.base/gdb1090.exp
9732 * gdb.base/gdb11530.exp
9733 * gdb.base/gdb11531.exp
9734 * gdb.base/gdb1821.exp
9735 * gdb.base/gdbindex-stabs.exp
9736 * gdb.base/gdbvars.exp
9737 * gdb.base/hbreak.exp
9738 * gdb.base/hbreak2.exp
9739 * gdb.base/included.exp
9740 * gdb.base/infcall-input.exp
9741 * gdb.base/inferior-died.exp
9742 * gdb.base/infnan.exp
9743 * gdb.base/info-macros.exp
9744 * gdb.base/info-os.exp
9745 * gdb.base/info-proc.exp
9746 * gdb.base/info-shared.exp
9747 * gdb.base/info-target.exp
9748 * gdb.base/infoline.exp
9749 * gdb.base/interp.exp
9750 * gdb.base/interrupt.exp
9751 * gdb.base/jit-reader.exp
9752 * gdb.base/jit-simple.exp
9753 * gdb.base/kill-after-signal.exp
9754 * gdb.base/kill-detach-inferiors-cmd.exp
9755 * gdb.base/label.exp
9756 * gdb.base/langs.exp
9757 * gdb.base/ldbl_e308.exp
9758 * gdb.base/line-symtabs.exp
9759 * gdb.base/linespecs.exp
9760 * gdb.base/list.exp
9761 * gdb.base/long_long.exp
9762 * gdb.base/longest-types.exp
9763 * gdb.base/maint.exp
9764 * gdb.base/max-value-size.exp
9765 * gdb.base/memattr.exp
9766 * gdb.base/mips_pro.exp
9767 * gdb.base/morestack.exp
9768 * gdb.base/moribund-step.exp
9769 * gdb.base/multi-forks.exp
9770 * gdb.base/nested-addr.exp
9771 * gdb.base/nextoverexit.exp
9772 * gdb.base/noreturn-finish.exp
9773 * gdb.base/noreturn-return.exp
9774 * gdb.base/nostdlib.exp
9775 * gdb.base/offsets.exp
9776 * gdb.base/opaque.exp
9777 * gdb.base/pc-fp.exp
9778 * gdb.base/permissions.exp
9779 * gdb.base/print-symbol-loading.exp
9780 * gdb.base/prologue-include.exp
9781 * gdb.base/psymtab.exp
9782 * gdb.base/ptype.exp
9783 * gdb.base/random-signal.exp
9784 * gdb.base/randomize.exp
9785 * gdb.base/range-stepping.exp
9786 * gdb.base/readline-ask.exp
9787 * gdb.base/recpar.exp
9788 * gdb.base/recurse.exp
9789 * gdb.base/relational.exp
9790 * gdb.base/restore.exp
9791 * gdb.base/return-nodebug.exp
9792 * gdb.base/return.exp
9793 * gdb.base/run-after-attach.exp
9794 * gdb.base/save-bp.exp
9795 * gdb.base/scope.exp
9796 * gdb.base/sect-cmd.exp
9797 * gdb.base/set-lang-auto.exp
9798 * gdb.base/set-noassign.exp
9799 * gdb.base/setvar.exp
9800 * gdb.base/sigall.exp
9801 * gdb.base/sigbpt.exp
9802 * gdb.base/siginfo-addr.exp
9803 * gdb.base/siginfo-infcall.exp
9804 * gdb.base/siginfo-obj.exp
9805 * gdb.base/siginfo.exp
9806 * gdb.base/signals-state-child.exp
9807 * gdb.base/signest.exp
9808 * gdb.base/sigstep.exp
9809 * gdb.base/sizeof.exp
9810 * gdb.base/skip.exp
9811 * gdb.base/solib-corrupted.exp
9812 * gdb.base/solib-nodir.exp
9813 * gdb.base/solib-search.exp
9814 * gdb.base/stack-checking.exp
9815 * gdb.base/stale-infcall.exp
9816 * gdb.base/stap-probe.exp
9817 * gdb.base/start.exp
9818 * gdb.base/step-break.exp
9819 * gdb.base/step-bt.exp
9820 * gdb.base/step-line.exp
9821 * gdb.base/step-over-exit.exp
9822 * gdb.base/step-over-syscall.exp
9823 * gdb.base/step-resume-infcall.exp
9824 * gdb.base/step-test.exp
9825 * gdb.base/store.exp
9826 * gdb.base/structs3.exp
9827 * gdb.base/sym-file.exp
9828 * gdb.base/symbol-without-target_section.exp
9829 * gdb.base/term.exp
9830 * gdb.base/testenv.exp
9831 * gdb.base/ui-redirect.exp
9832 * gdb.base/until.exp
9833 * gdb.base/unwindonsignal.exp
9834 * gdb.base/value-double-free.exp
9835 * gdb.base/vla-datatypes.exp
9836 * gdb.base/vla-ptr.exp
9837 * gdb.base/vla-sideeffect.exp
9838 * gdb.base/volatile.exp
9839 * gdb.base/watch-cond-infcall.exp
9840 * gdb.base/watch-cond.exp
9841 * gdb.base/watch-non-mem.exp
9842 * gdb.base/watch-read.exp
9843 * gdb.base/watch-vfork.exp
9844 * gdb.base/watchpoint-cond-gone.exp
9845 * gdb.base/watchpoint-delete.exp
9846 * gdb.base/watchpoint-hw-hit-once.exp
9847 * gdb.base/watchpoint-hw.exp
9848 * gdb.base/watchpoint-stops-at-right-insn.exp
9849 * gdb.base/watchpoints.exp
9850 * gdb.base/wchar.exp
9851 * gdb.base/whatis-exp.exp
9852 * gdb.btrace/buffer-size.exp
9853 * gdb.btrace/data.exp
9854 * gdb.btrace/delta.exp
9855 * gdb.btrace/dlopen.exp
9856 * gdb.btrace/enable.exp
9857 * gdb.btrace/exception.exp
9858 * gdb.btrace/function_call_history.exp
9859 * gdb.btrace/gcore.exp
9860 * gdb.btrace/instruction_history.exp
9861 * gdb.btrace/nohist.exp
9862 * gdb.btrace/reconnect.exp
9863 * gdb.btrace/record_goto-step.exp
9864 * gdb.btrace/record_goto.exp
9865 * gdb.btrace/rn-dl-bind.exp
9866 * gdb.btrace/segv.exp
9867 * gdb.btrace/step.exp
9868 * gdb.btrace/stepi.exp
9869 * gdb.btrace/tailcall-only.exp
9870 * gdb.btrace/tailcall.exp
9871 * gdb.btrace/tsx.exp
9872 * gdb.btrace/unknown_functions.exp
9873 * gdb.btrace/vdso.exp
9874 * gdb.compile/compile-ifunc.exp
9875 * gdb.compile/compile-ops.exp
9876 * gdb.compile/compile-print.exp
9877 * gdb.compile/compile-setjmp.exp
9878 * gdb.cp/abstract-origin.exp
9879 * gdb.cp/ambiguous.exp
9880 * gdb.cp/annota2.exp
9881 * gdb.cp/annota3.exp
9882 * gdb.cp/anon-ns.exp
9883 * gdb.cp/anon-struct.exp
9884 * gdb.cp/anon-union.exp
9885 * gdb.cp/arg-reference.exp
9886 * gdb.cp/baseenum.exp
9887 * gdb.cp/bool.exp
9888 * gdb.cp/breakpoint.exp
9889 * gdb.cp/bs15503.exp
9890 * gdb.cp/call-c.exp
9891 * gdb.cp/casts.exp
9892 * gdb.cp/chained-calls.exp
9893 * gdb.cp/class2.exp
9894 * gdb.cp/classes.exp
9895 * gdb.cp/cmpd-minsyms.exp
9896 * gdb.cp/converts.exp
9897 * gdb.cp/cp-relocate.exp
9898 * gdb.cp/cpcompletion.exp
9899 * gdb.cp/cpexprs.exp
9900 * gdb.cp/cplabel.exp
9901 * gdb.cp/cplusfuncs.exp
9902 * gdb.cp/cpsizeof.exp
9903 * gdb.cp/ctti.exp
9904 * gdb.cp/derivation.exp
9905 * gdb.cp/destrprint.exp
9906 * gdb.cp/dispcxx.exp
9907 * gdb.cp/enum-class.exp
9908 * gdb.cp/exception.exp
9909 * gdb.cp/exceptprint.exp
9910 * gdb.cp/expand-psymtabs-cxx.exp
9911 * gdb.cp/expand-sals.exp
9912 * gdb.cp/extern-c.exp
9913 * gdb.cp/filename.exp
9914 * gdb.cp/formatted-ref.exp
9915 * gdb.cp/fpointer.exp
9916 * gdb.cp/gdb1355.exp
9917 * gdb.cp/gdb2495.exp
9918 * gdb.cp/hang.exp
9919 * gdb.cp/impl-this.exp
9920 * gdb.cp/infcall-dlopen.exp
9921 * gdb.cp/inherit.exp
9922 * gdb.cp/iostream.exp
9923 * gdb.cp/koenig.exp
9924 * gdb.cp/local.exp
9925 * gdb.cp/m-data.exp
9926 * gdb.cp/m-static.exp
9927 * gdb.cp/mb-ctor.exp
9928 * gdb.cp/mb-inline.exp
9929 * gdb.cp/mb-templates.exp
9930 * gdb.cp/member-name.exp
9931 * gdb.cp/member-ptr.exp
9932 * gdb.cp/meth-typedefs.exp
9933 * gdb.cp/method.exp
9934 * gdb.cp/method2.exp
9935 * gdb.cp/minsym-fallback.exp
9936 * gdb.cp/misc.exp
9937 * gdb.cp/namelessclass.exp
9938 * gdb.cp/namespace-enum.exp
9939 * gdb.cp/namespace-nested-import.exp
9940 * gdb.cp/namespace.exp
9941 * gdb.cp/nextoverthrow.exp
9942 * gdb.cp/no-dmgl-verbose.exp
9943 * gdb.cp/non-trivial-retval.exp
9944 * gdb.cp/noparam.exp
9945 * gdb.cp/nsdecl.exp
9946 * gdb.cp/nsimport.exp
9947 * gdb.cp/nsnested.exp
9948 * gdb.cp/nsnoimports.exp
9949 * gdb.cp/nsrecurs.exp
9950 * gdb.cp/nsstress.exp
9951 * gdb.cp/nsusing.exp
9952 * gdb.cp/operator.exp
9953 * gdb.cp/oranking.exp
9954 * gdb.cp/overload-const.exp
9955 * gdb.cp/overload.exp
9956 * gdb.cp/ovldbreak.exp
9957 * gdb.cp/ovsrch.exp
9958 * gdb.cp/paren-type.exp
9959 * gdb.cp/parse-lang.exp
9960 * gdb.cp/pass-by-ref.exp
9961 * gdb.cp/pr-1023.exp
9962 * gdb.cp/pr-1210.exp
9963 * gdb.cp/pr-574.exp
9964 * gdb.cp/pr10687.exp
9965 * gdb.cp/pr12028.exp
9966 * gdb.cp/pr17132.exp
9967 * gdb.cp/pr17494.exp
9968 * gdb.cp/pr9067.exp
9969 * gdb.cp/pr9167.exp
9970 * gdb.cp/pr9631.exp
9971 * gdb.cp/printmethod.exp
9972 * gdb.cp/psmang.exp
9973 * gdb.cp/psymtab-parameter.exp
9974 * gdb.cp/ptype-cv-cp.exp
9975 * gdb.cp/ptype-flags.exp
9976 * gdb.cp/re-set-overloaded.exp
9977 * gdb.cp/ref-types.exp
9978 * gdb.cp/rtti.exp
9979 * gdb.cp/scope-err.exp
9980 * gdb.cp/shadow.exp
9981 * gdb.cp/smartp.exp
9982 * gdb.cp/static-method.exp
9983 * gdb.cp/static-print-quit.exp
9984 * gdb.cp/temargs.exp
9985 * gdb.cp/templates.exp
9986 * gdb.cp/try_catch.exp
9987 * gdb.cp/typedef-operator.exp
9988 * gdb.cp/typeid.exp
9989 * gdb.cp/userdef.exp
9990 * gdb.cp/using-crash.exp
9991 * gdb.cp/var-tag.exp
9992 * gdb.cp/virtbase.exp
9993 * gdb.cp/virtfunc.exp
9994 * gdb.cp/virtfunc2.exp
9995 * gdb.cp/vla-cxx.exp
9996 * gdb.disasm/t01_mov.exp
9997 * gdb.disasm/t02_mova.exp
9998 * gdb.disasm/t03_add.exp
9999 * gdb.disasm/t04_sub.exp
10000 * gdb.disasm/t05_cmp.exp
10001 * gdb.disasm/t06_ari2.exp
10002 * gdb.disasm/t07_ari3.exp
10003 * gdb.disasm/t08_or.exp
10004 * gdb.disasm/t09_xor.exp
10005 * gdb.disasm/t10_and.exp
10006 * gdb.disasm/t11_logs.exp
10007 * gdb.disasm/t12_bit.exp
10008 * gdb.disasm/t13_otr.exp
10009 * gdb.dlang/circular.exp
10010 * gdb.dwarf2/arr-stride.exp
10011 * gdb.dwarf2/arr-subrange.exp
10012 * gdb.dwarf2/atomic-type.exp
10013 * gdb.dwarf2/bad-regnum.exp
10014 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10015 * gdb.dwarf2/callframecfa.exp
10016 * gdb.dwarf2/clztest.exp
10017 * gdb.dwarf2/corrupt.exp
10018 * gdb.dwarf2/data-loc.exp
10019 * gdb.dwarf2/dup-psym.exp
10020 * gdb.dwarf2/dw2-anon-mptr.exp
10021 * gdb.dwarf2/dw2-anonymous-func.exp
10022 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10023 * gdb.dwarf2/dw2-bad-unresolved.exp
10024 * gdb.dwarf2/dw2-basic.exp
10025 * gdb.dwarf2/dw2-canonicalize-type.exp
10026 * gdb.dwarf2/dw2-case-insensitive.exp
10027 * gdb.dwarf2/dw2-common-block.exp
10028 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10029 * gdb.dwarf2/dw2-compressed.exp
10030 * gdb.dwarf2/dw2-const.exp
10031 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10032 * gdb.dwarf2/dw2-cu-size.exp
10033 * gdb.dwarf2/dw2-dup-frame.exp
10034 * gdb.dwarf2/dw2-entry-value.exp
10035 * gdb.dwarf2/dw2-icycle.exp
10036 * gdb.dwarf2/dw2-ifort-parameter.exp
10037 * gdb.dwarf2/dw2-inline-break.exp
10038 * gdb.dwarf2/dw2-inline-param.exp
10039 * gdb.dwarf2/dw2-intercu.exp
10040 * gdb.dwarf2/dw2-intermix.exp
10041 * gdb.dwarf2/dw2-lexical-block-bare.exp
10042 * gdb.dwarf2/dw2-linkage-name-trust.exp
10043 * gdb.dwarf2/dw2-minsym-in-cu.exp
10044 * gdb.dwarf2/dw2-noloc.exp
10045 * gdb.dwarf2/dw2-op-call.exp
10046 * gdb.dwarf2/dw2-op-out-param.exp
10047 * gdb.dwarf2/dw2-opt-structptr.exp
10048 * gdb.dwarf2/dw2-param-error.exp
10049 * gdb.dwarf2/dw2-producer.exp
10050 * gdb.dwarf2/dw2-ranges-base.exp
10051 * gdb.dwarf2/dw2-ref-missing-frame.exp
10052 * gdb.dwarf2/dw2-reg-undefined.exp
10053 * gdb.dwarf2/dw2-regno-invalid.exp
10054 * gdb.dwarf2/dw2-restore.exp
10055 * gdb.dwarf2/dw2-restrict.exp
10056 * gdb.dwarf2/dw2-single-line-discriminators.exp
10057 * gdb.dwarf2/dw2-strp.exp
10058 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10059 * gdb.dwarf2/dw2-unresolved.exp
10060 * gdb.dwarf2/dw2-var-zero-addr.exp
10061 * gdb.dwarf2/dw4-sig-types.exp
10062 * gdb.dwarf2/dwz.exp
10063 * gdb.dwarf2/dynarr-ptr.exp
10064 * gdb.dwarf2/enum-type.exp
10065 * gdb.dwarf2/gdb-index.exp
10066 * gdb.dwarf2/implptr-64bit.exp
10067 * gdb.dwarf2/implptr-optimized-out.exp
10068 * gdb.dwarf2/implptr.exp
10069 * gdb.dwarf2/implref-array.exp
10070 * gdb.dwarf2/implref-const.exp
10071 * gdb.dwarf2/implref-global.exp
10072 * gdb.dwarf2/implref-struct.exp
10073 * gdb.dwarf2/mac-fileno.exp
10074 * gdb.dwarf2/main-subprogram.exp
10075 * gdb.dwarf2/member-ptr-forwardref.exp
10076 * gdb.dwarf2/method-ptr.exp
10077 * gdb.dwarf2/missing-sig-type.exp
10078 * gdb.dwarf2/nonvar-access.exp
10079 * gdb.dwarf2/opaque-type-lookup.exp
10080 * gdb.dwarf2/pieces-optimized-out.exp
10081 * gdb.dwarf2/pieces.exp
10082 * gdb.dwarf2/pr10770.exp
10083 * gdb.dwarf2/pr13961.exp
10084 * gdb.dwarf2/staticvirtual.exp
10085 * gdb.dwarf2/subrange.exp
10086 * gdb.dwarf2/symtab-producer.exp
10087 * gdb.dwarf2/trace-crash.exp
10088 * gdb.dwarf2/typeddwarf.exp
10089 * gdb.dwarf2/valop.exp
10090 * gdb.dwarf2/watch-notconst.exp
10091 * gdb.fortran/array-element.exp
10092 * gdb.fortran/charset.exp
10093 * gdb.fortran/common-block.exp
10094 * gdb.fortran/complex.exp
10095 * gdb.fortran/derived-type-function.exp
10096 * gdb.fortran/derived-type.exp
10097 * gdb.fortran/logical.exp
10098 * gdb.fortran/module.exp
10099 * gdb.fortran/multi-dim.exp
10100 * gdb.fortran/nested-funcs.exp
10101 * gdb.fortran/print-formatted.exp
10102 * gdb.fortran/subarray.exp
10103 * gdb.fortran/vla-alloc-assoc.exp
10104 * gdb.fortran/vla-datatypes.exp
10105 * gdb.fortran/vla-history.exp
10106 * gdb.fortran/vla-ptr-info.exp
10107 * gdb.fortran/vla-ptype-sub.exp
10108 * gdb.fortran/vla-ptype.exp
10109 * gdb.fortran/vla-sizeof.exp
10110 * gdb.fortran/vla-type.exp
10111 * gdb.fortran/vla-value-sub-arbitrary.exp
10112 * gdb.fortran/vla-value-sub-finish.exp
10113 * gdb.fortran/vla-value-sub.exp
10114 * gdb.fortran/vla-value.exp
10115 * gdb.fortran/whatis_type.exp
10116 * gdb.go/chan.exp
10117 * gdb.go/handcall.exp
10118 * gdb.go/hello.exp
10119 * gdb.go/integers.exp
10120 * gdb.go/methods.exp
10121 * gdb.go/package.exp
10122 * gdb.go/strings.exp
10123 * gdb.go/types.exp
10124 * gdb.go/unsafe.exp
10125 * gdb.guile/scm-arch.exp
10126 * gdb.guile/scm-block.exp
10127 * gdb.guile/scm-breakpoint.exp
10128 * gdb.guile/scm-cmd.exp
10129 * gdb.guile/scm-disasm.exp
10130 * gdb.guile/scm-equal.exp
10131 * gdb.guile/scm-frame-args.exp
10132 * gdb.guile/scm-frame-inline.exp
10133 * gdb.guile/scm-frame.exp
10134 * gdb.guile/scm-iterator.exp
10135 * gdb.guile/scm-math.exp
10136 * gdb.guile/scm-objfile.exp
10137 * gdb.guile/scm-ports.exp
10138 * gdb.guile/scm-symbol.exp
10139 * gdb.guile/scm-symtab.exp
10140 * gdb.guile/scm-value-cc.exp
10141 * gdb.guile/types-module.exp
10142 * gdb.linespec/break-ask.exp
10143 * gdb.linespec/cpexplicit.exp
10144 * gdb.linespec/explicit.exp
10145 * gdb.linespec/keywords.exp
10146 * gdb.linespec/linespec.exp
10147 * gdb.linespec/ls-dollar.exp
10148 * gdb.linespec/ls-errs.exp
10149 * gdb.linespec/skip-two.exp
10150 * gdb.linespec/thread.exp
10151 * gdb.mi/mi-async.exp
10152 * gdb.mi/mi-basics.exp
10153 * gdb.mi/mi-break.exp
10154 * gdb.mi/mi-catch-load.exp
10155 * gdb.mi/mi-cli.exp
10156 * gdb.mi/mi-cmd-param-changed.exp
10157 * gdb.mi/mi-console.exp
10158 * gdb.mi/mi-detach.exp
10159 * gdb.mi/mi-disassemble.exp
10160 * gdb.mi/mi-eval.exp
10161 * gdb.mi/mi-file-transfer.exp
10162 * gdb.mi/mi-file.exp
10163 * gdb.mi/mi-fill-memory.exp
10164 * gdb.mi/mi-inheritance-syntax-error.exp
10165 * gdb.mi/mi-linespec-err-cp.exp
10166 * gdb.mi/mi-logging.exp
10167 * gdb.mi/mi-memory-changed.exp
10168 * gdb.mi/mi-read-memory.exp
10169 * gdb.mi/mi-record-changed.exp
10170 * gdb.mi/mi-reg-undefined.exp
10171 * gdb.mi/mi-regs.exp
10172 * gdb.mi/mi-return.exp
10173 * gdb.mi/mi-reverse.exp
10174 * gdb.mi/mi-simplerun.exp
10175 * gdb.mi/mi-solib.exp
10176 * gdb.mi/mi-stack.exp
10177 * gdb.mi/mi-stepi.exp
10178 * gdb.mi/mi-syn-frame.exp
10179 * gdb.mi/mi-until.exp
10180 * gdb.mi/mi-var-block.exp
10181 * gdb.mi/mi-var-child.exp
10182 * gdb.mi/mi-var-cmd.exp
10183 * gdb.mi/mi-var-cp.exp
10184 * gdb.mi/mi-var-display.exp
10185 * gdb.mi/mi-var-invalidate.exp
10186 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10187 * gdb.mi/mi-vla-fortran.exp
10188 * gdb.mi/mi-watch.exp
10189 * gdb.mi/mi2-var-child.exp
10190 * gdb.mi/user-selected-context-sync.exp
10191 * gdb.modula2/unbounded-array.exp
10192 * gdb.multi/dummy-frame-restore.exp
10193 * gdb.multi/multi-arch-exec.exp
10194 * gdb.multi/multi-arch.exp
10195 * gdb.multi/tids.exp
10196 * gdb.multi/watchpoint-multi.exp
10197 * gdb.opencl/callfuncs.exp
10198 * gdb.opencl/convs_casts.exp
10199 * gdb.opencl/datatypes.exp
10200 * gdb.opencl/operators.exp
10201 * gdb.opencl/vec_comps.exp
10202 * gdb.opt/clobbered-registers-O2.exp
10203 * gdb.opt/inline-break.exp
10204 * gdb.opt/inline-bt.exp
10205 * gdb.opt/inline-cmds.exp
10206 * gdb.opt/inline-locals.exp
10207 * gdb.pascal/case-insensitive-symbols.exp
10208 * gdb.pascal/floats.exp
10209 * gdb.pascal/gdb11492.exp
10210 * gdb.python/lib-types.exp
10211 * gdb.python/py-arch.exp
10212 * gdb.python/py-as-string.exp
10213 * gdb.python/py-bad-printers.exp
10214 * gdb.python/py-block.exp
10215 * gdb.python/py-breakpoint-create-fail.exp
10216 * gdb.python/py-breakpoint.exp
10217 * gdb.python/py-caller-is.exp
10218 * gdb.python/py-cmd.exp
10219 * gdb.python/py-explore-cc.exp
10220 * gdb.python/py-explore.exp
10221 * gdb.python/py-finish-breakpoint.exp
10222 * gdb.python/py-finish-breakpoint2.exp
10223 * gdb.python/py-frame-args.exp
10224 * gdb.python/py-frame-inline.exp
10225 * gdb.python/py-frame.exp
10226 * gdb.python/py-framefilter-mi.exp
10227 * gdb.python/py-infthread.exp
10228 * gdb.python/py-lazy-string.exp
10229 * gdb.python/py-linetable.exp
10230 * gdb.python/py-mi-events.exp
10231 * gdb.python/py-mi-objfile.exp
10232 * gdb.python/py-mi.exp
10233 * gdb.python/py-objfile.exp
10234 * gdb.python/py-pp-integral.exp
10235 * gdb.python/py-pp-maint.exp
10236 * gdb.python/py-pp-re-notag.exp
10237 * gdb.python/py-pp-registration.exp
10238 * gdb.python/py-recurse-unwind.exp
10239 * gdb.python/py-strfns.exp
10240 * gdb.python/py-symbol.exp
10241 * gdb.python/py-symtab.exp
10242 * gdb.python/py-sync-interp.exp
10243 * gdb.python/py-typeprint.exp
10244 * gdb.python/py-unwind-maint.exp
10245 * gdb.python/py-unwind.exp
10246 * gdb.python/py-value-cc.exp
10247 * gdb.python/py-xmethods.exp
10248 * gdb.reverse/amd64-tailcall-reverse.exp
10249 * gdb.reverse/break-precsave.exp
10250 * gdb.reverse/break-reverse.exp
10251 * gdb.reverse/consecutive-precsave.exp
10252 * gdb.reverse/consecutive-reverse.exp
10253 * gdb.reverse/finish-precsave.exp
10254 * gdb.reverse/finish-reverse-bkpt.exp
10255 * gdb.reverse/finish-reverse.exp
10256 * gdb.reverse/fstatat-reverse.exp
10257 * gdb.reverse/getresuid-reverse.exp
10258 * gdb.reverse/i386-precsave.exp
10259 * gdb.reverse/i386-reverse.exp
10260 * gdb.reverse/i386-sse-reverse.exp
10261 * gdb.reverse/i387-env-reverse.exp
10262 * gdb.reverse/i387-stack-reverse.exp
10263 * gdb.reverse/insn-reverse.exp
10264 * gdb.reverse/machinestate-precsave.exp
10265 * gdb.reverse/machinestate.exp
10266 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10267 * gdb.reverse/pipe-reverse.exp
10268 * gdb.reverse/readv-reverse.exp
10269 * gdb.reverse/recvmsg-reverse.exp
10270 * gdb.reverse/rerun-prec.exp
10271 * gdb.reverse/s390-mvcle.exp
10272 * gdb.reverse/step-precsave.exp
10273 * gdb.reverse/step-reverse.exp
10274 * gdb.reverse/time-reverse.exp
10275 * gdb.reverse/until-precsave.exp
10276 * gdb.reverse/until-reverse.exp
10277 * gdb.reverse/waitpid-reverse.exp
10278 * gdb.reverse/watch-precsave.exp
10279 * gdb.reverse/watch-reverse.exp
10280 * gdb.rust/generics.exp
10281 * gdb.rust/methods.exp
10282 * gdb.rust/modules.exp
10283 * gdb.rust/simple.exp
10284 * gdb.server/connect-with-no-symbol-file.exp
10285 * gdb.server/ext-attach.exp
10286 * gdb.server/ext-restart.exp
10287 * gdb.server/ext-wrapper.exp
10288 * gdb.server/file-transfer.exp
10289 * gdb.server/server-exec-info.exp
10290 * gdb.server/server-kill.exp
10291 * gdb.server/server-mon.exp
10292 * gdb.server/wrapper.exp
10293 * gdb.stabs/exclfwd.exp
10294 * gdb.stabs/gdb11479.exp
10295 * gdb.threads/clone-new-thread-event.exp
10296 * gdb.threads/corethreads.exp
10297 * gdb.threads/current-lwp-dead.exp
10298 * gdb.threads/dlopen-libpthread.exp
10299 * gdb.threads/gcore-thread.exp
10300 * gdb.threads/sigstep-threads.exp
10301 * gdb.threads/watchpoint-fork.exp
10302 * gdb.trace/actions-changed.exp
10303 * gdb.trace/backtrace.exp
10304 * gdb.trace/change-loc.exp
10305 * gdb.trace/circ.exp
10306 * gdb.trace/collection.exp
10307 * gdb.trace/disconnected-tracing.exp
10308 * gdb.trace/ftrace.exp
10309 * gdb.trace/mi-trace-frame-collected.exp
10310 * gdb.trace/mi-trace-unavailable.exp
10311 * gdb.trace/mi-traceframe-changed.exp
10312 * gdb.trace/mi-tsv-changed.exp
10313 * gdb.trace/no-attach-trace.exp
10314 * gdb.trace/passc-dyn.exp
10315 * gdb.trace/qtro.exp
10316 * gdb.trace/range-stepping.exp
10317 * gdb.trace/read-memory.exp
10318 * gdb.trace/save-trace.exp
10319 * gdb.trace/signal.exp
10320 * gdb.trace/status-stop.exp
10321 * gdb.trace/tfile.exp
10322 * gdb.trace/trace-break.exp
10323 * gdb.trace/trace-buffer-size.exp
10324 * gdb.trace/trace-condition.exp
10325 * gdb.trace/tracefile-pseudo-reg.exp
10326 * gdb.trace/tstatus.exp
10327 * gdb.trace/unavailable.exp
10328 * gdb.trace/while-dyn.exp
10329 * gdb.trace/while-stepping.exp
10330
10331 2016-12-22 Doug Evans <xdje42@gmail.com>
10332
10333 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10334 and msymbols.
10335
10336 2016-12-19 Yao Qi <yao.qi@linaro.org>
10337
10338 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10339 (test_with_self): Don't call do_steps_and_nexts, and remove
10340 code about stepping into xmalloc.
10341
10342 2016-12-09 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10345
10346 2016-12-09 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10349
10350 2016-12-09 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/all-architectures-0.exp: New file.
10353 * gdb.base/all-architectures-1.exp: New file.
10354 * gdb.base/all-architectures-2.exp: New file.
10355 * gdb.base/all-architectures-3.exp: New file.
10356 * gdb.base/all-architectures-4.exp: New file.
10357 * gdb.base/all-architectures-5.exp: New file.
10358 * gdb.base/all-architectures-6.exp: New file.
10359 * gdb.base/all-architectures-7.exp: New file.
10360 * gdb.base/all-architectures.exp.in: New file.
10361
10362 2016-12-09 Yao Qi <yao.qi@linaro.org>
10363
10364 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10365
10366 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10367
10368 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10369 possible.
10370 Remove useless pattern-matching code.
10371
10372 2016-12-02 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10375 procedure.
10376 (top level): Call it.
10377
10378 2016-12-02 Pedro Alves <palves@redhat.com>
10379
10380 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10381 New procedure.
10382 (top level): Call it.
10383
10384 2016-12-02 Pedro Alves <palves@redhat.com>
10385
10386 PR cli/20559
10387 * gdb.base/commands.exp (user_defined_command_args_eval): New
10388 procedure.
10389 (top level): Call it.
10390
10391 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10392
10393 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10394 timeout handling.
10395
10396 2016-12-02 Tom Tromey <tom@tromey.com>
10397
10398 * gdb.dwarf2/main-subprogram.c: New file.
10399 * gdb.dwarf2/main-subprogram.exp: New file.
10400
10401 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10402
10403 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10404 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10405 gdb_test_no_output for a couple of cases.
10406 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10407
10408 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10409
10410 Fix test names and standardize compilation error messages throughout
10411 the following files:
10412
10413 * gdb.ada/start.exp
10414 * gdb.arch/alpha-step.exp
10415 * gdb.arch/e500-prologue.exp
10416 * gdb.arch/ftrace-insn-reloc.exp
10417 * gdb.arch/gdb1291.exp
10418 * gdb.arch/gdb1431.exp
10419 * gdb.arch/gdb1558.exp
10420 * gdb.arch/i386-dr3-watch.exp
10421 * gdb.arch/i386-sse-stack-align.exp
10422 * gdb.arch/ia64-breakpoint-shadow.exp
10423 * gdb.arch/pa-nullify.exp
10424 * gdb.arch/powerpc-aix-prologue.exp
10425 * gdb.arch/thumb-bx-pc.exp
10426 * gdb.base/annota1.exp
10427 * gdb.base/annota3.exp
10428 * gdb.base/arrayidx.exp
10429 * gdb.base/assign.exp
10430 * gdb.base/attach.exp
10431 * gdb.base/auxv.exp
10432 * gdb.base/bang.exp
10433 * gdb.base/bfp-test.exp
10434 * gdb.base/bigcore.exp
10435 * gdb.base/bitfields2.exp
10436 * gdb.base/break-fun-addr.exp
10437 * gdb.base/break-probes.exp
10438 * gdb.base/call-rt-st.exp
10439 * gdb.base/callexit.exp
10440 * gdb.base/catch-fork-kill.exp
10441 * gdb.base/charset.exp
10442 * gdb.base/checkpoint.exp
10443 * gdb.base/comprdebug.exp
10444 * gdb.base/constvars.exp
10445 * gdb.base/coredump-filter.exp
10446 * gdb.base/cursal.exp
10447 * gdb.base/cvexpr.exp
10448 * gdb.base/detach.exp
10449 * gdb.base/display.exp
10450 * gdb.base/dmsym.exp
10451 * gdb.base/dprintf-pending.exp
10452 * gdb.base/dso2dso.exp
10453 * gdb.base/dtrace-probe.exp
10454 * gdb.base/dump.exp
10455 * gdb.base/enum_cond.exp
10456 * gdb.base/exe-lock.exp
10457 * gdb.base/exec-invalid-sysroot.exp
10458 * gdb.base/execl-update-breakpoints.exp
10459 * gdb.base/exprs.exp
10460 * gdb.base/fileio.exp
10461 * gdb.base/find.exp
10462 * gdb.base/finish.exp
10463 * gdb.base/fixsection.exp
10464 * gdb.base/foll-vfork.exp
10465 * gdb.base/frame-args.exp
10466 * gdb.base/gcore.exp
10467 * gdb.base/gdb1250.exp
10468 * gdb.base/global-var-nested-by-dso.exp
10469 * gdb.base/gnu-ifunc.exp
10470 * gdb.base/hashline1.exp
10471 * gdb.base/hashline2.exp
10472 * gdb.base/hashline3.exp
10473 * gdb.base/hbreak-in-shr-unsupported.exp
10474 * gdb.base/huge.exp
10475 * gdb.base/infcall-input.exp
10476 * gdb.base/info-fun.exp
10477 * gdb.base/info-shared.exp
10478 * gdb.base/jit-simple.exp
10479 * gdb.base/jit-so.exp
10480 * gdb.base/jit.exp
10481 * gdb.base/jump.exp
10482 * gdb.base/label.exp
10483 * gdb.base/lineinc.exp
10484 * gdb.base/logical.exp
10485 * gdb.base/longjmp.exp
10486 * gdb.base/macscp.exp
10487 * gdb.base/miscexprs.exp
10488 * gdb.base/new-ui-echo.exp
10489 * gdb.base/new-ui-pending-input.exp
10490 * gdb.base/new-ui.exp
10491 * gdb.base/nodebug.exp
10492 * gdb.base/nofield.exp
10493 * gdb.base/offsets.exp
10494 * gdb.base/overlays.exp
10495 * gdb.base/pending.exp
10496 * gdb.base/pointers.exp
10497 * gdb.base/pr11022.exp
10498 * gdb.base/printcmds.exp
10499 * gdb.base/prologue.exp
10500 * gdb.base/ptr-typedef.exp
10501 * gdb.base/realname-expand.exp
10502 * gdb.base/relativedebug.exp
10503 * gdb.base/relocate.exp
10504 * gdb.base/remote.exp
10505 * gdb.base/reread.exp
10506 * gdb.base/return2.exp
10507 * gdb.base/savedregs.exp
10508 * gdb.base/sep.exp
10509 * gdb.base/sepdebug.exp
10510 * gdb.base/sepsymtab.exp
10511 * gdb.base/set-inferior-tty.exp
10512 * gdb.base/setshow.exp
10513 * gdb.base/shlib-call.exp
10514 * gdb.base/sigaltstack.exp
10515 * gdb.base/siginfo-addr.exp
10516 * gdb.base/signals.exp
10517 * gdb.base/signull.exp
10518 * gdb.base/sigrepeat.exp
10519 * gdb.base/so-impl-ld.exp
10520 * gdb.base/solib-display.exp
10521 * gdb.base/solib-overlap.exp
10522 * gdb.base/solib-search.exp
10523 * gdb.base/solib-symbol.exp
10524 * gdb.base/structs.exp
10525 * gdb.base/structs2.exp
10526 * gdb.base/symtab-search-order.exp
10527 * gdb.base/twice.exp
10528 * gdb.base/unload.exp
10529 * gdb.base/varargs.exp
10530 * gdb.base/watchpoint-solib.exp
10531 * gdb.base/watchpoint.exp
10532 * gdb.base/whatis.exp
10533 * gdb.base/wrong_frame_bt_full.exp
10534 * gdb.btrace/dlopen.exp
10535 * gdb.cell/ea-standalone.exp
10536 * gdb.cell/ea-test.exp
10537 * gdb.cp/dispcxx.exp
10538 * gdb.cp/gdb2384.exp
10539 * gdb.cp/method2.exp
10540 * gdb.cp/nextoverthrow.exp
10541 * gdb.cp/pr10728.exp
10542 * gdb.disasm/am33.exp
10543 * gdb.disasm/h8300s.exp
10544 * gdb.disasm/mn10300.exp
10545 * gdb.disasm/sh3.exp
10546 * gdb.dwarf2/dw2-dir-file-name.exp
10547 * gdb.fortran/complex.exp
10548 * gdb.fortran/library-module.exp
10549 * gdb.guile/scm-pretty-print.exp
10550 * gdb.guile/scm-symbol.exp
10551 * gdb.guile/scm-type.exp
10552 * gdb.guile/scm-value.exp
10553 * gdb.linespec/linespec.exp
10554 * gdb.mi/gdb701.exp
10555 * gdb.mi/gdb792.exp
10556 * gdb.mi/mi-breakpoint-changed.exp
10557 * gdb.mi/mi-dprintf-pending.exp
10558 * gdb.mi/mi-dprintf.exp
10559 * gdb.mi/mi-exit-code.exp
10560 * gdb.mi/mi-pending.exp
10561 * gdb.mi/mi-solib.exp
10562 * gdb.mi/new-ui-mi-sync.exp
10563 * gdb.mi/pr11022.exp
10564 * gdb.mi/user-selected-context-sync.exp
10565 * gdb.opt/solib-intra-step.exp
10566 * gdb.python/py-events.exp
10567 * gdb.python/py-finish-breakpoint.exp
10568 * gdb.python/py-mi.exp
10569 * gdb.python/py-prettyprint.exp
10570 * gdb.python/py-shared.exp
10571 * gdb.python/py-symbol.exp
10572 * gdb.python/py-template.exp
10573 * gdb.python/py-type.exp
10574 * gdb.python/py-value.exp
10575 * gdb.reverse/solib-precsave.exp
10576 * gdb.reverse/solib-reverse.exp
10577 * gdb.server/solib-list.exp
10578 * gdb.stabs/weird.exp
10579 * gdb.threads/reconnect-signal.exp
10580 * gdb.threads/stepi-random-signal.exp
10581 * gdb.trace/actions.exp
10582 * gdb.trace/ax.exp
10583 * gdb.trace/backtrace.exp
10584 * gdb.trace/change-loc.exp
10585 * gdb.trace/deltrace.exp
10586 * gdb.trace/ftrace-lock.exp
10587 * gdb.trace/ftrace.exp
10588 * gdb.trace/infotrace.exp
10589 * gdb.trace/mi-tracepoint-changed.exp
10590 * gdb.trace/packetlen.exp
10591 * gdb.trace/passcount.exp
10592 * gdb.trace/pending.exp
10593 * gdb.trace/range-stepping.exp
10594 * gdb.trace/report.exp
10595 * gdb.trace/stap-trace.exp
10596 * gdb.trace/tfind.exp
10597 * gdb.trace/trace-break.exp
10598 * gdb.trace/trace-condition.exp
10599 * gdb.trace/trace-enable-disable.exp
10600 * gdb.trace/trace-mt.exp
10601 * gdb.trace/tracecmd.exp
10602 * gdb.trace/tspeed.exp
10603 * gdb.trace/tsv.exp
10604 * lib/perftest.exp
10605
10606 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10607
10608 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10609 with gdb_test_no_output.
10610 Use command as test name.
10611
10612 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10613
10614 Fix test names starting with uppercase throughout the files.
10615
10616 * gdb.ada/assign_1.exp
10617 * gdb.ada/boolean_expr.exp
10618 * gdb.base/arrayidx.exp
10619 * gdb.base/del.exp
10620 * gdb.base/gcore-buffer-overflow.exp
10621 * gdb.base/testenv.exp
10622 * gdb.compile/compile.exp
10623 * gdb.python/py-framefilter-invalidarg.exp
10624 * gdb.python/py-framefilter.exp
10625
10626 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10627
10628 Fix test names starting with uppercase throughout the files.
10629
10630 * gdb.ada/array_return.exp
10631 * gdb.ada/expr_delims.exp
10632 * gdb.ada/mi_dyn_arr.exp
10633 * gdb.ada/mi_interface.exp
10634 * gdb.ada/mi_var_array.exp
10635 * gdb.ada/watch_arg.exp
10636 * gdb.arch/alpha-step.exp
10637 * gdb.arch/altivec-regs.exp
10638 * gdb.arch/e500-regs.exp
10639 * gdb.arch/powerpc-d128-regs.exp
10640 * gdb.base/arrayidx.exp
10641 * gdb.base/break.exp
10642 * gdb.base/checkpoint.exp
10643 * gdb.base/debug-expr.exp
10644 * gdb.base/dmsym.exp
10645 * gdb.base/radix.exp
10646 * gdb.base/sepdebug.exp
10647 * gdb.base/testenv.exp
10648 * gdb.base/watch_thread_num.exp
10649 * gdb.base/watchpoint-cond-gone.exp
10650 * gdb.cell/break.exp
10651 * gdb.cell/ea-cache.exp
10652 * gdb.compile/compile.exp
10653 * gdb.cp/gdb2495.exp
10654 * gdb.gdb/selftest.exp
10655 * gdb.gdb/xfullpath.exp
10656 * gdb.go/hello.exp
10657 * gdb.go/integers.exp
10658 * gdb.objc/basicclass.exp
10659 * gdb.pascal/hello.exp
10660 * gdb.pascal/integers.exp
10661 * gdb.python/py-breakpoint.exp
10662 * gdb.python/py-cmd.exp
10663 * gdb.python/py-linetable.exp
10664 * gdb.python/py-xmethods.exp
10665 * gdb.python/python.exp
10666 * gdb.reverse/consecutive-precsave.exp
10667 * gdb.reverse/finish-precsave.exp
10668 * gdb.reverse/i386-precsave.exp
10669 * gdb.reverse/machinestate-precsave.exp
10670 * gdb.reverse/sigall-precsave.exp
10671 * gdb.reverse/solib-precsave.exp
10672 * gdb.reverse/step-precsave.exp
10673 * gdb.reverse/until-precsave.exp
10674 * gdb.reverse/watch-precsave.exp
10675 * gdb.threads/leader-exit.exp
10676 * gdb.threads/pthreads.exp
10677 * gdb.threads/wp-replication.exp
10678 * gdb.trace/actions.exp
10679 * gdb.trace/mi-tsv-changed.exp
10680 * gdb.trace/tsv.exp
10681
10682 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10683
10684 Fix test names starting with uppercase throughout the files.
10685
10686 * gdb.arch/i386-bp_permanent.exp
10687 * gdb.arch/i386-gnu-cfi.exp
10688 * gdb.base/disasm-end-cu.exp
10689 * gdb.base/macscp.exp
10690 * gdb.base/pending.exp
10691 * gdb.base/watch_thread_num.exp
10692 * gdb.cp/exception.exp
10693 * gdb.cp/gdb2495.exp
10694 * gdb.cp/local.exp
10695 * gdb.python/py-evsignal.exp
10696 * gdb.python/python.exp
10697 * gdb.trace/tracecmd.exp
10698
10699 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10700
10701 Fix test names starting with uppercase throughout the files.
10702
10703 * gdb.base/charset.exp
10704 * gdb.base/eval.exp
10705 * gdb.base/multi-forks.exp
10706 * gdb.guile/scm-progspace.exp
10707 * gdb.opencl/datatypes.exp
10708 * gdb.python/py-block.exp
10709 * gdb.python/py-function.exp
10710 * gdb.python/py-symbol.exp
10711 * gdb.python/py-symtab.exp
10712 * gdb.python/py-xmethods.exp
10713 * gdb.reverse/break-precsave.exp
10714 * gdb.reverse/break-reverse.exp
10715 * gdb.reverse/consecutive-precsave.exp
10716 * gdb.reverse/consecutive-reverse.exp
10717 * gdb.reverse/finish-precsave.exp
10718 * gdb.reverse/finish-reverse-bkpt.exp
10719 * gdb.reverse/finish-reverse.exp
10720 * gdb.reverse/fstatat-reverse.exp
10721 * gdb.reverse/getresuid-reverse.exp
10722 * gdb.reverse/i386-precsave.exp
10723 * gdb.reverse/i386-reverse.exp
10724 * gdb.reverse/i386-sse-reverse.exp
10725 * gdb.reverse/i387-stack-reverse.exp
10726 * gdb.reverse/insn-reverse.exp
10727 * gdb.reverse/machinestate-precsave.exp
10728 * gdb.reverse/machinestate.exp
10729 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10730 * gdb.reverse/pipe-reverse.exp
10731 * gdb.reverse/readv-reverse.exp
10732 * gdb.reverse/recvmsg-reverse.exp
10733 * gdb.reverse/rerun-prec.exp
10734 * gdb.reverse/s390-mvcle.exp
10735 * gdb.reverse/sigall-precsave.exp
10736 * gdb.reverse/sigall-reverse.exp
10737 * gdb.reverse/solib-precsave.exp
10738 * gdb.reverse/solib-reverse.exp
10739 * gdb.reverse/step-precsave.exp
10740 * gdb.reverse/step-reverse.exp
10741 * gdb.reverse/time-reverse.exp
10742 * gdb.reverse/until-precsave.exp
10743 * gdb.reverse/until-reverse.exp
10744 * gdb.reverse/waitpid-reverse.exp
10745 * gdb.reverse/watch-precsave.exp
10746 * gdb.reverse/watch-reverse.exp
10747
10748 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10749
10750 Fix test names starting with uppercase throughout the files.
10751
10752 * gdb.arch/i386-mpx-simple_segv.exp
10753 * gdb.arch/i386-mpx.exp
10754 * gdb.arch/i386-permbkpt.exp
10755 * gdb.arch/pa-nullify.exp
10756 * gdb.arch/powerpc-d128-regs.exp
10757 * gdb.arch/vsx-regs.exp
10758 * gdb.base/bfp-test.exp
10759 * gdb.base/break.exp
10760 * gdb.base/breakpoint-shadow.exp
10761 * gdb.base/callfuncs.exp
10762 * gdb.base/charset.exp
10763 * gdb.base/commands.exp
10764 * gdb.base/completion.exp
10765 * gdb.base/dfp-test.exp
10766 * gdb.base/echo.exp
10767 * gdb.base/ending-run.exp
10768 * gdb.base/eval.exp
10769 * gdb.base/expand-psymtabs.exp
10770 * gdb.base/float128.exp
10771 * gdb.base/floatn.exp
10772 * gdb.base/foll-exec-mode.exp
10773 * gdb.base/gdb1056.exp
10774 * gdb.base/gdb11531.exp
10775 * gdb.base/kill-after-signal.exp
10776 * gdb.base/multi-forks.exp
10777 * gdb.base/overlays.exp
10778 * gdb.base/pending.exp
10779 * gdb.base/sepdebug.exp
10780 * gdb.base/testenv.exp
10781 * gdb.base/valgrind-db-attach.exp
10782 * gdb.base/watch_thread_num.exp
10783 * gdb.base/watchpoint-cond-gone.exp
10784 * gdb.base/watchpoint.exp
10785 * gdb.base/watchpoints.exp
10786 * gdb.cp/arg-reference.exp
10787 * gdb.cp/baseenum.exp
10788 * gdb.cp/operator.exp
10789 * gdb.cp/shadow.exp
10790 * gdb.dwarf2/dw2-op-out-param.exp
10791 * gdb.dwarf2/dw2-reg-undefined.exp
10792 * gdb.go/chan.exp
10793 * gdb.go/hello.exp
10794 * gdb.go/integers.exp
10795 * gdb.go/methods.exp
10796 * gdb.go/package.exp
10797 * gdb.guile/scm-parameter.exp
10798 * gdb.guile/scm-progspace.exp
10799 * gdb.guile/scm-value.exp
10800 * gdb.mi/mi-pending.exp
10801 * gdb.mi/user-selected-context-sync.exp
10802 * gdb.multi/multi-attach.exp
10803 * gdb.multi/tids.exp
10804 * gdb.opt/clobbered-registers-O2.exp
10805 * gdb.pascal/floats.exp
10806 * gdb.pascal/integers.exp
10807 * gdb.python/py-block.exp
10808 * gdb.python/py-events.exp
10809 * gdb.python/py-parameter.exp
10810 * gdb.python/py-symbol.exp
10811 * gdb.python/py-symtab.exp
10812 * gdb.python/py-type.exp
10813 * gdb.python/py-value.exp
10814 * gdb.python/py-xmethods.exp
10815 * gdb.python/python.exp
10816 * gdb.reverse/break-precsave.exp
10817 * gdb.reverse/consecutive-precsave.exp
10818 * gdb.reverse/finish-precsave.exp
10819 * gdb.reverse/i386-precsave.exp
10820 * gdb.reverse/machinestate-precsave.exp
10821 * gdb.reverse/sigall-precsave.exp
10822 * gdb.reverse/solib-precsave.exp
10823 * gdb.reverse/step-precsave.exp
10824 * gdb.reverse/until-precsave.exp
10825 * gdb.reverse/watch-precsave.exp
10826 * gdb.server/ext-attach.exp
10827 * gdb.server/ext-restart.exp
10828 * gdb.server/ext-run.exp
10829 * gdb.server/ext-wrapper.exp
10830 * gdb.stabs/gdb11479.exp
10831 * gdb.stabs/weird.exp
10832 * gdb.threads/attach-many-short-lived-threads.exp
10833 * gdb.threads/kill.exp
10834 * gdb.threads/watchpoint-fork.exp
10835
10836 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10837
10838 Fix test names starting with uppercase throughout all the files below.
10839
10840 * gdb.ada/array_return.exp
10841 * gdb.ada/catch_ex.exp
10842 * gdb.ada/info_exc.exp
10843 * gdb.ada/mi_catch_ex.exp
10844 * gdb.ada/mi_dyn_arr.exp
10845 * gdb.ada/mi_ex_cond.exp
10846 * gdb.ada/mi_exc_info.exp
10847 * gdb.ada/mi_interface.exp
10848 * gdb.ada/mi_task_arg.exp
10849 * gdb.ada/mi_task_info.exp
10850 * gdb.ada/mi_var_array.exp
10851 * gdb.arch/alpha-step.exp
10852 * gdb.arch/amd64-disp-step.exp
10853 * gdb.arch/arm-disp-step.exp
10854 * gdb.arch/disp-step-insn-reloc.exp
10855 * gdb.arch/e500-prologue.exp
10856 * gdb.arch/ftrace-insn-reloc.exp
10857 * gdb.arch/gdb1558.exp
10858 * gdb.arch/i386-bp_permanent.exp
10859 * gdb.arch/i386-disp-step.exp
10860 * gdb.arch/i386-float.exp
10861 * gdb.arch/i386-gnu-cfi.exp
10862 * gdb.arch/ia64-breakpoint-shadow.exp
10863 * gdb.arch/mips16-thunks.exp
10864 * gdb.arch/pa-nullify.exp
10865 * gdb.arch/powerpc-aix-prologue.exp
10866 * gdb.arch/powerpc-power.exp
10867 * gdb.arch/ppc-dfp.exp
10868 * gdb.arch/s390-tdbregs.exp
10869 * gdb.arch/spu-info.exp
10870 * gdb.arch/spu-ls.exp
10871 * gdb.arch/thumb-bx-pc.exp
10872 * gdb.base/advance.exp
10873 * gdb.base/annota-input-while-running.exp
10874 * gdb.base/arrayidx.exp
10875 * gdb.base/asmlabel.exp
10876 * gdb.base/async.exp
10877 * gdb.base/attach-wait-input.exp
10878 * gdb.base/auto-connect-native-target.exp
10879 * gdb.base/batch-preserve-term-settings.exp
10880 * gdb.base/bfp-test.exp
10881 * gdb.base/bigcore.exp
10882 * gdb.base/bp-permanent.exp
10883 * gdb.base/break-always.exp
10884 * gdb.base/break-fun-addr.exp
10885 * gdb.base/break-idempotent.exp
10886 * gdb.base/break-main-file-remove-fail.exp
10887 * gdb.base/break-probes.exp
10888 * gdb.base/break-unload-file.exp
10889 * gdb.base/break.exp
10890 * gdb.base/call-ar-st.exp
10891 * gdb.base/call-rt-st.exp
10892 * gdb.base/call-sc.exp
10893 * gdb.base/call-signal-resume.exp
10894 * gdb.base/call-strs.exp
10895 * gdb.base/callexit.exp
10896 * gdb.base/callfuncs.exp
10897 * gdb.base/catch-gdb-caused-signals.exp
10898 * gdb.base/catch-signal-siginfo-cond.exp
10899 * gdb.base/catch-syscall.exp
10900 * gdb.base/compare-sections.exp
10901 * gdb.base/cond-eval-mode.exp
10902 * gdb.base/condbreak-call-false.exp
10903 * gdb.base/consecutive-step-over.exp
10904 * gdb.base/cursal.exp
10905 * gdb.base/disabled-location.exp
10906 * gdb.base/disasm-end-cu.exp
10907 * gdb.base/display.exp
10908 * gdb.base/double-prompt-target-event-error.exp
10909 * gdb.base/dprintf-bp-same-addr.exp
10910 * gdb.base/dprintf-detach.exp
10911 * gdb.base/dprintf-next.exp
10912 * gdb.base/dprintf-non-stop.exp
10913 * gdb.base/dprintf-pending.exp
10914 * gdb.base/dso2dso.exp
10915 * gdb.base/ending-run.exp
10916 * gdb.base/enum_cond.exp
10917 * gdb.base/examine-backward.exp
10918 * gdb.base/exe-lock.exp
10919 * gdb.base/exec-invalid-sysroot.exp
10920 * gdb.base/execl-update-breakpoints.exp
10921 * gdb.base/execution-termios.exp
10922 * gdb.base/fileio.exp
10923 * gdb.base/fixsection.exp
10924 * gdb.base/foll-exec-mode.exp
10925 * gdb.base/foll-exec.exp
10926 * gdb.base/fork-running-state.exp
10927 * gdb.base/frame-args.exp
10928 * gdb.base/fullpath-expand.exp
10929 * gdb.base/func-ptr.exp
10930 * gdb.base/gcore-relro-pie.exp
10931 * gdb.base/gdb1090.exp
10932 * gdb.base/gdb1555.exp
10933 * gdb.base/global-var-nested-by-dso.exp
10934 * gdb.base/gnu-ifunc.exp
10935 * gdb.base/hbreak-in-shr-unsupported.exp
10936 * gdb.base/hbreak-unmapped.exp
10937 * gdb.base/hook-stop.exp
10938 * gdb.base/infcall-input.exp
10939 * gdb.base/info-fun.exp
10940 * gdb.base/info-shared.exp
10941 * gdb.base/interrupt-noterm.exp
10942 * gdb.base/jit-so.exp
10943 * gdb.base/jit.exp
10944 * gdb.base/line-symtabs.exp
10945 * gdb.base/list.exp
10946 * gdb.base/longjmp.exp
10947 * gdb.base/macscp.exp
10948 * gdb.base/max-value-size.exp
10949 * gdb.base/nodebug.exp
10950 * gdb.base/nofield.exp
10951 * gdb.base/overlays.exp
10952 * gdb.base/paginate-after-ctrl-c-running.exp
10953 * gdb.base/paginate-bg-execution.exp
10954 * gdb.base/paginate-inferior-exit.exp
10955 * gdb.base/pending.exp
10956 * gdb.base/pr11022.exp
10957 * gdb.base/printcmds.exp
10958 * gdb.base/ptr-typedef.exp
10959 * gdb.base/ptype.exp
10960 * gdb.base/randomize.exp
10961 * gdb.base/range-stepping.exp
10962 * gdb.base/realname-expand.exp
10963 * gdb.base/relativedebug.exp
10964 * gdb.base/remote.exp
10965 * gdb.base/savedregs.exp
10966 * gdb.base/sepdebug.exp
10967 * gdb.base/set-noassign.exp
10968 * gdb.base/shlib-call.exp
10969 * gdb.base/shreloc.exp
10970 * gdb.base/sigaltstack.exp
10971 * gdb.base/sigbpt.exp
10972 * gdb.base/siginfo-addr.exp
10973 * gdb.base/siginfo-obj.exp
10974 * gdb.base/siginfo-thread.exp
10975 * gdb.base/signest.exp
10976 * gdb.base/signull.exp
10977 * gdb.base/sigrepeat.exp
10978 * gdb.base/skip.exp
10979 * gdb.base/so-impl-ld.exp
10980 * gdb.base/solib-corrupted.exp
10981 * gdb.base/solib-disc.exp
10982 * gdb.base/solib-display.exp
10983 * gdb.base/solib-overlap.exp
10984 * gdb.base/solib-search.exp
10985 * gdb.base/solib-symbol.exp
10986 * gdb.base/source-execution.exp
10987 * gdb.base/sss-bp-on-user-bp-2.exp
10988 * gdb.base/sss-bp-on-user-bp.exp
10989 * gdb.base/stack-checking.exp
10990 * gdb.base/stale-infcall.exp
10991 * gdb.base/step-break.exp
10992 * gdb.base/step-line.exp
10993 * gdb.base/step-over-exit.exp
10994 * gdb.base/step-test.exp
10995 * gdb.base/structs.exp
10996 * gdb.base/sym-file.exp
10997 * gdb.base/symtab-search-order.exp
10998 * gdb.base/term.exp
10999 * gdb.base/type-opaque.exp
11000 * gdb.base/unload.exp
11001 * gdb.base/until-nodebug.exp
11002 * gdb.base/until.exp
11003 * gdb.base/unwindonsignal.exp
11004 * gdb.base/watch-cond.exp
11005 * gdb.base/watch-non-mem.exp
11006 * gdb.base/watch_thread_num.exp
11007 * gdb.base/watchpoint-reuse-slot.exp
11008 * gdb.base/watchpoint-solib.exp
11009 * gdb.base/watchpoint.exp
11010 * gdb.btrace/dlopen.exp
11011 * gdb.cell/arch.exp
11012 * gdb.cell/break.exp
11013 * gdb.cell/bt.exp
11014 * gdb.cell/core.exp
11015 * gdb.cell/data.exp
11016 * gdb.cell/dwarfaddr.exp
11017 * gdb.cell/ea-cache.exp
11018 * gdb.cell/ea-standalone.exp
11019 * gdb.cell/ea-test.exp
11020 * gdb.cell/f-regs.exp
11021 * gdb.cell/fork.exp
11022 * gdb.cell/gcore.exp
11023 * gdb.cell/mem-access.exp
11024 * gdb.cell/ptype.exp
11025 * gdb.cell/registers.exp
11026 * gdb.cell/sizeof.exp
11027 * gdb.cell/solib-symbol.exp
11028 * gdb.cell/solib.exp
11029 * gdb.compile/compile-tls.exp
11030 * gdb.cp/exception.exp
11031 * gdb.cp/gdb2495.exp
11032 * gdb.cp/local.exp
11033 * gdb.cp/mb-inline.exp
11034 * gdb.cp/mb-templates.exp
11035 * gdb.cp/pr10687.exp
11036 * gdb.cp/pr9167.exp
11037 * gdb.cp/scope-err.exp
11038 * gdb.cp/templates.exp
11039 * gdb.cp/virtfunc.exp
11040 * gdb.dwarf2/dw2-dir-file-name.exp
11041 * gdb.dwarf2/dw2-single-line-discriminators.exp
11042 * gdb.fortran/complex.exp
11043 * gdb.fortran/library-module.exp
11044 * gdb.guile/guile.exp
11045 * gdb.guile/scm-cmd.exp
11046 * gdb.guile/scm-frame-inline.exp
11047 * gdb.guile/scm-objfile.exp
11048 * gdb.guile/scm-pretty-print.exp
11049 * gdb.guile/scm-symbol.exp
11050 * gdb.guile/scm-type.exp
11051 * gdb.guile/scm-value.exp
11052 * gdb.linespec/keywords.exp
11053 * gdb.linespec/ls-errs.exp
11054 * gdb.linespec/macro-relative.exp
11055 * gdb.linespec/thread.exp
11056 * gdb.mi/mi-breakpoint-changed.exp
11057 * gdb.mi/mi-dprintf-pending.exp
11058 * gdb.mi/mi-fullname-deleted.exp
11059 * gdb.mi/mi-logging.exp
11060 * gdb.mi/mi-pending.exp
11061 * gdb.mi/mi-solib.exp
11062 * gdb.mi/new-ui-mi-sync.exp
11063 * gdb.mi/user-selected-context-sync.exp
11064 * gdb.multi/dummy-frame-restore.exp
11065 * gdb.multi/multi-arch-exec.exp
11066 * gdb.multi/remove-inferiors.exp
11067 * gdb.multi/watchpoint-multi-exit.exp
11068 * gdb.opt/solib-intra-step.exp
11069 * gdb.perf/backtrace.exp
11070 * gdb.perf/single-step.exp
11071 * gdb.perf/skip-command.exp
11072 * gdb.perf/skip-prologue.exp
11073 * gdb.perf/solib.exp
11074 * gdb.python/lib-types.exp
11075 * gdb.python/py-as-string.exp
11076 * gdb.python/py-bad-printers.exp
11077 * gdb.python/py-block.exp
11078 * gdb.python/py-breakpoint.exp
11079 * gdb.python/py-cmd.exp
11080 * gdb.python/py-events.exp
11081 * gdb.python/py-evthreads.exp
11082 * gdb.python/py-finish-breakpoint.exp
11083 * gdb.python/py-finish-breakpoint2.exp
11084 * gdb.python/py-frame-inline.exp
11085 * gdb.python/py-frame.exp
11086 * gdb.python/py-inferior.exp
11087 * gdb.python/py-infthread.exp
11088 * gdb.python/py-mi.exp
11089 * gdb.python/py-objfile.exp
11090 * gdb.python/py-pp-maint.exp
11091 * gdb.python/py-pp-registration.exp
11092 * gdb.python/py-prettyprint.exp
11093 * gdb.python/py-recurse-unwind.exp
11094 * gdb.python/py-shared.exp
11095 * gdb.python/py-symbol.exp
11096 * gdb.python/py-symtab.exp
11097 * gdb.python/py-template.exp
11098 * gdb.python/py-type.exp
11099 * gdb.python/py-unwind-maint.exp
11100 * gdb.python/py-unwind.exp
11101 * gdb.python/py-value.exp
11102 * gdb.python/python.exp
11103 * gdb.reverse/finish-reverse-bkpt.exp
11104 * gdb.reverse/insn-reverse.exp
11105 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11106 * gdb.reverse/solib-precsave.exp
11107 * gdb.reverse/solib-reverse.exp
11108 * gdb.stabs/gdb11479.exp
11109 * gdb.stabs/weird.exp
11110 * gdb.threads/fork-child-threads.exp
11111 * gdb.threads/fork-plus-threads.exp
11112 * gdb.threads/fork-thread-pending.exp
11113 * gdb.threads/forking-threads-plus-breakpoint.exp
11114 * gdb.threads/hand-call-in-threads.exp
11115 * gdb.threads/interrupted-hand-call.exp
11116 * gdb.threads/linux-dp.exp
11117 * gdb.threads/local-watch-wrong-thread.exp
11118 * gdb.threads/next-while-other-thread-longjmps.exp
11119 * gdb.threads/non-ldr-exit.exp
11120 * gdb.threads/pending-step.exp
11121 * gdb.threads/print-threads.exp
11122 * gdb.threads/process-dies-while-detaching.exp
11123 * gdb.threads/process-dies-while-handling-bp.exp
11124 * gdb.threads/pthreads.exp
11125 * gdb.threads/queue-signal.exp
11126 * gdb.threads/reconnect-signal.exp
11127 * gdb.threads/signal-command-handle-nopass.exp
11128 * gdb.threads/signal-command-multiple-signals-pending.exp
11129 * gdb.threads/signal-delivered-right-thread.exp
11130 * gdb.threads/signal-sigtrap.exp
11131 * gdb.threads/sigthread.exp
11132 * gdb.threads/staticthreads.exp
11133 * gdb.threads/stepi-random-signal.exp
11134 * gdb.threads/thread-unwindonsignal.exp
11135 * gdb.threads/thread_check.exp
11136 * gdb.threads/thread_events.exp
11137 * gdb.threads/tid-reuse.exp
11138 * gdb.threads/tls-nodebug.exp
11139 * gdb.threads/tls-shared.exp
11140 * gdb.threads/tls-so_extern.exp
11141 * gdb.threads/tls.exp
11142 * gdb.threads/wp-replication.exp
11143 * gdb.trace/actions-changed.exp
11144 * gdb.trace/actions.exp
11145 * gdb.trace/backtrace.exp
11146 * gdb.trace/change-loc.exp
11147 * gdb.trace/collection.exp
11148 * gdb.trace/deltrace.exp
11149 * gdb.trace/disconnected-tracing.exp
11150 * gdb.trace/entry-values.exp
11151 * gdb.trace/ftrace-lock.exp
11152 * gdb.trace/ftrace.exp
11153 * gdb.trace/infotrace.exp
11154 * gdb.trace/mi-trace-frame-collected.exp
11155 * gdb.trace/mi-trace-unavailable.exp
11156 * gdb.trace/mi-traceframe-changed.exp
11157 * gdb.trace/mi-tracepoint-changed.exp
11158 * gdb.trace/mi-tsv-changed.exp
11159 * gdb.trace/no-attach-trace.exp
11160 * gdb.trace/packetlen.exp
11161 * gdb.trace/passc-dyn.exp
11162 * gdb.trace/passcount.exp
11163 * gdb.trace/pending.exp
11164 * gdb.trace/pr16508.exp
11165 * gdb.trace/qtro.exp
11166 * gdb.trace/range-stepping.exp
11167 * gdb.trace/read-memory.exp
11168 * gdb.trace/report.exp
11169 * gdb.trace/save-trace.exp
11170 * gdb.trace/signal.exp
11171 * gdb.trace/stap-trace.exp
11172 * gdb.trace/status-stop.exp
11173 * gdb.trace/strace.exp
11174 * gdb.trace/tfile.exp
11175 * gdb.trace/tfind.exp
11176 * gdb.trace/trace-break.exp
11177 * gdb.trace/trace-condition.exp
11178 * gdb.trace/trace-enable-disable.exp
11179 * gdb.trace/trace-mt.exp
11180 * gdb.trace/tracecmd.exp
11181 * gdb.trace/tracefile-pseudo-reg.exp
11182 * gdb.trace/tspeed.exp
11183 * gdb.trace/tstatus.exp
11184 * gdb.trace/tsv.exp
11185 * gdb.trace/unavailable.exp
11186 * gdb.trace/while-dyn.exp
11187 * gdb.trace/while-stepping.exp
11188 * lib/gdb-guile.exp
11189 * lib/gdb.exp
11190 * lib/mi-support.exp
11191 * lib/pascal.exp
11192 * lib/perftest.exp
11193 * lib/prelink-support.exp
11194 * lib/selftest-support.exp
11195
11196 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11197
11198 * Makefile.in: Include disable-implicit-rules.mk.
11199
11200 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11201
11202 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11203 non-byte-aligned bit fields.
11204
11205 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11206
11207 PR gdb/12616
11208 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11209 respects the DW_AT_data_bit_offset attribute.
11210
11211 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11212
11213 * gdb.base/default.exp: Fix output of "set language".
11214
11215 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11216
11217 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11218 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11219 make.
11220 * configure.ac: Remove checks for the make program.
11221 * configure: Re-generate.
11222
11223 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11224
11225 * gdb.python/py-recurse-unwind.c (main): Add loop.
11226 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11227 to read_register() and gdb.parse_and_eval(). Make each code
11228 call a separate case that can be individually tested.
11229 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11230 proc. Call cont_and_backtrace for each of the code paths that
11231 we want to test in the unwinder.
11232
11233 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11234
11235 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11236 the definition of struct S.
11237
11238 2016-11-11 Catherine Moore <clm@codesourcery.com>
11239
11240 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11241
11242 2016-11-09 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/commands.exp (runto_or_return): New procedure.
11245 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11246 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11247 (progvar_simple_while_test, progvar_complex_if_while_test)
11248 (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, redefine_hook_test)
11252 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11253 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11254 multi_line_input and multi_line. Remove gdb_expect and
11255 gdb_stop_suppressing_tests uses.
11256 * lib/gdb.exp (valnum_re): New global.
11257 (multi_line_input): New procedure.
11258
11259 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11260
11261 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11262 Remove.
11263 (test_setup): Define with proc_with_prefix.
11264 (test_cli_inferior): Likewise.
11265 (test_cli_thread): Likewise.
11266 (test_cli_frame): Likewise.
11267 (test_cli_select_frame): Likewise.
11268 (test_cli_up_down): Likewise.
11269 (test_mi_thread_select): Likewise.
11270 (test_mi_stack_select_frame): Likewise.
11271 (test_cli_in_mi_inferior): Likewise.
11272 (test_cli_in_mi_thread): Likewise.
11273 (test_cli_in_mi_frame): Likewise.
11274 (top level): Do not use with_test_prefix_procname.
11275
11276 2016-11-09 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.base/commands.exp (gdbvar_simple_if_test)
11279 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11280 (progvar_simple_if_test, progvar_simple_while_test)
11281 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11282 (infrun_breakpoint_command_test, breakpoint_command_test)
11283 (user_defined_command_test, watchpoint_command_test)
11284 (test_command_prompt_position, deprecated_command_test)
11285 (bp_deleted_in_command, temporary_breakpoint_commands)
11286 (stray_arg0_test, source_file_with_indented_comment)
11287 (recursive_source_test, if_commands_test)
11288 (error_clears_commands_left, redefine_hook_test)
11289 (redefine_backtrace_test): Use proc_with_prefix.
11290 * lib/gdb.exp (proc_with_prefix): New proc.
11291
11292 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11293
11294 * gdb.base/tui-layout.c: New file.
11295 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11296 disassembly window contains very long lines.
11297
11298 2016-11-08 Tom Tromey <tom@tromey.com>
11299
11300 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11301 depend on Python 2.
11302
11303 2016-11-08 Tom Tromey <tom@tromey.com>
11304
11305 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11306 New method.
11307
11308 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11309
11310 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11311
11312 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11313
11314 * gdb.rust/simple.rs: Add test for univariant enums without
11315 discriminants and for encoded struct-like enums.
11316
11317 2016-10-28 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11320 gdb_test_multiple, tighten regexps and match symtabs and line
11321 tables incrementally.
11322
11323 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11324
11325 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11326 general.
11327
11328 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11329
11330 * gdb.base/exec-invalid-sysroot.exp: New file.
11331
11332 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11335
11336 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11339
11340 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11341
11342 * gdb.base/killed-outside.exp: Remove $options from a call to
11343 `prepare_for_testing'.
11344
11345 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11346
11347 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11348 Change test message.
11349
11350 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11351
11352 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11353 Update comment.
11354
11355 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11356
11357 * gdb.trace/mi-trace-save.exp: New file.
11358
11359 2016-10-13 Yao Qi <yao.qi@linaro.org>
11360
11361 * gdb.base/code_elim.exp (get_var_address): Remove.
11362 * gdb.base/relocate.exp: Likewise.
11363 * gdb.base/shreloc.exp: Likewise.
11364 * lib/gdb.exp (get_var_address): New.
11365
11366 2016-10-13 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11369 floating point tests if $skip_float_test is false.
11370
11371 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11372
11373 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11374 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11375 argc values.
11376 Add 1 to argc so we guarantee distinct initial/modified argc values.
11377
11378 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11379
11380 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11381
11382 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11383
11384 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11385 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11386 * gdb.arch/vsx-regs.exp: Likewise.
11387
11388 2016-10-07 Yao Qi <yao.qi@linaro.org>
11389
11390 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11391
11392 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11393
11394 * gdb.python/python.exp: Test decode_line("*0").
11395
11396 2016-10-06 Doug Evans <dje@google.com>
11397
11398 * gdb.python/py-value.exp (test_value_creation): Add test for large
11399 unsigned 64-bit value.
11400
11401 2016-10-06 Tom Tromey <tom@tromey.com>
11402
11403 * gdb.compile/compile.exp: Change java tests to rust.
11404 * gdb.base/setshow.exp: Change java tests to rust.
11405 * gdb.base/default.exp: Remove java from language list.
11406 * README (Examples): Update language example.
11407 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11408 test.
11409 * lib/gdb.exp (skip_java_tests): Remove.
11410 * lib/java.exp: Remove.
11411 * gdb.java: Remove.
11412
11413 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11414
11415 * gdb.arch/mips-fcr.exp: New test.
11416 * gdb.arch/mips-fcr.c: Source for the new test.
11417
11418 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11419
11420 * gdb.base/solib-disc.exp: Use `standard_output_file'
11421 throughout.
11422
11423 2016-10-06 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/jit-simple-dl.c: New file.
11426 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11427 * gdb.base/jit-simple.c: ... this.
11428 * gdb.base/jit-simple.exp (jit_run): Delete.
11429 (build_jit): New proc.
11430 (jit_test_reread): Recompile either the main program or the shared
11431 library, depending on what is being tested. Skip changing address
11432 if caller wants to. Compare before/after addresses. If testing
11433 standalone, explicitly load the binary. Test "maint info
11434 breakpoints".
11435 (top level): Add "standalone vs shared lib" and "change address"
11436 vs "same address" axes.
11437
11438 2016-10-06 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11441 call.
11442 (jit_run): Delete.
11443 (jit_test_reread): Use with_test_prefix. Reload the main binary
11444 explicitly. Compare the before/after addresses of the JIT
11445 descriptor.
11446
11447 2016-08-15 Doug Evans <dje@google.com>
11448
11449 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11450 for single bitfields is bool.
11451 * gdb.xml/tdesc-regs.exp: Ditto.
11452
11453 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11454
11455 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11456
11457 2016-10-05 Yao Qi <yao.qi@linaro.org>
11458
11459 * lib/gdb.exp (support_complex_tests): Return zero if
11460 gdb_skip_float_test return true.
11461
11462 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11463 Simon Marchi <simon.marchi@ericsson.com>
11464
11465 PR gdb/20487
11466 * gdb.mi/user-selected-context-sync.exp: New file.
11467 * gdb.mi/user-selected-context-sync.c: New file.
11468
11469 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11470 Simon Marchi <simon.marchi@ericsson.com>
11471
11472 PR gdb/20487
11473 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11474 =thread-select-event check.
11475
11476 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11477
11478 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11479 the compulsory L operand changes.
11480 * gdb.arch/powerpc-power.s: Likewise.
11481
11482 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11483
11484 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11485 * gdb.base/jit-attach-pie.c: New file.
11486 * gdb.base/jit-attach-pie.exp: New file.
11487
11488 2016-09-28 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/infcall-input.c: New file.
11491 * gdb.base/infcall-input.exp: New file.
11492
11493 2016-09-22 Yao Qi <yao.qi@linaro.org>
11494
11495 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11496 (gdb_exit): Rename it to ...
11497 (gdbserver_gdb_exit): ... Close GDBserver.
11498 (gdb_exit): New proc, call gdbserver_gdb_exit.
11499 (mi_gdb_exit): Likewise.
11500
11501 2016-09-22 Yao Qi <yao.qi@linaro.org>
11502
11503 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11504 path.
11505 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11506 Remove duplication.
11507
11508 2016-09-22 Yao Qi <yao.qi@linaro.org>
11509
11510 * lib/gdbserver-support.exp: Check the existence of
11511 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11512
11513 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11514
11515 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11516
11517 2016-09-21 Tom Tromey <tom@tromey.com>
11518
11519 PR gdb/20604:
11520 * gdb.base/quit.exp: New file.
11521
11522 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11523
11524 * .gitignore: New file.
11525
11526 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11527
11528 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11529 throughout.
11530
11531 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11532
11533 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11534
11535 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.cp/casts.cc (decltype): Move it ...
11538 (main): ... with its call to ...
11539 * gdb.cp/casts03.cc: ... a new file.
11540 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11541
11542 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11545
11546 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11547
11548 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11549 and sync up the test with tests in gas/testsuite/gas/ppc.
11550 * gdb.arch/powerpc-power.exp: Likewise.
11551
11552 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11555
11556 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11557 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11560 make m1's definition to be different from m2's. Use 'dummy' as an
11561 argument for probe 'two'.
11562
11563 2016-09-10 Jon Beniston <jon@beniston.com>
11564
11565 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11566 for sim target.
11567
11568 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11569
11570 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11571 variable declaration.
11572 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11573 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11574 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11575 received HWCAP as its argument.
11576
11577 2016-09-06 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/new-ui-pending-input.c: New file.
11580 * gdb.base/new-ui-pending-input.exp: New file.
11581 * gdb.exp (clear_gdb_spawn_id): New procedure.
11582 (with_spawn_id): Check whether gdb_spawn_id exists before
11583 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11584 on exit.
11585
11586 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11587
11588 * gdb.base/float128.c: New file.
11589 * gdb.base/float128.exp: Likewise.
11590 * gdb.base/floatn.c: Likewise.
11591 * gdb.base/floatn.exp: Likewise.
11592
11593 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11594
11595 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11596
11597 2016-09-05 Pedro Alves <palves@redhat.com>
11598
11599 PR backtrace/19927
11600 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11601 unwinders are immediately called as side effect of "source" or
11602 "disable unwinder" commands.
11603 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11604
11605 2016-09-02 Yao Qi <yao.qi@linaro.org>
11606
11607 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11608 is true and $type is "float" or "double".
11609
11610 2016-09-02 Yao Qi <yao.qi@linaro.org>
11611
11612 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11613 true.
11614 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11615 * gdb.base/call-rt-st.exp: Likewise.
11616 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11617 return value instead of gdb,skip_float_test.
11618 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11619 (do_function_calls): Use its return value instead of
11620 gdb,skip_float_test.
11621 * gdb.base/finish.exp: Likewise.
11622 * gdb.base/funcargs.exp: Likewise.
11623 * gdb.base/return.exp: Likewise.
11624 * gdb.base/return2.exp: Likewise.
11625 * gdb.base/varargs.exp: Likewise.
11626 * lib/gdb.exp (gdb_skip_float_test): Change it to
11627 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11628
11629 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11630
11631 * gdb.multi/tids.exp: Test "thread apply all".
11632
11633 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11634
11635 * gdb.base/default.exp (tty): Remove.
11636
11637 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11638
11639 * gdb.python/py-recurse-unwind.c: New file.
11640 * gdb.python/py-recurse-unwind.py: New file.
11641 * gdb.python/py-recurse-unwind.exp: New file.
11642
11643 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11644
11645 * gdb.base/set-inferior-tty.exp: New file.
11646 * gdb.base/set-inferior-tty.c: New file.
11647
11648 2016-08-23 Pedro Alves <palves@redhat.com>
11649
11650 PR gdb/20494
11651 * gdb.base/new-ui-echo.c: New file.
11652 * gdb.base/new-ui-echo.exp: New file.
11653
11654 2016-08-23 Yao Qi <yao.qi@linaro.org>
11655
11656 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11657 gdbserver_spawn.
11658 * gdb.server/connect-without-multi-process.exp (do_test):
11659 Likewise.
11660
11661 2016-08-23 Yao Qi <yao.qi@linaro.org>
11662
11663 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11664 standalone_txt. Delete gdb_txt and standalone_txt on host
11665 and target. Spawn the binary on target. Copy files from
11666 target to host.
11667
11668 2016-08-22 Pedro Alves <palves@redhat.com>
11669
11670 PR gdb/20505
11671 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11672 with_test_prefix. Factor out bits to ...
11673 (test_no_vdso): ... this new procedure.
11674
11675 2016-08-19 Carl Love <cel@us.ibm.com>
11676
11677 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11678 maintaining separate logic for constructing the output path.
11679 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11680 * gdb.arch/ppc-dfp.exp: Likewise.
11681 * gdb.arch/ppc-fp.exp: Likewise.
11682 * gdb.arch/vsx-regs.exp: Likewise.
11683 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11684 binprefix for generating the additional binary files.
11685
11686 2016-08-19 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.trace/mi-trace-frame-collected.exp
11689 (test_trace_frame_collected): On x32, expect two registers.
11690
11691 2016-08-18 Carl Love <cel@us.ibm.com>
11692
11693 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11694 and sync up the test with tests in gas/testsuite/gas/ppc.
11695 * gdb.arch/powerpc-power.exp: Likewise.
11696
11697 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11698
11699 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11700 expected error message.
11701
11702 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11703
11704 * gdb.multi/remove-inferiors.exp: New file.
11705 * gdb.multi/remove-inferiors.c: New file.
11706
11707 2016-08-12 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11710 argument list.
11711
11712 2016-08-10 Pedro Alves <palves@redhat.com>
11713
11714 PR gdb/19187
11715 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11716 setup_kfails.
11717
11718 2016-08-09 Pedro Alves <palves@redhat.com>
11719 Simon Marchi <simon.marchi@ericsson.com>
11720
11721 PR gdb/20418
11722 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11723 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11724
11725 2016-08-09 Pedro Alves <palves@redhat.com>
11726
11727 PR mi/20431
11728 * gdb.mi/mi-cmd-error.exp: New file.
11729
11730 2016-08-09 Pedro Alves <palves@redhat.com>
11731
11732 PR gdb/18653
11733 * gdb.base/signals-state-child.c: New file.
11734 * gdb.base/signals-state-child.exp: New file.
11735 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11736
11737 2016-08-09 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11740
11741 2016-08-03 Tom Tromey <tom@tromey.com>
11742
11743 PR python/18565:
11744 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11745
11746 2016-08-01 Yao Qi <yao.qi@linaro.org>
11747
11748 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11749 variable mode to "multi-process" if $multi_process is 1, otherwise
11750 set it to "single-process".
11751
11752 2016-08-01 Yao Qi <yao.qi@linaro.org>
11753
11754 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11755 * gdb.cp/cpexprs.exp: Likewise.
11756 * gdb.cp/m-static.exp: Likewise.
11757
11758 2016-07-26 Tom Tromey <tom@tromey.com>
11759
11760 PR python/20190:
11761 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11762 test.
11763
11764 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11765
11766 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11767 selecting assembly source files.
11768 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11769 assembly source files.
11770 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11771 assembly source files.
11772 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11773 selecting assembly source files.
11774
11775 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * gdb.base/new-ui.exp (do_test_invalid_args): New
11778 procedure.
11779
11780 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11781
11782 * gdb.btrace/reconnect.c: New file.
11783 * gdb.btrace/reconnect.exp: New file.
11784
11785 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11786
11787 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11788 to test_catch_syscall_group.
11789 (test_catch_syscall_group): New.
11790
11791 2016-07-21 Tom Tromey <tom@tromey.com>
11792
11793 * gdb.rust/simple.rs (main): Use empty struct expression.
11794 * gdb.rust/simple.exp: Add tests for empty struct expression.
11795
11796 2016-07-21 Yao Qi <yao.qi@linaro.org>
11797
11798 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11799 if gdb_skip_xml_test is true on some targets.
11800
11801 2016-07-21 Yao Qi <yao.qi@linaro.org>
11802
11803 * gdb.server/solib-list.exp: Unset last_loaded_file.
11804
11805 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11808 "step into captured_main (args)".
11809
11810 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11813
11814 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11815
11816 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11817
11818 2016-07-19 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11821 * gdb.opt/inline-bt.exp: Likewise.
11822 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11823 additional_flags=-Winline.
11824 * gdb.opt/inline-locals.exp: Likewise.
11825 * gdb.opt/inline-markers.c (ATTR): Define.
11826 (inlined_fn): Use it.
11827
11828 2016-07-19 Yao Qi <yao.qi@linaro.org>
11829
11830 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11831 (test_with_self): Remove some code. Remove argument executable.
11832 (top-level): Use do_self_tests.
11833
11834 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11835 Don Breazeal <donb@codesourcery.com>
11836
11837 * gdb.base/maint.exp: Escape paths used in regular expressions.
11838 * gdb.stabs/weird.exp: Likewise.
11839
11840 2016-07-13 Tom Tromey <tom@tromey.com>
11841
11842 PR python/15620, PR python/18620:
11843 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11844 (test_bkpt_events): New procs.
11845
11846 2016-07-13 Tom Tromey <tom@tromey.com>
11847
11848 PR python/17698:
11849 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11850 test.
11851 (test_watchpoints): Likewise.
11852 (test_bkpt_pending): New proc.
11853
11854 2016-07-13 Tom Tromey <tom@tromey.com>
11855
11856 PR cli/18053:
11857 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11858 completion test.
11859
11860 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11863 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11864 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11865 f_label.
11866 (g): Rename g_end_lbl to g_label.
11867 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11868 low_pc and high_pc.
11869 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11870
11871 2016-07-12 Tom Tromey <tom@tromey.com>
11872
11873 PR python/19293:
11874 * gdb.python/py-unwind-maint.exp: Update tests.
11875
11876 2016-07-12 Yao Qi <yao.qi@linaro.org>
11877
11878 * lib/selftest-support.exp (selftest_setup): Match the output
11879 when captured_main is inlined.
11880
11881 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11882
11883 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11884 New variables.
11885 (print this%a, print this%b, print this): New tests.
11886 * gdb.fortran/derived-types.f90 (this): New object and
11887 initialization.
11888
11889 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11890
11891 * gdb.ada/arraydim.exp: Remove extra directory level in build
11892 directory.
11893
11894 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11895
11896 * lib/ada.exp: Remove extra directory level in build directory.
11897 * gdb.ada/cond_lang.exp: Likewise.
11898 * gdb.ada/exec_changed.exp: Likewise.
11899 * gdb.ada/lang_switch.exp: Likewise.
11900
11901 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11902
11903 * simple.rs: Add test for raw pointer subscripting.
11904 * simple.exp: Add test expectations.
11905
11906 2016-07-05 Yao Qi <yao.qi@linaro.org>
11907
11908 * gdb.mi/mi-reverse.exp: Match =record-started output.
11909
11910 2016-07-01 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11913 procedure.
11914 (jit_reader_test): Test the jit reader's unwinder.
11915 * gdb.base/jithost.c (jit_function_00_code): New global.
11916 (main): Use memcpy to fill in the mmapped code, instead of poking
11917 bytes manually here.
11918 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11919 value.
11920 (read_debug_info): Save the function's range.
11921 (read_sp): New function.
11922 (unwind_frame): Use it. Also unwind RBP.
11923 (get_frame_id): Use read_sp.
11924 (gdb_init_reader): Use calloc instead of malloc.
11925 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11926 parameter. Use gdb_test_multiple.
11927
11928 2016-07-01 Pedro Alves <palves@redhat.com>
11929 Antoine Tremblay <antoine.tremblay@ericsson.com>
11930
11931 * gdb.threads/process-dies-while-detaching.c: New file.
11932 * gdb.threads/process-dies-while-detaching.exp: New file.
11933
11934 2016-07-01 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.multi/watchpoint-multi-exit.c: New file.
11937 * gdb.multi/watchpoint-multi-exit.exp: New file.
11938
11939 2016-06-30 Pedro Alves <palves@redhat.com>
11940
11941 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11942 unset inferior_spawn_id.
11943
11944 2016-06-30 Pedro Alves <palves@redhat.com>
11945
11946 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11947 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11948
11949 2016-06-29 Yao Qi <yao.qi@linaro.org>
11950
11951 * gdb.base/return.c: Add copyright header.
11952
11953 2016-06-29 Tom Tromey <tom@tromey.com>
11954
11955 PR python/20129:
11956 * gdb.python/py-framefilter.exp: Add tests for setting priority
11957 and disabling of non-existent frame filter.
11958
11959 2016-06-29 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11962 0x0f07ff.
11963
11964 2016-06-28 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11967 triplets. Start gdb, execute catch syscall, and continue. Check
11968 gdb's output to determine catch syscall is supported.
11969
11970 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11971
11972 * gdb.rust/simple.rs: Add test for returning unit in a function.
11973 * gdb.rust/simple.exp: Add expectation for functions returning
11974 unit.
11975
11976 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11977
11978 * gdb.python/py-breakpoint-create-fail.c,
11979 gdb.python/py-breakpoint-create-fail.exp,
11980 gdb.python/py-breakpoint-create-fail.py: New testcase.
11981
11982 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11983
11984 PR gdb/20239
11985 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11986 * gdb.rust/simple.exp: Add test expectations for new NonZero
11987 tests.
11988
11989 2016-06-24 David Taylor <dtaylor@emc.com>
11990
11991 * gdb.base/offsets.exp: New file.
11992 * gdb.base/offsets.c: New file.
11993
11994 2016-06-23 Tom Tromey <tom@tromey.com>
11995
11996 PR gdb/16483:
11997 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11998 before any filters are loaded.
11999
12000 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12001
12002 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12003 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12004 structs.
12005 * gdb.fortran/derived-type-function.exp: New file.
12006 * gdb.fortran/derived-type-function.f90: New file.
12007
12008
12009 2016-06-21 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/new-ui.exp: New file.
12012 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12013 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12014 (with_spawn_id): New procedure.
12015
12016 2016-06-21 Pedro Alves <palves@redhat.com>
12017
12018 * gdb.mi/mi-exec-run.exp: New file.
12019
12020 2016-06-21 Pedro Alves <palves@redhat.com>
12021
12022 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12023 breakpoint command's output on the main UI.
12024 (test_break): New procedure, factored out from calls in the top
12025 level.
12026 (top level): Use foreach_with_prefix to test MI as main UI and as
12027 separate UI.
12028
12029 2016-06-21 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12032 (test_awatch_creation_and_listing)
12033 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12034 Remove 'type' parameter.
12035 (test_watchpoint_all): New parameter mi_mode. Remove
12036 with_test_prefix.
12037 (top level): Use foreach_with_prefix, and add main/separate UI MI
12038 testing axis.
12039
12040 2016-06-21 Pedro Alves <palves@redhat.com>
12041
12042 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12043 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12044 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12045 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12046 (gdb_main_spawn_id, mi_spawn_id): Declare and
12047 comment.
12048 (mi_create_inferior_pty): New procedure,
12049 factored out from default_mi_gdb_start.
12050 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12051 procedures.
12052 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12053 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12054 Use mi_create_inferior_pty.
12055 (mi_gdb_start): Use eval to pass down args list.
12056
12057 2016-06-21 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12060 * gdb.opt/inline-cmds.exp: Add MI tests.
12061
12062 2016-06-21 Pedro Alves <palves@redhat.com>
12063
12064 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12065
12066 2016-06-21 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12069 (top level): Use it instead of mi_execute_to.
12070
12071 2016-06-21 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12074 (cont_handler_str): New.
12075 (signal_stop_handler): Set stop_handler_str instead of printing to
12076 stdout.
12077 (continue_handler): Set cont_handler_str instead of printing to
12078 stdout.
12079 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12080 mi_send_resuming_command. Print stop_handler_str and
12081 cont_handler_str instead of expecting the python events print
12082 directly.
12083
12084 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12085
12086 * gdb.base/jit-reader.exp: New file.
12087 * gdb.base/jithost.c: New file.
12088 * gdb.base/jithost.h: New file.
12089 * gdb.base/jitreader.c : New file.
12090 * gdb.base/jit-protocol.h: New file.
12091
12092 2016-06-17 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12095 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12096 and detach-on-fork. Adjust tests.
12097 (top level): Invoke break_cond_on_syscall with combinations of
12098 syscall, follow-fork-mode and detach-on-fork.
12099
12100 2016-06-17 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.base/step-over-exit.c: New.
12103 * gdb.base/step-over-exit.exp: New.
12104
12105 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12106
12107 * gdb.base/float.exp: Add target check for nds32*-*-*.
12108 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12109
12110 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12111
12112 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12113 for unsupported target features.
12114 * gdb.base/call-rt-st.exp: Likewise.
12115 * gdb.base/call-sc.exp: Likewise.
12116 * gdb.base/call-signal-resume.exp: Likewise.
12117 * gdb.base/call-strs.exp: Likewise.
12118 * gdb.base/callexit.exp: Likewise.
12119 * gdb.base/callfuncs.exp: Likewise.
12120 * gdb.base/nodebug.exp: Likewise.
12121 * gdb.base/printcmds.exp: Likewise.
12122 * gdb.base/ptype.exp: Likewise.
12123 * gdb.base/structs.exp: Likewise.
12124 * gdb.base/unwindonsignal.exp: Likewise.
12125 * gdb.cp/gdb2495.exp: Likewise.
12126 * gdb.cp/templates.exp: Likewise.
12127 * gdb.cp/virtfunc.exp: Likewise.
12128 * gdb.threads/hand-call-in-threads.exp: Likewise.
12129 * gdb.threads/interrupted-hand-call.exp: Likewise.
12130 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12131
12132 2016-06-10 Tom Tromey <tom@tromey.com>
12133
12134 PR rust/20110:
12135 * gdb.rust/expr.exp: Add test for integer constant larger than
12136 i32.
12137
12138 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12139
12140 * gdb.fortran/nested-funcs.exp: New.
12141 * gdb.fortran/nested-funcs.f90: New.
12142
12143 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12144
12145 * gdb.base/examine-backward.c: New file.
12146 * gdb.base/examine-backward.exp: New file.
12147
12148 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12149
12150 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12151 matching.
12152
12153 2016-06-02 Tom Tromey <tom@tromey.com>
12154
12155 PR python/18984:
12156 * gdb.python/py-shared.exp: Add solib_name test.
12157
12158 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12159
12160 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12161
12162 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12163
12164 PR c++/19893
12165 * gdb.dwarf2/implref.exp: Rename to...
12166 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12167 * gdb.dwarf2/implref-array.c: New file.
12168 * gdb.dwarf2/implref-array.exp: Likewise.
12169 * gdb.dwarf2/implref-global.c: Likewise.
12170 * gdb.dwarf2/implref-global.exp: Likewise.
12171 * gdb.dwarf2/implref-struct.c: Likewise.
12172 * gdb.dwarf2/implref-struct.exp: Likewise.
12173
12174 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12175
12176 * gdb.trace/trace-condition.exp: Add 64bit tests.
12177
12178 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12179
12180 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12181 bits types.
12182 (main): Adapt to 8 to 64 bits types.
12183 * gdb.trace/trace-condition.exp: Add new tests.
12184
12185 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12186
12187 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12188
12189 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12190
12191 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12192 Move condition tests...
12193 * gdb.trace/trace-condition.exp: Here.
12194
12195 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12196
12197 * gdb.trace/trace-condition.exp: Add counter-case tests.
12198
12199 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12200
12201 PR c++/15231
12202 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12203 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12204
12205 2016-05-27 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12208 New procedure.
12209 (top level): Call it, and bail out of DejaGnu is known to be bad.
12210
12211 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12212
12213 * gdb.base/whatis.c: Extend the test case.
12214 * gdb.base/whatis.exp: Add additional tests.
12215
12216 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12217
12218 * gdb.fortran/type.f90: Add pointer variable.
12219 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12220
12221 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12222
12223 * gdb.fortran/vla-type.exp: Fix testcase name.
12224
12225 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12226
12227 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12228
12229 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12230
12231 * gdb.fortran/type.f90: Add nested structures.
12232 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12233 * gdb.fortran/derived-type.exp: Adapt expected output.
12234 * gdb.fortran/vla-type.exp: Adapt expected output.
12235
12236 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12237
12238 * gdb.fortran/whatis_type.exp: Adapt expected output.
12239
12240 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12241
12242 * gdb.fortran/print_type.exp: Fix expected output.
12243 * gdb.fortran/whatis_type.exp: Fix expected output.
12244
12245 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12246
12247 * gdb.fortran/whatis_type.exp: Use multi_line.
12248
12249 2016-05-24 Tom Tromey <tom@tromey.com>
12250
12251 PR python/17386:
12252 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12253 use value as an index.
12254
12255 2016-05-23 Tom Tromey <tom@tromey.com>
12256
12257 PR python/17981:
12258 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12259 no-breakpoint case.
12260
12261 2016-05-24 Pedro Alves <palves@redhat.com>
12262
12263 PR gdb/19828
12264 * gdb.threads/clone-attach-detach.c: New file.
12265 * gdb.threads/clone-attach-detach.exp: New file.
12266
12267 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12268
12269 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12270
12271 2016-05-23 Tom Tromey <tom@tromey.com>
12272
12273 PR python/19438, PR python/18393:
12274 * gdb.python/py-progspace.exp: Add "dir" test.
12275 * gdb.python/py-objfile.exp: Add "dir" test.
12276
12277 2016-05-23 Yao Qi <yao.qi@linaro.org>
12278
12279 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12280 * gdb.arch/thumb2-it.exp: Likewise.
12281
12282 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12283
12284 * gdb.mi/mi-threads-interrupt.c: New file.
12285 * gdb.mi/mi-threads-interrupt.exp: New file.
12286
12287 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12288
12289 PR gdb/18077
12290 * gdb.mi/mi-async-run.exp: New file.
12291 * gdb.mi/mi-async-run.c: New file.
12292
12293 2016-05-17 Tom Tromey <tom@tromey.com>
12294 Manish Goregaokar <manishsmail@gmail.com>
12295
12296 * lib/rust-support.exp: New file.
12297 * lib/gdb.exp (skip_rust_tests): New proc.
12298 (build_executable_from_specs): Handle rust.
12299 * lib/future.exp (gdb_find_rustc): New proc.
12300 (gdb_default_target_compile): Handle rust.
12301 * gdb.rust/expr.exp: New file.
12302 * gdb.rust/generics.exp: New file.
12303 * gdb.rust/generics.rs: New file.
12304 * gdb.rust/methods.exp: New file.
12305 * gdb.rust/methods.rs: New file.
12306 * gdb.rust/modules.exp: New file.
12307 * gdb.rust/modules.rs: New file.
12308 * gdb.rust/simple.exp: New file.
12309 * gdb.rust/simple.rs: New file.
12310
12311 2016-05-17 Tom Tromey <tom@tromey.com>
12312
12313 * gdb.base/default.exp (set language): Add rust.
12314
12315 2016-05-17 Tom Tromey <tom@tromey.com>
12316
12317 * gdb.gdb/unittest.exp: New file.
12318
12319 2016-05-16 Yao Qi <yao.qi@linaro.org>
12320
12321 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12322 shell_prompt. Update shell_prompt_re.
12323
12324 2016-05-12 Doug Evans <dje@google.com>
12325
12326 PR symtab/19999
12327 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12328 $options when building executable.
12329 * gdb.dwarf2/fission-loclists-pie.S: New file.
12330 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12331
12332 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12335 of [is_remote target],
12336
12337 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12338
12339 * lib/gdb.exp (use_gdb_stub): New procedure.
12340
12341 2016-05-03 Yunlian Jiang <yunlian@google.com>
12342 Doug Evans <dje@google.com>
12343
12344 PR symtab/19914
12345 * gdb.dwarf2/dwp-sepdebug.c: New file.
12346 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12347
12348 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12349
12350 * gdb.base/detach.exp: Remove is_remote check.
12351
12352 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12353
12354 * gdb.base/annota-input-while-running.exp: Don't check for
12355 [is_remote target]. Enable annotations after running to main.
12356 Remove unused "set test..." line.
12357
12358 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12359
12360 * gdb.trace/trace-enable-disable.exp: New file.
12361 * gdb.trace/trace-enable-disable.c: New file.
12362
12363 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12364
12365 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12366 use it in info sharedlibrary test.
12367 * gdb.trace/ftrace-lock.exp: Likewise.
12368 * gdb.trace/ftrace.exp: Likewise.
12369 * gdb.trace/range-stepping.exp: Likewise.
12370 * gdb.trace/trace-break.exp: Likewise.
12371 * gdb.trace/trace-condition.exp: Likewise.
12372 * gdb.trace/trace-mt.exp: Likewise.
12373
12374 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12375
12376 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12377 (gdb_load_shlib): ... this.
12378 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12379 gdb_load_shlib.
12380 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12381 * gdb.base/ctxobj.exp: Likewise.
12382 * gdb.base/dprintf-pending.exp: Likewise.
12383 * gdb.base/dso2dso.exp: Likewise.
12384 * gdb.base/fixsection.exp: Likewise.
12385 * gdb.base/gcore-relro.exp: Likewise.
12386 * gdb.base/gdb1555.exp: Likewise.
12387 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12388 * gdb.base/gnu-ifunc.exp: Likewise.
12389 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12390 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12391 * gdb.base/pending.exp: Likewise.
12392 * gdb.base/print-file-var.exp: Likewise.
12393 * gdb.base/print-symbol-loading.exp: Likewise.
12394 * gdb.base/shlib-call.exp: Likewise.
12395 * gdb.base/shreloc.exp: Likewise.
12396 * gdb.base/so-impl-ld.exp: Likewise.
12397 * gdb.base/solib-disc.exp: Likewise.
12398 * gdb.base/solib-nodir.exp: Likewise.
12399 * gdb.base/solib-overlap.exp: Likewise.
12400 * gdb.base/solib-symbol.exp: Likewise.
12401 * gdb.base/solib-weak.exp (do_test): Likewise.
12402 * gdb.base/sym-file.exp: Likewise.
12403 * gdb.base/symtab-search-order.exp: Likewise.
12404 * gdb.base/type-opaque.exp: Likewise.
12405 * gdb.base/unload.exp: Likewise.
12406 * gdb.base/watchpoint-solib.exp: Likewise.
12407 * gdb.compile/compile.exp: Likewise.
12408 * gdb.cp/gdb2384.exp: Likewise.
12409 * gdb.cp/infcall-dlopen.exp: Likewise.
12410 * gdb.cp/re-set-overloaded.exp: Likewise.
12411 * gdb.fortran/library-module.exp: Likewise.
12412 * gdb.opt/solib-intra-step.exp: Likewise.
12413 * gdb.python/py-finish-breakpoint.exp: Likewise.
12414 * gdb.python/py-shared.exp: Likewise.
12415 * gdb.reverse/solib-precsave.exp: Likewise.
12416 * gdb.reverse/solib-reverse.exp: Likewise.
12417 * gdb.server/solib-list.exp: Likewise.
12418 * gdb.threads/dlopen-libpthread.exp: Likewise.
12419 * gdb.threads/tls-shared.exp: Likewise.
12420 * gdb.threads/tls-so_extern.exp: Likewise.
12421 * gdb.trace/change-loc.exp: Likewise.
12422 * gdb.trace/ftrace-lock.exp: Likewise.
12423 * gdb.trace/ftrace.exp: Likewise.
12424 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12425 * gdb.trace/pending.exp: Likewise.
12426 * gdb.trace/range-stepping.exp: Likewise.
12427 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12428 (strace_info_marker): Likewise.
12429 (strace_probe_marker): Likewise.
12430 (strace_trace_on_same_addr): Likewise.
12431 (strace_trace_on_diff_addr): Likewise.
12432 * gdb.trace/trace-break.exp: Likewise.
12433 * gdb.trace/trace-condition.exp: Likewise.
12434 * gdb.trace/trace-mt.exp: Likewise.
12435
12436 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12437
12438 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12439 result of gdb_remote_download.
12440 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12441 * gdb.base/dso2dso.exp: Likewise.
12442 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12443 * gdb.base/print-file-var.exp: Likewise.
12444 * gdb.base/shlib-call.exp: Likewise.
12445 * gdb.base/shreloc.exp: Likewise.
12446 * gdb.base/solib-overlap.exp: Likewise.
12447 * gdb.base/solib-weak.exp (do_test): Likewise.
12448 * gdb.base/unload.exp: Likewise.
12449
12450 2016-04-27 Yao Qi <yao.qi@linaro.org>
12451
12452 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12453 exists.
12454
12455 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12456
12457 * vla-type.exp: Print structure from toplevel.
12458
12459 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12460
12461 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12462 of dynamic types.
12463 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12464 of dynamic types.
12465
12466 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12467
12468 * gdb.fortran/vla-type.f90: New file.
12469 * gdb.fortran/vla-type.exp: New file.
12470
12471 2016-04-25 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.base/branch-to-self.c: New file.
12474 * gdb.base/branch-to-self.exp: New file.
12475
12476 2016-04-22 Yao Qi <yao.qi@linaro.org>
12477
12478 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12479 more after $hex.
12480
12481 2016-04-22 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12484 * gdb.base/annota3.exp: Likewise.
12485
12486 2016-04-22 Yao Qi <yao.qi@linaro.org>
12487
12488 * gdb.reverse/step-precsave.exp: Do one step and test program
12489 stops in "callee" and do multiple steps until program goes out
12490 of "callee".
12491 * gdb.reverse/step-reverse.exp: Likewise.
12492
12493 2016-04-22 Yao Qi <yao.qi@linaro.org>
12494
12495 * gdb.trace/signal.exp: Also pass if
12496 $tracepoint_hits($i) > $iterations.
12497
12498 2016-04-22 Yao Qi <yao.qi@linaro.org>
12499
12500 * gdb.trace/signal.c: New file.
12501 * gdb.trace/signal.exp: New file.
12502
12503 2016-04-19 Doug Evans <xdje42@gmail.com>
12504
12505 * gdb.base/bad-file.exp: New file.
12506
12507 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12508
12509 * gdb.dwarf2/implref.exp: New file.
12510
12511 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12512
12513 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12514 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12515 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12516 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12517 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12518 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12519 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12520 * lib/fortran.exp (fortran_int4): New procedure.
12521 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12522 (fortran_logical4): Likewise.
12523
12524 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12525
12526 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12527
12528 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12529
12530 * lib/compiler.c: Add Intel specific preprocessor macros.
12531 * lib/compiler.cc: Likewise.
12532
12533 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12534
12535 * gdb.server/connect-with-no-symbol-file.c: New file.
12536 * gdb.server/connect-with-no-symbol-file.exp: New file.
12537
12538 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12541
12542 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12543
12544 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12545 standard output directory.
12546
12547 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12548
12549 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12550
12551 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12552
12553 * gdb.btrace/instruction_history.c (loop): Add declaration.
12554
12555 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12556
12557 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12558
12559 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12560
12561 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12562 parentheses to print.
12563 (continue_handler): Likewise.
12564
12565 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.server/solib-list.exp: Remove is_remote check.
12568 Pass shlib= to gdb_compile. Don't link shared library with
12569 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12570 Run binary filename through "readlink -f" on the target.
12571
12572 2016-04-08 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12575 interpreter filename as argument to gdbserver_spawn.
12576 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12577 Return empty if $last_loaded_file does not exist.
12578
12579 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12582 * gdb.base/jit-main.c: Use exit after usage.
12583
12584 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12585
12586 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12587 GDBHISTSIZE prior to the tests.
12588 * gdb.base/gdbinit-history.exp: Likewise.
12589
12590 2016-04-07 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12593 instead of build_executable. Use gdb_load_shlibs.
12594
12595 2016-04-07 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12598 Execute "si" command.
12599
12600 2016-04-07 Yao Qi <yao.qi@linaro.org>
12601
12602 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12603 number instead of the comments on some line.
12604
12605 2016-04-06 Don Breazeal <donb@codesourcery.com>
12606
12607 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12608 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12609
12610 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12611
12612 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12613 standard_output_file. Remove unused binfile variable.
12614
12615 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12616
12617 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12618 * gdb.python/py-mi-objfile.exp: Match "list main" output
12619 in console format.
12620
12621 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12622
12623 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12624 absolute.
12625
12626 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12627
12628 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12629 absolute.
12630 * gdb.trace/ftrace.exp: Likewise.
12631 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12632 targets as well.
12633 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12634 (gdb_load_shlibs): Copy libraries to test directory when testing
12635 natively. Only set solib-search-path if testing remotely.
12636 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12637
12638 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12639
12640 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12641 gdb_download. Use it even if the target is not remote.
12642 * gdb.base/jit.exp (compile_jit_test): Likewise.
12643 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12644 output directory if the destination board is local, otherwise use
12645 the standard remote_download from DejaGnu.
12646 (gdb_download): Remove.
12647 (gdb_load_shlibs): Use gdb_remote_download instead of
12648 gdb_download.
12649 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12650 Use gdb_remote_download instead of gdb_download. Use it even if
12651 the target is not remote.
12652 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12653 instead of gdb_download.
12654
12655 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12656
12657 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12658 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12659 run.
12660
12661 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12662
12663 PR gdb/19820
12664 * gdb.base/printcmds.exp: Add artificial arrays tests.
12665
12666 2016-03-31 Pedro Alves <palves@redhat.com>
12667
12668 PR gdb/19858
12669 * gdb.base/jit-main.c: Include unistd.h.
12670 (ATTACH): Define to 0 if not already defined.
12671 (wait_for_gdb, mypid): New globals.
12672 (WAIT_FOR_GDB): New macro.
12673 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12674 some breakpoint locations.
12675 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12676 New procedures.
12677 (one_jit_test): Add REATTACH parameter, and handle it. Use
12678 continue_to_test_location.
12679 (top level): Test attach, and adjusts calls to one_jit_test.
12680
12681 2016-03-31 Pedro Alves <palves@redhat.com>
12682
12683 PR gdb/19858
12684 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12685 BINSUFFIX parameter, and handle it.
12686 (top level): Adjust calls compile_jit_test.
12687
12688 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12689
12690 PR python/19743
12691 * gdb.python/py-mi-events-gdb.py: New file.
12692 * gdb.python/py-mi-events.c: New file.
12693 * gdb.python/py-mi-events.exp: New file.
12694
12695 2016-03-30 Yao Qi <yao.qi@linaro.org>
12696
12697 * gdb.reverse/until-precsave.exp: Match function name only.
12698 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12699 Move malloc to a condition block.
12700 * gdb.reverse/until-reverse.exp: Match function name only.
12701
12702 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12703
12704 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12705 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12706 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12707 variable for GPR 0 instead of assuming it is register 0.
12708 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12709 * lib/trace-support.exp: Add s390 registers.
12710
12711 2016-03-29 Yao Qi <yao.qi@linaro.org>
12712
12713 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12714
12715 2016-03-24 Yao Qi <yao.qi@linaro.org>
12716
12717 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12718 test message.
12719
12720 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12721
12722 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12723 maintaining separate logic for constructing the output path.
12724
12725 2016-03-16 Don Breazeal <donb@codesourcery.com>
12726
12727 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12728 Retry fork and waitpid on interrupted system call errors.
12729 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12730 Use with_timeout_factor to increase timeout by factor of 10.
12731
12732 2016-03-15 Don Breazeal <donb@codesourcery.com>
12733
12734 * gdb.cp/scope-err.cc: New test program.
12735 * gdb.cp/scope-err.exp: New test script.
12736 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12737 lines and "set breakpoint here" comment.
12738 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12739 Fixed some whitespace and format issues.
12740 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12741 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12742
12743 2016-03-15 Doug Evans <dje@google.com>
12744
12745 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12746 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12747 All callers updated. Add tests for enums, mixed flags register.
12748
12749 2016-03-15 Doug Evans <dje@google.com>
12750
12751 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12752 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12753
12754 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12755
12756 * gdb.base/default.exp: Add $_as_string to the list of expected
12757 convenience functions.
12758
12759 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12760
12761 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12762
12763 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12764
12765 * gdb.python/py-as-string.exp: New file.
12766 * gdb.python/py-as-string.c: New file.
12767
12768 2016-03-09 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12771 signal" -> "Thread NN received signal" output change.
12772 * gdb.threads/ia64-sigill.exp: Likewise.
12773 * gdb.threads/linux-dp.exp: Likewise.
12774 * gdb.threads/manythreads.exp: Likewise.
12775 * gdb.threads/pending-step.exp: Likewise.
12776 * gdb.threads/print-threads.exp: Likewise.
12777 * gdb.threads/sigstep-threads.exp: Likewise.
12778 * gdb.threads/staticthreads.exp: Likewise.
12779 * gdb.threads/tls.exp: Likewise.
12780
12781 2016-03-09 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/command-line-input.exp: New file.
12784
12785 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12786
12787 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12788 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12789 * gdb.trace/pending.exp: Accept leading dot before function name.
12790 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12791 * lib/trace-support.exp: Set registers for ppc.
12792
12793 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12794
12795 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12796 use it for disassembly; accept .main in addition to main in backtrace.
12797
12798 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12799 Marcin Kościelnicki <koriakin@0x04.net>
12800
12801 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12802 (gdb_recursion_test_ptr): New global variable.
12803 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12804 gdb_recursion_test.
12805 (gdb_c_test): Ditto.
12806
12807 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12808
12809 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12810 ordering.
12811
12812 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12813
12814 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12815 (bar): Add bar_start_lbl label.
12816 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12817 of foo/bar for emitting DWARF and tracing.
12818
12819 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12820
12821 * analyze-racy-logs.py: Set executable bit.
12822
12823 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12824
12825 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12826 (CHECK_TARGET_TMP): Likewise.
12827 (check-single-racy): New rule.
12828 (check-parallel-racy): Likewise.
12829 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12830 (do-check-parallel-racy): New rule.
12831 (check-racy/%.exp): Likewise.
12832 * README (Racy testcases): New section.
12833 * analyze-racy-logs.py: New file.
12834
12835 2016-03-03 Doug Evans <dje@google.com>
12836
12837 * gdb.base/skip.exp: Use with_test_prefix.
12838
12839 2016-03-03 Yao Qi <yao.qi@linaro.org>
12840
12841 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12842 Invoke step_over_syscall "clone" and break_cond_on_syscall
12843 "clone".
12844 * gdb.base/step-over-clone.c: New file.
12845
12846 2016-03-03 Yao Qi <yao.qi@linaro.org>
12847
12848 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12849 code format.
12850
12851 2016-03-03 Yao Qi <yao.qi@linaro.org>
12852
12853 * gdb.base/disp-step-fork.c: Rename to ...
12854 * gdb.base/step-over-fork.c: ... it. New file.
12855 * gdb.base/disp-step-vfork.c: Rename to ...
12856 * gdb.base/step-over-vfork.c: ... it. New file.
12857 * gdb.base/disp-step-syscall.exp: Rename to ...
12858 * gdb.base/step-over-syscall.exp: ... it. New file.
12859 (disp_step_cross_syscall): Rename to ...
12860 (step_over_syscall): ... it.
12861
12862 2016-03-03 Yao Qi <yao.qi@linaro.org>
12863
12864 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12865 If target supports condition evaluation on target, invoke
12866 break_cond_on_syscall for fork and vfork.
12867
12868 2016-03-03 Yao Qi <yao.qi@linaro.org>
12869
12870 * gdb.base/disp-step-syscall.exp: Don't invoke
12871 support_displaced_stepping.
12872 (disp_step_cross_syscall): Test with displaced stepping off and
12873 on if supported.
12874
12875 2016-03-03 Yao Qi <yao.qi@linaro.org>
12876
12877 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12878 proc.
12879 (setup): New proc.
12880 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12881 and setup.
12882
12883 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12884
12885 * gdb.fortran/vla-history.exp: Remove breakpoint.
12886
12887 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12888
12889 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12890 exceeds timeout.
12891
12892 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12893
12894 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12895 breakpoint.
12896
12897 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12898
12899 * gdb.mi/vla.f90: Nullify pointer after declaration.
12900
12901 2016-03-01 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12904
12905 2016-03-01 Pedro Alves <palves@redhat.com>
12906
12907 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12908 before anything else.
12909 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12910 _GNU_SOURCE here.
12911 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12912 before anything else.
12913 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12914
12915 2016-03-01 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12918
12919 2016-03-01 Yao Qi <yao.qi@linaro.org>
12920
12921 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12922 prepare_for_testing.
12923
12924 2016-03-01 Yao Qi <yao.qi@linaro.org>
12925
12926 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12927
12928 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12929
12930 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12931 manually constructing the output path.
12932
12933 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12934
12935 * gdb.arch/s390-stackless.S: New.
12936 * gdb.arch/s390-stackless.exp: New.
12937
12938 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12939
12940 * gdb.dlang/circular.c: New file.
12941 * gdb.dlang/circular.exp: New file.
12942
12943 2016-02-26 Yao Qi <yao.qi@linaro.org>
12944
12945 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12946 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12947 (testcases): Update.
12948
12949 2016-02-26 Yao Qi <yao.qi@linaro.org>
12950
12951 * gdb.reverse/aarch64.c: Rename to ...
12952 * gdb.reverse/insn-reverse.c: ... it.
12953 * gdb.reverse/aarch64.exp: Rename to ...
12954 * gdb.reverse/insn-reverse.exp: ... it.
12955
12956 2016-02-26 Yao Qi <yao.qi@linaro.org>
12957
12958 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12959 (testcase_ftype): New.
12960 (testcases): New array.
12961 (n_testcases): New.
12962 (main): Call each element in testcases.
12963 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12964 (read_testcase): New.
12965 Do the tests in a loop.
12966
12967 2016-02-25 Yao Qi <yao.qi@linaro.org>
12968
12969 * gdb.base/branches.c: Remove.
12970
12971 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12972
12973 PR gdb/13808
12974 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12975
12976 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12977
12978 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12979
12980 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12981
12982 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12983 change x86_64 call_insn to 'callq'.
12984
12985 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12986
12987 * gdb.trace/tfile-avx.c: Move to...
12988 * gdb.trace/tracefile-pseudo-reg.c: Here.
12989 * gdb.trace/tfile-avx.exp: Move to...
12990 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12991
12992 2016-02-24 Gary Benson <gbenson@redhat.com>
12993
12994 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12995 message on attach.
12996
12997 2016-02-23 Doug Evans <dje@google.com>
12998
12999 * gdb.base/skip.c (test_skip): New function.
13000 (end_test_skip_file_and_function): New function.
13001 (test_skip_file_and_function): New function.
13002 * gdb.base/skip1.c (test_skip): New function.
13003 (skip1_test_skip_file_and_function): New function.
13004 * gdb.base/skip.exp: Add tests for new skip options.
13005 * gdb.base/skip-solib.exp: Update expected output.
13006 * gdb.perf/skip-command.cc: New file.
13007 * gdb.perf/skip-command.exp: New file.
13008 * gdb.perf/skip-command.py: New file.
13009
13010 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13011
13012 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13013 info registers pattern.
13014
13015 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13016
13017 * lib/future.exp: Add D support.
13018 (gdb_find_gdc): New proc.
13019 (gdb_default_target_compile): Add D support.
13020
13021 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13022
13023 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13024 user+system time.
13025 (trace_speed_test): Determine the iteration count for a time
13026 between 15..30 seconds.
13027
13028 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13029
13030 * gdb.arch/i386-mpx-sigsegv.c: New file.
13031 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13032 * gdb.arch/i386-mpx-simple_segv.c: New file.
13033 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13034
13035 2016-02-18 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13038 Don't call setup_kfail.
13039
13040 2016-02-18 Yao Qi <yao.qi@linaro.org>
13041
13042 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13043 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13044
13045 2016-02-16 Doug Evans <dje@google.com>
13046
13047 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13048 * gdb.base/skip1.c: Ditto.
13049 * gdb.base/skip.exp: Whitespace cleanup.
13050
13051 2016-02-16 Don Breazeal <donb@codesourcery.com>
13052
13053 PR remote/19496
13054 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13055 Remove kfail for PR remote/19496.
13056
13057 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * lib/gdb.exp (standard_temp_file): Return a path specific to
13060 the runtest invocation.
13061
13062 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13063
13064 * gdb.trace/save-trace.exp: Change relative path to be in the
13065 standard output directory.
13066
13067 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13068
13069 * gdb.arch/i386-prologue.c: Add missing prototypes.
13070
13071 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13072
13073 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13074 * gdb.arch/i386-prologue.exp: Likewise.
13075 * gdb.arch/i386-size.exp: Likewise.
13076
13077 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13078
13079 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13080 define object file path.
13081 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13082 file path.
13083 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13084 standard_output_file to define binfile.
13085
13086 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13087
13088 Fix compatibility with recent gfortran-5.3.1.
13089 * gdb.fortran/vla-history.exp (print vla1 allocated)
13090 (print vla2 allocated, print $2, print $3): Remove
13091 (print $4): Rename to ...
13092 (print $2): ... here.
13093 (print $9): Rename to ...
13094 (print $5): ... here.
13095 (print $10): Rename to ...
13096 (print $6): ... here.
13097 * gdb.fortran/vla.f90: Add pvla initialization.
13098
13099 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13100
13101 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13102 New test.
13103 * gdb.fortran/vla-value-sub.exp: Likewise.
13104
13105 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13106
13107 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13108
13109 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13110
13111 * i386-biarch-core.exp: Define corefile using
13112 standard_output_file.
13113
13114 2016-02-12 Yao Qi <yao.qi@linaro.org>
13115
13116 * gdb.arch/arm-single-step-kernel-helper.c: New.
13117 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13118
13119 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13120
13121 * gdb.btrace/tailcall-only.exp: New.
13122 * gdb.btrace/tailcall-only.c: New.
13123 * gdb.btrace/x86_64-tailcall-only.S: New.
13124 * gdb.btrace/i686-tailcall-only.S: New.
13125
13126 2016-02-11 Pedro Alves <palves@redhat.com>
13127
13128 * README (Parallel testing): Add missing double quotes.
13129
13130 2016-02-11 Pedro Alves <palves@redhat.com>
13131
13132 * README (Parallel testing): New section.
13133 (GDB_PARALLEL): Rewrite.
13134 (FORCE_PARALLEL): Document.
13135
13136 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13137
13138 * gdb.trace/tfile-avx.c: New test.
13139 * gdb.trace/tfile-avx.exp: New test.
13140
13141 2016-02-09 Keith Seitz <keiths@redhat.com>
13142
13143 PR breakpoints/19546
13144 * gdb.base/infcall-exec.c: New file.
13145 * gdb.base/infcall-exec2.c: New file.
13146 * gdb.base/infcall-exec.exp: New file.
13147
13148 2016-02-09 Keith Seitz <keiths@redhat.com>
13149
13150 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13151 (toplevel): Call test_bkpt_address.
13152
13153 2016-02-09 Keith Seitz <keiths@redhat.com>
13154
13155 PR python/19506
13156 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13157 (toplevel): Call test_bkpt_address.
13158
13159 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13162 to AC_OUTPUT.
13163 * configure: Regenerate.
13164
13165 2016-02-09 Pedro Alves <palves@redhat.com>
13166
13167 PR breakpoints/19548
13168 * gdb.base/execl-update-breakpoints.c (some_function): New
13169 function.
13170 (main): Call it.
13171 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13172 Tighten expected GDB output.
13173
13174 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13175
13176 * Makefile.in (ALL_SUBDIRS): Remove.
13177 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13178 (distclean maintainer-clean realclean): Likewise.
13179 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13180 * configure: Regenerate.
13181 * gdb.ada/Makefile.in: Delete.
13182 * gdb.arch/Makefile.in: Likewise.
13183 * gdb.asm/Makefile.in: Likewise.
13184 * gdb.base/Makefile.in: Likewise.
13185 * gdb.btrace/Makefile.in: Likewise.
13186 * gdb.cell/Makefile.in: Likewise.
13187 * gdb.compile/Makefile.in: Likewise.
13188 * gdb.cp/Makefile.in: Likewise.
13189 * gdb.disasm/Makefile.in: Likewise.
13190 * gdb.dlang/Makefile.in: Likewise.
13191 * gdb.dwarf2/Makefile.in: Likewise.
13192 * gdb.fortran/Makefile.in: Likewise.
13193 * gdb.gdb/Makefile.in: Likewise.
13194 * gdb.go/Makefile.in: Likewise.
13195 * gdb.guile/Makefile.in: Likewise.
13196 * gdb.java/Makefile.in: Likewise.
13197 * gdb.linespec/Makefile.in: Likewise.
13198 * gdb.mi/Makefile.in: Likewise.
13199 * gdb.modula2/Makefile.in: Likewise.
13200 * gdb.multi/Makefile.in: Likewise.
13201 * gdb.objc/Makefile.in: Likewise.
13202 * gdb.opencl/Makefile.in: Likewise.
13203 * gdb.opt/Makefile.in: Likewise.
13204 * gdb.pascal/Makefile.in: Likewise.
13205 * gdb.perf/Makefile.in: Likewise.
13206 * gdb.python/Makefile.in: Likewise.
13207 * gdb.reverse/Makefile.in: Likewise.
13208 * gdb.server/Makefile.in: Likewise.
13209 * gdb.stabs/Makefile.in: Likewise.
13210 * gdb.threads/Makefile.in: Likewise.
13211 * gdb.trace/Makefile.in: Likewise.
13212 * gdb.xml/Makefile.in: Likewise.
13213 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13214 GDB_PARALLEL.
13215 (standard_output_file): Remove check for GDB_PARALLEL, always
13216 return path in outputs/$subdir/$testname.
13217
13218 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13219
13220 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13221 (site.exp): Assign abs_srcdir to tcl's srcdir.
13222
13223 2016-02-04 Yao Qi <yao.qi@linaro.org>
13224
13225 * gdb.base/foll-exec-mode.c: Include limits.h.
13226 (main): Add parameters argc and argv. Get directory from
13227 argv[0].
13228 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13229 compilation.
13230 * gdb.base/foll-exec.c: Include limits.h.
13231 (main): Add parameters argc and argv.
13232 Get directory from argv[0].
13233 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13234 Adjust tests on the number of lines as source code changed.
13235 * gdb.base/foll-vfork-exit.c: Include limits.h.
13236 (main): Add one line of statement before vfork.
13237 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13238 (main): Add parameters argc and argv. Get directory from
13239 argv[0].
13240 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13241 (setup_gdb): Set tbreak to skip some source lines.
13242 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13243 (main): Add parameters argc and argv. Get directory from
13244 argv[0].
13245 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13246 compilation.
13247 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13248 (main): Add parameters argc and argv. Get directory from
13249 argv[0].
13250 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13251 compilation.
13252
13253 2016-02-01 Doug Evans <dje@google.com>
13254
13255 * gdb.base/skip.exp: Clean up multiple references to same test name.
13256
13257 2016-02-01 Pedro Alves <palves@redhat.com>
13258
13259 PR remote/19496
13260 * gdb.threads/forking-threads-plus-breakpoint.exp
13261 (displaced_stepping_supported): New global.
13262 (probe_displaced_stepping_support): New procedure.
13263 (do_test): Add 'displaced' parameter, and use it.
13264 (top level): Check for displaced stepping support. Add displaced
13265 stepping on/off testing axis.
13266
13267 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13268
13269 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13270 pointer. Don't perform further tests on the unassociated pointer
13271 if the first test fails.
13272
13273 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13274
13275 * gdb.base/max-value-size.c: New file.
13276 * gdb.base/max-value-size.exp: New file.
13277 * gdb.base/huge.exp: Disable max-value-size for this test.
13278
13279 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13280
13281 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13282
13283 2016-01-28 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13286
13287 2016-01-25 Pedro Alves <palves@redhat.com>
13288
13289 PR threads/19461
13290 * gdb.base/fork-running-state.c: New file.
13291 * gdb.base/fork-running-state.exp: New file.
13292
13293 2016-01-25 Pedro Alves <palves@redhat.com>
13294
13295 PR gdb/19494
13296 * gdb.base/catch-fork-kill.c: New file.
13297 * gdb.base/catch-fork-kill.exp: New file.
13298
13299 2016-01-25 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13302 Delete, moved to lib/gdb.exp.
13303 * gdb.threads/forking-threads-plus-breakpoint.exp
13304 (foreach_with_prefix): Likewise.
13305 * gdb.threads/process-dies-while-handling-bp.exp
13306 (foreach_with_prefix): Likewise.
13307 * lib/gdb.exp (foreach_with_prefix): New procedure.
13308
13309 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13310
13311 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13312 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13313
13314 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13315
13316 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13317 endian targets.
13318
13319 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13320 Pedro Alves <palves@redhat.com>
13321
13322 Fix testsuite compatibility with Guile.
13323 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13324 number.
13325
13326 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13327
13328 Fix testsuite compatibility with Guile.
13329 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13330 (thread 1): New test for backtrace through signal handler.
13331
13332 2016-01-22 Yao Qi <yao.qi@linaro.org>
13333
13334 PR testsuite/19491
13335 * gdb.base/multi-forks.c: Include
13336 ../lib/unbuffer_output.c
13337 (main): Call gdb_unbuffer_output.
13338
13339 2016-01-21 Doug Evans <dje@google.com>
13340
13341 * lib/ada.exp (gdb_compile_ada): Fix typo.
13342
13343 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13344
13345 * gdb.base/break-fun-addr.exp: New file.
13346 * gdb.base/break-fun-addr1.c: New file.
13347 * gdb.base/break-fun-addr2.c: New file.
13348
13349 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13350
13351 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13352 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13353 enum flag values.
13354
13355 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13356
13357 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13358 when GDB can not set the vector return value. Add more comments
13359 for clarification.
13360
13361 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13362
13363 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13364 command.
13365
13366 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13367
13368 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13369
13370 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13371
13372 * Makefile.in (check-single): Pass --status to runtest.
13373 (check/%.exp): Likewise.
13374
13375 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13376
13377 * Makefile.in (check-parallel): Propagate return code from make
13378 do-check-parallel.
13379
13380 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13381
13382 * gdb.trace/ftrace.exp: Fix expected message on continue.
13383 * gdb.trace/pending.exp: Fix expected message on continue.
13384 * gdb.trace/trace-break.exp: Fix expected message on continue.
13385
13386 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13387
13388 * lib/gdb.exp (gdb_test): Remove unused global references.
13389
13390 2016-01-18 Pedro Alves <palves@redhat.com>
13391
13392 * gdb.base/async-shell.exp: Adjust expected output.
13393 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13394 * gdb.base/siginfo-thread.exp: Adjust expected output.
13395 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13396 * gdb.java/jnpe.exp: Adjust expected output.
13397 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13398 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13399 * gdb.threads/leader-exit.exp: Adjust expected output.
13400 * gdb.threads/manythreads.exp: Adjust expected output.
13401 * gdb.threads/pthreads.exp: Adjust expected output.
13402 * gdb.threads/schedlock.exp: Adjust expected output.
13403 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13404 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13405 expected output.
13406 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13407 output.
13408 * gdb.threads/sigthread.exp: Adjust expected output.
13409 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13410
13411 2016-01-18 Yao Qi <yao.qi@linaro.org>
13412
13413 * gdb.guile/scm-section-script.c: Replace @progbits with
13414 %progbits.
13415 * gdb.python/py-section-script.c: Likewise.
13416
13417 2016-01-15 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.multi/tids.exp: Test star wildcard ranges.
13420
13421 2016-01-15 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13424 command from "thread apply" invocation.
13425 (thr_apply_info_thr_invalid): Default the expected output to the
13426 input tid list.
13427 (top level): Add tests that use convenience variables. Add tests
13428 for "thread apply" with a valid TID list, but missing the command.
13429
13430 2016-01-13 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.base/default.exp: Expect $_gthread as well.
13433 * gdb.multi/tids.exp: Test $_gthread.
13434 * gdb.threads/thread-specific.exp: Test $_gthread.
13435
13436 2016-01-13 Pedro Alves <palves@redhat.com>
13437
13438 * gdb.multi/tids.exp: Test "info threads -gid".
13439
13440 2016-01-13 Pedro Alves <palves@redhat.com>
13441
13442 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13443 Breakpoint.thread.
13444 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13445
13446 2016-01-07 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/break.exp: Adjust to output changes.
13449 * gdb.base/hbreak2.exp: Likewise.
13450 * gdb.base/sepdebug.exp: Likewise.
13451 * gdb.base/watch_thread_num.exp: Likewise.
13452 * gdb.linespec/keywords.exp: Likewise.
13453 * gdb.multi/info-threads.exp: Likewise.
13454 * gdb.threads/thread-find.exp: Likewise.
13455 * gdb.multi/tids.c: New file.
13456 * gdb.multi/tids.exp: New file.
13457
13458 2016-01-13 Pedro Alves <palves@redhat.com>
13459
13460 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13461
13462 2016-01-13 Pedro Alves <palves@redhat.com>
13463
13464 * gdb.base/default.exp: Expect $_inferior as well.
13465 * gdb.multi/base.exp: Test $_inferior.
13466
13467 2016-01-13 Pedro Alves <palves@redhat.com>
13468
13469 PR breakpoints/19388
13470 * gdb.base/catch-signal-siginfo-cond.c: New file.
13471 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13472
13473 2016-01-12 Josh Stone <jistone@redhat.com>
13474 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13475
13476 * gdb.base/catch-syscall.c (do_execve): New variable.
13477 (main): Conditionally trigger an execve.
13478 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13479 (test_catch_syscall_execve): New, check entry/return across execve.
13480 (do_syscall_tests): Call test_catch_syscall_execve.
13481
13482 2016-01-12 Pedro Alves <palves@redhat.com>
13483
13484 * gdb.base/random-signal.exp (do_test): New procedure, with body
13485 of testcase moved in.
13486
13487 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13488 Pedro Alves <palves@redhat.com>
13489
13490 * gdb.base/funcargs.exp (finish from indirectly called function):
13491 Reintroduce the case for 'First'.
13492
13493 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13494 Pedro Alves <palves@redhat.com>
13495
13496 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13497 (tcatch_vfork_then_child_follow_exec)
13498 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13499 identification.
13500
13501 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13502
13503 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13504 and repeats to unlimited.
13505 * gdb.python/py-value.exp: Likewise.
13506 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13507 and repeats to unlimited.
13508
13509 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13510
13511 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13512 and reordering the functions.
13513 * gdb.multi/hangout.c: Likewise.
13514 * gdb.multi/hello.c: Likewise.
13515
13516 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13517
13518 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13519 absolute.
13520 (SingleStatisticTestResult.report): Use dict.keys instead of
13521 dict.iterkeys.
13522
13523 2016-01-06 Pedro Alves <palves@redhat.com>
13524
13525 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13526
13527 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13528
13529 * gdb.btrace/dlopen.exp: New.
13530 * gdb.btrace/dlopen.c: New.
13531 * gdb.btrace/dlopen-dso.c: New.
13532
13533 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13534
13535 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13536 PATTERN argument is optional.
13537
13538 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13539
13540 * lib/ada.exp (target_compile_ada_from_dir): New function.
13541 (gdb_compile_ada): Reimplement avoiding the use of project files.
13542 * gdb.ada/gnat_ada.gpr: Delete.
13543 * gdb.ada/cond_lang.exp: Adjust test to make path before
13544 filename optional.
13545 * gdb.ada/small_reg_param.exp: Likewise.
13546
13547 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13548
13549 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13550
13551 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13552
13553 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13554 case.
13555
13556 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * gdb.base/break.exp: Remove dead code.
13559 * gdb.base/sepdebug.exp: Likewise.
13560
13561 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13562
13563 * gdb.asm/asm-source.exp: Remove HP-UX references.
13564 * gdb.base/annota1.exp: Likewise.
13565 * gdb.base/annota3.exp: Likewise.
13566 * gdb.base/attach.exp: Likewise.
13567 * gdb.base/bigcore.exp: Likewise.
13568 * gdb.base/break.exp: Likewise.
13569 * gdb.base/call-ar-st.exp: Likewise.
13570 * gdb.base/callfuncs.exp: Likewise.
13571 * gdb.base/catch-fork-static.exp: Likewise.
13572 * gdb.base/display.exp: Likewise.
13573 * gdb.base/foll-exec-mode.exp: Likewise.
13574 * gdb.base/foll-exec.exp: Likewise.
13575 * gdb.base/foll-fork.exp: Likewise.
13576 * gdb.base/foll-vfork.exp: Likewise.
13577 * gdb.base/funcargs.exp: Likewise.
13578 * gdb.base/hbreak2.exp: Likewise.
13579 * gdb.base/inferior-died.exp: Likewise.
13580 * gdb.base/interrupt.exp: Likewise.
13581 * gdb.base/multi-forks.exp: Likewise.
13582 * gdb.base/nodebug.exp: Likewise.
13583 * gdb.base/sepdebug.exp: Likewise.
13584 * gdb.base/solib1.c: Likewise.
13585 * gdb.base/step-test.exp: Likewise.
13586 * gdb.mi/non-stop.c: Likewise.
13587 * gdb.mi/pthreads.c: Likewise.
13588 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13589 * gdb.threads/pthreads.c: Likewise.
13590 * gdb.threads/staticthreads.exp: Likewise.
13591 * lib/future.exp: Likewise.
13592 * lib/gdb.exp: Likewise.
13593 * gdb.base/so-indr-cl.c: Remove.
13594 * gdb.base/so-indr-cl.exp: Likewise.
13595 * gdb.base/solib.c: Likewise.
13596 * gdb.base/solib.exp: Likewise.
13597 * gdb.base/solib2.c: Likewise.
13598
13599 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13600
13601 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13602 * gdb.base/call-ar-st.exp: Likewise.
13603 * gdb.base/callfuncs.exp: Likewise.
13604 * gdb.base/condbreak.exp: Likewise.
13605 * gdb.base/constvars.exp: Likewise.
13606 * gdb.base/hbreak2.exp: Likewise.
13607 * gdb.base/langs.exp: Likewise.
13608 * gdb.base/list.exp: Likewise.
13609 * gdb.base/long_long.exp: Likewise.
13610 * gdb.base/ptype.exp: Likewise.
13611 * gdb.base/scope.exp: Likewise.
13612 * gdb.base/signals.exp: Likewise.
13613 * gdb.base/so-impl-ld.exp: Likewise.
13614 * gdb.base/varargs.exp: Likewise.
13615 * gdb.base/volatile.exp: Likewise.
13616 * gdb.base/whatis.exp: Likewise.
13617 * gdb.cp/cplusfuncs.exp: Likewise.
13618 * gdb.cp/inherit.exp: Likewise.
13619 * gdb.cp/local.exp: Likewise.
13620 * gdb.cp/member-ptr.exp: Likewise.
13621 * gdb.cp/method.exp: Likewise.
13622 * gdb.cp/overload.exp: Likewise.
13623 * gdb.cp/templates.exp: Likewise.
13624 * gdb.stabs/weird.exp: Likewise.
13625 * lib/compiler.c: Likewise.
13626 * lib/compiler.cc: Likewise.
13627 * lib/cp-support.exp: Likewise.
13628 * lib/gdb.exp: Likewise.
13629
13630 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13631
13632 * configure.ac: Remove HP-UX case.
13633 * configure: Regenerate.
13634
13635 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13636
13637 * lib/gdb.exp (gdb_compile): Add function doc.
13638
13639 2015-12-17 Pedro Alves <palves@redhat.com>
13640
13641 PR threads/19354
13642 * gdb.multi/info-threads.exp: New file.
13643
13644 2015-12-15 Yao Qi <yao.qi@linaro.org>
13645
13646 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13647 is aarch64*-*-*.
13648
13649 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13650
13651 * gdb.base/history-duplicates.exp: Skip if no readline support.
13652
13653 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13654
13655 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13656
13657 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13658
13659 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13660
13661 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13662
13663 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13664 ctrl-C if nointerrupts target property is set.
13665 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13666 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13667 * gdb.base/paginate-bg-execution.exp: Likewise.
13668 * gdb.base/paginate-execution-startup.exp: Likewise.
13669 * gdb.base/random-signal.exp: Likewise.
13670 * gdb.base/range-stepping.exp: Likewise.
13671 * gdb.cp/annota2.exp: Likewise.
13672 * gdb.cp/annota3.exp: Likewise.
13673 * gdb.gdb/selftest.exp: Likewise.
13674 * gdb.threads/continue-pending-status.exp: Likewise.
13675 * gdb.threads/leader-exit.exp: Likewise.
13676 * gdb.threads/manythreads.exp: Likewise.
13677 * gdb.threads/pthreads.exp: Likewise.
13678 * gdb.threads/schedlock.exp: Likewise.
13679 * gdb.threads/sigthread.exp: Likewise.
13680
13681 2015-12-11 Don Breazeal <donb@codesourcery.com>
13682
13683 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13684 remote.
13685 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13686 * gdb.base/foll-exec.exp (main): Enable for target remote.
13687 * gdb.base/foll-fork.exp (main): Likewise.
13688 * gdb.base/foll-vfork.exp (main): Likewise.
13689 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13690 (proc continue_to_exit_bp_loc): Use clean_restart.
13691 * gdb.base/pie-execl.exp (main): Disable for target remote.
13692 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13693 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13694 * gdb.threads/execl.exp (main): Likewise.
13695 * gdb.threads/fork-child-threads.exp (main): Likewise.
13696 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13697 remote.
13698 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13699 remote.
13700 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13701 pid.tid style ptids, instead of just tid.
13702 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13703 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13704 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13705 ptids, instead of just tid.
13706
13707 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13708
13709 * gdb.base/list.exp (test_list_forward): Add end of file error
13710 test.
13711 (test_repeat_list_command): Add end of file error test.
13712 (test_list_backwards): Add beginning of file error test.
13713
13714 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13715
13716 * gdb.base/list.exp (test_list_invalid_args): New function,
13717 defined, and called.
13718
13719 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13720
13721 * gdb.base/list.exp (test_list): Make test names unique.
13722
13723 2015-12-11 Yao Qi <yao.qi@linaro.org>
13724
13725 * gdb.base/coremaker2.c: Remove.
13726
13727 2015-12-10 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.multi/base.exp: Remove stale "spaces" references.
13730
13731 2015-12-10 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.multi/base.exp: Don't use nowarnings.
13734 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13735 * gdb.multi/hangout.c: Include stdio.h.
13736 * gdb.multi/hello.c: Include stdlib.h.
13737 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13738 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13739 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13740
13741 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13742
13743 * gdb.dwarf2/dw2-ranges-base.c: New file.
13744 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13745 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13746 support additional line table, and debug ranges generation.
13747 (Dwarf::ranges): New function, generate .debug_ranges.
13748 (Dwarf::lines): Support generating simple line table programs.
13749 (Dwarf::assemble): Initialise new namespace variables.
13750
13751 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13752
13753 * gdb.base/async.exp (proc test_background): Add case for
13754 asynchronous execution not supported.
13755
13756 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13757
13758 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13759 format and change test names to make them unique.
13760
13761 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13762 Pedro Alves <pedro@redhat.com>
13763
13764 PR gdb/18702
13765 Add checking of floatformats setup on x86_64 hosts.
13766 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13767 (smallval, bigval): New labels/constants.
13768 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13769 float" after loading bigval and smallval.
13770
13771 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13772
13773 * gdb.ada/fun_overload_menu.exp: New testcase.
13774 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13775
13776 2015-12-04 Josh Stone <jistone@redhat.com>
13777
13778 * gdb.base/catch-fork-static.exp: New.
13779
13780 2015-12-03 Yao Qi <yao.qi@linaro.org>
13781
13782 * gdb.base/sizeof.c: Don't include stdio.h and
13783 ../lib/unbuffer_output.c.
13784 (main): New variable 'size' and 'value'. Remove printf and
13785 gdb_unbuffer_output. Assign return value to size and value.
13786 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13787 at the beginning.
13788 (check_sizeof): Check the result by printing variable 'size'.
13789 (check_valueof): Check the result by printing variable 'value'.
13790
13791 2015-12-01 Yao Qi <yao.qi@linaro.org>
13792
13793 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13794 for aarch64*-*-linux* target.
13795
13796 2015-11-30 Pedro Alves <palves@redhat.com>
13797
13798 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13799
13800 2015-11-30 Pedro Alves <palves@redhat.com>
13801
13802 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13803 Handle non-stop mode vCont replies.
13804
13805 2015-11-30 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13808 prepare_for_testing. Start gdb with "set non-stop on" appended to
13809 GDBFLAGS. Lax expected stop output.
13810
13811 2015-11-27 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.arch/arm-neon.exp: New.
13814 * gdb.arch/arm-neon.c: New.
13815
13816 2015-11-27 Yao Qi <yao.qi@linaro.org>
13817
13818 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13819
13820 2015-11-27 Yao Qi <yao.qi@linaro.org>
13821
13822 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13823 frames-invalid annotation.
13824
13825 2015-11-27 Yao Qi <yao.qi@linaro.org>
13826
13827 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13828
13829 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13830
13831 * gdb.threads/names.exp: New file.
13832 * gdb.threads/names.c: New file.
13833 * README: Mention gdb,no_thread_names.
13834
13835 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13836
13837 PR 19297
13838 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13839 support" error.
13840
13841 2015-11-24 Pedro Alves <palves@redhat.com>
13842
13843 PR 17539
13844 * gdb.base/display.exp: Expect displays to be sorted in ascending
13845 order. Use multi_line.
13846 * gdb.base/solib-display.exp: Likewise.
13847
13848 2015-11-24 Pedro Alves <palves@redhat.com>
13849
13850 PR 17539
13851 * gdb.base/display.exp: Expect displays to be sorted in ascending
13852 order. Use multi_line.
13853 * gdb.base/solib-display.exp: Likewise.
13854
13855 2015-11-24 Pedro Alves <palves@redhat.com>
13856
13857 PR 17539
13858 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13859 threads in ascending order.
13860 * gdb.base/foll-fork.exp: Likewise.
13861 * gdb.base/foll-vfork.exp: Likewise.
13862 * gdb.base/multi-forks.exp: Likewise.
13863 * gdb.mi/mi-nonstop.exp: Likewise.
13864 * gdb.mi/mi-nsintrall.exp: Likewise.
13865 * gdb.multi/base.exp: Likewise.
13866 * gdb.multi/multi-arch.exp: Likewise.
13867 * gdb.python/py-inferior.exp: Likewise.
13868 * gdb.threads/break-while-running.exp: Likewise.
13869 * gdb.threads/execl.exp: Likewise.
13870 * gdb.threads/gcore-thread.exp: Likewise.
13871 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13872 * gdb.threads/kill.exp: Likewise.
13873 * gdb.threads/linux-dp.exp: Likewise.
13874 * gdb.threads/multiple-step-overs.exp: Likewise.
13875 * gdb.threads/next-bp-other-thread.exp: Likewise.
13876 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13877 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13878 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13879 * gdb.threads/thread-find.exp: Likewise.
13880 * gdb.threads/tls.exp: Likewise.
13881 * lib/mi-support.exp (mi_reverse_list): Delete.
13882 (mi_check_thread_states): No longer reverse list.
13883
13884 2015-11-24 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13887 use lowercase.
13888
13889 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13890
13891 * gdb.trace/actions.c: Include trace-common.h.
13892 (main): Add a location for a fast tracepoint.
13893 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13894 the normal tracepoints.
13895 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13896
13897 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13898
13899 * save-trace.exp: Factor out code to these...
13900 (gdb_save_tracepoints): New.
13901 (gdb_load_tracepoints): New.
13902 (do_save_load_test): New.
13903
13904 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13905
13906 * gdb.base/asmlabel.exp: New test.
13907 * gdb.base/asmlabel.c: New test case.
13908
13909 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13910
13911 * gdb.base/wrong_frame_bt_full-main.c: New file.
13912 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13913 * gdb.base/wrong_frame_bt_full.exp: New file.
13914
13915 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13916
13917 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13918
13919 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13920
13921 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13922 pstate register when comparing registers values in
13923 sparc64-*-linux-gnu targets to avoid spurious differences.
13924
13925 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13926
13927 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13928
13929 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13930
13931 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13932 as type argument to gdb_compile.
13933 * gdb.base/nested-subp2.exp: Likewise.
13934 * gdb.base/nested-subp3.exp: Likewise.
13935
13936 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13937
13938 * lib/dwarf.exp (_note): Fix left shift of negative value.
13939 * gdb.trace/trace-condition.exp: Likewise.
13940
13941 2015-11-13 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13944 comments about d10v.
13945 (test_scalar_returns): Likewise.
13946 * gdb.base/d10v.ld: Remove.
13947 * gdb.base/overlays.exp: Remove the target triplet checking for
13948 d10v-*-*.
13949 * gdb.base/structs.exp (test_struct_returns): Remove the
13950 comments about d10v.
13951 (test_struct_calls): Likewise.
13952
13953 2015-11-13 Yao Qi <yao.qi@linaro.org>
13954
13955 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13956 * gdb.base/gnu_vector.c: Don't include stdio.h.
13957 (main): Don't print res and call add_some_intvecs.
13958
13959 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13960
13961 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13962 macro.
13963 (func5): Removed.
13964 (func4): Use FAST_TRACEPOINT_LABEL.
13965 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13966 macro.
13967 (func): Removed.
13968 (thread_function): Use FAST_TRACEPOINT_LABEL.
13969 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13970 (func): Remove.
13971 (marker): Use FAST_TRACEPOINT_LABEL.
13972 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13973 (pendfunc1): Remove.
13974 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13975 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13976 (foo): Remove.
13977 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13978 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13979 macro.
13980 (func): Remove.
13981 (marker): Use FAST_TRACEPOINT_LABEL.
13982 * gdb.trace/trace-common.h: New header.
13983 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13984 macro.
13985 (func): Remove.
13986 (marker): Use FAST_TRACEPOINT_LABEL.
13987 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13988 (func): Remove.
13989 (thread_function): Use FAST_TRACEPOINT_LABEL.
13990
13991 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13992
13993 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13994 in front.
13995 * gdb.trace/change-loc.exp: Use global pcreg definition.
13996 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13997 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13998 in front.
13999 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14000 * gdb.trace/pending.exp: Likewise.
14001 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14002 * gdb.trace/trace-break.exp: Likewise.
14003 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14004 in front.
14005 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14006 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14007 in front.
14008 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14009
14010 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14011
14012 * gdb.ada/fin_fun_out: New testcase.
14013
14014 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14015
14016 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14017 value associated with DW_AT_byte_size.
14018 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14019 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14020 DW_AT_upper_bound.
14021
14022 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14023
14024 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14025 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14026 version.
14027 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14028 gdb.dwarf2/dw2-canonicalize-type.exp,
14029 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14030 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14031 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14032 provided by gdb_target_symbol_prefix_flags_asm.
14033 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14034 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14035 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14036 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14037 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14038 macros where needed). Use this macro for symbols which require
14039 the prefix provided by SYMBOL_PREFIX.
14040
14041 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14042
14043 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14044 New procs.
14045 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14046 representing expressions, of more than one list element.
14047 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14048 to prepend linker symbol prefix to f.
14049 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14050 table_1 and table_2.
14051 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14052 Likewise, for f and g.
14053 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14054 for ptr.
14055 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14056 for main.
14057 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14058 table_1_ptr and table_2_ptr.
14059
14060 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14061 Joel Brobecker <brobecker@adacore.com>
14062
14063 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14064
14065 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14066
14067 * gdb.reverse/s390-mvcle.c: New test.
14068 * gdb.reverse/s390-mvcle.exp: New file.
14069 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14070
14071 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14072
14073 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14074
14075 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14076
14077 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14078 reaching marker2.
14079 * gdb.reverse/getresuid-reverse.exp: Likewise.
14080 * gdb.reverse/pipe-reverse.exp: Likewise.
14081 * gdb.reverse/readv-reverse.exp: Likewise.
14082 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14083 * gdb.reverse/time-reverse.exp: Likewise.
14084 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14085
14086 2015-10-30 Yao Qi <yao.qi@linaro.org>
14087
14088 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14089 (empty_cycle): Remove.
14090 (main): Don't call empty_cycle. Don't use watch_count_done.
14091 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14092 empty_cycle. Rewrite the code counting HW watchpoints.
14093
14094 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14095
14096 * gdb.reverse/fstatat-reverse.c: New test.
14097 * gdb.reverse/fstatat-reverse.exp: New file.
14098 * gdb.reverse/getresuid-reverse.c: New test.
14099 * gdb.reverse/getresuid-reverse.exp: New file.
14100 * gdb.reverse/pipe-reverse.c: New test.
14101 * gdb.reverse/pipe-reverse.exp: New file.
14102 * gdb.reverse/readv-reverse.c: New test.
14103 * gdb.reverse/readv-reverse.exp: New file.
14104 * gdb.reverse/recvmsg-reverse.c: New test.
14105 * gdb.reverse/recvmsg-reverse.exp: New file.
14106 * gdb.reverse/time-reverse.c: New test.
14107 * gdb.reverse/time-reverse.exp: New file.
14108 * gdb.reverse/waitpid-reverse.c: New test.
14109 * gdb.reverse/waitpid-reverse.exp: New file.
14110
14111 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14112
14113 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14114
14115 2015-10-26 Doug Evans <dje@google.com>
14116
14117 PR symtab/17391
14118 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14119 * gdb.dwarf2/bad-regnum.c: New file.
14120 * gdb.dwarf2/bad-regnum.exp: New file.
14121
14122 2015-10-26 Doug Evans <dje@google.com>
14123
14124 PR python/18938
14125 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14126 file.
14127
14128 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14129
14130 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14131 for a change by "Mention language in compile error message".
14132
14133 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14134
14135 PR python/18073
14136 * gdb.python/py-type.c (C::a_method): New.
14137 (C::a_const_method): New.
14138 (C::a_static_method): New.
14139 (a_function): New.
14140 * gdb.python/py-type.exp (test_fields): Test getting fields
14141 from function and method.
14142
14143 2015-10-21 Keven Boell <keven.boell@intel.com>
14144
14145 * gdb.fortran/vla-alloc-assoc.exp: New file.
14146 * gdb.fortran/vla-datatypes.exp: New file.
14147 * gdb.fortran/vla-datatypes.f90: New file.
14148 * gdb.fortran/vla-history.exp: New file.
14149 * gdb.fortran/vla-ptype-sub.exp: New file.
14150 * gdb.fortran/vla-ptype.exp: New file.
14151 * gdb.fortran/vla-sizeof.exp: New file.
14152 * gdb.fortran/vla-sub.f90: New file.
14153 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14154 * gdb.fortran/vla-value-sub-finish.exp: New file.
14155 * gdb.fortran/vla-value-sub.exp: New file.
14156 * gdb.fortran/vla-value.exp: New file.
14157 * gdb.fortran/vla-ptr-info.exp: New file.
14158 * gdb.mi/mi-vla-fortran.exp: New file.
14159 * gdb.mi/vla.f90: New file.
14160
14161 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14162
14163 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14164 of hardwired timeout value.
14165
14166 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14167 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14170 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14171
14172 2015-10-19 Josh Stone <jistone@redhat.com>
14173
14174 * gdb.base/catch-syscall.c: Include <sched.h>.
14175 (unknown_syscall): New variable.
14176 (main): Trigger a vfork and an unknown syscall.
14177 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14178 (unknown_syscall_number): Likewise.
14179 (check_call_to_syscall): Accept an optional syscall pattern.
14180 (check_return_from_syscall): Likewise.
14181 (check_continue): Likewise.
14182 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14183 (test_catch_syscall_skipping_return): New test toggling off 'catch
14184 syscall' to step over the syscall return, then toggling back on.
14185 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14186 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14187 (do_syscall_tests): Call test_catch_syscall_without_args and
14188 test_catch_syscall_mid_vfork.
14189 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14190 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14191
14192 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14193
14194 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14195 print g_vE): Add new pass patterns.
14196 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14197 print various symbol names for vptr fields.
14198
14199 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14200
14201 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14202 results.
14203
14204 2015-10-12 Yao Qi <yao.qi@linaro.org>
14205
14206 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14207
14208 2015-10-12 Yao Qi <yao.qi@linaro.org>
14209
14210 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14211 is aarch64*-*-linux*.
14212
14213 2015-10-12 Yao Qi <yao.qi@linaro.org>
14214
14215 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14216 (can_relocate_bcond_true): ... it.
14217 (can_relocate_bcond_false): New function.
14218 (foo): Likewise.
14219 (can_relocate_bl): Likewise.
14220 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14221 can_relocate_bl.
14222
14223 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14224
14225 * gdb.base/nested-addr.c: New file.
14226 * gdb.base/nested-addr.exp: New testcase.
14227
14228 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14229
14230 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14231 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14232 its output. Ignore the output of "record goto begin" and instead
14233 check that GDB is replaying.
14234
14235 2015-10-09 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14238 (top level): Use it in the run with no args test.
14239
14240 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14241
14242 * gdb.dlang/properties.exp: New file.
14243
14244 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14245
14246 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14247 whether or not address 0x1000 is mapped on the target.
14248
14249 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14250
14251 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14252 build.
14253
14254 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14255
14256 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14257 instruction-history test.
14258
14259 2015-09-28 Doug Evans <dje@google.com>
14260
14261 * gdb.base/gcore.c (array_func): Add reference to static_array.
14262
14263 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14264
14265 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14266 source line.
14267
14268 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14269
14270 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14271 short or char as base type.
14272
14273 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14274
14275 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14276 to allow any size enum.
14277
14278 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14279
14280 * gdb.ada/array_ptr_renaming.exp: New testcase.
14281 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14282 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14283
14284 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14285
14286 * gdb.trace/ftrace-lock.c: New file.
14287 * gdb.trace/ftrace-lock.exp: New file.
14288
14289 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14290
14291 * gdb.arch/insn-reloc.c: New file.
14292 * gdb.arch/ftrace-insn-reloc.exp: New file.
14293
14294 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14295
14296 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14297 instruction.
14298 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14299 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14300 * gdb.trace/range-stepping.c: Likewise.
14301 * gdb.trace/trace-break.c: Likewise.
14302 * gdb.trace/trace-mt.c (thread_function): Likewise.
14303 * gdb.trace/ftrace.c (marker): Likewise.
14304 * gdb.trace/trace-condition.c (marker): Likewise.
14305 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14306 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14307 is_aarch64_target.
14308
14309 2015-09-18 Doug Evans <xdje42@gmail.com>
14310
14311 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14312 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14313
14314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14315
14316 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14317 the breakpoint.
14318
14319 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14320
14321 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14322 the pending breakpoint. Remove timeout override for "Run till
14323 MI pending breakpoint on pendfunc3 on thread 2" test.
14324
14325 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14326
14327 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14328 filename pattern.
14329
14330 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14331
14332 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14333 in breakpoint filename pattern.
14334
14335 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14336
14337 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14338
14339 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14340
14341 * gdb.linespec/explicit.exp: Check for readline support for
14342 tab-completion tests. Fix obvious typo.
14343
14344 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14345
14346 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14347 and replay.
14348
14349 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14350
14351 * gdb.btrace/non-stop.c: New.
14352 * gdb.btrace/non-stop.exp: New.
14353
14354 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14355 Yao Qi <yao.qi@linaro.org>
14356
14357 * gdb.trace/trace-condition.c: New file.
14358 * gdb.trace/trace-condition.exp: New file.
14359
14360 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14361
14362 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14363 for testing bytecode compilation.
14364
14365 2015-09-16 Pedro Alves <palves@redhat.com>
14366 Sandra Loosemore <sandra@codesourcery.com>
14367
14368 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14369 (SECONDS): Redefine.
14370 (main): Call pthread_kill and alarm early.
14371 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14372 support.
14373 (test): If the target can't hardware step and doesn't support
14374 displaced stepping, increase the timeout.
14375
14376 2015-09-16 Pedro Alves <palves@redhat.com>
14377
14378 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14379 (enable_debug): New procedures.
14380 (test): Use them. Bail out if waiting for threads fails.
14381 (top level): Bail out if a test fails.
14382
14383 2015-09-16 Yao Qi <yao.qi@linaro.org>
14384
14385 * gdb.asm/asm-source.exp: Set asm-arch for
14386 aarch64*-*-* target.
14387 * gdb.asm/aarch64.inc: New file.
14388
14389 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14390
14391 * gdb.ada/array_of_variable_length.exp: New testcase.
14392 * gdb.ada/array_of_variable_length/foo.adb: New file.
14393 * gdb.ada/array_of_variable_length/pck.adb: New file.
14394 * gdb.ada/array_of_variable_length/pck.ads: New file.
14395
14396 2015-09-15 Doug Evans <dje@google.com>
14397
14398 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14399 of function static local variable.
14400
14401 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14402
14403 * gdb.threads/tls-so_extern.exp: New test file.
14404 * gdb.threads/tls-so_extern.c: New test file.
14405 * gdb.threads/tls-so_extern_main.c: New test file.
14406
14407 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14408
14409 * gdb.opt/solib-intra-step-lib.c: New file.
14410 * gdb.opt/solib-intra-step-main.c: New file.
14411 * gdb.opt/solib-intra-step.exp: New file.
14412
14413 2015-09-15 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14416 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14417
14418 2015-09-14 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/hook-stop-continue.c: Delete.
14421 * gdb.base/hook-stop-continue.exp: Delete.
14422 * gdb.base/hook-stop-frame.c: Delete.
14423 * gdb.base/hook-stop-frame.exp: Delete.
14424 * gdb.base/hook-stop.c: New file.
14425 * gdb.base/hook-stop.exp: New file.
14426
14427 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14428
14429 * gdb.ada/access_to_packed_array.exp: New testcase.
14430 * gdb.ada/access_to_packed_array/foo.adb: New file.
14431 * gdb.ada/access_to_packed_array/pack.adb: New file.
14432 * gdb.ada/access_to_packed_array/pack.ads: New file.
14433
14434 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14435
14436 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14437 buffer size test.
14438
14439 2015-09-11 Don Breazeal <donb@codesourcery.com>
14440
14441 * gdb.base/foll-exec.c: Add copyright header. Fix
14442 formatting issues.
14443 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14444 (do_exec_tests): Use clean_restart in place of zap_session,
14445 and for test initialization. Fix formatting issues. Use
14446 fail in place of perror.
14447 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14448 an expect statement to match an expression with output from
14449 the program under debug.
14450 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14451 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14452 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14453 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14454 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14455
14456 2015-09-09 Doug Evans <dje@google.com>
14457
14458 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14459
14460 2015-09-09 Doug Evans <dje@google.com>
14461
14462 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14463
14464 2015-09-09 Doug Evans <dje@google.com>
14465
14466 * gdb.base/savedregs.exp: Fix typo.
14467
14468 2015-09-09 Pedro Alves <palves@redhat.com>
14469
14470 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14471
14472 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14473
14474 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14475 command actually switches threads. Give up on remaining
14476 tests if target fails to stop at breakpoint.
14477
14478 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14479
14480 * gdb.ada/funcall_char.exp: New testcase.
14481 * gdb.ada/funcall_char/foo.adb: New file.
14482
14483 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14484
14485 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14486 expected outputs. Add two testcases for completing ambiguous
14487 functions.
14488 * gdb.ada/complete/aux_pck.adb: New file.
14489 * gdb.ada/complete/aux_pck.ads: New file.
14490 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14491 Ambiguous_Func functions.
14492 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14493 * gdb.ada/complete/pck.adb: Likewise.
14494
14495 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14496
14497 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14498 failures to run the test program under GDB.
14499
14500 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14501
14502 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14503 to C.
14504
14505 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14506
14507 * gdb.base/run-after-attach.exp: New test file.
14508 * gdb.base/run-after-attach.c: New test file.
14509
14510 2015-08-26 Don Breazeal <donb@codesourcery.com>
14511
14512 * gdb.base/foll-exec-2.c: New test program.
14513 * gdb.base/foll-exec-2.exp: New test.
14514
14515 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14516
14517 * gdb.base/nested-subp1.exp: New file.
14518 * gdb.base/nested-subp1.c: New file.
14519 * gdb.base/nested-subp2.exp: New file.
14520 * gdb.base/nested-subp2.c: New file.
14521 * gdb.base/nested-subp3.exp: New file.
14522 * gdb.base/nested-subp3.c: New file.
14523
14524 2015-08-24 Pedro Alves <palves@redhat.com>
14525
14526 * gdb.server/connect-without-multi-process.c: New file.
14527 * gdb.server/connect-without-multi-process.exp: New file.
14528
14529 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14530
14531 * gdb.opt/inline-markers.c: Make z int.
14532
14533 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14534
14535 * gdb.opt/inline-markers.c: Make z volatile.
14536
14537 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14538
14539 * gdb.opt/inline-bt.c: New volatile global z.
14540 * gdb.opt/inline-cmds.c: Likewise.
14541 * gdb.opt/inline-locals.c: Likewise.
14542 * gdb.opt/inline-markers.c: New extern global z.
14543 (marker): Use z.
14544 (inline_fn): Likewise.
14545
14546 2015-08-24 Pedro Alves <palves@redhat.com>
14547
14548 * config/m32r-stub.exp: Remove file.
14549 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14550 * gdb.base/call-rt-st.exp: Likewise.
14551 * gdb.base/call-strs.exp: Likewise.
14552 * gdb.base/default.exp: Remove references to h8300-*-hms and
14553 *-*-udi*.
14554 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14555
14556 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14557
14558 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14559 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14560 and "return" use KFAIL when GDB can not read/write the vector
14561 return value.
14562
14563 2015-08-21 Gary Benson <gbenson@redhat.com>
14564
14565 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14566
14567 2015-08-20 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.server/solib-list.exp: No longer expect an interior stop in
14570 non-stop mode.
14571
14572 2015-08-20 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.server/connect-stopped-target.c: New file.
14575 * gdb.server/connect-stopped-target.exp: New file.
14576
14577 2015-08-20 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.dwarf2/comp-unit-lang.exp: New file.
14580 * gdb.dwarf2/comp-unit-lang.c: New file.
14581
14582 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14583
14584 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14585 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14586
14587 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14588
14589 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14590 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14591
14592 2015-08-18 Doug Evans <dje@google.com>
14593 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14594
14595 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14596 skip_python_tests. New arg prompt_regexp.
14597 (skip_python_tests): New function.
14598 * lib/mi-support.exp (mi_skip_python_tests): New function.
14599 * gdb.python/py-mi-objfile-gdb.py: New file.
14600 * gdb.python/py-mi-objfile.c: New file.
14601 * gdb.python/py-mi-objfile.exp: New file.
14602
14603 2015-08-17 Keith Seitz <keiths@redhat.com>
14604
14605 * gdb.linespec/explicit.exp: Move strace test from here ...
14606 * gdb.trace/strace.exp: ... to here.
14607
14608 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14609
14610 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14611 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14612
14613 2015-08-14 Doug Evans <xdje42@gmail.com>
14614
14615 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14616 inferior before selecting a new file.
14617
14618 2015-08-14 Doug Evans <xdje42@gmail.com>
14619
14620 * gdb.mi/mi-disassemble.exp: Update.
14621 * gdb.base/disasm-optim.S: New file.
14622 * gdb.base/disasm-optim.c: New file.
14623 * gdb.base/disasm-optim.h: New file.
14624 * gdb.base/disasm-optim.exp: New file.
14625
14626 2015-08-14 Keith Seitz <keiths@redhat.com>
14627
14628 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14629 "evaluated-by".
14630
14631 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14632
14633 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14634
14635 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14636
14637 * gdb.ada/fun_renaming.exp: New testcase.
14638 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14639 * gdb.ada/fun_renaming/pack.adb: New file.
14640 * gdb.ada/fun_renaming/pack.ads: New file.
14641
14642 2015-08-12 Keith Seitz <keiths@redhat.com>
14643
14644 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14645 gdb_get_line_number.
14646
14647 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14648
14649 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14650 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14651 gdb.base/dso2dso.exp: New files.
14652
14653 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14654 Pedro Alves <palves@redhat.com>
14655 Keith Seitz <keiths@redhat.com>
14656
14657 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14658 GDBFLAGS.
14659
14660 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14661
14662 * gdb.base/gdbhistsize-history.exp
14663 (test_histsize_history_setting): Use save_vars.
14664 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14665 Use save_vars.
14666 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14667 * gdb.base/readline.exp: Use save_vars.
14668
14669 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14670
14671 * lib/gdb.exp (save_vars): New proc.
14672
14673 2015-08-11 Keith Seitz <keiths@redhat.com>
14674
14675 * gdb.base/help.exp: Update help_breakpoint_text.
14676
14677 2015-08-11 Keith Seitz <keiths@redhat.com>
14678
14679 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14680 (at toplevel): Call test_explicit_breakpoints.
14681 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14682 breakpoints.
14683 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14684 breakpoint conditions, "-cond".
14685
14686 2015-08-11 Keith Seitz <keiths@redhat.com>
14687
14688 * gdb.linespec/3explicit.c: New file.
14689 * gdb.linespec/cpexplicit.cc: New file.
14690 * gdb.linespec/cpexplicit.exp: New file.
14691 * gdb.linespec/explicit.c: New file.
14692 * gdb.linespec/explicit.exp: New file.
14693 * gdb.linespec/explicit2.c: New file.
14694 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14695 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14696 before using in the matching pattern.
14697 Clarify that `prefix' is a regular expression.
14698
14699 2015-08-11 Keith Seitz <keiths@redhat.com>
14700
14701 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14702 test.
14703 Add tests for missing ",FMT" and ",".
14704
14705 2015-08-10 Doug Evans <dje@google.com>
14706 Keith Seitz <keiths@redhat.com>
14707
14708 PR gdb/17960
14709 * gdb.base/completion.exp: Add location completer tests.
14710
14711 2015-08-07 Pedro Alves <palves@redhat.com>
14712
14713 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14714 tests here.
14715 (top level): Run do_test with and without displaced stepping.
14716
14717 2015-08-07 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.base/valgrind-disp-step.c: New file.
14720 * gdb.base/valgrind-disp-step.exp: New file.
14721
14722 2015-08-07 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14725 Delete function.
14726 (main): Add alarm. Run an infinite loop instead of calling
14727 wait_threads.
14728 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14729 comment.
14730 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14731 Delete function.
14732 (main): Add alarm. Run an infinite loop instead of calling
14733 wait_threads.
14734 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14735 comment.
14736
14737 2015-08-07 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.base/checkpoint-ns.exp: New file.
14740 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14741 standard_testfile.
14742
14743 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14744
14745 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14746 * gdb.btrace/instruction_history.exp: Update.
14747 * gdb.btrace/tsx.exp: New.
14748 * gdb.btrace/tsx.c: New.
14749
14750 2015-08-06 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14753 increase timeout.
14754 * gdb.reverse/until-precsave.exp: Bump timeouts.
14755
14756 2015-08-06 Pedro Alves <palves@redhat.com>
14757
14758 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14759
14760 2015-08-06 Pedro Alves <palves@redhat.com>
14761
14762 PR gdb/18749
14763 * gdb.threads/process-dies-while-handling-bp.c: New file.
14764 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14765
14766 2015-08-06 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14769 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14770
14771 2015-08-05 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14774 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14775
14776 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14777
14778 * gdb.base/bp-permanent.exp: Report test as unsupported if
14779 the target cannot stop at the permanent breakpoint.
14780
14781 2015-08-03 Doug Evans <dje@google.com>
14782
14783 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14784 10000.
14785
14786 2015-08-03 Doug Evans <dje@google.com>
14787
14788 * Makefile.in (workers/%.worker, build-perf): New rule.
14789 (GDB_PERFTEST_MODE): New variable.
14790 (check-perf): Use it.
14791 (clean): Clean up gdb.perf parallel build subdirs.
14792 * lib/build-piece.exp: New file.
14793 * lib/gdb.exp (make_gdb_parallel_path): New function
14794 (standard_output_file, standard_temp_file): Call it.
14795 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14796 of $GDB_PARALLEL.
14797 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14798
14799 2015-08-03 Doug Evans <dje@google.com>
14800
14801 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14802 (LOG_FILE_NAME): New global.
14803 (TextReporter.__init__): Initialize self.txt_sum.
14804 (TextReporter.report): Add support for multiple data-points.
14805 Move report to perftest.sum, put raw data in perftest.log.
14806 (TextReporter.start): Open sum and log files.
14807 (TextReporter.end): Close sum and log files.
14808 * gdb.perf/lib/perftest/testresult.py
14809 (SingleStatisticTestResult.record): Handle multiple data-points.
14810
14811 2015-07-31 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14814 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14815 kill_wait_spawned_process instead of explicit "kill -9".
14816 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14817 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14818 kill_wait_spawned_process.
14819 * gdb.base/attach-twice.exp: Likewise.
14820 * gdb.base/attach.exp: Likewise.
14821 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14822 gdb_test_multiple.
14823 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14824 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14825 kill_wait_spawned_process.
14826 * gdb.base/valgrind-infcall.exp: Likewise.
14827 * gdb.multi/multi-attach.exp: Likewise.
14828 * gdb.python/py-prompt.exp: Likewise.
14829 * gdb.python/py-sync-interp.exp: Likewise.
14830 * gdb.server/ext-attach.exp: Likewise.
14831 * gdb.threads/attach-into-signal.exp (corefunc): Use
14832 spawn_wait_for_attach, spawn_id_get_pid and
14833 kill_wait_spawned_process.
14834 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14835 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14836 spawn_id_get_pid and kill_wait_spawned_process.
14837 * gdb.threads/attach-stopped.exp (corefunc): Use
14838 spawn_wait_for_attach, spawn_id_get_pid and
14839 kill_wait_spawned_process.
14840 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14841 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14842 kill_wait_spawned_process instead of explicit "kill -9".
14843 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14844 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14845 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14846 processes. Don't map cygwin/windows pids here. Now returns a
14847 spawn id list.
14848
14849 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14850
14851 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14852 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14853 correct patch.
14854
14855 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14856
14857 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14858
14859 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14860
14861 Reapply:
14862 2014-05-21 Mark Wielaard <mjw@redhat.com>
14863
14864 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14865
14866 2015-07-30 Pedro Alves <palves@redhat.com>
14867
14868 * linux-low.c (handle_extended_wait): Set the child's last
14869 reported status to TARGET_WAITKIND_STOPPED.
14870
14871 2015-07-30 Pedro Alves <palves@redhat.com>
14872
14873 PR threads/18600
14874 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14875 only shows inferior 1.
14876
14877 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14878 Pedro Alves <palves@redhat.com>
14879
14880 PR threads/18600
14881 * gdb.threads/fork-plus-threads.c: New file.
14882 * gdb.threads/fork-plus-threads.exp: New file.
14883
14884 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14885
14886 * gdb.base/batch-preserve-term-settings.exp
14887 (test_terminal_settings_preserved_after_cli_exit): Use
14888 send_quit_command.
14889
14890 2015-07-29 Pedro Alves <palves@redhat.com>
14891 Don Breazeal <donb@codesourcery.com>
14892
14893 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14894 output from both inferior_spawn_id and gdb_spawn_id.
14895
14896 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14897
14898 * gdb.threads/attach-into-signal.exp (corefunc): Use
14899 with_test_prefix on nested loops, uniquefying the test messages.
14900
14901 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14902
14903 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14904 commit.
14905
14906 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14907
14908 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14909 New proc.
14910 (test_terminal_settings_preserved_after_sigterm): New test.
14911
14912 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14913
14914 * gdb.base/batch-preserve-term-settings.exp
14915 (test_terminal_settings_preserved_after_cli_exit): New test.
14916
14917 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14918
14919 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14920 manipulation of saved_gdbflags.
14921 (test_terminal_settings_preserved): Remove global declaration of
14922 the unused variable pagination_prompt. Remove manipulation of
14923 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14924 GDBFLAGS.
14925
14926 2015-07-29 Pedro Alves <palves@redhat.com>
14927
14928 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14929
14930 2015-07-29 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14933 at the top.
14934
14935 2015-07-29 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14938 (main): Call gdb_unbuffer_output.
14939 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14940 (main): Call gdb_unbuffer_output.
14941 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14942 (main): Call gdb_unbuffer_output.
14943 * gdb.base/call-strs.exp: Adjust to step over the
14944 gdb_unbuffer_output call.
14945 * gdb.base/catch-gdb-caused-signals.c: Include
14946 "../lib/unbuffer_output.c".
14947 (main): Call gdb_unbuffer_output.
14948 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14949 (main): Call gdb_unbuffer_output.
14950 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14951 (main): Call gdb_unbuffer_output.
14952 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14953 (main): Call gdb_unbuffer_output.
14954 * gdb.base/shlib-call.exp: Adjust to step over the
14955 gdb_unbuffer_output call.
14956 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14957 (main): Call gdb_unbuffer_output.
14958 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14959 (main): Call gdb_unbuffer_output.
14960 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14961 (main): Rename to ...
14962 (test): ... this.
14963 (main): Reimplement.
14964 * gdb.base/varargs.exp: Run to test instead of to main.
14965 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14966 (main): Call gdb_unbuffer_output.
14967
14968 2015-07-29 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14971 factore out from mi_continue_dprintf. For call-style dprintfs,
14972 expect dprintf output out of $inferior_spawn_id.
14973 (mi_continue_dprintf): Use mi_expect_dprintf.
14974 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14975 (main): Call gdb_unbuffer_output.
14976
14977 2015-07-29 Pedro Alves <palves@redhat.com>
14978
14979 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14980 (default_mi_gdb_start): Set inferior_spawn_id instead of
14981 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14982 gdb_spawn_id.
14983 (mi_gdb_test): Always expect inferior output from both
14984 $inferior_spawn_id and $gdb_spawn_id.
14985
14986 2015-07-29 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14989 send_inferior and $inferior_spawn_id.
14990
14991 2015-07-29 Pedro Alves <palves@redhat.com>
14992
14993 * gdb.gdb/complaints.exp (test_initial_complaints)
14994 (test_serial_complaints, test_short_complaints): Use
14995 gdb_test_stdio.
14996 (test_empty_complaint): Handle $inferior_spawn_id !=
14997 $gdb_spawn_id.
14998
14999 2015-07-29 Pedro Alves <palves@redhat.com>
15000
15001 * gdb.base/varargs.exp: Use gdb_test_stdio.
15002
15003 2015-07-29 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15006
15007 2015-07-29 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15010
15011 2015-07-29 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15014 parameter into two new parameters, "inf_result" and "gdb_result".
15015 Expect inferior output and gdb output from $inferior_spawn_id and
15016 $gdb_spawn_id, respectively. Adjust all callers.
15017
15018 2015-07-29 Pedro Alves <palves@redhat.com>
15019
15020 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15021 of gdb_test_sequence.
15022
15023 2015-07-29 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15026 (saw_spurious_output): Expect inferior output from
15027 $inferior_spawn_id. Use gdb_test_stdio.
15028
15029 2015-07-29 Pedro Alves <palves@redhat.com>
15030
15031 * gdb.base/dprintf.exp: Use standard_testfile. Change
15032 prepare_for_testing call.
15033 (srcfile): Don't set.
15034 (restart): New procedure.
15035 (test_dprintf): New procecure, use to continue over dprintfs.
15036 (test_call, test_agent): New procedures, tests moved here.
15037 Restart gdb and recreate dprintfs. Adjust expected output.
15038
15039 2015-07-29 Pedro Alves <palves@redhat.com>
15040
15041 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15042
15043 2015-07-29 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15046
15047 2015-07-29 Pedro Alves <palves@redhat.com>
15048
15049 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15050 gdb_test_stdio.
15051
15052 2015-07-29 Pedro Alves <palves@redhat.com>
15053
15054 * lib/gdb.exp (gdb_test_stdio): New procedure.
15055
15056 2015-07-29 Pedro Alves <palves@redhat.com>
15057
15058 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15059
15060 2015-07-29 Pedro Alves <palves@redhat.com>
15061
15062 * gdb.base/call-signal-resume.exp: Remove check for
15063 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15064 * gdb.base/unwindonsignal.exp: Likewise.
15065 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15066 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15067
15068 2015-07-29 Pedro Alves <palves@redhat.com>
15069
15070 * gdb.base/siginfo-addr.c (pass): New function.
15071 (handler): Call it iff si_addr is correct.
15072 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15073 Set a breakpoint at "pass" and continue to it.
15074
15075 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15076
15077 * gdb.python/py-objfile.exp: Make some tests have unique names.
15078 * gdb.python/py-pp-registration.exp: Likewise.
15079
15080 2015-07-28 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15083
15084 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15085
15086 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15087
15088 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15089
15090 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15091
15092 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15093
15094 * gdb.base/gdb-sigterm-2.exp: New test.
15095
15096 2015-07-25 Doug Evans <xdje42@gmail.com>
15097
15098 Revert:
15099 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15100 (workers/%.worker, build-perf): New rule.
15101 (GDB_PERFTEST_MODE): New variable.
15102 (check-perf): Use it.
15103 (clean): Clean up gdb.perf parallel build subdirs.
15104 * lib/build-piece.exp: New file.
15105 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15106 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15107 name.
15108 (standard_temp_file): Ditto.
15109 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15110 of $GDB_PARALLEL.
15111
15112 2015-07-24 Doug Evans <dje@google.com>
15113
15114 * gdb.perf/lib/perftest/utils.py: New file.
15115 * gdb.perf/gm-hello.cc: New file.
15116 * gdb.perf/gm-pervasive-typedef.cc: New file.
15117 * gdb.perf/gm-pervasive-typedef.h: New file.
15118 * gdb.perf/gm-std.cc: New file.
15119 * gdb.perf/gm-std.h: New file.
15120 * gdb.perf/gm-use-cerr.cc: New file.
15121 * gdb.perf/gm-utils.h: New file.
15122 * gdb.perf/gmonster-null-lookup.py: New file.
15123 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15124 * gdb.perf/gmonster-print-cerr.py: New file.
15125 * gdb.perf/gmonster-ptype-string.py: New file.
15126 * gdb.perf/gmonster-runto-main.py: New file.
15127 * gdb.perf/gmonster-select-file.py: New file.
15128 * gdb.perf/gmonster1-null-lookup.exp: New file.
15129 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15130 * gdb.perf/gmonster1-print-cerr.exp: New file.
15131 * gdb.perf/gmonster1-ptype-string.exp: New file.
15132 * gdb.perf/gmonster1-runto-main.exp: New file.
15133 * gdb.perf/gmonster1-select-file.exp: New file.
15134 * gdb.perf/gmonster1.cc: New file.
15135 * gdb.perf/gmonster1.exp: New file.
15136 * gdb.perf/gmonster2-null-lookup.exp: New file.
15137 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15138 * gdb.perf/gmonster2-print-cerr.exp: New file.
15139 * gdb.perf/gmonster2-ptype-string.exp: New file.
15140 * gdb.perf/gmonster2-runto-main.exp: New file.
15141 * gdb.perf/gmonster2-select-file.exp: New file.
15142 * gdb.perf/gmonster2.cc: New file.
15143 * gdb.perf/gmonster2.exp: New file.
15144
15145 2015-07-24 Doug Evans <dje@google.com>
15146
15147 * gdb.perf/README: New file.
15148 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15149 * lib/gen-perf-test.exp: New file.
15150
15151 2015-07-24 Doug Evans <dje@google.com>
15152
15153 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15154 (PerfTest::startup): New function.
15155 (PerfTest::run): Return result of calling body.
15156 (PerfTest::assemble): Rewrite.
15157 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15158 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15159 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15160 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15161 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15162
15163 2015-07-24 Doug Evans <dje@google.com>
15164
15165 * lib/gdb.exp (clean_restart): Make executable optional.
15166
15167 2015-07-24 Doug Evans <dje@google.com>
15168
15169 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15170 compiler_info references.
15171 * gdb.cp/temargs.exp: Ditto.
15172 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15173 (get_compiler_info): Early exit if already computed. Set compiler_info
15174 to "unknown" if there was a problem.
15175 (test_compiler_info): Add function comment. Call get_compiler_info.
15176
15177 2015-07-24 Doug Evans <dje@google.com>
15178
15179 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15180 (workers/%.worker, build-perf): New rule.
15181 (GDB_PERFTEST_MODE): New variable.
15182 (check-perf): Use it.
15183 (clean): Clean up gdb.perf parallel build subdirs.
15184 * lib/build-piece.exp: New file.
15185 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15186 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15187 name.
15188 (standard_temp_file): Ditto.
15189 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15190 of $GDB_PARALLEL.
15191
15192 2015-07-24 Doug Evans <dje@google.com>
15193
15194 * lib/future.exp (gdb_default_target_compile): New option
15195 "early_flags".
15196 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15197 --as-needed.
15198
15199 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15200
15201 * gdb.base/catch-syscall.exp: Call gdb_exit before
15202 gdb_skip_xml_test.
15203
15204 2015-07-24 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.python/py-events.exp: Accept output between the stop event
15207 and the prompt.
15208 * gdb.python/py-evsignal.exp: Likewise.
15209 * gdb.python/py-evthreads.exp: Likewise.
15210
15211 2015-07-24 Pedro Alves <palves@redhat.com>
15212
15213 PR gdb/18717
15214 * gdb.threads/non-ldr-exit.c: New file.
15215 * gdb.threads/non-ldr-exit.exp: New file.
15216
15217 2015-07-24 Yao Qi <yao.qi@linaro.org>
15218
15219 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15220 restarting process.
15221
15222 2015-07-24 Yao Qi <yao.qi@linaro.org>
15223
15224 * gdb.server/ext-restart.exp: New file.
15225
15226 2015-07-24 Yao Qi <yao.qi@linaro.org>
15227
15228 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15229 argument options.
15230 * gdb.server/ext-wrapper.exp: New file.
15231
15232 2015-07-23 Doug Evans <dje@google.com>
15233
15234 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15235 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15236
15237 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15238
15239 * gdb.ada/var_arr_typedef.exp: New testcase.
15240 * gdb.ada/var_arr_typedef/pack.adb: New file.
15241 * gdb.ada/var_arr_typedef/pack.ads: New file.
15242 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15243
15244 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15245
15246 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15247
15248 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15249
15250 * gdb.arch/i386-biarch-core.exp: Replace istarget
15251 by "complete set gnutarget". Remove expectation for the "core-file"
15252 command.
15253
15254 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 Revert the previous commit:
15257 Tests for validate symbol file using build-id.
15258
15259 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15260
15261 Tests for validate symbol file using build-id.
15262 * gdb.base/solib-mismatch-lib.c: New file.
15263 * gdb.base/solib-mismatch-libmod.c: New file.
15264 * gdb.base/solib-mismatch.c: New file.
15265 * gdb.base/solib-mismatch.exp: New file.
15266
15267 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15268
15269 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15270 nios2-*-linux*.
15271 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15272 * gdb.base/siginfo.exp: Likewise.
15273 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15274
15275 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15276
15277 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15278 Move it to ...
15279 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15280 ... here.
15281 * gdb.trace/range-stepping.exp: Check that the target supports
15282 range stepping.
15283
15284 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15285
15286 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15287
15288 2015-07-14 Pedro Alves <palves@redhat.com>
15289
15290 * gdb.base/killed-outside.exp: New file.
15291 * gdb.base/killed-outside.c: New file.
15292
15293 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15294
15295 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15296 (n at main): New.
15297 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15298
15299 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15300
15301 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15302 infcall tests instead of setting up for KFAIL.
15303
15304 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15305
15306 * gdb.btrace/record_goto-step.exp: New.
15307
15308 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15309
15310 PR compile/18484
15311 * gdb.compile/compile.c (struct struct_type): Add volatile to
15312 selffield's type.
15313 * gdb.compile/compile.exp
15314 (compile code struct_object.selffield = &struct_object): Skip further
15315 struct_object tests if this one xfails.
15316
15317 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15318
15319 PR exp/18617
15320 * gdb.trace/ax.exp: Add test.
15321
15322 2015-07-07 Yao Qi <yao.qi@linaro.org>
15323
15324 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15325 instead of istarget "aarch64*-*-*".
15326 * gdb.arch/aarch64-fp.exp: Likewise.
15327 * gdb.base/float.exp: Likewise.
15328 * gdb.reverse/aarch64.exp: Likewise.
15329 * lib/gdb.exp (is_aarch64_target): New proc.
15330
15331 2015-07-07 Yao Qi <yao.qi@linaro.org>
15332
15333 * lib/gdb.exp (is_aarch32_target): New proc.
15334 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15335 instead of "istarget "arm*-*-*"".
15336 * gdb.arch/arm-disp-step.exp: Likewise.
15337 * gdb.arch/thumb-bx-pc.exp: Likewise.
15338 * gdb.arch/thumb-prologue.exp: Likewise.
15339 * gdb.arch/thumb-singlestep.exp: Likewise.
15340 * gdb.base/disp-step-syscall.exp: Likewise.
15341 * gdb.base/float.exp: Likewise.
15342
15343 2015-07-07 Yao Qi <yao.qi@linaro.org>
15344
15345 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15346 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15347
15348 2015-07-07 Yao Qi <yao.qi@linaro.org>
15349
15350 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15351 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15352 if it exists.
15353 * gdb.multi/multi-arch.exp: Likewise.
15354
15355 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15356
15357 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15358 print.
15359
15360 2015-07-07 Yao Qi <yao.qi@linaro.org>
15361
15362 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15363
15364 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15365
15366 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15367 '[' and ']' characters.
15368
15369 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15370
15371 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15372
15373 2015-06-29 Pedro Alves <palves@redhat.com>
15374
15375 PR threads/18127
15376 * gdb.threads/hand-call-new-thread.c: New file.
15377 * gdb.threads/hand-call-new-thread.c: New file.
15378
15379 2015-06-26 Keith Seitz <keiths@redhat.com>
15380 Doug Evans <dje@google.com>
15381
15382 PR 16253
15383 * gdb.cp/var-tag-2.cc: New file.
15384 * gdb.cp/var-tag-3.cc: New file.
15385 * gdb.cp/var-tag-4.cc: New file.
15386 * gdb.cp/var-tag.cc: New file.
15387 * gdb.cp/var-tag.exp: New file.
15388
15389 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15390
15391 * gdb.base/history-duplicates.exp: New test.
15392
15393 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15394
15395 * gdb.base/completion.exp: Test the completion of the "focus"
15396 command.
15397
15398 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 * gdb.arch/amd64-prologue-skip.S: New file.
15401 * gdb.arch/amd64-prologue-skip.exp: New file.
15402
15403 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15404
15405 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15406 is_address_zero_readable check.
15407
15408 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15409
15410 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15411 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15412
15413 2015-06-24 Yao Qi <yao.qi@linaro.org>
15414
15415 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15416 linux targets.
15417
15418 2015-06-24 Yao Qi <yao.qi@linaro.org>
15419
15420 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15421 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15422 * gdb.base/siginfo-thread.exp: Likewise.
15423
15424 2015-06-22 Yao Qi <yao.qi@linaro.org>
15425
15426 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15427
15428 2015-06-22 Yao Qi <yao.qi@linaro.org>
15429
15430 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15431 aarch64*-*-*.
15432 (skip_hw_watchpoint_tests): Likewise.
15433
15434 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15435
15436 * gdb.base/gdbinit-history.exp: Test the interaction between
15437 setting GDBHISTSIZE and setting the history size via .gdbinit.
15438
15439 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15440
15441 PR gdb/16999
15442 * gdb.base/gdbhistsize-history.exp: New test.
15443
15444 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15445
15446 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15447 with GDBHISTSIZE.
15448 * gdb.base/readline.exp: Likewise.
15449
15450 2015-06-17 Yao Qi <yao.qi@linaro.org>
15451
15452 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15453 line.
15454
15455 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15456
15457 * gdb.base/gdbinit-history.exp: Add test case to check that
15458 an unlimited history file does not get truncated on exit.
15459
15460 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15461
15462 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15463 (VECTOR): New macro. Use it...
15464 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15465 ...for these typedefs.
15466 (int8, char1, int1, double1): New typedefs.
15467 (struct just_int2, struct two_int2): New structures.
15468 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15469 (add_structvecs, add_singlevecs): New functions.
15470 (main): Call add_some_intvecs twice.
15471 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15472 the compile and exit upon failure. Try compiling for the "native"
15473 architecture. Test inferior function calls with vector arguments
15474 and vector return value handling with "finish" and "return".
15475
15476 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15477
15478 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15479 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15480 PE file.
15481 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15482
15483 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15484
15485 PR breakpoints/16465
15486 * gdb.mi/mi-dprintf-pending.c: New file.
15487 * gdb.mi/mi-dprintf-pending.exp: New test.
15488 * gdb.mi/mi-dprintf-pendshr.c: New file.
15489
15490 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15491 Mircea Gherzan <mircea.gherzan@intel.com>
15492
15493 * gdb.arch/i386-mpx-map.c: New file.
15494 * gdb.arch/i386-mpx-map.exp: New File.
15495
15496 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15497
15498 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15499 * gdb.arch/i386-mpx.exp: Indentation fixed.
15500
15501 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15502
15503 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15504 function and improved indentation.
15505 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15506 gdb_test_multiple. Added additional tests to skip the test.
15507
15508 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15509
15510 * gdb.arch/i386-avx512.c: Change path in include file.
15511 * gdb.arch/i386-avx512.exp: Change include dir path
15512 compilation flag.
15513 * gdb.arch/i386-mpx.c: Change path in include file.
15514 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15515 flag.
15516
15517 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15518
15519 * gdb.compile/compile-print.exp (compile print *vararray@3)
15520 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15521
15522 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15523
15524 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15525 (do not keep jit in memory): ... this.
15526 (expect 5): Change it to ...
15527 (expect no 5): ... this.
15528
15529 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15530
15531 PR gdb/15564
15532 * gdb.mi/mi-detach.exp: New file.
15533
15534 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15535
15536 PR symtab/18392
15537 * gdb.arch/amd64-tailcall-self.S: New file.
15538 * gdb.arch/amd64-tailcall-self.c: New file.
15539 * gdb.arch/amd64-tailcall-self.exp: New file.
15540
15541 2015-05-28 Don Breazeal <donb@codesourcery.com>
15542
15543 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15544 tests for remote targets by checking is_target_gdbserver.
15545
15546 2015-05-27 Doug Evans <dje@google.com>
15547
15548 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15549 * gdb.dwarf2/opaque-type-lookup.c: New file.
15550 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15551
15552 2015-05-26 Doug Evans <dje@google.com>
15553
15554 * gdb.cp/iostream.cc: New file.
15555 * gdb.cp/iostream.exp: New file.
15556
15557 2015-05-26 Doug Evans <dje@google.com>
15558
15559 * gdb.dwarf2/dw2-op-call.exp: Update.
15560 * gdb.dwarf2/dw4-sig-types.exp: Update.
15561 * gdb.dwarf2/implptr.exp: Update.
15562 * gdb.mi/mi-cmd-param-changed.exp: Update.
15563
15564 2015-05-26 Doug Evans <dje@google.com>
15565
15566 * gdb.python/py-lazy-string.c: New file.
15567 * gdb.python/py-lazy-string.exp: New file.
15568 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15569 (main): Update. Add estring3.
15570 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15571 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15572
15573 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15574 Yao Qi <yao.qi@linaro.org>
15575
15576 * gdb.reverse/aarch64.c: New.
15577 * gdb.reverse/aarch64.exp: New.
15578
15579 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15580
15581 * lib/gdb.exp (supports_process_record): Return true for
15582 aarch64*-linux*.
15583 (supports_reverse): Likewise.
15584
15585 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15586
15587 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15588 Use with_test_prefix.
15589
15590 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15591
15592 * gdb.base/completion.exp: Add test for completion of layout
15593 names.
15594
15595 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15596
15597 * lib/gdb.exp (skip_tui_tests): New proc.
15598 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15599
15600 2015-05-19 Pedro Alves <palves@redhat.com>
15601
15602 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15603 Save the whole env array instead of just HOME. Unset HISTSIZE in
15604 the environment while testing. Restore whole environment
15605 afterwards.
15606
15607 2015-05-16 Doug Evans <xdje42@gmail.com>
15608
15609 * gdb.guile/scm-ports.c: New file.
15610 * gdb.guile/scm-ports.exp: Add memory port tests.
15611
15612 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 * gdb.compile/compile-print.c: New file.
15615 * gdb.compile/compile-print.exp: New file.
15616
15617 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15618
15619 * gdb.compile/compile-ops.exp: Cast param to void.
15620 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15621 (compile code struct_object.selffield = &struct_object): Add xfail.
15622
15623 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15624
15625 * gdb.ada/arr_enum_with_gap: New testcase.
15626
15627 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15628
15629 * gdb.ada/byte_packed_arr: New testcase.
15630
15631 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15632
15633 * gdb.ada/pckd_neg: New testcase.
15634
15635 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15636
15637 PR gdb/17820
15638 * gdb.base/gdbinit-history.exp: New test.
15639 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15640 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15641
15642 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15643
15644 * gdb.python/py-xmethods.cc: Enhance test case.
15645 * gdb.python/py-xmethods.exp: New tests.
15646 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15647 function.
15648 (B_indexoper): Likewise.
15649 (global_dm_list) : Add new xmethod worker functions.
15650
15651 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15652
15653 * gdb.base/coredump-filter.exp: Correctly unset
15654 "coredump_var_addr" array.
15655
15656 2015-05-08 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.server/non-existing-program.exp: Unset spawn_id.
15659
15660 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15661
15662 PR python/18291
15663 * gdb.python/py-xmethods.exp: Add tests.
15664
15665 2015-05-08 Yao Qi <yao.qi@linaro.org>
15666
15667 PR gdb/18208
15668 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15669 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15670 function set_coredump_filter, and remove remote_exec call.
15671 Remove argument ipid. Callers update.
15672 (top level): Don't get inferior's PID.
15673
15674 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15675
15676 * gdb.base/watch_thread_num.exp: Skip test on targets without
15677 access watchpoints.
15678
15679 2015-05-06 Pedro Alves <palves@redhat.com>
15680
15681 PR server/18081
15682 * gdb.server/non-existing-program.exp: New file.
15683
15684 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15685
15686 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15687
15688 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15689
15690 * gdb.ada/out_of_line_in_inlined: New testcase.
15691
15692 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15693
15694 * gdb.ada/var_rec_arr: New testcase.
15695
15696 2015-04-30 Yao Qi <yao.qi@linaro.org>
15697
15698 * gdb.base/break-idempotent.exp: If
15699 skip_hw_watchpoint_multi_tests returns true, skip the tests
15700 on "rwatch" and "awatch".
15701
15702 2015-04-30 Yao Qi <yao.qi@linaro.org>
15703
15704 * gdb.base/relativedebug.exp: Invoke gdb command
15705 "info sharedlibrary", and if libc.so doesn't have debug info,
15706 skip the test.
15707
15708 2015-04-29 Doug Evans <dje@google.com>
15709
15710 * gdb.python/py-xmethods.exp: Add ptype tests.
15711 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15712 get_result_type method.
15713
15714 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15715
15716 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15717 the target does not support hardware watchpoints.
15718
15719 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15720
15721 * gdb.base/break-always.exp: Abort testing if writing to memory
15722 causes an error.
15723
15724 2015-04-28 Doug Evans <dje@google.com>
15725
15726 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15727 * gdb.python/py-pp-registration.exp: ... here. New file.
15728 * gdb.python/py-pp-registration.c: New file.
15729 * gdb.python/py-pp-registration.py: New file.
15730
15731 2015-04-28 Doug Evans <dje@google.com>
15732
15733 * gdb.python/py-bad-printers.c: New file.
15734 * gdb.python/py-bad-printers.py: New file.
15735 * gdb.python/py-bad-printers.exp: New file.
15736
15737 2015-04-28 Sasha Smundak <asmundak@google.com>
15738
15739 * gdb.python/py-type.exp: New test.
15740
15741 2015-04-28 Andy Wingo <wingo@igalia.com>
15742
15743 * gdb.python/py-parameter.exp:
15744 * gdb.guile/scm-parameter.exp: Escape the path that we are
15745 matching against, as it might contain characters that are special
15746 to regular expressions.
15747
15748 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15749
15750 * gdb.ada/rec_comp: New testcase.
15751
15752 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15753
15754 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15755 before using it.
15756
15757 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15758
15759 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15760 new tests for verilog output.
15761
15762 2015-04-24 Yao Qi <yao.qi@linaro.org>
15763
15764 * boards/remote-gdbserver-on-localhost.exp: New file.
15765
15766 2015-04-23 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15769 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15770 "end of file", remove $inferior_spawn_id from the indirect list.
15771
15772 2015-04-23 Pedro Alves <palves@redhat.com>
15773
15774 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15775
15776 2015-04-23 Pedro Alves <palves@redhat.com>
15777
15778 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15779 on $any_spawn_id instead of only on $gdb_spawn_id.
15780
15781 2015-04-21 Pierre Muller <muller@sourceware.org>
15782
15783 PR pascal/17815
15784 * lib/pascal.exp (gpc_compile): Add new option "class".
15785 (fpc_compile): Likewise.
15786 * gdb.pascal/case-insensitive-symbols.pas: New file.
15787 * gdb.pascal/case-insensitive-symbols.exp: New file.
15788
15789 2015-04-20 Gary Benson <gbenson@redhat.com>
15790
15791 * gdb.base/attach.exp: Fix three extended remote failures.
15792
15793 2015-04-17 Gary Benson <gbenson@redhat.com>
15794
15795 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15796 the main executable over the remote protocol.
15797
15798 2015-04-16 Pedro Alves <palves@redhat.com>
15799
15800 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15801 a new gdbserver if gdbserver_reconnect_p is set.
15802
15803 2015-04-16 Pedro Alves <palves@redhat.com>
15804
15805 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15806 is set, don't exit gdbserver.
15807
15808 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15809
15810 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15811 appropriate .insn, such that an older assembler can be used.
15812 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15813 the z/Architecture instruction set on 31-bit targets as well.
15814
15815 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15816
15817 * gdb.go/handcall.exp: Remove all logic related to the first
15818 breakpoint and rely on go_runto_main instead.
15819 * gdb.go/strings.exp: Likewise.
15820 * gdb.go/unsafe.exp: Likewise.
15821 * gdb.go/hello.exp: Likewise. Also rename the remaining
15822 breakpoint marker to "breakpoint 1".
15823 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15824 * gdb.go/strings.go: Likewise.
15825 * gdb.go/unsafe.go: Likewise.
15826 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15827 "set breakpoint 2 here" and rename the remaining breakpoint marker
15828 to "breakpoint 1".
15829
15830 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15831
15832 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15833 if itertools.imap is not present.
15834 * gdb.python/py-objfile.exp: Add parentheses.
15835 * gdb.python/py-type.exp: Same.
15836 * gdb.python/py-unwind-maint.py: Same.
15837
15838 2015-04-15 Yao Qi <yao.qi@linaro.org>
15839
15840 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15841 of ":$ptr_size" and set its form explicitly.
15842
15843 2015-04-15 Pedro Alves <palves@redhat.com>
15844 Yao Qi <yao.qi@linaro.org>
15845
15846 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15847 timeout by factor of 4.
15848 (test_regular_watch): Likewise.
15849 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15850 * gdb.reverse/sigall-reverse.exp: Likewise.
15851 * gdb.reverse/until-precsave.exp: Likewise.
15852 * lib/gdb.exp (with_timeout_factor): New proc.
15853 (gdb_expect): Move some code to ...
15854 (get_largest_timeout): ... here. New procedure.
15855
15856 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15857
15858 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15859
15860 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15861
15862 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15863 to write to the .text section.
15864
15865 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15866
15867 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15868 Handle the case of targets that do not provide PID information.
15869
15870 2015-04-13 Yao Qi <yao.qi@linaro.org>
15871
15872 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15873 and use expect instead of gdb_expect.
15874
15875 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15876
15877 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15878 "coredump_var_addr" to avoid naming conflict with other testcases.
15879
15880 2015-04-10 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15883 gdb_test_sequence and gdb_assert.
15884
15885 2015-04-10 Pedro Alves <palves@redhat.com>
15886
15887 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15888 test messages that don't include the breakpoint address.
15889
15890 2015-04-10 Yao Qi <yao.qi@linaro.org>
15891
15892 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15893 false for some offset and width combinations which aren't
15894 supported by linux kernel.
15895
15896 2015-04-10 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15899 procedure, factored out from ...
15900 (top level): ... here. Add "set displaced-stepping" testing axis.
15901 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15902 parameter "displaced". Use it.
15903 (top level): Use foreach and add "set displaced-stepping" testing
15904 axis.
15905
15906 2015-04-10 Pedro Alves <palves@redhat.com>
15907
15908 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15909 Remove comment.
15910 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15911 both the address of the instruction that triggers the watchpoint
15912 and the address of the instruction immediately after, and use
15913 those addresses for the test. Fix comment.
15914
15915 2015-04-10 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.base/sigstep.exp (breakpoint_to_handler)
15918 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15919 Test "backtrace" in handler.
15920 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15921 (top level): Add new "displaced" test axis to
15922 breakpoint_to_handler, breakpoint_to_handler_entry and
15923 breakpoint_over_handler.
15924
15925 2015-04-10 Pedro Alves <palves@redhat.com>
15926
15927 PR gdb/18216
15928 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15929
15930 2015-04-10 Yao Qi <yao.qi@linaro.org>
15931
15932 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15933 (test_add_rn_pc): New function.
15934 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15935 (top level): Invoke test_add_rn_pc.
15936
15937 2015-04-10 Pedro Alves <palves@redhat.com>
15938
15939 PR gdb/13858
15940 * gdb.base/step-over-no-symbols.exp: New file.
15941
15942 2015-04-09 Andy Wingo <wingo@igalia.com>
15943
15944 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15945 after the Python tests.
15946
15947 2015-04-08 Keith Seitz <keiths@redhat.com>
15948
15949 PR python/16699
15950 * gdb.python/py-completion.exp: New tests for completion.
15951 * gdb.python/py-completion.py (CompleteLimit1): New class.
15952 (CompleteLimit2): Likewise.
15953 (CompleteLimit3): Likewise.
15954 (CompleteLimit4): Likewise.
15955 (CompleteLimit5): Likewise.
15956 (CompleteLimit6): Likewise.
15957 (CompleteLimit7): Likewise.
15958
15959 2015-04-08 Pedro Alves <palves@redhat.com>
15960
15961 PR gdb/18214
15962 PR gdb/18216
15963 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15964 function.
15965 (main): Install it as SIGUSR1 handler.
15966 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15967 parameter. Always use "setup" as prefix. Toggle "set
15968 displaced-stepping" off/on depending on global. Don't switch to
15969 thread 1 here.
15970 (top level): Add displaced stepping "off/on" test axis. Update
15971 "setup" calls. Wrap each subtest with with_test_prefix. Test
15972 continuing with a queued signal in each thread.
15973
15974 2015-04-08 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15977 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15978 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15979 Return early if running to main fails.
15980 * gdb.trace/while-stepping.exp: Likewise.
15981
15982 2015-04-07 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15985 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15986 interact with inferior program.
15987
15988 2015-04-07 Pedro Alves <palves@redhat.com>
15989
15990 * lib/gdb.exp (inferior_spawn_id): New global.
15991 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15992 spawn id after processing the user code.
15993 (default_gdb_start): Set inferior_spawn_id.
15994 (send_inferior): New procedure.
15995 * lib/gdbserver-support.exp (gdbserver_start): Set
15996 inferior_spawn_id.
15997 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15998
15999 2015-04-07 Pedro Alves <palves@redhat.com>
16000
16001 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16002 * lib/gdbserver-support.exp (gdbserver_start): Make
16003 $server_spawn_id global.
16004 (gdbserver_start): Don't wait for gdbserver's spawn id with
16005 expect_background.
16006 (close_gdbserver): New procedure.
16007 (gdb_exit): Rename the default version and reimplement.
16008
16009 2015-04-07 Pedro Alves <palves@redhat.com>
16010
16011 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16012 append the substituted item, not the original item.
16013
16014 2015-04-07 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16017 gdb_expect.
16018
16019 2015-04-07 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16022 output appearing once only.
16023
16024 2015-04-07 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16027 that doesn't expect anything. Return early if running to main
16028 fails.
16029
16030 2015-04-07 Yao Qi <yao.qi@linaro.org>
16031
16032 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16033 (child_function): Call alarm.
16034 (main): Move call to alarm into the loop.
16035 * gdb.threads/non-stop-fair-events.exp: Build program with
16036 -DTIMEOUT=$timeout.
16037
16038 2015-04-06 Doug Evans <xdje42@gmail.com>
16039
16040 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16041 Fix dest parameter to board_info.
16042 (fpc_compile): Ditto.
16043 (gdb_compile_pascal): Rename dest arg to destfile.
16044
16045 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16046
16047 * gdb.ada/funcall_ref.exp: New file.
16048 * gdb.ada/funcall_ref/foo.adb: New file.
16049
16050 2015-04-02 Yao Qi <yao.qi@linaro.org>
16051
16052 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16053 is remote.
16054
16055 2015-04-02 Gary Benson <gbenson@redhat.com>
16056
16057 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16058
16059 2015-04-01 Sasha Smundak <asmundak@google.com>
16060
16061 * gdb.python/py-unwind-maint.c: New file.
16062 * gdb.python/py-unwind-maint.exp: New test.
16063 * gdb.python/py-unwind-maint.py: New file.
16064 * gdb.python/py-unwind.c: New file.
16065 * gdb.python/py-unwind.exp: New test.
16066 * gdb.python/py-unwind.py: New test.
16067
16068 2015-04-01 Pedro Alves <palves@redhat.com>
16069
16070 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16071 to fail instead of non-existent $test.
16072
16073 2015-04-01 Pedro Alves <palves@redhat.com>
16074
16075 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16076 GDBFLAGS if not empty.
16077
16078 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16079
16080 * gdb.ada/complete.exp: Remove "multi_line".
16081 * gdb.ada/info_exc.exp: Remove "multi_line".
16082 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16083 * gdb.ada/ptype_field.exp: Remove "multi_line".
16084 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16085 * gdb.ada/tagged.exp: Remove "multi_line".
16086 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16087 [multi_line ...]
16088 * gdb.btrace/delta.exp: Likewise.
16089 * gdb.btrace/exception.exp: Likewise.
16090 * gdb.btrace/function_call_history.exp: Likewise.
16091 * gdb.btrace/instruction_history.exp: Likewise.
16092 * gdb.btrace/nohist.exp: Likewise.
16093 * gdb.btrace/record_goto.exp: Likewise.
16094 * gdb.btrace/segv.exp: Likewise.
16095 * gdb.btrace/stepi.exp: Likewise.
16096 * gdb.btrace/tailcall.exp: Likewise.
16097 * gdb.btrace/unknown_functions.exp: Likewise.
16098 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16099 * lib/gdb.exp: Add the "multi_line" helper.
16100
16101 2015-04-01 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.threads/tid-reuse.c: New file.
16104 * gdb.threads/tid-reuse.exp: New file.
16105
16106 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16107
16108 PR corefiles/16092
16109 * gdb.base/coredump-filter.c: New file.
16110 * gdb.base/coredump-filter.exp: Likewise.
16111
16112 2015-03-27 Petr Machata <pmachata@redhat.com>
16113
16114 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16115 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16116 (Dwarf::assemble): Initialize them.
16117 (Dwarf::lines): New function.
16118
16119 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16120
16121 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16122 SYMBOL_PREFIX for x86_64-*-cygwin.
16123
16124 2015-03-26 Andy Wingo <wingo@igalia.com>
16125
16126 PR symtab/18148
16127 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16128 const_value but not a location.
16129 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16130 location defined in non-main CUs are visible.
16131
16132 2015-03-26 Yao Qi <yao.qi@linaro.org>
16133
16134 PR testsuite/18139
16135 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16136 Add a line number entry for the same line.
16137 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16138 Add a line number entry for the same line.
16139
16140 2015-03-26 Yao Qi <yao.qi@linaro.org>
16141
16142 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16143 .int 0.
16144 (func): Likewise. Add .Lfunc_1 label.
16145 Use .Lfunc_1 label.
16146 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16147 .int 0.
16148 (func): Likewise.
16149 Use .Lfunc_1 label.
16150
16151 2015-03-26 Yao Qi <yao.qi@linaro.org>
16152
16153 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16154 Call gdb_compile instead to compile each .s files without debug
16155 information.
16156
16157 2015-03-26 Yao Qi <yao.qi@linaro.org>
16158
16159 * gdb.base/savedregs.exp (process_saved_regs): Make
16160 "Saved registers:" optional in the pattern.
16161
16162 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16163
16164 * gdb.btrace/next.exp: Merged into step.exp.
16165 * gdb.btrace/finish.exp: Merged into step.exp.
16166 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16167 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16168 "record goto" and checking the exact replay position.
16169 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16170 check for "Recording format" in "info record" output.
16171 * gdb.btrace/record_goto.exp: Choose test file based on target.
16172 * gdb.btrace/x86-record_goto.S: Renamed into ...
16173 * gdb.btrace/x86_64-record_goto.S: ... this.
16174 * gdb.btrace/i686-record_goto.S: New.
16175 * gdb.btrace/x86-tailcall.S: Renamed into ...
16176 * gdb.btrace/x86_64-tailcall.S: ... this.
16177 * gdb.btrace/i686-tailcall.S: New.
16178 * gdb.btrace/x86-tailcall.c: Renamed into ...
16179 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16180 separate statements. Update test.
16181 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16182 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16183 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16184 * gdb.btrace/tailcall.exp: Choose test file based on target.
16185 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16186
16187 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16188
16189 * gdb.btrace/exception.exp: Increase BTS buffer size.
16190
16191 2015-03-24 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16194
16195 2015-03-24 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.threads/schedlock.exp (test_step): No longer expect that
16198 "set scheduler-locking step" with "next" over a function call runs
16199 threads unlocked.
16200
16201 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16202
16203 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16204
16205 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16206
16207 PR breakpoints/16466
16208 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16209 * gdb.mi/mi-pending.c (thread_func): New function.
16210 (int main): Add threading support required.
16211 * gdb.mi/mi-pending.exp: Add tests for this issue.
16212 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16213 (pendfunc2): Remove stdio dependency.
16214 * gdb.mi/mi-pendshr2.c: New file.
16215
16216 2015-03-23 Keith Seitz <keiths@redhat.com>
16217
16218 * gdb.linespec/keywords.c: New file.
16219 * gdb.linespec/keywords.exp: New file.
16220
16221 2015-03-23 Keith Seitz <keiths@redhat.com>
16222
16223 PR gdb/18021
16224 * gdb.dwarf2/staticvirtual.exp: New test.
16225
16226 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16227
16228 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16229 * README: Remove HP-UX and gdb.hp.
16230 (configuration):
16231 * configure: Regenerate.
16232 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16233 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16234 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16235 gdb.hp/gdb.defects/Makefile.
16236 * gdb.hp/Makefile.in: File deleted.
16237 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16238 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16239 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16240 * gdb.hp/gdb.aCC/run.c: File deleted.
16241 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16242 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16243 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16244 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16245 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16246 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16247 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16248 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16249 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16250 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16251 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16252 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16253 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16254 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16255 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16256 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16257 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16258 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16259 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16260 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16261 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16262 * gdb.hp/gdb.compat/average.c: File deleted.
16263 * gdb.hp/gdb.compat/sum.c: File deleted.
16264 * gdb.hp/gdb.compat/xdb.c: File deleted.
16265 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16266 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16267 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16268 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16269 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16270 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16271 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16272 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16273 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16274 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16275 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16276 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16277 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16278 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16279 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16280 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16281 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16282 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16283 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16284 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16285 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16286 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16287 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16288 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16289 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16290 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16291 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16292 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16293 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16294 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16295 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16296 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16297 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16298 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16299 * gdb.hp/tools/odump: File deleted.
16300
16301 2015-03-19 Pedro Alves <palves@redhat.com>
16302
16303 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16304 (saw_thread_3): New globals.
16305 (top level): Increment them when an event for the corresponding
16306 thread is seen.
16307 (no thread starvation): New test.
16308
16309 2015-03-19 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.threads/continue-pending-status.c: New file.
16312 * gdb.threads/continue-pending-status.exp: New file.
16313
16314 2015-03-18 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16317 Use gdb_is_target_remote instead of is_remote. Use
16318 gdb_test_multiple instead of gdb_expect. Exit early if
16319 gdb_test_multiple hits its internal matches. Tighten stepi tests
16320 expected output. Fail on exit with any signal, instead of just
16321 SIGILL.
16322
16323 2015-03-18 Yao Qi <yao.qi@linaro.org>
16324
16325 PR tdep/18107
16326 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16327 variable.
16328 * gdb.base/catch-syscall.exp: Don't skip it on
16329 aarch64*-*-linux* target. Remove elements in all_syscalls.
16330 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16331 target.
16332 (setup_all_syscalls): New proc.
16333
16334 2015-03-16 Yao Qi <yao.qi@linaro.org>
16335
16336 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16337 (top level): Skip tests if valid_addr_p returns false for
16338 $cmd1 or $cmd2.
16339
16340 2015-03-11 Andy Wingo <wingo@igalia.com>
16341
16342 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16343
16344 2015-03-11 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.base/catch-syscall.exp: Fix typo in comments.
16347
16348 2015-03-11 Yao Qi <yao.qi@linaro.org>
16349
16350 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16351
16352 2015-03-09 Pedro Alves <palves@redhat.com>
16353
16354 * dg-extract-results.py: Delete.
16355
16356 2015-03-09 Pedro Alves <palves@redhat.com>
16357
16358 Merge dg-extract-results.sh from GCC upstream (r218843).
16359
16360 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16361 * dg-extract-results.sh: Use --text with grep to avoid issues with
16362 binary files. Fall back to cat -v, if that doesn't work.
16363
16364 2015-03-05 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16367
16368 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16369
16370 * lib/mi-support.exp (mi_expect_interrupt): Accept
16371 alternative event for when in all-stop mode.
16372
16373 2015-03-04 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16376
16377 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16378
16379 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16380
16381 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16382
16383 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16384 regexps for GDB's current line display, accept a hex address
16385 preceding the line number.
16386
16387 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16388
16389 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16390 the 'arch1' variable for "s390*-linux*" targets.
16391
16392 2015-03-04 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16395 (main): Pass missing retval argument to pthread_join call.
16396
16397 2015-03-02 Pedro Alves <palves@redhat.com>
16398
16399 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16400 (top level): Call do_test with non-stop as well.
16401
16402 2015-03-02 Pedro Alves <palves@redhat.com>
16403
16404 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16405 -1.
16406
16407 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16408
16409 * gdb.arch/s390-vregs.exp: New test.
16410 * gdb.arch/s390-vregs.S: New file.
16411
16412 2015-02-27 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16415 call to catch_command_errors.
16416 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16417 catch_command_errors.
16418
16419 2015-02-27 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16422 "true" for boolean result.
16423 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16424 prototype of main.
16425
16426 2015-02-27 Pedro Alves <palves@redhat.com>
16427
16428 * lib/unbuffer_output.c: New file.
16429 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16430 (main): Call gdb_unbuffer_output.
16431
16432 2015-02-27 Yao Qi <yao.qi@linaro.org>
16433
16434 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16435 target.
16436
16437 2015-02-26 Doug Evans <dje@google.com>
16438
16439 * gdb.cp/class2.cc (Dbase, D): New classes.
16440 (main): New local delta.
16441 * gdb.cp/class2.exp: Test printing delta.
16442 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16443 (dynbar): New global.
16444 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16445
16446 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16447
16448 * gdb.compile/compile-ifunc.c: New file.
16449 * gdb.compile/compile-ifunc.exp: New file.
16450
16451 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16452
16453 * gdb.base/structs.exp: Check for correct struct on finish.
16454
16455 2015-02-26 Yao Qi <yao.qi@linaro.org>
16456
16457 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16458 is zero.
16459
16460 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16461
16462 * gdb.arch/cordic.ko.bz2: New file.
16463 * gdb.arch/cordic.ko.debug.bz2: New file.
16464 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16465
16466 2015-02-25 Yao Qi <yao.qi@linaro.org>
16467
16468 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16469 aarch64*-*-* target.
16470
16471 2015-02-23 Pedro Alves <palves@redhat.com>
16472
16473 * lib/gdb.exp (delete_breakpoints): Rewrite using
16474 gdb_test_multiple.
16475
16476 2015-02-23 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.base/info-os.c: Include stdlib.h.
16479
16480 2015-02-22 Doug Evans <xdje42@gmail.com>
16481
16482 PR symtab/17855
16483 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16484 is read after symbols have been re-read.
16485 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16486 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16487
16488 2015-02-21 Doug Evans <dje@google.com>
16489
16490 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16491
16492 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16493
16494 PR corefiles/17808
16495 * gdb.arch/i386-biarch-core.core.bz2: New file.
16496 * gdb.arch/i386-biarch-core.exp: New file.
16497
16498 2015-02-21 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16501 runto_main fails.
16502
16503 2015-02-20 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16506 info probes.
16507
16508 2015-02-20 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16511
16512 2015-02-20 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16515 clean_restart before gdb_target_supports_trace.
16516
16517 2015-02-20 Pedro Alves <palves@redhat.com>
16518
16519 PR threads/18006
16520 * gdb.threads/clone-thread_db.c: New file.
16521 * gdb.threads/clone-thread_db.exp: New file.
16522
16523 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16524
16525 PR breakpoints/16812
16526 * gdb.base/catch-gdb-caused-signals.c: New file.
16527 * gdb.base/catch-gdb-caused-signals.exp: New file.
16528
16529 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16530
16531 * configure: Regenerated.
16532 * configure.ac: Use GDB_AC_TRANSFORM.
16533 * aclocal.m4: sinclude ../transform.m4.
16534
16535 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16536
16537 * lib/dtrace.exp: New file.
16538 * gdb.base/dtrace-probe.exp: Likewise.
16539 * gdb.base/dtrace-probe.d: Likewise.
16540 * gdb.base/dtrace-probe.c: Likewise.
16541 * lib/pdtrace.in: Likewise.
16542 * configure.ac: Output variables with the transformed names of
16543 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16544 * configure: Regenerated.
16545
16546 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16547
16548 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16549 expected message when trying to access $_probe_* convenience
16550 variables while not on a probe.
16551
16552 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16553
16554 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16555
16556 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16557
16558 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16559 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16560
16561 2015-02-10 Doug Evans <xdje42@gmail.com>
16562
16563 * lib/gdb.exp (gdb_load): Always return a result.
16564
16565 2015-02-10 Pedro Alves <palves@redhat.com>
16566
16567 * gdb.threads/signal-sigtrap.c: New file.
16568 * gdb.threads/signal-sigtrap.exp: New file.
16569
16570 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16571
16572 * gdb.trace/no-attach-trace.c: New file.
16573 * gdb.trace/no-attach-trace.exp: New file.
16574
16575 2015-02-09 Mark Wielaard <mjw@redhat.com>
16576
16577 * gdb.dwarf2/atomic.c: New file.
16578 * gdb.dwarf2/atomic-type.exp: Likewise.
16579
16580 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16581
16582 * gdb.btrace/buffer-size.exp: Update "info record" output.
16583 * gdb.btrace/delta.exp: Update "info record" output.
16584 * gdb.btrace/enable.exp: Update "info record" output.
16585 * gdb.btrace/finish.exp: Update "info record" output.
16586 * gdb.btrace/instruction_history.exp: Update "info record" output.
16587 * gdb.btrace/next.exp: Update "info record" output.
16588 * gdb.btrace/nexti.exp: Update "info record" output.
16589 * gdb.btrace/step.exp: Update "info record" output.
16590 * gdb.btrace/stepi.exp: Update "info record" output.
16591 * gdb.btrace/nohist.exp: Update "info record" output.
16592
16593 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16594
16595 * gdb.btrace/buffer-size: New.
16596
16597 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16598
16599 * gdb.btrace/delta.exp: Update "info record" output.
16600 * gdb.btrace/enable.exp: Update "info record" output.
16601 * gdb.btrace/finish.exp: Update "info record" output.
16602 * gdb.btrace/instruction_history.exp: Update "info record" output.
16603 * gdb.btrace/next.exp: Update "info record" output.
16604 * gdb.btrace/nexti.exp: Update "info record" output.
16605 * gdb.btrace/step.exp: Update "info record" output.
16606 * gdb.btrace/stepi.exp: Update "info record" output.
16607 * gdb.btrace/nohist.exp: Update "info record" output.
16608
16609 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16610
16611 PR gdb/15678
16612 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16613
16614 2015-02-06 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16617 macro.
16618 (seconds_left, again): New globals.
16619 (main): Wait seconds_left in a 1-second sleep loop instead of
16620 sleeping 180 seconds. If 'again' is set, reset the seconds
16621 counter.
16622 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16623 'again' in the inferior before detaching. Print the seconds left.
16624 (options): New global.
16625 (top level): Build program with -DTIMEOUT=$timeout.
16626
16627 2015-02-06 Pedro Alves <palves@redhat.com>
16628
16629 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16630 determine how many seconds to pass to 'alarm'.
16631 * gdb.base/gdb-sigterm.exp (top level): Build program with
16632 -DTIMEOUT=$timeout.
16633 (do_test): Return success/failure indication. Add more verbose
16634 logging. Don't fail if 200 single steps are seen. Instead, fail
16635 when the test times out.
16636 (passes): New global.
16637 (top level): Break the testing loop if testing fails on any
16638 iteration. Use gdb_assert.
16639
16640 2015-02-04 Don Breazeal <donb@codesourcery.com>
16641
16642 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16643 and initialize them.
16644 (ipc_cleanup): New function.
16645 (main): Don't declare shmid, semid, and msqid. Add a call to
16646 atexit so that we call ipc_cleanup on exit.
16647
16648 2015-02-04 Pedro Alves <palves@redhat.com>
16649
16650 * boards/native-extended-gdbserver.exp: Remove any target variant
16651 specifications from the board name before clearing the isremote
16652 flag from board_info.
16653
16654 2015-01-31 Doug Evans <xdje42@gmail.com>
16655
16656 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16657
16658 2015-01-31 Gary Benson <gbenson@redhat.com>
16659
16660 * gdb.base/completion.exp: Disable completion limiting for
16661 existing tests. Add new tests to check completion limiting.
16662 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16663
16664 2015-01-31 Doug Evans <xdje42@gmail.com>
16665
16666 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16667
16668 2015-01-31 Doug Evans <xdje42@gmail.com>
16669
16670 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16671 entries. Duplicate file section script entries.
16672 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16673 inlined entries. Add test for safe-path rejection.
16674 * gdb.python/py-section-script.c: Add duplicate inlined section script
16675 entries. Duplicate file section script entries.
16676 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16677 inlined entries. Add test for safe-path rejection.
16678
16679 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16680
16681 * gdb.ada/disc_arr_bound: New testcase.
16682
16683 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16684
16685 * gdb.ada/mi_var_array: New testcase.
16686
16687 2015-01-27 Doug Evans <dje@google.com>
16688
16689 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16690 Add test for objfile.filename, objfile.username after objfile
16691 has been unloaded.
16692
16693 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16694
16695 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16696 the second test to print the name attribute of value
16697 returned by the call to gdb.lookup_type, and adjust
16698 the expected output accordingly.
16699
16700 2015-01-25 Mark Wielaard <mjw@redhat.com>
16701
16702 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16703 * gdb.base/disp-step-fork.c: Include unistd.h.
16704 * gdb.base/siginfo-obj.c: Include stdio.h.
16705 * gdb.base/siginfo-thread.c: Likewise.
16706 * gdb.mi/non-stop.c: Include unistd.h.
16707 * gdb.mi/nsthrexec.c: Include stdio.h.
16708 * gdb.mi/pthreads.c: Include unistd.h.
16709 * gdb.modula2/unbounded1.c (main): Declare returns int.
16710 * gdb.reverse/consecutive-reverse.c: Likewise.
16711 * gdb.threads/create-fail.c: Include unistd.h.
16712 * gdb.threads/killed.c: Likewise.
16713 * gdb.threads/linux-dp.c: Likewise.
16714 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16715 * gdb.threads/non-ldr-exc-2.c: Likewise.
16716 * gdb.threads/non-ldr-exc-3.c: Likewise.
16717 * gdb.threads/non-ldr-exc-4.c: Likewise.
16718 * gdb.threads/pthreads.c: Include unistd.h.
16719 (main): Declare returns int.
16720 * gdb.threads/tls-main.c (foo): New declaration.
16721 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16722
16723 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16724
16725 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16726 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16727
16728 2015-01-15 Mark Wielaard <mjw@redhat.com>
16729
16730 * gdb.base/noreturn-return.c: New file.
16731 * gdb.base/noreturn-return.exp: New file.
16732 * gdb.base/noreturn-finish.c: New file.
16733 * gdb.base/noreturn-finish.exp: New file.
16734
16735 2015-01-23 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.threads/continue-pending-after-query.c: New file.
16738 * gdb.threads/continue-pending-after-query.exp: New file.
16739
16740 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16741 Simon Marchi <simon.marchi@ericsson.com>
16742
16743 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16744 * gdb.base/valgrind-db-attach.exp: Same.
16745 * gdb.base/valgrind-infcall.exp: Same.
16746 * lib/mi-support.exp (default_mi_gdb_start): Same.
16747 * lib/prompt.exp (default_prompt_gdb_start): Same.
16748 * lib/gdb.exp (default_gdb_spawn): Same.
16749 (gdb_interact): New.
16750
16751
16752 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16753
16754 * gdb.compile/compile.exp (pointer to jit function): New test.
16755
16756 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16757
16758 * lib/gdb.exp (supports_process_record): Return true for
16759 powerpc*-*-linux*.
16760 (supports_reverse): Likewise.
16761
16762 2015-01-15 Don Breazeal <donb@codesourcery.com>
16763
16764 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16765 instead of checking whether the target board is remote and
16766 use spawn_wait_for_attach instead of exec/sleep.
16767 * gdb.base/attach-twice.exp: Likewise.
16768
16769 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16770
16771 * gdb.ada/var_arr_attrs: New testcase.
16772
16773 2015-01-14 Pedro Alves <palves@redhat.com>
16774 Joel Brobecker <brobecker@adacore.com>
16775
16776 PR gdb/17525
16777 * gdb.base/bp-cmds-execution-x-script.c: New file.
16778 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16779 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16780
16781 2015-01-14 Pedro Alves <palves@redhat.com>
16782
16783 PR cli/17828
16784 * gdb.base/batch-preserve-term-settings.c: New file.
16785 * gdb.base/batch-preserve-term-settings.exp: New file.
16786
16787 2015-01-13 Doug Evans <dje@google.com>
16788
16789 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16790 binary.
16791
16792 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16793
16794 * Makefile.in (clean mostlyclean): Do not delete *.py.
16795
16796 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.python/py-lookup-type.exp: New file.
16799
16800 2015-01-12 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16803 restore GDBFLAGS before returning.
16804
16805 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16806
16807 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16808 is_amd64_regs_target and is_x86_like_target.
16809
16810 2015-01-11 Doug Evans <xdje42@gmail.com>
16811
16812 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16813 is given without an explicit form.
16814 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16815 attributes.
16816 * gdb.dwarf/corrupt.exp: Ditto.
16817 * gdb.dwarf2/enum-type.exp: Ditto.
16818 * gdb.trace/entry-values.exp: Ditto.
16819 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16820
16821 2015-01-11 Doug Evans <xdje42@gmail.com>
16822
16823 PR gdb/15830
16824 * gdb.base/maint.exp: Remove references to "maint demangle".
16825 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16826 Add tests for explicitly specifying language to demangle.
16827 * gdb.dlang/demangle.exp: Ditto.
16828
16829 2015-01-09 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.threads/non-stop-fair-events.c: New file.
16832 * gdb.threads/non-stop-fair-events.exp: New file.
16833
16834 2015-01-09 Pedro Alves <palves@redhat.com>
16835
16836 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16837 the global scope. Set a breakpoint after all threads are started
16838 rather than stepping over two source lines. Expect the prompt.
16839 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16840 global.
16841 (NUM): Now 15.
16842 (main): Use threads_started_barrier to wait for all threads to
16843 start. Main thread no longer calls thread_function. Exit after
16844 180 seconds.
16845 (loop): New function.
16846 (thread_function): Wait on threads_started_barrier barrier. Call
16847 'loop' at each iteration.
16848 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16849 threads have started, instead of hardcoding number of "next"
16850 steps. Use an access watchpoint instead of a write watchpoint.
16851
16852 2015-01-09 Pedro Alves <palves@redhat.com>
16853
16854 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16855 (thread_func): Wait on barrier.
16856 (main): Wait for all threads to start before stopping GDB.
16857 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16858 global.
16859 (thread1_func, thread2_func): Wait on barrier.
16860 (main): Wait for all threads to start before stopping GDB.
16861 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16862 New global.
16863 (thread1_func, thread2_func): Wait on barrier.
16864 (main): Wait for all threads to start before stopping GDB.
16865
16866 2015-01-09 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.threads/attach-many-short-lived-threads.c: New file.
16869 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16870
16871 2014-01-09 Pedro Alves <palves@redhat.com>
16872
16873 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16874 instead of to thread 2.
16875 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16876 Add barrier around each pthread_create call instead of around all
16877 calls.
16878 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16879 Set a break on thread_function and have the child threads hit it
16880 one at at a time.
16881
16882 2015-01-09 Pedro Alves <palves@redhat.com>
16883
16884 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16885 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16886 false.
16887 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16888 checking whether the target board is remote.
16889 * gdb.multi/multi-attach.exp: Likewise.
16890 * gdb.python/py-sync-interp.exp: Likewise.
16891 * gdb.server/ext-attach.exp: Likewise.
16892 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16893 tests that need to attach, instead of checking whether the target
16894 board is remote at the top of the file.
16895
16896 2015-01-08 Yao Qi <yao@codesourcery.com>
16897
16898 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16899
16900 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16901
16902 Fix testcase compilation.
16903 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16904
16905 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16906
16907 * gdb.python/py-type.exp: Add a couple test about empty
16908 array creation, and negative-length array creation.
16909
16910 2015-01-02 Doug Evans <xdje42@gmail.com>
16911
16912 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16913
16914 2015-01-02 Doug Evans <dje@google.com>
16915
16916 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16917
16918 2014-12-29 Yao Qi <yao@codesourcery.com>
16919
16920 * gdb.trace/entry-values.exp: Update comments. Rename variable
16921 bar_call_foo to returned_from_foo.
16922
16923 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16924
16925 PR gdb/17394
16926 * gdb.linespec/break-asm-file.c: New file.
16927 * gdb.linespec/break-asm-file.exp: New file.
16928 * gdb.linespec/break-asm-file0.s: New file.
16929 * gdb.linespec/break-asm-file1.s: New file.
16930
16931 2014-12-18 Nigel Stephens <nigel@mips.com>
16932 Maciej W. Rozycki <macro@codesourcery.com>
16933
16934 * gdb.base/float.exp: Handle the new output from "info float" on
16935 MIPS targets.
16936
16937 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16938
16939 Fix MinGW compilation.
16940 * gdb.compile/compile-ops.exp: Update untested message if
16941 !skip_compile_feature_tests.
16942 * gdb.compile/compile-setjmp.exp: Likewise.
16943 * gdb.compile/compile-tls.exp: Likewise.
16944 * gdb.compile/compile.exp: Likewise.
16945 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16946 supported on this host".
16947
16948 2014-12-16 Doug Evans <xdje42@gmail.com>
16949
16950 * boards/stabs.exp: New file.
16951
16952 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16953
16954 * gdb.base/completion.exp: Adjust to format changes of "maint
16955 print user-registers".
16956
16957 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16958
16959 PR server/17457
16960 * gdb.arch/aarch64-fp.c: New file.
16961 * gdb.arch/aarch64-fp.exp: New file.
16962
16963 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16964
16965 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16966 r210637, r210913, r211666, r215400, r215817).
16967
16968 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16969 * dg-extract-results.py: New file.
16970 * dg-extract-results.sh: Use it if the environment seems
16971 suitable.
16972
16973 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16974
16975 * dg-extract-results.py (parse_run): Handle warnings that
16976 are printed before a test harness is run.
16977
16978 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16979
16980 * dg-extract-results.py (Named): Remove __cmp__ method.
16981 (output_variation): Use a key to sort variation.harnesses.
16982
16983 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16984
16985 * dg-extract-results.py: For Python 3, force sys.stdout to
16986 handle surrogate escape sequences.
16987 (safe_open): New function.
16988 (output_segment, main): Use it.
16989
16990 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16991
16992 * dg-extract-results.py (Prog.result_re): Include options
16993 in test name.
16994
16995 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16996
16997 * dg-extract-results.py (output_variation): Always sort if
16998 do_sum.
16999
17000 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17001
17002 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17003 as long as we get pagination notifications.
17004
17005 2014-12-15 Jason Merrill <jason@redhat.com>
17006
17007 * Makefile.in (check-gdb.%): Restore.
17008 * README: Mention it.
17009
17010 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17011
17012 * gdb.ada/str_uninit: New testcase.
17013
17014 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17015
17016 PR symtab/17642
17017 * gdb.base/vla-stub-define.c: New file.
17018 * gdb.base/vla-stub.c: New file.
17019 * gdb.base/vla-stub.exp: New file.
17020
17021 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17022 Jan Kratochvil <jan.kratochvil@redhat.com>
17023 Tom Tromey <tromey@redhat.com>
17024
17025 * configure.ac: Add gdb.compile/.
17026 * configure: Regenerate.
17027 * gdb.compile/Makefile.in: New file.
17028 * gdb.compile/compile-ops.exp: New file.
17029 * gdb.compile/compile-ops.c: New file.
17030 * gdb.compile/compile-tls.c: New file.
17031 * gdb.compile/compile-tls.exp: New file.
17032 * gdb.compile/compile-constvar.S: New file.
17033 * gdb.compile/compile-constvar.c: New file.
17034 * gdb.compile/compile-mod.c: New file.
17035 * gdb.compile/compile-nodebug.c: New file.
17036 * gdb.compile/compile-setjmp-mod.c: New file.
17037 * gdb.compile/compile-setjmp.c: New file.
17038 * gdb.compile/compile-setjmp.exp: New file.
17039 * gdb.compile/compile-shlib.c: New file.
17040 * gdb.compile/compile.c: New file.
17041 * gdb.compile/compile.exp: New file.
17042 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17043
17044 2014-12-12 Tom Tromey <tromey@redhat.com>
17045
17046 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17047 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17048
17049 2014-12-12 Doug Evans <dje@google.com>
17050
17051 * lib/gdb-python.exp (get_python_valueof): New function.
17052 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17053
17054 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17055
17056 * gdb.base/completion.exp: Add test for completion of "info
17057 registers ".
17058
17059 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17060
17061 * gdb.base/func-ptrs.c: New file.
17062 * gdb.base/func-ptrs.exp: New file.
17063
17064 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17065
17066 PR breakpoints/17012
17067 * gdb.base/dprintf-detach.c: New file.
17068 * gdb.base/dprintf-detach.exp: New file.
17069
17070 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17071
17072 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17073 * lib/gdb.exp (target_is_gdbserver): New procedure.
17074
17075 2014-12-08 Doug Evans <dje@google.com>
17076
17077 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17078
17079 2014-12-05 Yao Qi <yao@codesourcery.com>
17080
17081 * gdb.guile/scm-error.exp: Remove the third argument to
17082 gdb_remote_download.
17083 * gdb.guile/scm-frame-args.exp: Likewise.
17084 * gdb.guile/scm-section-script.exp: Likewise.
17085
17086 2014-12-05 Yao Qi <yao@codesourcery.com>
17087
17088 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17089
17090 2014-12-04 Doug Evans <dje@google.com>
17091
17092 * gdb.python/py-objfile.exp: Add tests for
17093 objfile.add_separate_debug_file.
17094
17095 2014-12-04 Doug Evans <dje@google.com>
17096
17097 * lib/gdb.exp (get_build_id): New function.
17098 (build_id_debug_filename_get): Rewrite to use it.
17099 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17100
17101 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17102
17103 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17104 `method(long)', not just 0x0.
17105 * gdb.cp/nsalias.exp: Align code labels to 4.
17106 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17107 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17108 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17109 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17110 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17111 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17112
17113 2014-12-02 Doug Evans <dje@google.com>
17114
17115 PR symtab/17602
17116 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17117 * gdb.cp/anon-ns2.cc: ... here. New file.
17118 * gdb.cp/anon-ns.exp: Update.
17119
17120 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17121
17122 * gdb.python/py-events.py (inferior_call_handler): New.
17123 (register_changed_handler, memory_changed_handler): New.
17124 (test_events.invoke): Register new handlers.
17125 * gdb.python/py-events.exp: Add tests for inferior call,
17126 memory_changed and register_changed events.
17127
17128 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17129
17130 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17131 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17132 if the linker doesn't understand this.
17133
17134 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17135
17136 * gdb.python/python.exp: Change expected reply to help().
17137
17138 2014-12-01 Yao Qi <yao@codesourcery.com>
17139
17140 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17141 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17142 * configure: Re-generated.
17143
17144 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17145
17146 * gdb.cp/chained-calls.cc: New file.
17147 * gdb.cp/chained-calls.exp: New file.
17148 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17149
17150 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17151
17152 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17153 * gdb.dwarf2/symtab-producer.exp: Same.
17154 * gdb.gdb/python-interrupts.exp: Same.
17155 * gdb.gdb/python-selftest.exp: Same.
17156 * gdb.python/py-linetable.exp: Same.
17157 * gdb.python/py-type.exp: Same.
17158 * gdb.python/py-value-cc.exp: Same.
17159 * gdb.python/py-value.exp: Same.
17160
17161 2014-11-28 Yao Qi <yao@codesourcery.com>
17162
17163 * gdb.base/break-probes.exp: Match library name prefixed with
17164 sysroot.
17165
17166 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17167
17168 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17169 test expected output. Add parentheses for the call to print.
17170 Remove L suffix from integers.
17171
17172 2014-11-26 Doug Evans <dje@google.com>
17173
17174 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17175
17176 2014-11-22 Yao Qi <yao@codesourcery.com>
17177
17178 * gdb.trace/entry-values.c: Remove asms.
17179 (foo): Add foo_label.
17180 (bar): Add bar_label.
17181 * gdb.trace/entry-values.exp: Remove code computing foo's
17182 length and bar's length.
17183 (Dwarf::assemble): Invoke function_range for bar and use
17184 MACRO_AT_func for foo.
17185
17186 2014-11-22 Yao Qi <yao@codesourcery.com>
17187
17188 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17189 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17190 Use .Lgcc43_procstart instead of gcc43.
17191
17192 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17193
17194 * gdb.ada/n_arr_bound: New testcase.
17195
17196 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17197
17198 PR breakpoints/10737
17199 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17200 test_catch_syscall_multi_arch.
17201 (test_catch_syscall_multi_arch): New function.
17202
17203 2014-11-20 Doug Evans <xdje42@gmail.com>
17204
17205 * gdb.base/maint.exp: Update expected output.
17206
17207 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17208
17209 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17210 4-byte instruction on S390.
17211
17212 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17213
17214 * gdb.ada/arr_arr: New testcase.
17215
17216 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17217
17218 * gdb.ada/pkd_arr_elem: New Testcase.
17219
17220 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17221
17222 * gdb.reverse/break-precsave: Expect completion message for
17223 core file reads.
17224 * gdb.reverse/consecutive-precsave.exp: Likewise.
17225 * gdb.reverse/finish-precsave.exp: Likewise.
17226 * gdb.reverse/i386-precsave.exp: Likewise.
17227 * gdb.reverse/machinestate-precsave.exp: Likewise.
17228 * gdb.reverse/sigall-precsave.exp: Likewise.
17229 * gdb.reverse/solib-precsave.exp: Likewise.
17230 * gdb.reverse/step-precsave.exp: Likewise.
17231 * gdb.reverse/until-precsave.exp: Likewise.
17232 * gdb.reverse/watch-precsave.exp: Likewise.
17233
17234 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17235
17236 * gdb.base/bp-permanent.c: Include unistd.h.
17237 * gdb.python/py-framefilter-mi.c (main): Add return type.
17238 * gdb.python/py-framefilter.c (main): Likewise.
17239 * gdb.trace/actions-changed.c (main): Likewise.
17240
17241 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17242
17243 * gdb.mi/until.c: Add eye-catchers.
17244 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17245 line numbers.
17246
17247 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17248
17249 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17250 function header variants in break1.c.
17251 * gdb.base/ena-dis-br.exp: Likewise.
17252 * gdb.base/hbreak2.exp: Likewise.
17253 * gdb.reverse/until-precsave.exp: Drop references to removed
17254 non-prototype function header variants in ur1.c.
17255 * gdb.reverse/until-reverse.exp: Likewise.
17256
17257 2014-11-17 Petr Machata <pmachata@redhat.com>
17258
17259 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17260 ${_cu_offset_size} bytes abbrev offset.
17261
17262 2014-11-15 Doug Evans <xdje42@gmail.com>
17263
17264 PR symtab/17559
17265 * gdb.base/line-symtabs.exp: New file.
17266 * gdb.base/line-symtabs.c: New file.
17267 * gdb.base/line-symtabs.h: New file.
17268
17269 2014-11-14 Yao Qi <yao@codesourcery.com>
17270
17271 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17272 (func): Add label func_label.
17273 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17274 Replace low_pc and high_pc with MACRO_AT_range.
17275 Replace name, low_pc and high_pc with MACRO_AT_func.
17276
17277 2014-11-14 Yao Qi <yao@codesourcery.com>
17278
17279 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17280 Replace name, low_pc and high_pc with MACRO_AT_func.
17281
17282 2014-11-14 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17285 produce debug information.
17286 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17287
17288 2014-11-14 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17291 object and get function length.
17292 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17293 with MACRO_AT_func.
17294 (top-level): Replace gdb_compile and clean_restart with
17295 prepare_for_testing.
17296 * gdb.dwarf2/main.c (main): Add label main_label.
17297
17298 2014-11-14 Yao Qi <yao@codesourcery.com>
17299
17300 * lib/dwarf.exp (function_range): New procedure.
17301 (Dwarf::_handle_macro_at_func): New procedure.
17302 (Dwarf::_handle_macro_at_range): New procedure.
17303 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17304
17305 2014-11-14 Yao Qi <yao@codesourcery.com>
17306
17307 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17308 (_handle_attribute): New procedure.
17309
17310 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17311
17312 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17313 * gdb.base/call-sc.c (zed): Likewise.
17314 * gdb.base/checkpoint.c (main): Likewise.
17315 * gdb.base/dump.c (main): Likewise.
17316 * gdb.base/gcore.c (main): Likewise.
17317 * gdb.base/huge.c (main): Likewise.
17318 * gdb.base/multi-forks.c (main): Likewise.
17319 * gdb.base/pr10179-a.c (main): Likewise.
17320 * gdb.base/savedregs.c (main): Likewise.
17321 * gdb.base/sigaltstack.c (main): Likewise.
17322 * gdb.base/siginfo.c (main): Likewise.
17323 * gdb.base/structs.c (zed): Likewise.
17324 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17325 * gdb.mi/mi-syn-frame.c (main): Likewise.
17326 * gdb.mi/until.c (foo, main): Likewise.
17327 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17328 * gdb.base/solib-weak.c (foo): Declare.
17329 * gdb.base/attach-twice.c: Include stdio.h.
17330 * gdb.base/weaklib1.c: Likewise.
17331 * gdb.base/weaklib2.c: Likewise.
17332 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17333 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17334 unistd.h.
17335 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17336 * gdb.mi/mi-exit-code.c: Likewise.
17337 * gdb.base/break-interp-lib.c: Include string.h.
17338 * gdb.base/coremaker.c: Likewise.
17339 * gdb.base/testenv.c: Likewise.
17340 * gdb.python/py-finish-breakpoint.c: Likewise.
17341 * gdb.base/inferior-died.c: Include sys/wait.h.
17342 * gdb.base/fileio.c: Include time.h.
17343 * gdb.base/async-shell.c: Include unistd.h.
17344 * gdb.base/dprintf-non-stop.c: Likewise.
17345 * gdb.base/info-os.c: Likewise.
17346 * gdb.mi/mi-console.c: Likewise.
17347 * gdb.mi/watch-nonstop.c: Likewise.
17348 * gdb.python/py-events.c: Likewise.
17349 * gdb.base/async.c (baz): Move up before its invocation.
17350 * gdb.base/code_elim2.c (my_global_func): Likewise.
17351 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17352 * gdb.base/advance.c (func2): Likewise.
17353
17354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17355
17356 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17357 variant.
17358 * gdb.base/annota3.c: Likewise.
17359 * gdb.base/async.c: Likewise.
17360 * gdb.base/average.c: Likewise.
17361 * gdb.base/call-ar-st.c: Likewise.
17362 * gdb.base/call-rt-st.c: Likewise.
17363 * gdb.base/call-sc.c: Likewise.
17364 * gdb.base/call-strs.c: Likewise.
17365 * gdb.base/ending-run.c: Likewise.
17366 * gdb.base/execd-prog.c: Likewise.
17367 * gdb.base/exprs.c: Likewise.
17368 * gdb.base/foll-exec.c: Likewise.
17369 * gdb.base/foll-fork.c: Likewise.
17370 * gdb.base/foll-vfork.c: Likewise.
17371 * gdb.base/funcargs.c: Likewise.
17372 * gdb.base/gcore.c: Likewise.
17373 * gdb.base/jump.c: Likewise.
17374 * gdb.base/langs0.c: Likewise.
17375 * gdb.base/langs1.c: Likewise.
17376 * gdb.base/langs2.c: Likewise.
17377 * gdb.base/mips_pro.c: Likewise.
17378 * gdb.base/nodebug.c: Likewise.
17379 * gdb.base/opaque0.c: Likewise.
17380 * gdb.base/opaque1.c: Likewise.
17381 * gdb.base/recurse.c: Likewise.
17382 * gdb.base/run.c: Likewise.
17383 * gdb.base/scope0.c: Likewise.
17384 * gdb.base/scope1.c: Likewise.
17385 * gdb.base/setshow.c: Likewise.
17386 * gdb.base/setvar.c: Likewise.
17387 * gdb.base/shmain.c: Likewise.
17388 * gdb.base/shr1.c: Likewise.
17389 * gdb.base/shr2.c: Likewise.
17390 * gdb.base/sigall.c: Likewise.
17391 * gdb.base/signals.c: Likewise.
17392 * gdb.base/so-indr-cl.c: Likewise.
17393 * gdb.base/solib2.c: Likewise.
17394 * gdb.base/structs.c: Likewise.
17395 * gdb.base/sum.c: Likewise.
17396 * gdb.base/vforked-prog.c: Likewise.
17397 * gdb.base/watchpoint.c: Likewise.
17398 * gdb.reverse/shr2.c: Likewise.
17399 * gdb.reverse/until-reverse.c: Likewise.
17400 * gdb.reverse/ur1.c: Likewise.
17401 * gdb.reverse/watch-reverse.c: Likewise.
17402
17403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17404
17405 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17406 variant.
17407 * gdb.base/sepdebug.exp: Drop references to removed code.
17408
17409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17410
17411 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17412 variant. Preserve original line numbering.
17413 * gdb.base/list1.c: Likewise.
17414
17415 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17416
17417 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17418 variant.
17419 * gdb.base/break1.c: Likewise.
17420 * gdb.base/break.exp: Drop references to removed code.
17421
17422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17423
17424 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17425 variant.
17426
17427 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17428
17429 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17430
17431 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17432
17433 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17434 logic into perform_all_tests() and invoke it with and without
17435 function header prototypes.
17436 (do_function_calls): Remove conditional XFAIL for PR 5318.
17437 (rerun_and_prepare): Remove duplicate code.
17438 (perform_all_tests): New. Main logic moved here.
17439
17440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17441
17442 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17443 code guarded by #ifdef NO_PROTOTYPES.
17444 (t_double_many_args): Likewise.
17445 (DEF_FUNC_MANY_ARGS_1): Likewise.
17446 (DEF_FUNC_VALUES_1): Likewise.
17447 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17448 guarded by #ifdef PROTOTYPES.
17449
17450 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17451
17452 * gdb.mi/mi-console.c: Add eye-catcher.
17453 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17454 instead of literal line number.
17455
17456 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17457
17458 * gdb.base/shr2.c: Add eye-catcher.
17459 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17460 line number.
17461
17462 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17463
17464 * gdb.base/jump.c: Add eye-catchers.
17465 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17466 numbers.
17467
17468 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17469
17470 * gdb.base/execd-prog.c: Add eye-catchers.
17471 * gdb.base/foll-exec.c: Likewise.
17472 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17473 line numbers.
17474
17475 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17476
17477 * gdb.base/ending-run.c: Add eye-catchers.
17478 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17479 literal line numbers.
17480
17481 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17482
17483 * gdb.base/call-rt-st.c: Add eye-catchers.
17484 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17485 literal line numbers.
17486
17487 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17488
17489 * gdb.base/call-ar-st.c: Add eye-catchers.
17490 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17491 literal line numbers.
17492
17493 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17494
17495 * gdb.base/average.c: Add eye-catchers.
17496 * gdb.base/sum.c: Likewise.
17497 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17498 regexps dynamically.
17499
17500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17501
17502 * gdb.base/solib1.c: Add eye-catchers.
17503 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17504 literal line numbers.
17505
17506 2014-11-12 Pedro Alves <palves@redhat.com>
17507
17508 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17509 leader has exited.
17510
17511 2014-11-12 Pedro Alves <palves@redhat.com>
17512
17513 * gdb.arch/i386-bp_permanent.c: New file.
17514 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17515 (srcfile): Set to i386-bp_permanent.c.
17516 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17517 that stepi does not execute the 'leave' instruction, instead of
17518 testing it does execute.
17519 * gdb.base/bp-permanent.c: New file.
17520 * gdb.base/bp-permanent.exp: New file.
17521
17522 2014-11-10 Doug Evans <xdje42@gmail.com>
17523
17524 PR symtab/17564
17525 * gdb.base/symtab-search-order.exp: New file.
17526 * gdb.base/symtab-search-order.c: New file.
17527 * gdb.base/symtab-search-order-1.c: New file.
17528 * gdb.base/symtab-search-order-shlib-1.c: New file.
17529
17530 2014-11-07 Pedro Alves <palves@redhat.com>
17531
17532 PR gdb/17511
17533 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17534 i?86-*-linux*.
17535
17536 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17537
17538 PR c++/17494
17539 * gdb.cp/pr17494.cc: New file.
17540 * gdb.cp/pr17494.exp: New file.
17541
17542 2014-11-02 Yao Qi <yao@codesourcery.com>
17543
17544 * gdb.python/python.exp: Get working directory and match the
17545 output of "set extended-prompt \\w " with it.
17546
17547 2014-10-30 Doug Evans <dje@google.com>
17548
17549 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17550 in objfiles.
17551 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17552 in progspaces.
17553
17554 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17555
17556 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17557 * gdb.base/realname-expand.exp: Likewise.
17558 * gdb.linespec/macro-relative.exp: Likewise.
17559
17560 2014-10-29 Pedro Alves <palves@redhat.com>
17561
17562 PR gdb/17408
17563 * gdb.threads/schedlock.c (some_function): New function.
17564 (call_function): New global.
17565 (MAYBE_CALL_SOME_FUNCTION): New macro.
17566 (thread_function): Call it.
17567 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17568 and use it instead of a global counter. Adjust all callers.
17569 (get_current_thread): Use "find current thread" for test message
17570 here rather than having all callers pass down the same string.
17571 (goto_loop): New procedure, factored out from ...
17572 (my_continue): ... this.
17573 (step_ten_loops): Change parameter from test message to command to
17574 use. Adjust.
17575 (list_count): Delete global.
17576 (check_result): New procedure, factored out from duplicate top
17577 level code.
17578 (continue tests): Wrap in with_test_prefix.
17579 (test_step): New procedure, factored out from duplicate top level
17580 code.
17581 (top level): Test "step" in combination with all scheduler-locking
17582 modes. Test "next" in combination with all scheduler-locking
17583 modes, and in combination with stepping over a function call or
17584 not.
17585 * gdb.threads/next-bp-other-thread.c: New file.
17586 * gdb.threads/next-bp-other-thread.exp: New file.
17587
17588 2014-10-29 Pedro Alves <palves@redhat.com>
17589
17590 PR python/17372
17591 * gdb.python/python.exp: Test a multi-line command that spawns
17592 interactive Python.
17593 * gdb.base/multi-line-starts-subshell.exp: New file.
17594
17595 2014-10-29 Yao Qi <yao@codesourcery.com>
17596
17597 * gdb.base/fileio.exp: Make directories on host.
17598
17599 2014-10-29 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.base/fileio.c (test_write): Close the file.
17602
17603 2014-10-28 Pedro Alves <palves@redhat.com>
17604
17605 PR gdb/12623
17606 * gdb.base/sigstep.c (no_handler): New global.
17607 (main): If 'no_handler is true, set the signal handlers to
17608 SIG_IGN.
17609 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17610 with_sw_watch and no_handler parameters. Handle them.
17611 (top level) <stepping over handler when stopped at a breakpoint
17612 test>: Add a test axis for testing with a software watchpoint, and
17613 another for testing with the signal handler set to SIG_IGN.
17614 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17615 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17616
17617 2014-10-28 Pedro Alves <palves@redhat.com>
17618
17619 PR gdb/17511
17620 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17621 * gdb.base/sigstep.exp (other_handler_location): New global.
17622 (advance): Support stepping into the signal handler, and running
17623 commands while in the handler.
17624 (in_handler_map): New global.
17625 (top level): In the advance test, add combinations for getting
17626 into the handler with stepping commands, and for running commands
17627 in the handler. Add comment descripting the advancei tests.
17628
17629 2014-10-28 Pedro Alves <palves@redhat.com>
17630
17631 * gdb.base/sigstep.exp: Use build_executable instead of
17632 prepare_for_testing.
17633 (top level): Move code that starts GDB, runs to main and creates a
17634 display to ...
17635 (restart): ... this new procedure.
17636 (top level): Move backtrace from signal handler test to ...
17637 (validate_backtrace): ... this new procedure.
17638 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17639 with_test_prefix. Always restart GDB.
17640 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17641 with_test_prefix. Always restart GDB. No need to delete
17642 breakpoints after the test.
17643 (test_skip_handler): Remove prefix parameter.
17644 (skip_over_handler, breakpoint_to_handler)
17645 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17646 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17647 restart GDB. No need to delete breakpoints after the test.
17648 (top level): Use foreach to call the test procedures with
17649 different commands.
17650
17651 2014-10-28 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17654 instead of GNATS numbers.
17655 * gdb.base/sigbpt.exp: Likewise.
17656 * gdb.base/siginfo.exp: Likewise.
17657 * gdb.base/sigstep.exp: Likewise.
17658
17659 2014-10-27 Pedro Alves <palves@redhat.com>
17660
17661 * gdb.base/sigstep.c (dummy): New global.
17662 (main): Issue a couple writes to the new global.
17663 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17664 procedures.
17665 (skip_over_handler): Use test_skip_handler.
17666 (top level): Call skip_over_handler for stepi and nexti too.
17667 (breakpoint_over_handler): Use test_skip_handler.
17668 (top level): Call breakpoint_over_handler for stepi and nexti too.
17669
17670 2014-10-27 Yao Qi <yao@codesourcery.com>
17671
17672 * gdb.trace/tfile.c (adjust_function_address)
17673 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17674 function descriptor.
17675
17676 2014-10-24 Don Breazeal <donb@codesourcery.com>
17677
17678 * gdb.base/foll-fork.exp (test_follow_fork,
17679 catch_fork_child_follow): Check for updated fork messages emitted
17680 from infrun.c.
17681 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17682 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17683 vfork_and_exec_child_follow_through_step): Check for updated vfork
17684 messages emitted from infrun.c.
17685
17686 2014-10-24 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/corefile.exp: Remove references to ultrix.
17689 * gdb.base/interrupt.exp: Likewise.
17690 * gdb.base/whatis.exp: Likewise.
17691 * gdb.gdb/selftest.exp: Likewise.
17692 * gdb.threads/manythreads.exp: Likewise.
17693 * gdb.threads/print-threads.exp: Likewise.
17694 * gdb.threads/pthreads.exp:: Likewise.
17695 * gdb.threads/schedlock.exp: Likewise.
17696
17697 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17698
17699 * gdb.cp/non-trivial-retval.cc: Add a test case.
17700 * gdb.cp/non-trivial-retval.exp: Add a test.
17701
17702 2014-10-20 Yao Qi <yao@codesourcery.com>
17703
17704 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17705 * gdb.python/py-objfile-script-gdb.py: New file.
17706 * gdb.python/py-objfile-script.exp: Update reference to
17707 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17708 of remote_download. Remove the dest file.
17709
17710 2014-10-20 Yao Qi <yao@codesourcery.com>
17711
17712 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17713 * gdb.base/step-line.exp: Likewise.
17714 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17715 * gdb.dwarf2/dw2-basic.exp: Likewise.
17716 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17717 * gdb.dwarf2/dw2-filename.exp: Likewise.
17718 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17719 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17720 * gdb.dwarf2/dw2-producer.exp: Likewise.
17721 * gdb.dwarf2/mac-fileno.exp: Likewise.
17722 * gdb.python/py-frame-args.exp: Likewise.
17723 * gdb.python/py-framefilter.exp: Likewise.
17724 * gdb.python/py-mi.exp: Likewise.
17725 * gdb.python/py-objfile-script.exp: Likewise
17726 * gdb.python/py-pp-integral.exp: Likewise.
17727 * gdb.python/py-pp-re-notag.exp: Likewise.
17728 * gdb.python/py-prettyprint.exp: Likewise.
17729 * gdb.python/py-section-script.exp: Likewise.
17730 * gdb.python/py-typeprint.exp: Likewise.
17731 * gdb.python/py-xmethods.exp: Likewise.
17732 * gdb.stabs/weird.exp: Likewise.
17733 * gdb.xml/tdesc-regs.exp: Likewise.
17734
17735 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17736
17737 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17738 (out_cu): Use addr_len for the size of addresses.
17739 (out_line): Likewise. Size DW_LNE_set_address instruction
17740 according to addr_len.
17741 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17742 (FUNC): Add START_INSNS to definition.
17743
17744 2014-10-18 Yao Qi <yao@codesourcery.com>
17745
17746 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17747 gdb_has_argv0 return true.
17748 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17749 check [target_info exists noargs], check [gdb_has_argv0]
17750 instead.
17751 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17752 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17753 procedures.
17754
17755 2014-10-17 Doug Evans <dje@google.com>
17756
17757 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17758 event.
17759 * gdb.python/py-events.py: Add clear_objfiles event.
17760
17761 2014-10-17 Doug Evans <dje@google.com>
17762
17763 * gdb.python/py-objfile.exp: Test progspace attribute.
17764
17765 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17766
17767 * gdb.guile/scm-breakpoint.exp: Do not assume any
17768 directory separators when matching source file paths.
17769 * gdb.python/py-breakpoint.exp: Likewise.
17770 * gdb.reverse/break-precsave.exp: Likewise.
17771 * gdb.reverse/break-reverse.exp: Likewise.
17772 * gdb.reverse/consecutive-precsave.exp: Likewise.
17773 * gdb.reverse/finish-precsave.exp: Likewise.
17774 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17775 * gdb.reverse/finish-reverse.exp: Likewise.
17776 * gdb.reverse/i386-precsave.exp: Likewise.
17777 * gdb.reverse/i387-env-reverse.exp: Likewise.
17778 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17779 * gdb.reverse/machinestate-precsave.exp: Likewise.
17780 * gdb.reverse/machinestate.exp: Likewise.
17781 * gdb.reverse/sigall-precsave.exp: Likewise.
17782 * gdb.reverse/solib-precsave.exp: Likewise.
17783 * gdb.reverse/step-precsave.exp: Likewise.
17784 * gdb.reverse/until-precsave.exp: Likewise.
17785 * gdb.reverse/watch-precsave.exp: Likewise.
17786 * gdb.reverse/watch-reverse.exp: Likewise.
17787
17788 2014-10-17 Yao Qi <yao@codesourcery.com>
17789
17790 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17791 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17792
17793 2014-10-17 Pedro Alves <palves@redhat.com>
17794
17795 PR gdb/17471
17796 * gdb.base/bg-execution-repeat.c: New file.
17797 * gdb.base/bg-execution-repeat.exp: New file.
17798
17799 2014-10-17 Pedro Alves <palves@redhat.com>
17800
17801 PR gdb/17300
17802 * gdb.base/continue-all-already-running.c: New file.
17803 * gdb.base/continue-all-already-running.exp: New file.
17804
17805 2014-10-17 Pedro Alves <palves@redhat.com>
17806
17807 PR gdb/17472
17808 * gdb.base/annota-input-while-running.c: New file.
17809 * gdb.base/annota-input-while-running.exp: New file.
17810
17811 2014-10-17 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.base/callfuncs.exp: emove references to osf.
17814 * gdb.base/sigall.exp: Likewise.
17815 * gdb.gdb/selftest.exp: Likewise.
17816 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17817 * gdb.mi/non-stop.c: Likewise.
17818 * gdb.mi/pthreads.c: Likewise.
17819 * gdb.reverse/sigall-precsave.exp: Likewise.
17820 * gdb.reverse/sigall-reverse.exp: Likewise.
17821 * gdb.threads/pthreads.c: Likewise.
17822 * gdb.threads/pthreads.exp: Likewise.
17823
17824 2014-10-17 Yao Qi <yao@codesourcery.com>
17825
17826 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17827 check 'target_info exists noargs'.
17828 (test_command_prompt_position): Likewise.
17829 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17830 Remove "set args".
17831 (progvar_simple_while_test): Likewise.
17832 (progvar_complex_if_while_test): Likewise.
17833 (if_while_breakpoint_command_test): Likewise.
17834 (infrun_breakpoint_command_test): Likewise.
17835 (breakpoint_command_test): Likewise.
17836 (watchpoint_command_test): Likewise.
17837 (bp_deleted_in_command_test): Likewise.
17838 (temporary_breakpoint_commands): Likewise.
17839
17840 2014-10-16 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.base/remotetimeout.exp: Remove noargs checking.
17843
17844 2014-10-15 Pedro Alves <palves@redhat.com>
17845
17846 PR breakpoints/9649
17847 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17848 * gdb.base/breakpoint-in-ro-region.exp
17849 (probe_target_hardware_step): New procedure.
17850 (top level): Probe hardware stepping and hardware breakpoint
17851 support. Test stepping through a read-only region, with both
17852 "breakpoint auto-hw" on and off and both "always-inserted" on and
17853 off.
17854
17855 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17856
17857 * gdb.dlang/demangle.exp: Update for demangling changes.
17858
17859 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17860
17861 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17862 * gdb.cp/non-trivial-retval.exp: Add new tests.
17863
17864 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17865
17866 PR c++/13403
17867 PR c++/15154
17868 * gdb.cp/non-trivial-retval.cc: New file.
17869 * gdb.cp/non-trivial-retval.exp: New file.
17870
17871 2014-10-15 Yao Qi <yao@codesourcery.com>
17872
17873 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17874 remote host.
17875
17876 2014-10-15 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.python/py-symbol.exp: Match file base name if host is
17879 remote, otherwise match file name with dir name.
17880 * gdb.python/py-symtab.exp: Likewise.
17881 * gdb.python/python.exp: Likewise.
17882
17883 2014-10-15 Yao Qi <yao@codesourcery.com>
17884
17885 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17886 pattern.
17887 * gdb.python/py-symtab.exp: Likewise.
17888 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17889 locationn.
17890
17891 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17892
17893 * gdb.ada/addr_arith: New testcase.
17894
17895 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17896
17897 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17898 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17899 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17900 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17901
17902 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17903
17904 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17905 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17906 * gdb.arch/stap-eval-lang-ada.exp: New file.
17907
17908 2014-10-14 Yao Qi <yao@codesourcery.com>
17909
17910 * gdb.mi/mi-var-child.c (nothing1): New function.
17911 (nothing2): New function.
17912 (do_children_tests): Set function pointers by nothing1 and
17913 nothing2.
17914 * gdb.mi/mi-var-child.exp: Step over new added statements.
17915 Update test to match the new output.
17916 * gdb.mi/var-cmd.c (nothing1): New function.
17917 (nothing2): New function.
17918 (do_children_tests): Set function pointers by nothing1 and
17919 nothing2.
17920 * gdb.mi/mi-var-display.exp: Update test to match output.
17921 Step to the line specified by $line_dct_nothing.
17922 Increase the number of lines to step.
17923
17924 2014-10-14 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17927 tests.
17928 * gdb.mi/mi2-var-child.exp: Likewise.
17929
17930 2014-10-13 Doug Evans <dje@google.com>
17931
17932 * gdb.python/py-objfile.exp: Change name of file name test.
17933
17934 2014-10-13 Doug Evans <dje@google.com>
17935
17936 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17937 from the start of the CU.
17938
17939 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17940 Yao Qi <yao@codesourcery.com>
17941
17942 Fix "save breakpoints" for "catch" command.
17943 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17944 Remove -nonewline. Match also the added "main" line.
17945
17946 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17947
17948 Fix "save breakpoints" for "disable $bpnum" command.
17949 * gdb.base/save-bp.c (main): Add label.
17950 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17951
17952 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17953
17954 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17955
17956 2014-10-11 Yao Qi <yao@codesourcery.com>
17957
17958 * gdb.server/server-kill.exp: Execute command
17959 "set remote trace-status-packet on" before "tstatus".
17960
17961 2014-10-11 Yao Qi <yao@codesourcery.com>
17962
17963 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17964 (main): Call getppid.
17965 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17966 and continue to it. Read variable "server_pid".
17967
17968 2014-10-11 Yao Qi <yao@codesourcery.com>
17969
17970 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17971
17972 2014-10-11 Yao Qi <yao@codesourcery.com>
17973
17974 * gdb.threads/thread-find.exp: Don't execute command
17975 "info threads".
17976 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17977 * gdb.threads/linux-dp.exp: Don't check the condition
17978 $threads_created equals to zero.
17979
17980 2014-10-10 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.base/bigcore.exp: Remove references to IRIX.
17983 * gdb.base/funcargs.exp: Likewise.
17984 * gdb.base/interrupt.exp: Likewise.
17985 * gdb.base/mips_pro.exp: Likewise.
17986 * gdb.base/nodebug.exp: Likewise.
17987 * gdb.base/setvar.exp: Likewise.
17988 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17989
17990 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17991 Pedro Alves <palves@redhat.com>
17992
17993 PR symtab/14466
17994 * gdb.base/vdso-warning.c: New file.
17995 * gdb.base/vdso-warning.exp: New file.
17996
17997 2014-10-02 Doug Evans <dje@google.com>
17998
17999 * gdb.base/structs.c (main): Don't run forever.
18000
18001 2014-10-02 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18004 (top level) <stop threads 1, stop threads 2>: Use it.
18005
18006 2014-10-02 Pedro Alves <palves@redhat.com>
18007
18008 * gdb.threads/break-while-running.exp (test): Add new
18009 'update_thread_list' argument. Skip "info threads" if false.
18010 (top level): Add new 'update_thread_list' axis.
18011
18012 2014-10-02 Pedro Alves <palves@redhat.com>
18013
18014 PR breakpoints/17431
18015 * gdb.base/execl-update-breakpoints.c: New file.
18016 * gdb.base/execl-update-breakpoints.exp: New file.
18017
18018 2014-10-01 Pedro Alves <palves@redhat.com>
18019
18020 * gdb.base/breakpoint-in-ro-region.c: New file.
18021 * gdb.base/breakpoint-in-ro-region.exp: New file.
18022
18023 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18024
18025 * gdb.mi/mi-exit-code.exp: New file.
18026 * gdb.mi/mi-exit-code.c: New file.
18027
18028 2014-09-30 Yao Qi <yao@codesourcery.com>
18029
18030 * lib/prelink-support.exp (build_executable_own_libs): Error if
18031 the target isn't native.
18032
18033 2014-09-30 Yao Qi <yao@codesourcery.com>
18034
18035 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18036 false.
18037
18038 2014-09-22 Pedro Alves <palves@redhat.com>
18039
18040 * gdb.threads/break-while-running.exp: New file.
18041 * gdb.threads/break-while-running.c: New file.
18042
18043 2014-09-19 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18046 Invoke test. Restart GDB with --readnow and invoke test again.
18047
18048 2014-09-19 Yao Qi <yao@codesourcery.com>
18049
18050 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18051 proc set_breakpoint_on_gcd_function. Invoke
18052 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18053 invoke set_breakpoint_on_gcd_function again.
18054
18055 2014-09-18 Doug Evans <dje@google.com>
18056
18057 * gdb.dwarf2/symtab-producer.exp: New file.
18058
18059 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18060
18061 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18062 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18063 * gdb.base/global-var-nested-by-dso.c: Likewise.
18064 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18065
18066 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18067 Pedro Alves <palves@redhat.com>
18068
18069 * gdb.base/watch-bitfields.exp: Pass string other than test file
18070 name to prepare_for_testing.
18071 (watch): New procedure.
18072 (expect_watchpoint): Use with_test_prefix.
18073 (top level): Factor out tests to ...
18074 (test_watch_location, test_regular_watch): ... these new
18075 procedures, and use with_test_prefix and gdb_continue_to_end.
18076
18077 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18078
18079 PR breakpoints/12526
18080 * gdb.base/watch-bitfields.exp: New file.
18081 * gdb.base/watch-bitfields.c: New file.
18082
18083 2014-09-16 Pedro Alves <palves@redhat.com>
18084
18085 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18086 software and hardware addresses, not software address against
18087 itself.
18088
18089 2014-09-16 Pedro Alves <palves@redhat.com>
18090
18091 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18092 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18093
18094 2014-09-16 Pedro Alves <palves@redhat.com>
18095
18096 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18097 files.
18098 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18099 "*-*-vxworks*" throughout.
18100 * gdb.base/break.exp: Likewise.
18101 * gdb.base/default.exp: Likewise.
18102 * gdb.base/scope.exp: Likewise.
18103 * gdb.base/sepdebug.exp: Likewise.
18104 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18105 throughout.
18106 * gdb.base/run.c: Likewise.
18107 * gdb.base/sepdebug.c: Likewise.
18108 * gdb.hp/gdb.aCC/run.c: Likewise.
18109 * gdb.reverse/until-reverse.c: Likewise.
18110 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18111
18112 2014-09-16 Yao Qi <yao@codesourcery.com>
18113
18114 * boards/local-remote-host-native.exp: New file.
18115
18116 2014-09-14 Doug Evans <xdje42@gmail.com>
18117
18118 * gdb.threads/queue-signal.c (thread_count): New variable.
18119 (thread_count_mutex, thread_count_condvar): New variables.
18120 (incr_thread_count, wait_all_threads_running): New functions.
18121 (main): Wait for all threads to be in their thread functions.
18122
18123 2014-09-13 Doug Evans <xdje42@gmail.com>
18124
18125 * gdb.threads/queue-signal.c: New file.
18126 * gdb.threads/queue-signal.exp: New file.
18127
18128 2014-09-13 Doug Evans <xdje42@gmail.com>
18129
18130 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18131 be consistent with what default_gdb_init uses.
18132 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18133 the plain text of the prompt. Add some logging printfs.
18134 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18135
18136 2014-09-12 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18139 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18140 * gdb.arch/i386-size-overlap.exp: Likewise.
18141 * gdb.arch/i386-size.exp: Likewise.
18142 * gdb.arch/i386-unwind.exp: Likewise.
18143 * gdb.base/a2-run.exp: Likewise.
18144 * gdb.base/break.exp: Likewise.
18145 * gdb.base/charset.exp: Likewise.
18146 * gdb.base/chng-syms.exp: Likewise.
18147 * gdb.base/commands.exp: Likewise.
18148 * gdb.base/dbx.exp: Likewise.
18149 * gdb.base/find.exp: Likewise.
18150 * gdb.base/funcargs.exp: Likewise.
18151 * gdb.base/jit-simple.exp: Likewise.
18152 * gdb.base/reread.exp: Likewise.
18153 * gdb.base/sepdebug.exp: Likewise.
18154 * gdb.base/step-bt.exp: Likewise.
18155 * gdb.cp/mb-inline.exp: Likewise.
18156 * gdb.cp/mb-templates.exp: Likewise.
18157 * gdb.objc/basicclass.exp: Likewise.
18158 * gdb.threads/killed.exp: Likewise.
18159
18160 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18161
18162 PR tdep/17379
18163 * gdb.arch/powerpc-stackless.S: New file.
18164 * gdb.arch/powerpc-stackless.exp: New file.
18165
18166 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18167
18168 * gdb.base/attach.c: Include unistd.h.
18169 (main): Call alarm. Add label postloop.
18170 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18171 gdb_breakpoint, gdb_continue_to_breakpoint.
18172 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18173
18174 2014-09-11 Pedro Alves <palves@redhat.com>
18175
18176 PR gdb/17347
18177 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18178 * gdb.base/attach.exp (test_command_line_attach_run): New
18179 procedure.
18180 (top level): Call it.
18181
18182 2014-09-11 Pedro Alves <palves@redhat.com>
18183
18184 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18185 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18186 (do_command_attach_tests): Use spawn_wait_for_attach.
18187 * gdb.base/solib-overlap.exp: Likewise.
18188 * gdb.multi/multi-attach.exp: Likewise.
18189 * gdb.python/py-prompt.exp: Likewise.
18190 * gdb.python/py-sync-interp.exp: Likewise.
18191 * gdb.server/ext-attach.exp: Likewise.
18192
18193 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18194
18195 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18196 command in testcase. Simplify testcase.
18197
18198 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18199
18200 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18201
18202 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18203
18204 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18205
18206 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18207
18208 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18209
18210 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18211
18212 * gdb.dwarf2/dynarr-ptr.c: New file.
18213 * gdb.dwarf2/dynarr-ptr.exp: New file.
18214
18215 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18216
18217 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18218 of 30 rather than hardcoding 120 for a slow test case. Take the
18219 `gdb,timeout' target setting into account for this calculation.
18220 Don't extend the timeout for the test cases that don't need it.
18221
18222 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18223
18224 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18225 a factor of 2 for a slow test case. Take the `gdb,timeout'
18226 target setting into account for this calculation.
18227 * gdb.reverse/until-precsave.exp: Increase the timeout by
18228 a factor of 15 and 3 respectively rather than adding 120
18229 for a pair of slow test cases. Take the `gdb,timeout'
18230 target setting into account for this calculation.
18231
18232 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18233
18234 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18235 timeout, don't pass one down to gdb_expect.
18236 (gdb_expect): Rework timeout selection.
18237
18238 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18239
18240 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18241 exception on timeout.
18242 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18243 (gdbserver_start_extended): Catch any `gdbserver_start' error
18244 exceptions.
18245 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18246 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18247 `gdbserver_gdb_load' error exceptions.
18248
18249 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18250
18251 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18252 120 on waiting for the TCP socket to open.
18253
18254 2014-09-09 Doug Evans <xdje42@gmail.com>
18255
18256 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18257 _caller_matches, _any_caller_is, _any_caller_matches.
18258
18259 2014-09-09 Doug Evans <xdje42@gmail.com>
18260
18261 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18262
18263 2014-09-09 Yao Qi <yao@codesourcery.com>
18264
18265 * gdb.mi/mi-var-display.exp: Set print symbol off.
18266
18267 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18268
18269 PR gdb/17035
18270 * gdb.base/commands.exp: Add tests to verify user-defined
18271 commands with empty bodies.
18272 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18273 python commands in `show user command`.
18274 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18275 scheme commands in `show user command`.
18276
18277 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18278
18279 PR python/17355
18280 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18281 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18282 * gdb.python/py-framefilter-invalidarg.exp: New file.
18283 * gdb.python/py-framefilter-invalidarg.py: New file.
18284
18285 2014-09-06 Doug Evans <xdje42@gmail.com>
18286
18287 PR 15276
18288 * gdb.python/py-caller-is.c: New file.
18289 * gdb.python/py-caller-is.exp: New file.
18290
18291 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18292
18293 PR gdb/17235
18294 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18295 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18296
18297 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18298
18299 PR fortran/17237
18300 * gdb.fortran/print-formatted.exp: New file.
18301 * gdb.fortran/print-formatted.f90: Likewise.
18302
18303 2014-09-03 Sasha Smundak <asmundak@google.com>
18304
18305 * gdb.python/py-frame.exp: Test Frame.read_register.
18306
18307 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18308
18309 PR python/16699
18310 * gdb.python/py-completion.exp: New file.
18311 * gdb.python/py-completion.py: Likewise.
18312
18313 2014-08-28 Doug Evans <dje@google.com>
18314
18315 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18316 eax,etc. are live with values set by gdb and thus the compiler can't
18317 use them.
18318 * gdb.arch/i386-pseudo.c (main): Ditto.
18319
18320 2014-08-27 Doug Evans <dje@google.com>
18321
18322 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18323
18324 2014-08-25 Doug Evans <dje@google.com>
18325
18326 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18327 (main): Ditto.
18328
18329 2014-08-25 Doug Evans <dje@google.com>
18330
18331 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18332
18333 2014-08-24 Yao Qi <yao@codesourcery.com>
18334
18335 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18336 symbol off.
18337 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18338
18339 2014-08-22 Doug Evans <dje@google.com>
18340
18341 PR 17276
18342 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18343 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18344 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18345
18346 2014-08-22 Yao Qi <yao@codesourcery.com>
18347
18348 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18349 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18350 * gdb.python/python.exp: Likewise. Use .py file on the host
18351 instead of the build.
18352
18353 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18354
18355 * gdb.threads/gcore-stale-thread.c: New file.
18356 * gdb.threads/gcore-stale-thread.exp: New file.
18357
18358 2014-08-21 Pedro Alves <palves@redhat.com>
18359
18360 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18361 * gdb.base/gcore-relro-pie.exp: Likewise.
18362 * gdb.base/gcore-relro.exp: Likewise.
18363 * gdb.base/gcore.exp: Likewise.
18364 * gdb.base/print-symbol-loading.exp: Likewise.
18365 * gdb.threads/gcore-thread.exp: Likewise.
18366 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18367
18368 2014-08-20 Pedro Alves <palves@redhat.com>
18369 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18372 configure.
18373 (EXPECT): Handle READ1 being set.
18374 (all): Depend on EXTRA_RULES.
18375 (check-read1, expect-read1, read1.so, read1): New rules.
18376 * README (Testsuite Parameters): Document the READ1 make variable.
18377 (Race detection): New section.
18378 * configure: Regenerate.
18379 * configure.ac: If build==host==target, and running under a
18380 GNU/glibc system, add read1 to the extra Makefile rules.
18381 (EXTRA_RULES): AC_SUBST it.
18382 * lib/read1.c: New file.
18383
18384 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18385
18386 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18387 the handling of variables declared as a typedef to an array
18388 which a DW_AT_data_location attribute.
18389
18390 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18391 Pedro Alves <palves@redhat.com>
18392
18393 PR symtab/14604
18394 PR symtab/14605
18395 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18396 gdb_test.
18397
18398 2014-08-19 Pedro Alves <palves@redhat.com>
18399
18400 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18401
18402 2014-08-19 Yao Qi <yao@codesourcery.com>
18403
18404 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18405 right line.
18406
18407 2014-08-18 David Blaikie <dblaikie@gmail.com>
18408
18409 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18410
18411 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18412
18413 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18414 attribute in array range.
18415
18416 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18417
18418 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18419
18420 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18421
18422 PR c++/17132
18423 * gdb.cp/pr17132.cc: New file.
18424 * gdb.cp/pr17132.exp: New file.
18425
18426 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18427
18428 * gdb.python/py-xmethods.py (A_getarrayind)
18429 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18430 Use 'print' with function call syntax.
18431 (E_method_matcher.match): Fix tab vs space indentation mixup.
18432
18433 2014-08-15 Yao Qi <yao@codesourcery.com>
18434
18435 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18436 false.
18437
18438 2014-08-15 Yao Qi <yao@codesourcery.com>
18439
18440 * gdb.cp/casts.exp: Set print symbol off.
18441 * gdb.cp/class2.exp: Likewise.
18442 * gdb.cp/overload.exp: Likewise.
18443 * gdb.cp/templates.exp: Likewise.
18444
18445 2014-08-11 Doug Evans <dje@google.com>
18446
18447 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18448 (test_load_shlib): Update.
18449
18450 2014-08-09 Yao Qi <yao@codesourcery.com>
18451
18452 * gdb.base/display.exp: Invoke is_address_zero_readable.
18453 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18454 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18455 * gdb.base/hbreak-unmapped.exp: Return if
18456 is_address_zero_readable returns true.
18457 * gdb.base/signest.exp: Likewise.
18458 * gdb.base/signull.exp: Likewise.
18459 * gdb.base/sigbpt.exp: Likewise.
18460 * gdb.guile/scm-disasm.exp: Do the test if
18461 is_address_zero_readable returns false.
18462 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18463 * gdb.python/py-arch.exp: Likewise.
18464 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18465 * lib/gdb.exp (is_address_zero_readable): New proc.
18466
18467 2014-08-09 Yao Qi <yao@codesourcery.com>
18468
18469 PR testsuite/13443
18470 * gdb.mi/mi-var-display.exp: Make test messages unique.
18471
18472 2014-08-04 Tom Tromey <tromey@redhat.com>
18473
18474 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18475 target 0".
18476
18477 2014-08-04 Tom Tromey <tromey@redhat.com>
18478
18479 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18480 "target_resume".
18481
18482 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18483
18484 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18485 inner_vla_struct_object_size.
18486 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18487 as xfail.
18488
18489 2014-07-30 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18492 comment.
18493
18494 2014-07-29 Yao Qi <yao@codesourcery.com>
18495
18496 PR gdb/17206
18497 * gdb.base/until-nodebug.exp: New.
18498
18499 2014-07-28 Doug Evans <xdje42@gmail.com>
18500
18501 PR guile/17203
18502 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18503 previously existing parameter, and previously ambiguously spelled
18504 parameter.
18505
18506 2014-07-28 Will Newton <will.newton@linaro.org>
18507
18508 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18509
18510 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18511 Doug Evans <xdje42@gmail.com>
18512
18513 PR guile/17146
18514 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18515
18516 2014-07-25 Pedro Alves <palves@redhat.com>
18517
18518 * gdb.threads/signal-command-handle-nopass.c: New file.
18519 * gdb.threads/signal-command-handle-nopass.exp: New file.
18520 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18521 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18522 * gdb.threads/signal-delivered-right-thread.c: New file.
18523 * gdb.threads/signal-delivered-right-thread.exp: New file.
18524
18525 2014-07-25 Pedro Alves <palves@redhat.com>
18526
18527 * gdb.base/double-prompt-target-event-error.exp
18528 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18529 match.
18530 (cancel_pagination_in_target_event): Rework double prompt
18531 detection.
18532 * gdb.base/paginate-after-ctrl-c-running.exp
18533 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18534 <return>' match.
18535 * gdb.base/paginate-bg-execution.exp
18536 (test_bg_execution_pagination_return)
18537 (test_bg_execution_pagination_cancel): Remove '-notransfer
18538 <return>' matches.
18539 * gdb.base/paginate-execution-startup.exp
18540 (test_fg_execution_pagination_return)
18541 (test_fg_execution_pagination_cancel): Remove '-notransfer
18542 <return>' matches.
18543 * gdb.base/paginate-inferior-exit.exp
18544 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18545 match.
18546 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18547 * lib/gdb.exp (pagination_prompt): Run text through
18548 string_to_regexp.
18549 (gdb_test_multiple): Match $pagination_prompt instead of
18550 "<return>".
18551 (string_to_regexp): Move to lib/gdb-utils.exp.
18552
18553 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18554
18555 * gdb.arch/amd64-entry-value-paramref.S: New file.
18556 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18557 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18558 * gdb.arch/amd64-optimout-repeat.S: New file.
18559 * gdb.arch/amd64-optimout-repeat.c: New file.
18560 * gdb.arch/amd64-optimout-repeat.exp: New file.
18561
18562 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18563
18564 PR gdb/17170
18565 * gdb.base/statistics.exp: New file.
18566
18567 2014-07-17 Doug Evans <dje@google.com>
18568
18569 PR gdb/17170
18570 * gdb.base/maint.exp: Update testing of per-command stats.
18571
18572 2014-07-16 Pedro Alves <palves@redhat.com>
18573
18574 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18575 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18576 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18577 (tfile_write_buf): New functions.
18578 (add_memory_block): Rewrite using the above.
18579 (adjust_function_address): New function.
18580 (FUNCTION_ADDRESS): New macro.
18581 (write_basic_trace_file): Remove short_x local, and use
18582 tfile_write_16. Change type of func_addr local to unsigned long
18583 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18584 here. Cast argument of add_memory_block to char pointer.
18585 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18586 (main): Remove parameters.
18587 * gdb.trace/tfile.exp: Remove nowarnings.
18588
18589 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18590
18591 * gdb.base/debug-expr.exp: Test string evaluation with
18592 "debug expression" on.
18593
18594 2014-07-15 Pedro Alves <palves@redhat.com>
18595
18596 * gdb.base/reread.exp: Use clean_restart.
18597
18598 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18599
18600 * gdb.arch/avr-flash-qualifer.c: New.
18601 * gdb.arch/avr-flash-qualifer.exp: New.
18602
18603 2014-07-14 Pedro Alves <palves@redhat.com>
18604
18605 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18606 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18607
18608 2014-07-14 Pedro Alves <palves@redhat.com>
18609
18610 * gdb.base/double-prompt-target-event-error.c: New file.
18611 * gdb.base/double-prompt-target-event-error.exp: New file.
18612
18613 2014-07-14 Pedro Alves <palves@redhat.com>
18614
18615 PR gdb/17072
18616 * gdb.base/paginate-inferior-exit.c: New file.
18617 * gdb.base/paginate-inferior-exit.exp: New file.
18618
18619 2014-07-14 Pedro Alves <palves@redhat.com>
18620
18621 PR gdb/17072
18622 * gdb.base/paginate-bg-execution.c: New file.
18623 * gdb.base/paginate-bg-execution.exp: New file.
18624
18625 2014-07-14 Pedro Alves <palves@redhat.com>
18626
18627 PR gdb/17072
18628 * gdb.base/paginate-execution-startup.c: New file.
18629 * gdb.base/paginate-execution-startup.exp: New file.
18630 * lib/gdb.exp (pagination_prompt): New global.
18631 (default_gdb_spawn): New procedure, factored out from
18632 default_gdb_spawn.
18633 (default_gdb_start): Adjust to call default_gdb_spawn.
18634 (gdb_spawn): New procedure.
18635
18636 2014-07-14 Pedro Alves <palves@redhat.com>
18637
18638 * lib/gdb.exp (gdb_assert): New procedure.
18639 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18640
18641 2014-07-14 Pedro Alves <palves@redhat.com>
18642
18643 * gdb.base/execution-termios.c: New file.
18644 * gdb.base/execution-termios.exp: New file.
18645
18646 2014-07-14 Tom Tromey <tromey@redhat.com>
18647
18648 * gdb.cp/vla-cxx.cc: New file.
18649 * gdb.cp/vla-cxx.exp: New file.
18650
18651 2014-07-14 Tom Tromey <tromey@redhat.com>
18652
18653 * gdb.reverse/rerun-prec.c: New file.
18654 * gdb.reverse/rerun-prec.exp: New file.
18655
18656 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18657 Maciej W. Rozycki <macro@codesourcery.com>
18658
18659 * lib/gdb-utils.exp: New file.
18660 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18661 inline `gdb_init_command' processing.
18662 (gdb_start_cmd): Likewise.
18663 * lib/mi-support.exp (mi_run_cmd): Likewise.
18664 * README: Document `gdb_init_command' and `gdb_init_commands'.
18665
18666 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18667
18668 Fix false FAIL running under a very long directory name.
18669 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18670 and "set print elements 10000". Twice.
18671
18672 2014-07-11 Yao Qi <yao@codesourcery.com>
18673
18674 * gdb.base/exprs.exp: "set print symbol off".
18675
18676 2014-07-11 Pedro Alves <palves@redhat.com>
18677
18678 * gdb.threads/kill.c: New file.
18679 * gdb.threads/kill.exp: New file.
18680
18681 2014-07-10 Yao Qi <yao@codesourcery.com>
18682
18683 * gdb.trace/tfile.c (write_basic_trace_file)
18684 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18685 address written to trace file.
18686
18687 2014-07-09 Pedro Alves <palves@redhat.com>
18688
18689 * gdb.base/attach-wait-input.exp: New file.
18690 * gdb.base/attach-wait-input.c: New file.
18691
18692 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18693
18694 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18695 setting up test structures.
18696 (main): Call new test function.
18697 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18698 test function, continue into test function and walk test
18699 structures.
18700
18701 2014-07-02 Yao Qi <yao@codesourcery.com>
18702
18703 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18704 'bar_start' at the beginning of functions 'foo' and 'bar'
18705 respectively.
18706 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18707 instead of 'foo' and 'bar'.
18708
18709 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18710
18711 * gdb.btrace/segv.exp: New.
18712 * gdb.btrace/segv.c: New.
18713
18714 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18715
18716 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18717 instruction.
18718
18719 2014-06-30 Mark Wielaard <mjw@redhat.com>
18720
18721 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18722 vulture, vilify, villar): New volatile array constants.
18723 (vindictive, vegetation): New const volatile array constants.
18724 * gdb.base/volatile.exp: Test volatile and const volatile array
18725 types.
18726
18727 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18728
18729 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18730 target lacks support for awatch, rwatch, or hbreak.
18731
18732 2014-06-27 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.multi/dummy-frame-restore.exp: New.
18735 * gdb.multi/dummy-frame-restore.c: New.
18736
18737 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18738
18739 * gdb.btrace/gcore.exp: New.
18740
18741 2014-06-23 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.base/watchpoint-reuse-slot.c: New file.
18744 * gdb.base/watchpoint-reuse-slot.exp: New file.
18745
18746 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18747
18748 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18749 progspace's filename in 'info', 'enable' and 'disable' command
18750 tests.
18751
18752 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18753
18754 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18755 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18756 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18757
18758 2014-06-20 Gary Benson <gbenson@redhat.com>
18759
18760 * gdb.arch/i386-avx.exp: Fix include file location.
18761 * gdb.arch/i386-sse.exp: Likewise.
18762
18763 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18764
18765 * gdb.dlang/expression.exp: New file.
18766
18767 2014-06-19 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18770 out from ...
18771 (top level): ... here. Iterate running tests under different
18772 scheduler-locking settings.
18773
18774 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18775
18776 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18777 to DW_FORM_addr and use non-zero addresses.
18778
18779 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18780
18781 PR gdb/17017
18782 * gdb.python/py-xmethods.cc: Add global function call counters and
18783 increment them in their respective functions. Remove "cout"
18784 statements.
18785 * gdb.python/py-xmethods.exp: Make tests check the global function
18786 call counters instead of depending on inferior IO.
18787
18788 2014-06-18 Don Breazeal <donb@codesourcery.com>
18789
18790 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18791 Deleted procedure.
18792 (explicit_fork_parent_follow): Deleted procedure.
18793 (explicit_fork_child_follow): Deleted procedure.
18794 (test_follow_fork): New procedure.
18795 (do_fork_tests): Replace calls to deleted procedures with
18796 calls to test_follow_fork and reset GDB for subsequent
18797 procedure calls.
18798
18799 2014-06-17 Yao Qi <yao@codesourcery.com>
18800
18801 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18802 CP1252.
18803
18804 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18805
18806 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18807 Initialize ptr and S explicitly.
18808 (skip_type_update_when_not_use_rtti_test): Likewise.
18809
18810 2014-06-16 Keith Seitz <keiths@redhat.com>
18811
18812 PR mi/15863
18813 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18814 the inferior is started.
18815
18816 2014-06-16 Pedro Alves <palves@redhat.com>
18817
18818 * gdb.base/break-main-file-remove-fail.c: New file.
18819 * gdb.base/break-main-file-remove-fail.exp: New file.
18820 * gdb.base/break-unload-file.exp: Use build_executable instead of
18821 prepare_for_testing.
18822 (test_break): New parameter "initial_load". Handle it.
18823 (top level): Add initial_load cmdline/file axis.
18824
18825 2014-06-12 Tom Tromey <tromey@redhat.com>
18826
18827 * gdb.base/completion.exp: Don't use directory name in test.
18828
18829 2014-06-09 Gary Benson <gbenson@redhat.com>
18830
18831 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18832 separate the always-available ANSI-standard signals from the
18833 signals that require checking.
18834 (main): Likewise.
18835 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18836 Likewise.
18837 (main): Likewise.
18838
18839 2014-06-07 Keith Seitz <keiths@redhat.com>
18840
18841 Revert:
18842 PR c++/16253
18843 * gdb.cp/var-tag.cc: New file.
18844 * gdb.cp/var-tag.exp: New file.
18845 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18846 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18847 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18848 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18849
18850 2014-06-06 Doug Evans <xdje42@gmail.com>
18851
18852 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18853
18854 2014-06-06 Pedro Alves <palves@redhat.com>
18855
18856 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18857 in target debug output instead of looking at RSP packets,
18858 disabling the test on any target that uses hardware stepping.
18859 Update comments.
18860
18861 2014-06-06 Pedro Alves <palves@redhat.com>
18862
18863 * gdb.base/break-unload-file.exp: Fix typo.
18864
18865 2014-06-06 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18868 from "jit_function" to "^jit_function".
18869
18870 2014-06-06 Yao Qi <yao@codesourcery.com>
18871
18872 * gdb.base/async.c (foo): Add one statement.
18873 * gdb.base/async.exp: Get the next instruction address and
18874 match the output of "nexti" by instruction address. Match
18875 the hex address in the output of "finish".
18876
18877 2014-06-06 Gary Benson <gbenson@redhat.com>
18878
18879 * gdb.base/call-signals.c: Remove preprocessor conditionals
18880 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18881 SIGSEGV and SIGTERM.
18882 * gdb.base/sigall.c: Likewise.
18883 * gdb.base/unwindonsignal.c: Likewise.
18884 * gdb.reverse/sigall-reverse.c: Likewise.
18885
18886 2014-06-06 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18889 readable, skip the test.
18890
18891 2014-06-06 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.threads/staticthreads.c (thread_function): Move the line
18894 setting breakpoint on forward.
18895 * gdb.threads/staticthreads.exp: Update comments.
18896
18897 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18898
18899 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18900 "history-append! type error".
18901
18902 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18903
18904 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18905 erroneous dprintf expected input.
18906
18907 2014-06-04 Doug Evans <xdje42@gmail.com>
18908
18909 * gdb.guile/scm-generics.exp: Delete.
18910
18911 2014-06-04 Doug Evans <xdje42@gmail.com>
18912
18913 * gdb.guile/scm-breakpoint.exp: Update.
18914 Add tests for breakpoint registration.
18915
18916 2014-06-04 Tom Tromey <tromey@redhat.com>
18917
18918 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18919 VLA-in-union.
18920 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18921 inner_vla_struct, vla_union types. Initialize objects of those
18922 types and compute their sizes.
18923
18924 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18925 Hui Zhu <hui@codesourcery.com>
18926
18927 * gdb.base/fileio.exp: Add test for shell not available as well as
18928 available.
18929 * gdb.base/fileio.c (test_system): Check for shell twice.
18930
18931 2014-06-04 Yao Qi <yao@codesourcery.com>
18932
18933 * gdb.base/auto-connect-native-target.exp: Remove redundant
18934 space from the regexp pattern.
18935
18936 2014-06-04 Yao Qi <yao@codesourcery.com>
18937
18938 * gdb.base/default.exp: Replace "child" with "native" in
18939 regexp pattern.
18940
18941 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18942
18943 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18944 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18945 * gdb.python/py-xmethods.py: Python script supporting the
18946 new testcase and tests.
18947
18948 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18949 Pedro Alves <palves@redhat.com>
18950
18951 PR breakpoints/17000
18952 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18953 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18954
18955 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18956
18957 * gdb.base/subst.exp: Add tests to verify partial path matching
18958 output.
18959
18960 2014-06-03 Pedro Alves <palves@redhat.com>
18961
18962 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18963 target that doesn't use software single-stepping.
18964
18965 2014-06-03 Pedro Alves <palves@redhat.com>
18966
18967 PR breakpoints/17000
18968 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18969 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18970
18971 2014-06-02 Doug Evans <xdje42@gmail.com>
18972
18973 * gdb.guile/scm-parameter.exp: New file.
18974
18975 2014-06-02 Doug Evans <xdje42@gmail.com>
18976
18977 * gdb.guile/scm-cmd.c: New file.
18978 * gdb.guile/scm-cmd.exp: New file.
18979
18980 2014-06-02 Doug Evans <xdje42@gmail.com>
18981
18982 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18983 pretty-printer lookup.
18984 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18985 (make-pp_s-printer): Call it.
18986 (make-pretty-printer-from-dict): New function.
18987 (lookup-pretty-printer-maker-from-dict): New function.
18988 (*pretty-printer*): Simplify.
18989 (make-objfile-pp_s-printer): New function.
18990 (install-objfile-pretty-printers!): New function.
18991 (make-progspace-pp_s-printer): New function.
18992 (install-progspace-pretty-printers!): New function.
18993 * gdb.guile/scm-progspace.c: New file.
18994 * gdb.guile/scm-progspace.exp: New file.
18995
18996 2014-06-02 Pedro Alves <palves@redhat.com>
18997
18998 * gdb.base/dprintf-bp-same-addr.c: New file.
18999 * gdb.base/dprintf-bp-same-addr.exp: New file.
19000
19001 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19002
19003 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19004 * gdb.arch/powerpc-power.s: Likewise.
19005
19006 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19007
19008 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19009
19010 2014-06-01 Yao Qi <yao@codesourcery.com>
19011
19012 * gdb.base/watchpoint.exp (test_watch_location): Check null
19013 pointer can be dereferenced. If not, do the test, otherwise
19014 skip it.
19015
19016 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19017
19018 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19019 results.
19020 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19021
19022 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19023
19024 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19025 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19026 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19027 * gdb.arch/amd64-invalid-stack-top.c: New file.
19028 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19029
19030 2014-05-30 Pedro Alves <palves@redhat.com>
19031
19032 PR breakpoints/17000
19033 * gdb.base/sss-bp-on-user-bp.c: New file.
19034 * gdb.base/sss-bp-on-user-bp.exp: New file.
19035
19036 2014-05-30 David Blaikie <dblaikie@gmail.com>
19037
19038 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19039 gnu_inline semantics via attribute.
19040 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19041 source explicitly specifies the required semantics.
19042
19043 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19044
19045 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19046
19047 2014-05-29 Pedro Alves <palves@redhat.com>
19048 Tom Tromey <tromey@redhat.com>
19049
19050 * gdb.base/async-shell.exp: Don't enable target-async.
19051 * gdb.base/async.exp
19052 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19053 parameter. Adjust.
19054 (top level): Don't test with "target-async".
19055 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19056 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19057 * gdb.base/inferior-died.exp: Don't enable target-async.
19058 * gdb.base/interrupt-noterm.exp: Likewise.
19059 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19060 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19061 * gdb.mi/mi-nonstop.exp: Likewise.
19062 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19063 * gdb.mi/mi-nsintrall.exp: Likewise.
19064 * gdb.mi/mi-nsmoribund.exp: Likewise.
19065 * gdb.mi/mi-nsthrexec.exp: Likewise.
19066 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19067 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19068 * gdb.python/py-evsignal.exp: Don't enable target-async.
19069 * gdb.python/py-evthreads.exp: Likewise.
19070 * gdb.python/py-prompt.exp: Likewise.
19071 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19072 * gdb.server/solib-list.exp: Don't enable target-async.
19073 * gdb.threads/thread-specific-bp.exp: Likewise.
19074 * lib/mi-support.exp: Adjust to use mi-async.
19075
19076 2014-05-29 Pedro Alves <palves@redhat.com>
19077
19078 PR gdb/13860
19079 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19080 reason, even in sync mode.
19081
19082 2014-05-29 Pedro Alves <palves@redhat.com>
19083 Hui Zhu <hui@codesourcery.com>
19084
19085 PR PR15693
19086 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19087 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19088 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19089 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19090
19091 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19092
19093 * config/monitor.exp (gdb_target_monitor): Replace use of
19094 "set remotebaud" by "set serial baud".
19095
19096 2014-05-26 Andy Wingo <wingo@igalia.com>
19097
19098 * gdb.guile/scm-breakpoint.exp:
19099 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19100 properties instead of gdb-object-properties.
19101
19102 2014-05-26 Yao Qi <yao@codesourcery.com>
19103
19104 * gdb.server/no-thread-db.exp: Specify source file name
19105 explicitly when setting a breakpoint.
19106
19107 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19108
19109 * gdb.btrace/vdso.c: New.
19110 * gdb.btrace/vdso.exp: New.
19111
19112 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19113
19114 * gdb.base/gcore.exp (capture_command_output): Move ...
19115 * lib/gdb.exp (capture_command_output): ... here.
19116
19117 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19118
19119 * gdb.btrace/data.exp: Test memory access during btrace replay.
19120
19121 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19122
19123 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19124
19125 2014-05-21 Pedro Alves <palves@redhat.com>
19126
19127 PR gdb/13860
19128 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19129 (top level): Test that output related to execution commands is
19130 sent to the console with CLI commands, but not with MI commands.
19131 Test that breakpoint events are always mirrored to the console.
19132 Also expect the new source line to be output after a "next" in
19133 async mode too. Make it a pass/fail test.
19134 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19135 output.
19136 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19137
19138 2014-05-21 Pedro Alves <palves@redhat.com>
19139
19140 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19141 Use them to test variations of "list" after reaching a breakpoint.
19142 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19143 Test "list" with listsize 10 after reaching a breakpoint.
19144 * gdb.python/python.exp (decode_line current location line
19145 number): Adjust expected line number.
19146
19147 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19148
19149 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19150 behavior for $args, pass it directly to "run".
19151
19152 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19153
19154 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19155 30000 to 65536.
19156
19157 2014-05-21 Pedro Alves <palves@redhat.com>
19158
19159 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19160 auto-connect-native-target off".
19161 * gdb.base/auto-connect-native-target.c: New file.
19162 * gdb.base/auto-connect-native-target.exp: New file.
19163
19164 2014-05-21 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/default.exp: Test "target native" instead of "target
19167 child".
19168
19169 2014-05-21 Mark Wielaard <mjw@redhat.com>
19170
19171 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19172
19173 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19174
19175 Fix TLS access for -static -pthread.
19176 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19177 <HAVE_TLS> (thread_function, main): Initialize it.
19178 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19179 Add clean_restart.
19180 <$have_tls != "">: Check TLSVAR.
19181
19182 2014-05-21 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/dcache-line-read-error.c: New.
19185 * gdb.base/dcache-line-read-error.exp: New.
19186
19187 2014-05-20 Pedro Alves <palves@redhat.com>
19188
19189 * gdb.base/compare-sections.c: New file.
19190 * gdb.base/compare-sections.exp: New file.
19191
19192 2014-05-20 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.base/break-idempotent.c: New file.
19195 * gdb.base/break-idempotent.exp: New file.
19196
19197 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19198
19199 * gdb.btrace/nohist.exp: New.
19200
19201 2014-05-20 Yao Qi <yao@codesourcery.com>
19202
19203 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19204 gdb.reverse directory and gdb_reverse_timeout exists in board
19205 setting.
19206 * README: Document gdb_reverse_timeout.
19207
19208 2014-05-20 Yao Qi <yao@codesourcery.com>
19209
19210 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19211 'test_file_name'. Treat args as a string instead of a list.
19212 (gdb_init): Rename argument 'args' by 'test_file_name'.
19213
19214 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19215
19216 * gdb.arch/powerpc-power.exp: New file.
19217 * gdb.arch/powerpc-power.s: New file.
19218
19219 2014-05-16 Doug Evans <dje@google.com>
19220
19221 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19222 * gdb.base/completion.exp: Check that all expected files exist
19223 before doing file completion.
19224
19225 2014-05-16 Doug Evans <dje@google.com>
19226
19227 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19228 Update.
19229 (do_syscall_tests_without_xml): Update.
19230
19231 2014-05-16 Pedro Alves <palves@redhat.com>
19232
19233 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19234 instead of "unknown output after running".
19235
19236 2014-05-16 Yao Qi <yao@codesourcery.com>
19237
19238 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19239 file1.txt from host at the end.
19240 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19241
19242 2014-05-15 Doug Evans <dje@google.com>
19243
19244 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19245 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19246 loading file. Add test for TU lookup.
19247
19248 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19249
19250 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19251 calling "-exec-arguments" or "set args" before running the
19252 inferior.
19253
19254 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19255
19256 * lib/mi-support.exp (mi_expect_stop): Expect message for
19257 inferiors that exit with non-zero exit code.
19258
19259 2014-05-14 Yao Qi <yao@codesourcery.com>
19260
19261 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19262 match absolute path on remote host.
19263 (test_file_list_exec_source_files): Remove "/" from the
19264 pattern.
19265
19266 2014-05-14 Yao Qi <yao@codesourcery.com>
19267
19268 * boards/local-remote-host-notty.exp (${board}_file): New
19269 proc.
19270
19271 2014-05-07 Kyle McMartin <kyle@redhat.com>
19272
19273 Pushed by Joel Brobecker <brobecker@adacore.com>.
19274 * gdb.arch/aarch64-atomic-inst.c: New file.
19275 * gdb.arch/aarch64-atomic-inst.exp: New file.
19276
19277 2014-05-07 Yao Qi <yao@codesourcery.com>
19278
19279 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19280 in current context" too.
19281
19282 2014-05-05 Keith Seitz <keiths@redhat.com>
19283
19284 * gdb.linespec/ls-dollar.exp: Add test for linespec
19285 file:convenience_variable.
19286
19287 2014-05-05 Yao Qi <yao@codesourcery.com>
19288
19289 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19290 traceframes into tfile and ctf trace files. Read data from
19291 trace file and test collected data.
19292 (gdb_collect_locals_test): Likewise.
19293 (gdb_unavailable_registers_test): Likewise.
19294 (gdb_unavailable_floats): Likewise.
19295 (gdb_collect_globals_test): Likewise.
19296 (top-level): Append "ctf" to trace_file_targets if GDB
19297 supports.
19298
19299 2014-05-05 Yao Qi <yao@codesourcery.com>
19300
19301 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19302 code to ...
19303 (gdb_collect_args_test_1): ... it. New proc.
19304 (gdb_collect_locals_test): Move some code to ...
19305 (gdb_collect_locals_test_1): ... it. New proc.
19306 (gdb_unavailable_registers_test): Move some code to ...
19307 (gdb_unavailable_registers_test_1): ... it. New proc.
19308 (gdb_unavailable_floats): Move some code to ...
19309 (gdb_unavailable_floats_1): ... it. New proc.
19310
19311 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19312
19313 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19314 probes to test for bitness recognition.
19315 * gdb.arch/amd64-stap-optional-prefix.exp
19316 (test_probe_value_without_reg): New procedure.
19317 Add code to test for different kinds of bitness.
19318
19319 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19320
19321 PR breakpoints/16889
19322 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19323 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19324
19325 2014-05-01 Pedro Alves <palves@redhat.com>
19326
19327 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19328 gdb_file_cmd if no file is specified.
19329 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19330 last_loaded_file to set the remote exec-file.
19331
19332 2014-05-01 Pedro Alves <palves@redhat.com>
19333
19334 * boards/local-remote-host.exp: New file.
19335
19336 2014-05-01 Pedro Alves <palves@redhat.com>
19337
19338 * boards/local-remote-host.exp: Rename to ...
19339 * boards/local-remote-host-notty.exp: ... this.
19340
19341 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19342
19343 * gdb.ada/dyn_arrayidx: New testcase.
19344
19345 2014-04-26 Yao Qi <yao@codesourcery.com>
19346
19347 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19348 and compute the length of function main. Save it in
19349 $main_length.
19350 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19351 (top-level): Use gdb_compile to compile objects into
19352 executable and restart GDB. Remove invocation to
19353 prepare_for_testing.
19354
19355 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19356 Pedro Alves <palves@redhat.com>
19357
19358 PR server/16255
19359 * gdb.multi/multi-attach.c: New file.
19360 * gdb.multi/multi-attach.exp: New file.
19361
19362 2014-04-25 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19365 user.
19366 (top level): Test that "set remote conditional-breakpoints-packet
19367 off" works as intended.
19368 * gdb.base/dprintf.exp: Test that "set remote
19369 breakpoint-commands-packet off" works as intended.
19370 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19371 New function.
19372 (top level): Call it.
19373 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19374 remote fast-tracepoints-packet off" works as intended.
19375 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19376 * lib/gdb.exp (gdb_is_target_remote): ... here.
19377
19378 2014-04-24 David Blaikie <dblaikie@gmail.com>
19379
19380 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19381 ensure clang would not discard them.
19382 * gdb.base/gdbvars.c: Ditto.
19383 * gdb.base/memattr.c: Ditto.
19384 * gdb.base/whatis.c: Ditto.
19385 * gdb.python/py-prettyprint.c: Ditto.
19386 * gdb.trace/actions.c: Ditto.
19387 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19388 ensure clang would not discard it.
19389
19390 2014-04-24 David Blaikie <dblaikie@gmail.com>
19391
19392 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19393 clang to emit the full definition of type required by the test
19394 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19395
19396 2014-04-24 David Blaikie <dblaikie@gmail.com>
19397
19398 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19399 coax Clang into emitting the definition of the type.
19400 * gdb.cp/pr10728-x.h (y): Ditto.
19401 * gdb.cp/pr10728-y.cc (y): Ditto.
19402
19403 2014-04-24 David Blaikie <dblaikie@gmail.com>
19404
19405 * gdb.base/label.exp: XFAIL label related tests under Clang.
19406 * gdb.cp/cplabel.exp: Ditto.
19407 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19408 under Clang those using labels.
19409
19410 2014-04-25 Yao Qi <yao@codesourcery.com>
19411
19412 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19413 double_label.
19414 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19415 partial_label and double_label.
19416
19417 2014-04-24 David Blaikie <dblaikie@gmail.com>
19418
19419 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19420
19421 2014-04-24 David Blaikie <dblaikie@gmail.com>
19422
19423 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19424 of the function to work across GCC and Clang.
19425 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19426 pointer types (const void ** const V void **).
19427
19428 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19429 Walfred Tedeschi <walfred.tedeschi@intel.com>
19430
19431 * Makefile.in (EXECUTABLES): Added i386-avx512.
19432 * gdb.arch/i386-avx512.c: New file.
19433 * gdb.arch/i386-avx512.exp: Likewise.
19434
19435 2014-04-23 Keith Seitz <keiths@redhat.com>
19436
19437 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19438 (mi_make_breakpoint_table): New procedure.
19439 (mi_create_breakpoint): Use mi_make_breakpoint
19440 and return the result.
19441 (mi_make_breakpoint): New procedure.
19442 (mi_build_kv_pairs): New procedure.
19443
19444 * gdb.mi/mi-break.exp: Remove unused globals,
19445 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19446 All callers updated.
19447 * gdb.mi/mi-dprintf.exp: Use variable to track command
19448 number.
19449 Update all callers of mi_create_breakpoint and use
19450 mi_make_breakpoint_table.
19451 Remove any unused global variables.
19452 * gdb.mi/mi-nonstop.exp: Likewise.
19453 * gdb.mi/mi-nsintrall.exp: Likewise.
19454 * gdb.mi/mi-nsmoribund.exp: Likewise.
19455 * gdb.mi/mi-nsthrexec.exp: Likewise.
19456 * gdb.mi/mi-reverse.exp: Likewise.
19457 * gdb.mi/mi-simplerun.exp: Likewise.
19458 * gdb.mi/mi-stepn.exp: Likewise.
19459 * gdb.mi/mi-syn-frame.exp: Likewise.
19460 * gdb.mi/mi-until.exp: Likewise.
19461 * gdb.mi/mi-var-cp.exp: Likewise.
19462 * gdb.mi/mi-var-display.exp: Likewise.
19463 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19464 * gdb.mi/mi2-var-child.exp: Likewise.
19465 * gdb.mi/mi-vla-c99.exp: Likewise.
19466 * lib/mi-support.exp: Likewise.
19467
19468 From Ian Lance Taylor <iant@cygnus.com>:
19469 * lib/gdb.exp (parse_args): New procedure.
19470
19471 2014-04-23 Pedro Alves <palves@redhat.com>
19472
19473 * gdb.base/break-unload-file.c: New file.
19474 * gdb.base/break-unload-file.exp: New file.
19475 * gdb.base/sym-file-lib.c (baz): New function.
19476 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19477 field.
19478 (load): Store the segment's mapped size.
19479 (unload): New function.
19480 (unload_shlib): New function.
19481 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19482 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19483 set a breakpoint at baz, and call it.
19484 * gdb.base/sym-file.exp: New tests for stale breakpoint
19485 instructions.
19486
19487 2014-04-23 Pedro Alves <palves@redhat.com>
19488
19489 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19490 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19491 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19492 * gdb.base/hbreak-unmapped.c: New file.
19493 * gdb.base/hbreak-unmapped.exp: New file.
19494 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19495 * lib/gdb.exp (gdb_is_target_remote): ... here.
19496
19497 2014-04-22 Pedro Alves <palves@redhat.com>
19498
19499 * gdb.base/consecutive-step-over.c: New file.
19500 * gdb.base/consecutive-step-over.exp: New file.
19501
19502 2014-04-22 Pedro Alves <palves@redhat.com>
19503
19504 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19505 instead of send_gdb/gdb_expect.
19506
19507 2014-04-22 Yao Qi <yao@codesourcery.com>
19508
19509 * lib/trace-support.exp (generate_tracefile): New procedure.
19510 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19511 return 0.
19512 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19513 if generate_tracefile returns 1.
19514
19515 2014-04-18 Tom Tromey <palves@redhat.com>
19516 Pedro alves <tromey@redhat.com>
19517
19518 PR backtrace/15558
19519 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19520 with a backtrace limit.
19521 * gdb.python/py-frame-inline.exp: Test running to an inline
19522 function with a backtrace limit, and printing the newest frame.
19523 * gdb.python/py-frame-inline.c (main): Call f.
19524
19525 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19526
19527 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19528
19529 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19530
19531 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19532 Drop prefix from unsupported source file path.
19533
19534 2014-04-17 Yao Qi <yao@codesourcery.com>
19535
19536 * lib/gdb.exp (with_target_charset): New proc.
19537 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19538 with_target_charset.
19539 (test_print_strings): Likewise.
19540 (test_repeat_bytes): Likewise.
19541 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19542 for some tests.
19543
19544 2014-04-16 Keith Seitz <keiths@redhat.com>
19545
19546 PR gdb/15827
19547 * gdb.dwarf2/corrupt.c: New file.
19548 * gdb.dwarf2/corrupt.exp: New file.
19549
19550 2014-04-16 Keith Seitz <keiths@redhat.com>
19551
19552 PR c++/16597
19553 * gdb.cp/namelessclass.cc: New file.
19554 * gdb.cp/namelessclass.exp: New file.
19555 * gdb.cp/namelessclass.S: New file.
19556
19557 2014-04-16 Doug Evans <dje@google.com>
19558
19559 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19560 Add comment.
19561 (gdbserver_default_get_comm_port): New function.
19562 (gdbserver_start): Check if board file provided
19563 "gdbserver,get_comm_port" and use it if so.
19564 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19565 (gdb,socketport): Set to "stdio".
19566 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19567 (stdio_gdbserver_template): Delete.
19568 (${board}_get_remote_address): Update.
19569 (${board}_build_remote_cmd): Delete.
19570 (${board}_get_comm_port): New function.
19571 (${board}_spawn): Update.
19572 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19573 Delete.
19574 (${board}_get_remote_address): Update.
19575 (${board}_get_comm_port): New function.
19576
19577 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19578
19579 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19580 appearing in any order.
19581
19582 2014-04-15 Doug Evans <dje@google.com>
19583
19584 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19585 uninitialized value of "description".
19586
19587 2014-04-15 Keith Seitz <keiths@redhat.com>
19588
19589 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19590 Remove unused globals.
19591 (test_running_the_program): Likewise.
19592 (test_controlled_execution): Likewise.
19593 (test_controlling_breakpoints): Likewise.
19594 (test_program_termination): Likewise.
19595
19596 2014-04-15 Keith Seitz <keiths@redhat.com>
19597
19598 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19599 unused globals.
19600 (test_rbreak_creation_and_listing): Likewise.
19601 (test_ignore_count): Likewise.
19602 (test_error): Likewise.
19603
19604 2014-04-15 Pedro Alves <palves@redhat.com>
19605
19606 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19607 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19608 sym-file-loader.c.
19609 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19610 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19611 to sym-file-loader.c.
19612 (struct library): Forward declare.
19613 (load_shlib, lookup_function): Change prototypes.
19614 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19615 (translate_offset): Remove declarations.
19616 (get_text_addr): New declaration.
19617 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19618 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19619 sym-file-loader.h.
19620 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19621 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19622 here from sym-file-loader.h.
19623 (struct library): New structure.
19624 (load_shlib, lookup_function): Change prototypes and adjust to
19625 work with a struct library.
19626 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19627 (translate_offset): Make static.
19628 (get_text_addr): New function.
19629 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19630
19631 2014-04-15 Pedro Alves <palves@redhat.com>
19632
19633 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19634
19635 2014-04-15 Pedro Alves <palves@redhat.com>
19636
19637 * gdb.base/sym-file-loader.c: Include <limits.h>.
19638 (SELF_LINK): New define.
19639 (get_origin): New function.
19640 (load_shlib): Use it.
19641 * gdb.base/sym-file.exp: Don't early return if the target is
19642 remote. Use runto_main, and issue fail is that fails. Use
19643 gdb_load_shlibs.
19644 (shlib_name): Delete.
19645 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19646
19647 2014-04-15 Pedro Alves <palves@redhat.com>
19648
19649 * gdb.base/sym-file.exp: Remove regex characters from test
19650 message. Don't refer to breakpoint numbers in test messages.
19651
19652 2014-04-14 Keith Seitz <keiths@redhat.com>
19653
19654 PR c++/16253
19655 * gdb.cp/var-tag.cc: New file.
19656 * gdb.cp/var-tag.exp: New file.
19657 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19658 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19659 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19660 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19661
19662 2014-04-14 Tom Tromey <tromey@redhat.com>
19663
19664 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19665 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19666 type.
19667 * gdb.cp/enum-class.exp: New file.
19668 * gdb.cp/enum-class.cc: New file.
19669
19670 2014-04-14 Tom Tromey <tromey@redhat.com>
19671
19672 * gdb.dwarf2/enum-type.exp: New file.
19673
19674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19675
19676 * gdb.mi/mi-vla-c99.exp: New file.
19677 * gdb.mi/vla.c: New file.
19678
19679 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19680
19681 * gdb.base/vla-datatypes.c: New file.
19682 * gdb.base/vla-datatypes.exp: New file.
19683
19684 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19685
19686 * gdb.base/vla-ptr.c: New file.
19687 * gdb.base/vla-ptr.exp: New file.
19688
19689 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19690
19691 * gdb.dwarf2/count.exp: New file.
19692
19693 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19694
19695 * gdb.base/vla-sideeffect.c: New file.
19696 * gdb.base/vla-sideeffect.exp: New file.
19697
19698 2014-04-14 David Blaikie <dblaikie@gmail.com>
19699
19700 * gdb.mi/non-stop.c: Add return value for non-void function return
19701 statement.
19702 * gdb.threads/staticthreads.c: Ditto.
19703
19704 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19705 Doug Evans <xdje42@gmail.com>
19706
19707 * gdb.guile/scm-value.c: Improve test case.
19708 * gdb.guile/scm-value.exp: Add new test.
19709
19710 2014-04-11 David Blaikie <dblaikie@gmail.com>
19711
19712 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19713 override Clang's default.
19714
19715 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19716
19717 Revert the following changes (regressions):
19718
19719 * gdb.base/vla-sideeffect.c: New file.
19720 * gdb.base/vla-sideeffect.exp: New file.
19721
19722 * gdb.dwarf2/count.exp: New file.
19723
19724 * gdb.base/vla-multi.c: New file.
19725 * gdb.base/vla-multi.exp: New file.
19726
19727 * gdb.base/vla-ptr.c: New file.
19728 * gdb.base/vla-ptr.exp: New file.
19729
19730 * gdb.base/vla-datatypes.c: New file.
19731 * gdb.base/vla-datatypes.exp: New file.
19732
19733 * gdb.mi/mi-vla-c99.exp: New file.
19734 * gdb.mi/vla.c: New file.
19735
19736 2014-04-11 Keith Seitz <keiths@redhat.com>
19737
19738 PR c++/16675
19739 * gdb.cp/cpsizeof.exp: New file.
19740 * gdb.cp/cpsizeof.cc: New file.
19741
19742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19743
19744 * gdb.mi/mi-vla-c99.exp: New file.
19745 * gdb.mi/vla.c: New file.
19746
19747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19748
19749 * gdb.base/vla-datatypes.c: New file.
19750 * gdb.base/vla-datatypes.exp: New file.
19751
19752 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19753
19754 * gdb.base/vla-ptr.c: New file.
19755 * gdb.base/vla-ptr.exp: New file.
19756
19757 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19758
19759 * gdb.base/vla-multi.c: New file.
19760 * gdb.base/vla-multi.exp: New file.
19761
19762 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19763
19764 * gdb.dwarf2/count.exp: New file.
19765
19766 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19767
19768 * gdb.base/vla-sideeffect.c: New file.
19769 * gdb.base/vla-sideeffect.exp: New file.
19770
19771 2014-04-11 Yao Qi <yao@codesourcery.com>
19772
19773 * gdb.base/completion.exp: Check file exists before running tests
19774 on file completion.
19775
19776 2014-04-10 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.base/cond-eval-mode.c: New file.
19779 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19780 prepare_for_testing to build the new file. Check result of
19781 runto_main.
19782 (test_break, test_watch): New procedures.
19783 (top level): Use them.
19784
19785 2014-04-08 Pierre Muller <muller@sourceware.org>
19786
19787 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19788 Ctrl-V use for mingw hosts.
19789
19790 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19791
19792 * gdb.python/py-value.c: Improve test case.
19793 * gdb.python/py-value.exp: Add new test.
19794
19795 2014-04-07 David Blaikie <dblaikie@gmail.com>
19796
19797 * lib/compiler.c: Identify the clang compiler.
19798 * lib/compiler.cc: Ditto.
19799
19800 2014-04-03 Yao Qi <yao@codesourcery.com>
19801
19802 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19803
19804 2014-04-01 Anton Blanchard <anton@samba.org>
19805
19806 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19807 messages unique.
19808
19809 2014-04-01 Anton Blanchard <anton@samba.org>
19810
19811 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19812 prepare_for_testing.
19813
19814 2014-04-01 Anton Blanchard <anton@samba.org>
19815
19816 * gdb.arch/ppc64-atomic-inst.c: Remove.
19817 * gdb.arch/ppc64-atomic-inst.S: New file.
19818 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19819
19820 2014-03-31 Doug Evans <dje@google.com>
19821
19822 * gdb.base/print-symbol-loading-lib.c: New file.
19823 * gdb.base/print-symbol-loading-main.c: New file.
19824 * gdb.base/print-symbol-loading.exp: New file.
19825
19826 2014-03-31 Yao Qi <yao@codesourcery.com>
19827
19828 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19829
19830 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19831
19832 * gdb.ada/mi_dyn_arr: New testcase.
19833
19834 2014-03-27 Doug Evans <dje@google.com>
19835
19836 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19837
19838 2014-03-27 Yao Qi <yao@codesourcery.com>
19839
19840 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19841 if target is nios2-*-*.
19842
19843 2014-03-26 Yao Qi <yao@codesourcery.com>
19844
19845 * lib/gdb.exp (readline_is_used): New proc.
19846 * gdb.base/completion.exp: Move tests on command complete up.
19847 Skip the rest of tests if readline is not used.
19848 * gdb.ada/complete.exp: Skp the test if readline is not
19849 used.
19850 * gdb.base/filesym.exp: Likewise.
19851 * gdb.base/macscp.exp: Likewise.
19852 * gdb.base/readline-ask.exp: Likewise.
19853 * gdb.base/readline.exp: Likewise.
19854 * gdb.python/py-cmd.exp: Likewise.
19855 * gdb.trace/tfile.exp: Likewise.
19856
19857 2014-03-26 Yao Qi <yao@codesourcery.com>
19858
19859 * gdb.base/macscp.exp: Fix code format issues.
19860
19861 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19862
19863 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19864 * gdb.asm/powerpc64le.inc: New file.
19865
19866 2014-03-25 Pedro Alves <palves@redhat.com>
19867 Doug Evans <dje@google.com>
19868
19869 * gdb.base/source-execution.c: New file.
19870 * gdb.base/source-execution.exp: New file.
19871 * gdb.base/source-execution.gdb: New file.
19872
19873 2014-03-24 Doug Evans <dje@google.com>
19874
19875 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19876 using fission.
19877
19878 2014-03-24 Hui Zhu <hui@codesourcery.com>
19879 Pedro Alves <palves@redhat.com>
19880
19881 PR breakpoints/16101
19882 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19883 test pass/fail messages. Detect missing support for dprintf when
19884 breakpoints are actually inserted.
19885 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19886 breakpoints are actually inserted.
19887 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19888 fails.
19889
19890 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19891
19892 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19893
19894 2014-03-22 Doug Evans <xdje42@gmail.com>
19895
19896 * gdb.python/python.exp (python not supported): Verify multi-line
19897 python command issues an error.
19898 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19899 guile command issues an error.
19900
19901 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19902
19903 * gdb.threads/thread-specific.exp: Handle the lack of usable
19904 $this_breakpoint and $this_thread.
19905
19906 2014-03-21 Hui Zhu <hui@codesourcery.com>
19907
19908 * gdb.base/attach.exp (do_command_attach_tests): New.
19909
19910 2014-03-20 Tom Tromey <tromey@redhat.com>
19911 Pedro Alves <palves@redhat.com>
19912
19913 PR cli/15718
19914 * gdb.base/condbreak-call-false.c: New file.
19915 * gdb.base/condbreak-call-false.exp: New file.
19916
19917 2014-03-20 Pedro Alves <palves@redhat.com>
19918
19919 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19920 Delete.
19921 (block_signals, unblock_signals): Delete.
19922 (child_function_2, main): Remove references to deleted variable
19923 and functions.
19924
19925 2014-03-20 Pedro Alves <palves@redhat.com>
19926
19927 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19928 Use pthread_kill to signal thread 2.
19929 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19930 Adjust to make the test send itself a signal rather than using the
19931 host's "kill" command.
19932
19933 2014-03-20 Pedro Alves <palves@redhat.com>
19934
19935 * gdb.threads/multiple-step-overs.c: New file.
19936 * gdb.threads/multiple-step-overs.exp: New file.
19937 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19938 Adjust expected infrun debug output.
19939
19940 2014-03-20 Pedro Alves <palves@redhat.com>
19941
19942 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19943 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19944
19945 2014-03-20 Pedro Alves <palves@redhat.com>
19946
19947 PR breakpoints/7143
19948 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19949 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19950 of gdb_test_multiple.
19951 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19952 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19953
19954 2014-03-20 Pedro Alves <palves@redhat.com>
19955
19956 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19957 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19958
19959 2014-03-19 Pedro Alves <palves@redhat.com>
19960
19961 * gdb.base/async.exp: Remove early return.
19962
19963 2014-03-19 Pedro Alves <palves@redhat.com>
19964
19965 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19966
19967 2014-03-19 Pedro Alves <palves@redhat.com>
19968
19969 * gdb.base/async.exp (test_background): Expect \r\n after
19970 "completed." in the fail pattern.
19971
19972 2014-03-19 Pedro Alves <palves@redhat.com>
19973
19974 * gdb.base/async.exp (test_background): New procedure.
19975 Use it for all background execution command tests.
19976
19977 2014-03-19 Pedro Alves <palves@redhat.com>
19978
19979 * gdb.base/async.exp: Use prepare_for_testing.
19980
19981 2014-03-19 Pedro Alves <palves@redhat.com>
19982
19983 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19984 the same line.
19985
19986 2014-03-19 Pedro Alves <palves@redhat.com>
19987
19988 * gdb.base/async.c (main): Add "jump here" and "until here" line
19989 marker comments.
19990 * gdb.base/async.exp (jump_here): New global.
19991 (jump& test): Use it.
19992 (until_here): New global.
19993 (until& test): Use it.
19994
19995 2014-03-19 Pedro Alves <palves@redhat.com>
19996
19997 * gdb.base/async.exp: Don't frob gdb_protocol.
19998
19999 2014-03-18 Doug Evans <xdje42@gmail.com>
20000
20001 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20002 Fix spelling of exec-done-display.
20003
20004 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20005
20006 PR gdb/15358
20007 * gdb.base/gdb-sigterm.c: New file.
20008 * gdb.base/gdb-sigterm.exp: New file.
20009
20010 2014-03-18 Pedro Alves <palves@redhat.com>
20011
20012 PR gdb/13860
20013 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20014 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20015 solib-event.
20016
20017 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20018
20019 * gdb.ada/pckd_arr_ren: New testcase.
20020
20021 2014-03-13 Doug Evans <xdje42@gmail.com>
20022
20023 PR guile/16612
20024 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20025 collect after discarding symbols.
20026
20027 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20028 Doug Evans <xdje42@gmail.com>
20029
20030 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20031 to history survives a gc.
20032
20033 2014-03-13 Pedro Alves <palves@redhat.com>
20034
20035 * gdb.base/default.exp: Don't test "target procfs".
20036
20037 2014-03-13 Pedro Alves <palves@redhat.com>
20038
20039 * gdb.base/default.exp: Update "target child" and "target procfs"
20040 tests to not expect "Unix".
20041
20042 2014-03-12 Tom Tromey <tromey@redhat.com>
20043
20044 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20045 New procs. Add target-async tests.
20046 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20047 Add target-async tests.
20048
20049 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20050
20051 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20052 'func_start' and 'func_end' for the beginning and end of the
20053 function code, respectively.
20054 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20055 'func_end' instead of 'func' and 'main'.
20056
20057 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20058
20059 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20060 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20061 generate the debug info assembler source.
20062
20063 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20064
20065 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20066 * gdb.dwarf2/arr-subrange.exp: Likewise.
20067 * gdb.dwarf2/dwz.exp: Likewise.
20068 * gdb.dwarf2/method-ptr.exp: Likewise.
20069 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20070 * gdb.dwarf2/subrange.exp: Likewise.
20071 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20072 * gdb.dwarf2/implptrpiece.exp: Likewise.
20073 * gdb.dwarf2/nostaticblock.exp: Likewise.
20074
20075 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20076
20077 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20078 directory to absolute path name arguments.
20079
20080 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20081
20082 * gdb.ada/tagged_access: New testcase.
20083
20084 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20085
20086 * gdb.btrace/data.exp: Update expected output.
20087
20088 2014-03-06 Yao Qi <yao@codesourcery.com>
20089
20090 * gdb.trace/pr16508.exp: New file.
20091
20092 2014-03-05 Pedro Alves <palves@redhat.com>
20093
20094 PR gdb/16575
20095 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20096 procedure.
20097 (top level): Adjust to use it. Add tests that exercise breakpoint
20098 interaction with the code-cache.
20099
20100 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20101
20102 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20103 test for 'history-append!'.
20104
20105 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20106
20107 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20108 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20109 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20110 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20111 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20112 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20113
20114 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20115
20116 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20117 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20118 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20119
20120 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20121
20122 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20123
20124 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20125
20126 * gdb.dwarf2/arr-stride.c: New file.
20127 * gdb.dwarf2/arr-stride.exp: New file.
20128
20129 2014-02-26 Pedro Alves <palves@redhat.com>
20130
20131 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20132 that won't ever trigger. Make sure that GDB reports the correct
20133 breakpoint that caused the stop.
20134
20135 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20136
20137 PR gdb/16626
20138 * gdb.base/auto-load-script: New file.
20139 * gdb.base/auto-load.c: New file.
20140 * gdb.base/auto-load.exp: New file.
20141
20142 PR gdb/16626
20143 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20144
20145 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20146
20147 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20148 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20149
20150 2014-02-24 Doug Evans <dje@google.com>
20151
20152 * lib/gdb.exp (run_on_host): Log error output if program fails.
20153
20154 2014-02-21 Pedro Alves <palves@redhat.com>
20155
20156 * gdb.threads/step-after-sr-lock.c: Rename to ...
20157 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20158 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20160 ... this.
20161
20162 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20163
20164 PR tdep/16397
20165 * gdb.arch/amd64-stap-special-operands.exp: New file.
20166 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20167 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20168 * gdb.arch/amd64-stap-triplet.S: Likewise.
20169 * gdb.arch/amd64-stap-triplet.c: Likewise.
20170
20171 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20172
20173 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20174 in .section pseudo-op.
20175
20176 2014-02-20 lin zuojian <manjian2006@gmail.com>
20177 Joel Brobecker <brobecker@adacore.com>
20178 Doug Evans <xdje42@gmail.com>
20179
20180 PR symtab/16581
20181 * gdb.dwarf2/dw2-icycle.S: New file.
20182 * gdb.dwarf2/dw2-icycle.c: New file.
20183 * gdb.dwarf2/dw2-icycle.exp: New file.
20184
20185 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20186
20187 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20188 operations on gdb.Value objects.
20189 * gdb.python/py-value-cc.exp: Add new test to test operations on
20190 gdb.Value objects.
20191
20192 2014-02-18 Doug Evans <dje@google.com>
20193
20194 * Makefile.in (TESTS): New variable.
20195 (expanded_tests, expanded_tests_or_none): New variables
20196 (check-single): Pass $(expanded_tests_or_none) to runtest.
20197 (check-parallel): Only run tests in $(TESTS) if non-empty.
20198 (check/no-matching-tests-found): New rule.
20199 * README: Document TESTS makefile variable.
20200
20201 2014-02-18 Doug Evans <dje@google.com>
20202
20203 * Makefile.in (check-parallel): rm -rf outputs temp.
20204
20205 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20206
20207 Fix "ERROR: no fileid for" in the testsuite.
20208 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20209
20210 2014-02-12 Doug Evans <dje@google.com>
20211
20212 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20213 (MISCELLANEOUS): New variable.
20214 (clean): rm -rf $(MISCELLANEOUS).
20215 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20216 dwp live in the same directory as symlinks, with each symlink pointed
20217 to a differently named file in a different directory.
20218
20219 2014-02-11 Doug Evans <dje@google.com>
20220
20221 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20222 of Tcl file commands.
20223
20224 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20225
20226 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20227 "kill -SIGUSR1 -1".
20228
20229 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.ada/tick_length_array_enum_idx: New testcase.
20232
20233 2014-02-10 Doug Evans <xdje42@gmail.com>
20234
20235 * configure.ac (AC_OUTPUT): Add gdb.guile.
20236 * configure: Regenerate.
20237 * lib/gdb-guile.exp: New file.
20238 * lib/gdb.exp (get_target_charset): New function.
20239 * gdb.base/help.exp: Update expected output from "apropos apropos".
20240 * gdb.guile/Makefile.in: New file.
20241 * gdb.guile/guile.exp: New file.
20242 * gdb.guile/scm-arch.c: New file.
20243 * gdb.guile/scm-arch.exp: New file.
20244 * gdb.guile/scm-block.c: New file.
20245 * gdb.guile/scm-block.exp: New file.
20246 * gdb.guile/scm-breakpoint.c: New file.
20247 * gdb.guile/scm-breakpoint.exp: New file.
20248 * gdb.guile/scm-disasm.c: New file.
20249 * gdb.guile/scm-disasm.exp: New file.
20250 * gdb.guile/scm-equal.c: New file.
20251 * gdb.guile/scm-equal.exp: New file.
20252 * gdb.guile/scm-error.exp: New file.
20253 * gdb.guile/scm-error.scm: New file.
20254 * gdb.guile/scm-frame-args.c: New file.
20255 * gdb.guile/scm-frame-args.exp: New file.
20256 * gdb.guile/scm-frame-args.scm: New file.
20257 * gdb.guile/scm-frame-inline.c: New file.
20258 * gdb.guile/scm-frame-inline.exp: New file.
20259 * gdb.guile/scm-frame.c: New file.
20260 * gdb.guile/scm-frame.exp: New file.
20261 * gdb.guile/scm-generics.exp: New file.
20262 * gdb.guile/scm-gsmob.exp: New file.
20263 * gdb.guile/scm-iterator.c: New file.
20264 * gdb.guile/scm-iterator.exp: New file.
20265 * gdb.guile/scm-math.c: New file.
20266 * gdb.guile/scm-math.exp: New file.
20267 * gdb.guile/scm-objfile-script-gdb.in: New file.
20268 * gdb.guile/scm-objfile-script.c: New file.
20269 * gdb.guile/scm-objfile-script.exp: New file.
20270 * gdb.guile/scm-objfile.c: New file.
20271 * gdb.guile/scm-objfile.exp: New file.
20272 * gdb.guile/scm-ports.exp: New file.
20273 * gdb.guile/scm-pretty-print.c: New file.
20274 * gdb.guile/scm-pretty-print.exp: New file.
20275 * gdb.guile/scm-pretty-print.scm: New file.
20276 * gdb.guile/scm-section-script.c: New file.
20277 * gdb.guile/scm-section-script.exp: New file.
20278 * gdb.guile/scm-section-script.scm: New file.
20279 * gdb.guile/scm-symbol.c: New file.
20280 * gdb.guile/scm-symbol.exp: New file.
20281 * gdb.guile/scm-symtab-2.c: New file.
20282 * gdb.guile/scm-symtab.c: New file.
20283 * gdb.guile/scm-symtab.exp: New file.
20284 * gdb.guile/scm-type.c: New file.
20285 * gdb.guile/scm-type.exp: New file.
20286 * gdb.guile/scm-value-cc.cc: New file.
20287 * gdb.guile/scm-value-cc.exp: New file.
20288 * gdb.guile/scm-value.c: New file.
20289 * gdb.guile/scm-value.exp: New file.
20290 * gdb.guile/source2.scm: New file.
20291 * gdb.guile/types-module.cc: New file.
20292 * gdb.guile/types-module.exp: New file.
20293
20294 2014-02-10 Yao Qi <yao@codesourcery.com>
20295
20296 PR testsuite/16543
20297 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20298 * configure: Regenerated.
20299 * Makefile.in: New file.
20300
20301 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20302
20303 * gdb.python/py-framefilter.exp: Fix typo.
20304
20305 2014-02-08 Yao Qi <yao@codesourcery.com>
20306
20307 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20308 that no =breakpoint-modified is emitted when breakpoints are
20309 modified through MI commands.
20310
20311 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20312 Pedro Alves <palves@redhat.com>
20313
20314 * gdb.threads/step-after-sr-lock.c: New file.
20315 * gdb.threads/step-after-sr-lock.exp: New file.
20316
20317 2014-02-07 Pedro Alves <palves@redhat.com>
20318
20319 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20320
20321 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20322
20323 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20324 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20325
20326 2014-02-06 Doug Evans <xdje42@gmail.com>
20327
20328 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20329 output.
20330
20331 * gdb.gdb/python-interrupts.exp: New file.
20332
20333 2014-02-05 Yao Qi <yao@codesourcery.com>
20334
20335 * gdb.trace/report.exp (use_collected_data): Test the output
20336 of "info threads" and "info inferiors".
20337
20338 2014-02-05 Yao Qi <yao@codesourcery.com>
20339
20340 Revert this patch:
20341
20342 2013-05-24 Yao Qi <yao@codesourcery.com>
20343
20344 * gdb.trace/tfile.exp: Test inferior and thread.
20345
20346 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20347
20348 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20349 on a function.
20350 * gdb.base/step-bt.c: Call hello via function pointer to make
20351 sure its first instruction is executed on powerpc64le-linux.
20352
20353 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20354
20355 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20356
20357 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20358
20359 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20360 of the test patterns for use on little-endian systems.
20361
20362 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20363
20364 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20365 (decimal_vector): Fix for little-endian.
20366
20367 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20368
20369 * gdb.arch/sparc-sysstep.exp: New file.
20370 * gdb.arch/sparc-sysstep.c: Likewise.
20371
20372 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20373
20374 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20375
20376 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20377
20378 2014-01-23 Tom Tromey <tromey@redhat.com>
20379
20380 * gdb.ada/array_char_idx: New testcase.
20381
20382 2014-01-23 Tom Tromey <tromey@redhat.com>
20383
20384 PR python/16487:
20385 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20386 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20387 classes.
20388
20389 2014-01-23 Tom Tromey <tromey@redhat.com>
20390
20391 PR python/16491:
20392 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20393 string from an inferior frame.
20394 * gdb.python/py-framefilter-mi.exp: Update.
20395
20396 2014-01-22 Doug Evans <dje@google.com>
20397
20398 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20399
20400 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20401
20402 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20403
20404 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20405
20406 * gdb.trace/entry-values.exp: Remove excess space character from
20407 regex patterns. Handle s390 call instruction.
20408
20409 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20410
20411 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20412 define "*_start" label. Make "name" static.
20413 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20414 ${name} by references to ${name}_start.
20415
20416 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20417
20418 * gdb.base/info-macros.exp: Remove "debug" from the compile
20419 options.
20420
20421 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20422
20423 * gdb.dlang/demangle.exp: New file.
20424
20425 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20426
20427 * gdb.dlang/primitive-types.exp: New file.
20428
20429 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20430
20431 * configure.ac: Create gdb.dlang/Makefile.
20432 * configure: Regenerate.
20433 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20434 * gdb.dlang/Makefile.in: New file.
20435 * lib/d-support.exp: New file.
20436 * lib/gdb.exp (skip_d_tests): New proc.
20437
20438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20439
20440 * gdb.btrace/delta.exp: Check reverse stepi.
20441 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20442 * gdb.btrace/finish.exp: New.
20443 * gdb.btrace/next.exp: New.
20444 * gdb.btrace/nexti.exp: New.
20445 * gdb.btrace/record_goto.c: Add comments.
20446 * gdb.btrace/step.exp: New.
20447 * gdb.btrace/stepi.exp: New.
20448 * gdb.btrace/multi-thread-step.c: New.
20449 * gdb.btrace/multi-thread-step.exp: New.
20450 * gdb.btrace/rn-dl-bind.c: New.
20451 * gdb.btrace/rn-dl-bind.exp: New.
20452 * gdb.btrace/data.c: New.
20453 * gdb.btrace/data.exp: New.
20454 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20455
20456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20457
20458 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20459 * gdb.btrace/exception.exp: Update.
20460 * gdb.btrace/instruction_history.exp: Update.
20461 * gdb.btrace/record_goto.exp: Update.
20462 * gdb.btrace/tailcall.exp: Update.
20463 * gdb.btrace/unknown_functions.exp: Update.
20464 * gdb.btrace/delta.exp: New.
20465
20466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20467
20468 * gdb.btrace/record_goto.exp: Add backtrace test.
20469 * gdb.btrace/tailcall.exp: Add backtrace test.
20470
20471 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20472
20473 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20474 * gdb.btrace/record_goto.c: New.
20475 * gdb.btrace/record_goto.exp: New.
20476 * gdb.btrace/x86-record_goto.S: New.
20477
20478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20479
20480 * gdb.btrace/function_call_history.exp: Update tests.
20481 * gdb.btrace/instruction_history.exp: Update tests.
20482
20483 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20484
20485 * gdb.btrace/function_call_history.exp: Fix expected field
20486 order for "record function-call-history".
20487 Add new tests for "record function-call-history /c".
20488 * gdb.btrace/exception.cc: New.
20489 * gdb.btrace/exception.exp: New.
20490 * gdb.btrace/tailcall.exp: New.
20491 * gdb.btrace/x86-tailcall.S: New.
20492 * gdb.btrace/x86-tailcall.c: New.
20493 * gdb.btrace/unknown_functions.c: New.
20494 * gdb.btrace/unknown_functions.exp: New.
20495 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20496
20497 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20498
20499 * gdb.btrace/instruction_history.exp: Update.
20500 * gdb.btrace/function_call_history.exp: Update.
20501
20502 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20503
20504 * gdb.btrace/function_call_history.exp: Fix expected function
20505 trace.
20506 * gdb.btrace/instruction_history.exp: Initialize traced.
20507 Remove traced_functions.
20508
20509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20510
20511 * gdb.btrace/function_call_history.exp: Update
20512 * gdb.btrace/instruction_history.exp: Update.
20513
20514 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20515
20516 * gdb.btrace/enable.exp: Update expected text.
20517
20518 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20519
20520 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20521 bytes.
20522
20523 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20524
20525 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20526
20527 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20528
20529 * lib/gdb.exp (supports_process_record): Return true for
20530 arm*-linux*. (supports_reverse): Likewise.
20531
20532 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20533
20534 PR python/15464
20535 PR python/16113
20536 * gdb.python/py-type.c: Enhance test case.
20537 * gdb.python/py-value-cc.cc: Likewise
20538 * gdb.python/py-type.exp: Add new tests.
20539 * gdb.python/py-value-cc.exp: Likewise
20540
20541 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20542 Pedro Alves <palves@redhat.com>
20543
20544 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20545 Make "name" extern.
20546 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20547 references to ${name}_start by references to ${name}.
20548
20549 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20550
20551 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20552
20553 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20554
20555 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20556
20557 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20558 Pedro Alves <palves@redhat.com>
20559
20560 * gdb.mi/mi-info-os.exp: Connect to the target with
20561 mi_gdb_target_load.
20562
20563 2014-01-08 Pedro Alves <palves@redhat.com>
20564
20565 * gdb.threads/reconnect-signal.c: New file.
20566 * gdb.threads/reconnect-signal.exp: New file.
20567
20568 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20569
20570 * gdb.base/source-dir.exp: New file.
20571
20572 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20573
20574 * gdb.ada/mi_interface: New testcase.
20575
20576 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20577
20578 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20579 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20580 gdb.ada/pp-rec-component/pck.ads: New files.
20581
20582 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20583
20584 * gdb.python/py-pp-integral.c: New file.
20585 * gdb.python/py-pp-integral.py: New file.
20586 * gdb.python/py-pp-integral.exp: New file.
20587
20588 For older changes see ChangeLog-1993-2013.
20589 \f
20590 ;; Local Variables:
20591 ;; mode: change-log
20592 ;; left-margin: 8
20593 ;; fill-column: 74
20594 ;; version-control: never
20595 ;; End:
20596
20597 Copyright 2014-2020 Free Software Foundation, Inc.
20598 Copying and distribution of this file, with or without modification,
20599 are permitted provided the copyright notice and this notice are preserved.