f6c7e5a62e78d156d586f9863c9a0478027f7fb8
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-03 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/m32rovly.c: Delete.
4 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
5
6 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7
8 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
9 of gdb_py_test_multiple.
10 * gdb.python/py-cmd.exp: Likewise.
11 * gdb.python/py-events.exp: Likewise.
12 * gdb.python/py-function.exp: Likewise.
13 * gdb.python/py-inferior.exp: Likewise.
14 * gdb.python/py-infthread.exp: Likewise.
15 * gdb.python/py-linetable.exp: Likewise.
16 * gdb.python/py-parameter.exp: Likewise.
17 * gdb.python/py-value.exp: Likewise.
18
19 2020-06-30 Tom de Vries <tdevries@suse.de>
20
21 PR testsuite/26175
22 * lib/future.exp (gdb_default_target_compile): Detect and handle
23 early_flags.
24
25 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
26
27 * boards/simavr.exp (gdb_load): Catch errors when closing
28 previous connection. Close connection, wait for process and
29 unset simavr_spawn_id on failure.
30
31 2020-06-29 Tom de Vries <tdevries@suse.de>
32
33 * lib/gdb.exp (unknown): Make test-case unresolved.
34
35 2020-06-29 Tom de Vries <tdevries@suse.de>
36
37 PR gdb/25475
38 * gdb.server/solib-list.exp: Verify that the symbol reload
39 confirmation question is asked.
40
41 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
42
43 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
44 have a input seq nr in each pass message.
45 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
46 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
47 * gdb.python/python.exp: Make test names unique,
48 use gdb_test_multiline instead of gdb_py_test_multiple,
49 use $gdb_test_name.
50 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
51
52 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
53
54 * configure.ac: Add --enable-libctf.
55 * aclocal.m4: sinclude ../config/enable.m4.
56 * Makefile.in (site.exp): Add enable_libctf to site.exp.
57 * lib/gdb.exp (skip_ctf_tests): Use it.
58 * gdb.base/ctf-constvars.exp: Error message tweak.
59 * gdb.base/ctf-ptype.exp: Likewise.
60 * configure: Regenerate.
61
62 2020-06-26 Gary Benson <gbenson@redhat.com>
63
64 * gdb.cp/try_catch.cc: Include string.h.
65 (main): Replace comparison against string literal with
66 strcmp, avoiding build failure with -Wstring-compare.
67 Add "marker test-complete".
68 * gdb.cp/try_catch.exp: Run the test to the above marker,
69 then verify that the value of "test" is still true.
70
71 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
74
75 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
78
79 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
82 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
83 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
84 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
85 * gdb.arch/riscv-tdesc-loading.exp: New file.
86
87 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
90
91 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
92
93 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
94 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
95 * gdb.arch/riscv-tdesc-regs.c: New file.
96 * gdb.arch/riscv-tdesc-regs.exp: New file.
97
98 2020-06-24 Pedro Alves <palves@redhat.com>
99
100 * gdb.arch/amd64-entry-value-paramref.exp: Use
101 prepare_for_testing_full and don't pass "c++" for the .S file
102 build spec.
103 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
104 $options, since it's an assembly file. Remove -Wno-deprecated.
105 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
106 compiling C++ programs.
107
108 2020-06-24 Pedro Alves <palves@redhat.com>
109
110 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
111 Clang, add "-Wno-unknown-warning-option" to the options.
112
113 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.xml/tdesc-reload.c: New file.
116 * gdb.xml/tdesc-reload.exp: New file.
117 * gdb.xml/maint-xml-dump-01.xml: New file.
118 * gdb.xml/maint-xml-dump-02.xml: New file.
119 * gdb.xml/maint-xml-dump.exp: New file.
120
121 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
122
123 * lib/completion-support.exp (test_gdb_completion_offers_commands):
124 Adjust for omitted commands when TUI is disabled.
125
126 2020-06-23 Gary Benson <gbenson@redhat.com>
127 Pedro Alves <palves@redhat.com>
128
129 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
130 * gdb.cp/nsimport.cc: Likewise.
131 * gdb.cp/nsnested.cc: Likewise.
132 * gdb.cp/nsnoimports.cc: Likewise.
133 * gdb.cp/nsusing.cc: Likewise.
134 * gdb.cp/smartp.cc: Likewise.
135 * gdb.python/py-pp-integral.c: Likewise.
136 * gdb.python/py-pp-re-notag.c: Likewise.
137
138 2020-06-23 Gary Benson <gbenson@redhat.com>
139
140 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
141 * gdb.cp/nsimport.cc: Likewise.
142 * gdb.cp/nsnested.cc: Likewise.
143 * gdb.cp/nsnoimports.cc: Likewise.
144 * gdb.cp/nsusing.cc: Likewise.
145 * gdb.cp/smartp.cc: Likewise.
146 * gdb.python/py-pp-integral.c: Likewise.
147 * gdb.python/py-pp-re-notag.c: Likewise.
148
149 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * gdb.base/default-args.exp: New test.
152 * gdb.base/default-args.c: New file.
153 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
154 * gdb.base/default.exp: Update to new help text.
155 * gdb.base/help.exp: Likewise.
156 * gdb.base/page.exp: Likewise.
157 * gdb.base/style.exp: Likewise.
158 * gdb.guile/guile.exp: Likewise.
159 * gdb.python/python.exp: Likewise.
160
161 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
162
163 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
164 remote host. Fix search path syntax on Windows host.
165
166 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
167
168 * gdb.base/attach.exp: Test priority of 'exec-file' changed
169 over 'exec-file-mismatch'.
170 * gdb.base/attach.c: Mark should_exit volatile.
171 * gdb.base/attach2.c: Likewise. Add a comment explaining
172 why the sleep cannot be big.
173 * gdb.base/attach3.c: New file.
174
175 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
176
177 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
178 prefix optional.
179
180 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
181
182 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
183 for remote host.
184
185 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
186 Hafiz Abid Qadeer <abidh@codesourcery.com>
187
188 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
189 file sent to remote host.
190 (top level): Allow int32_t as type of 32-bit register.
191
192 2020-06-19 Tom de Vries <tdevries@suse.de>
193
194 * lib/gdb.exp (gdb_note): New proc.
195 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
196 (gdb_default_target_compile): ... here. Only call
197 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
198 (use_gdb_compile): Change to array.
199 (toplevel): Update sets of use_gdb_compile to specify language.
200 Warn about default_target_compile override. Store dejagnu's version
201 of default_target_compile in dejagnu_default_target_compile.
202
203 2020-06-18 Tom de Vries <tdevries@suse.de>
204
205 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
206 (default_gdb_init): ... here.
207
208 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
209
210 Fix TUI support checks in gdb.tui tests.
211
212 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
213 just say UNSUPPORTED.
214 * gdb.tui/corefile-run.exp: Likewise.
215 * gdb.tui/empty.exp: Likewise.
216 * gdb.tui/list-before.exp: Likewise.
217 * gdb.tui/list.exp: Likewise.
218 * gdb.tui/main.exp: Likewise.
219 * gdb.tui/regs.exp: Likewise.
220 * gdb.tui/resize.exp: Likewise.
221 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
222 * gdb.tui/tui-layout-asm.exp: Likewise.
223 * gdb.tui/tui-missing-src.exp: Likewise.
224 * gdb.tui/winheight.exp: Likewise.
225 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
226
227 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
228
229 Fix TCL error in gdb.python/py-format-string.exp.
230
231 * gdb.python/py-format-string.exp: Move test for python support
232 earlier, out of function body.
233
234 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
235
236 * gdb.base/index-cache-load-twice.c: New.
237 * gdb.base/index-cache-load-twice.exp: New.
238
239 2020-06-17 Keith Seitz <keiths@redhat.com>
240
241 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
242 when executing "gdb --configuration".
243
244 2020-06-17 Tom de Vries <tdevries@suse.de>
245
246 * lib/gdb.exp (gdb_tcl_unknown): New proc.
247 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
248 conditional on presence of gdb_tcl_unknown.
249 (gdb_finish): Make override undo conditional on presence of
250 gdb_tcl_unknown.
251
252 2020-06-16 Tom Tromey <tom@tromey.com>
253
254 * gdb.python/tui-window.py (failwin): New function. Register it
255 as a TUI window type.
256 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
257
258 2020-06-16 Gary Benson <gbenson@redhat.com>
259
260 * gdb.python/py-nested-maps.c (create_map): Add missing return
261 value.
262 (create_map_map): Likewise.
263
264 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
265
266 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
267 variable.
268 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
269 and use the already-defined 'options' variable.
270
271 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
272 Tom de Vries <tdevries@suse.de>
273
274 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
275 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
276 (gdb_setup_known_globals): New proc.
277 (gdb_cleanup_globals): New proc.
278 * lib/gdb.exp (load_lib): New override proc.
279 (gdb_stdin_log_init): Set var in_file as persistent global.
280 * lib/pascal.exp (gdb_stdin_log_init): Set vars
281 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
282 fpc_compiler as persistent global.
283
284 2020-06-12 Tom de Vries <tdevries@suse.de>
285
286 * lib/tuiterm.exp (spawn): Rename to ...
287 (tui_spawn): ... this.
288 (toplevel): Move rename of spawn ...
289 (gdb_init_tuiterm): ... here. New proc.
290 (gdb_finish_tuiterm): New proc.
291 * lib/gdb.exp (gdb_finish_hooks): New global var.
292 (gdb_finish): Handle gdb_finish_hooks.
293 (tuiterm_env): New proc.
294 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
295 tuiterm_env.
296 * gdb.tui/basic.exp: Same.
297 * gdb.tui/corefile-run.exp: Same.
298 * gdb.tui/empty.exp: Same.
299 * gdb.tui/list-before.exp: Same.
300 * gdb.tui/list.exp: Same.
301 * gdb.tui/main.exp: Same.
302 * gdb.tui/new-layout.exp: Same.
303 * gdb.tui/regs.exp: Same.
304 * gdb.tui/resize.exp: Same.
305 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
306 * gdb.tui/tui-layout-asm.exp: Same.
307 * gdb.tui/tui-missing-src.exp: Same.
308 * gdb.tui/winheight.exp: Same.
309
310 2020-06-12 Tom de Vries <tdevries@suse.de>
311
312 PR testsuite/26110
313 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
314 (gdb_finish): Reinstall dejagnu's override of ::unknown.
315
316 2020-06-11 Tom Tromey <tom@tromey.com>
317
318 PR gdb/18318:
319 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
320 floating point tests.
321
322 2020-06-11 Keith Seitz <keiths@redhat.com>
323
324 PR gdb/21356
325 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
326 vla_struct.
327 Add new struct vla_typedef and union vla_typedef_union and
328 corresponding instantiation objects.
329 Initialize new objects.
330 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
331 and vla_typedef_union_object.
332 Fixup type for vla_struct_object.
333
334 2020-06-11 Tom de Vries <tdevries@suse.de>
335
336 * lib/gdb.exp (with_override): New proc, factored out of ...
337 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
338
339 2020-06-10 Tom de Vries <tdevries@suse.de>
340
341 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
342
343 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
344
345 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
346 parameter, update callers.
347
348 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
349
350 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
351 * gdb.dwarf2/share-psymtabs-bt.c: New file.
352 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
353
354 2020-06-04 Tom de Vries <tdevries@suse.de>
355
356 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
357
358 2020-06-04 Tom de Vries <tdevries@suse.de>
359
360 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
361 exp_continue.
362
363 2020-06-04 Tom de Vries <tdevries@suse.de>
364
365 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
366
367 2020-06-03 Tom de Vries <tdevries@suse.de>
368
369 PR symtab/26046
370 * gdb.cp/breakpoint-locs-2.cc: New test.
371 * gdb.cp/breakpoint-locs.cc: New test.
372 * gdb.cp/breakpoint-locs.exp: New file.
373 * gdb.cp/breakpoint-locs.h: New test.
374
375 2020-06-03 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/25609
378 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
379 value of global verbose.
380 * gdb.base/jit-elf.exp: Same.
381 * gdb.base/jit-reader.exp: Same.
382
383 2020-06-02 Tom de Vries <tdevries@suse.de>
384
385 * gdb.dwarf2/multidictionary.exp: Don't use
386 gdb_spawn_with_cmdline_opts.
387
388 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
391 use_header case.
392 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
393 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
394 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
395 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
396 * gdb.dwarf2/dw2-inline-header.c: New file.
397 * gdb.dwarf2/dw2-inline-header.h: New file.
398
399 2020-05-30 Pedro Alves <palves@redhat.com>
400
401 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
402 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
403
404 2020-05-29 Gary Benson <gbenson@redhat.com>
405
406 * gdb.compile/compile-cplus.exp (additional_flags): Also
407 set when building with clang.
408 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
409 when building with clang.
410
411 2020-05-29 Gary Benson <gbenson@redhat.com>
412
413 * gdb.arch/i386-avx.exp (additional_flags): Also set when
414 building with clang.
415 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
416
417 2020-05-29 Gary Benson <gbenson@redhat.com>
418
419 * gdb.cp/koenig.exp (prepare_for_testing): Add
420 additional_flags=-Wno-unused-comparison.
421 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
422
423 2020-05-28 Gary Benson <gbenson@redhat.com>
424
425 * gdb.base/sigaltstack.c (catcher): Add default case to switch
426 statement.
427
428 2020-05-28 Gary Benson <gbenson@redhat.com>
429
430 * gdb.cp/classes.exp (prepare_for_testing): Add
431 additional_flags=-Wno-deprecated-register.
432 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
433 * gdb.cp/misc.exp: Likewise.
434
435 2020-05-28 Gary Benson <gbenson@redhat.com>
436
437 * gdb.linespec/cpls-ops.cc (dummy): New static global.
438 (test_op_new::operator new): Add return statement.
439 (test_op_new_array::operator new[]): Likewise.
440
441 2020-05-27 Pedro Alves <palves@redhat.com>
442
443 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
444 check. Use test_gdb_complete_unique instead of
445 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
446 test_gdb_complete_multiple instead of
447 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
448
449 2020-05-27 Luis Machado <luis.machado@linaro.org>
450
451 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
452 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
453 * gdb.arch/arm-disassembler-options.exp: Likewise.
454 * gdb.arch/arm-disp-step.exp: Likewise.
455 * gdb.arch/thumb-prologue.exp: Likewise.
456 * gdb.base/async.exp: Likewise.
457 * gdb.base/auxv.exp: Likewise.
458 * gdb.base/complex-parts.exp: Likewise.
459 * gdb.base/ena-dis-br.exp: Likewise.
460 * gdb.base/foll-exec.exp: Likewise.
461 * gdb.base/permissions.exp: Likewise.
462 * gdb.base/relocate.exp: Likewise.
463 * gdb.base/return2.exp: Likewise.
464 * gdb.base/sigbpt.exp: Likewise.
465 * gdb.base/siginfo-obj.exp: Likewise.
466 * gdb.cp/converts.exp: Likewise.
467 * gdb.cp/exceptprint.exp: Likewise.
468 * gdb.cp/inherit.exp: Likewise.
469 * gdb.cp/nsnoimports.exp: Likewise.
470 * gdb.cp/virtbase2.exp: Likewise.
471 * gdb.mi/mi-var-cmd.exp: Likewise.
472 * gdb.mi/var-cmd.c: Likewise.
473
474 2020-05-26 Tom Tromey <tromey@adacore.com>
475
476 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
477
478 2020-05-26 Tom Tromey <tromey@adacore.com>
479
480 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
481 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
482 type.
483 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
484 variable.
485
486 2020-05-26 Christian Biesinger <cbiesinger@google.com>
487
488 * Makefile.in: Use = instead of == for the test command
489 for portability.
490
491 2020-05-26 Tom de Vries <tdevries@suse.de>
492
493 * gdb.base/gold-gdb-index-2.c: New test.
494 * gdb.base/gold-gdb-index.c: New test.
495 * gdb.base/gold-gdb-index.exp: New file.
496 * gdb.base/gold-gdb-index.h: New test.
497
498 2020-05-25 Tom de Vries <tdevries@suse.de>
499
500 * boards/gold-gdb-index.exp: New file.
501
502 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
503
504 * boards/simavr.exp: New file.
505
506 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
507
508 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
509 * gdb.base/inferior-args.exp: New file.
510 * gdb.base/inferior-args.c: New file.
511
512 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
513
514 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
515 inferior_args. Pass it to gdb_reload.
516 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
517 inferior_args.
518 (gdb_reload): Add inferior_args argument.
519 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
520 pass it to gdbserver_run.
521 * boards/native-gdbserver.exp: Do not set noargs.
522 * boards/native-extended-gdbserver.exp (gdb_reload): Add
523 inferior_args argument.
524 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
525 * gdb.base/a2-run.exp: Check for use_gdb_stub.
526 * gdb.base/args.exp: Likewise.
527
528 2020-05-25 Tom de Vries <tdevries@suse.de>
529
530 * lib/gdb.exp (exec_is_pie): Add comment.
531
532 2020-05-25 Tom de Vries <tdevries@suse.de>
533
534 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
535 instead of $binfile in the untested message.
536
537 2020-05-25 Tom de Vries <tdevries@suse.de>
538
539 PR testsuite/26031
540 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
541
542 2020-05-25 Tom de Vries <tdevries@suse.de>
543
544 * boards/gold.exp: New file.
545
546 2020-05-23 Tom Tromey <tom@tromey.com>
547
548 * gdb.base/style.exp: Remove completion styling test.
549 * lib/gdb-utils.exp (style): Remove completion styles.
550
551 2020-05-23 Tom Tromey <tom@tromey.com>
552
553 * gdb.base/style.exp: Add completion styling test.
554 * lib/gdb-utils.exp (style): Add completion styles.
555
556 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.base/annota1.exp: Update expected results.
559 * gdb.cp/annota2.exp: Update expected results, remove duplicate
560 test name.
561 * gdb.cp/annota3.exp: Update expected results.
562
563 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
564
565 PR gdb/26016
566 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
567 against MAP_FAILED.
568 * gdb.base/coremaker.c (mmapdata): Likewise.
569 * gdb.base/jit-reader-host.c (main): Likewise.
570 * gdb.base/sym-file-loader.c (load): Likewise.
571 (load_shlib): Likewise.
572
573 2020-05-20 Tom Tromey <tromey@adacore.com>
574
575 * gdb.ada/array_char_idx.exp: Recognize initialized array.
576
577 2020-05-20 Tom de Vries <tdevries@suse.de>
578
579 PR symtab/25833
580 * gdb.base/with-mf-inc.c: New test.
581 * gdb.base/with-mf-main.c: New test.
582 * gdb.base/with-mf.exp: New file.
583
584 2020-05-19 Tom Tromey <tromey@adacore.com>
585
586 * gdb.rust/simple.exp: Restore missing test result.
587
588 2020-05-19 Tom de Vries <tdevries@suse.de>
589
590 * gdb.base/gdb-caching-proc.exp: Fix typo.
591
592 2020-05-19 Tom Tromey <tromey@adacore.com>
593
594 * gdb.rust/simple.exp: Add some test descriptions.
595 (test_one_slice): Use with_test_prefix.
596
597 2020-05-18 Tom de Vries <tdevries@suse.de>
598
599 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
600
601 2020-05-17 Pedro Alves <palves@redhat.com>
602
603 PR gdb/25741
604 * gdb.base/hw-sw-break-same-address.exp: New file.
605
606 2020-05-16 Pedro Alves <palves@redhat.com>
607
608 * gdb.multi/multi-re-run.exp (test_re_run): Switch
609 LAST_LOADED_FILE accordingly.
610
611 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
612
613 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
614
615 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
616
617 * gdb.base/help.exp: Test apropos and help for commands
618 having aliases. Fixed comments not starting with an
619 upper-case letter or not finishing with a dot.
620
621 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
622
623 * gdb.base/alias.exp: Update help output check.
624
625 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * gdb.base/default.exp: Update output following fixes.
628
629 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
630
631 * gdb.base/alias.exp: Test aliases starting with a prefix of
632 another alias.
633
634 2020-05-15 Gary Benson <gbenson@redhat.com>
635
636 * gdb.base/info-os.c (main): Add return statement.
637 * gdb.base/info_minsym.c (minsym_fun): Likewise.
638 * gdb.base/large-frame-2.c (func): Likewise.
639 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
640 * gdb.base/pr10179-b.c (foo2): Likewise.
641 * gdb.base/valgrind-disp-step.c (foo): Likewise.
642 * gdb.base/watch-cond.c (func): Likewise.
643 * gdb.multi/goodbye.c (verylongfun): Likewise.
644 * gdb.multi/hello.c (commonfun): Likewise.
645 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
646 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
647 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
648 Likewise.
649 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
650 * gdb.threads/interrupt-while-step-over.c (child_function):
651 Likewise.
652 * gdb.trace/actions-changed.c (end): Likewise.
653
654 2020-05-15 Gary Benson <gbenson@redhat.com>
655
656 * gdb.opencl/callfuncs.exp: Report when test skipped.
657 * gdb.opencl/convs_casts.exp: Likewise.
658 * gdb.opencl/datatypes.exp: Likewise.
659 * gdb.opencl/operators.exp: Likewise.
660 * gdb.opencl/vec_comps.exp: Likewise.
661
662 2020-05-15 Tom de Vries <tdevries@suse.de>
663
664 * gdb.base/align.exp.in: Rename to ...
665 * gdb.base/align.exp.tcl: ... this.
666 * gdb.base/align-c++.exp: Update.
667 * gdb.base/align-c.exp: Update.
668 * gdb.base/all-architectures.exp.in: Rename to ...
669 * gdb.base/all-architectures.exp: ... this.
670 * gdb.base/all-architectures-0.exp: Update.
671 * gdb.base/all-architectures-1.exp: Update.
672 * gdb.base/all-architectures-2.exp: Update.
673 * gdb.base/all-architectures-3.exp: Update.
674 * gdb.base/all-architectures-4.exp: Update.
675 * gdb.base/all-architectures-5.exp: Update.
676 * gdb.base/all-architectures-6.exp: Update.
677 * gdb.base/all-architectures-7.exp: Update.
678 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
679 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
680 * gdb.base/infcall-nested-structs-c++.exp: Update.
681 * gdb.base/infcall-nested-structs-c.exp: Update.
682 * gdb.base/info-types.exp.in: Rename to ...
683 * gdb.base/info-types.exp.tcl: ... this.
684 * gdb.base/info-types-c++.exp: Update.
685 * gdb.base/info-types-c.exp: Update.
686 * gdb.base/max-depth.exp.in: Rename to ...
687 * gdb.base/max-depth.exp.tcl: ... this.
688 * gdb.base/max-depth-c++.exp: Update.
689 * gdb.base/max-depth-c.exp: Update.
690 * gdb.cp/cpexprs.exp.in: Rename to ...
691 * gdb.cp/cpexprs.exp.tcl: ... this.
692 * gdb.cp/cpexprs-debug-types.exp: Update.
693 * gdb.cp/cpexprs.exp: Update.
694 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
695 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
696 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
697 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
698 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
699 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
700 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
701 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
702 * gdb.dwarf2/clang-debug-names-2.exp: Update.
703 * gdb.dwarf2/clang-debug-names.exp: Update.
704
705 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * lib/check-test-names.exp: Remove code that prevents this file
708 loading when tests are run in parallel.
709
710 2020-05-15 Pedro Alves <palves@redhat.com>
711
712 * gdb.multi/multi-kill.exp (start_inferior): Remove
713 'testpid' parameter. Refer to namespace variable directly.
714 (testpid): Declare as namespace variable.
715
716 2020-05-15 Pedro Alves <palves@redhat.com>
717
718 * gdb.multi/multi-kill.exp: Wrap in namespace.
719 (start_inferior): Add TESTPID parameter. Use it instead of the
720 testpid global.
721 (top level): Define empty TESTPID array, and pass it down to
722 start_inferior.
723
724 2020-05-14 Tom de Vries <tdevries@suse.de>
725
726 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
727 output.
728
729 2020-05-14 Tom de Vries <tdevries@suse.de>
730
731 * gdb.base/align.exp: Split into ...
732 * gdb.base/align.exp.in: ...
733 * gdb.base/align-c++.exp: ...
734 * gdb.base/align-c.exp: ... these.
735 * gdb.base/infcall-nested-structs.exp: Split into ...
736 * gdb.base/infcall-nested-structs.exp.in: ...
737 * gdb.base/infcall-nested-structs-c++.exp: ...
738 * gdb.base/infcall-nested-structs-c.exp: ... these.
739 * gdb.base/info-types.exp: Split into ...
740 * gdb.base/info-types.exp.in: ...
741 * gdb.base/info-types-c++.exp: ...
742 * gdb.base/info-types-c.exp: ... these.
743 * gdb.base/max-depth.exp: Split into ...
744 * gdb.base/max-depth.exp.in: ...
745 * gdb.base/max-depth-c++.exp: ...
746 * gdb.base/max-depth-c.exp: ... these.
747 * gdb.cp/infcall-nodebug.exp: Split into ...
748 * gdb.cp/infcall-nodebug.exp.in: ...
749 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
750 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
751 * gdb.cp/infcall-nodebug-c-d0.exp: ...
752 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
753
754 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
755 Pedro Alves <palves@redhat.com>
756
757 * gdb.multi/multi-exit.c: New file.
758 * gdb.multi/multi-exit.exp: New file.
759 * gdb.multi/multi-kill.c: New file.
760 * gdb.multi/multi-kill.exp: New file.
761
762 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
763
764 * gdb.base/annota1.exp: Update the expected output.
765 * gdb.cp/annota2.exp: Ditto.
766
767 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * lib/check-test-names.exp: Disable when testing is being run in
770 parallel.
771
772 2020-05-12 Tom de Vries <tdevries@suse.de>
773
774 * gdb.base/jit-elf.exp: Fix string concat.
775
776 2020-05-12 Tom de Vries <tdevries@suse.de>
777
778 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
779 messages.
780
781 2020-05-12 Tom de Vries <tdevries@suse.de>
782
783 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
784
785 2020-05-12 Tom de Vries <tdevries@suse.de>
786
787 * gdb.ada/catch_ex.exp: Use with_test_prefix.
788 * gdb.ada/mi_catch_ex.exp: Same.
789 * gdb.ada/mi_catch_ex_hand.exp: Same.
790
791 2020-05-12 Tom de Vries <tdevries@suse.de>
792
793 * gdb.fortran/complex.exp: Use with_test_prefix.
794
795 2020-05-12 Tom de Vries <tdevries@suse.de>
796
797 * gdb.trace/passcount.exp: Fix test-names.
798
799 2020-05-12 Tom de Vries <tdevries@suse.de>
800
801 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
802
803 2020-05-12 Tom de Vries <tdevries@suse.de>
804
805 * gdb.gdb/complaints.exp: Use with_test_prefix.
806 * gdb.xml/tdesc-regs.exp: Same.
807 * gdb.opt/inline-locals.exp: Fix test name.
808
809 2020-05-12 Tom de Vries <tdevries@suse.de>
810
811 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
812 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
813 * gdb.dwarf2/implref-struct.exp: Same.
814 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
815 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
816
817 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
818
819 * gdb.base/jit-so.exp (one_jit_test): Change test name.
820
821 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * lib/check-test-names.exp (all_test_names): New module variable.
824 (counts): Add 'duplicates' field.
825 (_check_duplicates): New procedure.
826 (check): Also check for duplicates.
827 (do_log_summary): Print duplicates count.
828 (do_reset_vars): Reset counter for duplicate test names, and
829 discard all know test names.
830
831 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * lib/gdb.exp: Include check-test-names.exp library.
834 * lib/check-test-names.exp: New file.
835
836 2020-05-11 Tom de Vries <tdevries@suse.de>
837
838 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
839
840 2020-05-11 Keith Seitz <keiths@redhat.com>
841
842 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
843
844 2020-05-11 Tom de Vries <tdevries@suse.de>
845
846 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
847 * gdb.cp/cpexprs.exp.in: .. here.
848 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
849 cpexprs.exp.
850
851 2020-05-11 Keith Seitz <keiths@redhat.com>
852
853 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
854 test names.
855 * gdb.ada/arrayptr.exp: Likewise.
856 * gdb.ada/assign_arr.exp: Likewise.
857 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
858 * gdb.ada/bp_on_var.exp: Likewise.
859 * gdb.ada/call_pn.exp: Likewise.
860 * gdb.ada/complete.exp: Likewise.
861 * gdb.ada/fun_overload_menu.exp: Likewise.
862 * gdb.ada/funcall_param.exp: Likewise.
863 * gdb.ada/funcall_ref.exp: Likewise.
864 * gdb.ada/packed_array_assign.exp: Likewise.
865 * gdb.ada/same_component_name.exp: Likewise.
866 * gdb.ada/type_coercion.exp: Likewise.
867 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
868 * gdb.ada/variant_record_packed_array.exp: Likewise.
869
870 2020-05-11 Tom de Vries <tdevries@suse.de>
871
872 PR symtab/25941
873 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
874 out of ...
875 * gdb.dwarf2/clang-debug-names.exp: ... here.
876 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
877 clang-debug-names.exp.in.
878 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
879 * gdb.dwarf2/clang-debug-names-2.c: New test.
880
881 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
882
883 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
884 (fortran_runto_main): New Proc, fortran version of runto_main.
885 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
886 * gdb.fortran/array-bounds.exp: Likewise.
887 * gdb.fortran/array-slices.exp: Likewise.
888 * gdb.fortran/block-data.exp: Likewise.
889 * gdb.fortran/charset.exp: Likewise.
890 * gdb.fortran/common-block.exp: Likewise.
891 * gdb.fortran/complex.exp: Likewise.
892 * gdb.fortran/derived-type-function.exp: Likewise.
893 * gdb.fortran/derived-type.exp: Likewise.
894 * gdb.fortran/info-modules.exp: Likewise.
895 * gdb.fortran/info-types.exp: Likewise.
896 * gdb.fortran/intrinsics.exp: Likewise.
897 * gdb.fortran/library-module.exp: Likewise.
898 * gdb.fortran/logical.exp: Likewise.
899 * gdb.fortran/max-depth.exp: Likewise.
900 * gdb.fortran/module.exp: Likewise.
901 * gdb.fortran/multi-dim.exp: Likewise.
902 * gdb.fortran/nested-funcs.exp: Likewise.
903 * gdb.fortran/print-formatted.exp: Likewise.
904 * gdb.fortran/print_type.exp: Likewise.
905 * gdb.fortran/printing-types.exp: Likewise.
906 * gdb.fortran/ptr-indentation.exp: Likewise.
907 * gdb.fortran/ptype-on-functions.exp: Likewise.
908 * gdb.fortran/subarray.exp: Likewise.
909 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
910 * gdb.fortran/vla-datatypes.exp: Likewise.
911 * gdb.fortran/vla-history.exp: Likewise.
912 * gdb.fortran/vla-ptr-info.exp: Likewise.
913 * gdb.fortran/vla-ptype-sub.exp: Likewise.
914 * gdb.fortran/vla-ptype.exp: Likewise.
915 * gdb.fortran/vla-sizeof.exp: Likewise.
916 * gdb.fortran/vla-type.exp: Likewise.
917 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
918 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
919 * gdb.fortran/vla-value-sub.exp: Likewise.
920 * gdb.fortran/vla-value.exp: Likewise.
921 * gdb.fortran/whatis_type.exp: Likewise.
922 * gdb.mi/mi-var-child-f.exp: Likewise.
923
924 2020-05-09 Tom de Vries <tdevries@suse.de>
925
926 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
927
928 2020-05-08 Tom de Vries <tdevries@suse.de>
929
930 * gdb.dwarf2/clang-debug-names.c: New test.
931 * gdb.dwarf2/clang-debug-names.exp: New file.
932
933 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
934
935 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
936 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
937
938 2020-05-06 Tom de Vries <tdevries@suse.de>
939
940 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
941 breakpoint is at a "recommended breakpoint location".
942 * gdb.reverse/consecutive-reverse.exp: Same.
943
944 2020-05-06 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
947 address.
948
949 2020-05-06 Tom de Vries <tdevries@suse.de>
950
951 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
952
953 2020-05-06 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/store.exp (check_set, up_set): Allowing missing location
956 info for r.
957
958 2020-05-06 Tom de Vries <tdevries@suse.de>
959
960 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
961 necessary.
962
963 2020-05-06 Tom de Vries <tdevries@suse.de>
964
965 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
966 void.
967
968 2020-05-06 Tom de Vries <tdevries@suse.de>
969
970 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
971 of ...
972 * gdb.base/async.exp: ... here.
973 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
974 "recommended breakpoint location".
975
976 2020-05-06 Tom de Vries <tdevries@suse.de>
977
978 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
979
980 2020-05-04 Tom de Vries <tdevries@suse.de>
981
982 * gdb.base/async.exp: Check whether instruction addresses are a
983 "recommended breakpoint location".
984
985 2020-05-03 Tom Tromey <tom@tromey.com>
986
987 * gdb.base/sepdebug.exp: Remove "catch" test.
988 * gdb.base/break.exp: Remove "catch" test.
989 * gdb.base/default.exp: Update expected output.
990
991 2020-05-02 Tom de Vries <tdevries@suse.de>
992
993 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
994 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
995 * gdb.arch/i386-mpx-map.exp: Same.
996 * gdb.arch/i386-mpx-sigsegv.exp: Same.
997 * gdb.arch/i386-mpx-simple_segv.exp: Same.
998 * gdb.arch/i386-mpx.exp: Same.
999
1000 2020-05-02 Tom de Vries <tdevries@suse.de>
1001
1002 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1003
1004 2020-05-01 Tom de Vries <tdevries@suse.de>
1005
1006 * gdb.ada/operator_bp.exp: Allow more than required amount of
1007 breakpoint.
1008
1009 2020-05-01 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1012
1013 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1014
1015 PR gdb/18706
1016 * gdb.cp/stub-array-size.cc: New test.
1017 * gdb.cp/stub-array-size.exp: New file.
1018 * gdb.cp/stub-array-size.h: New test.
1019 * gdb.cp/stub-array-size2.cc: New test.
1020
1021 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1022
1023 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1024 output to the new format.
1025
1026 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1027
1028 * gdb.base/break.exp: Use with_test_prefix.
1029
1030 2020-04-29 Tom de Vries <tdevries@suse.de>
1031
1032 * lib/gdb.exp (debug_types): New proc.
1033 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1034 * gdb.python/py-symtab.exp: Same.
1035
1036 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1037
1038 PR gdb/17320
1039 * gdb.base/pretty-array.c: New test.
1040 * gdb.base/pretty-array.exp: New file.
1041
1042 2020-04-29 Tom de Vries <tdevries@suse.de>
1043
1044 PR symtab/25889
1045 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1046 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1047 and include cpexprs.exp.
1048
1049 2020-04-28 Mark Williams <mark@myosotissp.com>
1050
1051 PR gdb/24480
1052 * dw4-toplevel-types.exp: Test for top level types.
1053 * dw4-toplevel-types.cc: Test for top level types.
1054
1055 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1056
1057 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1058 (theads -> threads).
1059
1060 2020-04-28 Tom de Vries <tdevries@suse.de>
1061
1062 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1063
1064 2020-04-28 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1067
1068 2020-04-28 Tom de Vries <tdevries@suse.de>
1069
1070 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1071
1072 2020-04-28 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.dwarf2/main-foo.c: New test.
1075 * gdb.dwarf2/struct-with-sig.exp: New file.
1076
1077 2020-04-25 Tom de Vries <tdevries@suse.de>
1078
1079 * boards/debug-types.exp: New file.
1080
1081 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1084
1085 2020-04-24 Tom Tromey <tom@tromey.com>
1086
1087 PR symtab/12707:
1088 * gdb.python/py-symbol.exp: Update expected results for
1089 linkage_name test.
1090 * gdb.cp/print-demangle.exp: New file.
1091 * gdb.base/c-linkage-name.exp: Fix test.
1092 * gdb.guile/scm-symbol.exp: Update expected results for
1093 linkage_name test.
1094
1095 2020-04-24 Tom Tromey <tom@tromey.com>
1096
1097 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1098 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1099 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1100 assembler.
1101
1102 2020-04-24 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1105 C++.
1106
1107 2020-04-24 Tom Tromey <tromey@adacore.com>
1108
1109 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1110 values.
1111 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1112 values. Update test for minimal encodings.
1113 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1114 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1115 values. Update test for minimal encodings.
1116
1117 2020-04-24 Tom Tromey <tromey@adacore.com>
1118
1119 PR python/23662:
1120 * gdb.ada/variant.exp: Add Python checks.
1121 * gdb.rust/simple.exp: Add dynamic type checks.
1122
1123 2020-04-24 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1126 Make array type matching more lax.
1127 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1128 * gdb.ada/mi_variant.exp: New file.
1129 * gdb.ada/mi_variant/pck.ads: New file.
1130 * gdb.ada/mi_variant/pkg.adb: New file.
1131 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1132 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1133
1134 2020-04-24 Tom Tromey <tromey@adacore.com>
1135
1136 * gdb.ada/variant.exp: Add dynamic field offset tests.
1137 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1138 * gdb.ada/variant/pkg.adb: Add new variables.
1139
1140 2020-04-24 Tom Tromey <tromey@adacore.com>
1141
1142 * gdb.ada/variant.exp: New file
1143 * gdb.ada/variant/pkg.adb: New file
1144 * gdb.ada/variant/pck.adb: New file
1145
1146 2020-04-24 Tom de Vries <tdevries@suse.de>
1147
1148 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1149
1150 2020-04-24 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1153 flags.
1154
1155 2020-04-24 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1158
1159 2020-04-24 Tom de Vries <tdevries@suse.de>
1160
1161 * lib/gdb.exp (default_gdb_start): Handle eof.
1162 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1163 failure.
1164 * gdb.base/readnever.exp: Handle clean_restart failure.
1165
1166 2020-04-23 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.base/decl-before-def.exp: Run to main and print a again.
1169
1170 2020-04-23 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/decl-before-def-decl.c: New test.
1173 * gdb.base/decl-before-def-def.c: New test.
1174 * gdb.base/decl-before-def.exp: New file.
1175
1176 2020-04-23 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1179
1180 2020-04-22 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1183 debug_info_offset.
1184 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1185 before $objsfile in the line line.
1186
1187 2020-04-22 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1190
1191 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1192
1193 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1194 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1195 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1196 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1197 * gdb.base/jit-protocol.h: Update definitions to match all usage
1198 contexts.
1199
1200 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1201
1202 * gdb.base: Rename all jit related test and source files.
1203
1204 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1205
1206 * gdb.base/jit-reader.exp: Relax register output check.
1207
1208 2020-04-22 Tom de Vries <tdevries@suse.de>
1209
1210 PR symtab/25764
1211 * gdb.base/psym-external-decl-2.c: New test.
1212 * gdb.base/psym-external-decl.c: New test.
1213 * gdb.base/psym-external-decl.exp: New file.
1214 * gdb.threads/tls.exp: Add PR25807 kfail.
1215
1216 2020-04-22 Tom de Vries <tdevries@suse.de>
1217
1218 PR symtab/25801
1219 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1220 in "info source" output.
1221
1222 2020-04-22 Tom de Vries <tdevries@suse.de>
1223
1224 PR symtab/25700
1225 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1226 symtab for imported_unit.c.
1227
1228 2020-04-21 Gary Benson <gbenson@redhat.com>
1229
1230 * gdb.base/advance.c (func): New argument, to match call site.
1231 (func2, func3): Add return statements.
1232
1233 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1234
1235 * gdb.multi/run-only-second-inf.c: New file.
1236 * gdb.multi/run-only-second-inf.exp: New file.
1237
1238 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1239
1240 * gdb.btrace/multi-inferior.c: New test.
1241 * gdb.btrace/multi-inferior.exp: New file.
1242
1243 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1244
1245 * gdb.btrace/enable-new-thread.c: New test.
1246 * gdb.btrace/enable-new-thread.exp: New file.
1247
1248 2020-04-21 Tom de Vries <tdevries@suse.de>
1249
1250 PR gdb/25471
1251 * gdb.threads/killed-outside.c: New test.
1252 * gdb.threads/killed-outside.exp: New file.
1253
1254 2020-04-20 Gary Benson <gbenson@redhat.com>
1255
1256 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1257 * gdb.base/nested-subp2.exp: Likewise.
1258 * gdb.base/nested-subp3.exp: Likewise.
1259
1260 2020-04-20 Gary Benson <gbenson@redhat.com>
1261
1262 * gdb.base/nested-subp1.exp: Disable test when using clang.
1263 * gdb.base/nested-subp2.exp: Likewise.
1264 * gdb.base/nested-subp3.exp: Likewise.
1265
1266 2020-04-20 Gary Benson <gbenson@redhat.com>
1267
1268 * gdb.cp/exception.cc: Fix compilation error with clang.
1269
1270 2020-04-20 Gary Benson <gbenson@redhat.com>
1271
1272 * gdb.trace/tspeed.c: Fix compilation error with clang.
1273
1274 2020-04-20 Gary Benson <gbenson@redhat.com>
1275
1276 * gdb.base/jit-main.c: Fix compilation error with clang.
1277
1278 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1279
1280 * gdb.base/attach-twice.c: Include "sys/types.h".
1281 (PTRACE_ATTACH): Add fallback definition.
1282 (main): Pass `0' to the 4th argument of `ptrace'.
1283
1284 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1285
1286 * gdb.base/fork-running-state.c: Include "signal.h".
1287
1288 2020-04-17 Tom Tromey <tromey@adacore.com>
1289
1290 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1291 Update tests.
1292 * gdb.btrace/cpu.exp: Update tests.
1293 * gdb.base/maint.exp: Update tests.
1294 * gdb.base/default.exp: Update tests.
1295 * gdb.base/completion.exp: Update tests.
1296
1297 2020-04-16 Tom de Vries <tdevries@suse.de>
1298
1299 PR symtab/25791
1300 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1301 (ensure_gdb_index): and factor out and move ...
1302 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1303 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1304
1305 2020-04-16 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1308 loading exec.
1309
1310 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1311
1312 * gdb.base/many-completions.exp: New file.
1313
1314 2020-04-14 Tom de Vries <tdevries@suse.de>
1315
1316 PR symtab/25718
1317 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1318
1319 2020-04-14 Tom de Vries <tdevries@suse.de>
1320
1321 PR symtab/25720
1322 * gdb.base/maint-expand-symbols-header-file.c: New test.
1323 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1324 * gdb.base/maint-expand-symbols-header-file.h: New test.
1325
1326 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1327
1328 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1329 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1330 get_func_info.
1331 (get_func_info): Delete.
1332 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1333 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1334 * lib/dwarf.exp (get_func_info): New function.
1335
1336 2020-04-13 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1339 to what find_gnatmake does.
1340
1341 2020-04-10 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1344 -readnow.
1345
1346 2020-04-10 Tom de Vries <tdevries@suse.de>
1347
1348 PR cli/25808
1349 * gdb.base/style.c: Add leading newlines.
1350 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1351 Check listing of main's one-line body.
1352
1353 2020-04-08 Tom de Vries <tdevries@suse.de>
1354
1355 * lib/gdb.exp (psymtabs_p): New proc.
1356 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1357 importing unit" unsupported if there are no partial symbols.
1358
1359 2020-04-08 Tom de Vries <tdevries@suse.de>
1360
1361 PR testsuite/25760
1362 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1363
1364 2020-04-07 Tom de Vries <tdevries@suse.de>
1365
1366 PR symtab/25796
1367 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1368
1369 2020-04-07 Tom de Vries <tdevries@suse.de>
1370
1371 * gdb.base/check-psymtab.c: New test.
1372 * gdb.base/check-psymtab.exp: New file.
1373
1374 2020-04-06 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.ada/variant-record/proc.adb: New file.
1377 * gdb.ada/variant-record/value.adb: New file.
1378 * gdb.ada/variant-record/value.s: New file.
1379 * gdb.ada/variant-record.exp: New file.
1380
1381 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1382
1383 PR gdb/25325
1384 * gdb.cp/typed-enum.cc: New test.
1385 * gdb.cp/typed-enum.exp: New file.
1386
1387 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1390 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1391 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1392 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1393 * gdb.opt/inline-small-func.c: New file.
1394 * gdb.opt/inline-small-func.exp: New file.
1395 * gdb.opt/inline-small-func.h: New file.
1396
1397 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1400 function.
1401
1402 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * lib/dwarf.exp (function_range): Allow compiler options to be
1405 specified.
1406
1407 2020-04-02 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1410 __attribute__((always_inline)).
1411 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1412
1413 2020-04-02 Tom de Vries <tdevries@suse.de>
1414
1415 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1416 (gdbserver_gdb_exit): ... here. Add timeout warning.
1417 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1418 (connect_target_extended_remote): Append new server_spawn_id to
1419 server_spawn_ids.
1420 (cleanup): New proc.
1421 (setup, <toplevel>): Call cleanup.
1422
1423 2020-04-02 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/main-psymtab.exp: New file.
1426
1427 2020-04-02 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1430
1431 2020-04-01 Tom Tromey <tom@tromey.com>
1432
1433 * gdb.base/complex-parts.exp: Add type tests.
1434
1435 2020-04-01 Tom Tromey <tom@tromey.com>
1436
1437 * gdb.base/complex-parts.exp: Add arithmetic tests.
1438
1439 2020-04-01 Tom Tromey <tom@tromey.com>
1440
1441 * gdb.compile/compile.exp: Update.
1442 * gdb.compile/compile-cplus.exp: Update.
1443 * gdb.base/varargs.exp: Update.
1444 * gdb.base/floatn.exp: Update.
1445 * gdb.base/endianity.exp: Update.
1446 * gdb.base/callfuncs.exp (do_function_calls): Update.
1447 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1448 (complex_float_integral_args): Update.
1449 * gdb.base/complex.exp: Update.
1450 * gdb.base/complex-parts.exp: Update.
1451
1452 2020-04-01 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.rust/union.rs: New file.
1455 * gdb.rust/union.exp: New file.
1456 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1457 (main): Update.
1458 * gdb.rust/simple.exp: Move union tests to union.exp.
1459
1460 2020-04-01 Tom Tromey <tromey@adacore.com>
1461
1462 * gdb.rust/simple.rs (main): Remove "y0".
1463
1464 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1465
1466 * gdb.multi/stop-all-on-exit.c: New test.
1467 * gdb.multi/stop-all-on-exit.exp: New file.
1468
1469 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1470
1471 PR gdb/24789
1472 * gdb.cp/misc.cc: Add integer reference variable.
1473 * gdb.cp/misc.exp: Add test.
1474
1475 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1476
1477 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1478 scenario to cover execution until the end and also the case
1479
1480 2020-03-31 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1483 c. Use "maint info symtabs" to check symtab expansion.
1484
1485 2020-03-30 Tom de Vries <tdevries@suse.de>
1486
1487 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1488 unsupported.
1489 (verify_psymtab_expanded): Move ...
1490 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1491 test.
1492 (readnow): New proc.
1493
1494 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1497 with $hex.
1498
1499 2020-03-20 Tom Tromey <tromey@adacore.com>
1500
1501 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1502
1503 2020-03-20 Tom Tromey <tromey@adacore.com>
1504
1505 * gdb.ada/sub_variant/subv.adb: New file.
1506 * gdb.ada/sub_variant.exp: New file.
1507
1508 2020-03-20 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1511 first break fails.
1512 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1513
1514 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.server/exit-multiple-threads.c: New file.
1517 * gdb.server/exit-multiple-threads.exp: New file.
1518
1519 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.fortran/mixed-lang-stack.c: New file.
1522 * gdb.fortran/mixed-lang-stack.cpp: New file.
1523 * gdb.fortran/mixed-lang-stack.exp: New file.
1524 * gdb.fortran/mixed-lang-stack.f90: New file.
1525
1526 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * gdb.linespec/cp-completion-aliases.cc: New file.
1529 * gdb.linespec/cp-completion-aliases.exp: New file.
1530
1531 2020-03-19 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1534 more precise.
1535
1536 2020-03-18 Tom de Vries <tdevries@suse.de>
1537
1538 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1539 * gdb.dwarf2/break-inline-psymtab.c: New test.
1540 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1541
1542 2020-03-16 Tom de Vries <tdevries@suse.de>
1543
1544 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1545 cache_verify and cache_verify_proc.
1546
1547 2020-03-15 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.server/solib-list.exp: Handle
1550 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1551
1552 2020-03-15 Tom de Vries <tdevries@suse.de>
1553
1554 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1555 objfiles".
1556
1557 2020-03-14 Tom Tromey <tom@tromey.com>
1558
1559 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1560
1561 2020-03-14 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1564
1565 2020-03-14 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1568 result in line-by-line fashion.
1569
1570 2020-03-14 Tom de Vries <tdevries@suse.de>
1571
1572 * lib/gdb.exp (supports_statement_frontiers): New proc.
1573 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1574
1575 2020-03-14 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/printcmds.exp: Add missing quoting for "print
1578 teststring2".
1579
1580 2020-03-13 Tom Tromey <tom@tromey.com>
1581
1582 * gdb.base/printcmds.exp (test_print_strings): Add regression
1583 test.
1584 * gdb.base/printcmds.c (charptr): New typedef.
1585 (teststring2): New global.
1586
1587 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1590 full path in the test name.
1591 (test_ld): Add some with_test_prefix blocks to make test names
1592 unique.
1593
1594 2020-03-13 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1597
1598 2020-03-13 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1601
1602 2020-03-13 Tom de Vries <tdevries@suse.de>
1603
1604 PR symtab/25646
1605 * gdb.dwarf2/imported-unit.exp: Add test.
1606
1607 2020-03-13 Tom de Vries <tdevries@suse.de>
1608
1609 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1610 (var1, var2): New variable.
1611 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1612 matching symbols.
1613
1614 2020-03-13 Tom de Vries <tdevries@suse.de>
1615
1616 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1617 (Term::command): Use prompt prefix.
1618 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1619 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1620 command_no_prompt_prefix instead of prefix.
1621 * gdb.tui/tui-layout-asm.exp: Same.
1622
1623 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1624
1625 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1626
1627 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1628
1629 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1630 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1631 on" while stepping over the test instruction, match printed
1632 message.
1633
1634 2020-03-12 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.base/info-types.exp: Use exp_continue during matching of output
1637 of "info types".
1638
1639 2020-03-12 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1642
1643 2020-03-12 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.fortran/module.exp: Use exp_continue during matching of output
1646 of "info variable -n".
1647
1648 2020-03-12 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1651 gdb.dwarf2/dw2-ranges-base.c.
1652
1653 2020-03-12 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1656 in presence of GLIBC debuginfo.
1657
1658 2020-03-12 Tom de Vries <tdevries@suse.de>
1659
1660 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1661 $core.
1662
1663 2020-03-12 Tom de Vries <tdevries@suse.de>
1664
1665 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1666 more precise.
1667
1668 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1669
1670 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1671 from Unix to Windows path.
1672
1673 2020-03-11 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.ada/minsyms.exp: Set language to ada.
1676
1677 2020-03-11 Tom de Vries <tdevries@suse.de>
1678
1679 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1680
1681 2020-03-11 Tom de Vries <tdevries@suse.de>
1682
1683 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1684
1685 2020-03-11 Tom Tromey <tromey@adacore.com>
1686
1687 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1688
1689 2020-03-11 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1692
1693 2020-03-11 Tom de Vries <tdevries@suse.de>
1694
1695 * gdb.base/break-interp.exp: Limit verbose scope.
1696
1697 2020-03-11 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.fortran/logical.f90: Define variable with character type.
1700 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1701
1702 2020-03-11 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1705
1706 2020-03-11 Tom de Vries <tdevries@suse.de>
1707
1708 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1709 symtabs.
1710
1711 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1712 Bernd Edlinger <bernd.edlinger@hotmail.de>
1713
1714 * gdb.cp/step-and-next-inline.cc: New file.
1715 * gdb.cp/step-and-next-inline.exp: New file.
1716 * gdb.cp/step-and-next-inline.h: New file.
1717 * gdb.dwarf2/dw2-is-stmt.c: New file.
1718 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1719 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1720 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1721 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1722
1723 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1726 is-stmt flag in the line table.
1727
1728 2020-03-09 Tom de Vries <tdevries@suse.de>
1729
1730 * lib/gdb.exp (cached_file): Create cache dir.
1731
1732 2020-03-07 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1735 * gdb.cp/rvalue-ref-params.exp: Same.
1736
1737 2020-03-06 Tom de Vries <tdevries@suse.de>
1738
1739 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1740 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1741
1742 2020-03-06 Tom de Vries <tdevries@suse.de>
1743
1744 * README: Fix "the the".
1745 * gdb.base/dprintf.exp: Same.
1746
1747 2020-03-05 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.base/maint.exp: Update "main print statistics" expected output.
1750
1751 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1752
1753 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1754 (fortran_int8): Likewise.
1755 (fortran_real4): Likewise.
1756 (fortran_real8): Likewise.
1757 (fortran_complex4): Likewise.
1758 (fortran_logical4): Likewise.
1759 (fortran_character1): Likewise.
1760
1761 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1764 printed as true.
1765
1766 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1767
1768 * gdb.base/printcmds.exp: Add test to verify printf of a
1769 variable holding an address.
1770
1771 2020-03-03 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1774
1775 2020-03-03 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1778 gdb_test_multiple call.
1779
1780 2020-03-03 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1783 gdb_test_multiple calls.
1784
1785 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.base/default.exp: Remove test of 'set history filename'.
1788 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1789 filename to the empty string.
1790 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1791 and GDBHISTSIZE.
1792
1793 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1796 disabled.
1797
1798 2020-03-02 Pedro Alves <palves@redhat.com>
1799 Tom de Vries <tdevries@suse.de>
1800
1801 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1802 -prompt prefix, before user_code argument. Add -lbl option likewise.
1803 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1804 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1805 argument.
1806 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1807 have "\r\n" at start-of-line, instead of at end-of-line.
1808
1809 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1810
1811 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1812 libinproctrace.so.
1813
1814 2020-02-28 Luis Machado <luis.machado@linaro.org>
1815
1816 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1817 to "p/x".
1818
1819 2020-02-28 Luis Machado <luis.machado@linaro.org>
1820
1821 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1822 asm/ptrace.h and error.h.
1823
1824 2020-02-28 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1827 (struct wrapper, do_something, mundane/symada__cS): Move ...
1828 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1829 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1830 Update "print symada__cS before partial symtab expansion" regexp.
1831 Update breakpoint location. Flush symbol cache after expansion.
1832
1833 2020-02-28 Luis Machado <luis.machado@linaro.org>
1834
1835 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1836
1837 2020-02-27 Tom de Vries <tdevries@suse.de>
1838
1839 * config/sid.exp: Remove unused globals.
1840 * gdb.base/attach.exp: Same.
1841 * gdb.base/catch-load.exp: Same.
1842 * gdb.base/dbx.exp: Same.
1843 * lib/gdb.exp: Same.
1844 * lib/mi-support.exp: Same.
1845 * lib/prompt.exp: Same.
1846
1847 2020-02-27 Tom de Vries <tdevries@suse.de>
1848
1849 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1850 not set.
1851
1852 2020-02-26 Aaron Merey <amerey@redhat.com>
1853
1854 * gdb.debuginfod: New directory for debuginfod tests.
1855 * gdb.debuginfod/main.c: New test file.
1856 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1857
1858 2020-02-26 Tom de Vries <tdevries@suse.de>
1859
1860 PR gdb/25603
1861 * gdb.base/persistent-lang.cc: New test.
1862 * gdb.base/persistent-lang.exp: New file.
1863
1864 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.fortran/derived-type-striding.exp: Add a new test.
1867 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1868 new test.
1869
1870 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1873 names.
1874
1875 2020-02-25 Tom de Vries <tdevries@suse.de>
1876
1877 PR go/18926
1878 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1879
1880 2020-02-24 Tom de Vries <tdevries@suse.de>
1881
1882 PR gdb/25592
1883 * gdb.base/info-locals-unused-static-var.c: New test.
1884 * gdb.base/info-locals-unused-static-var.exp: New file.
1885
1886 2020-02-22 Tom Tromey <tom@tromey.com>
1887
1888 * gdb.python/tui-window.exp: New file.
1889 * gdb.python/tui-window.py: New file.
1890
1891 2020-02-22 Tom Tromey <tom@tromey.com>
1892
1893 PR tui/17850:
1894 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1895 tests.
1896
1897 2020-02-22 Tom Tromey <tom@tromey.com>
1898
1899 * gdb.tui/new-layout.exp: Add sub-layout tests.
1900
1901 2020-02-22 Tom Tromey <tom@tromey.com>
1902
1903 * gdb.tui/new-layout.exp: New file.
1904
1905 2020-02-22 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.rust/rust-style.rs: New file.
1908 * gdb.rust/rust-style.exp: New file.
1909 * gdb.base/style.exp: Test structure printing.
1910 * gdb.base/style.c (struct some_struct): New type.
1911 (enum etype): New type.
1912 (struct_value): New global.
1913
1914 2020-02-21 Tom de Vries <tdevries@suse.de>
1915
1916 PR go/18926
1917 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1918 Remove blanket xfails. Use message argument for gdb_breakpoint.
1919 Make continuing to breakpoint test conditional on setting breakpoint.
1920 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1921 DW_AT_name attribute. Add xfail for GCC PR93866.
1922
1923 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1924
1925 * gdb.dwarf2/cpp-linkage-name.c: New file.
1926 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1927
1928 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1929
1930 * lib/gdb.exp (gdb_wrapper_init): Reset
1931 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1932 not exist.
1933
1934 2020-02-20 Tom de Vries <tdevries@suse.de>
1935
1936 PR go/17018
1937 * gdb.go/hello.exp: Copy ...
1938 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1939 print of st to print value of global definition. Add xfail for GCC
1940 PR93844.
1941 * gdb.go/hello.exp: Remove printing of st before definition.
1942 * gdb.go/hello.go: Copy ...
1943 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1944 to st.
1945 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1946
1947 2020-02-20 Tom de Vries <tdevries@suse.de>
1948
1949 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1950 (gdb_simple_compile): Handle compile_flags go by using .go extension
1951 for source file.
1952 * gdb.go/chan.exp: Use support_go_compile.
1953 * gdb.go/handcall.exp: Same.
1954 * gdb.go/hello.exp: Same.
1955 * gdb.go/integers.exp: Same.
1956 * gdb.go/max-depth.exp: Same.
1957 * gdb.go/methods.exp: Same.
1958 * gdb.go/package.exp: Same.
1959 * gdb.go/strings.exp: Same.
1960 * gdb.go/types.exp: Same.
1961 * gdb.go/unsafe.exp: Same.
1962
1963 2020-02-19 Tom de Vries <tdevries@suse.de>
1964
1965 * gdb.python/lib-types.exp: Make xfail more strict.
1966
1967 2020-02-19 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1970
1971 2020-02-19 Doug Evans <dje@google.com>
1972
1973 PR rust/25535
1974 * gdb.rust/simple.exp: Add test.
1975 * gdb.rust/simple.rs: Add test.
1976
1977 2020-02-19 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1980 output line-by-line.
1981
1982 2020-02-19 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1985
1986 2020-02-19 Tom de Vries <tdevries@suse.de>
1987
1988 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1989 prelink.
1990
1991 2020-02-19 Tom de Vries <tdevries@suse.de>
1992
1993 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1994 (gdb_do_cache): Use gdb_do_cache_wrap.
1995 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1996
1997 2020-02-19 Tom de Vries <tdevries@suse.de>
1998
1999 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2000 gdb_compile option.
2001
2002 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2003
2004 * gdb.base/printcmds.exp (test_print_enums): Update expected
2005 output.
2006
2007 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2008
2009 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2010 for "unknown".
2011
2012 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2013
2014 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2015 enumerator.
2016
2017 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2018
2019 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2020 FE_, add FE_NONE.
2021 (three): Update.
2022 (enum flag_enum_without_zero): New enum.
2023 (flag_enum_without_zero): New variable.
2024 (enum not_flag_enum): New enum.
2025 (three_not_flag): New variable.
2026 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2027 (test_print_enums): Add more tests for printing flag enums.
2028
2029 2020-02-18 Tom de Vries <tdevries@suse.de>
2030
2031 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2032 (gdb_compile_ada): ... here.
2033 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2034 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2035
2036 2020-02-14 Tom Tromey <tom@tromey.com>
2037
2038 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2039 build directory.
2040 * boards/gdbserver-base.exp: Update path to gdbserver.
2041
2042 2020-02-13 Tom de Vries <tdevries@suse.de>
2043
2044 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2045
2046 2020-02-13 Tom de Vries <tdevries@suse.de>
2047
2048 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2049 are missing.
2050
2051 2020-02-13 Tom de Vries <tdevries@suse.de>
2052
2053 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2054 call.
2055
2056 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2057
2058 PR tui/25126
2059 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2060 * gdb.base/cached-source-file.c: New file.
2061 * gdb.base/cached-source-file.exp: New file.
2062
2063 2020-02-11 Tom de Vries <tdevries@suse.de>
2064
2065 PR testsuite/25488
2066 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2067
2068 2020-02-10 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2071
2072 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2073
2074 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2075 and $after_addr are both integers before making a comparison.
2076
2077 2020-02-09 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2080 command output and paste it into gdb.log. If any, paste catch message
2081 to gdb.log.
2082
2083 2020-02-07 Tom Tromey <tromey@adacore.com>
2084
2085 PR breakpoints/24915:
2086 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2087
2088 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2089
2090 * gdb.tui/tui-missing-src.exp: Add the "missing source
2091 file" test for the TUI.
2092
2093 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2096 including a port number in the output.
2097
2098 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2099
2100 * lib/fortran.exp (fortran_int4): Handle clang.
2101 (fortran_int8): Likewise.
2102 (fortran_real4): Likewise.
2103 (fortran_real8): Likewise.
2104 (fortran_complex4): Likewise.
2105 (fortran_logical4): Likewise.
2106 (fortran_character1): Likewise.
2107
2108 2020-02-04 Tom de Vries <tdevries@suse.de>
2109
2110 * README (Race detection): Add note.
2111
2112 2020-02-04 Tom de Vries <tdevries@suse.de>
2113
2114 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2115
2116 2020-02-04 Tom de Vries <tdevries@suse.de>
2117
2118 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2119
2120 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2121
2122 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2123 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2124 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2125 blttar, bnetarl.
2126 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2127 binary for blttar, bnetarl.
2128 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2129 wait instruction. Delete ldmx test.
2130 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2131
2132 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2133
2134 * gdb.fortran/array-bounds-high.exp: New file.
2135 * gdb.fortran/array-bounds-high.f90: New file.
2136
2137 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2138
2139 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2140 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2141
2142 2020-02-01 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2145
2146 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 PR tui/9765
2149 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2150 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2151
2152 2020-01-29 Luis Machado <luis.machado@linaro.org>
2153
2154 * gdb.arch/aarch64-brk-patterns.c: New source file.
2155 * gdb.arch/aarch64-brk-patterns.exp: New test.
2156
2157 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2158
2159 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2160 GCC/Clang version.
2161 * gdb.cp/pass-by-ref.exp: Ditto.
2162
2163 2020-01-29 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2166 * gdb.threads/watchpoint-fork-mt.c: Same.
2167 * gdb.threads/watchpoint-fork-parent.c: Same.
2168 * gdb.threads/watchpoint-fork-st.c: Same.
2169 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2170
2171 2020-01-27 Luis Machado <luis.machado@linaro.org>
2172
2173 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2174 sitting at a syscall instruction when we hit the syscall function's
2175 breakpoint.
2176 Check PC against one obtained with the x command.
2177 Validate syscall number.
2178 (step_over_syscall): Don't continue to the syscall instruction if
2179 we're already there.
2180
2181 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2182
2183 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2184
2185 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2188 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2189
2190 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2193 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2194
2195 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.base/maint.exp: Update line table parsing test.
2198 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2199
2200 2020-01-24 Pedro Alves <palves@redhat.com>
2201
2202 PR gdb/25410
2203 * gdb.multi/multi-re-run-1.c: New.
2204 * gdb.multi/multi-re-run-2.c: New.
2205 * gdb.multi/multi-re-run.exp: New.
2206
2207 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 PR gdb/23718
2210 * gdb.server/server-kill-python.exp: New file.
2211
2212 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.server/multi-ui-errors.c: New file.
2215 * gdb.server/multi-ui-errors.exp: New file.
2216
2217 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 PR tui/9765
2220 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2221
2222 2020-01-19 Tom Tromey <tom@tromey.com>
2223
2224 * gdb.tui/main.exp: Add check for plain "file".
2225
2226 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2227
2228 * lib/gdb.exp: Fix spelling error (seperatelly).
2229
2230 2020-01-14 Tom Tromey <tom@tromey.com>
2231
2232 PR symtab/12535:
2233 * gdb.python/python.exp: Test decode_line with empty string
2234 argument.
2235
2236 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2237
2238 * gdb.base/skip-inline.exp: Extend test.
2239
2240 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2243 * gdb.dwarf2/dw2-bad-elf.c: New file.
2244 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2245
2246 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2249 _line_saw_file.
2250
2251 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2254 border.
2255
2256 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2257
2258 * gdb.multi/multi-target.exp (setup): Factor out "info
2259 connections" and "info inferiors" tests to ...
2260 (test_info_inferiors): ... this new procedure.
2261 (top level): Run new "info-inferiors" tests.
2262
2263 2020-01-10 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.server/bkpt-other-inferior.exp: New file.
2266
2267 2020-01-10 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2270 of "add-inferior".
2271 * gdb.base/quit-live.exp: Likewise.
2272 * gdb.base/remote-exec-file.exp: Likewise.
2273 * gdb.guile/scm-progspace.exp: Likewise.
2274 * gdb.linespec/linespec.exp: Likewise.
2275 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2276 * gdb.mi/user-selected-context-sync.exp: Likewise.
2277 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2278 "info inferiors" tests.
2279 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2280 "add-inferior".
2281 * gdb.multi/watchpoint-multi.exp: Likewise.
2282 * gdb.python/py-inferior.exp: Likewise.
2283 * gdb.server/extended-remote-restart.exp: Likewise.
2284 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2285 "info inferiors".
2286 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2287 * gdb.trace/report.exp: Likewise.
2288
2289 2020-01-10 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.multi/multi-target.c: New file.
2292 * gdb.multi/multi-target.exp: New file.
2293 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2294 mode requested, but remote does not support non-stop".
2295
2296 2020-01-10 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2299 disconnect before reconnecting.
2300
2301 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2302 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.server/connect-without-multi-process.exp: Also test
2305 continuing to end.
2306
2307 2020-01-10 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.base/remote-exec-file.exp: New file.
2310
2311 2020-01-10 Pedro Alves <palves@redhat.com>
2312
2313 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2314 output.
2315 * gdb.threads/async.c: New.
2316 * gdb.threads/async.exp: New.
2317 * gdb.multi/tids-gid-reset.c: New.
2318 * gdb.multi/tids-gid-reset.exp: New.
2319
2320 2020-01-10 George Barrett <bob@bob131.so>
2321
2322 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2323 to help in finding the image relocation offset.
2324 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2325 options in arguments.
2326 (stap_test_no_debuginfo): Likewise.
2327 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2328 test variants.
2329 (stap_test): Add null semaphore relocation test.
2330
2331 2020-01-10 George Barrett <bob@bob131.so>
2332
2333 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2334 * gdb.base/stap-probe.exp: Likewise.
2335 (stap_test): Pass argument as an additional flag.
2336 (stap_test_no_debuginfo): Likewise.
2337 (stap_test): Check `info probes stap' output for semaphore
2338 addresses if the test binary is supposed to have them.
2339
2340 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.tui/basic.exp: Add more scrolling tests.
2343
2344 2020-01-09 Tom Tromey <tom@tromey.com>
2345
2346 PR tui/18932:
2347 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2348 meangingful value.
2349 (Term::command, Term::resize): Update.
2350 * gdb.tui/basic.exp: Add scrolling test.
2351
2352 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.tui/tui-layout-asm.exp: New file.
2355
2356 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2359
2360 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2363 (Term::enter_tui): Use Term::prepare_for_tui.
2364
2365 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2368 called.
2369
2370 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.base/skip.exp: Fix race condition in test.
2373
2374 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.base/backtrace.c: New file.
2377 * gdb.base/backtrace.exp: New file.
2378
2379 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2382
2383 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2384
2385 * gdb.base/style.exp: Test that warnings are styled.
2386
2387 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2388
2389 * gdb.base/line65535.exp: New file.
2390 * gdb.base/line65535.c: New file.
2391
2392 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2393
2394 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2395 * lib/gnat_debug_info_test.adb: New file.
2396 * gdb.ada/ptype_tagged_param.exp: Use
2397 gnat_runtime_has_debug_info, expect a different output if
2398 runtime does not have debug info.
2399
2400 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2401
2402 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2403 (another) quote in test name.
2404
2405 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2406
2407 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2408 Add quote in test name.
2409
2410 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2411
2412 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2413 directory instead.
2414 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2415 * gdb.cp/pass-by-ref-2.cc: New file.
2416 * gdb.cp/pass-by-ref-2.exp: New file.
2417
2418 2019-12-20 Tom Tromey <tom@tromey.com>
2419
2420 * gdb.tui/list-before.exp: New file.
2421
2422 2019-12-20 Tom Tromey <tom@tromey.com>
2423
2424 * gdb.tui/list.exp: Check for source on initial listing.
2425
2426 2019-12-11 Tom Tromey <tromey@adacore.com>
2427
2428 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2429 Add crlf test.
2430
2431 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * gdb.base/default.exp: Update value of $_gdb_major.
2434
2435 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2436
2437 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2438
2439 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2440
2441 * gdb.base/skip.exp: Whitespace fix.
2442
2443 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2444
2445 * gdb.base/skip-inline.c: New file.
2446 * gdb.base/skip-inline.exp: New file.
2447
2448 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2449
2450 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2451 jit_function_00 to jit_function_stack_mangle.
2452 * gdb.base/jithost.c (jit_function_t): Rename to...
2453 (jit_function_stack_mangle_t): ... this.
2454 (jit_function_add_t): New typedef.
2455 (jit_function_00_code): Rename to...
2456 (jit_function_stack_mangle_code): ... this, make static.
2457 (jit_function_add_code): New.
2458 (main): Generate "add" function and call it. Adjust to changes
2459 in jithost_abi.
2460 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2461 (struct jithost_abi) <begin, end>: Remove fields.
2462 <object, function_stack_mangle, function_add>: New fields.
2463 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2464 code_end>: Remove fields.
2465 <func_stack_mangle>: New field.
2466 (read_debug_info): Adjust to renaming, create block for "add"
2467 function.
2468 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2469
2470 2019-12-11 Tom Tromey <tom@tromey.com>
2471
2472 * gdb.tui/resize.exp: Fix regexp.
2473 * gdb.tui/regs.exp: Fix regexps.
2474 * gdb.tui/main.exp: Fix regexp.
2475
2476 2019-12-11 Tom Tromey <tom@tromey.com>
2477
2478 * gdb.tui/resize.exp: Update.
2479 * gdb.tui/empty.exp (layouts): Update.
2480
2481 2019-12-11 Tom Tromey <tom@tromey.com>
2482
2483 * gdb.tui/regs.exp: Update.
2484 * gdb.tui/empty.exp (layouts): Update.
2485 * gdb.tui/basic.exp: Update.
2486 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2487
2488 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2489
2490 * gdb.base/options.exp: Add -raw-values in the print completion list.
2491 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2492
2493 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2494
2495 * gdb.threads/omp-par-scope.c: New file.
2496 * gdb/threads/omp-par-scope.exp: New file.
2497
2498 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2499
2500 * lib/gdb.exp (support_nested_function_tests): New proc.
2501
2502 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2503
2504 * lib/gdb.exp (gdb_compile_openmp): New proc.
2505 (build_executable_from_specs): Add an "openmp" option.
2506 (gdb_compile_pthreads): Add non-executable case.
2507
2508 2019-12-10 Tom Tromey <tromey@adacore.com>
2509
2510 * gdb.ada/unchecked_union.exp: New file.
2511 * gdb.ada/unchecked_union/pck.adb: New file.
2512 * gdb.ada/unchecked_union/pck.ads: New file.
2513 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2514 * gdb-utils.exp (string_to_regexp): Also quote "?".
2515
2516 2019-12-10 George Barrett <bob@bob131.so>
2517
2518 Test scripted probe breakpoints.
2519 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2520 * gdb.python/py-breakpoint.c (main): Likewise.
2521 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2522 specifier test.
2523 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2524
2525 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2526
2527 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2528 an rvalue parameter.
2529 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2530 parameter.
2531
2532 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2535 modules.
2536
2537 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2540 broken version of GCC.
2541
2542 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2545 sym-info-cmds library.
2546 * gdb.fortran/info-types.exp: Likewise.
2547 * lib/sym-info-cmds.exp: New file.
2548
2549 2019-12-08 Tom de Vries <tdevries@suse.de>
2550
2551 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2552
2553 2019-12-07 Keith Seitz <keiths@redhat.com>
2554
2555 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2556 * gdb.base/corefile-buildid-shlib.c: New file.
2557 * gdb.base/corefile-buildid.c: New file.
2558 * gdb.base/corefile-buildid.exp: New file.
2559
2560 2019-12-06 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.dwarf2/varval.exp: Add decl before def test.
2563
2564 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2565
2566 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2567
2568 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2569
2570 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2571 CV and reference conversion for overload resolution.
2572 * gdb.cp/rvalue-ref-overload.exp: Test it.
2573
2574 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2575
2576 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2577 * gdb.base/frameapply.exp: Test faas without command.
2578
2579 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2582 Fortran tests.
2583 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2584 order.
2585
2586 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2589 casting to type with no kind specified.
2590 (test_basic_parsing_of_type_kinds): Additional tests for types
2591 with no kind specified, and add tests for single/double
2592 precision/complex types.
2593
2594 2019-12-04 Tom Tromey <tromey@adacore.com>
2595
2596 * gdb.base/endianity.c (struct other) <x>: New field.
2597 (main): Initialize it.
2598 * gdb.base/endianity.exp: Update.
2599
2600 2019-12-04 Tom Tromey <tromey@adacore.com>
2601
2602 * gdb.ada/scalar_storage/storage.adb: New file.
2603 * gdb.ada/scalar_storage/pck.adb: New file.
2604 * gdb.ada/scalar_storage/pck.ads: New file.
2605 * gdb.ada/scalar_storage.exp: New file.
2606
2607 2019-12-04 Tom Tromey <tromey@adacore.com>
2608
2609 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2610 (main): Initialize it.
2611 * gdb.base/endianity.exp: Update.
2612
2613 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2616
2617 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2620 -symbol-info-module-functions and -symbol-info-module-variables.
2621
2622 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2625
2626 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2627 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * gdb.fortran/derived-type-striding.exp: New file.
2630 * gdb.fortran/derived-type-striding.f90: New file.
2631 * gdb.fortran/array-slices.exp: New file.
2632 * gdb.fortran/array-slices.f90: New file.
2633
2634 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2635
2636 * gdb.base/define.exp: Test . in command names.
2637 * gdb.base/setshow.exp: Update test, as . is now part of
2638 command name.
2639
2640 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2641
2642 * gdb.base/define-prefix.exp: New file.
2643
2644 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2645
2646 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2647 compile.
2648 (skip_btrace_pt_tests): Likewise.
2649
2650 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * gdb.fortran/info-modules.exp: Compile source files in correct
2653 order.
2654
2655 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2656
2657 * gdb.dwarf2/imported-unit.exp: New file.
2658 * gdb.dwarf2/imported-unit.c: New file.
2659
2660 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.mi/mi-fortran-modules-2.f90: New file.
2663 * gdb.mi/mi-fortran-modules.exp: New file.
2664 * gdb.mi/mi-fortran-modules.f90: New file.
2665
2666 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2667
2668 * gdb.mi/mi-sym-info-1.c: New file.
2669 * gdb.mi/mi-sym-info-2.c: New file.
2670 * gdb.mi/mi-sym-info.exp: New file.
2671
2672 2019-11-22 Tom Tromey <tromey@adacore.com>
2673
2674 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2675 * gdb.ada/tasks/foo.adb: Add another stopping location.
2676
2677 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2678
2679 * gdb.base/endianity.c: New test.
2680 * gdb.base/endianity.exp: New file.
2681
2682 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2683
2684 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2685
2686 2019-11-21 Tom de Vries <tdevries@suse.de>
2687
2688 PR gdb/24956
2689 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2690
2691 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2692
2693 * gdb.python/py-progspace.exp: Add missing parentheses on some
2694 'print' commands.
2695
2696 2019-11-19 Tom Tromey <tom@tromey.com>
2697
2698 * gdb.tui/winheight.exp: New file.
2699
2700 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.base/ctf-whatis.c: Delete.
2703 * gdb.base/ctf-whatis.exp: Delete.
2704 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2705
2706 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * gdb.base/ctf-cvexpr.exp: Delete.
2709 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2710
2711 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2714 the compiler. Clean up header comment a little.
2715 * gdb.base/ctf-ptype.exp: Likewise.
2716 * gdb.base/ctf-whatis.exp: Likewise.
2717 * lib/gdb.exp (skip_ctf_tests): New proc.
2718
2719 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2720
2721 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2722 * gdb.tui/corefile-run.exp: New file.
2723
2724 2019-11-14 Tom Tromey <tromey@adacore.com>
2725
2726 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2727 regression tests.
2728
2729 2019-11-12 Tom Tromey <tom@tromey.com>
2730
2731 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2732 after any command. Expect prompt after WAIT_FOR is seen.
2733 (enter_tui): Enable resize messages.
2734 (command): Expect command in output.
2735 (get_line): Avoid error when cursor appears to be off-screen.
2736 (dump_screen): Include screen size in title.
2737 (_do_resize): New proc, from "resize".
2738 (resize): Rewrite. Do resize in two steps.
2739 * gdb.tui/empty.exp (layouts): Fix entries.
2740 (check_boxes): Remove xfail.
2741 (check_text): Dump screen on failure.
2742
2743 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.python/py-symbol.exp: Add test for
2746 gdb.lookup_static_symbols.
2747
2748 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * gdb.python/py-symbol.c: Declare and call function from new
2751 py-symbol-2.c file.
2752 * gdb.python/py-symbol.exp: Compile both source files, and add new
2753 tests for gdb.lookup_static_symbol.
2754 * gdb.python/py-symbol-2.c: New file.
2755
2756 2019-11-02 Tom de Vries <tdevries@suse.de>
2757
2758 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2759 * gdb.base/anon.exp: Same.
2760 * gdb.base/auto-connect-native-target.exp: Same.
2761 * gdb.base/call-ar-st.exp: Same.
2762 * gdb.base/catch-syscall.exp: Same.
2763 * gdb.base/commands.exp: Same.
2764 * gdb.base/default.exp: Same.
2765 * gdb.base/display.exp: Same.
2766 * gdb.base/float.exp: Same.
2767 * gdb.base/foll-fork.exp: Same.
2768 * gdb.base/help.exp: Same.
2769 * gdb.base/info-macros.exp: Same.
2770 * gdb.base/info-proc.exp: Same.
2771 * gdb.base/info-target.exp: Same.
2772 * gdb.base/long_long.exp: Same.
2773 * gdb.base/macscp.exp: Same.
2774 * gdb.base/memattr.exp: Same.
2775 * gdb.base/nofield.exp: Same.
2776 * gdb.base/pointers.exp: Same.
2777 * gdb.base/printcmds.exp: Same.
2778 * gdb.base/ptype.exp: Same.
2779 * gdb.base/restore.exp: Same.
2780 * gdb.base/return.exp: Same.
2781 * gdb.base/scope.exp: Same.
2782 * gdb.base/set-noassign.exp: Same.
2783 * gdb.base/setshow.exp: Same.
2784 * gdb.base/shlib-call.exp: Same.
2785 * gdb.base/signals.exp: Same.
2786 * gdb.base/sigstep.exp: Same.
2787 * gdb.base/skip.exp: Same.
2788 * gdb.base/solib-symbol.exp: Same.
2789 * gdb.base/stap-probe.exp: Same.
2790 * gdb.base/step-line.exp: Same.
2791 * gdb.base/step-test.exp: Same.
2792 * gdb.base/style.exp: Same.
2793 * gdb.base/varargs.exp: Same.
2794 * gdb.base/vla-datatypes.exp: Same.
2795 * gdb.base/vla-ptr.exp: Same.
2796 * gdb.base/vla-sideeffect.exp: Same.
2797 * gdb.base/volatile.exp: Same.
2798 * gdb.base/watch-cond-infcall.exp: Same.
2799 * gdb.base/watchpoint.exp: Same.
2800
2801 2019-11-02 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2804 * gdb.cp/cpexprs.exp: Same.
2805 * gdb.cp/except-multi-location.exp: Same.
2806 * gdb.cp/exceptprint.exp: Same.
2807 * gdb.cp/gdb2384.exp: Same.
2808 * gdb.cp/inherit.exp: Same.
2809 * gdb.cp/m-static.exp: Same.
2810 * gdb.cp/meth-typedefs.exp: Same.
2811 * gdb.cp/misc.exp: Same.
2812 * gdb.cp/namespace.exp: Same.
2813 * gdb.cp/non-trivial-retval.exp: Same.
2814 * gdb.cp/overload.exp: Same.
2815 * gdb.cp/pr17132.exp: Same.
2816 * gdb.cp/re-set-overloaded.exp: Same.
2817 * gdb.cp/rvalue-ref-types.exp: Same.
2818 * gdb.cp/templates.exp: Same.
2819
2820 2019-11-01 Luis Machado <luis.machado@linaro.org>
2821
2822 PR gdb/25124
2823
2824 * gdb.arch/pr25124.S: New file.
2825 * gdb.arch/pr25124.exp: New file.
2826
2827 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 * gdb.fortran/info-modules.exp: Update expected results, and add
2830 additional tests for 'info module functinos', and 'info module
2831 variables'.
2832 * gdb.fortran/info-types.exp: Update expected results.
2833 * gdb.fortran/info-types.f90: Extend testcase with additional
2834 module variables and functions.
2835
2836 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/info-modules.exp: New file.
2839 * gdb.fortran/info-types.exp: Build with new file.
2840 * gdb.fortran/info-types.f90: Include and use new module.
2841 * gdb.fortran/info-types-2.f90: New file.
2842
2843 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2844
2845 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2846 * gdb.base/settings.exp: Test all settings types using
2847 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2848 that now verifies that the value of "maint show" is the same as
2849 returned by the settings functions. Test the type of the
2850 maintenance settings.
2851 * gdb.base/default.exp: Update show_conv_list.
2852
2853 2019-10-31 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2856 gdb_test.
2857 * gdb.arch/amd64-disp-step.exp: Same.
2858 * gdb.asm/asm-source.exp: Same.
2859 * gdb.btrace/buffer-size.exp: Same.
2860 * gdb.btrace/cpu.exp: Same.
2861 * gdb.btrace/enable.exp: Same.
2862 * gdb.dwarf2/count.exp: Same.
2863 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2864 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2865 * gdb.fortran/vla-datatypes.exp: Same.
2866 * gdb.fortran/vla-history.exp: Same.
2867 * gdb.fortran/vla-ptype.exp: Same.
2868 * gdb.fortran/vla-value.exp: Same.
2869 * gdb.fortran/whatis_type.exp: Same.
2870 * gdb.guile/guile.exp: Same.
2871 * gdb.multi/tids.exp: Same.
2872 * gdb.python/py-finish-breakpoint.exp: Same.
2873 * gdb.python/py-framefilter.exp: Same.
2874 * gdb.python/py-pp-registration.exp: Same.
2875 * gdb.python/py-xmethods.exp: Same.
2876 * gdb.python/python.exp: Same.
2877 * gdb.server/connect-with-no-symbol-file.exp: Same.
2878 * gdb.server/no-thread-db.exp: Same.
2879 * gdb.server/run-without-local-binary.exp: Same.
2880 * gdb.stabs/weird.exp: Same.
2881 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2882 * gdb.threads/thread-find.exp: Same.
2883 * gdb.threads/tls-shared.exp: Same.
2884 * gdb.threads/tls.exp: Same.
2885 * gdb.threads/wp-replication.exp: Same.
2886 * gdb.trace/ax.exp: Same.
2887 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2888
2889 2019-10-31 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2892 * gdb.ada/array_subscript_addr.exp: Same.
2893 * gdb.ada/arrayidx.exp: Same.
2894 * gdb.ada/arrayparam.exp: Same.
2895 * gdb.ada/arrayptr.exp: Same.
2896 * gdb.ada/boolean_expr.exp: Same.
2897 * gdb.ada/call_pn.exp: Same.
2898 * gdb.ada/complete.exp: Same.
2899 * gdb.ada/fixed_cmp.exp: Same.
2900 * gdb.ada/fun_addr.exp: Same.
2901 * gdb.ada/funcall_param.exp: Same.
2902 * gdb.ada/interface.exp: Same.
2903 * gdb.ada/mod_from_name.exp: Same.
2904 * gdb.ada/null_array.exp: Same.
2905 * gdb.ada/packed_array.exp: Same.
2906 * gdb.ada/packed_tagged.exp: Same.
2907 * gdb.ada/print_chars.exp: Same.
2908 * gdb.ada/print_pc.exp: Same.
2909 * gdb.ada/ptype_arith_binop.exp: Same.
2910 * gdb.ada/ptype_field.exp: Same.
2911 * gdb.ada/ptype_tagged_param.exp: Same.
2912 * gdb.ada/rec_return.exp: Same.
2913 * gdb.ada/ref_tick_size.exp: Same.
2914 * gdb.ada/str_ref_cmp.exp: Same.
2915 * gdb.ada/taft_type.exp: Same.
2916 * gdb.ada/tagged.exp: Same.
2917 * gdb.ada/type_coercion.exp: Same.
2918 * gdb.ada/uninitialized_vars.exp: Same.
2919
2920 2019-10-30 Tom de Vries <tdevries@suse.de>
2921
2922 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2923
2924 2019-10-26 Tom de Vries <tdevries@suse.de>
2925
2926 * gdb.base/bigcore.c: Fix typos in comments.
2927 * gdb.base/ctf-ptype.c: Same.
2928 * gdb.base/long_long.c: Same.
2929 * gdb.dwarf2/dw2-op-out-param.S: Same.
2930 * gdb.python/py-evthreads.c: Same.
2931 * gdb.reverse/i387-stack-reverse.c: Same.
2932 * gdb.trace/tfile.c: Same.
2933 * lib/compiler.c: Same.
2934 * lib/compiler.cc: Same.
2935
2936 2019-10-25 Tom de Vries <tdevries@suse.de>
2937
2938 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2939 gdb_test_multiple calls.
2940 * gdb.reverse/sigall-reverse.exp: Same.
2941 * gdb.reverse/solib-precsave.exp: Same.
2942 * gdb.reverse/solib-reverse.exp: Same.
2943 * gdb.reverse/until-precsave.exp: Same.
2944 * gdb.reverse/until-reverse.exp: Same.
2945
2946 2019-10-24 Tom de Vries <tdevries@suse.de>
2947
2948 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2949 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2950 kfail using -wrap pattern flag and convenience variable
2951 gdb_test_name.
2952
2953 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.python/py-progspace.exp: Add tests for the
2956 Progspace.block_for_pc method.
2957
2958 2019-10-23 Tom Tromey <tom@tromey.com>
2959
2960 * configure: Rebuild.
2961 * aclocal.m4: Use m4_include, not sinclude.
2962
2963 2019-10-21 Tom de Vries <tdevries@suse.de>
2964
2965 * gdb.base/infcall-nested-structs.c: Add
2966 __attribute__((noinline,noclone)) to all functions.
2967 (call_all): Add missing variable initialization. Simplify return value.
2968 (breakpt): Increment volatile variable, to prevent call from being
2969 optimized out.
2970 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2971
2972 2019-10-17 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.fortran/module.exp: Allow info variables to print info for files
2975 other than module.f90.
2976
2977 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * gdb.fortran/module.exp: Extend with 'info variables' test.
2980
2981 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2982
2983 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2984 F77_FOR_TARGET.
2985
2986 2019-10-16 Tom de Vries <tdevries@suse.de>
2987
2988 PR tdep/25096
2989 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2990
2991 2019-10-16 Tom de Vries <tdevries@suse.de>
2992
2993 PR tdep/24104
2994 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2995 Add KFAIL for PR tdep/25096.
2996
2997 2019-10-16 Tom de Vries <tdevries@suse.de>
2998
2999 PR testsuite/25059
3000 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3001
3002 2019-10-16 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3005 as signed.
3006
3007 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3008
3009 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3010 one instead of increasing timeout.
3011
3012 2019-10-13 Tom de Vries <tdevries@suse.de>
3013
3014 PR record/25038
3015 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3016 * gdb.reverse/sigall-reverse.exp: Same.
3017 * gdb.reverse/solib-precsave.exp: Same.
3018 * gdb.reverse/solib-reverse.exp: Same.
3019 * gdb.reverse/step-precsave.exp: Same.
3020 * gdb.reverse/until-precsave.exp: Same.
3021 * gdb.reverse/until-reverse.exp: Same.
3022 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3023
3024 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3025
3026 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3027 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3028 (cmp_struct_05_01, cmp_struct_static_02_01)
3029 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3030 comparisons.
3031
3032 2019-10-10 Tom de Vries <tdevries@suse.de>
3033
3034 PR testsuite/24888
3035 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3036 gnatlink.
3037
3038 2019-10-09 Tom de Vries <tdevries@suse.de>
3039
3040 PR testsuite/25048
3041 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3042
3043 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3044
3045 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3046 exceptions due to missing debug information.
3047
3048 2019-10-07 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3051
3052 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3055 * gdb.base/annota1.exp: Update to use gdb_test_name.
3056
3057 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3058
3059 * gdb.base/ctf-whatis.exp: New file.
3060 * gdb.base/ctf-whatis.c: New file.
3061 * gdb.base/ctf-ptype.exp: New file.
3062 * gdb.base/ctf-ptype.c: New file.
3063 * gdb.base/ctf-constvars.exp: New file.
3064 * gdb.base/ctf-constvars.c: New file.
3065 * gdb.base/ctf-cvexpr.exp: New file.
3066
3067 2019-10-04 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3070 for loop.
3071
3072 2019-10-03 Tom Tromey <tom@tromey.com>
3073
3074 PR rust/24976:
3075 * gdb.rust/simple.rs (Union2): New type.
3076 (main): Use Union2.
3077 * gdb.rust/simple.exp: Add test.
3078
3079 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3082 nested function prefix.
3083
3084 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3085 Richard Bunt <richard.bunt@arm.com>
3086 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3089 nested functions.
3090 * gdb.fortran/nested-funcs.f90: Update expected results.
3091 * gdb.fortran/nested-funcs-2.exp: New file.
3092 * gdb.fortran/nested-funcs-2.f90: New file.
3093
3094 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.python/py-parameter.exp: Make test names unique.
3097 * gdb.python/py-template.exp: Likewise.
3098 * gdb.python/py-value.exp: Likewise.
3099
3100 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.base/break-interp.exp: Reduce test name duplication.
3103 * gdb.base/call-sc.exp: Likewise.
3104 * gdb.base/callfuncs.exp: Likewise.
3105 * gdb.base/charset.exp: Likewise.
3106 * gdb.base/dump.exp: Likewise.
3107 * gdb.base/ena-dis-br.exp: Likewise.
3108 * gdb.base/relational.exp: Likewise.
3109 * gdb.base/step-over-syscall.exp: Likewise.
3110 * gdb.base/structs.exp: Likewise.
3111
3112 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.linespec/explicit.exp: Make test names unique.
3115 * gdb.linespec/ls-errs.exp: Likewise.
3116
3117 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.reverse/break-precsave.exp: Make test names unique.
3120 * gdb.reverse/break-reverse.exp: Likewise.
3121 * gdb.reverse/finish-precsave.exp: Likewise.
3122 * gdb.reverse/finish-reverse.exp: Likewise.
3123 * gdb.reverse/machinestate-precsave.exp: Likewise.
3124 * gdb.reverse/machinestate.exp: Likewise.
3125 * gdb.reverse/readv-reverse.exp: Likewise.
3126 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3127 * gdb.reverse/sigall-precsave.exp: Likewise.
3128 * gdb.reverse/sigall-reverse.exp: Likewise.
3129 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3130 * gdb.reverse/watch-precsave.exp: Likewise.
3131 * gdb.reverse/watch-reverse.exp: Likewise.
3132
3133 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.threads/stop-with-handle.c: New file.
3136 * gdb.threads/stop-with-handle.exp: New file.
3137
3138 2019-10-03 Tom de Vries <tdevries@suse.de>
3139
3140 PR testsuite/25059
3141 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3142 directory" line to be missing.
3143
3144 2019-10-03 Tom de Vries <tdevries@suse.de>
3145
3146 PR testsuite/25059
3147 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3148 type optional.
3149
3150 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3151
3152 * gdb.python/py-format-string.c (string.h): New include.
3153 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3154 the same value, for endianness-independence.
3155 * gdb.python/py-format-string.exp (default_regexp_dict)
3156 (test_pretty_structs, test_format): Adjust expected output to the
3157 changed initialization.
3158
3159 2019-10-02 Tom Tromey <tromey@adacore.com>
3160
3161 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3162
3163 2019-10-02 Pedro Alves <palves@redhat.com>
3164 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3167 "print-file-var.h".
3168 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3169 (get_version_1): Print this_version_id and its address.
3170 Add extern "C" wrappers around interface functions.
3171 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3172 "print-file-var.h".
3173 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3174 (get_version_2): Print this_version_id and its address.
3175 Add extern "C" wrappers around interface functions.
3176 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3177 <stddef.h> and "print-file-var.h".
3178 Add extern "C" wrappers around interface functions.
3179 [VERSION_ID_MAIN] (this_version_id): Define.
3180 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3181 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3182 up extern "C" blocks.
3183 * gdb.base/print-file-var.exp (test): New, factored out from top
3184 level.
3185 (top level): Test all combinations of attribute hidden or not,
3186 dlopen or not, and this_version_id symbol in main file or not.
3187 Compile tests as both C++ and C, make test names unique.
3188
3189 2019-10-01 Tom Tromey <tom@tromey.com>
3190
3191 * gdb.base/style.exp: Test "show logging filename".
3192
3193 2019-10-01 Tom Tromey <tom@tromey.com>
3194
3195 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3196 * gdb.base/style.exp: Add metadata style test.
3197
3198 2019-10-01 Tom Tromey <tom@tromey.com>
3199
3200 * gdb.base/style.exp: Test "pwd".
3201
3202 2019-10-01 Tom Tromey <tom@tromey.com>
3203
3204 * gdb.base/style.exp: Update tests.
3205
3206 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3207
3208 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3209 'six' to unsigned.
3210 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3211 'five'. Use an all-ones bit pattern for each.
3212 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3213 to its changed values.
3214
3215 2019-09-30 Tom Tromey <tromey@adacore.com>
3216
3217 * gdb.rust/traits.rs: Disable all warnings.
3218
3219 2019-09-29 Tom de Vries <tdevries@suse.de>
3220
3221 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3222
3223 2019-09-29 Tom de Vries <tdevries@suse.de>
3224
3225 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3226
3227 2019-09-27 Tom de Vries <tdevries@suse.de>
3228
3229 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3230
3231 2019-09-27 Tom de Vries <tdevries@suse.de>
3232
3233 PR record/23188
3234 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3235
3236 2019-09-26 Tom Tromey <tromey@adacore.com>
3237
3238 * gdb.ada/py_taft.exp: New file.
3239 * gdb.ada/py_taft/main.adb: New file.
3240 * gdb.ada/py_taft/pkg.adb: New file.
3241 * gdb.ada/py_taft/pkg.ads: New file.
3242
3243 2019-09-24 Tom de Vries <tdevries@suse.de>
3244
3245 PR gdb/24598
3246 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3247
3248 2019-09-22 Tom de Vries <tdevries@suse.de>
3249
3250 * gdb.base/restore.exp: Allow register variables to be optimized out at
3251 -O0.
3252
3253 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3254
3255 * gdb.arch/spu-info.exp: Remove file.
3256 * gdb.arch/spu-info.c: Remove file.
3257 * gdb.arch/spu-ls.exp: Remove file.
3258 * gdb.arch/spu-ls.c: Remove file.
3259
3260 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3261 * gdb.asm/spu.inc: Remove file.
3262
3263 * gdb.base/dump.exp: Remove support for spu*-*-*.
3264 * gdb.base/stack-checking.exp: Likewise.
3265 * gdb.base/overlays.exp: Likewise.
3266 * gdb.base/ovlymgr.c: Likewise.
3267 * gdb.base/spu.ld: Remove file.
3268
3269 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3270 * gdb.cp/cpexprs.exp: Likewise.
3271 * gdb.cp/exception.exp: Likewise.
3272 * gdb.cp/gdb2495.exp: Likewise.
3273 * gdb.cp/mb-templates.exp: Likewise.
3274 * gdb.cp/pr9167.exp: Likewise.
3275 * gdb.cp/userdef.exp: Likewise.
3276
3277 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3278
3279 * gdb.cell: Remove directory.
3280 * lib/cell.exp: Remove file.
3281
3282 2019-09-19 Tom de Vries <tdevries@suse.de>
3283
3284 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3285
3286 2019-09-19 Tom de Vries <tdevries@suse.de>
3287
3288 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3289
3290 2019-09-19 Tom de Vries <tdevries@suse.de>
3291
3292 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3293 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3294 (gdb_target_cmd): ... here.
3295 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3296 value 2.
3297
3298 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.base/source-dir.exp: Avoid having directory names in test
3301 names.
3302
3303 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3304
3305 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3306 directory.
3307
3308 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3309
3310 * gdb.base/list-missing-source.exp: New file.
3311
3312 2019-09-14 Tom de Vries <tdevries@suse.de>
3313
3314 PR teststuite/24599
3315 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3316 * lib/ada.exp (gnatmake_version_at_least): New proc.
3317
3318 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.base/maint.exp: Use exec_has_index_section.
3321
3322 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.base/maint.exp: Add test for 'maint info sections'.
3325
3326 2019-09-12 Tom de Vries <tdevries@suse.de>
3327
3328 * gdb.base/store.exp: Allow register variables to be optimized out at
3329 -O0.
3330
3331 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3332
3333 * gdb.ada/rdv_wait.exp: Update to new task names.
3334 * gdb.base/task_switch_in_core.exp: Likewise.
3335 * gdb.base/info_sources_base.c: Likewise.
3336
3337 2019-09-10 Tom Tromey <tromey@adacore.com>
3338
3339 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3340
3341 2019-09-10 Tom Tromey <tromey@adacore.com>
3342
3343 * gdb.ada/dgopt.exp: New file.
3344 * gdb.ada/dgopt/x.adb: New file.
3345
3346 2019-09-08 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.tui/resize.exp: Remove setup_xfail.
3349 * gdb.tui/regs.exp: Remove setup_xfail.
3350 * gdb.tui/basic.exp: Remove setup_xfail.
3351
3352 2019-09-06 David Blaikie <dblaikie@gmail.com>
3353
3354 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3355 * gdb.cp/cplabel.exp: Ditto.
3356 * gdb.linespec/ls-errs.exp: Ditto.
3357
3358 2019-09-05 Tom de Vries <tdevries@suse.de>
3359
3360 * lib/gdb.exp (cmp_file_string): New proc.
3361 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3362 runto_main. Verify save breakpoints output.
3363
3364 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3365
3366 * gdb.base/info-var.exp: Test info variables without running
3367 to main, to avoid expect's buffer overflow.
3368
3369 2019-09-03 Tom Tromey <tromey@adacore.com>
3370
3371 * gdb.ada/bias.exp: New file.
3372 * gdb.ada/bias/bias.adb: New file.
3373 * gdb.ada/print_chars.exp: Add regression test.
3374 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3375 (MC): New variable.
3376
3377 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3378
3379 * gdb.base/argv0-symlink.exp: Run only on native target
3380 and local host.
3381
3382 2019-08-29 Tom de Vries <tdevries@suse.de>
3383
3384 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3385 diverse debug info.
3386 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3387
3388 2019-08-28 Tom de Vries <tdevries@suse.de>
3389
3390 * gdb.base/info-var.exp: Allow info variables to print info for files
3391 other than info-var-f1.c and info-var-f2.c.
3392
3393 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.fortran/info-types.exp: Add module.
3396 * gdb.fortran/info-types.f90: Update expected results.
3397
3398 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * gdb.fortran/info-types.exp: New file.
3401 * gdb.fortran/info-types.f90: New file.
3402 * lib/fortran.exp (fortran_character1): New proc.
3403
3404 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3407 functions'. Reindent as needed.
3408 * gdb.base/info-var-f1.c: New file.
3409 * gdb.base/info-var-f2.c: New file.
3410 * gdb.base/info-var.exp: New file.
3411 * gdb.base/info-var.h: New file.
3412
3413 2019-08-26 Tom de Vries <tdevries@suse.de>
3414
3415 PR c++/24852
3416 * gdb.cp/no-libstdcxx-probe.exp: New test.
3417
3418 2019-08-26 Tom de Vries <tdevries@suse.de>
3419
3420 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3421 * tests need to be skipped.
3422 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3423 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3424 mi_skip_libstdcxx_probe_tests.
3425
3426 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3427
3428 * gdb.python/py-xmethods.exp: Use raw strings when passing
3429 arguments to SimpleXMethodMatcher.
3430
3431 2019-08-22 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3434 more informative.
3435
3436 2019-08-21 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/with.exp: Test "with" with no arguments.
3439
3440 2019-08-21 Tom de Vries <tdevries@suse.de>
3441
3442 * gdb.base/gdb-caching-proc.exp: Sort files.
3443
3444 2019-08-20 Tom de Vries <tdevries@suse.de>
3445
3446 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3447 compilation.
3448
3449 2019-08-16 Tom de Vries <tdevries@suse.de>
3450
3451 * gdb.base/compare-sections.exp ("after run to main"): Allow
3452 mismatched read-only sections for PIE executables.
3453
3454 2019-08-16 Tom Tromey <tom@tromey.com>
3455
3456 * lib/tuiterm.exp (_csi_Z): New proc.
3457 * gdb.tui/basic.exp: Update window positions.
3458 * gdb.tui/empty.exp: Update window positions.
3459
3460 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3461
3462 * gdb.base/examine-backward.exp: Correct regexp for
3463 "examine 3 bytes backward from ${address_zero}".
3464
3465 2019-08-15 Tom Tromey <tom@tromey.com>
3466
3467 * gdb.tui/empty.exp: Enable resizing tests.
3468
3469 2019-08-15 Tom Tromey <tromey@adacore.com>
3470
3471 * gdb.ada/char_enum.exp: Add regression tests.
3472 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3473 and '0'.
3474 (Char, Gchar): Update.
3475 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3476
3477 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3478
3479 * gdb.python/python.exp: Expect a leading underscore on
3480 GdbOutput{,Error}File.
3481
3482 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3483
3484 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3485 Windows host.
3486
3487 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3488
3489 * gdb.base/batch-preserve-term-settings.exp
3490 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3491
3492 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3493
3494 * lib/gdb.exp: When running on a mingw target, replace
3495 /x/ with x:/.
3496
3497 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3498
3499 * gdb.arch/aarch64-prologue.c: New test.
3500 * gdb.arch/aarch64-prologue.exp: New file.
3501
3502 2019-08-13 Tom de Vries <tdevries@suse.de>
3503
3504 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3505 Thread.
3506
3507 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3508
3509 * gdb.python/py-completion.exp: Download the .py file to the host
3510 and use its host pathname. Conditionalize tests that use
3511 tab completion and manipulate files on the build machine.
3512 * gdb.python/py-events.exp: Download the .py file to the host
3513 and use its host pathname.
3514 * gdb.python/py-evsignal.exp: Likewise.
3515 * gdb.python/py-evthreads.exp: Likewise.
3516 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3517 pathname syntax.
3518 * gdb.python/py-framefilter.exp: Download the .py file to the right
3519 place on the host. Match Windows pathname syntax.
3520 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3521 .py file to the host and use its host pathname.
3522 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3523 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3524 build pathname. Skip symlink test on Windows host. Add missing
3525 newline at end of file.
3526 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3527 and use its host pathname.
3528 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3529 * gdb.python/py-section-script.exp: Use host location of binfile
3530 on safe-path. Use correct path separator on Windows host.
3531 Reorder alternatives in gdb_test_multiple to prevent matching
3532 the wrong alternative on success.
3533 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3534
3535 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3536
3537 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3538 expect the GDB inferior to no longer immediately stop after
3539 being resumed with "signal SIGINT".
3540
3541 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3542
3543 * gdb.linespec/break-ask.exp: Generalize regexps to match
3544 Windows pathnames too.
3545
3546 2019-08-08 Tom de Vries <tdevries@suse.de>
3547
3548 PR testsuite/24862
3549 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3550
3551 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3552
3553 * gdb.base/style.exp: Update tests for help doc new invariants.
3554 * gdb.base/help.exp: Likewise.
3555
3556 2019-08-06 Tom Tromey <tom@tromey.com>
3557
3558 * gdb.base/style.exp: Add disassemble test.
3559 * gdb.base/style.c (some_called_function): New function.
3560 (main): Use it.
3561
3562 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3563
3564 * gdb.python/py-block.exp: Test dictionary access on blocks.
3565
3566 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3567
3568 PR gdb/24863
3569 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3570 -list-thread-groups --available test when running under
3571 check-read1.
3572
3573 2019-08-05 Tom de Vries <tdevries@suse.de>
3574
3575 PR testsuite/24863
3576 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3577 * gdb.base/help.exp: Use with_read1_timeout_factor.
3578 * gdb.base/info-macros.exp: Same.
3579 * gdb.cp/nested-types.exp: Same.
3580
3581 2019-08-05 Tom de Vries <tdevries@suse.de>
3582
3583 * lib/gdb.exp (version_at_least): Factor out of ...
3584 (tcl_version_at_least): ... here.
3585 (gdb_compile): Fail if pie results in non-PIE executable.
3586 (readelf_version, readelf_prints_pie): New proc.
3587 (exec_is_pie): Return -1 if unknown.
3588
3589 2019-08-05 Tom de Vries <tdevries@suse.de>
3590
3591 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3592
3593 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3594
3595 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3596
3597 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3598
3599 * lib/completion-support.exp (test_gdb_complete_none): Skip
3600 tab completion tests if no readline support.
3601 (test_gdb_complete_unique_re): Likewise.
3602 (test_gdb_complete_multiple): Likewise.
3603
3604 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3605
3606 * gdb.base/info_sources.exp: New file.
3607 * gdb.base/info_sources.c: New file.
3608 * gdb.base/info_sources_base.c: New file.
3609
3610 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3611
3612 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3613 prefix argument.
3614 (test_exit_status): Add prefix argument.
3615
3616 2019-08-01 Tom de Vries <tdevries@suse.de>
3617
3618 PR testsuite/24863
3619 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3620 calling exp_continue for new thread and thread exited messages.
3621
3622 2019-08-01 Tom de Vries <tdevries@suse.de>
3623
3624 PR testsuite/24863
3625 * gdb.base/structs.exp: Fix check-read1 timeout using
3626 gdb_test_sequence.
3627 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3628
3629 2019-08-01 Tom de Vries <tdevries@suse.de>
3630
3631 PR testsuite/24863
3632 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3633 line.
3634
3635 2019-08-01 Tom de Vries <tdevries@suse.de>
3636
3637 PR testsuite/24863
3638 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3639
3640 2019-07-30 Tom Tromey <tromey@adacore.com>
3641
3642 * gdb.ada/display_nested.exp: New file.
3643 * gdb.ada/display_nested/foo.adb: New file.
3644 * gdb.ada/display_nested/pack.adb: New file.
3645 * gdb.ada/display_nested/pack.ads: New file.
3646
3647 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3648
3649 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3650 namespace.
3651 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3652
3653 2019-07-30 Tom de Vries <tdevries@suse.de>
3654
3655 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3656 instead.
3657
3658 2019-07-30 Tom de Vries <tdevries@suse.de>
3659
3660 PR testsuite/24834
3661 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3662 (exec_is_pie): New proc.
3663
3664 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3665
3666 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3667
3668 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3669
3670 * gdb.python/py-objfile.c: Add global and static vars.
3671 * gdb.python/py-objfile.exp: Test new functions Objfile.
3672 lookup_global_symbol and lookup_static_symbol.
3673
3674 2019-07-29 Tom Tromey <tom@tromey.com>
3675
3676 * lib/tuiterm.exp (Term::_csi_@): New proc.
3677 (Term::_csi_X): Don't move cursor.
3678
3679 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3680
3681 * gdb.base/options.exp: Update backtrace - completion to
3682 new option -frame-info.
3683 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3684 Test new 'set print frame-info'. Test backtrace -frame-info
3685 overriding 'set print frame-info'.
3686 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3687 Test new 'set print frame-info'.
3688 Verify consistency of backtrace with and without filters, with and
3689 without -no-filters.
3690 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3691 default.
3692
3693 2019-07-29 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3696 no arguments".
3697
3698 2019-07-29 Tom de Vries <tdevries@suse.de>
3699
3700 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3701 is a substring of the first for "complete non-unique file name".
3702
3703 2019-07-29 Tom de Vries <tdevries@suse.de>
3704
3705 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3706 with ".*".
3707
3708 2019-07-29 Tom de Vries <tdevries@suse.de>
3709
3710 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3711 Pass prompt_regexp parameter to gdb_test_multiple calls.
3712
3713 2019-07-29 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3716 print registers" regexps.
3717
3718 2019-07-29 Tom de Vries <tdevries@suse.de>
3719
3720 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3721
3722 2019-07-29 Tom de Vries <tdevries@suse.de>
3723
3724 PR gdb/24855
3725 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3726 (skip_python_tests_prompt): Add prompt_regexp argument to
3727 gdb_test_multiple calls.
3728
3729 2019-07-27 Tom Tromey <tom@tromey.com>
3730
3731 * gdb.tui/main.exp: New file.
3732
3733 2019-07-27 Tom Tromey <tom@tromey.com>
3734
3735 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3736 optional.
3737 * gdb.tui/empty.exp: New file.
3738
3739 2019-07-27 Tom Tromey <tom@tromey.com>
3740
3741 * lib/tuiterm.exp (spawn): New proc.
3742 (Term::resize): New proc.
3743 * gdb.tui/resize.exp: New file.
3744
3745 2019-07-27 Tom Tromey <tom@tromey.com>
3746
3747 * gdb.tui/list.exp: New file.
3748
3749 2019-07-27 Tom Tromey <tom@tromey.com>
3750
3751 * gdb.tui/regs.exp: New file.
3752
3753 2019-07-27 Tom Tromey <tom@tromey.com>
3754
3755 * gdb.tui/basic.exp: Add "layout split" test.
3756
3757 2019-07-27 Tom Tromey <tom@tromey.com>
3758
3759 * gdb.tui/basic.exp: Add "layout asm" test.
3760
3761 2019-07-27 Tom Tromey <tom@tromey.com>
3762
3763 * lib/tuiterm.exp: New file.
3764 * gdb.tui/basic.exp: New file.
3765
3766 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3767
3768 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3769 Enable tests associated with this flag. Adjust regex
3770 referencing "foo_low" to now refer to "foo_cold" instead.
3771
3772 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3773
3774 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3775 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3776 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3777 foo_cold. Revise comments to match.
3778 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3779 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3780 were wrapped into this proc; Call do_test in loop from outermost
3781 level.
3782 (foo_low): Rename all occurrences to "foo_cold".
3783 (backtrace from baz): New test.
3784 (x2/i foo_cold): New test.
3785 (info line *foo_cold): New test.
3786
3787 2019-07-26 Tom de Vries <tdevries@suse.de>
3788
3789 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3790
3791 2019-07-25 Tom de Vries <tdevries@suse.de>
3792
3793 PR testsuite/24830
3794 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3795 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3796 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3797 (skip_libstdcxx_probe_tests): ... here.
3798 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3799
3800 2019-07-24 Tom de Vries <tdevries@suse.de>
3801
3802 PR testsuite/24807
3803 * gdb.objc/basicclass.m: Include stdio.h.
3804 * gdb.objc/nondebug.m: Same.
3805 * gdb.objc/objcdecode.m: Same.
3806
3807 2019-07-24 Tom de Vries <tdevries@suse.de>
3808
3809 PR testsuite/24612
3810 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3811 additional_flags.
3812
3813 2019-07-24 Tom de Vries <tdevries@suse.de>
3814
3815 PR testsuite/24831
3816 * gdb.multi/tids.exp: Update error messages for info threads.
3817
3818 2019-07-24 Tom de Vries <tdevries@suse.de>
3819
3820 * gdb.base/info-types.exp: Allow info types to print info for more than
3821 one file.
3822
3823 2019-07-23 Tom de Vries <tdevries@suse.de>
3824
3825 PR testsuite/24842
3826 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3827 gdb_spawn_with_cmdline_opts.
3828
3829 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3830
3831 * gdb.arch/arm-cmse-sgstubs.c: New test.
3832 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3833
3834 2019-07-23 Tom de Vries <tdevries@suse.de>
3835
3836 PR testsuite/24711
3837 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3838 issuing next command.
3839
3840 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3841
3842 * gdb.ada/info_auto_lang.exp: Update expected results.
3843 * gdb.base/info-types.c: Add additional types to check.
3844 * gdb.base/info-types.exp: Update expected results.
3845
3846 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/info-types.c: New file.
3849 * gdb.base/info-types.exp: New file.
3850
3851 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.arch/riscv-bp-infcall.c: New file.
3854 * gdb.arch/riscv-bp-infcall.exp: New file.
3855
3856 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3857
3858 PR breakpoints/24541
3859 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3860
3861 2019-07-14 Tom de Vries <tdevries@suse.de>
3862
3863 PR testsuite/24760
3864 * gdb.objc/basicclass.exp: Fix unterminated string.
3865
3866 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3867 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3870 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3871 negative bounds.
3872 * gdb.fortran/vla-value.exp: Print elements of an array with
3873 negative bounds.
3874 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3875 testing.
3876
3877 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.base/options.exp (expect_string): Dequote strings in
3880 results.
3881 (test-string): Test strings with different quoting and reindent.
3882
3883 2019-07-10 Tom Tromey <tromey@adacore.com>
3884
3885 * gdb.ada/mi_ex_cond.exp: Update expected results.
3886 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3887 * gdb.ada/mi_catch_ex.exp: Update expected results.
3888 * gdb.ada/mi_catch_assert.exp: Update expected results.
3889 * gdb.ada/catch_ex.exp (catch_exception_info)
3890 (catch_exception_entry, catch_assert_entry)
3891 (catch_unhandled_entry): Update.
3892 * gdb.ada/catch_assert_if.exp: Update expected results.
3893
3894 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3895 Stephen Roberts <stephen.roberts@arm.com>
3896
3897 * gdb.base/define.exp: Restore original prompt.
3898
3899 2019-07-09 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3902 breakpoints" output.
3903 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3904 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3905 throw" creates breakpoint.
3906 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3907 'type="catchpoint"'.
3908
3909 2019-07-09 Pedro Alves <palves@redhat.com>
3910
3911 PR c++/15468
3912 * gdb.cp/except-multi-location-lib.cc: New.
3913 * gdb.cp/except-multi-location-main.cc: New.
3914 * gdb.cp/except-multi-location.exp: New.
3915
3916 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3917
3918 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3919 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3920 argument and update callers.
3921
3922 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.arch/amd64-break-on-asm-line.S: New file.
3925 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3926
3927 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3928
3929 * gdb.base/printcmds.exp: Test printing C string and
3930 C wide string convenience vars without transiting via the inferior.
3931 Also make test names unique.
3932
3933 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3934
3935 PR breakpoints/25011
3936 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3937
3938 2019-07-04 Pedro Alves <palves@redhat.com>
3939
3940 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3941 body returned ok(0), break(3) or continue(4).
3942 * gdb.testsuite/foreach_with_prefix.exp: New file.
3943
3944 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3945
3946 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3947
3948 2019-07-03 Pedro Alves <palves@redhat.com>
3949
3950 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3951 "return -code".
3952
3953 2019-07-03 Pedro Alves <palves@redhat.com>
3954
3955 PR cli/24732
3956 * gdb.base/shell.exp: Load completion-support.exp.
3957 Adjust expected error output. Add completion tests.
3958
3959 2019-07-03 Pedro Alves <palves@redhat.com>
3960
3961 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3962 string_to_regexp.
3963
3964 2019-07-03 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3967 (expect_integer): Adjust to expect "-string".
3968 (expect_string): New.
3969 (all_options): Expect "-string".
3970 (test-flag, test-boolean): Adjust to expect "-string".
3971 (test-string): New proc.
3972 (top level): Call it.
3973
3974 2019-07-03 Pedro Alves <palves@redhat.com>
3975
3976 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3977 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3978 the expected output in the success.
3979
3980 2019-07-03 Pedro Alves <palves@redhat.com>
3981
3982 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3983 Split one gdb_test_multiple call in two to avoid a race.
3984
3985 2019-07-03 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.base/with.c: New file.
3988 * gdb.base/with.exp: New file.
3989
3990 2019-07-03 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/settings.exp: Replace all references to "maint
3993 test-settings set" with references to "maint set test-settings",
3994 and all references to "maint test-settings show" with references
3995 to "maint show test-settings".
3996
3997 2019-07-03 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.base/settings.exp (test-string): Adjust expected out when
4000 testing "maint test-settings show filename"
4001
4002 2019-07-02 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/options.exp (test-info-threads): New procedure.
4005 (top level): Call it.
4006
4007 2019-06-28 Tom Tromey <tromey@adacore.com>
4008
4009 * gdb.dwarf2/ada-linkage-name.c: New file.
4010 * gdb.dwarf2/ada-linkage-name.exp: New file.
4011
4012 2019-06-27 Tom Tromey <tromey@adacore.com>
4013
4014 PR c++/20020:
4015 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4016
4017 2019-06-26 Tom de Vries <tdevries@suse.de>
4018
4019 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4020
4021 2019-06-26 Tom de Vries <tdevries@suse.de>
4022
4023 * gdb.base/index-cache.exp: Add back missing debug option.
4024
4025 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4026
4027 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4028
4029 2019-06-25 Tom de Vries <tdevries@suse.de>
4030
4031 PR testsuite/24727
4032 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4033
4034 2019-06-24 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4037
4038 2019-06-24 Tom de Vries <tdevries@suse.de>
4039
4040 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4041 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4042 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4043
4044 2019-06-24 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4047
4048 2019-06-21 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4051
4052 2019-06-21 Tom de Vries <tdevries@suse.de>
4053
4054 PR testsuite/24518
4055 PR ada/24713
4056 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4057 index.
4058
4059 2019-06-19 Tom Tromey <tromey@adacore.com>
4060
4061 * gdb.ada/length_cond.exp: Add intro comment.
4062
4063 2019-06-19 Tom Tromey <tromey@adacore.com>
4064
4065 * gdb.ada/length_cond.exp: New file.
4066 * gdb.ada/length_cond/length_cond.adb: New file.
4067 * gdb.ada/length_cond/pck.adb: New file.
4068 * gdb.ada/length_cond/pck.ads: New file.
4069
4070 2019-06-18 Tom de Vries <tdevries@suse.de>
4071
4072 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4073
4074 2019-06-18 Tom Tromey <tromey@adacore.com>
4075
4076 * gdb.base/list0.h: Add comment explaining control character.
4077
4078 2019-06-18 Tom de Vries <tdevries@suse.de>
4079
4080 * boards/fission.exp: Break up long debug_flags line.
4081
4082 2019-06-16 Tom de Vries <tdevries@suse.de>
4083
4084 PR gdb/24445
4085 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4086 generated index.
4087
4088 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 PR gdb/24686
4091 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4092 improve detection of bug gdb/24541.
4093
4094 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4095
4096 PR gdb/24669
4097 * gdb.base/index-cache.exp (uses_readnow,
4098 expecting_index_cache_use): Define global variable.
4099 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4100 expecting_index_cache_use.
4101
4102 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4103 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * gdb.fortran/pointers.f90: New file.
4106 * gdb.fortran/print_type.exp: New file.
4107 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4108 * gdb.fortran/vla-type.exp: Likewise.
4109 * gdb.fortran/vla-value.exp: Likewise.
4110 * gdb.mi/mi-vla-fortran.exp: Likewise.
4111
4112 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4115 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4116 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4117 as a stop reason.
4118
4119 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.base/annota1.exp: Update expected results.
4122 * gdb.cp/annota2.exp: Likewise.
4123 * gdb.cp/annota3.exp: Likewise.
4124
4125 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.base/style-logging.exp: Remove path from test name.
4128
4129 2019-06-14 Tom Tromey <tromey@adacore.com>
4130
4131 PR gdb/24502:
4132 * gdb.base/style-logging.exp: New file.
4133
4134 2019-06-14 Tom Tromey <tromey@adacore.com>
4135
4136 * gdb.base/symfile-warn.exp: New file.
4137 * gdb.base/symfile-warn.c: New file.
4138
4139 2019-06-14 Tom Tromey <tromey@adacore.com>
4140
4141 * gdb.base/annotate-symlink.exp: New file.
4142
4143 2019-06-14 Tom Tromey <tromey@adacore.com>
4144
4145 * gdb.ada/set_wstr.exp: Add reassignment test.
4146
4147 2019-06-14 Tom Tromey <tromey@adacore.com>
4148
4149 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4150 'unchecked_access and 'unrestricted_access as well.
4151
4152 2019-06-14 Tom Tromey <tromey@adacore.com>
4153
4154 PR ada/24539:
4155 * gdb.ada/vla.exp: Update tests.
4156 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4157 pragma.
4158
4159 2019-06-13 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/settings.exp (test-integer): Test junk after
4162 "unlimited".
4163
4164 2019-06-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/options.exp (test-thread-apply): New.
4167 (top level): Call it.
4168
4169 2019-06-13 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/options.exp (test-frame-apply): New.
4172 (top level): Test print commands with different "frame apply"
4173 prefixes.
4174
4175 2019-06-13 Pedro Alves <palves@redhat.com>
4176
4177 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4178 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4179 'max_completions' parameter and handle it.
4180 (test_gdb_completion_offers_commands): New.
4181
4182 2019-06-13 Pedro Alves <palves@redhat.com>
4183
4184 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4185
4186 2019-06-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/options.exp (test-backtrace): New.
4189 (top level): Call it.
4190
4191 2019-06-13 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.guile/scm-frame-args.exp: Use "set print
4194 raw-frame-arguments" instead of "set print raw frame-arguments".
4195 * gdb.python/py-frame-args.exp: Likewise.
4196
4197 2019-06-13 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.compile/compile.exp: Adjust expected output to option
4200 processing changes.
4201
4202 2019-06-13 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/options.exp: Build executable.
4205 (test-print): New procedure.
4206 (top level): Call it, once for "print" and another for "compile
4207 print".
4208
4209 2019-06-13 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/options.c: New file.
4212 * gdb.base/options.exp: New file.
4213
4214 2019-06-13 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4217 that "o" is ambiguous.
4218
4219 2019-06-13 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/settings.c: New file.
4222 * gdb.base/settings.exp: New file.
4223
4224 2019-06-13 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/completion.exp: Fix comment typo.
4227
4228 2019-06-13 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4231 foo --1" test.
4232
4233 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4234
4235 * gdb.fortran/block-data.f: New.
4236 * gdb.fortran/block-data.exp: New.
4237
4238 2019-06-11 Tom de Vries <tdevries@suse.de>
4239
4240 PR testsuite/24521
4241 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4242 message.
4243
4244 2019-06-11 Tom de Vries <tdevries@suse.de>
4245
4246 PR testsuite/24521
4247 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4248
4249 2019-06-11 Tom de Vries <tdevries@suse.de>
4250
4251 * boards/readnow.exp: New file.
4252
4253 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.fortran/vla-sizeof.exp: Update expected results.
4256
4257 2019-06-06 Amos Bird <amosbird@gmail.com>
4258
4259 * gdb.base/annota1.exp (thread_switch): Add test for
4260 thread-exited annotation.
4261
4262 2019-06-06 Tom Tromey <tromey@adacore.com>
4263
4264 * gdb.base/maint.exp: Expect command started/finished output.
4265
4266 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4267
4268 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4269 comment.
4270 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4271
4272 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4273
4274 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4275 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4276 * gdb.arch/riscv-unwind-long-insn.c: New file.
4277 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4278
4279 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4280
4281 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4282
4283 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4284
4285 * lib/gdb.exp (help_list_trailer): New regexp variable
4286 factorizing the help trailer message.
4287 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4288 arg to allow to better factorize various tests.
4289 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4290 (test_prefix_command_help): Use help_list_trailer.
4291 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4292 * gdb.guile/scm-cmd.exp: Likewise.
4293 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4294 * gdb.base/help.exp: Use test_user_defined_class_help.
4295 * gdb.base/style.exp: Add tests for styling of help and apropos.
4296 * lib/gdb-utils.exp (style): Add title and highlight styles.
4297
4298 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4299
4300 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4301 $_shell_exitsignal.
4302 * gdb.base/default.exp: Update for new convenience variables.
4303
4304 2019-05-29 Tom Tromey <tromey@adacore.com>
4305
4306 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4307 to "break complete ada" test case's regexp.
4308
4309 2019-05-29 Tom Tromey <tromey@adacore.com>
4310
4311 PR c++/20020:
4312 * gdb.cp/constexpr-field.exp: New file.
4313 * gdb.cp/constexpr-field.cc: New file.
4314
4315 2019-05-29 Tom Tromey <tromey@adacore.com>
4316
4317 * gdb.base/finish.exp (finish_no_print): New proc.
4318 (finish_tests): Call it.
4319
4320 2019-05-24 Tom de Vries <tdevries@suse.de>
4321
4322 * gdb.dwarf2/gdb-add-index.exp: New file.
4323
4324 2019-05-22 Tom Tromey <tromey@adacore.com>
4325
4326 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4327 * gdb.base/style.exp: Use "style".
4328 * lib/gdb-utils.exp (style): New proc.
4329
4330 2019-05-22 Tom de Vries <tdevries@suse.de>
4331
4332 * gdb.base/align.exp: Require c++11.
4333
4334 2019-05-22 Tom de Vries <tdevries@suse.de>
4335
4336 PR testsuite/24586
4337 * gdb.python/py-mi-var-info-path-expression.exp: Call
4338 mi_skip_python_tests to check if python is supported.
4339
4340 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4341
4342 * gdb.arch/aarch64-pauth.c: New test.
4343 * gdb.arch/aarch64-pauth.exp: New file.
4344
4345 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4346
4347 * README (Re-running Tests Outside The Testsuite): New section.
4348
4349 2019-05-21 Tom de Vries <tdevries@suse.de>
4350
4351 * gdb.arch/amd64-eval.exp: Require c++11.
4352 * gdb.base/max-depth.exp: Same.
4353 * gdb.compile/compile-cplus-array-decay.exp: Same.
4354 * gdb.cp/meth-typedefs.exp: Same.
4355 * gdb.cp/subtypes.exp: Same.
4356 * gdb.cp/temargs.exp: Same.
4357
4358 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4359
4360 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4361
4362 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4363
4364 PR gdb/18644
4365 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4366 * gdb.fortran/printing-types.exp: Add new test.
4367 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4368 testing.
4369 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4370 setup_kfail call.
4371
4372 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4373
4374 * README (Running the Testsuite): Change example.
4375 (Testsuite Parameters): Remove TRANSCRIPT.
4376 * lib/gdb.exp: Remove TRANSCRIPT check.
4377
4378 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4379
4380 * README (Testsuite Parameters): Add replay logging to
4381 GDBSERVER_DEBUG.
4382 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4383 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4384 as a comma separated list.
4385 (gdb_debug_init): Override procedure.
4386
4387 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4388
4389 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4390 (gdb_write_cmd_file): New procedure.
4391 * lib/gdbserver-support.exp (gdbserver_start): Call
4392 gdbserver_write_cmd_file.
4393 (gdbserver_write_cmd_file): New procedure.
4394
4395 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4396
4397 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4398 (delete_breakpoints): Likewise.
4399 (gdb_run_cmd): Likewise.
4400 (gdb_start_cmd): Likewise.
4401 (gdb_starti_cmd): Likewise.
4402 (gdb_internal_error_resync): Likewise.
4403 (gdb_test_multiple): Likewise.
4404 (gdb_reinitialize_dir): Likewise.
4405 (default_gdb_exit): Likewise.
4406 (gdb_file_cmd): Mark kill as optional.
4407 (default_gdb_start): Call gdb_stdin_log_init.
4408 (send_gdb): Call gdb_stdin_log_write.
4409 (rerun_to_main): Mark Y as an answer.
4410 (gdb_stdin_log_init): New function.
4411 (gdb_stdin_log_write): Likewise.
4412
4413 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4414
4415 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4416 * gdb.base/debug-expr.exp: Likewise.
4417 * gdb.base/foll-fork.exp: Likewise.
4418 * gdb.base/foll-vfork.exp: Likewise.
4419 * gdb.base/fork-print-inferior-events.exp: Likewise.
4420 * gdb.base/gdb-sigterm.exp: Likewise.
4421 * gdb.base/gdbinit-history.exp: Likewise.
4422 * gdb.base/osabi.exp: Likewise.
4423 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4424 * gdb.base/ui-redirect.exp: Likewise.
4425 * gdb.gdb/unittest.exp: Likewise.
4426 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4427 * gdb.mi/mi-watch.exp: Likewise.
4428 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4429 * gdb.mi/user-selected-context-sync.exp: Likewise.
4430 * gdb.python/python.exp: Disable debug test when debugging.
4431 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4432 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4433 Likewise.
4434 * gdb.threads/stepi-random-signal.exp: Likewise.
4435
4436 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4437
4438 * Makefile.in: Pass through GDB_DEBUG.
4439 * README (Testsuite Parameters): Add GDB_DEBUG.
4440 (gdb,debug): Add board setting.
4441 * lib/gdb.exp (default_gdb_start): Start debugging.
4442 (gdb_debug_enabled): New procedure.
4443 (gdb_debug_init): Likewise.
4444
4445 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4446
4447 * Makefile.in: Pass through GDB_DEBUG.
4448 * README (Testsuite Parameters): Add GDB_DEBUG.
4449 (gdb,debug): Add board setting.
4450 * lib/gdb.exp (default_gdb_start): Start debugging.
4451 (gdb_debug_enabled): New procedure.
4452 (gdb_debug_init): Likewise.
4453
4454 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4455
4456 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4457
4458 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4459
4460 * gdb.base/ui-redirect.exp: Test redirection.
4461
4462 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4463
4464 * gdb.mi/mi-complete.exp: New file.
4465 * gdb.mi/mi-complete.cc: Likewise.
4466
4467 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4468
4469 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4470 indexed and sliced arrays, and pointers to arrays.
4471
4472 2019-05-14 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4475 styling test.
4476
4477 2019-05-14 Tom de Vries <tdevries@suse.de>
4478
4479 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4480 selection entry encoding.
4481
4482 2019-05-10 Tom Tromey <tromey@adacore.com>
4483
4484 * gdb.ada/info_exc.exp: Add "complete" test.
4485
4486 2019-05-09 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4489 CU-relative.
4490
4491 2019-05-09 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4494 CU-relative.
4495
4496 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4497
4498 * gdb.ada/frame_arg_lang.exp: New testcase.
4499 * gdb.ada/frame_arg_lang/bla.adb: New file.
4500 * gdb.ada/frame_arg_lang/pck.ads: New file.
4501 * gdb.ada/frame_arg_lang/pck.adb: New file.
4502 * gdb.ada/frame_arg_lang/foo.c: New file.
4503
4504 2019-05-08 Tom Tromey <tromey@adacore.com>
4505
4506 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4507
4508 2019-05-08 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.base/ptype-offsets.exp: Update tests.
4511
4512 2019-05-08 Tom Tromey <tromey@adacore.com>
4513
4514 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4515 cases.
4516 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4517 "short".
4518
4519 2019-05-08 Tom Tromey <tromey@adacore.com>
4520
4521 * gdb.ada/vla.exp: New file.
4522 * gdb.ada/vla/vla.adb: New file.
4523
4524 2019-05-07 Tom de Vries <tdevries@suse.de>
4525
4526 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4527
4528 2019-05-07 Tom de Vries <tdevries@suse.de>
4529
4530 PR testsuite/24522
4531 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4532 section.
4533
4534 2019-05-07 Tom de Vries <tdevries@suse.de>
4535
4536 PR testsuite/24522
4537 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4538 .debug_aranges section.
4539
4540 2019-05-07 Tom de Vries <tdevries@suse.de>
4541
4542 PR testsuite/24159
4543 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4544
4545 2019-05-06 Tom de Vries <tdevries@suse.de>
4546
4547 * lib/gdb.exp (exec_has_index_section): New proc.
4548 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4549 section.
4550
4551 2019-05-04 Tom de Vries <tdevries@suse.de>
4552
4553 * boards/cc-with-debug-names.exp: New file.
4554
4555 2019-05-03 Tom Tromey <tromey@adacore.com>
4556
4557 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4558 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4559 * gdb.ada/char_enum.exp: Add test.
4560
4561 2019-05-03 Tom de Vries <tdevries@suse.de>
4562
4563 * boards/cc-with-gdb-index.exp: New file.
4564
4565 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4566
4567 * gdb.rust/simple.exp: Add new test case.
4568 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4569 (main): Initialise an instance of the new struct.
4570
4571 2019-05-01 Tom Tromey <tromey@adacore.com>
4572
4573 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4574 record.
4575 (NPR): New variable.
4576 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4577 test.
4578
4579 2019-05-01 Tom Tromey <tromey@adacore.com>
4580
4581 * gdb.ada/packed_array_assign.exp: Add packed assignment
4582 regression test.
4583
4584 2019-05-01 Tom de Vries <tdevries@suse.de>
4585
4586 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4587
4588 2019-05-01 Tom de Vries <tdevries@suse.de>
4589
4590 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4591
4592 2019-04-30 Ali Tamur <tamur@google.com>
4593
4594 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4595
4596 2019-04-30 Tom Tromey <tromey@adacore.com>
4597
4598 * lib/ada.exp (find_ada_tool): New proc.
4599 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4600 * gdb.ada/catch_ex_std.exp: New file.
4601 * gdb.ada/catch_ex_std/foo.adb: New file.
4602 * gdb.ada/catch_ex_std/some_package.adb: New file.
4603 * gdb.ada/catch_ex_std/some_package.ads: New file.
4604
4605 2019-04-30 Tom Tromey <tromey@adacore.com>
4606
4607 PR c++/24470:
4608 * gdb.cp/temargs.cc: Add test code from PR.
4609
4610 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.fortran/vla-datatypes.exp: Update expected results.
4613 * gdb.fortran/vla-ptype.exp: Likewise.
4614 * gdb.fortran/vla-type.exp: Likewise.
4615 * gdb.fortran/vla-value.exp: Likewise.
4616
4617 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.fortran/ptr-indentation.exp: Update expected results.
4620 * gdb.fortran/ptype-on-functions.exp: Likewise.
4621 * gdb.fortran/vla-ptr-info.exp: Likewise.
4622 * gdb.fortran/vla-value.exp: Likewise.
4623
4624 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.fortran/ptype-on-functions.exp: New file.
4627 * gdb.fortran/ptype-on-functions.f90: New file.
4628
4629 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4630
4631 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4632 case void string.
4633
4634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4635
4636 * gdb.fortran/complex.exp: Expand.
4637 * gdb.fortran/complex.f: Renamed to...
4638 * gdb.fortran/complex.f90: ...this, and extended to add more
4639 complex values.
4640
4641 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4644 MODULO, CMPLX.
4645
4646 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4647 Richard Bunt <richard.bunt@arm.com>
4648
4649 * gdb.base/max-depth.c: New file.
4650 * gdb.base/max-depth.exp: New file.
4651 * gdb.python/py-nested-maps.c: New file.
4652 * gdb.python/py-nested-maps.exp: New file.
4653 * gdb.python/py-nested-maps.py: New file.
4654 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4655 (test_all_common): Call test_max_depth.
4656 * gdb.fortran/max-depth.exp: New file.
4657 * gdb.fortran/max-depth.f90: New file.
4658 * gdb.go/max-depth.exp: New file.
4659 * gdb.go/max-depth.go: New file.
4660 * gdb.modula2/max-depth.exp: New file.
4661 * gdb.modula2/max-depth.c: New file.
4662 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4663
4664 2019-04-29 Tom de Vries <tdevries@suse.de>
4665
4666 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4667
4668 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4669
4670 * gdb.base/callexit.exp: Test may-call-functions off.
4671
4672 2019-04-25 Keith Seitz <keiths@redhat.com>
4673
4674 PR c++/24367
4675 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4676 (another_incomplete_struct, test_incomplete): New definitions.
4677 (main): Use new definitions.
4678 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4679 functions.
4680
4681 2019-04-25 Ali Tamur <tamur@google.com>
4682
4683 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4684
4685 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4686
4687 PR corefiles/11608
4688 PR corefiles/18187
4689 * gdb.base/coredump-filter-build-id.exp: New file.
4690
4691 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4692
4693 * Makefile.in: Pass through GDBSERVER_DEBUG.
4694 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4695 (gdbserver,debug): Add board setting.
4696 * gdb.trace/tspeed.exp: Skip when debugging.
4697 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4698 * lib/gdbserver-support.exp: Likewise
4699
4700 2019-04-24 Tom Tromey <tromey@adacore.com>
4701
4702 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4703 Rust.
4704
4705 2019-04-24 Tom Tromey <tromey@adacore.com>
4706
4707 * gdb.arch/amd64-eval.exp: Test bitfield return.
4708 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4709 (class Foo) <return_bitfields>: New method.
4710 (main): Call it.
4711
4712 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.cp/many-args.cc: New file.
4715 * gdb.cp/many-args.exp: New file.
4716
4717 2019-04-23 Tom de Vries <tdevries@suse.de>
4718
4719 PR gdb/24433
4720 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4721
4722 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4723
4724 * gdb.trace/backtrace.exp: Use nopie flag.
4725 * gdb.trace/circ.exp: Likewise.
4726 * gdb.trace/collection.exp: Likewise.
4727 * gdb.trace/ftrace.exp: Likewise.
4728 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4729 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4730 * gdb.trace/qtro.exp: Likewise.
4731 * gdb.trace/read-memory.exp: Likewise.
4732 * gdb.trace/report.exp: Likewise.
4733 * gdb.trace/tfile.exp: Likewise.
4734 * gdb.trace/tfind.exp: Likewise.
4735 * gdb.trace/unavailable.exp: Likewise.
4736
4737 2019-04-22 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/solib-probes-nosharedlibrary.c,
4740 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4741
4742 2019-04-19 Tom Tromey <tromey@adacore.com>
4743
4744 * gdb.ada/ptype_union.c: New file.
4745 * gdb.ada/ptype_union.exp: New file.
4746
4747 2019-04-19 Tom Tromey <tromey@adacore.com>
4748
4749 PR symtab/24423:
4750 * gdb.base/list0.h (foo): Add a control-l character.
4751
4752 2019-04-18 Tom de Vries <tdevries@suse.de>
4753
4754 PR gdb/24433
4755 * boards/local-board.exp: Set sysroot to "".
4756
4757 2019-04-18 Tom de Vries <tdevries@suse.de>
4758 Pedro Alves <palves@redhat.com>
4759
4760 PR gdb/24454
4761 * gdb.threads/vfork-follow-child-exec.c: New file.
4762 * gdb.threads/vfork-follow-child-exec.exp: New file.
4763 * gdb.threads/vfork-follow-child-exit.c: New file.
4764 * gdb.threads/vfork-follow-child-exit.exp: New file.
4765
4766 2019-04-15 Leszek Swirski <leszeks@google.com>
4767
4768 * gdb.arch/amd64-eval.cc: New file.
4769 * gdb.arch/amd64-eval.exp: New file.
4770
4771 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4772
4773 * gdb.server/sysroot.c: New test.
4774 * gdb.server/sysroot.exp: New file.
4775 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4776 matching param.
4777
4778 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4779
4780 * gdb.base/align.exp: Extend test to cover structures containing
4781 only static fields.
4782
4783 2019-04-11 Tom de Vries <tdevries@suse.de>
4784
4785 * boards/cc-with-dwz-m.exp: New file.
4786 * boards/cc-with-dwz.exp: New file.
4787 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4788
4789 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4790
4791 * gdb.base/start-cpp.exp: New file.
4792 * gdb.base/start-cpp.cc: New file.
4793
4794 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4795
4796 * gdb.python/py-thrhandle.exp: Adjust tests to call
4797 thread_from_handle instead of thread_from_thread_handle.
4798
4799 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4800
4801 * gdb.python/py-thrhandle.exp: Add tests for
4802 gdb.InferiorThread.handle.
4803
4804 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * gdb.python/py-function.exp: Check calling helper function from
4807 all languages.
4808 * lib/gdb.exp (gdb_supported_languages): New proc.
4809
4810 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4811
4812 * gdb.base/complex-parts.c: New file.
4813 * gdb.base/complex-parts.exp: New file.
4814
4815 2019-04-01 Tom Tromey <tromey@adacore.com>
4816
4817 PR symtab/23331:
4818 * gdb.dwarf2/dw2-ranges-main.c: New file.
4819 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4820 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4821
4822 2019-03-30 Simon Marchi <simark@simark.ca>
4823
4824 * gdb.base/default.exp: Add values for $_gdb_major and
4825 $_gdb_minor.
4826
4827 2019-03-29 Tom Tromey <tromey@adacore.com>
4828
4829 * gdb.base/help.exp: Tighten apropos regexp.
4830
4831 2019-03-29 Keith Seitz <keiths@redhat.com>
4832
4833 * gdb.fortran/array-bounds.exp: New file.
4834 * gdb.fortran/array-bounds.f90: New file.
4835
4836 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4837
4838 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4839
4840 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4841
4842 * gdb.multi/hello.c (main): Increase alarm timer.
4843
4844 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4845
4846 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4847 factor when no hardware watchpoint support.
4848
4849 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4850 Pedro Alves <palves@redhat.com>
4851
4852 * boards/local-board.exp: set sysroot to /.
4853
4854 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4855
4856 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4857 in child.
4858
4859 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4862 field.
4863 (make_container): Initialise new field.
4864 * gdb.python/py-prettyprint.exp: Add new tests.
4865 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4866 <display_hint>: New method.
4867
4868 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4869
4870 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4871 gdb_continue_to_breakpoint more throughout this test.
4872 (run_lang_tests) Supply unique test names, and use
4873 gdb_test_no_output.
4874
4875 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4876
4877 * gdb.base/finish-pretty.exp: Update expected results.
4878 * gdb.base/pretty-print.c: New file.
4879 * gdb.base/pretty-print.exp: New file.
4880
4881 2019-03-25 Pedro Alves <palves@redhat.com>
4882
4883 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4884 move comments outside list. Append '-i "" eof' section.
4885
4886 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4887
4888 PR testsuite/25016
4889 * README: Add pie options.
4890 * gdb.base/break-interp.exp: Ensure pie is disabled.
4891 * gdb.base/dump.exp: Likewise.
4892 * lib/gdb.exp (gdb_compile): Add pie option.
4893
4894 2019-03-19 Tom Tromey <tromey@adacore.com>
4895
4896 * gdb.mi/mi2-cli-display.c: New file.
4897 * gdb.mi/mi2-cli-display.exp: New file.
4898
4899 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4900 Tom Tromey <tromey@adacore.com>
4901
4902 * gdb.ada/ptype_array/pck.adb: New file.
4903 * gdb.ada/ptype_array/pck.ads: New file.
4904 * gdb.ada/ptype_array/foo.adb: New file.
4905 * gdb.ada/ptype_array.exp: New file.
4906
4907 2019-03-14 Tom Tromey <tromey@adacore.com>
4908
4909 * gdb.base/style.exp: Add "set style sources" test.
4910
4911 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4914 * mi-breakpoint-multiple-locations.exp: ... this.
4915 (make_breakpoints_pattern): New proc.
4916 (do_test): Add mi_version parameter, test -break-insert,
4917 -break-info and =breakpoint-created.
4918
4919 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * config/default.exp: Remove 'load_lib gdb.exp'.
4922 * config/monitor.exp: Likewise.
4923 * config/sid.exp: Likewise.
4924 * config/sim.exp: Likewise.
4925 * config/slite.exp: Likewise.
4926 * config/unix.exp: Likewise.
4927 * gdb.base/default.exp: Remove unhelpful comment.
4928
4929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4930
4931 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4932
4933 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4934
4935 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4936
4937 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.fortran/type-kinds.exp: Update expected results.
4940
4941 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4942
4943 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4944
4945 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4948 function.
4949 (test_basic_parsing_of_type_kinds): Expand types tested.
4950 (test_parsing_invalid_type_kinds): New function.
4951
4952 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4953
4954 * gdb.fortran/intrinsics.exp: New file.
4955 * gdb.fortran/intrinsics.f90: New file.
4956 * gdb.fortran/type-kinds.exp: New file.
4957
4958 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.fortran/dot-ops.exp: New file.
4961
4962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4965 Check upper and lower case logical literals.
4966
4967 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4970 Remove duplicate tests.
4971
4972 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4973
4974 * lib/gdb.exp (builtin_cd): rename of cd.
4975 (cd): Override builtin.
4976
4977 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4978
4979 * gdb.fortran/function-calls.exp: New file.
4980 * gdb.fortran/function-calls.f90: New test.
4981
4982 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4983
4984 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4985 on user program standard output.
4986 * gdb.fortran/short-circuit-argument-list.f90: Record function
4987 calls.
4988
4989 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4990
4991 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4992 failure.
4993
4994 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4995
4996 PR gdb/8527
4997 * gdb.base/interrupt-daemon-attach.c,
4998 gdb.base/interrupt-daemon-attach.exp: New test.
4999
5000 2019-02-27 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.base/page.exp: Add tests for "set width/height -1".
5003
5004 2019-02-27 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/page.exp: Add tests for "set/show width/height" with
5007 "infinite" values.
5008
5009 2019-02-27 Tom Tromey <tromey@adacore.com>
5010
5011 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5012 2.4.
5013 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5014 workaround.
5015
5016 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5017
5018 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5019 tests for structs with static members.
5020
5021 2019-02-26 Tom Tromey <tromey@adacore.com>
5022
5023 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5024 ValueError, not TypeError.
5025
5026 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5027
5028 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5029 call from main program.
5030
5031 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5032
5033 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5034 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5035 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5036 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5037 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5038
5039 2019-02-22 Keith Seitz <keiths@redhat.com>
5040
5041 PR symtab/23853
5042 * gdb.base/symlink-sourcefile.c: New file.
5043 * gdb.base/symlink-sourcefile.exp: New file.
5044
5045 2019-02-20 Tom Tromey <tom@tromey.com>
5046
5047 * gdb.base/info_qt.exp: Update.
5048
5049 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5050
5051 * gdb.base/source.exp: Move "error in sourced script" code to
5052 the end.
5053 * gdb.base/source-error.gdb: Move contents to
5054 source-error-1.gdb. Add new code to source source-error-1.gdb.
5055 * gdb.base/source-error-1.gdb: New file, from previous
5056 source-error.gdb.
5057
5058 2019-02-17 Tom Tromey <tom@tromey.com>
5059
5060 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5061 for macro styling.
5062 * gdb.base/style.c (SOME_MACRO): New macro.
5063
5064 2019-02-17 Tom Tromey <tom@tromey.com>
5065
5066 * gdb.base/style.exp: Add line-wrapping tests.
5067 * gdb.base/page.exp: Add test for quitting during pagination.
5068
5069 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5070
5071 * gdb.ada/big_packed_array: New testcase.
5072 * gdb.ada/homonym.exp: Fix incorrect expected output for
5073 "break <homonym__get_value>" test.
5074
5075 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5076
5077 PR breakpoints/21870
5078 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5079 and prepare_for_testing. Add comment.
5080 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5081 redundant cleanup call. Clean up comment.
5082
5083 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5084
5085 PR breakpoints/21870
5086 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5087 * gdb.arch/aarch64-dbreg-contents.c: New file.
5088
5089 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5090
5091 * gdb.ada/mi_ref_changeable: New testcase.
5092
5093 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5094
5095 * gdb.base/attach.exp: Add double attach test.
5096
5097 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 * lib/gdb.exp (default_gdb_start): Don't match pagination
5100 prompt.
5101 (gdb_init): Set stty_init.
5102
5103 2019-01-27 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5106 skip_python_tests.
5107
5108 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5109
5110 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5111 New structure.
5112 (struct struct_static_02_02): Likewise.
5113 (struct struct_static_02_03): Likewise.
5114 (struct struct_static_02_04): Likewise.
5115 (struct struct_static_04_01): Likewise.
5116 (struct struct_static_04_02): Likewise.
5117 (struct struct_static_04_03): Likewise.
5118 (struct struct_static_04_04): Likewise.
5119 (struct struct_static_06_01): Likewise.
5120 (struct struct_static_06_02): Likewise.
5121 (struct struct_static_06_03): Likewise.
5122 (struct struct_static_06_04): Likewise.
5123 (cmp_struct_static_02_01): Likewise.
5124 (cmp_struct_static_02_02): Likewise.
5125 (cmp_struct_static_02_03): Likewise.
5126 (cmp_struct_static_02_04): Likewise.
5127 (cmp_struct_static_04_01): Likewise.
5128 (cmp_struct_static_04_02): Likewise.
5129 (cmp_struct_static_04_03): Likewise.
5130 (cmp_struct_static_04_04): Likewise.
5131 (cmp_struct_static_06_01): Likewise.
5132 (cmp_struct_static_06_02): Likewise.
5133 (cmp_struct_static_06_03): Likewise.
5134 (cmp_struct_static_06_04): Likewise.
5135 (call_all): Test new structs.
5136 * gdb.base/infcall-nested-structs.exp: Likewise.
5137
5138 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5139 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5140
5141 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5142 * gdb.base/stack-protector.c: New test.
5143 * gdb.base/stack-protector.exp: New file.
5144 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5145 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5146 option.
5147 (gdb_compile): Remove stack protector for GCC and prevent
5148 recursion.
5149
5150 2019-01-16 Keith Seitz <keiths@redhat.com>
5151
5152 PR gdb/23773
5153 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5154
5155 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5156
5157 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5158 aliases.
5159 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5160 tests.
5161 * gdb.arch/powerpc-vector-regs.c: New file.
5162 * gdb.arch/powerpc-vector-regs.exp: New file.
5163
5164 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5165
5166 * gdb.arch/altivec-regs.exp: Fix the list passed to
5167 gdb_expect_list when testing "info vector".
5168
5169 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5170
5171 * gdb.base/style.exp: Don't include path in testname.
5172
5173 2019-01-10 Keith Seitz <keiths@redhat.com>
5174
5175 PR gdb/23712
5176 PR symtab/23010
5177 * gdb.dwarf2/multidictionary.exp: New file.
5178
5179 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5182 (test_gnuv3_style_demangling): ... this.
5183 (test_lucid_style_demangling): Remove.
5184 (test_arm_style_demangling): Remove.
5185 (test_hp_style_demangling): Remove.
5186 (do_tests): Remove calls to the above.
5187
5188 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5191 case.
5192
5193 2019-01-06 Tom Tromey <tom@tromey.com>
5194
5195 PR gdb/28155:
5196 * gdb.dwarf2/typedef-void-finish.exp: New file.
5197
5198 2018-12-28 Tom Tromey <tom@tromey.com>
5199 Simon Marchi <simark@simark.ca>
5200
5201 * gdb.base/jit-exec.exp: New file.
5202 * gdb.base/jit-exec.c: New file.
5203 * gdb.base/jit-execd.c: New file.
5204
5205 2018-12-28 Tom Tromey <tom@tromey.com>
5206
5207 * gdb.base/style.exp: Update test to check for address styling.
5208
5209 2018-12-28 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5212 message.
5213
5214 2018-12-28 Tom Tromey <tom@tromey.com>
5215
5216 * gdb.base/style.exp: Add test for version number styling.
5217
5218 2018-12-28 Tom Tromey <tom@tromey.com>
5219
5220 * gdb.base/style.exp: Add test for print_address_symbolic.
5221
5222 2018-12-28 Tom Tromey <tom@tromey.com>
5223
5224 * gdb.base/style.exp: Add test for breakpoint setting.
5225
5226 2018-12-28 Tom Tromey <tom@tromey.com>
5227
5228 * gdb.base/style.exp: Add test for variable names.
5229
5230 2018-12-28 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.base/style.exp: New file.
5233 * gdb.base/style.c: New file.
5234
5235 2018-12-28 Tom Tromey <tom@tromey.com>
5236
5237 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5238 "dumb".
5239 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5240 the TERM environment variable.
5241
5242 2018-12-27 Tom Tromey <tom@tromey.com>
5243
5244 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5245 pagination test.
5246
5247 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5248
5249 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5250 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5251
5252 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5253
5254 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5255 Filename a.adb changed to bp_fun_addr.adb.
5256 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5257
5258 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5259
5260 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5261 non-PIE executables.
5262 * README: Mention the gdb,nopie_flag board setting.
5263 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5264 non-PIE executable.
5265 * gdb.arch/amd64-entry-value.exp: Likewise.
5266 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5267 * gdb.arch/i386-float.exp: Likewise.
5268 * gdb.arch/i386-signal.exp: Likewise.
5269 * gdb.mi/mi-reg-undefined.exp: Likewise.
5270
5271 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5272
5273 PR gdb/23974
5274 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5275
5276 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5277
5278 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5279 Update order of results accordingly.
5280
5281 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * gdb.base/annota1.exp: Update a test regexp.
5284
5285 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5286
5287 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5288
5289 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5290
5291 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5292 (reuse_time): Initialize to REUSE_TIME_CAP.
5293 (check_rc): New function.
5294 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5295 Check pthread_create rc.
5296 (spawner_thread_func): Check pthread_create and pthread_join rc.
5297
5298 2018-12-08 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/list.exp (test_forward_search): Rename to ...
5301 (test_forward_reverse_search): ... this. Also test reverse-search
5302 and the forward-search alias.
5303
5304 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5305
5306 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5307 local timeout variable before return, and remove all local timeout
5308 variable entirely.
5309 (gdb_load): Likewise.
5310
5311 2018-12-01 Tom de Vries <tdevries@suse.de>
5312
5313 * gdb.base/gdb-caching-proc.exp: New file.
5314
5315 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5316
5317 * Makefile.in (TIMESTAMP): New variable.
5318 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5319 command.
5320 (check-single-racy): Likewise.
5321 (check/%.exp): Likewise.
5322 (check-racy/%.exp): Likewise.
5323 (workers/%.worker): Likewise.
5324 (build-perf): Likewise.
5325 (check-perf): Likewise.
5326 * README: Describe new "TS" and "TS_FORMAT" variables.
5327 * print-ts.py: New file.
5328
5329 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5330
5331 PR python/23714
5332 * gdb.python/python.exp: Test command repetition after
5333 gdb.execute.
5334
5335 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5338 is correctly aligned.
5339
5340 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5341
5342 * gdb.ada/info_auto_lang.exp: New testcase.
5343 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5344 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5345 * gdb.ada/info_auto_lang/some_c.c: New file.
5346
5347 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5348
5349 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5350 FUNC_lang language syntax.
5351
5352 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5353
5354 * gdb.base/info_minsym.c: New file.
5355 * gdb.base/info_minsym.exp: New file.
5356
5357 2018-11-19 Tom Tromey <tom@tromey.com>
5358
5359 PR rust/23625:
5360 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5361 * gdb.rust/expr.exp: Update expected output. Change one test.
5362
5363 2018-11-19 Tom Tromey <tom@tromey.com>
5364
5365 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5366
5367 2018-11-19 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5370 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5371 see the expected warning.
5372
5373 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5374
5375 PR gdb/22736:
5376 * gdb.cp/infcall-nodebug-lib.c: New test.
5377 * gdb.cp/infcall-nodebug-main.c: New test.
5378 * gdb.cp/infcall-nodebug.exp: New file.
5379
5380 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5381
5382 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5383 completer tests.
5384
5385 2018-11-09 Tom de Vries <tdevries@suse.de>
5386
5387 * gdb.base/msym-lang.c: New test.
5388 * gdb.base/msym-lang.exp: New file.
5389 * gdb.base/msym-lang-main.c: New test.
5390
5391 2018-11-08 Tom Tromey <tom@tromey.com>
5392
5393 PR gdb/23555:
5394 PR gdb/23838:
5395 * gdb.base/warning.exp: New file.
5396
5397 2018-11-08 Jan Beulich <jbeulich@suse.com>
5398
5399 * testsuite/gdb.arch/i386-avx512.c,
5400 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5401
5402 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5405 point hardware.
5406
5407 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5408
5409 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5410 * gdb.dwarf2/missing-type-name.exp: New file.
5411
5412 2018-11-06 Tom de Vries <tdevries@suse.de>
5413
5414 * gdb.base/many-headers.c: New test.
5415 * gdb.base/many-headers.exp: New file.
5416
5417 2018-11-06 Jim Wilson <jimw@sifive.com>
5418
5419 * gdb.base/code_elim.exp: For riscv, set additional_flags
5420 to include -msmall-data-limit=0.
5421
5422 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5423
5424 * gdb.ada/watch_minus_l: New testcase.
5425
5426 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5427
5428 * gdb.arch/aix-sighandle.c: New file.
5429 * gdb.arch/aix-sighandle.exp: New file.
5430
5431 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5432
5433 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5434 registers being unions.
5435
5436 2018-10-31 Tom de Vries <tdevries@suse.de>
5437
5438 * lib/valgrind.exp: New file.
5439 (vgdb_start, vgdb_stop): New procs, factored out of ...
5440 * gdb.base/valgrind-bt.exp: ... here, ...
5441 * gdb.base/valgrind-disp-step.exp: ... here and ...
5442 * gdb.base/valgrind-infcall.exp: ... here.
5443
5444 2018-10-31 Tom de Vries <tdevries@suse.de>
5445
5446 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5447
5448 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5449
5450 * gdb.dwarf2/void-type.c: New file.
5451 * gdb.dwarf2/void-type.exp: New file.
5452
5453 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5454
5455 * gdb.base/info_qt.c: New file.
5456 * gdb.base/info_qt.exp: New file.
5457
5458 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5459
5460 * gdb.arch/powerpc-htm-regs.c: New file.
5461 * gdb.arch/powerpc-htm-regs.exp: New file.
5462
5463 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5464
5465 * gdb.arch/powerpc-tar.c: New file.
5466 * gdb.arch/powerpc-tar.exp: New file.
5467
5468 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5469
5470 * gdb.arch/powerpc-ppr-dscr.c: New file.
5471 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5472
5473 2018-10-25 Tom de Vries <tdevries@suse.de>
5474
5475 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5476
5477 2018-10-24 Tom de Vries <tdevries@suse.de>
5478
5479 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5480 longer exists error.
5481
5482 2018-10-24 Tom de Vries <tdevries@suse.de>
5483
5484 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5485
5486 2018-10-24 Tom de Vries <tdevries@suse.de>
5487
5488 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5489 --db-attach in valgrind.
5490
5491 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * gdb.arch/riscv-reg-aliases.c: New file.
5494 * gdb.arch/riscv-reg-aliases.exp: New file.
5495
5496 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5497
5498 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5499
5500 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5501
5502 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5503
5504 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5505
5506 * gdb.cp/ovldbreak.exp: Fix regexps.
5507
5508 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5509
5510 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5511
5512 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5513
5514 PR cli/23785
5515 * gdb.base/restore.exp: New test to check if "restore" with an
5516 invalid file doesn't segfault.
5517
5518 2018-10-18 Tom de Vries <tdevries@suse.de>
5519
5520 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5521 * gdb.ada/excep_handle.exp: Same.
5522 * gdb.ada/mi_string_access.exp: Same.
5523 * gdb.ada/mi_var_union.exp: Same.
5524 * gdb.arch/arc-analyze-prologue.exp: Same.
5525 * gdb.arch/arc-decode-insn.exp: Same.
5526 * gdb.base/readnever.exp: Same.
5527 * gdb.fortran/printing-types.exp: Same.
5528 * gdb.guile/scm-lazy-string.exp: Same.
5529
5530 2018-10-16 Tom de Vries <tdevries@suse.de>
5531
5532 PR gdb/23730
5533 * gdb.base/catch-follow-exec.c: Add copyright notice.
5534 * gdb.base/catch-follow-exec.exp: Rewrite to use
5535 gdb_spawn_with_cmdline_opts. Require gdb-native.
5536
5537 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5538
5539 * gdb.trace/actions-changed.exp: Check for arch support.
5540 * gdb.trace/actions.exp: Likewise.
5541 * gdb.trace/ax.exp: Likewise.
5542 * gdb.trace/backtrace.exp: Likewise.
5543 * gdb.trace/change-loc.exp: Likewise.
5544 * gdb.trace/deltrace.exp: Likewise.
5545 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5546 * gdb.trace/ftrace.exp: Likewise.
5547 * gdb.trace/infotrace.exp: Check for arch support.
5548 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5549 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5550 * gdb.trace/mi-tsv-changed.exp: Likewise.
5551 * gdb.trace/packetlen.exp: Likewise.
5552 * gdb.trace/passc-dyn.exp: Likewise.
5553 * gdb.trace/passcount.exp: Likewise.
5554 * gdb.trace/pending.exp: Likewise.
5555 * gdb.trace/range-stepping.exp: Check for shlib support.
5556 * gdb.trace/report.exp: Check for arch support.
5557 * gdb.trace/save-trace.exp: Likewise.
5558 * gdb.trace/signal.exp: Check for signal support.
5559 * gdb.trace/tfind.exp: Check for arch support.
5560 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5561 * gdb.trace/trace-common.h: Add comment.
5562 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5563 * gdb.trace/trace-enable-disable.exp: Likewise.
5564 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5565 * gdb.trace/tracecmd.exp: Check for arch support.
5566 * gdb.trace/tspeed.exp: Check for shlib and target support.
5567 * gdb.trace/tstatus.exp: Check for arch support.
5568 * gdb.trace/tsv.exp: Likewise.
5569 * gdb.trace/while-dyn.exp: Likewise.
5570 * gdb.trace/while-stepping.exp: Likewise.
5571 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5572
5573 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5574
5575 * gdb.trace/tspeed.exp: Remove nowarnings.
5576 (prepare_for_trace_test): Declare "global ipalib".
5577 * gdb.trace/tspeed.c: Include unistd.h.
5578 (main): Remove superfluous printf argument.
5579
5580 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5581
5582 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5583 directory prefix on the filename.
5584
5585 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5586
5587 * gdb.gdb/unittest.exp: Update expected message informing that
5588 selftests have been disabled.
5589 * gdb.server/unittest.exp: Likewise.
5590
5591 2018-10-09 Tom de Vries <tdevries@suse.de>
5592
5593 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5594 with runto_main.
5595
5596 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5597
5598 PR c++/16841
5599 * gdb.cp/virtbase2.cc: New file.
5600 * gdb.cp/virtbase2.exp: New file.
5601
5602 2018-10-06 Tom Tromey <tom@tromey.com>
5603
5604 PR python/19399:
5605 * gdb.python/py-inferior.exp: Add architecture test.
5606
5607 2018-10-06 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5610 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5611
5612 2018-10-06 Tom Tromey <tom@tromey.com>
5613
5614 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5615 of a "throw" catchpoint.
5616
5617 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5618
5619 * gdb.base/info-proc.exp: Update string expected from "help info
5620 proc".
5621
5622 2018-10-04 Tom Tromey <tom@tromey.com>
5623
5624 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5625 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5626 (test_initial_complaints, test_empty_complaints): Update.
5627 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5628
5629 2018-10-04 Tom Tromey <tom@tromey.com>
5630
5631 PR cli/19551:
5632 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5633 * lib/gdb.exp (gdb_file_cmd): Update.
5634 * gdb.stabs/weird.exp (print_weird_var): Update.
5635 * gdb.server/solib-list.exp: Update.
5636 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5637 * gdb.mi/mi-cli.exp: Update.
5638 * gdb.linespec/linespec.exp: Update.
5639 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5640 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5641 * gdb.cp/cp-relocate.exp: Update.
5642 * gdb.base/sym-file.exp: Update.
5643 * gdb.base/relocate.exp: Update.
5644 * gdb.base/readnever.exp: Update.
5645 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5646 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5647 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5648 * gdb.base/code_elim.exp: Update.
5649 * gdb.base/break-unload-file.exp (test_break): Update.
5650 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5651 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5652 Update.
5653 * gdb.base/attach.exp (do_attach_tests): Update.
5654 * gdb.base/sepdebug.exp: Update.
5655 * gdb.python/py-section-script.exp: Update.
5656
5657 2018-10-04 Tom Tromey <tom@tromey.com>
5658
5659 PR cli/22234:
5660 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5661 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5662 output.
5663
5664 2018-10-04 Tom Tromey <tom@tromey.com>
5665
5666 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5667 set width and height to 0.
5668 (test_command_line_attach_run): Use -quiet.
5669
5670 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5671
5672 * lib/gdb.exp (skip_ifunc_tests): New.
5673 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5674 other compile failures.
5675 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5676
5677 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5678
5679 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5680 is_amd64_regs_target.
5681
5682 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5683
5684 * gdb.arch/aarch64-sighandler-regs.c: New test.
5685 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5686 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5687
5688 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5689
5690 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5691 assembly.
5692
5693 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * gdb.base/frame-selection.exp: New file.
5696 * gdb.base/frame-selection.c: New file.
5697
5698 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5699
5700 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5701 pthread barrier.
5702 (main): Likewise.
5703
5704 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.base/large-frame-1.c: New file.
5707 * gdb.base/large-frame-2.c: New file.
5708 * gdb.base/large-frame.exp: New file.
5709 * gdb.base/large-frame.h: New file.
5710
5711 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5712
5713 PR gdb/20948
5714 * gdb.base/write_mem.exp: New test.
5715 * gdb.base/write_mem.c: Likewise.
5716
5717 2018-09-23 Tom Tromey <tom@tromey.com>
5718
5719 PR python/18852:
5720 * gdb.python/py-parameter.exp: Add test for parameter that throws
5721 on "set".
5722
5723 2018-09-23 Tom Tromey <tom@tromey.com>
5724
5725 PR python/17284:
5726 * gdb.python/py-template.exp (test_template_arg): Add test for
5727 negative template argument number.
5728
5729 2018-09-23 Tom Tromey <tom@tromey.com>
5730
5731 PR python/14062:
5732 * gdb.python/python.exp: Add test for post_event error.
5733
5734 2018-09-23 Tom Tromey <tom@tromey.com>
5735
5736 PR python/18170:
5737 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5738 convert pointers to int and long.
5739
5740 2018-09-23 Tom Tromey <tom@tromey.com>
5741
5742 PR python/20126:
5743 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5744 signed-ness conversion tests.
5745
5746 2018-09-23 Tom Tromey <tom@tromey.com>
5747
5748 PR python/18352;
5749 * gdb.python/py-value.exp (test_float_conversion): New proc.
5750 Use it.
5751
5752 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5753
5754 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5755
5756 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5757
5758 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5759 no readline.
5760 * gdb.base/utf8-identifiers.exp: Likewise.
5761 * gdb.cp/cpcompletion.exp: Likewise.
5762 * gdb.linespec/cpcompletion.exp: Likewise.
5763 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5764 * gdb.linespec/cpls-ops.exp: Likewise.
5765
5766 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5767 Chris January <chris.january@arm.com>
5768
5769 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5770 * gdb.fortran/short-circuit-argument-list.exp: New file.
5771 * gdb.fortran/short-circuit-argument-list.f90: New test.
5772
5773 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5776 "arch=" keyword when executing "-stack-list-frames".
5777
5778 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5779
5780 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5781 "arch=" keyword when executing "-stack-list-frames".
5782
5783 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5786 break ada".
5787
5788 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5789
5790 PR python/23669
5791 * gdb.python/python.exp: Test gdb.execute("show commands").
5792
5793 2018-09-16 Tom Tromey <tom@tromey.com>
5794
5795 * gdb.base/new-ui.exp (do_execution_tests): Update.
5796 * gdb.base/dbx.exp (test_breakpoints): Update.
5797
5798 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5799
5800 * lib/gdb.exp (gdb_simple_compile): Add proc.
5801 (is_elf_target): Use gdb_simple_compile.
5802 (skip_altivec_tests): Likewise.
5803 (skip_vsx_tests): Likewise.
5804 (skip_tsx_tests): Likewise.
5805 (skip_btrace_tests): Likewise.
5806 (skip_btrace_pt_tests): Likewise.
5807 (gdb_can_simple_compile): Likewise.
5808 (gdb_has_argv0): Likewise.
5809 (gdb_target_symbol_prefix): Likewise.
5810 (target_supports_scheduler_locking): Likewise.
5811
5812 2018-09-13 Tom Tromey <tom@tromey.com>
5813
5814 * Makefile.in (TAGS): Recognize proc_with_prefix and
5815 gdb_caching_proc.
5816
5817 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5818
5819 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5820 method.
5821
5822 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5825 and a few other Inferior properties when the Inferior is no
5826 longer valid.
5827
5828 2018-09-13 Tom Tromey <tom@tromey.com>
5829
5830 PR rust/23650:
5831 * gdb.rust/simple.exp: Add test for enum field access error.
5832
5833 2018-09-13 Tom Tromey <tom@tromey.com>
5834
5835 PR rust/23626:
5836 * gdb.rust/simple.rs (EmptyEnum): New type.
5837 (main): Use it.
5838 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5839
5840 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5843 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5844 * gdb.python/py-symtab.exp: Update test printing an objfile.
5845
5846 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5849 object.
5850
5851 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5852
5853 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5854 (support_complex_tests): Use gdb_can_simple_compile.
5855 (is_ilp32_target): Likewise.
5856 (is_lp64_target): Likewise.
5857 (is_64_target): Likewise.
5858 (is_amd64_regs_target): Likewise.
5859 (is_aarch32_target): Likewise.
5860 (gdb_int128_helper): Likewise.
5861
5862 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5863
5864 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5865
5866 2018-09-10 Jerome Guitton <guitton@adacore.com>
5867
5868 * gdb.ada/same_component_name: Add test for case of tagged record
5869 with variable-length fields.
5870
5871 2018-09-10 Xavier Roirand <roirand@adacore.com>
5872
5873 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5874 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5875 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5876 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5877
5878 2018-09-10 Xavier Roirand <roirand@adacore.com>
5879
5880 * gdb.ada/mi_string_access.exp: New testcase.
5881 * gdb.ada/mi_string_access/bar.adb: New file.
5882 * gdb.ada/mi_string_access/pck.adb: New file.
5883 * gdb.ada/mi_string_access/pck.asd: New file.
5884
5885 2018-09-10 Xavier Roirand <roirand@adacore.com>
5886
5887 * gdb.ada/mi_var_union.exp: New testcase.
5888 * gdb.ada/mi_var_union/bar.adb: New file.
5889 * gdb.ada/mi_var_union/pck.adb: New file.
5890 * gdb.ada/mi_var_union/pck.asd: New file.
5891
5892 2018-09-08 Tom Tromey <tom@tromey.com>
5893
5894 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5895
5896 2018-09-08 Tom Tromey <tom@tromey.com>
5897
5898 PR python/16047:
5899 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5900 (register_pretty_printers): Register new printer.
5901 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5902 test.
5903 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5904 (an_int_type3): New global.
5905
5906 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.ada/expr_with_funcall: New testcase.
5909
5910 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5911
5912 * gdb.ada/packed_array_assign: New testcase.
5913
5914 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5915
5916 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5917 names, and add test prefixes to make test names unique.
5918
5919 2018-09-05 Tom de Vries <tdevries@suse.de>
5920
5921 * gdb.dwarf2/varval.exp: Add test.
5922
5923 2018-09-04 Gary Benson <gbenson@redhat.com>
5924
5925 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5926 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5927
5928 2018-08-31 Tom Tromey <tom@tromey.com>
5929
5930 * gdb.rust/simple.rs: Rename second variable "v".
5931
5932 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5933
5934 * gdb.base/funcargs.c (use_a): New function.
5935 (recurse): Call use_a.
5936
5937 2018-08-29 Keith Seitz <keiths@redhat.com>
5938
5939 * gdb.compile/compile-cplus-anonymous.cc: New file.
5940 * gdb.compile/compile-cplus-anonymous.exp: New file.
5941 * gdb.compile/compile-cplus-array-decay.cc: New file.
5942 * gdb.compile/compile-cplus-array-decay.exp: New file.
5943 * gdb.compile/compile-cplus-inherit.cc: New file.
5944 * gdb.compile/compile-cplus-inherit.exp: New file.
5945 * gdb.compile/compile-cplus-member.cc: New file.
5946 * gdb.compile/compile-cplus-member.exp: New file.
5947 * gdb.compile/compile-cplus-method.cc: New file.
5948 * gdb.compile/compile-cplus-method.exp: New file.
5949 * gdb.compile/compile-cplus-mod.c: "New" file.
5950 * gdb.compile/compile-cplus-namespace.cc: New file.
5951 * gdb.compile/compile-cplus-namespace.exp: New file.
5952 * gdb.compile/compile-cplus-nested.cc: New file.
5953 * gdb.compile/compile-cplus-nested.exp: New file.
5954 * gdb.compile/compile-cplus-print.c: "New" file.
5955 * gdb.compile/compile-cplus-print.exp: "New" file.
5956 * gdb.compile/compile-cplus-virtual.cc: New file.
5957 * gdb.compile/compile-cplus-virtual.exp: New file.
5958 * gdb.compile/compile-cplus.c: "New" file.
5959 * gdb.compile/compile-cplus.exp: "New" file.
5960 * lib/compile-support.exp: New file.
5961
5962 2018-08-16 Gary Benson <gbenson@redhat.com>
5963
5964 PR gdb/13000:
5965 * gdb.base/batch-exit-status.exp: New file.
5966 * gdb.base/batch-exit-status.good-commands: Likewise.
5967 * gdb.base/batch-exit-status.bad-commands: Likewise.
5968
5969 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5970
5971 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5972 (struct struct02): Likewise.
5973 (struct struct03): Likewise.
5974 (struct struct04): Likewise.
5975 (struct struct_01_01): New struct.
5976 (struct struct_01_02): Likewise.
5977 (struct struct_01_03): Likewise.
5978 (struct struct_01_04): Likewise.
5979 (struct struct_02_01): Likewise.
5980 (struct struct_02_02): Likewise.
5981 (struct struct_02_03): Likewise.
5982 (struct struct_02_04): Likewise.
5983 (struct struct_04_01): Likewise.
5984 (struct struct_04_02): Likewise.
5985 (struct struct_04_03): Likewise.
5986 (struct struct_04_04): Likewise.
5987 (struct struct_05_01): Likewise.
5988 (struct struct_05_02): Likewise.
5989 (struct struct_05_03): Likewise.
5990 (struct struct_05_04): Likewise.
5991 (cmp_struct01): Remove function.
5992 (cmp_struct02): Likewise.
5993 (cmp_struct03): Likewise.
5994 (cmp_struct04): Likewise.
5995 (cmp_struct_01_01): Add Function.
5996 (cmp_struct_01_02): Likewise.
5997 (cmp_struct_01_03): Likewise.
5998 (cmp_struct_01_04): Likewise.
5999 (cmp_struct_02_01): Likewise.
6000 (cmp_struct_02_02): Likewise.
6001 (cmp_struct_02_03): Likewise.
6002 (cmp_struct_02_04): Likewise.
6003 (cmp_struct_04_01): Likewise.
6004 (cmp_struct_04_02): Likewise.
6005 (cmp_struct_04_03): Likewise.
6006 (cmp_struct_04_04): Likewise.
6007 (cmp_struct_05_01): Likewise.
6008 (cmp_struct_05_02): Likewise.
6009 (cmp_struct_05_03): Likewise.
6010 (cmp_struct_05_04): Likewise.
6011 (call_all): Add new structs.
6012 * gdb.base/infcall-nested-structs.exp: Likewise.
6013
6014 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6015
6016 * gdb.python/py-framefilter-mi.exp: Update regexp to
6017 check for "arch" field in frame output.
6018
6019 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6020
6021 * gdb.dwarf2/dw2-ranges-func.c: New file.
6022 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6023
6024 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6025
6026 * gdb.base/term.exp: Compare terminal settings with values from
6027 the inferior.
6028 * gdb.base/term.c: Get and set terminal settings.
6029
6030 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6031
6032 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6033 accommodate new "arch" field in frame output.
6034 * gdb.mi/mi-return.exp: Likewise.
6035 * gdb.mi/mi-stack.exp: Likewise.
6036 * gdb.mi/mi-syn-frame.exp: Likewise.
6037 * gdb.mi/user-selected-context-sync.exp: Likewise.
6038
6039 2018-08-19 Michael Spang <spang@google.com>
6040
6041 PR gdb/11786
6042 * gdb.base/gcore-tls-pie.c: New file.
6043 * gdb.base/gcore-tls-pie.exp: New file.
6044
6045 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6046
6047 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6048 * gdb.dwarf2/varval.c: New file.
6049 * gdb.dwarf2/varval.exp: New file.
6050
6051 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6052
6053 PR gdb/18931
6054 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6055
6056 2018-08-16 Keith Seitz <keiths@redhat.com>
6057
6058 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6059 tests expected to pass.
6060
6061 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6062
6063 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6064 -data-disassemble -a.
6065 (test_disassembly_bogus_args): Likewise.
6066
6067 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6070
6071 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6072
6073 * gdb.base/vla-optimized-out.exp: Add new test.
6074
6075 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 * gdb.base/vla-optimized-out-o3.exp: Delete.
6078 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6079 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6080 deleted tests.
6081
6082 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 PR gdb/18050:
6085 * gdb.server/extended-remote-restart.c: New file.
6086 * gdb.server/extended-remote-restart.exp: New file.
6087
6088 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6089
6090 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6091 "set variable index = 42".
6092
6093 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6094
6095 * boards/index-cache-gdb.exp: New file.
6096 * gdb.dwarf2/index-cache.exp: New file.
6097 * gdb.dwarf2/index-cache.c: New file.
6098 * gdb.base/maint.exp: Check if we are using the index cache.
6099
6100 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6101
6102 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6103 MAKEFLAGS.
6104
6105 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6106
6107 * dg-extract-results.sh: Move to toplevel contrib.
6108 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6109 * Makefile.in (check-parallel-racy): Likewise.
6110
6111 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6112
6113 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6114 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6115 tests if the target supports scheduler locking.
6116
6117 2018-08-04 Tom de Vries <tdevries@suse.de>
6118
6119 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6120
6121 2018-08-02 Tom Tromey <tom@tromey.com>
6122
6123 PR symtab/16842.
6124 * gdb.cp/temargs.exp: Test "info address" of a template
6125 parameter.
6126
6127 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6128
6129 * gdb.python/py-mi-var-info-path-expression.c: New file.
6130 * gdb.python/py-mi-var-info-path-expression.py: New file.
6131 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6132
6133 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6134
6135 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6136 error after "cannot resolve name" string.
6137
6138 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6139
6140 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6141 started.
6142 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6143
6144 2018-07-28 Tom de Vries <tdevries@suse.de>
6145
6146 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6147
6148 2018-07-26 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6151
6152 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6153
6154 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6155 is visible.
6156
6157 2018-07-26 Tom de Vries <tdevries@suse.de>
6158
6159 PR breakpoints/23366
6160 * gdb.base/catch-follow-exec.c: New test.
6161 * gdb.base/catch-follow-exec.exp: New file.
6162
6163 2018-07-25 Tom de Vries <tdevries@suse.de>
6164
6165 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6166 vla-optimized-out.c.
6167
6168 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6169
6170 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6171 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6172
6173 2018-07-20 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6176 NOCLONE macro.
6177 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6178
6179 2018-07-19 Tom de Vries <tdevries@suse.de>
6180
6181 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6182 regular expression.
6183
6184 2018-07-18 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.base/vla-optimized-out.c: New test.
6187 * gdb.base/vla-optimized-out.exp: New file.
6188
6189 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6190
6191 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6192 message "No address associated with hostname" when gdbserver
6193 cannot resolve the hostname.
6194
6195 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6196
6197 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6198 Add some test prefixes to make tests unique.
6199
6200 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6201
6202 * gdb.base/frameapply.c: New file.
6203 * gdb.base/frameapply.exp: New file.
6204
6205 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6206
6207 * gdb.base/skip.exp: Update expected error message.
6208
6209 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6210 Jan Kratochvil <jan.kratochvil@redhat.com>
6211 Paul Fertser <fercerpav@gmail.com>
6212 Tsutomu Seki <sekiriki@gmail.com>
6213
6214 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6215 parameter.
6216 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6217 by default.
6218 * boards/native-gdbserver.exp: Likewise.
6219 * gdb.server/run-without-local-binary.exp: Improve regexp used
6220 for detecting when a remote debugging connection succeeds.
6221 * gdb.server/server-connect.exp: New file.
6222 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6223 Do not prefix the port number with ":".
6224 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6225 support for detecting and using it. Add '$debughost_gdbserver'
6226 to the list of arguments used to start gdbserver. Handle case
6227 when gdbserver cannot resolve a network name.
6228
6229 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6230
6231 PR c++/23373
6232 * gdb.base/ptype-offsets.cc (struct static_member): New
6233 struct.
6234 (main) <stmember>: New variable.
6235 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6236 with a static member in it.
6237
6238 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6239
6240 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6241 watchpoints enabled and disabled.
6242
6243 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6244
6245 * gdb.base/examine-backward.exp: Still run tests around address
6246 0x0, even if address 0x0 is not readable. Update the pattern for
6247 matching address 0x0 in expected output.
6248
6249 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6250
6251 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6252 malloc/free.
6253
6254 2018-07-04 Tom de Vries <tdevries@suse.de>
6255
6256 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6257
6258 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6259
6260 PR tdep/8282
6261 * gdb.arch/mips-disassembler-options.exp: New test.
6262 * gdb.arch/mips-disassembler-options.s: New test source.
6263
6264 2018-06-29 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.threads/names.exp: Adjust expected "info threads" output.
6267
6268 2018-06-29 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.opt/inline-break.exp (line number, address): Add "info
6271 break" tests.
6272
6273 2018-06-29 Pedro Alves <palves@redhat.com>
6274
6275 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6276 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6277 number and address and running to them.
6278
6279 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6280
6281 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6282
6283 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6284
6285 * lib/compiler.c: Remove executable permission flag.
6286
6287 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6288
6289 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6290 code.
6291 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6292
6293 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6294
6295 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6296
6297 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6298
6299 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6300 address argument is omitted.
6301
6302 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6303
6304 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6305
6306 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6307
6308 PR gdb/21695
6309 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6310 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6311
6312 2018-06-26 Tom Tromey <tom@tromey.com>
6313
6314 PR rust/22574:
6315 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6316 * gdb.rust/simple.rs (struct SimpleLayout): New.
6317
6318 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6319
6320 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6321 "info registers" output.
6322
6323 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6324
6325 * gdb.base/watchpoint-hw-attach.c: New test.
6326 * gdb.base/watchpoint-hw-attach.exp: New file.
6327
6328 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6329
6330 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6331 through /bin/sh.
6332 * boards/dwarf4-gdb-index.exp: Likewise.
6333 * boards/fission-dwp.exp: Likewise.
6334
6335 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6336
6337 * gdb.base/float128.exp: Add comment and improved fail message
6338 to the failure case of "print large128" test.
6339
6340 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6341
6342 * configure.ac: Remove AC_PREREQ.
6343 * configure: Re-generate.
6344
6345 2018-06-19 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6348 (func_extern_caller): New.
6349 (main): Call func_extern_caller.
6350 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6351 logic change.
6352
6353 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6354
6355 PR gdb/16841
6356 * gdb.cp/typedef-base.cc: New file.
6357 * gdb.cp/typedef-base.exp: New file.
6358
6359 2018-06-18 Tom de Vries <tdevries@suse.de>
6360
6361 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6362
6363 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6364 Richard Bunt <Richard.Bunt@arm.com>
6365
6366 * gdb.threads/attach-slow-waitpid.c: New file.
6367 * gdb.threads/attach-slow-waitpid.exp: New file.
6368 * gdb.threads/slow-waitpid.c: New file.
6369
6370 2018-06-14 Pedro Alves <palves@redhat.com>
6371
6372 * gdb.base/fork-running-state.c: Include <errno.h>.
6373 (exit_if_relative_exits): New.
6374 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6375 exits.
6376 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6377 child exits.
6378
6379 2018-06-14 Tom de Vries <tdevries@suse.de>
6380
6381 PR cli/22573
6382 * gdb.base/finish-pretty.c: New test.
6383 * gdb.base/finish-pretty.exp: New file.
6384
6385 2018-06-14 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6388 gdb's expected startup output.
6389
6390 2018-06-14 Pedro Alves <palves@redhat.com>
6391
6392 * lib/selftest-support.exp (selftest_setup): Remove inlined
6393 function handling.
6394
6395 2018-06-14 Tom de Vries <tdevries@suse.de>
6396
6397 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6398 matching of breakpoint printing.
6399
6400 2018-06-13 Tom de Vries <tdevries@suse.de>
6401
6402 PR testsuite/23269
6403 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6404 (fork_child): ... here, and ...
6405 (fork_parent): ... here.
6406
6407 2018-06-12 Tom de Vries <tdevries@suse.de>
6408
6409 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6410
6411 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6412 Stephen Roberts <stephen.roberts@arm.com>
6413
6414 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6415 rewrite test to describe action performed, rather than possible
6416 failure.
6417
6418 2018-06-08 Gary Benson <gbenson@redhat.com>
6419
6420 * gdb.threads/check-libthread-db.exp: New file.
6421 * gdb.threads/check-libthread-db.c: Likewise.
6422
6423 2018-06-05 Tom Tromey <tom@tromey.com>
6424
6425 * gdb.base/default.exp: Update expected "show version" output.
6426
6427 2018-06-05 Tom Tromey <tom@tromey.com>
6428
6429 PR cli/12326:
6430 * gdb.cp/static-print-quit.exp: Update.
6431 * lib/gdb.exp (pagination_prompt): Update.
6432 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6433 * gdb.python/python.exp: Update.
6434
6435 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6436
6437 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6438
6439 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6440
6441 * gdb.ada/bp_fun_addr: New testcase.
6442
6443 2018-06-01 Tom Tromey <tom@tromey.com>
6444
6445 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6446 results.
6447 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6448 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6449 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6450 * gdb.base/maint.exp (maint_pass_if): Update.
6451
6452 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6453
6454 * gdb.base/endian.exp: New test.
6455 * gdb.base/endian.c: New test source.
6456
6457 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6458
6459 PR gdb/23203
6460 * gdb.base/bt-selected-frame.c: New file.
6461 * gdb.base/bt-selected-frame.exp: New file.
6462 * lib/gdb.exp (get_current_frame_number): New function.
6463
6464 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6465 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.threads/tls-core.c: Include <stdlib.h>
6468 (thread_proc): Call `abort'.
6469 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6470 (tls_core_test): New procedure, bits factored out from ...
6471 (top level): ... here. Test both native cores and gcore cores.
6472
6473 2018-05-23 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6476
6477 2018-05-23 Tom Tromey <tom@tromey.com>
6478
6479 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6480 symfile_complaints.
6481 (test_short_complaints): Likewise.
6482 (test_empty_complaints): Likewise.
6483 (test_initial_complaints): Update.
6484
6485 2018-05-23 Tom Tromey <tom@tromey.com>
6486
6487 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6488
6489 2018-05-23 Tom Tromey <tom@tromey.com>
6490
6491 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6492 (test_short_complaints): Update.
6493
6494 2018-05-22 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/remote.exp: Only gdb_start after compiling the
6497 testcase. Issue "disconnect" before testing "set remote" command
6498 defaults. Issue clean_restart before running to main.
6499
6500 2018-05-22 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/remote.exp: Adjust expected output of "show remote
6503 memory-write-packet-size". Add tests for "set remote
6504 memory-write-packet-size 0" and "set remote
6505 memory-write-packet-size fixed/limit".
6506
6507 2018-05-22 Pedro Alves <palves@redhat.com>
6508
6509 PR gdb/22973
6510 * gdb.base/utf8-identifiers.c: New file.
6511 * gdb.base/utf8-identifiers.exp: New file.
6512
6513 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6514
6515 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6516
6517 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6518
6519 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6520
6521 2018-05-18 Tom Tromey <tom@tromey.com>
6522
6523 * gdb.base/ptype-offsets.exp: Update.
6524
6525 2018-05-17 Keith Seitz <keiths@redhat.com>
6526
6527 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6528 in expected breakpoint stop locations.
6529 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6530 move to proper scope to test variable values.
6531 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6532 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6533 New functions.
6534 (main): Call not_inline_func3.
6535 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6536 inline_func1, inline_func2, and inline_func3. Test that when each
6537 breakpoint is hit, GDB properly reports both the stop location
6538 and the backtrace. Repeat tests for temporary breakpoints.
6539
6540 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6541
6542 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6543 rather then trying to access it in determining whether the PID
6544 of `gdbserver' could have been retrieved.
6545
6546 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6547
6548 * gdb.arch/amd64-init-x87-values.S: New file.
6549 * gdb.arch/amd64-init-x87-values.exp: New file.
6550
6551 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6554
6555 2018-05-04 Tom Tromey <tom@tromey.com>
6556
6557 PR python/22730:
6558 * gdb.python/python.exp: Test multi-line execute.
6559
6560 2018-05-04 Tom Tromey <tom@tromey.com>
6561
6562 PR python/22731:
6563 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6564
6565 2018-05-04 Tom Tromey <tom@tromey.com>
6566
6567 PR gdb/11750:
6568 * gdb.base/define.exp: Test defining a user command inside a user
6569 command.
6570 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6571
6572 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6573 Pedro Alves <palves@redhat.com>
6574
6575 PR breakpoints/19806 and support for PR external/20207.
6576 * gdb.base/watchpoint-unaligned.c: New file.
6577 * gdb.base/watchpoint-unaligned.exp: New file.
6578
6579 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * gdb.base/maint.exp: Make test names unique, use
6582 test_prefix_command_help to test 'help maint info', and remove
6583 repeated test of 'help maint'.
6584
6585 2018-05-04 Tom Tromey <tom@tromey.com>
6586
6587 PR gdb/22619:
6588 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6589 behavior.
6590
6591 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6592
6593 * gdb.base/maint.exp: Process output from 'maint print registers'
6594 line at a time.
6595
6596 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6597
6598 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6599 timeout.
6600
6601 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6602
6603 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6604 filter pattern.
6605
6606 2018-05-02 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6609 to_log_command renames.
6610 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6611
6612 2018-05-02 Tom Tromey <tom@tromey.com>
6613
6614 * gdb.python/py-parameter.exp: Set test message.
6615
6616 2018-05-02 Tom Tromey <tom@tromey.com>
6617
6618 PR python/20084:
6619 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6620 PARAM_ZUINTEGER_UNLIMITED tests.
6621
6622 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6623
6624 PR rust/23124
6625 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6626 when casting.
6627
6628 2018-04-30 Tom Tromey <tom@tromey.com>
6629
6630 * gdb.python/py-type.exp: Check align attribute.
6631 * gdb.python/py-type.c: New "aligncheck" global.
6632
6633 2018-04-30 Tom Tromey <tom@tromey.com>
6634
6635 PR exp/17095:
6636 * gdb.dwarf2/dw2-align.exp: New file.
6637 * gdb.cp/align.exp: New file.
6638 * gdb.base/align.exp: New file.
6639 * lib/gdb.exp (gdb_int128_helper): New proc.
6640 (has_int128_c, has_int128_cxx): New caching procs.
6641
6642 2018-04-27 Tom Tromey <tom@tromey.com>
6643
6644 PR rust/22545:
6645 * gdb.rust/simple.exp: Add inclusive range tests.
6646
6647 2018-04-26 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6650 ifunc breakpoint locations correctly of ifunc breakpoints set
6651 while the program resolves the ifunc.
6652
6653 2018-04-26 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/gnu-ifunc-final.c: New file.
6656 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6657 * gdb.base/gnu-ifunc.exp (executable): Delete.
6658 (staticexecutable): Adjust.
6659 (lib_opts, exec_opts): Delete.
6660 (make_binsuffix, build, set-break): New procedures.
6661 (misc_tests): New, with tests factored out from the top level.
6662 (top level): Test different combinations of ifunc resolver name,
6663 resolver with and with debug info, and ifunc target with and
6664 without debug info. Wrap static tests with with_target_prefix.
6665
6666 2018-04-26 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6669 return type" warnings.
6670
6671 2018-04-25 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6674 killed".
6675 * gdb.base/kill-after-signal.exp: Likewise.
6676 * gdb.threads/kill.exp: Likewise.
6677
6678 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6679 Sergio Durigan Junior <sergiodj@redhat.com>
6680 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6683 regexps to expect for '[Inferior ... detached]' as well.
6684 * gdb.base/attach.exp: Likewise.
6685 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6686 "gdb_continue_to_end".
6687 (test_catch_syscall_with_wrong_args): Likewise.
6688 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6689 ']'. Don't set 'verbose' on.
6690 * gdb.base/foll-vfork.exp: Likewise.
6691 * gdb.base/fork-print-inferior-events.c: New file.
6692 * gdb.base/fork-print-inferior-events.exp: New file.
6693 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6694 '[Inferior ... has been killed]' message.
6695 * gdb.base/kill-after-signal.exp: Likewise.
6696 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6697 detach message.
6698 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6699 message.
6700 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6701 regexps to expect for '[Inferior ... detached]' as well.
6702 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6703
6704 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6705
6706 PR gdb/23104
6707 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6708
6709 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6710
6711 PR gdb/23095
6712 * gdb.base/break-probes.exp: Pass shlib_load to
6713 prepare_for_testing. Set normal_bp to r_debug_state if target is
6714 bsd.
6715
6716 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6717
6718 * gdb.threads/multiple-successive-infcall.c: New test.
6719 * gdb.threads/multiple-successive-infcall.exp: New file.
6720
6721 2018-04-17 Tom Tromey <tom@tromey.com>
6722
6723 * gdb.rust/simple.rs (Union): New type.
6724 (main): New local "u".
6725 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6726
6727 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6728
6729 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6730 number information in output of "whereis" command.
6731 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6732
6733 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6734
6735 * gdb.ada/info_types.exp: Adjust expected output to the line
6736 numbers now printed by "info var/func/type".
6737 * gdb.base/completion.exp: Likewise.
6738 * gdb.base/included.exp: Likewise.
6739 * gdb.cp/cp-relocate.exp: Likewise.
6740 * gdb.cp/cplusfuncs.exp: Likewise.
6741 * gdb.cp/namespace.exp: Likewise.
6742 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6743
6744 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6745
6746 * gdb.btrace/cpu.exp: New.
6747
6748 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6749
6750 * gdb.base/step-indirect-call-thunk.exp: New.
6751 * gdb.base/step-indirect-call-thunk.c: New.
6752 * gdb.reverse/step-indirect-call-thunk.exp: New.
6753 * gdb.reverse/step-indirect-call-thunk.c: New.
6754
6755 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6756
6757 * gdb.base/pie-fork.c: New file.
6758 * gdb.base/pie-fork.exp: New file.
6759
6760 2018-04-11 Tom Tromey <tom@tromey.com>
6761
6762 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6763
6764 2018-04-10 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6767 exits. Instead loop running forever.
6768 (fork_parent): Run forever too.
6769
6770 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6771
6772 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6773 mi_continue_to_line.
6774 * gdb.mi/mi-stack.c (callee4): Add comment.
6775
6776 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6777
6778 * gdb.mi/mi-stack.exp: Fix indentation.
6779
6780 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6781
6782 PR gdb/22979
6783 * gdb.arch/amd64-osabi.exp: New file.
6784
6785 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 PR gdb/22980
6788 * gdb.base/osabi.exp: New file.
6789
6790 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6791
6792 * gdb.cp/static-typedef-print.exp: New file.
6793 * gdb.cp/static-typedef-print.cc: New file.
6794
6795 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6796
6797 * gdb.ada/varsize_limit: New testcase.
6798
6799 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6800
6801 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6802
6803 * gdb.ada/notcplusplus: New testcase.
6804
6805 * gdb.base/c-linkage-name.c: New file.
6806 * gdb.base/c-linkage-name.exp: New testcase.
6807
6808 2018-03-26 Tom Tromey <tom@tromey.com>
6809
6810 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6811 * gdb.python/py-framefilter.py (name_error): New global.
6812 (ErrorInName.function): Use name_error.
6813
6814 2018-03-26 Tom Tromey <tom@tromey.com>
6815
6816 PR backtrace/15582:
6817 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6818
6819 2018-03-23 Keith Seitz <keiths@redhat.com>
6820
6821 PR c++/22968
6822 * gdb.cp/subtypes.exp: New file.
6823 * gdb.cp/subtypes.h: New file.
6824 * gdb.cp/subtypes.cc: New file.
6825 * gdb.cp/subtypes-2.cc: New file.
6826
6827 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6828
6829 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6830 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6831 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6832 -nostartfiles when compiling the test. Confirm that all registers
6833 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6834
6835 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6836
6837 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6838 option, syntax was wrong anyway.
6839 * gdb.arch/arm-disp-step.exp: Likewise.
6840 * gdb.arch/sparc64-regs.exp: Likewise.
6841 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6842 option, syntax was wrong anyway, switch to use
6843 prepare_for_testing.
6844 * gdb.arch/i386-disp-step.exp: Likewise.
6845
6846 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6847
6848 * gdb.ada/exec_changed.exp: Replace "target_info exists
6849 use_gdb_stub" by "use_gdb_stub".
6850 * gdb.ada/start.exp: Likewise.
6851 * gdb.base/async-shell.exp: Likewise.
6852 * gdb.base/attach-pie-misread.exp: Likewise.
6853 * gdb.base/attach-wait-input.exp: Likewise.
6854 * gdb.base/break-entry.exp: Likewise.
6855 * gdb.base/break-interp.exp: Likewise.
6856 * gdb.base/dprintf-detach.exp: Likewise.
6857 * gdb.base/nostdlib.exp: Likewise.
6858 * gdb.base/solib-nodir.exp: Likewise.
6859 * gdb.base/statistics.exp: Likewise.
6860 * gdb.base/testenv.exp: Likewise.
6861 * gdb.mi/mi-exec-run.exp: Likewise.
6862 * gdb.mi/mi-start.exp: Likewise.
6863 * gdb.multi/dummy-frame-restore.exp: Likewise.
6864 * gdb.multi/multi-arch-exec.exp: Likewise.
6865 * gdb.multi/multi-arch.exp: Likewise.
6866 * gdb.multi/tids.exp: Likewise.
6867 * gdb.multi/watchpoint-multi.exp: Likewise.
6868 * gdb.python/py-events.exp: Likewise.
6869 * gdb.threads/attach-into-signal.exp: Likewise.
6870 * gdb.threads/attach-stopped.exp: Likewise.
6871 * gdb.threads/threadapply.exp: Likewise.
6872 * lib/selftest-support.exp: Likewise.
6873
6874 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6875
6876 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6877
6878 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6879
6880 * gdb.perf/template-breakpoints.cc: New file.
6881 * gdb.perf/template-breakpoints.exp: New file.
6882 * gdb.perf/template-breakpoints.py: New file.
6883
6884 2018-03-19 Tom Tromey <tom@tromey.com>
6885
6886 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6887 y0.
6888 * gdb.rust/simple.exp: Test bare identifier form of struct
6889 initializer.
6890
6891 2018-03-19 Tom Tromey <tom@tromey.com>
6892
6893 * gdb.gdb/observer.exp: Remove.
6894
6895 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6896
6897 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6898 "qualified" option when setting breakpoints.
6899 * gdb.trace/backtrace.exp: Likewise.
6900 * gdb.trace/circ.exp: Likewise.
6901 * gdb.trace/collection.exp: Likewise.
6902 * gdb.trace/disconnected-tracing.exp: Likewise.
6903 * gdb.trace/ftrace-lock.exp: Likewise.
6904 * gdb.trace/ftrace.exp: Likewise.
6905 * gdb.trace/infotrace.exp: Likewise.
6906 * gdb.trace/packetlen.exp: Likewise.
6907 * gdb.trace/passc-dyn.exp: Likewise.
6908 * gdb.trace/qtro.exp: Likewise.
6909 * gdb.trace/read-memory.exp: Likewise.
6910 * gdb.trace/report.exp: Likewise.
6911 * gdb.trace/signal.exp: Likewise.
6912 * gdb.trace/status-stop.exp: Likewise.
6913 * gdb.trace/strace.exp: Likewise.
6914 * gdb.trace/tfind.exp: Likewise.
6915 * gdb.trace/trace-break.exp: Likewise.
6916 * gdb.trace/trace-condition.exp: Likewise.
6917 * gdb.trace/trace-mt.exp: Likewise.
6918 * gdb.trace/tstatus.exp: Likewise.
6919 * gdb.trace/tsv.exp: Likewise.
6920 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6921 * gdb.trace/unavailable.exp: Likewise.
6922 * gdb.trace/while-dyn.exp: Likewise.
6923
6924 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6925
6926 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6927 that libinproctrace is copied to the target.
6928
6929 2018-03-14 Tom Tromey <tom@tromey.com>
6930
6931 PR cli/14977:
6932 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6933 a null pointer.
6934 * gdb.base/wchar.exp: Likewise.
6935
6936 2018-03-14 Tom Tromey <tom@tromey.com>
6937
6938 PR cli/19918:
6939 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6940 flag.
6941
6942 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6943
6944 PR gdb/22841
6945 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6946 "target" to remote_exec.
6947
6948 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6949
6950 PR gdb/22841
6951 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6952 ${board}_upload): Remove.
6953
6954 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6955
6956 * gdb.cp/watch-cp.cc: New test.
6957 * gdb.cp/watch-cp.exp: New file.
6958
6959 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6960
6961 * gdb.base/infcall-nested-structs.exp: New file.
6962 * gdb.base/infcall-nested-structs.c: New file.
6963 * gdb.base/float.exp: Add riscv support.
6964
6965 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6966
6967 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6968 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6969
6970 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6971
6972 * gdb.server/abspath.exp: New file.
6973 * lib/gdb.exp (with_cwd): New procedure.
6974
6975 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6978 use it.
6979 (gdb_is_target_remote_prompt): New proc.
6980 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6981 (gdb_is_target_native): Pass prompt parameter to
6982 gdb_is_target_1.
6983
6984 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6985
6986 * gdb.base/load-command.c: New file.
6987 * gdb.base/load-command.exp: New file.
6988 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6989 (gdb_is_target_1): ...this, and generalize for other targets
6990 than just remote.
6991 (gdb_is_target_remote): Use gdb_is_target_1.
6992 (gdb_is_target_native): use gdb_is_target_1.
6993
6994 2018-02-26 Tom Tromey <tom@tromey.com>
6995
6996 PR python/16497:
6997 * gdb.python/py-framefilter.exp: Update test.
6998
6999 2018-02-26 Tom Tromey <tom@tromey.com>
7000
7001 * gdb.dwarf2/variant.c: New file.
7002 * gdb.dwarf2/variant.exp: New file.
7003
7004 2018-02-26 Tom Tromey <tom@tromey.com>
7005
7006 * gdb.rust/simple.exp: Accept more possible results in enum test.
7007
7008 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7009
7010 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7011 parentheses.
7012
7013 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7014
7015 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7016 name of a variable: $actual_linejj -> $actual_line.
7017
7018 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7019
7020 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7021
7022 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7023
7024 * gdb.btrace/buffer-size.exp: Do not force BTS.
7025
7026 2018-02-14 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7029 getting a "Quit".
7030
7031 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7032
7033 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7034 Fix test name.
7035
7036 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7037
7038 * gdb.cp/m-static.exp: Check type of optimized out static
7039 member.
7040
7041 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7042
7043 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7044 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7045
7046 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7047 Leszek Swirski <leszeks@google.com>
7048
7049 * gdb.python/py-prettyprint.c
7050 (struct to_string_returns_value_inner,
7051 struct to_string_returns_value_wrapper): New.
7052 (main): Add tsrvw variable.
7053 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7054 ToStringReturnsValueWrapper): New classes.
7055 (register_pretty_printers): Register new pretty-printers.
7056 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7057 recursive pretty printer.
7058 * gdb.python/py-mi.exp: Likewise.
7059
7060 2018-02-01 Leszek Swirski <leszeks@google.com>
7061
7062 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7063 functions with the same name as an include file are parsed
7064 correctly.
7065
7066 2018-02-01 Yao Qi <yao.qi@linaro.org>
7067
7068 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7069 "\[^\r\n\]*".
7070
7071 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7072
7073 * gdb.arch/powerpc-prologue-frame.s: New file.
7074 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7075 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7076
7077 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7078
7079 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7080
7081 2018-01-30 Pedro Alves <palves@redhat.com>
7082
7083 PR gdb/13211
7084 * gdb.base/interrupt-daemon.c: New.
7085 * gdb.base/interrupt-daemon.exp: New.
7086 * gdb.multi/multi-term-settings.c: New.
7087 * gdb.multi/multi-term-settings.exp: New.
7088
7089 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.base/break.exp: Save the location where the breakpoint
7092 on break.c:47 was actually inserted when debugging the version
7093 compiled at -O2 and use it in the expected output of the "info
7094 break" test performed soon after.
7095
7096 2018-01-22 Pedro Alves <palves@redhat.com>
7097 Sergio Durigan Junior <sergiodj@redhat.com>
7098
7099 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7100 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7101
7102 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.base/break-include.c, gdb.base/break-include.inc,
7105 gdb.base/break-include.exp: New files.
7106 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7107 line number now being the actual line number where the breakpoint
7108 was inserted.
7109 * gdb.mi/mi-break.exp: Likewise.
7110 * gdb.mi/mi-reverse.exp: Likewise.
7111 * gdb.mi/mi-simplerun.exp: Ditto.
7112
7113 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7114
7115 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7116 varobj.
7117 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7118
7119 2018-01-21 Don Breazeal <donb@codesourcery.com>
7120 Andrew Burgess <andrew.burgess@embecosm.com>
7121
7122 * gdb.mi/basics.c: Add new global.
7123 * gdb.mi/mi-frame-regs.exp: New file.
7124 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7125 case.
7126
7127 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7128
7129 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7130 non-parameter, and on an unknown symbol.
7131
7132 2018-01-19 Tom Tromey <tom@tromey.com>
7133
7134 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7135 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7136
7137 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7138
7139 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7140 setrlimit and chdir to int.
7141
7142 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7143
7144 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7145 function.
7146 (my_tend): Likewise.
7147 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7148 rationale of avoiding FP- and vector instructions.
7149
7150 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7151
7152 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7153 "info reg" with "\[ \t\]*".
7154 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7155 "\[ \t\]+".
7156 * gdb.arch/s390-multiarch.exp: Ditto.
7157 * gdb.base/pc-fp.exp: Ditto.
7158 * gdb.reverse/i386-precsave.exp: Ditto.
7159 * gdb.reverse/i386-reverse.exp: Ditto.
7160 * gdb.reverse/i387-env-reverse.exp: Ditto.
7161 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7162
7163 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7164
7165 * lib/gdb.exp (gdb_compile): Re-enable use of
7166 universal_compile_options for languages other than Rust.
7167
7168 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7169
7170 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7171
7172 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7173
7174 PR gdb/16577
7175 * gdb.base/solib-vanish.exp: New.
7176 * gdb.base/solib-vanish-main.c: New.
7177 * gdb.base/solib-vanish-lib1.c: New.
7178 * gdb.base/solib-vanish-lib2.c: New.
7179
7180 2018-01-17 Yao Qi <yao.qi@linaro.org>
7181
7182 * gdb.compile/compile.exp: Match the address printed for
7183 frame in the output of command "bt".
7184
7185 2018-01-15 Tom Tromey <tom@tromey.com>
7186
7187 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7188 compute sp_reg.
7189
7190 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7191
7192 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7193 to prepare.
7194 (prepare): Return 0 on error, 1 on success.
7195
7196 2018-01-12 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/continue-after-aborted-step-over.c: New.
7199 * gdb.base/continue-after-aborted-step-over.exp: New.
7200
7201 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7204 options when not creating an executable.
7205
7206 2018-01-11 Pedro Alves <palves@redhat.com>
7207
7208 PR remote/22597
7209 * gdb.server/stop-reply-no-thread.c: New file.
7210 * gdb.server/stop-reply-no-thread.exp: New file.
7211
7212 2018-01-10 Pedro Alves <palves@redhat.com>
7213
7214 PR gdb/22670
7215 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7216 functions too. Test setting breakpoints and printing C functions
7217 with no debug info too.
7218 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7219
7220 2018-01-10 Pedro Alves <palves@redhat.com>
7221
7222 PR gdb/22670
7223 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7224 a fail.
7225
7226 2018-01-10 Pedro Alves <palves@redhat.com>
7227
7228 PR gdb/22670
7229 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7230
7231 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * gdb.server/unittest.exp: Match the output in non-development
7234 mode.
7235
7236 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 * gdb.gdb/unittest.exp: Match output in non-development mode.
7239
7240 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7241
7242 * gdb.ada/access_tagged_param.exp: Relax expected output
7243 for value of "ObjL" in "continue" to pck.inspect breakpoint
7244 test.
7245
7246 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7247
7248 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7249 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7250
7251 2018-01-05 Pedro Alves <palves@redhat.com>
7252
7253 PR gdb/18653
7254 * gdb.base/libsegfault.exp: New.
7255
7256 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7257
7258 PR gdb/22670
7259 * gdb.ada/access_tagged_param.exp: New file.
7260 * gdb.ada/access_tagged_param/foo.adb: New file.
7261
7262 2018-01-05 Pedro Alves <palves@redhat.com>
7263
7264 PR gdb/22670
7265 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7266 exercise lower case too, and to exercise both full matching and
7267 wild matching.
7268
7269 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7270
7271 * gdb.ada/rename_subscript_param: New testcase.
7272
7273 2018-01-05 Jerome Guitton <guitton@adacore.com>
7274
7275 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7276
7277 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7278
7279 * gdb.ada/convvar_comp: New testcase.
7280
7281 2018-01-05 Xavier Roirand <roirand@adacore.com>
7282
7283 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7284 (My_Table): New global variable.
7285 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7286
7287 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7288
7289 PR gdb/22670
7290 * gdb.ada/maint_with_ada: New testcase.
7291
7292 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7293
7294 PR gdb/22670
7295 * gdb.ada/bp_c_mixed_case: New testcase.
7296
7297 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7298
7299 PR gdb/22670
7300 * gdb.ada/complete.exp: Add "complete break ada" test.
7301
7302 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7303
7304 PR gdb/22670
7305 * gdb.ada/info_addr_mixed_case: New testcase.
7306
7307 2018-01-03 Xavier Roirand <roirand@adacore.com>
7308
7309 * gdb.ada/excep_handle.exp: New testcase.
7310 * gdb.ada/excep_handle/foo.adb: New file.
7311 * gdb.ada/excep_handle/pck.ads: New file.
7312
7313 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.base/step-line.c: Add extra empty line in copyright header.
7316 * gdb.base/step-line.inp: Likewise.
7317
7318 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7319
7320 * gdb.ada/dyn_stride.exp: Add slice test.
7321
7322 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7323
7324 * gdb.ada/dyn_stride: New testcase.
7325
7326 2017-12-27 Stafford Horne <shorne@gmail.com>
7327
7328 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7329 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7330
7331 2017-12-27 Stafford Horne <shorne@gmail.com>
7332
7333 * gdb.base/reggroups.c: New file.
7334 * gdb.base/reggroups.exp: New file.
7335
7336 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7337
7338 * gdb.dwarf2/ada-valprint-error.c: New file.
7339 * gdb.dwarf2/ada-valprint-error.exp: New file.
7340
7341 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7342
7343 * gdb.ada/assign_arr: New testcase.
7344
7345 2017-12-18 Xavier Roirand <roirand@adacore.com>
7346
7347 * gdb.ada/funcall_ptr: New testcase.
7348
7349 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7350
7351 PR cli/16224
7352 * gdb.base/ptype-offsets.cc: New file.
7353 * gdb.base/ptype-offsets.exp: New file.
7354
7355 2017-12-15 Yao Qi <yao.qi@linaro.org>
7356
7357 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7358 if XML is disabled.
7359
7360 2017-12-15 Xavier Roirand <roirand@adacore.com>
7361
7362 * gdb.ada/same_component_name: New testcase.
7363
7364 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7365
7366 * gdb.ada/str_binop_equal: New testcase.
7367
7368 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7369
7370 * gdb.ada/task_switch_in_core: New testcase.
7371
7372 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7375 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7376 call test_bkpt_qualified.
7377 (test_bkpt_qualified): New proc.
7378
7379 2017-12-13 Pedro Alves <palves@redhat.com>
7380
7381 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7382 Tighten regexp by matching with an anchor.
7383
7384 2017-12-13 Pedro Alves <palves@redhat.com>
7385
7386 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7387 ("expression with namespace"): New set of tests.
7388 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7389 (Nested::Test_NS::qux): New.
7390 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7391 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7392
7393 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdb.base/server-del-break.c: New file.
7396 * gdb.base/server-del-break.exp: New file.
7397
7398 2017-12-12 Stafford Horne <shorne@gmail.com>
7399
7400 * gdb.xml/tdesc-regs.exp: Add or1k support.
7401
7402 2017-12-12 Stafford Horne <shorne@gmail.com>
7403
7404 * gdb.base/bp-permanent.c: Define nop of or1k.
7405
7406 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7409 output with components being reordered.
7410
7411 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7412
7413 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7414 output with components being reordered.
7415
7416 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7417 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/maint.exp (check for .gdb_index): Check also for
7420 .debug_names.
7421 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7422 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7423 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7424 (.gdb_index used after symbol reloading): Support also .debug_names.
7425 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7426
7427 2017-12-08 Yao Qi <yao.qi@linaro.org>
7428
7429 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7430 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7431
7432 2017-12-08 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7435 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7436
7437 2017-12-08 Yao Qi <yao.qi@linaro.org>
7438
7439 * gdb.arch/aarch64-tagged-pointer.c: New file.
7440 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7441
7442 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7443
7444 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7445 "int".
7446
7447 2017-12-07 Keith Seitz <keiths@redhat.com>
7448
7449 PR breakpoints/22569
7450 * gdb.linespec/ls-errs.exp: Change expected result of "break
7451 -source this file has spaces.c -line 3".
7452 Check that an explicit source file followed by whitespace is
7453 identified as an invalid explicit location.
7454
7455 2017-12-07 Keith Seitz <keiths@redhat.com>
7456
7457 * gdb.cp/nested-types.cc: New file.
7458 * gdb.cp/nested-types.exp: New file.
7459 * lib/cp-support.exp: Load data-structures.exp library.
7460 (debug_cp_test_ptype_class): New global.
7461 (cp_ptype_class_verbose, next_line): New procedures.
7462 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7463 Add and document new return value.
7464 Switch the list of lines to a queue.
7465 Add support for new `type' key for nested type definitions.
7466 Add debugging/troubleshooting messages.
7467 * lib/data-structures.exp: New file.
7468
7469 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7470
7471 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7472 with proc_with_prefix, don't use with_test_prefix.
7473
7474 2017-12-07 Tom Tromey <tom@tromey.com>
7475
7476 * gdb.base/break.exp: Add test for empty "commands".
7477
7478 2017-12-07 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7481 malloc and catch syscall.
7482
7483 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7484
7485 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7486 tests for explicit locations.
7487
7488 2017-12-06 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7491 force-disabling XML descriptions.
7492
7493 2017-12-04 Pedro Alves <palves@redhat.com>
7494
7495 PR gdb/22499
7496 * gdb.arch/amd64-disp-step-avx.S: New file.
7497 * gdb.arch/amd64-disp-step-avx.exp: New file.
7498
7499 2017-12-03 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7502 and <string.h>.
7503 (parent_function): Print distinct messages when waitpid fails, or
7504 the child exits with a signal, or the child exits for an unhandled
7505 reason.
7506 * gdb.threads/process-dies-while-detaching.exp
7507 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7508 it. Wait for both inferior output and GDB's prompt. Use an
7509 indirect spawn id list.
7510 (do_detach): New parameter 'child_exit'. Use it to compute
7511 expected inferior output.
7512 (test_detach, test_detach_watch, test_detach_killed_outside):
7513 Adjust to pass down the expected child exit kind.
7514
7515 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7516 Sergio Durigan Junior <sergiodj@redhat.com>
7517 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7520
7521 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7522
7523 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7524 to 'symbol-file' and 'add-symbol-file' can be
7525 position-independent.
7526
7527 2017-12-01 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7530 the URL in copyright header.
7531 * gdb.arch/aarch64-fp.exp: Likewise.
7532 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7533 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7534 * gdb.base/expand-psymtabs.exp: Likewise.
7535 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7536 * gdb.fortran/common-block.exp: Likewise.
7537 * gdb.fortran/common-block.f90: Likewise.
7538 * gdb.fortran/logical.exp: Likewise.
7539 * gdb.fortran/vla-datatypes.f90: Likewise.
7540 * gdb.fortran/vla-sub.f90: Likewise.
7541
7542 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7543
7544 * gdb.ada/repeat_dyn: New testcase.
7545
7546 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7547
7548 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7549 Update for changed thread numbering.
7550 * gdb.cell/bt.exp: Update for changed GDB output.
7551
7552 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7553
7554 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7555 setting isremote by hand.
7556 * boards/dwarf4-gdb-index.exp: Likewise.
7557 * boards/fission.exp: Likewise.
7558 * boards/stabs.exp: Likewise.
7559
7560 2017-11-30 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.linespec/cpls-ops.exp
7563 (check_explicit_skips_function_argument): Extract the underlying
7564 type of size_t instead of hardcoding it.
7565
7566 2017-11-29 Pedro Alves <palves@redhat.com>
7567
7568 PR c++/19436
7569 * gdb.linespec/cpls-abi-tag.cc: New file.
7570 * gdb.linespec/cpls-abi-tag.exp: New file.
7571
7572 2017-11-29 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/langs.exp: Use -qualified.
7575 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7576 it.
7577 * gdb.cp/namespace.exp: Use -qualified.
7578 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7579 (overload-3, template-overload, template-ret-type, const-overload)
7580 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7581 procedures.
7582 (test_driver): Call them.
7583 * gdb.cp/save-bp-qualified.cc: New.
7584 * gdb.cp/save-bp-qualified.exp: New.
7585 * gdb.linespec/explicit.exp: Test -qualified.
7586 * lib/completion-support.exp (completion::explicit_opts_list): Add
7587 "-qualified".
7588 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7589
7590 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7591
7592 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7593
7594 2017-11-29 Tom Tromey <tom@tromey.com>
7595
7596 * gdb.base/relocate.exp: Update invalid argument test.
7597 Add new tests for invalid arguments.
7598
7599 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7600
7601 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7602 Return 0 as a long.
7603 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7604
7605 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7606
7607 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7608 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7609 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7610 func ().
7611 * gdb.cp/shadow.cc (B.func): Return 0.
7612
7613 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7614
7615 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7616 expected output in gdb_expect call to allow the exception
7617 message to be present as well. Fix syntax confusion to avoid
7618 TCL thinking that exception_name is an array.
7619
7620 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7621
7622 * gdb.arch/spu-info.c: Include <unistd.h>.
7623 (do_signal_test): Fix broken calls to write.
7624 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7625 Fix checks for empty mailboxes. Update signal tests for corrected
7626 do_signal_test routine. Allow nonzero event status.
7627 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7628 * gdb.cell/arch.exp: Use standard_output_file.
7629 * gdb.cell/break.exp: Likewise.
7630 * gdb.cell/bt.exp: Likewise.
7631 * gdb.cell/core.exp: Likewise.
7632 * gdb.cell/dwarfaddr.exp: Likewise.
7633 * gdb.cell/ea-cache.exp: Likewise.
7634 * gdb.cell/ea-standalone.exp: Likewise.
7635 * gdb.cell/f-regs.exp: Likewise.
7636 * gdb.cell/fork.exp: Likewise.
7637 * gdb.cell/gcore.exp: Likewise.
7638 * gdb.cell/mem-access.exp: Likewise.
7639 * gdb.cell/ptype.exp: Likewise.
7640 * gdb.cell/registers.exp: Likewise.
7641 * gdb.cell/sizeof.exp: Likewise.
7642 * gdb.cell/solib-symbol.exp: Likewise.
7643 * gdb.cell/solib.exp: Likewise.
7644
7645 2017-11-25 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.base/complete-empty.exp: New file.
7648 * gdb.base/completion.exp: Adjust.
7649
7650 2017-11-25 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.linespec/cpls-ops.cc: New file.
7653 * gdb.linespec/cpls-ops.exp: New file.
7654 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7655 factored out from ...
7656 (test_complete_prefix_range): ... this.
7657
7658 2017-11-24 Pedro Alves <palves@redhat.com>
7659
7660 * gdb.linespec/cpcompletion.exp: New file.
7661 * gdb.linespec/cpls-hyphen.cc: New file.
7662 * gdb.linespec/cpls.cc: New file.
7663 * gdb.linespec/cpls2.cc: New file.
7664 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7665 test to use test_gdb_complete_unique. Add label completion,
7666 keyword completion and explicit location completion tests.
7667 * lib/completion-support.exp: New file.
7668
7669 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7670
7671 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7672 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7673 when hitting an exception catchpoint.
7674
7675 2017-11-22 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7678
7679 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7680
7681 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7682 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7683 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7684
7685 2017-11-22 Yao Qi <yao.qi@linaro.org>
7686
7687 * gdb.base/info-os.exp: Pass pthreads.
7688 * gdb.multi/multi-attach.exp: Likewise.
7689
7690 2017-11-22 Yao Qi <yao.qi@linaro.org>
7691
7692 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7693 compiler.
7694
7695 2017-11-22 Yao Qi <yao.qi@linaro.org>
7696
7697 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7698 * gdb.base/break-interp.exp: Likewise.
7699 * gdb.base/jit-attach-pie.exp: Likewise.
7700
7701 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7702
7703 * gdb.base/float128.c (large128): New variable.
7704 * gdb.base/float128.exp: Add test to print largest __float128 value.
7705
7706 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7707
7708 * gdb.arch/vsx-regs.exp: Update register content checks.
7709
7710 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7711
7712 * gdb.arch/ppc-longdouble.exp: New file.
7713 * gdb.arch/ppc-longdouble.c: Likewise.
7714
7715 2017-11-21 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7718
7719 2017-11-20 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7722 (long_double_typedef): New typedefs.
7723 Use DEF on double and long double.
7724 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7725 cases.
7726 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7727 and 'long_double_ptr_same_size' locals. Use them to decide
7728 whether cast from array/function to float is valid/invalid.
7729
7730 2017-11-17 Tom Tromey <tom@tromey.com>
7731
7732 * gdb.rust/traits.rs: New file.
7733 * gdb.rust/traits.exp: New file.
7734
7735 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7736
7737 * gdb.ada/minsyms: New testcase.
7738
7739 2017-11-16 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7742 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7743
7744 2017-11-16 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7747 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7748
7749 2017-11-16 Pedro Alves <palves@redhat.com>
7750
7751 * gdb.server/reconnect-ctrl-c.c: New file.
7752 * gdb.server/reconnect-ctrl-c.exp: New file.
7753
7754 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7755
7756 * gdb.python/py-rbreak.exp: New file.
7757 * gdb.python/py-rbreak.c: New file.
7758 * gdb.python/py-rbreak-func2.c: New file.
7759
7760 2017-11-16 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7763 pattern.
7764 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7765 GDB.
7766
7767 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7768
7769 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7770 regex.
7771
7772 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7773
7774 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7775 test names.
7776
7777 2017-11-09 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7780 factored out from ...
7781 (top level): ... here, and adjusted to avoid expecting beyond the
7782 prompt in a single gdb_test_multiple.
7783
7784 2017-11-09 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7787 output.
7788 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7789 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7790 * gdb.server/ext-run.exp ("kill" test): Likewise.
7791 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7792
7793 2017-11-09 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7796 match till end of line.
7797
7798 2017-11-09 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7801
7802 2017-11-09 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7805 New procedures, factored out from ...
7806 (top level): ... here, and adjusted to avoid expecting beyond the
7807 prompt in one go.
7808
7809 2017-11-09 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7812 output. Fix '?' match.
7813
7814 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7815
7816 * gdb.ada/scoped_watch: New testcase.
7817 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7818 which is actually correct.
7819 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7820 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7821
7822 2017-11-08 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.gdb/complaints.exp (test_initial_complaints)
7825 (test_serial_complaints, test_short_complaints): Call
7826 complaint_internal instead of complaint.
7827
7828 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7829
7830 * gdb.threads/tls-core.c: New file.
7831 * gdb.threads/tls-core.exp: Likewise.
7832
7833 2017-11-08 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7836 (p Exported_Capitalized): New test.
7837 (p exported_capitalized): New test.
7838
7839 2017-11-07 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7842
7843 2017-11-07 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7846 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7847 (disable_invalid, disable_inverted, disable_negative): New
7848 procedures.
7849 ("bad numbers"): New set of tests.
7850
7851 2017-11-07 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.cp/ena-dis-br-range.exp: Add tests.
7854
7855 2017-11-07 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7858
7859 2017-11-07 Xavier Roirand <roirand@adacore.com>
7860 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/ena-dis-br.exp: Add reference to
7863 gdb.cp/ena-dis-br-range.exp.
7864 * gdb.cp/ena-dis-br-range.exp: New file.
7865 * gdb.cp/ena-dis-br-range.cc: New file.
7866
7867 2017-11-06 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/attach-non-pgrp-leader.c: New.
7870 * gdb.base/attach-non-pgrp-leader.exp: New.
7871
7872 2017-11-06 Pedro Alves <palves@redhat.com>
7873
7874 * configure.ac: No longer check for termio.h and sgtty.h.
7875 * configure: Regenerate.
7876 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7877 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7878 Remove termio and sgtty code.
7879
7880 2017-11-03 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7883 in GDB is disabled.
7884
7885 2017-11-03 Yao Qi <yao.qi@linaro.org>
7886
7887 * gdb.python/py-thrhandle.exp: Skip it if python is not
7888 enabled.
7889
7890 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7891
7892 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7893 as a breakpoint command.
7894
7895 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7896
7897 PR python/21213
7898 * gdb.python/py-infthread.exp: Test calling
7899 InferiorThread.inferior () multiple times in a row.
7900
7901 2017-10-27 Keith Seitz <keiths@redhat.com>
7902
7903 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7904 Test "info break" for every inlined function breakpoint.
7905
7906 2017-10-27 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7909
7910 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7911
7912 * gdb.cp/classes.exp (test_static_members): Test printing
7913 Outer::instance.
7914 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7915 (Inner::instance, Outer::instance): New.
7916
7917 2017-10-24 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7920 extra console" test in two stages.
7921
7922 2017-10-24 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7925
7926 2017-10-24 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7929 loop.
7930
7931 2017-10-24 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7934 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7935
7936 2017-10-24 Pedro Alves <palves@redhat.com>
7937
7938 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7939 parameter and handle it. Don't output read value in test name.
7940
7941 2017-10-24 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7944 custom test name.
7945
7946 2017-10-24 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7949 include the unstable output directory name in the test's name.
7950 (initial_setup_simple) <'set args'>: Use custom test name.
7951
7952 2017-10-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7955 with explicit test name.
7956
7957 2017-10-20 Pedro Alves <palves@redhat.com>
7958
7959 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7960 'wait -i'. Use gdb_assert and remote_close.
7961
7962 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7963
7964 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7965 number from variable rather than hard-coded.
7966
7967 2017-10-19 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.base/long-inferior-output.c: New file.
7970 * gdb.base/long-inferior-output.exp: New file.
7971
7972 2017-11-18 Keith Seitz <keiths@redhat.com>
7973
7974 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7975 method.
7976 (main): Call it.
7977 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7978 Add additional user-defined conversion operator tests.
7979
7980 2017-10-17 Pedro Alves <palves@redhat.com>
7981
7982 * boards/native-stdio-gdbserver.exp: Load "local-board".
7983
7984 2017-10-17 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.base/quit-live.c: New file.
7987 * gdb.base/quit-live.exp: New file.
7988
7989 2017-10-16 Keith Seitz <keiths@redhat.com>
7990
7991 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7992 (class_with_protected_typedef, class_with_private_typedef)
7993 (struct_with_public_typedef, struct_with_protected_typedef)
7994 (struct_with_private_typedef): New classes/structs.
7995 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7996 typedefs and access specifiers.
7997
7998 2017-10-16 Pedro Alves <palves@redhat.com>
7999 Simon Marchi <simon.marchi@polymtl.ca>
8000
8001 * README (Local vs Remote vs Native): New section.
8002 * boards/local-board.exp: New file, with bits factored out from
8003 ...
8004 * boards/native-extended-gdbserver.exp: ... here. Load
8005 "local-board".
8006 * boards/native-gdbserver.exp: Load "local-board".
8007 (${board}_spawn, ${board}_exec): Delete.
8008 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8009 ...
8010 * boards/stdio-gdbserver-base.exp: ... this new file.
8011 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8012 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8013 procedure.
8014 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8015 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8016 stdio_gdbserver_command.
8017 (${board}_get_remote_address, ${board}_get_comm_port)
8018 (${board}_download, ${board}_upload): Delete.
8019 (get_target_remote_pipe_cmd): New.
8020
8021 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8022
8023 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8024 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8025 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8026 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8027 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8028 remove with_test_prefix.
8029
8030 2017-10-13 Pedro Alves <palves@redhat.com>
8031
8032 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8033 * gdb.base/annota1.exp: Use it instead of is_remote.
8034 * gdb.base/annota3.exp: Use it instead of is_remote.
8035 * gdb.cp/annota2.exp: Use it instead of is_remote.
8036 * gdb.cp/annota3.exp: Use it instead of is_remote.
8037 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8038
8039 2017-10-13 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8042 (test_num_test_vars, run_and_count_vars, find_env)
8043 (test_set_unset_env, test_inherit_env_var): New procedures.
8044 (top level): Use them.
8045
8046 2017-10-13 Pedro Alves <palves@redhat.com>
8047
8048 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8049 also skip on stub-like targets.
8050
8051 2017-10-13 Pedro Alves <palves@redhat.com>
8052
8053 PR gdb/22293
8054 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8055 (top level): Move some tests to ...
8056 (test_not_found): ... this new procedure.
8057 (top level): Call it.
8058
8059 2017-10-13 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8062 expect different "info terminal" output if testing with a
8063 non-native target.
8064
8065 2017-10-13 Pedro Alves <palves@redhat.com>
8066 Simon Marchi <simon.marchi@polymtl.ca>
8067
8068 PR python/12966
8069 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8070
8071 2017-10-13 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8074 already.
8075
8076 2017-10-13 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8079 is_remote.
8080
8081 2017-10-13 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8084 is_remote.
8085
8086 2017-10-13 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8089 is set.
8090 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8091 instead of is_remote.
8092
8093 2017-10-13 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8096 (top level): Add comment.
8097
8098 2017-10-13 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.base/remote.exp (top level): Fix comment typo and add
8101 missing return.
8102
8103 2017-10-13 Pedro Alves <palves@redhat.com>
8104 Simon Marchi <simon.marchi@polymtl.ca>
8105
8106 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8107 calls and add comments. Skip test if use_gdb_stub is set.
8108 (top level): Use "set cwd" command instead of "cd" command.
8109
8110 2017-10-13 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8113 is_remote target check.
8114
8115 2017-10-13 Pedro Alves <palves@redhat.com>
8116
8117 * gdb.base/scope.exp: Use build_executable + clean_restart +
8118 gdb_file_cmd instead of prepare_for_testing and no longer skip
8119 "before run" tests on is_remote target boards. Update comments.
8120 * boards/native-extended-gdbserver.exp
8121 (extended_gdbserver_load_last_file): New, factored out from ...
8122 (gdb_load): ... this. Move further below and add comment.
8123 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8124
8125 2017-10-12 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/attach.exp: Remove references to gdb64.
8128 * gdb.base/dbx.exp: Remove references to gdb64.
8129
8130 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8131 Pedro Alves <palves@redhat.com>
8132
8133 * gdb.base/label.exp: Remove is_remote target check.
8134
8135 2017-10-12 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.base/auvx.exp (coredir): Update comment.
8138 (top level) <core_works>: Use "set cwd" command instead of "cd"
8139 command.
8140
8141 2017-10-12 Pedro Alves <palves@redhat.com>
8142 Simon Marchi <simon.marchi@polymtl.ca>
8143
8144 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8145 target boards.
8146
8147 2017-10-12 Pedro Alves <palves@redhat.com>
8148 Simon Marchi <simon.marchi@polymtl.ca>
8149
8150 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8151 Instead skip if there's any gdb_protocol set.
8152
8153 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8154 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8157
8158 2017-10-12 Pedro Alves <palves@redhat.com>
8159 Simon Marchi <simon.marchi@polymtl.ca>
8160
8161 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8162 instead of on dejagnu remote boards.
8163
8164 2017-10-12 Pedro Alves <palves@redhat.com>
8165 Simon Marchi <simon.marchi@polymtl.ca>
8166
8167 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8168 checks. Use build_executable + clean_restart instead of
8169 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8170 of enabling non-stop after starting gdb.
8171
8172 2017-10-12 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8175 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8176 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8177 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8178
8179 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8180
8181 * gdb.arch/arc-tdesc-cpu.exp: New file.
8182 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8183
8184 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8185
8186 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8187
8188 2017-10-10 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8191 expect CLI output.
8192
8193 2017-10-10 Pedro Alves <palves@redhat.com>
8194
8195 * lib/selftest-support.exp (selftest_setup): Update for
8196 captured_command_loop's prototype change.
8197
8198 2017-10-09 Pedro Alves <palves@redhat.com>
8199
8200 Test both arch1=>arch2 and arch2=>arch1.
8201
8202 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8203 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8204 factored out to...
8205 (append_arch1_options, append_arch2_options, append_arch_options)
8206 (build_executables): New procedures.
8207 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8208 local.
8209 (top level): Add new 'first_arch' testing axis.
8210
8211 2017-10-09 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8214 (barrier): New.
8215 (thread_start, all_started): New functions.
8216 (main): Spawn new thread and wait until it is scheduled.
8217 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8218 option.
8219 (do_test): Add 'selected_thread' parameter. Run to all_started
8220 instead of main. Explicitly set the breakpoint at main. Switch
8221 to the SELECTED_THREAD thread.
8222 (top level): Test handling the exec event with either the main
8223 thread or the second thread selected.
8224
8225 2017-10-09 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8228 logic. Move STOP marker after the value checks.
8229 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8230 regexp.
8231
8232 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8233
8234 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8235
8236 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8237
8238 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8239 integer-to-dfp conversion.
8240 * gdb.base/dfp-test.exp: Likewise.
8241
8242 2017-10-04 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.multi/hangout.c: Include <unistd.h>.
8245 (hangout_loop): New function.
8246 (main): Call alarm. Call hangout_loop in a loop.
8247 * gdb.multi/hello.c: Include <unistd.h>.
8248 (hello_loop): New function.
8249 (main): Call alarm. Call hangout_loop in a loop.
8250 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8251 inferior with the other selected.
8252
8253 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8254
8255 * gdb.mi/list-thread-groups-available.exp: New file.
8256 * gdb.mi/list-thread-groups-available.c: New file.
8257
8258 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8259
8260 * gdb.base/set-cwd.exp: Make it available on
8261 native-extended-gdbserver.
8262
8263 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8264
8265 * gdb.base/set-cwd.c: New file.
8266 * gdb.base/set-cwd.exp: Likewise.
8267
8268 2017-10-02 Tom Tromey <tom@tromey.com>
8269
8270 PR rust/22236:
8271 * gdb.rust/simple.rs (main): New variable "fslice".
8272 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8273
8274 2017-10-02 Tom Tromey <tom@tromey.com>
8275
8276 * gdb.rust/simple.exp: Test ptype of a slice.
8277
8278 2017-10-02 Tom Tromey <tom@tromey.com>
8279
8280 * gdb.rust/simple.exp: Test index of slice.
8281
8282 2017-09-27 Tom Tromey <tom@tromey.com>
8283
8284 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8285
8286 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8287 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/compare-sections.exp (get value of read-only section): Read
8290 as unsigned value.
8291 (corrupt read-only section): Likewise and don't set written if patching
8292 failed.
8293
8294 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8295
8296 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8297 files.
8298
8299 2017-09-20 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8302 symbol names in gdb's output.
8303 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8304
8305 2017-09-20 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8308 Rename to ...
8309 (test_list_ambiguous_symbol): ... this and add a symbol name
8310 parameter. Adjust.
8311 (test_list_ambiguous_function): Reimplement on top of
8312 test_list_ambiguous_symbol and also test listing ambiguous
8313 variables.
8314 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8315 (ambiguous_fun): ... this.
8316 (ambiguous_var): New.
8317 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8318 (ambiguous_fun): ... this.
8319 (ambiguous_var): New.
8320
8321 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8322
8323 * gdb.base/starti.c: New file.
8324 * gdb.base/starti.exp: New file.
8325 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8326
8327 2017-09-14 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8330 (top level): Use it instead of runto.
8331
8332 2017-09-11 Tom Tromey <tom@tromey.com>
8333
8334 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8335
8336 2017-09-11 Tom Tromey <tom@tromey.com>
8337
8338 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8339 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8340
8341 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8342
8343 * gdb.fortran/printing-types.exp: New file.
8344 * gdb.fortran/printing-types.exp: New file.
8345
8346 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8347
8348 * gdb.fortran/vla-ptype.exp: Fix typos.
8349 * gdb.fortran/vla-value.exp: Same.
8350
8351 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8352
8353 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8354 * gdb.mi/mi-var-child-f.exp: Likewise.
8355 * gdb.mi/mi-vla-fortran.exp: Likewise.
8356
8357 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8358 Christoph Weinmann <christoph.t.weinmann@intel.com>
8359 Bernhard Heckel <bernhard.heckel@intel.com>
8360
8361 * gdb.fortran/ptr-indentation.f90: New file.
8362 * gdb.fortran/ptr-indentation.exp: New file.
8363
8364 2017-09-05 Tom Tromey <tom@tromey.com>
8365
8366 PR gdb/22010:
8367 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8368
8369 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8370
8371 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8372
8373 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.threads/tls-nodebug-pie.c: New file.
8376 * gdb.threads/tls-nodebug-pie.exp: New file.
8377
8378 2017-09-05 Tom Tromey <tom@tromey.com>
8379
8380 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8381 for rust.
8382
8383 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8384
8385 * gdb.multi/multi-arch-exec.exp: Test with different
8386 "follow-exec-mode" settings.
8387 (do_test): New procedure.
8388
8389 2017-09-04 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/func-static.c (S::method const, S::method volatile)
8392 (S::method volatile const): New methods.
8393 (c_s, v_s, cv_s): New instances.
8394 (main): Call method() on them.
8395 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8396 (cannot_resolve): New procedure.
8397 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8398 print-quote-unquoted columns.
8399 (do_test): Test printing each scope too.
8400
8401 2017-09-04 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/local-static.exp: Also test with
8404 class::method::variable wholly quoted.
8405 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8406
8407 2017-09-04 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.base/local-static.c: New.
8410 * gdb.base/local-static.cc: New.
8411 * gdb.base/local-static.exp: New.
8412
8413 2017-09-04 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.asm/asm-source.exp: Add casts to int.
8416 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8417 (dataglobal64_1, dataglobal64_2): New globals.
8418 * gdb.base/nodebug.exp: Test different expressions involving the
8419 new globals, with print, whatis and ptype. Add casts to int.
8420 * gdb.base/solib-display.exp: Add casts to int.
8421 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8422 * gdb.cp/m-static.exp: Add cast to int.
8423 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8424 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8425 tls variable with no debug info without a cast. Test with a cast
8426 to int too.
8427 * gdb.trace/entry-values.exp: Add casts.
8428
8429 2017-09-04 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/nodebug.exp: Test that ptype's error about functions
8432 with unknown return type includes the function name too.
8433
8434 2017-09-04 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8437 return type of munmap in infcall.
8438 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8439 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8440 type of ftell in infcall.
8441 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8442 type of getpid in infcall.
8443 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8444 infcall.
8445 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8446 Bail on failure to extract the pid.
8447 * gdb.base/nodebug.c: #include <stdint.h>.
8448 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8449 New functions.
8450 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8451 Change expected output of print/whatis/ptype with functions with
8452 no debug info. Test all supported languages. Call
8453 test_call_promotion.
8454 * gdb.compile/compile.exp: Adjust expected output to expect
8455 warning.
8456 * gdb.threads/siginfo-threads.exp: Likewise.
8457
8458 2017-09-04 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8461 "prototypes". Test calling float functions via prototyped and
8462 unprototyped function pointers.
8463 (perform_all_tests): New parameter "prototypes". Pass it down.
8464 (top level): Pass down "prototypes" parameter to
8465 perform_all_tests.
8466
8467 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8468
8469 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8470 Test with nested loops.
8471
8472 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8473
8474 * gdb.base/commands.exp: Call the new procedures.
8475 (loop_break_test, loop_continue_test): New procedures.
8476
8477 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8478
8479 * gdb.base/commands.exp: Call new procedure.
8480 (define_if_without_arg_test): New procedure.
8481
8482 2017-09-04 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/list-ambiguous.exp: New file.
8485 * gdb.base/list-ambiguous0.c: New file.
8486 * gdb.base/list-ambiguous1.c: New file.
8487 * gdb.base/list.exp (test_list_range): Adjust expected output.
8488
8489 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8490
8491 * gdb.base/share-env-with-gdbserver.c: New file.
8492 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8493
8494 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8495
8496 * gdb.base/commands.exp (gdbvar_simple_if_test,
8497 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8498 progvar_simple_if_test, progvar_simple_while_test,
8499 progvar_complex_if_while_test, user_defined_command_test,
8500 user_defined_command_args_eval,
8501 user_defined_command_args_stack_test,
8502 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8503 temporary_breakpoint_commands,
8504 gdb_test_no_prompt, redefine_hook_test,
8505 redefine_backtrace_test): Remove "global gdb_prompt".
8506
8507 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8510 New proc, call it from toplevel.
8511
8512 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8513
8514 PR remote/21852
8515 * gdb.server/normal.c: New file, copied from gdb.base.
8516 * gdb.server/run-without-local-binary.exp: New file.
8517
8518 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8519
8520 * gdb.arch/sparc64-adi.exp: New file.
8521 * gdb.arch/sparc64-adi.c: New file.
8522
8523 2017-08-22 Pedro Alves <palves@redhat.com>
8524
8525 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8526 (top level): Add "list all overloads" tests.
8527
8528 2017-08-22 Tom Tromey <tom@tromey.com>
8529
8530 * gdb.gdb/xfullpath.exp: Remove.
8531
8532 2017-08-21 Pedro Alves <palves@redhat.com>
8533
8534 PR gdb/19487
8535 * gdb.base/symbol-alias.c: New.
8536 * gdb.base/symbol-alias2.c: New.
8537 * gdb.base/symbol-alias.exp: New.
8538
8539 2017-08-21 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/dfp-test.c
8542 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8543 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8544 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8545 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8546 * gdb.base/whatis-ptype-typedefs.c: New.
8547 * gdb.base/whatis-ptype-typedefs.exp: New.
8548 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8549 (an_int, an_int_type, an_int_type2): New globals.
8550 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8551 involving typedefs and cast expressions.
8552 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8553 (lookup_typedefs_function): New.
8554 (typedefs_pretty_printers_dict): New.
8555 (top level): Register lookup_typedefs_function in
8556 gdb.pretty_printers.
8557
8558 2017-08-18 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.server/unittest.exp: New.
8561
8562 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8563
8564 PR gdb/21954
8565 * gdb.base/environ.exp: Add test to check if 'unset environment'
8566 works.
8567
8568 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8569
8570 * lib/gdb.exp (universal_compile_options): New caching proc.
8571 (gdb_compile): Suppress GCC's coloring of messages.
8572
8573 2017-08-14 Tom Tromey <tom@tromey.com>
8574
8575 PR gdb/21675:
8576 * gdb.base/printcmds.exp (test_radices): New function.
8577 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8578 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8579 * lib/gdb.exp (get_integer_valueof): Use p/d.
8580
8581 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8582
8583 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8584 characters.
8585
8586 2017-08-05 Tom Tromey <tom@tromey.com>
8587
8588 * gdb.rust/simple.exp: Allow String to appear in a different
8589 namespace.
8590
8591 2017-07-26 Yao Qi <yao.qi@linaro.org>
8592
8593 * gdb.gdb/unittest.exp: Invoke command
8594 "maintenance check xml-descriptions".
8595
8596 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8597
8598 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8599 calling context.
8600 (hex128): Drop erroneous calculation of parameters.
8601
8602 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.python/py-unwind.exp: Disable stack protection when
8605 building test file.
8606
8607 2017-07-20 Pedro Alves <palves@redhat.com>
8608
8609 * gdb.base/default.exp (set language): Adjust expected output.
8610
8611 2017-07-20 Pedro Alves <palves@redhat.com>
8612
8613 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8614 (test_minsym): ... this, and make static.
8615 (get_pck__foo__bar__minsym): Rename to ...
8616 (get_test_minsym): ... this.
8617 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8618 symbol names and comments.
8619 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8620 (get_test_minsym): ... this.
8621 (pck__foo__bar__minsym__2): Rename to ...
8622 (test_minsym): ... this.
8623 (main): Adjust.
8624
8625 2017-07-17 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/completion.exp: Adjust expected output.
8628 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8629 the completer works.
8630
8631 2017-07-17 Pedro Alves <palves@redhat.com>
8632
8633 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8634
8635 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8636
8637 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8638
8639 2017-07-14 Tom Tromey <tom@tromey.com>
8640
8641 PR rust/21764:
8642 * gdb.rust/simple.exp: Add tests.
8643
8644 2017-07-14 Tom Tromey <tom@tromey.com>
8645
8646 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8647
8648 2017-07-14 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.linespec/base/one/thefile.cc (z1): New function.
8651 * gdb.linespec/base/two/thefile.cc (z2): New function.
8652 * gdb.linespec/linespec.exp: Add tests.
8653
8654 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8655
8656 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8657 to mi_create_breakpoint.
8658
8659 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8660
8661 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8662 mi_create_breakpoint.
8663
8664 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8665
8666 * gdb.dlang/demangle.exp: Update for demangling changes.
8667
8668 2017-07-09 Tom Tromey <tom@tromey.com>
8669
8670 * gdb.dwarf2/shortpiece.exp: New file.
8671
8672 2017-07-06 David Blaikie <dblaikie@gmail.com>
8673
8674 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8675 built from fissiont-multi-cu{1,2}.c.
8676 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8677 except putting 'main' and 'func' in separate CUs in the same DWO file.
8678 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8679 test.
8680 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8681 test.
8682
8683 2017-07-06 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.python/py-unwind.exp: Test flushregs.
8686
8687 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 PR cli/21688
8690 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8691 tests for alias commands and trailing whitespace.
8692
8693 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8694
8695 PR cli/21688
8696 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8697 procedure. Call it.
8698
8699 2017-06-29 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.base/printcmds.exp: Add tests.
8702
8703 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8704
8705 PR gdb/21337
8706 * gdb.base/reread-readsym.exp: New file.
8707 * gdb.base/reread-readsym.c: New file.
8708
8709 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8710
8711 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8712 subpattern.
8713
8714 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8715
8716 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8717 extended mnemonic.
8718 * gdb.arch/powerpc-power9.s: Likewise.
8719
8720 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8721
8722 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8723 on 32-bit x86 targets. Exploit is_*_target macros where
8724 appropriate.
8725
8726 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8727
8728 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8729 register pieces.
8730
8731 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8734 located in one or more DWARF pieces.
8735
8736 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8737
8738 * lib/gdb.exp (get_endianness): New proc.
8739 * gdb.arch/aarch64-fp.exp: Use it.
8740 * gdb.arch/altivec-regs.exp: Likewise.
8741 * gdb.arch/e500-regs.exp: Likewise.
8742 * gdb.arch/vsx-regs.exp: Likewise.
8743 * gdb.base/dump.exp: Likewise.
8744 * gdb.base/funcargs.exp: Likewise.
8745 * gdb.base/gnu_vector.exp: Likewise.
8746 * gdb.dwarf2/formdata16.exp: Likewise.
8747 * gdb.dwarf2/implptrpiece.exp: Likewise.
8748 * gdb.dwarf2/nonvar-access.exp: Likewise.
8749 * gdb.python/py-inferior.exp: Likewise.
8750 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8751
8752 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8753
8754 PR gdb/21226
8755 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8756 stack value pieces are taken from the LSB end.
8757
8758 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8759
8760 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8761 variable at nonzero offset.
8762
8763 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8764
8765 * gdb.dwarf2/var-access.c: New file.
8766 * gdb.dwarf2/var-access.exp: New test.
8767 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8768
8769 2017-06-12 Tom Tromey <tom@tromey.com>
8770
8771 * gdb.dwarf2/formdata16.exp: Add tests.
8772
8773 2017-06-12 Tom Tromey <tom@tromey.com>
8774
8775 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8776
8777 2017-06-12 Tom Tromey <tom@tromey.com>
8778
8779 PR exp/16225:
8780 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8781 * gdb.arch/vsx-regs.exp: Update tests.
8782 * gdb.arch/s390-vregs.exp (hex128): New proc.
8783 Update test.
8784 * gdb.arch/altivec-regs.exp: Update tests.
8785
8786 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8787
8788 * gdb.base/startup-with-shell.c: New file.
8789 * gdb.base/startup-with-shell.exp: Likewise.
8790
8791 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8792
8793 * gdb.server/non-existing-program.exp: Update regex in order to
8794 reflect the fact that gdbserver is now using fork_inferior (with a
8795 shell) to startup the inferior.
8796
8797 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8798
8799 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8800 support function calls from GDB.
8801
8802 2017-05-21 Tom Tromey <tom@tromey.com>
8803
8804 PR rust/21466:
8805 * gdb.rust/unsized.exp: New file.
8806 * gdb.rust/unsized.rs: New file.
8807
8808 2017-05-19 Tom Tromey <tom@tromey.com>
8809
8810 PR rust/21484:
8811 * gdb.rust/watch.exp: New file.
8812 * gdb.rust/watch.rs: New file.
8813
8814 2017-05-18 Tom Tromey <tom@tromey.com>
8815
8816 * gdb.rust/simple.exp: Allow Box to be qualified.
8817
8818 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8819
8820 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8821
8822 2017-05-18 Pedro Alves <palves@redhat.com>
8823
8824 * gdb.base/fileio.c (test_write, test_read, test_close)
8825 (test_fstat): Don't print 'ret' in the fail path.
8826
8827 2017-05-18 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8830 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8831 (test_system, test_rename, test_unlink, test_time): Change
8832 prototypes.
8833 * gdb.base/fileio.exp (stop_msg): Adjust.
8834
8835 2017-05-18 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.base/fileio.c (null_str): New global.
8838 (test_stat): Use it.
8839 * gdb.base/fileio.exp: Remove nowarnings.
8840
8841 2017-05-17 Yao Qi <yao.qi@linaro.org>
8842
8843 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8844
8845 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8846
8847 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8848 argument command.
8849 (top-level): Invoke test_set_inferior_tty.
8850
8851 2017-05-04 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8854 Add parens to print call for Python 3.
8855
8856 2017-05-03 Keith Seitz <keiths@redhat.com>
8857
8858 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8859 (main): Call it.
8860
8861 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8862
8863 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8864 to prev and next.
8865
8866 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8867
8868 * gdb.python/py-record-btrace.exp: Remove test for
8869 gdb.BtraceInstruction.error.
8870
8871 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8872
8873 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8874
8875 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8876
8877 * gdb.python/py-record-btrace-threads.c: New file.
8878 * gdb.python/py-record-btrace-threads.exp: New file.
8879
8880 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8881
8882 PR testsuite/8595
8883 * gdb.base/environ.exp: Make test available in all architectures.
8884 Move bits related to "info program" testing to
8885 gdb.base/info-program.exp. Rewrite tests to use the two new
8886 procedures mentione below.
8887 (test_set_show_env_var) New procedure.
8888 (test_set_show_env_var_equal): Likewise.
8889 * gdb.base/info-program.exp: New file.
8890
8891 2017-04-27 Keith Seitz <keiths@redhat.com>
8892
8893 * gdb.cp/oranking.cc (test15): New function.
8894 (main): Call test15 and declare additional variables for testing.
8895 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8896 "p foo101('abc')" tests.
8897 Add tests for cv qualifier overloads.
8898 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8899 "lvalue reference overload" test.
8900 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8901 "print value of f1 on Child&& in f2" test.
8902
8903 2017-04-19 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8906 procedure.
8907 (top level): Call it.
8908 * lib/gdb.exp (gdb_define_cmd): New procedure.
8909
8910 2017-04-12 Pedro Alves <palves@redhat.com>
8911
8912 PR gdb/21323
8913 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8914 (wchar): New global.
8915 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8916 (do_test_wide_char, wide_char_types_no_program, top level): Add
8917 wchar_t testing.
8918
8919 2017-04-12 Pedro Alves <palves@redhat.com>
8920
8921 PR c++/21323
8922 * gdb.cp/wide_char_types.c: New file.
8923 * gdb.cp/wide_char_types.exp: New file.
8924
8925 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8926
8927 PR gdb/21352
8928 * gdb.trace/tsv.exp: Add test for "tsave -r".
8929
8930 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8931
8932 * gdb.dlang/watch-loc.c: New file.
8933 * gdb.dlang/watch-loc.exp: New file.
8934
8935 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8938
8939 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8940
8941 * gdb.arch/arc-analyze-prologue.S: New file.
8942 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8943
8944 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8945
8946 * gdb.arch/arc-decode-insn.S: New file.
8947 * gdb.arch/arc-decode-insn.exp: Likewise.
8948
8949 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8950
8951 PR tdep/20928
8952 * gdb.arch/sparc64-regs.exp: New file.
8953 * gdb.arch/sparc64-regs.S: Likewise.
8954
8955 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8956
8957 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8958 and memory view on Python 3.
8959
8960 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8961 Keith Seitz <keiths@redhat.com>
8962
8963 PR gdb/14441
8964 * gdb.cp/demangle.exp: Add rvalue reference tests.
8965 * gdb.cp/rvalue-ref-casts.cc: New file.
8966 * gdb.cp/rvalue-ref-casts.exp: New file.
8967 * gdb.cp/rvalue-ref-overload.cc: New file.
8968 * gdb.cp/rvalue-ref-overload.exp: New file.
8969 * gdb.cp/rvalue-ref-params.cc: New file.
8970 * gdb.cp/rvalue-ref-params.exp: New file.
8971 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8972 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8973 * gdb.cp/rvalue-ref-types.cc: New file.
8974 * gdb.cp/rvalue-ref-types.exp: New file.
8975 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8976 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8977
8978 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8979
8980 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8981 New procedure.
8982
8983 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8984
8985 * lib/mi-support.exp (mi_gdb_test): Add additional message
8986 for unexpected output.
8987
8988 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8989
8990 * gdb.base/examine-backward.c (Barrier): New character array
8991 constant, to ensure that TestStrings is preceded by a string
8992 terminator.
8993
8994 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8995
8996 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8997 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8998 and implicit pointer into such a location.
8999
9000 2017-03-16 Doug Evans <dje@google.com>
9001
9002 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9003
9004 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9005
9006 * gdb.cp/m-static.exp: Fix expectation for prototype of
9007 test5.single_constructor and single_constructor::single_constructor.
9008
9009 2017-03-16 Doug Evans <dje@google.com>
9010
9011 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9012 * gdb.guile/scm-lazy-string.c: New file.
9013 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9014 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9015 for pointer, array, typedef lazy strings.
9016
9017 2017-03-16 Doug Evans <dje@google.com>
9018
9019 PR python/17728, python/18439, python/18779
9020 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9021 * gdb.python/py-lazy-string.c (pointer): New typedef.
9022 (main): New locals ptr, array, typedef_ptr.
9023 * gdb.python/py-value.exp: Move lazy string tests to ...
9024 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9025 array, typedef lazy strings.
9026
9027 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9028
9029 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9030 Add optional 'test' parameter.
9031
9032 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9033
9034 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9035 Skip for versions of DejaGnu < 1.5.
9036
9037 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9038
9039 * lib/gdb.exp (dejagnu_version): New proc.
9040 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9041 Use dejagnu_version.
9042
9043 2017-03-10 Keith Seitz <keiths@redhat.com>
9044
9045 PR c++/8128
9046 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9047 type from destructor regexps.
9048 Add a branch which actually passes the test.
9049 Adjust "ptype t5i" test names.
9050
9051 2017-03-08 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/step-over-exit.exp: Add explicit test message.
9054
9055 2017-03-08 Pedro Alves <palves@redhat.com>
9056
9057 PR gdb/18360
9058 * gdb.threads/interrupt-while-step-over.c: New file.
9059 * gdb.threads/interrupt-while-step-over.exp: New file.
9060
9061 2017-03-08 Pedro Alves <palves@redhat.com>
9062
9063 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9064 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9065
9066 2017-03-08 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9069 PKRU as not supported as a PASS.
9070
9071 2017-03-08 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9074 prefix instead of $binfile1/$binfile2.
9075 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9076 in test message.
9077 * gdb.python/py-completion.exp: Use "load python file" as test
9078 messages instead of unstable path names.
9079
9080 2017-03-08 Pedro Alves <palves@redhat.com>
9081 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 PR cli/21218
9084 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9085 New proc.
9086 (top level): Call it.
9087
9088 2017-03-08 Pedro Alves <palves@redhat.com>
9089
9090 PR tui/21216
9091 * gdb.tui/tui-nl-filtered-output.exp: New file.
9092
9093 2017-03-08 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/completion.exp: Move TUI completion tests to ...
9096 * gdb.tui/completion.exp: ... this new file.
9097
9098 2017-03-08 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.base/tui-disasm-long-lines.c,
9101 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9102 gdb.base/tui-layout.exp: Move to ...
9103 * gdb.tui/: ... this new directory.
9104
9105 2017-03-07 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.base/tui-layout.c: New file.
9108 * gdb.base/tui-layout.exp: New file.
9109
9110 2017-03-07 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.base/tui-layout.c: Rename to ...
9113 * gdb.base/tui-disasm-long-lines.c: ... this.
9114 * gdb.base/tui-layout.exp: Rename to ...
9115 * gdb.base/tui-disasm-long-lines.exp: ... this.
9116
9117 2017-03-07 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9120
9121 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9122
9123 * i386-mpx-call.c: New file.
9124 * i386-mpx-call.exp: New file.
9125
9126 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9127
9128 * gdb.arch/powerpc-power.exp: Delete test.
9129 * gdb.arch/powerpc-power.s: Likewise.
9130 * gdb.disasm/disassembler-options.exp: New test.
9131 * gdb.arch/powerpc-altivec.exp: Likewise.
9132 * gdb.arch/powerpc-altivec.s: Likewise.
9133 * gdb.arch/powerpc-altivec2.exp: Likewise.
9134 * gdb.arch/powerpc-altivec2.s: Likewise.
9135 * gdb.arch/powerpc-altivec3.exp: Likewise.
9136 * gdb.arch/powerpc-altivec3.s: Likewise.
9137 * gdb.arch/powerpc-power7.exp: Likewise.
9138 * gdb.arch/powerpc-power7.s: Likewise.
9139 * gdb.arch/powerpc-power8.exp: Likewise.
9140 * gdb.arch/powerpc-power8.s: Likewise.
9141 * gdb.arch/powerpc-power9.exp: Likewise.
9142 * gdb.arch/powerpc-power9.s: Likewise.
9143 * gdb.arch/powerpc-vsx.exp: Likewise.
9144 * gdb.arch/powerpc-vsx.s: Likewise.
9145 * gdb.arch/powerpc-vsx2.exp: Likewise.
9146 * gdb.arch/powerpc-vsx2.s: Likewise.
9147 * gdb.arch/powerpc-vsx3.exp: Likewise.
9148 * gdb.arch/powerpc-vsx3.s: Likewise.
9149 * gdb.arch/arm-disassembler-options.exp: Likewise.
9150 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9151 * gdb.arch/s390-disassembler-options.exp: Likewise.
9152
9153 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9154
9155 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9156 (check_supported_features): ... this. Changed return type to void.
9157 (supports_rdseed): New static global.
9158 (rdseed): Check supports_rdseed.
9159 (initialize): Call check_supported_features.
9160
9161 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9162
9163 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9164 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9165 and lqarx/stqcx.
9166 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9167 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9168
9169 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9170
9171 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9172 uppercase.
9173
9174 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9175
9176 * gdb.dwarf2/formdata16.c: New file.
9177 * gdb.dwarf2/formdata16.exp: New file.
9178 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9179
9180 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9183 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9184 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9185 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9186 DW_AT_GNU_*.
9187
9188 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9189
9190 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9191
9192 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9193
9194 PR gdb/21164
9195 * gdb.base/maint.exp: Add testcases for when the commands do
9196 not have arguments.
9197
9198 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9199
9200 * gdb.cp/chained-calls.exp: Use p instead of P.
9201
9202 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9203
9204 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9205 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9206
9207 2017-02-14 Tom Tromey <tom@tromey.com>
9208
9209 PR python/13598:
9210 * gdb.python/py-events.exp: Add before_prompt event tests.
9211
9212 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9213
9214 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9215
9216 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9217
9218 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9219 (main): Call my_unique_function_name.
9220 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9221 completion of patterns with a single match.
9222 Add missing -re switches to gdb_test_multiple calls.
9223
9224 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9225
9226 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9227 return if core file is not recognized.
9228
9229 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9230
9231 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9232 and extra UIs.
9233
9234 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9235
9236 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9237 proc_with_prefix.
9238
9239 2017-02-10 Tom Tromey <tom@tromey.com>
9240
9241 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9242
9243 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9244
9245 PR gdb/21122
9246 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9247
9248 2017-02-08 Jerome Guitton <guitton@adacore.com>
9249
9250 * gdb.base/define.exp: Add test for command abbreviations
9251 in define.
9252
9253 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9254
9255 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9256 * gdb.reverse/insn-reverse-x86.c: New file.
9257
9258 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9259
9260 PR tdep/20936
9261 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9262
9263 2017-02-03 Tom Tromey <tom@tromey.com>
9264
9265 PR rust/21097:
9266 * gdb.rust/simple.exp: Add new tests.
9267
9268 2017-02-02 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9271 tests.
9272
9273 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9274
9275 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9276 taking a 2-byte value out of a 4-byte DWARF implicit value on
9277 big-endian targets.
9278 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9279 logic. Add test cases for DW_OP_implicit.
9280
9281 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9282
9283 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9284
9285 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9286
9287 * gdb.btrace/enable.exp: Call gdb_exit before
9288 skip_gdbserver_tests.
9289
9290 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9291
9292 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9293 GDBFLAGS.
9294
9295 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9296
9297 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9298 the test is skipped.
9299 * gdb.btrace/data.exp: Likewise.
9300 * gdb.btrace/delta.exp: Likewise.
9301 * gdb.btrace/dlopen.exp: Likewise.
9302 * gdb.btrace/enable-running.exp: Likewise.
9303 * gdb.btrace/enable.exp: Likewise.
9304 * gdb.btrace/exception.exp: Likewise.
9305 * gdb.btrace/function_call_history.exp: Likewise.
9306 * gdb.btrace/gcore.exp: Likewise.
9307 * gdb.btrace/instruction_history.exp: Likewise.
9308 * gdb.btrace/multi-thread-step.exp: Likewise.
9309 * gdb.btrace/nohist.exp: Likewise.
9310 * gdb.btrace/non-stop.exp: Likewise.
9311 * gdb.btrace/reconnect.exp: Likewise.
9312 * gdb.btrace/record_goto-step.exp: Likewise.
9313 * gdb.btrace/record_goto.exp: Likewise.
9314 * gdb.btrace/rn-dl-bind.exp: Likewise.
9315 * gdb.btrace/segv.exp: Likewise.
9316 * gdb.btrace/step.exp: Likewise.
9317 * gdb.btrace/stepi.exp: Likewise.
9318 * gdb.btrace/tailcall-only.exp: Likewise.
9319 * gdb.btrace/tailcall.exp: Likewise.
9320 * gdb.btrace/tsx.exp: Likewise.
9321 * gdb.btrace/unknown_functions.exp: Likewise.
9322 * gdb.btrace/vdso.exp: Likewise.
9323
9324 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9325
9326 * gdb.btrace/enable-running.c: New.
9327 * gdb.btrace/enable-running.exp: New.
9328
9329 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9330
9331 * gdb.arch/amd64-gs_base.c: New file.
9332 * gdb.arch/amd64-gs_base.exp: New file.
9333
9334 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9335
9336 * lib/memory.exp: Remove spurious empty newlines.
9337
9338 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9339
9340 * gdb.python/py-bad-printers.exp: Load python file using "source".
9341 * gdb.python/py-events.exp: Likewise.
9342 * gdb.python/py-evsignal.exp: Likewise.
9343 * gdb.python/py-evthreads.exp: Likewise.
9344 * gdb.python/py-frame-args.exp: Likewise.
9345 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9346 * gdb.python/py-framefilter-mi.exp: Likewise.
9347 * gdb.python/py-framefilter.exp: Likewise.
9348 * gdb.python/py-mi.exp: Likewise.
9349 * gdb.python/py-pp-maint.exp: Likewise.
9350 * gdb.python/py-pp-registration.exp: Likewise.
9351 * gdb.python/py-prettyprint.exp: Likewise.
9352 (run_lang_tests): Likewise.
9353 * gdb.python/py-typeprint.exp: Likewise.
9354
9355 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9356
9357 * lib/memory.exp: New file.
9358 * lib/gdb.exp: Load memory.exp.
9359 * gdb.base/memattr.exp (delete_memory): Move proc to
9360 lib/memory.exp and rename to delete_memory_regions.
9361 Replace delete_memory with delete_memory_regions.
9362 Cleanup memory regions before tests.
9363 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9364 before tests.
9365
9366 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9367
9368 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9369 files.
9370 (initialize): New function conditionally defined.
9371 (testcases): Move within conditional block.
9372 (main): Call initialize.
9373 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9374 of gdb.reverse/insn-reverse.c.
9375 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9376 gdb.reverse/insn-reverse.c.
9377
9378 2017-01-26 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9381 disassemble on address 0.
9382
9383 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9384 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9387 * gdb.dwarf2/implptr-64bit.S: Remove.
9388 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9389 variables in caller's context. Add DW_OP_implicit_value.
9390
9391 2017-01-25 Yao Qi <yao.qi@linaro.org>
9392
9393 * lib/dwarf.exp (Dwarf::_location): Handle
9394 DW_OP_GNU_implicit_pointer with proper size.
9395
9396 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9397
9398 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9399 and add untested calls.
9400
9401 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9402
9403 * gdb.python/python.exp: Check line number against what GDB thinks
9404 the line number is for func1.
9405
9406 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9407
9408 * gdb.dlang/debug-expr.exp: New file.
9409
9410 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9411
9412 Fix test names for the following files:
9413
9414 * gdb.ada/exec_changed.exp
9415 * gdb.ada/info_types.exp
9416 * gdb.arch/aarch64-atomic-inst.exp
9417 * gdb.arch/aarch64-fp.exp
9418 * gdb.arch/altivec-abi.exp
9419 * gdb.arch/altivec-regs.exp
9420 * gdb.arch/amd64-byte.exp
9421 * gdb.arch/amd64-disp-step.exp
9422 * gdb.arch/amd64-dword.exp
9423 * gdb.arch/amd64-entry-value-inline.exp
9424 * gdb.arch/amd64-entry-value-param.exp
9425 * gdb.arch/amd64-entry-value-paramref.exp
9426 * gdb.arch/amd64-entry-value.exp
9427 * gdb.arch/amd64-i386-address.exp
9428 * gdb.arch/amd64-invalid-stack-middle.exp
9429 * gdb.arch/amd64-invalid-stack-top.exp
9430 * gdb.arch/amd64-optimout-repeat.exp
9431 * gdb.arch/amd64-prologue-skip.exp
9432 * gdb.arch/amd64-prologue-xmm.exp
9433 * gdb.arch/amd64-stap-special-operands.exp
9434 * gdb.arch/amd64-stap-wrong-subexp.exp
9435 * gdb.arch/amd64-tailcall-cxx.exp
9436 * gdb.arch/amd64-tailcall-noret.exp
9437 * gdb.arch/amd64-tailcall-ret.exp
9438 * gdb.arch/amd64-tailcall-self.exp
9439 * gdb.arch/amd64-word.exp
9440 * gdb.arch/arm-bl-branch-dest.exp
9441 * gdb.arch/arm-disp-step.exp
9442 * gdb.arch/arm-neon.exp
9443 * gdb.arch/arm-single-step-kernel-helper.exp
9444 * gdb.arch/avr-flash-qualifier.exp
9445 * gdb.arch/disp-step-insn-reloc.exp
9446 * gdb.arch/e500-abi.exp
9447 * gdb.arch/e500-regs.exp
9448 * gdb.arch/ftrace-insn-reloc.exp
9449 * gdb.arch/i386-avx512.exp
9450 * gdb.arch/i386-bp_permanent.exp
9451 * gdb.arch/i386-byte.exp
9452 * gdb.arch/i386-cfi-notcurrent.exp
9453 * gdb.arch/i386-disp-step.exp
9454 * gdb.arch/i386-dr3-watch.exp
9455 * gdb.arch/i386-float.exp
9456 * gdb.arch/i386-gnu-cfi.exp
9457 * gdb.arch/i386-mpx-map.exp
9458 * gdb.arch/i386-mpx-sigsegv.exp
9459 * gdb.arch/i386-mpx-simple_segv.exp
9460 * gdb.arch/i386-mpx.exp
9461 * gdb.arch/i386-permbkpt.exp
9462 * gdb.arch/i386-prologue.exp
9463 * gdb.arch/i386-signal.exp
9464 * gdb.arch/i386-size-overlap.exp
9465 * gdb.arch/i386-unwind.exp
9466 * gdb.arch/i386-word.exp
9467 * gdb.arch/mips-fcr.exp
9468 * gdb.arch/powerpc-d128-regs.exp
9469 * gdb.arch/powerpc-stackless.exp
9470 * gdb.arch/ppc64-atomic-inst.exp
9471 * gdb.arch/s390-stackless.exp
9472 * gdb.arch/s390-tdbregs.exp
9473 * gdb.arch/s390-vregs.exp
9474 * gdb.arch/sparc-sysstep.exp
9475 * gdb.arch/thumb-bx-pc.exp
9476 * gdb.arch/thumb-singlestep.exp
9477 * gdb.arch/thumb2-it.exp
9478 * gdb.arch/vsx-regs.exp
9479 * gdb.asm/asm-source.exp
9480 * gdb.base/a2-run.exp
9481 * gdb.base/advance.exp
9482 * gdb.base/all-bin.exp
9483 * gdb.base/anon.exp
9484 * gdb.base/args.exp
9485 * gdb.base/arithmet.exp
9486 * gdb.base/async-shell.exp
9487 * gdb.base/async.exp
9488 * gdb.base/attach-pie-noexec.exp
9489 * gdb.base/attach-twice.exp
9490 * gdb.base/auto-load.exp
9491 * gdb.base/bang.exp
9492 * gdb.base/bitfields.exp
9493 * gdb.base/break-always.exp
9494 * gdb.base/break-caller-line.exp
9495 * gdb.base/break-entry.exp
9496 * gdb.base/break-inline.exp
9497 * gdb.base/break-on-linker-gcd-function.exp
9498 * gdb.base/break-probes.exp
9499 * gdb.base/break.exp
9500 * gdb.base/breakpoint-shadow.exp
9501 * gdb.base/call-ar-st.exp
9502 * gdb.base/call-sc.exp
9503 * gdb.base/call-signal-resume.exp
9504 * gdb.base/call-strs.exp
9505 * gdb.base/callfuncs.exp
9506 * gdb.base/catch-fork-static.exp
9507 * gdb.base/catch-gdb-caused-signals.exp
9508 * gdb.base/catch-load.exp
9509 * gdb.base/catch-signal-fork.exp
9510 * gdb.base/catch-signal.exp
9511 * gdb.base/catch-syscall.exp
9512 * gdb.base/charset.exp
9513 * gdb.base/checkpoint.exp
9514 * gdb.base/chng-syms.exp
9515 * gdb.base/code-expr.exp
9516 * gdb.base/code_elim.exp
9517 * gdb.base/commands.exp
9518 * gdb.base/completion.exp
9519 * gdb.base/complex.exp
9520 * gdb.base/cond-expr.exp
9521 * gdb.base/condbreak.exp
9522 * gdb.base/consecutive.exp
9523 * gdb.base/continue-all-already-running.exp
9524 * gdb.base/coredump-filter.exp
9525 * gdb.base/corefile.exp
9526 * gdb.base/dbx.exp
9527 * gdb.base/debug-expr.exp
9528 * gdb.base/define.exp
9529 * gdb.base/del.exp
9530 * gdb.base/disabled-location.exp
9531 * gdb.base/disasm-end-cu.exp
9532 * gdb.base/disasm-optim.exp
9533 * gdb.base/display.exp
9534 * gdb.base/duplicate-bp.exp
9535 * gdb.base/ena-dis-br.exp
9536 * gdb.base/ending-run.exp
9537 * gdb.base/enumval.exp
9538 * gdb.base/environ.exp
9539 * gdb.base/eu-strip-infcall.exp
9540 * gdb.base/eval-avoid-side-effects.exp
9541 * gdb.base/eval-skip.exp
9542 * gdb.base/exitsignal.exp
9543 * gdb.base/expand-psymtabs.exp
9544 * gdb.base/filesym.exp
9545 * gdb.base/find-unmapped.exp
9546 * gdb.base/finish.exp
9547 * gdb.base/float.exp
9548 * gdb.base/foll-exec-mode.exp
9549 * gdb.base/foll-exec.exp
9550 * gdb.base/foll-fork.exp
9551 * gdb.base/fortran-sym-case.exp
9552 * gdb.base/freebpcmd.exp
9553 * gdb.base/func-ptr.exp
9554 * gdb.base/func-ptrs.exp
9555 * gdb.base/funcargs.exp
9556 * gdb.base/gcore-buffer-overflow.exp
9557 * gdb.base/gcore-relro-pie.exp
9558 * gdb.base/gcore-relro.exp
9559 * gdb.base/gcore.exp
9560 * gdb.base/gdb1090.exp
9561 * gdb.base/gdb11530.exp
9562 * gdb.base/gdb11531.exp
9563 * gdb.base/gdb1821.exp
9564 * gdb.base/gdbindex-stabs.exp
9565 * gdb.base/gdbvars.exp
9566 * gdb.base/hbreak.exp
9567 * gdb.base/hbreak2.exp
9568 * gdb.base/included.exp
9569 * gdb.base/infcall-input.exp
9570 * gdb.base/inferior-died.exp
9571 * gdb.base/infnan.exp
9572 * gdb.base/info-macros.exp
9573 * gdb.base/info-os.exp
9574 * gdb.base/info-proc.exp
9575 * gdb.base/info-shared.exp
9576 * gdb.base/info-target.exp
9577 * gdb.base/infoline.exp
9578 * gdb.base/interp.exp
9579 * gdb.base/interrupt.exp
9580 * gdb.base/jit-reader.exp
9581 * gdb.base/jit-simple.exp
9582 * gdb.base/kill-after-signal.exp
9583 * gdb.base/kill-detach-inferiors-cmd.exp
9584 * gdb.base/label.exp
9585 * gdb.base/langs.exp
9586 * gdb.base/ldbl_e308.exp
9587 * gdb.base/line-symtabs.exp
9588 * gdb.base/linespecs.exp
9589 * gdb.base/list.exp
9590 * gdb.base/long_long.exp
9591 * gdb.base/longest-types.exp
9592 * gdb.base/maint.exp
9593 * gdb.base/max-value-size.exp
9594 * gdb.base/memattr.exp
9595 * gdb.base/mips_pro.exp
9596 * gdb.base/morestack.exp
9597 * gdb.base/moribund-step.exp
9598 * gdb.base/multi-forks.exp
9599 * gdb.base/nested-addr.exp
9600 * gdb.base/nextoverexit.exp
9601 * gdb.base/noreturn-finish.exp
9602 * gdb.base/noreturn-return.exp
9603 * gdb.base/nostdlib.exp
9604 * gdb.base/offsets.exp
9605 * gdb.base/opaque.exp
9606 * gdb.base/pc-fp.exp
9607 * gdb.base/permissions.exp
9608 * gdb.base/print-symbol-loading.exp
9609 * gdb.base/prologue-include.exp
9610 * gdb.base/psymtab.exp
9611 * gdb.base/ptype.exp
9612 * gdb.base/random-signal.exp
9613 * gdb.base/randomize.exp
9614 * gdb.base/range-stepping.exp
9615 * gdb.base/readline-ask.exp
9616 * gdb.base/recpar.exp
9617 * gdb.base/recurse.exp
9618 * gdb.base/relational.exp
9619 * gdb.base/restore.exp
9620 * gdb.base/return-nodebug.exp
9621 * gdb.base/return.exp
9622 * gdb.base/run-after-attach.exp
9623 * gdb.base/save-bp.exp
9624 * gdb.base/scope.exp
9625 * gdb.base/sect-cmd.exp
9626 * gdb.base/set-lang-auto.exp
9627 * gdb.base/set-noassign.exp
9628 * gdb.base/setvar.exp
9629 * gdb.base/sigall.exp
9630 * gdb.base/sigbpt.exp
9631 * gdb.base/siginfo-addr.exp
9632 * gdb.base/siginfo-infcall.exp
9633 * gdb.base/siginfo-obj.exp
9634 * gdb.base/siginfo.exp
9635 * gdb.base/signals-state-child.exp
9636 * gdb.base/signest.exp
9637 * gdb.base/sigstep.exp
9638 * gdb.base/sizeof.exp
9639 * gdb.base/skip.exp
9640 * gdb.base/solib-corrupted.exp
9641 * gdb.base/solib-nodir.exp
9642 * gdb.base/solib-search.exp
9643 * gdb.base/stack-checking.exp
9644 * gdb.base/stale-infcall.exp
9645 * gdb.base/stap-probe.exp
9646 * gdb.base/start.exp
9647 * gdb.base/step-break.exp
9648 * gdb.base/step-bt.exp
9649 * gdb.base/step-line.exp
9650 * gdb.base/step-over-exit.exp
9651 * gdb.base/step-over-syscall.exp
9652 * gdb.base/step-resume-infcall.exp
9653 * gdb.base/step-test.exp
9654 * gdb.base/store.exp
9655 * gdb.base/structs3.exp
9656 * gdb.base/sym-file.exp
9657 * gdb.base/symbol-without-target_section.exp
9658 * gdb.base/term.exp
9659 * gdb.base/testenv.exp
9660 * gdb.base/ui-redirect.exp
9661 * gdb.base/until.exp
9662 * gdb.base/unwindonsignal.exp
9663 * gdb.base/value-double-free.exp
9664 * gdb.base/vla-datatypes.exp
9665 * gdb.base/vla-ptr.exp
9666 * gdb.base/vla-sideeffect.exp
9667 * gdb.base/volatile.exp
9668 * gdb.base/watch-cond-infcall.exp
9669 * gdb.base/watch-cond.exp
9670 * gdb.base/watch-non-mem.exp
9671 * gdb.base/watch-read.exp
9672 * gdb.base/watch-vfork.exp
9673 * gdb.base/watchpoint-cond-gone.exp
9674 * gdb.base/watchpoint-delete.exp
9675 * gdb.base/watchpoint-hw-hit-once.exp
9676 * gdb.base/watchpoint-hw.exp
9677 * gdb.base/watchpoint-stops-at-right-insn.exp
9678 * gdb.base/watchpoints.exp
9679 * gdb.base/wchar.exp
9680 * gdb.base/whatis-exp.exp
9681 * gdb.btrace/buffer-size.exp
9682 * gdb.btrace/data.exp
9683 * gdb.btrace/delta.exp
9684 * gdb.btrace/dlopen.exp
9685 * gdb.btrace/enable.exp
9686 * gdb.btrace/exception.exp
9687 * gdb.btrace/function_call_history.exp
9688 * gdb.btrace/gcore.exp
9689 * gdb.btrace/instruction_history.exp
9690 * gdb.btrace/nohist.exp
9691 * gdb.btrace/reconnect.exp
9692 * gdb.btrace/record_goto-step.exp
9693 * gdb.btrace/record_goto.exp
9694 * gdb.btrace/rn-dl-bind.exp
9695 * gdb.btrace/segv.exp
9696 * gdb.btrace/step.exp
9697 * gdb.btrace/stepi.exp
9698 * gdb.btrace/tailcall-only.exp
9699 * gdb.btrace/tailcall.exp
9700 * gdb.btrace/tsx.exp
9701 * gdb.btrace/unknown_functions.exp
9702 * gdb.btrace/vdso.exp
9703 * gdb.compile/compile-ifunc.exp
9704 * gdb.compile/compile-ops.exp
9705 * gdb.compile/compile-print.exp
9706 * gdb.compile/compile-setjmp.exp
9707 * gdb.cp/abstract-origin.exp
9708 * gdb.cp/ambiguous.exp
9709 * gdb.cp/annota2.exp
9710 * gdb.cp/annota3.exp
9711 * gdb.cp/anon-ns.exp
9712 * gdb.cp/anon-struct.exp
9713 * gdb.cp/anon-union.exp
9714 * gdb.cp/arg-reference.exp
9715 * gdb.cp/baseenum.exp
9716 * gdb.cp/bool.exp
9717 * gdb.cp/breakpoint.exp
9718 * gdb.cp/bs15503.exp
9719 * gdb.cp/call-c.exp
9720 * gdb.cp/casts.exp
9721 * gdb.cp/chained-calls.exp
9722 * gdb.cp/class2.exp
9723 * gdb.cp/classes.exp
9724 * gdb.cp/cmpd-minsyms.exp
9725 * gdb.cp/converts.exp
9726 * gdb.cp/cp-relocate.exp
9727 * gdb.cp/cpcompletion.exp
9728 * gdb.cp/cpexprs.exp
9729 * gdb.cp/cplabel.exp
9730 * gdb.cp/cplusfuncs.exp
9731 * gdb.cp/cpsizeof.exp
9732 * gdb.cp/ctti.exp
9733 * gdb.cp/derivation.exp
9734 * gdb.cp/destrprint.exp
9735 * gdb.cp/dispcxx.exp
9736 * gdb.cp/enum-class.exp
9737 * gdb.cp/exception.exp
9738 * gdb.cp/exceptprint.exp
9739 * gdb.cp/expand-psymtabs-cxx.exp
9740 * gdb.cp/expand-sals.exp
9741 * gdb.cp/extern-c.exp
9742 * gdb.cp/filename.exp
9743 * gdb.cp/formatted-ref.exp
9744 * gdb.cp/fpointer.exp
9745 * gdb.cp/gdb1355.exp
9746 * gdb.cp/gdb2495.exp
9747 * gdb.cp/hang.exp
9748 * gdb.cp/impl-this.exp
9749 * gdb.cp/infcall-dlopen.exp
9750 * gdb.cp/inherit.exp
9751 * gdb.cp/iostream.exp
9752 * gdb.cp/koenig.exp
9753 * gdb.cp/local.exp
9754 * gdb.cp/m-data.exp
9755 * gdb.cp/m-static.exp
9756 * gdb.cp/mb-ctor.exp
9757 * gdb.cp/mb-inline.exp
9758 * gdb.cp/mb-templates.exp
9759 * gdb.cp/member-name.exp
9760 * gdb.cp/member-ptr.exp
9761 * gdb.cp/meth-typedefs.exp
9762 * gdb.cp/method.exp
9763 * gdb.cp/method2.exp
9764 * gdb.cp/minsym-fallback.exp
9765 * gdb.cp/misc.exp
9766 * gdb.cp/namelessclass.exp
9767 * gdb.cp/namespace-enum.exp
9768 * gdb.cp/namespace-nested-import.exp
9769 * gdb.cp/namespace.exp
9770 * gdb.cp/nextoverthrow.exp
9771 * gdb.cp/no-dmgl-verbose.exp
9772 * gdb.cp/non-trivial-retval.exp
9773 * gdb.cp/noparam.exp
9774 * gdb.cp/nsdecl.exp
9775 * gdb.cp/nsimport.exp
9776 * gdb.cp/nsnested.exp
9777 * gdb.cp/nsnoimports.exp
9778 * gdb.cp/nsrecurs.exp
9779 * gdb.cp/nsstress.exp
9780 * gdb.cp/nsusing.exp
9781 * gdb.cp/operator.exp
9782 * gdb.cp/oranking.exp
9783 * gdb.cp/overload-const.exp
9784 * gdb.cp/overload.exp
9785 * gdb.cp/ovldbreak.exp
9786 * gdb.cp/ovsrch.exp
9787 * gdb.cp/paren-type.exp
9788 * gdb.cp/parse-lang.exp
9789 * gdb.cp/pass-by-ref.exp
9790 * gdb.cp/pr-1023.exp
9791 * gdb.cp/pr-1210.exp
9792 * gdb.cp/pr-574.exp
9793 * gdb.cp/pr10687.exp
9794 * gdb.cp/pr12028.exp
9795 * gdb.cp/pr17132.exp
9796 * gdb.cp/pr17494.exp
9797 * gdb.cp/pr9067.exp
9798 * gdb.cp/pr9167.exp
9799 * gdb.cp/pr9631.exp
9800 * gdb.cp/printmethod.exp
9801 * gdb.cp/psmang.exp
9802 * gdb.cp/psymtab-parameter.exp
9803 * gdb.cp/ptype-cv-cp.exp
9804 * gdb.cp/ptype-flags.exp
9805 * gdb.cp/re-set-overloaded.exp
9806 * gdb.cp/ref-types.exp
9807 * gdb.cp/rtti.exp
9808 * gdb.cp/scope-err.exp
9809 * gdb.cp/shadow.exp
9810 * gdb.cp/smartp.exp
9811 * gdb.cp/static-method.exp
9812 * gdb.cp/static-print-quit.exp
9813 * gdb.cp/temargs.exp
9814 * gdb.cp/templates.exp
9815 * gdb.cp/try_catch.exp
9816 * gdb.cp/typedef-operator.exp
9817 * gdb.cp/typeid.exp
9818 * gdb.cp/userdef.exp
9819 * gdb.cp/using-crash.exp
9820 * gdb.cp/var-tag.exp
9821 * gdb.cp/virtbase.exp
9822 * gdb.cp/virtfunc.exp
9823 * gdb.cp/virtfunc2.exp
9824 * gdb.cp/vla-cxx.exp
9825 * gdb.disasm/t01_mov.exp
9826 * gdb.disasm/t02_mova.exp
9827 * gdb.disasm/t03_add.exp
9828 * gdb.disasm/t04_sub.exp
9829 * gdb.disasm/t05_cmp.exp
9830 * gdb.disasm/t06_ari2.exp
9831 * gdb.disasm/t07_ari3.exp
9832 * gdb.disasm/t08_or.exp
9833 * gdb.disasm/t09_xor.exp
9834 * gdb.disasm/t10_and.exp
9835 * gdb.disasm/t11_logs.exp
9836 * gdb.disasm/t12_bit.exp
9837 * gdb.disasm/t13_otr.exp
9838 * gdb.dlang/circular.exp
9839 * gdb.dwarf2/arr-stride.exp
9840 * gdb.dwarf2/arr-subrange.exp
9841 * gdb.dwarf2/atomic-type.exp
9842 * gdb.dwarf2/bad-regnum.exp
9843 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9844 * gdb.dwarf2/callframecfa.exp
9845 * gdb.dwarf2/clztest.exp
9846 * gdb.dwarf2/corrupt.exp
9847 * gdb.dwarf2/data-loc.exp
9848 * gdb.dwarf2/dup-psym.exp
9849 * gdb.dwarf2/dw2-anon-mptr.exp
9850 * gdb.dwarf2/dw2-anonymous-func.exp
9851 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9852 * gdb.dwarf2/dw2-bad-unresolved.exp
9853 * gdb.dwarf2/dw2-basic.exp
9854 * gdb.dwarf2/dw2-canonicalize-type.exp
9855 * gdb.dwarf2/dw2-case-insensitive.exp
9856 * gdb.dwarf2/dw2-common-block.exp
9857 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9858 * gdb.dwarf2/dw2-compressed.exp
9859 * gdb.dwarf2/dw2-const.exp
9860 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9861 * gdb.dwarf2/dw2-cu-size.exp
9862 * gdb.dwarf2/dw2-dup-frame.exp
9863 * gdb.dwarf2/dw2-entry-value.exp
9864 * gdb.dwarf2/dw2-icycle.exp
9865 * gdb.dwarf2/dw2-ifort-parameter.exp
9866 * gdb.dwarf2/dw2-inline-break.exp
9867 * gdb.dwarf2/dw2-inline-param.exp
9868 * gdb.dwarf2/dw2-intercu.exp
9869 * gdb.dwarf2/dw2-intermix.exp
9870 * gdb.dwarf2/dw2-lexical-block-bare.exp
9871 * gdb.dwarf2/dw2-linkage-name-trust.exp
9872 * gdb.dwarf2/dw2-minsym-in-cu.exp
9873 * gdb.dwarf2/dw2-noloc.exp
9874 * gdb.dwarf2/dw2-op-call.exp
9875 * gdb.dwarf2/dw2-op-out-param.exp
9876 * gdb.dwarf2/dw2-opt-structptr.exp
9877 * gdb.dwarf2/dw2-param-error.exp
9878 * gdb.dwarf2/dw2-producer.exp
9879 * gdb.dwarf2/dw2-ranges-base.exp
9880 * gdb.dwarf2/dw2-ref-missing-frame.exp
9881 * gdb.dwarf2/dw2-reg-undefined.exp
9882 * gdb.dwarf2/dw2-regno-invalid.exp
9883 * gdb.dwarf2/dw2-restore.exp
9884 * gdb.dwarf2/dw2-restrict.exp
9885 * gdb.dwarf2/dw2-single-line-discriminators.exp
9886 * gdb.dwarf2/dw2-strp.exp
9887 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9888 * gdb.dwarf2/dw2-unresolved.exp
9889 * gdb.dwarf2/dw2-var-zero-addr.exp
9890 * gdb.dwarf2/dw4-sig-types.exp
9891 * gdb.dwarf2/dwz.exp
9892 * gdb.dwarf2/dynarr-ptr.exp
9893 * gdb.dwarf2/enum-type.exp
9894 * gdb.dwarf2/gdb-index.exp
9895 * gdb.dwarf2/implptr-64bit.exp
9896 * gdb.dwarf2/implptr-optimized-out.exp
9897 * gdb.dwarf2/implptr.exp
9898 * gdb.dwarf2/implref-array.exp
9899 * gdb.dwarf2/implref-const.exp
9900 * gdb.dwarf2/implref-global.exp
9901 * gdb.dwarf2/implref-struct.exp
9902 * gdb.dwarf2/mac-fileno.exp
9903 * gdb.dwarf2/main-subprogram.exp
9904 * gdb.dwarf2/member-ptr-forwardref.exp
9905 * gdb.dwarf2/method-ptr.exp
9906 * gdb.dwarf2/missing-sig-type.exp
9907 * gdb.dwarf2/nonvar-access.exp
9908 * gdb.dwarf2/opaque-type-lookup.exp
9909 * gdb.dwarf2/pieces-optimized-out.exp
9910 * gdb.dwarf2/pieces.exp
9911 * gdb.dwarf2/pr10770.exp
9912 * gdb.dwarf2/pr13961.exp
9913 * gdb.dwarf2/staticvirtual.exp
9914 * gdb.dwarf2/subrange.exp
9915 * gdb.dwarf2/symtab-producer.exp
9916 * gdb.dwarf2/trace-crash.exp
9917 * gdb.dwarf2/typeddwarf.exp
9918 * gdb.dwarf2/valop.exp
9919 * gdb.dwarf2/watch-notconst.exp
9920 * gdb.fortran/array-element.exp
9921 * gdb.fortran/charset.exp
9922 * gdb.fortran/common-block.exp
9923 * gdb.fortran/complex.exp
9924 * gdb.fortran/derived-type-function.exp
9925 * gdb.fortran/derived-type.exp
9926 * gdb.fortran/logical.exp
9927 * gdb.fortran/module.exp
9928 * gdb.fortran/multi-dim.exp
9929 * gdb.fortran/nested-funcs.exp
9930 * gdb.fortran/print-formatted.exp
9931 * gdb.fortran/subarray.exp
9932 * gdb.fortran/vla-alloc-assoc.exp
9933 * gdb.fortran/vla-datatypes.exp
9934 * gdb.fortran/vla-history.exp
9935 * gdb.fortran/vla-ptr-info.exp
9936 * gdb.fortran/vla-ptype-sub.exp
9937 * gdb.fortran/vla-ptype.exp
9938 * gdb.fortran/vla-sizeof.exp
9939 * gdb.fortran/vla-type.exp
9940 * gdb.fortran/vla-value-sub-arbitrary.exp
9941 * gdb.fortran/vla-value-sub-finish.exp
9942 * gdb.fortran/vla-value-sub.exp
9943 * gdb.fortran/vla-value.exp
9944 * gdb.fortran/whatis_type.exp
9945 * gdb.go/chan.exp
9946 * gdb.go/handcall.exp
9947 * gdb.go/hello.exp
9948 * gdb.go/integers.exp
9949 * gdb.go/methods.exp
9950 * gdb.go/package.exp
9951 * gdb.go/strings.exp
9952 * gdb.go/types.exp
9953 * gdb.go/unsafe.exp
9954 * gdb.guile/scm-arch.exp
9955 * gdb.guile/scm-block.exp
9956 * gdb.guile/scm-breakpoint.exp
9957 * gdb.guile/scm-cmd.exp
9958 * gdb.guile/scm-disasm.exp
9959 * gdb.guile/scm-equal.exp
9960 * gdb.guile/scm-frame-args.exp
9961 * gdb.guile/scm-frame-inline.exp
9962 * gdb.guile/scm-frame.exp
9963 * gdb.guile/scm-iterator.exp
9964 * gdb.guile/scm-math.exp
9965 * gdb.guile/scm-objfile.exp
9966 * gdb.guile/scm-ports.exp
9967 * gdb.guile/scm-symbol.exp
9968 * gdb.guile/scm-symtab.exp
9969 * gdb.guile/scm-value-cc.exp
9970 * gdb.guile/types-module.exp
9971 * gdb.linespec/break-ask.exp
9972 * gdb.linespec/cpexplicit.exp
9973 * gdb.linespec/explicit.exp
9974 * gdb.linespec/keywords.exp
9975 * gdb.linespec/linespec.exp
9976 * gdb.linespec/ls-dollar.exp
9977 * gdb.linespec/ls-errs.exp
9978 * gdb.linespec/skip-two.exp
9979 * gdb.linespec/thread.exp
9980 * gdb.mi/mi-async.exp
9981 * gdb.mi/mi-basics.exp
9982 * gdb.mi/mi-break.exp
9983 * gdb.mi/mi-catch-load.exp
9984 * gdb.mi/mi-cli.exp
9985 * gdb.mi/mi-cmd-param-changed.exp
9986 * gdb.mi/mi-console.exp
9987 * gdb.mi/mi-detach.exp
9988 * gdb.mi/mi-disassemble.exp
9989 * gdb.mi/mi-eval.exp
9990 * gdb.mi/mi-file-transfer.exp
9991 * gdb.mi/mi-file.exp
9992 * gdb.mi/mi-fill-memory.exp
9993 * gdb.mi/mi-inheritance-syntax-error.exp
9994 * gdb.mi/mi-linespec-err-cp.exp
9995 * gdb.mi/mi-logging.exp
9996 * gdb.mi/mi-memory-changed.exp
9997 * gdb.mi/mi-read-memory.exp
9998 * gdb.mi/mi-record-changed.exp
9999 * gdb.mi/mi-reg-undefined.exp
10000 * gdb.mi/mi-regs.exp
10001 * gdb.mi/mi-return.exp
10002 * gdb.mi/mi-reverse.exp
10003 * gdb.mi/mi-simplerun.exp
10004 * gdb.mi/mi-solib.exp
10005 * gdb.mi/mi-stack.exp
10006 * gdb.mi/mi-stepi.exp
10007 * gdb.mi/mi-syn-frame.exp
10008 * gdb.mi/mi-until.exp
10009 * gdb.mi/mi-var-block.exp
10010 * gdb.mi/mi-var-child.exp
10011 * gdb.mi/mi-var-cmd.exp
10012 * gdb.mi/mi-var-cp.exp
10013 * gdb.mi/mi-var-display.exp
10014 * gdb.mi/mi-var-invalidate.exp
10015 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10016 * gdb.mi/mi-vla-fortran.exp
10017 * gdb.mi/mi-watch.exp
10018 * gdb.mi/mi2-var-child.exp
10019 * gdb.mi/user-selected-context-sync.exp
10020 * gdb.modula2/unbounded-array.exp
10021 * gdb.multi/dummy-frame-restore.exp
10022 * gdb.multi/multi-arch-exec.exp
10023 * gdb.multi/multi-arch.exp
10024 * gdb.multi/tids.exp
10025 * gdb.multi/watchpoint-multi.exp
10026 * gdb.opencl/callfuncs.exp
10027 * gdb.opencl/convs_casts.exp
10028 * gdb.opencl/datatypes.exp
10029 * gdb.opencl/operators.exp
10030 * gdb.opencl/vec_comps.exp
10031 * gdb.opt/clobbered-registers-O2.exp
10032 * gdb.opt/inline-break.exp
10033 * gdb.opt/inline-bt.exp
10034 * gdb.opt/inline-cmds.exp
10035 * gdb.opt/inline-locals.exp
10036 * gdb.pascal/case-insensitive-symbols.exp
10037 * gdb.pascal/floats.exp
10038 * gdb.pascal/gdb11492.exp
10039 * gdb.python/lib-types.exp
10040 * gdb.python/py-arch.exp
10041 * gdb.python/py-as-string.exp
10042 * gdb.python/py-bad-printers.exp
10043 * gdb.python/py-block.exp
10044 * gdb.python/py-breakpoint-create-fail.exp
10045 * gdb.python/py-breakpoint.exp
10046 * gdb.python/py-caller-is.exp
10047 * gdb.python/py-cmd.exp
10048 * gdb.python/py-explore-cc.exp
10049 * gdb.python/py-explore.exp
10050 * gdb.python/py-finish-breakpoint.exp
10051 * gdb.python/py-finish-breakpoint2.exp
10052 * gdb.python/py-frame-args.exp
10053 * gdb.python/py-frame-inline.exp
10054 * gdb.python/py-frame.exp
10055 * gdb.python/py-framefilter-mi.exp
10056 * gdb.python/py-infthread.exp
10057 * gdb.python/py-lazy-string.exp
10058 * gdb.python/py-linetable.exp
10059 * gdb.python/py-mi-events.exp
10060 * gdb.python/py-mi-objfile.exp
10061 * gdb.python/py-mi.exp
10062 * gdb.python/py-objfile.exp
10063 * gdb.python/py-pp-integral.exp
10064 * gdb.python/py-pp-maint.exp
10065 * gdb.python/py-pp-re-notag.exp
10066 * gdb.python/py-pp-registration.exp
10067 * gdb.python/py-recurse-unwind.exp
10068 * gdb.python/py-strfns.exp
10069 * gdb.python/py-symbol.exp
10070 * gdb.python/py-symtab.exp
10071 * gdb.python/py-sync-interp.exp
10072 * gdb.python/py-typeprint.exp
10073 * gdb.python/py-unwind-maint.exp
10074 * gdb.python/py-unwind.exp
10075 * gdb.python/py-value-cc.exp
10076 * gdb.python/py-xmethods.exp
10077 * gdb.reverse/amd64-tailcall-reverse.exp
10078 * gdb.reverse/break-precsave.exp
10079 * gdb.reverse/break-reverse.exp
10080 * gdb.reverse/consecutive-precsave.exp
10081 * gdb.reverse/consecutive-reverse.exp
10082 * gdb.reverse/finish-precsave.exp
10083 * gdb.reverse/finish-reverse-bkpt.exp
10084 * gdb.reverse/finish-reverse.exp
10085 * gdb.reverse/fstatat-reverse.exp
10086 * gdb.reverse/getresuid-reverse.exp
10087 * gdb.reverse/i386-precsave.exp
10088 * gdb.reverse/i386-reverse.exp
10089 * gdb.reverse/i386-sse-reverse.exp
10090 * gdb.reverse/i387-env-reverse.exp
10091 * gdb.reverse/i387-stack-reverse.exp
10092 * gdb.reverse/insn-reverse.exp
10093 * gdb.reverse/machinestate-precsave.exp
10094 * gdb.reverse/machinestate.exp
10095 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10096 * gdb.reverse/pipe-reverse.exp
10097 * gdb.reverse/readv-reverse.exp
10098 * gdb.reverse/recvmsg-reverse.exp
10099 * gdb.reverse/rerun-prec.exp
10100 * gdb.reverse/s390-mvcle.exp
10101 * gdb.reverse/step-precsave.exp
10102 * gdb.reverse/step-reverse.exp
10103 * gdb.reverse/time-reverse.exp
10104 * gdb.reverse/until-precsave.exp
10105 * gdb.reverse/until-reverse.exp
10106 * gdb.reverse/waitpid-reverse.exp
10107 * gdb.reverse/watch-precsave.exp
10108 * gdb.reverse/watch-reverse.exp
10109 * gdb.rust/generics.exp
10110 * gdb.rust/methods.exp
10111 * gdb.rust/modules.exp
10112 * gdb.rust/simple.exp
10113 * gdb.server/connect-with-no-symbol-file.exp
10114 * gdb.server/ext-attach.exp
10115 * gdb.server/ext-restart.exp
10116 * gdb.server/ext-wrapper.exp
10117 * gdb.server/file-transfer.exp
10118 * gdb.server/server-exec-info.exp
10119 * gdb.server/server-kill.exp
10120 * gdb.server/server-mon.exp
10121 * gdb.server/wrapper.exp
10122 * gdb.stabs/exclfwd.exp
10123 * gdb.stabs/gdb11479.exp
10124 * gdb.threads/clone-new-thread-event.exp
10125 * gdb.threads/corethreads.exp
10126 * gdb.threads/current-lwp-dead.exp
10127 * gdb.threads/dlopen-libpthread.exp
10128 * gdb.threads/gcore-thread.exp
10129 * gdb.threads/sigstep-threads.exp
10130 * gdb.threads/watchpoint-fork.exp
10131 * gdb.trace/actions-changed.exp
10132 * gdb.trace/backtrace.exp
10133 * gdb.trace/change-loc.exp
10134 * gdb.trace/circ.exp
10135 * gdb.trace/collection.exp
10136 * gdb.trace/disconnected-tracing.exp
10137 * gdb.trace/ftrace.exp
10138 * gdb.trace/mi-trace-frame-collected.exp
10139 * gdb.trace/mi-trace-unavailable.exp
10140 * gdb.trace/mi-traceframe-changed.exp
10141 * gdb.trace/mi-tsv-changed.exp
10142 * gdb.trace/no-attach-trace.exp
10143 * gdb.trace/passc-dyn.exp
10144 * gdb.trace/qtro.exp
10145 * gdb.trace/range-stepping.exp
10146 * gdb.trace/read-memory.exp
10147 * gdb.trace/save-trace.exp
10148 * gdb.trace/signal.exp
10149 * gdb.trace/status-stop.exp
10150 * gdb.trace/tfile.exp
10151 * gdb.trace/trace-break.exp
10152 * gdb.trace/trace-buffer-size.exp
10153 * gdb.trace/trace-condition.exp
10154 * gdb.trace/tracefile-pseudo-reg.exp
10155 * gdb.trace/tstatus.exp
10156 * gdb.trace/unavailable.exp
10157 * gdb.trace/while-dyn.exp
10158 * gdb.trace/while-stepping.exp
10159
10160 2016-12-22 Doug Evans <xdje42@gmail.com>
10161
10162 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10163 and msymbols.
10164
10165 2016-12-19 Yao Qi <yao.qi@linaro.org>
10166
10167 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10168 (test_with_self): Don't call do_steps_and_nexts, and remove
10169 code about stepping into xmalloc.
10170
10171 2016-12-09 Yao Qi <yao.qi@linaro.org>
10172
10173 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10174
10175 2016-12-09 Yao Qi <yao.qi@linaro.org>
10176
10177 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10178
10179 2016-12-09 Pedro Alves <palves@redhat.com>
10180
10181 * gdb.base/all-architectures-0.exp: New file.
10182 * gdb.base/all-architectures-1.exp: New file.
10183 * gdb.base/all-architectures-2.exp: New file.
10184 * gdb.base/all-architectures-3.exp: New file.
10185 * gdb.base/all-architectures-4.exp: New file.
10186 * gdb.base/all-architectures-5.exp: New file.
10187 * gdb.base/all-architectures-6.exp: New file.
10188 * gdb.base/all-architectures-7.exp: New file.
10189 * gdb.base/all-architectures.exp.in: New file.
10190
10191 2016-12-09 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10194
10195 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10196
10197 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10198 possible.
10199 Remove useless pattern-matching code.
10200
10201 2016-12-02 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10204 procedure.
10205 (top level): Call it.
10206
10207 2016-12-02 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10210 New procedure.
10211 (top level): Call it.
10212
10213 2016-12-02 Pedro Alves <palves@redhat.com>
10214
10215 PR cli/20559
10216 * gdb.base/commands.exp (user_defined_command_args_eval): New
10217 procedure.
10218 (top level): Call it.
10219
10220 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10221
10222 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10223 timeout handling.
10224
10225 2016-12-02 Tom Tromey <tom@tromey.com>
10226
10227 * gdb.dwarf2/main-subprogram.c: New file.
10228 * gdb.dwarf2/main-subprogram.exp: New file.
10229
10230 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10231
10232 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10233 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10234 gdb_test_no_output for a couple of cases.
10235 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10236
10237 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10238
10239 Fix test names and standardize compilation error messages throughout
10240 the following files:
10241
10242 * gdb.ada/start.exp
10243 * gdb.arch/alpha-step.exp
10244 * gdb.arch/e500-prologue.exp
10245 * gdb.arch/ftrace-insn-reloc.exp
10246 * gdb.arch/gdb1291.exp
10247 * gdb.arch/gdb1431.exp
10248 * gdb.arch/gdb1558.exp
10249 * gdb.arch/i386-dr3-watch.exp
10250 * gdb.arch/i386-sse-stack-align.exp
10251 * gdb.arch/ia64-breakpoint-shadow.exp
10252 * gdb.arch/pa-nullify.exp
10253 * gdb.arch/powerpc-aix-prologue.exp
10254 * gdb.arch/thumb-bx-pc.exp
10255 * gdb.base/annota1.exp
10256 * gdb.base/annota3.exp
10257 * gdb.base/arrayidx.exp
10258 * gdb.base/assign.exp
10259 * gdb.base/attach.exp
10260 * gdb.base/auxv.exp
10261 * gdb.base/bang.exp
10262 * gdb.base/bfp-test.exp
10263 * gdb.base/bigcore.exp
10264 * gdb.base/bitfields2.exp
10265 * gdb.base/break-fun-addr.exp
10266 * gdb.base/break-probes.exp
10267 * gdb.base/call-rt-st.exp
10268 * gdb.base/callexit.exp
10269 * gdb.base/catch-fork-kill.exp
10270 * gdb.base/charset.exp
10271 * gdb.base/checkpoint.exp
10272 * gdb.base/comprdebug.exp
10273 * gdb.base/constvars.exp
10274 * gdb.base/coredump-filter.exp
10275 * gdb.base/cursal.exp
10276 * gdb.base/cvexpr.exp
10277 * gdb.base/detach.exp
10278 * gdb.base/display.exp
10279 * gdb.base/dmsym.exp
10280 * gdb.base/dprintf-pending.exp
10281 * gdb.base/dso2dso.exp
10282 * gdb.base/dtrace-probe.exp
10283 * gdb.base/dump.exp
10284 * gdb.base/enum_cond.exp
10285 * gdb.base/exe-lock.exp
10286 * gdb.base/exec-invalid-sysroot.exp
10287 * gdb.base/execl-update-breakpoints.exp
10288 * gdb.base/exprs.exp
10289 * gdb.base/fileio.exp
10290 * gdb.base/find.exp
10291 * gdb.base/finish.exp
10292 * gdb.base/fixsection.exp
10293 * gdb.base/foll-vfork.exp
10294 * gdb.base/frame-args.exp
10295 * gdb.base/gcore.exp
10296 * gdb.base/gdb1250.exp
10297 * gdb.base/global-var-nested-by-dso.exp
10298 * gdb.base/gnu-ifunc.exp
10299 * gdb.base/hashline1.exp
10300 * gdb.base/hashline2.exp
10301 * gdb.base/hashline3.exp
10302 * gdb.base/hbreak-in-shr-unsupported.exp
10303 * gdb.base/huge.exp
10304 * gdb.base/infcall-input.exp
10305 * gdb.base/info-fun.exp
10306 * gdb.base/info-shared.exp
10307 * gdb.base/jit-simple.exp
10308 * gdb.base/jit-so.exp
10309 * gdb.base/jit.exp
10310 * gdb.base/jump.exp
10311 * gdb.base/label.exp
10312 * gdb.base/lineinc.exp
10313 * gdb.base/logical.exp
10314 * gdb.base/longjmp.exp
10315 * gdb.base/macscp.exp
10316 * gdb.base/miscexprs.exp
10317 * gdb.base/new-ui-echo.exp
10318 * gdb.base/new-ui-pending-input.exp
10319 * gdb.base/new-ui.exp
10320 * gdb.base/nodebug.exp
10321 * gdb.base/nofield.exp
10322 * gdb.base/offsets.exp
10323 * gdb.base/overlays.exp
10324 * gdb.base/pending.exp
10325 * gdb.base/pointers.exp
10326 * gdb.base/pr11022.exp
10327 * gdb.base/printcmds.exp
10328 * gdb.base/prologue.exp
10329 * gdb.base/ptr-typedef.exp
10330 * gdb.base/realname-expand.exp
10331 * gdb.base/relativedebug.exp
10332 * gdb.base/relocate.exp
10333 * gdb.base/remote.exp
10334 * gdb.base/reread.exp
10335 * gdb.base/return2.exp
10336 * gdb.base/savedregs.exp
10337 * gdb.base/sep.exp
10338 * gdb.base/sepdebug.exp
10339 * gdb.base/sepsymtab.exp
10340 * gdb.base/set-inferior-tty.exp
10341 * gdb.base/setshow.exp
10342 * gdb.base/shlib-call.exp
10343 * gdb.base/sigaltstack.exp
10344 * gdb.base/siginfo-addr.exp
10345 * gdb.base/signals.exp
10346 * gdb.base/signull.exp
10347 * gdb.base/sigrepeat.exp
10348 * gdb.base/so-impl-ld.exp
10349 * gdb.base/solib-display.exp
10350 * gdb.base/solib-overlap.exp
10351 * gdb.base/solib-search.exp
10352 * gdb.base/solib-symbol.exp
10353 * gdb.base/structs.exp
10354 * gdb.base/structs2.exp
10355 * gdb.base/symtab-search-order.exp
10356 * gdb.base/twice.exp
10357 * gdb.base/unload.exp
10358 * gdb.base/varargs.exp
10359 * gdb.base/watchpoint-solib.exp
10360 * gdb.base/watchpoint.exp
10361 * gdb.base/whatis.exp
10362 * gdb.base/wrong_frame_bt_full.exp
10363 * gdb.btrace/dlopen.exp
10364 * gdb.cell/ea-standalone.exp
10365 * gdb.cell/ea-test.exp
10366 * gdb.cp/dispcxx.exp
10367 * gdb.cp/gdb2384.exp
10368 * gdb.cp/method2.exp
10369 * gdb.cp/nextoverthrow.exp
10370 * gdb.cp/pr10728.exp
10371 * gdb.disasm/am33.exp
10372 * gdb.disasm/h8300s.exp
10373 * gdb.disasm/mn10300.exp
10374 * gdb.disasm/sh3.exp
10375 * gdb.dwarf2/dw2-dir-file-name.exp
10376 * gdb.fortran/complex.exp
10377 * gdb.fortran/library-module.exp
10378 * gdb.guile/scm-pretty-print.exp
10379 * gdb.guile/scm-symbol.exp
10380 * gdb.guile/scm-type.exp
10381 * gdb.guile/scm-value.exp
10382 * gdb.linespec/linespec.exp
10383 * gdb.mi/gdb701.exp
10384 * gdb.mi/gdb792.exp
10385 * gdb.mi/mi-breakpoint-changed.exp
10386 * gdb.mi/mi-dprintf-pending.exp
10387 * gdb.mi/mi-dprintf.exp
10388 * gdb.mi/mi-exit-code.exp
10389 * gdb.mi/mi-pending.exp
10390 * gdb.mi/mi-solib.exp
10391 * gdb.mi/new-ui-mi-sync.exp
10392 * gdb.mi/pr11022.exp
10393 * gdb.mi/user-selected-context-sync.exp
10394 * gdb.opt/solib-intra-step.exp
10395 * gdb.python/py-events.exp
10396 * gdb.python/py-finish-breakpoint.exp
10397 * gdb.python/py-mi.exp
10398 * gdb.python/py-prettyprint.exp
10399 * gdb.python/py-shared.exp
10400 * gdb.python/py-symbol.exp
10401 * gdb.python/py-template.exp
10402 * gdb.python/py-type.exp
10403 * gdb.python/py-value.exp
10404 * gdb.reverse/solib-precsave.exp
10405 * gdb.reverse/solib-reverse.exp
10406 * gdb.server/solib-list.exp
10407 * gdb.stabs/weird.exp
10408 * gdb.threads/reconnect-signal.exp
10409 * gdb.threads/stepi-random-signal.exp
10410 * gdb.trace/actions.exp
10411 * gdb.trace/ax.exp
10412 * gdb.trace/backtrace.exp
10413 * gdb.trace/change-loc.exp
10414 * gdb.trace/deltrace.exp
10415 * gdb.trace/ftrace-lock.exp
10416 * gdb.trace/ftrace.exp
10417 * gdb.trace/infotrace.exp
10418 * gdb.trace/mi-tracepoint-changed.exp
10419 * gdb.trace/packetlen.exp
10420 * gdb.trace/passcount.exp
10421 * gdb.trace/pending.exp
10422 * gdb.trace/range-stepping.exp
10423 * gdb.trace/report.exp
10424 * gdb.trace/stap-trace.exp
10425 * gdb.trace/tfind.exp
10426 * gdb.trace/trace-break.exp
10427 * gdb.trace/trace-condition.exp
10428 * gdb.trace/trace-enable-disable.exp
10429 * gdb.trace/trace-mt.exp
10430 * gdb.trace/tracecmd.exp
10431 * gdb.trace/tspeed.exp
10432 * gdb.trace/tsv.exp
10433 * lib/perftest.exp
10434
10435 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10436
10437 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10438 with gdb_test_no_output.
10439 Use command as test name.
10440
10441 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10442
10443 Fix test names starting with uppercase throughout the files.
10444
10445 * gdb.ada/assign_1.exp
10446 * gdb.ada/boolean_expr.exp
10447 * gdb.base/arrayidx.exp
10448 * gdb.base/del.exp
10449 * gdb.base/gcore-buffer-overflow.exp
10450 * gdb.base/testenv.exp
10451 * gdb.compile/compile.exp
10452 * gdb.python/py-framefilter-invalidarg.exp
10453 * gdb.python/py-framefilter.exp
10454
10455 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10456
10457 Fix test names starting with uppercase throughout the files.
10458
10459 * gdb.ada/array_return.exp
10460 * gdb.ada/expr_delims.exp
10461 * gdb.ada/mi_dyn_arr.exp
10462 * gdb.ada/mi_interface.exp
10463 * gdb.ada/mi_var_array.exp
10464 * gdb.ada/watch_arg.exp
10465 * gdb.arch/alpha-step.exp
10466 * gdb.arch/altivec-regs.exp
10467 * gdb.arch/e500-regs.exp
10468 * gdb.arch/powerpc-d128-regs.exp
10469 * gdb.base/arrayidx.exp
10470 * gdb.base/break.exp
10471 * gdb.base/checkpoint.exp
10472 * gdb.base/debug-expr.exp
10473 * gdb.base/dmsym.exp
10474 * gdb.base/radix.exp
10475 * gdb.base/sepdebug.exp
10476 * gdb.base/testenv.exp
10477 * gdb.base/watch_thread_num.exp
10478 * gdb.base/watchpoint-cond-gone.exp
10479 * gdb.cell/break.exp
10480 * gdb.cell/ea-cache.exp
10481 * gdb.compile/compile.exp
10482 * gdb.cp/gdb2495.exp
10483 * gdb.gdb/selftest.exp
10484 * gdb.gdb/xfullpath.exp
10485 * gdb.go/hello.exp
10486 * gdb.go/integers.exp
10487 * gdb.objc/basicclass.exp
10488 * gdb.pascal/hello.exp
10489 * gdb.pascal/integers.exp
10490 * gdb.python/py-breakpoint.exp
10491 * gdb.python/py-cmd.exp
10492 * gdb.python/py-linetable.exp
10493 * gdb.python/py-xmethods.exp
10494 * gdb.python/python.exp
10495 * gdb.reverse/consecutive-precsave.exp
10496 * gdb.reverse/finish-precsave.exp
10497 * gdb.reverse/i386-precsave.exp
10498 * gdb.reverse/machinestate-precsave.exp
10499 * gdb.reverse/sigall-precsave.exp
10500 * gdb.reverse/solib-precsave.exp
10501 * gdb.reverse/step-precsave.exp
10502 * gdb.reverse/until-precsave.exp
10503 * gdb.reverse/watch-precsave.exp
10504 * gdb.threads/leader-exit.exp
10505 * gdb.threads/pthreads.exp
10506 * gdb.threads/wp-replication.exp
10507 * gdb.trace/actions.exp
10508 * gdb.trace/mi-tsv-changed.exp
10509 * gdb.trace/tsv.exp
10510
10511 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10512
10513 Fix test names starting with uppercase throughout the files.
10514
10515 * gdb.arch/i386-bp_permanent.exp
10516 * gdb.arch/i386-gnu-cfi.exp
10517 * gdb.base/disasm-end-cu.exp
10518 * gdb.base/macscp.exp
10519 * gdb.base/pending.exp
10520 * gdb.base/watch_thread_num.exp
10521 * gdb.cp/exception.exp
10522 * gdb.cp/gdb2495.exp
10523 * gdb.cp/local.exp
10524 * gdb.python/py-evsignal.exp
10525 * gdb.python/python.exp
10526 * gdb.trace/tracecmd.exp
10527
10528 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10529
10530 Fix test names starting with uppercase throughout the files.
10531
10532 * gdb.base/charset.exp
10533 * gdb.base/eval.exp
10534 * gdb.base/multi-forks.exp
10535 * gdb.guile/scm-progspace.exp
10536 * gdb.opencl/datatypes.exp
10537 * gdb.python/py-block.exp
10538 * gdb.python/py-function.exp
10539 * gdb.python/py-symbol.exp
10540 * gdb.python/py-symtab.exp
10541 * gdb.python/py-xmethods.exp
10542 * gdb.reverse/break-precsave.exp
10543 * gdb.reverse/break-reverse.exp
10544 * gdb.reverse/consecutive-precsave.exp
10545 * gdb.reverse/consecutive-reverse.exp
10546 * gdb.reverse/finish-precsave.exp
10547 * gdb.reverse/finish-reverse-bkpt.exp
10548 * gdb.reverse/finish-reverse.exp
10549 * gdb.reverse/fstatat-reverse.exp
10550 * gdb.reverse/getresuid-reverse.exp
10551 * gdb.reverse/i386-precsave.exp
10552 * gdb.reverse/i386-reverse.exp
10553 * gdb.reverse/i386-sse-reverse.exp
10554 * gdb.reverse/i387-stack-reverse.exp
10555 * gdb.reverse/insn-reverse.exp
10556 * gdb.reverse/machinestate-precsave.exp
10557 * gdb.reverse/machinestate.exp
10558 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10559 * gdb.reverse/pipe-reverse.exp
10560 * gdb.reverse/readv-reverse.exp
10561 * gdb.reverse/recvmsg-reverse.exp
10562 * gdb.reverse/rerun-prec.exp
10563 * gdb.reverse/s390-mvcle.exp
10564 * gdb.reverse/sigall-precsave.exp
10565 * gdb.reverse/sigall-reverse.exp
10566 * gdb.reverse/solib-precsave.exp
10567 * gdb.reverse/solib-reverse.exp
10568 * gdb.reverse/step-precsave.exp
10569 * gdb.reverse/step-reverse.exp
10570 * gdb.reverse/time-reverse.exp
10571 * gdb.reverse/until-precsave.exp
10572 * gdb.reverse/until-reverse.exp
10573 * gdb.reverse/waitpid-reverse.exp
10574 * gdb.reverse/watch-precsave.exp
10575 * gdb.reverse/watch-reverse.exp
10576
10577 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10578
10579 Fix test names starting with uppercase throughout the files.
10580
10581 * gdb.arch/i386-mpx-simple_segv.exp
10582 * gdb.arch/i386-mpx.exp
10583 * gdb.arch/i386-permbkpt.exp
10584 * gdb.arch/pa-nullify.exp
10585 * gdb.arch/powerpc-d128-regs.exp
10586 * gdb.arch/vsx-regs.exp
10587 * gdb.base/bfp-test.exp
10588 * gdb.base/break.exp
10589 * gdb.base/breakpoint-shadow.exp
10590 * gdb.base/callfuncs.exp
10591 * gdb.base/charset.exp
10592 * gdb.base/commands.exp
10593 * gdb.base/completion.exp
10594 * gdb.base/dfp-test.exp
10595 * gdb.base/echo.exp
10596 * gdb.base/ending-run.exp
10597 * gdb.base/eval.exp
10598 * gdb.base/expand-psymtabs.exp
10599 * gdb.base/float128.exp
10600 * gdb.base/floatn.exp
10601 * gdb.base/foll-exec-mode.exp
10602 * gdb.base/gdb1056.exp
10603 * gdb.base/gdb11531.exp
10604 * gdb.base/kill-after-signal.exp
10605 * gdb.base/multi-forks.exp
10606 * gdb.base/overlays.exp
10607 * gdb.base/pending.exp
10608 * gdb.base/sepdebug.exp
10609 * gdb.base/testenv.exp
10610 * gdb.base/valgrind-db-attach.exp
10611 * gdb.base/watch_thread_num.exp
10612 * gdb.base/watchpoint-cond-gone.exp
10613 * gdb.base/watchpoint.exp
10614 * gdb.base/watchpoints.exp
10615 * gdb.cp/arg-reference.exp
10616 * gdb.cp/baseenum.exp
10617 * gdb.cp/operator.exp
10618 * gdb.cp/shadow.exp
10619 * gdb.dwarf2/dw2-op-out-param.exp
10620 * gdb.dwarf2/dw2-reg-undefined.exp
10621 * gdb.go/chan.exp
10622 * gdb.go/hello.exp
10623 * gdb.go/integers.exp
10624 * gdb.go/methods.exp
10625 * gdb.go/package.exp
10626 * gdb.guile/scm-parameter.exp
10627 * gdb.guile/scm-progspace.exp
10628 * gdb.guile/scm-value.exp
10629 * gdb.mi/mi-pending.exp
10630 * gdb.mi/user-selected-context-sync.exp
10631 * gdb.multi/multi-attach.exp
10632 * gdb.multi/tids.exp
10633 * gdb.opt/clobbered-registers-O2.exp
10634 * gdb.pascal/floats.exp
10635 * gdb.pascal/integers.exp
10636 * gdb.python/py-block.exp
10637 * gdb.python/py-events.exp
10638 * gdb.python/py-parameter.exp
10639 * gdb.python/py-symbol.exp
10640 * gdb.python/py-symtab.exp
10641 * gdb.python/py-type.exp
10642 * gdb.python/py-value.exp
10643 * gdb.python/py-xmethods.exp
10644 * gdb.python/python.exp
10645 * gdb.reverse/break-precsave.exp
10646 * gdb.reverse/consecutive-precsave.exp
10647 * gdb.reverse/finish-precsave.exp
10648 * gdb.reverse/i386-precsave.exp
10649 * gdb.reverse/machinestate-precsave.exp
10650 * gdb.reverse/sigall-precsave.exp
10651 * gdb.reverse/solib-precsave.exp
10652 * gdb.reverse/step-precsave.exp
10653 * gdb.reverse/until-precsave.exp
10654 * gdb.reverse/watch-precsave.exp
10655 * gdb.server/ext-attach.exp
10656 * gdb.server/ext-restart.exp
10657 * gdb.server/ext-run.exp
10658 * gdb.server/ext-wrapper.exp
10659 * gdb.stabs/gdb11479.exp
10660 * gdb.stabs/weird.exp
10661 * gdb.threads/attach-many-short-lived-threads.exp
10662 * gdb.threads/kill.exp
10663 * gdb.threads/watchpoint-fork.exp
10664
10665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10666
10667 Fix test names starting with uppercase throughout all the files below.
10668
10669 * gdb.ada/array_return.exp
10670 * gdb.ada/catch_ex.exp
10671 * gdb.ada/info_exc.exp
10672 * gdb.ada/mi_catch_ex.exp
10673 * gdb.ada/mi_dyn_arr.exp
10674 * gdb.ada/mi_ex_cond.exp
10675 * gdb.ada/mi_exc_info.exp
10676 * gdb.ada/mi_interface.exp
10677 * gdb.ada/mi_task_arg.exp
10678 * gdb.ada/mi_task_info.exp
10679 * gdb.ada/mi_var_array.exp
10680 * gdb.arch/alpha-step.exp
10681 * gdb.arch/amd64-disp-step.exp
10682 * gdb.arch/arm-disp-step.exp
10683 * gdb.arch/disp-step-insn-reloc.exp
10684 * gdb.arch/e500-prologue.exp
10685 * gdb.arch/ftrace-insn-reloc.exp
10686 * gdb.arch/gdb1558.exp
10687 * gdb.arch/i386-bp_permanent.exp
10688 * gdb.arch/i386-disp-step.exp
10689 * gdb.arch/i386-float.exp
10690 * gdb.arch/i386-gnu-cfi.exp
10691 * gdb.arch/ia64-breakpoint-shadow.exp
10692 * gdb.arch/mips16-thunks.exp
10693 * gdb.arch/pa-nullify.exp
10694 * gdb.arch/powerpc-aix-prologue.exp
10695 * gdb.arch/powerpc-power.exp
10696 * gdb.arch/ppc-dfp.exp
10697 * gdb.arch/s390-tdbregs.exp
10698 * gdb.arch/spu-info.exp
10699 * gdb.arch/spu-ls.exp
10700 * gdb.arch/thumb-bx-pc.exp
10701 * gdb.base/advance.exp
10702 * gdb.base/annota-input-while-running.exp
10703 * gdb.base/arrayidx.exp
10704 * gdb.base/asmlabel.exp
10705 * gdb.base/async.exp
10706 * gdb.base/attach-wait-input.exp
10707 * gdb.base/auto-connect-native-target.exp
10708 * gdb.base/batch-preserve-term-settings.exp
10709 * gdb.base/bfp-test.exp
10710 * gdb.base/bigcore.exp
10711 * gdb.base/bp-permanent.exp
10712 * gdb.base/break-always.exp
10713 * gdb.base/break-fun-addr.exp
10714 * gdb.base/break-idempotent.exp
10715 * gdb.base/break-main-file-remove-fail.exp
10716 * gdb.base/break-probes.exp
10717 * gdb.base/break-unload-file.exp
10718 * gdb.base/break.exp
10719 * gdb.base/call-ar-st.exp
10720 * gdb.base/call-rt-st.exp
10721 * gdb.base/call-sc.exp
10722 * gdb.base/call-signal-resume.exp
10723 * gdb.base/call-strs.exp
10724 * gdb.base/callexit.exp
10725 * gdb.base/callfuncs.exp
10726 * gdb.base/catch-gdb-caused-signals.exp
10727 * gdb.base/catch-signal-siginfo-cond.exp
10728 * gdb.base/catch-syscall.exp
10729 * gdb.base/compare-sections.exp
10730 * gdb.base/cond-eval-mode.exp
10731 * gdb.base/condbreak-call-false.exp
10732 * gdb.base/consecutive-step-over.exp
10733 * gdb.base/cursal.exp
10734 * gdb.base/disabled-location.exp
10735 * gdb.base/disasm-end-cu.exp
10736 * gdb.base/display.exp
10737 * gdb.base/double-prompt-target-event-error.exp
10738 * gdb.base/dprintf-bp-same-addr.exp
10739 * gdb.base/dprintf-detach.exp
10740 * gdb.base/dprintf-next.exp
10741 * gdb.base/dprintf-non-stop.exp
10742 * gdb.base/dprintf-pending.exp
10743 * gdb.base/dso2dso.exp
10744 * gdb.base/ending-run.exp
10745 * gdb.base/enum_cond.exp
10746 * gdb.base/examine-backward.exp
10747 * gdb.base/exe-lock.exp
10748 * gdb.base/exec-invalid-sysroot.exp
10749 * gdb.base/execl-update-breakpoints.exp
10750 * gdb.base/execution-termios.exp
10751 * gdb.base/fileio.exp
10752 * gdb.base/fixsection.exp
10753 * gdb.base/foll-exec-mode.exp
10754 * gdb.base/foll-exec.exp
10755 * gdb.base/fork-running-state.exp
10756 * gdb.base/frame-args.exp
10757 * gdb.base/fullpath-expand.exp
10758 * gdb.base/func-ptr.exp
10759 * gdb.base/gcore-relro-pie.exp
10760 * gdb.base/gdb1090.exp
10761 * gdb.base/gdb1555.exp
10762 * gdb.base/global-var-nested-by-dso.exp
10763 * gdb.base/gnu-ifunc.exp
10764 * gdb.base/hbreak-in-shr-unsupported.exp
10765 * gdb.base/hbreak-unmapped.exp
10766 * gdb.base/hook-stop.exp
10767 * gdb.base/infcall-input.exp
10768 * gdb.base/info-fun.exp
10769 * gdb.base/info-shared.exp
10770 * gdb.base/interrupt-noterm.exp
10771 * gdb.base/jit-so.exp
10772 * gdb.base/jit.exp
10773 * gdb.base/line-symtabs.exp
10774 * gdb.base/list.exp
10775 * gdb.base/longjmp.exp
10776 * gdb.base/macscp.exp
10777 * gdb.base/max-value-size.exp
10778 * gdb.base/nodebug.exp
10779 * gdb.base/nofield.exp
10780 * gdb.base/overlays.exp
10781 * gdb.base/paginate-after-ctrl-c-running.exp
10782 * gdb.base/paginate-bg-execution.exp
10783 * gdb.base/paginate-inferior-exit.exp
10784 * gdb.base/pending.exp
10785 * gdb.base/pr11022.exp
10786 * gdb.base/printcmds.exp
10787 * gdb.base/ptr-typedef.exp
10788 * gdb.base/ptype.exp
10789 * gdb.base/randomize.exp
10790 * gdb.base/range-stepping.exp
10791 * gdb.base/realname-expand.exp
10792 * gdb.base/relativedebug.exp
10793 * gdb.base/remote.exp
10794 * gdb.base/savedregs.exp
10795 * gdb.base/sepdebug.exp
10796 * gdb.base/set-noassign.exp
10797 * gdb.base/shlib-call.exp
10798 * gdb.base/shreloc.exp
10799 * gdb.base/sigaltstack.exp
10800 * gdb.base/sigbpt.exp
10801 * gdb.base/siginfo-addr.exp
10802 * gdb.base/siginfo-obj.exp
10803 * gdb.base/siginfo-thread.exp
10804 * gdb.base/signest.exp
10805 * gdb.base/signull.exp
10806 * gdb.base/sigrepeat.exp
10807 * gdb.base/skip.exp
10808 * gdb.base/so-impl-ld.exp
10809 * gdb.base/solib-corrupted.exp
10810 * gdb.base/solib-disc.exp
10811 * gdb.base/solib-display.exp
10812 * gdb.base/solib-overlap.exp
10813 * gdb.base/solib-search.exp
10814 * gdb.base/solib-symbol.exp
10815 * gdb.base/source-execution.exp
10816 * gdb.base/sss-bp-on-user-bp-2.exp
10817 * gdb.base/sss-bp-on-user-bp.exp
10818 * gdb.base/stack-checking.exp
10819 * gdb.base/stale-infcall.exp
10820 * gdb.base/step-break.exp
10821 * gdb.base/step-line.exp
10822 * gdb.base/step-over-exit.exp
10823 * gdb.base/step-test.exp
10824 * gdb.base/structs.exp
10825 * gdb.base/sym-file.exp
10826 * gdb.base/symtab-search-order.exp
10827 * gdb.base/term.exp
10828 * gdb.base/type-opaque.exp
10829 * gdb.base/unload.exp
10830 * gdb.base/until-nodebug.exp
10831 * gdb.base/until.exp
10832 * gdb.base/unwindonsignal.exp
10833 * gdb.base/watch-cond.exp
10834 * gdb.base/watch-non-mem.exp
10835 * gdb.base/watch_thread_num.exp
10836 * gdb.base/watchpoint-reuse-slot.exp
10837 * gdb.base/watchpoint-solib.exp
10838 * gdb.base/watchpoint.exp
10839 * gdb.btrace/dlopen.exp
10840 * gdb.cell/arch.exp
10841 * gdb.cell/break.exp
10842 * gdb.cell/bt.exp
10843 * gdb.cell/core.exp
10844 * gdb.cell/data.exp
10845 * gdb.cell/dwarfaddr.exp
10846 * gdb.cell/ea-cache.exp
10847 * gdb.cell/ea-standalone.exp
10848 * gdb.cell/ea-test.exp
10849 * gdb.cell/f-regs.exp
10850 * gdb.cell/fork.exp
10851 * gdb.cell/gcore.exp
10852 * gdb.cell/mem-access.exp
10853 * gdb.cell/ptype.exp
10854 * gdb.cell/registers.exp
10855 * gdb.cell/sizeof.exp
10856 * gdb.cell/solib-symbol.exp
10857 * gdb.cell/solib.exp
10858 * gdb.compile/compile-tls.exp
10859 * gdb.cp/exception.exp
10860 * gdb.cp/gdb2495.exp
10861 * gdb.cp/local.exp
10862 * gdb.cp/mb-inline.exp
10863 * gdb.cp/mb-templates.exp
10864 * gdb.cp/pr10687.exp
10865 * gdb.cp/pr9167.exp
10866 * gdb.cp/scope-err.exp
10867 * gdb.cp/templates.exp
10868 * gdb.cp/virtfunc.exp
10869 * gdb.dwarf2/dw2-dir-file-name.exp
10870 * gdb.dwarf2/dw2-single-line-discriminators.exp
10871 * gdb.fortran/complex.exp
10872 * gdb.fortran/library-module.exp
10873 * gdb.guile/guile.exp
10874 * gdb.guile/scm-cmd.exp
10875 * gdb.guile/scm-frame-inline.exp
10876 * gdb.guile/scm-objfile.exp
10877 * gdb.guile/scm-pretty-print.exp
10878 * gdb.guile/scm-symbol.exp
10879 * gdb.guile/scm-type.exp
10880 * gdb.guile/scm-value.exp
10881 * gdb.linespec/keywords.exp
10882 * gdb.linespec/ls-errs.exp
10883 * gdb.linespec/macro-relative.exp
10884 * gdb.linespec/thread.exp
10885 * gdb.mi/mi-breakpoint-changed.exp
10886 * gdb.mi/mi-dprintf-pending.exp
10887 * gdb.mi/mi-fullname-deleted.exp
10888 * gdb.mi/mi-logging.exp
10889 * gdb.mi/mi-pending.exp
10890 * gdb.mi/mi-solib.exp
10891 * gdb.mi/new-ui-mi-sync.exp
10892 * gdb.mi/user-selected-context-sync.exp
10893 * gdb.multi/dummy-frame-restore.exp
10894 * gdb.multi/multi-arch-exec.exp
10895 * gdb.multi/remove-inferiors.exp
10896 * gdb.multi/watchpoint-multi-exit.exp
10897 * gdb.opt/solib-intra-step.exp
10898 * gdb.perf/backtrace.exp
10899 * gdb.perf/single-step.exp
10900 * gdb.perf/skip-command.exp
10901 * gdb.perf/skip-prologue.exp
10902 * gdb.perf/solib.exp
10903 * gdb.python/lib-types.exp
10904 * gdb.python/py-as-string.exp
10905 * gdb.python/py-bad-printers.exp
10906 * gdb.python/py-block.exp
10907 * gdb.python/py-breakpoint.exp
10908 * gdb.python/py-cmd.exp
10909 * gdb.python/py-events.exp
10910 * gdb.python/py-evthreads.exp
10911 * gdb.python/py-finish-breakpoint.exp
10912 * gdb.python/py-finish-breakpoint2.exp
10913 * gdb.python/py-frame-inline.exp
10914 * gdb.python/py-frame.exp
10915 * gdb.python/py-inferior.exp
10916 * gdb.python/py-infthread.exp
10917 * gdb.python/py-mi.exp
10918 * gdb.python/py-objfile.exp
10919 * gdb.python/py-pp-maint.exp
10920 * gdb.python/py-pp-registration.exp
10921 * gdb.python/py-prettyprint.exp
10922 * gdb.python/py-recurse-unwind.exp
10923 * gdb.python/py-shared.exp
10924 * gdb.python/py-symbol.exp
10925 * gdb.python/py-symtab.exp
10926 * gdb.python/py-template.exp
10927 * gdb.python/py-type.exp
10928 * gdb.python/py-unwind-maint.exp
10929 * gdb.python/py-unwind.exp
10930 * gdb.python/py-value.exp
10931 * gdb.python/python.exp
10932 * gdb.reverse/finish-reverse-bkpt.exp
10933 * gdb.reverse/insn-reverse.exp
10934 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10935 * gdb.reverse/solib-precsave.exp
10936 * gdb.reverse/solib-reverse.exp
10937 * gdb.stabs/gdb11479.exp
10938 * gdb.stabs/weird.exp
10939 * gdb.threads/fork-child-threads.exp
10940 * gdb.threads/fork-plus-threads.exp
10941 * gdb.threads/fork-thread-pending.exp
10942 * gdb.threads/forking-threads-plus-breakpoint.exp
10943 * gdb.threads/hand-call-in-threads.exp
10944 * gdb.threads/interrupted-hand-call.exp
10945 * gdb.threads/linux-dp.exp
10946 * gdb.threads/local-watch-wrong-thread.exp
10947 * gdb.threads/next-while-other-thread-longjmps.exp
10948 * gdb.threads/non-ldr-exit.exp
10949 * gdb.threads/pending-step.exp
10950 * gdb.threads/print-threads.exp
10951 * gdb.threads/process-dies-while-detaching.exp
10952 * gdb.threads/process-dies-while-handling-bp.exp
10953 * gdb.threads/pthreads.exp
10954 * gdb.threads/queue-signal.exp
10955 * gdb.threads/reconnect-signal.exp
10956 * gdb.threads/signal-command-handle-nopass.exp
10957 * gdb.threads/signal-command-multiple-signals-pending.exp
10958 * gdb.threads/signal-delivered-right-thread.exp
10959 * gdb.threads/signal-sigtrap.exp
10960 * gdb.threads/sigthread.exp
10961 * gdb.threads/staticthreads.exp
10962 * gdb.threads/stepi-random-signal.exp
10963 * gdb.threads/thread-unwindonsignal.exp
10964 * gdb.threads/thread_check.exp
10965 * gdb.threads/thread_events.exp
10966 * gdb.threads/tid-reuse.exp
10967 * gdb.threads/tls-nodebug.exp
10968 * gdb.threads/tls-shared.exp
10969 * gdb.threads/tls-so_extern.exp
10970 * gdb.threads/tls.exp
10971 * gdb.threads/wp-replication.exp
10972 * gdb.trace/actions-changed.exp
10973 * gdb.trace/actions.exp
10974 * gdb.trace/backtrace.exp
10975 * gdb.trace/change-loc.exp
10976 * gdb.trace/collection.exp
10977 * gdb.trace/deltrace.exp
10978 * gdb.trace/disconnected-tracing.exp
10979 * gdb.trace/entry-values.exp
10980 * gdb.trace/ftrace-lock.exp
10981 * gdb.trace/ftrace.exp
10982 * gdb.trace/infotrace.exp
10983 * gdb.trace/mi-trace-frame-collected.exp
10984 * gdb.trace/mi-trace-unavailable.exp
10985 * gdb.trace/mi-traceframe-changed.exp
10986 * gdb.trace/mi-tracepoint-changed.exp
10987 * gdb.trace/mi-tsv-changed.exp
10988 * gdb.trace/no-attach-trace.exp
10989 * gdb.trace/packetlen.exp
10990 * gdb.trace/passc-dyn.exp
10991 * gdb.trace/passcount.exp
10992 * gdb.trace/pending.exp
10993 * gdb.trace/pr16508.exp
10994 * gdb.trace/qtro.exp
10995 * gdb.trace/range-stepping.exp
10996 * gdb.trace/read-memory.exp
10997 * gdb.trace/report.exp
10998 * gdb.trace/save-trace.exp
10999 * gdb.trace/signal.exp
11000 * gdb.trace/stap-trace.exp
11001 * gdb.trace/status-stop.exp
11002 * gdb.trace/strace.exp
11003 * gdb.trace/tfile.exp
11004 * gdb.trace/tfind.exp
11005 * gdb.trace/trace-break.exp
11006 * gdb.trace/trace-condition.exp
11007 * gdb.trace/trace-enable-disable.exp
11008 * gdb.trace/trace-mt.exp
11009 * gdb.trace/tracecmd.exp
11010 * gdb.trace/tracefile-pseudo-reg.exp
11011 * gdb.trace/tspeed.exp
11012 * gdb.trace/tstatus.exp
11013 * gdb.trace/tsv.exp
11014 * gdb.trace/unavailable.exp
11015 * gdb.trace/while-dyn.exp
11016 * gdb.trace/while-stepping.exp
11017 * lib/gdb-guile.exp
11018 * lib/gdb.exp
11019 * lib/mi-support.exp
11020 * lib/pascal.exp
11021 * lib/perftest.exp
11022 * lib/prelink-support.exp
11023 * lib/selftest-support.exp
11024
11025 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11026
11027 * Makefile.in: Include disable-implicit-rules.mk.
11028
11029 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11030
11031 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11032 non-byte-aligned bit fields.
11033
11034 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11035
11036 PR gdb/12616
11037 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11038 respects the DW_AT_data_bit_offset attribute.
11039
11040 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11041
11042 * gdb.base/default.exp: Fix output of "set language".
11043
11044 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11045
11046 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11047 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11048 make.
11049 * configure.ac: Remove checks for the make program.
11050 * configure: Re-generate.
11051
11052 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11053
11054 * gdb.python/py-recurse-unwind.c (main): Add loop.
11055 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11056 to read_register() and gdb.parse_and_eval(). Make each code
11057 call a separate case that can be individually tested.
11058 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11059 proc. Call cont_and_backtrace for each of the code paths that
11060 we want to test in the unwinder.
11061
11062 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11063
11064 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11065 the definition of struct S.
11066
11067 2016-11-11 Catherine Moore <clm@codesourcery.com>
11068
11069 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11070
11071 2016-11-09 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.base/commands.exp (runto_or_return): New procedure.
11074 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11075 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11076 (progvar_simple_while_test, progvar_complex_if_while_test)
11077 (if_while_breakpoint_command_test)
11078 (infrun_breakpoint_command_test, breakpoint_command_test)
11079 (user_defined_command_test, watchpoint_command_test)
11080 (test_command_prompt_position, redefine_hook_test)
11081 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11082 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11083 multi_line_input and multi_line. Remove gdb_expect and
11084 gdb_stop_suppressing_tests uses.
11085 * lib/gdb.exp (valnum_re): New global.
11086 (multi_line_input): New procedure.
11087
11088 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11089
11090 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11091 Remove.
11092 (test_setup): Define with proc_with_prefix.
11093 (test_cli_inferior): Likewise.
11094 (test_cli_thread): Likewise.
11095 (test_cli_frame): Likewise.
11096 (test_cli_select_frame): Likewise.
11097 (test_cli_up_down): Likewise.
11098 (test_mi_thread_select): Likewise.
11099 (test_mi_stack_select_frame): Likewise.
11100 (test_cli_in_mi_inferior): Likewise.
11101 (test_cli_in_mi_thread): Likewise.
11102 (test_cli_in_mi_frame): Likewise.
11103 (top level): Do not use with_test_prefix_procname.
11104
11105 2016-11-09 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.base/commands.exp (gdbvar_simple_if_test)
11108 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11109 (progvar_simple_if_test, progvar_simple_while_test)
11110 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11111 (infrun_breakpoint_command_test, breakpoint_command_test)
11112 (user_defined_command_test, watchpoint_command_test)
11113 (test_command_prompt_position, deprecated_command_test)
11114 (bp_deleted_in_command, temporary_breakpoint_commands)
11115 (stray_arg0_test, source_file_with_indented_comment)
11116 (recursive_source_test, if_commands_test)
11117 (error_clears_commands_left, redefine_hook_test)
11118 (redefine_backtrace_test): Use proc_with_prefix.
11119 * lib/gdb.exp (proc_with_prefix): New proc.
11120
11121 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11122
11123 * gdb.base/tui-layout.c: New file.
11124 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11125 disassembly window contains very long lines.
11126
11127 2016-11-08 Tom Tromey <tom@tromey.com>
11128
11129 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11130 depend on Python 2.
11131
11132 2016-11-08 Tom Tromey <tom@tromey.com>
11133
11134 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11135 New method.
11136
11137 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11138
11139 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11140
11141 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11142
11143 * gdb.rust/simple.rs: Add test for univariant enums without
11144 discriminants and for encoded struct-like enums.
11145
11146 2016-10-28 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11149 gdb_test_multiple, tighten regexps and match symtabs and line
11150 tables incrementally.
11151
11152 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11153
11154 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11155 general.
11156
11157 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11158
11159 * gdb.base/exec-invalid-sysroot.exp: New file.
11160
11161 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11162
11163 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11164
11165 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11166
11167 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11168
11169 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11170
11171 * gdb.base/killed-outside.exp: Remove $options from a call to
11172 `prepare_for_testing'.
11173
11174 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11177 Change test message.
11178
11179 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11180
11181 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11182 Update comment.
11183
11184 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11185
11186 * gdb.trace/mi-trace-save.exp: New file.
11187
11188 2016-10-13 Yao Qi <yao.qi@linaro.org>
11189
11190 * gdb.base/code_elim.exp (get_var_address): Remove.
11191 * gdb.base/relocate.exp: Likewise.
11192 * gdb.base/shreloc.exp: Likewise.
11193 * lib/gdb.exp (get_var_address): New.
11194
11195 2016-10-13 Yao Qi <yao.qi@linaro.org>
11196
11197 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11198 floating point tests if $skip_float_test is false.
11199
11200 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11201
11202 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11203 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11204 argc values.
11205 Add 1 to argc so we guarantee distinct initial/modified argc values.
11206
11207 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11210
11211 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11212
11213 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11214 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11215 * gdb.arch/vsx-regs.exp: Likewise.
11216
11217 2016-10-07 Yao Qi <yao.qi@linaro.org>
11218
11219 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11220
11221 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11222
11223 * gdb.python/python.exp: Test decode_line("*0").
11224
11225 2016-10-06 Doug Evans <dje@google.com>
11226
11227 * gdb.python/py-value.exp (test_value_creation): Add test for large
11228 unsigned 64-bit value.
11229
11230 2016-10-06 Tom Tromey <tom@tromey.com>
11231
11232 * gdb.compile/compile.exp: Change java tests to rust.
11233 * gdb.base/setshow.exp: Change java tests to rust.
11234 * gdb.base/default.exp: Remove java from language list.
11235 * README (Examples): Update language example.
11236 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11237 test.
11238 * lib/gdb.exp (skip_java_tests): Remove.
11239 * lib/java.exp: Remove.
11240 * gdb.java: Remove.
11241
11242 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11243
11244 * gdb.arch/mips-fcr.exp: New test.
11245 * gdb.arch/mips-fcr.c: Source for the new test.
11246
11247 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11248
11249 * gdb.base/solib-disc.exp: Use `standard_output_file'
11250 throughout.
11251
11252 2016-10-06 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.base/jit-simple-dl.c: New file.
11255 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11256 * gdb.base/jit-simple.c: ... this.
11257 * gdb.base/jit-simple.exp (jit_run): Delete.
11258 (build_jit): New proc.
11259 (jit_test_reread): Recompile either the main program or the shared
11260 library, depending on what is being tested. Skip changing address
11261 if caller wants to. Compare before/after addresses. If testing
11262 standalone, explicitly load the binary. Test "maint info
11263 breakpoints".
11264 (top level): Add "standalone vs shared lib" and "change address"
11265 vs "same address" axes.
11266
11267 2016-10-06 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11270 call.
11271 (jit_run): Delete.
11272 (jit_test_reread): Use with_test_prefix. Reload the main binary
11273 explicitly. Compare the before/after addresses of the JIT
11274 descriptor.
11275
11276 2016-08-15 Doug Evans <dje@google.com>
11277
11278 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11279 for single bitfields is bool.
11280 * gdb.xml/tdesc-regs.exp: Ditto.
11281
11282 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11285
11286 2016-10-05 Yao Qi <yao.qi@linaro.org>
11287
11288 * lib/gdb.exp (support_complex_tests): Return zero if
11289 gdb_skip_float_test return true.
11290
11291 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11292 Simon Marchi <simon.marchi@ericsson.com>
11293
11294 PR gdb/20487
11295 * gdb.mi/user-selected-context-sync.exp: New file.
11296 * gdb.mi/user-selected-context-sync.c: New file.
11297
11298 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11299 Simon Marchi <simon.marchi@ericsson.com>
11300
11301 PR gdb/20487
11302 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11303 =thread-select-event check.
11304
11305 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11306
11307 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11308 the compulsory L operand changes.
11309 * gdb.arch/powerpc-power.s: Likewise.
11310
11311 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11312
11313 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11314 * gdb.base/jit-attach-pie.c: New file.
11315 * gdb.base/jit-attach-pie.exp: New file.
11316
11317 2016-09-28 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/infcall-input.c: New file.
11320 * gdb.base/infcall-input.exp: New file.
11321
11322 2016-09-22 Yao Qi <yao.qi@linaro.org>
11323
11324 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11325 (gdb_exit): Rename it to ...
11326 (gdbserver_gdb_exit): ... Close GDBserver.
11327 (gdb_exit): New proc, call gdbserver_gdb_exit.
11328 (mi_gdb_exit): Likewise.
11329
11330 2016-09-22 Yao Qi <yao.qi@linaro.org>
11331
11332 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11333 path.
11334 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11335 Remove duplication.
11336
11337 2016-09-22 Yao Qi <yao.qi@linaro.org>
11338
11339 * lib/gdbserver-support.exp: Check the existence of
11340 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11341
11342 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11343
11344 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11345
11346 2016-09-21 Tom Tromey <tom@tromey.com>
11347
11348 PR gdb/20604:
11349 * gdb.base/quit.exp: New file.
11350
11351 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11352
11353 * .gitignore: New file.
11354
11355 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11356
11357 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11358 throughout.
11359
11360 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11361
11362 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11363
11364 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11365
11366 * gdb.cp/casts.cc (decltype): Move it ...
11367 (main): ... with its call to ...
11368 * gdb.cp/casts03.cc: ... a new file.
11369 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11370
11371 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11372
11373 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11374
11375 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11376
11377 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11378 and sync up the test with tests in gas/testsuite/gas/ppc.
11379 * gdb.arch/powerpc-power.exp: Likewise.
11380
11381 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11382
11383 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11384
11385 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11386 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11389 make m1's definition to be different from m2's. Use 'dummy' as an
11390 argument for probe 'two'.
11391
11392 2016-09-10 Jon Beniston <jon@beniston.com>
11393
11394 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11395 for sim target.
11396
11397 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11398
11399 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11400 variable declaration.
11401 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11402 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11403 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11404 received HWCAP as its argument.
11405
11406 2016-09-06 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.base/new-ui-pending-input.c: New file.
11409 * gdb.base/new-ui-pending-input.exp: New file.
11410 * gdb.exp (clear_gdb_spawn_id): New procedure.
11411 (with_spawn_id): Check whether gdb_spawn_id exists before
11412 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11413 on exit.
11414
11415 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11416
11417 * gdb.base/float128.c: New file.
11418 * gdb.base/float128.exp: Likewise.
11419 * gdb.base/floatn.c: Likewise.
11420 * gdb.base/floatn.exp: Likewise.
11421
11422 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11423
11424 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11425
11426 2016-09-05 Pedro Alves <palves@redhat.com>
11427
11428 PR backtrace/19927
11429 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11430 unwinders are immediately called as side effect of "source" or
11431 "disable unwinder" commands.
11432 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11433
11434 2016-09-02 Yao Qi <yao.qi@linaro.org>
11435
11436 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11437 is true and $type is "float" or "double".
11438
11439 2016-09-02 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11442 true.
11443 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11444 * gdb.base/call-rt-st.exp: Likewise.
11445 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11446 return value instead of gdb,skip_float_test.
11447 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11448 (do_function_calls): Use its return value instead of
11449 gdb,skip_float_test.
11450 * gdb.base/finish.exp: Likewise.
11451 * gdb.base/funcargs.exp: Likewise.
11452 * gdb.base/return.exp: Likewise.
11453 * gdb.base/return2.exp: Likewise.
11454 * gdb.base/varargs.exp: Likewise.
11455 * lib/gdb.exp (gdb_skip_float_test): Change it to
11456 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11457
11458 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 * gdb.multi/tids.exp: Test "thread apply all".
11461
11462 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11463
11464 * gdb.base/default.exp (tty): Remove.
11465
11466 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11467
11468 * gdb.python/py-recurse-unwind.c: New file.
11469 * gdb.python/py-recurse-unwind.py: New file.
11470 * gdb.python/py-recurse-unwind.exp: New file.
11471
11472 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11473
11474 * gdb.base/set-inferior-tty.exp: New file.
11475 * gdb.base/set-inferior-tty.c: New file.
11476
11477 2016-08-23 Pedro Alves <palves@redhat.com>
11478
11479 PR gdb/20494
11480 * gdb.base/new-ui-echo.c: New file.
11481 * gdb.base/new-ui-echo.exp: New file.
11482
11483 2016-08-23 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11486 gdbserver_spawn.
11487 * gdb.server/connect-without-multi-process.exp (do_test):
11488 Likewise.
11489
11490 2016-08-23 Yao Qi <yao.qi@linaro.org>
11491
11492 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11493 standalone_txt. Delete gdb_txt and standalone_txt on host
11494 and target. Spawn the binary on target. Copy files from
11495 target to host.
11496
11497 2016-08-22 Pedro Alves <palves@redhat.com>
11498
11499 PR gdb/20505
11500 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11501 with_test_prefix. Factor out bits to ...
11502 (test_no_vdso): ... this new procedure.
11503
11504 2016-08-19 Carl Love <cel@us.ibm.com>
11505
11506 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11507 maintaining separate logic for constructing the output path.
11508 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11509 * gdb.arch/ppc-dfp.exp: Likewise.
11510 * gdb.arch/ppc-fp.exp: Likewise.
11511 * gdb.arch/vsx-regs.exp: Likewise.
11512 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11513 binprefix for generating the additional binary files.
11514
11515 2016-08-19 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.trace/mi-trace-frame-collected.exp
11518 (test_trace_frame_collected): On x32, expect two registers.
11519
11520 2016-08-18 Carl Love <cel@us.ibm.com>
11521
11522 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11523 and sync up the test with tests in gas/testsuite/gas/ppc.
11524 * gdb.arch/powerpc-power.exp: Likewise.
11525
11526 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11527
11528 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11529 expected error message.
11530
11531 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * gdb.multi/remove-inferiors.exp: New file.
11534 * gdb.multi/remove-inferiors.c: New file.
11535
11536 2016-08-12 Yao Qi <yao.qi@linaro.org>
11537
11538 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11539 argument list.
11540
11541 2016-08-10 Pedro Alves <palves@redhat.com>
11542
11543 PR gdb/19187
11544 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11545 setup_kfails.
11546
11547 2016-08-09 Pedro Alves <palves@redhat.com>
11548 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 PR gdb/20418
11551 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11552 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11553
11554 2016-08-09 Pedro Alves <palves@redhat.com>
11555
11556 PR mi/20431
11557 * gdb.mi/mi-cmd-error.exp: New file.
11558
11559 2016-08-09 Pedro Alves <palves@redhat.com>
11560
11561 PR gdb/18653
11562 * gdb.base/signals-state-child.c: New file.
11563 * gdb.base/signals-state-child.exp: New file.
11564 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11565
11566 2016-08-09 Pedro Alves <palves@redhat.com>
11567
11568 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11569
11570 2016-08-03 Tom Tromey <tom@tromey.com>
11571
11572 PR python/18565:
11573 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11574
11575 2016-08-01 Yao Qi <yao.qi@linaro.org>
11576
11577 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11578 variable mode to "multi-process" if $multi_process is 1, otherwise
11579 set it to "single-process".
11580
11581 2016-08-01 Yao Qi <yao.qi@linaro.org>
11582
11583 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11584 * gdb.cp/cpexprs.exp: Likewise.
11585 * gdb.cp/m-static.exp: Likewise.
11586
11587 2016-07-26 Tom Tromey <tom@tromey.com>
11588
11589 PR python/20190:
11590 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11591 test.
11592
11593 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11594
11595 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11596 selecting assembly source files.
11597 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11598 assembly source files.
11599 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11600 assembly source files.
11601 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11602 selecting assembly source files.
11603
11604 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11605
11606 * gdb.base/new-ui.exp (do_test_invalid_args): New
11607 procedure.
11608
11609 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11610
11611 * gdb.btrace/reconnect.c: New file.
11612 * gdb.btrace/reconnect.exp: New file.
11613
11614 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11615
11616 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11617 to test_catch_syscall_group.
11618 (test_catch_syscall_group): New.
11619
11620 2016-07-21 Tom Tromey <tom@tromey.com>
11621
11622 * gdb.rust/simple.rs (main): Use empty struct expression.
11623 * gdb.rust/simple.exp: Add tests for empty struct expression.
11624
11625 2016-07-21 Yao Qi <yao.qi@linaro.org>
11626
11627 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11628 if gdb_skip_xml_test is true on some targets.
11629
11630 2016-07-21 Yao Qi <yao.qi@linaro.org>
11631
11632 * gdb.server/solib-list.exp: Unset last_loaded_file.
11633
11634 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11637 "step into captured_main (args)".
11638
11639 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11642
11643 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11646
11647 2016-07-19 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11650 * gdb.opt/inline-bt.exp: Likewise.
11651 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11652 additional_flags=-Winline.
11653 * gdb.opt/inline-locals.exp: Likewise.
11654 * gdb.opt/inline-markers.c (ATTR): Define.
11655 (inlined_fn): Use it.
11656
11657 2016-07-19 Yao Qi <yao.qi@linaro.org>
11658
11659 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11660 (test_with_self): Remove some code. Remove argument executable.
11661 (top-level): Use do_self_tests.
11662
11663 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11664 Don Breazeal <donb@codesourcery.com>
11665
11666 * gdb.base/maint.exp: Escape paths used in regular expressions.
11667 * gdb.stabs/weird.exp: Likewise.
11668
11669 2016-07-13 Tom Tromey <tom@tromey.com>
11670
11671 PR python/15620, PR python/18620:
11672 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11673 (test_bkpt_events): New procs.
11674
11675 2016-07-13 Tom Tromey <tom@tromey.com>
11676
11677 PR python/17698:
11678 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11679 test.
11680 (test_watchpoints): Likewise.
11681 (test_bkpt_pending): New proc.
11682
11683 2016-07-13 Tom Tromey <tom@tromey.com>
11684
11685 PR cli/18053:
11686 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11687 completion test.
11688
11689 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11690
11691 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11692 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11693 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11694 f_label.
11695 (g): Rename g_end_lbl to g_label.
11696 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11697 low_pc and high_pc.
11698 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11699
11700 2016-07-12 Tom Tromey <tom@tromey.com>
11701
11702 PR python/19293:
11703 * gdb.python/py-unwind-maint.exp: Update tests.
11704
11705 2016-07-12 Yao Qi <yao.qi@linaro.org>
11706
11707 * lib/selftest-support.exp (selftest_setup): Match the output
11708 when captured_main is inlined.
11709
11710 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11711
11712 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11713 New variables.
11714 (print this%a, print this%b, print this): New tests.
11715 * gdb.fortran/derived-types.f90 (this): New object and
11716 initialization.
11717
11718 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * gdb.ada/arraydim.exp: Remove extra directory level in build
11721 directory.
11722
11723 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11724
11725 * lib/ada.exp: Remove extra directory level in build directory.
11726 * gdb.ada/cond_lang.exp: Likewise.
11727 * gdb.ada/exec_changed.exp: Likewise.
11728 * gdb.ada/lang_switch.exp: Likewise.
11729
11730 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11731
11732 * simple.rs: Add test for raw pointer subscripting.
11733 * simple.exp: Add test expectations.
11734
11735 2016-07-05 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.mi/mi-reverse.exp: Match =record-started output.
11738
11739 2016-07-01 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11742 procedure.
11743 (jit_reader_test): Test the jit reader's unwinder.
11744 * gdb.base/jithost.c (jit_function_00_code): New global.
11745 (main): Use memcpy to fill in the mmapped code, instead of poking
11746 bytes manually here.
11747 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11748 value.
11749 (read_debug_info): Save the function's range.
11750 (read_sp): New function.
11751 (unwind_frame): Use it. Also unwind RBP.
11752 (get_frame_id): Use read_sp.
11753 (gdb_init_reader): Use calloc instead of malloc.
11754 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11755 parameter. Use gdb_test_multiple.
11756
11757 2016-07-01 Pedro Alves <palves@redhat.com>
11758 Antoine Tremblay <antoine.tremblay@ericsson.com>
11759
11760 * gdb.threads/process-dies-while-detaching.c: New file.
11761 * gdb.threads/process-dies-while-detaching.exp: New file.
11762
11763 2016-07-01 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.multi/watchpoint-multi-exit.c: New file.
11766 * gdb.multi/watchpoint-multi-exit.exp: New file.
11767
11768 2016-06-30 Pedro Alves <palves@redhat.com>
11769
11770 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11771 unset inferior_spawn_id.
11772
11773 2016-06-30 Pedro Alves <palves@redhat.com>
11774
11775 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11776 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11777
11778 2016-06-29 Yao Qi <yao.qi@linaro.org>
11779
11780 * gdb.base/return.c: Add copyright header.
11781
11782 2016-06-29 Tom Tromey <tom@tromey.com>
11783
11784 PR python/20129:
11785 * gdb.python/py-framefilter.exp: Add tests for setting priority
11786 and disabling of non-existent frame filter.
11787
11788 2016-06-29 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11791 0x0f07ff.
11792
11793 2016-06-28 Yao Qi <yao.qi@linaro.org>
11794
11795 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11796 triplets. Start gdb, execute catch syscall, and continue. Check
11797 gdb's output to determine catch syscall is supported.
11798
11799 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11800
11801 * gdb.rust/simple.rs: Add test for returning unit in a function.
11802 * gdb.rust/simple.exp: Add expectation for functions returning
11803 unit.
11804
11805 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11806
11807 * gdb.python/py-breakpoint-create-fail.c,
11808 gdb.python/py-breakpoint-create-fail.exp,
11809 gdb.python/py-breakpoint-create-fail.py: New testcase.
11810
11811 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11812
11813 PR gdb/20239
11814 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11815 * gdb.rust/simple.exp: Add test expectations for new NonZero
11816 tests.
11817
11818 2016-06-24 David Taylor <dtaylor@emc.com>
11819
11820 * gdb.base/offsets.exp: New file.
11821 * gdb.base/offsets.c: New file.
11822
11823 2016-06-23 Tom Tromey <tom@tromey.com>
11824
11825 PR gdb/16483:
11826 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11827 before any filters are loaded.
11828
11829 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11830
11831 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11832 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11833 structs.
11834 * gdb.fortran/derived-type-function.exp: New file.
11835 * gdb.fortran/derived-type-function.f90: New file.
11836
11837
11838 2016-06-21 Pedro Alves <palves@redhat.com>
11839
11840 * gdb.base/new-ui.exp: New file.
11841 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11842 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11843 (with_spawn_id): New procedure.
11844
11845 2016-06-21 Pedro Alves <palves@redhat.com>
11846
11847 * gdb.mi/mi-exec-run.exp: New file.
11848
11849 2016-06-21 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11852 breakpoint command's output on the main UI.
11853 (test_break): New procedure, factored out from calls in the top
11854 level.
11855 (top level): Use foreach_with_prefix to test MI as main UI and as
11856 separate UI.
11857
11858 2016-06-21 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11861 (test_awatch_creation_and_listing)
11862 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11863 Remove 'type' parameter.
11864 (test_watchpoint_all): New parameter mi_mode. Remove
11865 with_test_prefix.
11866 (top level): Use foreach_with_prefix, and add main/separate UI MI
11867 testing axis.
11868
11869 2016-06-21 Pedro Alves <palves@redhat.com>
11870
11871 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11872 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11873 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11874 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11875 (gdb_main_spawn_id, mi_spawn_id): Declare and
11876 comment.
11877 (mi_create_inferior_pty): New procedure,
11878 factored out from default_mi_gdb_start.
11879 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11880 procedures.
11881 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11882 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11883 Use mi_create_inferior_pty.
11884 (mi_gdb_start): Use eval to pass down args list.
11885
11886 2016-06-21 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11889 * gdb.opt/inline-cmds.exp: Add MI tests.
11890
11891 2016-06-21 Pedro Alves <palves@redhat.com>
11892
11893 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11894
11895 2016-06-21 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11898 (top level): Use it instead of mi_execute_to.
11899
11900 2016-06-21 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11903 (cont_handler_str): New.
11904 (signal_stop_handler): Set stop_handler_str instead of printing to
11905 stdout.
11906 (continue_handler): Set cont_handler_str instead of printing to
11907 stdout.
11908 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11909 mi_send_resuming_command. Print stop_handler_str and
11910 cont_handler_str instead of expecting the python events print
11911 directly.
11912
11913 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11914
11915 * gdb.base/jit-reader.exp: New file.
11916 * gdb.base/jithost.c: New file.
11917 * gdb.base/jithost.h: New file.
11918 * gdb.base/jitreader.c : New file.
11919 * gdb.base/jit-protocol.h: New file.
11920
11921 2016-06-17 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11924 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11925 and detach-on-fork. Adjust tests.
11926 (top level): Invoke break_cond_on_syscall with combinations of
11927 syscall, follow-fork-mode and detach-on-fork.
11928
11929 2016-06-17 Yao Qi <yao.qi@linaro.org>
11930
11931 * gdb.base/step-over-exit.c: New.
11932 * gdb.base/step-over-exit.exp: New.
11933
11934 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11935
11936 * gdb.base/float.exp: Add target check for nds32*-*-*.
11937 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11938
11939 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11940
11941 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11942 for unsupported target features.
11943 * gdb.base/call-rt-st.exp: Likewise.
11944 * gdb.base/call-sc.exp: Likewise.
11945 * gdb.base/call-signal-resume.exp: Likewise.
11946 * gdb.base/call-strs.exp: Likewise.
11947 * gdb.base/callexit.exp: Likewise.
11948 * gdb.base/callfuncs.exp: Likewise.
11949 * gdb.base/nodebug.exp: Likewise.
11950 * gdb.base/printcmds.exp: Likewise.
11951 * gdb.base/ptype.exp: Likewise.
11952 * gdb.base/structs.exp: Likewise.
11953 * gdb.base/unwindonsignal.exp: Likewise.
11954 * gdb.cp/gdb2495.exp: Likewise.
11955 * gdb.cp/templates.exp: Likewise.
11956 * gdb.cp/virtfunc.exp: Likewise.
11957 * gdb.threads/hand-call-in-threads.exp: Likewise.
11958 * gdb.threads/interrupted-hand-call.exp: Likewise.
11959 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11960
11961 2016-06-10 Tom Tromey <tom@tromey.com>
11962
11963 PR rust/20110:
11964 * gdb.rust/expr.exp: Add test for integer constant larger than
11965 i32.
11966
11967 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11968
11969 * gdb.fortran/nested-funcs.exp: New.
11970 * gdb.fortran/nested-funcs.f90: New.
11971
11972 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11973
11974 * gdb.base/examine-backward.c: New file.
11975 * gdb.base/examine-backward.exp: New file.
11976
11977 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11978
11979 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11980 matching.
11981
11982 2016-06-02 Tom Tromey <tom@tromey.com>
11983
11984 PR python/18984:
11985 * gdb.python/py-shared.exp: Add solib_name test.
11986
11987 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11988
11989 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11990
11991 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11992
11993 PR c++/19893
11994 * gdb.dwarf2/implref.exp: Rename to...
11995 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11996 * gdb.dwarf2/implref-array.c: New file.
11997 * gdb.dwarf2/implref-array.exp: Likewise.
11998 * gdb.dwarf2/implref-global.c: Likewise.
11999 * gdb.dwarf2/implref-global.exp: Likewise.
12000 * gdb.dwarf2/implref-struct.c: Likewise.
12001 * gdb.dwarf2/implref-struct.exp: Likewise.
12002
12003 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12004
12005 * gdb.trace/trace-condition.exp: Add 64bit tests.
12006
12007 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12008
12009 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12010 bits types.
12011 (main): Adapt to 8 to 64 bits types.
12012 * gdb.trace/trace-condition.exp: Add new tests.
12013
12014 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12015
12016 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12017
12018 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12019
12020 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12021 Move condition tests...
12022 * gdb.trace/trace-condition.exp: Here.
12023
12024 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12025
12026 * gdb.trace/trace-condition.exp: Add counter-case tests.
12027
12028 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12029
12030 PR c++/15231
12031 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12032 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12033
12034 2016-05-27 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12037 New procedure.
12038 (top level): Call it, and bail out of DejaGnu is known to be bad.
12039
12040 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12041
12042 * gdb.base/whatis.c: Extend the test case.
12043 * gdb.base/whatis.exp: Add additional tests.
12044
12045 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12046
12047 * gdb.fortran/type.f90: Add pointer variable.
12048 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12049
12050 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12051
12052 * gdb.fortran/vla-type.exp: Fix testcase name.
12053
12054 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12055
12056 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12057
12058 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12059
12060 * gdb.fortran/type.f90: Add nested structures.
12061 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12062 * gdb.fortran/derived-type.exp: Adapt expected output.
12063 * gdb.fortran/vla-type.exp: Adapt expected output.
12064
12065 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12066
12067 * gdb.fortran/whatis_type.exp: Adapt expected output.
12068
12069 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12070
12071 * gdb.fortran/print_type.exp: Fix expected output.
12072 * gdb.fortran/whatis_type.exp: Fix expected output.
12073
12074 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12075
12076 * gdb.fortran/whatis_type.exp: Use multi_line.
12077
12078 2016-05-24 Tom Tromey <tom@tromey.com>
12079
12080 PR python/17386:
12081 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12082 use value as an index.
12083
12084 2016-05-23 Tom Tromey <tom@tromey.com>
12085
12086 PR python/17981:
12087 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12088 no-breakpoint case.
12089
12090 2016-05-24 Pedro Alves <palves@redhat.com>
12091
12092 PR gdb/19828
12093 * gdb.threads/clone-attach-detach.c: New file.
12094 * gdb.threads/clone-attach-detach.exp: New file.
12095
12096 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12097
12098 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12099
12100 2016-05-23 Tom Tromey <tom@tromey.com>
12101
12102 PR python/19438, PR python/18393:
12103 * gdb.python/py-progspace.exp: Add "dir" test.
12104 * gdb.python/py-objfile.exp: Add "dir" test.
12105
12106 2016-05-23 Yao Qi <yao.qi@linaro.org>
12107
12108 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12109 * gdb.arch/thumb2-it.exp: Likewise.
12110
12111 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12112
12113 * gdb.mi/mi-threads-interrupt.c: New file.
12114 * gdb.mi/mi-threads-interrupt.exp: New file.
12115
12116 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12117
12118 PR gdb/18077
12119 * gdb.mi/mi-async-run.exp: New file.
12120 * gdb.mi/mi-async-run.c: New file.
12121
12122 2016-05-17 Tom Tromey <tom@tromey.com>
12123 Manish Goregaokar <manishsmail@gmail.com>
12124
12125 * lib/rust-support.exp: New file.
12126 * lib/gdb.exp (skip_rust_tests): New proc.
12127 (build_executable_from_specs): Handle rust.
12128 * lib/future.exp (gdb_find_rustc): New proc.
12129 (gdb_default_target_compile): Handle rust.
12130 * gdb.rust/expr.exp: New file.
12131 * gdb.rust/generics.exp: New file.
12132 * gdb.rust/generics.rs: New file.
12133 * gdb.rust/methods.exp: New file.
12134 * gdb.rust/methods.rs: New file.
12135 * gdb.rust/modules.exp: New file.
12136 * gdb.rust/modules.rs: New file.
12137 * gdb.rust/simple.exp: New file.
12138 * gdb.rust/simple.rs: New file.
12139
12140 2016-05-17 Tom Tromey <tom@tromey.com>
12141
12142 * gdb.base/default.exp (set language): Add rust.
12143
12144 2016-05-17 Tom Tromey <tom@tromey.com>
12145
12146 * gdb.gdb/unittest.exp: New file.
12147
12148 2016-05-16 Yao Qi <yao.qi@linaro.org>
12149
12150 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12151 shell_prompt. Update shell_prompt_re.
12152
12153 2016-05-12 Doug Evans <dje@google.com>
12154
12155 PR symtab/19999
12156 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12157 $options when building executable.
12158 * gdb.dwarf2/fission-loclists-pie.S: New file.
12159 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12160
12161 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12164 of [is_remote target],
12165
12166 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12167
12168 * lib/gdb.exp (use_gdb_stub): New procedure.
12169
12170 2016-05-03 Yunlian Jiang <yunlian@google.com>
12171 Doug Evans <dje@google.com>
12172
12173 PR symtab/19914
12174 * gdb.dwarf2/dwp-sepdebug.c: New file.
12175 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12176
12177 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12178
12179 * gdb.base/detach.exp: Remove is_remote check.
12180
12181 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12182
12183 * gdb.base/annota-input-while-running.exp: Don't check for
12184 [is_remote target]. Enable annotations after running to main.
12185 Remove unused "set test..." line.
12186
12187 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * gdb.trace/trace-enable-disable.exp: New file.
12190 * gdb.trace/trace-enable-disable.c: New file.
12191
12192 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12195 use it in info sharedlibrary test.
12196 * gdb.trace/ftrace-lock.exp: Likewise.
12197 * gdb.trace/ftrace.exp: Likewise.
12198 * gdb.trace/range-stepping.exp: Likewise.
12199 * gdb.trace/trace-break.exp: Likewise.
12200 * gdb.trace/trace-condition.exp: Likewise.
12201 * gdb.trace/trace-mt.exp: Likewise.
12202
12203 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12204
12205 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12206 (gdb_load_shlib): ... this.
12207 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12208 gdb_load_shlib.
12209 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12210 * gdb.base/ctxobj.exp: Likewise.
12211 * gdb.base/dprintf-pending.exp: Likewise.
12212 * gdb.base/dso2dso.exp: Likewise.
12213 * gdb.base/fixsection.exp: Likewise.
12214 * gdb.base/gcore-relro.exp: Likewise.
12215 * gdb.base/gdb1555.exp: Likewise.
12216 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12217 * gdb.base/gnu-ifunc.exp: Likewise.
12218 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12219 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12220 * gdb.base/pending.exp: Likewise.
12221 * gdb.base/print-file-var.exp: Likewise.
12222 * gdb.base/print-symbol-loading.exp: Likewise.
12223 * gdb.base/shlib-call.exp: Likewise.
12224 * gdb.base/shreloc.exp: Likewise.
12225 * gdb.base/so-impl-ld.exp: Likewise.
12226 * gdb.base/solib-disc.exp: Likewise.
12227 * gdb.base/solib-nodir.exp: Likewise.
12228 * gdb.base/solib-overlap.exp: Likewise.
12229 * gdb.base/solib-symbol.exp: Likewise.
12230 * gdb.base/solib-weak.exp (do_test): Likewise.
12231 * gdb.base/sym-file.exp: Likewise.
12232 * gdb.base/symtab-search-order.exp: Likewise.
12233 * gdb.base/type-opaque.exp: Likewise.
12234 * gdb.base/unload.exp: Likewise.
12235 * gdb.base/watchpoint-solib.exp: Likewise.
12236 * gdb.compile/compile.exp: Likewise.
12237 * gdb.cp/gdb2384.exp: Likewise.
12238 * gdb.cp/infcall-dlopen.exp: Likewise.
12239 * gdb.cp/re-set-overloaded.exp: Likewise.
12240 * gdb.fortran/library-module.exp: Likewise.
12241 * gdb.opt/solib-intra-step.exp: Likewise.
12242 * gdb.python/py-finish-breakpoint.exp: Likewise.
12243 * gdb.python/py-shared.exp: Likewise.
12244 * gdb.reverse/solib-precsave.exp: Likewise.
12245 * gdb.reverse/solib-reverse.exp: Likewise.
12246 * gdb.server/solib-list.exp: Likewise.
12247 * gdb.threads/dlopen-libpthread.exp: Likewise.
12248 * gdb.threads/tls-shared.exp: Likewise.
12249 * gdb.threads/tls-so_extern.exp: Likewise.
12250 * gdb.trace/change-loc.exp: Likewise.
12251 * gdb.trace/ftrace-lock.exp: Likewise.
12252 * gdb.trace/ftrace.exp: Likewise.
12253 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12254 * gdb.trace/pending.exp: Likewise.
12255 * gdb.trace/range-stepping.exp: Likewise.
12256 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12257 (strace_info_marker): Likewise.
12258 (strace_probe_marker): Likewise.
12259 (strace_trace_on_same_addr): Likewise.
12260 (strace_trace_on_diff_addr): Likewise.
12261 * gdb.trace/trace-break.exp: Likewise.
12262 * gdb.trace/trace-condition.exp: Likewise.
12263 * gdb.trace/trace-mt.exp: Likewise.
12264
12265 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12266
12267 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12268 result of gdb_remote_download.
12269 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12270 * gdb.base/dso2dso.exp: Likewise.
12271 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12272 * gdb.base/print-file-var.exp: Likewise.
12273 * gdb.base/shlib-call.exp: Likewise.
12274 * gdb.base/shreloc.exp: Likewise.
12275 * gdb.base/solib-overlap.exp: Likewise.
12276 * gdb.base/solib-weak.exp (do_test): Likewise.
12277 * gdb.base/unload.exp: Likewise.
12278
12279 2016-04-27 Yao Qi <yao.qi@linaro.org>
12280
12281 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12282 exists.
12283
12284 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12285
12286 * vla-type.exp: Print structure from toplevel.
12287
12288 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12289
12290 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12291 of dynamic types.
12292 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12293 of dynamic types.
12294
12295 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12296
12297 * gdb.fortran/vla-type.f90: New file.
12298 * gdb.fortran/vla-type.exp: New file.
12299
12300 2016-04-25 Yao Qi <yao.qi@linaro.org>
12301
12302 * gdb.base/branch-to-self.c: New file.
12303 * gdb.base/branch-to-self.exp: New file.
12304
12305 2016-04-22 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12308 more after $hex.
12309
12310 2016-04-22 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12313 * gdb.base/annota3.exp: Likewise.
12314
12315 2016-04-22 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.reverse/step-precsave.exp: Do one step and test program
12318 stops in "callee" and do multiple steps until program goes out
12319 of "callee".
12320 * gdb.reverse/step-reverse.exp: Likewise.
12321
12322 2016-04-22 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.trace/signal.exp: Also pass if
12325 $tracepoint_hits($i) > $iterations.
12326
12327 2016-04-22 Yao Qi <yao.qi@linaro.org>
12328
12329 * gdb.trace/signal.c: New file.
12330 * gdb.trace/signal.exp: New file.
12331
12332 2016-04-19 Doug Evans <xdje42@gmail.com>
12333
12334 * gdb.base/bad-file.exp: New file.
12335
12336 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12337
12338 * gdb.dwarf2/implref.exp: New file.
12339
12340 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12341
12342 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12343 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12344 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12345 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12346 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12347 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12348 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12349 * lib/fortran.exp (fortran_int4): New procedure.
12350 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12351 (fortran_logical4): Likewise.
12352
12353 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12354
12355 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12356
12357 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12358
12359 * lib/compiler.c: Add Intel specific preprocessor macros.
12360 * lib/compiler.cc: Likewise.
12361
12362 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12363
12364 * gdb.server/connect-with-no-symbol-file.c: New file.
12365 * gdb.server/connect-with-no-symbol-file.exp: New file.
12366
12367 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12368
12369 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12370
12371 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12372
12373 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12374 standard output directory.
12375
12376 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12377
12378 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12379
12380 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12381
12382 * gdb.btrace/instruction_history.c (loop): Add declaration.
12383
12384 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12385
12386 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12387
12388 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12389
12390 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12391 parentheses to print.
12392 (continue_handler): Likewise.
12393
12394 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12395
12396 * gdb.server/solib-list.exp: Remove is_remote check.
12397 Pass shlib= to gdb_compile. Don't link shared library with
12398 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12399 Run binary filename through "readlink -f" on the target.
12400
12401 2016-04-08 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12404 interpreter filename as argument to gdbserver_spawn.
12405 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12406 Return empty if $last_loaded_file does not exist.
12407
12408 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12409
12410 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12411 * gdb.base/jit-main.c: Use exit after usage.
12412
12413 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12414
12415 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12416 GDBHISTSIZE prior to the tests.
12417 * gdb.base/gdbinit-history.exp: Likewise.
12418
12419 2016-04-07 Pedro Alves <palves@redhat.com>
12420
12421 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12422 instead of build_executable. Use gdb_load_shlibs.
12423
12424 2016-04-07 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12427 Execute "si" command.
12428
12429 2016-04-07 Yao Qi <yao.qi@linaro.org>
12430
12431 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12432 number instead of the comments on some line.
12433
12434 2016-04-06 Don Breazeal <donb@codesourcery.com>
12435
12436 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12437 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12438
12439 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12442 standard_output_file. Remove unused binfile variable.
12443
12444 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12445
12446 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12447 * gdb.python/py-mi-objfile.exp: Match "list main" output
12448 in console format.
12449
12450 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12451
12452 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12453 absolute.
12454
12455 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12456
12457 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12458 absolute.
12459 * gdb.trace/ftrace.exp: Likewise.
12460 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12461 targets as well.
12462 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12463 (gdb_load_shlibs): Copy libraries to test directory when testing
12464 natively. Only set solib-search-path if testing remotely.
12465 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12466
12467 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12468
12469 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12470 gdb_download. Use it even if the target is not remote.
12471 * gdb.base/jit.exp (compile_jit_test): Likewise.
12472 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12473 output directory if the destination board is local, otherwise use
12474 the standard remote_download from DejaGnu.
12475 (gdb_download): Remove.
12476 (gdb_load_shlibs): Use gdb_remote_download instead of
12477 gdb_download.
12478 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12479 Use gdb_remote_download instead of gdb_download. Use it even if
12480 the target is not remote.
12481 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12482 instead of gdb_download.
12483
12484 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12485
12486 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12487 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12488 run.
12489
12490 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12491
12492 PR gdb/19820
12493 * gdb.base/printcmds.exp: Add artificial arrays tests.
12494
12495 2016-03-31 Pedro Alves <palves@redhat.com>
12496
12497 PR gdb/19858
12498 * gdb.base/jit-main.c: Include unistd.h.
12499 (ATTACH): Define to 0 if not already defined.
12500 (wait_for_gdb, mypid): New globals.
12501 (WAIT_FOR_GDB): New macro.
12502 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12503 some breakpoint locations.
12504 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12505 New procedures.
12506 (one_jit_test): Add REATTACH parameter, and handle it. Use
12507 continue_to_test_location.
12508 (top level): Test attach, and adjusts calls to one_jit_test.
12509
12510 2016-03-31 Pedro Alves <palves@redhat.com>
12511
12512 PR gdb/19858
12513 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12514 BINSUFFIX parameter, and handle it.
12515 (top level): Adjust calls compile_jit_test.
12516
12517 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12518
12519 PR python/19743
12520 * gdb.python/py-mi-events-gdb.py: New file.
12521 * gdb.python/py-mi-events.c: New file.
12522 * gdb.python/py-mi-events.exp: New file.
12523
12524 2016-03-30 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.reverse/until-precsave.exp: Match function name only.
12527 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12528 Move malloc to a condition block.
12529 * gdb.reverse/until-reverse.exp: Match function name only.
12530
12531 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12532
12533 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12534 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12535 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12536 variable for GPR 0 instead of assuming it is register 0.
12537 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12538 * lib/trace-support.exp: Add s390 registers.
12539
12540 2016-03-29 Yao Qi <yao.qi@linaro.org>
12541
12542 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12543
12544 2016-03-24 Yao Qi <yao.qi@linaro.org>
12545
12546 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12547 test message.
12548
12549 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12550
12551 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12552 maintaining separate logic for constructing the output path.
12553
12554 2016-03-16 Don Breazeal <donb@codesourcery.com>
12555
12556 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12557 Retry fork and waitpid on interrupted system call errors.
12558 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12559 Use with_timeout_factor to increase timeout by factor of 10.
12560
12561 2016-03-15 Don Breazeal <donb@codesourcery.com>
12562
12563 * gdb.cp/scope-err.cc: New test program.
12564 * gdb.cp/scope-err.exp: New test script.
12565 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12566 lines and "set breakpoint here" comment.
12567 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12568 Fixed some whitespace and format issues.
12569 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12570 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12571
12572 2016-03-15 Doug Evans <dje@google.com>
12573
12574 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12575 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12576 All callers updated. Add tests for enums, mixed flags register.
12577
12578 2016-03-15 Doug Evans <dje@google.com>
12579
12580 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12581 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12582
12583 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12584
12585 * gdb.base/default.exp: Add $_as_string to the list of expected
12586 convenience functions.
12587
12588 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12589
12590 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12591
12592 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12593
12594 * gdb.python/py-as-string.exp: New file.
12595 * gdb.python/py-as-string.c: New file.
12596
12597 2016-03-09 Pedro Alves <palves@redhat.com>
12598
12599 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12600 signal" -> "Thread NN received signal" output change.
12601 * gdb.threads/ia64-sigill.exp: Likewise.
12602 * gdb.threads/linux-dp.exp: Likewise.
12603 * gdb.threads/manythreads.exp: Likewise.
12604 * gdb.threads/pending-step.exp: Likewise.
12605 * gdb.threads/print-threads.exp: Likewise.
12606 * gdb.threads/sigstep-threads.exp: Likewise.
12607 * gdb.threads/staticthreads.exp: Likewise.
12608 * gdb.threads/tls.exp: Likewise.
12609
12610 2016-03-09 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.base/command-line-input.exp: New file.
12613
12614 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12615
12616 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12617 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12618 * gdb.trace/pending.exp: Accept leading dot before function name.
12619 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12620 * lib/trace-support.exp: Set registers for ppc.
12621
12622 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12623
12624 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12625 use it for disassembly; accept .main in addition to main in backtrace.
12626
12627 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12628 Marcin Kościelnicki <koriakin@0x04.net>
12629
12630 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12631 (gdb_recursion_test_ptr): New global variable.
12632 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12633 gdb_recursion_test.
12634 (gdb_c_test): Ditto.
12635
12636 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12637
12638 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12639 ordering.
12640
12641 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12642
12643 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12644 (bar): Add bar_start_lbl label.
12645 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12646 of foo/bar for emitting DWARF and tracing.
12647
12648 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12649
12650 * analyze-racy-logs.py: Set executable bit.
12651
12652 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12653
12654 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12655 (CHECK_TARGET_TMP): Likewise.
12656 (check-single-racy): New rule.
12657 (check-parallel-racy): Likewise.
12658 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12659 (do-check-parallel-racy): New rule.
12660 (check-racy/%.exp): Likewise.
12661 * README (Racy testcases): New section.
12662 * analyze-racy-logs.py: New file.
12663
12664 2016-03-03 Doug Evans <dje@google.com>
12665
12666 * gdb.base/skip.exp: Use with_test_prefix.
12667
12668 2016-03-03 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12671 Invoke step_over_syscall "clone" and break_cond_on_syscall
12672 "clone".
12673 * gdb.base/step-over-clone.c: New file.
12674
12675 2016-03-03 Yao Qi <yao.qi@linaro.org>
12676
12677 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12678 code format.
12679
12680 2016-03-03 Yao Qi <yao.qi@linaro.org>
12681
12682 * gdb.base/disp-step-fork.c: Rename to ...
12683 * gdb.base/step-over-fork.c: ... it. New file.
12684 * gdb.base/disp-step-vfork.c: Rename to ...
12685 * gdb.base/step-over-vfork.c: ... it. New file.
12686 * gdb.base/disp-step-syscall.exp: Rename to ...
12687 * gdb.base/step-over-syscall.exp: ... it. New file.
12688 (disp_step_cross_syscall): Rename to ...
12689 (step_over_syscall): ... it.
12690
12691 2016-03-03 Yao Qi <yao.qi@linaro.org>
12692
12693 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12694 If target supports condition evaluation on target, invoke
12695 break_cond_on_syscall for fork and vfork.
12696
12697 2016-03-03 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.base/disp-step-syscall.exp: Don't invoke
12700 support_displaced_stepping.
12701 (disp_step_cross_syscall): Test with displaced stepping off and
12702 on if supported.
12703
12704 2016-03-03 Yao Qi <yao.qi@linaro.org>
12705
12706 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12707 proc.
12708 (setup): New proc.
12709 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12710 and setup.
12711
12712 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12713
12714 * gdb.fortran/vla-history.exp: Remove breakpoint.
12715
12716 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12717
12718 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12719 exceeds timeout.
12720
12721 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12722
12723 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12724 breakpoint.
12725
12726 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12727
12728 * gdb.mi/vla.f90: Nullify pointer after declaration.
12729
12730 2016-03-01 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12733
12734 2016-03-01 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12737 before anything else.
12738 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12739 _GNU_SOURCE here.
12740 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12741 before anything else.
12742 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12743
12744 2016-03-01 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12747
12748 2016-03-01 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12751 prepare_for_testing.
12752
12753 2016-03-01 Yao Qi <yao.qi@linaro.org>
12754
12755 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12756
12757 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12758
12759 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12760 manually constructing the output path.
12761
12762 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12763
12764 * gdb.arch/s390-stackless.S: New.
12765 * gdb.arch/s390-stackless.exp: New.
12766
12767 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12768
12769 * gdb.dlang/circular.c: New file.
12770 * gdb.dlang/circular.exp: New file.
12771
12772 2016-02-26 Yao Qi <yao.qi@linaro.org>
12773
12774 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12775 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12776 (testcases): Update.
12777
12778 2016-02-26 Yao Qi <yao.qi@linaro.org>
12779
12780 * gdb.reverse/aarch64.c: Rename to ...
12781 * gdb.reverse/insn-reverse.c: ... it.
12782 * gdb.reverse/aarch64.exp: Rename to ...
12783 * gdb.reverse/insn-reverse.exp: ... it.
12784
12785 2016-02-26 Yao Qi <yao.qi@linaro.org>
12786
12787 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12788 (testcase_ftype): New.
12789 (testcases): New array.
12790 (n_testcases): New.
12791 (main): Call each element in testcases.
12792 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12793 (read_testcase): New.
12794 Do the tests in a loop.
12795
12796 2016-02-25 Yao Qi <yao.qi@linaro.org>
12797
12798 * gdb.base/branches.c: Remove.
12799
12800 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12801
12802 PR gdb/13808
12803 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12804
12805 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12806
12807 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12808
12809 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12810
12811 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12812 change x86_64 call_insn to 'callq'.
12813
12814 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12815
12816 * gdb.trace/tfile-avx.c: Move to...
12817 * gdb.trace/tracefile-pseudo-reg.c: Here.
12818 * gdb.trace/tfile-avx.exp: Move to...
12819 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12820
12821 2016-02-24 Gary Benson <gbenson@redhat.com>
12822
12823 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12824 message on attach.
12825
12826 2016-02-23 Doug Evans <dje@google.com>
12827
12828 * gdb.base/skip.c (test_skip): New function.
12829 (end_test_skip_file_and_function): New function.
12830 (test_skip_file_and_function): New function.
12831 * gdb.base/skip1.c (test_skip): New function.
12832 (skip1_test_skip_file_and_function): New function.
12833 * gdb.base/skip.exp: Add tests for new skip options.
12834 * gdb.base/skip-solib.exp: Update expected output.
12835 * gdb.perf/skip-command.cc: New file.
12836 * gdb.perf/skip-command.exp: New file.
12837 * gdb.perf/skip-command.py: New file.
12838
12839 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12840
12841 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12842 info registers pattern.
12843
12844 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12845
12846 * lib/future.exp: Add D support.
12847 (gdb_find_gdc): New proc.
12848 (gdb_default_target_compile): Add D support.
12849
12850 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12851
12852 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12853 user+system time.
12854 (trace_speed_test): Determine the iteration count for a time
12855 between 15..30 seconds.
12856
12857 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12858
12859 * gdb.arch/i386-mpx-sigsegv.c: New file.
12860 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12861 * gdb.arch/i386-mpx-simple_segv.c: New file.
12862 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12863
12864 2016-02-18 Yao Qi <yao.qi@linaro.org>
12865
12866 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12867 Don't call setup_kfail.
12868
12869 2016-02-18 Yao Qi <yao.qi@linaro.org>
12870
12871 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12872 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12873
12874 2016-02-16 Doug Evans <dje@google.com>
12875
12876 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12877 * gdb.base/skip1.c: Ditto.
12878 * gdb.base/skip.exp: Whitespace cleanup.
12879
12880 2016-02-16 Don Breazeal <donb@codesourcery.com>
12881
12882 PR remote/19496
12883 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12884 Remove kfail for PR remote/19496.
12885
12886 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12887
12888 * lib/gdb.exp (standard_temp_file): Return a path specific to
12889 the runtest invocation.
12890
12891 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12892
12893 * gdb.trace/save-trace.exp: Change relative path to be in the
12894 standard output directory.
12895
12896 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12897
12898 * gdb.arch/i386-prologue.c: Add missing prototypes.
12899
12900 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12901
12902 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12903 * gdb.arch/i386-prologue.exp: Likewise.
12904 * gdb.arch/i386-size.exp: Likewise.
12905
12906 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12907
12908 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12909 define object file path.
12910 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12911 file path.
12912 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12913 standard_output_file to define binfile.
12914
12915 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12916
12917 Fix compatibility with recent gfortran-5.3.1.
12918 * gdb.fortran/vla-history.exp (print vla1 allocated)
12919 (print vla2 allocated, print $2, print $3): Remove
12920 (print $4): Rename to ...
12921 (print $2): ... here.
12922 (print $9): Rename to ...
12923 (print $5): ... here.
12924 (print $10): Rename to ...
12925 (print $6): ... here.
12926 * gdb.fortran/vla.f90: Add pvla initialization.
12927
12928 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12929
12930 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12931 New test.
12932 * gdb.fortran/vla-value-sub.exp: Likewise.
12933
12934 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12935
12936 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12937
12938 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 * i386-biarch-core.exp: Define corefile using
12941 standard_output_file.
12942
12943 2016-02-12 Yao Qi <yao.qi@linaro.org>
12944
12945 * gdb.arch/arm-single-step-kernel-helper.c: New.
12946 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12947
12948 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12949
12950 * gdb.btrace/tailcall-only.exp: New.
12951 * gdb.btrace/tailcall-only.c: New.
12952 * gdb.btrace/x86_64-tailcall-only.S: New.
12953 * gdb.btrace/i686-tailcall-only.S: New.
12954
12955 2016-02-11 Pedro Alves <palves@redhat.com>
12956
12957 * README (Parallel testing): Add missing double quotes.
12958
12959 2016-02-11 Pedro Alves <palves@redhat.com>
12960
12961 * README (Parallel testing): New section.
12962 (GDB_PARALLEL): Rewrite.
12963 (FORCE_PARALLEL): Document.
12964
12965 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12966
12967 * gdb.trace/tfile-avx.c: New test.
12968 * gdb.trace/tfile-avx.exp: New test.
12969
12970 2016-02-09 Keith Seitz <keiths@redhat.com>
12971
12972 PR breakpoints/19546
12973 * gdb.base/infcall-exec.c: New file.
12974 * gdb.base/infcall-exec2.c: New file.
12975 * gdb.base/infcall-exec.exp: New file.
12976
12977 2016-02-09 Keith Seitz <keiths@redhat.com>
12978
12979 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12980 (toplevel): Call test_bkpt_address.
12981
12982 2016-02-09 Keith Seitz <keiths@redhat.com>
12983
12984 PR python/19506
12985 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12986 (toplevel): Call test_bkpt_address.
12987
12988 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12989
12990 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12991 to AC_OUTPUT.
12992 * configure: Regenerate.
12993
12994 2016-02-09 Pedro Alves <palves@redhat.com>
12995
12996 PR breakpoints/19548
12997 * gdb.base/execl-update-breakpoints.c (some_function): New
12998 function.
12999 (main): Call it.
13000 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13001 Tighten expected GDB output.
13002
13003 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13004
13005 * Makefile.in (ALL_SUBDIRS): Remove.
13006 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13007 (distclean maintainer-clean realclean): Likewise.
13008 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13009 * configure: Regenerate.
13010 * gdb.ada/Makefile.in: Delete.
13011 * gdb.arch/Makefile.in: Likewise.
13012 * gdb.asm/Makefile.in: Likewise.
13013 * gdb.base/Makefile.in: Likewise.
13014 * gdb.btrace/Makefile.in: Likewise.
13015 * gdb.cell/Makefile.in: Likewise.
13016 * gdb.compile/Makefile.in: Likewise.
13017 * gdb.cp/Makefile.in: Likewise.
13018 * gdb.disasm/Makefile.in: Likewise.
13019 * gdb.dlang/Makefile.in: Likewise.
13020 * gdb.dwarf2/Makefile.in: Likewise.
13021 * gdb.fortran/Makefile.in: Likewise.
13022 * gdb.gdb/Makefile.in: Likewise.
13023 * gdb.go/Makefile.in: Likewise.
13024 * gdb.guile/Makefile.in: Likewise.
13025 * gdb.java/Makefile.in: Likewise.
13026 * gdb.linespec/Makefile.in: Likewise.
13027 * gdb.mi/Makefile.in: Likewise.
13028 * gdb.modula2/Makefile.in: Likewise.
13029 * gdb.multi/Makefile.in: Likewise.
13030 * gdb.objc/Makefile.in: Likewise.
13031 * gdb.opencl/Makefile.in: Likewise.
13032 * gdb.opt/Makefile.in: Likewise.
13033 * gdb.pascal/Makefile.in: Likewise.
13034 * gdb.perf/Makefile.in: Likewise.
13035 * gdb.python/Makefile.in: Likewise.
13036 * gdb.reverse/Makefile.in: Likewise.
13037 * gdb.server/Makefile.in: Likewise.
13038 * gdb.stabs/Makefile.in: Likewise.
13039 * gdb.threads/Makefile.in: Likewise.
13040 * gdb.trace/Makefile.in: Likewise.
13041 * gdb.xml/Makefile.in: Likewise.
13042 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13043 GDB_PARALLEL.
13044 (standard_output_file): Remove check for GDB_PARALLEL, always
13045 return path in outputs/$subdir/$testname.
13046
13047 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13048
13049 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13050 (site.exp): Assign abs_srcdir to tcl's srcdir.
13051
13052 2016-02-04 Yao Qi <yao.qi@linaro.org>
13053
13054 * gdb.base/foll-exec-mode.c: Include limits.h.
13055 (main): Add parameters argc and argv. Get directory from
13056 argv[0].
13057 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13058 compilation.
13059 * gdb.base/foll-exec.c: Include limits.h.
13060 (main): Add parameters argc and argv.
13061 Get directory from argv[0].
13062 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13063 Adjust tests on the number of lines as source code changed.
13064 * gdb.base/foll-vfork-exit.c: Include limits.h.
13065 (main): Add one line of statement before vfork.
13066 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13067 (main): Add parameters argc and argv. Get directory from
13068 argv[0].
13069 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13070 (setup_gdb): Set tbreak to skip some source lines.
13071 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13072 (main): Add parameters argc and argv. Get directory from
13073 argv[0].
13074 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13075 compilation.
13076 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13077 (main): Add parameters argc and argv. Get directory from
13078 argv[0].
13079 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13080 compilation.
13081
13082 2016-02-01 Doug Evans <dje@google.com>
13083
13084 * gdb.base/skip.exp: Clean up multiple references to same test name.
13085
13086 2016-02-01 Pedro Alves <palves@redhat.com>
13087
13088 PR remote/19496
13089 * gdb.threads/forking-threads-plus-breakpoint.exp
13090 (displaced_stepping_supported): New global.
13091 (probe_displaced_stepping_support): New procedure.
13092 (do_test): Add 'displaced' parameter, and use it.
13093 (top level): Check for displaced stepping support. Add displaced
13094 stepping on/off testing axis.
13095
13096 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13097
13098 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13099 pointer. Don't perform further tests on the unassociated pointer
13100 if the first test fails.
13101
13102 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13103
13104 * gdb.base/max-value-size.c: New file.
13105 * gdb.base/max-value-size.exp: New file.
13106 * gdb.base/huge.exp: Disable max-value-size for this test.
13107
13108 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13109
13110 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13111
13112 2016-01-28 Yao Qi <yao.qi@linaro.org>
13113
13114 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13115
13116 2016-01-25 Pedro Alves <palves@redhat.com>
13117
13118 PR threads/19461
13119 * gdb.base/fork-running-state.c: New file.
13120 * gdb.base/fork-running-state.exp: New file.
13121
13122 2016-01-25 Pedro Alves <palves@redhat.com>
13123
13124 PR gdb/19494
13125 * gdb.base/catch-fork-kill.c: New file.
13126 * gdb.base/catch-fork-kill.exp: New file.
13127
13128 2016-01-25 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13131 Delete, moved to lib/gdb.exp.
13132 * gdb.threads/forking-threads-plus-breakpoint.exp
13133 (foreach_with_prefix): Likewise.
13134 * gdb.threads/process-dies-while-handling-bp.exp
13135 (foreach_with_prefix): Likewise.
13136 * lib/gdb.exp (foreach_with_prefix): New procedure.
13137
13138 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13139
13140 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13141 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13142
13143 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13144
13145 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13146 endian targets.
13147
13148 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13149 Pedro Alves <palves@redhat.com>
13150
13151 Fix testsuite compatibility with Guile.
13152 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13153 number.
13154
13155 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13156
13157 Fix testsuite compatibility with Guile.
13158 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13159 (thread 1): New test for backtrace through signal handler.
13160
13161 2016-01-22 Yao Qi <yao.qi@linaro.org>
13162
13163 PR testsuite/19491
13164 * gdb.base/multi-forks.c: Include
13165 ../lib/unbuffer_output.c
13166 (main): Call gdb_unbuffer_output.
13167
13168 2016-01-21 Doug Evans <dje@google.com>
13169
13170 * lib/ada.exp (gdb_compile_ada): Fix typo.
13171
13172 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13173
13174 * gdb.base/break-fun-addr.exp: New file.
13175 * gdb.base/break-fun-addr1.c: New file.
13176 * gdb.base/break-fun-addr2.c: New file.
13177
13178 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13179
13180 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13181 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13182 enum flag values.
13183
13184 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13185
13186 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13187 when GDB can not set the vector return value. Add more comments
13188 for clarification.
13189
13190 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13191
13192 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13193 command.
13194
13195 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13196
13197 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13198
13199 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13200
13201 * Makefile.in (check-single): Pass --status to runtest.
13202 (check/%.exp): Likewise.
13203
13204 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13205
13206 * Makefile.in (check-parallel): Propagate return code from make
13207 do-check-parallel.
13208
13209 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13210
13211 * gdb.trace/ftrace.exp: Fix expected message on continue.
13212 * gdb.trace/pending.exp: Fix expected message on continue.
13213 * gdb.trace/trace-break.exp: Fix expected message on continue.
13214
13215 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13216
13217 * lib/gdb.exp (gdb_test): Remove unused global references.
13218
13219 2016-01-18 Pedro Alves <palves@redhat.com>
13220
13221 * gdb.base/async-shell.exp: Adjust expected output.
13222 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13223 * gdb.base/siginfo-thread.exp: Adjust expected output.
13224 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13225 * gdb.java/jnpe.exp: Adjust expected output.
13226 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13227 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13228 * gdb.threads/leader-exit.exp: Adjust expected output.
13229 * gdb.threads/manythreads.exp: Adjust expected output.
13230 * gdb.threads/pthreads.exp: Adjust expected output.
13231 * gdb.threads/schedlock.exp: Adjust expected output.
13232 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13233 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13234 expected output.
13235 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13236 output.
13237 * gdb.threads/sigthread.exp: Adjust expected output.
13238 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13239
13240 2016-01-18 Yao Qi <yao.qi@linaro.org>
13241
13242 * gdb.guile/scm-section-script.c: Replace @progbits with
13243 %progbits.
13244 * gdb.python/py-section-script.c: Likewise.
13245
13246 2016-01-15 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.multi/tids.exp: Test star wildcard ranges.
13249
13250 2016-01-15 Pedro Alves <palves@redhat.com>
13251
13252 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13253 command from "thread apply" invocation.
13254 (thr_apply_info_thr_invalid): Default the expected output to the
13255 input tid list.
13256 (top level): Add tests that use convenience variables. Add tests
13257 for "thread apply" with a valid TID list, but missing the command.
13258
13259 2016-01-13 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/default.exp: Expect $_gthread as well.
13262 * gdb.multi/tids.exp: Test $_gthread.
13263 * gdb.threads/thread-specific.exp: Test $_gthread.
13264
13265 2016-01-13 Pedro Alves <palves@redhat.com>
13266
13267 * gdb.multi/tids.exp: Test "info threads -gid".
13268
13269 2016-01-13 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13272 Breakpoint.thread.
13273 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13274
13275 2016-01-07 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.base/break.exp: Adjust to output changes.
13278 * gdb.base/hbreak2.exp: Likewise.
13279 * gdb.base/sepdebug.exp: Likewise.
13280 * gdb.base/watch_thread_num.exp: Likewise.
13281 * gdb.linespec/keywords.exp: Likewise.
13282 * gdb.multi/info-threads.exp: Likewise.
13283 * gdb.threads/thread-find.exp: Likewise.
13284 * gdb.multi/tids.c: New file.
13285 * gdb.multi/tids.exp: New file.
13286
13287 2016-01-13 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13290
13291 2016-01-13 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.base/default.exp: Expect $_inferior as well.
13294 * gdb.multi/base.exp: Test $_inferior.
13295
13296 2016-01-13 Pedro Alves <palves@redhat.com>
13297
13298 PR breakpoints/19388
13299 * gdb.base/catch-signal-siginfo-cond.c: New file.
13300 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13301
13302 2016-01-12 Josh Stone <jistone@redhat.com>
13303 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13304
13305 * gdb.base/catch-syscall.c (do_execve): New variable.
13306 (main): Conditionally trigger an execve.
13307 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13308 (test_catch_syscall_execve): New, check entry/return across execve.
13309 (do_syscall_tests): Call test_catch_syscall_execve.
13310
13311 2016-01-12 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/random-signal.exp (do_test): New procedure, with body
13314 of testcase moved in.
13315
13316 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13317 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.base/funcargs.exp (finish from indirectly called function):
13320 Reintroduce the case for 'First'.
13321
13322 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13323 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13326 (tcatch_vfork_then_child_follow_exec)
13327 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13328 identification.
13329
13330 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13333 and repeats to unlimited.
13334 * gdb.python/py-value.exp: Likewise.
13335 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13336 and repeats to unlimited.
13337
13338 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13339
13340 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13341 and reordering the functions.
13342 * gdb.multi/hangout.c: Likewise.
13343 * gdb.multi/hello.c: Likewise.
13344
13345 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13346
13347 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13348 absolute.
13349 (SingleStatisticTestResult.report): Use dict.keys instead of
13350 dict.iterkeys.
13351
13352 2016-01-06 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13355
13356 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13357
13358 * gdb.btrace/dlopen.exp: New.
13359 * gdb.btrace/dlopen.c: New.
13360 * gdb.btrace/dlopen-dso.c: New.
13361
13362 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13363
13364 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13365 PATTERN argument is optional.
13366
13367 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13368
13369 * lib/ada.exp (target_compile_ada_from_dir): New function.
13370 (gdb_compile_ada): Reimplement avoiding the use of project files.
13371 * gdb.ada/gnat_ada.gpr: Delete.
13372 * gdb.ada/cond_lang.exp: Adjust test to make path before
13373 filename optional.
13374 * gdb.ada/small_reg_param.exp: Likewise.
13375
13376 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13377
13378 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13379
13380 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13381
13382 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13383 case.
13384
13385 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13386
13387 * gdb.base/break.exp: Remove dead code.
13388 * gdb.base/sepdebug.exp: Likewise.
13389
13390 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13391
13392 * gdb.asm/asm-source.exp: Remove HP-UX references.
13393 * gdb.base/annota1.exp: Likewise.
13394 * gdb.base/annota3.exp: Likewise.
13395 * gdb.base/attach.exp: Likewise.
13396 * gdb.base/bigcore.exp: Likewise.
13397 * gdb.base/break.exp: Likewise.
13398 * gdb.base/call-ar-st.exp: Likewise.
13399 * gdb.base/callfuncs.exp: Likewise.
13400 * gdb.base/catch-fork-static.exp: Likewise.
13401 * gdb.base/display.exp: Likewise.
13402 * gdb.base/foll-exec-mode.exp: Likewise.
13403 * gdb.base/foll-exec.exp: Likewise.
13404 * gdb.base/foll-fork.exp: Likewise.
13405 * gdb.base/foll-vfork.exp: Likewise.
13406 * gdb.base/funcargs.exp: Likewise.
13407 * gdb.base/hbreak2.exp: Likewise.
13408 * gdb.base/inferior-died.exp: Likewise.
13409 * gdb.base/interrupt.exp: Likewise.
13410 * gdb.base/multi-forks.exp: Likewise.
13411 * gdb.base/nodebug.exp: Likewise.
13412 * gdb.base/sepdebug.exp: Likewise.
13413 * gdb.base/solib1.c: Likewise.
13414 * gdb.base/step-test.exp: Likewise.
13415 * gdb.mi/non-stop.c: Likewise.
13416 * gdb.mi/pthreads.c: Likewise.
13417 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13418 * gdb.threads/pthreads.c: Likewise.
13419 * gdb.threads/staticthreads.exp: Likewise.
13420 * lib/future.exp: Likewise.
13421 * lib/gdb.exp: Likewise.
13422 * gdb.base/so-indr-cl.c: Remove.
13423 * gdb.base/so-indr-cl.exp: Likewise.
13424 * gdb.base/solib.c: Likewise.
13425 * gdb.base/solib.exp: Likewise.
13426 * gdb.base/solib2.c: Likewise.
13427
13428 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13429
13430 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13431 * gdb.base/call-ar-st.exp: Likewise.
13432 * gdb.base/callfuncs.exp: Likewise.
13433 * gdb.base/condbreak.exp: Likewise.
13434 * gdb.base/constvars.exp: Likewise.
13435 * gdb.base/hbreak2.exp: Likewise.
13436 * gdb.base/langs.exp: Likewise.
13437 * gdb.base/list.exp: Likewise.
13438 * gdb.base/long_long.exp: Likewise.
13439 * gdb.base/ptype.exp: Likewise.
13440 * gdb.base/scope.exp: Likewise.
13441 * gdb.base/signals.exp: Likewise.
13442 * gdb.base/so-impl-ld.exp: Likewise.
13443 * gdb.base/varargs.exp: Likewise.
13444 * gdb.base/volatile.exp: Likewise.
13445 * gdb.base/whatis.exp: Likewise.
13446 * gdb.cp/cplusfuncs.exp: Likewise.
13447 * gdb.cp/inherit.exp: Likewise.
13448 * gdb.cp/local.exp: Likewise.
13449 * gdb.cp/member-ptr.exp: Likewise.
13450 * gdb.cp/method.exp: Likewise.
13451 * gdb.cp/overload.exp: Likewise.
13452 * gdb.cp/templates.exp: Likewise.
13453 * gdb.stabs/weird.exp: Likewise.
13454 * lib/compiler.c: Likewise.
13455 * lib/compiler.cc: Likewise.
13456 * lib/cp-support.exp: Likewise.
13457 * lib/gdb.exp: Likewise.
13458
13459 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13460
13461 * configure.ac: Remove HP-UX case.
13462 * configure: Regenerate.
13463
13464 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13465
13466 * lib/gdb.exp (gdb_compile): Add function doc.
13467
13468 2015-12-17 Pedro Alves <palves@redhat.com>
13469
13470 PR threads/19354
13471 * gdb.multi/info-threads.exp: New file.
13472
13473 2015-12-15 Yao Qi <yao.qi@linaro.org>
13474
13475 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13476 is aarch64*-*-*.
13477
13478 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13479
13480 * gdb.base/history-duplicates.exp: Skip if no readline support.
13481
13482 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13483
13484 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13485
13486 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13487
13488 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13489
13490 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13491
13492 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13493 ctrl-C if nointerrupts target property is set.
13494 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13495 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13496 * gdb.base/paginate-bg-execution.exp: Likewise.
13497 * gdb.base/paginate-execution-startup.exp: Likewise.
13498 * gdb.base/random-signal.exp: Likewise.
13499 * gdb.base/range-stepping.exp: Likewise.
13500 * gdb.cp/annota2.exp: Likewise.
13501 * gdb.cp/annota3.exp: Likewise.
13502 * gdb.gdb/selftest.exp: Likewise.
13503 * gdb.threads/continue-pending-status.exp: Likewise.
13504 * gdb.threads/leader-exit.exp: Likewise.
13505 * gdb.threads/manythreads.exp: Likewise.
13506 * gdb.threads/pthreads.exp: Likewise.
13507 * gdb.threads/schedlock.exp: Likewise.
13508 * gdb.threads/sigthread.exp: Likewise.
13509
13510 2015-12-11 Don Breazeal <donb@codesourcery.com>
13511
13512 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13513 remote.
13514 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13515 * gdb.base/foll-exec.exp (main): Enable for target remote.
13516 * gdb.base/foll-fork.exp (main): Likewise.
13517 * gdb.base/foll-vfork.exp (main): Likewise.
13518 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13519 (proc continue_to_exit_bp_loc): Use clean_restart.
13520 * gdb.base/pie-execl.exp (main): Disable for target remote.
13521 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13522 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13523 * gdb.threads/execl.exp (main): Likewise.
13524 * gdb.threads/fork-child-threads.exp (main): Likewise.
13525 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13526 remote.
13527 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13528 remote.
13529 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13530 pid.tid style ptids, instead of just tid.
13531 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13532 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13533 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13534 ptids, instead of just tid.
13535
13536 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13537
13538 * gdb.base/list.exp (test_list_forward): Add end of file error
13539 test.
13540 (test_repeat_list_command): Add end of file error test.
13541 (test_list_backwards): Add beginning of file error test.
13542
13543 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13544
13545 * gdb.base/list.exp (test_list_invalid_args): New function,
13546 defined, and called.
13547
13548 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13549
13550 * gdb.base/list.exp (test_list): Make test names unique.
13551
13552 2015-12-11 Yao Qi <yao.qi@linaro.org>
13553
13554 * gdb.base/coremaker2.c: Remove.
13555
13556 2015-12-10 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.multi/base.exp: Remove stale "spaces" references.
13559
13560 2015-12-10 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.multi/base.exp: Don't use nowarnings.
13563 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13564 * gdb.multi/hangout.c: Include stdio.h.
13565 * gdb.multi/hello.c: Include stdlib.h.
13566 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13567 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13568 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13569
13570 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13571
13572 * gdb.dwarf2/dw2-ranges-base.c: New file.
13573 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13574 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13575 support additional line table, and debug ranges generation.
13576 (Dwarf::ranges): New function, generate .debug_ranges.
13577 (Dwarf::lines): Support generating simple line table programs.
13578 (Dwarf::assemble): Initialise new namespace variables.
13579
13580 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13581
13582 * gdb.base/async.exp (proc test_background): Add case for
13583 asynchronous execution not supported.
13584
13585 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13586
13587 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13588 format and change test names to make them unique.
13589
13590 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13591 Pedro Alves <pedro@redhat.com>
13592
13593 PR gdb/18702
13594 Add checking of floatformats setup on x86_64 hosts.
13595 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13596 (smallval, bigval): New labels/constants.
13597 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13598 float" after loading bigval and smallval.
13599
13600 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13601
13602 * gdb.ada/fun_overload_menu.exp: New testcase.
13603 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13604
13605 2015-12-04 Josh Stone <jistone@redhat.com>
13606
13607 * gdb.base/catch-fork-static.exp: New.
13608
13609 2015-12-03 Yao Qi <yao.qi@linaro.org>
13610
13611 * gdb.base/sizeof.c: Don't include stdio.h and
13612 ../lib/unbuffer_output.c.
13613 (main): New variable 'size' and 'value'. Remove printf and
13614 gdb_unbuffer_output. Assign return value to size and value.
13615 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13616 at the beginning.
13617 (check_sizeof): Check the result by printing variable 'size'.
13618 (check_valueof): Check the result by printing variable 'value'.
13619
13620 2015-12-01 Yao Qi <yao.qi@linaro.org>
13621
13622 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13623 for aarch64*-*-linux* target.
13624
13625 2015-11-30 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13628
13629 2015-11-30 Pedro Alves <palves@redhat.com>
13630
13631 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13632 Handle non-stop mode vCont replies.
13633
13634 2015-11-30 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13637 prepare_for_testing. Start gdb with "set non-stop on" appended to
13638 GDBFLAGS. Lax expected stop output.
13639
13640 2015-11-27 Yao Qi <yao.qi@linaro.org>
13641
13642 * gdb.arch/arm-neon.exp: New.
13643 * gdb.arch/arm-neon.c: New.
13644
13645 2015-11-27 Yao Qi <yao.qi@linaro.org>
13646
13647 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13648
13649 2015-11-27 Yao Qi <yao.qi@linaro.org>
13650
13651 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13652 frames-invalid annotation.
13653
13654 2015-11-27 Yao Qi <yao.qi@linaro.org>
13655
13656 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13657
13658 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13659
13660 * gdb.threads/names.exp: New file.
13661 * gdb.threads/names.c: New file.
13662 * README: Mention gdb,no_thread_names.
13663
13664 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13665
13666 PR 19297
13667 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13668 support" error.
13669
13670 2015-11-24 Pedro Alves <palves@redhat.com>
13671
13672 PR 17539
13673 * gdb.base/display.exp: Expect displays to be sorted in ascending
13674 order. Use multi_line.
13675 * gdb.base/solib-display.exp: Likewise.
13676
13677 2015-11-24 Pedro Alves <palves@redhat.com>
13678
13679 PR 17539
13680 * gdb.base/display.exp: Expect displays to be sorted in ascending
13681 order. Use multi_line.
13682 * gdb.base/solib-display.exp: Likewise.
13683
13684 2015-11-24 Pedro Alves <palves@redhat.com>
13685
13686 PR 17539
13687 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13688 threads in ascending order.
13689 * gdb.base/foll-fork.exp: Likewise.
13690 * gdb.base/foll-vfork.exp: Likewise.
13691 * gdb.base/multi-forks.exp: Likewise.
13692 * gdb.mi/mi-nonstop.exp: Likewise.
13693 * gdb.mi/mi-nsintrall.exp: Likewise.
13694 * gdb.multi/base.exp: Likewise.
13695 * gdb.multi/multi-arch.exp: Likewise.
13696 * gdb.python/py-inferior.exp: Likewise.
13697 * gdb.threads/break-while-running.exp: Likewise.
13698 * gdb.threads/execl.exp: Likewise.
13699 * gdb.threads/gcore-thread.exp: Likewise.
13700 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13701 * gdb.threads/kill.exp: Likewise.
13702 * gdb.threads/linux-dp.exp: Likewise.
13703 * gdb.threads/multiple-step-overs.exp: Likewise.
13704 * gdb.threads/next-bp-other-thread.exp: Likewise.
13705 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13706 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13707 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13708 * gdb.threads/thread-find.exp: Likewise.
13709 * gdb.threads/tls.exp: Likewise.
13710 * lib/mi-support.exp (mi_reverse_list): Delete.
13711 (mi_check_thread_states): No longer reverse list.
13712
13713 2015-11-24 Pedro Alves <palves@redhat.com>
13714
13715 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13716 use lowercase.
13717
13718 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13719
13720 * gdb.trace/actions.c: Include trace-common.h.
13721 (main): Add a location for a fast tracepoint.
13722 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13723 the normal tracepoints.
13724 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13725
13726 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13727
13728 * save-trace.exp: Factor out code to these...
13729 (gdb_save_tracepoints): New.
13730 (gdb_load_tracepoints): New.
13731 (do_save_load_test): New.
13732
13733 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13734
13735 * gdb.base/asmlabel.exp: New test.
13736 * gdb.base/asmlabel.c: New test case.
13737
13738 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13739
13740 * gdb.base/wrong_frame_bt_full-main.c: New file.
13741 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13742 * gdb.base/wrong_frame_bt_full.exp: New file.
13743
13744 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13745
13746 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13747
13748 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13749
13750 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13751 pstate register when comparing registers values in
13752 sparc64-*-linux-gnu targets to avoid spurious differences.
13753
13754 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13755
13756 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13757
13758 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13759
13760 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13761 as type argument to gdb_compile.
13762 * gdb.base/nested-subp2.exp: Likewise.
13763 * gdb.base/nested-subp3.exp: Likewise.
13764
13765 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13766
13767 * lib/dwarf.exp (_note): Fix left shift of negative value.
13768 * gdb.trace/trace-condition.exp: Likewise.
13769
13770 2015-11-13 Yao Qi <yao.qi@linaro.org>
13771
13772 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13773 comments about d10v.
13774 (test_scalar_returns): Likewise.
13775 * gdb.base/d10v.ld: Remove.
13776 * gdb.base/overlays.exp: Remove the target triplet checking for
13777 d10v-*-*.
13778 * gdb.base/structs.exp (test_struct_returns): Remove the
13779 comments about d10v.
13780 (test_struct_calls): Likewise.
13781
13782 2015-11-13 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13785 * gdb.base/gnu_vector.c: Don't include stdio.h.
13786 (main): Don't print res and call add_some_intvecs.
13787
13788 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13789
13790 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13791 macro.
13792 (func5): Removed.
13793 (func4): Use FAST_TRACEPOINT_LABEL.
13794 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13795 macro.
13796 (func): Removed.
13797 (thread_function): Use FAST_TRACEPOINT_LABEL.
13798 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13799 (func): Remove.
13800 (marker): Use FAST_TRACEPOINT_LABEL.
13801 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13802 (pendfunc1): Remove.
13803 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13804 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13805 (foo): Remove.
13806 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13807 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13808 macro.
13809 (func): Remove.
13810 (marker): Use FAST_TRACEPOINT_LABEL.
13811 * gdb.trace/trace-common.h: New header.
13812 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13813 macro.
13814 (func): Remove.
13815 (marker): Use FAST_TRACEPOINT_LABEL.
13816 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13817 (func): Remove.
13818 (thread_function): Use FAST_TRACEPOINT_LABEL.
13819
13820 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13821
13822 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13823 in front.
13824 * gdb.trace/change-loc.exp: Use global pcreg definition.
13825 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13826 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13827 in front.
13828 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13829 * gdb.trace/pending.exp: Likewise.
13830 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13831 * gdb.trace/trace-break.exp: Likewise.
13832 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13833 in front.
13834 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13835 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13836 in front.
13837 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13838
13839 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13840
13841 * gdb.ada/fin_fun_out: New testcase.
13842
13843 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13844
13845 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13846 value associated with DW_AT_byte_size.
13847 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13848 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13849 DW_AT_upper_bound.
13850
13851 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13852
13853 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13854 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13855 version.
13856 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13857 gdb.dwarf2/dw2-canonicalize-type.exp,
13858 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13859 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13860 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13861 provided by gdb_target_symbol_prefix_flags_asm.
13862 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13863 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13864 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13865 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13866 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13867 macros where needed). Use this macro for symbols which require
13868 the prefix provided by SYMBOL_PREFIX.
13869
13870 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13871
13872 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13873 New procs.
13874 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13875 representing expressions, of more than one list element.
13876 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13877 to prepend linker symbol prefix to f.
13878 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13879 table_1 and table_2.
13880 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13881 Likewise, for f and g.
13882 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13883 for ptr.
13884 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13885 for main.
13886 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13887 table_1_ptr and table_2_ptr.
13888
13889 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13890 Joel Brobecker <brobecker@adacore.com>
13891
13892 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13893
13894 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13895
13896 * gdb.reverse/s390-mvcle.c: New test.
13897 * gdb.reverse/s390-mvcle.exp: New file.
13898 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13899
13900 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13901
13902 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13903
13904 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13905
13906 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13907 reaching marker2.
13908 * gdb.reverse/getresuid-reverse.exp: Likewise.
13909 * gdb.reverse/pipe-reverse.exp: Likewise.
13910 * gdb.reverse/readv-reverse.exp: Likewise.
13911 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13912 * gdb.reverse/time-reverse.exp: Likewise.
13913 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13914
13915 2015-10-30 Yao Qi <yao.qi@linaro.org>
13916
13917 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13918 (empty_cycle): Remove.
13919 (main): Don't call empty_cycle. Don't use watch_count_done.
13920 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13921 empty_cycle. Rewrite the code counting HW watchpoints.
13922
13923 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13924
13925 * gdb.reverse/fstatat-reverse.c: New test.
13926 * gdb.reverse/fstatat-reverse.exp: New file.
13927 * gdb.reverse/getresuid-reverse.c: New test.
13928 * gdb.reverse/getresuid-reverse.exp: New file.
13929 * gdb.reverse/pipe-reverse.c: New test.
13930 * gdb.reverse/pipe-reverse.exp: New file.
13931 * gdb.reverse/readv-reverse.c: New test.
13932 * gdb.reverse/readv-reverse.exp: New file.
13933 * gdb.reverse/recvmsg-reverse.c: New test.
13934 * gdb.reverse/recvmsg-reverse.exp: New file.
13935 * gdb.reverse/time-reverse.c: New test.
13936 * gdb.reverse/time-reverse.exp: New file.
13937 * gdb.reverse/waitpid-reverse.c: New test.
13938 * gdb.reverse/waitpid-reverse.exp: New file.
13939
13940 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13941
13942 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13943
13944 2015-10-26 Doug Evans <dje@google.com>
13945
13946 PR symtab/17391
13947 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13948 * gdb.dwarf2/bad-regnum.c: New file.
13949 * gdb.dwarf2/bad-regnum.exp: New file.
13950
13951 2015-10-26 Doug Evans <dje@google.com>
13952
13953 PR python/18938
13954 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13955 file.
13956
13957 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13958
13959 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13960 for a change by "Mention language in compile error message".
13961
13962 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13963
13964 PR python/18073
13965 * gdb.python/py-type.c (C::a_method): New.
13966 (C::a_const_method): New.
13967 (C::a_static_method): New.
13968 (a_function): New.
13969 * gdb.python/py-type.exp (test_fields): Test getting fields
13970 from function and method.
13971
13972 2015-10-21 Keven Boell <keven.boell@intel.com>
13973
13974 * gdb.fortran/vla-alloc-assoc.exp: New file.
13975 * gdb.fortran/vla-datatypes.exp: New file.
13976 * gdb.fortran/vla-datatypes.f90: New file.
13977 * gdb.fortran/vla-history.exp: New file.
13978 * gdb.fortran/vla-ptype-sub.exp: New file.
13979 * gdb.fortran/vla-ptype.exp: New file.
13980 * gdb.fortran/vla-sizeof.exp: New file.
13981 * gdb.fortran/vla-sub.f90: New file.
13982 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13983 * gdb.fortran/vla-value-sub-finish.exp: New file.
13984 * gdb.fortran/vla-value-sub.exp: New file.
13985 * gdb.fortran/vla-value.exp: New file.
13986 * gdb.fortran/vla-ptr-info.exp: New file.
13987 * gdb.mi/mi-vla-fortran.exp: New file.
13988 * gdb.mi/vla.f90: New file.
13989
13990 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13991
13992 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13993 of hardwired timeout value.
13994
13995 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13996 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13999 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14000
14001 2015-10-19 Josh Stone <jistone@redhat.com>
14002
14003 * gdb.base/catch-syscall.c: Include <sched.h>.
14004 (unknown_syscall): New variable.
14005 (main): Trigger a vfork and an unknown syscall.
14006 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14007 (unknown_syscall_number): Likewise.
14008 (check_call_to_syscall): Accept an optional syscall pattern.
14009 (check_return_from_syscall): Likewise.
14010 (check_continue): Likewise.
14011 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14012 (test_catch_syscall_skipping_return): New test toggling off 'catch
14013 syscall' to step over the syscall return, then toggling back on.
14014 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14015 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14016 (do_syscall_tests): Call test_catch_syscall_without_args and
14017 test_catch_syscall_mid_vfork.
14018 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14019 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14020
14021 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14022
14023 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14024 print g_vE): Add new pass patterns.
14025 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14026 print various symbol names for vptr fields.
14027
14028 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14029
14030 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14031 results.
14032
14033 2015-10-12 Yao Qi <yao.qi@linaro.org>
14034
14035 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14036
14037 2015-10-12 Yao Qi <yao.qi@linaro.org>
14038
14039 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14040 is aarch64*-*-linux*.
14041
14042 2015-10-12 Yao Qi <yao.qi@linaro.org>
14043
14044 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14045 (can_relocate_bcond_true): ... it.
14046 (can_relocate_bcond_false): New function.
14047 (foo): Likewise.
14048 (can_relocate_bl): Likewise.
14049 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14050 can_relocate_bl.
14051
14052 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14053
14054 * gdb.base/nested-addr.c: New file.
14055 * gdb.base/nested-addr.exp: New testcase.
14056
14057 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14058
14059 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14060 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14061 its output. Ignore the output of "record goto begin" and instead
14062 check that GDB is replaying.
14063
14064 2015-10-09 Pedro Alves <palves@redhat.com>
14065
14066 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14067 (top level): Use it in the run with no args test.
14068
14069 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14070
14071 * gdb.dlang/properties.exp: New file.
14072
14073 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14074
14075 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14076 whether or not address 0x1000 is mapped on the target.
14077
14078 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14079
14080 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14081 build.
14082
14083 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14084
14085 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14086 instruction-history test.
14087
14088 2015-09-28 Doug Evans <dje@google.com>
14089
14090 * gdb.base/gcore.c (array_func): Add reference to static_array.
14091
14092 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14093
14094 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14095 source line.
14096
14097 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14098
14099 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14100 short or char as base type.
14101
14102 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14103
14104 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14105 to allow any size enum.
14106
14107 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14108
14109 * gdb.ada/array_ptr_renaming.exp: New testcase.
14110 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14111 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14112
14113 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14114
14115 * gdb.trace/ftrace-lock.c: New file.
14116 * gdb.trace/ftrace-lock.exp: New file.
14117
14118 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14119
14120 * gdb.arch/insn-reloc.c: New file.
14121 * gdb.arch/ftrace-insn-reloc.exp: New file.
14122
14123 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14124
14125 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14126 instruction.
14127 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14128 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14129 * gdb.trace/range-stepping.c: Likewise.
14130 * gdb.trace/trace-break.c: Likewise.
14131 * gdb.trace/trace-mt.c (thread_function): Likewise.
14132 * gdb.trace/ftrace.c (marker): Likewise.
14133 * gdb.trace/trace-condition.c (marker): Likewise.
14134 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14135 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14136 is_aarch64_target.
14137
14138 2015-09-18 Doug Evans <xdje42@gmail.com>
14139
14140 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14141 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14142
14143 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14144
14145 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14146 the breakpoint.
14147
14148 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14149
14150 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14151 the pending breakpoint. Remove timeout override for "Run till
14152 MI pending breakpoint on pendfunc3 on thread 2" test.
14153
14154 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14155
14156 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14157 filename pattern.
14158
14159 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14160
14161 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14162 in breakpoint filename pattern.
14163
14164 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14165
14166 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14167
14168 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14169
14170 * gdb.linespec/explicit.exp: Check for readline support for
14171 tab-completion tests. Fix obvious typo.
14172
14173 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14174
14175 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14176 and replay.
14177
14178 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14179
14180 * gdb.btrace/non-stop.c: New.
14181 * gdb.btrace/non-stop.exp: New.
14182
14183 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14184 Yao Qi <yao.qi@linaro.org>
14185
14186 * gdb.trace/trace-condition.c: New file.
14187 * gdb.trace/trace-condition.exp: New file.
14188
14189 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14190
14191 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14192 for testing bytecode compilation.
14193
14194 2015-09-16 Pedro Alves <palves@redhat.com>
14195 Sandra Loosemore <sandra@codesourcery.com>
14196
14197 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14198 (SECONDS): Redefine.
14199 (main): Call pthread_kill and alarm early.
14200 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14201 support.
14202 (test): If the target can't hardware step and doesn't support
14203 displaced stepping, increase the timeout.
14204
14205 2015-09-16 Pedro Alves <palves@redhat.com>
14206
14207 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14208 (enable_debug): New procedures.
14209 (test): Use them. Bail out if waiting for threads fails.
14210 (top level): Bail out if a test fails.
14211
14212 2015-09-16 Yao Qi <yao.qi@linaro.org>
14213
14214 * gdb.asm/asm-source.exp: Set asm-arch for
14215 aarch64*-*-* target.
14216 * gdb.asm/aarch64.inc: New file.
14217
14218 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14219
14220 * gdb.ada/array_of_variable_length.exp: New testcase.
14221 * gdb.ada/array_of_variable_length/foo.adb: New file.
14222 * gdb.ada/array_of_variable_length/pck.adb: New file.
14223 * gdb.ada/array_of_variable_length/pck.ads: New file.
14224
14225 2015-09-15 Doug Evans <dje@google.com>
14226
14227 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14228 of function static local variable.
14229
14230 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14231
14232 * gdb.threads/tls-so_extern.exp: New test file.
14233 * gdb.threads/tls-so_extern.c: New test file.
14234 * gdb.threads/tls-so_extern_main.c: New test file.
14235
14236 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14237
14238 * gdb.opt/solib-intra-step-lib.c: New file.
14239 * gdb.opt/solib-intra-step-main.c: New file.
14240 * gdb.opt/solib-intra-step.exp: New file.
14241
14242 2015-09-15 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14245 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14246
14247 2015-09-14 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.base/hook-stop-continue.c: Delete.
14250 * gdb.base/hook-stop-continue.exp: Delete.
14251 * gdb.base/hook-stop-frame.c: Delete.
14252 * gdb.base/hook-stop-frame.exp: Delete.
14253 * gdb.base/hook-stop.c: New file.
14254 * gdb.base/hook-stop.exp: New file.
14255
14256 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14257
14258 * gdb.ada/access_to_packed_array.exp: New testcase.
14259 * gdb.ada/access_to_packed_array/foo.adb: New file.
14260 * gdb.ada/access_to_packed_array/pack.adb: New file.
14261 * gdb.ada/access_to_packed_array/pack.ads: New file.
14262
14263 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14264
14265 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14266 buffer size test.
14267
14268 2015-09-11 Don Breazeal <donb@codesourcery.com>
14269
14270 * gdb.base/foll-exec.c: Add copyright header. Fix
14271 formatting issues.
14272 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14273 (do_exec_tests): Use clean_restart in place of zap_session,
14274 and for test initialization. Fix formatting issues. Use
14275 fail in place of perror.
14276 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14277 an expect statement to match an expression with output from
14278 the program under debug.
14279 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14280 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14281 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14282 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14283 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14284
14285 2015-09-09 Doug Evans <dje@google.com>
14286
14287 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14288
14289 2015-09-09 Doug Evans <dje@google.com>
14290
14291 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14292
14293 2015-09-09 Doug Evans <dje@google.com>
14294
14295 * gdb.base/savedregs.exp: Fix typo.
14296
14297 2015-09-09 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14300
14301 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14302
14303 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14304 command actually switches threads. Give up on remaining
14305 tests if target fails to stop at breakpoint.
14306
14307 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14308
14309 * gdb.ada/funcall_char.exp: New testcase.
14310 * gdb.ada/funcall_char/foo.adb: New file.
14311
14312 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14313
14314 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14315 expected outputs. Add two testcases for completing ambiguous
14316 functions.
14317 * gdb.ada/complete/aux_pck.adb: New file.
14318 * gdb.ada/complete/aux_pck.ads: New file.
14319 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14320 Ambiguous_Func functions.
14321 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14322 * gdb.ada/complete/pck.adb: Likewise.
14323
14324 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14325
14326 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14327 failures to run the test program under GDB.
14328
14329 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14330
14331 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14332 to C.
14333
14334 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14335
14336 * gdb.base/run-after-attach.exp: New test file.
14337 * gdb.base/run-after-attach.c: New test file.
14338
14339 2015-08-26 Don Breazeal <donb@codesourcery.com>
14340
14341 * gdb.base/foll-exec-2.c: New test program.
14342 * gdb.base/foll-exec-2.exp: New test.
14343
14344 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14345
14346 * gdb.base/nested-subp1.exp: New file.
14347 * gdb.base/nested-subp1.c: New file.
14348 * gdb.base/nested-subp2.exp: New file.
14349 * gdb.base/nested-subp2.c: New file.
14350 * gdb.base/nested-subp3.exp: New file.
14351 * gdb.base/nested-subp3.c: New file.
14352
14353 2015-08-24 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.server/connect-without-multi-process.c: New file.
14356 * gdb.server/connect-without-multi-process.exp: New file.
14357
14358 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14359
14360 * gdb.opt/inline-markers.c: Make z int.
14361
14362 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14363
14364 * gdb.opt/inline-markers.c: Make z volatile.
14365
14366 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14367
14368 * gdb.opt/inline-bt.c: New volatile global z.
14369 * gdb.opt/inline-cmds.c: Likewise.
14370 * gdb.opt/inline-locals.c: Likewise.
14371 * gdb.opt/inline-markers.c: New extern global z.
14372 (marker): Use z.
14373 (inline_fn): Likewise.
14374
14375 2015-08-24 Pedro Alves <palves@redhat.com>
14376
14377 * config/m32r-stub.exp: Remove file.
14378 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14379 * gdb.base/call-rt-st.exp: Likewise.
14380 * gdb.base/call-strs.exp: Likewise.
14381 * gdb.base/default.exp: Remove references to h8300-*-hms and
14382 *-*-udi*.
14383 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14384
14385 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14386
14387 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14388 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14389 and "return" use KFAIL when GDB can not read/write the vector
14390 return value.
14391
14392 2015-08-21 Gary Benson <gbenson@redhat.com>
14393
14394 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14395
14396 2015-08-20 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.server/solib-list.exp: No longer expect an interior stop in
14399 non-stop mode.
14400
14401 2015-08-20 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.server/connect-stopped-target.c: New file.
14404 * gdb.server/connect-stopped-target.exp: New file.
14405
14406 2015-08-20 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.dwarf2/comp-unit-lang.exp: New file.
14409 * gdb.dwarf2/comp-unit-lang.c: New file.
14410
14411 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14412
14413 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14414 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14415
14416 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14417
14418 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14419 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14420
14421 2015-08-18 Doug Evans <dje@google.com>
14422 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14423
14424 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14425 skip_python_tests. New arg prompt_regexp.
14426 (skip_python_tests): New function.
14427 * lib/mi-support.exp (mi_skip_python_tests): New function.
14428 * gdb.python/py-mi-objfile-gdb.py: New file.
14429 * gdb.python/py-mi-objfile.c: New file.
14430 * gdb.python/py-mi-objfile.exp: New file.
14431
14432 2015-08-17 Keith Seitz <keiths@redhat.com>
14433
14434 * gdb.linespec/explicit.exp: Move strace test from here ...
14435 * gdb.trace/strace.exp: ... to here.
14436
14437 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14438
14439 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14440 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14441
14442 2015-08-14 Doug Evans <xdje42@gmail.com>
14443
14444 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14445 inferior before selecting a new file.
14446
14447 2015-08-14 Doug Evans <xdje42@gmail.com>
14448
14449 * gdb.mi/mi-disassemble.exp: Update.
14450 * gdb.base/disasm-optim.S: New file.
14451 * gdb.base/disasm-optim.c: New file.
14452 * gdb.base/disasm-optim.h: New file.
14453 * gdb.base/disasm-optim.exp: New file.
14454
14455 2015-08-14 Keith Seitz <keiths@redhat.com>
14456
14457 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14458 "evaluated-by".
14459
14460 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14461
14462 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14463
14464 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14465
14466 * gdb.ada/fun_renaming.exp: New testcase.
14467 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14468 * gdb.ada/fun_renaming/pack.adb: New file.
14469 * gdb.ada/fun_renaming/pack.ads: New file.
14470
14471 2015-08-12 Keith Seitz <keiths@redhat.com>
14472
14473 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14474 gdb_get_line_number.
14475
14476 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14477
14478 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14479 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14480 gdb.base/dso2dso.exp: New files.
14481
14482 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14483 Pedro Alves <palves@redhat.com>
14484 Keith Seitz <keiths@redhat.com>
14485
14486 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14487 GDBFLAGS.
14488
14489 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14490
14491 * gdb.base/gdbhistsize-history.exp
14492 (test_histsize_history_setting): Use save_vars.
14493 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14494 Use save_vars.
14495 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14496 * gdb.base/readline.exp: Use save_vars.
14497
14498 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14499
14500 * lib/gdb.exp (save_vars): New proc.
14501
14502 2015-08-11 Keith Seitz <keiths@redhat.com>
14503
14504 * gdb.base/help.exp: Update help_breakpoint_text.
14505
14506 2015-08-11 Keith Seitz <keiths@redhat.com>
14507
14508 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14509 (at toplevel): Call test_explicit_breakpoints.
14510 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14511 breakpoints.
14512 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14513 breakpoint conditions, "-cond".
14514
14515 2015-08-11 Keith Seitz <keiths@redhat.com>
14516
14517 * gdb.linespec/3explicit.c: New file.
14518 * gdb.linespec/cpexplicit.cc: New file.
14519 * gdb.linespec/cpexplicit.exp: New file.
14520 * gdb.linespec/explicit.c: New file.
14521 * gdb.linespec/explicit.exp: New file.
14522 * gdb.linespec/explicit2.c: New file.
14523 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14524 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14525 before using in the matching pattern.
14526 Clarify that `prefix' is a regular expression.
14527
14528 2015-08-11 Keith Seitz <keiths@redhat.com>
14529
14530 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14531 test.
14532 Add tests for missing ",FMT" and ",".
14533
14534 2015-08-10 Doug Evans <dje@google.com>
14535 Keith Seitz <keiths@redhat.com>
14536
14537 PR gdb/17960
14538 * gdb.base/completion.exp: Add location completer tests.
14539
14540 2015-08-07 Pedro Alves <palves@redhat.com>
14541
14542 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14543 tests here.
14544 (top level): Run do_test with and without displaced stepping.
14545
14546 2015-08-07 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.base/valgrind-disp-step.c: New file.
14549 * gdb.base/valgrind-disp-step.exp: New file.
14550
14551 2015-08-07 Pedro Alves <palves@redhat.com>
14552
14553 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14554 Delete function.
14555 (main): Add alarm. Run an infinite loop instead of calling
14556 wait_threads.
14557 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14558 comment.
14559 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14560 Delete function.
14561 (main): Add alarm. Run an infinite loop instead of calling
14562 wait_threads.
14563 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14564 comment.
14565
14566 2015-08-07 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/checkpoint-ns.exp: New file.
14569 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14570 standard_testfile.
14571
14572 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14573
14574 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14575 * gdb.btrace/instruction_history.exp: Update.
14576 * gdb.btrace/tsx.exp: New.
14577 * gdb.btrace/tsx.c: New.
14578
14579 2015-08-06 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14582 increase timeout.
14583 * gdb.reverse/until-precsave.exp: Bump timeouts.
14584
14585 2015-08-06 Pedro Alves <palves@redhat.com>
14586
14587 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14588
14589 2015-08-06 Pedro Alves <palves@redhat.com>
14590
14591 PR gdb/18749
14592 * gdb.threads/process-dies-while-handling-bp.c: New file.
14593 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14594
14595 2015-08-06 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14598 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14599
14600 2015-08-05 Pedro Alves <palves@redhat.com>
14601
14602 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14603 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14604
14605 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14606
14607 * gdb.base/bp-permanent.exp: Report test as unsupported if
14608 the target cannot stop at the permanent breakpoint.
14609
14610 2015-08-03 Doug Evans <dje@google.com>
14611
14612 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14613 10000.
14614
14615 2015-08-03 Doug Evans <dje@google.com>
14616
14617 * Makefile.in (workers/%.worker, build-perf): New rule.
14618 (GDB_PERFTEST_MODE): New variable.
14619 (check-perf): Use it.
14620 (clean): Clean up gdb.perf parallel build subdirs.
14621 * lib/build-piece.exp: New file.
14622 * lib/gdb.exp (make_gdb_parallel_path): New function
14623 (standard_output_file, standard_temp_file): Call it.
14624 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14625 of $GDB_PARALLEL.
14626 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14627
14628 2015-08-03 Doug Evans <dje@google.com>
14629
14630 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14631 (LOG_FILE_NAME): New global.
14632 (TextReporter.__init__): Initialize self.txt_sum.
14633 (TextReporter.report): Add support for multiple data-points.
14634 Move report to perftest.sum, put raw data in perftest.log.
14635 (TextReporter.start): Open sum and log files.
14636 (TextReporter.end): Close sum and log files.
14637 * gdb.perf/lib/perftest/testresult.py
14638 (SingleStatisticTestResult.record): Handle multiple data-points.
14639
14640 2015-07-31 Pedro Alves <palves@redhat.com>
14641
14642 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14643 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14644 kill_wait_spawned_process instead of explicit "kill -9".
14645 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14646 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14647 kill_wait_spawned_process.
14648 * gdb.base/attach-twice.exp: Likewise.
14649 * gdb.base/attach.exp: Likewise.
14650 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14651 gdb_test_multiple.
14652 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14653 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14654 kill_wait_spawned_process.
14655 * gdb.base/valgrind-infcall.exp: Likewise.
14656 * gdb.multi/multi-attach.exp: Likewise.
14657 * gdb.python/py-prompt.exp: Likewise.
14658 * gdb.python/py-sync-interp.exp: Likewise.
14659 * gdb.server/ext-attach.exp: Likewise.
14660 * gdb.threads/attach-into-signal.exp (corefunc): Use
14661 spawn_wait_for_attach, spawn_id_get_pid and
14662 kill_wait_spawned_process.
14663 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14664 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14665 spawn_id_get_pid and kill_wait_spawned_process.
14666 * gdb.threads/attach-stopped.exp (corefunc): Use
14667 spawn_wait_for_attach, spawn_id_get_pid and
14668 kill_wait_spawned_process.
14669 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14670 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14671 kill_wait_spawned_process instead of explicit "kill -9".
14672 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14673 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14674 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14675 processes. Don't map cygwin/windows pids here. Now returns a
14676 spawn id list.
14677
14678 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14679
14680 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14681 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14682 correct patch.
14683
14684 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14685
14686 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14687
14688 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14689
14690 Reapply:
14691 2014-05-21 Mark Wielaard <mjw@redhat.com>
14692
14693 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14694
14695 2015-07-30 Pedro Alves <palves@redhat.com>
14696
14697 * linux-low.c (handle_extended_wait): Set the child's last
14698 reported status to TARGET_WAITKIND_STOPPED.
14699
14700 2015-07-30 Pedro Alves <palves@redhat.com>
14701
14702 PR threads/18600
14703 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14704 only shows inferior 1.
14705
14706 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14707 Pedro Alves <palves@redhat.com>
14708
14709 PR threads/18600
14710 * gdb.threads/fork-plus-threads.c: New file.
14711 * gdb.threads/fork-plus-threads.exp: New file.
14712
14713 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14714
14715 * gdb.base/batch-preserve-term-settings.exp
14716 (test_terminal_settings_preserved_after_cli_exit): Use
14717 send_quit_command.
14718
14719 2015-07-29 Pedro Alves <palves@redhat.com>
14720 Don Breazeal <donb@codesourcery.com>
14721
14722 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14723 output from both inferior_spawn_id and gdb_spawn_id.
14724
14725 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14726
14727 * gdb.threads/attach-into-signal.exp (corefunc): Use
14728 with_test_prefix on nested loops, uniquefying the test messages.
14729
14730 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14731
14732 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14733 commit.
14734
14735 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14736
14737 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14738 New proc.
14739 (test_terminal_settings_preserved_after_sigterm): New test.
14740
14741 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14742
14743 * gdb.base/batch-preserve-term-settings.exp
14744 (test_terminal_settings_preserved_after_cli_exit): New test.
14745
14746 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14747
14748 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14749 manipulation of saved_gdbflags.
14750 (test_terminal_settings_preserved): Remove global declaration of
14751 the unused variable pagination_prompt. Remove manipulation of
14752 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14753 GDBFLAGS.
14754
14755 2015-07-29 Pedro Alves <palves@redhat.com>
14756
14757 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14758
14759 2015-07-29 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14762 at the top.
14763
14764 2015-07-29 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14767 (main): Call gdb_unbuffer_output.
14768 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14769 (main): Call gdb_unbuffer_output.
14770 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14771 (main): Call gdb_unbuffer_output.
14772 * gdb.base/call-strs.exp: Adjust to step over the
14773 gdb_unbuffer_output call.
14774 * gdb.base/catch-gdb-caused-signals.c: Include
14775 "../lib/unbuffer_output.c".
14776 (main): Call gdb_unbuffer_output.
14777 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14778 (main): Call gdb_unbuffer_output.
14779 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14780 (main): Call gdb_unbuffer_output.
14781 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14782 (main): Call gdb_unbuffer_output.
14783 * gdb.base/shlib-call.exp: Adjust to step over the
14784 gdb_unbuffer_output call.
14785 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14786 (main): Call gdb_unbuffer_output.
14787 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14788 (main): Call gdb_unbuffer_output.
14789 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14790 (main): Rename to ...
14791 (test): ... this.
14792 (main): Reimplement.
14793 * gdb.base/varargs.exp: Run to test instead of to main.
14794 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14795 (main): Call gdb_unbuffer_output.
14796
14797 2015-07-29 Pedro Alves <palves@redhat.com>
14798
14799 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14800 factore out from mi_continue_dprintf. For call-style dprintfs,
14801 expect dprintf output out of $inferior_spawn_id.
14802 (mi_continue_dprintf): Use mi_expect_dprintf.
14803 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14804 (main): Call gdb_unbuffer_output.
14805
14806 2015-07-29 Pedro Alves <palves@redhat.com>
14807
14808 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14809 (default_mi_gdb_start): Set inferior_spawn_id instead of
14810 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14811 gdb_spawn_id.
14812 (mi_gdb_test): Always expect inferior output from both
14813 $inferior_spawn_id and $gdb_spawn_id.
14814
14815 2015-07-29 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14818 send_inferior and $inferior_spawn_id.
14819
14820 2015-07-29 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.gdb/complaints.exp (test_initial_complaints)
14823 (test_serial_complaints, test_short_complaints): Use
14824 gdb_test_stdio.
14825 (test_empty_complaint): Handle $inferior_spawn_id !=
14826 $gdb_spawn_id.
14827
14828 2015-07-29 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/varargs.exp: Use gdb_test_stdio.
14831
14832 2015-07-29 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14835
14836 2015-07-29 Pedro Alves <palves@redhat.com>
14837
14838 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14839
14840 2015-07-29 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14843 parameter into two new parameters, "inf_result" and "gdb_result".
14844 Expect inferior output and gdb output from $inferior_spawn_id and
14845 $gdb_spawn_id, respectively. Adjust all callers.
14846
14847 2015-07-29 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14850 of gdb_test_sequence.
14851
14852 2015-07-29 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14855 (saw_spurious_output): Expect inferior output from
14856 $inferior_spawn_id. Use gdb_test_stdio.
14857
14858 2015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/dprintf.exp: Use standard_testfile. Change
14861 prepare_for_testing call.
14862 (srcfile): Don't set.
14863 (restart): New procedure.
14864 (test_dprintf): New procecure, use to continue over dprintfs.
14865 (test_call, test_agent): New procedures, tests moved here.
14866 Restart gdb and recreate dprintfs. Adjust expected output.
14867
14868 2015-07-29 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14871
14872 2015-07-29 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14875
14876 2015-07-29 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14879 gdb_test_stdio.
14880
14881 2015-07-29 Pedro Alves <palves@redhat.com>
14882
14883 * lib/gdb.exp (gdb_test_stdio): New procedure.
14884
14885 2015-07-29 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14888
14889 2015-07-29 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.base/call-signal-resume.exp: Remove check for
14892 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14893 * gdb.base/unwindonsignal.exp: Likewise.
14894 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14895 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14896
14897 2015-07-29 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.base/siginfo-addr.c (pass): New function.
14900 (handler): Call it iff si_addr is correct.
14901 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14902 Set a breakpoint at "pass" and continue to it.
14903
14904 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14905
14906 * gdb.python/py-objfile.exp: Make some tests have unique names.
14907 * gdb.python/py-pp-registration.exp: Likewise.
14908
14909 2015-07-28 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14912
14913 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14916
14917 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14918
14919 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14920
14921 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14922
14923 * gdb.base/gdb-sigterm-2.exp: New test.
14924
14925 2015-07-25 Doug Evans <xdje42@gmail.com>
14926
14927 Revert:
14928 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14929 (workers/%.worker, build-perf): New rule.
14930 (GDB_PERFTEST_MODE): New variable.
14931 (check-perf): Use it.
14932 (clean): Clean up gdb.perf parallel build subdirs.
14933 * lib/build-piece.exp: New file.
14934 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14935 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14936 name.
14937 (standard_temp_file): Ditto.
14938 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14939 of $GDB_PARALLEL.
14940
14941 2015-07-24 Doug Evans <dje@google.com>
14942
14943 * gdb.perf/lib/perftest/utils.py: New file.
14944 * gdb.perf/gm-hello.cc: New file.
14945 * gdb.perf/gm-pervasive-typedef.cc: New file.
14946 * gdb.perf/gm-pervasive-typedef.h: New file.
14947 * gdb.perf/gm-std.cc: New file.
14948 * gdb.perf/gm-std.h: New file.
14949 * gdb.perf/gm-use-cerr.cc: New file.
14950 * gdb.perf/gm-utils.h: New file.
14951 * gdb.perf/gmonster-null-lookup.py: New file.
14952 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14953 * gdb.perf/gmonster-print-cerr.py: New file.
14954 * gdb.perf/gmonster-ptype-string.py: New file.
14955 * gdb.perf/gmonster-runto-main.py: New file.
14956 * gdb.perf/gmonster-select-file.py: New file.
14957 * gdb.perf/gmonster1-null-lookup.exp: New file.
14958 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14959 * gdb.perf/gmonster1-print-cerr.exp: New file.
14960 * gdb.perf/gmonster1-ptype-string.exp: New file.
14961 * gdb.perf/gmonster1-runto-main.exp: New file.
14962 * gdb.perf/gmonster1-select-file.exp: New file.
14963 * gdb.perf/gmonster1.cc: New file.
14964 * gdb.perf/gmonster1.exp: New file.
14965 * gdb.perf/gmonster2-null-lookup.exp: New file.
14966 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14967 * gdb.perf/gmonster2-print-cerr.exp: New file.
14968 * gdb.perf/gmonster2-ptype-string.exp: New file.
14969 * gdb.perf/gmonster2-runto-main.exp: New file.
14970 * gdb.perf/gmonster2-select-file.exp: New file.
14971 * gdb.perf/gmonster2.cc: New file.
14972 * gdb.perf/gmonster2.exp: New file.
14973
14974 2015-07-24 Doug Evans <dje@google.com>
14975
14976 * gdb.perf/README: New file.
14977 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14978 * lib/gen-perf-test.exp: New file.
14979
14980 2015-07-24 Doug Evans <dje@google.com>
14981
14982 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14983 (PerfTest::startup): New function.
14984 (PerfTest::run): Return result of calling body.
14985 (PerfTest::assemble): Rewrite.
14986 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14987 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14988 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14989 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14990 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14991
14992 2015-07-24 Doug Evans <dje@google.com>
14993
14994 * lib/gdb.exp (clean_restart): Make executable optional.
14995
14996 2015-07-24 Doug Evans <dje@google.com>
14997
14998 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14999 compiler_info references.
15000 * gdb.cp/temargs.exp: Ditto.
15001 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15002 (get_compiler_info): Early exit if already computed. Set compiler_info
15003 to "unknown" if there was a problem.
15004 (test_compiler_info): Add function comment. Call get_compiler_info.
15005
15006 2015-07-24 Doug Evans <dje@google.com>
15007
15008 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15009 (workers/%.worker, build-perf): New rule.
15010 (GDB_PERFTEST_MODE): New variable.
15011 (check-perf): Use it.
15012 (clean): Clean up gdb.perf parallel build subdirs.
15013 * lib/build-piece.exp: New file.
15014 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15015 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15016 name.
15017 (standard_temp_file): Ditto.
15018 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15019 of $GDB_PARALLEL.
15020
15021 2015-07-24 Doug Evans <dje@google.com>
15022
15023 * lib/future.exp (gdb_default_target_compile): New option
15024 "early_flags".
15025 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15026 --as-needed.
15027
15028 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15029
15030 * gdb.base/catch-syscall.exp: Call gdb_exit before
15031 gdb_skip_xml_test.
15032
15033 2015-07-24 Pedro Alves <palves@redhat.com>
15034
15035 * gdb.python/py-events.exp: Accept output between the stop event
15036 and the prompt.
15037 * gdb.python/py-evsignal.exp: Likewise.
15038 * gdb.python/py-evthreads.exp: Likewise.
15039
15040 2015-07-24 Pedro Alves <palves@redhat.com>
15041
15042 PR gdb/18717
15043 * gdb.threads/non-ldr-exit.c: New file.
15044 * gdb.threads/non-ldr-exit.exp: New file.
15045
15046 2015-07-24 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15049 restarting process.
15050
15051 2015-07-24 Yao Qi <yao.qi@linaro.org>
15052
15053 * gdb.server/ext-restart.exp: New file.
15054
15055 2015-07-24 Yao Qi <yao.qi@linaro.org>
15056
15057 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15058 argument options.
15059 * gdb.server/ext-wrapper.exp: New file.
15060
15061 2015-07-23 Doug Evans <dje@google.com>
15062
15063 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15064 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15065
15066 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15067
15068 * gdb.ada/var_arr_typedef.exp: New testcase.
15069 * gdb.ada/var_arr_typedef/pack.adb: New file.
15070 * gdb.ada/var_arr_typedef/pack.ads: New file.
15071 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15072
15073 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15074
15075 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15076
15077 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15078
15079 * gdb.arch/i386-biarch-core.exp: Replace istarget
15080 by "complete set gnutarget". Remove expectation for the "core-file"
15081 command.
15082
15083 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15084
15085 Revert the previous commit:
15086 Tests for validate symbol file using build-id.
15087
15088 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15089
15090 Tests for validate symbol file using build-id.
15091 * gdb.base/solib-mismatch-lib.c: New file.
15092 * gdb.base/solib-mismatch-libmod.c: New file.
15093 * gdb.base/solib-mismatch.c: New file.
15094 * gdb.base/solib-mismatch.exp: New file.
15095
15096 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15097
15098 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15099 nios2-*-linux*.
15100 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15101 * gdb.base/siginfo.exp: Likewise.
15102 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15103
15104 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15105
15106 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15107 Move it to ...
15108 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15109 ... here.
15110 * gdb.trace/range-stepping.exp: Check that the target supports
15111 range stepping.
15112
15113 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15116
15117 2015-07-14 Pedro Alves <palves@redhat.com>
15118
15119 * gdb.base/killed-outside.exp: New file.
15120 * gdb.base/killed-outside.c: New file.
15121
15122 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15123
15124 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15125 (n at main): New.
15126 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15127
15128 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15129
15130 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15131 infcall tests instead of setting up for KFAIL.
15132
15133 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15134
15135 * gdb.btrace/record_goto-step.exp: New.
15136
15137 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15138
15139 PR compile/18484
15140 * gdb.compile/compile.c (struct struct_type): Add volatile to
15141 selffield's type.
15142 * gdb.compile/compile.exp
15143 (compile code struct_object.selffield = &struct_object): Skip further
15144 struct_object tests if this one xfails.
15145
15146 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15147
15148 PR exp/18617
15149 * gdb.trace/ax.exp: Add test.
15150
15151 2015-07-07 Yao Qi <yao.qi@linaro.org>
15152
15153 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15154 instead of istarget "aarch64*-*-*".
15155 * gdb.arch/aarch64-fp.exp: Likewise.
15156 * gdb.base/float.exp: Likewise.
15157 * gdb.reverse/aarch64.exp: Likewise.
15158 * lib/gdb.exp (is_aarch64_target): New proc.
15159
15160 2015-07-07 Yao Qi <yao.qi@linaro.org>
15161
15162 * lib/gdb.exp (is_aarch32_target): New proc.
15163 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15164 instead of "istarget "arm*-*-*"".
15165 * gdb.arch/arm-disp-step.exp: Likewise.
15166 * gdb.arch/thumb-bx-pc.exp: Likewise.
15167 * gdb.arch/thumb-prologue.exp: Likewise.
15168 * gdb.arch/thumb-singlestep.exp: Likewise.
15169 * gdb.base/disp-step-syscall.exp: Likewise.
15170 * gdb.base/float.exp: Likewise.
15171
15172 2015-07-07 Yao Qi <yao.qi@linaro.org>
15173
15174 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15175 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15176
15177 2015-07-07 Yao Qi <yao.qi@linaro.org>
15178
15179 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15180 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15181 if it exists.
15182 * gdb.multi/multi-arch.exp: Likewise.
15183
15184 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15185
15186 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15187 print.
15188
15189 2015-07-07 Yao Qi <yao.qi@linaro.org>
15190
15191 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15192
15193 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15194
15195 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15196 '[' and ']' characters.
15197
15198 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15199
15200 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15201
15202 2015-06-29 Pedro Alves <palves@redhat.com>
15203
15204 PR threads/18127
15205 * gdb.threads/hand-call-new-thread.c: New file.
15206 * gdb.threads/hand-call-new-thread.c: New file.
15207
15208 2015-06-26 Keith Seitz <keiths@redhat.com>
15209 Doug Evans <dje@google.com>
15210
15211 PR 16253
15212 * gdb.cp/var-tag-2.cc: New file.
15213 * gdb.cp/var-tag-3.cc: New file.
15214 * gdb.cp/var-tag-4.cc: New file.
15215 * gdb.cp/var-tag.cc: New file.
15216 * gdb.cp/var-tag.exp: New file.
15217
15218 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15219
15220 * gdb.base/history-duplicates.exp: New test.
15221
15222 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15223
15224 * gdb.base/completion.exp: Test the completion of the "focus"
15225 command.
15226
15227 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15228
15229 * gdb.arch/amd64-prologue-skip.S: New file.
15230 * gdb.arch/amd64-prologue-skip.exp: New file.
15231
15232 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15233
15234 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15235 is_address_zero_readable check.
15236
15237 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15238
15239 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15240 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15241
15242 2015-06-24 Yao Qi <yao.qi@linaro.org>
15243
15244 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15245 linux targets.
15246
15247 2015-06-24 Yao Qi <yao.qi@linaro.org>
15248
15249 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15250 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15251 * gdb.base/siginfo-thread.exp: Likewise.
15252
15253 2015-06-22 Yao Qi <yao.qi@linaro.org>
15254
15255 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15256
15257 2015-06-22 Yao Qi <yao.qi@linaro.org>
15258
15259 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15260 aarch64*-*-*.
15261 (skip_hw_watchpoint_tests): Likewise.
15262
15263 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15264
15265 * gdb.base/gdbinit-history.exp: Test the interaction between
15266 setting GDBHISTSIZE and setting the history size via .gdbinit.
15267
15268 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15269
15270 PR gdb/16999
15271 * gdb.base/gdbhistsize-history.exp: New test.
15272
15273 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15274
15275 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15276 with GDBHISTSIZE.
15277 * gdb.base/readline.exp: Likewise.
15278
15279 2015-06-17 Yao Qi <yao.qi@linaro.org>
15280
15281 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15282 line.
15283
15284 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15285
15286 * gdb.base/gdbinit-history.exp: Add test case to check that
15287 an unlimited history file does not get truncated on exit.
15288
15289 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15290
15291 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15292 (VECTOR): New macro. Use it...
15293 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15294 ...for these typedefs.
15295 (int8, char1, int1, double1): New typedefs.
15296 (struct just_int2, struct two_int2): New structures.
15297 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15298 (add_structvecs, add_singlevecs): New functions.
15299 (main): Call add_some_intvecs twice.
15300 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15301 the compile and exit upon failure. Try compiling for the "native"
15302 architecture. Test inferior function calls with vector arguments
15303 and vector return value handling with "finish" and "return".
15304
15305 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15306
15307 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15308 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15309 PE file.
15310 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15311
15312 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15313
15314 PR breakpoints/16465
15315 * gdb.mi/mi-dprintf-pending.c: New file.
15316 * gdb.mi/mi-dprintf-pending.exp: New test.
15317 * gdb.mi/mi-dprintf-pendshr.c: New file.
15318
15319 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15320 Mircea Gherzan <mircea.gherzan@intel.com>
15321
15322 * gdb.arch/i386-mpx-map.c: New file.
15323 * gdb.arch/i386-mpx-map.exp: New File.
15324
15325 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15326
15327 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15328 * gdb.arch/i386-mpx.exp: Indentation fixed.
15329
15330 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15331
15332 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15333 function and improved indentation.
15334 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15335 gdb_test_multiple. Added additional tests to skip the test.
15336
15337 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15338
15339 * gdb.arch/i386-avx512.c: Change path in include file.
15340 * gdb.arch/i386-avx512.exp: Change include dir path
15341 compilation flag.
15342 * gdb.arch/i386-mpx.c: Change path in include file.
15343 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15344 flag.
15345
15346 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * gdb.compile/compile-print.exp (compile print *vararray@3)
15349 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15350
15351 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15352
15353 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15354 (do not keep jit in memory): ... this.
15355 (expect 5): Change it to ...
15356 (expect no 5): ... this.
15357
15358 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15359
15360 PR gdb/15564
15361 * gdb.mi/mi-detach.exp: New file.
15362
15363 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15364
15365 PR symtab/18392
15366 * gdb.arch/amd64-tailcall-self.S: New file.
15367 * gdb.arch/amd64-tailcall-self.c: New file.
15368 * gdb.arch/amd64-tailcall-self.exp: New file.
15369
15370 2015-05-28 Don Breazeal <donb@codesourcery.com>
15371
15372 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15373 tests for remote targets by checking is_target_gdbserver.
15374
15375 2015-05-27 Doug Evans <dje@google.com>
15376
15377 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15378 * gdb.dwarf2/opaque-type-lookup.c: New file.
15379 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15380
15381 2015-05-26 Doug Evans <dje@google.com>
15382
15383 * gdb.cp/iostream.cc: New file.
15384 * gdb.cp/iostream.exp: New file.
15385
15386 2015-05-26 Doug Evans <dje@google.com>
15387
15388 * gdb.dwarf2/dw2-op-call.exp: Update.
15389 * gdb.dwarf2/dw4-sig-types.exp: Update.
15390 * gdb.dwarf2/implptr.exp: Update.
15391 * gdb.mi/mi-cmd-param-changed.exp: Update.
15392
15393 2015-05-26 Doug Evans <dje@google.com>
15394
15395 * gdb.python/py-lazy-string.c: New file.
15396 * gdb.python/py-lazy-string.exp: New file.
15397 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15398 (main): Update. Add estring3.
15399 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15400 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15401
15402 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15403 Yao Qi <yao.qi@linaro.org>
15404
15405 * gdb.reverse/aarch64.c: New.
15406 * gdb.reverse/aarch64.exp: New.
15407
15408 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15409
15410 * lib/gdb.exp (supports_process_record): Return true for
15411 aarch64*-linux*.
15412 (supports_reverse): Likewise.
15413
15414 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15415
15416 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15417 Use with_test_prefix.
15418
15419 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15420
15421 * gdb.base/completion.exp: Add test for completion of layout
15422 names.
15423
15424 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15425
15426 * lib/gdb.exp (skip_tui_tests): New proc.
15427 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15428
15429 2015-05-19 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15432 Save the whole env array instead of just HOME. Unset HISTSIZE in
15433 the environment while testing. Restore whole environment
15434 afterwards.
15435
15436 2015-05-16 Doug Evans <xdje42@gmail.com>
15437
15438 * gdb.guile/scm-ports.c: New file.
15439 * gdb.guile/scm-ports.exp: Add memory port tests.
15440
15441 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15442
15443 * gdb.compile/compile-print.c: New file.
15444 * gdb.compile/compile-print.exp: New file.
15445
15446 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15447
15448 * gdb.compile/compile-ops.exp: Cast param to void.
15449 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15450 (compile code struct_object.selffield = &struct_object): Add xfail.
15451
15452 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15453
15454 * gdb.ada/arr_enum_with_gap: New testcase.
15455
15456 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15457
15458 * gdb.ada/byte_packed_arr: New testcase.
15459
15460 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15461
15462 * gdb.ada/pckd_neg: New testcase.
15463
15464 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15465
15466 PR gdb/17820
15467 * gdb.base/gdbinit-history.exp: New test.
15468 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15469 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15470
15471 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15472
15473 * gdb.python/py-xmethods.cc: Enhance test case.
15474 * gdb.python/py-xmethods.exp: New tests.
15475 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15476 function.
15477 (B_indexoper): Likewise.
15478 (global_dm_list) : Add new xmethod worker functions.
15479
15480 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15481
15482 * gdb.base/coredump-filter.exp: Correctly unset
15483 "coredump_var_addr" array.
15484
15485 2015-05-08 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.server/non-existing-program.exp: Unset spawn_id.
15488
15489 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15490
15491 PR python/18291
15492 * gdb.python/py-xmethods.exp: Add tests.
15493
15494 2015-05-08 Yao Qi <yao.qi@linaro.org>
15495
15496 PR gdb/18208
15497 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15498 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15499 function set_coredump_filter, and remove remote_exec call.
15500 Remove argument ipid. Callers update.
15501 (top level): Don't get inferior's PID.
15502
15503 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15504
15505 * gdb.base/watch_thread_num.exp: Skip test on targets without
15506 access watchpoints.
15507
15508 2015-05-06 Pedro Alves <palves@redhat.com>
15509
15510 PR server/18081
15511 * gdb.server/non-existing-program.exp: New file.
15512
15513 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15514
15515 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15516
15517 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15518
15519 * gdb.ada/out_of_line_in_inlined: New testcase.
15520
15521 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15522
15523 * gdb.ada/var_rec_arr: New testcase.
15524
15525 2015-04-30 Yao Qi <yao.qi@linaro.org>
15526
15527 * gdb.base/break-idempotent.exp: If
15528 skip_hw_watchpoint_multi_tests returns true, skip the tests
15529 on "rwatch" and "awatch".
15530
15531 2015-04-30 Yao Qi <yao.qi@linaro.org>
15532
15533 * gdb.base/relativedebug.exp: Invoke gdb command
15534 "info sharedlibrary", and if libc.so doesn't have debug info,
15535 skip the test.
15536
15537 2015-04-29 Doug Evans <dje@google.com>
15538
15539 * gdb.python/py-xmethods.exp: Add ptype tests.
15540 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15541 get_result_type method.
15542
15543 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15544
15545 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15546 the target does not support hardware watchpoints.
15547
15548 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15549
15550 * gdb.base/break-always.exp: Abort testing if writing to memory
15551 causes an error.
15552
15553 2015-04-28 Doug Evans <dje@google.com>
15554
15555 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15556 * gdb.python/py-pp-registration.exp: ... here. New file.
15557 * gdb.python/py-pp-registration.c: New file.
15558 * gdb.python/py-pp-registration.py: New file.
15559
15560 2015-04-28 Doug Evans <dje@google.com>
15561
15562 * gdb.python/py-bad-printers.c: New file.
15563 * gdb.python/py-bad-printers.py: New file.
15564 * gdb.python/py-bad-printers.exp: New file.
15565
15566 2015-04-28 Sasha Smundak <asmundak@google.com>
15567
15568 * gdb.python/py-type.exp: New test.
15569
15570 2015-04-28 Andy Wingo <wingo@igalia.com>
15571
15572 * gdb.python/py-parameter.exp:
15573 * gdb.guile/scm-parameter.exp: Escape the path that we are
15574 matching against, as it might contain characters that are special
15575 to regular expressions.
15576
15577 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15578
15579 * gdb.ada/rec_comp: New testcase.
15580
15581 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15582
15583 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15584 before using it.
15585
15586 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15587
15588 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15589 new tests for verilog output.
15590
15591 2015-04-24 Yao Qi <yao.qi@linaro.org>
15592
15593 * boards/remote-gdbserver-on-localhost.exp: New file.
15594
15595 2015-04-23 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15598 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15599 "end of file", remove $inferior_spawn_id from the indirect list.
15600
15601 2015-04-23 Pedro Alves <palves@redhat.com>
15602
15603 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15604
15605 2015-04-23 Pedro Alves <palves@redhat.com>
15606
15607 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15608 on $any_spawn_id instead of only on $gdb_spawn_id.
15609
15610 2015-04-21 Pierre Muller <muller@sourceware.org>
15611
15612 PR pascal/17815
15613 * lib/pascal.exp (gpc_compile): Add new option "class".
15614 (fpc_compile): Likewise.
15615 * gdb.pascal/case-insensitive-symbols.pas: New file.
15616 * gdb.pascal/case-insensitive-symbols.exp: New file.
15617
15618 2015-04-20 Gary Benson <gbenson@redhat.com>
15619
15620 * gdb.base/attach.exp: Fix three extended remote failures.
15621
15622 2015-04-17 Gary Benson <gbenson@redhat.com>
15623
15624 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15625 the main executable over the remote protocol.
15626
15627 2015-04-16 Pedro Alves <palves@redhat.com>
15628
15629 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15630 a new gdbserver if gdbserver_reconnect_p is set.
15631
15632 2015-04-16 Pedro Alves <palves@redhat.com>
15633
15634 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15635 is set, don't exit gdbserver.
15636
15637 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15638
15639 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15640 appropriate .insn, such that an older assembler can be used.
15641 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15642 the z/Architecture instruction set on 31-bit targets as well.
15643
15644 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15645
15646 * gdb.go/handcall.exp: Remove all logic related to the first
15647 breakpoint and rely on go_runto_main instead.
15648 * gdb.go/strings.exp: Likewise.
15649 * gdb.go/unsafe.exp: Likewise.
15650 * gdb.go/hello.exp: Likewise. Also rename the remaining
15651 breakpoint marker to "breakpoint 1".
15652 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15653 * gdb.go/strings.go: Likewise.
15654 * gdb.go/unsafe.go: Likewise.
15655 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15656 "set breakpoint 2 here" and rename the remaining breakpoint marker
15657 to "breakpoint 1".
15658
15659 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15660
15661 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15662 if itertools.imap is not present.
15663 * gdb.python/py-objfile.exp: Add parentheses.
15664 * gdb.python/py-type.exp: Same.
15665 * gdb.python/py-unwind-maint.py: Same.
15666
15667 2015-04-15 Yao Qi <yao.qi@linaro.org>
15668
15669 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15670 of ":$ptr_size" and set its form explicitly.
15671
15672 2015-04-15 Pedro Alves <palves@redhat.com>
15673 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15676 timeout by factor of 4.
15677 (test_regular_watch): Likewise.
15678 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15679 * gdb.reverse/sigall-reverse.exp: Likewise.
15680 * gdb.reverse/until-precsave.exp: Likewise.
15681 * lib/gdb.exp (with_timeout_factor): New proc.
15682 (gdb_expect): Move some code to ...
15683 (get_largest_timeout): ... here. New procedure.
15684
15685 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15686
15687 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15688
15689 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15690
15691 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15692 to write to the .text section.
15693
15694 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15695
15696 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15697 Handle the case of targets that do not provide PID information.
15698
15699 2015-04-13 Yao Qi <yao.qi@linaro.org>
15700
15701 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15702 and use expect instead of gdb_expect.
15703
15704 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15705
15706 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15707 "coredump_var_addr" to avoid naming conflict with other testcases.
15708
15709 2015-04-10 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15712 gdb_test_sequence and gdb_assert.
15713
15714 2015-04-10 Pedro Alves <palves@redhat.com>
15715
15716 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15717 test messages that don't include the breakpoint address.
15718
15719 2015-04-10 Yao Qi <yao.qi@linaro.org>
15720
15721 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15722 false for some offset and width combinations which aren't
15723 supported by linux kernel.
15724
15725 2015-04-10 Pedro Alves <palves@redhat.com>
15726
15727 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15728 procedure, factored out from ...
15729 (top level): ... here. Add "set displaced-stepping" testing axis.
15730 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15731 parameter "displaced". Use it.
15732 (top level): Use foreach and add "set displaced-stepping" testing
15733 axis.
15734
15735 2015-04-10 Pedro Alves <palves@redhat.com>
15736
15737 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15738 Remove comment.
15739 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15740 both the address of the instruction that triggers the watchpoint
15741 and the address of the instruction immediately after, and use
15742 those addresses for the test. Fix comment.
15743
15744 2015-04-10 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/sigstep.exp (breakpoint_to_handler)
15747 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15748 Test "backtrace" in handler.
15749 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15750 (top level): Add new "displaced" test axis to
15751 breakpoint_to_handler, breakpoint_to_handler_entry and
15752 breakpoint_over_handler.
15753
15754 2015-04-10 Pedro Alves <palves@redhat.com>
15755
15756 PR gdb/18216
15757 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15758
15759 2015-04-10 Yao Qi <yao.qi@linaro.org>
15760
15761 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15762 (test_add_rn_pc): New function.
15763 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15764 (top level): Invoke test_add_rn_pc.
15765
15766 2015-04-10 Pedro Alves <palves@redhat.com>
15767
15768 PR gdb/13858
15769 * gdb.base/step-over-no-symbols.exp: New file.
15770
15771 2015-04-09 Andy Wingo <wingo@igalia.com>
15772
15773 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15774 after the Python tests.
15775
15776 2015-04-08 Keith Seitz <keiths@redhat.com>
15777
15778 PR python/16699
15779 * gdb.python/py-completion.exp: New tests for completion.
15780 * gdb.python/py-completion.py (CompleteLimit1): New class.
15781 (CompleteLimit2): Likewise.
15782 (CompleteLimit3): Likewise.
15783 (CompleteLimit4): Likewise.
15784 (CompleteLimit5): Likewise.
15785 (CompleteLimit6): Likewise.
15786 (CompleteLimit7): Likewise.
15787
15788 2015-04-08 Pedro Alves <palves@redhat.com>
15789
15790 PR gdb/18214
15791 PR gdb/18216
15792 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15793 function.
15794 (main): Install it as SIGUSR1 handler.
15795 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15796 parameter. Always use "setup" as prefix. Toggle "set
15797 displaced-stepping" off/on depending on global. Don't switch to
15798 thread 1 here.
15799 (top level): Add displaced stepping "off/on" test axis. Update
15800 "setup" calls. Wrap each subtest with with_test_prefix. Test
15801 continuing with a queued signal in each thread.
15802
15803 2015-04-08 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15806 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15807 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15808 Return early if running to main fails.
15809 * gdb.trace/while-stepping.exp: Likewise.
15810
15811 2015-04-07 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15814 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15815 interact with inferior program.
15816
15817 2015-04-07 Pedro Alves <palves@redhat.com>
15818
15819 * lib/gdb.exp (inferior_spawn_id): New global.
15820 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15821 spawn id after processing the user code.
15822 (default_gdb_start): Set inferior_spawn_id.
15823 (send_inferior): New procedure.
15824 * lib/gdbserver-support.exp (gdbserver_start): Set
15825 inferior_spawn_id.
15826 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15827
15828 2015-04-07 Pedro Alves <palves@redhat.com>
15829
15830 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15831 * lib/gdbserver-support.exp (gdbserver_start): Make
15832 $server_spawn_id global.
15833 (gdbserver_start): Don't wait for gdbserver's spawn id with
15834 expect_background.
15835 (close_gdbserver): New procedure.
15836 (gdb_exit): Rename the default version and reimplement.
15837
15838 2015-04-07 Pedro Alves <palves@redhat.com>
15839
15840 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15841 append the substituted item, not the original item.
15842
15843 2015-04-07 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15846 gdb_expect.
15847
15848 2015-04-07 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15851 output appearing once only.
15852
15853 2015-04-07 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15856 that doesn't expect anything. Return early if running to main
15857 fails.
15858
15859 2015-04-07 Yao Qi <yao.qi@linaro.org>
15860
15861 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15862 (child_function): Call alarm.
15863 (main): Move call to alarm into the loop.
15864 * gdb.threads/non-stop-fair-events.exp: Build program with
15865 -DTIMEOUT=$timeout.
15866
15867 2015-04-06 Doug Evans <xdje42@gmail.com>
15868
15869 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15870 Fix dest parameter to board_info.
15871 (fpc_compile): Ditto.
15872 (gdb_compile_pascal): Rename dest arg to destfile.
15873
15874 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15875
15876 * gdb.ada/funcall_ref.exp: New file.
15877 * gdb.ada/funcall_ref/foo.adb: New file.
15878
15879 2015-04-02 Yao Qi <yao.qi@linaro.org>
15880
15881 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15882 is remote.
15883
15884 2015-04-02 Gary Benson <gbenson@redhat.com>
15885
15886 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15887
15888 2015-04-01 Sasha Smundak <asmundak@google.com>
15889
15890 * gdb.python/py-unwind-maint.c: New file.
15891 * gdb.python/py-unwind-maint.exp: New test.
15892 * gdb.python/py-unwind-maint.py: New file.
15893 * gdb.python/py-unwind.c: New file.
15894 * gdb.python/py-unwind.exp: New test.
15895 * gdb.python/py-unwind.py: New test.
15896
15897 2015-04-01 Pedro Alves <palves@redhat.com>
15898
15899 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15900 to fail instead of non-existent $test.
15901
15902 2015-04-01 Pedro Alves <palves@redhat.com>
15903
15904 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15905 GDBFLAGS if not empty.
15906
15907 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15908
15909 * gdb.ada/complete.exp: Remove "multi_line".
15910 * gdb.ada/info_exc.exp: Remove "multi_line".
15911 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15912 * gdb.ada/ptype_field.exp: Remove "multi_line".
15913 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15914 * gdb.ada/tagged.exp: Remove "multi_line".
15915 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15916 [multi_line ...]
15917 * gdb.btrace/delta.exp: Likewise.
15918 * gdb.btrace/exception.exp: Likewise.
15919 * gdb.btrace/function_call_history.exp: Likewise.
15920 * gdb.btrace/instruction_history.exp: Likewise.
15921 * gdb.btrace/nohist.exp: Likewise.
15922 * gdb.btrace/record_goto.exp: Likewise.
15923 * gdb.btrace/segv.exp: Likewise.
15924 * gdb.btrace/stepi.exp: Likewise.
15925 * gdb.btrace/tailcall.exp: Likewise.
15926 * gdb.btrace/unknown_functions.exp: Likewise.
15927 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15928 * lib/gdb.exp: Add the "multi_line" helper.
15929
15930 2015-04-01 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.threads/tid-reuse.c: New file.
15933 * gdb.threads/tid-reuse.exp: New file.
15934
15935 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15936
15937 PR corefiles/16092
15938 * gdb.base/coredump-filter.c: New file.
15939 * gdb.base/coredump-filter.exp: Likewise.
15940
15941 2015-03-27 Petr Machata <pmachata@redhat.com>
15942
15943 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15944 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15945 (Dwarf::assemble): Initialize them.
15946 (Dwarf::lines): New function.
15947
15948 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15949
15950 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15951 SYMBOL_PREFIX for x86_64-*-cygwin.
15952
15953 2015-03-26 Andy Wingo <wingo@igalia.com>
15954
15955 PR symtab/18148
15956 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15957 const_value but not a location.
15958 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15959 location defined in non-main CUs are visible.
15960
15961 2015-03-26 Yao Qi <yao.qi@linaro.org>
15962
15963 PR testsuite/18139
15964 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15965 Add a line number entry for the same line.
15966 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15967 Add a line number entry for the same line.
15968
15969 2015-03-26 Yao Qi <yao.qi@linaro.org>
15970
15971 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15972 .int 0.
15973 (func): Likewise. Add .Lfunc_1 label.
15974 Use .Lfunc_1 label.
15975 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15976 .int 0.
15977 (func): Likewise.
15978 Use .Lfunc_1 label.
15979
15980 2015-03-26 Yao Qi <yao.qi@linaro.org>
15981
15982 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15983 Call gdb_compile instead to compile each .s files without debug
15984 information.
15985
15986 2015-03-26 Yao Qi <yao.qi@linaro.org>
15987
15988 * gdb.base/savedregs.exp (process_saved_regs): Make
15989 "Saved registers:" optional in the pattern.
15990
15991 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15992
15993 * gdb.btrace/next.exp: Merged into step.exp.
15994 * gdb.btrace/finish.exp: Merged into step.exp.
15995 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15996 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15997 "record goto" and checking the exact replay position.
15998 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15999 check for "Recording format" in "info record" output.
16000 * gdb.btrace/record_goto.exp: Choose test file based on target.
16001 * gdb.btrace/x86-record_goto.S: Renamed into ...
16002 * gdb.btrace/x86_64-record_goto.S: ... this.
16003 * gdb.btrace/i686-record_goto.S: New.
16004 * gdb.btrace/x86-tailcall.S: Renamed into ...
16005 * gdb.btrace/x86_64-tailcall.S: ... this.
16006 * gdb.btrace/i686-tailcall.S: New.
16007 * gdb.btrace/x86-tailcall.c: Renamed into ...
16008 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16009 separate statements. Update test.
16010 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16011 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16012 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16013 * gdb.btrace/tailcall.exp: Choose test file based on target.
16014 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16015
16016 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16017
16018 * gdb.btrace/exception.exp: Increase BTS buffer size.
16019
16020 2015-03-24 Pedro Alves <palves@redhat.com>
16021
16022 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16023
16024 2015-03-24 Pedro Alves <palves@redhat.com>
16025
16026 * gdb.threads/schedlock.exp (test_step): No longer expect that
16027 "set scheduler-locking step" with "next" over a function call runs
16028 threads unlocked.
16029
16030 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16031
16032 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16033
16034 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16035
16036 PR breakpoints/16466
16037 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16038 * gdb.mi/mi-pending.c (thread_func): New function.
16039 (int main): Add threading support required.
16040 * gdb.mi/mi-pending.exp: Add tests for this issue.
16041 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16042 (pendfunc2): Remove stdio dependency.
16043 * gdb.mi/mi-pendshr2.c: New file.
16044
16045 2015-03-23 Keith Seitz <keiths@redhat.com>
16046
16047 * gdb.linespec/keywords.c: New file.
16048 * gdb.linespec/keywords.exp: New file.
16049
16050 2015-03-23 Keith Seitz <keiths@redhat.com>
16051
16052 PR gdb/18021
16053 * gdb.dwarf2/staticvirtual.exp: New test.
16054
16055 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16056
16057 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16058 * README: Remove HP-UX and gdb.hp.
16059 (configuration):
16060 * configure: Regenerate.
16061 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16062 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16063 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16064 gdb.hp/gdb.defects/Makefile.
16065 * gdb.hp/Makefile.in: File deleted.
16066 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16067 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16068 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16069 * gdb.hp/gdb.aCC/run.c: File deleted.
16070 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16071 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16072 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16073 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16074 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16075 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16076 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16077 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16078 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16079 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16080 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16081 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16082 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16083 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16084 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16085 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16086 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16087 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16088 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16089 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16090 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16091 * gdb.hp/gdb.compat/average.c: File deleted.
16092 * gdb.hp/gdb.compat/sum.c: File deleted.
16093 * gdb.hp/gdb.compat/xdb.c: File deleted.
16094 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16095 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16096 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16097 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16098 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16099 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16100 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16101 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16102 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16103 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16104 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16105 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16106 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16107 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16108 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16109 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16110 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16111 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16112 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16113 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16114 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16115 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16116 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16117 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16118 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16119 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16120 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16121 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16122 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16123 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16124 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16125 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16126 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16127 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16128 * gdb.hp/tools/odump: File deleted.
16129
16130 2015-03-19 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16133 (saw_thread_3): New globals.
16134 (top level): Increment them when an event for the corresponding
16135 thread is seen.
16136 (no thread starvation): New test.
16137
16138 2015-03-19 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.threads/continue-pending-status.c: New file.
16141 * gdb.threads/continue-pending-status.exp: New file.
16142
16143 2015-03-18 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16146 Use gdb_is_target_remote instead of is_remote. Use
16147 gdb_test_multiple instead of gdb_expect. Exit early if
16148 gdb_test_multiple hits its internal matches. Tighten stepi tests
16149 expected output. Fail on exit with any signal, instead of just
16150 SIGILL.
16151
16152 2015-03-18 Yao Qi <yao.qi@linaro.org>
16153
16154 PR tdep/18107
16155 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16156 variable.
16157 * gdb.base/catch-syscall.exp: Don't skip it on
16158 aarch64*-*-linux* target. Remove elements in all_syscalls.
16159 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16160 target.
16161 (setup_all_syscalls): New proc.
16162
16163 2015-03-16 Yao Qi <yao.qi@linaro.org>
16164
16165 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16166 (top level): Skip tests if valid_addr_p returns false for
16167 $cmd1 or $cmd2.
16168
16169 2015-03-11 Andy Wingo <wingo@igalia.com>
16170
16171 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16172
16173 2015-03-11 Yao Qi <yao.qi@linaro.org>
16174
16175 * gdb.base/catch-syscall.exp: Fix typo in comments.
16176
16177 2015-03-11 Yao Qi <yao.qi@linaro.org>
16178
16179 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16180
16181 2015-03-09 Pedro Alves <palves@redhat.com>
16182
16183 * dg-extract-results.py: Delete.
16184
16185 2015-03-09 Pedro Alves <palves@redhat.com>
16186
16187 Merge dg-extract-results.sh from GCC upstream (r218843).
16188
16189 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16190 * dg-extract-results.sh: Use --text with grep to avoid issues with
16191 binary files. Fall back to cat -v, if that doesn't work.
16192
16193 2015-03-05 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16196
16197 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16198
16199 * lib/mi-support.exp (mi_expect_interrupt): Accept
16200 alternative event for when in all-stop mode.
16201
16202 2015-03-04 Pedro Alves <palves@redhat.com>
16203
16204 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16205
16206 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16207
16208 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16209
16210 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16211
16212 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16213 regexps for GDB's current line display, accept a hex address
16214 preceding the line number.
16215
16216 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16217
16218 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16219 the 'arch1' variable for "s390*-linux*" targets.
16220
16221 2015-03-04 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16224 (main): Pass missing retval argument to pthread_join call.
16225
16226 2015-03-02 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16229 (top level): Call do_test with non-stop as well.
16230
16231 2015-03-02 Pedro Alves <palves@redhat.com>
16232
16233 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16234 -1.
16235
16236 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16237
16238 * gdb.arch/s390-vregs.exp: New test.
16239 * gdb.arch/s390-vregs.S: New file.
16240
16241 2015-02-27 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16244 call to catch_command_errors.
16245 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16246 catch_command_errors.
16247
16248 2015-02-27 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16251 "true" for boolean result.
16252 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16253 prototype of main.
16254
16255 2015-02-27 Pedro Alves <palves@redhat.com>
16256
16257 * lib/unbuffer_output.c: New file.
16258 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16259 (main): Call gdb_unbuffer_output.
16260
16261 2015-02-27 Yao Qi <yao.qi@linaro.org>
16262
16263 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16264 target.
16265
16266 2015-02-26 Doug Evans <dje@google.com>
16267
16268 * gdb.cp/class2.cc (Dbase, D): New classes.
16269 (main): New local delta.
16270 * gdb.cp/class2.exp: Test printing delta.
16271 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16272 (dynbar): New global.
16273 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16274
16275 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16276
16277 * gdb.compile/compile-ifunc.c: New file.
16278 * gdb.compile/compile-ifunc.exp: New file.
16279
16280 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16281
16282 * gdb.base/structs.exp: Check for correct struct on finish.
16283
16284 2015-02-26 Yao Qi <yao.qi@linaro.org>
16285
16286 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16287 is zero.
16288
16289 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 * gdb.arch/cordic.ko.bz2: New file.
16292 * gdb.arch/cordic.ko.debug.bz2: New file.
16293 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16294
16295 2015-02-25 Yao Qi <yao.qi@linaro.org>
16296
16297 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16298 aarch64*-*-* target.
16299
16300 2015-02-23 Pedro Alves <palves@redhat.com>
16301
16302 * lib/gdb.exp (delete_breakpoints): Rewrite using
16303 gdb_test_multiple.
16304
16305 2015-02-23 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.base/info-os.c: Include stdlib.h.
16308
16309 2015-02-22 Doug Evans <xdje42@gmail.com>
16310
16311 PR symtab/17855
16312 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16313 is read after symbols have been re-read.
16314 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16315 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16316
16317 2015-02-21 Doug Evans <dje@google.com>
16318
16319 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16320
16321 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16322
16323 PR corefiles/17808
16324 * gdb.arch/i386-biarch-core.core.bz2: New file.
16325 * gdb.arch/i386-biarch-core.exp: New file.
16326
16327 2015-02-21 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16330 runto_main fails.
16331
16332 2015-02-20 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16335 info probes.
16336
16337 2015-02-20 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16340
16341 2015-02-20 Pedro Alves <palves@redhat.com>
16342
16343 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16344 clean_restart before gdb_target_supports_trace.
16345
16346 2015-02-20 Pedro Alves <palves@redhat.com>
16347
16348 PR threads/18006
16349 * gdb.threads/clone-thread_db.c: New file.
16350 * gdb.threads/clone-thread_db.exp: New file.
16351
16352 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16353
16354 PR breakpoints/16812
16355 * gdb.base/catch-gdb-caused-signals.c: New file.
16356 * gdb.base/catch-gdb-caused-signals.exp: New file.
16357
16358 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16359
16360 * configure: Regenerated.
16361 * configure.ac: Use GDB_AC_TRANSFORM.
16362 * aclocal.m4: sinclude ../transform.m4.
16363
16364 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16365
16366 * lib/dtrace.exp: New file.
16367 * gdb.base/dtrace-probe.exp: Likewise.
16368 * gdb.base/dtrace-probe.d: Likewise.
16369 * gdb.base/dtrace-probe.c: Likewise.
16370 * lib/pdtrace.in: Likewise.
16371 * configure.ac: Output variables with the transformed names of
16372 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16373 * configure: Regenerated.
16374
16375 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16376
16377 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16378 expected message when trying to access $_probe_* convenience
16379 variables while not on a probe.
16380
16381 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16382
16383 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16384
16385 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16386
16387 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16388 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16389
16390 2015-02-10 Doug Evans <xdje42@gmail.com>
16391
16392 * lib/gdb.exp (gdb_load): Always return a result.
16393
16394 2015-02-10 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.threads/signal-sigtrap.c: New file.
16397 * gdb.threads/signal-sigtrap.exp: New file.
16398
16399 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16400
16401 * gdb.trace/no-attach-trace.c: New file.
16402 * gdb.trace/no-attach-trace.exp: New file.
16403
16404 2015-02-09 Mark Wielaard <mjw@redhat.com>
16405
16406 * gdb.dwarf2/atomic.c: New file.
16407 * gdb.dwarf2/atomic-type.exp: Likewise.
16408
16409 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16410
16411 * gdb.btrace/buffer-size.exp: Update "info record" output.
16412 * gdb.btrace/delta.exp: Update "info record" output.
16413 * gdb.btrace/enable.exp: Update "info record" output.
16414 * gdb.btrace/finish.exp: Update "info record" output.
16415 * gdb.btrace/instruction_history.exp: Update "info record" output.
16416 * gdb.btrace/next.exp: Update "info record" output.
16417 * gdb.btrace/nexti.exp: Update "info record" output.
16418 * gdb.btrace/step.exp: Update "info record" output.
16419 * gdb.btrace/stepi.exp: Update "info record" output.
16420 * gdb.btrace/nohist.exp: Update "info record" output.
16421
16422 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16423
16424 * gdb.btrace/buffer-size: New.
16425
16426 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16427
16428 * gdb.btrace/delta.exp: Update "info record" output.
16429 * gdb.btrace/enable.exp: Update "info record" output.
16430 * gdb.btrace/finish.exp: Update "info record" output.
16431 * gdb.btrace/instruction_history.exp: Update "info record" output.
16432 * gdb.btrace/next.exp: Update "info record" output.
16433 * gdb.btrace/nexti.exp: Update "info record" output.
16434 * gdb.btrace/step.exp: Update "info record" output.
16435 * gdb.btrace/stepi.exp: Update "info record" output.
16436 * gdb.btrace/nohist.exp: Update "info record" output.
16437
16438 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16439
16440 PR gdb/15678
16441 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16442
16443 2015-02-06 Pedro Alves <palves@redhat.com>
16444
16445 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16446 macro.
16447 (seconds_left, again): New globals.
16448 (main): Wait seconds_left in a 1-second sleep loop instead of
16449 sleeping 180 seconds. If 'again' is set, reset the seconds
16450 counter.
16451 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16452 'again' in the inferior before detaching. Print the seconds left.
16453 (options): New global.
16454 (top level): Build program with -DTIMEOUT=$timeout.
16455
16456 2015-02-06 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16459 determine how many seconds to pass to 'alarm'.
16460 * gdb.base/gdb-sigterm.exp (top level): Build program with
16461 -DTIMEOUT=$timeout.
16462 (do_test): Return success/failure indication. Add more verbose
16463 logging. Don't fail if 200 single steps are seen. Instead, fail
16464 when the test times out.
16465 (passes): New global.
16466 (top level): Break the testing loop if testing fails on any
16467 iteration. Use gdb_assert.
16468
16469 2015-02-04 Don Breazeal <donb@codesourcery.com>
16470
16471 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16472 and initialize them.
16473 (ipc_cleanup): New function.
16474 (main): Don't declare shmid, semid, and msqid. Add a call to
16475 atexit so that we call ipc_cleanup on exit.
16476
16477 2015-02-04 Pedro Alves <palves@redhat.com>
16478
16479 * boards/native-extended-gdbserver.exp: Remove any target variant
16480 specifications from the board name before clearing the isremote
16481 flag from board_info.
16482
16483 2015-01-31 Doug Evans <xdje42@gmail.com>
16484
16485 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16486
16487 2015-01-31 Gary Benson <gbenson@redhat.com>
16488
16489 * gdb.base/completion.exp: Disable completion limiting for
16490 existing tests. Add new tests to check completion limiting.
16491 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16492
16493 2015-01-31 Doug Evans <xdje42@gmail.com>
16494
16495 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16496
16497 2015-01-31 Doug Evans <xdje42@gmail.com>
16498
16499 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16500 entries. Duplicate file section script entries.
16501 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16502 inlined entries. Add test for safe-path rejection.
16503 * gdb.python/py-section-script.c: Add duplicate inlined section script
16504 entries. Duplicate file section script entries.
16505 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16506 inlined entries. Add test for safe-path rejection.
16507
16508 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16509
16510 * gdb.ada/disc_arr_bound: New testcase.
16511
16512 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16513
16514 * gdb.ada/mi_var_array: New testcase.
16515
16516 2015-01-27 Doug Evans <dje@google.com>
16517
16518 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16519 Add test for objfile.filename, objfile.username after objfile
16520 has been unloaded.
16521
16522 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16523
16524 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16525 the second test to print the name attribute of value
16526 returned by the call to gdb.lookup_type, and adjust
16527 the expected output accordingly.
16528
16529 2015-01-25 Mark Wielaard <mjw@redhat.com>
16530
16531 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16532 * gdb.base/disp-step-fork.c: Include unistd.h.
16533 * gdb.base/siginfo-obj.c: Include stdio.h.
16534 * gdb.base/siginfo-thread.c: Likewise.
16535 * gdb.mi/non-stop.c: Include unistd.h.
16536 * gdb.mi/nsthrexec.c: Include stdio.h.
16537 * gdb.mi/pthreads.c: Include unistd.h.
16538 * gdb.modula2/unbounded1.c (main): Declare returns int.
16539 * gdb.reverse/consecutive-reverse.c: Likewise.
16540 * gdb.threads/create-fail.c: Include unistd.h.
16541 * gdb.threads/killed.c: Likewise.
16542 * gdb.threads/linux-dp.c: Likewise.
16543 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16544 * gdb.threads/non-ldr-exc-2.c: Likewise.
16545 * gdb.threads/non-ldr-exc-3.c: Likewise.
16546 * gdb.threads/non-ldr-exc-4.c: Likewise.
16547 * gdb.threads/pthreads.c: Include unistd.h.
16548 (main): Declare returns int.
16549 * gdb.threads/tls-main.c (foo): New declaration.
16550 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16551
16552 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16553
16554 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16555 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16556
16557 2015-01-15 Mark Wielaard <mjw@redhat.com>
16558
16559 * gdb.base/noreturn-return.c: New file.
16560 * gdb.base/noreturn-return.exp: New file.
16561 * gdb.base/noreturn-finish.c: New file.
16562 * gdb.base/noreturn-finish.exp: New file.
16563
16564 2015-01-23 Pedro Alves <palves@redhat.com>
16565
16566 * gdb.threads/continue-pending-after-query.c: New file.
16567 * gdb.threads/continue-pending-after-query.exp: New file.
16568
16569 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16570 Simon Marchi <simon.marchi@ericsson.com>
16571
16572 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16573 * gdb.base/valgrind-db-attach.exp: Same.
16574 * gdb.base/valgrind-infcall.exp: Same.
16575 * lib/mi-support.exp (default_mi_gdb_start): Same.
16576 * lib/prompt.exp (default_prompt_gdb_start): Same.
16577 * lib/gdb.exp (default_gdb_spawn): Same.
16578 (gdb_interact): New.
16579
16580
16581 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16582
16583 * gdb.compile/compile.exp (pointer to jit function): New test.
16584
16585 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16586
16587 * lib/gdb.exp (supports_process_record): Return true for
16588 powerpc*-*-linux*.
16589 (supports_reverse): Likewise.
16590
16591 2015-01-15 Don Breazeal <donb@codesourcery.com>
16592
16593 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16594 instead of checking whether the target board is remote and
16595 use spawn_wait_for_attach instead of exec/sleep.
16596 * gdb.base/attach-twice.exp: Likewise.
16597
16598 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16599
16600 * gdb.ada/var_arr_attrs: New testcase.
16601
16602 2015-01-14 Pedro Alves <palves@redhat.com>
16603 Joel Brobecker <brobecker@adacore.com>
16604
16605 PR gdb/17525
16606 * gdb.base/bp-cmds-execution-x-script.c: New file.
16607 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16608 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16609
16610 2015-01-14 Pedro Alves <palves@redhat.com>
16611
16612 PR cli/17828
16613 * gdb.base/batch-preserve-term-settings.c: New file.
16614 * gdb.base/batch-preserve-term-settings.exp: New file.
16615
16616 2015-01-13 Doug Evans <dje@google.com>
16617
16618 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16619 binary.
16620
16621 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16622
16623 * Makefile.in (clean mostlyclean): Do not delete *.py.
16624
16625 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16626
16627 * gdb.python/py-lookup-type.exp: New file.
16628
16629 2015-01-12 Pedro Alves <palves@redhat.com>
16630
16631 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16632 restore GDBFLAGS before returning.
16633
16634 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16635
16636 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16637 is_amd64_regs_target and is_x86_like_target.
16638
16639 2015-01-11 Doug Evans <xdje42@gmail.com>
16640
16641 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16642 is given without an explicit form.
16643 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16644 attributes.
16645 * gdb.dwarf/corrupt.exp: Ditto.
16646 * gdb.dwarf2/enum-type.exp: Ditto.
16647 * gdb.trace/entry-values.exp: Ditto.
16648 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16649
16650 2015-01-11 Doug Evans <xdje42@gmail.com>
16651
16652 PR gdb/15830
16653 * gdb.base/maint.exp: Remove references to "maint demangle".
16654 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16655 Add tests for explicitly specifying language to demangle.
16656 * gdb.dlang/demangle.exp: Ditto.
16657
16658 2015-01-09 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.threads/non-stop-fair-events.c: New file.
16661 * gdb.threads/non-stop-fair-events.exp: New file.
16662
16663 2015-01-09 Pedro Alves <palves@redhat.com>
16664
16665 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16666 the global scope. Set a breakpoint after all threads are started
16667 rather than stepping over two source lines. Expect the prompt.
16668 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16669 global.
16670 (NUM): Now 15.
16671 (main): Use threads_started_barrier to wait for all threads to
16672 start. Main thread no longer calls thread_function. Exit after
16673 180 seconds.
16674 (loop): New function.
16675 (thread_function): Wait on threads_started_barrier barrier. Call
16676 'loop' at each iteration.
16677 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16678 threads have started, instead of hardcoding number of "next"
16679 steps. Use an access watchpoint instead of a write watchpoint.
16680
16681 2015-01-09 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16684 (thread_func): Wait on barrier.
16685 (main): Wait for all threads to start before stopping GDB.
16686 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16687 global.
16688 (thread1_func, thread2_func): Wait on barrier.
16689 (main): Wait for all threads to start before stopping GDB.
16690 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16691 New global.
16692 (thread1_func, thread2_func): Wait on barrier.
16693 (main): Wait for all threads to start before stopping GDB.
16694
16695 2015-01-09 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.threads/attach-many-short-lived-threads.c: New file.
16698 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16699
16700 2014-01-09 Pedro Alves <palves@redhat.com>
16701
16702 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16703 instead of to thread 2.
16704 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16705 Add barrier around each pthread_create call instead of around all
16706 calls.
16707 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16708 Set a break on thread_function and have the child threads hit it
16709 one at at a time.
16710
16711 2015-01-09 Pedro Alves <palves@redhat.com>
16712
16713 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16714 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16715 false.
16716 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16717 checking whether the target board is remote.
16718 * gdb.multi/multi-attach.exp: Likewise.
16719 * gdb.python/py-sync-interp.exp: Likewise.
16720 * gdb.server/ext-attach.exp: Likewise.
16721 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16722 tests that need to attach, instead of checking whether the target
16723 board is remote at the top of the file.
16724
16725 2015-01-08 Yao Qi <yao@codesourcery.com>
16726
16727 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16728
16729 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16730
16731 Fix testcase compilation.
16732 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16733
16734 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16735
16736 * gdb.python/py-type.exp: Add a couple test about empty
16737 array creation, and negative-length array creation.
16738
16739 2015-01-02 Doug Evans <xdje42@gmail.com>
16740
16741 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16742
16743 2015-01-02 Doug Evans <dje@google.com>
16744
16745 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16746
16747 2014-12-29 Yao Qi <yao@codesourcery.com>
16748
16749 * gdb.trace/entry-values.exp: Update comments. Rename variable
16750 bar_call_foo to returned_from_foo.
16751
16752 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16753
16754 PR gdb/17394
16755 * gdb.linespec/break-asm-file.c: New file.
16756 * gdb.linespec/break-asm-file.exp: New file.
16757 * gdb.linespec/break-asm-file0.s: New file.
16758 * gdb.linespec/break-asm-file1.s: New file.
16759
16760 2014-12-18 Nigel Stephens <nigel@mips.com>
16761 Maciej W. Rozycki <macro@codesourcery.com>
16762
16763 * gdb.base/float.exp: Handle the new output from "info float" on
16764 MIPS targets.
16765
16766 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16767
16768 Fix MinGW compilation.
16769 * gdb.compile/compile-ops.exp: Update untested message if
16770 !skip_compile_feature_tests.
16771 * gdb.compile/compile-setjmp.exp: Likewise.
16772 * gdb.compile/compile-tls.exp: Likewise.
16773 * gdb.compile/compile.exp: Likewise.
16774 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16775 supported on this host".
16776
16777 2014-12-16 Doug Evans <xdje42@gmail.com>
16778
16779 * boards/stabs.exp: New file.
16780
16781 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16782
16783 * gdb.base/completion.exp: Adjust to format changes of "maint
16784 print user-registers".
16785
16786 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16787
16788 PR server/17457
16789 * gdb.arch/aarch64-fp.c: New file.
16790 * gdb.arch/aarch64-fp.exp: New file.
16791
16792 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16793
16794 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16795 r210637, r210913, r211666, r215400, r215817).
16796
16797 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16798 * dg-extract-results.py: New file.
16799 * dg-extract-results.sh: Use it if the environment seems
16800 suitable.
16801
16802 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16803
16804 * dg-extract-results.py (parse_run): Handle warnings that
16805 are printed before a test harness is run.
16806
16807 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16808
16809 * dg-extract-results.py (Named): Remove __cmp__ method.
16810 (output_variation): Use a key to sort variation.harnesses.
16811
16812 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16813
16814 * dg-extract-results.py: For Python 3, force sys.stdout to
16815 handle surrogate escape sequences.
16816 (safe_open): New function.
16817 (output_segment, main): Use it.
16818
16819 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16820
16821 * dg-extract-results.py (Prog.result_re): Include options
16822 in test name.
16823
16824 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16825
16826 * dg-extract-results.py (output_variation): Always sort if
16827 do_sum.
16828
16829 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16830
16831 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16832 as long as we get pagination notifications.
16833
16834 2014-12-15 Jason Merrill <jason@redhat.com>
16835
16836 * Makefile.in (check-gdb.%): Restore.
16837 * README: Mention it.
16838
16839 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16840
16841 * gdb.ada/str_uninit: New testcase.
16842
16843 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16844
16845 PR symtab/17642
16846 * gdb.base/vla-stub-define.c: New file.
16847 * gdb.base/vla-stub.c: New file.
16848 * gdb.base/vla-stub.exp: New file.
16849
16850 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16851 Jan Kratochvil <jan.kratochvil@redhat.com>
16852 Tom Tromey <tromey@redhat.com>
16853
16854 * configure.ac: Add gdb.compile/.
16855 * configure: Regenerate.
16856 * gdb.compile/Makefile.in: New file.
16857 * gdb.compile/compile-ops.exp: New file.
16858 * gdb.compile/compile-ops.c: New file.
16859 * gdb.compile/compile-tls.c: New file.
16860 * gdb.compile/compile-tls.exp: New file.
16861 * gdb.compile/compile-constvar.S: New file.
16862 * gdb.compile/compile-constvar.c: New file.
16863 * gdb.compile/compile-mod.c: New file.
16864 * gdb.compile/compile-nodebug.c: New file.
16865 * gdb.compile/compile-setjmp-mod.c: New file.
16866 * gdb.compile/compile-setjmp.c: New file.
16867 * gdb.compile/compile-setjmp.exp: New file.
16868 * gdb.compile/compile-shlib.c: New file.
16869 * gdb.compile/compile.c: New file.
16870 * gdb.compile/compile.exp: New file.
16871 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16872
16873 2014-12-12 Tom Tromey <tromey@redhat.com>
16874
16875 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16876 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16877
16878 2014-12-12 Doug Evans <dje@google.com>
16879
16880 * lib/gdb-python.exp (get_python_valueof): New function.
16881 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16882
16883 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16884
16885 * gdb.base/completion.exp: Add test for completion of "info
16886 registers ".
16887
16888 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16889
16890 * gdb.base/func-ptrs.c: New file.
16891 * gdb.base/func-ptrs.exp: New file.
16892
16893 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16894
16895 PR breakpoints/17012
16896 * gdb.base/dprintf-detach.c: New file.
16897 * gdb.base/dprintf-detach.exp: New file.
16898
16899 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16900
16901 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16902 * lib/gdb.exp (target_is_gdbserver): New procedure.
16903
16904 2014-12-08 Doug Evans <dje@google.com>
16905
16906 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16907
16908 2014-12-05 Yao Qi <yao@codesourcery.com>
16909
16910 * gdb.guile/scm-error.exp: Remove the third argument to
16911 gdb_remote_download.
16912 * gdb.guile/scm-frame-args.exp: Likewise.
16913 * gdb.guile/scm-section-script.exp: Likewise.
16914
16915 2014-12-05 Yao Qi <yao@codesourcery.com>
16916
16917 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16918
16919 2014-12-04 Doug Evans <dje@google.com>
16920
16921 * gdb.python/py-objfile.exp: Add tests for
16922 objfile.add_separate_debug_file.
16923
16924 2014-12-04 Doug Evans <dje@google.com>
16925
16926 * lib/gdb.exp (get_build_id): New function.
16927 (build_id_debug_filename_get): Rewrite to use it.
16928 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16929
16930 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16931
16932 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16933 `method(long)', not just 0x0.
16934 * gdb.cp/nsalias.exp: Align code labels to 4.
16935 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16936 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16937 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16938 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16939 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16940 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16941
16942 2014-12-02 Doug Evans <dje@google.com>
16943
16944 PR symtab/17602
16945 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16946 * gdb.cp/anon-ns2.cc: ... here. New file.
16947 * gdb.cp/anon-ns.exp: Update.
16948
16949 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16950
16951 * gdb.python/py-events.py (inferior_call_handler): New.
16952 (register_changed_handler, memory_changed_handler): New.
16953 (test_events.invoke): Register new handlers.
16954 * gdb.python/py-events.exp: Add tests for inferior call,
16955 memory_changed and register_changed events.
16956
16957 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16958
16959 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16960 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16961 if the linker doesn't understand this.
16962
16963 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16964
16965 * gdb.python/python.exp: Change expected reply to help().
16966
16967 2014-12-01 Yao Qi <yao@codesourcery.com>
16968
16969 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16970 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16971 * configure: Re-generated.
16972
16973 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16974
16975 * gdb.cp/chained-calls.cc: New file.
16976 * gdb.cp/chained-calls.exp: New file.
16977 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16978
16979 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16980
16981 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16982 * gdb.dwarf2/symtab-producer.exp: Same.
16983 * gdb.gdb/python-interrupts.exp: Same.
16984 * gdb.gdb/python-selftest.exp: Same.
16985 * gdb.python/py-linetable.exp: Same.
16986 * gdb.python/py-type.exp: Same.
16987 * gdb.python/py-value-cc.exp: Same.
16988 * gdb.python/py-value.exp: Same.
16989
16990 2014-11-28 Yao Qi <yao@codesourcery.com>
16991
16992 * gdb.base/break-probes.exp: Match library name prefixed with
16993 sysroot.
16994
16995 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16998 test expected output. Add parentheses for the call to print.
16999 Remove L suffix from integers.
17000
17001 2014-11-26 Doug Evans <dje@google.com>
17002
17003 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17004
17005 2014-11-22 Yao Qi <yao@codesourcery.com>
17006
17007 * gdb.trace/entry-values.c: Remove asms.
17008 (foo): Add foo_label.
17009 (bar): Add bar_label.
17010 * gdb.trace/entry-values.exp: Remove code computing foo's
17011 length and bar's length.
17012 (Dwarf::assemble): Invoke function_range for bar and use
17013 MACRO_AT_func for foo.
17014
17015 2014-11-22 Yao Qi <yao@codesourcery.com>
17016
17017 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17018 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17019 Use .Lgcc43_procstart instead of gcc43.
17020
17021 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17022
17023 * gdb.ada/n_arr_bound: New testcase.
17024
17025 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17026
17027 PR breakpoints/10737
17028 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17029 test_catch_syscall_multi_arch.
17030 (test_catch_syscall_multi_arch): New function.
17031
17032 2014-11-20 Doug Evans <xdje42@gmail.com>
17033
17034 * gdb.base/maint.exp: Update expected output.
17035
17036 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17037
17038 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17039 4-byte instruction on S390.
17040
17041 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17042
17043 * gdb.ada/arr_arr: New testcase.
17044
17045 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17046
17047 * gdb.ada/pkd_arr_elem: New Testcase.
17048
17049 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17050
17051 * gdb.reverse/break-precsave: Expect completion message for
17052 core file reads.
17053 * gdb.reverse/consecutive-precsave.exp: Likewise.
17054 * gdb.reverse/finish-precsave.exp: Likewise.
17055 * gdb.reverse/i386-precsave.exp: Likewise.
17056 * gdb.reverse/machinestate-precsave.exp: Likewise.
17057 * gdb.reverse/sigall-precsave.exp: Likewise.
17058 * gdb.reverse/solib-precsave.exp: Likewise.
17059 * gdb.reverse/step-precsave.exp: Likewise.
17060 * gdb.reverse/until-precsave.exp: Likewise.
17061 * gdb.reverse/watch-precsave.exp: Likewise.
17062
17063 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17064
17065 * gdb.base/bp-permanent.c: Include unistd.h.
17066 * gdb.python/py-framefilter-mi.c (main): Add return type.
17067 * gdb.python/py-framefilter.c (main): Likewise.
17068 * gdb.trace/actions-changed.c (main): Likewise.
17069
17070 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17071
17072 * gdb.mi/until.c: Add eye-catchers.
17073 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17074 line numbers.
17075
17076 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17077
17078 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17079 function header variants in break1.c.
17080 * gdb.base/ena-dis-br.exp: Likewise.
17081 * gdb.base/hbreak2.exp: Likewise.
17082 * gdb.reverse/until-precsave.exp: Drop references to removed
17083 non-prototype function header variants in ur1.c.
17084 * gdb.reverse/until-reverse.exp: Likewise.
17085
17086 2014-11-17 Petr Machata <pmachata@redhat.com>
17087
17088 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17089 ${_cu_offset_size} bytes abbrev offset.
17090
17091 2014-11-15 Doug Evans <xdje42@gmail.com>
17092
17093 PR symtab/17559
17094 * gdb.base/line-symtabs.exp: New file.
17095 * gdb.base/line-symtabs.c: New file.
17096 * gdb.base/line-symtabs.h: New file.
17097
17098 2014-11-14 Yao Qi <yao@codesourcery.com>
17099
17100 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17101 (func): Add label func_label.
17102 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17103 Replace low_pc and high_pc with MACRO_AT_range.
17104 Replace name, low_pc and high_pc with MACRO_AT_func.
17105
17106 2014-11-14 Yao Qi <yao@codesourcery.com>
17107
17108 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17109 Replace name, low_pc and high_pc with MACRO_AT_func.
17110
17111 2014-11-14 Yao Qi <yao@codesourcery.com>
17112
17113 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17114 produce debug information.
17115 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17116
17117 2014-11-14 Yao Qi <yao@codesourcery.com>
17118
17119 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17120 object and get function length.
17121 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17122 with MACRO_AT_func.
17123 (top-level): Replace gdb_compile and clean_restart with
17124 prepare_for_testing.
17125 * gdb.dwarf2/main.c (main): Add label main_label.
17126
17127 2014-11-14 Yao Qi <yao@codesourcery.com>
17128
17129 * lib/dwarf.exp (function_range): New procedure.
17130 (Dwarf::_handle_macro_at_func): New procedure.
17131 (Dwarf::_handle_macro_at_range): New procedure.
17132 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17133
17134 2014-11-14 Yao Qi <yao@codesourcery.com>
17135
17136 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17137 (_handle_attribute): New procedure.
17138
17139 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17140
17141 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17142 * gdb.base/call-sc.c (zed): Likewise.
17143 * gdb.base/checkpoint.c (main): Likewise.
17144 * gdb.base/dump.c (main): Likewise.
17145 * gdb.base/gcore.c (main): Likewise.
17146 * gdb.base/huge.c (main): Likewise.
17147 * gdb.base/multi-forks.c (main): Likewise.
17148 * gdb.base/pr10179-a.c (main): Likewise.
17149 * gdb.base/savedregs.c (main): Likewise.
17150 * gdb.base/sigaltstack.c (main): Likewise.
17151 * gdb.base/siginfo.c (main): Likewise.
17152 * gdb.base/structs.c (zed): Likewise.
17153 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17154 * gdb.mi/mi-syn-frame.c (main): Likewise.
17155 * gdb.mi/until.c (foo, main): Likewise.
17156 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17157 * gdb.base/solib-weak.c (foo): Declare.
17158 * gdb.base/attach-twice.c: Include stdio.h.
17159 * gdb.base/weaklib1.c: Likewise.
17160 * gdb.base/weaklib2.c: Likewise.
17161 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17162 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17163 unistd.h.
17164 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17165 * gdb.mi/mi-exit-code.c: Likewise.
17166 * gdb.base/break-interp-lib.c: Include string.h.
17167 * gdb.base/coremaker.c: Likewise.
17168 * gdb.base/testenv.c: Likewise.
17169 * gdb.python/py-finish-breakpoint.c: Likewise.
17170 * gdb.base/inferior-died.c: Include sys/wait.h.
17171 * gdb.base/fileio.c: Include time.h.
17172 * gdb.base/async-shell.c: Include unistd.h.
17173 * gdb.base/dprintf-non-stop.c: Likewise.
17174 * gdb.base/info-os.c: Likewise.
17175 * gdb.mi/mi-console.c: Likewise.
17176 * gdb.mi/watch-nonstop.c: Likewise.
17177 * gdb.python/py-events.c: Likewise.
17178 * gdb.base/async.c (baz): Move up before its invocation.
17179 * gdb.base/code_elim2.c (my_global_func): Likewise.
17180 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17181 * gdb.base/advance.c (func2): Likewise.
17182
17183 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17184
17185 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17186 variant.
17187 * gdb.base/annota3.c: Likewise.
17188 * gdb.base/async.c: Likewise.
17189 * gdb.base/average.c: Likewise.
17190 * gdb.base/call-ar-st.c: Likewise.
17191 * gdb.base/call-rt-st.c: Likewise.
17192 * gdb.base/call-sc.c: Likewise.
17193 * gdb.base/call-strs.c: Likewise.
17194 * gdb.base/ending-run.c: Likewise.
17195 * gdb.base/execd-prog.c: Likewise.
17196 * gdb.base/exprs.c: Likewise.
17197 * gdb.base/foll-exec.c: Likewise.
17198 * gdb.base/foll-fork.c: Likewise.
17199 * gdb.base/foll-vfork.c: Likewise.
17200 * gdb.base/funcargs.c: Likewise.
17201 * gdb.base/gcore.c: Likewise.
17202 * gdb.base/jump.c: Likewise.
17203 * gdb.base/langs0.c: Likewise.
17204 * gdb.base/langs1.c: Likewise.
17205 * gdb.base/langs2.c: Likewise.
17206 * gdb.base/mips_pro.c: Likewise.
17207 * gdb.base/nodebug.c: Likewise.
17208 * gdb.base/opaque0.c: Likewise.
17209 * gdb.base/opaque1.c: Likewise.
17210 * gdb.base/recurse.c: Likewise.
17211 * gdb.base/run.c: Likewise.
17212 * gdb.base/scope0.c: Likewise.
17213 * gdb.base/scope1.c: Likewise.
17214 * gdb.base/setshow.c: Likewise.
17215 * gdb.base/setvar.c: Likewise.
17216 * gdb.base/shmain.c: Likewise.
17217 * gdb.base/shr1.c: Likewise.
17218 * gdb.base/shr2.c: Likewise.
17219 * gdb.base/sigall.c: Likewise.
17220 * gdb.base/signals.c: Likewise.
17221 * gdb.base/so-indr-cl.c: Likewise.
17222 * gdb.base/solib2.c: Likewise.
17223 * gdb.base/structs.c: Likewise.
17224 * gdb.base/sum.c: Likewise.
17225 * gdb.base/vforked-prog.c: Likewise.
17226 * gdb.base/watchpoint.c: Likewise.
17227 * gdb.reverse/shr2.c: Likewise.
17228 * gdb.reverse/until-reverse.c: Likewise.
17229 * gdb.reverse/ur1.c: Likewise.
17230 * gdb.reverse/watch-reverse.c: Likewise.
17231
17232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17233
17234 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17235 variant.
17236 * gdb.base/sepdebug.exp: Drop references to removed code.
17237
17238 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17239
17240 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17241 variant. Preserve original line numbering.
17242 * gdb.base/list1.c: Likewise.
17243
17244 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17245
17246 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17247 variant.
17248 * gdb.base/break1.c: Likewise.
17249 * gdb.base/break.exp: Drop references to removed code.
17250
17251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17254 variant.
17255
17256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17257
17258 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17259
17260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17261
17262 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17263 logic into perform_all_tests() and invoke it with and without
17264 function header prototypes.
17265 (do_function_calls): Remove conditional XFAIL for PR 5318.
17266 (rerun_and_prepare): Remove duplicate code.
17267 (perform_all_tests): New. Main logic moved here.
17268
17269 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17270
17271 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17272 code guarded by #ifdef NO_PROTOTYPES.
17273 (t_double_many_args): Likewise.
17274 (DEF_FUNC_MANY_ARGS_1): Likewise.
17275 (DEF_FUNC_VALUES_1): Likewise.
17276 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17277 guarded by #ifdef PROTOTYPES.
17278
17279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17280
17281 * gdb.mi/mi-console.c: Add eye-catcher.
17282 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17283 instead of literal line number.
17284
17285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17286
17287 * gdb.base/shr2.c: Add eye-catcher.
17288 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17289 line number.
17290
17291 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17292
17293 * gdb.base/jump.c: Add eye-catchers.
17294 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17295 numbers.
17296
17297 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17298
17299 * gdb.base/execd-prog.c: Add eye-catchers.
17300 * gdb.base/foll-exec.c: Likewise.
17301 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17302 line numbers.
17303
17304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17305
17306 * gdb.base/ending-run.c: Add eye-catchers.
17307 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17308 literal line numbers.
17309
17310 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17311
17312 * gdb.base/call-rt-st.c: Add eye-catchers.
17313 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17314 literal line numbers.
17315
17316 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17317
17318 * gdb.base/call-ar-st.c: Add eye-catchers.
17319 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17320 literal line numbers.
17321
17322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17323
17324 * gdb.base/average.c: Add eye-catchers.
17325 * gdb.base/sum.c: Likewise.
17326 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17327 regexps dynamically.
17328
17329 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17330
17331 * gdb.base/solib1.c: Add eye-catchers.
17332 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17333 literal line numbers.
17334
17335 2014-11-12 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17338 leader has exited.
17339
17340 2014-11-12 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.arch/i386-bp_permanent.c: New file.
17343 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17344 (srcfile): Set to i386-bp_permanent.c.
17345 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17346 that stepi does not execute the 'leave' instruction, instead of
17347 testing it does execute.
17348 * gdb.base/bp-permanent.c: New file.
17349 * gdb.base/bp-permanent.exp: New file.
17350
17351 2014-11-10 Doug Evans <xdje42@gmail.com>
17352
17353 PR symtab/17564
17354 * gdb.base/symtab-search-order.exp: New file.
17355 * gdb.base/symtab-search-order.c: New file.
17356 * gdb.base/symtab-search-order-1.c: New file.
17357 * gdb.base/symtab-search-order-shlib-1.c: New file.
17358
17359 2014-11-07 Pedro Alves <palves@redhat.com>
17360
17361 PR gdb/17511
17362 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17363 i?86-*-linux*.
17364
17365 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17366
17367 PR c++/17494
17368 * gdb.cp/pr17494.cc: New file.
17369 * gdb.cp/pr17494.exp: New file.
17370
17371 2014-11-02 Yao Qi <yao@codesourcery.com>
17372
17373 * gdb.python/python.exp: Get working directory and match the
17374 output of "set extended-prompt \\w " with it.
17375
17376 2014-10-30 Doug Evans <dje@google.com>
17377
17378 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17379 in objfiles.
17380 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17381 in progspaces.
17382
17383 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17384
17385 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17386 * gdb.base/realname-expand.exp: Likewise.
17387 * gdb.linespec/macro-relative.exp: Likewise.
17388
17389 2014-10-29 Pedro Alves <palves@redhat.com>
17390
17391 PR gdb/17408
17392 * gdb.threads/schedlock.c (some_function): New function.
17393 (call_function): New global.
17394 (MAYBE_CALL_SOME_FUNCTION): New macro.
17395 (thread_function): Call it.
17396 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17397 and use it instead of a global counter. Adjust all callers.
17398 (get_current_thread): Use "find current thread" for test message
17399 here rather than having all callers pass down the same string.
17400 (goto_loop): New procedure, factored out from ...
17401 (my_continue): ... this.
17402 (step_ten_loops): Change parameter from test message to command to
17403 use. Adjust.
17404 (list_count): Delete global.
17405 (check_result): New procedure, factored out from duplicate top
17406 level code.
17407 (continue tests): Wrap in with_test_prefix.
17408 (test_step): New procedure, factored out from duplicate top level
17409 code.
17410 (top level): Test "step" in combination with all scheduler-locking
17411 modes. Test "next" in combination with all scheduler-locking
17412 modes, and in combination with stepping over a function call or
17413 not.
17414 * gdb.threads/next-bp-other-thread.c: New file.
17415 * gdb.threads/next-bp-other-thread.exp: New file.
17416
17417 2014-10-29 Pedro Alves <palves@redhat.com>
17418
17419 PR python/17372
17420 * gdb.python/python.exp: Test a multi-line command that spawns
17421 interactive Python.
17422 * gdb.base/multi-line-starts-subshell.exp: New file.
17423
17424 2014-10-29 Yao Qi <yao@codesourcery.com>
17425
17426 * gdb.base/fileio.exp: Make directories on host.
17427
17428 2014-10-29 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.base/fileio.c (test_write): Close the file.
17431
17432 2014-10-28 Pedro Alves <palves@redhat.com>
17433
17434 PR gdb/12623
17435 * gdb.base/sigstep.c (no_handler): New global.
17436 (main): If 'no_handler is true, set the signal handlers to
17437 SIG_IGN.
17438 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17439 with_sw_watch and no_handler parameters. Handle them.
17440 (top level) <stepping over handler when stopped at a breakpoint
17441 test>: Add a test axis for testing with a software watchpoint, and
17442 another for testing with the signal handler set to SIG_IGN.
17443 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17444 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17445
17446 2014-10-28 Pedro Alves <palves@redhat.com>
17447
17448 PR gdb/17511
17449 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17450 * gdb.base/sigstep.exp (other_handler_location): New global.
17451 (advance): Support stepping into the signal handler, and running
17452 commands while in the handler.
17453 (in_handler_map): New global.
17454 (top level): In the advance test, add combinations for getting
17455 into the handler with stepping commands, and for running commands
17456 in the handler. Add comment descripting the advancei tests.
17457
17458 2014-10-28 Pedro Alves <palves@redhat.com>
17459
17460 * gdb.base/sigstep.exp: Use build_executable instead of
17461 prepare_for_testing.
17462 (top level): Move code that starts GDB, runs to main and creates a
17463 display to ...
17464 (restart): ... this new procedure.
17465 (top level): Move backtrace from signal handler test to ...
17466 (validate_backtrace): ... this new procedure.
17467 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17468 with_test_prefix. Always restart GDB.
17469 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17470 with_test_prefix. Always restart GDB. No need to delete
17471 breakpoints after the test.
17472 (test_skip_handler): Remove prefix parameter.
17473 (skip_over_handler, breakpoint_to_handler)
17474 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17475 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17476 restart GDB. No need to delete breakpoints after the test.
17477 (top level): Use foreach to call the test procedures with
17478 different commands.
17479
17480 2014-10-28 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17483 instead of GNATS numbers.
17484 * gdb.base/sigbpt.exp: Likewise.
17485 * gdb.base/siginfo.exp: Likewise.
17486 * gdb.base/sigstep.exp: Likewise.
17487
17488 2014-10-27 Pedro Alves <palves@redhat.com>
17489
17490 * gdb.base/sigstep.c (dummy): New global.
17491 (main): Issue a couple writes to the new global.
17492 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17493 procedures.
17494 (skip_over_handler): Use test_skip_handler.
17495 (top level): Call skip_over_handler for stepi and nexti too.
17496 (breakpoint_over_handler): Use test_skip_handler.
17497 (top level): Call breakpoint_over_handler for stepi and nexti too.
17498
17499 2014-10-27 Yao Qi <yao@codesourcery.com>
17500
17501 * gdb.trace/tfile.c (adjust_function_address)
17502 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17503 function descriptor.
17504
17505 2014-10-24 Don Breazeal <donb@codesourcery.com>
17506
17507 * gdb.base/foll-fork.exp (test_follow_fork,
17508 catch_fork_child_follow): Check for updated fork messages emitted
17509 from infrun.c.
17510 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17511 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17512 vfork_and_exec_child_follow_through_step): Check for updated vfork
17513 messages emitted from infrun.c.
17514
17515 2014-10-24 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.base/corefile.exp: Remove references to ultrix.
17518 * gdb.base/interrupt.exp: Likewise.
17519 * gdb.base/whatis.exp: Likewise.
17520 * gdb.gdb/selftest.exp: Likewise.
17521 * gdb.threads/manythreads.exp: Likewise.
17522 * gdb.threads/print-threads.exp: Likewise.
17523 * gdb.threads/pthreads.exp:: Likewise.
17524 * gdb.threads/schedlock.exp: Likewise.
17525
17526 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17527
17528 * gdb.cp/non-trivial-retval.cc: Add a test case.
17529 * gdb.cp/non-trivial-retval.exp: Add a test.
17530
17531 2014-10-20 Yao Qi <yao@codesourcery.com>
17532
17533 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17534 * gdb.python/py-objfile-script-gdb.py: New file.
17535 * gdb.python/py-objfile-script.exp: Update reference to
17536 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17537 of remote_download. Remove the dest file.
17538
17539 2014-10-20 Yao Qi <yao@codesourcery.com>
17540
17541 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17542 * gdb.base/step-line.exp: Likewise.
17543 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17544 * gdb.dwarf2/dw2-basic.exp: Likewise.
17545 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17546 * gdb.dwarf2/dw2-filename.exp: Likewise.
17547 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17548 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17549 * gdb.dwarf2/dw2-producer.exp: Likewise.
17550 * gdb.dwarf2/mac-fileno.exp: Likewise.
17551 * gdb.python/py-frame-args.exp: Likewise.
17552 * gdb.python/py-framefilter.exp: Likewise.
17553 * gdb.python/py-mi.exp: Likewise.
17554 * gdb.python/py-objfile-script.exp: Likewise
17555 * gdb.python/py-pp-integral.exp: Likewise.
17556 * gdb.python/py-pp-re-notag.exp: Likewise.
17557 * gdb.python/py-prettyprint.exp: Likewise.
17558 * gdb.python/py-section-script.exp: Likewise.
17559 * gdb.python/py-typeprint.exp: Likewise.
17560 * gdb.python/py-xmethods.exp: Likewise.
17561 * gdb.stabs/weird.exp: Likewise.
17562 * gdb.xml/tdesc-regs.exp: Likewise.
17563
17564 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17565
17566 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17567 (out_cu): Use addr_len for the size of addresses.
17568 (out_line): Likewise. Size DW_LNE_set_address instruction
17569 according to addr_len.
17570 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17571 (FUNC): Add START_INSNS to definition.
17572
17573 2014-10-18 Yao Qi <yao@codesourcery.com>
17574
17575 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17576 gdb_has_argv0 return true.
17577 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17578 check [target_info exists noargs], check [gdb_has_argv0]
17579 instead.
17580 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17581 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17582 procedures.
17583
17584 2014-10-17 Doug Evans <dje@google.com>
17585
17586 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17587 event.
17588 * gdb.python/py-events.py: Add clear_objfiles event.
17589
17590 2014-10-17 Doug Evans <dje@google.com>
17591
17592 * gdb.python/py-objfile.exp: Test progspace attribute.
17593
17594 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17595
17596 * gdb.guile/scm-breakpoint.exp: Do not assume any
17597 directory separators when matching source file paths.
17598 * gdb.python/py-breakpoint.exp: Likewise.
17599 * gdb.reverse/break-precsave.exp: Likewise.
17600 * gdb.reverse/break-reverse.exp: Likewise.
17601 * gdb.reverse/consecutive-precsave.exp: Likewise.
17602 * gdb.reverse/finish-precsave.exp: Likewise.
17603 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17604 * gdb.reverse/finish-reverse.exp: Likewise.
17605 * gdb.reverse/i386-precsave.exp: Likewise.
17606 * gdb.reverse/i387-env-reverse.exp: Likewise.
17607 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17608 * gdb.reverse/machinestate-precsave.exp: Likewise.
17609 * gdb.reverse/machinestate.exp: Likewise.
17610 * gdb.reverse/sigall-precsave.exp: Likewise.
17611 * gdb.reverse/solib-precsave.exp: Likewise.
17612 * gdb.reverse/step-precsave.exp: Likewise.
17613 * gdb.reverse/until-precsave.exp: Likewise.
17614 * gdb.reverse/watch-precsave.exp: Likewise.
17615 * gdb.reverse/watch-reverse.exp: Likewise.
17616
17617 2014-10-17 Yao Qi <yao@codesourcery.com>
17618
17619 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17620 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17621
17622 2014-10-17 Pedro Alves <palves@redhat.com>
17623
17624 PR gdb/17471
17625 * gdb.base/bg-execution-repeat.c: New file.
17626 * gdb.base/bg-execution-repeat.exp: New file.
17627
17628 2014-10-17 Pedro Alves <palves@redhat.com>
17629
17630 PR gdb/17300
17631 * gdb.base/continue-all-already-running.c: New file.
17632 * gdb.base/continue-all-already-running.exp: New file.
17633
17634 2014-10-17 Pedro Alves <palves@redhat.com>
17635
17636 PR gdb/17472
17637 * gdb.base/annota-input-while-running.c: New file.
17638 * gdb.base/annota-input-while-running.exp: New file.
17639
17640 2014-10-17 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.base/callfuncs.exp: emove references to osf.
17643 * gdb.base/sigall.exp: Likewise.
17644 * gdb.gdb/selftest.exp: Likewise.
17645 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17646 * gdb.mi/non-stop.c: Likewise.
17647 * gdb.mi/pthreads.c: Likewise.
17648 * gdb.reverse/sigall-precsave.exp: Likewise.
17649 * gdb.reverse/sigall-reverse.exp: Likewise.
17650 * gdb.threads/pthreads.c: Likewise.
17651 * gdb.threads/pthreads.exp: Likewise.
17652
17653 2014-10-17 Yao Qi <yao@codesourcery.com>
17654
17655 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17656 check 'target_info exists noargs'.
17657 (test_command_prompt_position): Likewise.
17658 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17659 Remove "set args".
17660 (progvar_simple_while_test): Likewise.
17661 (progvar_complex_if_while_test): Likewise.
17662 (if_while_breakpoint_command_test): Likewise.
17663 (infrun_breakpoint_command_test): Likewise.
17664 (breakpoint_command_test): Likewise.
17665 (watchpoint_command_test): Likewise.
17666 (bp_deleted_in_command_test): Likewise.
17667 (temporary_breakpoint_commands): Likewise.
17668
17669 2014-10-16 Yao Qi <yao@codesourcery.com>
17670
17671 * gdb.base/remotetimeout.exp: Remove noargs checking.
17672
17673 2014-10-15 Pedro Alves <palves@redhat.com>
17674
17675 PR breakpoints/9649
17676 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17677 * gdb.base/breakpoint-in-ro-region.exp
17678 (probe_target_hardware_step): New procedure.
17679 (top level): Probe hardware stepping and hardware breakpoint
17680 support. Test stepping through a read-only region, with both
17681 "breakpoint auto-hw" on and off and both "always-inserted" on and
17682 off.
17683
17684 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17685
17686 * gdb.dlang/demangle.exp: Update for demangling changes.
17687
17688 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17689
17690 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17691 * gdb.cp/non-trivial-retval.exp: Add new tests.
17692
17693 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17694
17695 PR c++/13403
17696 PR c++/15154
17697 * gdb.cp/non-trivial-retval.cc: New file.
17698 * gdb.cp/non-trivial-retval.exp: New file.
17699
17700 2014-10-15 Yao Qi <yao@codesourcery.com>
17701
17702 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17703 remote host.
17704
17705 2014-10-15 Yao Qi <yao@codesourcery.com>
17706
17707 * gdb.python/py-symbol.exp: Match file base name if host is
17708 remote, otherwise match file name with dir name.
17709 * gdb.python/py-symtab.exp: Likewise.
17710 * gdb.python/python.exp: Likewise.
17711
17712 2014-10-15 Yao Qi <yao@codesourcery.com>
17713
17714 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17715 pattern.
17716 * gdb.python/py-symtab.exp: Likewise.
17717 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17718 locationn.
17719
17720 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17721
17722 * gdb.ada/addr_arith: New testcase.
17723
17724 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17725
17726 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17727 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17728 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17729 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17730
17731 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17732
17733 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17734 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17735 * gdb.arch/stap-eval-lang-ada.exp: New file.
17736
17737 2014-10-14 Yao Qi <yao@codesourcery.com>
17738
17739 * gdb.mi/mi-var-child.c (nothing1): New function.
17740 (nothing2): New function.
17741 (do_children_tests): Set function pointers by nothing1 and
17742 nothing2.
17743 * gdb.mi/mi-var-child.exp: Step over new added statements.
17744 Update test to match the new output.
17745 * gdb.mi/var-cmd.c (nothing1): New function.
17746 (nothing2): New function.
17747 (do_children_tests): Set function pointers by nothing1 and
17748 nothing2.
17749 * gdb.mi/mi-var-display.exp: Update test to match output.
17750 Step to the line specified by $line_dct_nothing.
17751 Increase the number of lines to step.
17752
17753 2014-10-14 Yao Qi <yao@codesourcery.com>
17754
17755 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17756 tests.
17757 * gdb.mi/mi2-var-child.exp: Likewise.
17758
17759 2014-10-13 Doug Evans <dje@google.com>
17760
17761 * gdb.python/py-objfile.exp: Change name of file name test.
17762
17763 2014-10-13 Doug Evans <dje@google.com>
17764
17765 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17766 from the start of the CU.
17767
17768 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17769 Yao Qi <yao@codesourcery.com>
17770
17771 Fix "save breakpoints" for "catch" command.
17772 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17773 Remove -nonewline. Match also the added "main" line.
17774
17775 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17776
17777 Fix "save breakpoints" for "disable $bpnum" command.
17778 * gdb.base/save-bp.c (main): Add label.
17779 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17780
17781 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17782
17783 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17784
17785 2014-10-11 Yao Qi <yao@codesourcery.com>
17786
17787 * gdb.server/server-kill.exp: Execute command
17788 "set remote trace-status-packet on" before "tstatus".
17789
17790 2014-10-11 Yao Qi <yao@codesourcery.com>
17791
17792 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17793 (main): Call getppid.
17794 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17795 and continue to it. Read variable "server_pid".
17796
17797 2014-10-11 Yao Qi <yao@codesourcery.com>
17798
17799 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17800
17801 2014-10-11 Yao Qi <yao@codesourcery.com>
17802
17803 * gdb.threads/thread-find.exp: Don't execute command
17804 "info threads".
17805 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17806 * gdb.threads/linux-dp.exp: Don't check the condition
17807 $threads_created equals to zero.
17808
17809 2014-10-10 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.base/bigcore.exp: Remove references to IRIX.
17812 * gdb.base/funcargs.exp: Likewise.
17813 * gdb.base/interrupt.exp: Likewise.
17814 * gdb.base/mips_pro.exp: Likewise.
17815 * gdb.base/nodebug.exp: Likewise.
17816 * gdb.base/setvar.exp: Likewise.
17817 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17818
17819 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17820 Pedro Alves <palves@redhat.com>
17821
17822 PR symtab/14466
17823 * gdb.base/vdso-warning.c: New file.
17824 * gdb.base/vdso-warning.exp: New file.
17825
17826 2014-10-02 Doug Evans <dje@google.com>
17827
17828 * gdb.base/structs.c (main): Don't run forever.
17829
17830 2014-10-02 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17833 (top level) <stop threads 1, stop threads 2>: Use it.
17834
17835 2014-10-02 Pedro Alves <palves@redhat.com>
17836
17837 * gdb.threads/break-while-running.exp (test): Add new
17838 'update_thread_list' argument. Skip "info threads" if false.
17839 (top level): Add new 'update_thread_list' axis.
17840
17841 2014-10-02 Pedro Alves <palves@redhat.com>
17842
17843 PR breakpoints/17431
17844 * gdb.base/execl-update-breakpoints.c: New file.
17845 * gdb.base/execl-update-breakpoints.exp: New file.
17846
17847 2014-10-01 Pedro Alves <palves@redhat.com>
17848
17849 * gdb.base/breakpoint-in-ro-region.c: New file.
17850 * gdb.base/breakpoint-in-ro-region.exp: New file.
17851
17852 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17853
17854 * gdb.mi/mi-exit-code.exp: New file.
17855 * gdb.mi/mi-exit-code.c: New file.
17856
17857 2014-09-30 Yao Qi <yao@codesourcery.com>
17858
17859 * lib/prelink-support.exp (build_executable_own_libs): Error if
17860 the target isn't native.
17861
17862 2014-09-30 Yao Qi <yao@codesourcery.com>
17863
17864 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17865 false.
17866
17867 2014-09-22 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.threads/break-while-running.exp: New file.
17870 * gdb.threads/break-while-running.c: New file.
17871
17872 2014-09-19 Yao Qi <yao@codesourcery.com>
17873
17874 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17875 Invoke test. Restart GDB with --readnow and invoke test again.
17876
17877 2014-09-19 Yao Qi <yao@codesourcery.com>
17878
17879 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17880 proc set_breakpoint_on_gcd_function. Invoke
17881 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17882 invoke set_breakpoint_on_gcd_function again.
17883
17884 2014-09-18 Doug Evans <dje@google.com>
17885
17886 * gdb.dwarf2/symtab-producer.exp: New file.
17887
17888 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17889
17890 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17891 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17892 * gdb.base/global-var-nested-by-dso.c: Likewise.
17893 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17894
17895 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17896 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/watch-bitfields.exp: Pass string other than test file
17899 name to prepare_for_testing.
17900 (watch): New procedure.
17901 (expect_watchpoint): Use with_test_prefix.
17902 (top level): Factor out tests to ...
17903 (test_watch_location, test_regular_watch): ... these new
17904 procedures, and use with_test_prefix and gdb_continue_to_end.
17905
17906 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17907
17908 PR breakpoints/12526
17909 * gdb.base/watch-bitfields.exp: New file.
17910 * gdb.base/watch-bitfields.c: New file.
17911
17912 2014-09-16 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17915 software and hardware addresses, not software address against
17916 itself.
17917
17918 2014-09-16 Pedro Alves <palves@redhat.com>
17919
17920 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17921 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17922
17923 2014-09-16 Pedro Alves <palves@redhat.com>
17924
17925 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17926 files.
17927 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17928 "*-*-vxworks*" throughout.
17929 * gdb.base/break.exp: Likewise.
17930 * gdb.base/default.exp: Likewise.
17931 * gdb.base/scope.exp: Likewise.
17932 * gdb.base/sepdebug.exp: Likewise.
17933 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17934 throughout.
17935 * gdb.base/run.c: Likewise.
17936 * gdb.base/sepdebug.c: Likewise.
17937 * gdb.hp/gdb.aCC/run.c: Likewise.
17938 * gdb.reverse/until-reverse.c: Likewise.
17939 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17940
17941 2014-09-16 Yao Qi <yao@codesourcery.com>
17942
17943 * boards/local-remote-host-native.exp: New file.
17944
17945 2014-09-14 Doug Evans <xdje42@gmail.com>
17946
17947 * gdb.threads/queue-signal.c (thread_count): New variable.
17948 (thread_count_mutex, thread_count_condvar): New variables.
17949 (incr_thread_count, wait_all_threads_running): New functions.
17950 (main): Wait for all threads to be in their thread functions.
17951
17952 2014-09-13 Doug Evans <xdje42@gmail.com>
17953
17954 * gdb.threads/queue-signal.c: New file.
17955 * gdb.threads/queue-signal.exp: New file.
17956
17957 2014-09-13 Doug Evans <xdje42@gmail.com>
17958
17959 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17960 be consistent with what default_gdb_init uses.
17961 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17962 the plain text of the prompt. Add some logging printfs.
17963 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17964
17965 2014-09-12 Pedro Alves <palves@redhat.com>
17966
17967 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17968 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17969 * gdb.arch/i386-size-overlap.exp: Likewise.
17970 * gdb.arch/i386-size.exp: Likewise.
17971 * gdb.arch/i386-unwind.exp: Likewise.
17972 * gdb.base/a2-run.exp: Likewise.
17973 * gdb.base/break.exp: Likewise.
17974 * gdb.base/charset.exp: Likewise.
17975 * gdb.base/chng-syms.exp: Likewise.
17976 * gdb.base/commands.exp: Likewise.
17977 * gdb.base/dbx.exp: Likewise.
17978 * gdb.base/find.exp: Likewise.
17979 * gdb.base/funcargs.exp: Likewise.
17980 * gdb.base/jit-simple.exp: Likewise.
17981 * gdb.base/reread.exp: Likewise.
17982 * gdb.base/sepdebug.exp: Likewise.
17983 * gdb.base/step-bt.exp: Likewise.
17984 * gdb.cp/mb-inline.exp: Likewise.
17985 * gdb.cp/mb-templates.exp: Likewise.
17986 * gdb.objc/basicclass.exp: Likewise.
17987 * gdb.threads/killed.exp: Likewise.
17988
17989 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17990
17991 PR tdep/17379
17992 * gdb.arch/powerpc-stackless.S: New file.
17993 * gdb.arch/powerpc-stackless.exp: New file.
17994
17995 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17996
17997 * gdb.base/attach.c: Include unistd.h.
17998 (main): Call alarm. Add label postloop.
17999 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18000 gdb_breakpoint, gdb_continue_to_breakpoint.
18001 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18002
18003 2014-09-11 Pedro Alves <palves@redhat.com>
18004
18005 PR gdb/17347
18006 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18007 * gdb.base/attach.exp (test_command_line_attach_run): New
18008 procedure.
18009 (top level): Call it.
18010
18011 2014-09-11 Pedro Alves <palves@redhat.com>
18012
18013 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18014 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18015 (do_command_attach_tests): Use spawn_wait_for_attach.
18016 * gdb.base/solib-overlap.exp: Likewise.
18017 * gdb.multi/multi-attach.exp: Likewise.
18018 * gdb.python/py-prompt.exp: Likewise.
18019 * gdb.python/py-sync-interp.exp: Likewise.
18020 * gdb.server/ext-attach.exp: Likewise.
18021
18022 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18023
18024 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18025 command in testcase. Simplify testcase.
18026
18027 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18028
18029 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18030
18031 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18032
18033 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18034
18035 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18036
18037 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18038
18039 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18040
18041 * gdb.dwarf2/dynarr-ptr.c: New file.
18042 * gdb.dwarf2/dynarr-ptr.exp: New file.
18043
18044 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18045
18046 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18047 of 30 rather than hardcoding 120 for a slow test case. Take the
18048 `gdb,timeout' target setting into account for this calculation.
18049 Don't extend the timeout for the test cases that don't need it.
18050
18051 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18052
18053 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18054 a factor of 2 for a slow test case. Take the `gdb,timeout'
18055 target setting into account for this calculation.
18056 * gdb.reverse/until-precsave.exp: Increase the timeout by
18057 a factor of 15 and 3 respectively rather than adding 120
18058 for a pair of slow test cases. Take the `gdb,timeout'
18059 target setting into account for this calculation.
18060
18061 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18062
18063 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18064 timeout, don't pass one down to gdb_expect.
18065 (gdb_expect): Rework timeout selection.
18066
18067 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18068
18069 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18070 exception on timeout.
18071 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18072 (gdbserver_start_extended): Catch any `gdbserver_start' error
18073 exceptions.
18074 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18075 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18076 `gdbserver_gdb_load' error exceptions.
18077
18078 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18079
18080 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18081 120 on waiting for the TCP socket to open.
18082
18083 2014-09-09 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18086 _caller_matches, _any_caller_is, _any_caller_matches.
18087
18088 2014-09-09 Doug Evans <xdje42@gmail.com>
18089
18090 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18091
18092 2014-09-09 Yao Qi <yao@codesourcery.com>
18093
18094 * gdb.mi/mi-var-display.exp: Set print symbol off.
18095
18096 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18097
18098 PR gdb/17035
18099 * gdb.base/commands.exp: Add tests to verify user-defined
18100 commands with empty bodies.
18101 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18102 python commands in `show user command`.
18103 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18104 scheme commands in `show user command`.
18105
18106 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18107
18108 PR python/17355
18109 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18110 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18111 * gdb.python/py-framefilter-invalidarg.exp: New file.
18112 * gdb.python/py-framefilter-invalidarg.py: New file.
18113
18114 2014-09-06 Doug Evans <xdje42@gmail.com>
18115
18116 PR 15276
18117 * gdb.python/py-caller-is.c: New file.
18118 * gdb.python/py-caller-is.exp: New file.
18119
18120 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18121
18122 PR gdb/17235
18123 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18124 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18125
18126 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18127
18128 PR fortran/17237
18129 * gdb.fortran/print-formatted.exp: New file.
18130 * gdb.fortran/print-formatted.f90: Likewise.
18131
18132 2014-09-03 Sasha Smundak <asmundak@google.com>
18133
18134 * gdb.python/py-frame.exp: Test Frame.read_register.
18135
18136 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18137
18138 PR python/16699
18139 * gdb.python/py-completion.exp: New file.
18140 * gdb.python/py-completion.py: Likewise.
18141
18142 2014-08-28 Doug Evans <dje@google.com>
18143
18144 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18145 eax,etc. are live with values set by gdb and thus the compiler can't
18146 use them.
18147 * gdb.arch/i386-pseudo.c (main): Ditto.
18148
18149 2014-08-27 Doug Evans <dje@google.com>
18150
18151 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18152
18153 2014-08-25 Doug Evans <dje@google.com>
18154
18155 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18156 (main): Ditto.
18157
18158 2014-08-25 Doug Evans <dje@google.com>
18159
18160 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18161
18162 2014-08-24 Yao Qi <yao@codesourcery.com>
18163
18164 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18165 symbol off.
18166 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18167
18168 2014-08-22 Doug Evans <dje@google.com>
18169
18170 PR 17276
18171 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18172 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18173 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18174
18175 2014-08-22 Yao Qi <yao@codesourcery.com>
18176
18177 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18178 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18179 * gdb.python/python.exp: Likewise. Use .py file on the host
18180 instead of the build.
18181
18182 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18183
18184 * gdb.threads/gcore-stale-thread.c: New file.
18185 * gdb.threads/gcore-stale-thread.exp: New file.
18186
18187 2014-08-21 Pedro Alves <palves@redhat.com>
18188
18189 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18190 * gdb.base/gcore-relro-pie.exp: Likewise.
18191 * gdb.base/gcore-relro.exp: Likewise.
18192 * gdb.base/gcore.exp: Likewise.
18193 * gdb.base/print-symbol-loading.exp: Likewise.
18194 * gdb.threads/gcore-thread.exp: Likewise.
18195 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18196
18197 2014-08-20 Pedro Alves <palves@redhat.com>
18198 Jan Kratochvil <jan.kratochvil@redhat.com>
18199
18200 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18201 configure.
18202 (EXPECT): Handle READ1 being set.
18203 (all): Depend on EXTRA_RULES.
18204 (check-read1, expect-read1, read1.so, read1): New rules.
18205 * README (Testsuite Parameters): Document the READ1 make variable.
18206 (Race detection): New section.
18207 * configure: Regenerate.
18208 * configure.ac: If build==host==target, and running under a
18209 GNU/glibc system, add read1 to the extra Makefile rules.
18210 (EXTRA_RULES): AC_SUBST it.
18211 * lib/read1.c: New file.
18212
18213 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18214
18215 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18216 the handling of variables declared as a typedef to an array
18217 which a DW_AT_data_location attribute.
18218
18219 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18220 Pedro Alves <palves@redhat.com>
18221
18222 PR symtab/14604
18223 PR symtab/14605
18224 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18225 gdb_test.
18226
18227 2014-08-19 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18230
18231 2014-08-19 Yao Qi <yao@codesourcery.com>
18232
18233 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18234 right line.
18235
18236 2014-08-18 David Blaikie <dblaikie@gmail.com>
18237
18238 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18239
18240 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18241
18242 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18243 attribute in array range.
18244
18245 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18246
18247 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18248
18249 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18250
18251 PR c++/17132
18252 * gdb.cp/pr17132.cc: New file.
18253 * gdb.cp/pr17132.exp: New file.
18254
18255 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18256
18257 * gdb.python/py-xmethods.py (A_getarrayind)
18258 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18259 Use 'print' with function call syntax.
18260 (E_method_matcher.match): Fix tab vs space indentation mixup.
18261
18262 2014-08-15 Yao Qi <yao@codesourcery.com>
18263
18264 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18265 false.
18266
18267 2014-08-15 Yao Qi <yao@codesourcery.com>
18268
18269 * gdb.cp/casts.exp: Set print symbol off.
18270 * gdb.cp/class2.exp: Likewise.
18271 * gdb.cp/overload.exp: Likewise.
18272 * gdb.cp/templates.exp: Likewise.
18273
18274 2014-08-11 Doug Evans <dje@google.com>
18275
18276 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18277 (test_load_shlib): Update.
18278
18279 2014-08-09 Yao Qi <yao@codesourcery.com>
18280
18281 * gdb.base/display.exp: Invoke is_address_zero_readable.
18282 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18283 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18284 * gdb.base/hbreak-unmapped.exp: Return if
18285 is_address_zero_readable returns true.
18286 * gdb.base/signest.exp: Likewise.
18287 * gdb.base/signull.exp: Likewise.
18288 * gdb.base/sigbpt.exp: Likewise.
18289 * gdb.guile/scm-disasm.exp: Do the test if
18290 is_address_zero_readable returns false.
18291 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18292 * gdb.python/py-arch.exp: Likewise.
18293 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18294 * lib/gdb.exp (is_address_zero_readable): New proc.
18295
18296 2014-08-09 Yao Qi <yao@codesourcery.com>
18297
18298 PR testsuite/13443
18299 * gdb.mi/mi-var-display.exp: Make test messages unique.
18300
18301 2014-08-04 Tom Tromey <tromey@redhat.com>
18302
18303 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18304 target 0".
18305
18306 2014-08-04 Tom Tromey <tromey@redhat.com>
18307
18308 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18309 "target_resume".
18310
18311 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18312
18313 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18314 inner_vla_struct_object_size.
18315 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18316 as xfail.
18317
18318 2014-07-30 Pedro Alves <palves@redhat.com>
18319
18320 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18321 comment.
18322
18323 2014-07-29 Yao Qi <yao@codesourcery.com>
18324
18325 PR gdb/17206
18326 * gdb.base/until-nodebug.exp: New.
18327
18328 2014-07-28 Doug Evans <xdje42@gmail.com>
18329
18330 PR guile/17203
18331 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18332 previously existing parameter, and previously ambiguously spelled
18333 parameter.
18334
18335 2014-07-28 Will Newton <will.newton@linaro.org>
18336
18337 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18338
18339 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18340 Doug Evans <xdje42@gmail.com>
18341
18342 PR guile/17146
18343 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18344
18345 2014-07-25 Pedro Alves <palves@redhat.com>
18346
18347 * gdb.threads/signal-command-handle-nopass.c: New file.
18348 * gdb.threads/signal-command-handle-nopass.exp: New file.
18349 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18350 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18351 * gdb.threads/signal-delivered-right-thread.c: New file.
18352 * gdb.threads/signal-delivered-right-thread.exp: New file.
18353
18354 2014-07-25 Pedro Alves <palves@redhat.com>
18355
18356 * gdb.base/double-prompt-target-event-error.exp
18357 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18358 match.
18359 (cancel_pagination_in_target_event): Rework double prompt
18360 detection.
18361 * gdb.base/paginate-after-ctrl-c-running.exp
18362 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18363 <return>' match.
18364 * gdb.base/paginate-bg-execution.exp
18365 (test_bg_execution_pagination_return)
18366 (test_bg_execution_pagination_cancel): Remove '-notransfer
18367 <return>' matches.
18368 * gdb.base/paginate-execution-startup.exp
18369 (test_fg_execution_pagination_return)
18370 (test_fg_execution_pagination_cancel): Remove '-notransfer
18371 <return>' matches.
18372 * gdb.base/paginate-inferior-exit.exp
18373 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18374 match.
18375 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18376 * lib/gdb.exp (pagination_prompt): Run text through
18377 string_to_regexp.
18378 (gdb_test_multiple): Match $pagination_prompt instead of
18379 "<return>".
18380 (string_to_regexp): Move to lib/gdb-utils.exp.
18381
18382 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18383
18384 * gdb.arch/amd64-entry-value-paramref.S: New file.
18385 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18386 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18387 * gdb.arch/amd64-optimout-repeat.S: New file.
18388 * gdb.arch/amd64-optimout-repeat.c: New file.
18389 * gdb.arch/amd64-optimout-repeat.exp: New file.
18390
18391 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18392
18393 PR gdb/17170
18394 * gdb.base/statistics.exp: New file.
18395
18396 2014-07-17 Doug Evans <dje@google.com>
18397
18398 PR gdb/17170
18399 * gdb.base/maint.exp: Update testing of per-command stats.
18400
18401 2014-07-16 Pedro Alves <palves@redhat.com>
18402
18403 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18404 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18405 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18406 (tfile_write_buf): New functions.
18407 (add_memory_block): Rewrite using the above.
18408 (adjust_function_address): New function.
18409 (FUNCTION_ADDRESS): New macro.
18410 (write_basic_trace_file): Remove short_x local, and use
18411 tfile_write_16. Change type of func_addr local to unsigned long
18412 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18413 here. Cast argument of add_memory_block to char pointer.
18414 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18415 (main): Remove parameters.
18416 * gdb.trace/tfile.exp: Remove nowarnings.
18417
18418 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18419
18420 * gdb.base/debug-expr.exp: Test string evaluation with
18421 "debug expression" on.
18422
18423 2014-07-15 Pedro Alves <palves@redhat.com>
18424
18425 * gdb.base/reread.exp: Use clean_restart.
18426
18427 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18428
18429 * gdb.arch/avr-flash-qualifer.c: New.
18430 * gdb.arch/avr-flash-qualifer.exp: New.
18431
18432 2014-07-14 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18435 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18436
18437 2014-07-14 Pedro Alves <palves@redhat.com>
18438
18439 * gdb.base/double-prompt-target-event-error.c: New file.
18440 * gdb.base/double-prompt-target-event-error.exp: New file.
18441
18442 2014-07-14 Pedro Alves <palves@redhat.com>
18443
18444 PR gdb/17072
18445 * gdb.base/paginate-inferior-exit.c: New file.
18446 * gdb.base/paginate-inferior-exit.exp: New file.
18447
18448 2014-07-14 Pedro Alves <palves@redhat.com>
18449
18450 PR gdb/17072
18451 * gdb.base/paginate-bg-execution.c: New file.
18452 * gdb.base/paginate-bg-execution.exp: New file.
18453
18454 2014-07-14 Pedro Alves <palves@redhat.com>
18455
18456 PR gdb/17072
18457 * gdb.base/paginate-execution-startup.c: New file.
18458 * gdb.base/paginate-execution-startup.exp: New file.
18459 * lib/gdb.exp (pagination_prompt): New global.
18460 (default_gdb_spawn): New procedure, factored out from
18461 default_gdb_spawn.
18462 (default_gdb_start): Adjust to call default_gdb_spawn.
18463 (gdb_spawn): New procedure.
18464
18465 2014-07-14 Pedro Alves <palves@redhat.com>
18466
18467 * lib/gdb.exp (gdb_assert): New procedure.
18468 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18469
18470 2014-07-14 Pedro Alves <palves@redhat.com>
18471
18472 * gdb.base/execution-termios.c: New file.
18473 * gdb.base/execution-termios.exp: New file.
18474
18475 2014-07-14 Tom Tromey <tromey@redhat.com>
18476
18477 * gdb.cp/vla-cxx.cc: New file.
18478 * gdb.cp/vla-cxx.exp: New file.
18479
18480 2014-07-14 Tom Tromey <tromey@redhat.com>
18481
18482 * gdb.reverse/rerun-prec.c: New file.
18483 * gdb.reverse/rerun-prec.exp: New file.
18484
18485 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18486 Maciej W. Rozycki <macro@codesourcery.com>
18487
18488 * lib/gdb-utils.exp: New file.
18489 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18490 inline `gdb_init_command' processing.
18491 (gdb_start_cmd): Likewise.
18492 * lib/mi-support.exp (mi_run_cmd): Likewise.
18493 * README: Document `gdb_init_command' and `gdb_init_commands'.
18494
18495 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18496
18497 Fix false FAIL running under a very long directory name.
18498 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18499 and "set print elements 10000". Twice.
18500
18501 2014-07-11 Yao Qi <yao@codesourcery.com>
18502
18503 * gdb.base/exprs.exp: "set print symbol off".
18504
18505 2014-07-11 Pedro Alves <palves@redhat.com>
18506
18507 * gdb.threads/kill.c: New file.
18508 * gdb.threads/kill.exp: New file.
18509
18510 2014-07-10 Yao Qi <yao@codesourcery.com>
18511
18512 * gdb.trace/tfile.c (write_basic_trace_file)
18513 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18514 address written to trace file.
18515
18516 2014-07-09 Pedro Alves <palves@redhat.com>
18517
18518 * gdb.base/attach-wait-input.exp: New file.
18519 * gdb.base/attach-wait-input.c: New file.
18520
18521 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18522
18523 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18524 setting up test structures.
18525 (main): Call new test function.
18526 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18527 test function, continue into test function and walk test
18528 structures.
18529
18530 2014-07-02 Yao Qi <yao@codesourcery.com>
18531
18532 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18533 'bar_start' at the beginning of functions 'foo' and 'bar'
18534 respectively.
18535 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18536 instead of 'foo' and 'bar'.
18537
18538 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18539
18540 * gdb.btrace/segv.exp: New.
18541 * gdb.btrace/segv.c: New.
18542
18543 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18544
18545 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18546 instruction.
18547
18548 2014-06-30 Mark Wielaard <mjw@redhat.com>
18549
18550 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18551 vulture, vilify, villar): New volatile array constants.
18552 (vindictive, vegetation): New const volatile array constants.
18553 * gdb.base/volatile.exp: Test volatile and const volatile array
18554 types.
18555
18556 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18557
18558 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18559 target lacks support for awatch, rwatch, or hbreak.
18560
18561 2014-06-27 Yao Qi <yao@codesourcery.com>
18562
18563 * gdb.multi/dummy-frame-restore.exp: New.
18564 * gdb.multi/dummy-frame-restore.c: New.
18565
18566 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18567
18568 * gdb.btrace/gcore.exp: New.
18569
18570 2014-06-23 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.base/watchpoint-reuse-slot.c: New file.
18573 * gdb.base/watchpoint-reuse-slot.exp: New file.
18574
18575 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18576
18577 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18578 progspace's filename in 'info', 'enable' and 'disable' command
18579 tests.
18580
18581 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18582
18583 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18584 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18585 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18586
18587 2014-06-20 Gary Benson <gbenson@redhat.com>
18588
18589 * gdb.arch/i386-avx.exp: Fix include file location.
18590 * gdb.arch/i386-sse.exp: Likewise.
18591
18592 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18593
18594 * gdb.dlang/expression.exp: New file.
18595
18596 2014-06-19 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18599 out from ...
18600 (top level): ... here. Iterate running tests under different
18601 scheduler-locking settings.
18602
18603 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18604
18605 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18606 to DW_FORM_addr and use non-zero addresses.
18607
18608 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18609
18610 PR gdb/17017
18611 * gdb.python/py-xmethods.cc: Add global function call counters and
18612 increment them in their respective functions. Remove "cout"
18613 statements.
18614 * gdb.python/py-xmethods.exp: Make tests check the global function
18615 call counters instead of depending on inferior IO.
18616
18617 2014-06-18 Don Breazeal <donb@codesourcery.com>
18618
18619 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18620 Deleted procedure.
18621 (explicit_fork_parent_follow): Deleted procedure.
18622 (explicit_fork_child_follow): Deleted procedure.
18623 (test_follow_fork): New procedure.
18624 (do_fork_tests): Replace calls to deleted procedures with
18625 calls to test_follow_fork and reset GDB for subsequent
18626 procedure calls.
18627
18628 2014-06-17 Yao Qi <yao@codesourcery.com>
18629
18630 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18631 CP1252.
18632
18633 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18634
18635 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18636 Initialize ptr and S explicitly.
18637 (skip_type_update_when_not_use_rtti_test): Likewise.
18638
18639 2014-06-16 Keith Seitz <keiths@redhat.com>
18640
18641 PR mi/15863
18642 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18643 the inferior is started.
18644
18645 2014-06-16 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.base/break-main-file-remove-fail.c: New file.
18648 * gdb.base/break-main-file-remove-fail.exp: New file.
18649 * gdb.base/break-unload-file.exp: Use build_executable instead of
18650 prepare_for_testing.
18651 (test_break): New parameter "initial_load". Handle it.
18652 (top level): Add initial_load cmdline/file axis.
18653
18654 2014-06-12 Tom Tromey <tromey@redhat.com>
18655
18656 * gdb.base/completion.exp: Don't use directory name in test.
18657
18658 2014-06-09 Gary Benson <gbenson@redhat.com>
18659
18660 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18661 separate the always-available ANSI-standard signals from the
18662 signals that require checking.
18663 (main): Likewise.
18664 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18665 Likewise.
18666 (main): Likewise.
18667
18668 2014-06-07 Keith Seitz <keiths@redhat.com>
18669
18670 Revert:
18671 PR c++/16253
18672 * gdb.cp/var-tag.cc: New file.
18673 * gdb.cp/var-tag.exp: New file.
18674 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18675 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18676 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18677 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18678
18679 2014-06-06 Doug Evans <xdje42@gmail.com>
18680
18681 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18682
18683 2014-06-06 Pedro Alves <palves@redhat.com>
18684
18685 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18686 in target debug output instead of looking at RSP packets,
18687 disabling the test on any target that uses hardware stepping.
18688 Update comments.
18689
18690 2014-06-06 Pedro Alves <palves@redhat.com>
18691
18692 * gdb.base/break-unload-file.exp: Fix typo.
18693
18694 2014-06-06 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18697 from "jit_function" to "^jit_function".
18698
18699 2014-06-06 Yao Qi <yao@codesourcery.com>
18700
18701 * gdb.base/async.c (foo): Add one statement.
18702 * gdb.base/async.exp: Get the next instruction address and
18703 match the output of "nexti" by instruction address. Match
18704 the hex address in the output of "finish".
18705
18706 2014-06-06 Gary Benson <gbenson@redhat.com>
18707
18708 * gdb.base/call-signals.c: Remove preprocessor conditionals
18709 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18710 SIGSEGV and SIGTERM.
18711 * gdb.base/sigall.c: Likewise.
18712 * gdb.base/unwindonsignal.c: Likewise.
18713 * gdb.reverse/sigall-reverse.c: Likewise.
18714
18715 2014-06-06 Yao Qi <yao@codesourcery.com>
18716
18717 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18718 readable, skip the test.
18719
18720 2014-06-06 Yao Qi <yao@codesourcery.com>
18721
18722 * gdb.threads/staticthreads.c (thread_function): Move the line
18723 setting breakpoint on forward.
18724 * gdb.threads/staticthreads.exp: Update comments.
18725
18726 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18727
18728 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18729 "history-append! type error".
18730
18731 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18732
18733 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18734 erroneous dprintf expected input.
18735
18736 2014-06-04 Doug Evans <xdje42@gmail.com>
18737
18738 * gdb.guile/scm-generics.exp: Delete.
18739
18740 2014-06-04 Doug Evans <xdje42@gmail.com>
18741
18742 * gdb.guile/scm-breakpoint.exp: Update.
18743 Add tests for breakpoint registration.
18744
18745 2014-06-04 Tom Tromey <tromey@redhat.com>
18746
18747 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18748 VLA-in-union.
18749 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18750 inner_vla_struct, vla_union types. Initialize objects of those
18751 types and compute their sizes.
18752
18753 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18754 Hui Zhu <hui@codesourcery.com>
18755
18756 * gdb.base/fileio.exp: Add test for shell not available as well as
18757 available.
18758 * gdb.base/fileio.c (test_system): Check for shell twice.
18759
18760 2014-06-04 Yao Qi <yao@codesourcery.com>
18761
18762 * gdb.base/auto-connect-native-target.exp: Remove redundant
18763 space from the regexp pattern.
18764
18765 2014-06-04 Yao Qi <yao@codesourcery.com>
18766
18767 * gdb.base/default.exp: Replace "child" with "native" in
18768 regexp pattern.
18769
18770 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18771
18772 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18773 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18774 * gdb.python/py-xmethods.py: Python script supporting the
18775 new testcase and tests.
18776
18777 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18778 Pedro Alves <palves@redhat.com>
18779
18780 PR breakpoints/17000
18781 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18782 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18783
18784 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18785
18786 * gdb.base/subst.exp: Add tests to verify partial path matching
18787 output.
18788
18789 2014-06-03 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18792 target that doesn't use software single-stepping.
18793
18794 2014-06-03 Pedro Alves <palves@redhat.com>
18795
18796 PR breakpoints/17000
18797 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18798 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18799
18800 2014-06-02 Doug Evans <xdje42@gmail.com>
18801
18802 * gdb.guile/scm-parameter.exp: New file.
18803
18804 2014-06-02 Doug Evans <xdje42@gmail.com>
18805
18806 * gdb.guile/scm-cmd.c: New file.
18807 * gdb.guile/scm-cmd.exp: New file.
18808
18809 2014-06-02 Doug Evans <xdje42@gmail.com>
18810
18811 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18812 pretty-printer lookup.
18813 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18814 (make-pp_s-printer): Call it.
18815 (make-pretty-printer-from-dict): New function.
18816 (lookup-pretty-printer-maker-from-dict): New function.
18817 (*pretty-printer*): Simplify.
18818 (make-objfile-pp_s-printer): New function.
18819 (install-objfile-pretty-printers!): New function.
18820 (make-progspace-pp_s-printer): New function.
18821 (install-progspace-pretty-printers!): New function.
18822 * gdb.guile/scm-progspace.c: New file.
18823 * gdb.guile/scm-progspace.exp: New file.
18824
18825 2014-06-02 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.base/dprintf-bp-same-addr.c: New file.
18828 * gdb.base/dprintf-bp-same-addr.exp: New file.
18829
18830 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18831
18832 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18833 * gdb.arch/powerpc-power.s: Likewise.
18834
18835 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18836
18837 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18838
18839 2014-06-01 Yao Qi <yao@codesourcery.com>
18840
18841 * gdb.base/watchpoint.exp (test_watch_location): Check null
18842 pointer can be dereferenced. If not, do the test, otherwise
18843 skip it.
18844
18845 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18846
18847 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18848 results.
18849 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18850
18851 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18852
18853 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18854 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18855 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18856 * gdb.arch/amd64-invalid-stack-top.c: New file.
18857 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18858
18859 2014-05-30 Pedro Alves <palves@redhat.com>
18860
18861 PR breakpoints/17000
18862 * gdb.base/sss-bp-on-user-bp.c: New file.
18863 * gdb.base/sss-bp-on-user-bp.exp: New file.
18864
18865 2014-05-30 David Blaikie <dblaikie@gmail.com>
18866
18867 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18868 gnu_inline semantics via attribute.
18869 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18870 source explicitly specifies the required semantics.
18871
18872 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18873
18874 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18875
18876 2014-05-29 Pedro Alves <palves@redhat.com>
18877 Tom Tromey <tromey@redhat.com>
18878
18879 * gdb.base/async-shell.exp: Don't enable target-async.
18880 * gdb.base/async.exp
18881 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18882 parameter. Adjust.
18883 (top level): Don't test with "target-async".
18884 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18885 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18886 * gdb.base/inferior-died.exp: Don't enable target-async.
18887 * gdb.base/interrupt-noterm.exp: Likewise.
18888 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18889 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18890 * gdb.mi/mi-nonstop.exp: Likewise.
18891 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18892 * gdb.mi/mi-nsintrall.exp: Likewise.
18893 * gdb.mi/mi-nsmoribund.exp: Likewise.
18894 * gdb.mi/mi-nsthrexec.exp: Likewise.
18895 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18896 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18897 * gdb.python/py-evsignal.exp: Don't enable target-async.
18898 * gdb.python/py-evthreads.exp: Likewise.
18899 * gdb.python/py-prompt.exp: Likewise.
18900 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18901 * gdb.server/solib-list.exp: Don't enable target-async.
18902 * gdb.threads/thread-specific-bp.exp: Likewise.
18903 * lib/mi-support.exp: Adjust to use mi-async.
18904
18905 2014-05-29 Pedro Alves <palves@redhat.com>
18906
18907 PR gdb/13860
18908 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18909 reason, even in sync mode.
18910
18911 2014-05-29 Pedro Alves <palves@redhat.com>
18912 Hui Zhu <hui@codesourcery.com>
18913
18914 PR PR15693
18915 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18916 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18917 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18918 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18919
18920 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18921
18922 * config/monitor.exp (gdb_target_monitor): Replace use of
18923 "set remotebaud" by "set serial baud".
18924
18925 2014-05-26 Andy Wingo <wingo@igalia.com>
18926
18927 * gdb.guile/scm-breakpoint.exp:
18928 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18929 properties instead of gdb-object-properties.
18930
18931 2014-05-26 Yao Qi <yao@codesourcery.com>
18932
18933 * gdb.server/no-thread-db.exp: Specify source file name
18934 explicitly when setting a breakpoint.
18935
18936 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18937
18938 * gdb.btrace/vdso.c: New.
18939 * gdb.btrace/vdso.exp: New.
18940
18941 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18942
18943 * gdb.base/gcore.exp (capture_command_output): Move ...
18944 * lib/gdb.exp (capture_command_output): ... here.
18945
18946 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18947
18948 * gdb.btrace/data.exp: Test memory access during btrace replay.
18949
18950 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18951
18952 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18953
18954 2014-05-21 Pedro Alves <palves@redhat.com>
18955
18956 PR gdb/13860
18957 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18958 (top level): Test that output related to execution commands is
18959 sent to the console with CLI commands, but not with MI commands.
18960 Test that breakpoint events are always mirrored to the console.
18961 Also expect the new source line to be output after a "next" in
18962 async mode too. Make it a pass/fail test.
18963 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18964 output.
18965 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18966
18967 2014-05-21 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18970 Use them to test variations of "list" after reaching a breakpoint.
18971 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18972 Test "list" with listsize 10 after reaching a breakpoint.
18973 * gdb.python/python.exp (decode_line current location line
18974 number): Adjust expected line number.
18975
18976 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18977
18978 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18979 behavior for $args, pass it directly to "run".
18980
18981 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18982
18983 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18984 30000 to 65536.
18985
18986 2014-05-21 Pedro Alves <palves@redhat.com>
18987
18988 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18989 auto-connect-native-target off".
18990 * gdb.base/auto-connect-native-target.c: New file.
18991 * gdb.base/auto-connect-native-target.exp: New file.
18992
18993 2014-05-21 Pedro Alves <palves@redhat.com>
18994
18995 * gdb.base/default.exp: Test "target native" instead of "target
18996 child".
18997
18998 2014-05-21 Mark Wielaard <mjw@redhat.com>
18999
19000 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19001
19002 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19003
19004 Fix TLS access for -static -pthread.
19005 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19006 <HAVE_TLS> (thread_function, main): Initialize it.
19007 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19008 Add clean_restart.
19009 <$have_tls != "">: Check TLSVAR.
19010
19011 2014-05-21 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.base/dcache-line-read-error.c: New.
19014 * gdb.base/dcache-line-read-error.exp: New.
19015
19016 2014-05-20 Pedro Alves <palves@redhat.com>
19017
19018 * gdb.base/compare-sections.c: New file.
19019 * gdb.base/compare-sections.exp: New file.
19020
19021 2014-05-20 Pedro Alves <palves@redhat.com>
19022
19023 * gdb.base/break-idempotent.c: New file.
19024 * gdb.base/break-idempotent.exp: New file.
19025
19026 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19027
19028 * gdb.btrace/nohist.exp: New.
19029
19030 2014-05-20 Yao Qi <yao@codesourcery.com>
19031
19032 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19033 gdb.reverse directory and gdb_reverse_timeout exists in board
19034 setting.
19035 * README: Document gdb_reverse_timeout.
19036
19037 2014-05-20 Yao Qi <yao@codesourcery.com>
19038
19039 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19040 'test_file_name'. Treat args as a string instead of a list.
19041 (gdb_init): Rename argument 'args' by 'test_file_name'.
19042
19043 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19044
19045 * gdb.arch/powerpc-power.exp: New file.
19046 * gdb.arch/powerpc-power.s: New file.
19047
19048 2014-05-16 Doug Evans <dje@google.com>
19049
19050 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19051 * gdb.base/completion.exp: Check that all expected files exist
19052 before doing file completion.
19053
19054 2014-05-16 Doug Evans <dje@google.com>
19055
19056 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19057 Update.
19058 (do_syscall_tests_without_xml): Update.
19059
19060 2014-05-16 Pedro Alves <palves@redhat.com>
19061
19062 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19063 instead of "unknown output after running".
19064
19065 2014-05-16 Yao Qi <yao@codesourcery.com>
19066
19067 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19068 file1.txt from host at the end.
19069 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19070
19071 2014-05-15 Doug Evans <dje@google.com>
19072
19073 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19074 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19075 loading file. Add test for TU lookup.
19076
19077 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19078
19079 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19080 calling "-exec-arguments" or "set args" before running the
19081 inferior.
19082
19083 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19084
19085 * lib/mi-support.exp (mi_expect_stop): Expect message for
19086 inferiors that exit with non-zero exit code.
19087
19088 2014-05-14 Yao Qi <yao@codesourcery.com>
19089
19090 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19091 match absolute path on remote host.
19092 (test_file_list_exec_source_files): Remove "/" from the
19093 pattern.
19094
19095 2014-05-14 Yao Qi <yao@codesourcery.com>
19096
19097 * boards/local-remote-host-notty.exp (${board}_file): New
19098 proc.
19099
19100 2014-05-07 Kyle McMartin <kyle@redhat.com>
19101
19102 Pushed by Joel Brobecker <brobecker@adacore.com>.
19103 * gdb.arch/aarch64-atomic-inst.c: New file.
19104 * gdb.arch/aarch64-atomic-inst.exp: New file.
19105
19106 2014-05-07 Yao Qi <yao@codesourcery.com>
19107
19108 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19109 in current context" too.
19110
19111 2014-05-05 Keith Seitz <keiths@redhat.com>
19112
19113 * gdb.linespec/ls-dollar.exp: Add test for linespec
19114 file:convenience_variable.
19115
19116 2014-05-05 Yao Qi <yao@codesourcery.com>
19117
19118 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19119 traceframes into tfile and ctf trace files. Read data from
19120 trace file and test collected data.
19121 (gdb_collect_locals_test): Likewise.
19122 (gdb_unavailable_registers_test): Likewise.
19123 (gdb_unavailable_floats): Likewise.
19124 (gdb_collect_globals_test): Likewise.
19125 (top-level): Append "ctf" to trace_file_targets if GDB
19126 supports.
19127
19128 2014-05-05 Yao Qi <yao@codesourcery.com>
19129
19130 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19131 code to ...
19132 (gdb_collect_args_test_1): ... it. New proc.
19133 (gdb_collect_locals_test): Move some code to ...
19134 (gdb_collect_locals_test_1): ... it. New proc.
19135 (gdb_unavailable_registers_test): Move some code to ...
19136 (gdb_unavailable_registers_test_1): ... it. New proc.
19137 (gdb_unavailable_floats): Move some code to ...
19138 (gdb_unavailable_floats_1): ... it. New proc.
19139
19140 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19141
19142 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19143 probes to test for bitness recognition.
19144 * gdb.arch/amd64-stap-optional-prefix.exp
19145 (test_probe_value_without_reg): New procedure.
19146 Add code to test for different kinds of bitness.
19147
19148 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19149
19150 PR breakpoints/16889
19151 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19152 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19153
19154 2014-05-01 Pedro Alves <palves@redhat.com>
19155
19156 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19157 gdb_file_cmd if no file is specified.
19158 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19159 last_loaded_file to set the remote exec-file.
19160
19161 2014-05-01 Pedro Alves <palves@redhat.com>
19162
19163 * boards/local-remote-host.exp: New file.
19164
19165 2014-05-01 Pedro Alves <palves@redhat.com>
19166
19167 * boards/local-remote-host.exp: Rename to ...
19168 * boards/local-remote-host-notty.exp: ... this.
19169
19170 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19171
19172 * gdb.ada/dyn_arrayidx: New testcase.
19173
19174 2014-04-26 Yao Qi <yao@codesourcery.com>
19175
19176 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19177 and compute the length of function main. Save it in
19178 $main_length.
19179 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19180 (top-level): Use gdb_compile to compile objects into
19181 executable and restart GDB. Remove invocation to
19182 prepare_for_testing.
19183
19184 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19185 Pedro Alves <palves@redhat.com>
19186
19187 PR server/16255
19188 * gdb.multi/multi-attach.c: New file.
19189 * gdb.multi/multi-attach.exp: New file.
19190
19191 2014-04-25 Pedro Alves <palves@redhat.com>
19192
19193 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19194 user.
19195 (top level): Test that "set remote conditional-breakpoints-packet
19196 off" works as intended.
19197 * gdb.base/dprintf.exp: Test that "set remote
19198 breakpoint-commands-packet off" works as intended.
19199 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19200 New function.
19201 (top level): Call it.
19202 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19203 remote fast-tracepoints-packet off" works as intended.
19204 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19205 * lib/gdb.exp (gdb_is_target_remote): ... here.
19206
19207 2014-04-24 David Blaikie <dblaikie@gmail.com>
19208
19209 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19210 ensure clang would not discard them.
19211 * gdb.base/gdbvars.c: Ditto.
19212 * gdb.base/memattr.c: Ditto.
19213 * gdb.base/whatis.c: Ditto.
19214 * gdb.python/py-prettyprint.c: Ditto.
19215 * gdb.trace/actions.c: Ditto.
19216 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19217 ensure clang would not discard it.
19218
19219 2014-04-24 David Blaikie <dblaikie@gmail.com>
19220
19221 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19222 clang to emit the full definition of type required by the test
19223 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19224
19225 2014-04-24 David Blaikie <dblaikie@gmail.com>
19226
19227 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19228 coax Clang into emitting the definition of the type.
19229 * gdb.cp/pr10728-x.h (y): Ditto.
19230 * gdb.cp/pr10728-y.cc (y): Ditto.
19231
19232 2014-04-24 David Blaikie <dblaikie@gmail.com>
19233
19234 * gdb.base/label.exp: XFAIL label related tests under Clang.
19235 * gdb.cp/cplabel.exp: Ditto.
19236 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19237 under Clang those using labels.
19238
19239 2014-04-25 Yao Qi <yao@codesourcery.com>
19240
19241 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19242 double_label.
19243 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19244 partial_label and double_label.
19245
19246 2014-04-24 David Blaikie <dblaikie@gmail.com>
19247
19248 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19249
19250 2014-04-24 David Blaikie <dblaikie@gmail.com>
19251
19252 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19253 of the function to work across GCC and Clang.
19254 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19255 pointer types (const void ** const V void **).
19256
19257 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19258 Walfred Tedeschi <walfred.tedeschi@intel.com>
19259
19260 * Makefile.in (EXECUTABLES): Added i386-avx512.
19261 * gdb.arch/i386-avx512.c: New file.
19262 * gdb.arch/i386-avx512.exp: Likewise.
19263
19264 2014-04-23 Keith Seitz <keiths@redhat.com>
19265
19266 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19267 (mi_make_breakpoint_table): New procedure.
19268 (mi_create_breakpoint): Use mi_make_breakpoint
19269 and return the result.
19270 (mi_make_breakpoint): New procedure.
19271 (mi_build_kv_pairs): New procedure.
19272
19273 * gdb.mi/mi-break.exp: Remove unused globals,
19274 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19275 All callers updated.
19276 * gdb.mi/mi-dprintf.exp: Use variable to track command
19277 number.
19278 Update all callers of mi_create_breakpoint and use
19279 mi_make_breakpoint_table.
19280 Remove any unused global variables.
19281 * gdb.mi/mi-nonstop.exp: Likewise.
19282 * gdb.mi/mi-nsintrall.exp: Likewise.
19283 * gdb.mi/mi-nsmoribund.exp: Likewise.
19284 * gdb.mi/mi-nsthrexec.exp: Likewise.
19285 * gdb.mi/mi-reverse.exp: Likewise.
19286 * gdb.mi/mi-simplerun.exp: Likewise.
19287 * gdb.mi/mi-stepn.exp: Likewise.
19288 * gdb.mi/mi-syn-frame.exp: Likewise.
19289 * gdb.mi/mi-until.exp: Likewise.
19290 * gdb.mi/mi-var-cp.exp: Likewise.
19291 * gdb.mi/mi-var-display.exp: Likewise.
19292 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19293 * gdb.mi/mi2-var-child.exp: Likewise.
19294 * gdb.mi/mi-vla-c99.exp: Likewise.
19295 * lib/mi-support.exp: Likewise.
19296
19297 From Ian Lance Taylor <iant@cygnus.com>:
19298 * lib/gdb.exp (parse_args): New procedure.
19299
19300 2014-04-23 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.base/break-unload-file.c: New file.
19303 * gdb.base/break-unload-file.exp: New file.
19304 * gdb.base/sym-file-lib.c (baz): New function.
19305 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19306 field.
19307 (load): Store the segment's mapped size.
19308 (unload): New function.
19309 (unload_shlib): New function.
19310 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19311 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19312 set a breakpoint at baz, and call it.
19313 * gdb.base/sym-file.exp: New tests for stale breakpoint
19314 instructions.
19315
19316 2014-04-23 Pedro Alves <palves@redhat.com>
19317
19318 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19319 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19320 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19321 * gdb.base/hbreak-unmapped.c: New file.
19322 * gdb.base/hbreak-unmapped.exp: New file.
19323 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19324 * lib/gdb.exp (gdb_is_target_remote): ... here.
19325
19326 2014-04-22 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.base/consecutive-step-over.c: New file.
19329 * gdb.base/consecutive-step-over.exp: New file.
19330
19331 2014-04-22 Pedro Alves <palves@redhat.com>
19332
19333 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19334 instead of send_gdb/gdb_expect.
19335
19336 2014-04-22 Yao Qi <yao@codesourcery.com>
19337
19338 * lib/trace-support.exp (generate_tracefile): New procedure.
19339 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19340 return 0.
19341 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19342 if generate_tracefile returns 1.
19343
19344 2014-04-18 Tom Tromey <palves@redhat.com>
19345 Pedro alves <tromey@redhat.com>
19346
19347 PR backtrace/15558
19348 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19349 with a backtrace limit.
19350 * gdb.python/py-frame-inline.exp: Test running to an inline
19351 function with a backtrace limit, and printing the newest frame.
19352 * gdb.python/py-frame-inline.c (main): Call f.
19353
19354 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19355
19356 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19357
19358 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19359
19360 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19361 Drop prefix from unsupported source file path.
19362
19363 2014-04-17 Yao Qi <yao@codesourcery.com>
19364
19365 * lib/gdb.exp (with_target_charset): New proc.
19366 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19367 with_target_charset.
19368 (test_print_strings): Likewise.
19369 (test_repeat_bytes): Likewise.
19370 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19371 for some tests.
19372
19373 2014-04-16 Keith Seitz <keiths@redhat.com>
19374
19375 PR gdb/15827
19376 * gdb.dwarf2/corrupt.c: New file.
19377 * gdb.dwarf2/corrupt.exp: New file.
19378
19379 2014-04-16 Keith Seitz <keiths@redhat.com>
19380
19381 PR c++/16597
19382 * gdb.cp/namelessclass.cc: New file.
19383 * gdb.cp/namelessclass.exp: New file.
19384 * gdb.cp/namelessclass.S: New file.
19385
19386 2014-04-16 Doug Evans <dje@google.com>
19387
19388 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19389 Add comment.
19390 (gdbserver_default_get_comm_port): New function.
19391 (gdbserver_start): Check if board file provided
19392 "gdbserver,get_comm_port" and use it if so.
19393 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19394 (gdb,socketport): Set to "stdio".
19395 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19396 (stdio_gdbserver_template): Delete.
19397 (${board}_get_remote_address): Update.
19398 (${board}_build_remote_cmd): Delete.
19399 (${board}_get_comm_port): New function.
19400 (${board}_spawn): Update.
19401 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19402 Delete.
19403 (${board}_get_remote_address): Update.
19404 (${board}_get_comm_port): New function.
19405
19406 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19407
19408 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19409 appearing in any order.
19410
19411 2014-04-15 Doug Evans <dje@google.com>
19412
19413 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19414 uninitialized value of "description".
19415
19416 2014-04-15 Keith Seitz <keiths@redhat.com>
19417
19418 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19419 Remove unused globals.
19420 (test_running_the_program): Likewise.
19421 (test_controlled_execution): Likewise.
19422 (test_controlling_breakpoints): Likewise.
19423 (test_program_termination): Likewise.
19424
19425 2014-04-15 Keith Seitz <keiths@redhat.com>
19426
19427 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19428 unused globals.
19429 (test_rbreak_creation_and_listing): Likewise.
19430 (test_ignore_count): Likewise.
19431 (test_error): Likewise.
19432
19433 2014-04-15 Pedro Alves <palves@redhat.com>
19434
19435 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19436 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19437 sym-file-loader.c.
19438 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19439 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19440 to sym-file-loader.c.
19441 (struct library): Forward declare.
19442 (load_shlib, lookup_function): Change prototypes.
19443 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19444 (translate_offset): Remove declarations.
19445 (get_text_addr): New declaration.
19446 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19447 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19448 sym-file-loader.h.
19449 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19450 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19451 here from sym-file-loader.h.
19452 (struct library): New structure.
19453 (load_shlib, lookup_function): Change prototypes and adjust to
19454 work with a struct library.
19455 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19456 (translate_offset): Make static.
19457 (get_text_addr): New function.
19458 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19459
19460 2014-04-15 Pedro Alves <palves@redhat.com>
19461
19462 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19463
19464 2014-04-15 Pedro Alves <palves@redhat.com>
19465
19466 * gdb.base/sym-file-loader.c: Include <limits.h>.
19467 (SELF_LINK): New define.
19468 (get_origin): New function.
19469 (load_shlib): Use it.
19470 * gdb.base/sym-file.exp: Don't early return if the target is
19471 remote. Use runto_main, and issue fail is that fails. Use
19472 gdb_load_shlibs.
19473 (shlib_name): Delete.
19474 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19475
19476 2014-04-15 Pedro Alves <palves@redhat.com>
19477
19478 * gdb.base/sym-file.exp: Remove regex characters from test
19479 message. Don't refer to breakpoint numbers in test messages.
19480
19481 2014-04-14 Keith Seitz <keiths@redhat.com>
19482
19483 PR c++/16253
19484 * gdb.cp/var-tag.cc: New file.
19485 * gdb.cp/var-tag.exp: New file.
19486 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19487 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19488 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19489 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19490
19491 2014-04-14 Tom Tromey <tromey@redhat.com>
19492
19493 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19494 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19495 type.
19496 * gdb.cp/enum-class.exp: New file.
19497 * gdb.cp/enum-class.cc: New file.
19498
19499 2014-04-14 Tom Tromey <tromey@redhat.com>
19500
19501 * gdb.dwarf2/enum-type.exp: New file.
19502
19503 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19504
19505 * gdb.mi/mi-vla-c99.exp: New file.
19506 * gdb.mi/vla.c: New file.
19507
19508 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19509
19510 * gdb.base/vla-datatypes.c: New file.
19511 * gdb.base/vla-datatypes.exp: New file.
19512
19513 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19514
19515 * gdb.base/vla-ptr.c: New file.
19516 * gdb.base/vla-ptr.exp: New file.
19517
19518 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19519
19520 * gdb.dwarf2/count.exp: New file.
19521
19522 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19523
19524 * gdb.base/vla-sideeffect.c: New file.
19525 * gdb.base/vla-sideeffect.exp: New file.
19526
19527 2014-04-14 David Blaikie <dblaikie@gmail.com>
19528
19529 * gdb.mi/non-stop.c: Add return value for non-void function return
19530 statement.
19531 * gdb.threads/staticthreads.c: Ditto.
19532
19533 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19534 Doug Evans <xdje42@gmail.com>
19535
19536 * gdb.guile/scm-value.c: Improve test case.
19537 * gdb.guile/scm-value.exp: Add new test.
19538
19539 2014-04-11 David Blaikie <dblaikie@gmail.com>
19540
19541 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19542 override Clang's default.
19543
19544 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19545
19546 Revert the following changes (regressions):
19547
19548 * gdb.base/vla-sideeffect.c: New file.
19549 * gdb.base/vla-sideeffect.exp: New file.
19550
19551 * gdb.dwarf2/count.exp: New file.
19552
19553 * gdb.base/vla-multi.c: New file.
19554 * gdb.base/vla-multi.exp: New file.
19555
19556 * gdb.base/vla-ptr.c: New file.
19557 * gdb.base/vla-ptr.exp: New file.
19558
19559 * gdb.base/vla-datatypes.c: New file.
19560 * gdb.base/vla-datatypes.exp: New file.
19561
19562 * gdb.mi/mi-vla-c99.exp: New file.
19563 * gdb.mi/vla.c: New file.
19564
19565 2014-04-11 Keith Seitz <keiths@redhat.com>
19566
19567 PR c++/16675
19568 * gdb.cp/cpsizeof.exp: New file.
19569 * gdb.cp/cpsizeof.cc: New file.
19570
19571 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19572
19573 * gdb.mi/mi-vla-c99.exp: New file.
19574 * gdb.mi/vla.c: New file.
19575
19576 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19577
19578 * gdb.base/vla-datatypes.c: New file.
19579 * gdb.base/vla-datatypes.exp: New file.
19580
19581 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19582
19583 * gdb.base/vla-ptr.c: New file.
19584 * gdb.base/vla-ptr.exp: New file.
19585
19586 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19587
19588 * gdb.base/vla-multi.c: New file.
19589 * gdb.base/vla-multi.exp: New file.
19590
19591 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19592
19593 * gdb.dwarf2/count.exp: New file.
19594
19595 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19596
19597 * gdb.base/vla-sideeffect.c: New file.
19598 * gdb.base/vla-sideeffect.exp: New file.
19599
19600 2014-04-11 Yao Qi <yao@codesourcery.com>
19601
19602 * gdb.base/completion.exp: Check file exists before running tests
19603 on file completion.
19604
19605 2014-04-10 Pedro Alves <palves@redhat.com>
19606
19607 * gdb.base/cond-eval-mode.c: New file.
19608 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19609 prepare_for_testing to build the new file. Check result of
19610 runto_main.
19611 (test_break, test_watch): New procedures.
19612 (top level): Use them.
19613
19614 2014-04-08 Pierre Muller <muller@sourceware.org>
19615
19616 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19617 Ctrl-V use for mingw hosts.
19618
19619 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19620
19621 * gdb.python/py-value.c: Improve test case.
19622 * gdb.python/py-value.exp: Add new test.
19623
19624 2014-04-07 David Blaikie <dblaikie@gmail.com>
19625
19626 * lib/compiler.c: Identify the clang compiler.
19627 * lib/compiler.cc: Ditto.
19628
19629 2014-04-03 Yao Qi <yao@codesourcery.com>
19630
19631 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19632
19633 2014-04-01 Anton Blanchard <anton@samba.org>
19634
19635 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19636 messages unique.
19637
19638 2014-04-01 Anton Blanchard <anton@samba.org>
19639
19640 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19641 prepare_for_testing.
19642
19643 2014-04-01 Anton Blanchard <anton@samba.org>
19644
19645 * gdb.arch/ppc64-atomic-inst.c: Remove.
19646 * gdb.arch/ppc64-atomic-inst.S: New file.
19647 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19648
19649 2014-03-31 Doug Evans <dje@google.com>
19650
19651 * gdb.base/print-symbol-loading-lib.c: New file.
19652 * gdb.base/print-symbol-loading-main.c: New file.
19653 * gdb.base/print-symbol-loading.exp: New file.
19654
19655 2014-03-31 Yao Qi <yao@codesourcery.com>
19656
19657 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19658
19659 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19660
19661 * gdb.ada/mi_dyn_arr: New testcase.
19662
19663 2014-03-27 Doug Evans <dje@google.com>
19664
19665 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19666
19667 2014-03-27 Yao Qi <yao@codesourcery.com>
19668
19669 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19670 if target is nios2-*-*.
19671
19672 2014-03-26 Yao Qi <yao@codesourcery.com>
19673
19674 * lib/gdb.exp (readline_is_used): New proc.
19675 * gdb.base/completion.exp: Move tests on command complete up.
19676 Skip the rest of tests if readline is not used.
19677 * gdb.ada/complete.exp: Skp the test if readline is not
19678 used.
19679 * gdb.base/filesym.exp: Likewise.
19680 * gdb.base/macscp.exp: Likewise.
19681 * gdb.base/readline-ask.exp: Likewise.
19682 * gdb.base/readline.exp: Likewise.
19683 * gdb.python/py-cmd.exp: Likewise.
19684 * gdb.trace/tfile.exp: Likewise.
19685
19686 2014-03-26 Yao Qi <yao@codesourcery.com>
19687
19688 * gdb.base/macscp.exp: Fix code format issues.
19689
19690 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19691
19692 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19693 * gdb.asm/powerpc64le.inc: New file.
19694
19695 2014-03-25 Pedro Alves <palves@redhat.com>
19696 Doug Evans <dje@google.com>
19697
19698 * gdb.base/source-execution.c: New file.
19699 * gdb.base/source-execution.exp: New file.
19700 * gdb.base/source-execution.gdb: New file.
19701
19702 2014-03-24 Doug Evans <dje@google.com>
19703
19704 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19705 using fission.
19706
19707 2014-03-24 Hui Zhu <hui@codesourcery.com>
19708 Pedro Alves <palves@redhat.com>
19709
19710 PR breakpoints/16101
19711 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19712 test pass/fail messages. Detect missing support for dprintf when
19713 breakpoints are actually inserted.
19714 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19715 breakpoints are actually inserted.
19716 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19717 fails.
19718
19719 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19720
19721 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19722
19723 2014-03-22 Doug Evans <xdje42@gmail.com>
19724
19725 * gdb.python/python.exp (python not supported): Verify multi-line
19726 python command issues an error.
19727 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19728 guile command issues an error.
19729
19730 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19731
19732 * gdb.threads/thread-specific.exp: Handle the lack of usable
19733 $this_breakpoint and $this_thread.
19734
19735 2014-03-21 Hui Zhu <hui@codesourcery.com>
19736
19737 * gdb.base/attach.exp (do_command_attach_tests): New.
19738
19739 2014-03-20 Tom Tromey <tromey@redhat.com>
19740 Pedro Alves <palves@redhat.com>
19741
19742 PR cli/15718
19743 * gdb.base/condbreak-call-false.c: New file.
19744 * gdb.base/condbreak-call-false.exp: New file.
19745
19746 2014-03-20 Pedro Alves <palves@redhat.com>
19747
19748 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19749 Delete.
19750 (block_signals, unblock_signals): Delete.
19751 (child_function_2, main): Remove references to deleted variable
19752 and functions.
19753
19754 2014-03-20 Pedro Alves <palves@redhat.com>
19755
19756 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19757 Use pthread_kill to signal thread 2.
19758 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19759 Adjust to make the test send itself a signal rather than using the
19760 host's "kill" command.
19761
19762 2014-03-20 Pedro Alves <palves@redhat.com>
19763
19764 * gdb.threads/multiple-step-overs.c: New file.
19765 * gdb.threads/multiple-step-overs.exp: New file.
19766 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19767 Adjust expected infrun debug output.
19768
19769 2014-03-20 Pedro Alves <palves@redhat.com>
19770
19771 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19772 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19773
19774 2014-03-20 Pedro Alves <palves@redhat.com>
19775
19776 PR breakpoints/7143
19777 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19778 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19779 of gdb_test_multiple.
19780 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19781 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19782
19783 2014-03-20 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19786 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19787
19788 2014-03-19 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.base/async.exp: Remove early return.
19791
19792 2014-03-19 Pedro Alves <palves@redhat.com>
19793
19794 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19795
19796 2014-03-19 Pedro Alves <palves@redhat.com>
19797
19798 * gdb.base/async.exp (test_background): Expect \r\n after
19799 "completed." in the fail pattern.
19800
19801 2014-03-19 Pedro Alves <palves@redhat.com>
19802
19803 * gdb.base/async.exp (test_background): New procedure.
19804 Use it for all background execution command tests.
19805
19806 2014-03-19 Pedro Alves <palves@redhat.com>
19807
19808 * gdb.base/async.exp: Use prepare_for_testing.
19809
19810 2014-03-19 Pedro Alves <palves@redhat.com>
19811
19812 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19813 the same line.
19814
19815 2014-03-19 Pedro Alves <palves@redhat.com>
19816
19817 * gdb.base/async.c (main): Add "jump here" and "until here" line
19818 marker comments.
19819 * gdb.base/async.exp (jump_here): New global.
19820 (jump& test): Use it.
19821 (until_here): New global.
19822 (until& test): Use it.
19823
19824 2014-03-19 Pedro Alves <palves@redhat.com>
19825
19826 * gdb.base/async.exp: Don't frob gdb_protocol.
19827
19828 2014-03-18 Doug Evans <xdje42@gmail.com>
19829
19830 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19831 Fix spelling of exec-done-display.
19832
19833 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19834
19835 PR gdb/15358
19836 * gdb.base/gdb-sigterm.c: New file.
19837 * gdb.base/gdb-sigterm.exp: New file.
19838
19839 2014-03-18 Pedro Alves <palves@redhat.com>
19840
19841 PR gdb/13860
19842 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19843 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19844 solib-event.
19845
19846 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19847
19848 * gdb.ada/pckd_arr_ren: New testcase.
19849
19850 2014-03-13 Doug Evans <xdje42@gmail.com>
19851
19852 PR guile/16612
19853 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19854 collect after discarding symbols.
19855
19856 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19857 Doug Evans <xdje42@gmail.com>
19858
19859 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19860 to history survives a gc.
19861
19862 2014-03-13 Pedro Alves <palves@redhat.com>
19863
19864 * gdb.base/default.exp: Don't test "target procfs".
19865
19866 2014-03-13 Pedro Alves <palves@redhat.com>
19867
19868 * gdb.base/default.exp: Update "target child" and "target procfs"
19869 tests to not expect "Unix".
19870
19871 2014-03-12 Tom Tromey <tromey@redhat.com>
19872
19873 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19874 New procs. Add target-async tests.
19875 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19876 Add target-async tests.
19877
19878 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19879
19880 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19881 'func_start' and 'func_end' for the beginning and end of the
19882 function code, respectively.
19883 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19884 'func_end' instead of 'func' and 'main'.
19885
19886 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19887
19888 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19889 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19890 generate the debug info assembler source.
19891
19892 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19893
19894 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19895 * gdb.dwarf2/arr-subrange.exp: Likewise.
19896 * gdb.dwarf2/dwz.exp: Likewise.
19897 * gdb.dwarf2/method-ptr.exp: Likewise.
19898 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19899 * gdb.dwarf2/subrange.exp: Likewise.
19900 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19901 * gdb.dwarf2/implptrpiece.exp: Likewise.
19902 * gdb.dwarf2/nostaticblock.exp: Likewise.
19903
19904 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19905
19906 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19907 directory to absolute path name arguments.
19908
19909 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19910
19911 * gdb.ada/tagged_access: New testcase.
19912
19913 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19914
19915 * gdb.btrace/data.exp: Update expected output.
19916
19917 2014-03-06 Yao Qi <yao@codesourcery.com>
19918
19919 * gdb.trace/pr16508.exp: New file.
19920
19921 2014-03-05 Pedro Alves <palves@redhat.com>
19922
19923 PR gdb/16575
19924 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19925 procedure.
19926 (top level): Adjust to use it. Add tests that exercise breakpoint
19927 interaction with the code-cache.
19928
19929 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19930
19931 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19932 test for 'history-append!'.
19933
19934 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19935
19936 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19937 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19938 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19939 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19940 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19941 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19942
19943 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19944
19945 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19946 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19947 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19948
19949 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19950
19951 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19952
19953 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19954
19955 * gdb.dwarf2/arr-stride.c: New file.
19956 * gdb.dwarf2/arr-stride.exp: New file.
19957
19958 2014-02-26 Pedro Alves <palves@redhat.com>
19959
19960 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19961 that won't ever trigger. Make sure that GDB reports the correct
19962 breakpoint that caused the stop.
19963
19964 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19965
19966 PR gdb/16626
19967 * gdb.base/auto-load-script: New file.
19968 * gdb.base/auto-load.c: New file.
19969 * gdb.base/auto-load.exp: New file.
19970
19971 PR gdb/16626
19972 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19973
19974 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19975
19976 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19977 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19978
19979 2014-02-24 Doug Evans <dje@google.com>
19980
19981 * lib/gdb.exp (run_on_host): Log error output if program fails.
19982
19983 2014-02-21 Pedro Alves <palves@redhat.com>
19984
19985 * gdb.threads/step-after-sr-lock.c: Rename to ...
19986 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19987 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19988 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19989 ... this.
19990
19991 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19992
19993 PR tdep/16397
19994 * gdb.arch/amd64-stap-special-operands.exp: New file.
19995 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19996 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19997 * gdb.arch/amd64-stap-triplet.S: Likewise.
19998 * gdb.arch/amd64-stap-triplet.c: Likewise.
19999
20000 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20001
20002 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20003 in .section pseudo-op.
20004
20005 2014-02-20 lin zuojian <manjian2006@gmail.com>
20006 Joel Brobecker <brobecker@adacore.com>
20007 Doug Evans <xdje42@gmail.com>
20008
20009 PR symtab/16581
20010 * gdb.dwarf2/dw2-icycle.S: New file.
20011 * gdb.dwarf2/dw2-icycle.c: New file.
20012 * gdb.dwarf2/dw2-icycle.exp: New file.
20013
20014 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20015
20016 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20017 operations on gdb.Value objects.
20018 * gdb.python/py-value-cc.exp: Add new test to test operations on
20019 gdb.Value objects.
20020
20021 2014-02-18 Doug Evans <dje@google.com>
20022
20023 * Makefile.in (TESTS): New variable.
20024 (expanded_tests, expanded_tests_or_none): New variables
20025 (check-single): Pass $(expanded_tests_or_none) to runtest.
20026 (check-parallel): Only run tests in $(TESTS) if non-empty.
20027 (check/no-matching-tests-found): New rule.
20028 * README: Document TESTS makefile variable.
20029
20030 2014-02-18 Doug Evans <dje@google.com>
20031
20032 * Makefile.in (check-parallel): rm -rf outputs temp.
20033
20034 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20035
20036 Fix "ERROR: no fileid for" in the testsuite.
20037 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20038
20039 2014-02-12 Doug Evans <dje@google.com>
20040
20041 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20042 (MISCELLANEOUS): New variable.
20043 (clean): rm -rf $(MISCELLANEOUS).
20044 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20045 dwp live in the same directory as symlinks, with each symlink pointed
20046 to a differently named file in a different directory.
20047
20048 2014-02-11 Doug Evans <dje@google.com>
20049
20050 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20051 of Tcl file commands.
20052
20053 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20054
20055 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20056 "kill -SIGUSR1 -1".
20057
20058 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20059
20060 * gdb.ada/tick_length_array_enum_idx: New testcase.
20061
20062 2014-02-10 Doug Evans <xdje42@gmail.com>
20063
20064 * configure.ac (AC_OUTPUT): Add gdb.guile.
20065 * configure: Regenerate.
20066 * lib/gdb-guile.exp: New file.
20067 * lib/gdb.exp (get_target_charset): New function.
20068 * gdb.base/help.exp: Update expected output from "apropos apropos".
20069 * gdb.guile/Makefile.in: New file.
20070 * gdb.guile/guile.exp: New file.
20071 * gdb.guile/scm-arch.c: New file.
20072 * gdb.guile/scm-arch.exp: New file.
20073 * gdb.guile/scm-block.c: New file.
20074 * gdb.guile/scm-block.exp: New file.
20075 * gdb.guile/scm-breakpoint.c: New file.
20076 * gdb.guile/scm-breakpoint.exp: New file.
20077 * gdb.guile/scm-disasm.c: New file.
20078 * gdb.guile/scm-disasm.exp: New file.
20079 * gdb.guile/scm-equal.c: New file.
20080 * gdb.guile/scm-equal.exp: New file.
20081 * gdb.guile/scm-error.exp: New file.
20082 * gdb.guile/scm-error.scm: New file.
20083 * gdb.guile/scm-frame-args.c: New file.
20084 * gdb.guile/scm-frame-args.exp: New file.
20085 * gdb.guile/scm-frame-args.scm: New file.
20086 * gdb.guile/scm-frame-inline.c: New file.
20087 * gdb.guile/scm-frame-inline.exp: New file.
20088 * gdb.guile/scm-frame.c: New file.
20089 * gdb.guile/scm-frame.exp: New file.
20090 * gdb.guile/scm-generics.exp: New file.
20091 * gdb.guile/scm-gsmob.exp: New file.
20092 * gdb.guile/scm-iterator.c: New file.
20093 * gdb.guile/scm-iterator.exp: New file.
20094 * gdb.guile/scm-math.c: New file.
20095 * gdb.guile/scm-math.exp: New file.
20096 * gdb.guile/scm-objfile-script-gdb.in: New file.
20097 * gdb.guile/scm-objfile-script.c: New file.
20098 * gdb.guile/scm-objfile-script.exp: New file.
20099 * gdb.guile/scm-objfile.c: New file.
20100 * gdb.guile/scm-objfile.exp: New file.
20101 * gdb.guile/scm-ports.exp: New file.
20102 * gdb.guile/scm-pretty-print.c: New file.
20103 * gdb.guile/scm-pretty-print.exp: New file.
20104 * gdb.guile/scm-pretty-print.scm: New file.
20105 * gdb.guile/scm-section-script.c: New file.
20106 * gdb.guile/scm-section-script.exp: New file.
20107 * gdb.guile/scm-section-script.scm: New file.
20108 * gdb.guile/scm-symbol.c: New file.
20109 * gdb.guile/scm-symbol.exp: New file.
20110 * gdb.guile/scm-symtab-2.c: New file.
20111 * gdb.guile/scm-symtab.c: New file.
20112 * gdb.guile/scm-symtab.exp: New file.
20113 * gdb.guile/scm-type.c: New file.
20114 * gdb.guile/scm-type.exp: New file.
20115 * gdb.guile/scm-value-cc.cc: New file.
20116 * gdb.guile/scm-value-cc.exp: New file.
20117 * gdb.guile/scm-value.c: New file.
20118 * gdb.guile/scm-value.exp: New file.
20119 * gdb.guile/source2.scm: New file.
20120 * gdb.guile/types-module.cc: New file.
20121 * gdb.guile/types-module.exp: New file.
20122
20123 2014-02-10 Yao Qi <yao@codesourcery.com>
20124
20125 PR testsuite/16543
20126 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20127 * configure: Regenerated.
20128 * Makefile.in: New file.
20129
20130 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20131
20132 * gdb.python/py-framefilter.exp: Fix typo.
20133
20134 2014-02-08 Yao Qi <yao@codesourcery.com>
20135
20136 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20137 that no =breakpoint-modified is emitted when breakpoints are
20138 modified through MI commands.
20139
20140 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20141 Pedro Alves <palves@redhat.com>
20142
20143 * gdb.threads/step-after-sr-lock.c: New file.
20144 * gdb.threads/step-after-sr-lock.exp: New file.
20145
20146 2014-02-07 Pedro Alves <palves@redhat.com>
20147
20148 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20149
20150 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20151
20152 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20153 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20154
20155 2014-02-06 Doug Evans <xdje42@gmail.com>
20156
20157 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20158 output.
20159
20160 * gdb.gdb/python-interrupts.exp: New file.
20161
20162 2014-02-05 Yao Qi <yao@codesourcery.com>
20163
20164 * gdb.trace/report.exp (use_collected_data): Test the output
20165 of "info threads" and "info inferiors".
20166
20167 2014-02-05 Yao Qi <yao@codesourcery.com>
20168
20169 Revert this patch:
20170
20171 2013-05-24 Yao Qi <yao@codesourcery.com>
20172
20173 * gdb.trace/tfile.exp: Test inferior and thread.
20174
20175 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20176
20177 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20178 on a function.
20179 * gdb.base/step-bt.c: Call hello via function pointer to make
20180 sure its first instruction is executed on powerpc64le-linux.
20181
20182 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20183
20184 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20185
20186 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20187
20188 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20189 of the test patterns for use on little-endian systems.
20190
20191 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20192
20193 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20194 (decimal_vector): Fix for little-endian.
20195
20196 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20197
20198 * gdb.arch/sparc-sysstep.exp: New file.
20199 * gdb.arch/sparc-sysstep.c: Likewise.
20200
20201 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20202
20203 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20204
20205 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20206
20207 2014-01-23 Tom Tromey <tromey@redhat.com>
20208
20209 * gdb.ada/array_char_idx: New testcase.
20210
20211 2014-01-23 Tom Tromey <tromey@redhat.com>
20212
20213 PR python/16487:
20214 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20215 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20216 classes.
20217
20218 2014-01-23 Tom Tromey <tromey@redhat.com>
20219
20220 PR python/16491:
20221 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20222 string from an inferior frame.
20223 * gdb.python/py-framefilter-mi.exp: Update.
20224
20225 2014-01-22 Doug Evans <dje@google.com>
20226
20227 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20228
20229 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20230
20231 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20232
20233 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20234
20235 * gdb.trace/entry-values.exp: Remove excess space character from
20236 regex patterns. Handle s390 call instruction.
20237
20238 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20239
20240 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20241 define "*_start" label. Make "name" static.
20242 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20243 ${name} by references to ${name}_start.
20244
20245 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20246
20247 * gdb.base/info-macros.exp: Remove "debug" from the compile
20248 options.
20249
20250 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20251
20252 * gdb.dlang/demangle.exp: New file.
20253
20254 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20255
20256 * gdb.dlang/primitive-types.exp: New file.
20257
20258 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20259
20260 * configure.ac: Create gdb.dlang/Makefile.
20261 * configure: Regenerate.
20262 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20263 * gdb.dlang/Makefile.in: New file.
20264 * lib/d-support.exp: New file.
20265 * lib/gdb.exp (skip_d_tests): New proc.
20266
20267 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20268
20269 * gdb.btrace/delta.exp: Check reverse stepi.
20270 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20271 * gdb.btrace/finish.exp: New.
20272 * gdb.btrace/next.exp: New.
20273 * gdb.btrace/nexti.exp: New.
20274 * gdb.btrace/record_goto.c: Add comments.
20275 * gdb.btrace/step.exp: New.
20276 * gdb.btrace/stepi.exp: New.
20277 * gdb.btrace/multi-thread-step.c: New.
20278 * gdb.btrace/multi-thread-step.exp: New.
20279 * gdb.btrace/rn-dl-bind.c: New.
20280 * gdb.btrace/rn-dl-bind.exp: New.
20281 * gdb.btrace/data.c: New.
20282 * gdb.btrace/data.exp: New.
20283 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20284
20285 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20286
20287 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20288 * gdb.btrace/exception.exp: Update.
20289 * gdb.btrace/instruction_history.exp: Update.
20290 * gdb.btrace/record_goto.exp: Update.
20291 * gdb.btrace/tailcall.exp: Update.
20292 * gdb.btrace/unknown_functions.exp: Update.
20293 * gdb.btrace/delta.exp: New.
20294
20295 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20296
20297 * gdb.btrace/record_goto.exp: Add backtrace test.
20298 * gdb.btrace/tailcall.exp: Add backtrace test.
20299
20300 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20301
20302 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20303 * gdb.btrace/record_goto.c: New.
20304 * gdb.btrace/record_goto.exp: New.
20305 * gdb.btrace/x86-record_goto.S: New.
20306
20307 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20308
20309 * gdb.btrace/function_call_history.exp: Update tests.
20310 * gdb.btrace/instruction_history.exp: Update tests.
20311
20312 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20313
20314 * gdb.btrace/function_call_history.exp: Fix expected field
20315 order for "record function-call-history".
20316 Add new tests for "record function-call-history /c".
20317 * gdb.btrace/exception.cc: New.
20318 * gdb.btrace/exception.exp: New.
20319 * gdb.btrace/tailcall.exp: New.
20320 * gdb.btrace/x86-tailcall.S: New.
20321 * gdb.btrace/x86-tailcall.c: New.
20322 * gdb.btrace/unknown_functions.c: New.
20323 * gdb.btrace/unknown_functions.exp: New.
20324 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20325
20326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20327
20328 * gdb.btrace/instruction_history.exp: Update.
20329 * gdb.btrace/function_call_history.exp: Update.
20330
20331 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20332
20333 * gdb.btrace/function_call_history.exp: Fix expected function
20334 trace.
20335 * gdb.btrace/instruction_history.exp: Initialize traced.
20336 Remove traced_functions.
20337
20338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20339
20340 * gdb.btrace/function_call_history.exp: Update
20341 * gdb.btrace/instruction_history.exp: Update.
20342
20343 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20344
20345 * gdb.btrace/enable.exp: Update expected text.
20346
20347 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20348
20349 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20350 bytes.
20351
20352 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20353
20354 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20355
20356 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20357
20358 * lib/gdb.exp (supports_process_record): Return true for
20359 arm*-linux*. (supports_reverse): Likewise.
20360
20361 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20362
20363 PR python/15464
20364 PR python/16113
20365 * gdb.python/py-type.c: Enhance test case.
20366 * gdb.python/py-value-cc.cc: Likewise
20367 * gdb.python/py-type.exp: Add new tests.
20368 * gdb.python/py-value-cc.exp: Likewise
20369
20370 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20371 Pedro Alves <palves@redhat.com>
20372
20373 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20374 Make "name" extern.
20375 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20376 references to ${name}_start by references to ${name}.
20377
20378 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20379
20380 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20381
20382 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20383
20384 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20385
20386 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20387 Pedro Alves <palves@redhat.com>
20388
20389 * gdb.mi/mi-info-os.exp: Connect to the target with
20390 mi_gdb_target_load.
20391
20392 2014-01-08 Pedro Alves <palves@redhat.com>
20393
20394 * gdb.threads/reconnect-signal.c: New file.
20395 * gdb.threads/reconnect-signal.exp: New file.
20396
20397 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20398
20399 * gdb.base/source-dir.exp: New file.
20400
20401 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20402
20403 * gdb.ada/mi_interface: New testcase.
20404
20405 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20406
20407 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20408 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20409 gdb.ada/pp-rec-component/pck.ads: New files.
20410
20411 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20412
20413 * gdb.python/py-pp-integral.c: New file.
20414 * gdb.python/py-pp-integral.py: New file.
20415 * gdb.python/py-pp-integral.exp: New file.
20416
20417 For older changes see ChangeLog-1993-2013.
20418 \f
20419 ;; Local Variables:
20420 ;; mode: change-log
20421 ;; left-margin: 8
20422 ;; fill-column: 74
20423 ;; version-control: never
20424 ;; End:
20425
20426 Copyright 2014-2020 Free Software Foundation, Inc.
20427 Copying and distribution of this file, with or without modification,
20428 are permitted provided the copyright notice and this notice are preserved.
This page took 0.439453 seconds and 3 git commands to generate.