Fix test breakages caused by removal of gdb_py_test_multiple.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4 of gdb_py_test_multiple.
5 * gdb.python/py-cmd.exp: Likewise.
6 * gdb.python/py-events.exp: Likewise.
7 * gdb.python/py-function.exp: Likewise.
8 * gdb.python/py-inferior.exp: Likewise.
9 * gdb.python/py-infthread.exp: Likewise.
10 * gdb.python/py-linetable.exp: Likewise.
11 * gdb.python/py-parameter.exp: Likewise.
12 * gdb.python/py-value.exp: Likewise.
13
14 2020-06-30 Tom de Vries <tdevries@suse.de>
15
16 PR testsuite/26175
17 * lib/future.exp (gdb_default_target_compile): Detect and handle
18 early_flags.
19
20 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
21
22 * boards/simavr.exp (gdb_load): Catch errors when closing
23 previous connection. Close connection, wait for process and
24 unset simavr_spawn_id on failure.
25
26 2020-06-29 Tom de Vries <tdevries@suse.de>
27
28 * lib/gdb.exp (unknown): Make test-case unresolved.
29
30 2020-06-29 Tom de Vries <tdevries@suse.de>
31
32 PR gdb/25475
33 * gdb.server/solib-list.exp: Verify that the symbol reload
34 confirmation question is asked.
35
36 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
37
38 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
39 have a input seq nr in each pass message.
40 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
41 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
42 * gdb.python/python.exp: Make test names unique,
43 use gdb_test_multiline instead of gdb_py_test_multiple,
44 use $gdb_test_name.
45 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
46
47 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
48
49 * configure.ac: Add --enable-libctf.
50 * aclocal.m4: sinclude ../config/enable.m4.
51 * Makefile.in (site.exp): Add enable_libctf to site.exp.
52 * lib/gdb.exp (skip_ctf_tests): Use it.
53 * gdb.base/ctf-constvars.exp: Error message tweak.
54 * gdb.base/ctf-ptype.exp: Likewise.
55 * configure: Regenerate.
56
57 2020-06-26 Gary Benson <gbenson@redhat.com>
58
59 * gdb.cp/try_catch.cc: Include string.h.
60 (main): Replace comparison against string literal with
61 strcmp, avoiding build failure with -Wstring-compare.
62 Add "marker test-complete".
63 * gdb.cp/try_catch.exp: Run the test to the above marker,
64 then verify that the value of "test" is still true.
65
66 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
69
70 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
73
74 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
77 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
78 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
79 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
80 * gdb.arch/riscv-tdesc-loading.exp: New file.
81
82 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
85
86 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
89 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
90 * gdb.arch/riscv-tdesc-regs.c: New file.
91 * gdb.arch/riscv-tdesc-regs.exp: New file.
92
93 2020-06-24 Pedro Alves <palves@redhat.com>
94
95 * gdb.arch/amd64-entry-value-paramref.exp: Use
96 prepare_for_testing_full and don't pass "c++" for the .S file
97 build spec.
98 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
99 $options, since it's an assembly file. Remove -Wno-deprecated.
100 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
101 compiling C++ programs.
102
103 2020-06-24 Pedro Alves <palves@redhat.com>
104
105 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
106 Clang, add "-Wno-unknown-warning-option" to the options.
107
108 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.xml/tdesc-reload.c: New file.
111 * gdb.xml/tdesc-reload.exp: New file.
112 * gdb.xml/maint-xml-dump-01.xml: New file.
113 * gdb.xml/maint-xml-dump-02.xml: New file.
114 * gdb.xml/maint-xml-dump.exp: New file.
115
116 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
117
118 * lib/completion-support.exp (test_gdb_completion_offers_commands):
119 Adjust for omitted commands when TUI is disabled.
120
121 2020-06-23 Gary Benson <gbenson@redhat.com>
122 Pedro Alves <palves@redhat.com>
123
124 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
125 * gdb.cp/nsimport.cc: Likewise.
126 * gdb.cp/nsnested.cc: Likewise.
127 * gdb.cp/nsnoimports.cc: Likewise.
128 * gdb.cp/nsusing.cc: Likewise.
129 * gdb.cp/smartp.cc: Likewise.
130 * gdb.python/py-pp-integral.c: Likewise.
131 * gdb.python/py-pp-re-notag.c: Likewise.
132
133 2020-06-23 Gary Benson <gbenson@redhat.com>
134
135 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
136 * gdb.cp/nsimport.cc: Likewise.
137 * gdb.cp/nsnested.cc: Likewise.
138 * gdb.cp/nsnoimports.cc: Likewise.
139 * gdb.cp/nsusing.cc: Likewise.
140 * gdb.cp/smartp.cc: Likewise.
141 * gdb.python/py-pp-integral.c: Likewise.
142 * gdb.python/py-pp-re-notag.c: Likewise.
143
144 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
145
146 * gdb.base/default-args.exp: New test.
147 * gdb.base/default-args.c: New file.
148 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
149 * gdb.base/default.exp: Update to new help text.
150 * gdb.base/help.exp: Likewise.
151 * gdb.base/page.exp: Likewise.
152 * gdb.base/style.exp: Likewise.
153 * gdb.guile/guile.exp: Likewise.
154 * gdb.python/python.exp: Likewise.
155
156 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
157
158 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
159 remote host. Fix search path syntax on Windows host.
160
161 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
162
163 * gdb.base/attach.exp: Test priority of 'exec-file' changed
164 over 'exec-file-mismatch'.
165 * gdb.base/attach.c: Mark should_exit volatile.
166 * gdb.base/attach2.c: Likewise. Add a comment explaining
167 why the sleep cannot be big.
168 * gdb.base/attach3.c: New file.
169
170 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
171
172 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
173 prefix optional.
174
175 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
176
177 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
178 for remote host.
179
180 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
181 Hafiz Abid Qadeer <abidh@codesourcery.com>
182
183 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
184 file sent to remote host.
185 (top level): Allow int32_t as type of 32-bit register.
186
187 2020-06-19 Tom de Vries <tdevries@suse.de>
188
189 * lib/gdb.exp (gdb_note): New proc.
190 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
191 (gdb_default_target_compile): ... here. Only call
192 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
193 (use_gdb_compile): Change to array.
194 (toplevel): Update sets of use_gdb_compile to specify language.
195 Warn about default_target_compile override. Store dejagnu's version
196 of default_target_compile in dejagnu_default_target_compile.
197
198 2020-06-18 Tom de Vries <tdevries@suse.de>
199
200 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
201 (default_gdb_init): ... here.
202
203 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
204
205 Fix TUI support checks in gdb.tui tests.
206
207 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
208 just say UNSUPPORTED.
209 * gdb.tui/corefile-run.exp: Likewise.
210 * gdb.tui/empty.exp: Likewise.
211 * gdb.tui/list-before.exp: Likewise.
212 * gdb.tui/list.exp: Likewise.
213 * gdb.tui/main.exp: Likewise.
214 * gdb.tui/regs.exp: Likewise.
215 * gdb.tui/resize.exp: Likewise.
216 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
217 * gdb.tui/tui-layout-asm.exp: Likewise.
218 * gdb.tui/tui-missing-src.exp: Likewise.
219 * gdb.tui/winheight.exp: Likewise.
220 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
221
222 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
223
224 Fix TCL error in gdb.python/py-format-string.exp.
225
226 * gdb.python/py-format-string.exp: Move test for python support
227 earlier, out of function body.
228
229 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
230
231 * gdb.base/index-cache-load-twice.c: New.
232 * gdb.base/index-cache-load-twice.exp: New.
233
234 2020-06-17 Keith Seitz <keiths@redhat.com>
235
236 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
237 when executing "gdb --configuration".
238
239 2020-06-17 Tom de Vries <tdevries@suse.de>
240
241 * lib/gdb.exp (gdb_tcl_unknown): New proc.
242 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
243 conditional on presence of gdb_tcl_unknown.
244 (gdb_finish): Make override undo conditional on presence of
245 gdb_tcl_unknown.
246
247 2020-06-16 Tom Tromey <tom@tromey.com>
248
249 * gdb.python/tui-window.py (failwin): New function. Register it
250 as a TUI window type.
251 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
252
253 2020-06-16 Gary Benson <gbenson@redhat.com>
254
255 * gdb.python/py-nested-maps.c (create_map): Add missing return
256 value.
257 (create_map_map): Likewise.
258
259 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
260
261 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
262 variable.
263 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
264 and use the already-defined 'options' variable.
265
266 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
267 Tom de Vries <tdevries@suse.de>
268
269 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
270 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
271 (gdb_setup_known_globals): New proc.
272 (gdb_cleanup_globals): New proc.
273 * lib/gdb.exp (load_lib): New override proc.
274 (gdb_stdin_log_init): Set var in_file as persistent global.
275 * lib/pascal.exp (gdb_stdin_log_init): Set vars
276 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
277 fpc_compiler as persistent global.
278
279 2020-06-12 Tom de Vries <tdevries@suse.de>
280
281 * lib/tuiterm.exp (spawn): Rename to ...
282 (tui_spawn): ... this.
283 (toplevel): Move rename of spawn ...
284 (gdb_init_tuiterm): ... here. New proc.
285 (gdb_finish_tuiterm): New proc.
286 * lib/gdb.exp (gdb_finish_hooks): New global var.
287 (gdb_finish): Handle gdb_finish_hooks.
288 (tuiterm_env): New proc.
289 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
290 tuiterm_env.
291 * gdb.tui/basic.exp: Same.
292 * gdb.tui/corefile-run.exp: Same.
293 * gdb.tui/empty.exp: Same.
294 * gdb.tui/list-before.exp: Same.
295 * gdb.tui/list.exp: Same.
296 * gdb.tui/main.exp: Same.
297 * gdb.tui/new-layout.exp: Same.
298 * gdb.tui/regs.exp: Same.
299 * gdb.tui/resize.exp: Same.
300 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
301 * gdb.tui/tui-layout-asm.exp: Same.
302 * gdb.tui/tui-missing-src.exp: Same.
303 * gdb.tui/winheight.exp: Same.
304
305 2020-06-12 Tom de Vries <tdevries@suse.de>
306
307 PR testsuite/26110
308 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
309 (gdb_finish): Reinstall dejagnu's override of ::unknown.
310
311 2020-06-11 Tom Tromey <tom@tromey.com>
312
313 PR gdb/18318:
314 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
315 floating point tests.
316
317 2020-06-11 Keith Seitz <keiths@redhat.com>
318
319 PR gdb/21356
320 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
321 vla_struct.
322 Add new struct vla_typedef and union vla_typedef_union and
323 corresponding instantiation objects.
324 Initialize new objects.
325 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
326 and vla_typedef_union_object.
327 Fixup type for vla_struct_object.
328
329 2020-06-11 Tom de Vries <tdevries@suse.de>
330
331 * lib/gdb.exp (with_override): New proc, factored out of ...
332 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
333
334 2020-06-10 Tom de Vries <tdevries@suse.de>
335
336 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
337
338 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
339
340 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
341 parameter, update callers.
342
343 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
344
345 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
346 * gdb.dwarf2/share-psymtabs-bt.c: New file.
347 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
348
349 2020-06-04 Tom de Vries <tdevries@suse.de>
350
351 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
352
353 2020-06-04 Tom de Vries <tdevries@suse.de>
354
355 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
356 exp_continue.
357
358 2020-06-04 Tom de Vries <tdevries@suse.de>
359
360 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
361
362 2020-06-03 Tom de Vries <tdevries@suse.de>
363
364 PR symtab/26046
365 * gdb.cp/breakpoint-locs-2.cc: New test.
366 * gdb.cp/breakpoint-locs.cc: New test.
367 * gdb.cp/breakpoint-locs.exp: New file.
368 * gdb.cp/breakpoint-locs.h: New test.
369
370 2020-06-03 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/25609
373 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
374 value of global verbose.
375 * gdb.base/jit-elf.exp: Same.
376 * gdb.base/jit-reader.exp: Same.
377
378 2020-06-02 Tom de Vries <tdevries@suse.de>
379
380 * gdb.dwarf2/multidictionary.exp: Don't use
381 gdb_spawn_with_cmdline_opts.
382
383 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
386 use_header case.
387 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
388 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
389 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
390 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
391 * gdb.dwarf2/dw2-inline-header.c: New file.
392 * gdb.dwarf2/dw2-inline-header.h: New file.
393
394 2020-05-30 Pedro Alves <palves@redhat.com>
395
396 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
397 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
398
399 2020-05-29 Gary Benson <gbenson@redhat.com>
400
401 * gdb.compile/compile-cplus.exp (additional_flags): Also
402 set when building with clang.
403 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
404 when building with clang.
405
406 2020-05-29 Gary Benson <gbenson@redhat.com>
407
408 * gdb.arch/i386-avx.exp (additional_flags): Also set when
409 building with clang.
410 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
411
412 2020-05-29 Gary Benson <gbenson@redhat.com>
413
414 * gdb.cp/koenig.exp (prepare_for_testing): Add
415 additional_flags=-Wno-unused-comparison.
416 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
417
418 2020-05-28 Gary Benson <gbenson@redhat.com>
419
420 * gdb.base/sigaltstack.c (catcher): Add default case to switch
421 statement.
422
423 2020-05-28 Gary Benson <gbenson@redhat.com>
424
425 * gdb.cp/classes.exp (prepare_for_testing): Add
426 additional_flags=-Wno-deprecated-register.
427 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
428 * gdb.cp/misc.exp: Likewise.
429
430 2020-05-28 Gary Benson <gbenson@redhat.com>
431
432 * gdb.linespec/cpls-ops.cc (dummy): New static global.
433 (test_op_new::operator new): Add return statement.
434 (test_op_new_array::operator new[]): Likewise.
435
436 2020-05-27 Pedro Alves <palves@redhat.com>
437
438 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
439 check. Use test_gdb_complete_unique instead of
440 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
441 test_gdb_complete_multiple instead of
442 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
443
444 2020-05-27 Luis Machado <luis.machado@linaro.org>
445
446 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
447 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
448 * gdb.arch/arm-disassembler-options.exp: Likewise.
449 * gdb.arch/arm-disp-step.exp: Likewise.
450 * gdb.arch/thumb-prologue.exp: Likewise.
451 * gdb.base/async.exp: Likewise.
452 * gdb.base/auxv.exp: Likewise.
453 * gdb.base/complex-parts.exp: Likewise.
454 * gdb.base/ena-dis-br.exp: Likewise.
455 * gdb.base/foll-exec.exp: Likewise.
456 * gdb.base/permissions.exp: Likewise.
457 * gdb.base/relocate.exp: Likewise.
458 * gdb.base/return2.exp: Likewise.
459 * gdb.base/sigbpt.exp: Likewise.
460 * gdb.base/siginfo-obj.exp: Likewise.
461 * gdb.cp/converts.exp: Likewise.
462 * gdb.cp/exceptprint.exp: Likewise.
463 * gdb.cp/inherit.exp: Likewise.
464 * gdb.cp/nsnoimports.exp: Likewise.
465 * gdb.cp/virtbase2.exp: Likewise.
466 * gdb.mi/mi-var-cmd.exp: Likewise.
467 * gdb.mi/var-cmd.c: Likewise.
468
469 2020-05-26 Tom Tromey <tromey@adacore.com>
470
471 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
472
473 2020-05-26 Tom Tromey <tromey@adacore.com>
474
475 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
476 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
477 type.
478 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
479 variable.
480
481 2020-05-26 Christian Biesinger <cbiesinger@google.com>
482
483 * Makefile.in: Use = instead of == for the test command
484 for portability.
485
486 2020-05-26 Tom de Vries <tdevries@suse.de>
487
488 * gdb.base/gold-gdb-index-2.c: New test.
489 * gdb.base/gold-gdb-index.c: New test.
490 * gdb.base/gold-gdb-index.exp: New file.
491 * gdb.base/gold-gdb-index.h: New test.
492
493 2020-05-25 Tom de Vries <tdevries@suse.de>
494
495 * boards/gold-gdb-index.exp: New file.
496
497 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
498
499 * boards/simavr.exp: New file.
500
501 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
502
503 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
504 * gdb.base/inferior-args.exp: New file.
505 * gdb.base/inferior-args.c: New file.
506
507 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
508
509 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
510 inferior_args. Pass it to gdb_reload.
511 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
512 inferior_args.
513 (gdb_reload): Add inferior_args argument.
514 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
515 pass it to gdbserver_run.
516 * boards/native-gdbserver.exp: Do not set noargs.
517 * boards/native-extended-gdbserver.exp (gdb_reload): Add
518 inferior_args argument.
519 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
520 * gdb.base/a2-run.exp: Check for use_gdb_stub.
521 * gdb.base/args.exp: Likewise.
522
523 2020-05-25 Tom de Vries <tdevries@suse.de>
524
525 * lib/gdb.exp (exec_is_pie): Add comment.
526
527 2020-05-25 Tom de Vries <tdevries@suse.de>
528
529 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
530 instead of $binfile in the untested message.
531
532 2020-05-25 Tom de Vries <tdevries@suse.de>
533
534 PR testsuite/26031
535 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
536
537 2020-05-25 Tom de Vries <tdevries@suse.de>
538
539 * boards/gold.exp: New file.
540
541 2020-05-23 Tom Tromey <tom@tromey.com>
542
543 * gdb.base/style.exp: Remove completion styling test.
544 * lib/gdb-utils.exp (style): Remove completion styles.
545
546 2020-05-23 Tom Tromey <tom@tromey.com>
547
548 * gdb.base/style.exp: Add completion styling test.
549 * lib/gdb-utils.exp (style): Add completion styles.
550
551 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.base/annota1.exp: Update expected results.
554 * gdb.cp/annota2.exp: Update expected results, remove duplicate
555 test name.
556 * gdb.cp/annota3.exp: Update expected results.
557
558 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
559
560 PR gdb/26016
561 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
562 against MAP_FAILED.
563 * gdb.base/coremaker.c (mmapdata): Likewise.
564 * gdb.base/jit-reader-host.c (main): Likewise.
565 * gdb.base/sym-file-loader.c (load): Likewise.
566 (load_shlib): Likewise.
567
568 2020-05-20 Tom Tromey <tromey@adacore.com>
569
570 * gdb.ada/array_char_idx.exp: Recognize initialized array.
571
572 2020-05-20 Tom de Vries <tdevries@suse.de>
573
574 PR symtab/25833
575 * gdb.base/with-mf-inc.c: New test.
576 * gdb.base/with-mf-main.c: New test.
577 * gdb.base/with-mf.exp: New file.
578
579 2020-05-19 Tom Tromey <tromey@adacore.com>
580
581 * gdb.rust/simple.exp: Restore missing test result.
582
583 2020-05-19 Tom de Vries <tdevries@suse.de>
584
585 * gdb.base/gdb-caching-proc.exp: Fix typo.
586
587 2020-05-19 Tom Tromey <tromey@adacore.com>
588
589 * gdb.rust/simple.exp: Add some test descriptions.
590 (test_one_slice): Use with_test_prefix.
591
592 2020-05-18 Tom de Vries <tdevries@suse.de>
593
594 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
595
596 2020-05-17 Pedro Alves <palves@redhat.com>
597
598 PR gdb/25741
599 * gdb.base/hw-sw-break-same-address.exp: New file.
600
601 2020-05-16 Pedro Alves <palves@redhat.com>
602
603 * gdb.multi/multi-re-run.exp (test_re_run): Switch
604 LAST_LOADED_FILE accordingly.
605
606 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
607
608 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
609
610 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
611
612 * gdb.base/help.exp: Test apropos and help for commands
613 having aliases. Fixed comments not starting with an
614 upper-case letter or not finishing with a dot.
615
616 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
617
618 * gdb.base/alias.exp: Update help output check.
619
620 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
621
622 * gdb.base/default.exp: Update output following fixes.
623
624 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
625
626 * gdb.base/alias.exp: Test aliases starting with a prefix of
627 another alias.
628
629 2020-05-15 Gary Benson <gbenson@redhat.com>
630
631 * gdb.base/info-os.c (main): Add return statement.
632 * gdb.base/info_minsym.c (minsym_fun): Likewise.
633 * gdb.base/large-frame-2.c (func): Likewise.
634 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
635 * gdb.base/pr10179-b.c (foo2): Likewise.
636 * gdb.base/valgrind-disp-step.c (foo): Likewise.
637 * gdb.base/watch-cond.c (func): Likewise.
638 * gdb.multi/goodbye.c (verylongfun): Likewise.
639 * gdb.multi/hello.c (commonfun): Likewise.
640 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
641 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
642 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
643 Likewise.
644 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
645 * gdb.threads/interrupt-while-step-over.c (child_function):
646 Likewise.
647 * gdb.trace/actions-changed.c (end): Likewise.
648
649 2020-05-15 Gary Benson <gbenson@redhat.com>
650
651 * gdb.opencl/callfuncs.exp: Report when test skipped.
652 * gdb.opencl/convs_casts.exp: Likewise.
653 * gdb.opencl/datatypes.exp: Likewise.
654 * gdb.opencl/operators.exp: Likewise.
655 * gdb.opencl/vec_comps.exp: Likewise.
656
657 2020-05-15 Tom de Vries <tdevries@suse.de>
658
659 * gdb.base/align.exp.in: Rename to ...
660 * gdb.base/align.exp.tcl: ... this.
661 * gdb.base/align-c++.exp: Update.
662 * gdb.base/align-c.exp: Update.
663 * gdb.base/all-architectures.exp.in: Rename to ...
664 * gdb.base/all-architectures.exp: ... this.
665 * gdb.base/all-architectures-0.exp: Update.
666 * gdb.base/all-architectures-1.exp: Update.
667 * gdb.base/all-architectures-2.exp: Update.
668 * gdb.base/all-architectures-3.exp: Update.
669 * gdb.base/all-architectures-4.exp: Update.
670 * gdb.base/all-architectures-5.exp: Update.
671 * gdb.base/all-architectures-6.exp: Update.
672 * gdb.base/all-architectures-7.exp: Update.
673 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
674 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
675 * gdb.base/infcall-nested-structs-c++.exp: Update.
676 * gdb.base/infcall-nested-structs-c.exp: Update.
677 * gdb.base/info-types.exp.in: Rename to ...
678 * gdb.base/info-types.exp.tcl: ... this.
679 * gdb.base/info-types-c++.exp: Update.
680 * gdb.base/info-types-c.exp: Update.
681 * gdb.base/max-depth.exp.in: Rename to ...
682 * gdb.base/max-depth.exp.tcl: ... this.
683 * gdb.base/max-depth-c++.exp: Update.
684 * gdb.base/max-depth-c.exp: Update.
685 * gdb.cp/cpexprs.exp.in: Rename to ...
686 * gdb.cp/cpexprs.exp.tcl: ... this.
687 * gdb.cp/cpexprs-debug-types.exp: Update.
688 * gdb.cp/cpexprs.exp: Update.
689 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
690 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
691 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
692 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
693 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
694 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
695 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
696 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
697 * gdb.dwarf2/clang-debug-names-2.exp: Update.
698 * gdb.dwarf2/clang-debug-names.exp: Update.
699
700 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * lib/check-test-names.exp: Remove code that prevents this file
703 loading when tests are run in parallel.
704
705 2020-05-15 Pedro Alves <palves@redhat.com>
706
707 * gdb.multi/multi-kill.exp (start_inferior): Remove
708 'testpid' parameter. Refer to namespace variable directly.
709 (testpid): Declare as namespace variable.
710
711 2020-05-15 Pedro Alves <palves@redhat.com>
712
713 * gdb.multi/multi-kill.exp: Wrap in namespace.
714 (start_inferior): Add TESTPID parameter. Use it instead of the
715 testpid global.
716 (top level): Define empty TESTPID array, and pass it down to
717 start_inferior.
718
719 2020-05-14 Tom de Vries <tdevries@suse.de>
720
721 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
722 output.
723
724 2020-05-14 Tom de Vries <tdevries@suse.de>
725
726 * gdb.base/align.exp: Split into ...
727 * gdb.base/align.exp.in: ...
728 * gdb.base/align-c++.exp: ...
729 * gdb.base/align-c.exp: ... these.
730 * gdb.base/infcall-nested-structs.exp: Split into ...
731 * gdb.base/infcall-nested-structs.exp.in: ...
732 * gdb.base/infcall-nested-structs-c++.exp: ...
733 * gdb.base/infcall-nested-structs-c.exp: ... these.
734 * gdb.base/info-types.exp: Split into ...
735 * gdb.base/info-types.exp.in: ...
736 * gdb.base/info-types-c++.exp: ...
737 * gdb.base/info-types-c.exp: ... these.
738 * gdb.base/max-depth.exp: Split into ...
739 * gdb.base/max-depth.exp.in: ...
740 * gdb.base/max-depth-c++.exp: ...
741 * gdb.base/max-depth-c.exp: ... these.
742 * gdb.cp/infcall-nodebug.exp: Split into ...
743 * gdb.cp/infcall-nodebug.exp.in: ...
744 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
745 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
746 * gdb.cp/infcall-nodebug-c-d0.exp: ...
747 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
748
749 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
750 Pedro Alves <palves@redhat.com>
751
752 * gdb.multi/multi-exit.c: New file.
753 * gdb.multi/multi-exit.exp: New file.
754 * gdb.multi/multi-kill.c: New file.
755 * gdb.multi/multi-kill.exp: New file.
756
757 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
758
759 * gdb.base/annota1.exp: Update the expected output.
760 * gdb.cp/annota2.exp: Ditto.
761
762 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * lib/check-test-names.exp: Disable when testing is being run in
765 parallel.
766
767 2020-05-12 Tom de Vries <tdevries@suse.de>
768
769 * gdb.base/jit-elf.exp: Fix string concat.
770
771 2020-05-12 Tom de Vries <tdevries@suse.de>
772
773 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
774 messages.
775
776 2020-05-12 Tom de Vries <tdevries@suse.de>
777
778 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
779
780 2020-05-12 Tom de Vries <tdevries@suse.de>
781
782 * gdb.ada/catch_ex.exp: Use with_test_prefix.
783 * gdb.ada/mi_catch_ex.exp: Same.
784 * gdb.ada/mi_catch_ex_hand.exp: Same.
785
786 2020-05-12 Tom de Vries <tdevries@suse.de>
787
788 * gdb.fortran/complex.exp: Use with_test_prefix.
789
790 2020-05-12 Tom de Vries <tdevries@suse.de>
791
792 * gdb.trace/passcount.exp: Fix test-names.
793
794 2020-05-12 Tom de Vries <tdevries@suse.de>
795
796 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
797
798 2020-05-12 Tom de Vries <tdevries@suse.de>
799
800 * gdb.gdb/complaints.exp: Use with_test_prefix.
801 * gdb.xml/tdesc-regs.exp: Same.
802 * gdb.opt/inline-locals.exp: Fix test name.
803
804 2020-05-12 Tom de Vries <tdevries@suse.de>
805
806 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
807 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
808 * gdb.dwarf2/implref-struct.exp: Same.
809 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
810 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
811
812 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
813
814 * gdb.base/jit-so.exp (one_jit_test): Change test name.
815
816 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * lib/check-test-names.exp (all_test_names): New module variable.
819 (counts): Add 'duplicates' field.
820 (_check_duplicates): New procedure.
821 (check): Also check for duplicates.
822 (do_log_summary): Print duplicates count.
823 (do_reset_vars): Reset counter for duplicate test names, and
824 discard all know test names.
825
826 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * lib/gdb.exp: Include check-test-names.exp library.
829 * lib/check-test-names.exp: New file.
830
831 2020-05-11 Tom de Vries <tdevries@suse.de>
832
833 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
834
835 2020-05-11 Keith Seitz <keiths@redhat.com>
836
837 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
838
839 2020-05-11 Tom de Vries <tdevries@suse.de>
840
841 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
842 * gdb.cp/cpexprs.exp.in: .. here.
843 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
844 cpexprs.exp.
845
846 2020-05-11 Keith Seitz <keiths@redhat.com>
847
848 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
849 test names.
850 * gdb.ada/arrayptr.exp: Likewise.
851 * gdb.ada/assign_arr.exp: Likewise.
852 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
853 * gdb.ada/bp_on_var.exp: Likewise.
854 * gdb.ada/call_pn.exp: Likewise.
855 * gdb.ada/complete.exp: Likewise.
856 * gdb.ada/fun_overload_menu.exp: Likewise.
857 * gdb.ada/funcall_param.exp: Likewise.
858 * gdb.ada/funcall_ref.exp: Likewise.
859 * gdb.ada/packed_array_assign.exp: Likewise.
860 * gdb.ada/same_component_name.exp: Likewise.
861 * gdb.ada/type_coercion.exp: Likewise.
862 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
863 * gdb.ada/variant_record_packed_array.exp: Likewise.
864
865 2020-05-11 Tom de Vries <tdevries@suse.de>
866
867 PR symtab/25941
868 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
869 out of ...
870 * gdb.dwarf2/clang-debug-names.exp: ... here.
871 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
872 clang-debug-names.exp.in.
873 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
874 * gdb.dwarf2/clang-debug-names-2.c: New test.
875
876 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
877
878 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
879 (fortran_runto_main): New Proc, fortran version of runto_main.
880 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
881 * gdb.fortran/array-bounds.exp: Likewise.
882 * gdb.fortran/array-slices.exp: Likewise.
883 * gdb.fortran/block-data.exp: Likewise.
884 * gdb.fortran/charset.exp: Likewise.
885 * gdb.fortran/common-block.exp: Likewise.
886 * gdb.fortran/complex.exp: Likewise.
887 * gdb.fortran/derived-type-function.exp: Likewise.
888 * gdb.fortran/derived-type.exp: Likewise.
889 * gdb.fortran/info-modules.exp: Likewise.
890 * gdb.fortran/info-types.exp: Likewise.
891 * gdb.fortran/intrinsics.exp: Likewise.
892 * gdb.fortran/library-module.exp: Likewise.
893 * gdb.fortran/logical.exp: Likewise.
894 * gdb.fortran/max-depth.exp: Likewise.
895 * gdb.fortran/module.exp: Likewise.
896 * gdb.fortran/multi-dim.exp: Likewise.
897 * gdb.fortran/nested-funcs.exp: Likewise.
898 * gdb.fortran/print-formatted.exp: Likewise.
899 * gdb.fortran/print_type.exp: Likewise.
900 * gdb.fortran/printing-types.exp: Likewise.
901 * gdb.fortran/ptr-indentation.exp: Likewise.
902 * gdb.fortran/ptype-on-functions.exp: Likewise.
903 * gdb.fortran/subarray.exp: Likewise.
904 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
905 * gdb.fortran/vla-datatypes.exp: Likewise.
906 * gdb.fortran/vla-history.exp: Likewise.
907 * gdb.fortran/vla-ptr-info.exp: Likewise.
908 * gdb.fortran/vla-ptype-sub.exp: Likewise.
909 * gdb.fortran/vla-ptype.exp: Likewise.
910 * gdb.fortran/vla-sizeof.exp: Likewise.
911 * gdb.fortran/vla-type.exp: Likewise.
912 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
913 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
914 * gdb.fortran/vla-value-sub.exp: Likewise.
915 * gdb.fortran/vla-value.exp: Likewise.
916 * gdb.fortran/whatis_type.exp: Likewise.
917 * gdb.mi/mi-var-child-f.exp: Likewise.
918
919 2020-05-09 Tom de Vries <tdevries@suse.de>
920
921 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
922
923 2020-05-08 Tom de Vries <tdevries@suse.de>
924
925 * gdb.dwarf2/clang-debug-names.c: New test.
926 * gdb.dwarf2/clang-debug-names.exp: New file.
927
928 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
929
930 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
931 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
932
933 2020-05-06 Tom de Vries <tdevries@suse.de>
934
935 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
936 breakpoint is at a "recommended breakpoint location".
937 * gdb.reverse/consecutive-reverse.exp: Same.
938
939 2020-05-06 Tom de Vries <tdevries@suse.de>
940
941 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
942 address.
943
944 2020-05-06 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
947
948 2020-05-06 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/store.exp (check_set, up_set): Allowing missing location
951 info for r.
952
953 2020-05-06 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
956 necessary.
957
958 2020-05-06 Tom de Vries <tdevries@suse.de>
959
960 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
961 void.
962
963 2020-05-06 Tom de Vries <tdevries@suse.de>
964
965 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
966 of ...
967 * gdb.base/async.exp: ... here.
968 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
969 "recommended breakpoint location".
970
971 2020-05-06 Tom de Vries <tdevries@suse.de>
972
973 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
974
975 2020-05-04 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/async.exp: Check whether instruction addresses are a
978 "recommended breakpoint location".
979
980 2020-05-03 Tom Tromey <tom@tromey.com>
981
982 * gdb.base/sepdebug.exp: Remove "catch" test.
983 * gdb.base/break.exp: Remove "catch" test.
984 * gdb.base/default.exp: Update expected output.
985
986 2020-05-02 Tom de Vries <tdevries@suse.de>
987
988 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
989 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
990 * gdb.arch/i386-mpx-map.exp: Same.
991 * gdb.arch/i386-mpx-sigsegv.exp: Same.
992 * gdb.arch/i386-mpx-simple_segv.exp: Same.
993 * gdb.arch/i386-mpx.exp: Same.
994
995 2020-05-02 Tom de Vries <tdevries@suse.de>
996
997 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
998
999 2020-05-01 Tom de Vries <tdevries@suse.de>
1000
1001 * gdb.ada/operator_bp.exp: Allow more than required amount of
1002 breakpoint.
1003
1004 2020-05-01 Tom de Vries <tdevries@suse.de>
1005
1006 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1007
1008 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1009
1010 PR gdb/18706
1011 * gdb.cp/stub-array-size.cc: New test.
1012 * gdb.cp/stub-array-size.exp: New file.
1013 * gdb.cp/stub-array-size.h: New test.
1014 * gdb.cp/stub-array-size2.cc: New test.
1015
1016 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1017
1018 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1019 output to the new format.
1020
1021 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1022
1023 * gdb.base/break.exp: Use with_test_prefix.
1024
1025 2020-04-29 Tom de Vries <tdevries@suse.de>
1026
1027 * lib/gdb.exp (debug_types): New proc.
1028 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1029 * gdb.python/py-symtab.exp: Same.
1030
1031 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1032
1033 PR gdb/17320
1034 * gdb.base/pretty-array.c: New test.
1035 * gdb.base/pretty-array.exp: New file.
1036
1037 2020-04-29 Tom de Vries <tdevries@suse.de>
1038
1039 PR symtab/25889
1040 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1041 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1042 and include cpexprs.exp.
1043
1044 2020-04-28 Mark Williams <mark@myosotissp.com>
1045
1046 PR gdb/24480
1047 * dw4-toplevel-types.exp: Test for top level types.
1048 * dw4-toplevel-types.cc: Test for top level types.
1049
1050 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1051
1052 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1053 (theads -> threads).
1054
1055 2020-04-28 Tom de Vries <tdevries@suse.de>
1056
1057 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1058
1059 2020-04-28 Tom de Vries <tdevries@suse.de>
1060
1061 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1062
1063 2020-04-28 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1066
1067 2020-04-28 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.dwarf2/main-foo.c: New test.
1070 * gdb.dwarf2/struct-with-sig.exp: New file.
1071
1072 2020-04-25 Tom de Vries <tdevries@suse.de>
1073
1074 * boards/debug-types.exp: New file.
1075
1076 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1079
1080 2020-04-24 Tom Tromey <tom@tromey.com>
1081
1082 PR symtab/12707:
1083 * gdb.python/py-symbol.exp: Update expected results for
1084 linkage_name test.
1085 * gdb.cp/print-demangle.exp: New file.
1086 * gdb.base/c-linkage-name.exp: Fix test.
1087 * gdb.guile/scm-symbol.exp: Update expected results for
1088 linkage_name test.
1089
1090 2020-04-24 Tom Tromey <tom@tromey.com>
1091
1092 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1093 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1094 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1095 assembler.
1096
1097 2020-04-24 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1100 C++.
1101
1102 2020-04-24 Tom Tromey <tromey@adacore.com>
1103
1104 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1105 values.
1106 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1107 values. Update test for minimal encodings.
1108 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1109 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1110 values. Update test for minimal encodings.
1111
1112 2020-04-24 Tom Tromey <tromey@adacore.com>
1113
1114 PR python/23662:
1115 * gdb.ada/variant.exp: Add Python checks.
1116 * gdb.rust/simple.exp: Add dynamic type checks.
1117
1118 2020-04-24 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1121 Make array type matching more lax.
1122 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1123 * gdb.ada/mi_variant.exp: New file.
1124 * gdb.ada/mi_variant/pck.ads: New file.
1125 * gdb.ada/mi_variant/pkg.adb: New file.
1126 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1127 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1128
1129 2020-04-24 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/variant.exp: Add dynamic field offset tests.
1132 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1133 * gdb.ada/variant/pkg.adb: Add new variables.
1134
1135 2020-04-24 Tom Tromey <tromey@adacore.com>
1136
1137 * gdb.ada/variant.exp: New file
1138 * gdb.ada/variant/pkg.adb: New file
1139 * gdb.ada/variant/pck.adb: New file
1140
1141 2020-04-24 Tom de Vries <tdevries@suse.de>
1142
1143 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1144
1145 2020-04-24 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1148 flags.
1149
1150 2020-04-24 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1153
1154 2020-04-24 Tom de Vries <tdevries@suse.de>
1155
1156 * lib/gdb.exp (default_gdb_start): Handle eof.
1157 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1158 failure.
1159 * gdb.base/readnever.exp: Handle clean_restart failure.
1160
1161 2020-04-23 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.base/decl-before-def.exp: Run to main and print a again.
1164
1165 2020-04-23 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/decl-before-def-decl.c: New test.
1168 * gdb.base/decl-before-def-def.c: New test.
1169 * gdb.base/decl-before-def.exp: New file.
1170
1171 2020-04-23 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1174
1175 2020-04-22 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1178 debug_info_offset.
1179 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1180 before $objsfile in the line line.
1181
1182 2020-04-22 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1185
1186 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1187
1188 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1189 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1190 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1191 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1192 * gdb.base/jit-protocol.h: Update definitions to match all usage
1193 contexts.
1194
1195 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1196
1197 * gdb.base: Rename all jit related test and source files.
1198
1199 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1200
1201 * gdb.base/jit-reader.exp: Relax register output check.
1202
1203 2020-04-22 Tom de Vries <tdevries@suse.de>
1204
1205 PR symtab/25764
1206 * gdb.base/psym-external-decl-2.c: New test.
1207 * gdb.base/psym-external-decl.c: New test.
1208 * gdb.base/psym-external-decl.exp: New file.
1209 * gdb.threads/tls.exp: Add PR25807 kfail.
1210
1211 2020-04-22 Tom de Vries <tdevries@suse.de>
1212
1213 PR symtab/25801
1214 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1215 in "info source" output.
1216
1217 2020-04-22 Tom de Vries <tdevries@suse.de>
1218
1219 PR symtab/25700
1220 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1221 symtab for imported_unit.c.
1222
1223 2020-04-21 Gary Benson <gbenson@redhat.com>
1224
1225 * gdb.base/advance.c (func): New argument, to match call site.
1226 (func2, func3): Add return statements.
1227
1228 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1229
1230 * gdb.multi/run-only-second-inf.c: New file.
1231 * gdb.multi/run-only-second-inf.exp: New file.
1232
1233 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1234
1235 * gdb.btrace/multi-inferior.c: New test.
1236 * gdb.btrace/multi-inferior.exp: New file.
1237
1238 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1239
1240 * gdb.btrace/enable-new-thread.c: New test.
1241 * gdb.btrace/enable-new-thread.exp: New file.
1242
1243 2020-04-21 Tom de Vries <tdevries@suse.de>
1244
1245 PR gdb/25471
1246 * gdb.threads/killed-outside.c: New test.
1247 * gdb.threads/killed-outside.exp: New file.
1248
1249 2020-04-20 Gary Benson <gbenson@redhat.com>
1250
1251 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1252 * gdb.base/nested-subp2.exp: Likewise.
1253 * gdb.base/nested-subp3.exp: Likewise.
1254
1255 2020-04-20 Gary Benson <gbenson@redhat.com>
1256
1257 * gdb.base/nested-subp1.exp: Disable test when using clang.
1258 * gdb.base/nested-subp2.exp: Likewise.
1259 * gdb.base/nested-subp3.exp: Likewise.
1260
1261 2020-04-20 Gary Benson <gbenson@redhat.com>
1262
1263 * gdb.cp/exception.cc: Fix compilation error with clang.
1264
1265 2020-04-20 Gary Benson <gbenson@redhat.com>
1266
1267 * gdb.trace/tspeed.c: Fix compilation error with clang.
1268
1269 2020-04-20 Gary Benson <gbenson@redhat.com>
1270
1271 * gdb.base/jit-main.c: Fix compilation error with clang.
1272
1273 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1274
1275 * gdb.base/attach-twice.c: Include "sys/types.h".
1276 (PTRACE_ATTACH): Add fallback definition.
1277 (main): Pass `0' to the 4th argument of `ptrace'.
1278
1279 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1280
1281 * gdb.base/fork-running-state.c: Include "signal.h".
1282
1283 2020-04-17 Tom Tromey <tromey@adacore.com>
1284
1285 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1286 Update tests.
1287 * gdb.btrace/cpu.exp: Update tests.
1288 * gdb.base/maint.exp: Update tests.
1289 * gdb.base/default.exp: Update tests.
1290 * gdb.base/completion.exp: Update tests.
1291
1292 2020-04-16 Tom de Vries <tdevries@suse.de>
1293
1294 PR symtab/25791
1295 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1296 (ensure_gdb_index): and factor out and move ...
1297 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1298 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1299
1300 2020-04-16 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1303 loading exec.
1304
1305 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.base/many-completions.exp: New file.
1308
1309 2020-04-14 Tom de Vries <tdevries@suse.de>
1310
1311 PR symtab/25718
1312 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1313
1314 2020-04-14 Tom de Vries <tdevries@suse.de>
1315
1316 PR symtab/25720
1317 * gdb.base/maint-expand-symbols-header-file.c: New test.
1318 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1319 * gdb.base/maint-expand-symbols-header-file.h: New test.
1320
1321 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1324 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1325 get_func_info.
1326 (get_func_info): Delete.
1327 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1328 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1329 * lib/dwarf.exp (get_func_info): New function.
1330
1331 2020-04-13 Tom de Vries <tdevries@suse.de>
1332
1333 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1334 to what find_gnatmake does.
1335
1336 2020-04-10 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1339 -readnow.
1340
1341 2020-04-10 Tom de Vries <tdevries@suse.de>
1342
1343 PR cli/25808
1344 * gdb.base/style.c: Add leading newlines.
1345 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1346 Check listing of main's one-line body.
1347
1348 2020-04-08 Tom de Vries <tdevries@suse.de>
1349
1350 * lib/gdb.exp (psymtabs_p): New proc.
1351 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1352 importing unit" unsupported if there are no partial symbols.
1353
1354 2020-04-08 Tom de Vries <tdevries@suse.de>
1355
1356 PR testsuite/25760
1357 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1358
1359 2020-04-07 Tom de Vries <tdevries@suse.de>
1360
1361 PR symtab/25796
1362 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1363
1364 2020-04-07 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.base/check-psymtab.c: New test.
1367 * gdb.base/check-psymtab.exp: New file.
1368
1369 2020-04-06 Tom Tromey <tromey@adacore.com>
1370
1371 * gdb.ada/variant-record/proc.adb: New file.
1372 * gdb.ada/variant-record/value.adb: New file.
1373 * gdb.ada/variant-record/value.s: New file.
1374 * gdb.ada/variant-record.exp: New file.
1375
1376 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1377
1378 PR gdb/25325
1379 * gdb.cp/typed-enum.cc: New test.
1380 * gdb.cp/typed-enum.exp: New file.
1381
1382 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1385 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1386 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1387 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1388 * gdb.opt/inline-small-func.c: New file.
1389 * gdb.opt/inline-small-func.exp: New file.
1390 * gdb.opt/inline-small-func.h: New file.
1391
1392 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1395 function.
1396
1397 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * lib/dwarf.exp (function_range): Allow compiler options to be
1400 specified.
1401
1402 2020-04-02 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1405 __attribute__((always_inline)).
1406 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1407
1408 2020-04-02 Tom de Vries <tdevries@suse.de>
1409
1410 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1411 (gdbserver_gdb_exit): ... here. Add timeout warning.
1412 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1413 (connect_target_extended_remote): Append new server_spawn_id to
1414 server_spawn_ids.
1415 (cleanup): New proc.
1416 (setup, <toplevel>): Call cleanup.
1417
1418 2020-04-02 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.base/main-psymtab.exp: New file.
1421
1422 2020-04-02 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1425
1426 2020-04-01 Tom Tromey <tom@tromey.com>
1427
1428 * gdb.base/complex-parts.exp: Add type tests.
1429
1430 2020-04-01 Tom Tromey <tom@tromey.com>
1431
1432 * gdb.base/complex-parts.exp: Add arithmetic tests.
1433
1434 2020-04-01 Tom Tromey <tom@tromey.com>
1435
1436 * gdb.compile/compile.exp: Update.
1437 * gdb.compile/compile-cplus.exp: Update.
1438 * gdb.base/varargs.exp: Update.
1439 * gdb.base/floatn.exp: Update.
1440 * gdb.base/endianity.exp: Update.
1441 * gdb.base/callfuncs.exp (do_function_calls): Update.
1442 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1443 (complex_float_integral_args): Update.
1444 * gdb.base/complex.exp: Update.
1445 * gdb.base/complex-parts.exp: Update.
1446
1447 2020-04-01 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.rust/union.rs: New file.
1450 * gdb.rust/union.exp: New file.
1451 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1452 (main): Update.
1453 * gdb.rust/simple.exp: Move union tests to union.exp.
1454
1455 2020-04-01 Tom Tromey <tromey@adacore.com>
1456
1457 * gdb.rust/simple.rs (main): Remove "y0".
1458
1459 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1460
1461 * gdb.multi/stop-all-on-exit.c: New test.
1462 * gdb.multi/stop-all-on-exit.exp: New file.
1463
1464 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1465
1466 PR gdb/24789
1467 * gdb.cp/misc.cc: Add integer reference variable.
1468 * gdb.cp/misc.exp: Add test.
1469
1470 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1471
1472 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1473 scenario to cover execution until the end and also the case
1474
1475 2020-03-31 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1478 c. Use "maint info symtabs" to check symtab expansion.
1479
1480 2020-03-30 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1483 unsupported.
1484 (verify_psymtab_expanded): Move ...
1485 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1486 test.
1487 (readnow): New proc.
1488
1489 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1492 with $hex.
1493
1494 2020-03-20 Tom Tromey <tromey@adacore.com>
1495
1496 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1497
1498 2020-03-20 Tom Tromey <tromey@adacore.com>
1499
1500 * gdb.ada/sub_variant/subv.adb: New file.
1501 * gdb.ada/sub_variant.exp: New file.
1502
1503 2020-03-20 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1506 first break fails.
1507 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1508
1509 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.server/exit-multiple-threads.c: New file.
1512 * gdb.server/exit-multiple-threads.exp: New file.
1513
1514 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1515
1516 * gdb.fortran/mixed-lang-stack.c: New file.
1517 * gdb.fortran/mixed-lang-stack.cpp: New file.
1518 * gdb.fortran/mixed-lang-stack.exp: New file.
1519 * gdb.fortran/mixed-lang-stack.f90: New file.
1520
1521 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * gdb.linespec/cp-completion-aliases.cc: New file.
1524 * gdb.linespec/cp-completion-aliases.exp: New file.
1525
1526 2020-03-19 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1529 more precise.
1530
1531 2020-03-18 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1534 * gdb.dwarf2/break-inline-psymtab.c: New test.
1535 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1536
1537 2020-03-16 Tom de Vries <tdevries@suse.de>
1538
1539 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1540 cache_verify and cache_verify_proc.
1541
1542 2020-03-15 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.server/solib-list.exp: Handle
1545 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1546
1547 2020-03-15 Tom de Vries <tdevries@suse.de>
1548
1549 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1550 objfiles".
1551
1552 2020-03-14 Tom Tromey <tom@tromey.com>
1553
1554 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1555
1556 2020-03-14 Tom de Vries <tdevries@suse.de>
1557
1558 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1559
1560 2020-03-14 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1563 result in line-by-line fashion.
1564
1565 2020-03-14 Tom de Vries <tdevries@suse.de>
1566
1567 * lib/gdb.exp (supports_statement_frontiers): New proc.
1568 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1569
1570 2020-03-14 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.base/printcmds.exp: Add missing quoting for "print
1573 teststring2".
1574
1575 2020-03-13 Tom Tromey <tom@tromey.com>
1576
1577 * gdb.base/printcmds.exp (test_print_strings): Add regression
1578 test.
1579 * gdb.base/printcmds.c (charptr): New typedef.
1580 (teststring2): New global.
1581
1582 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1585 full path in the test name.
1586 (test_ld): Add some with_test_prefix blocks to make test names
1587 unique.
1588
1589 2020-03-13 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1592
1593 2020-03-13 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1596
1597 2020-03-13 Tom de Vries <tdevries@suse.de>
1598
1599 PR symtab/25646
1600 * gdb.dwarf2/imported-unit.exp: Add test.
1601
1602 2020-03-13 Tom de Vries <tdevries@suse.de>
1603
1604 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1605 (var1, var2): New variable.
1606 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1607 matching symbols.
1608
1609 2020-03-13 Tom de Vries <tdevries@suse.de>
1610
1611 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1612 (Term::command): Use prompt prefix.
1613 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1614 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1615 command_no_prompt_prefix instead of prefix.
1616 * gdb.tui/tui-layout-asm.exp: Same.
1617
1618 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1619
1620 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1621
1622 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1623
1624 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1625 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1626 on" while stepping over the test instruction, match printed
1627 message.
1628
1629 2020-03-12 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.base/info-types.exp: Use exp_continue during matching of output
1632 of "info types".
1633
1634 2020-03-12 Tom de Vries <tdevries@suse.de>
1635
1636 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1637
1638 2020-03-12 Tom de Vries <tdevries@suse.de>
1639
1640 * gdb.fortran/module.exp: Use exp_continue during matching of output
1641 of "info variable -n".
1642
1643 2020-03-12 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1646 gdb.dwarf2/dw2-ranges-base.c.
1647
1648 2020-03-12 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1651 in presence of GLIBC debuginfo.
1652
1653 2020-03-12 Tom de Vries <tdevries@suse.de>
1654
1655 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1656 $core.
1657
1658 2020-03-12 Tom de Vries <tdevries@suse.de>
1659
1660 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1661 more precise.
1662
1663 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1664
1665 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1666 from Unix to Windows path.
1667
1668 2020-03-11 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.ada/minsyms.exp: Set language to ada.
1671
1672 2020-03-11 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1675
1676 2020-03-11 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1679
1680 2020-03-11 Tom Tromey <tromey@adacore.com>
1681
1682 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1683
1684 2020-03-11 Tom de Vries <tdevries@suse.de>
1685
1686 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1687
1688 2020-03-11 Tom de Vries <tdevries@suse.de>
1689
1690 * gdb.base/break-interp.exp: Limit verbose scope.
1691
1692 2020-03-11 Tom de Vries <tdevries@suse.de>
1693
1694 * gdb.fortran/logical.f90: Define variable with character type.
1695 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1696
1697 2020-03-11 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1700
1701 2020-03-11 Tom de Vries <tdevries@suse.de>
1702
1703 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1704 symtabs.
1705
1706 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1707 Bernd Edlinger <bernd.edlinger@hotmail.de>
1708
1709 * gdb.cp/step-and-next-inline.cc: New file.
1710 * gdb.cp/step-and-next-inline.exp: New file.
1711 * gdb.cp/step-and-next-inline.h: New file.
1712 * gdb.dwarf2/dw2-is-stmt.c: New file.
1713 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1714 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1715 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1716 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1717
1718 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1721 is-stmt flag in the line table.
1722
1723 2020-03-09 Tom de Vries <tdevries@suse.de>
1724
1725 * lib/gdb.exp (cached_file): Create cache dir.
1726
1727 2020-03-07 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1730 * gdb.cp/rvalue-ref-params.exp: Same.
1731
1732 2020-03-06 Tom de Vries <tdevries@suse.de>
1733
1734 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1735 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1736
1737 2020-03-06 Tom de Vries <tdevries@suse.de>
1738
1739 * README: Fix "the the".
1740 * gdb.base/dprintf.exp: Same.
1741
1742 2020-03-05 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.base/maint.exp: Update "main print statistics" expected output.
1745
1746 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1747
1748 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1749 (fortran_int8): Likewise.
1750 (fortran_real4): Likewise.
1751 (fortran_real8): Likewise.
1752 (fortran_complex4): Likewise.
1753 (fortran_logical4): Likewise.
1754 (fortran_character1): Likewise.
1755
1756 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1759 printed as true.
1760
1761 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1762
1763 * gdb.base/printcmds.exp: Add test to verify printf of a
1764 variable holding an address.
1765
1766 2020-03-03 Tom de Vries <tdevries@suse.de>
1767
1768 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1769
1770 2020-03-03 Tom de Vries <tdevries@suse.de>
1771
1772 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1773 gdb_test_multiple call.
1774
1775 2020-03-03 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1778 gdb_test_multiple calls.
1779
1780 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.base/default.exp: Remove test of 'set history filename'.
1783 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1784 filename to the empty string.
1785 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1786 and GDBHISTSIZE.
1787
1788 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1789
1790 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1791 disabled.
1792
1793 2020-03-02 Pedro Alves <palves@redhat.com>
1794 Tom de Vries <tdevries@suse.de>
1795
1796 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1797 -prompt prefix, before user_code argument. Add -lbl option likewise.
1798 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1799 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1800 argument.
1801 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1802 have "\r\n" at start-of-line, instead of at end-of-line.
1803
1804 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1805
1806 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1807 libinproctrace.so.
1808
1809 2020-02-28 Luis Machado <luis.machado@linaro.org>
1810
1811 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1812 to "p/x".
1813
1814 2020-02-28 Luis Machado <luis.machado@linaro.org>
1815
1816 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1817 asm/ptrace.h and error.h.
1818
1819 2020-02-28 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1822 (struct wrapper, do_something, mundane/symada__cS): Move ...
1823 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1824 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1825 Update "print symada__cS before partial symtab expansion" regexp.
1826 Update breakpoint location. Flush symbol cache after expansion.
1827
1828 2020-02-28 Luis Machado <luis.machado@linaro.org>
1829
1830 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1831
1832 2020-02-27 Tom de Vries <tdevries@suse.de>
1833
1834 * config/sid.exp: Remove unused globals.
1835 * gdb.base/attach.exp: Same.
1836 * gdb.base/catch-load.exp: Same.
1837 * gdb.base/dbx.exp: Same.
1838 * lib/gdb.exp: Same.
1839 * lib/mi-support.exp: Same.
1840 * lib/prompt.exp: Same.
1841
1842 2020-02-27 Tom de Vries <tdevries@suse.de>
1843
1844 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1845 not set.
1846
1847 2020-02-26 Aaron Merey <amerey@redhat.com>
1848
1849 * gdb.debuginfod: New directory for debuginfod tests.
1850 * gdb.debuginfod/main.c: New test file.
1851 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1852
1853 2020-02-26 Tom de Vries <tdevries@suse.de>
1854
1855 PR gdb/25603
1856 * gdb.base/persistent-lang.cc: New test.
1857 * gdb.base/persistent-lang.exp: New file.
1858
1859 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.fortran/derived-type-striding.exp: Add a new test.
1862 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1863 new test.
1864
1865 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1866
1867 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1868 names.
1869
1870 2020-02-25 Tom de Vries <tdevries@suse.de>
1871
1872 PR go/18926
1873 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1874
1875 2020-02-24 Tom de Vries <tdevries@suse.de>
1876
1877 PR gdb/25592
1878 * gdb.base/info-locals-unused-static-var.c: New test.
1879 * gdb.base/info-locals-unused-static-var.exp: New file.
1880
1881 2020-02-22 Tom Tromey <tom@tromey.com>
1882
1883 * gdb.python/tui-window.exp: New file.
1884 * gdb.python/tui-window.py: New file.
1885
1886 2020-02-22 Tom Tromey <tom@tromey.com>
1887
1888 PR tui/17850:
1889 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1890 tests.
1891
1892 2020-02-22 Tom Tromey <tom@tromey.com>
1893
1894 * gdb.tui/new-layout.exp: Add sub-layout tests.
1895
1896 2020-02-22 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.tui/new-layout.exp: New file.
1899
1900 2020-02-22 Tom Tromey <tom@tromey.com>
1901
1902 * gdb.rust/rust-style.rs: New file.
1903 * gdb.rust/rust-style.exp: New file.
1904 * gdb.base/style.exp: Test structure printing.
1905 * gdb.base/style.c (struct some_struct): New type.
1906 (enum etype): New type.
1907 (struct_value): New global.
1908
1909 2020-02-21 Tom de Vries <tdevries@suse.de>
1910
1911 PR go/18926
1912 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1913 Remove blanket xfails. Use message argument for gdb_breakpoint.
1914 Make continuing to breakpoint test conditional on setting breakpoint.
1915 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1916 DW_AT_name attribute. Add xfail for GCC PR93866.
1917
1918 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.dwarf2/cpp-linkage-name.c: New file.
1921 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1922
1923 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1924
1925 * lib/gdb.exp (gdb_wrapper_init): Reset
1926 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1927 not exist.
1928
1929 2020-02-20 Tom de Vries <tdevries@suse.de>
1930
1931 PR go/17018
1932 * gdb.go/hello.exp: Copy ...
1933 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1934 print of st to print value of global definition. Add xfail for GCC
1935 PR93844.
1936 * gdb.go/hello.exp: Remove printing of st before definition.
1937 * gdb.go/hello.go: Copy ...
1938 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1939 to st.
1940 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1941
1942 2020-02-20 Tom de Vries <tdevries@suse.de>
1943
1944 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1945 (gdb_simple_compile): Handle compile_flags go by using .go extension
1946 for source file.
1947 * gdb.go/chan.exp: Use support_go_compile.
1948 * gdb.go/handcall.exp: Same.
1949 * gdb.go/hello.exp: Same.
1950 * gdb.go/integers.exp: Same.
1951 * gdb.go/max-depth.exp: Same.
1952 * gdb.go/methods.exp: Same.
1953 * gdb.go/package.exp: Same.
1954 * gdb.go/strings.exp: Same.
1955 * gdb.go/types.exp: Same.
1956 * gdb.go/unsafe.exp: Same.
1957
1958 2020-02-19 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.python/lib-types.exp: Make xfail more strict.
1961
1962 2020-02-19 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1965
1966 2020-02-19 Doug Evans <dje@google.com>
1967
1968 PR rust/25535
1969 * gdb.rust/simple.exp: Add test.
1970 * gdb.rust/simple.rs: Add test.
1971
1972 2020-02-19 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1975 output line-by-line.
1976
1977 2020-02-19 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1980
1981 2020-02-19 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1984 prelink.
1985
1986 2020-02-19 Tom de Vries <tdevries@suse.de>
1987
1988 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1989 (gdb_do_cache): Use gdb_do_cache_wrap.
1990 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1991
1992 2020-02-19 Tom de Vries <tdevries@suse.de>
1993
1994 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1995 gdb_compile option.
1996
1997 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1998
1999 * gdb.base/printcmds.exp (test_print_enums): Update expected
2000 output.
2001
2002 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2003
2004 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2005 for "unknown".
2006
2007 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2008
2009 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2010 enumerator.
2011
2012 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2013
2014 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2015 FE_, add FE_NONE.
2016 (three): Update.
2017 (enum flag_enum_without_zero): New enum.
2018 (flag_enum_without_zero): New variable.
2019 (enum not_flag_enum): New enum.
2020 (three_not_flag): New variable.
2021 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2022 (test_print_enums): Add more tests for printing flag enums.
2023
2024 2020-02-18 Tom de Vries <tdevries@suse.de>
2025
2026 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2027 (gdb_compile_ada): ... here.
2028 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2029 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2030
2031 2020-02-14 Tom Tromey <tom@tromey.com>
2032
2033 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2034 build directory.
2035 * boards/gdbserver-base.exp: Update path to gdbserver.
2036
2037 2020-02-13 Tom de Vries <tdevries@suse.de>
2038
2039 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2040
2041 2020-02-13 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2044 are missing.
2045
2046 2020-02-13 Tom de Vries <tdevries@suse.de>
2047
2048 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2049 call.
2050
2051 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2052
2053 PR tui/25126
2054 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2055 * gdb.base/cached-source-file.c: New file.
2056 * gdb.base/cached-source-file.exp: New file.
2057
2058 2020-02-11 Tom de Vries <tdevries@suse.de>
2059
2060 PR testsuite/25488
2061 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2062
2063 2020-02-10 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2066
2067 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2068
2069 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2070 and $after_addr are both integers before making a comparison.
2071
2072 2020-02-09 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2075 command output and paste it into gdb.log. If any, paste catch message
2076 to gdb.log.
2077
2078 2020-02-07 Tom Tromey <tromey@adacore.com>
2079
2080 PR breakpoints/24915:
2081 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2082
2083 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2084
2085 * gdb.tui/tui-missing-src.exp: Add the "missing source
2086 file" test for the TUI.
2087
2088 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2091 including a port number in the output.
2092
2093 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2094
2095 * lib/fortran.exp (fortran_int4): Handle clang.
2096 (fortran_int8): Likewise.
2097 (fortran_real4): Likewise.
2098 (fortran_real8): Likewise.
2099 (fortran_complex4): Likewise.
2100 (fortran_logical4): Likewise.
2101 (fortran_character1): Likewise.
2102
2103 2020-02-04 Tom de Vries <tdevries@suse.de>
2104
2105 * README (Race detection): Add note.
2106
2107 2020-02-04 Tom de Vries <tdevries@suse.de>
2108
2109 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2110
2111 2020-02-04 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2114
2115 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2116
2117 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2118 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2119 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2120 blttar, bnetarl.
2121 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2122 binary for blttar, bnetarl.
2123 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2124 wait instruction. Delete ldmx test.
2125 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2126
2127 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2128
2129 * gdb.fortran/array-bounds-high.exp: New file.
2130 * gdb.fortran/array-bounds-high.f90: New file.
2131
2132 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2133
2134 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2135 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2136
2137 2020-02-01 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2140
2141 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 PR tui/9765
2144 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2145 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2146
2147 2020-01-29 Luis Machado <luis.machado@linaro.org>
2148
2149 * gdb.arch/aarch64-brk-patterns.c: New source file.
2150 * gdb.arch/aarch64-brk-patterns.exp: New test.
2151
2152 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2153
2154 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2155 GCC/Clang version.
2156 * gdb.cp/pass-by-ref.exp: Ditto.
2157
2158 2020-01-29 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2161 * gdb.threads/watchpoint-fork-mt.c: Same.
2162 * gdb.threads/watchpoint-fork-parent.c: Same.
2163 * gdb.threads/watchpoint-fork-st.c: Same.
2164 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2165
2166 2020-01-27 Luis Machado <luis.machado@linaro.org>
2167
2168 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2169 sitting at a syscall instruction when we hit the syscall function's
2170 breakpoint.
2171 Check PC against one obtained with the x command.
2172 Validate syscall number.
2173 (step_over_syscall): Don't continue to the syscall instruction if
2174 we're already there.
2175
2176 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2179
2180 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2181
2182 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2183 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2184
2185 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2188 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2189
2190 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.base/maint.exp: Update line table parsing test.
2193 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2194
2195 2020-01-24 Pedro Alves <palves@redhat.com>
2196
2197 PR gdb/25410
2198 * gdb.multi/multi-re-run-1.c: New.
2199 * gdb.multi/multi-re-run-2.c: New.
2200 * gdb.multi/multi-re-run.exp: New.
2201
2202 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2203
2204 PR gdb/23718
2205 * gdb.server/server-kill-python.exp: New file.
2206
2207 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.server/multi-ui-errors.c: New file.
2210 * gdb.server/multi-ui-errors.exp: New file.
2211
2212 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 PR tui/9765
2215 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2216
2217 2020-01-19 Tom Tromey <tom@tromey.com>
2218
2219 * gdb.tui/main.exp: Add check for plain "file".
2220
2221 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2222
2223 * lib/gdb.exp: Fix spelling error (seperatelly).
2224
2225 2020-01-14 Tom Tromey <tom@tromey.com>
2226
2227 PR symtab/12535:
2228 * gdb.python/python.exp: Test decode_line with empty string
2229 argument.
2230
2231 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2232
2233 * gdb.base/skip-inline.exp: Extend test.
2234
2235 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2238 * gdb.dwarf2/dw2-bad-elf.c: New file.
2239 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2240
2241 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2242
2243 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2244 _line_saw_file.
2245
2246 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2249 border.
2250
2251 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2252
2253 * gdb.multi/multi-target.exp (setup): Factor out "info
2254 connections" and "info inferiors" tests to ...
2255 (test_info_inferiors): ... this new procedure.
2256 (top level): Run new "info-inferiors" tests.
2257
2258 2020-01-10 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.server/bkpt-other-inferior.exp: New file.
2261
2262 2020-01-10 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2265 of "add-inferior".
2266 * gdb.base/quit-live.exp: Likewise.
2267 * gdb.base/remote-exec-file.exp: Likewise.
2268 * gdb.guile/scm-progspace.exp: Likewise.
2269 * gdb.linespec/linespec.exp: Likewise.
2270 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2271 * gdb.mi/user-selected-context-sync.exp: Likewise.
2272 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2273 "info inferiors" tests.
2274 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2275 "add-inferior".
2276 * gdb.multi/watchpoint-multi.exp: Likewise.
2277 * gdb.python/py-inferior.exp: Likewise.
2278 * gdb.server/extended-remote-restart.exp: Likewise.
2279 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2280 "info inferiors".
2281 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2282 * gdb.trace/report.exp: Likewise.
2283
2284 2020-01-10 Pedro Alves <palves@redhat.com>
2285
2286 * gdb.multi/multi-target.c: New file.
2287 * gdb.multi/multi-target.exp: New file.
2288 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2289 mode requested, but remote does not support non-stop".
2290
2291 2020-01-10 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2294 disconnect before reconnecting.
2295
2296 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2297 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.server/connect-without-multi-process.exp: Also test
2300 continuing to end.
2301
2302 2020-01-10 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/remote-exec-file.exp: New file.
2305
2306 2020-01-10 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2309 output.
2310 * gdb.threads/async.c: New.
2311 * gdb.threads/async.exp: New.
2312 * gdb.multi/tids-gid-reset.c: New.
2313 * gdb.multi/tids-gid-reset.exp: New.
2314
2315 2020-01-10 George Barrett <bob@bob131.so>
2316
2317 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2318 to help in finding the image relocation offset.
2319 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2320 options in arguments.
2321 (stap_test_no_debuginfo): Likewise.
2322 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2323 test variants.
2324 (stap_test): Add null semaphore relocation test.
2325
2326 2020-01-10 George Barrett <bob@bob131.so>
2327
2328 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2329 * gdb.base/stap-probe.exp: Likewise.
2330 (stap_test): Pass argument as an additional flag.
2331 (stap_test_no_debuginfo): Likewise.
2332 (stap_test): Check `info probes stap' output for semaphore
2333 addresses if the test binary is supposed to have them.
2334
2335 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.tui/basic.exp: Add more scrolling tests.
2338
2339 2020-01-09 Tom Tromey <tom@tromey.com>
2340
2341 PR tui/18932:
2342 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2343 meangingful value.
2344 (Term::command, Term::resize): Update.
2345 * gdb.tui/basic.exp: Add scrolling test.
2346
2347 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.tui/tui-layout-asm.exp: New file.
2350
2351 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2354
2355 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2358 (Term::enter_tui): Use Term::prepare_for_tui.
2359
2360 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2363 called.
2364
2365 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * gdb.base/skip.exp: Fix race condition in test.
2368
2369 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2370
2371 * gdb.base/backtrace.c: New file.
2372 * gdb.base/backtrace.exp: New file.
2373
2374 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2375
2376 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2377
2378 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2379
2380 * gdb.base/style.exp: Test that warnings are styled.
2381
2382 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2383
2384 * gdb.base/line65535.exp: New file.
2385 * gdb.base/line65535.c: New file.
2386
2387 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2388
2389 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2390 * lib/gnat_debug_info_test.adb: New file.
2391 * gdb.ada/ptype_tagged_param.exp: Use
2392 gnat_runtime_has_debug_info, expect a different output if
2393 runtime does not have debug info.
2394
2395 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2396
2397 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2398 (another) quote in test name.
2399
2400 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2401
2402 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2403 Add quote in test name.
2404
2405 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2406
2407 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2408 directory instead.
2409 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2410 * gdb.cp/pass-by-ref-2.cc: New file.
2411 * gdb.cp/pass-by-ref-2.exp: New file.
2412
2413 2019-12-20 Tom Tromey <tom@tromey.com>
2414
2415 * gdb.tui/list-before.exp: New file.
2416
2417 2019-12-20 Tom Tromey <tom@tromey.com>
2418
2419 * gdb.tui/list.exp: Check for source on initial listing.
2420
2421 2019-12-11 Tom Tromey <tromey@adacore.com>
2422
2423 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2424 Add crlf test.
2425
2426 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * gdb.base/default.exp: Update value of $_gdb_major.
2429
2430 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2431
2432 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2433
2434 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2435
2436 * gdb.base/skip.exp: Whitespace fix.
2437
2438 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2439
2440 * gdb.base/skip-inline.c: New file.
2441 * gdb.base/skip-inline.exp: New file.
2442
2443 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2444
2445 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2446 jit_function_00 to jit_function_stack_mangle.
2447 * gdb.base/jithost.c (jit_function_t): Rename to...
2448 (jit_function_stack_mangle_t): ... this.
2449 (jit_function_add_t): New typedef.
2450 (jit_function_00_code): Rename to...
2451 (jit_function_stack_mangle_code): ... this, make static.
2452 (jit_function_add_code): New.
2453 (main): Generate "add" function and call it. Adjust to changes
2454 in jithost_abi.
2455 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2456 (struct jithost_abi) <begin, end>: Remove fields.
2457 <object, function_stack_mangle, function_add>: New fields.
2458 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2459 code_end>: Remove fields.
2460 <func_stack_mangle>: New field.
2461 (read_debug_info): Adjust to renaming, create block for "add"
2462 function.
2463 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2464
2465 2019-12-11 Tom Tromey <tom@tromey.com>
2466
2467 * gdb.tui/resize.exp: Fix regexp.
2468 * gdb.tui/regs.exp: Fix regexps.
2469 * gdb.tui/main.exp: Fix regexp.
2470
2471 2019-12-11 Tom Tromey <tom@tromey.com>
2472
2473 * gdb.tui/resize.exp: Update.
2474 * gdb.tui/empty.exp (layouts): Update.
2475
2476 2019-12-11 Tom Tromey <tom@tromey.com>
2477
2478 * gdb.tui/regs.exp: Update.
2479 * gdb.tui/empty.exp (layouts): Update.
2480 * gdb.tui/basic.exp: Update.
2481 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2482
2483 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2484
2485 * gdb.base/options.exp: Add -raw-values in the print completion list.
2486 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2487
2488 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2489
2490 * gdb.threads/omp-par-scope.c: New file.
2491 * gdb/threads/omp-par-scope.exp: New file.
2492
2493 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2494
2495 * lib/gdb.exp (support_nested_function_tests): New proc.
2496
2497 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2498
2499 * lib/gdb.exp (gdb_compile_openmp): New proc.
2500 (build_executable_from_specs): Add an "openmp" option.
2501 (gdb_compile_pthreads): Add non-executable case.
2502
2503 2019-12-10 Tom Tromey <tromey@adacore.com>
2504
2505 * gdb.ada/unchecked_union.exp: New file.
2506 * gdb.ada/unchecked_union/pck.adb: New file.
2507 * gdb.ada/unchecked_union/pck.ads: New file.
2508 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2509 * gdb-utils.exp (string_to_regexp): Also quote "?".
2510
2511 2019-12-10 George Barrett <bob@bob131.so>
2512
2513 Test scripted probe breakpoints.
2514 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2515 * gdb.python/py-breakpoint.c (main): Likewise.
2516 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2517 specifier test.
2518 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2519
2520 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2521
2522 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2523 an rvalue parameter.
2524 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2525 parameter.
2526
2527 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2530 modules.
2531
2532 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2535 broken version of GCC.
2536
2537 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2540 sym-info-cmds library.
2541 * gdb.fortran/info-types.exp: Likewise.
2542 * lib/sym-info-cmds.exp: New file.
2543
2544 2019-12-08 Tom de Vries <tdevries@suse.de>
2545
2546 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2547
2548 2019-12-07 Keith Seitz <keiths@redhat.com>
2549
2550 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2551 * gdb.base/corefile-buildid-shlib.c: New file.
2552 * gdb.base/corefile-buildid.c: New file.
2553 * gdb.base/corefile-buildid.exp: New file.
2554
2555 2019-12-06 Tom de Vries <tdevries@suse.de>
2556
2557 * gdb.dwarf2/varval.exp: Add decl before def test.
2558
2559 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2560
2561 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2562
2563 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2564
2565 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2566 CV and reference conversion for overload resolution.
2567 * gdb.cp/rvalue-ref-overload.exp: Test it.
2568
2569 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2570
2571 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2572 * gdb.base/frameapply.exp: Test faas without command.
2573
2574 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2577 Fortran tests.
2578 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2579 order.
2580
2581 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2584 casting to type with no kind specified.
2585 (test_basic_parsing_of_type_kinds): Additional tests for types
2586 with no kind specified, and add tests for single/double
2587 precision/complex types.
2588
2589 2019-12-04 Tom Tromey <tromey@adacore.com>
2590
2591 * gdb.base/endianity.c (struct other) <x>: New field.
2592 (main): Initialize it.
2593 * gdb.base/endianity.exp: Update.
2594
2595 2019-12-04 Tom Tromey <tromey@adacore.com>
2596
2597 * gdb.ada/scalar_storage/storage.adb: New file.
2598 * gdb.ada/scalar_storage/pck.adb: New file.
2599 * gdb.ada/scalar_storage/pck.ads: New file.
2600 * gdb.ada/scalar_storage.exp: New file.
2601
2602 2019-12-04 Tom Tromey <tromey@adacore.com>
2603
2604 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2605 (main): Initialize it.
2606 * gdb.base/endianity.exp: Update.
2607
2608 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2611
2612 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2615 -symbol-info-module-functions and -symbol-info-module-variables.
2616
2617 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2620
2621 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2622 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * gdb.fortran/derived-type-striding.exp: New file.
2625 * gdb.fortran/derived-type-striding.f90: New file.
2626 * gdb.fortran/array-slices.exp: New file.
2627 * gdb.fortran/array-slices.f90: New file.
2628
2629 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2630
2631 * gdb.base/define.exp: Test . in command names.
2632 * gdb.base/setshow.exp: Update test, as . is now part of
2633 command name.
2634
2635 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2636
2637 * gdb.base/define-prefix.exp: New file.
2638
2639 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2642 compile.
2643 (skip_btrace_pt_tests): Likewise.
2644
2645 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2646
2647 * gdb.fortran/info-modules.exp: Compile source files in correct
2648 order.
2649
2650 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2651
2652 * gdb.dwarf2/imported-unit.exp: New file.
2653 * gdb.dwarf2/imported-unit.c: New file.
2654
2655 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.mi/mi-fortran-modules-2.f90: New file.
2658 * gdb.mi/mi-fortran-modules.exp: New file.
2659 * gdb.mi/mi-fortran-modules.f90: New file.
2660
2661 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.mi/mi-sym-info-1.c: New file.
2664 * gdb.mi/mi-sym-info-2.c: New file.
2665 * gdb.mi/mi-sym-info.exp: New file.
2666
2667 2019-11-22 Tom Tromey <tromey@adacore.com>
2668
2669 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2670 * gdb.ada/tasks/foo.adb: Add another stopping location.
2671
2672 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2673
2674 * gdb.base/endianity.c: New test.
2675 * gdb.base/endianity.exp: New file.
2676
2677 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2678
2679 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2680
2681 2019-11-21 Tom de Vries <tdevries@suse.de>
2682
2683 PR gdb/24956
2684 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2685
2686 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2687
2688 * gdb.python/py-progspace.exp: Add missing parentheses on some
2689 'print' commands.
2690
2691 2019-11-19 Tom Tromey <tom@tromey.com>
2692
2693 * gdb.tui/winheight.exp: New file.
2694
2695 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2696
2697 * gdb.base/ctf-whatis.c: Delete.
2698 * gdb.base/ctf-whatis.exp: Delete.
2699 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2700
2701 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.base/ctf-cvexpr.exp: Delete.
2704 * gdb.base/cvexpr.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-constvars.exp: Skip test if CTF is not supported in
2709 the compiler. Clean up header comment a little.
2710 * gdb.base/ctf-ptype.exp: Likewise.
2711 * gdb.base/ctf-whatis.exp: Likewise.
2712 * lib/gdb.exp (skip_ctf_tests): New proc.
2713
2714 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2715
2716 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2717 * gdb.tui/corefile-run.exp: New file.
2718
2719 2019-11-14 Tom Tromey <tromey@adacore.com>
2720
2721 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2722 regression tests.
2723
2724 2019-11-12 Tom Tromey <tom@tromey.com>
2725
2726 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2727 after any command. Expect prompt after WAIT_FOR is seen.
2728 (enter_tui): Enable resize messages.
2729 (command): Expect command in output.
2730 (get_line): Avoid error when cursor appears to be off-screen.
2731 (dump_screen): Include screen size in title.
2732 (_do_resize): New proc, from "resize".
2733 (resize): Rewrite. Do resize in two steps.
2734 * gdb.tui/empty.exp (layouts): Fix entries.
2735 (check_boxes): Remove xfail.
2736 (check_text): Dump screen on failure.
2737
2738 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.python/py-symbol.exp: Add test for
2741 gdb.lookup_static_symbols.
2742
2743 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.python/py-symbol.c: Declare and call function from new
2746 py-symbol-2.c file.
2747 * gdb.python/py-symbol.exp: Compile both source files, and add new
2748 tests for gdb.lookup_static_symbol.
2749 * gdb.python/py-symbol-2.c: New file.
2750
2751 2019-11-02 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2754 * gdb.base/anon.exp: Same.
2755 * gdb.base/auto-connect-native-target.exp: Same.
2756 * gdb.base/call-ar-st.exp: Same.
2757 * gdb.base/catch-syscall.exp: Same.
2758 * gdb.base/commands.exp: Same.
2759 * gdb.base/default.exp: Same.
2760 * gdb.base/display.exp: Same.
2761 * gdb.base/float.exp: Same.
2762 * gdb.base/foll-fork.exp: Same.
2763 * gdb.base/help.exp: Same.
2764 * gdb.base/info-macros.exp: Same.
2765 * gdb.base/info-proc.exp: Same.
2766 * gdb.base/info-target.exp: Same.
2767 * gdb.base/long_long.exp: Same.
2768 * gdb.base/macscp.exp: Same.
2769 * gdb.base/memattr.exp: Same.
2770 * gdb.base/nofield.exp: Same.
2771 * gdb.base/pointers.exp: Same.
2772 * gdb.base/printcmds.exp: Same.
2773 * gdb.base/ptype.exp: Same.
2774 * gdb.base/restore.exp: Same.
2775 * gdb.base/return.exp: Same.
2776 * gdb.base/scope.exp: Same.
2777 * gdb.base/set-noassign.exp: Same.
2778 * gdb.base/setshow.exp: Same.
2779 * gdb.base/shlib-call.exp: Same.
2780 * gdb.base/signals.exp: Same.
2781 * gdb.base/sigstep.exp: Same.
2782 * gdb.base/skip.exp: Same.
2783 * gdb.base/solib-symbol.exp: Same.
2784 * gdb.base/stap-probe.exp: Same.
2785 * gdb.base/step-line.exp: Same.
2786 * gdb.base/step-test.exp: Same.
2787 * gdb.base/style.exp: Same.
2788 * gdb.base/varargs.exp: Same.
2789 * gdb.base/vla-datatypes.exp: Same.
2790 * gdb.base/vla-ptr.exp: Same.
2791 * gdb.base/vla-sideeffect.exp: Same.
2792 * gdb.base/volatile.exp: Same.
2793 * gdb.base/watch-cond-infcall.exp: Same.
2794 * gdb.base/watchpoint.exp: Same.
2795
2796 2019-11-02 Tom de Vries <tdevries@suse.de>
2797
2798 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2799 * gdb.cp/cpexprs.exp: Same.
2800 * gdb.cp/except-multi-location.exp: Same.
2801 * gdb.cp/exceptprint.exp: Same.
2802 * gdb.cp/gdb2384.exp: Same.
2803 * gdb.cp/inherit.exp: Same.
2804 * gdb.cp/m-static.exp: Same.
2805 * gdb.cp/meth-typedefs.exp: Same.
2806 * gdb.cp/misc.exp: Same.
2807 * gdb.cp/namespace.exp: Same.
2808 * gdb.cp/non-trivial-retval.exp: Same.
2809 * gdb.cp/overload.exp: Same.
2810 * gdb.cp/pr17132.exp: Same.
2811 * gdb.cp/re-set-overloaded.exp: Same.
2812 * gdb.cp/rvalue-ref-types.exp: Same.
2813 * gdb.cp/templates.exp: Same.
2814
2815 2019-11-01 Luis Machado <luis.machado@linaro.org>
2816
2817 PR gdb/25124
2818
2819 * gdb.arch/pr25124.S: New file.
2820 * gdb.arch/pr25124.exp: New file.
2821
2822 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.fortran/info-modules.exp: Update expected results, and add
2825 additional tests for 'info module functinos', and 'info module
2826 variables'.
2827 * gdb.fortran/info-types.exp: Update expected results.
2828 * gdb.fortran/info-types.f90: Extend testcase with additional
2829 module variables and functions.
2830
2831 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.fortran/info-modules.exp: New file.
2834 * gdb.fortran/info-types.exp: Build with new file.
2835 * gdb.fortran/info-types.f90: Include and use new module.
2836 * gdb.fortran/info-types-2.f90: New file.
2837
2838 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2839
2840 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2841 * gdb.base/settings.exp: Test all settings types using
2842 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2843 that now verifies that the value of "maint show" is the same as
2844 returned by the settings functions. Test the type of the
2845 maintenance settings.
2846 * gdb.base/default.exp: Update show_conv_list.
2847
2848 2019-10-31 Tom de Vries <tdevries@suse.de>
2849
2850 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2851 gdb_test.
2852 * gdb.arch/amd64-disp-step.exp: Same.
2853 * gdb.asm/asm-source.exp: Same.
2854 * gdb.btrace/buffer-size.exp: Same.
2855 * gdb.btrace/cpu.exp: Same.
2856 * gdb.btrace/enable.exp: Same.
2857 * gdb.dwarf2/count.exp: Same.
2858 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2859 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2860 * gdb.fortran/vla-datatypes.exp: Same.
2861 * gdb.fortran/vla-history.exp: Same.
2862 * gdb.fortran/vla-ptype.exp: Same.
2863 * gdb.fortran/vla-value.exp: Same.
2864 * gdb.fortran/whatis_type.exp: Same.
2865 * gdb.guile/guile.exp: Same.
2866 * gdb.multi/tids.exp: Same.
2867 * gdb.python/py-finish-breakpoint.exp: Same.
2868 * gdb.python/py-framefilter.exp: Same.
2869 * gdb.python/py-pp-registration.exp: Same.
2870 * gdb.python/py-xmethods.exp: Same.
2871 * gdb.python/python.exp: Same.
2872 * gdb.server/connect-with-no-symbol-file.exp: Same.
2873 * gdb.server/no-thread-db.exp: Same.
2874 * gdb.server/run-without-local-binary.exp: Same.
2875 * gdb.stabs/weird.exp: Same.
2876 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2877 * gdb.threads/thread-find.exp: Same.
2878 * gdb.threads/tls-shared.exp: Same.
2879 * gdb.threads/tls.exp: Same.
2880 * gdb.threads/wp-replication.exp: Same.
2881 * gdb.trace/ax.exp: Same.
2882 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2883
2884 2019-10-31 Tom de Vries <tdevries@suse.de>
2885
2886 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2887 * gdb.ada/array_subscript_addr.exp: Same.
2888 * gdb.ada/arrayidx.exp: Same.
2889 * gdb.ada/arrayparam.exp: Same.
2890 * gdb.ada/arrayptr.exp: Same.
2891 * gdb.ada/boolean_expr.exp: Same.
2892 * gdb.ada/call_pn.exp: Same.
2893 * gdb.ada/complete.exp: Same.
2894 * gdb.ada/fixed_cmp.exp: Same.
2895 * gdb.ada/fun_addr.exp: Same.
2896 * gdb.ada/funcall_param.exp: Same.
2897 * gdb.ada/interface.exp: Same.
2898 * gdb.ada/mod_from_name.exp: Same.
2899 * gdb.ada/null_array.exp: Same.
2900 * gdb.ada/packed_array.exp: Same.
2901 * gdb.ada/packed_tagged.exp: Same.
2902 * gdb.ada/print_chars.exp: Same.
2903 * gdb.ada/print_pc.exp: Same.
2904 * gdb.ada/ptype_arith_binop.exp: Same.
2905 * gdb.ada/ptype_field.exp: Same.
2906 * gdb.ada/ptype_tagged_param.exp: Same.
2907 * gdb.ada/rec_return.exp: Same.
2908 * gdb.ada/ref_tick_size.exp: Same.
2909 * gdb.ada/str_ref_cmp.exp: Same.
2910 * gdb.ada/taft_type.exp: Same.
2911 * gdb.ada/tagged.exp: Same.
2912 * gdb.ada/type_coercion.exp: Same.
2913 * gdb.ada/uninitialized_vars.exp: Same.
2914
2915 2019-10-30 Tom de Vries <tdevries@suse.de>
2916
2917 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2918
2919 2019-10-26 Tom de Vries <tdevries@suse.de>
2920
2921 * gdb.base/bigcore.c: Fix typos in comments.
2922 * gdb.base/ctf-ptype.c: Same.
2923 * gdb.base/long_long.c: Same.
2924 * gdb.dwarf2/dw2-op-out-param.S: Same.
2925 * gdb.python/py-evthreads.c: Same.
2926 * gdb.reverse/i387-stack-reverse.c: Same.
2927 * gdb.trace/tfile.c: Same.
2928 * lib/compiler.c: Same.
2929 * lib/compiler.cc: Same.
2930
2931 2019-10-25 Tom de Vries <tdevries@suse.de>
2932
2933 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2934 gdb_test_multiple calls.
2935 * gdb.reverse/sigall-reverse.exp: Same.
2936 * gdb.reverse/solib-precsave.exp: Same.
2937 * gdb.reverse/solib-reverse.exp: Same.
2938 * gdb.reverse/until-precsave.exp: Same.
2939 * gdb.reverse/until-reverse.exp: Same.
2940
2941 2019-10-24 Tom de Vries <tdevries@suse.de>
2942
2943 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2944 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2945 kfail using -wrap pattern flag and convenience variable
2946 gdb_test_name.
2947
2948 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2949
2950 * gdb.python/py-progspace.exp: Add tests for the
2951 Progspace.block_for_pc method.
2952
2953 2019-10-23 Tom Tromey <tom@tromey.com>
2954
2955 * configure: Rebuild.
2956 * aclocal.m4: Use m4_include, not sinclude.
2957
2958 2019-10-21 Tom de Vries <tdevries@suse.de>
2959
2960 * gdb.base/infcall-nested-structs.c: Add
2961 __attribute__((noinline,noclone)) to all functions.
2962 (call_all): Add missing variable initialization. Simplify return value.
2963 (breakpt): Increment volatile variable, to prevent call from being
2964 optimized out.
2965 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2966
2967 2019-10-17 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.fortran/module.exp: Allow info variables to print info for files
2970 other than module.f90.
2971
2972 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * gdb.fortran/module.exp: Extend with 'info variables' test.
2975
2976 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2979 F77_FOR_TARGET.
2980
2981 2019-10-16 Tom de Vries <tdevries@suse.de>
2982
2983 PR tdep/25096
2984 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2985
2986 2019-10-16 Tom de Vries <tdevries@suse.de>
2987
2988 PR tdep/24104
2989 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2990 Add KFAIL for PR tdep/25096.
2991
2992 2019-10-16 Tom de Vries <tdevries@suse.de>
2993
2994 PR testsuite/25059
2995 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2996
2997 2019-10-16 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3000 as signed.
3001
3002 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3003
3004 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3005 one instead of increasing timeout.
3006
3007 2019-10-13 Tom de Vries <tdevries@suse.de>
3008
3009 PR record/25038
3010 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3011 * gdb.reverse/sigall-reverse.exp: Same.
3012 * gdb.reverse/solib-precsave.exp: Same.
3013 * gdb.reverse/solib-reverse.exp: Same.
3014 * gdb.reverse/step-precsave.exp: Same.
3015 * gdb.reverse/until-precsave.exp: Same.
3016 * gdb.reverse/until-reverse.exp: Same.
3017 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3018
3019 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3020
3021 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3022 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3023 (cmp_struct_05_01, cmp_struct_static_02_01)
3024 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3025 comparisons.
3026
3027 2019-10-10 Tom de Vries <tdevries@suse.de>
3028
3029 PR testsuite/24888
3030 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3031 gnatlink.
3032
3033 2019-10-09 Tom de Vries <tdevries@suse.de>
3034
3035 PR testsuite/25048
3036 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3037
3038 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3041 exceptions due to missing debug information.
3042
3043 2019-10-07 Tom de Vries <tdevries@suse.de>
3044
3045 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3046
3047 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3050 * gdb.base/annota1.exp: Update to use gdb_test_name.
3051
3052 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3053
3054 * gdb.base/ctf-whatis.exp: New file.
3055 * gdb.base/ctf-whatis.c: New file.
3056 * gdb.base/ctf-ptype.exp: New file.
3057 * gdb.base/ctf-ptype.c: New file.
3058 * gdb.base/ctf-constvars.exp: New file.
3059 * gdb.base/ctf-constvars.c: New file.
3060 * gdb.base/ctf-cvexpr.exp: New file.
3061
3062 2019-10-04 Tom de Vries <tdevries@suse.de>
3063
3064 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3065 for loop.
3066
3067 2019-10-03 Tom Tromey <tom@tromey.com>
3068
3069 PR rust/24976:
3070 * gdb.rust/simple.rs (Union2): New type.
3071 (main): Use Union2.
3072 * gdb.rust/simple.exp: Add test.
3073
3074 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3077 nested function prefix.
3078
3079 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3080 Richard Bunt <richard.bunt@arm.com>
3081 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3084 nested functions.
3085 * gdb.fortran/nested-funcs.f90: Update expected results.
3086 * gdb.fortran/nested-funcs-2.exp: New file.
3087 * gdb.fortran/nested-funcs-2.f90: New file.
3088
3089 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.python/py-parameter.exp: Make test names unique.
3092 * gdb.python/py-template.exp: Likewise.
3093 * gdb.python/py-value.exp: Likewise.
3094
3095 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 * gdb.base/break-interp.exp: Reduce test name duplication.
3098 * gdb.base/call-sc.exp: Likewise.
3099 * gdb.base/callfuncs.exp: Likewise.
3100 * gdb.base/charset.exp: Likewise.
3101 * gdb.base/dump.exp: Likewise.
3102 * gdb.base/ena-dis-br.exp: Likewise.
3103 * gdb.base/relational.exp: Likewise.
3104 * gdb.base/step-over-syscall.exp: Likewise.
3105 * gdb.base/structs.exp: Likewise.
3106
3107 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3108
3109 * gdb.linespec/explicit.exp: Make test names unique.
3110 * gdb.linespec/ls-errs.exp: Likewise.
3111
3112 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.reverse/break-precsave.exp: Make test names unique.
3115 * gdb.reverse/break-reverse.exp: Likewise.
3116 * gdb.reverse/finish-precsave.exp: Likewise.
3117 * gdb.reverse/finish-reverse.exp: Likewise.
3118 * gdb.reverse/machinestate-precsave.exp: Likewise.
3119 * gdb.reverse/machinestate.exp: Likewise.
3120 * gdb.reverse/readv-reverse.exp: Likewise.
3121 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3122 * gdb.reverse/sigall-precsave.exp: Likewise.
3123 * gdb.reverse/sigall-reverse.exp: Likewise.
3124 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3125 * gdb.reverse/watch-precsave.exp: Likewise.
3126 * gdb.reverse/watch-reverse.exp: Likewise.
3127
3128 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.threads/stop-with-handle.c: New file.
3131 * gdb.threads/stop-with-handle.exp: New file.
3132
3133 2019-10-03 Tom de Vries <tdevries@suse.de>
3134
3135 PR testsuite/25059
3136 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3137 directory" line to be missing.
3138
3139 2019-10-03 Tom de Vries <tdevries@suse.de>
3140
3141 PR testsuite/25059
3142 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3143 type optional.
3144
3145 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3146
3147 * gdb.python/py-format-string.c (string.h): New include.
3148 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3149 the same value, for endianness-independence.
3150 * gdb.python/py-format-string.exp (default_regexp_dict)
3151 (test_pretty_structs, test_format): Adjust expected output to the
3152 changed initialization.
3153
3154 2019-10-02 Tom Tromey <tromey@adacore.com>
3155
3156 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3157
3158 2019-10-02 Pedro Alves <palves@redhat.com>
3159 Andrew Burgess <andrew.burgess@embecosm.com>
3160
3161 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3162 "print-file-var.h".
3163 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3164 (get_version_1): Print this_version_id and its address.
3165 Add extern "C" wrappers around interface functions.
3166 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3167 "print-file-var.h".
3168 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3169 (get_version_2): Print this_version_id and its address.
3170 Add extern "C" wrappers around interface functions.
3171 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3172 <stddef.h> and "print-file-var.h".
3173 Add extern "C" wrappers around interface functions.
3174 [VERSION_ID_MAIN] (this_version_id): Define.
3175 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3176 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3177 up extern "C" blocks.
3178 * gdb.base/print-file-var.exp (test): New, factored out from top
3179 level.
3180 (top level): Test all combinations of attribute hidden or not,
3181 dlopen or not, and this_version_id symbol in main file or not.
3182 Compile tests as both C++ and C, make test names unique.
3183
3184 2019-10-01 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.base/style.exp: Test "show logging filename".
3187
3188 2019-10-01 Tom Tromey <tom@tromey.com>
3189
3190 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3191 * gdb.base/style.exp: Add metadata style test.
3192
3193 2019-10-01 Tom Tromey <tom@tromey.com>
3194
3195 * gdb.base/style.exp: Test "pwd".
3196
3197 2019-10-01 Tom Tromey <tom@tromey.com>
3198
3199 * gdb.base/style.exp: Update tests.
3200
3201 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3202
3203 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3204 'six' to unsigned.
3205 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3206 'five'. Use an all-ones bit pattern for each.
3207 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3208 to its changed values.
3209
3210 2019-09-30 Tom Tromey <tromey@adacore.com>
3211
3212 * gdb.rust/traits.rs: Disable all warnings.
3213
3214 2019-09-29 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3217
3218 2019-09-29 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3221
3222 2019-09-27 Tom de Vries <tdevries@suse.de>
3223
3224 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3225
3226 2019-09-27 Tom de Vries <tdevries@suse.de>
3227
3228 PR record/23188
3229 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3230
3231 2019-09-26 Tom Tromey <tromey@adacore.com>
3232
3233 * gdb.ada/py_taft.exp: New file.
3234 * gdb.ada/py_taft/main.adb: New file.
3235 * gdb.ada/py_taft/pkg.adb: New file.
3236 * gdb.ada/py_taft/pkg.ads: New file.
3237
3238 2019-09-24 Tom de Vries <tdevries@suse.de>
3239
3240 PR gdb/24598
3241 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3242
3243 2019-09-22 Tom de Vries <tdevries@suse.de>
3244
3245 * gdb.base/restore.exp: Allow register variables to be optimized out at
3246 -O0.
3247
3248 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3249
3250 * gdb.arch/spu-info.exp: Remove file.
3251 * gdb.arch/spu-info.c: Remove file.
3252 * gdb.arch/spu-ls.exp: Remove file.
3253 * gdb.arch/spu-ls.c: Remove file.
3254
3255 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3256 * gdb.asm/spu.inc: Remove file.
3257
3258 * gdb.base/dump.exp: Remove support for spu*-*-*.
3259 * gdb.base/stack-checking.exp: Likewise.
3260 * gdb.base/overlays.exp: Likewise.
3261 * gdb.base/ovlymgr.c: Likewise.
3262 * gdb.base/spu.ld: Remove file.
3263
3264 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3265 * gdb.cp/cpexprs.exp: Likewise.
3266 * gdb.cp/exception.exp: Likewise.
3267 * gdb.cp/gdb2495.exp: Likewise.
3268 * gdb.cp/mb-templates.exp: Likewise.
3269 * gdb.cp/pr9167.exp: Likewise.
3270 * gdb.cp/userdef.exp: Likewise.
3271
3272 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3273
3274 * gdb.cell: Remove directory.
3275 * lib/cell.exp: Remove file.
3276
3277 2019-09-19 Tom de Vries <tdevries@suse.de>
3278
3279 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3280
3281 2019-09-19 Tom de Vries <tdevries@suse.de>
3282
3283 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3284
3285 2019-09-19 Tom de Vries <tdevries@suse.de>
3286
3287 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3288 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3289 (gdb_target_cmd): ... here.
3290 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3291 value 2.
3292
3293 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3294
3295 * gdb.base/source-dir.exp: Avoid having directory names in test
3296 names.
3297
3298 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3299
3300 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3301 directory.
3302
3303 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3304
3305 * gdb.base/list-missing-source.exp: New file.
3306
3307 2019-09-14 Tom de Vries <tdevries@suse.de>
3308
3309 PR teststuite/24599
3310 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3311 * lib/ada.exp (gnatmake_version_at_least): New proc.
3312
3313 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 * gdb.base/maint.exp: Use exec_has_index_section.
3316
3317 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3318
3319 * gdb.base/maint.exp: Add test for 'maint info sections'.
3320
3321 2019-09-12 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.base/store.exp: Allow register variables to be optimized out at
3324 -O0.
3325
3326 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3327
3328 * gdb.ada/rdv_wait.exp: Update to new task names.
3329 * gdb.base/task_switch_in_core.exp: Likewise.
3330 * gdb.base/info_sources_base.c: Likewise.
3331
3332 2019-09-10 Tom Tromey <tromey@adacore.com>
3333
3334 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3335
3336 2019-09-10 Tom Tromey <tromey@adacore.com>
3337
3338 * gdb.ada/dgopt.exp: New file.
3339 * gdb.ada/dgopt/x.adb: New file.
3340
3341 2019-09-08 Tom Tromey <tom@tromey.com>
3342
3343 * gdb.tui/resize.exp: Remove setup_xfail.
3344 * gdb.tui/regs.exp: Remove setup_xfail.
3345 * gdb.tui/basic.exp: Remove setup_xfail.
3346
3347 2019-09-06 David Blaikie <dblaikie@gmail.com>
3348
3349 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3350 * gdb.cp/cplabel.exp: Ditto.
3351 * gdb.linespec/ls-errs.exp: Ditto.
3352
3353 2019-09-05 Tom de Vries <tdevries@suse.de>
3354
3355 * lib/gdb.exp (cmp_file_string): New proc.
3356 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3357 runto_main. Verify save breakpoints output.
3358
3359 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3360
3361 * gdb.base/info-var.exp: Test info variables without running
3362 to main, to avoid expect's buffer overflow.
3363
3364 2019-09-03 Tom Tromey <tromey@adacore.com>
3365
3366 * gdb.ada/bias.exp: New file.
3367 * gdb.ada/bias/bias.adb: New file.
3368 * gdb.ada/print_chars.exp: Add regression test.
3369 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3370 (MC): New variable.
3371
3372 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3373
3374 * gdb.base/argv0-symlink.exp: Run only on native target
3375 and local host.
3376
3377 2019-08-29 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3380 diverse debug info.
3381 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3382
3383 2019-08-28 Tom de Vries <tdevries@suse.de>
3384
3385 * gdb.base/info-var.exp: Allow info variables to print info for files
3386 other than info-var-f1.c and info-var-f2.c.
3387
3388 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3389
3390 * gdb.fortran/info-types.exp: Add module.
3391 * gdb.fortran/info-types.f90: Update expected results.
3392
3393 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * gdb.fortran/info-types.exp: New file.
3396 * gdb.fortran/info-types.f90: New file.
3397 * lib/fortran.exp (fortran_character1): New proc.
3398
3399 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3402 functions'. Reindent as needed.
3403 * gdb.base/info-var-f1.c: New file.
3404 * gdb.base/info-var-f2.c: New file.
3405 * gdb.base/info-var.exp: New file.
3406 * gdb.base/info-var.h: New file.
3407
3408 2019-08-26 Tom de Vries <tdevries@suse.de>
3409
3410 PR c++/24852
3411 * gdb.cp/no-libstdcxx-probe.exp: New test.
3412
3413 2019-08-26 Tom de Vries <tdevries@suse.de>
3414
3415 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3416 * tests need to be skipped.
3417 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3418 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3419 mi_skip_libstdcxx_probe_tests.
3420
3421 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3422
3423 * gdb.python/py-xmethods.exp: Use raw strings when passing
3424 arguments to SimpleXMethodMatcher.
3425
3426 2019-08-22 Tom de Vries <tdevries@suse.de>
3427
3428 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3429 more informative.
3430
3431 2019-08-21 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/with.exp: Test "with" with no arguments.
3434
3435 2019-08-21 Tom de Vries <tdevries@suse.de>
3436
3437 * gdb.base/gdb-caching-proc.exp: Sort files.
3438
3439 2019-08-20 Tom de Vries <tdevries@suse.de>
3440
3441 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3442 compilation.
3443
3444 2019-08-16 Tom de Vries <tdevries@suse.de>
3445
3446 * gdb.base/compare-sections.exp ("after run to main"): Allow
3447 mismatched read-only sections for PIE executables.
3448
3449 2019-08-16 Tom Tromey <tom@tromey.com>
3450
3451 * lib/tuiterm.exp (_csi_Z): New proc.
3452 * gdb.tui/basic.exp: Update window positions.
3453 * gdb.tui/empty.exp: Update window positions.
3454
3455 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3456
3457 * gdb.base/examine-backward.exp: Correct regexp for
3458 "examine 3 bytes backward from ${address_zero}".
3459
3460 2019-08-15 Tom Tromey <tom@tromey.com>
3461
3462 * gdb.tui/empty.exp: Enable resizing tests.
3463
3464 2019-08-15 Tom Tromey <tromey@adacore.com>
3465
3466 * gdb.ada/char_enum.exp: Add regression tests.
3467 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3468 and '0'.
3469 (Char, Gchar): Update.
3470 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3471
3472 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3473
3474 * gdb.python/python.exp: Expect a leading underscore on
3475 GdbOutput{,Error}File.
3476
3477 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3478
3479 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3480 Windows host.
3481
3482 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3483
3484 * gdb.base/batch-preserve-term-settings.exp
3485 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3486
3487 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3488
3489 * lib/gdb.exp: When running on a mingw target, replace
3490 /x/ with x:/.
3491
3492 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3493
3494 * gdb.arch/aarch64-prologue.c: New test.
3495 * gdb.arch/aarch64-prologue.exp: New file.
3496
3497 2019-08-13 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3500 Thread.
3501
3502 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3503
3504 * gdb.python/py-completion.exp: Download the .py file to the host
3505 and use its host pathname. Conditionalize tests that use
3506 tab completion and manipulate files on the build machine.
3507 * gdb.python/py-events.exp: Download the .py file to the host
3508 and use its host pathname.
3509 * gdb.python/py-evsignal.exp: Likewise.
3510 * gdb.python/py-evthreads.exp: Likewise.
3511 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3512 pathname syntax.
3513 * gdb.python/py-framefilter.exp: Download the .py file to the right
3514 place on the host. Match Windows pathname syntax.
3515 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3516 .py file to the host and use its host pathname.
3517 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3518 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3519 build pathname. Skip symlink test on Windows host. Add missing
3520 newline at end of file.
3521 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3522 and use its host pathname.
3523 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3524 * gdb.python/py-section-script.exp: Use host location of binfile
3525 on safe-path. Use correct path separator on Windows host.
3526 Reorder alternatives in gdb_test_multiple to prevent matching
3527 the wrong alternative on success.
3528 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3529
3530 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3531
3532 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3533 expect the GDB inferior to no longer immediately stop after
3534 being resumed with "signal SIGINT".
3535
3536 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3537
3538 * gdb.linespec/break-ask.exp: Generalize regexps to match
3539 Windows pathnames too.
3540
3541 2019-08-08 Tom de Vries <tdevries@suse.de>
3542
3543 PR testsuite/24862
3544 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3545
3546 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3547
3548 * gdb.base/style.exp: Update tests for help doc new invariants.
3549 * gdb.base/help.exp: Likewise.
3550
3551 2019-08-06 Tom Tromey <tom@tromey.com>
3552
3553 * gdb.base/style.exp: Add disassemble test.
3554 * gdb.base/style.c (some_called_function): New function.
3555 (main): Use it.
3556
3557 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3558
3559 * gdb.python/py-block.exp: Test dictionary access on blocks.
3560
3561 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3562
3563 PR gdb/24863
3564 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3565 -list-thread-groups --available test when running under
3566 check-read1.
3567
3568 2019-08-05 Tom de Vries <tdevries@suse.de>
3569
3570 PR testsuite/24863
3571 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3572 * gdb.base/help.exp: Use with_read1_timeout_factor.
3573 * gdb.base/info-macros.exp: Same.
3574 * gdb.cp/nested-types.exp: Same.
3575
3576 2019-08-05 Tom de Vries <tdevries@suse.de>
3577
3578 * lib/gdb.exp (version_at_least): Factor out of ...
3579 (tcl_version_at_least): ... here.
3580 (gdb_compile): Fail if pie results in non-PIE executable.
3581 (readelf_version, readelf_prints_pie): New proc.
3582 (exec_is_pie): Return -1 if unknown.
3583
3584 2019-08-05 Tom de Vries <tdevries@suse.de>
3585
3586 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3587
3588 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3589
3590 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3591
3592 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3593
3594 * lib/completion-support.exp (test_gdb_complete_none): Skip
3595 tab completion tests if no readline support.
3596 (test_gdb_complete_unique_re): Likewise.
3597 (test_gdb_complete_multiple): Likewise.
3598
3599 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3600
3601 * gdb.base/info_sources.exp: New file.
3602 * gdb.base/info_sources.c: New file.
3603 * gdb.base/info_sources_base.c: New file.
3604
3605 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3606
3607 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3608 prefix argument.
3609 (test_exit_status): Add prefix argument.
3610
3611 2019-08-01 Tom de Vries <tdevries@suse.de>
3612
3613 PR testsuite/24863
3614 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3615 calling exp_continue for new thread and thread exited messages.
3616
3617 2019-08-01 Tom de Vries <tdevries@suse.de>
3618
3619 PR testsuite/24863
3620 * gdb.base/structs.exp: Fix check-read1 timeout using
3621 gdb_test_sequence.
3622 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3623
3624 2019-08-01 Tom de Vries <tdevries@suse.de>
3625
3626 PR testsuite/24863
3627 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3628 line.
3629
3630 2019-08-01 Tom de Vries <tdevries@suse.de>
3631
3632 PR testsuite/24863
3633 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3634
3635 2019-07-30 Tom Tromey <tromey@adacore.com>
3636
3637 * gdb.ada/display_nested.exp: New file.
3638 * gdb.ada/display_nested/foo.adb: New file.
3639 * gdb.ada/display_nested/pack.adb: New file.
3640 * gdb.ada/display_nested/pack.ads: New file.
3641
3642 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3643
3644 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3645 namespace.
3646 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3647
3648 2019-07-30 Tom de Vries <tdevries@suse.de>
3649
3650 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3651 instead.
3652
3653 2019-07-30 Tom de Vries <tdevries@suse.de>
3654
3655 PR testsuite/24834
3656 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3657 (exec_is_pie): New proc.
3658
3659 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3660
3661 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3662
3663 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3664
3665 * gdb.python/py-objfile.c: Add global and static vars.
3666 * gdb.python/py-objfile.exp: Test new functions Objfile.
3667 lookup_global_symbol and lookup_static_symbol.
3668
3669 2019-07-29 Tom Tromey <tom@tromey.com>
3670
3671 * lib/tuiterm.exp (Term::_csi_@): New proc.
3672 (Term::_csi_X): Don't move cursor.
3673
3674 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3675
3676 * gdb.base/options.exp: Update backtrace - completion to
3677 new option -frame-info.
3678 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3679 Test new 'set print frame-info'. Test backtrace -frame-info
3680 overriding 'set print frame-info'.
3681 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3682 Test new 'set print frame-info'.
3683 Verify consistency of backtrace with and without filters, with and
3684 without -no-filters.
3685 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3686 default.
3687
3688 2019-07-29 Tom de Vries <tdevries@suse.de>
3689
3690 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3691 no arguments".
3692
3693 2019-07-29 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3696 is a substring of the first for "complete non-unique file name".
3697
3698 2019-07-29 Tom de Vries <tdevries@suse.de>
3699
3700 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3701 with ".*".
3702
3703 2019-07-29 Tom de Vries <tdevries@suse.de>
3704
3705 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3706 Pass prompt_regexp parameter to gdb_test_multiple calls.
3707
3708 2019-07-29 Tom de Vries <tdevries@suse.de>
3709
3710 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3711 print registers" regexps.
3712
3713 2019-07-29 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3716
3717 2019-07-29 Tom de Vries <tdevries@suse.de>
3718
3719 PR gdb/24855
3720 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3721 (skip_python_tests_prompt): Add prompt_regexp argument to
3722 gdb_test_multiple calls.
3723
3724 2019-07-27 Tom Tromey <tom@tromey.com>
3725
3726 * gdb.tui/main.exp: New file.
3727
3728 2019-07-27 Tom Tromey <tom@tromey.com>
3729
3730 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3731 optional.
3732 * gdb.tui/empty.exp: New file.
3733
3734 2019-07-27 Tom Tromey <tom@tromey.com>
3735
3736 * lib/tuiterm.exp (spawn): New proc.
3737 (Term::resize): New proc.
3738 * gdb.tui/resize.exp: New file.
3739
3740 2019-07-27 Tom Tromey <tom@tromey.com>
3741
3742 * gdb.tui/list.exp: New file.
3743
3744 2019-07-27 Tom Tromey <tom@tromey.com>
3745
3746 * gdb.tui/regs.exp: New file.
3747
3748 2019-07-27 Tom Tromey <tom@tromey.com>
3749
3750 * gdb.tui/basic.exp: Add "layout split" test.
3751
3752 2019-07-27 Tom Tromey <tom@tromey.com>
3753
3754 * gdb.tui/basic.exp: Add "layout asm" test.
3755
3756 2019-07-27 Tom Tromey <tom@tromey.com>
3757
3758 * lib/tuiterm.exp: New file.
3759 * gdb.tui/basic.exp: New file.
3760
3761 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3762
3763 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3764 Enable tests associated with this flag. Adjust regex
3765 referencing "foo_low" to now refer to "foo_cold" instead.
3766
3767 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3768
3769 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3770 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3771 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3772 foo_cold. Revise comments to match.
3773 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3774 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3775 were wrapped into this proc; Call do_test in loop from outermost
3776 level.
3777 (foo_low): Rename all occurrences to "foo_cold".
3778 (backtrace from baz): New test.
3779 (x2/i foo_cold): New test.
3780 (info line *foo_cold): New test.
3781
3782 2019-07-26 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3785
3786 2019-07-25 Tom de Vries <tdevries@suse.de>
3787
3788 PR testsuite/24830
3789 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3790 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3791 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3792 (skip_libstdcxx_probe_tests): ... here.
3793 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3794
3795 2019-07-24 Tom de Vries <tdevries@suse.de>
3796
3797 PR testsuite/24807
3798 * gdb.objc/basicclass.m: Include stdio.h.
3799 * gdb.objc/nondebug.m: Same.
3800 * gdb.objc/objcdecode.m: Same.
3801
3802 2019-07-24 Tom de Vries <tdevries@suse.de>
3803
3804 PR testsuite/24612
3805 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3806 additional_flags.
3807
3808 2019-07-24 Tom de Vries <tdevries@suse.de>
3809
3810 PR testsuite/24831
3811 * gdb.multi/tids.exp: Update error messages for info threads.
3812
3813 2019-07-24 Tom de Vries <tdevries@suse.de>
3814
3815 * gdb.base/info-types.exp: Allow info types to print info for more than
3816 one file.
3817
3818 2019-07-23 Tom de Vries <tdevries@suse.de>
3819
3820 PR testsuite/24842
3821 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3822 gdb_spawn_with_cmdline_opts.
3823
3824 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3825
3826 * gdb.arch/arm-cmse-sgstubs.c: New test.
3827 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3828
3829 2019-07-23 Tom de Vries <tdevries@suse.de>
3830
3831 PR testsuite/24711
3832 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3833 issuing next command.
3834
3835 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.ada/info_auto_lang.exp: Update expected results.
3838 * gdb.base/info-types.c: Add additional types to check.
3839 * gdb.base/info-types.exp: Update expected results.
3840
3841 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3842
3843 * gdb.base/info-types.c: New file.
3844 * gdb.base/info-types.exp: New file.
3845
3846 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.arch/riscv-bp-infcall.c: New file.
3849 * gdb.arch/riscv-bp-infcall.exp: New file.
3850
3851 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 PR breakpoints/24541
3854 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3855
3856 2019-07-14 Tom de Vries <tdevries@suse.de>
3857
3858 PR testsuite/24760
3859 * gdb.objc/basicclass.exp: Fix unterminated string.
3860
3861 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3862 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3865 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3866 negative bounds.
3867 * gdb.fortran/vla-value.exp: Print elements of an array with
3868 negative bounds.
3869 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3870 testing.
3871
3872 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.base/options.exp (expect_string): Dequote strings in
3875 results.
3876 (test-string): Test strings with different quoting and reindent.
3877
3878 2019-07-10 Tom Tromey <tromey@adacore.com>
3879
3880 * gdb.ada/mi_ex_cond.exp: Update expected results.
3881 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3882 * gdb.ada/mi_catch_ex.exp: Update expected results.
3883 * gdb.ada/mi_catch_assert.exp: Update expected results.
3884 * gdb.ada/catch_ex.exp (catch_exception_info)
3885 (catch_exception_entry, catch_assert_entry)
3886 (catch_unhandled_entry): Update.
3887 * gdb.ada/catch_assert_if.exp: Update expected results.
3888
3889 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3890 Stephen Roberts <stephen.roberts@arm.com>
3891
3892 * gdb.base/define.exp: Restore original prompt.
3893
3894 2019-07-09 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3897 breakpoints" output.
3898 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3899 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3900 throw" creates breakpoint.
3901 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3902 'type="catchpoint"'.
3903
3904 2019-07-09 Pedro Alves <palves@redhat.com>
3905
3906 PR c++/15468
3907 * gdb.cp/except-multi-location-lib.cc: New.
3908 * gdb.cp/except-multi-location-main.cc: New.
3909 * gdb.cp/except-multi-location.exp: New.
3910
3911 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3912
3913 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3914 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3915 argument and update callers.
3916
3917 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * gdb.arch/amd64-break-on-asm-line.S: New file.
3920 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3921
3922 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3923
3924 * gdb.base/printcmds.exp: Test printing C string and
3925 C wide string convenience vars without transiting via the inferior.
3926 Also make test names unique.
3927
3928 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3929
3930 PR breakpoints/25011
3931 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3932
3933 2019-07-04 Pedro Alves <palves@redhat.com>
3934
3935 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3936 body returned ok(0), break(3) or continue(4).
3937 * gdb.testsuite/foreach_with_prefix.exp: New file.
3938
3939 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3940
3941 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3942
3943 2019-07-03 Pedro Alves <palves@redhat.com>
3944
3945 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3946 "return -code".
3947
3948 2019-07-03 Pedro Alves <palves@redhat.com>
3949
3950 PR cli/24732
3951 * gdb.base/shell.exp: Load completion-support.exp.
3952 Adjust expected error output. Add completion tests.
3953
3954 2019-07-03 Pedro Alves <palves@redhat.com>
3955
3956 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3957 string_to_regexp.
3958
3959 2019-07-03 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3962 (expect_integer): Adjust to expect "-string".
3963 (expect_string): New.
3964 (all_options): Expect "-string".
3965 (test-flag, test-boolean): Adjust to expect "-string".
3966 (test-string): New proc.
3967 (top level): Call it.
3968
3969 2019-07-03 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3972 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3973 the expected output in the success.
3974
3975 2019-07-03 Pedro Alves <palves@redhat.com>
3976
3977 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3978 Split one gdb_test_multiple call in two to avoid a race.
3979
3980 2019-07-03 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/with.c: New file.
3983 * gdb.base/with.exp: New file.
3984
3985 2019-07-03 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.base/settings.exp: Replace all references to "maint
3988 test-settings set" with references to "maint set test-settings",
3989 and all references to "maint test-settings show" with references
3990 to "maint show test-settings".
3991
3992 2019-07-03 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/settings.exp (test-string): Adjust expected out when
3995 testing "maint test-settings show filename"
3996
3997 2019-07-02 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.base/options.exp (test-info-threads): New procedure.
4000 (top level): Call it.
4001
4002 2019-06-28 Tom Tromey <tromey@adacore.com>
4003
4004 * gdb.dwarf2/ada-linkage-name.c: New file.
4005 * gdb.dwarf2/ada-linkage-name.exp: New file.
4006
4007 2019-06-27 Tom Tromey <tromey@adacore.com>
4008
4009 PR c++/20020:
4010 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4011
4012 2019-06-26 Tom de Vries <tdevries@suse.de>
4013
4014 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4015
4016 2019-06-26 Tom de Vries <tdevries@suse.de>
4017
4018 * gdb.base/index-cache.exp: Add back missing debug option.
4019
4020 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4021
4022 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4023
4024 2019-06-25 Tom de Vries <tdevries@suse.de>
4025
4026 PR testsuite/24727
4027 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4028
4029 2019-06-24 Tom de Vries <tdevries@suse.de>
4030
4031 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4032
4033 2019-06-24 Tom de Vries <tdevries@suse.de>
4034
4035 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4036 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4037 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4038
4039 2019-06-24 Tom de Vries <tdevries@suse.de>
4040
4041 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4042
4043 2019-06-21 Tom de Vries <tdevries@suse.de>
4044
4045 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4046
4047 2019-06-21 Tom de Vries <tdevries@suse.de>
4048
4049 PR testsuite/24518
4050 PR ada/24713
4051 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4052 index.
4053
4054 2019-06-19 Tom Tromey <tromey@adacore.com>
4055
4056 * gdb.ada/length_cond.exp: Add intro comment.
4057
4058 2019-06-19 Tom Tromey <tromey@adacore.com>
4059
4060 * gdb.ada/length_cond.exp: New file.
4061 * gdb.ada/length_cond/length_cond.adb: New file.
4062 * gdb.ada/length_cond/pck.adb: New file.
4063 * gdb.ada/length_cond/pck.ads: New file.
4064
4065 2019-06-18 Tom de Vries <tdevries@suse.de>
4066
4067 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4068
4069 2019-06-18 Tom Tromey <tromey@adacore.com>
4070
4071 * gdb.base/list0.h: Add comment explaining control character.
4072
4073 2019-06-18 Tom de Vries <tdevries@suse.de>
4074
4075 * boards/fission.exp: Break up long debug_flags line.
4076
4077 2019-06-16 Tom de Vries <tdevries@suse.de>
4078
4079 PR gdb/24445
4080 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4081 generated index.
4082
4083 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 PR gdb/24686
4086 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4087 improve detection of bug gdb/24541.
4088
4089 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4090
4091 PR gdb/24669
4092 * gdb.base/index-cache.exp (uses_readnow,
4093 expecting_index_cache_use): Define global variable.
4094 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4095 expecting_index_cache_use.
4096
4097 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4098 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.fortran/pointers.f90: New file.
4101 * gdb.fortran/print_type.exp: New file.
4102 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4103 * gdb.fortran/vla-type.exp: Likewise.
4104 * gdb.fortran/vla-value.exp: Likewise.
4105 * gdb.mi/mi-vla-fortran.exp: Likewise.
4106
4107 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4110 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4111 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4112 as a stop reason.
4113
4114 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4115
4116 * gdb.base/annota1.exp: Update expected results.
4117 * gdb.cp/annota2.exp: Likewise.
4118 * gdb.cp/annota3.exp: Likewise.
4119
4120 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 * gdb.base/style-logging.exp: Remove path from test name.
4123
4124 2019-06-14 Tom Tromey <tromey@adacore.com>
4125
4126 PR gdb/24502:
4127 * gdb.base/style-logging.exp: New file.
4128
4129 2019-06-14 Tom Tromey <tromey@adacore.com>
4130
4131 * gdb.base/symfile-warn.exp: New file.
4132 * gdb.base/symfile-warn.c: New file.
4133
4134 2019-06-14 Tom Tromey <tromey@adacore.com>
4135
4136 * gdb.base/annotate-symlink.exp: New file.
4137
4138 2019-06-14 Tom Tromey <tromey@adacore.com>
4139
4140 * gdb.ada/set_wstr.exp: Add reassignment test.
4141
4142 2019-06-14 Tom Tromey <tromey@adacore.com>
4143
4144 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4145 'unchecked_access and 'unrestricted_access as well.
4146
4147 2019-06-14 Tom Tromey <tromey@adacore.com>
4148
4149 PR ada/24539:
4150 * gdb.ada/vla.exp: Update tests.
4151 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4152 pragma.
4153
4154 2019-06-13 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/settings.exp (test-integer): Test junk after
4157 "unlimited".
4158
4159 2019-06-13 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/options.exp (test-thread-apply): New.
4162 (top level): Call it.
4163
4164 2019-06-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/options.exp (test-frame-apply): New.
4167 (top level): Test print commands with different "frame apply"
4168 prefixes.
4169
4170 2019-06-13 Pedro Alves <palves@redhat.com>
4171
4172 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4173 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4174 'max_completions' parameter and handle it.
4175 (test_gdb_completion_offers_commands): New.
4176
4177 2019-06-13 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4180
4181 2019-06-13 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/options.exp (test-backtrace): New.
4184 (top level): Call it.
4185
4186 2019-06-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.guile/scm-frame-args.exp: Use "set print
4189 raw-frame-arguments" instead of "set print raw frame-arguments".
4190 * gdb.python/py-frame-args.exp: Likewise.
4191
4192 2019-06-13 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.compile/compile.exp: Adjust expected output to option
4195 processing changes.
4196
4197 2019-06-13 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.base/options.exp: Build executable.
4200 (test-print): New procedure.
4201 (top level): Call it, once for "print" and another for "compile
4202 print".
4203
4204 2019-06-13 Pedro Alves <palves@redhat.com>
4205
4206 * gdb.base/options.c: New file.
4207 * gdb.base/options.exp: New file.
4208
4209 2019-06-13 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4212 that "o" is ambiguous.
4213
4214 2019-06-13 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.base/settings.c: New file.
4217 * gdb.base/settings.exp: New file.
4218
4219 2019-06-13 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/completion.exp: Fix comment typo.
4222
4223 2019-06-13 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4226 foo --1" test.
4227
4228 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4229
4230 * gdb.fortran/block-data.f: New.
4231 * gdb.fortran/block-data.exp: New.
4232
4233 2019-06-11 Tom de Vries <tdevries@suse.de>
4234
4235 PR testsuite/24521
4236 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4237 message.
4238
4239 2019-06-11 Tom de Vries <tdevries@suse.de>
4240
4241 PR testsuite/24521
4242 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4243
4244 2019-06-11 Tom de Vries <tdevries@suse.de>
4245
4246 * boards/readnow.exp: New file.
4247
4248 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.fortran/vla-sizeof.exp: Update expected results.
4251
4252 2019-06-06 Amos Bird <amosbird@gmail.com>
4253
4254 * gdb.base/annota1.exp (thread_switch): Add test for
4255 thread-exited annotation.
4256
4257 2019-06-06 Tom Tromey <tromey@adacore.com>
4258
4259 * gdb.base/maint.exp: Expect command started/finished output.
4260
4261 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4262
4263 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4264 comment.
4265 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4266
4267 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4268
4269 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4270 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4271 * gdb.arch/riscv-unwind-long-insn.c: New file.
4272 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4273
4274 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4275
4276 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4277
4278 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4279
4280 * lib/gdb.exp (help_list_trailer): New regexp variable
4281 factorizing the help trailer message.
4282 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4283 arg to allow to better factorize various tests.
4284 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4285 (test_prefix_command_help): Use help_list_trailer.
4286 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4287 * gdb.guile/scm-cmd.exp: Likewise.
4288 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4289 * gdb.base/help.exp: Use test_user_defined_class_help.
4290 * gdb.base/style.exp: Add tests for styling of help and apropos.
4291 * lib/gdb-utils.exp (style): Add title and highlight styles.
4292
4293 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4294
4295 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4296 $_shell_exitsignal.
4297 * gdb.base/default.exp: Update for new convenience variables.
4298
4299 2019-05-29 Tom Tromey <tromey@adacore.com>
4300
4301 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4302 to "break complete ada" test case's regexp.
4303
4304 2019-05-29 Tom Tromey <tromey@adacore.com>
4305
4306 PR c++/20020:
4307 * gdb.cp/constexpr-field.exp: New file.
4308 * gdb.cp/constexpr-field.cc: New file.
4309
4310 2019-05-29 Tom Tromey <tromey@adacore.com>
4311
4312 * gdb.base/finish.exp (finish_no_print): New proc.
4313 (finish_tests): Call it.
4314
4315 2019-05-24 Tom de Vries <tdevries@suse.de>
4316
4317 * gdb.dwarf2/gdb-add-index.exp: New file.
4318
4319 2019-05-22 Tom Tromey <tromey@adacore.com>
4320
4321 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4322 * gdb.base/style.exp: Use "style".
4323 * lib/gdb-utils.exp (style): New proc.
4324
4325 2019-05-22 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.base/align.exp: Require c++11.
4328
4329 2019-05-22 Tom de Vries <tdevries@suse.de>
4330
4331 PR testsuite/24586
4332 * gdb.python/py-mi-var-info-path-expression.exp: Call
4333 mi_skip_python_tests to check if python is supported.
4334
4335 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4336
4337 * gdb.arch/aarch64-pauth.c: New test.
4338 * gdb.arch/aarch64-pauth.exp: New file.
4339
4340 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4341
4342 * README (Re-running Tests Outside The Testsuite): New section.
4343
4344 2019-05-21 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.arch/amd64-eval.exp: Require c++11.
4347 * gdb.base/max-depth.exp: Same.
4348 * gdb.compile/compile-cplus-array-decay.exp: Same.
4349 * gdb.cp/meth-typedefs.exp: Same.
4350 * gdb.cp/subtypes.exp: Same.
4351 * gdb.cp/temargs.exp: Same.
4352
4353 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4354
4355 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4356
4357 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4358
4359 PR gdb/18644
4360 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4361 * gdb.fortran/printing-types.exp: Add new test.
4362 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4363 testing.
4364 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4365 setup_kfail call.
4366
4367 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4368
4369 * README (Running the Testsuite): Change example.
4370 (Testsuite Parameters): Remove TRANSCRIPT.
4371 * lib/gdb.exp: Remove TRANSCRIPT check.
4372
4373 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4374
4375 * README (Testsuite Parameters): Add replay logging to
4376 GDBSERVER_DEBUG.
4377 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4378 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4379 as a comma separated list.
4380 (gdb_debug_init): Override procedure.
4381
4382 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4383
4384 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4385 (gdb_write_cmd_file): New procedure.
4386 * lib/gdbserver-support.exp (gdbserver_start): Call
4387 gdbserver_write_cmd_file.
4388 (gdbserver_write_cmd_file): New procedure.
4389
4390 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4391
4392 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4393 (delete_breakpoints): Likewise.
4394 (gdb_run_cmd): Likewise.
4395 (gdb_start_cmd): Likewise.
4396 (gdb_starti_cmd): Likewise.
4397 (gdb_internal_error_resync): Likewise.
4398 (gdb_test_multiple): Likewise.
4399 (gdb_reinitialize_dir): Likewise.
4400 (default_gdb_exit): Likewise.
4401 (gdb_file_cmd): Mark kill as optional.
4402 (default_gdb_start): Call gdb_stdin_log_init.
4403 (send_gdb): Call gdb_stdin_log_write.
4404 (rerun_to_main): Mark Y as an answer.
4405 (gdb_stdin_log_init): New function.
4406 (gdb_stdin_log_write): Likewise.
4407
4408 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4409
4410 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4411 * gdb.base/debug-expr.exp: Likewise.
4412 * gdb.base/foll-fork.exp: Likewise.
4413 * gdb.base/foll-vfork.exp: Likewise.
4414 * gdb.base/fork-print-inferior-events.exp: Likewise.
4415 * gdb.base/gdb-sigterm.exp: Likewise.
4416 * gdb.base/gdbinit-history.exp: Likewise.
4417 * gdb.base/osabi.exp: Likewise.
4418 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4419 * gdb.base/ui-redirect.exp: Likewise.
4420 * gdb.gdb/unittest.exp: Likewise.
4421 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4422 * gdb.mi/mi-watch.exp: Likewise.
4423 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4424 * gdb.mi/user-selected-context-sync.exp: Likewise.
4425 * gdb.python/python.exp: Disable debug test when debugging.
4426 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4427 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4428 Likewise.
4429 * gdb.threads/stepi-random-signal.exp: Likewise.
4430
4431 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4432
4433 * Makefile.in: Pass through GDB_DEBUG.
4434 * README (Testsuite Parameters): Add GDB_DEBUG.
4435 (gdb,debug): Add board setting.
4436 * lib/gdb.exp (default_gdb_start): Start debugging.
4437 (gdb_debug_enabled): New procedure.
4438 (gdb_debug_init): Likewise.
4439
4440 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4441
4442 * Makefile.in: Pass through GDB_DEBUG.
4443 * README (Testsuite Parameters): Add GDB_DEBUG.
4444 (gdb,debug): Add board setting.
4445 * lib/gdb.exp (default_gdb_start): Start debugging.
4446 (gdb_debug_enabled): New procedure.
4447 (gdb_debug_init): Likewise.
4448
4449 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4450
4451 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4452
4453 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4454
4455 * gdb.base/ui-redirect.exp: Test redirection.
4456
4457 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4458
4459 * gdb.mi/mi-complete.exp: New file.
4460 * gdb.mi/mi-complete.cc: Likewise.
4461
4462 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4463
4464 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4465 indexed and sliced arrays, and pointers to arrays.
4466
4467 2019-05-14 Tom Tromey <tromey@adacore.com>
4468
4469 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4470 styling test.
4471
4472 2019-05-14 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4475 selection entry encoding.
4476
4477 2019-05-10 Tom Tromey <tromey@adacore.com>
4478
4479 * gdb.ada/info_exc.exp: Add "complete" test.
4480
4481 2019-05-09 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4484 CU-relative.
4485
4486 2019-05-09 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4489 CU-relative.
4490
4491 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.ada/frame_arg_lang.exp: New testcase.
4494 * gdb.ada/frame_arg_lang/bla.adb: New file.
4495 * gdb.ada/frame_arg_lang/pck.ads: New file.
4496 * gdb.ada/frame_arg_lang/pck.adb: New file.
4497 * gdb.ada/frame_arg_lang/foo.c: New file.
4498
4499 2019-05-08 Tom Tromey <tromey@adacore.com>
4500
4501 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4502
4503 2019-05-08 Tom Tromey <tromey@adacore.com>
4504
4505 * gdb.base/ptype-offsets.exp: Update tests.
4506
4507 2019-05-08 Tom Tromey <tromey@adacore.com>
4508
4509 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4510 cases.
4511 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4512 "short".
4513
4514 2019-05-08 Tom Tromey <tromey@adacore.com>
4515
4516 * gdb.ada/vla.exp: New file.
4517 * gdb.ada/vla/vla.adb: New file.
4518
4519 2019-05-07 Tom de Vries <tdevries@suse.de>
4520
4521 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4522
4523 2019-05-07 Tom de Vries <tdevries@suse.de>
4524
4525 PR testsuite/24522
4526 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4527 section.
4528
4529 2019-05-07 Tom de Vries <tdevries@suse.de>
4530
4531 PR testsuite/24522
4532 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4533 .debug_aranges section.
4534
4535 2019-05-07 Tom de Vries <tdevries@suse.de>
4536
4537 PR testsuite/24159
4538 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4539
4540 2019-05-06 Tom de Vries <tdevries@suse.de>
4541
4542 * lib/gdb.exp (exec_has_index_section): New proc.
4543 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4544 section.
4545
4546 2019-05-04 Tom de Vries <tdevries@suse.de>
4547
4548 * boards/cc-with-debug-names.exp: New file.
4549
4550 2019-05-03 Tom Tromey <tromey@adacore.com>
4551
4552 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4553 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4554 * gdb.ada/char_enum.exp: Add test.
4555
4556 2019-05-03 Tom de Vries <tdevries@suse.de>
4557
4558 * boards/cc-with-gdb-index.exp: New file.
4559
4560 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.rust/simple.exp: Add new test case.
4563 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4564 (main): Initialise an instance of the new struct.
4565
4566 2019-05-01 Tom Tromey <tromey@adacore.com>
4567
4568 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4569 record.
4570 (NPR): New variable.
4571 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4572 test.
4573
4574 2019-05-01 Tom Tromey <tromey@adacore.com>
4575
4576 * gdb.ada/packed_array_assign.exp: Add packed assignment
4577 regression test.
4578
4579 2019-05-01 Tom de Vries <tdevries@suse.de>
4580
4581 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4582
4583 2019-05-01 Tom de Vries <tdevries@suse.de>
4584
4585 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4586
4587 2019-04-30 Ali Tamur <tamur@google.com>
4588
4589 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4590
4591 2019-04-30 Tom Tromey <tromey@adacore.com>
4592
4593 * lib/ada.exp (find_ada_tool): New proc.
4594 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4595 * gdb.ada/catch_ex_std.exp: New file.
4596 * gdb.ada/catch_ex_std/foo.adb: New file.
4597 * gdb.ada/catch_ex_std/some_package.adb: New file.
4598 * gdb.ada/catch_ex_std/some_package.ads: New file.
4599
4600 2019-04-30 Tom Tromey <tromey@adacore.com>
4601
4602 PR c++/24470:
4603 * gdb.cp/temargs.cc: Add test code from PR.
4604
4605 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.fortran/vla-datatypes.exp: Update expected results.
4608 * gdb.fortran/vla-ptype.exp: Likewise.
4609 * gdb.fortran/vla-type.exp: Likewise.
4610 * gdb.fortran/vla-value.exp: Likewise.
4611
4612 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4613
4614 * gdb.fortran/ptr-indentation.exp: Update expected results.
4615 * gdb.fortran/ptype-on-functions.exp: Likewise.
4616 * gdb.fortran/vla-ptr-info.exp: Likewise.
4617 * gdb.fortran/vla-value.exp: Likewise.
4618
4619 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4620
4621 * gdb.fortran/ptype-on-functions.exp: New file.
4622 * gdb.fortran/ptype-on-functions.f90: New file.
4623
4624 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4627 case void string.
4628
4629 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4630
4631 * gdb.fortran/complex.exp: Expand.
4632 * gdb.fortran/complex.f: Renamed to...
4633 * gdb.fortran/complex.f90: ...this, and extended to add more
4634 complex values.
4635
4636 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4637
4638 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4639 MODULO, CMPLX.
4640
4641 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4642 Richard Bunt <richard.bunt@arm.com>
4643
4644 * gdb.base/max-depth.c: New file.
4645 * gdb.base/max-depth.exp: New file.
4646 * gdb.python/py-nested-maps.c: New file.
4647 * gdb.python/py-nested-maps.exp: New file.
4648 * gdb.python/py-nested-maps.py: New file.
4649 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4650 (test_all_common): Call test_max_depth.
4651 * gdb.fortran/max-depth.exp: New file.
4652 * gdb.fortran/max-depth.f90: New file.
4653 * gdb.go/max-depth.exp: New file.
4654 * gdb.go/max-depth.go: New file.
4655 * gdb.modula2/max-depth.exp: New file.
4656 * gdb.modula2/max-depth.c: New file.
4657 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4658
4659 2019-04-29 Tom de Vries <tdevries@suse.de>
4660
4661 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4662
4663 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4664
4665 * gdb.base/callexit.exp: Test may-call-functions off.
4666
4667 2019-04-25 Keith Seitz <keiths@redhat.com>
4668
4669 PR c++/24367
4670 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4671 (another_incomplete_struct, test_incomplete): New definitions.
4672 (main): Use new definitions.
4673 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4674 functions.
4675
4676 2019-04-25 Ali Tamur <tamur@google.com>
4677
4678 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4679
4680 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4681
4682 PR corefiles/11608
4683 PR corefiles/18187
4684 * gdb.base/coredump-filter-build-id.exp: New file.
4685
4686 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4687
4688 * Makefile.in: Pass through GDBSERVER_DEBUG.
4689 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4690 (gdbserver,debug): Add board setting.
4691 * gdb.trace/tspeed.exp: Skip when debugging.
4692 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4693 * lib/gdbserver-support.exp: Likewise
4694
4695 2019-04-24 Tom Tromey <tromey@adacore.com>
4696
4697 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4698 Rust.
4699
4700 2019-04-24 Tom Tromey <tromey@adacore.com>
4701
4702 * gdb.arch/amd64-eval.exp: Test bitfield return.
4703 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4704 (class Foo) <return_bitfields>: New method.
4705 (main): Call it.
4706
4707 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.cp/many-args.cc: New file.
4710 * gdb.cp/many-args.exp: New file.
4711
4712 2019-04-23 Tom de Vries <tdevries@suse.de>
4713
4714 PR gdb/24433
4715 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4716
4717 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4718
4719 * gdb.trace/backtrace.exp: Use nopie flag.
4720 * gdb.trace/circ.exp: Likewise.
4721 * gdb.trace/collection.exp: Likewise.
4722 * gdb.trace/ftrace.exp: Likewise.
4723 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4724 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4725 * gdb.trace/qtro.exp: Likewise.
4726 * gdb.trace/read-memory.exp: Likewise.
4727 * gdb.trace/report.exp: Likewise.
4728 * gdb.trace/tfile.exp: Likewise.
4729 * gdb.trace/tfind.exp: Likewise.
4730 * gdb.trace/unavailable.exp: Likewise.
4731
4732 2019-04-22 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/solib-probes-nosharedlibrary.c,
4735 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4736
4737 2019-04-19 Tom Tromey <tromey@adacore.com>
4738
4739 * gdb.ada/ptype_union.c: New file.
4740 * gdb.ada/ptype_union.exp: New file.
4741
4742 2019-04-19 Tom Tromey <tromey@adacore.com>
4743
4744 PR symtab/24423:
4745 * gdb.base/list0.h (foo): Add a control-l character.
4746
4747 2019-04-18 Tom de Vries <tdevries@suse.de>
4748
4749 PR gdb/24433
4750 * boards/local-board.exp: Set sysroot to "".
4751
4752 2019-04-18 Tom de Vries <tdevries@suse.de>
4753 Pedro Alves <palves@redhat.com>
4754
4755 PR gdb/24454
4756 * gdb.threads/vfork-follow-child-exec.c: New file.
4757 * gdb.threads/vfork-follow-child-exec.exp: New file.
4758 * gdb.threads/vfork-follow-child-exit.c: New file.
4759 * gdb.threads/vfork-follow-child-exit.exp: New file.
4760
4761 2019-04-15 Leszek Swirski <leszeks@google.com>
4762
4763 * gdb.arch/amd64-eval.cc: New file.
4764 * gdb.arch/amd64-eval.exp: New file.
4765
4766 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4767
4768 * gdb.server/sysroot.c: New test.
4769 * gdb.server/sysroot.exp: New file.
4770 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4771 matching param.
4772
4773 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4774
4775 * gdb.base/align.exp: Extend test to cover structures containing
4776 only static fields.
4777
4778 2019-04-11 Tom de Vries <tdevries@suse.de>
4779
4780 * boards/cc-with-dwz-m.exp: New file.
4781 * boards/cc-with-dwz.exp: New file.
4782 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4783
4784 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4785
4786 * gdb.base/start-cpp.exp: New file.
4787 * gdb.base/start-cpp.cc: New file.
4788
4789 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4790
4791 * gdb.python/py-thrhandle.exp: Adjust tests to call
4792 thread_from_handle instead of thread_from_thread_handle.
4793
4794 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4795
4796 * gdb.python/py-thrhandle.exp: Add tests for
4797 gdb.InferiorThread.handle.
4798
4799 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4800
4801 * gdb.python/py-function.exp: Check calling helper function from
4802 all languages.
4803 * lib/gdb.exp (gdb_supported_languages): New proc.
4804
4805 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.base/complex-parts.c: New file.
4808 * gdb.base/complex-parts.exp: New file.
4809
4810 2019-04-01 Tom Tromey <tromey@adacore.com>
4811
4812 PR symtab/23331:
4813 * gdb.dwarf2/dw2-ranges-main.c: New file.
4814 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4815 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4816
4817 2019-03-30 Simon Marchi <simark@simark.ca>
4818
4819 * gdb.base/default.exp: Add values for $_gdb_major and
4820 $_gdb_minor.
4821
4822 2019-03-29 Tom Tromey <tromey@adacore.com>
4823
4824 * gdb.base/help.exp: Tighten apropos regexp.
4825
4826 2019-03-29 Keith Seitz <keiths@redhat.com>
4827
4828 * gdb.fortran/array-bounds.exp: New file.
4829 * gdb.fortran/array-bounds.f90: New file.
4830
4831 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4832
4833 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4834
4835 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4836
4837 * gdb.multi/hello.c (main): Increase alarm timer.
4838
4839 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4840
4841 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4842 factor when no hardware watchpoint support.
4843
4844 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4845 Pedro Alves <palves@redhat.com>
4846
4847 * boards/local-board.exp: set sysroot to /.
4848
4849 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4850
4851 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4852 in child.
4853
4854 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4855
4856 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4857 field.
4858 (make_container): Initialise new field.
4859 * gdb.python/py-prettyprint.exp: Add new tests.
4860 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4861 <display_hint>: New method.
4862
4863 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4864
4865 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4866 gdb_continue_to_breakpoint more throughout this test.
4867 (run_lang_tests) Supply unique test names, and use
4868 gdb_test_no_output.
4869
4870 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4871
4872 * gdb.base/finish-pretty.exp: Update expected results.
4873 * gdb.base/pretty-print.c: New file.
4874 * gdb.base/pretty-print.exp: New file.
4875
4876 2019-03-25 Pedro Alves <palves@redhat.com>
4877
4878 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4879 move comments outside list. Append '-i "" eof' section.
4880
4881 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4882
4883 PR testsuite/25016
4884 * README: Add pie options.
4885 * gdb.base/break-interp.exp: Ensure pie is disabled.
4886 * gdb.base/dump.exp: Likewise.
4887 * lib/gdb.exp (gdb_compile): Add pie option.
4888
4889 2019-03-19 Tom Tromey <tromey@adacore.com>
4890
4891 * gdb.mi/mi2-cli-display.c: New file.
4892 * gdb.mi/mi2-cli-display.exp: New file.
4893
4894 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4895 Tom Tromey <tromey@adacore.com>
4896
4897 * gdb.ada/ptype_array/pck.adb: New file.
4898 * gdb.ada/ptype_array/pck.ads: New file.
4899 * gdb.ada/ptype_array/foo.adb: New file.
4900 * gdb.ada/ptype_array.exp: New file.
4901
4902 2019-03-14 Tom Tromey <tromey@adacore.com>
4903
4904 * gdb.base/style.exp: Add "set style sources" test.
4905
4906 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4909 * mi-breakpoint-multiple-locations.exp: ... this.
4910 (make_breakpoints_pattern): New proc.
4911 (do_test): Add mi_version parameter, test -break-insert,
4912 -break-info and =breakpoint-created.
4913
4914 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * config/default.exp: Remove 'load_lib gdb.exp'.
4917 * config/monitor.exp: Likewise.
4918 * config/sid.exp: Likewise.
4919 * config/sim.exp: Likewise.
4920 * config/slite.exp: Likewise.
4921 * config/unix.exp: Likewise.
4922 * gdb.base/default.exp: Remove unhelpful comment.
4923
4924 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4927
4928 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4931
4932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.fortran/type-kinds.exp: Update expected results.
4935
4936 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4937
4938 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4939
4940 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4941
4942 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4943 function.
4944 (test_basic_parsing_of_type_kinds): Expand types tested.
4945 (test_parsing_invalid_type_kinds): New function.
4946
4947 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.fortran/intrinsics.exp: New file.
4950 * gdb.fortran/intrinsics.f90: New file.
4951 * gdb.fortran/type-kinds.exp: New file.
4952
4953 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.fortran/dot-ops.exp: New file.
4956
4957 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4958
4959 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4960 Check upper and lower case logical literals.
4961
4962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4965 Remove duplicate tests.
4966
4967 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4968
4969 * lib/gdb.exp (builtin_cd): rename of cd.
4970 (cd): Override builtin.
4971
4972 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4973
4974 * gdb.fortran/function-calls.exp: New file.
4975 * gdb.fortran/function-calls.f90: New test.
4976
4977 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4978
4979 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4980 on user program standard output.
4981 * gdb.fortran/short-circuit-argument-list.f90: Record function
4982 calls.
4983
4984 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4985
4986 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4987 failure.
4988
4989 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4990
4991 PR gdb/8527
4992 * gdb.base/interrupt-daemon-attach.c,
4993 gdb.base/interrupt-daemon-attach.exp: New test.
4994
4995 2019-02-27 Pedro Alves <palves@redhat.com>
4996
4997 * gdb.base/page.exp: Add tests for "set width/height -1".
4998
4999 2019-02-27 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/page.exp: Add tests for "set/show width/height" with
5002 "infinite" values.
5003
5004 2019-02-27 Tom Tromey <tromey@adacore.com>
5005
5006 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5007 2.4.
5008 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5009 workaround.
5010
5011 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5014 tests for structs with static members.
5015
5016 2019-02-26 Tom Tromey <tromey@adacore.com>
5017
5018 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5019 ValueError, not TypeError.
5020
5021 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5022
5023 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5024 call from main program.
5025
5026 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5027
5028 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5029 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5030 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5031 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5032 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5033
5034 2019-02-22 Keith Seitz <keiths@redhat.com>
5035
5036 PR symtab/23853
5037 * gdb.base/symlink-sourcefile.c: New file.
5038 * gdb.base/symlink-sourcefile.exp: New file.
5039
5040 2019-02-20 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.base/info_qt.exp: Update.
5043
5044 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5045
5046 * gdb.base/source.exp: Move "error in sourced script" code to
5047 the end.
5048 * gdb.base/source-error.gdb: Move contents to
5049 source-error-1.gdb. Add new code to source source-error-1.gdb.
5050 * gdb.base/source-error-1.gdb: New file, from previous
5051 source-error.gdb.
5052
5053 2019-02-17 Tom Tromey <tom@tromey.com>
5054
5055 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5056 for macro styling.
5057 * gdb.base/style.c (SOME_MACRO): New macro.
5058
5059 2019-02-17 Tom Tromey <tom@tromey.com>
5060
5061 * gdb.base/style.exp: Add line-wrapping tests.
5062 * gdb.base/page.exp: Add test for quitting during pagination.
5063
5064 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5065
5066 * gdb.ada/big_packed_array: New testcase.
5067 * gdb.ada/homonym.exp: Fix incorrect expected output for
5068 "break <homonym__get_value>" test.
5069
5070 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5071
5072 PR breakpoints/21870
5073 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5074 and prepare_for_testing. Add comment.
5075 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5076 redundant cleanup call. Clean up comment.
5077
5078 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5079
5080 PR breakpoints/21870
5081 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5082 * gdb.arch/aarch64-dbreg-contents.c: New file.
5083
5084 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdb.ada/mi_ref_changeable: New testcase.
5087
5088 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5089
5090 * gdb.base/attach.exp: Add double attach test.
5091
5092 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5093
5094 * lib/gdb.exp (default_gdb_start): Don't match pagination
5095 prompt.
5096 (gdb_init): Set stty_init.
5097
5098 2019-01-27 Tom Tromey <tom@tromey.com>
5099
5100 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5101 skip_python_tests.
5102
5103 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5104
5105 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5106 New structure.
5107 (struct struct_static_02_02): Likewise.
5108 (struct struct_static_02_03): Likewise.
5109 (struct struct_static_02_04): Likewise.
5110 (struct struct_static_04_01): Likewise.
5111 (struct struct_static_04_02): Likewise.
5112 (struct struct_static_04_03): Likewise.
5113 (struct struct_static_04_04): Likewise.
5114 (struct struct_static_06_01): Likewise.
5115 (struct struct_static_06_02): Likewise.
5116 (struct struct_static_06_03): Likewise.
5117 (struct struct_static_06_04): Likewise.
5118 (cmp_struct_static_02_01): Likewise.
5119 (cmp_struct_static_02_02): Likewise.
5120 (cmp_struct_static_02_03): Likewise.
5121 (cmp_struct_static_02_04): Likewise.
5122 (cmp_struct_static_04_01): Likewise.
5123 (cmp_struct_static_04_02): Likewise.
5124 (cmp_struct_static_04_03): Likewise.
5125 (cmp_struct_static_04_04): Likewise.
5126 (cmp_struct_static_06_01): Likewise.
5127 (cmp_struct_static_06_02): Likewise.
5128 (cmp_struct_static_06_03): Likewise.
5129 (cmp_struct_static_06_04): Likewise.
5130 (call_all): Test new structs.
5131 * gdb.base/infcall-nested-structs.exp: Likewise.
5132
5133 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5134 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5135
5136 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5137 * gdb.base/stack-protector.c: New test.
5138 * gdb.base/stack-protector.exp: New file.
5139 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5140 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5141 option.
5142 (gdb_compile): Remove stack protector for GCC and prevent
5143 recursion.
5144
5145 2019-01-16 Keith Seitz <keiths@redhat.com>
5146
5147 PR gdb/23773
5148 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5149
5150 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5151
5152 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5153 aliases.
5154 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5155 tests.
5156 * gdb.arch/powerpc-vector-regs.c: New file.
5157 * gdb.arch/powerpc-vector-regs.exp: New file.
5158
5159 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5160
5161 * gdb.arch/altivec-regs.exp: Fix the list passed to
5162 gdb_expect_list when testing "info vector".
5163
5164 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5165
5166 * gdb.base/style.exp: Don't include path in testname.
5167
5168 2019-01-10 Keith Seitz <keiths@redhat.com>
5169
5170 PR gdb/23712
5171 PR symtab/23010
5172 * gdb.dwarf2/multidictionary.exp: New file.
5173
5174 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5175
5176 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5177 (test_gnuv3_style_demangling): ... this.
5178 (test_lucid_style_demangling): Remove.
5179 (test_arm_style_demangling): Remove.
5180 (test_hp_style_demangling): Remove.
5181 (do_tests): Remove calls to the above.
5182
5183 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5186 case.
5187
5188 2019-01-06 Tom Tromey <tom@tromey.com>
5189
5190 PR gdb/28155:
5191 * gdb.dwarf2/typedef-void-finish.exp: New file.
5192
5193 2018-12-28 Tom Tromey <tom@tromey.com>
5194 Simon Marchi <simark@simark.ca>
5195
5196 * gdb.base/jit-exec.exp: New file.
5197 * gdb.base/jit-exec.c: New file.
5198 * gdb.base/jit-execd.c: New file.
5199
5200 2018-12-28 Tom Tromey <tom@tromey.com>
5201
5202 * gdb.base/style.exp: Update test to check for address styling.
5203
5204 2018-12-28 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5207 message.
5208
5209 2018-12-28 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.base/style.exp: Add test for version number styling.
5212
5213 2018-12-28 Tom Tromey <tom@tromey.com>
5214
5215 * gdb.base/style.exp: Add test for print_address_symbolic.
5216
5217 2018-12-28 Tom Tromey <tom@tromey.com>
5218
5219 * gdb.base/style.exp: Add test for breakpoint setting.
5220
5221 2018-12-28 Tom Tromey <tom@tromey.com>
5222
5223 * gdb.base/style.exp: Add test for variable names.
5224
5225 2018-12-28 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.base/style.exp: New file.
5228 * gdb.base/style.c: New file.
5229
5230 2018-12-28 Tom Tromey <tom@tromey.com>
5231
5232 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5233 "dumb".
5234 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5235 the TERM environment variable.
5236
5237 2018-12-27 Tom Tromey <tom@tromey.com>
5238
5239 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5240 pagination test.
5241
5242 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5243
5244 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5245 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5246
5247 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5248
5249 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5250 Filename a.adb changed to bp_fun_addr.adb.
5251 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5252
5253 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5254
5255 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5256 non-PIE executables.
5257 * README: Mention the gdb,nopie_flag board setting.
5258 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5259 non-PIE executable.
5260 * gdb.arch/amd64-entry-value.exp: Likewise.
5261 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5262 * gdb.arch/i386-float.exp: Likewise.
5263 * gdb.arch/i386-signal.exp: Likewise.
5264 * gdb.mi/mi-reg-undefined.exp: Likewise.
5265
5266 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5267
5268 PR gdb/23974
5269 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5270
5271 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5272
5273 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5274 Update order of results accordingly.
5275
5276 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5277
5278 * gdb.base/annota1.exp: Update a test regexp.
5279
5280 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5283
5284 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5285
5286 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5287 (reuse_time): Initialize to REUSE_TIME_CAP.
5288 (check_rc): New function.
5289 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5290 Check pthread_create rc.
5291 (spawner_thread_func): Check pthread_create and pthread_join rc.
5292
5293 2018-12-08 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.base/list.exp (test_forward_search): Rename to ...
5296 (test_forward_reverse_search): ... this. Also test reverse-search
5297 and the forward-search alias.
5298
5299 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5302 local timeout variable before return, and remove all local timeout
5303 variable entirely.
5304 (gdb_load): Likewise.
5305
5306 2018-12-01 Tom de Vries <tdevries@suse.de>
5307
5308 * gdb.base/gdb-caching-proc.exp: New file.
5309
5310 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5311
5312 * Makefile.in (TIMESTAMP): New variable.
5313 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5314 command.
5315 (check-single-racy): Likewise.
5316 (check/%.exp): Likewise.
5317 (check-racy/%.exp): Likewise.
5318 (workers/%.worker): Likewise.
5319 (build-perf): Likewise.
5320 (check-perf): Likewise.
5321 * README: Describe new "TS" and "TS_FORMAT" variables.
5322 * print-ts.py: New file.
5323
5324 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5325
5326 PR python/23714
5327 * gdb.python/python.exp: Test command repetition after
5328 gdb.execute.
5329
5330 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5331
5332 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5333 is correctly aligned.
5334
5335 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5336
5337 * gdb.ada/info_auto_lang.exp: New testcase.
5338 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5339 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5340 * gdb.ada/info_auto_lang/some_c.c: New file.
5341
5342 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5343
5344 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5345 FUNC_lang language syntax.
5346
5347 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5348
5349 * gdb.base/info_minsym.c: New file.
5350 * gdb.base/info_minsym.exp: New file.
5351
5352 2018-11-19 Tom Tromey <tom@tromey.com>
5353
5354 PR rust/23625:
5355 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5356 * gdb.rust/expr.exp: Update expected output. Change one test.
5357
5358 2018-11-19 Tom Tromey <tom@tromey.com>
5359
5360 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5361
5362 2018-11-19 Pedro Alves <palves@redhat.com>
5363
5364 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5365 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5366 see the expected warning.
5367
5368 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5369
5370 PR gdb/22736:
5371 * gdb.cp/infcall-nodebug-lib.c: New test.
5372 * gdb.cp/infcall-nodebug-main.c: New test.
5373 * gdb.cp/infcall-nodebug.exp: New file.
5374
5375 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5376
5377 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5378 completer tests.
5379
5380 2018-11-09 Tom de Vries <tdevries@suse.de>
5381
5382 * gdb.base/msym-lang.c: New test.
5383 * gdb.base/msym-lang.exp: New file.
5384 * gdb.base/msym-lang-main.c: New test.
5385
5386 2018-11-08 Tom Tromey <tom@tromey.com>
5387
5388 PR gdb/23555:
5389 PR gdb/23838:
5390 * gdb.base/warning.exp: New file.
5391
5392 2018-11-08 Jan Beulich <jbeulich@suse.com>
5393
5394 * testsuite/gdb.arch/i386-avx512.c,
5395 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5396
5397 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5400 point hardware.
5401
5402 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5403
5404 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5405 * gdb.dwarf2/missing-type-name.exp: New file.
5406
5407 2018-11-06 Tom de Vries <tdevries@suse.de>
5408
5409 * gdb.base/many-headers.c: New test.
5410 * gdb.base/many-headers.exp: New file.
5411
5412 2018-11-06 Jim Wilson <jimw@sifive.com>
5413
5414 * gdb.base/code_elim.exp: For riscv, set additional_flags
5415 to include -msmall-data-limit=0.
5416
5417 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.ada/watch_minus_l: New testcase.
5420
5421 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5422
5423 * gdb.arch/aix-sighandle.c: New file.
5424 * gdb.arch/aix-sighandle.exp: New file.
5425
5426 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5427
5428 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5429 registers being unions.
5430
5431 2018-10-31 Tom de Vries <tdevries@suse.de>
5432
5433 * lib/valgrind.exp: New file.
5434 (vgdb_start, vgdb_stop): New procs, factored out of ...
5435 * gdb.base/valgrind-bt.exp: ... here, ...
5436 * gdb.base/valgrind-disp-step.exp: ... here and ...
5437 * gdb.base/valgrind-infcall.exp: ... here.
5438
5439 2018-10-31 Tom de Vries <tdevries@suse.de>
5440
5441 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5442
5443 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.dwarf2/void-type.c: New file.
5446 * gdb.dwarf2/void-type.exp: New file.
5447
5448 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5449
5450 * gdb.base/info_qt.c: New file.
5451 * gdb.base/info_qt.exp: New file.
5452
5453 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5454
5455 * gdb.arch/powerpc-htm-regs.c: New file.
5456 * gdb.arch/powerpc-htm-regs.exp: New file.
5457
5458 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5459
5460 * gdb.arch/powerpc-tar.c: New file.
5461 * gdb.arch/powerpc-tar.exp: New file.
5462
5463 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5464
5465 * gdb.arch/powerpc-ppr-dscr.c: New file.
5466 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5467
5468 2018-10-25 Tom de Vries <tdevries@suse.de>
5469
5470 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5471
5472 2018-10-24 Tom de Vries <tdevries@suse.de>
5473
5474 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5475 longer exists error.
5476
5477 2018-10-24 Tom de Vries <tdevries@suse.de>
5478
5479 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5480
5481 2018-10-24 Tom de Vries <tdevries@suse.de>
5482
5483 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5484 --db-attach in valgrind.
5485
5486 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.arch/riscv-reg-aliases.c: New file.
5489 * gdb.arch/riscv-reg-aliases.exp: New file.
5490
5491 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5492
5493 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5494
5495 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5496
5497 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5498
5499 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5500
5501 * gdb.cp/ovldbreak.exp: Fix regexps.
5502
5503 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5504
5505 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5506
5507 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5508
5509 PR cli/23785
5510 * gdb.base/restore.exp: New test to check if "restore" with an
5511 invalid file doesn't segfault.
5512
5513 2018-10-18 Tom de Vries <tdevries@suse.de>
5514
5515 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5516 * gdb.ada/excep_handle.exp: Same.
5517 * gdb.ada/mi_string_access.exp: Same.
5518 * gdb.ada/mi_var_union.exp: Same.
5519 * gdb.arch/arc-analyze-prologue.exp: Same.
5520 * gdb.arch/arc-decode-insn.exp: Same.
5521 * gdb.base/readnever.exp: Same.
5522 * gdb.fortran/printing-types.exp: Same.
5523 * gdb.guile/scm-lazy-string.exp: Same.
5524
5525 2018-10-16 Tom de Vries <tdevries@suse.de>
5526
5527 PR gdb/23730
5528 * gdb.base/catch-follow-exec.c: Add copyright notice.
5529 * gdb.base/catch-follow-exec.exp: Rewrite to use
5530 gdb_spawn_with_cmdline_opts. Require gdb-native.
5531
5532 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5533
5534 * gdb.trace/actions-changed.exp: Check for arch support.
5535 * gdb.trace/actions.exp: Likewise.
5536 * gdb.trace/ax.exp: Likewise.
5537 * gdb.trace/backtrace.exp: Likewise.
5538 * gdb.trace/change-loc.exp: Likewise.
5539 * gdb.trace/deltrace.exp: Likewise.
5540 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5541 * gdb.trace/ftrace.exp: Likewise.
5542 * gdb.trace/infotrace.exp: Check for arch support.
5543 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5544 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5545 * gdb.trace/mi-tsv-changed.exp: Likewise.
5546 * gdb.trace/packetlen.exp: Likewise.
5547 * gdb.trace/passc-dyn.exp: Likewise.
5548 * gdb.trace/passcount.exp: Likewise.
5549 * gdb.trace/pending.exp: Likewise.
5550 * gdb.trace/range-stepping.exp: Check for shlib support.
5551 * gdb.trace/report.exp: Check for arch support.
5552 * gdb.trace/save-trace.exp: Likewise.
5553 * gdb.trace/signal.exp: Check for signal support.
5554 * gdb.trace/tfind.exp: Check for arch support.
5555 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5556 * gdb.trace/trace-common.h: Add comment.
5557 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5558 * gdb.trace/trace-enable-disable.exp: Likewise.
5559 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5560 * gdb.trace/tracecmd.exp: Check for arch support.
5561 * gdb.trace/tspeed.exp: Check for shlib and target support.
5562 * gdb.trace/tstatus.exp: Check for arch support.
5563 * gdb.trace/tsv.exp: Likewise.
5564 * gdb.trace/while-dyn.exp: Likewise.
5565 * gdb.trace/while-stepping.exp: Likewise.
5566 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5567
5568 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5569
5570 * gdb.trace/tspeed.exp: Remove nowarnings.
5571 (prepare_for_trace_test): Declare "global ipalib".
5572 * gdb.trace/tspeed.c: Include unistd.h.
5573 (main): Remove superfluous printf argument.
5574
5575 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5576
5577 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5578 directory prefix on the filename.
5579
5580 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 * gdb.gdb/unittest.exp: Update expected message informing that
5583 selftests have been disabled.
5584 * gdb.server/unittest.exp: Likewise.
5585
5586 2018-10-09 Tom de Vries <tdevries@suse.de>
5587
5588 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5589 with runto_main.
5590
5591 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5592
5593 PR c++/16841
5594 * gdb.cp/virtbase2.cc: New file.
5595 * gdb.cp/virtbase2.exp: New file.
5596
5597 2018-10-06 Tom Tromey <tom@tromey.com>
5598
5599 PR python/19399:
5600 * gdb.python/py-inferior.exp: Add architecture test.
5601
5602 2018-10-06 Tom Tromey <tom@tromey.com>
5603
5604 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5605 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5606
5607 2018-10-06 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5610 of a "throw" catchpoint.
5611
5612 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5613
5614 * gdb.base/info-proc.exp: Update string expected from "help info
5615 proc".
5616
5617 2018-10-04 Tom Tromey <tom@tromey.com>
5618
5619 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5620 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5621 (test_initial_complaints, test_empty_complaints): Update.
5622 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5623
5624 2018-10-04 Tom Tromey <tom@tromey.com>
5625
5626 PR cli/19551:
5627 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5628 * lib/gdb.exp (gdb_file_cmd): Update.
5629 * gdb.stabs/weird.exp (print_weird_var): Update.
5630 * gdb.server/solib-list.exp: Update.
5631 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5632 * gdb.mi/mi-cli.exp: Update.
5633 * gdb.linespec/linespec.exp: Update.
5634 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5635 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5636 * gdb.cp/cp-relocate.exp: Update.
5637 * gdb.base/sym-file.exp: Update.
5638 * gdb.base/relocate.exp: Update.
5639 * gdb.base/readnever.exp: Update.
5640 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5641 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5642 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5643 * gdb.base/code_elim.exp: Update.
5644 * gdb.base/break-unload-file.exp (test_break): Update.
5645 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5646 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5647 Update.
5648 * gdb.base/attach.exp (do_attach_tests): Update.
5649 * gdb.base/sepdebug.exp: Update.
5650 * gdb.python/py-section-script.exp: Update.
5651
5652 2018-10-04 Tom Tromey <tom@tromey.com>
5653
5654 PR cli/22234:
5655 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5656 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5657 output.
5658
5659 2018-10-04 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5662 set width and height to 0.
5663 (test_command_line_attach_run): Use -quiet.
5664
5665 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5666
5667 * lib/gdb.exp (skip_ifunc_tests): New.
5668 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5669 other compile failures.
5670 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5671
5672 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5673
5674 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5675 is_amd64_regs_target.
5676
5677 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5678
5679 * gdb.arch/aarch64-sighandler-regs.c: New test.
5680 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5681 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5682
5683 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5684
5685 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5686 assembly.
5687
5688 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5689
5690 * gdb.base/frame-selection.exp: New file.
5691 * gdb.base/frame-selection.c: New file.
5692
5693 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5694
5695 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5696 pthread barrier.
5697 (main): Likewise.
5698
5699 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.base/large-frame-1.c: New file.
5702 * gdb.base/large-frame-2.c: New file.
5703 * gdb.base/large-frame.exp: New file.
5704 * gdb.base/large-frame.h: New file.
5705
5706 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5707
5708 PR gdb/20948
5709 * gdb.base/write_mem.exp: New test.
5710 * gdb.base/write_mem.c: Likewise.
5711
5712 2018-09-23 Tom Tromey <tom@tromey.com>
5713
5714 PR python/18852:
5715 * gdb.python/py-parameter.exp: Add test for parameter that throws
5716 on "set".
5717
5718 2018-09-23 Tom Tromey <tom@tromey.com>
5719
5720 PR python/17284:
5721 * gdb.python/py-template.exp (test_template_arg): Add test for
5722 negative template argument number.
5723
5724 2018-09-23 Tom Tromey <tom@tromey.com>
5725
5726 PR python/14062:
5727 * gdb.python/python.exp: Add test for post_event error.
5728
5729 2018-09-23 Tom Tromey <tom@tromey.com>
5730
5731 PR python/18170:
5732 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5733 convert pointers to int and long.
5734
5735 2018-09-23 Tom Tromey <tom@tromey.com>
5736
5737 PR python/20126:
5738 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5739 signed-ness conversion tests.
5740
5741 2018-09-23 Tom Tromey <tom@tromey.com>
5742
5743 PR python/18352;
5744 * gdb.python/py-value.exp (test_float_conversion): New proc.
5745 Use it.
5746
5747 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5748
5749 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5750
5751 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5752
5753 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5754 no readline.
5755 * gdb.base/utf8-identifiers.exp: Likewise.
5756 * gdb.cp/cpcompletion.exp: Likewise.
5757 * gdb.linespec/cpcompletion.exp: Likewise.
5758 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5759 * gdb.linespec/cpls-ops.exp: Likewise.
5760
5761 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5762 Chris January <chris.january@arm.com>
5763
5764 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5765 * gdb.fortran/short-circuit-argument-list.exp: New file.
5766 * gdb.fortran/short-circuit-argument-list.f90: New test.
5767
5768 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5769
5770 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5771 "arch=" keyword when executing "-stack-list-frames".
5772
5773 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 * gdb.arch/amd64-invalid-stack-middle.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.ada/complete.exp: Expect for "@" when doing "complete
5781 break ada".
5782
5783 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5784
5785 PR python/23669
5786 * gdb.python/python.exp: Test gdb.execute("show commands").
5787
5788 2018-09-16 Tom Tromey <tom@tromey.com>
5789
5790 * gdb.base/new-ui.exp (do_execution_tests): Update.
5791 * gdb.base/dbx.exp (test_breakpoints): Update.
5792
5793 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5794
5795 * lib/gdb.exp (gdb_simple_compile): Add proc.
5796 (is_elf_target): Use gdb_simple_compile.
5797 (skip_altivec_tests): Likewise.
5798 (skip_vsx_tests): Likewise.
5799 (skip_tsx_tests): Likewise.
5800 (skip_btrace_tests): Likewise.
5801 (skip_btrace_pt_tests): Likewise.
5802 (gdb_can_simple_compile): Likewise.
5803 (gdb_has_argv0): Likewise.
5804 (gdb_target_symbol_prefix): Likewise.
5805 (target_supports_scheduler_locking): Likewise.
5806
5807 2018-09-13 Tom Tromey <tom@tromey.com>
5808
5809 * Makefile.in (TAGS): Recognize proc_with_prefix and
5810 gdb_caching_proc.
5811
5812 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5815 method.
5816
5817 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5818
5819 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5820 and a few other Inferior properties when the Inferior is no
5821 longer valid.
5822
5823 2018-09-13 Tom Tromey <tom@tromey.com>
5824
5825 PR rust/23650:
5826 * gdb.rust/simple.exp: Add test for enum field access error.
5827
5828 2018-09-13 Tom Tromey <tom@tromey.com>
5829
5830 PR rust/23626:
5831 * gdb.rust/simple.rs (EmptyEnum): New type.
5832 (main): Use it.
5833 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5834
5835 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5836
5837 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5838 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5839 * gdb.python/py-symtab.exp: Update test printing an objfile.
5840
5841 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5842
5843 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5844 object.
5845
5846 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5847
5848 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5849 (support_complex_tests): Use gdb_can_simple_compile.
5850 (is_ilp32_target): Likewise.
5851 (is_lp64_target): Likewise.
5852 (is_64_target): Likewise.
5853 (is_amd64_regs_target): Likewise.
5854 (is_aarch32_target): Likewise.
5855 (gdb_int128_helper): Likewise.
5856
5857 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5858
5859 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5860
5861 2018-09-10 Jerome Guitton <guitton@adacore.com>
5862
5863 * gdb.ada/same_component_name: Add test for case of tagged record
5864 with variable-length fields.
5865
5866 2018-09-10 Xavier Roirand <roirand@adacore.com>
5867
5868 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5869 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5870 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5871 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5872
5873 2018-09-10 Xavier Roirand <roirand@adacore.com>
5874
5875 * gdb.ada/mi_string_access.exp: New testcase.
5876 * gdb.ada/mi_string_access/bar.adb: New file.
5877 * gdb.ada/mi_string_access/pck.adb: New file.
5878 * gdb.ada/mi_string_access/pck.asd: New file.
5879
5880 2018-09-10 Xavier Roirand <roirand@adacore.com>
5881
5882 * gdb.ada/mi_var_union.exp: New testcase.
5883 * gdb.ada/mi_var_union/bar.adb: New file.
5884 * gdb.ada/mi_var_union/pck.adb: New file.
5885 * gdb.ada/mi_var_union/pck.asd: New file.
5886
5887 2018-09-08 Tom Tromey <tom@tromey.com>
5888
5889 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5890
5891 2018-09-08 Tom Tromey <tom@tromey.com>
5892
5893 PR python/16047:
5894 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5895 (register_pretty_printers): Register new printer.
5896 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5897 test.
5898 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5899 (an_int_type3): New global.
5900
5901 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5902
5903 * gdb.ada/expr_with_funcall: New testcase.
5904
5905 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5906
5907 * gdb.ada/packed_array_assign: New testcase.
5908
5909 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5910
5911 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5912 names, and add test prefixes to make test names unique.
5913
5914 2018-09-05 Tom de Vries <tdevries@suse.de>
5915
5916 * gdb.dwarf2/varval.exp: Add test.
5917
5918 2018-09-04 Gary Benson <gbenson@redhat.com>
5919
5920 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5921 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5922
5923 2018-08-31 Tom Tromey <tom@tromey.com>
5924
5925 * gdb.rust/simple.rs: Rename second variable "v".
5926
5927 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5928
5929 * gdb.base/funcargs.c (use_a): New function.
5930 (recurse): Call use_a.
5931
5932 2018-08-29 Keith Seitz <keiths@redhat.com>
5933
5934 * gdb.compile/compile-cplus-anonymous.cc: New file.
5935 * gdb.compile/compile-cplus-anonymous.exp: New file.
5936 * gdb.compile/compile-cplus-array-decay.cc: New file.
5937 * gdb.compile/compile-cplus-array-decay.exp: New file.
5938 * gdb.compile/compile-cplus-inherit.cc: New file.
5939 * gdb.compile/compile-cplus-inherit.exp: New file.
5940 * gdb.compile/compile-cplus-member.cc: New file.
5941 * gdb.compile/compile-cplus-member.exp: New file.
5942 * gdb.compile/compile-cplus-method.cc: New file.
5943 * gdb.compile/compile-cplus-method.exp: New file.
5944 * gdb.compile/compile-cplus-mod.c: "New" file.
5945 * gdb.compile/compile-cplus-namespace.cc: New file.
5946 * gdb.compile/compile-cplus-namespace.exp: New file.
5947 * gdb.compile/compile-cplus-nested.cc: New file.
5948 * gdb.compile/compile-cplus-nested.exp: New file.
5949 * gdb.compile/compile-cplus-print.c: "New" file.
5950 * gdb.compile/compile-cplus-print.exp: "New" file.
5951 * gdb.compile/compile-cplus-virtual.cc: New file.
5952 * gdb.compile/compile-cplus-virtual.exp: New file.
5953 * gdb.compile/compile-cplus.c: "New" file.
5954 * gdb.compile/compile-cplus.exp: "New" file.
5955 * lib/compile-support.exp: New file.
5956
5957 2018-08-16 Gary Benson <gbenson@redhat.com>
5958
5959 PR gdb/13000:
5960 * gdb.base/batch-exit-status.exp: New file.
5961 * gdb.base/batch-exit-status.good-commands: Likewise.
5962 * gdb.base/batch-exit-status.bad-commands: Likewise.
5963
5964 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5965
5966 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5967 (struct struct02): Likewise.
5968 (struct struct03): Likewise.
5969 (struct struct04): Likewise.
5970 (struct struct_01_01): New struct.
5971 (struct struct_01_02): Likewise.
5972 (struct struct_01_03): Likewise.
5973 (struct struct_01_04): Likewise.
5974 (struct struct_02_01): Likewise.
5975 (struct struct_02_02): Likewise.
5976 (struct struct_02_03): Likewise.
5977 (struct struct_02_04): Likewise.
5978 (struct struct_04_01): Likewise.
5979 (struct struct_04_02): Likewise.
5980 (struct struct_04_03): Likewise.
5981 (struct struct_04_04): Likewise.
5982 (struct struct_05_01): Likewise.
5983 (struct struct_05_02): Likewise.
5984 (struct struct_05_03): Likewise.
5985 (struct struct_05_04): Likewise.
5986 (cmp_struct01): Remove function.
5987 (cmp_struct02): Likewise.
5988 (cmp_struct03): Likewise.
5989 (cmp_struct04): Likewise.
5990 (cmp_struct_01_01): Add Function.
5991 (cmp_struct_01_02): Likewise.
5992 (cmp_struct_01_03): Likewise.
5993 (cmp_struct_01_04): Likewise.
5994 (cmp_struct_02_01): Likewise.
5995 (cmp_struct_02_02): Likewise.
5996 (cmp_struct_02_03): Likewise.
5997 (cmp_struct_02_04): Likewise.
5998 (cmp_struct_04_01): Likewise.
5999 (cmp_struct_04_02): Likewise.
6000 (cmp_struct_04_03): Likewise.
6001 (cmp_struct_04_04): Likewise.
6002 (cmp_struct_05_01): Likewise.
6003 (cmp_struct_05_02): Likewise.
6004 (cmp_struct_05_03): Likewise.
6005 (cmp_struct_05_04): Likewise.
6006 (call_all): Add new structs.
6007 * gdb.base/infcall-nested-structs.exp: Likewise.
6008
6009 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6010
6011 * gdb.python/py-framefilter-mi.exp: Update regexp to
6012 check for "arch" field in frame output.
6013
6014 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6015
6016 * gdb.dwarf2/dw2-ranges-func.c: New file.
6017 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6018
6019 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6020
6021 * gdb.base/term.exp: Compare terminal settings with values from
6022 the inferior.
6023 * gdb.base/term.c: Get and set terminal settings.
6024
6025 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6026
6027 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6028 accommodate new "arch" field in frame output.
6029 * gdb.mi/mi-return.exp: Likewise.
6030 * gdb.mi/mi-stack.exp: Likewise.
6031 * gdb.mi/mi-syn-frame.exp: Likewise.
6032 * gdb.mi/user-selected-context-sync.exp: Likewise.
6033
6034 2018-08-19 Michael Spang <spang@google.com>
6035
6036 PR gdb/11786
6037 * gdb.base/gcore-tls-pie.c: New file.
6038 * gdb.base/gcore-tls-pie.exp: New file.
6039
6040 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6041
6042 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6043 * gdb.dwarf2/varval.c: New file.
6044 * gdb.dwarf2/varval.exp: New file.
6045
6046 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6047
6048 PR gdb/18931
6049 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6050
6051 2018-08-16 Keith Seitz <keiths@redhat.com>
6052
6053 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6054 tests expected to pass.
6055
6056 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6057
6058 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6059 -data-disassemble -a.
6060 (test_disassembly_bogus_args): Likewise.
6061
6062 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6063
6064 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6065
6066 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * gdb.base/vla-optimized-out.exp: Add new test.
6069
6070 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6071
6072 * gdb.base/vla-optimized-out-o3.exp: Delete.
6073 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6074 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6075 deleted tests.
6076
6077 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6078
6079 PR gdb/18050:
6080 * gdb.server/extended-remote-restart.c: New file.
6081 * gdb.server/extended-remote-restart.exp: New file.
6082
6083 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6084
6085 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6086 "set variable index = 42".
6087
6088 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6089
6090 * boards/index-cache-gdb.exp: New file.
6091 * gdb.dwarf2/index-cache.exp: New file.
6092 * gdb.dwarf2/index-cache.c: New file.
6093 * gdb.base/maint.exp: Check if we are using the index cache.
6094
6095 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6096
6097 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6098 MAKEFLAGS.
6099
6100 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6101
6102 * dg-extract-results.sh: Move to toplevel contrib.
6103 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6104 * Makefile.in (check-parallel-racy): Likewise.
6105
6106 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6109 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6110 tests if the target supports scheduler locking.
6111
6112 2018-08-04 Tom de Vries <tdevries@suse.de>
6113
6114 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6115
6116 2018-08-02 Tom Tromey <tom@tromey.com>
6117
6118 PR symtab/16842.
6119 * gdb.cp/temargs.exp: Test "info address" of a template
6120 parameter.
6121
6122 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6123
6124 * gdb.python/py-mi-var-info-path-expression.c: New file.
6125 * gdb.python/py-mi-var-info-path-expression.py: New file.
6126 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6127
6128 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6129
6130 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6131 error after "cannot resolve name" string.
6132
6133 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6136 started.
6137 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6138
6139 2018-07-28 Tom de Vries <tdevries@suse.de>
6140
6141 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6142
6143 2018-07-26 Tom de Vries <tdevries@suse.de>
6144
6145 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6146
6147 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6148
6149 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6150 is visible.
6151
6152 2018-07-26 Tom de Vries <tdevries@suse.de>
6153
6154 PR breakpoints/23366
6155 * gdb.base/catch-follow-exec.c: New test.
6156 * gdb.base/catch-follow-exec.exp: New file.
6157
6158 2018-07-25 Tom de Vries <tdevries@suse.de>
6159
6160 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6161 vla-optimized-out.c.
6162
6163 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6164
6165 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6166 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6167
6168 2018-07-20 Tom de Vries <tdevries@suse.de>
6169
6170 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6171 NOCLONE macro.
6172 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6173
6174 2018-07-19 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6177 regular expression.
6178
6179 2018-07-18 Tom de Vries <tdevries@suse.de>
6180
6181 * gdb.base/vla-optimized-out.c: New test.
6182 * gdb.base/vla-optimized-out.exp: New file.
6183
6184 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6187 message "No address associated with hostname" when gdbserver
6188 cannot resolve the hostname.
6189
6190 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6191
6192 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6193 Add some test prefixes to make tests unique.
6194
6195 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6196
6197 * gdb.base/frameapply.c: New file.
6198 * gdb.base/frameapply.exp: New file.
6199
6200 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6201
6202 * gdb.base/skip.exp: Update expected error message.
6203
6204 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6205 Jan Kratochvil <jan.kratochvil@redhat.com>
6206 Paul Fertser <fercerpav@gmail.com>
6207 Tsutomu Seki <sekiriki@gmail.com>
6208
6209 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6210 parameter.
6211 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6212 by default.
6213 * boards/native-gdbserver.exp: Likewise.
6214 * gdb.server/run-without-local-binary.exp: Improve regexp used
6215 for detecting when a remote debugging connection succeeds.
6216 * gdb.server/server-connect.exp: New file.
6217 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6218 Do not prefix the port number with ":".
6219 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6220 support for detecting and using it. Add '$debughost_gdbserver'
6221 to the list of arguments used to start gdbserver. Handle case
6222 when gdbserver cannot resolve a network name.
6223
6224 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6225
6226 PR c++/23373
6227 * gdb.base/ptype-offsets.cc (struct static_member): New
6228 struct.
6229 (main) <stmember>: New variable.
6230 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6231 with a static member in it.
6232
6233 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6236 watchpoints enabled and disabled.
6237
6238 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6239
6240 * gdb.base/examine-backward.exp: Still run tests around address
6241 0x0, even if address 0x0 is not readable. Update the pattern for
6242 matching address 0x0 in expected output.
6243
6244 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6245
6246 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6247 malloc/free.
6248
6249 2018-07-04 Tom de Vries <tdevries@suse.de>
6250
6251 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6252
6253 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6254
6255 PR tdep/8282
6256 * gdb.arch/mips-disassembler-options.exp: New test.
6257 * gdb.arch/mips-disassembler-options.s: New test source.
6258
6259 2018-06-29 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.threads/names.exp: Adjust expected "info threads" output.
6262
6263 2018-06-29 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.opt/inline-break.exp (line number, address): Add "info
6266 break" tests.
6267
6268 2018-06-29 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6271 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6272 number and address and running to them.
6273
6274 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6275
6276 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6277
6278 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 * lib/compiler.c: Remove executable permission flag.
6281
6282 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6283
6284 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6285 code.
6286 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6287
6288 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6289
6290 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6291
6292 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6293
6294 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6295 address argument is omitted.
6296
6297 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6298
6299 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6300
6301 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6302
6303 PR gdb/21695
6304 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6305 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6306
6307 2018-06-26 Tom Tromey <tom@tromey.com>
6308
6309 PR rust/22574:
6310 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6311 * gdb.rust/simple.rs (struct SimpleLayout): New.
6312
6313 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6314
6315 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6316 "info registers" output.
6317
6318 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6319
6320 * gdb.base/watchpoint-hw-attach.c: New test.
6321 * gdb.base/watchpoint-hw-attach.exp: New file.
6322
6323 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6324
6325 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6326 through /bin/sh.
6327 * boards/dwarf4-gdb-index.exp: Likewise.
6328 * boards/fission-dwp.exp: Likewise.
6329
6330 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6331
6332 * gdb.base/float128.exp: Add comment and improved fail message
6333 to the failure case of "print large128" test.
6334
6335 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6336
6337 * configure.ac: Remove AC_PREREQ.
6338 * configure: Re-generate.
6339
6340 2018-06-19 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6343 (func_extern_caller): New.
6344 (main): Call func_extern_caller.
6345 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6346 logic change.
6347
6348 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6349
6350 PR gdb/16841
6351 * gdb.cp/typedef-base.cc: New file.
6352 * gdb.cp/typedef-base.exp: New file.
6353
6354 2018-06-18 Tom de Vries <tdevries@suse.de>
6355
6356 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6357
6358 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6359 Richard Bunt <Richard.Bunt@arm.com>
6360
6361 * gdb.threads/attach-slow-waitpid.c: New file.
6362 * gdb.threads/attach-slow-waitpid.exp: New file.
6363 * gdb.threads/slow-waitpid.c: New file.
6364
6365 2018-06-14 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.base/fork-running-state.c: Include <errno.h>.
6368 (exit_if_relative_exits): New.
6369 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6370 exits.
6371 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6372 child exits.
6373
6374 2018-06-14 Tom de Vries <tdevries@suse.de>
6375
6376 PR cli/22573
6377 * gdb.base/finish-pretty.c: New test.
6378 * gdb.base/finish-pretty.exp: New file.
6379
6380 2018-06-14 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6383 gdb's expected startup output.
6384
6385 2018-06-14 Pedro Alves <palves@redhat.com>
6386
6387 * lib/selftest-support.exp (selftest_setup): Remove inlined
6388 function handling.
6389
6390 2018-06-14 Tom de Vries <tdevries@suse.de>
6391
6392 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6393 matching of breakpoint printing.
6394
6395 2018-06-13 Tom de Vries <tdevries@suse.de>
6396
6397 PR testsuite/23269
6398 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6399 (fork_child): ... here, and ...
6400 (fork_parent): ... here.
6401
6402 2018-06-12 Tom de Vries <tdevries@suse.de>
6403
6404 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6405
6406 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6407 Stephen Roberts <stephen.roberts@arm.com>
6408
6409 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6410 rewrite test to describe action performed, rather than possible
6411 failure.
6412
6413 2018-06-08 Gary Benson <gbenson@redhat.com>
6414
6415 * gdb.threads/check-libthread-db.exp: New file.
6416 * gdb.threads/check-libthread-db.c: Likewise.
6417
6418 2018-06-05 Tom Tromey <tom@tromey.com>
6419
6420 * gdb.base/default.exp: Update expected "show version" output.
6421
6422 2018-06-05 Tom Tromey <tom@tromey.com>
6423
6424 PR cli/12326:
6425 * gdb.cp/static-print-quit.exp: Update.
6426 * lib/gdb.exp (pagination_prompt): Update.
6427 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6428 * gdb.python/python.exp: Update.
6429
6430 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6431
6432 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6433
6434 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6435
6436 * gdb.ada/bp_fun_addr: New testcase.
6437
6438 2018-06-01 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6441 results.
6442 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6443 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6444 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6445 * gdb.base/maint.exp (maint_pass_if): Update.
6446
6447 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6448
6449 * gdb.base/endian.exp: New test.
6450 * gdb.base/endian.c: New test source.
6451
6452 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6453
6454 PR gdb/23203
6455 * gdb.base/bt-selected-frame.c: New file.
6456 * gdb.base/bt-selected-frame.exp: New file.
6457 * lib/gdb.exp (get_current_frame_number): New function.
6458
6459 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6460 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.threads/tls-core.c: Include <stdlib.h>
6463 (thread_proc): Call `abort'.
6464 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6465 (tls_core_test): New procedure, bits factored out from ...
6466 (top level): ... here. Test both native cores and gcore cores.
6467
6468 2018-05-23 Tom Tromey <tom@tromey.com>
6469
6470 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6471
6472 2018-05-23 Tom Tromey <tom@tromey.com>
6473
6474 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6475 symfile_complaints.
6476 (test_short_complaints): Likewise.
6477 (test_empty_complaints): Likewise.
6478 (test_initial_complaints): Update.
6479
6480 2018-05-23 Tom Tromey <tom@tromey.com>
6481
6482 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6483
6484 2018-05-23 Tom Tromey <tom@tromey.com>
6485
6486 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6487 (test_short_complaints): Update.
6488
6489 2018-05-22 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/remote.exp: Only gdb_start after compiling the
6492 testcase. Issue "disconnect" before testing "set remote" command
6493 defaults. Issue clean_restart before running to main.
6494
6495 2018-05-22 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/remote.exp: Adjust expected output of "show remote
6498 memory-write-packet-size". Add tests for "set remote
6499 memory-write-packet-size 0" and "set remote
6500 memory-write-packet-size fixed/limit".
6501
6502 2018-05-22 Pedro Alves <palves@redhat.com>
6503
6504 PR gdb/22973
6505 * gdb.base/utf8-identifiers.c: New file.
6506 * gdb.base/utf8-identifiers.exp: New file.
6507
6508 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6509
6510 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6511
6512 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6513
6514 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6515
6516 2018-05-18 Tom Tromey <tom@tromey.com>
6517
6518 * gdb.base/ptype-offsets.exp: Update.
6519
6520 2018-05-17 Keith Seitz <keiths@redhat.com>
6521
6522 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6523 in expected breakpoint stop locations.
6524 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6525 move to proper scope to test variable values.
6526 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6527 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6528 New functions.
6529 (main): Call not_inline_func3.
6530 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6531 inline_func1, inline_func2, and inline_func3. Test that when each
6532 breakpoint is hit, GDB properly reports both the stop location
6533 and the backtrace. Repeat tests for temporary breakpoints.
6534
6535 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6536
6537 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6538 rather then trying to access it in determining whether the PID
6539 of `gdbserver' could have been retrieved.
6540
6541 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6542
6543 * gdb.arch/amd64-init-x87-values.S: New file.
6544 * gdb.arch/amd64-init-x87-values.exp: New file.
6545
6546 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6549
6550 2018-05-04 Tom Tromey <tom@tromey.com>
6551
6552 PR python/22730:
6553 * gdb.python/python.exp: Test multi-line execute.
6554
6555 2018-05-04 Tom Tromey <tom@tromey.com>
6556
6557 PR python/22731:
6558 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6559
6560 2018-05-04 Tom Tromey <tom@tromey.com>
6561
6562 PR gdb/11750:
6563 * gdb.base/define.exp: Test defining a user command inside a user
6564 command.
6565 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6566
6567 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6568 Pedro Alves <palves@redhat.com>
6569
6570 PR breakpoints/19806 and support for PR external/20207.
6571 * gdb.base/watchpoint-unaligned.c: New file.
6572 * gdb.base/watchpoint-unaligned.exp: New file.
6573
6574 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6575
6576 * gdb.base/maint.exp: Make test names unique, use
6577 test_prefix_command_help to test 'help maint info', and remove
6578 repeated test of 'help maint'.
6579
6580 2018-05-04 Tom Tromey <tom@tromey.com>
6581
6582 PR gdb/22619:
6583 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6584 behavior.
6585
6586 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6587
6588 * gdb.base/maint.exp: Process output from 'maint print registers'
6589 line at a time.
6590
6591 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6592
6593 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6594 timeout.
6595
6596 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6597
6598 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6599 filter pattern.
6600
6601 2018-05-02 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6604 to_log_command renames.
6605 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6606
6607 2018-05-02 Tom Tromey <tom@tromey.com>
6608
6609 * gdb.python/py-parameter.exp: Set test message.
6610
6611 2018-05-02 Tom Tromey <tom@tromey.com>
6612
6613 PR python/20084:
6614 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6615 PARAM_ZUINTEGER_UNLIMITED tests.
6616
6617 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6618
6619 PR rust/23124
6620 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6621 when casting.
6622
6623 2018-04-30 Tom Tromey <tom@tromey.com>
6624
6625 * gdb.python/py-type.exp: Check align attribute.
6626 * gdb.python/py-type.c: New "aligncheck" global.
6627
6628 2018-04-30 Tom Tromey <tom@tromey.com>
6629
6630 PR exp/17095:
6631 * gdb.dwarf2/dw2-align.exp: New file.
6632 * gdb.cp/align.exp: New file.
6633 * gdb.base/align.exp: New file.
6634 * lib/gdb.exp (gdb_int128_helper): New proc.
6635 (has_int128_c, has_int128_cxx): New caching procs.
6636
6637 2018-04-27 Tom Tromey <tom@tromey.com>
6638
6639 PR rust/22545:
6640 * gdb.rust/simple.exp: Add inclusive range tests.
6641
6642 2018-04-26 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6645 ifunc breakpoint locations correctly of ifunc breakpoints set
6646 while the program resolves the ifunc.
6647
6648 2018-04-26 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.base/gnu-ifunc-final.c: New file.
6651 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6652 * gdb.base/gnu-ifunc.exp (executable): Delete.
6653 (staticexecutable): Adjust.
6654 (lib_opts, exec_opts): Delete.
6655 (make_binsuffix, build, set-break): New procedures.
6656 (misc_tests): New, with tests factored out from the top level.
6657 (top level): Test different combinations of ifunc resolver name,
6658 resolver with and with debug info, and ifunc target with and
6659 without debug info. Wrap static tests with with_target_prefix.
6660
6661 2018-04-26 Pedro Alves <palves@redhat.com>
6662
6663 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6664 return type" warnings.
6665
6666 2018-04-25 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6669 killed".
6670 * gdb.base/kill-after-signal.exp: Likewise.
6671 * gdb.threads/kill.exp: Likewise.
6672
6673 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6674 Sergio Durigan Junior <sergiodj@redhat.com>
6675 Pedro Alves <palves@redhat.com>
6676
6677 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6678 regexps to expect for '[Inferior ... detached]' as well.
6679 * gdb.base/attach.exp: Likewise.
6680 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6681 "gdb_continue_to_end".
6682 (test_catch_syscall_with_wrong_args): Likewise.
6683 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6684 ']'. Don't set 'verbose' on.
6685 * gdb.base/foll-vfork.exp: Likewise.
6686 * gdb.base/fork-print-inferior-events.c: New file.
6687 * gdb.base/fork-print-inferior-events.exp: New file.
6688 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6689 '[Inferior ... has been killed]' message.
6690 * gdb.base/kill-after-signal.exp: Likewise.
6691 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6692 detach message.
6693 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6694 message.
6695 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6696 regexps to expect for '[Inferior ... detached]' as well.
6697 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6698
6699 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6700
6701 PR gdb/23104
6702 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6703
6704 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6705
6706 PR gdb/23095
6707 * gdb.base/break-probes.exp: Pass shlib_load to
6708 prepare_for_testing. Set normal_bp to r_debug_state if target is
6709 bsd.
6710
6711 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6712
6713 * gdb.threads/multiple-successive-infcall.c: New test.
6714 * gdb.threads/multiple-successive-infcall.exp: New file.
6715
6716 2018-04-17 Tom Tromey <tom@tromey.com>
6717
6718 * gdb.rust/simple.rs (Union): New type.
6719 (main): New local "u".
6720 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6721
6722 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6723
6724 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6725 number information in output of "whereis" command.
6726 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6727
6728 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6729
6730 * gdb.ada/info_types.exp: Adjust expected output to the line
6731 numbers now printed by "info var/func/type".
6732 * gdb.base/completion.exp: Likewise.
6733 * gdb.base/included.exp: Likewise.
6734 * gdb.cp/cp-relocate.exp: Likewise.
6735 * gdb.cp/cplusfuncs.exp: Likewise.
6736 * gdb.cp/namespace.exp: Likewise.
6737 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6738
6739 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6740
6741 * gdb.btrace/cpu.exp: New.
6742
6743 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6744
6745 * gdb.base/step-indirect-call-thunk.exp: New.
6746 * gdb.base/step-indirect-call-thunk.c: New.
6747 * gdb.reverse/step-indirect-call-thunk.exp: New.
6748 * gdb.reverse/step-indirect-call-thunk.c: New.
6749
6750 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6751
6752 * gdb.base/pie-fork.c: New file.
6753 * gdb.base/pie-fork.exp: New file.
6754
6755 2018-04-11 Tom Tromey <tom@tromey.com>
6756
6757 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6758
6759 2018-04-10 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6762 exits. Instead loop running forever.
6763 (fork_parent): Run forever too.
6764
6765 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6766
6767 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6768 mi_continue_to_line.
6769 * gdb.mi/mi-stack.c (callee4): Add comment.
6770
6771 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6772
6773 * gdb.mi/mi-stack.exp: Fix indentation.
6774
6775 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6776
6777 PR gdb/22979
6778 * gdb.arch/amd64-osabi.exp: New file.
6779
6780 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6781
6782 PR gdb/22980
6783 * gdb.base/osabi.exp: New file.
6784
6785 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6786
6787 * gdb.cp/static-typedef-print.exp: New file.
6788 * gdb.cp/static-typedef-print.cc: New file.
6789
6790 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6791
6792 * gdb.ada/varsize_limit: New testcase.
6793
6794 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6795
6796 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6797
6798 * gdb.ada/notcplusplus: New testcase.
6799
6800 * gdb.base/c-linkage-name.c: New file.
6801 * gdb.base/c-linkage-name.exp: New testcase.
6802
6803 2018-03-26 Tom Tromey <tom@tromey.com>
6804
6805 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6806 * gdb.python/py-framefilter.py (name_error): New global.
6807 (ErrorInName.function): Use name_error.
6808
6809 2018-03-26 Tom Tromey <tom@tromey.com>
6810
6811 PR backtrace/15582:
6812 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6813
6814 2018-03-23 Keith Seitz <keiths@redhat.com>
6815
6816 PR c++/22968
6817 * gdb.cp/subtypes.exp: New file.
6818 * gdb.cp/subtypes.h: New file.
6819 * gdb.cp/subtypes.cc: New file.
6820 * gdb.cp/subtypes-2.cc: New file.
6821
6822 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6823
6824 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6825 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6826 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6827 -nostartfiles when compiling the test. Confirm that all registers
6828 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6829
6830 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6831
6832 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6833 option, syntax was wrong anyway.
6834 * gdb.arch/arm-disp-step.exp: Likewise.
6835 * gdb.arch/sparc64-regs.exp: Likewise.
6836 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6837 option, syntax was wrong anyway, switch to use
6838 prepare_for_testing.
6839 * gdb.arch/i386-disp-step.exp: Likewise.
6840
6841 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6842
6843 * gdb.ada/exec_changed.exp: Replace "target_info exists
6844 use_gdb_stub" by "use_gdb_stub".
6845 * gdb.ada/start.exp: Likewise.
6846 * gdb.base/async-shell.exp: Likewise.
6847 * gdb.base/attach-pie-misread.exp: Likewise.
6848 * gdb.base/attach-wait-input.exp: Likewise.
6849 * gdb.base/break-entry.exp: Likewise.
6850 * gdb.base/break-interp.exp: Likewise.
6851 * gdb.base/dprintf-detach.exp: Likewise.
6852 * gdb.base/nostdlib.exp: Likewise.
6853 * gdb.base/solib-nodir.exp: Likewise.
6854 * gdb.base/statistics.exp: Likewise.
6855 * gdb.base/testenv.exp: Likewise.
6856 * gdb.mi/mi-exec-run.exp: Likewise.
6857 * gdb.mi/mi-start.exp: Likewise.
6858 * gdb.multi/dummy-frame-restore.exp: Likewise.
6859 * gdb.multi/multi-arch-exec.exp: Likewise.
6860 * gdb.multi/multi-arch.exp: Likewise.
6861 * gdb.multi/tids.exp: Likewise.
6862 * gdb.multi/watchpoint-multi.exp: Likewise.
6863 * gdb.python/py-events.exp: Likewise.
6864 * gdb.threads/attach-into-signal.exp: Likewise.
6865 * gdb.threads/attach-stopped.exp: Likewise.
6866 * gdb.threads/threadapply.exp: Likewise.
6867 * lib/selftest-support.exp: Likewise.
6868
6869 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6870
6871 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6872
6873 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6874
6875 * gdb.perf/template-breakpoints.cc: New file.
6876 * gdb.perf/template-breakpoints.exp: New file.
6877 * gdb.perf/template-breakpoints.py: New file.
6878
6879 2018-03-19 Tom Tromey <tom@tromey.com>
6880
6881 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6882 y0.
6883 * gdb.rust/simple.exp: Test bare identifier form of struct
6884 initializer.
6885
6886 2018-03-19 Tom Tromey <tom@tromey.com>
6887
6888 * gdb.gdb/observer.exp: Remove.
6889
6890 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6891
6892 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6893 "qualified" option when setting breakpoints.
6894 * gdb.trace/backtrace.exp: Likewise.
6895 * gdb.trace/circ.exp: Likewise.
6896 * gdb.trace/collection.exp: Likewise.
6897 * gdb.trace/disconnected-tracing.exp: Likewise.
6898 * gdb.trace/ftrace-lock.exp: Likewise.
6899 * gdb.trace/ftrace.exp: Likewise.
6900 * gdb.trace/infotrace.exp: Likewise.
6901 * gdb.trace/packetlen.exp: Likewise.
6902 * gdb.trace/passc-dyn.exp: Likewise.
6903 * gdb.trace/qtro.exp: Likewise.
6904 * gdb.trace/read-memory.exp: Likewise.
6905 * gdb.trace/report.exp: Likewise.
6906 * gdb.trace/signal.exp: Likewise.
6907 * gdb.trace/status-stop.exp: Likewise.
6908 * gdb.trace/strace.exp: Likewise.
6909 * gdb.trace/tfind.exp: Likewise.
6910 * gdb.trace/trace-break.exp: Likewise.
6911 * gdb.trace/trace-condition.exp: Likewise.
6912 * gdb.trace/trace-mt.exp: Likewise.
6913 * gdb.trace/tstatus.exp: Likewise.
6914 * gdb.trace/tsv.exp: Likewise.
6915 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6916 * gdb.trace/unavailable.exp: Likewise.
6917 * gdb.trace/while-dyn.exp: Likewise.
6918
6919 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6920
6921 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6922 that libinproctrace is copied to the target.
6923
6924 2018-03-14 Tom Tromey <tom@tromey.com>
6925
6926 PR cli/14977:
6927 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6928 a null pointer.
6929 * gdb.base/wchar.exp: Likewise.
6930
6931 2018-03-14 Tom Tromey <tom@tromey.com>
6932
6933 PR cli/19918:
6934 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6935 flag.
6936
6937 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6938
6939 PR gdb/22841
6940 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6941 "target" to remote_exec.
6942
6943 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6944
6945 PR gdb/22841
6946 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6947 ${board}_upload): Remove.
6948
6949 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6950
6951 * gdb.cp/watch-cp.cc: New test.
6952 * gdb.cp/watch-cp.exp: New file.
6953
6954 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6955
6956 * gdb.base/infcall-nested-structs.exp: New file.
6957 * gdb.base/infcall-nested-structs.c: New file.
6958 * gdb.base/float.exp: Add riscv support.
6959
6960 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6961
6962 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6963 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6964
6965 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6966
6967 * gdb.server/abspath.exp: New file.
6968 * lib/gdb.exp (with_cwd): New procedure.
6969
6970 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6971
6972 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6973 use it.
6974 (gdb_is_target_remote_prompt): New proc.
6975 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6976 (gdb_is_target_native): Pass prompt parameter to
6977 gdb_is_target_1.
6978
6979 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6980
6981 * gdb.base/load-command.c: New file.
6982 * gdb.base/load-command.exp: New file.
6983 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6984 (gdb_is_target_1): ...this, and generalize for other targets
6985 than just remote.
6986 (gdb_is_target_remote): Use gdb_is_target_1.
6987 (gdb_is_target_native): use gdb_is_target_1.
6988
6989 2018-02-26 Tom Tromey <tom@tromey.com>
6990
6991 PR python/16497:
6992 * gdb.python/py-framefilter.exp: Update test.
6993
6994 2018-02-26 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.dwarf2/variant.c: New file.
6997 * gdb.dwarf2/variant.exp: New file.
6998
6999 2018-02-26 Tom Tromey <tom@tromey.com>
7000
7001 * gdb.rust/simple.exp: Accept more possible results in enum test.
7002
7003 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7004
7005 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7006 parentheses.
7007
7008 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7009
7010 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7011 name of a variable: $actual_linejj -> $actual_line.
7012
7013 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7014
7015 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7016
7017 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7018
7019 * gdb.btrace/buffer-size.exp: Do not force BTS.
7020
7021 2018-02-14 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7024 getting a "Quit".
7025
7026 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7027
7028 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7029 Fix test name.
7030
7031 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7032
7033 * gdb.cp/m-static.exp: Check type of optimized out static
7034 member.
7035
7036 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7037
7038 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7039 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7040
7041 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7042 Leszek Swirski <leszeks@google.com>
7043
7044 * gdb.python/py-prettyprint.c
7045 (struct to_string_returns_value_inner,
7046 struct to_string_returns_value_wrapper): New.
7047 (main): Add tsrvw variable.
7048 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7049 ToStringReturnsValueWrapper): New classes.
7050 (register_pretty_printers): Register new pretty-printers.
7051 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7052 recursive pretty printer.
7053 * gdb.python/py-mi.exp: Likewise.
7054
7055 2018-02-01 Leszek Swirski <leszeks@google.com>
7056
7057 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7058 functions with the same name as an include file are parsed
7059 correctly.
7060
7061 2018-02-01 Yao Qi <yao.qi@linaro.org>
7062
7063 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7064 "\[^\r\n\]*".
7065
7066 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7067
7068 * gdb.arch/powerpc-prologue-frame.s: New file.
7069 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7070 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7071
7072 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7073
7074 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7075
7076 2018-01-30 Pedro Alves <palves@redhat.com>
7077
7078 PR gdb/13211
7079 * gdb.base/interrupt-daemon.c: New.
7080 * gdb.base/interrupt-daemon.exp: New.
7081 * gdb.multi/multi-term-settings.c: New.
7082 * gdb.multi/multi-term-settings.exp: New.
7083
7084 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7085
7086 * gdb.base/break.exp: Save the location where the breakpoint
7087 on break.c:47 was actually inserted when debugging the version
7088 compiled at -O2 and use it in the expected output of the "info
7089 break" test performed soon after.
7090
7091 2018-01-22 Pedro Alves <palves@redhat.com>
7092 Sergio Durigan Junior <sergiodj@redhat.com>
7093
7094 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7095 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7096
7097 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7098
7099 * gdb.base/break-include.c, gdb.base/break-include.inc,
7100 gdb.base/break-include.exp: New files.
7101 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7102 line number now being the actual line number where the breakpoint
7103 was inserted.
7104 * gdb.mi/mi-break.exp: Likewise.
7105 * gdb.mi/mi-reverse.exp: Likewise.
7106 * gdb.mi/mi-simplerun.exp: Ditto.
7107
7108 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7109
7110 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7111 varobj.
7112 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7113
7114 2018-01-21 Don Breazeal <donb@codesourcery.com>
7115 Andrew Burgess <andrew.burgess@embecosm.com>
7116
7117 * gdb.mi/basics.c: Add new global.
7118 * gdb.mi/mi-frame-regs.exp: New file.
7119 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7120 case.
7121
7122 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7123
7124 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7125 non-parameter, and on an unknown symbol.
7126
7127 2018-01-19 Tom Tromey <tom@tromey.com>
7128
7129 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7130 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7131
7132 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7133
7134 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7135 setrlimit and chdir to int.
7136
7137 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7138
7139 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7140 function.
7141 (my_tend): Likewise.
7142 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7143 rationale of avoiding FP- and vector instructions.
7144
7145 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7146
7147 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7148 "info reg" with "\[ \t\]*".
7149 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7150 "\[ \t\]+".
7151 * gdb.arch/s390-multiarch.exp: Ditto.
7152 * gdb.base/pc-fp.exp: Ditto.
7153 * gdb.reverse/i386-precsave.exp: Ditto.
7154 * gdb.reverse/i386-reverse.exp: Ditto.
7155 * gdb.reverse/i387-env-reverse.exp: Ditto.
7156 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7157
7158 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7159
7160 * lib/gdb.exp (gdb_compile): Re-enable use of
7161 universal_compile_options for languages other than Rust.
7162
7163 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7164
7165 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7166
7167 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7168
7169 PR gdb/16577
7170 * gdb.base/solib-vanish.exp: New.
7171 * gdb.base/solib-vanish-main.c: New.
7172 * gdb.base/solib-vanish-lib1.c: New.
7173 * gdb.base/solib-vanish-lib2.c: New.
7174
7175 2018-01-17 Yao Qi <yao.qi@linaro.org>
7176
7177 * gdb.compile/compile.exp: Match the address printed for
7178 frame in the output of command "bt".
7179
7180 2018-01-15 Tom Tromey <tom@tromey.com>
7181
7182 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7183 compute sp_reg.
7184
7185 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7186
7187 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7188 to prepare.
7189 (prepare): Return 0 on error, 1 on success.
7190
7191 2018-01-12 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.base/continue-after-aborted-step-over.c: New.
7194 * gdb.base/continue-after-aborted-step-over.exp: New.
7195
7196 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7197
7198 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7199 options when not creating an executable.
7200
7201 2018-01-11 Pedro Alves <palves@redhat.com>
7202
7203 PR remote/22597
7204 * gdb.server/stop-reply-no-thread.c: New file.
7205 * gdb.server/stop-reply-no-thread.exp: New file.
7206
7207 2018-01-10 Pedro Alves <palves@redhat.com>
7208
7209 PR gdb/22670
7210 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7211 functions too. Test setting breakpoints and printing C functions
7212 with no debug info too.
7213 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7214
7215 2018-01-10 Pedro Alves <palves@redhat.com>
7216
7217 PR gdb/22670
7218 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7219 a fail.
7220
7221 2018-01-10 Pedro Alves <palves@redhat.com>
7222
7223 PR gdb/22670
7224 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7225
7226 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * gdb.server/unittest.exp: Match the output in non-development
7229 mode.
7230
7231 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * gdb.gdb/unittest.exp: Match output in non-development mode.
7234
7235 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7236
7237 * gdb.ada/access_tagged_param.exp: Relax expected output
7238 for value of "ObjL" in "continue" to pck.inspect breakpoint
7239 test.
7240
7241 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7242
7243 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7244 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7245
7246 2018-01-05 Pedro Alves <palves@redhat.com>
7247
7248 PR gdb/18653
7249 * gdb.base/libsegfault.exp: New.
7250
7251 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7252
7253 PR gdb/22670
7254 * gdb.ada/access_tagged_param.exp: New file.
7255 * gdb.ada/access_tagged_param/foo.adb: New file.
7256
7257 2018-01-05 Pedro Alves <palves@redhat.com>
7258
7259 PR gdb/22670
7260 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7261 exercise lower case too, and to exercise both full matching and
7262 wild matching.
7263
7264 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7265
7266 * gdb.ada/rename_subscript_param: New testcase.
7267
7268 2018-01-05 Jerome Guitton <guitton@adacore.com>
7269
7270 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7271
7272 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7273
7274 * gdb.ada/convvar_comp: New testcase.
7275
7276 2018-01-05 Xavier Roirand <roirand@adacore.com>
7277
7278 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7279 (My_Table): New global variable.
7280 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7281
7282 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7283
7284 PR gdb/22670
7285 * gdb.ada/maint_with_ada: New testcase.
7286
7287 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7288
7289 PR gdb/22670
7290 * gdb.ada/bp_c_mixed_case: New testcase.
7291
7292 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7293
7294 PR gdb/22670
7295 * gdb.ada/complete.exp: Add "complete break ada" test.
7296
7297 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7298
7299 PR gdb/22670
7300 * gdb.ada/info_addr_mixed_case: New testcase.
7301
7302 2018-01-03 Xavier Roirand <roirand@adacore.com>
7303
7304 * gdb.ada/excep_handle.exp: New testcase.
7305 * gdb.ada/excep_handle/foo.adb: New file.
7306 * gdb.ada/excep_handle/pck.ads: New file.
7307
7308 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7309
7310 * gdb.base/step-line.c: Add extra empty line in copyright header.
7311 * gdb.base/step-line.inp: Likewise.
7312
7313 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7314
7315 * gdb.ada/dyn_stride.exp: Add slice test.
7316
7317 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.ada/dyn_stride: New testcase.
7320
7321 2017-12-27 Stafford Horne <shorne@gmail.com>
7322
7323 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7324 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7325
7326 2017-12-27 Stafford Horne <shorne@gmail.com>
7327
7328 * gdb.base/reggroups.c: New file.
7329 * gdb.base/reggroups.exp: New file.
7330
7331 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7332
7333 * gdb.dwarf2/ada-valprint-error.c: New file.
7334 * gdb.dwarf2/ada-valprint-error.exp: New file.
7335
7336 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7337
7338 * gdb.ada/assign_arr: New testcase.
7339
7340 2017-12-18 Xavier Roirand <roirand@adacore.com>
7341
7342 * gdb.ada/funcall_ptr: New testcase.
7343
7344 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7345
7346 PR cli/16224
7347 * gdb.base/ptype-offsets.cc: New file.
7348 * gdb.base/ptype-offsets.exp: New file.
7349
7350 2017-12-15 Yao Qi <yao.qi@linaro.org>
7351
7352 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7353 if XML is disabled.
7354
7355 2017-12-15 Xavier Roirand <roirand@adacore.com>
7356
7357 * gdb.ada/same_component_name: New testcase.
7358
7359 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7360
7361 * gdb.ada/str_binop_equal: New testcase.
7362
7363 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7364
7365 * gdb.ada/task_switch_in_core: New testcase.
7366
7367 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7370 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7371 call test_bkpt_qualified.
7372 (test_bkpt_qualified): New proc.
7373
7374 2017-12-13 Pedro Alves <palves@redhat.com>
7375
7376 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7377 Tighten regexp by matching with an anchor.
7378
7379 2017-12-13 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7382 ("expression with namespace"): New set of tests.
7383 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7384 (Nested::Test_NS::qux): New.
7385 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7386 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7387
7388 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7389
7390 * gdb.base/server-del-break.c: New file.
7391 * gdb.base/server-del-break.exp: New file.
7392
7393 2017-12-12 Stafford Horne <shorne@gmail.com>
7394
7395 * gdb.xml/tdesc-regs.exp: Add or1k support.
7396
7397 2017-12-12 Stafford Horne <shorne@gmail.com>
7398
7399 * gdb.base/bp-permanent.c: Define nop of or1k.
7400
7401 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7404 output with components being reordered.
7405
7406 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7409 output with components being reordered.
7410
7411 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7412 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.base/maint.exp (check for .gdb_index): Check also for
7415 .debug_names.
7416 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7417 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7418 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7419 (.gdb_index used after symbol reloading): Support also .debug_names.
7420 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7421
7422 2017-12-08 Yao Qi <yao.qi@linaro.org>
7423
7424 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7425 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
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 test for breakpoint.
7431
7432 2017-12-08 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.arch/aarch64-tagged-pointer.c: New file.
7435 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7436
7437 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7438
7439 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7440 "int".
7441
7442 2017-12-07 Keith Seitz <keiths@redhat.com>
7443
7444 PR breakpoints/22569
7445 * gdb.linespec/ls-errs.exp: Change expected result of "break
7446 -source this file has spaces.c -line 3".
7447 Check that an explicit source file followed by whitespace is
7448 identified as an invalid explicit location.
7449
7450 2017-12-07 Keith Seitz <keiths@redhat.com>
7451
7452 * gdb.cp/nested-types.cc: New file.
7453 * gdb.cp/nested-types.exp: New file.
7454 * lib/cp-support.exp: Load data-structures.exp library.
7455 (debug_cp_test_ptype_class): New global.
7456 (cp_ptype_class_verbose, next_line): New procedures.
7457 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7458 Add and document new return value.
7459 Switch the list of lines to a queue.
7460 Add support for new `type' key for nested type definitions.
7461 Add debugging/troubleshooting messages.
7462 * lib/data-structures.exp: New file.
7463
7464 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7465
7466 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7467 with proc_with_prefix, don't use with_test_prefix.
7468
7469 2017-12-07 Tom Tromey <tom@tromey.com>
7470
7471 * gdb.base/break.exp: Add test for empty "commands".
7472
7473 2017-12-07 Yao Qi <yao.qi@linaro.org>
7474
7475 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7476 malloc and catch syscall.
7477
7478 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7479
7480 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7481 tests for explicit locations.
7482
7483 2017-12-06 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7486 force-disabling XML descriptions.
7487
7488 2017-12-04 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/22499
7491 * gdb.arch/amd64-disp-step-avx.S: New file.
7492 * gdb.arch/amd64-disp-step-avx.exp: New file.
7493
7494 2017-12-03 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7497 and <string.h>.
7498 (parent_function): Print distinct messages when waitpid fails, or
7499 the child exits with a signal, or the child exits for an unhandled
7500 reason.
7501 * gdb.threads/process-dies-while-detaching.exp
7502 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7503 it. Wait for both inferior output and GDB's prompt. Use an
7504 indirect spawn id list.
7505 (do_detach): New parameter 'child_exit'. Use it to compute
7506 expected inferior output.
7507 (test_detach, test_detach_watch, test_detach_killed_outside):
7508 Adjust to pass down the expected child exit kind.
7509
7510 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7511 Sergio Durigan Junior <sergiodj@redhat.com>
7512 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7515
7516 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7517
7518 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7519 to 'symbol-file' and 'add-symbol-file' can be
7520 position-independent.
7521
7522 2017-12-01 Yao Qi <yao.qi@linaro.org>
7523
7524 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7525 the URL in copyright header.
7526 * gdb.arch/aarch64-fp.exp: Likewise.
7527 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7528 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7529 * gdb.base/expand-psymtabs.exp: Likewise.
7530 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7531 * gdb.fortran/common-block.exp: Likewise.
7532 * gdb.fortran/common-block.f90: Likewise.
7533 * gdb.fortran/logical.exp: Likewise.
7534 * gdb.fortran/vla-datatypes.f90: Likewise.
7535 * gdb.fortran/vla-sub.f90: Likewise.
7536
7537 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7538
7539 * gdb.ada/repeat_dyn: New testcase.
7540
7541 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7542
7543 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7544 Update for changed thread numbering.
7545 * gdb.cell/bt.exp: Update for changed GDB output.
7546
7547 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7550 setting isremote by hand.
7551 * boards/dwarf4-gdb-index.exp: Likewise.
7552 * boards/fission.exp: Likewise.
7553 * boards/stabs.exp: Likewise.
7554
7555 2017-11-30 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.linespec/cpls-ops.exp
7558 (check_explicit_skips_function_argument): Extract the underlying
7559 type of size_t instead of hardcoding it.
7560
7561 2017-11-29 Pedro Alves <palves@redhat.com>
7562
7563 PR c++/19436
7564 * gdb.linespec/cpls-abi-tag.cc: New file.
7565 * gdb.linespec/cpls-abi-tag.exp: New file.
7566
7567 2017-11-29 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.base/langs.exp: Use -qualified.
7570 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7571 it.
7572 * gdb.cp/namespace.exp: Use -qualified.
7573 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7574 (overload-3, template-overload, template-ret-type, const-overload)
7575 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7576 procedures.
7577 (test_driver): Call them.
7578 * gdb.cp/save-bp-qualified.cc: New.
7579 * gdb.cp/save-bp-qualified.exp: New.
7580 * gdb.linespec/explicit.exp: Test -qualified.
7581 * lib/completion-support.exp (completion::explicit_opts_list): Add
7582 "-qualified".
7583 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7584
7585 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7586
7587 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7588
7589 2017-11-29 Tom Tromey <tom@tromey.com>
7590
7591 * gdb.base/relocate.exp: Update invalid argument test.
7592 Add new tests for invalid arguments.
7593
7594 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7595
7596 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7597 Return 0 as a long.
7598 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7599
7600 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7601
7602 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7603 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7604 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7605 func ().
7606 * gdb.cp/shadow.cc (B.func): Return 0.
7607
7608 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7609
7610 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7611 expected output in gdb_expect call to allow the exception
7612 message to be present as well. Fix syntax confusion to avoid
7613 TCL thinking that exception_name is an array.
7614
7615 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7616
7617 * gdb.arch/spu-info.c: Include <unistd.h>.
7618 (do_signal_test): Fix broken calls to write.
7619 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7620 Fix checks for empty mailboxes. Update signal tests for corrected
7621 do_signal_test routine. Allow nonzero event status.
7622 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7623 * gdb.cell/arch.exp: Use standard_output_file.
7624 * gdb.cell/break.exp: Likewise.
7625 * gdb.cell/bt.exp: Likewise.
7626 * gdb.cell/core.exp: Likewise.
7627 * gdb.cell/dwarfaddr.exp: Likewise.
7628 * gdb.cell/ea-cache.exp: Likewise.
7629 * gdb.cell/ea-standalone.exp: Likewise.
7630 * gdb.cell/f-regs.exp: Likewise.
7631 * gdb.cell/fork.exp: Likewise.
7632 * gdb.cell/gcore.exp: Likewise.
7633 * gdb.cell/mem-access.exp: Likewise.
7634 * gdb.cell/ptype.exp: Likewise.
7635 * gdb.cell/registers.exp: Likewise.
7636 * gdb.cell/sizeof.exp: Likewise.
7637 * gdb.cell/solib-symbol.exp: Likewise.
7638 * gdb.cell/solib.exp: Likewise.
7639
7640 2017-11-25 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.base/complete-empty.exp: New file.
7643 * gdb.base/completion.exp: Adjust.
7644
7645 2017-11-25 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.linespec/cpls-ops.cc: New file.
7648 * gdb.linespec/cpls-ops.exp: New file.
7649 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7650 factored out from ...
7651 (test_complete_prefix_range): ... this.
7652
7653 2017-11-24 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.linespec/cpcompletion.exp: New file.
7656 * gdb.linespec/cpls-hyphen.cc: New file.
7657 * gdb.linespec/cpls.cc: New file.
7658 * gdb.linespec/cpls2.cc: New file.
7659 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7660 test to use test_gdb_complete_unique. Add label completion,
7661 keyword completion and explicit location completion tests.
7662 * lib/completion-support.exp: New file.
7663
7664 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7667 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7668 when hitting an exception catchpoint.
7669
7670 2017-11-22 Yao Qi <yao.qi@linaro.org>
7671
7672 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7673
7674 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7675
7676 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7677 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7678 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7679
7680 2017-11-22 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.base/info-os.exp: Pass pthreads.
7683 * gdb.multi/multi-attach.exp: Likewise.
7684
7685 2017-11-22 Yao Qi <yao.qi@linaro.org>
7686
7687 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7688 compiler.
7689
7690 2017-11-22 Yao Qi <yao.qi@linaro.org>
7691
7692 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7693 * gdb.base/break-interp.exp: Likewise.
7694 * gdb.base/jit-attach-pie.exp: Likewise.
7695
7696 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7697
7698 * gdb.base/float128.c (large128): New variable.
7699 * gdb.base/float128.exp: Add test to print largest __float128 value.
7700
7701 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7702
7703 * gdb.arch/vsx-regs.exp: Update register content checks.
7704
7705 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7706
7707 * gdb.arch/ppc-longdouble.exp: New file.
7708 * gdb.arch/ppc-longdouble.c: Likewise.
7709
7710 2017-11-21 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7713
7714 2017-11-20 Pedro Alves <palves@redhat.com>
7715
7716 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7717 (long_double_typedef): New typedefs.
7718 Use DEF on double and long double.
7719 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7720 cases.
7721 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7722 and 'long_double_ptr_same_size' locals. Use them to decide
7723 whether cast from array/function to float is valid/invalid.
7724
7725 2017-11-17 Tom Tromey <tom@tromey.com>
7726
7727 * gdb.rust/traits.rs: New file.
7728 * gdb.rust/traits.exp: New file.
7729
7730 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7731
7732 * gdb.ada/minsyms: New testcase.
7733
7734 2017-11-16 Pedro Alves <palves@redhat.com>
7735
7736 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7737 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7738
7739 2017-11-16 Pedro Alves <palves@redhat.com>
7740
7741 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7742 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7743
7744 2017-11-16 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.server/reconnect-ctrl-c.c: New file.
7747 * gdb.server/reconnect-ctrl-c.exp: New file.
7748
7749 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7750
7751 * gdb.python/py-rbreak.exp: New file.
7752 * gdb.python/py-rbreak.c: New file.
7753 * gdb.python/py-rbreak-func2.c: New file.
7754
7755 2017-11-16 Pedro Alves <palves@redhat.com>
7756
7757 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7758 pattern.
7759 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7760 GDB.
7761
7762 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7765 regex.
7766
7767 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7768
7769 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7770 test names.
7771
7772 2017-11-09 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7775 factored out from ...
7776 (top level): ... here, and adjusted to avoid expecting beyond the
7777 prompt in a single gdb_test_multiple.
7778
7779 2017-11-09 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7782 output.
7783 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7784 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7785 * gdb.server/ext-run.exp ("kill" test): Likewise.
7786 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7787
7788 2017-11-09 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7791 match till end of line.
7792
7793 2017-11-09 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7796
7797 2017-11-09 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7800 New procedures, factored out from ...
7801 (top level): ... here, and adjusted to avoid expecting beyond the
7802 prompt in one go.
7803
7804 2017-11-09 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7807 output. Fix '?' match.
7808
7809 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7810
7811 * gdb.ada/scoped_watch: New testcase.
7812 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7813 which is actually correct.
7814 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7815 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7816
7817 2017-11-08 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.gdb/complaints.exp (test_initial_complaints)
7820 (test_serial_complaints, test_short_complaints): Call
7821 complaint_internal instead of complaint.
7822
7823 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7824
7825 * gdb.threads/tls-core.c: New file.
7826 * gdb.threads/tls-core.exp: Likewise.
7827
7828 2017-11-08 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7831 (p Exported_Capitalized): New test.
7832 (p exported_capitalized): New test.
7833
7834 2017-11-07 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7837
7838 2017-11-07 Pedro Alves <palves@redhat.com>
7839
7840 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7841 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7842 (disable_invalid, disable_inverted, disable_negative): New
7843 procedures.
7844 ("bad numbers"): New set of tests.
7845
7846 2017-11-07 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.cp/ena-dis-br-range.exp: Add tests.
7849
7850 2017-11-07 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7853
7854 2017-11-07 Xavier Roirand <roirand@adacore.com>
7855 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/ena-dis-br.exp: Add reference to
7858 gdb.cp/ena-dis-br-range.exp.
7859 * gdb.cp/ena-dis-br-range.exp: New file.
7860 * gdb.cp/ena-dis-br-range.cc: New file.
7861
7862 2017-11-06 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/attach-non-pgrp-leader.c: New.
7865 * gdb.base/attach-non-pgrp-leader.exp: New.
7866
7867 2017-11-06 Pedro Alves <palves@redhat.com>
7868
7869 * configure.ac: No longer check for termio.h and sgtty.h.
7870 * configure: Regenerate.
7871 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7872 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7873 Remove termio and sgtty code.
7874
7875 2017-11-03 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7878 in GDB is disabled.
7879
7880 2017-11-03 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.python/py-thrhandle.exp: Skip it if python is not
7883 enabled.
7884
7885 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7886
7887 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7888 as a breakpoint command.
7889
7890 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7891
7892 PR python/21213
7893 * gdb.python/py-infthread.exp: Test calling
7894 InferiorThread.inferior () multiple times in a row.
7895
7896 2017-10-27 Keith Seitz <keiths@redhat.com>
7897
7898 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7899 Test "info break" for every inlined function breakpoint.
7900
7901 2017-10-27 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7904
7905 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7906
7907 * gdb.cp/classes.exp (test_static_members): Test printing
7908 Outer::instance.
7909 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7910 (Inner::instance, Outer::instance): New.
7911
7912 2017-10-24 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7915 extra console" test in two stages.
7916
7917 2017-10-24 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7920
7921 2017-10-24 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7924 loop.
7925
7926 2017-10-24 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7929 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7930
7931 2017-10-24 Pedro Alves <palves@redhat.com>
7932
7933 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7934 parameter and handle it. Don't output read value in test name.
7935
7936 2017-10-24 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7939 custom test name.
7940
7941 2017-10-24 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7944 include the unstable output directory name in the test's name.
7945 (initial_setup_simple) <'set args'>: Use custom test name.
7946
7947 2017-10-24 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7950 with explicit test name.
7951
7952 2017-10-20 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7955 'wait -i'. Use gdb_assert and remote_close.
7956
7957 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7958
7959 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7960 number from variable rather than hard-coded.
7961
7962 2017-10-19 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.base/long-inferior-output.c: New file.
7965 * gdb.base/long-inferior-output.exp: New file.
7966
7967 2017-11-18 Keith Seitz <keiths@redhat.com>
7968
7969 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7970 method.
7971 (main): Call it.
7972 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7973 Add additional user-defined conversion operator tests.
7974
7975 2017-10-17 Pedro Alves <palves@redhat.com>
7976
7977 * boards/native-stdio-gdbserver.exp: Load "local-board".
7978
7979 2017-10-17 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/quit-live.c: New file.
7982 * gdb.base/quit-live.exp: New file.
7983
7984 2017-10-16 Keith Seitz <keiths@redhat.com>
7985
7986 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7987 (class_with_protected_typedef, class_with_private_typedef)
7988 (struct_with_public_typedef, struct_with_protected_typedef)
7989 (struct_with_private_typedef): New classes/structs.
7990 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7991 typedefs and access specifiers.
7992
7993 2017-10-16 Pedro Alves <palves@redhat.com>
7994 Simon Marchi <simon.marchi@polymtl.ca>
7995
7996 * README (Local vs Remote vs Native): New section.
7997 * boards/local-board.exp: New file, with bits factored out from
7998 ...
7999 * boards/native-extended-gdbserver.exp: ... here. Load
8000 "local-board".
8001 * boards/native-gdbserver.exp: Load "local-board".
8002 (${board}_spawn, ${board}_exec): Delete.
8003 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8004 ...
8005 * boards/stdio-gdbserver-base.exp: ... this new file.
8006 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8007 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8008 procedure.
8009 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8010 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8011 stdio_gdbserver_command.
8012 (${board}_get_remote_address, ${board}_get_comm_port)
8013 (${board}_download, ${board}_upload): Delete.
8014 (get_target_remote_pipe_cmd): New.
8015
8016 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8017
8018 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8019 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8020 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8021 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8022 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8023 remove with_test_prefix.
8024
8025 2017-10-13 Pedro Alves <palves@redhat.com>
8026
8027 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8028 * gdb.base/annota1.exp: Use it instead of is_remote.
8029 * gdb.base/annota3.exp: Use it instead of is_remote.
8030 * gdb.cp/annota2.exp: Use it instead of is_remote.
8031 * gdb.cp/annota3.exp: Use it instead of is_remote.
8032 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8033
8034 2017-10-13 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8037 (test_num_test_vars, run_and_count_vars, find_env)
8038 (test_set_unset_env, test_inherit_env_var): New procedures.
8039 (top level): Use them.
8040
8041 2017-10-13 Pedro Alves <palves@redhat.com>
8042
8043 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8044 also skip on stub-like targets.
8045
8046 2017-10-13 Pedro Alves <palves@redhat.com>
8047
8048 PR gdb/22293
8049 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8050 (top level): Move some tests to ...
8051 (test_not_found): ... this new procedure.
8052 (top level): Call it.
8053
8054 2017-10-13 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8057 expect different "info terminal" output if testing with a
8058 non-native target.
8059
8060 2017-10-13 Pedro Alves <palves@redhat.com>
8061 Simon Marchi <simon.marchi@polymtl.ca>
8062
8063 PR python/12966
8064 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8065
8066 2017-10-13 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8069 already.
8070
8071 2017-10-13 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8074 is_remote.
8075
8076 2017-10-13 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8079 is_remote.
8080
8081 2017-10-13 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8084 is set.
8085 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8086 instead of is_remote.
8087
8088 2017-10-13 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8091 (top level): Add comment.
8092
8093 2017-10-13 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/remote.exp (top level): Fix comment typo and add
8096 missing return.
8097
8098 2017-10-13 Pedro Alves <palves@redhat.com>
8099 Simon Marchi <simon.marchi@polymtl.ca>
8100
8101 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8102 calls and add comments. Skip test if use_gdb_stub is set.
8103 (top level): Use "set cwd" command instead of "cd" command.
8104
8105 2017-10-13 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8108 is_remote target check.
8109
8110 2017-10-13 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/scope.exp: Use build_executable + clean_restart +
8113 gdb_file_cmd instead of prepare_for_testing and no longer skip
8114 "before run" tests on is_remote target boards. Update comments.
8115 * boards/native-extended-gdbserver.exp
8116 (extended_gdbserver_load_last_file): New, factored out from ...
8117 (gdb_load): ... this. Move further below and add comment.
8118 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8119
8120 2017-10-12 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/attach.exp: Remove references to gdb64.
8123 * gdb.base/dbx.exp: Remove references to gdb64.
8124
8125 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8126 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.base/label.exp: Remove is_remote target check.
8129
8130 2017-10-12 Pedro Alves <palves@redhat.com>
8131
8132 * gdb.base/auvx.exp (coredir): Update comment.
8133 (top level) <core_works>: Use "set cwd" command instead of "cd"
8134 command.
8135
8136 2017-10-12 Pedro Alves <palves@redhat.com>
8137 Simon Marchi <simon.marchi@polymtl.ca>
8138
8139 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8140 target boards.
8141
8142 2017-10-12 Pedro Alves <palves@redhat.com>
8143 Simon Marchi <simon.marchi@polymtl.ca>
8144
8145 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8146 Instead skip if there's any gdb_protocol set.
8147
8148 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8149 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8152
8153 2017-10-12 Pedro Alves <palves@redhat.com>
8154 Simon Marchi <simon.marchi@polymtl.ca>
8155
8156 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8157 instead of on dejagnu remote boards.
8158
8159 2017-10-12 Pedro Alves <palves@redhat.com>
8160 Simon Marchi <simon.marchi@polymtl.ca>
8161
8162 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8163 checks. Use build_executable + clean_restart instead of
8164 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8165 of enabling non-stop after starting gdb.
8166
8167 2017-10-12 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8170 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8171 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8172 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8173
8174 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8175
8176 * gdb.arch/arc-tdesc-cpu.exp: New file.
8177 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8178
8179 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8180
8181 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8182
8183 2017-10-10 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8186 expect CLI output.
8187
8188 2017-10-10 Pedro Alves <palves@redhat.com>
8189
8190 * lib/selftest-support.exp (selftest_setup): Update for
8191 captured_command_loop's prototype change.
8192
8193 2017-10-09 Pedro Alves <palves@redhat.com>
8194
8195 Test both arch1=>arch2 and arch2=>arch1.
8196
8197 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8198 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8199 factored out to...
8200 (append_arch1_options, append_arch2_options, append_arch_options)
8201 (build_executables): New procedures.
8202 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8203 local.
8204 (top level): Add new 'first_arch' testing axis.
8205
8206 2017-10-09 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8209 (barrier): New.
8210 (thread_start, all_started): New functions.
8211 (main): Spawn new thread and wait until it is scheduled.
8212 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8213 option.
8214 (do_test): Add 'selected_thread' parameter. Run to all_started
8215 instead of main. Explicitly set the breakpoint at main. Switch
8216 to the SELECTED_THREAD thread.
8217 (top level): Test handling the exec event with either the main
8218 thread or the second thread selected.
8219
8220 2017-10-09 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8223 logic. Move STOP marker after the value checks.
8224 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8225 regexp.
8226
8227 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8228
8229 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8230
8231 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8232
8233 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8234 integer-to-dfp conversion.
8235 * gdb.base/dfp-test.exp: Likewise.
8236
8237 2017-10-04 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.multi/hangout.c: Include <unistd.h>.
8240 (hangout_loop): New function.
8241 (main): Call alarm. Call hangout_loop in a loop.
8242 * gdb.multi/hello.c: Include <unistd.h>.
8243 (hello_loop): New function.
8244 (main): Call alarm. Call hangout_loop in a loop.
8245 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8246 inferior with the other selected.
8247
8248 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8249
8250 * gdb.mi/list-thread-groups-available.exp: New file.
8251 * gdb.mi/list-thread-groups-available.c: New file.
8252
8253 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8254
8255 * gdb.base/set-cwd.exp: Make it available on
8256 native-extended-gdbserver.
8257
8258 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8259
8260 * gdb.base/set-cwd.c: New file.
8261 * gdb.base/set-cwd.exp: Likewise.
8262
8263 2017-10-02 Tom Tromey <tom@tromey.com>
8264
8265 PR rust/22236:
8266 * gdb.rust/simple.rs (main): New variable "fslice".
8267 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8268
8269 2017-10-02 Tom Tromey <tom@tromey.com>
8270
8271 * gdb.rust/simple.exp: Test ptype of a slice.
8272
8273 2017-10-02 Tom Tromey <tom@tromey.com>
8274
8275 * gdb.rust/simple.exp: Test index of slice.
8276
8277 2017-09-27 Tom Tromey <tom@tromey.com>
8278
8279 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8280
8281 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8282 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/compare-sections.exp (get value of read-only section): Read
8285 as unsigned value.
8286 (corrupt read-only section): Likewise and don't set written if patching
8287 failed.
8288
8289 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8290
8291 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8292 files.
8293
8294 2017-09-20 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8297 symbol names in gdb's output.
8298 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8299
8300 2017-09-20 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8303 Rename to ...
8304 (test_list_ambiguous_symbol): ... this and add a symbol name
8305 parameter. Adjust.
8306 (test_list_ambiguous_function): Reimplement on top of
8307 test_list_ambiguous_symbol and also test listing ambiguous
8308 variables.
8309 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8310 (ambiguous_fun): ... this.
8311 (ambiguous_var): New.
8312 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8313 (ambiguous_fun): ... this.
8314 (ambiguous_var): New.
8315
8316 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8317
8318 * gdb.base/starti.c: New file.
8319 * gdb.base/starti.exp: New file.
8320 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8321
8322 2017-09-14 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8325 (top level): Use it instead of runto.
8326
8327 2017-09-11 Tom Tromey <tom@tromey.com>
8328
8329 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8330
8331 2017-09-11 Tom Tromey <tom@tromey.com>
8332
8333 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8334 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8335
8336 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8337
8338 * gdb.fortran/printing-types.exp: New file.
8339 * gdb.fortran/printing-types.exp: New file.
8340
8341 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8342
8343 * gdb.fortran/vla-ptype.exp: Fix typos.
8344 * gdb.fortran/vla-value.exp: Same.
8345
8346 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8347
8348 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8349 * gdb.mi/mi-var-child-f.exp: Likewise.
8350 * gdb.mi/mi-vla-fortran.exp: Likewise.
8351
8352 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8353 Christoph Weinmann <christoph.t.weinmann@intel.com>
8354 Bernhard Heckel <bernhard.heckel@intel.com>
8355
8356 * gdb.fortran/ptr-indentation.f90: New file.
8357 * gdb.fortran/ptr-indentation.exp: New file.
8358
8359 2017-09-05 Tom Tromey <tom@tromey.com>
8360
8361 PR gdb/22010:
8362 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8363
8364 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8365
8366 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8367
8368 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 * gdb.threads/tls-nodebug-pie.c: New file.
8371 * gdb.threads/tls-nodebug-pie.exp: New file.
8372
8373 2017-09-05 Tom Tromey <tom@tromey.com>
8374
8375 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8376 for rust.
8377
8378 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8379
8380 * gdb.multi/multi-arch-exec.exp: Test with different
8381 "follow-exec-mode" settings.
8382 (do_test): New procedure.
8383
8384 2017-09-04 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/func-static.c (S::method const, S::method volatile)
8387 (S::method volatile const): New methods.
8388 (c_s, v_s, cv_s): New instances.
8389 (main): Call method() on them.
8390 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8391 (cannot_resolve): New procedure.
8392 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8393 print-quote-unquoted columns.
8394 (do_test): Test printing each scope too.
8395
8396 2017-09-04 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.base/local-static.exp: Also test with
8399 class::method::variable wholly quoted.
8400 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8401
8402 2017-09-04 Pedro Alves <palves@redhat.com>
8403
8404 * gdb.base/local-static.c: New.
8405 * gdb.base/local-static.cc: New.
8406 * gdb.base/local-static.exp: New.
8407
8408 2017-09-04 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.asm/asm-source.exp: Add casts to int.
8411 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8412 (dataglobal64_1, dataglobal64_2): New globals.
8413 * gdb.base/nodebug.exp: Test different expressions involving the
8414 new globals, with print, whatis and ptype. Add casts to int.
8415 * gdb.base/solib-display.exp: Add casts to int.
8416 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8417 * gdb.cp/m-static.exp: Add cast to int.
8418 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8419 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8420 tls variable with no debug info without a cast. Test with a cast
8421 to int too.
8422 * gdb.trace/entry-values.exp: Add casts.
8423
8424 2017-09-04 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/nodebug.exp: Test that ptype's error about functions
8427 with unknown return type includes the function name too.
8428
8429 2017-09-04 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8432 return type of munmap in infcall.
8433 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8434 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8435 type of ftell in infcall.
8436 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8437 type of getpid in infcall.
8438 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8439 infcall.
8440 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8441 Bail on failure to extract the pid.
8442 * gdb.base/nodebug.c: #include <stdint.h>.
8443 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8444 New functions.
8445 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8446 Change expected output of print/whatis/ptype with functions with
8447 no debug info. Test all supported languages. Call
8448 test_call_promotion.
8449 * gdb.compile/compile.exp: Adjust expected output to expect
8450 warning.
8451 * gdb.threads/siginfo-threads.exp: Likewise.
8452
8453 2017-09-04 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8456 "prototypes". Test calling float functions via prototyped and
8457 unprototyped function pointers.
8458 (perform_all_tests): New parameter "prototypes". Pass it down.
8459 (top level): Pass down "prototypes" parameter to
8460 perform_all_tests.
8461
8462 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8463
8464 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8465 Test with nested loops.
8466
8467 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8468
8469 * gdb.base/commands.exp: Call the new procedures.
8470 (loop_break_test, loop_continue_test): New procedures.
8471
8472 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8473
8474 * gdb.base/commands.exp: Call new procedure.
8475 (define_if_without_arg_test): New procedure.
8476
8477 2017-09-04 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/list-ambiguous.exp: New file.
8480 * gdb.base/list-ambiguous0.c: New file.
8481 * gdb.base/list-ambiguous1.c: New file.
8482 * gdb.base/list.exp (test_list_range): Adjust expected output.
8483
8484 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8485
8486 * gdb.base/share-env-with-gdbserver.c: New file.
8487 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8488
8489 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8490
8491 * gdb.base/commands.exp (gdbvar_simple_if_test,
8492 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8493 progvar_simple_if_test, progvar_simple_while_test,
8494 progvar_complex_if_while_test, user_defined_command_test,
8495 user_defined_command_args_eval,
8496 user_defined_command_args_stack_test,
8497 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8498 temporary_breakpoint_commands,
8499 gdb_test_no_prompt, redefine_hook_test,
8500 redefine_backtrace_test): Remove "global gdb_prompt".
8501
8502 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8505 New proc, call it from toplevel.
8506
8507 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8508
8509 PR remote/21852
8510 * gdb.server/normal.c: New file, copied from gdb.base.
8511 * gdb.server/run-without-local-binary.exp: New file.
8512
8513 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8514
8515 * gdb.arch/sparc64-adi.exp: New file.
8516 * gdb.arch/sparc64-adi.c: New file.
8517
8518 2017-08-22 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8521 (top level): Add "list all overloads" tests.
8522
8523 2017-08-22 Tom Tromey <tom@tromey.com>
8524
8525 * gdb.gdb/xfullpath.exp: Remove.
8526
8527 2017-08-21 Pedro Alves <palves@redhat.com>
8528
8529 PR gdb/19487
8530 * gdb.base/symbol-alias.c: New.
8531 * gdb.base/symbol-alias2.c: New.
8532 * gdb.base/symbol-alias.exp: New.
8533
8534 2017-08-21 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/dfp-test.c
8537 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8538 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8539 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8540 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8541 * gdb.base/whatis-ptype-typedefs.c: New.
8542 * gdb.base/whatis-ptype-typedefs.exp: New.
8543 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8544 (an_int, an_int_type, an_int_type2): New globals.
8545 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8546 involving typedefs and cast expressions.
8547 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8548 (lookup_typedefs_function): New.
8549 (typedefs_pretty_printers_dict): New.
8550 (top level): Register lookup_typedefs_function in
8551 gdb.pretty_printers.
8552
8553 2017-08-18 Yao Qi <yao.qi@linaro.org>
8554
8555 * gdb.server/unittest.exp: New.
8556
8557 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8558
8559 PR gdb/21954
8560 * gdb.base/environ.exp: Add test to check if 'unset environment'
8561 works.
8562
8563 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8564
8565 * lib/gdb.exp (universal_compile_options): New caching proc.
8566 (gdb_compile): Suppress GCC's coloring of messages.
8567
8568 2017-08-14 Tom Tromey <tom@tromey.com>
8569
8570 PR gdb/21675:
8571 * gdb.base/printcmds.exp (test_radices): New function.
8572 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8573 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8574 * lib/gdb.exp (get_integer_valueof): Use p/d.
8575
8576 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8579 characters.
8580
8581 2017-08-05 Tom Tromey <tom@tromey.com>
8582
8583 * gdb.rust/simple.exp: Allow String to appear in a different
8584 namespace.
8585
8586 2017-07-26 Yao Qi <yao.qi@linaro.org>
8587
8588 * gdb.gdb/unittest.exp: Invoke command
8589 "maintenance check xml-descriptions".
8590
8591 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8592
8593 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8594 calling context.
8595 (hex128): Drop erroneous calculation of parameters.
8596
8597 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8598
8599 * gdb.python/py-unwind.exp: Disable stack protection when
8600 building test file.
8601
8602 2017-07-20 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/default.exp (set language): Adjust expected output.
8605
8606 2017-07-20 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8609 (test_minsym): ... this, and make static.
8610 (get_pck__foo__bar__minsym): Rename to ...
8611 (get_test_minsym): ... this.
8612 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8613 symbol names and comments.
8614 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8615 (get_test_minsym): ... this.
8616 (pck__foo__bar__minsym__2): Rename to ...
8617 (test_minsym): ... this.
8618 (main): Adjust.
8619
8620 2017-07-17 Pedro Alves <palves@redhat.com>
8621
8622 * gdb.base/completion.exp: Adjust expected output.
8623 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8624 the completer works.
8625
8626 2017-07-17 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8629
8630 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8631
8632 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8633
8634 2017-07-14 Tom Tromey <tom@tromey.com>
8635
8636 PR rust/21764:
8637 * gdb.rust/simple.exp: Add tests.
8638
8639 2017-07-14 Tom Tromey <tom@tromey.com>
8640
8641 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8642
8643 2017-07-14 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.linespec/base/one/thefile.cc (z1): New function.
8646 * gdb.linespec/base/two/thefile.cc (z2): New function.
8647 * gdb.linespec/linespec.exp: Add tests.
8648
8649 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8650
8651 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8652 to mi_create_breakpoint.
8653
8654 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8655
8656 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8657 mi_create_breakpoint.
8658
8659 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8660
8661 * gdb.dlang/demangle.exp: Update for demangling changes.
8662
8663 2017-07-09 Tom Tromey <tom@tromey.com>
8664
8665 * gdb.dwarf2/shortpiece.exp: New file.
8666
8667 2017-07-06 David Blaikie <dblaikie@gmail.com>
8668
8669 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8670 built from fissiont-multi-cu{1,2}.c.
8671 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8672 except putting 'main' and 'func' in separate CUs in the same DWO file.
8673 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8674 test.
8675 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8676 test.
8677
8678 2017-07-06 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.python/py-unwind.exp: Test flushregs.
8681
8682 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 PR cli/21688
8685 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8686 tests for alias commands and trailing whitespace.
8687
8688 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8689
8690 PR cli/21688
8691 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8692 procedure. Call it.
8693
8694 2017-06-29 Pedro Alves <palves@redhat.com>
8695
8696 * gdb.base/printcmds.exp: Add tests.
8697
8698 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8699
8700 PR gdb/21337
8701 * gdb.base/reread-readsym.exp: New file.
8702 * gdb.base/reread-readsym.c: New file.
8703
8704 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8705
8706 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8707 subpattern.
8708
8709 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8710
8711 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8712 extended mnemonic.
8713 * gdb.arch/powerpc-power9.s: Likewise.
8714
8715 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8716
8717 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8718 on 32-bit x86 targets. Exploit is_*_target macros where
8719 appropriate.
8720
8721 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8722
8723 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8724 register pieces.
8725
8726 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8727
8728 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8729 located in one or more DWARF pieces.
8730
8731 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * lib/gdb.exp (get_endianness): New proc.
8734 * gdb.arch/aarch64-fp.exp: Use it.
8735 * gdb.arch/altivec-regs.exp: Likewise.
8736 * gdb.arch/e500-regs.exp: Likewise.
8737 * gdb.arch/vsx-regs.exp: Likewise.
8738 * gdb.base/dump.exp: Likewise.
8739 * gdb.base/funcargs.exp: Likewise.
8740 * gdb.base/gnu_vector.exp: Likewise.
8741 * gdb.dwarf2/formdata16.exp: Likewise.
8742 * gdb.dwarf2/implptrpiece.exp: Likewise.
8743 * gdb.dwarf2/nonvar-access.exp: Likewise.
8744 * gdb.python/py-inferior.exp: Likewise.
8745 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8746
8747 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8748
8749 PR gdb/21226
8750 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8751 stack value pieces are taken from the LSB end.
8752
8753 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8754
8755 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8756 variable at nonzero offset.
8757
8758 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8759
8760 * gdb.dwarf2/var-access.c: New file.
8761 * gdb.dwarf2/var-access.exp: New test.
8762 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8763
8764 2017-06-12 Tom Tromey <tom@tromey.com>
8765
8766 * gdb.dwarf2/formdata16.exp: Add tests.
8767
8768 2017-06-12 Tom Tromey <tom@tromey.com>
8769
8770 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8771
8772 2017-06-12 Tom Tromey <tom@tromey.com>
8773
8774 PR exp/16225:
8775 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8776 * gdb.arch/vsx-regs.exp: Update tests.
8777 * gdb.arch/s390-vregs.exp (hex128): New proc.
8778 Update test.
8779 * gdb.arch/altivec-regs.exp: Update tests.
8780
8781 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8782
8783 * gdb.base/startup-with-shell.c: New file.
8784 * gdb.base/startup-with-shell.exp: Likewise.
8785
8786 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8787
8788 * gdb.server/non-existing-program.exp: Update regex in order to
8789 reflect the fact that gdbserver is now using fork_inferior (with a
8790 shell) to startup the inferior.
8791
8792 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8793
8794 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8795 support function calls from GDB.
8796
8797 2017-05-21 Tom Tromey <tom@tromey.com>
8798
8799 PR rust/21466:
8800 * gdb.rust/unsized.exp: New file.
8801 * gdb.rust/unsized.rs: New file.
8802
8803 2017-05-19 Tom Tromey <tom@tromey.com>
8804
8805 PR rust/21484:
8806 * gdb.rust/watch.exp: New file.
8807 * gdb.rust/watch.rs: New file.
8808
8809 2017-05-18 Tom Tromey <tom@tromey.com>
8810
8811 * gdb.rust/simple.exp: Allow Box to be qualified.
8812
8813 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8814
8815 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8816
8817 2017-05-18 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/fileio.c (test_write, test_read, test_close)
8820 (test_fstat): Don't print 'ret' in the fail path.
8821
8822 2017-05-18 Pedro Alves <palves@redhat.com>
8823
8824 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8825 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8826 (test_system, test_rename, test_unlink, test_time): Change
8827 prototypes.
8828 * gdb.base/fileio.exp (stop_msg): Adjust.
8829
8830 2017-05-18 Pedro Alves <palves@redhat.com>
8831
8832 * gdb.base/fileio.c (null_str): New global.
8833 (test_stat): Use it.
8834 * gdb.base/fileio.exp: Remove nowarnings.
8835
8836 2017-05-17 Yao Qi <yao.qi@linaro.org>
8837
8838 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8839
8840 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8841
8842 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8843 argument command.
8844 (top-level): Invoke test_set_inferior_tty.
8845
8846 2017-05-04 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8849 Add parens to print call for Python 3.
8850
8851 2017-05-03 Keith Seitz <keiths@redhat.com>
8852
8853 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8854 (main): Call it.
8855
8856 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8857
8858 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8859 to prev and next.
8860
8861 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8862
8863 * gdb.python/py-record-btrace.exp: Remove test for
8864 gdb.BtraceInstruction.error.
8865
8866 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8867
8868 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8869
8870 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8871
8872 * gdb.python/py-record-btrace-threads.c: New file.
8873 * gdb.python/py-record-btrace-threads.exp: New file.
8874
8875 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8876
8877 PR testsuite/8595
8878 * gdb.base/environ.exp: Make test available in all architectures.
8879 Move bits related to "info program" testing to
8880 gdb.base/info-program.exp. Rewrite tests to use the two new
8881 procedures mentione below.
8882 (test_set_show_env_var) New procedure.
8883 (test_set_show_env_var_equal): Likewise.
8884 * gdb.base/info-program.exp: New file.
8885
8886 2017-04-27 Keith Seitz <keiths@redhat.com>
8887
8888 * gdb.cp/oranking.cc (test15): New function.
8889 (main): Call test15 and declare additional variables for testing.
8890 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8891 "p foo101('abc')" tests.
8892 Add tests for cv qualifier overloads.
8893 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8894 "lvalue reference overload" test.
8895 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8896 "print value of f1 on Child&& in f2" test.
8897
8898 2017-04-19 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8901 procedure.
8902 (top level): Call it.
8903 * lib/gdb.exp (gdb_define_cmd): New procedure.
8904
8905 2017-04-12 Pedro Alves <palves@redhat.com>
8906
8907 PR gdb/21323
8908 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8909 (wchar): New global.
8910 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8911 (do_test_wide_char, wide_char_types_no_program, top level): Add
8912 wchar_t testing.
8913
8914 2017-04-12 Pedro Alves <palves@redhat.com>
8915
8916 PR c++/21323
8917 * gdb.cp/wide_char_types.c: New file.
8918 * gdb.cp/wide_char_types.exp: New file.
8919
8920 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8921
8922 PR gdb/21352
8923 * gdb.trace/tsv.exp: Add test for "tsave -r".
8924
8925 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8926
8927 * gdb.dlang/watch-loc.c: New file.
8928 * gdb.dlang/watch-loc.exp: New file.
8929
8930 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8931
8932 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8933
8934 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8935
8936 * gdb.arch/arc-analyze-prologue.S: New file.
8937 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8938
8939 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8940
8941 * gdb.arch/arc-decode-insn.S: New file.
8942 * gdb.arch/arc-decode-insn.exp: Likewise.
8943
8944 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8945
8946 PR tdep/20928
8947 * gdb.arch/sparc64-regs.exp: New file.
8948 * gdb.arch/sparc64-regs.S: Likewise.
8949
8950 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8951
8952 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8953 and memory view on Python 3.
8954
8955 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8956 Keith Seitz <keiths@redhat.com>
8957
8958 PR gdb/14441
8959 * gdb.cp/demangle.exp: Add rvalue reference tests.
8960 * gdb.cp/rvalue-ref-casts.cc: New file.
8961 * gdb.cp/rvalue-ref-casts.exp: New file.
8962 * gdb.cp/rvalue-ref-overload.cc: New file.
8963 * gdb.cp/rvalue-ref-overload.exp: New file.
8964 * gdb.cp/rvalue-ref-params.cc: New file.
8965 * gdb.cp/rvalue-ref-params.exp: New file.
8966 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8967 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8968 * gdb.cp/rvalue-ref-types.cc: New file.
8969 * gdb.cp/rvalue-ref-types.exp: New file.
8970 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8971 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8972
8973 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8974
8975 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8976 New procedure.
8977
8978 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8979
8980 * lib/mi-support.exp (mi_gdb_test): Add additional message
8981 for unexpected output.
8982
8983 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8984
8985 * gdb.base/examine-backward.c (Barrier): New character array
8986 constant, to ensure that TestStrings is preceded by a string
8987 terminator.
8988
8989 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8990
8991 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8992 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8993 and implicit pointer into such a location.
8994
8995 2017-03-16 Doug Evans <dje@google.com>
8996
8997 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8998
8999 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9000
9001 * gdb.cp/m-static.exp: Fix expectation for prototype of
9002 test5.single_constructor and single_constructor::single_constructor.
9003
9004 2017-03-16 Doug Evans <dje@google.com>
9005
9006 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9007 * gdb.guile/scm-lazy-string.c: New file.
9008 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9009 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9010 for pointer, array, typedef lazy strings.
9011
9012 2017-03-16 Doug Evans <dje@google.com>
9013
9014 PR python/17728, python/18439, python/18779
9015 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9016 * gdb.python/py-lazy-string.c (pointer): New typedef.
9017 (main): New locals ptr, array, typedef_ptr.
9018 * gdb.python/py-value.exp: Move lazy string tests to ...
9019 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9020 array, typedef lazy strings.
9021
9022 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9023
9024 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9025 Add optional 'test' parameter.
9026
9027 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9030 Skip for versions of DejaGnu < 1.5.
9031
9032 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9033
9034 * lib/gdb.exp (dejagnu_version): New proc.
9035 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9036 Use dejagnu_version.
9037
9038 2017-03-10 Keith Seitz <keiths@redhat.com>
9039
9040 PR c++/8128
9041 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9042 type from destructor regexps.
9043 Add a branch which actually passes the test.
9044 Adjust "ptype t5i" test names.
9045
9046 2017-03-08 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/step-over-exit.exp: Add explicit test message.
9049
9050 2017-03-08 Pedro Alves <palves@redhat.com>
9051
9052 PR gdb/18360
9053 * gdb.threads/interrupt-while-step-over.c: New file.
9054 * gdb.threads/interrupt-while-step-over.exp: New file.
9055
9056 2017-03-08 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9059 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9060
9061 2017-03-08 Pedro Alves <palves@redhat.com>
9062
9063 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9064 PKRU as not supported as a PASS.
9065
9066 2017-03-08 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9069 prefix instead of $binfile1/$binfile2.
9070 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9071 in test message.
9072 * gdb.python/py-completion.exp: Use "load python file" as test
9073 messages instead of unstable path names.
9074
9075 2017-03-08 Pedro Alves <palves@redhat.com>
9076 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 PR cli/21218
9079 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9080 New proc.
9081 (top level): Call it.
9082
9083 2017-03-08 Pedro Alves <palves@redhat.com>
9084
9085 PR tui/21216
9086 * gdb.tui/tui-nl-filtered-output.exp: New file.
9087
9088 2017-03-08 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.base/completion.exp: Move TUI completion tests to ...
9091 * gdb.tui/completion.exp: ... this new file.
9092
9093 2017-03-08 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/tui-disasm-long-lines.c,
9096 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9097 gdb.base/tui-layout.exp: Move to ...
9098 * gdb.tui/: ... this new directory.
9099
9100 2017-03-07 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/tui-layout.c: New file.
9103 * gdb.base/tui-layout.exp: New file.
9104
9105 2017-03-07 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.base/tui-layout.c: Rename to ...
9108 * gdb.base/tui-disasm-long-lines.c: ... this.
9109 * gdb.base/tui-layout.exp: Rename to ...
9110 * gdb.base/tui-disasm-long-lines.exp: ... this.
9111
9112 2017-03-07 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9115
9116 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9117
9118 * i386-mpx-call.c: New file.
9119 * i386-mpx-call.exp: New file.
9120
9121 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9122
9123 * gdb.arch/powerpc-power.exp: Delete test.
9124 * gdb.arch/powerpc-power.s: Likewise.
9125 * gdb.disasm/disassembler-options.exp: New test.
9126 * gdb.arch/powerpc-altivec.exp: Likewise.
9127 * gdb.arch/powerpc-altivec.s: Likewise.
9128 * gdb.arch/powerpc-altivec2.exp: Likewise.
9129 * gdb.arch/powerpc-altivec2.s: Likewise.
9130 * gdb.arch/powerpc-altivec3.exp: Likewise.
9131 * gdb.arch/powerpc-altivec3.s: Likewise.
9132 * gdb.arch/powerpc-power7.exp: Likewise.
9133 * gdb.arch/powerpc-power7.s: Likewise.
9134 * gdb.arch/powerpc-power8.exp: Likewise.
9135 * gdb.arch/powerpc-power8.s: Likewise.
9136 * gdb.arch/powerpc-power9.exp: Likewise.
9137 * gdb.arch/powerpc-power9.s: Likewise.
9138 * gdb.arch/powerpc-vsx.exp: Likewise.
9139 * gdb.arch/powerpc-vsx.s: Likewise.
9140 * gdb.arch/powerpc-vsx2.exp: Likewise.
9141 * gdb.arch/powerpc-vsx2.s: Likewise.
9142 * gdb.arch/powerpc-vsx3.exp: Likewise.
9143 * gdb.arch/powerpc-vsx3.s: Likewise.
9144 * gdb.arch/arm-disassembler-options.exp: Likewise.
9145 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9146 * gdb.arch/s390-disassembler-options.exp: Likewise.
9147
9148 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9149
9150 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9151 (check_supported_features): ... this. Changed return type to void.
9152 (supports_rdseed): New static global.
9153 (rdseed): Check supports_rdseed.
9154 (initialize): Call check_supported_features.
9155
9156 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9157
9158 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9159 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9160 and lqarx/stqcx.
9161 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9162 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9163
9164 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9165
9166 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9167 uppercase.
9168
9169 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 * gdb.dwarf2/formdata16.c: New file.
9172 * gdb.dwarf2/formdata16.exp: New file.
9173 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9174
9175 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9178 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9179 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9180 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9181 DW_AT_GNU_*.
9182
9183 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9184
9185 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9186
9187 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9188
9189 PR gdb/21164
9190 * gdb.base/maint.exp: Add testcases for when the commands do
9191 not have arguments.
9192
9193 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9194
9195 * gdb.cp/chained-calls.exp: Use p instead of P.
9196
9197 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9198
9199 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9200 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9201
9202 2017-02-14 Tom Tromey <tom@tromey.com>
9203
9204 PR python/13598:
9205 * gdb.python/py-events.exp: Add before_prompt event tests.
9206
9207 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9208
9209 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9210
9211 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9212
9213 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9214 (main): Call my_unique_function_name.
9215 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9216 completion of patterns with a single match.
9217 Add missing -re switches to gdb_test_multiple calls.
9218
9219 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9220
9221 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9222 return if core file is not recognized.
9223
9224 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9225
9226 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9227 and extra UIs.
9228
9229 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9230
9231 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9232 proc_with_prefix.
9233
9234 2017-02-10 Tom Tromey <tom@tromey.com>
9235
9236 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9237
9238 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9239
9240 PR gdb/21122
9241 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9242
9243 2017-02-08 Jerome Guitton <guitton@adacore.com>
9244
9245 * gdb.base/define.exp: Add test for command abbreviations
9246 in define.
9247
9248 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9249
9250 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9251 * gdb.reverse/insn-reverse-x86.c: New file.
9252
9253 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9254
9255 PR tdep/20936
9256 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9257
9258 2017-02-03 Tom Tromey <tom@tromey.com>
9259
9260 PR rust/21097:
9261 * gdb.rust/simple.exp: Add new tests.
9262
9263 2017-02-02 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9266 tests.
9267
9268 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9271 taking a 2-byte value out of a 4-byte DWARF implicit value on
9272 big-endian targets.
9273 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9274 logic. Add test cases for DW_OP_implicit.
9275
9276 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9277
9278 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9279
9280 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9281
9282 * gdb.btrace/enable.exp: Call gdb_exit before
9283 skip_gdbserver_tests.
9284
9285 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9286
9287 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9288 GDBFLAGS.
9289
9290 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9291
9292 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9293 the test is skipped.
9294 * gdb.btrace/data.exp: Likewise.
9295 * gdb.btrace/delta.exp: Likewise.
9296 * gdb.btrace/dlopen.exp: Likewise.
9297 * gdb.btrace/enable-running.exp: Likewise.
9298 * gdb.btrace/enable.exp: Likewise.
9299 * gdb.btrace/exception.exp: Likewise.
9300 * gdb.btrace/function_call_history.exp: Likewise.
9301 * gdb.btrace/gcore.exp: Likewise.
9302 * gdb.btrace/instruction_history.exp: Likewise.
9303 * gdb.btrace/multi-thread-step.exp: Likewise.
9304 * gdb.btrace/nohist.exp: Likewise.
9305 * gdb.btrace/non-stop.exp: Likewise.
9306 * gdb.btrace/reconnect.exp: Likewise.
9307 * gdb.btrace/record_goto-step.exp: Likewise.
9308 * gdb.btrace/record_goto.exp: Likewise.
9309 * gdb.btrace/rn-dl-bind.exp: Likewise.
9310 * gdb.btrace/segv.exp: Likewise.
9311 * gdb.btrace/step.exp: Likewise.
9312 * gdb.btrace/stepi.exp: Likewise.
9313 * gdb.btrace/tailcall-only.exp: Likewise.
9314 * gdb.btrace/tailcall.exp: Likewise.
9315 * gdb.btrace/tsx.exp: Likewise.
9316 * gdb.btrace/unknown_functions.exp: Likewise.
9317 * gdb.btrace/vdso.exp: Likewise.
9318
9319 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9320
9321 * gdb.btrace/enable-running.c: New.
9322 * gdb.btrace/enable-running.exp: New.
9323
9324 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9325
9326 * gdb.arch/amd64-gs_base.c: New file.
9327 * gdb.arch/amd64-gs_base.exp: New file.
9328
9329 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9330
9331 * lib/memory.exp: Remove spurious empty newlines.
9332
9333 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9334
9335 * gdb.python/py-bad-printers.exp: Load python file using "source".
9336 * gdb.python/py-events.exp: Likewise.
9337 * gdb.python/py-evsignal.exp: Likewise.
9338 * gdb.python/py-evthreads.exp: Likewise.
9339 * gdb.python/py-frame-args.exp: Likewise.
9340 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9341 * gdb.python/py-framefilter-mi.exp: Likewise.
9342 * gdb.python/py-framefilter.exp: Likewise.
9343 * gdb.python/py-mi.exp: Likewise.
9344 * gdb.python/py-pp-maint.exp: Likewise.
9345 * gdb.python/py-pp-registration.exp: Likewise.
9346 * gdb.python/py-prettyprint.exp: Likewise.
9347 (run_lang_tests): Likewise.
9348 * gdb.python/py-typeprint.exp: Likewise.
9349
9350 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9351
9352 * lib/memory.exp: New file.
9353 * lib/gdb.exp: Load memory.exp.
9354 * gdb.base/memattr.exp (delete_memory): Move proc to
9355 lib/memory.exp and rename to delete_memory_regions.
9356 Replace delete_memory with delete_memory_regions.
9357 Cleanup memory regions before tests.
9358 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9359 before tests.
9360
9361 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9362
9363 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9364 files.
9365 (initialize): New function conditionally defined.
9366 (testcases): Move within conditional block.
9367 (main): Call initialize.
9368 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9369 of gdb.reverse/insn-reverse.c.
9370 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9371 gdb.reverse/insn-reverse.c.
9372
9373 2017-01-26 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9376 disassemble on address 0.
9377
9378 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9379 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9382 * gdb.dwarf2/implptr-64bit.S: Remove.
9383 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9384 variables in caller's context. Add DW_OP_implicit_value.
9385
9386 2017-01-25 Yao Qi <yao.qi@linaro.org>
9387
9388 * lib/dwarf.exp (Dwarf::_location): Handle
9389 DW_OP_GNU_implicit_pointer with proper size.
9390
9391 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9392
9393 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9394 and add untested calls.
9395
9396 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9397
9398 * gdb.python/python.exp: Check line number against what GDB thinks
9399 the line number is for func1.
9400
9401 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9402
9403 * gdb.dlang/debug-expr.exp: New file.
9404
9405 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9406
9407 Fix test names for the following files:
9408
9409 * gdb.ada/exec_changed.exp
9410 * gdb.ada/info_types.exp
9411 * gdb.arch/aarch64-atomic-inst.exp
9412 * gdb.arch/aarch64-fp.exp
9413 * gdb.arch/altivec-abi.exp
9414 * gdb.arch/altivec-regs.exp
9415 * gdb.arch/amd64-byte.exp
9416 * gdb.arch/amd64-disp-step.exp
9417 * gdb.arch/amd64-dword.exp
9418 * gdb.arch/amd64-entry-value-inline.exp
9419 * gdb.arch/amd64-entry-value-param.exp
9420 * gdb.arch/amd64-entry-value-paramref.exp
9421 * gdb.arch/amd64-entry-value.exp
9422 * gdb.arch/amd64-i386-address.exp
9423 * gdb.arch/amd64-invalid-stack-middle.exp
9424 * gdb.arch/amd64-invalid-stack-top.exp
9425 * gdb.arch/amd64-optimout-repeat.exp
9426 * gdb.arch/amd64-prologue-skip.exp
9427 * gdb.arch/amd64-prologue-xmm.exp
9428 * gdb.arch/amd64-stap-special-operands.exp
9429 * gdb.arch/amd64-stap-wrong-subexp.exp
9430 * gdb.arch/amd64-tailcall-cxx.exp
9431 * gdb.arch/amd64-tailcall-noret.exp
9432 * gdb.arch/amd64-tailcall-ret.exp
9433 * gdb.arch/amd64-tailcall-self.exp
9434 * gdb.arch/amd64-word.exp
9435 * gdb.arch/arm-bl-branch-dest.exp
9436 * gdb.arch/arm-disp-step.exp
9437 * gdb.arch/arm-neon.exp
9438 * gdb.arch/arm-single-step-kernel-helper.exp
9439 * gdb.arch/avr-flash-qualifier.exp
9440 * gdb.arch/disp-step-insn-reloc.exp
9441 * gdb.arch/e500-abi.exp
9442 * gdb.arch/e500-regs.exp
9443 * gdb.arch/ftrace-insn-reloc.exp
9444 * gdb.arch/i386-avx512.exp
9445 * gdb.arch/i386-bp_permanent.exp
9446 * gdb.arch/i386-byte.exp
9447 * gdb.arch/i386-cfi-notcurrent.exp
9448 * gdb.arch/i386-disp-step.exp
9449 * gdb.arch/i386-dr3-watch.exp
9450 * gdb.arch/i386-float.exp
9451 * gdb.arch/i386-gnu-cfi.exp
9452 * gdb.arch/i386-mpx-map.exp
9453 * gdb.arch/i386-mpx-sigsegv.exp
9454 * gdb.arch/i386-mpx-simple_segv.exp
9455 * gdb.arch/i386-mpx.exp
9456 * gdb.arch/i386-permbkpt.exp
9457 * gdb.arch/i386-prologue.exp
9458 * gdb.arch/i386-signal.exp
9459 * gdb.arch/i386-size-overlap.exp
9460 * gdb.arch/i386-unwind.exp
9461 * gdb.arch/i386-word.exp
9462 * gdb.arch/mips-fcr.exp
9463 * gdb.arch/powerpc-d128-regs.exp
9464 * gdb.arch/powerpc-stackless.exp
9465 * gdb.arch/ppc64-atomic-inst.exp
9466 * gdb.arch/s390-stackless.exp
9467 * gdb.arch/s390-tdbregs.exp
9468 * gdb.arch/s390-vregs.exp
9469 * gdb.arch/sparc-sysstep.exp
9470 * gdb.arch/thumb-bx-pc.exp
9471 * gdb.arch/thumb-singlestep.exp
9472 * gdb.arch/thumb2-it.exp
9473 * gdb.arch/vsx-regs.exp
9474 * gdb.asm/asm-source.exp
9475 * gdb.base/a2-run.exp
9476 * gdb.base/advance.exp
9477 * gdb.base/all-bin.exp
9478 * gdb.base/anon.exp
9479 * gdb.base/args.exp
9480 * gdb.base/arithmet.exp
9481 * gdb.base/async-shell.exp
9482 * gdb.base/async.exp
9483 * gdb.base/attach-pie-noexec.exp
9484 * gdb.base/attach-twice.exp
9485 * gdb.base/auto-load.exp
9486 * gdb.base/bang.exp
9487 * gdb.base/bitfields.exp
9488 * gdb.base/break-always.exp
9489 * gdb.base/break-caller-line.exp
9490 * gdb.base/break-entry.exp
9491 * gdb.base/break-inline.exp
9492 * gdb.base/break-on-linker-gcd-function.exp
9493 * gdb.base/break-probes.exp
9494 * gdb.base/break.exp
9495 * gdb.base/breakpoint-shadow.exp
9496 * gdb.base/call-ar-st.exp
9497 * gdb.base/call-sc.exp
9498 * gdb.base/call-signal-resume.exp
9499 * gdb.base/call-strs.exp
9500 * gdb.base/callfuncs.exp
9501 * gdb.base/catch-fork-static.exp
9502 * gdb.base/catch-gdb-caused-signals.exp
9503 * gdb.base/catch-load.exp
9504 * gdb.base/catch-signal-fork.exp
9505 * gdb.base/catch-signal.exp
9506 * gdb.base/catch-syscall.exp
9507 * gdb.base/charset.exp
9508 * gdb.base/checkpoint.exp
9509 * gdb.base/chng-syms.exp
9510 * gdb.base/code-expr.exp
9511 * gdb.base/code_elim.exp
9512 * gdb.base/commands.exp
9513 * gdb.base/completion.exp
9514 * gdb.base/complex.exp
9515 * gdb.base/cond-expr.exp
9516 * gdb.base/condbreak.exp
9517 * gdb.base/consecutive.exp
9518 * gdb.base/continue-all-already-running.exp
9519 * gdb.base/coredump-filter.exp
9520 * gdb.base/corefile.exp
9521 * gdb.base/dbx.exp
9522 * gdb.base/debug-expr.exp
9523 * gdb.base/define.exp
9524 * gdb.base/del.exp
9525 * gdb.base/disabled-location.exp
9526 * gdb.base/disasm-end-cu.exp
9527 * gdb.base/disasm-optim.exp
9528 * gdb.base/display.exp
9529 * gdb.base/duplicate-bp.exp
9530 * gdb.base/ena-dis-br.exp
9531 * gdb.base/ending-run.exp
9532 * gdb.base/enumval.exp
9533 * gdb.base/environ.exp
9534 * gdb.base/eu-strip-infcall.exp
9535 * gdb.base/eval-avoid-side-effects.exp
9536 * gdb.base/eval-skip.exp
9537 * gdb.base/exitsignal.exp
9538 * gdb.base/expand-psymtabs.exp
9539 * gdb.base/filesym.exp
9540 * gdb.base/find-unmapped.exp
9541 * gdb.base/finish.exp
9542 * gdb.base/float.exp
9543 * gdb.base/foll-exec-mode.exp
9544 * gdb.base/foll-exec.exp
9545 * gdb.base/foll-fork.exp
9546 * gdb.base/fortran-sym-case.exp
9547 * gdb.base/freebpcmd.exp
9548 * gdb.base/func-ptr.exp
9549 * gdb.base/func-ptrs.exp
9550 * gdb.base/funcargs.exp
9551 * gdb.base/gcore-buffer-overflow.exp
9552 * gdb.base/gcore-relro-pie.exp
9553 * gdb.base/gcore-relro.exp
9554 * gdb.base/gcore.exp
9555 * gdb.base/gdb1090.exp
9556 * gdb.base/gdb11530.exp
9557 * gdb.base/gdb11531.exp
9558 * gdb.base/gdb1821.exp
9559 * gdb.base/gdbindex-stabs.exp
9560 * gdb.base/gdbvars.exp
9561 * gdb.base/hbreak.exp
9562 * gdb.base/hbreak2.exp
9563 * gdb.base/included.exp
9564 * gdb.base/infcall-input.exp
9565 * gdb.base/inferior-died.exp
9566 * gdb.base/infnan.exp
9567 * gdb.base/info-macros.exp
9568 * gdb.base/info-os.exp
9569 * gdb.base/info-proc.exp
9570 * gdb.base/info-shared.exp
9571 * gdb.base/info-target.exp
9572 * gdb.base/infoline.exp
9573 * gdb.base/interp.exp
9574 * gdb.base/interrupt.exp
9575 * gdb.base/jit-reader.exp
9576 * gdb.base/jit-simple.exp
9577 * gdb.base/kill-after-signal.exp
9578 * gdb.base/kill-detach-inferiors-cmd.exp
9579 * gdb.base/label.exp
9580 * gdb.base/langs.exp
9581 * gdb.base/ldbl_e308.exp
9582 * gdb.base/line-symtabs.exp
9583 * gdb.base/linespecs.exp
9584 * gdb.base/list.exp
9585 * gdb.base/long_long.exp
9586 * gdb.base/longest-types.exp
9587 * gdb.base/maint.exp
9588 * gdb.base/max-value-size.exp
9589 * gdb.base/memattr.exp
9590 * gdb.base/mips_pro.exp
9591 * gdb.base/morestack.exp
9592 * gdb.base/moribund-step.exp
9593 * gdb.base/multi-forks.exp
9594 * gdb.base/nested-addr.exp
9595 * gdb.base/nextoverexit.exp
9596 * gdb.base/noreturn-finish.exp
9597 * gdb.base/noreturn-return.exp
9598 * gdb.base/nostdlib.exp
9599 * gdb.base/offsets.exp
9600 * gdb.base/opaque.exp
9601 * gdb.base/pc-fp.exp
9602 * gdb.base/permissions.exp
9603 * gdb.base/print-symbol-loading.exp
9604 * gdb.base/prologue-include.exp
9605 * gdb.base/psymtab.exp
9606 * gdb.base/ptype.exp
9607 * gdb.base/random-signal.exp
9608 * gdb.base/randomize.exp
9609 * gdb.base/range-stepping.exp
9610 * gdb.base/readline-ask.exp
9611 * gdb.base/recpar.exp
9612 * gdb.base/recurse.exp
9613 * gdb.base/relational.exp
9614 * gdb.base/restore.exp
9615 * gdb.base/return-nodebug.exp
9616 * gdb.base/return.exp
9617 * gdb.base/run-after-attach.exp
9618 * gdb.base/save-bp.exp
9619 * gdb.base/scope.exp
9620 * gdb.base/sect-cmd.exp
9621 * gdb.base/set-lang-auto.exp
9622 * gdb.base/set-noassign.exp
9623 * gdb.base/setvar.exp
9624 * gdb.base/sigall.exp
9625 * gdb.base/sigbpt.exp
9626 * gdb.base/siginfo-addr.exp
9627 * gdb.base/siginfo-infcall.exp
9628 * gdb.base/siginfo-obj.exp
9629 * gdb.base/siginfo.exp
9630 * gdb.base/signals-state-child.exp
9631 * gdb.base/signest.exp
9632 * gdb.base/sigstep.exp
9633 * gdb.base/sizeof.exp
9634 * gdb.base/skip.exp
9635 * gdb.base/solib-corrupted.exp
9636 * gdb.base/solib-nodir.exp
9637 * gdb.base/solib-search.exp
9638 * gdb.base/stack-checking.exp
9639 * gdb.base/stale-infcall.exp
9640 * gdb.base/stap-probe.exp
9641 * gdb.base/start.exp
9642 * gdb.base/step-break.exp
9643 * gdb.base/step-bt.exp
9644 * gdb.base/step-line.exp
9645 * gdb.base/step-over-exit.exp
9646 * gdb.base/step-over-syscall.exp
9647 * gdb.base/step-resume-infcall.exp
9648 * gdb.base/step-test.exp
9649 * gdb.base/store.exp
9650 * gdb.base/structs3.exp
9651 * gdb.base/sym-file.exp
9652 * gdb.base/symbol-without-target_section.exp
9653 * gdb.base/term.exp
9654 * gdb.base/testenv.exp
9655 * gdb.base/ui-redirect.exp
9656 * gdb.base/until.exp
9657 * gdb.base/unwindonsignal.exp
9658 * gdb.base/value-double-free.exp
9659 * gdb.base/vla-datatypes.exp
9660 * gdb.base/vla-ptr.exp
9661 * gdb.base/vla-sideeffect.exp
9662 * gdb.base/volatile.exp
9663 * gdb.base/watch-cond-infcall.exp
9664 * gdb.base/watch-cond.exp
9665 * gdb.base/watch-non-mem.exp
9666 * gdb.base/watch-read.exp
9667 * gdb.base/watch-vfork.exp
9668 * gdb.base/watchpoint-cond-gone.exp
9669 * gdb.base/watchpoint-delete.exp
9670 * gdb.base/watchpoint-hw-hit-once.exp
9671 * gdb.base/watchpoint-hw.exp
9672 * gdb.base/watchpoint-stops-at-right-insn.exp
9673 * gdb.base/watchpoints.exp
9674 * gdb.base/wchar.exp
9675 * gdb.base/whatis-exp.exp
9676 * gdb.btrace/buffer-size.exp
9677 * gdb.btrace/data.exp
9678 * gdb.btrace/delta.exp
9679 * gdb.btrace/dlopen.exp
9680 * gdb.btrace/enable.exp
9681 * gdb.btrace/exception.exp
9682 * gdb.btrace/function_call_history.exp
9683 * gdb.btrace/gcore.exp
9684 * gdb.btrace/instruction_history.exp
9685 * gdb.btrace/nohist.exp
9686 * gdb.btrace/reconnect.exp
9687 * gdb.btrace/record_goto-step.exp
9688 * gdb.btrace/record_goto.exp
9689 * gdb.btrace/rn-dl-bind.exp
9690 * gdb.btrace/segv.exp
9691 * gdb.btrace/step.exp
9692 * gdb.btrace/stepi.exp
9693 * gdb.btrace/tailcall-only.exp
9694 * gdb.btrace/tailcall.exp
9695 * gdb.btrace/tsx.exp
9696 * gdb.btrace/unknown_functions.exp
9697 * gdb.btrace/vdso.exp
9698 * gdb.compile/compile-ifunc.exp
9699 * gdb.compile/compile-ops.exp
9700 * gdb.compile/compile-print.exp
9701 * gdb.compile/compile-setjmp.exp
9702 * gdb.cp/abstract-origin.exp
9703 * gdb.cp/ambiguous.exp
9704 * gdb.cp/annota2.exp
9705 * gdb.cp/annota3.exp
9706 * gdb.cp/anon-ns.exp
9707 * gdb.cp/anon-struct.exp
9708 * gdb.cp/anon-union.exp
9709 * gdb.cp/arg-reference.exp
9710 * gdb.cp/baseenum.exp
9711 * gdb.cp/bool.exp
9712 * gdb.cp/breakpoint.exp
9713 * gdb.cp/bs15503.exp
9714 * gdb.cp/call-c.exp
9715 * gdb.cp/casts.exp
9716 * gdb.cp/chained-calls.exp
9717 * gdb.cp/class2.exp
9718 * gdb.cp/classes.exp
9719 * gdb.cp/cmpd-minsyms.exp
9720 * gdb.cp/converts.exp
9721 * gdb.cp/cp-relocate.exp
9722 * gdb.cp/cpcompletion.exp
9723 * gdb.cp/cpexprs.exp
9724 * gdb.cp/cplabel.exp
9725 * gdb.cp/cplusfuncs.exp
9726 * gdb.cp/cpsizeof.exp
9727 * gdb.cp/ctti.exp
9728 * gdb.cp/derivation.exp
9729 * gdb.cp/destrprint.exp
9730 * gdb.cp/dispcxx.exp
9731 * gdb.cp/enum-class.exp
9732 * gdb.cp/exception.exp
9733 * gdb.cp/exceptprint.exp
9734 * gdb.cp/expand-psymtabs-cxx.exp
9735 * gdb.cp/expand-sals.exp
9736 * gdb.cp/extern-c.exp
9737 * gdb.cp/filename.exp
9738 * gdb.cp/formatted-ref.exp
9739 * gdb.cp/fpointer.exp
9740 * gdb.cp/gdb1355.exp
9741 * gdb.cp/gdb2495.exp
9742 * gdb.cp/hang.exp
9743 * gdb.cp/impl-this.exp
9744 * gdb.cp/infcall-dlopen.exp
9745 * gdb.cp/inherit.exp
9746 * gdb.cp/iostream.exp
9747 * gdb.cp/koenig.exp
9748 * gdb.cp/local.exp
9749 * gdb.cp/m-data.exp
9750 * gdb.cp/m-static.exp
9751 * gdb.cp/mb-ctor.exp
9752 * gdb.cp/mb-inline.exp
9753 * gdb.cp/mb-templates.exp
9754 * gdb.cp/member-name.exp
9755 * gdb.cp/member-ptr.exp
9756 * gdb.cp/meth-typedefs.exp
9757 * gdb.cp/method.exp
9758 * gdb.cp/method2.exp
9759 * gdb.cp/minsym-fallback.exp
9760 * gdb.cp/misc.exp
9761 * gdb.cp/namelessclass.exp
9762 * gdb.cp/namespace-enum.exp
9763 * gdb.cp/namespace-nested-import.exp
9764 * gdb.cp/namespace.exp
9765 * gdb.cp/nextoverthrow.exp
9766 * gdb.cp/no-dmgl-verbose.exp
9767 * gdb.cp/non-trivial-retval.exp
9768 * gdb.cp/noparam.exp
9769 * gdb.cp/nsdecl.exp
9770 * gdb.cp/nsimport.exp
9771 * gdb.cp/nsnested.exp
9772 * gdb.cp/nsnoimports.exp
9773 * gdb.cp/nsrecurs.exp
9774 * gdb.cp/nsstress.exp
9775 * gdb.cp/nsusing.exp
9776 * gdb.cp/operator.exp
9777 * gdb.cp/oranking.exp
9778 * gdb.cp/overload-const.exp
9779 * gdb.cp/overload.exp
9780 * gdb.cp/ovldbreak.exp
9781 * gdb.cp/ovsrch.exp
9782 * gdb.cp/paren-type.exp
9783 * gdb.cp/parse-lang.exp
9784 * gdb.cp/pass-by-ref.exp
9785 * gdb.cp/pr-1023.exp
9786 * gdb.cp/pr-1210.exp
9787 * gdb.cp/pr-574.exp
9788 * gdb.cp/pr10687.exp
9789 * gdb.cp/pr12028.exp
9790 * gdb.cp/pr17132.exp
9791 * gdb.cp/pr17494.exp
9792 * gdb.cp/pr9067.exp
9793 * gdb.cp/pr9167.exp
9794 * gdb.cp/pr9631.exp
9795 * gdb.cp/printmethod.exp
9796 * gdb.cp/psmang.exp
9797 * gdb.cp/psymtab-parameter.exp
9798 * gdb.cp/ptype-cv-cp.exp
9799 * gdb.cp/ptype-flags.exp
9800 * gdb.cp/re-set-overloaded.exp
9801 * gdb.cp/ref-types.exp
9802 * gdb.cp/rtti.exp
9803 * gdb.cp/scope-err.exp
9804 * gdb.cp/shadow.exp
9805 * gdb.cp/smartp.exp
9806 * gdb.cp/static-method.exp
9807 * gdb.cp/static-print-quit.exp
9808 * gdb.cp/temargs.exp
9809 * gdb.cp/templates.exp
9810 * gdb.cp/try_catch.exp
9811 * gdb.cp/typedef-operator.exp
9812 * gdb.cp/typeid.exp
9813 * gdb.cp/userdef.exp
9814 * gdb.cp/using-crash.exp
9815 * gdb.cp/var-tag.exp
9816 * gdb.cp/virtbase.exp
9817 * gdb.cp/virtfunc.exp
9818 * gdb.cp/virtfunc2.exp
9819 * gdb.cp/vla-cxx.exp
9820 * gdb.disasm/t01_mov.exp
9821 * gdb.disasm/t02_mova.exp
9822 * gdb.disasm/t03_add.exp
9823 * gdb.disasm/t04_sub.exp
9824 * gdb.disasm/t05_cmp.exp
9825 * gdb.disasm/t06_ari2.exp
9826 * gdb.disasm/t07_ari3.exp
9827 * gdb.disasm/t08_or.exp
9828 * gdb.disasm/t09_xor.exp
9829 * gdb.disasm/t10_and.exp
9830 * gdb.disasm/t11_logs.exp
9831 * gdb.disasm/t12_bit.exp
9832 * gdb.disasm/t13_otr.exp
9833 * gdb.dlang/circular.exp
9834 * gdb.dwarf2/arr-stride.exp
9835 * gdb.dwarf2/arr-subrange.exp
9836 * gdb.dwarf2/atomic-type.exp
9837 * gdb.dwarf2/bad-regnum.exp
9838 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9839 * gdb.dwarf2/callframecfa.exp
9840 * gdb.dwarf2/clztest.exp
9841 * gdb.dwarf2/corrupt.exp
9842 * gdb.dwarf2/data-loc.exp
9843 * gdb.dwarf2/dup-psym.exp
9844 * gdb.dwarf2/dw2-anon-mptr.exp
9845 * gdb.dwarf2/dw2-anonymous-func.exp
9846 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9847 * gdb.dwarf2/dw2-bad-unresolved.exp
9848 * gdb.dwarf2/dw2-basic.exp
9849 * gdb.dwarf2/dw2-canonicalize-type.exp
9850 * gdb.dwarf2/dw2-case-insensitive.exp
9851 * gdb.dwarf2/dw2-common-block.exp
9852 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9853 * gdb.dwarf2/dw2-compressed.exp
9854 * gdb.dwarf2/dw2-const.exp
9855 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9856 * gdb.dwarf2/dw2-cu-size.exp
9857 * gdb.dwarf2/dw2-dup-frame.exp
9858 * gdb.dwarf2/dw2-entry-value.exp
9859 * gdb.dwarf2/dw2-icycle.exp
9860 * gdb.dwarf2/dw2-ifort-parameter.exp
9861 * gdb.dwarf2/dw2-inline-break.exp
9862 * gdb.dwarf2/dw2-inline-param.exp
9863 * gdb.dwarf2/dw2-intercu.exp
9864 * gdb.dwarf2/dw2-intermix.exp
9865 * gdb.dwarf2/dw2-lexical-block-bare.exp
9866 * gdb.dwarf2/dw2-linkage-name-trust.exp
9867 * gdb.dwarf2/dw2-minsym-in-cu.exp
9868 * gdb.dwarf2/dw2-noloc.exp
9869 * gdb.dwarf2/dw2-op-call.exp
9870 * gdb.dwarf2/dw2-op-out-param.exp
9871 * gdb.dwarf2/dw2-opt-structptr.exp
9872 * gdb.dwarf2/dw2-param-error.exp
9873 * gdb.dwarf2/dw2-producer.exp
9874 * gdb.dwarf2/dw2-ranges-base.exp
9875 * gdb.dwarf2/dw2-ref-missing-frame.exp
9876 * gdb.dwarf2/dw2-reg-undefined.exp
9877 * gdb.dwarf2/dw2-regno-invalid.exp
9878 * gdb.dwarf2/dw2-restore.exp
9879 * gdb.dwarf2/dw2-restrict.exp
9880 * gdb.dwarf2/dw2-single-line-discriminators.exp
9881 * gdb.dwarf2/dw2-strp.exp
9882 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9883 * gdb.dwarf2/dw2-unresolved.exp
9884 * gdb.dwarf2/dw2-var-zero-addr.exp
9885 * gdb.dwarf2/dw4-sig-types.exp
9886 * gdb.dwarf2/dwz.exp
9887 * gdb.dwarf2/dynarr-ptr.exp
9888 * gdb.dwarf2/enum-type.exp
9889 * gdb.dwarf2/gdb-index.exp
9890 * gdb.dwarf2/implptr-64bit.exp
9891 * gdb.dwarf2/implptr-optimized-out.exp
9892 * gdb.dwarf2/implptr.exp
9893 * gdb.dwarf2/implref-array.exp
9894 * gdb.dwarf2/implref-const.exp
9895 * gdb.dwarf2/implref-global.exp
9896 * gdb.dwarf2/implref-struct.exp
9897 * gdb.dwarf2/mac-fileno.exp
9898 * gdb.dwarf2/main-subprogram.exp
9899 * gdb.dwarf2/member-ptr-forwardref.exp
9900 * gdb.dwarf2/method-ptr.exp
9901 * gdb.dwarf2/missing-sig-type.exp
9902 * gdb.dwarf2/nonvar-access.exp
9903 * gdb.dwarf2/opaque-type-lookup.exp
9904 * gdb.dwarf2/pieces-optimized-out.exp
9905 * gdb.dwarf2/pieces.exp
9906 * gdb.dwarf2/pr10770.exp
9907 * gdb.dwarf2/pr13961.exp
9908 * gdb.dwarf2/staticvirtual.exp
9909 * gdb.dwarf2/subrange.exp
9910 * gdb.dwarf2/symtab-producer.exp
9911 * gdb.dwarf2/trace-crash.exp
9912 * gdb.dwarf2/typeddwarf.exp
9913 * gdb.dwarf2/valop.exp
9914 * gdb.dwarf2/watch-notconst.exp
9915 * gdb.fortran/array-element.exp
9916 * gdb.fortran/charset.exp
9917 * gdb.fortran/common-block.exp
9918 * gdb.fortran/complex.exp
9919 * gdb.fortran/derived-type-function.exp
9920 * gdb.fortran/derived-type.exp
9921 * gdb.fortran/logical.exp
9922 * gdb.fortran/module.exp
9923 * gdb.fortran/multi-dim.exp
9924 * gdb.fortran/nested-funcs.exp
9925 * gdb.fortran/print-formatted.exp
9926 * gdb.fortran/subarray.exp
9927 * gdb.fortran/vla-alloc-assoc.exp
9928 * gdb.fortran/vla-datatypes.exp
9929 * gdb.fortran/vla-history.exp
9930 * gdb.fortran/vla-ptr-info.exp
9931 * gdb.fortran/vla-ptype-sub.exp
9932 * gdb.fortran/vla-ptype.exp
9933 * gdb.fortran/vla-sizeof.exp
9934 * gdb.fortran/vla-type.exp
9935 * gdb.fortran/vla-value-sub-arbitrary.exp
9936 * gdb.fortran/vla-value-sub-finish.exp
9937 * gdb.fortran/vla-value-sub.exp
9938 * gdb.fortran/vla-value.exp
9939 * gdb.fortran/whatis_type.exp
9940 * gdb.go/chan.exp
9941 * gdb.go/handcall.exp
9942 * gdb.go/hello.exp
9943 * gdb.go/integers.exp
9944 * gdb.go/methods.exp
9945 * gdb.go/package.exp
9946 * gdb.go/strings.exp
9947 * gdb.go/types.exp
9948 * gdb.go/unsafe.exp
9949 * gdb.guile/scm-arch.exp
9950 * gdb.guile/scm-block.exp
9951 * gdb.guile/scm-breakpoint.exp
9952 * gdb.guile/scm-cmd.exp
9953 * gdb.guile/scm-disasm.exp
9954 * gdb.guile/scm-equal.exp
9955 * gdb.guile/scm-frame-args.exp
9956 * gdb.guile/scm-frame-inline.exp
9957 * gdb.guile/scm-frame.exp
9958 * gdb.guile/scm-iterator.exp
9959 * gdb.guile/scm-math.exp
9960 * gdb.guile/scm-objfile.exp
9961 * gdb.guile/scm-ports.exp
9962 * gdb.guile/scm-symbol.exp
9963 * gdb.guile/scm-symtab.exp
9964 * gdb.guile/scm-value-cc.exp
9965 * gdb.guile/types-module.exp
9966 * gdb.linespec/break-ask.exp
9967 * gdb.linespec/cpexplicit.exp
9968 * gdb.linespec/explicit.exp
9969 * gdb.linespec/keywords.exp
9970 * gdb.linespec/linespec.exp
9971 * gdb.linespec/ls-dollar.exp
9972 * gdb.linespec/ls-errs.exp
9973 * gdb.linespec/skip-two.exp
9974 * gdb.linespec/thread.exp
9975 * gdb.mi/mi-async.exp
9976 * gdb.mi/mi-basics.exp
9977 * gdb.mi/mi-break.exp
9978 * gdb.mi/mi-catch-load.exp
9979 * gdb.mi/mi-cli.exp
9980 * gdb.mi/mi-cmd-param-changed.exp
9981 * gdb.mi/mi-console.exp
9982 * gdb.mi/mi-detach.exp
9983 * gdb.mi/mi-disassemble.exp
9984 * gdb.mi/mi-eval.exp
9985 * gdb.mi/mi-file-transfer.exp
9986 * gdb.mi/mi-file.exp
9987 * gdb.mi/mi-fill-memory.exp
9988 * gdb.mi/mi-inheritance-syntax-error.exp
9989 * gdb.mi/mi-linespec-err-cp.exp
9990 * gdb.mi/mi-logging.exp
9991 * gdb.mi/mi-memory-changed.exp
9992 * gdb.mi/mi-read-memory.exp
9993 * gdb.mi/mi-record-changed.exp
9994 * gdb.mi/mi-reg-undefined.exp
9995 * gdb.mi/mi-regs.exp
9996 * gdb.mi/mi-return.exp
9997 * gdb.mi/mi-reverse.exp
9998 * gdb.mi/mi-simplerun.exp
9999 * gdb.mi/mi-solib.exp
10000 * gdb.mi/mi-stack.exp
10001 * gdb.mi/mi-stepi.exp
10002 * gdb.mi/mi-syn-frame.exp
10003 * gdb.mi/mi-until.exp
10004 * gdb.mi/mi-var-block.exp
10005 * gdb.mi/mi-var-child.exp
10006 * gdb.mi/mi-var-cmd.exp
10007 * gdb.mi/mi-var-cp.exp
10008 * gdb.mi/mi-var-display.exp
10009 * gdb.mi/mi-var-invalidate.exp
10010 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10011 * gdb.mi/mi-vla-fortran.exp
10012 * gdb.mi/mi-watch.exp
10013 * gdb.mi/mi2-var-child.exp
10014 * gdb.mi/user-selected-context-sync.exp
10015 * gdb.modula2/unbounded-array.exp
10016 * gdb.multi/dummy-frame-restore.exp
10017 * gdb.multi/multi-arch-exec.exp
10018 * gdb.multi/multi-arch.exp
10019 * gdb.multi/tids.exp
10020 * gdb.multi/watchpoint-multi.exp
10021 * gdb.opencl/callfuncs.exp
10022 * gdb.opencl/convs_casts.exp
10023 * gdb.opencl/datatypes.exp
10024 * gdb.opencl/operators.exp
10025 * gdb.opencl/vec_comps.exp
10026 * gdb.opt/clobbered-registers-O2.exp
10027 * gdb.opt/inline-break.exp
10028 * gdb.opt/inline-bt.exp
10029 * gdb.opt/inline-cmds.exp
10030 * gdb.opt/inline-locals.exp
10031 * gdb.pascal/case-insensitive-symbols.exp
10032 * gdb.pascal/floats.exp
10033 * gdb.pascal/gdb11492.exp
10034 * gdb.python/lib-types.exp
10035 * gdb.python/py-arch.exp
10036 * gdb.python/py-as-string.exp
10037 * gdb.python/py-bad-printers.exp
10038 * gdb.python/py-block.exp
10039 * gdb.python/py-breakpoint-create-fail.exp
10040 * gdb.python/py-breakpoint.exp
10041 * gdb.python/py-caller-is.exp
10042 * gdb.python/py-cmd.exp
10043 * gdb.python/py-explore-cc.exp
10044 * gdb.python/py-explore.exp
10045 * gdb.python/py-finish-breakpoint.exp
10046 * gdb.python/py-finish-breakpoint2.exp
10047 * gdb.python/py-frame-args.exp
10048 * gdb.python/py-frame-inline.exp
10049 * gdb.python/py-frame.exp
10050 * gdb.python/py-framefilter-mi.exp
10051 * gdb.python/py-infthread.exp
10052 * gdb.python/py-lazy-string.exp
10053 * gdb.python/py-linetable.exp
10054 * gdb.python/py-mi-events.exp
10055 * gdb.python/py-mi-objfile.exp
10056 * gdb.python/py-mi.exp
10057 * gdb.python/py-objfile.exp
10058 * gdb.python/py-pp-integral.exp
10059 * gdb.python/py-pp-maint.exp
10060 * gdb.python/py-pp-re-notag.exp
10061 * gdb.python/py-pp-registration.exp
10062 * gdb.python/py-recurse-unwind.exp
10063 * gdb.python/py-strfns.exp
10064 * gdb.python/py-symbol.exp
10065 * gdb.python/py-symtab.exp
10066 * gdb.python/py-sync-interp.exp
10067 * gdb.python/py-typeprint.exp
10068 * gdb.python/py-unwind-maint.exp
10069 * gdb.python/py-unwind.exp
10070 * gdb.python/py-value-cc.exp
10071 * gdb.python/py-xmethods.exp
10072 * gdb.reverse/amd64-tailcall-reverse.exp
10073 * gdb.reverse/break-precsave.exp
10074 * gdb.reverse/break-reverse.exp
10075 * gdb.reverse/consecutive-precsave.exp
10076 * gdb.reverse/consecutive-reverse.exp
10077 * gdb.reverse/finish-precsave.exp
10078 * gdb.reverse/finish-reverse-bkpt.exp
10079 * gdb.reverse/finish-reverse.exp
10080 * gdb.reverse/fstatat-reverse.exp
10081 * gdb.reverse/getresuid-reverse.exp
10082 * gdb.reverse/i386-precsave.exp
10083 * gdb.reverse/i386-reverse.exp
10084 * gdb.reverse/i386-sse-reverse.exp
10085 * gdb.reverse/i387-env-reverse.exp
10086 * gdb.reverse/i387-stack-reverse.exp
10087 * gdb.reverse/insn-reverse.exp
10088 * gdb.reverse/machinestate-precsave.exp
10089 * gdb.reverse/machinestate.exp
10090 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10091 * gdb.reverse/pipe-reverse.exp
10092 * gdb.reverse/readv-reverse.exp
10093 * gdb.reverse/recvmsg-reverse.exp
10094 * gdb.reverse/rerun-prec.exp
10095 * gdb.reverse/s390-mvcle.exp
10096 * gdb.reverse/step-precsave.exp
10097 * gdb.reverse/step-reverse.exp
10098 * gdb.reverse/time-reverse.exp
10099 * gdb.reverse/until-precsave.exp
10100 * gdb.reverse/until-reverse.exp
10101 * gdb.reverse/waitpid-reverse.exp
10102 * gdb.reverse/watch-precsave.exp
10103 * gdb.reverse/watch-reverse.exp
10104 * gdb.rust/generics.exp
10105 * gdb.rust/methods.exp
10106 * gdb.rust/modules.exp
10107 * gdb.rust/simple.exp
10108 * gdb.server/connect-with-no-symbol-file.exp
10109 * gdb.server/ext-attach.exp
10110 * gdb.server/ext-restart.exp
10111 * gdb.server/ext-wrapper.exp
10112 * gdb.server/file-transfer.exp
10113 * gdb.server/server-exec-info.exp
10114 * gdb.server/server-kill.exp
10115 * gdb.server/server-mon.exp
10116 * gdb.server/wrapper.exp
10117 * gdb.stabs/exclfwd.exp
10118 * gdb.stabs/gdb11479.exp
10119 * gdb.threads/clone-new-thread-event.exp
10120 * gdb.threads/corethreads.exp
10121 * gdb.threads/current-lwp-dead.exp
10122 * gdb.threads/dlopen-libpthread.exp
10123 * gdb.threads/gcore-thread.exp
10124 * gdb.threads/sigstep-threads.exp
10125 * gdb.threads/watchpoint-fork.exp
10126 * gdb.trace/actions-changed.exp
10127 * gdb.trace/backtrace.exp
10128 * gdb.trace/change-loc.exp
10129 * gdb.trace/circ.exp
10130 * gdb.trace/collection.exp
10131 * gdb.trace/disconnected-tracing.exp
10132 * gdb.trace/ftrace.exp
10133 * gdb.trace/mi-trace-frame-collected.exp
10134 * gdb.trace/mi-trace-unavailable.exp
10135 * gdb.trace/mi-traceframe-changed.exp
10136 * gdb.trace/mi-tsv-changed.exp
10137 * gdb.trace/no-attach-trace.exp
10138 * gdb.trace/passc-dyn.exp
10139 * gdb.trace/qtro.exp
10140 * gdb.trace/range-stepping.exp
10141 * gdb.trace/read-memory.exp
10142 * gdb.trace/save-trace.exp
10143 * gdb.trace/signal.exp
10144 * gdb.trace/status-stop.exp
10145 * gdb.trace/tfile.exp
10146 * gdb.trace/trace-break.exp
10147 * gdb.trace/trace-buffer-size.exp
10148 * gdb.trace/trace-condition.exp
10149 * gdb.trace/tracefile-pseudo-reg.exp
10150 * gdb.trace/tstatus.exp
10151 * gdb.trace/unavailable.exp
10152 * gdb.trace/while-dyn.exp
10153 * gdb.trace/while-stepping.exp
10154
10155 2016-12-22 Doug Evans <xdje42@gmail.com>
10156
10157 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10158 and msymbols.
10159
10160 2016-12-19 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10163 (test_with_self): Don't call do_steps_and_nexts, and remove
10164 code about stepping into xmalloc.
10165
10166 2016-12-09 Yao Qi <yao.qi@linaro.org>
10167
10168 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10169
10170 2016-12-09 Yao Qi <yao.qi@linaro.org>
10171
10172 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10173
10174 2016-12-09 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.base/all-architectures-0.exp: New file.
10177 * gdb.base/all-architectures-1.exp: New file.
10178 * gdb.base/all-architectures-2.exp: New file.
10179 * gdb.base/all-architectures-3.exp: New file.
10180 * gdb.base/all-architectures-4.exp: New file.
10181 * gdb.base/all-architectures-5.exp: New file.
10182 * gdb.base/all-architectures-6.exp: New file.
10183 * gdb.base/all-architectures-7.exp: New file.
10184 * gdb.base/all-architectures.exp.in: New file.
10185
10186 2016-12-09 Yao Qi <yao.qi@linaro.org>
10187
10188 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10189
10190 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10191
10192 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10193 possible.
10194 Remove useless pattern-matching code.
10195
10196 2016-12-02 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10199 procedure.
10200 (top level): Call it.
10201
10202 2016-12-02 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10205 New procedure.
10206 (top level): Call it.
10207
10208 2016-12-02 Pedro Alves <palves@redhat.com>
10209
10210 PR cli/20559
10211 * gdb.base/commands.exp (user_defined_command_args_eval): New
10212 procedure.
10213 (top level): Call it.
10214
10215 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10216
10217 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10218 timeout handling.
10219
10220 2016-12-02 Tom Tromey <tom@tromey.com>
10221
10222 * gdb.dwarf2/main-subprogram.c: New file.
10223 * gdb.dwarf2/main-subprogram.exp: New file.
10224
10225 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10226
10227 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10228 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10229 gdb_test_no_output for a couple of cases.
10230 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10231
10232 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10233
10234 Fix test names and standardize compilation error messages throughout
10235 the following files:
10236
10237 * gdb.ada/start.exp
10238 * gdb.arch/alpha-step.exp
10239 * gdb.arch/e500-prologue.exp
10240 * gdb.arch/ftrace-insn-reloc.exp
10241 * gdb.arch/gdb1291.exp
10242 * gdb.arch/gdb1431.exp
10243 * gdb.arch/gdb1558.exp
10244 * gdb.arch/i386-dr3-watch.exp
10245 * gdb.arch/i386-sse-stack-align.exp
10246 * gdb.arch/ia64-breakpoint-shadow.exp
10247 * gdb.arch/pa-nullify.exp
10248 * gdb.arch/powerpc-aix-prologue.exp
10249 * gdb.arch/thumb-bx-pc.exp
10250 * gdb.base/annota1.exp
10251 * gdb.base/annota3.exp
10252 * gdb.base/arrayidx.exp
10253 * gdb.base/assign.exp
10254 * gdb.base/attach.exp
10255 * gdb.base/auxv.exp
10256 * gdb.base/bang.exp
10257 * gdb.base/bfp-test.exp
10258 * gdb.base/bigcore.exp
10259 * gdb.base/bitfields2.exp
10260 * gdb.base/break-fun-addr.exp
10261 * gdb.base/break-probes.exp
10262 * gdb.base/call-rt-st.exp
10263 * gdb.base/callexit.exp
10264 * gdb.base/catch-fork-kill.exp
10265 * gdb.base/charset.exp
10266 * gdb.base/checkpoint.exp
10267 * gdb.base/comprdebug.exp
10268 * gdb.base/constvars.exp
10269 * gdb.base/coredump-filter.exp
10270 * gdb.base/cursal.exp
10271 * gdb.base/cvexpr.exp
10272 * gdb.base/detach.exp
10273 * gdb.base/display.exp
10274 * gdb.base/dmsym.exp
10275 * gdb.base/dprintf-pending.exp
10276 * gdb.base/dso2dso.exp
10277 * gdb.base/dtrace-probe.exp
10278 * gdb.base/dump.exp
10279 * gdb.base/enum_cond.exp
10280 * gdb.base/exe-lock.exp
10281 * gdb.base/exec-invalid-sysroot.exp
10282 * gdb.base/execl-update-breakpoints.exp
10283 * gdb.base/exprs.exp
10284 * gdb.base/fileio.exp
10285 * gdb.base/find.exp
10286 * gdb.base/finish.exp
10287 * gdb.base/fixsection.exp
10288 * gdb.base/foll-vfork.exp
10289 * gdb.base/frame-args.exp
10290 * gdb.base/gcore.exp
10291 * gdb.base/gdb1250.exp
10292 * gdb.base/global-var-nested-by-dso.exp
10293 * gdb.base/gnu-ifunc.exp
10294 * gdb.base/hashline1.exp
10295 * gdb.base/hashline2.exp
10296 * gdb.base/hashline3.exp
10297 * gdb.base/hbreak-in-shr-unsupported.exp
10298 * gdb.base/huge.exp
10299 * gdb.base/infcall-input.exp
10300 * gdb.base/info-fun.exp
10301 * gdb.base/info-shared.exp
10302 * gdb.base/jit-simple.exp
10303 * gdb.base/jit-so.exp
10304 * gdb.base/jit.exp
10305 * gdb.base/jump.exp
10306 * gdb.base/label.exp
10307 * gdb.base/lineinc.exp
10308 * gdb.base/logical.exp
10309 * gdb.base/longjmp.exp
10310 * gdb.base/macscp.exp
10311 * gdb.base/miscexprs.exp
10312 * gdb.base/new-ui-echo.exp
10313 * gdb.base/new-ui-pending-input.exp
10314 * gdb.base/new-ui.exp
10315 * gdb.base/nodebug.exp
10316 * gdb.base/nofield.exp
10317 * gdb.base/offsets.exp
10318 * gdb.base/overlays.exp
10319 * gdb.base/pending.exp
10320 * gdb.base/pointers.exp
10321 * gdb.base/pr11022.exp
10322 * gdb.base/printcmds.exp
10323 * gdb.base/prologue.exp
10324 * gdb.base/ptr-typedef.exp
10325 * gdb.base/realname-expand.exp
10326 * gdb.base/relativedebug.exp
10327 * gdb.base/relocate.exp
10328 * gdb.base/remote.exp
10329 * gdb.base/reread.exp
10330 * gdb.base/return2.exp
10331 * gdb.base/savedregs.exp
10332 * gdb.base/sep.exp
10333 * gdb.base/sepdebug.exp
10334 * gdb.base/sepsymtab.exp
10335 * gdb.base/set-inferior-tty.exp
10336 * gdb.base/setshow.exp
10337 * gdb.base/shlib-call.exp
10338 * gdb.base/sigaltstack.exp
10339 * gdb.base/siginfo-addr.exp
10340 * gdb.base/signals.exp
10341 * gdb.base/signull.exp
10342 * gdb.base/sigrepeat.exp
10343 * gdb.base/so-impl-ld.exp
10344 * gdb.base/solib-display.exp
10345 * gdb.base/solib-overlap.exp
10346 * gdb.base/solib-search.exp
10347 * gdb.base/solib-symbol.exp
10348 * gdb.base/structs.exp
10349 * gdb.base/structs2.exp
10350 * gdb.base/symtab-search-order.exp
10351 * gdb.base/twice.exp
10352 * gdb.base/unload.exp
10353 * gdb.base/varargs.exp
10354 * gdb.base/watchpoint-solib.exp
10355 * gdb.base/watchpoint.exp
10356 * gdb.base/whatis.exp
10357 * gdb.base/wrong_frame_bt_full.exp
10358 * gdb.btrace/dlopen.exp
10359 * gdb.cell/ea-standalone.exp
10360 * gdb.cell/ea-test.exp
10361 * gdb.cp/dispcxx.exp
10362 * gdb.cp/gdb2384.exp
10363 * gdb.cp/method2.exp
10364 * gdb.cp/nextoverthrow.exp
10365 * gdb.cp/pr10728.exp
10366 * gdb.disasm/am33.exp
10367 * gdb.disasm/h8300s.exp
10368 * gdb.disasm/mn10300.exp
10369 * gdb.disasm/sh3.exp
10370 * gdb.dwarf2/dw2-dir-file-name.exp
10371 * gdb.fortran/complex.exp
10372 * gdb.fortran/library-module.exp
10373 * gdb.guile/scm-pretty-print.exp
10374 * gdb.guile/scm-symbol.exp
10375 * gdb.guile/scm-type.exp
10376 * gdb.guile/scm-value.exp
10377 * gdb.linespec/linespec.exp
10378 * gdb.mi/gdb701.exp
10379 * gdb.mi/gdb792.exp
10380 * gdb.mi/mi-breakpoint-changed.exp
10381 * gdb.mi/mi-dprintf-pending.exp
10382 * gdb.mi/mi-dprintf.exp
10383 * gdb.mi/mi-exit-code.exp
10384 * gdb.mi/mi-pending.exp
10385 * gdb.mi/mi-solib.exp
10386 * gdb.mi/new-ui-mi-sync.exp
10387 * gdb.mi/pr11022.exp
10388 * gdb.mi/user-selected-context-sync.exp
10389 * gdb.opt/solib-intra-step.exp
10390 * gdb.python/py-events.exp
10391 * gdb.python/py-finish-breakpoint.exp
10392 * gdb.python/py-mi.exp
10393 * gdb.python/py-prettyprint.exp
10394 * gdb.python/py-shared.exp
10395 * gdb.python/py-symbol.exp
10396 * gdb.python/py-template.exp
10397 * gdb.python/py-type.exp
10398 * gdb.python/py-value.exp
10399 * gdb.reverse/solib-precsave.exp
10400 * gdb.reverse/solib-reverse.exp
10401 * gdb.server/solib-list.exp
10402 * gdb.stabs/weird.exp
10403 * gdb.threads/reconnect-signal.exp
10404 * gdb.threads/stepi-random-signal.exp
10405 * gdb.trace/actions.exp
10406 * gdb.trace/ax.exp
10407 * gdb.trace/backtrace.exp
10408 * gdb.trace/change-loc.exp
10409 * gdb.trace/deltrace.exp
10410 * gdb.trace/ftrace-lock.exp
10411 * gdb.trace/ftrace.exp
10412 * gdb.trace/infotrace.exp
10413 * gdb.trace/mi-tracepoint-changed.exp
10414 * gdb.trace/packetlen.exp
10415 * gdb.trace/passcount.exp
10416 * gdb.trace/pending.exp
10417 * gdb.trace/range-stepping.exp
10418 * gdb.trace/report.exp
10419 * gdb.trace/stap-trace.exp
10420 * gdb.trace/tfind.exp
10421 * gdb.trace/trace-break.exp
10422 * gdb.trace/trace-condition.exp
10423 * gdb.trace/trace-enable-disable.exp
10424 * gdb.trace/trace-mt.exp
10425 * gdb.trace/tracecmd.exp
10426 * gdb.trace/tspeed.exp
10427 * gdb.trace/tsv.exp
10428 * lib/perftest.exp
10429
10430 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10431
10432 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10433 with gdb_test_no_output.
10434 Use command as test name.
10435
10436 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10437
10438 Fix test names starting with uppercase throughout the files.
10439
10440 * gdb.ada/assign_1.exp
10441 * gdb.ada/boolean_expr.exp
10442 * gdb.base/arrayidx.exp
10443 * gdb.base/del.exp
10444 * gdb.base/gcore-buffer-overflow.exp
10445 * gdb.base/testenv.exp
10446 * gdb.compile/compile.exp
10447 * gdb.python/py-framefilter-invalidarg.exp
10448 * gdb.python/py-framefilter.exp
10449
10450 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10451
10452 Fix test names starting with uppercase throughout the files.
10453
10454 * gdb.ada/array_return.exp
10455 * gdb.ada/expr_delims.exp
10456 * gdb.ada/mi_dyn_arr.exp
10457 * gdb.ada/mi_interface.exp
10458 * gdb.ada/mi_var_array.exp
10459 * gdb.ada/watch_arg.exp
10460 * gdb.arch/alpha-step.exp
10461 * gdb.arch/altivec-regs.exp
10462 * gdb.arch/e500-regs.exp
10463 * gdb.arch/powerpc-d128-regs.exp
10464 * gdb.base/arrayidx.exp
10465 * gdb.base/break.exp
10466 * gdb.base/checkpoint.exp
10467 * gdb.base/debug-expr.exp
10468 * gdb.base/dmsym.exp
10469 * gdb.base/radix.exp
10470 * gdb.base/sepdebug.exp
10471 * gdb.base/testenv.exp
10472 * gdb.base/watch_thread_num.exp
10473 * gdb.base/watchpoint-cond-gone.exp
10474 * gdb.cell/break.exp
10475 * gdb.cell/ea-cache.exp
10476 * gdb.compile/compile.exp
10477 * gdb.cp/gdb2495.exp
10478 * gdb.gdb/selftest.exp
10479 * gdb.gdb/xfullpath.exp
10480 * gdb.go/hello.exp
10481 * gdb.go/integers.exp
10482 * gdb.objc/basicclass.exp
10483 * gdb.pascal/hello.exp
10484 * gdb.pascal/integers.exp
10485 * gdb.python/py-breakpoint.exp
10486 * gdb.python/py-cmd.exp
10487 * gdb.python/py-linetable.exp
10488 * gdb.python/py-xmethods.exp
10489 * gdb.python/python.exp
10490 * gdb.reverse/consecutive-precsave.exp
10491 * gdb.reverse/finish-precsave.exp
10492 * gdb.reverse/i386-precsave.exp
10493 * gdb.reverse/machinestate-precsave.exp
10494 * gdb.reverse/sigall-precsave.exp
10495 * gdb.reverse/solib-precsave.exp
10496 * gdb.reverse/step-precsave.exp
10497 * gdb.reverse/until-precsave.exp
10498 * gdb.reverse/watch-precsave.exp
10499 * gdb.threads/leader-exit.exp
10500 * gdb.threads/pthreads.exp
10501 * gdb.threads/wp-replication.exp
10502 * gdb.trace/actions.exp
10503 * gdb.trace/mi-tsv-changed.exp
10504 * gdb.trace/tsv.exp
10505
10506 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10507
10508 Fix test names starting with uppercase throughout the files.
10509
10510 * gdb.arch/i386-bp_permanent.exp
10511 * gdb.arch/i386-gnu-cfi.exp
10512 * gdb.base/disasm-end-cu.exp
10513 * gdb.base/macscp.exp
10514 * gdb.base/pending.exp
10515 * gdb.base/watch_thread_num.exp
10516 * gdb.cp/exception.exp
10517 * gdb.cp/gdb2495.exp
10518 * gdb.cp/local.exp
10519 * gdb.python/py-evsignal.exp
10520 * gdb.python/python.exp
10521 * gdb.trace/tracecmd.exp
10522
10523 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10524
10525 Fix test names starting with uppercase throughout the files.
10526
10527 * gdb.base/charset.exp
10528 * gdb.base/eval.exp
10529 * gdb.base/multi-forks.exp
10530 * gdb.guile/scm-progspace.exp
10531 * gdb.opencl/datatypes.exp
10532 * gdb.python/py-block.exp
10533 * gdb.python/py-function.exp
10534 * gdb.python/py-symbol.exp
10535 * gdb.python/py-symtab.exp
10536 * gdb.python/py-xmethods.exp
10537 * gdb.reverse/break-precsave.exp
10538 * gdb.reverse/break-reverse.exp
10539 * gdb.reverse/consecutive-precsave.exp
10540 * gdb.reverse/consecutive-reverse.exp
10541 * gdb.reverse/finish-precsave.exp
10542 * gdb.reverse/finish-reverse-bkpt.exp
10543 * gdb.reverse/finish-reverse.exp
10544 * gdb.reverse/fstatat-reverse.exp
10545 * gdb.reverse/getresuid-reverse.exp
10546 * gdb.reverse/i386-precsave.exp
10547 * gdb.reverse/i386-reverse.exp
10548 * gdb.reverse/i386-sse-reverse.exp
10549 * gdb.reverse/i387-stack-reverse.exp
10550 * gdb.reverse/insn-reverse.exp
10551 * gdb.reverse/machinestate-precsave.exp
10552 * gdb.reverse/machinestate.exp
10553 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10554 * gdb.reverse/pipe-reverse.exp
10555 * gdb.reverse/readv-reverse.exp
10556 * gdb.reverse/recvmsg-reverse.exp
10557 * gdb.reverse/rerun-prec.exp
10558 * gdb.reverse/s390-mvcle.exp
10559 * gdb.reverse/sigall-precsave.exp
10560 * gdb.reverse/sigall-reverse.exp
10561 * gdb.reverse/solib-precsave.exp
10562 * gdb.reverse/solib-reverse.exp
10563 * gdb.reverse/step-precsave.exp
10564 * gdb.reverse/step-reverse.exp
10565 * gdb.reverse/time-reverse.exp
10566 * gdb.reverse/until-precsave.exp
10567 * gdb.reverse/until-reverse.exp
10568 * gdb.reverse/waitpid-reverse.exp
10569 * gdb.reverse/watch-precsave.exp
10570 * gdb.reverse/watch-reverse.exp
10571
10572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10573
10574 Fix test names starting with uppercase throughout the files.
10575
10576 * gdb.arch/i386-mpx-simple_segv.exp
10577 * gdb.arch/i386-mpx.exp
10578 * gdb.arch/i386-permbkpt.exp
10579 * gdb.arch/pa-nullify.exp
10580 * gdb.arch/powerpc-d128-regs.exp
10581 * gdb.arch/vsx-regs.exp
10582 * gdb.base/bfp-test.exp
10583 * gdb.base/break.exp
10584 * gdb.base/breakpoint-shadow.exp
10585 * gdb.base/callfuncs.exp
10586 * gdb.base/charset.exp
10587 * gdb.base/commands.exp
10588 * gdb.base/completion.exp
10589 * gdb.base/dfp-test.exp
10590 * gdb.base/echo.exp
10591 * gdb.base/ending-run.exp
10592 * gdb.base/eval.exp
10593 * gdb.base/expand-psymtabs.exp
10594 * gdb.base/float128.exp
10595 * gdb.base/floatn.exp
10596 * gdb.base/foll-exec-mode.exp
10597 * gdb.base/gdb1056.exp
10598 * gdb.base/gdb11531.exp
10599 * gdb.base/kill-after-signal.exp
10600 * gdb.base/multi-forks.exp
10601 * gdb.base/overlays.exp
10602 * gdb.base/pending.exp
10603 * gdb.base/sepdebug.exp
10604 * gdb.base/testenv.exp
10605 * gdb.base/valgrind-db-attach.exp
10606 * gdb.base/watch_thread_num.exp
10607 * gdb.base/watchpoint-cond-gone.exp
10608 * gdb.base/watchpoint.exp
10609 * gdb.base/watchpoints.exp
10610 * gdb.cp/arg-reference.exp
10611 * gdb.cp/baseenum.exp
10612 * gdb.cp/operator.exp
10613 * gdb.cp/shadow.exp
10614 * gdb.dwarf2/dw2-op-out-param.exp
10615 * gdb.dwarf2/dw2-reg-undefined.exp
10616 * gdb.go/chan.exp
10617 * gdb.go/hello.exp
10618 * gdb.go/integers.exp
10619 * gdb.go/methods.exp
10620 * gdb.go/package.exp
10621 * gdb.guile/scm-parameter.exp
10622 * gdb.guile/scm-progspace.exp
10623 * gdb.guile/scm-value.exp
10624 * gdb.mi/mi-pending.exp
10625 * gdb.mi/user-selected-context-sync.exp
10626 * gdb.multi/multi-attach.exp
10627 * gdb.multi/tids.exp
10628 * gdb.opt/clobbered-registers-O2.exp
10629 * gdb.pascal/floats.exp
10630 * gdb.pascal/integers.exp
10631 * gdb.python/py-block.exp
10632 * gdb.python/py-events.exp
10633 * gdb.python/py-parameter.exp
10634 * gdb.python/py-symbol.exp
10635 * gdb.python/py-symtab.exp
10636 * gdb.python/py-type.exp
10637 * gdb.python/py-value.exp
10638 * gdb.python/py-xmethods.exp
10639 * gdb.python/python.exp
10640 * gdb.reverse/break-precsave.exp
10641 * gdb.reverse/consecutive-precsave.exp
10642 * gdb.reverse/finish-precsave.exp
10643 * gdb.reverse/i386-precsave.exp
10644 * gdb.reverse/machinestate-precsave.exp
10645 * gdb.reverse/sigall-precsave.exp
10646 * gdb.reverse/solib-precsave.exp
10647 * gdb.reverse/step-precsave.exp
10648 * gdb.reverse/until-precsave.exp
10649 * gdb.reverse/watch-precsave.exp
10650 * gdb.server/ext-attach.exp
10651 * gdb.server/ext-restart.exp
10652 * gdb.server/ext-run.exp
10653 * gdb.server/ext-wrapper.exp
10654 * gdb.stabs/gdb11479.exp
10655 * gdb.stabs/weird.exp
10656 * gdb.threads/attach-many-short-lived-threads.exp
10657 * gdb.threads/kill.exp
10658 * gdb.threads/watchpoint-fork.exp
10659
10660 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10661
10662 Fix test names starting with uppercase throughout all the files below.
10663
10664 * gdb.ada/array_return.exp
10665 * gdb.ada/catch_ex.exp
10666 * gdb.ada/info_exc.exp
10667 * gdb.ada/mi_catch_ex.exp
10668 * gdb.ada/mi_dyn_arr.exp
10669 * gdb.ada/mi_ex_cond.exp
10670 * gdb.ada/mi_exc_info.exp
10671 * gdb.ada/mi_interface.exp
10672 * gdb.ada/mi_task_arg.exp
10673 * gdb.ada/mi_task_info.exp
10674 * gdb.ada/mi_var_array.exp
10675 * gdb.arch/alpha-step.exp
10676 * gdb.arch/amd64-disp-step.exp
10677 * gdb.arch/arm-disp-step.exp
10678 * gdb.arch/disp-step-insn-reloc.exp
10679 * gdb.arch/e500-prologue.exp
10680 * gdb.arch/ftrace-insn-reloc.exp
10681 * gdb.arch/gdb1558.exp
10682 * gdb.arch/i386-bp_permanent.exp
10683 * gdb.arch/i386-disp-step.exp
10684 * gdb.arch/i386-float.exp
10685 * gdb.arch/i386-gnu-cfi.exp
10686 * gdb.arch/ia64-breakpoint-shadow.exp
10687 * gdb.arch/mips16-thunks.exp
10688 * gdb.arch/pa-nullify.exp
10689 * gdb.arch/powerpc-aix-prologue.exp
10690 * gdb.arch/powerpc-power.exp
10691 * gdb.arch/ppc-dfp.exp
10692 * gdb.arch/s390-tdbregs.exp
10693 * gdb.arch/spu-info.exp
10694 * gdb.arch/spu-ls.exp
10695 * gdb.arch/thumb-bx-pc.exp
10696 * gdb.base/advance.exp
10697 * gdb.base/annota-input-while-running.exp
10698 * gdb.base/arrayidx.exp
10699 * gdb.base/asmlabel.exp
10700 * gdb.base/async.exp
10701 * gdb.base/attach-wait-input.exp
10702 * gdb.base/auto-connect-native-target.exp
10703 * gdb.base/batch-preserve-term-settings.exp
10704 * gdb.base/bfp-test.exp
10705 * gdb.base/bigcore.exp
10706 * gdb.base/bp-permanent.exp
10707 * gdb.base/break-always.exp
10708 * gdb.base/break-fun-addr.exp
10709 * gdb.base/break-idempotent.exp
10710 * gdb.base/break-main-file-remove-fail.exp
10711 * gdb.base/break-probes.exp
10712 * gdb.base/break-unload-file.exp
10713 * gdb.base/break.exp
10714 * gdb.base/call-ar-st.exp
10715 * gdb.base/call-rt-st.exp
10716 * gdb.base/call-sc.exp
10717 * gdb.base/call-signal-resume.exp
10718 * gdb.base/call-strs.exp
10719 * gdb.base/callexit.exp
10720 * gdb.base/callfuncs.exp
10721 * gdb.base/catch-gdb-caused-signals.exp
10722 * gdb.base/catch-signal-siginfo-cond.exp
10723 * gdb.base/catch-syscall.exp
10724 * gdb.base/compare-sections.exp
10725 * gdb.base/cond-eval-mode.exp
10726 * gdb.base/condbreak-call-false.exp
10727 * gdb.base/consecutive-step-over.exp
10728 * gdb.base/cursal.exp
10729 * gdb.base/disabled-location.exp
10730 * gdb.base/disasm-end-cu.exp
10731 * gdb.base/display.exp
10732 * gdb.base/double-prompt-target-event-error.exp
10733 * gdb.base/dprintf-bp-same-addr.exp
10734 * gdb.base/dprintf-detach.exp
10735 * gdb.base/dprintf-next.exp
10736 * gdb.base/dprintf-non-stop.exp
10737 * gdb.base/dprintf-pending.exp
10738 * gdb.base/dso2dso.exp
10739 * gdb.base/ending-run.exp
10740 * gdb.base/enum_cond.exp
10741 * gdb.base/examine-backward.exp
10742 * gdb.base/exe-lock.exp
10743 * gdb.base/exec-invalid-sysroot.exp
10744 * gdb.base/execl-update-breakpoints.exp
10745 * gdb.base/execution-termios.exp
10746 * gdb.base/fileio.exp
10747 * gdb.base/fixsection.exp
10748 * gdb.base/foll-exec-mode.exp
10749 * gdb.base/foll-exec.exp
10750 * gdb.base/fork-running-state.exp
10751 * gdb.base/frame-args.exp
10752 * gdb.base/fullpath-expand.exp
10753 * gdb.base/func-ptr.exp
10754 * gdb.base/gcore-relro-pie.exp
10755 * gdb.base/gdb1090.exp
10756 * gdb.base/gdb1555.exp
10757 * gdb.base/global-var-nested-by-dso.exp
10758 * gdb.base/gnu-ifunc.exp
10759 * gdb.base/hbreak-in-shr-unsupported.exp
10760 * gdb.base/hbreak-unmapped.exp
10761 * gdb.base/hook-stop.exp
10762 * gdb.base/infcall-input.exp
10763 * gdb.base/info-fun.exp
10764 * gdb.base/info-shared.exp
10765 * gdb.base/interrupt-noterm.exp
10766 * gdb.base/jit-so.exp
10767 * gdb.base/jit.exp
10768 * gdb.base/line-symtabs.exp
10769 * gdb.base/list.exp
10770 * gdb.base/longjmp.exp
10771 * gdb.base/macscp.exp
10772 * gdb.base/max-value-size.exp
10773 * gdb.base/nodebug.exp
10774 * gdb.base/nofield.exp
10775 * gdb.base/overlays.exp
10776 * gdb.base/paginate-after-ctrl-c-running.exp
10777 * gdb.base/paginate-bg-execution.exp
10778 * gdb.base/paginate-inferior-exit.exp
10779 * gdb.base/pending.exp
10780 * gdb.base/pr11022.exp
10781 * gdb.base/printcmds.exp
10782 * gdb.base/ptr-typedef.exp
10783 * gdb.base/ptype.exp
10784 * gdb.base/randomize.exp
10785 * gdb.base/range-stepping.exp
10786 * gdb.base/realname-expand.exp
10787 * gdb.base/relativedebug.exp
10788 * gdb.base/remote.exp
10789 * gdb.base/savedregs.exp
10790 * gdb.base/sepdebug.exp
10791 * gdb.base/set-noassign.exp
10792 * gdb.base/shlib-call.exp
10793 * gdb.base/shreloc.exp
10794 * gdb.base/sigaltstack.exp
10795 * gdb.base/sigbpt.exp
10796 * gdb.base/siginfo-addr.exp
10797 * gdb.base/siginfo-obj.exp
10798 * gdb.base/siginfo-thread.exp
10799 * gdb.base/signest.exp
10800 * gdb.base/signull.exp
10801 * gdb.base/sigrepeat.exp
10802 * gdb.base/skip.exp
10803 * gdb.base/so-impl-ld.exp
10804 * gdb.base/solib-corrupted.exp
10805 * gdb.base/solib-disc.exp
10806 * gdb.base/solib-display.exp
10807 * gdb.base/solib-overlap.exp
10808 * gdb.base/solib-search.exp
10809 * gdb.base/solib-symbol.exp
10810 * gdb.base/source-execution.exp
10811 * gdb.base/sss-bp-on-user-bp-2.exp
10812 * gdb.base/sss-bp-on-user-bp.exp
10813 * gdb.base/stack-checking.exp
10814 * gdb.base/stale-infcall.exp
10815 * gdb.base/step-break.exp
10816 * gdb.base/step-line.exp
10817 * gdb.base/step-over-exit.exp
10818 * gdb.base/step-test.exp
10819 * gdb.base/structs.exp
10820 * gdb.base/sym-file.exp
10821 * gdb.base/symtab-search-order.exp
10822 * gdb.base/term.exp
10823 * gdb.base/type-opaque.exp
10824 * gdb.base/unload.exp
10825 * gdb.base/until-nodebug.exp
10826 * gdb.base/until.exp
10827 * gdb.base/unwindonsignal.exp
10828 * gdb.base/watch-cond.exp
10829 * gdb.base/watch-non-mem.exp
10830 * gdb.base/watch_thread_num.exp
10831 * gdb.base/watchpoint-reuse-slot.exp
10832 * gdb.base/watchpoint-solib.exp
10833 * gdb.base/watchpoint.exp
10834 * gdb.btrace/dlopen.exp
10835 * gdb.cell/arch.exp
10836 * gdb.cell/break.exp
10837 * gdb.cell/bt.exp
10838 * gdb.cell/core.exp
10839 * gdb.cell/data.exp
10840 * gdb.cell/dwarfaddr.exp
10841 * gdb.cell/ea-cache.exp
10842 * gdb.cell/ea-standalone.exp
10843 * gdb.cell/ea-test.exp
10844 * gdb.cell/f-regs.exp
10845 * gdb.cell/fork.exp
10846 * gdb.cell/gcore.exp
10847 * gdb.cell/mem-access.exp
10848 * gdb.cell/ptype.exp
10849 * gdb.cell/registers.exp
10850 * gdb.cell/sizeof.exp
10851 * gdb.cell/solib-symbol.exp
10852 * gdb.cell/solib.exp
10853 * gdb.compile/compile-tls.exp
10854 * gdb.cp/exception.exp
10855 * gdb.cp/gdb2495.exp
10856 * gdb.cp/local.exp
10857 * gdb.cp/mb-inline.exp
10858 * gdb.cp/mb-templates.exp
10859 * gdb.cp/pr10687.exp
10860 * gdb.cp/pr9167.exp
10861 * gdb.cp/scope-err.exp
10862 * gdb.cp/templates.exp
10863 * gdb.cp/virtfunc.exp
10864 * gdb.dwarf2/dw2-dir-file-name.exp
10865 * gdb.dwarf2/dw2-single-line-discriminators.exp
10866 * gdb.fortran/complex.exp
10867 * gdb.fortran/library-module.exp
10868 * gdb.guile/guile.exp
10869 * gdb.guile/scm-cmd.exp
10870 * gdb.guile/scm-frame-inline.exp
10871 * gdb.guile/scm-objfile.exp
10872 * gdb.guile/scm-pretty-print.exp
10873 * gdb.guile/scm-symbol.exp
10874 * gdb.guile/scm-type.exp
10875 * gdb.guile/scm-value.exp
10876 * gdb.linespec/keywords.exp
10877 * gdb.linespec/ls-errs.exp
10878 * gdb.linespec/macro-relative.exp
10879 * gdb.linespec/thread.exp
10880 * gdb.mi/mi-breakpoint-changed.exp
10881 * gdb.mi/mi-dprintf-pending.exp
10882 * gdb.mi/mi-fullname-deleted.exp
10883 * gdb.mi/mi-logging.exp
10884 * gdb.mi/mi-pending.exp
10885 * gdb.mi/mi-solib.exp
10886 * gdb.mi/new-ui-mi-sync.exp
10887 * gdb.mi/user-selected-context-sync.exp
10888 * gdb.multi/dummy-frame-restore.exp
10889 * gdb.multi/multi-arch-exec.exp
10890 * gdb.multi/remove-inferiors.exp
10891 * gdb.multi/watchpoint-multi-exit.exp
10892 * gdb.opt/solib-intra-step.exp
10893 * gdb.perf/backtrace.exp
10894 * gdb.perf/single-step.exp
10895 * gdb.perf/skip-command.exp
10896 * gdb.perf/skip-prologue.exp
10897 * gdb.perf/solib.exp
10898 * gdb.python/lib-types.exp
10899 * gdb.python/py-as-string.exp
10900 * gdb.python/py-bad-printers.exp
10901 * gdb.python/py-block.exp
10902 * gdb.python/py-breakpoint.exp
10903 * gdb.python/py-cmd.exp
10904 * gdb.python/py-events.exp
10905 * gdb.python/py-evthreads.exp
10906 * gdb.python/py-finish-breakpoint.exp
10907 * gdb.python/py-finish-breakpoint2.exp
10908 * gdb.python/py-frame-inline.exp
10909 * gdb.python/py-frame.exp
10910 * gdb.python/py-inferior.exp
10911 * gdb.python/py-infthread.exp
10912 * gdb.python/py-mi.exp
10913 * gdb.python/py-objfile.exp
10914 * gdb.python/py-pp-maint.exp
10915 * gdb.python/py-pp-registration.exp
10916 * gdb.python/py-prettyprint.exp
10917 * gdb.python/py-recurse-unwind.exp
10918 * gdb.python/py-shared.exp
10919 * gdb.python/py-symbol.exp
10920 * gdb.python/py-symtab.exp
10921 * gdb.python/py-template.exp
10922 * gdb.python/py-type.exp
10923 * gdb.python/py-unwind-maint.exp
10924 * gdb.python/py-unwind.exp
10925 * gdb.python/py-value.exp
10926 * gdb.python/python.exp
10927 * gdb.reverse/finish-reverse-bkpt.exp
10928 * gdb.reverse/insn-reverse.exp
10929 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10930 * gdb.reverse/solib-precsave.exp
10931 * gdb.reverse/solib-reverse.exp
10932 * gdb.stabs/gdb11479.exp
10933 * gdb.stabs/weird.exp
10934 * gdb.threads/fork-child-threads.exp
10935 * gdb.threads/fork-plus-threads.exp
10936 * gdb.threads/fork-thread-pending.exp
10937 * gdb.threads/forking-threads-plus-breakpoint.exp
10938 * gdb.threads/hand-call-in-threads.exp
10939 * gdb.threads/interrupted-hand-call.exp
10940 * gdb.threads/linux-dp.exp
10941 * gdb.threads/local-watch-wrong-thread.exp
10942 * gdb.threads/next-while-other-thread-longjmps.exp
10943 * gdb.threads/non-ldr-exit.exp
10944 * gdb.threads/pending-step.exp
10945 * gdb.threads/print-threads.exp
10946 * gdb.threads/process-dies-while-detaching.exp
10947 * gdb.threads/process-dies-while-handling-bp.exp
10948 * gdb.threads/pthreads.exp
10949 * gdb.threads/queue-signal.exp
10950 * gdb.threads/reconnect-signal.exp
10951 * gdb.threads/signal-command-handle-nopass.exp
10952 * gdb.threads/signal-command-multiple-signals-pending.exp
10953 * gdb.threads/signal-delivered-right-thread.exp
10954 * gdb.threads/signal-sigtrap.exp
10955 * gdb.threads/sigthread.exp
10956 * gdb.threads/staticthreads.exp
10957 * gdb.threads/stepi-random-signal.exp
10958 * gdb.threads/thread-unwindonsignal.exp
10959 * gdb.threads/thread_check.exp
10960 * gdb.threads/thread_events.exp
10961 * gdb.threads/tid-reuse.exp
10962 * gdb.threads/tls-nodebug.exp
10963 * gdb.threads/tls-shared.exp
10964 * gdb.threads/tls-so_extern.exp
10965 * gdb.threads/tls.exp
10966 * gdb.threads/wp-replication.exp
10967 * gdb.trace/actions-changed.exp
10968 * gdb.trace/actions.exp
10969 * gdb.trace/backtrace.exp
10970 * gdb.trace/change-loc.exp
10971 * gdb.trace/collection.exp
10972 * gdb.trace/deltrace.exp
10973 * gdb.trace/disconnected-tracing.exp
10974 * gdb.trace/entry-values.exp
10975 * gdb.trace/ftrace-lock.exp
10976 * gdb.trace/ftrace.exp
10977 * gdb.trace/infotrace.exp
10978 * gdb.trace/mi-trace-frame-collected.exp
10979 * gdb.trace/mi-trace-unavailable.exp
10980 * gdb.trace/mi-traceframe-changed.exp
10981 * gdb.trace/mi-tracepoint-changed.exp
10982 * gdb.trace/mi-tsv-changed.exp
10983 * gdb.trace/no-attach-trace.exp
10984 * gdb.trace/packetlen.exp
10985 * gdb.trace/passc-dyn.exp
10986 * gdb.trace/passcount.exp
10987 * gdb.trace/pending.exp
10988 * gdb.trace/pr16508.exp
10989 * gdb.trace/qtro.exp
10990 * gdb.trace/range-stepping.exp
10991 * gdb.trace/read-memory.exp
10992 * gdb.trace/report.exp
10993 * gdb.trace/save-trace.exp
10994 * gdb.trace/signal.exp
10995 * gdb.trace/stap-trace.exp
10996 * gdb.trace/status-stop.exp
10997 * gdb.trace/strace.exp
10998 * gdb.trace/tfile.exp
10999 * gdb.trace/tfind.exp
11000 * gdb.trace/trace-break.exp
11001 * gdb.trace/trace-condition.exp
11002 * gdb.trace/trace-enable-disable.exp
11003 * gdb.trace/trace-mt.exp
11004 * gdb.trace/tracecmd.exp
11005 * gdb.trace/tracefile-pseudo-reg.exp
11006 * gdb.trace/tspeed.exp
11007 * gdb.trace/tstatus.exp
11008 * gdb.trace/tsv.exp
11009 * gdb.trace/unavailable.exp
11010 * gdb.trace/while-dyn.exp
11011 * gdb.trace/while-stepping.exp
11012 * lib/gdb-guile.exp
11013 * lib/gdb.exp
11014 * lib/mi-support.exp
11015 * lib/pascal.exp
11016 * lib/perftest.exp
11017 * lib/prelink-support.exp
11018 * lib/selftest-support.exp
11019
11020 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11021
11022 * Makefile.in: Include disable-implicit-rules.mk.
11023
11024 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11025
11026 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11027 non-byte-aligned bit fields.
11028
11029 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11030
11031 PR gdb/12616
11032 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11033 respects the DW_AT_data_bit_offset attribute.
11034
11035 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11036
11037 * gdb.base/default.exp: Fix output of "set language".
11038
11039 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11040
11041 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11042 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11043 make.
11044 * configure.ac: Remove checks for the make program.
11045 * configure: Re-generate.
11046
11047 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11048
11049 * gdb.python/py-recurse-unwind.c (main): Add loop.
11050 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11051 to read_register() and gdb.parse_and_eval(). Make each code
11052 call a separate case that can be individually tested.
11053 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11054 proc. Call cont_and_backtrace for each of the code paths that
11055 we want to test in the unwinder.
11056
11057 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11058
11059 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11060 the definition of struct S.
11061
11062 2016-11-11 Catherine Moore <clm@codesourcery.com>
11063
11064 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11065
11066 2016-11-09 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.base/commands.exp (runto_or_return): New procedure.
11069 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11070 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11071 (progvar_simple_while_test, progvar_complex_if_while_test)
11072 (if_while_breakpoint_command_test)
11073 (infrun_breakpoint_command_test, breakpoint_command_test)
11074 (user_defined_command_test, watchpoint_command_test)
11075 (test_command_prompt_position, redefine_hook_test)
11076 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11077 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11078 multi_line_input and multi_line. Remove gdb_expect and
11079 gdb_stop_suppressing_tests uses.
11080 * lib/gdb.exp (valnum_re): New global.
11081 (multi_line_input): New procedure.
11082
11083 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11084
11085 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11086 Remove.
11087 (test_setup): Define with proc_with_prefix.
11088 (test_cli_inferior): Likewise.
11089 (test_cli_thread): Likewise.
11090 (test_cli_frame): Likewise.
11091 (test_cli_select_frame): Likewise.
11092 (test_cli_up_down): Likewise.
11093 (test_mi_thread_select): Likewise.
11094 (test_mi_stack_select_frame): Likewise.
11095 (test_cli_in_mi_inferior): Likewise.
11096 (test_cli_in_mi_thread): Likewise.
11097 (test_cli_in_mi_frame): Likewise.
11098 (top level): Do not use with_test_prefix_procname.
11099
11100 2016-11-09 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.base/commands.exp (gdbvar_simple_if_test)
11103 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11104 (progvar_simple_if_test, progvar_simple_while_test)
11105 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11106 (infrun_breakpoint_command_test, breakpoint_command_test)
11107 (user_defined_command_test, watchpoint_command_test)
11108 (test_command_prompt_position, deprecated_command_test)
11109 (bp_deleted_in_command, temporary_breakpoint_commands)
11110 (stray_arg0_test, source_file_with_indented_comment)
11111 (recursive_source_test, if_commands_test)
11112 (error_clears_commands_left, redefine_hook_test)
11113 (redefine_backtrace_test): Use proc_with_prefix.
11114 * lib/gdb.exp (proc_with_prefix): New proc.
11115
11116 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11117
11118 * gdb.base/tui-layout.c: New file.
11119 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11120 disassembly window contains very long lines.
11121
11122 2016-11-08 Tom Tromey <tom@tromey.com>
11123
11124 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11125 depend on Python 2.
11126
11127 2016-11-08 Tom Tromey <tom@tromey.com>
11128
11129 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11130 New method.
11131
11132 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11133
11134 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11135
11136 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11137
11138 * gdb.rust/simple.rs: Add test for univariant enums without
11139 discriminants and for encoded struct-like enums.
11140
11141 2016-10-28 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11144 gdb_test_multiple, tighten regexps and match symtabs and line
11145 tables incrementally.
11146
11147 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11148
11149 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11150 general.
11151
11152 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11153
11154 * gdb.base/exec-invalid-sysroot.exp: New file.
11155
11156 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11157
11158 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11159
11160 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11163
11164 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11165
11166 * gdb.base/killed-outside.exp: Remove $options from a call to
11167 `prepare_for_testing'.
11168
11169 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11170
11171 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11172 Change test message.
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 Update comment.
11178
11179 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11180
11181 * gdb.trace/mi-trace-save.exp: New file.
11182
11183 2016-10-13 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.base/code_elim.exp (get_var_address): Remove.
11186 * gdb.base/relocate.exp: Likewise.
11187 * gdb.base/shreloc.exp: Likewise.
11188 * lib/gdb.exp (get_var_address): New.
11189
11190 2016-10-13 Yao Qi <yao.qi@linaro.org>
11191
11192 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11193 floating point tests if $skip_float_test is false.
11194
11195 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11196
11197 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11198 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11199 argc values.
11200 Add 1 to argc so we guarantee distinct initial/modified argc values.
11201
11202 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11205
11206 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11209 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11210 * gdb.arch/vsx-regs.exp: Likewise.
11211
11212 2016-10-07 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11215
11216 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11217
11218 * gdb.python/python.exp: Test decode_line("*0").
11219
11220 2016-10-06 Doug Evans <dje@google.com>
11221
11222 * gdb.python/py-value.exp (test_value_creation): Add test for large
11223 unsigned 64-bit value.
11224
11225 2016-10-06 Tom Tromey <tom@tromey.com>
11226
11227 * gdb.compile/compile.exp: Change java tests to rust.
11228 * gdb.base/setshow.exp: Change java tests to rust.
11229 * gdb.base/default.exp: Remove java from language list.
11230 * README (Examples): Update language example.
11231 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11232 test.
11233 * lib/gdb.exp (skip_java_tests): Remove.
11234 * lib/java.exp: Remove.
11235 * gdb.java: Remove.
11236
11237 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11238
11239 * gdb.arch/mips-fcr.exp: New test.
11240 * gdb.arch/mips-fcr.c: Source for the new test.
11241
11242 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11243
11244 * gdb.base/solib-disc.exp: Use `standard_output_file'
11245 throughout.
11246
11247 2016-10-06 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/jit-simple-dl.c: New file.
11250 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11251 * gdb.base/jit-simple.c: ... this.
11252 * gdb.base/jit-simple.exp (jit_run): Delete.
11253 (build_jit): New proc.
11254 (jit_test_reread): Recompile either the main program or the shared
11255 library, depending on what is being tested. Skip changing address
11256 if caller wants to. Compare before/after addresses. If testing
11257 standalone, explicitly load the binary. Test "maint info
11258 breakpoints".
11259 (top level): Add "standalone vs shared lib" and "change address"
11260 vs "same address" axes.
11261
11262 2016-10-06 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11265 call.
11266 (jit_run): Delete.
11267 (jit_test_reread): Use with_test_prefix. Reload the main binary
11268 explicitly. Compare the before/after addresses of the JIT
11269 descriptor.
11270
11271 2016-08-15 Doug Evans <dje@google.com>
11272
11273 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11274 for single bitfields is bool.
11275 * gdb.xml/tdesc-regs.exp: Ditto.
11276
11277 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11278
11279 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11280
11281 2016-10-05 Yao Qi <yao.qi@linaro.org>
11282
11283 * lib/gdb.exp (support_complex_tests): Return zero if
11284 gdb_skip_float_test return true.
11285
11286 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11287 Simon Marchi <simon.marchi@ericsson.com>
11288
11289 PR gdb/20487
11290 * gdb.mi/user-selected-context-sync.exp: New file.
11291 * gdb.mi/user-selected-context-sync.c: New file.
11292
11293 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11294 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 PR gdb/20487
11297 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11298 =thread-select-event check.
11299
11300 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11301
11302 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11303 the compulsory L operand changes.
11304 * gdb.arch/powerpc-power.s: Likewise.
11305
11306 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11307
11308 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11309 * gdb.base/jit-attach-pie.c: New file.
11310 * gdb.base/jit-attach-pie.exp: New file.
11311
11312 2016-09-28 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.base/infcall-input.c: New file.
11315 * gdb.base/infcall-input.exp: New file.
11316
11317 2016-09-22 Yao Qi <yao.qi@linaro.org>
11318
11319 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11320 (gdb_exit): Rename it to ...
11321 (gdbserver_gdb_exit): ... Close GDBserver.
11322 (gdb_exit): New proc, call gdbserver_gdb_exit.
11323 (mi_gdb_exit): Likewise.
11324
11325 2016-09-22 Yao Qi <yao.qi@linaro.org>
11326
11327 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11328 path.
11329 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11330 Remove duplication.
11331
11332 2016-09-22 Yao Qi <yao.qi@linaro.org>
11333
11334 * lib/gdbserver-support.exp: Check the existence of
11335 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11336
11337 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11338
11339 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11340
11341 2016-09-21 Tom Tromey <tom@tromey.com>
11342
11343 PR gdb/20604:
11344 * gdb.base/quit.exp: New file.
11345
11346 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11347
11348 * .gitignore: New file.
11349
11350 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11351
11352 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11353 throughout.
11354
11355 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11356
11357 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11358
11359 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 * gdb.cp/casts.cc (decltype): Move it ...
11362 (main): ... with its call to ...
11363 * gdb.cp/casts03.cc: ... a new file.
11364 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11365
11366 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11369
11370 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11371
11372 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11373 and sync up the test with tests in gas/testsuite/gas/ppc.
11374 * gdb.arch/powerpc-power.exp: Likewise.
11375
11376 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11379
11380 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11381 Jan Kratochvil <jan.kratochvil@redhat.com>
11382
11383 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11384 make m1's definition to be different from m2's. Use 'dummy' as an
11385 argument for probe 'two'.
11386
11387 2016-09-10 Jon Beniston <jon@beniston.com>
11388
11389 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11390 for sim target.
11391
11392 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11393
11394 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11395 variable declaration.
11396 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11397 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11398 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11399 received HWCAP as its argument.
11400
11401 2016-09-06 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/new-ui-pending-input.c: New file.
11404 * gdb.base/new-ui-pending-input.exp: New file.
11405 * gdb.exp (clear_gdb_spawn_id): New procedure.
11406 (with_spawn_id): Check whether gdb_spawn_id exists before
11407 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11408 on exit.
11409
11410 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11411
11412 * gdb.base/float128.c: New file.
11413 * gdb.base/float128.exp: Likewise.
11414 * gdb.base/floatn.c: Likewise.
11415 * gdb.base/floatn.exp: Likewise.
11416
11417 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11418
11419 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11420
11421 2016-09-05 Pedro Alves <palves@redhat.com>
11422
11423 PR backtrace/19927
11424 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11425 unwinders are immediately called as side effect of "source" or
11426 "disable unwinder" commands.
11427 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11428
11429 2016-09-02 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11432 is true and $type is "float" or "double".
11433
11434 2016-09-02 Yao Qi <yao.qi@linaro.org>
11435
11436 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11437 true.
11438 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11439 * gdb.base/call-rt-st.exp: Likewise.
11440 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11441 return value instead of gdb,skip_float_test.
11442 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11443 (do_function_calls): Use its return value instead of
11444 gdb,skip_float_test.
11445 * gdb.base/finish.exp: Likewise.
11446 * gdb.base/funcargs.exp: Likewise.
11447 * gdb.base/return.exp: Likewise.
11448 * gdb.base/return2.exp: Likewise.
11449 * gdb.base/varargs.exp: Likewise.
11450 * lib/gdb.exp (gdb_skip_float_test): Change it to
11451 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11452
11453 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.multi/tids.exp: Test "thread apply all".
11456
11457 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11458
11459 * gdb.base/default.exp (tty): Remove.
11460
11461 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11462
11463 * gdb.python/py-recurse-unwind.c: New file.
11464 * gdb.python/py-recurse-unwind.py: New file.
11465 * gdb.python/py-recurse-unwind.exp: New file.
11466
11467 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11468
11469 * gdb.base/set-inferior-tty.exp: New file.
11470 * gdb.base/set-inferior-tty.c: New file.
11471
11472 2016-08-23 Pedro Alves <palves@redhat.com>
11473
11474 PR gdb/20494
11475 * gdb.base/new-ui-echo.c: New file.
11476 * gdb.base/new-ui-echo.exp: New file.
11477
11478 2016-08-23 Yao Qi <yao.qi@linaro.org>
11479
11480 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11481 gdbserver_spawn.
11482 * gdb.server/connect-without-multi-process.exp (do_test):
11483 Likewise.
11484
11485 2016-08-23 Yao Qi <yao.qi@linaro.org>
11486
11487 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11488 standalone_txt. Delete gdb_txt and standalone_txt on host
11489 and target. Spawn the binary on target. Copy files from
11490 target to host.
11491
11492 2016-08-22 Pedro Alves <palves@redhat.com>
11493
11494 PR gdb/20505
11495 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11496 with_test_prefix. Factor out bits to ...
11497 (test_no_vdso): ... this new procedure.
11498
11499 2016-08-19 Carl Love <cel@us.ibm.com>
11500
11501 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11502 maintaining separate logic for constructing the output path.
11503 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11504 * gdb.arch/ppc-dfp.exp: Likewise.
11505 * gdb.arch/ppc-fp.exp: Likewise.
11506 * gdb.arch/vsx-regs.exp: Likewise.
11507 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11508 binprefix for generating the additional binary files.
11509
11510 2016-08-19 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.trace/mi-trace-frame-collected.exp
11513 (test_trace_frame_collected): On x32, expect two registers.
11514
11515 2016-08-18 Carl Love <cel@us.ibm.com>
11516
11517 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11518 and sync up the test with tests in gas/testsuite/gas/ppc.
11519 * gdb.arch/powerpc-power.exp: Likewise.
11520
11521 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11522
11523 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11524 expected error message.
11525
11526 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11527
11528 * gdb.multi/remove-inferiors.exp: New file.
11529 * gdb.multi/remove-inferiors.c: New file.
11530
11531 2016-08-12 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11534 argument list.
11535
11536 2016-08-10 Pedro Alves <palves@redhat.com>
11537
11538 PR gdb/19187
11539 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11540 setup_kfails.
11541
11542 2016-08-09 Pedro Alves <palves@redhat.com>
11543 Simon Marchi <simon.marchi@ericsson.com>
11544
11545 PR gdb/20418
11546 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11547 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11548
11549 2016-08-09 Pedro Alves <palves@redhat.com>
11550
11551 PR mi/20431
11552 * gdb.mi/mi-cmd-error.exp: New file.
11553
11554 2016-08-09 Pedro Alves <palves@redhat.com>
11555
11556 PR gdb/18653
11557 * gdb.base/signals-state-child.c: New file.
11558 * gdb.base/signals-state-child.exp: New file.
11559 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11560
11561 2016-08-09 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11564
11565 2016-08-03 Tom Tromey <tom@tromey.com>
11566
11567 PR python/18565:
11568 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11569
11570 2016-08-01 Yao Qi <yao.qi@linaro.org>
11571
11572 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11573 variable mode to "multi-process" if $multi_process is 1, otherwise
11574 set it to "single-process".
11575
11576 2016-08-01 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11579 * gdb.cp/cpexprs.exp: Likewise.
11580 * gdb.cp/m-static.exp: Likewise.
11581
11582 2016-07-26 Tom Tromey <tom@tromey.com>
11583
11584 PR python/20190:
11585 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11586 test.
11587
11588 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11589
11590 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11591 selecting assembly source files.
11592 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11593 assembly source files.
11594 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11595 assembly source files.
11596 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11597 selecting assembly source files.
11598
11599 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11600
11601 * gdb.base/new-ui.exp (do_test_invalid_args): New
11602 procedure.
11603
11604 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11605
11606 * gdb.btrace/reconnect.c: New file.
11607 * gdb.btrace/reconnect.exp: New file.
11608
11609 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11610
11611 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11612 to test_catch_syscall_group.
11613 (test_catch_syscall_group): New.
11614
11615 2016-07-21 Tom Tromey <tom@tromey.com>
11616
11617 * gdb.rust/simple.rs (main): Use empty struct expression.
11618 * gdb.rust/simple.exp: Add tests for empty struct expression.
11619
11620 2016-07-21 Yao Qi <yao.qi@linaro.org>
11621
11622 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11623 if gdb_skip_xml_test is true on some targets.
11624
11625 2016-07-21 Yao Qi <yao.qi@linaro.org>
11626
11627 * gdb.server/solib-list.exp: Unset last_loaded_file.
11628
11629 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11632 "step into captured_main (args)".
11633
11634 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11637
11638 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11641
11642 2016-07-19 Pedro Alves <palves@redhat.com>
11643
11644 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11645 * gdb.opt/inline-bt.exp: Likewise.
11646 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11647 additional_flags=-Winline.
11648 * gdb.opt/inline-locals.exp: Likewise.
11649 * gdb.opt/inline-markers.c (ATTR): Define.
11650 (inlined_fn): Use it.
11651
11652 2016-07-19 Yao Qi <yao.qi@linaro.org>
11653
11654 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11655 (test_with_self): Remove some code. Remove argument executable.
11656 (top-level): Use do_self_tests.
11657
11658 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11659 Don Breazeal <donb@codesourcery.com>
11660
11661 * gdb.base/maint.exp: Escape paths used in regular expressions.
11662 * gdb.stabs/weird.exp: Likewise.
11663
11664 2016-07-13 Tom Tromey <tom@tromey.com>
11665
11666 PR python/15620, PR python/18620:
11667 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11668 (test_bkpt_events): New procs.
11669
11670 2016-07-13 Tom Tromey <tom@tromey.com>
11671
11672 PR python/17698:
11673 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11674 test.
11675 (test_watchpoints): Likewise.
11676 (test_bkpt_pending): New proc.
11677
11678 2016-07-13 Tom Tromey <tom@tromey.com>
11679
11680 PR cli/18053:
11681 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11682 completion test.
11683
11684 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11687 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11688 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11689 f_label.
11690 (g): Rename g_end_lbl to g_label.
11691 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11692 low_pc and high_pc.
11693 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11694
11695 2016-07-12 Tom Tromey <tom@tromey.com>
11696
11697 PR python/19293:
11698 * gdb.python/py-unwind-maint.exp: Update tests.
11699
11700 2016-07-12 Yao Qi <yao.qi@linaro.org>
11701
11702 * lib/selftest-support.exp (selftest_setup): Match the output
11703 when captured_main is inlined.
11704
11705 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11706
11707 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11708 New variables.
11709 (print this%a, print this%b, print this): New tests.
11710 * gdb.fortran/derived-types.f90 (this): New object and
11711 initialization.
11712
11713 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11714
11715 * gdb.ada/arraydim.exp: Remove extra directory level in build
11716 directory.
11717
11718 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * lib/ada.exp: Remove extra directory level in build directory.
11721 * gdb.ada/cond_lang.exp: Likewise.
11722 * gdb.ada/exec_changed.exp: Likewise.
11723 * gdb.ada/lang_switch.exp: Likewise.
11724
11725 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11726
11727 * simple.rs: Add test for raw pointer subscripting.
11728 * simple.exp: Add test expectations.
11729
11730 2016-07-05 Yao Qi <yao.qi@linaro.org>
11731
11732 * gdb.mi/mi-reverse.exp: Match =record-started output.
11733
11734 2016-07-01 Pedro Alves <palves@redhat.com>
11735
11736 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11737 procedure.
11738 (jit_reader_test): Test the jit reader's unwinder.
11739 * gdb.base/jithost.c (jit_function_00_code): New global.
11740 (main): Use memcpy to fill in the mmapped code, instead of poking
11741 bytes manually here.
11742 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11743 value.
11744 (read_debug_info): Save the function's range.
11745 (read_sp): New function.
11746 (unwind_frame): Use it. Also unwind RBP.
11747 (get_frame_id): Use read_sp.
11748 (gdb_init_reader): Use calloc instead of malloc.
11749 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11750 parameter. Use gdb_test_multiple.
11751
11752 2016-07-01 Pedro Alves <palves@redhat.com>
11753 Antoine Tremblay <antoine.tremblay@ericsson.com>
11754
11755 * gdb.threads/process-dies-while-detaching.c: New file.
11756 * gdb.threads/process-dies-while-detaching.exp: New file.
11757
11758 2016-07-01 Pedro Alves <palves@redhat.com>
11759
11760 * gdb.multi/watchpoint-multi-exit.c: New file.
11761 * gdb.multi/watchpoint-multi-exit.exp: New file.
11762
11763 2016-06-30 Pedro Alves <palves@redhat.com>
11764
11765 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11766 unset inferior_spawn_id.
11767
11768 2016-06-30 Pedro Alves <palves@redhat.com>
11769
11770 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11771 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11772
11773 2016-06-29 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.base/return.c: Add copyright header.
11776
11777 2016-06-29 Tom Tromey <tom@tromey.com>
11778
11779 PR python/20129:
11780 * gdb.python/py-framefilter.exp: Add tests for setting priority
11781 and disabling of non-existent frame filter.
11782
11783 2016-06-29 Yao Qi <yao.qi@linaro.org>
11784
11785 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11786 0x0f07ff.
11787
11788 2016-06-28 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11791 triplets. Start gdb, execute catch syscall, and continue. Check
11792 gdb's output to determine catch syscall is supported.
11793
11794 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11795
11796 * gdb.rust/simple.rs: Add test for returning unit in a function.
11797 * gdb.rust/simple.exp: Add expectation for functions returning
11798 unit.
11799
11800 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11801
11802 * gdb.python/py-breakpoint-create-fail.c,
11803 gdb.python/py-breakpoint-create-fail.exp,
11804 gdb.python/py-breakpoint-create-fail.py: New testcase.
11805
11806 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11807
11808 PR gdb/20239
11809 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11810 * gdb.rust/simple.exp: Add test expectations for new NonZero
11811 tests.
11812
11813 2016-06-24 David Taylor <dtaylor@emc.com>
11814
11815 * gdb.base/offsets.exp: New file.
11816 * gdb.base/offsets.c: New file.
11817
11818 2016-06-23 Tom Tromey <tom@tromey.com>
11819
11820 PR gdb/16483:
11821 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11822 before any filters are loaded.
11823
11824 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11825
11826 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11827 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11828 structs.
11829 * gdb.fortran/derived-type-function.exp: New file.
11830 * gdb.fortran/derived-type-function.f90: New file.
11831
11832
11833 2016-06-21 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.base/new-ui.exp: New file.
11836 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11837 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11838 (with_spawn_id): New procedure.
11839
11840 2016-06-21 Pedro Alves <palves@redhat.com>
11841
11842 * gdb.mi/mi-exec-run.exp: New file.
11843
11844 2016-06-21 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11847 breakpoint command's output on the main UI.
11848 (test_break): New procedure, factored out from calls in the top
11849 level.
11850 (top level): Use foreach_with_prefix to test MI as main UI and as
11851 separate UI.
11852
11853 2016-06-21 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11856 (test_awatch_creation_and_listing)
11857 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11858 Remove 'type' parameter.
11859 (test_watchpoint_all): New parameter mi_mode. Remove
11860 with_test_prefix.
11861 (top level): Use foreach_with_prefix, and add main/separate UI MI
11862 testing axis.
11863
11864 2016-06-21 Pedro Alves <palves@redhat.com>
11865
11866 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11867 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11868 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11869 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11870 (gdb_main_spawn_id, mi_spawn_id): Declare and
11871 comment.
11872 (mi_create_inferior_pty): New procedure,
11873 factored out from default_mi_gdb_start.
11874 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11875 procedures.
11876 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11877 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11878 Use mi_create_inferior_pty.
11879 (mi_gdb_start): Use eval to pass down args list.
11880
11881 2016-06-21 Pedro Alves <palves@redhat.com>
11882
11883 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11884 * gdb.opt/inline-cmds.exp: Add MI tests.
11885
11886 2016-06-21 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11889
11890 2016-06-21 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11893 (top level): Use it instead of mi_execute_to.
11894
11895 2016-06-21 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11898 (cont_handler_str): New.
11899 (signal_stop_handler): Set stop_handler_str instead of printing to
11900 stdout.
11901 (continue_handler): Set cont_handler_str instead of printing to
11902 stdout.
11903 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11904 mi_send_resuming_command. Print stop_handler_str and
11905 cont_handler_str instead of expecting the python events print
11906 directly.
11907
11908 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11909
11910 * gdb.base/jit-reader.exp: New file.
11911 * gdb.base/jithost.c: New file.
11912 * gdb.base/jithost.h: New file.
11913 * gdb.base/jitreader.c : New file.
11914 * gdb.base/jit-protocol.h: New file.
11915
11916 2016-06-17 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11919 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11920 and detach-on-fork. Adjust tests.
11921 (top level): Invoke break_cond_on_syscall with combinations of
11922 syscall, follow-fork-mode and detach-on-fork.
11923
11924 2016-06-17 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.base/step-over-exit.c: New.
11927 * gdb.base/step-over-exit.exp: New.
11928
11929 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11930
11931 * gdb.base/float.exp: Add target check for nds32*-*-*.
11932 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11933
11934 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11935
11936 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11937 for unsupported target features.
11938 * gdb.base/call-rt-st.exp: Likewise.
11939 * gdb.base/call-sc.exp: Likewise.
11940 * gdb.base/call-signal-resume.exp: Likewise.
11941 * gdb.base/call-strs.exp: Likewise.
11942 * gdb.base/callexit.exp: Likewise.
11943 * gdb.base/callfuncs.exp: Likewise.
11944 * gdb.base/nodebug.exp: Likewise.
11945 * gdb.base/printcmds.exp: Likewise.
11946 * gdb.base/ptype.exp: Likewise.
11947 * gdb.base/structs.exp: Likewise.
11948 * gdb.base/unwindonsignal.exp: Likewise.
11949 * gdb.cp/gdb2495.exp: Likewise.
11950 * gdb.cp/templates.exp: Likewise.
11951 * gdb.cp/virtfunc.exp: Likewise.
11952 * gdb.threads/hand-call-in-threads.exp: Likewise.
11953 * gdb.threads/interrupted-hand-call.exp: Likewise.
11954 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11955
11956 2016-06-10 Tom Tromey <tom@tromey.com>
11957
11958 PR rust/20110:
11959 * gdb.rust/expr.exp: Add test for integer constant larger than
11960 i32.
11961
11962 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11963
11964 * gdb.fortran/nested-funcs.exp: New.
11965 * gdb.fortran/nested-funcs.f90: New.
11966
11967 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11968
11969 * gdb.base/examine-backward.c: New file.
11970 * gdb.base/examine-backward.exp: New file.
11971
11972 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11975 matching.
11976
11977 2016-06-02 Tom Tromey <tom@tromey.com>
11978
11979 PR python/18984:
11980 * gdb.python/py-shared.exp: Add solib_name test.
11981
11982 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11985
11986 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11987
11988 PR c++/19893
11989 * gdb.dwarf2/implref.exp: Rename to...
11990 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11991 * gdb.dwarf2/implref-array.c: New file.
11992 * gdb.dwarf2/implref-array.exp: Likewise.
11993 * gdb.dwarf2/implref-global.c: Likewise.
11994 * gdb.dwarf2/implref-global.exp: Likewise.
11995 * gdb.dwarf2/implref-struct.c: Likewise.
11996 * gdb.dwarf2/implref-struct.exp: Likewise.
11997
11998 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11999
12000 * gdb.trace/trace-condition.exp: Add 64bit tests.
12001
12002 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12003
12004 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12005 bits types.
12006 (main): Adapt to 8 to 64 bits types.
12007 * gdb.trace/trace-condition.exp: Add new tests.
12008
12009 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12010
12011 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12012
12013 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12014
12015 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12016 Move condition tests...
12017 * gdb.trace/trace-condition.exp: Here.
12018
12019 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12020
12021 * gdb.trace/trace-condition.exp: Add counter-case tests.
12022
12023 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12024
12025 PR c++/15231
12026 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12027 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12028
12029 2016-05-27 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12032 New procedure.
12033 (top level): Call it, and bail out of DejaGnu is known to be bad.
12034
12035 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12036
12037 * gdb.base/whatis.c: Extend the test case.
12038 * gdb.base/whatis.exp: Add additional tests.
12039
12040 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12041
12042 * gdb.fortran/type.f90: Add pointer variable.
12043 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12044
12045 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12046
12047 * gdb.fortran/vla-type.exp: Fix testcase name.
12048
12049 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12050
12051 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12052
12053 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12054
12055 * gdb.fortran/type.f90: Add nested structures.
12056 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12057 * gdb.fortran/derived-type.exp: Adapt expected output.
12058 * gdb.fortran/vla-type.exp: Adapt expected output.
12059
12060 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12061
12062 * gdb.fortran/whatis_type.exp: Adapt expected output.
12063
12064 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12065
12066 * gdb.fortran/print_type.exp: Fix expected output.
12067 * gdb.fortran/whatis_type.exp: Fix expected output.
12068
12069 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12070
12071 * gdb.fortran/whatis_type.exp: Use multi_line.
12072
12073 2016-05-24 Tom Tromey <tom@tromey.com>
12074
12075 PR python/17386:
12076 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12077 use value as an index.
12078
12079 2016-05-23 Tom Tromey <tom@tromey.com>
12080
12081 PR python/17981:
12082 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12083 no-breakpoint case.
12084
12085 2016-05-24 Pedro Alves <palves@redhat.com>
12086
12087 PR gdb/19828
12088 * gdb.threads/clone-attach-detach.c: New file.
12089 * gdb.threads/clone-attach-detach.exp: New file.
12090
12091 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12092
12093 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12094
12095 2016-05-23 Tom Tromey <tom@tromey.com>
12096
12097 PR python/19438, PR python/18393:
12098 * gdb.python/py-progspace.exp: Add "dir" test.
12099 * gdb.python/py-objfile.exp: Add "dir" test.
12100
12101 2016-05-23 Yao Qi <yao.qi@linaro.org>
12102
12103 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12104 * gdb.arch/thumb2-it.exp: Likewise.
12105
12106 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12107
12108 * gdb.mi/mi-threads-interrupt.c: New file.
12109 * gdb.mi/mi-threads-interrupt.exp: New file.
12110
12111 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12112
12113 PR gdb/18077
12114 * gdb.mi/mi-async-run.exp: New file.
12115 * gdb.mi/mi-async-run.c: New file.
12116
12117 2016-05-17 Tom Tromey <tom@tromey.com>
12118 Manish Goregaokar <manishsmail@gmail.com>
12119
12120 * lib/rust-support.exp: New file.
12121 * lib/gdb.exp (skip_rust_tests): New proc.
12122 (build_executable_from_specs): Handle rust.
12123 * lib/future.exp (gdb_find_rustc): New proc.
12124 (gdb_default_target_compile): Handle rust.
12125 * gdb.rust/expr.exp: New file.
12126 * gdb.rust/generics.exp: New file.
12127 * gdb.rust/generics.rs: New file.
12128 * gdb.rust/methods.exp: New file.
12129 * gdb.rust/methods.rs: New file.
12130 * gdb.rust/modules.exp: New file.
12131 * gdb.rust/modules.rs: New file.
12132 * gdb.rust/simple.exp: New file.
12133 * gdb.rust/simple.rs: New file.
12134
12135 2016-05-17 Tom Tromey <tom@tromey.com>
12136
12137 * gdb.base/default.exp (set language): Add rust.
12138
12139 2016-05-17 Tom Tromey <tom@tromey.com>
12140
12141 * gdb.gdb/unittest.exp: New file.
12142
12143 2016-05-16 Yao Qi <yao.qi@linaro.org>
12144
12145 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12146 shell_prompt. Update shell_prompt_re.
12147
12148 2016-05-12 Doug Evans <dje@google.com>
12149
12150 PR symtab/19999
12151 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12152 $options when building executable.
12153 * gdb.dwarf2/fission-loclists-pie.S: New file.
12154 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12155
12156 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12157
12158 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12159 of [is_remote target],
12160
12161 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12162
12163 * lib/gdb.exp (use_gdb_stub): New procedure.
12164
12165 2016-05-03 Yunlian Jiang <yunlian@google.com>
12166 Doug Evans <dje@google.com>
12167
12168 PR symtab/19914
12169 * gdb.dwarf2/dwp-sepdebug.c: New file.
12170 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12171
12172 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * gdb.base/detach.exp: Remove is_remote check.
12175
12176 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12177
12178 * gdb.base/annota-input-while-running.exp: Don't check for
12179 [is_remote target]. Enable annotations after running to main.
12180 Remove unused "set test..." line.
12181
12182 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * gdb.trace/trace-enable-disable.exp: New file.
12185 * gdb.trace/trace-enable-disable.c: New file.
12186
12187 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12188
12189 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12190 use it in info sharedlibrary test.
12191 * gdb.trace/ftrace-lock.exp: Likewise.
12192 * gdb.trace/ftrace.exp: Likewise.
12193 * gdb.trace/range-stepping.exp: Likewise.
12194 * gdb.trace/trace-break.exp: Likewise.
12195 * gdb.trace/trace-condition.exp: Likewise.
12196 * gdb.trace/trace-mt.exp: Likewise.
12197
12198 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12199
12200 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12201 (gdb_load_shlib): ... this.
12202 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12203 gdb_load_shlib.
12204 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12205 * gdb.base/ctxobj.exp: Likewise.
12206 * gdb.base/dprintf-pending.exp: Likewise.
12207 * gdb.base/dso2dso.exp: Likewise.
12208 * gdb.base/fixsection.exp: Likewise.
12209 * gdb.base/gcore-relro.exp: Likewise.
12210 * gdb.base/gdb1555.exp: Likewise.
12211 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12212 * gdb.base/gnu-ifunc.exp: Likewise.
12213 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12214 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12215 * gdb.base/pending.exp: Likewise.
12216 * gdb.base/print-file-var.exp: Likewise.
12217 * gdb.base/print-symbol-loading.exp: Likewise.
12218 * gdb.base/shlib-call.exp: Likewise.
12219 * gdb.base/shreloc.exp: Likewise.
12220 * gdb.base/so-impl-ld.exp: Likewise.
12221 * gdb.base/solib-disc.exp: Likewise.
12222 * gdb.base/solib-nodir.exp: Likewise.
12223 * gdb.base/solib-overlap.exp: Likewise.
12224 * gdb.base/solib-symbol.exp: Likewise.
12225 * gdb.base/solib-weak.exp (do_test): Likewise.
12226 * gdb.base/sym-file.exp: Likewise.
12227 * gdb.base/symtab-search-order.exp: Likewise.
12228 * gdb.base/type-opaque.exp: Likewise.
12229 * gdb.base/unload.exp: Likewise.
12230 * gdb.base/watchpoint-solib.exp: Likewise.
12231 * gdb.compile/compile.exp: Likewise.
12232 * gdb.cp/gdb2384.exp: Likewise.
12233 * gdb.cp/infcall-dlopen.exp: Likewise.
12234 * gdb.cp/re-set-overloaded.exp: Likewise.
12235 * gdb.fortran/library-module.exp: Likewise.
12236 * gdb.opt/solib-intra-step.exp: Likewise.
12237 * gdb.python/py-finish-breakpoint.exp: Likewise.
12238 * gdb.python/py-shared.exp: Likewise.
12239 * gdb.reverse/solib-precsave.exp: Likewise.
12240 * gdb.reverse/solib-reverse.exp: Likewise.
12241 * gdb.server/solib-list.exp: Likewise.
12242 * gdb.threads/dlopen-libpthread.exp: Likewise.
12243 * gdb.threads/tls-shared.exp: Likewise.
12244 * gdb.threads/tls-so_extern.exp: Likewise.
12245 * gdb.trace/change-loc.exp: Likewise.
12246 * gdb.trace/ftrace-lock.exp: Likewise.
12247 * gdb.trace/ftrace.exp: Likewise.
12248 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12249 * gdb.trace/pending.exp: Likewise.
12250 * gdb.trace/range-stepping.exp: Likewise.
12251 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12252 (strace_info_marker): Likewise.
12253 (strace_probe_marker): Likewise.
12254 (strace_trace_on_same_addr): Likewise.
12255 (strace_trace_on_diff_addr): Likewise.
12256 * gdb.trace/trace-break.exp: Likewise.
12257 * gdb.trace/trace-condition.exp: Likewise.
12258 * gdb.trace/trace-mt.exp: Likewise.
12259
12260 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12261
12262 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12263 result of gdb_remote_download.
12264 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12265 * gdb.base/dso2dso.exp: Likewise.
12266 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12267 * gdb.base/print-file-var.exp: Likewise.
12268 * gdb.base/shlib-call.exp: Likewise.
12269 * gdb.base/shreloc.exp: Likewise.
12270 * gdb.base/solib-overlap.exp: Likewise.
12271 * gdb.base/solib-weak.exp (do_test): Likewise.
12272 * gdb.base/unload.exp: Likewise.
12273
12274 2016-04-27 Yao Qi <yao.qi@linaro.org>
12275
12276 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12277 exists.
12278
12279 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12280
12281 * vla-type.exp: Print structure from toplevel.
12282
12283 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12284
12285 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12286 of dynamic types.
12287 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12288 of dynamic types.
12289
12290 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12291
12292 * gdb.fortran/vla-type.f90: New file.
12293 * gdb.fortran/vla-type.exp: New file.
12294
12295 2016-04-25 Yao Qi <yao.qi@linaro.org>
12296
12297 * gdb.base/branch-to-self.c: New file.
12298 * gdb.base/branch-to-self.exp: New file.
12299
12300 2016-04-22 Yao Qi <yao.qi@linaro.org>
12301
12302 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12303 more after $hex.
12304
12305 2016-04-22 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12308 * gdb.base/annota3.exp: Likewise.
12309
12310 2016-04-22 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.reverse/step-precsave.exp: Do one step and test program
12313 stops in "callee" and do multiple steps until program goes out
12314 of "callee".
12315 * gdb.reverse/step-reverse.exp: Likewise.
12316
12317 2016-04-22 Yao Qi <yao.qi@linaro.org>
12318
12319 * gdb.trace/signal.exp: Also pass if
12320 $tracepoint_hits($i) > $iterations.
12321
12322 2016-04-22 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.trace/signal.c: New file.
12325 * gdb.trace/signal.exp: New file.
12326
12327 2016-04-19 Doug Evans <xdje42@gmail.com>
12328
12329 * gdb.base/bad-file.exp: New file.
12330
12331 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12332
12333 * gdb.dwarf2/implref.exp: New file.
12334
12335 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12336
12337 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12338 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12339 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12340 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12341 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12342 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12343 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12344 * lib/fortran.exp (fortran_int4): New procedure.
12345 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12346 (fortran_logical4): Likewise.
12347
12348 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12349
12350 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12351
12352 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12353
12354 * lib/compiler.c: Add Intel specific preprocessor macros.
12355 * lib/compiler.cc: Likewise.
12356
12357 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12358
12359 * gdb.server/connect-with-no-symbol-file.c: New file.
12360 * gdb.server/connect-with-no-symbol-file.exp: New file.
12361
12362 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12363
12364 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12365
12366 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12367
12368 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12369 standard output directory.
12370
12371 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12372
12373 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12374
12375 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12376
12377 * gdb.btrace/instruction_history.c (loop): Add declaration.
12378
12379 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12380
12381 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12382
12383 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12384
12385 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12386 parentheses to print.
12387 (continue_handler): Likewise.
12388
12389 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12390
12391 * gdb.server/solib-list.exp: Remove is_remote check.
12392 Pass shlib= to gdb_compile. Don't link shared library with
12393 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12394 Run binary filename through "readlink -f" on the target.
12395
12396 2016-04-08 Pedro Alves <palves@redhat.com>
12397
12398 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12399 interpreter filename as argument to gdbserver_spawn.
12400 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12401 Return empty if $last_loaded_file does not exist.
12402
12403 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12404
12405 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12406 * gdb.base/jit-main.c: Use exit after usage.
12407
12408 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12409
12410 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12411 GDBHISTSIZE prior to the tests.
12412 * gdb.base/gdbinit-history.exp: Likewise.
12413
12414 2016-04-07 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12417 instead of build_executable. Use gdb_load_shlibs.
12418
12419 2016-04-07 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12422 Execute "si" command.
12423
12424 2016-04-07 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12427 number instead of the comments on some line.
12428
12429 2016-04-06 Don Breazeal <donb@codesourcery.com>
12430
12431 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12432 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12433
12434 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12435
12436 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12437 standard_output_file. Remove unused binfile variable.
12438
12439 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12440
12441 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12442 * gdb.python/py-mi-objfile.exp: Match "list main" output
12443 in console format.
12444
12445 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12446
12447 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12448 absolute.
12449
12450 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12451
12452 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12453 absolute.
12454 * gdb.trace/ftrace.exp: Likewise.
12455 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12456 targets as well.
12457 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12458 (gdb_load_shlibs): Copy libraries to test directory when testing
12459 natively. Only set solib-search-path if testing remotely.
12460 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12461
12462 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12463
12464 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12465 gdb_download. Use it even if the target is not remote.
12466 * gdb.base/jit.exp (compile_jit_test): Likewise.
12467 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12468 output directory if the destination board is local, otherwise use
12469 the standard remote_download from DejaGnu.
12470 (gdb_download): Remove.
12471 (gdb_load_shlibs): Use gdb_remote_download instead of
12472 gdb_download.
12473 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12474 Use gdb_remote_download instead of gdb_download. Use it even if
12475 the target is not remote.
12476 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12477 instead of gdb_download.
12478
12479 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12480
12481 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12482 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12483 run.
12484
12485 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12486
12487 PR gdb/19820
12488 * gdb.base/printcmds.exp: Add artificial arrays tests.
12489
12490 2016-03-31 Pedro Alves <palves@redhat.com>
12491
12492 PR gdb/19858
12493 * gdb.base/jit-main.c: Include unistd.h.
12494 (ATTACH): Define to 0 if not already defined.
12495 (wait_for_gdb, mypid): New globals.
12496 (WAIT_FOR_GDB): New macro.
12497 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12498 some breakpoint locations.
12499 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12500 New procedures.
12501 (one_jit_test): Add REATTACH parameter, and handle it. Use
12502 continue_to_test_location.
12503 (top level): Test attach, and adjusts calls to one_jit_test.
12504
12505 2016-03-31 Pedro Alves <palves@redhat.com>
12506
12507 PR gdb/19858
12508 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12509 BINSUFFIX parameter, and handle it.
12510 (top level): Adjust calls compile_jit_test.
12511
12512 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12513
12514 PR python/19743
12515 * gdb.python/py-mi-events-gdb.py: New file.
12516 * gdb.python/py-mi-events.c: New file.
12517 * gdb.python/py-mi-events.exp: New file.
12518
12519 2016-03-30 Yao Qi <yao.qi@linaro.org>
12520
12521 * gdb.reverse/until-precsave.exp: Match function name only.
12522 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12523 Move malloc to a condition block.
12524 * gdb.reverse/until-reverse.exp: Match function name only.
12525
12526 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12527
12528 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12529 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12530 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12531 variable for GPR 0 instead of assuming it is register 0.
12532 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12533 * lib/trace-support.exp: Add s390 registers.
12534
12535 2016-03-29 Yao Qi <yao.qi@linaro.org>
12536
12537 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12538
12539 2016-03-24 Yao Qi <yao.qi@linaro.org>
12540
12541 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12542 test message.
12543
12544 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12545
12546 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12547 maintaining separate logic for constructing the output path.
12548
12549 2016-03-16 Don Breazeal <donb@codesourcery.com>
12550
12551 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12552 Retry fork and waitpid on interrupted system call errors.
12553 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12554 Use with_timeout_factor to increase timeout by factor of 10.
12555
12556 2016-03-15 Don Breazeal <donb@codesourcery.com>
12557
12558 * gdb.cp/scope-err.cc: New test program.
12559 * gdb.cp/scope-err.exp: New test script.
12560 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12561 lines and "set breakpoint here" comment.
12562 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12563 Fixed some whitespace and format issues.
12564 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12565 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12566
12567 2016-03-15 Doug Evans <dje@google.com>
12568
12569 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12570 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12571 All callers updated. Add tests for enums, mixed flags register.
12572
12573 2016-03-15 Doug Evans <dje@google.com>
12574
12575 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12576 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12577
12578 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12579
12580 * gdb.base/default.exp: Add $_as_string to the list of expected
12581 convenience functions.
12582
12583 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12584
12585 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12586
12587 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12588
12589 * gdb.python/py-as-string.exp: New file.
12590 * gdb.python/py-as-string.c: New file.
12591
12592 2016-03-09 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12595 signal" -> "Thread NN received signal" output change.
12596 * gdb.threads/ia64-sigill.exp: Likewise.
12597 * gdb.threads/linux-dp.exp: Likewise.
12598 * gdb.threads/manythreads.exp: Likewise.
12599 * gdb.threads/pending-step.exp: Likewise.
12600 * gdb.threads/print-threads.exp: Likewise.
12601 * gdb.threads/sigstep-threads.exp: Likewise.
12602 * gdb.threads/staticthreads.exp: Likewise.
12603 * gdb.threads/tls.exp: Likewise.
12604
12605 2016-03-09 Pedro Alves <palves@redhat.com>
12606
12607 * gdb.base/command-line-input.exp: New file.
12608
12609 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12610
12611 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12612 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12613 * gdb.trace/pending.exp: Accept leading dot before function name.
12614 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12615 * lib/trace-support.exp: Set registers for ppc.
12616
12617 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12618
12619 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12620 use it for disassembly; accept .main in addition to main in backtrace.
12621
12622 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12623 Marcin Kościelnicki <koriakin@0x04.net>
12624
12625 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12626 (gdb_recursion_test_ptr): New global variable.
12627 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12628 gdb_recursion_test.
12629 (gdb_c_test): Ditto.
12630
12631 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12632
12633 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12634 ordering.
12635
12636 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12637
12638 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12639 (bar): Add bar_start_lbl label.
12640 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12641 of foo/bar for emitting DWARF and tracing.
12642
12643 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12644
12645 * analyze-racy-logs.py: Set executable bit.
12646
12647 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12648
12649 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12650 (CHECK_TARGET_TMP): Likewise.
12651 (check-single-racy): New rule.
12652 (check-parallel-racy): Likewise.
12653 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12654 (do-check-parallel-racy): New rule.
12655 (check-racy/%.exp): Likewise.
12656 * README (Racy testcases): New section.
12657 * analyze-racy-logs.py: New file.
12658
12659 2016-03-03 Doug Evans <dje@google.com>
12660
12661 * gdb.base/skip.exp: Use with_test_prefix.
12662
12663 2016-03-03 Yao Qi <yao.qi@linaro.org>
12664
12665 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12666 Invoke step_over_syscall "clone" and break_cond_on_syscall
12667 "clone".
12668 * gdb.base/step-over-clone.c: New file.
12669
12670 2016-03-03 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12673 code format.
12674
12675 2016-03-03 Yao Qi <yao.qi@linaro.org>
12676
12677 * gdb.base/disp-step-fork.c: Rename to ...
12678 * gdb.base/step-over-fork.c: ... it. New file.
12679 * gdb.base/disp-step-vfork.c: Rename to ...
12680 * gdb.base/step-over-vfork.c: ... it. New file.
12681 * gdb.base/disp-step-syscall.exp: Rename to ...
12682 * gdb.base/step-over-syscall.exp: ... it. New file.
12683 (disp_step_cross_syscall): Rename to ...
12684 (step_over_syscall): ... it.
12685
12686 2016-03-03 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12689 If target supports condition evaluation on target, invoke
12690 break_cond_on_syscall for fork and vfork.
12691
12692 2016-03-03 Yao Qi <yao.qi@linaro.org>
12693
12694 * gdb.base/disp-step-syscall.exp: Don't invoke
12695 support_displaced_stepping.
12696 (disp_step_cross_syscall): Test with displaced stepping off and
12697 on if supported.
12698
12699 2016-03-03 Yao Qi <yao.qi@linaro.org>
12700
12701 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12702 proc.
12703 (setup): New proc.
12704 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12705 and setup.
12706
12707 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12708
12709 * gdb.fortran/vla-history.exp: Remove breakpoint.
12710
12711 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12712
12713 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12714 exceeds timeout.
12715
12716 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12717
12718 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12719 breakpoint.
12720
12721 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12722
12723 * gdb.mi/vla.f90: Nullify pointer after declaration.
12724
12725 2016-03-01 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12728
12729 2016-03-01 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12732 before anything else.
12733 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12734 _GNU_SOURCE here.
12735 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12736 before anything else.
12737 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12738
12739 2016-03-01 Pedro Alves <palves@redhat.com>
12740
12741 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12742
12743 2016-03-01 Yao Qi <yao.qi@linaro.org>
12744
12745 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12746 prepare_for_testing.
12747
12748 2016-03-01 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12751
12752 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12753
12754 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12755 manually constructing the output path.
12756
12757 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12758
12759 * gdb.arch/s390-stackless.S: New.
12760 * gdb.arch/s390-stackless.exp: New.
12761
12762 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12763
12764 * gdb.dlang/circular.c: New file.
12765 * gdb.dlang/circular.exp: New file.
12766
12767 2016-02-26 Yao Qi <yao.qi@linaro.org>
12768
12769 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12770 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12771 (testcases): Update.
12772
12773 2016-02-26 Yao Qi <yao.qi@linaro.org>
12774
12775 * gdb.reverse/aarch64.c: Rename to ...
12776 * gdb.reverse/insn-reverse.c: ... it.
12777 * gdb.reverse/aarch64.exp: Rename to ...
12778 * gdb.reverse/insn-reverse.exp: ... it.
12779
12780 2016-02-26 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12783 (testcase_ftype): New.
12784 (testcases): New array.
12785 (n_testcases): New.
12786 (main): Call each element in testcases.
12787 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12788 (read_testcase): New.
12789 Do the tests in a loop.
12790
12791 2016-02-25 Yao Qi <yao.qi@linaro.org>
12792
12793 * gdb.base/branches.c: Remove.
12794
12795 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12796
12797 PR gdb/13808
12798 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12799
12800 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12801
12802 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12803
12804 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12805
12806 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12807 change x86_64 call_insn to 'callq'.
12808
12809 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12810
12811 * gdb.trace/tfile-avx.c: Move to...
12812 * gdb.trace/tracefile-pseudo-reg.c: Here.
12813 * gdb.trace/tfile-avx.exp: Move to...
12814 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12815
12816 2016-02-24 Gary Benson <gbenson@redhat.com>
12817
12818 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12819 message on attach.
12820
12821 2016-02-23 Doug Evans <dje@google.com>
12822
12823 * gdb.base/skip.c (test_skip): New function.
12824 (end_test_skip_file_and_function): New function.
12825 (test_skip_file_and_function): New function.
12826 * gdb.base/skip1.c (test_skip): New function.
12827 (skip1_test_skip_file_and_function): New function.
12828 * gdb.base/skip.exp: Add tests for new skip options.
12829 * gdb.base/skip-solib.exp: Update expected output.
12830 * gdb.perf/skip-command.cc: New file.
12831 * gdb.perf/skip-command.exp: New file.
12832 * gdb.perf/skip-command.py: New file.
12833
12834 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12835
12836 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12837 info registers pattern.
12838
12839 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12840
12841 * lib/future.exp: Add D support.
12842 (gdb_find_gdc): New proc.
12843 (gdb_default_target_compile): Add D support.
12844
12845 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12846
12847 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12848 user+system time.
12849 (trace_speed_test): Determine the iteration count for a time
12850 between 15..30 seconds.
12851
12852 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12853
12854 * gdb.arch/i386-mpx-sigsegv.c: New file.
12855 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12856 * gdb.arch/i386-mpx-simple_segv.c: New file.
12857 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12858
12859 2016-02-18 Yao Qi <yao.qi@linaro.org>
12860
12861 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12862 Don't call setup_kfail.
12863
12864 2016-02-18 Yao Qi <yao.qi@linaro.org>
12865
12866 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12867 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12868
12869 2016-02-16 Doug Evans <dje@google.com>
12870
12871 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12872 * gdb.base/skip1.c: Ditto.
12873 * gdb.base/skip.exp: Whitespace cleanup.
12874
12875 2016-02-16 Don Breazeal <donb@codesourcery.com>
12876
12877 PR remote/19496
12878 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12879 Remove kfail for PR remote/19496.
12880
12881 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12882
12883 * lib/gdb.exp (standard_temp_file): Return a path specific to
12884 the runtest invocation.
12885
12886 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12887
12888 * gdb.trace/save-trace.exp: Change relative path to be in the
12889 standard output directory.
12890
12891 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12892
12893 * gdb.arch/i386-prologue.c: Add missing prototypes.
12894
12895 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12896
12897 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12898 * gdb.arch/i386-prologue.exp: Likewise.
12899 * gdb.arch/i386-size.exp: Likewise.
12900
12901 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12902
12903 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12904 define object file path.
12905 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12906 file path.
12907 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12908 standard_output_file to define binfile.
12909
12910 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12911
12912 Fix compatibility with recent gfortran-5.3.1.
12913 * gdb.fortran/vla-history.exp (print vla1 allocated)
12914 (print vla2 allocated, print $2, print $3): Remove
12915 (print $4): Rename to ...
12916 (print $2): ... here.
12917 (print $9): Rename to ...
12918 (print $5): ... here.
12919 (print $10): Rename to ...
12920 (print $6): ... here.
12921 * gdb.fortran/vla.f90: Add pvla initialization.
12922
12923 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12924
12925 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12926 New test.
12927 * gdb.fortran/vla-value-sub.exp: Likewise.
12928
12929 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12930
12931 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12932
12933 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12934
12935 * i386-biarch-core.exp: Define corefile using
12936 standard_output_file.
12937
12938 2016-02-12 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.arch/arm-single-step-kernel-helper.c: New.
12941 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12942
12943 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12944
12945 * gdb.btrace/tailcall-only.exp: New.
12946 * gdb.btrace/tailcall-only.c: New.
12947 * gdb.btrace/x86_64-tailcall-only.S: New.
12948 * gdb.btrace/i686-tailcall-only.S: New.
12949
12950 2016-02-11 Pedro Alves <palves@redhat.com>
12951
12952 * README (Parallel testing): Add missing double quotes.
12953
12954 2016-02-11 Pedro Alves <palves@redhat.com>
12955
12956 * README (Parallel testing): New section.
12957 (GDB_PARALLEL): Rewrite.
12958 (FORCE_PARALLEL): Document.
12959
12960 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12961
12962 * gdb.trace/tfile-avx.c: New test.
12963 * gdb.trace/tfile-avx.exp: New test.
12964
12965 2016-02-09 Keith Seitz <keiths@redhat.com>
12966
12967 PR breakpoints/19546
12968 * gdb.base/infcall-exec.c: New file.
12969 * gdb.base/infcall-exec2.c: New file.
12970 * gdb.base/infcall-exec.exp: New file.
12971
12972 2016-02-09 Keith Seitz <keiths@redhat.com>
12973
12974 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12975 (toplevel): Call test_bkpt_address.
12976
12977 2016-02-09 Keith Seitz <keiths@redhat.com>
12978
12979 PR python/19506
12980 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12981 (toplevel): Call test_bkpt_address.
12982
12983 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12984
12985 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12986 to AC_OUTPUT.
12987 * configure: Regenerate.
12988
12989 2016-02-09 Pedro Alves <palves@redhat.com>
12990
12991 PR breakpoints/19548
12992 * gdb.base/execl-update-breakpoints.c (some_function): New
12993 function.
12994 (main): Call it.
12995 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12996 Tighten expected GDB output.
12997
12998 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12999
13000 * Makefile.in (ALL_SUBDIRS): Remove.
13001 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13002 (distclean maintainer-clean realclean): Likewise.
13003 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13004 * configure: Regenerate.
13005 * gdb.ada/Makefile.in: Delete.
13006 * gdb.arch/Makefile.in: Likewise.
13007 * gdb.asm/Makefile.in: Likewise.
13008 * gdb.base/Makefile.in: Likewise.
13009 * gdb.btrace/Makefile.in: Likewise.
13010 * gdb.cell/Makefile.in: Likewise.
13011 * gdb.compile/Makefile.in: Likewise.
13012 * gdb.cp/Makefile.in: Likewise.
13013 * gdb.disasm/Makefile.in: Likewise.
13014 * gdb.dlang/Makefile.in: Likewise.
13015 * gdb.dwarf2/Makefile.in: Likewise.
13016 * gdb.fortran/Makefile.in: Likewise.
13017 * gdb.gdb/Makefile.in: Likewise.
13018 * gdb.go/Makefile.in: Likewise.
13019 * gdb.guile/Makefile.in: Likewise.
13020 * gdb.java/Makefile.in: Likewise.
13021 * gdb.linespec/Makefile.in: Likewise.
13022 * gdb.mi/Makefile.in: Likewise.
13023 * gdb.modula2/Makefile.in: Likewise.
13024 * gdb.multi/Makefile.in: Likewise.
13025 * gdb.objc/Makefile.in: Likewise.
13026 * gdb.opencl/Makefile.in: Likewise.
13027 * gdb.opt/Makefile.in: Likewise.
13028 * gdb.pascal/Makefile.in: Likewise.
13029 * gdb.perf/Makefile.in: Likewise.
13030 * gdb.python/Makefile.in: Likewise.
13031 * gdb.reverse/Makefile.in: Likewise.
13032 * gdb.server/Makefile.in: Likewise.
13033 * gdb.stabs/Makefile.in: Likewise.
13034 * gdb.threads/Makefile.in: Likewise.
13035 * gdb.trace/Makefile.in: Likewise.
13036 * gdb.xml/Makefile.in: Likewise.
13037 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13038 GDB_PARALLEL.
13039 (standard_output_file): Remove check for GDB_PARALLEL, always
13040 return path in outputs/$subdir/$testname.
13041
13042 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13043
13044 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13045 (site.exp): Assign abs_srcdir to tcl's srcdir.
13046
13047 2016-02-04 Yao Qi <yao.qi@linaro.org>
13048
13049 * gdb.base/foll-exec-mode.c: Include limits.h.
13050 (main): Add parameters argc and argv. Get directory from
13051 argv[0].
13052 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13053 compilation.
13054 * gdb.base/foll-exec.c: Include limits.h.
13055 (main): Add parameters argc and argv.
13056 Get directory from argv[0].
13057 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13058 Adjust tests on the number of lines as source code changed.
13059 * gdb.base/foll-vfork-exit.c: Include limits.h.
13060 (main): Add one line of statement before vfork.
13061 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13062 (main): Add parameters argc and argv. Get directory from
13063 argv[0].
13064 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13065 (setup_gdb): Set tbreak to skip some source lines.
13066 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13067 (main): Add parameters argc and argv. Get directory from
13068 argv[0].
13069 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13070 compilation.
13071 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13072 (main): Add parameters argc and argv. Get directory from
13073 argv[0].
13074 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13075 compilation.
13076
13077 2016-02-01 Doug Evans <dje@google.com>
13078
13079 * gdb.base/skip.exp: Clean up multiple references to same test name.
13080
13081 2016-02-01 Pedro Alves <palves@redhat.com>
13082
13083 PR remote/19496
13084 * gdb.threads/forking-threads-plus-breakpoint.exp
13085 (displaced_stepping_supported): New global.
13086 (probe_displaced_stepping_support): New procedure.
13087 (do_test): Add 'displaced' parameter, and use it.
13088 (top level): Check for displaced stepping support. Add displaced
13089 stepping on/off testing axis.
13090
13091 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13092
13093 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13094 pointer. Don't perform further tests on the unassociated pointer
13095 if the first test fails.
13096
13097 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13098
13099 * gdb.base/max-value-size.c: New file.
13100 * gdb.base/max-value-size.exp: New file.
13101 * gdb.base/huge.exp: Disable max-value-size for this test.
13102
13103 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13104
13105 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13106
13107 2016-01-28 Yao Qi <yao.qi@linaro.org>
13108
13109 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13110
13111 2016-01-25 Pedro Alves <palves@redhat.com>
13112
13113 PR threads/19461
13114 * gdb.base/fork-running-state.c: New file.
13115 * gdb.base/fork-running-state.exp: New file.
13116
13117 2016-01-25 Pedro Alves <palves@redhat.com>
13118
13119 PR gdb/19494
13120 * gdb.base/catch-fork-kill.c: New file.
13121 * gdb.base/catch-fork-kill.exp: New file.
13122
13123 2016-01-25 Pedro Alves <palves@redhat.com>
13124
13125 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13126 Delete, moved to lib/gdb.exp.
13127 * gdb.threads/forking-threads-plus-breakpoint.exp
13128 (foreach_with_prefix): Likewise.
13129 * gdb.threads/process-dies-while-handling-bp.exp
13130 (foreach_with_prefix): Likewise.
13131 * lib/gdb.exp (foreach_with_prefix): New procedure.
13132
13133 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13134
13135 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13136 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13137
13138 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13139
13140 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13141 endian targets.
13142
13143 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13144 Pedro Alves <palves@redhat.com>
13145
13146 Fix testsuite compatibility with Guile.
13147 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13148 number.
13149
13150 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13151
13152 Fix testsuite compatibility with Guile.
13153 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13154 (thread 1): New test for backtrace through signal handler.
13155
13156 2016-01-22 Yao Qi <yao.qi@linaro.org>
13157
13158 PR testsuite/19491
13159 * gdb.base/multi-forks.c: Include
13160 ../lib/unbuffer_output.c
13161 (main): Call gdb_unbuffer_output.
13162
13163 2016-01-21 Doug Evans <dje@google.com>
13164
13165 * lib/ada.exp (gdb_compile_ada): Fix typo.
13166
13167 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13168
13169 * gdb.base/break-fun-addr.exp: New file.
13170 * gdb.base/break-fun-addr1.c: New file.
13171 * gdb.base/break-fun-addr2.c: New file.
13172
13173 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13174
13175 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13176 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13177 enum flag values.
13178
13179 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13180
13181 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13182 when GDB can not set the vector return value. Add more comments
13183 for clarification.
13184
13185 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13186
13187 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13188 command.
13189
13190 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13191
13192 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13193
13194 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13195
13196 * Makefile.in (check-single): Pass --status to runtest.
13197 (check/%.exp): Likewise.
13198
13199 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13200
13201 * Makefile.in (check-parallel): Propagate return code from make
13202 do-check-parallel.
13203
13204 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13205
13206 * gdb.trace/ftrace.exp: Fix expected message on continue.
13207 * gdb.trace/pending.exp: Fix expected message on continue.
13208 * gdb.trace/trace-break.exp: Fix expected message on continue.
13209
13210 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13211
13212 * lib/gdb.exp (gdb_test): Remove unused global references.
13213
13214 2016-01-18 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.base/async-shell.exp: Adjust expected output.
13217 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13218 * gdb.base/siginfo-thread.exp: Adjust expected output.
13219 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13220 * gdb.java/jnpe.exp: Adjust expected output.
13221 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13222 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13223 * gdb.threads/leader-exit.exp: Adjust expected output.
13224 * gdb.threads/manythreads.exp: Adjust expected output.
13225 * gdb.threads/pthreads.exp: Adjust expected output.
13226 * gdb.threads/schedlock.exp: Adjust expected output.
13227 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13228 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13229 expected output.
13230 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13231 output.
13232 * gdb.threads/sigthread.exp: Adjust expected output.
13233 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13234
13235 2016-01-18 Yao Qi <yao.qi@linaro.org>
13236
13237 * gdb.guile/scm-section-script.c: Replace @progbits with
13238 %progbits.
13239 * gdb.python/py-section-script.c: Likewise.
13240
13241 2016-01-15 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.multi/tids.exp: Test star wildcard ranges.
13244
13245 2016-01-15 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13248 command from "thread apply" invocation.
13249 (thr_apply_info_thr_invalid): Default the expected output to the
13250 input tid list.
13251 (top level): Add tests that use convenience variables. Add tests
13252 for "thread apply" with a valid TID list, but missing the command.
13253
13254 2016-01-13 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.base/default.exp: Expect $_gthread as well.
13257 * gdb.multi/tids.exp: Test $_gthread.
13258 * gdb.threads/thread-specific.exp: Test $_gthread.
13259
13260 2016-01-13 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.multi/tids.exp: Test "info threads -gid".
13263
13264 2016-01-13 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13267 Breakpoint.thread.
13268 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13269
13270 2016-01-07 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.base/break.exp: Adjust to output changes.
13273 * gdb.base/hbreak2.exp: Likewise.
13274 * gdb.base/sepdebug.exp: Likewise.
13275 * gdb.base/watch_thread_num.exp: Likewise.
13276 * gdb.linespec/keywords.exp: Likewise.
13277 * gdb.multi/info-threads.exp: Likewise.
13278 * gdb.threads/thread-find.exp: Likewise.
13279 * gdb.multi/tids.c: New file.
13280 * gdb.multi/tids.exp: New file.
13281
13282 2016-01-13 Pedro Alves <palves@redhat.com>
13283
13284 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13285
13286 2016-01-13 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.base/default.exp: Expect $_inferior as well.
13289 * gdb.multi/base.exp: Test $_inferior.
13290
13291 2016-01-13 Pedro Alves <palves@redhat.com>
13292
13293 PR breakpoints/19388
13294 * gdb.base/catch-signal-siginfo-cond.c: New file.
13295 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13296
13297 2016-01-12 Josh Stone <jistone@redhat.com>
13298 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13299
13300 * gdb.base/catch-syscall.c (do_execve): New variable.
13301 (main): Conditionally trigger an execve.
13302 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13303 (test_catch_syscall_execve): New, check entry/return across execve.
13304 (do_syscall_tests): Call test_catch_syscall_execve.
13305
13306 2016-01-12 Pedro Alves <palves@redhat.com>
13307
13308 * gdb.base/random-signal.exp (do_test): New procedure, with body
13309 of testcase moved in.
13310
13311 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13312 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.base/funcargs.exp (finish from indirectly called function):
13315 Reintroduce the case for 'First'.
13316
13317 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13318 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13321 (tcatch_vfork_then_child_follow_exec)
13322 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13323 identification.
13324
13325 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13326
13327 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13328 and repeats to unlimited.
13329 * gdb.python/py-value.exp: Likewise.
13330 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13331 and repeats to unlimited.
13332
13333 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13334
13335 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13336 and reordering the functions.
13337 * gdb.multi/hangout.c: Likewise.
13338 * gdb.multi/hello.c: Likewise.
13339
13340 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13341
13342 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13343 absolute.
13344 (SingleStatisticTestResult.report): Use dict.keys instead of
13345 dict.iterkeys.
13346
13347 2016-01-06 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13350
13351 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13352
13353 * gdb.btrace/dlopen.exp: New.
13354 * gdb.btrace/dlopen.c: New.
13355 * gdb.btrace/dlopen-dso.c: New.
13356
13357 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13358
13359 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13360 PATTERN argument is optional.
13361
13362 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13363
13364 * lib/ada.exp (target_compile_ada_from_dir): New function.
13365 (gdb_compile_ada): Reimplement avoiding the use of project files.
13366 * gdb.ada/gnat_ada.gpr: Delete.
13367 * gdb.ada/cond_lang.exp: Adjust test to make path before
13368 filename optional.
13369 * gdb.ada/small_reg_param.exp: Likewise.
13370
13371 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13372
13373 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13374
13375 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13376
13377 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13378 case.
13379
13380 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.base/break.exp: Remove dead code.
13383 * gdb.base/sepdebug.exp: Likewise.
13384
13385 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13386
13387 * gdb.asm/asm-source.exp: Remove HP-UX references.
13388 * gdb.base/annota1.exp: Likewise.
13389 * gdb.base/annota3.exp: Likewise.
13390 * gdb.base/attach.exp: Likewise.
13391 * gdb.base/bigcore.exp: Likewise.
13392 * gdb.base/break.exp: Likewise.
13393 * gdb.base/call-ar-st.exp: Likewise.
13394 * gdb.base/callfuncs.exp: Likewise.
13395 * gdb.base/catch-fork-static.exp: Likewise.
13396 * gdb.base/display.exp: Likewise.
13397 * gdb.base/foll-exec-mode.exp: Likewise.
13398 * gdb.base/foll-exec.exp: Likewise.
13399 * gdb.base/foll-fork.exp: Likewise.
13400 * gdb.base/foll-vfork.exp: Likewise.
13401 * gdb.base/funcargs.exp: Likewise.
13402 * gdb.base/hbreak2.exp: Likewise.
13403 * gdb.base/inferior-died.exp: Likewise.
13404 * gdb.base/interrupt.exp: Likewise.
13405 * gdb.base/multi-forks.exp: Likewise.
13406 * gdb.base/nodebug.exp: Likewise.
13407 * gdb.base/sepdebug.exp: Likewise.
13408 * gdb.base/solib1.c: Likewise.
13409 * gdb.base/step-test.exp: Likewise.
13410 * gdb.mi/non-stop.c: Likewise.
13411 * gdb.mi/pthreads.c: Likewise.
13412 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13413 * gdb.threads/pthreads.c: Likewise.
13414 * gdb.threads/staticthreads.exp: Likewise.
13415 * lib/future.exp: Likewise.
13416 * lib/gdb.exp: Likewise.
13417 * gdb.base/so-indr-cl.c: Remove.
13418 * gdb.base/so-indr-cl.exp: Likewise.
13419 * gdb.base/solib.c: Likewise.
13420 * gdb.base/solib.exp: Likewise.
13421 * gdb.base/solib2.c: Likewise.
13422
13423 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13424
13425 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13426 * gdb.base/call-ar-st.exp: Likewise.
13427 * gdb.base/callfuncs.exp: Likewise.
13428 * gdb.base/condbreak.exp: Likewise.
13429 * gdb.base/constvars.exp: Likewise.
13430 * gdb.base/hbreak2.exp: Likewise.
13431 * gdb.base/langs.exp: Likewise.
13432 * gdb.base/list.exp: Likewise.
13433 * gdb.base/long_long.exp: Likewise.
13434 * gdb.base/ptype.exp: Likewise.
13435 * gdb.base/scope.exp: Likewise.
13436 * gdb.base/signals.exp: Likewise.
13437 * gdb.base/so-impl-ld.exp: Likewise.
13438 * gdb.base/varargs.exp: Likewise.
13439 * gdb.base/volatile.exp: Likewise.
13440 * gdb.base/whatis.exp: Likewise.
13441 * gdb.cp/cplusfuncs.exp: Likewise.
13442 * gdb.cp/inherit.exp: Likewise.
13443 * gdb.cp/local.exp: Likewise.
13444 * gdb.cp/member-ptr.exp: Likewise.
13445 * gdb.cp/method.exp: Likewise.
13446 * gdb.cp/overload.exp: Likewise.
13447 * gdb.cp/templates.exp: Likewise.
13448 * gdb.stabs/weird.exp: Likewise.
13449 * lib/compiler.c: Likewise.
13450 * lib/compiler.cc: Likewise.
13451 * lib/cp-support.exp: Likewise.
13452 * lib/gdb.exp: Likewise.
13453
13454 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13455
13456 * configure.ac: Remove HP-UX case.
13457 * configure: Regenerate.
13458
13459 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13460
13461 * lib/gdb.exp (gdb_compile): Add function doc.
13462
13463 2015-12-17 Pedro Alves <palves@redhat.com>
13464
13465 PR threads/19354
13466 * gdb.multi/info-threads.exp: New file.
13467
13468 2015-12-15 Yao Qi <yao.qi@linaro.org>
13469
13470 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13471 is aarch64*-*-*.
13472
13473 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13474
13475 * gdb.base/history-duplicates.exp: Skip if no readline support.
13476
13477 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13478
13479 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13480
13481 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13482
13483 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13484
13485 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13486
13487 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13488 ctrl-C if nointerrupts target property is set.
13489 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13490 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13491 * gdb.base/paginate-bg-execution.exp: Likewise.
13492 * gdb.base/paginate-execution-startup.exp: Likewise.
13493 * gdb.base/random-signal.exp: Likewise.
13494 * gdb.base/range-stepping.exp: Likewise.
13495 * gdb.cp/annota2.exp: Likewise.
13496 * gdb.cp/annota3.exp: Likewise.
13497 * gdb.gdb/selftest.exp: Likewise.
13498 * gdb.threads/continue-pending-status.exp: Likewise.
13499 * gdb.threads/leader-exit.exp: Likewise.
13500 * gdb.threads/manythreads.exp: Likewise.
13501 * gdb.threads/pthreads.exp: Likewise.
13502 * gdb.threads/schedlock.exp: Likewise.
13503 * gdb.threads/sigthread.exp: Likewise.
13504
13505 2015-12-11 Don Breazeal <donb@codesourcery.com>
13506
13507 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13508 remote.
13509 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13510 * gdb.base/foll-exec.exp (main): Enable for target remote.
13511 * gdb.base/foll-fork.exp (main): Likewise.
13512 * gdb.base/foll-vfork.exp (main): Likewise.
13513 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13514 (proc continue_to_exit_bp_loc): Use clean_restart.
13515 * gdb.base/pie-execl.exp (main): Disable for target remote.
13516 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13517 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13518 * gdb.threads/execl.exp (main): Likewise.
13519 * gdb.threads/fork-child-threads.exp (main): Likewise.
13520 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13521 remote.
13522 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13523 remote.
13524 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13525 pid.tid style ptids, instead of just tid.
13526 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13527 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13528 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13529 ptids, instead of just tid.
13530
13531 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13532
13533 * gdb.base/list.exp (test_list_forward): Add end of file error
13534 test.
13535 (test_repeat_list_command): Add end of file error test.
13536 (test_list_backwards): Add beginning of file error test.
13537
13538 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13539
13540 * gdb.base/list.exp (test_list_invalid_args): New function,
13541 defined, and called.
13542
13543 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13544
13545 * gdb.base/list.exp (test_list): Make test names unique.
13546
13547 2015-12-11 Yao Qi <yao.qi@linaro.org>
13548
13549 * gdb.base/coremaker2.c: Remove.
13550
13551 2015-12-10 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.multi/base.exp: Remove stale "spaces" references.
13554
13555 2015-12-10 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.multi/base.exp: Don't use nowarnings.
13558 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13559 * gdb.multi/hangout.c: Include stdio.h.
13560 * gdb.multi/hello.c: Include stdlib.h.
13561 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13562 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13563 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13564
13565 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13566
13567 * gdb.dwarf2/dw2-ranges-base.c: New file.
13568 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13569 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13570 support additional line table, and debug ranges generation.
13571 (Dwarf::ranges): New function, generate .debug_ranges.
13572 (Dwarf::lines): Support generating simple line table programs.
13573 (Dwarf::assemble): Initialise new namespace variables.
13574
13575 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13576
13577 * gdb.base/async.exp (proc test_background): Add case for
13578 asynchronous execution not supported.
13579
13580 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13581
13582 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13583 format and change test names to make them unique.
13584
13585 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13586 Pedro Alves <pedro@redhat.com>
13587
13588 PR gdb/18702
13589 Add checking of floatformats setup on x86_64 hosts.
13590 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13591 (smallval, bigval): New labels/constants.
13592 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13593 float" after loading bigval and smallval.
13594
13595 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13596
13597 * gdb.ada/fun_overload_menu.exp: New testcase.
13598 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13599
13600 2015-12-04 Josh Stone <jistone@redhat.com>
13601
13602 * gdb.base/catch-fork-static.exp: New.
13603
13604 2015-12-03 Yao Qi <yao.qi@linaro.org>
13605
13606 * gdb.base/sizeof.c: Don't include stdio.h and
13607 ../lib/unbuffer_output.c.
13608 (main): New variable 'size' and 'value'. Remove printf and
13609 gdb_unbuffer_output. Assign return value to size and value.
13610 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13611 at the beginning.
13612 (check_sizeof): Check the result by printing variable 'size'.
13613 (check_valueof): Check the result by printing variable 'value'.
13614
13615 2015-12-01 Yao Qi <yao.qi@linaro.org>
13616
13617 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13618 for aarch64*-*-linux* target.
13619
13620 2015-11-30 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13623
13624 2015-11-30 Pedro Alves <palves@redhat.com>
13625
13626 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13627 Handle non-stop mode vCont replies.
13628
13629 2015-11-30 Pedro Alves <palves@redhat.com>
13630
13631 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13632 prepare_for_testing. Start gdb with "set non-stop on" appended to
13633 GDBFLAGS. Lax expected stop output.
13634
13635 2015-11-27 Yao Qi <yao.qi@linaro.org>
13636
13637 * gdb.arch/arm-neon.exp: New.
13638 * gdb.arch/arm-neon.c: New.
13639
13640 2015-11-27 Yao Qi <yao.qi@linaro.org>
13641
13642 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13643
13644 2015-11-27 Yao Qi <yao.qi@linaro.org>
13645
13646 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13647 frames-invalid annotation.
13648
13649 2015-11-27 Yao Qi <yao.qi@linaro.org>
13650
13651 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13652
13653 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13654
13655 * gdb.threads/names.exp: New file.
13656 * gdb.threads/names.c: New file.
13657 * README: Mention gdb,no_thread_names.
13658
13659 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13660
13661 PR 19297
13662 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13663 support" error.
13664
13665 2015-11-24 Pedro Alves <palves@redhat.com>
13666
13667 PR 17539
13668 * gdb.base/display.exp: Expect displays to be sorted in ascending
13669 order. Use multi_line.
13670 * gdb.base/solib-display.exp: Likewise.
13671
13672 2015-11-24 Pedro Alves <palves@redhat.com>
13673
13674 PR 17539
13675 * gdb.base/display.exp: Expect displays to be sorted in ascending
13676 order. Use multi_line.
13677 * gdb.base/solib-display.exp: Likewise.
13678
13679 2015-11-24 Pedro Alves <palves@redhat.com>
13680
13681 PR 17539
13682 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13683 threads in ascending order.
13684 * gdb.base/foll-fork.exp: Likewise.
13685 * gdb.base/foll-vfork.exp: Likewise.
13686 * gdb.base/multi-forks.exp: Likewise.
13687 * gdb.mi/mi-nonstop.exp: Likewise.
13688 * gdb.mi/mi-nsintrall.exp: Likewise.
13689 * gdb.multi/base.exp: Likewise.
13690 * gdb.multi/multi-arch.exp: Likewise.
13691 * gdb.python/py-inferior.exp: Likewise.
13692 * gdb.threads/break-while-running.exp: Likewise.
13693 * gdb.threads/execl.exp: Likewise.
13694 * gdb.threads/gcore-thread.exp: Likewise.
13695 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13696 * gdb.threads/kill.exp: Likewise.
13697 * gdb.threads/linux-dp.exp: Likewise.
13698 * gdb.threads/multiple-step-overs.exp: Likewise.
13699 * gdb.threads/next-bp-other-thread.exp: Likewise.
13700 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13701 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13702 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13703 * gdb.threads/thread-find.exp: Likewise.
13704 * gdb.threads/tls.exp: Likewise.
13705 * lib/mi-support.exp (mi_reverse_list): Delete.
13706 (mi_check_thread_states): No longer reverse list.
13707
13708 2015-11-24 Pedro Alves <palves@redhat.com>
13709
13710 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13711 use lowercase.
13712
13713 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13714
13715 * gdb.trace/actions.c: Include trace-common.h.
13716 (main): Add a location for a fast tracepoint.
13717 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13718 the normal tracepoints.
13719 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13720
13721 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13722
13723 * save-trace.exp: Factor out code to these...
13724 (gdb_save_tracepoints): New.
13725 (gdb_load_tracepoints): New.
13726 (do_save_load_test): New.
13727
13728 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13729
13730 * gdb.base/asmlabel.exp: New test.
13731 * gdb.base/asmlabel.c: New test case.
13732
13733 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13734
13735 * gdb.base/wrong_frame_bt_full-main.c: New file.
13736 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13737 * gdb.base/wrong_frame_bt_full.exp: New file.
13738
13739 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13740
13741 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13742
13743 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13744
13745 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13746 pstate register when comparing registers values in
13747 sparc64-*-linux-gnu targets to avoid spurious differences.
13748
13749 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13750
13751 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13752
13753 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13754
13755 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13756 as type argument to gdb_compile.
13757 * gdb.base/nested-subp2.exp: Likewise.
13758 * gdb.base/nested-subp3.exp: Likewise.
13759
13760 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13761
13762 * lib/dwarf.exp (_note): Fix left shift of negative value.
13763 * gdb.trace/trace-condition.exp: Likewise.
13764
13765 2015-11-13 Yao Qi <yao.qi@linaro.org>
13766
13767 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13768 comments about d10v.
13769 (test_scalar_returns): Likewise.
13770 * gdb.base/d10v.ld: Remove.
13771 * gdb.base/overlays.exp: Remove the target triplet checking for
13772 d10v-*-*.
13773 * gdb.base/structs.exp (test_struct_returns): Remove the
13774 comments about d10v.
13775 (test_struct_calls): Likewise.
13776
13777 2015-11-13 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13780 * gdb.base/gnu_vector.c: Don't include stdio.h.
13781 (main): Don't print res and call add_some_intvecs.
13782
13783 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13784
13785 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13786 macro.
13787 (func5): Removed.
13788 (func4): Use FAST_TRACEPOINT_LABEL.
13789 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13790 macro.
13791 (func): Removed.
13792 (thread_function): Use FAST_TRACEPOINT_LABEL.
13793 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13794 (func): Remove.
13795 (marker): Use FAST_TRACEPOINT_LABEL.
13796 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13797 (pendfunc1): Remove.
13798 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13799 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13800 (foo): Remove.
13801 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13802 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13803 macro.
13804 (func): Remove.
13805 (marker): Use FAST_TRACEPOINT_LABEL.
13806 * gdb.trace/trace-common.h: New header.
13807 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13808 macro.
13809 (func): Remove.
13810 (marker): Use FAST_TRACEPOINT_LABEL.
13811 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13812 (func): Remove.
13813 (thread_function): Use FAST_TRACEPOINT_LABEL.
13814
13815 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13816
13817 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13818 in front.
13819 * gdb.trace/change-loc.exp: Use global pcreg definition.
13820 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13821 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13822 in front.
13823 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13824 * gdb.trace/pending.exp: Likewise.
13825 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13826 * gdb.trace/trace-break.exp: Likewise.
13827 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13828 in front.
13829 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13830 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13831 in front.
13832 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13833
13834 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13835
13836 * gdb.ada/fin_fun_out: New testcase.
13837
13838 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13839
13840 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13841 value associated with DW_AT_byte_size.
13842 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13843 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13844 DW_AT_upper_bound.
13845
13846 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13847
13848 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13849 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13850 version.
13851 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13852 gdb.dwarf2/dw2-canonicalize-type.exp,
13853 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13854 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13855 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13856 provided by gdb_target_symbol_prefix_flags_asm.
13857 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13858 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13859 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13860 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13861 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13862 macros where needed). Use this macro for symbols which require
13863 the prefix provided by SYMBOL_PREFIX.
13864
13865 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13866
13867 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13868 New procs.
13869 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13870 representing expressions, of more than one list element.
13871 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13872 to prepend linker symbol prefix to f.
13873 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13874 table_1 and table_2.
13875 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13876 Likewise, for f and g.
13877 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13878 for ptr.
13879 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13880 for main.
13881 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13882 table_1_ptr and table_2_ptr.
13883
13884 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13885 Joel Brobecker <brobecker@adacore.com>
13886
13887 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13888
13889 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13890
13891 * gdb.reverse/s390-mvcle.c: New test.
13892 * gdb.reverse/s390-mvcle.exp: New file.
13893 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13894
13895 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13896
13897 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13898
13899 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13900
13901 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13902 reaching marker2.
13903 * gdb.reverse/getresuid-reverse.exp: Likewise.
13904 * gdb.reverse/pipe-reverse.exp: Likewise.
13905 * gdb.reverse/readv-reverse.exp: Likewise.
13906 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13907 * gdb.reverse/time-reverse.exp: Likewise.
13908 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13909
13910 2015-10-30 Yao Qi <yao.qi@linaro.org>
13911
13912 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13913 (empty_cycle): Remove.
13914 (main): Don't call empty_cycle. Don't use watch_count_done.
13915 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13916 empty_cycle. Rewrite the code counting HW watchpoints.
13917
13918 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13919
13920 * gdb.reverse/fstatat-reverse.c: New test.
13921 * gdb.reverse/fstatat-reverse.exp: New file.
13922 * gdb.reverse/getresuid-reverse.c: New test.
13923 * gdb.reverse/getresuid-reverse.exp: New file.
13924 * gdb.reverse/pipe-reverse.c: New test.
13925 * gdb.reverse/pipe-reverse.exp: New file.
13926 * gdb.reverse/readv-reverse.c: New test.
13927 * gdb.reverse/readv-reverse.exp: New file.
13928 * gdb.reverse/recvmsg-reverse.c: New test.
13929 * gdb.reverse/recvmsg-reverse.exp: New file.
13930 * gdb.reverse/time-reverse.c: New test.
13931 * gdb.reverse/time-reverse.exp: New file.
13932 * gdb.reverse/waitpid-reverse.c: New test.
13933 * gdb.reverse/waitpid-reverse.exp: New file.
13934
13935 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13936
13937 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13938
13939 2015-10-26 Doug Evans <dje@google.com>
13940
13941 PR symtab/17391
13942 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13943 * gdb.dwarf2/bad-regnum.c: New file.
13944 * gdb.dwarf2/bad-regnum.exp: New file.
13945
13946 2015-10-26 Doug Evans <dje@google.com>
13947
13948 PR python/18938
13949 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13950 file.
13951
13952 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13953
13954 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13955 for a change by "Mention language in compile error message".
13956
13957 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13958
13959 PR python/18073
13960 * gdb.python/py-type.c (C::a_method): New.
13961 (C::a_const_method): New.
13962 (C::a_static_method): New.
13963 (a_function): New.
13964 * gdb.python/py-type.exp (test_fields): Test getting fields
13965 from function and method.
13966
13967 2015-10-21 Keven Boell <keven.boell@intel.com>
13968
13969 * gdb.fortran/vla-alloc-assoc.exp: New file.
13970 * gdb.fortran/vla-datatypes.exp: New file.
13971 * gdb.fortran/vla-datatypes.f90: New file.
13972 * gdb.fortran/vla-history.exp: New file.
13973 * gdb.fortran/vla-ptype-sub.exp: New file.
13974 * gdb.fortran/vla-ptype.exp: New file.
13975 * gdb.fortran/vla-sizeof.exp: New file.
13976 * gdb.fortran/vla-sub.f90: New file.
13977 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13978 * gdb.fortran/vla-value-sub-finish.exp: New file.
13979 * gdb.fortran/vla-value-sub.exp: New file.
13980 * gdb.fortran/vla-value.exp: New file.
13981 * gdb.fortran/vla-ptr-info.exp: New file.
13982 * gdb.mi/mi-vla-fortran.exp: New file.
13983 * gdb.mi/vla.f90: New file.
13984
13985 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13986
13987 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13988 of hardwired timeout value.
13989
13990 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13991 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13994 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13995
13996 2015-10-19 Josh Stone <jistone@redhat.com>
13997
13998 * gdb.base/catch-syscall.c: Include <sched.h>.
13999 (unknown_syscall): New variable.
14000 (main): Trigger a vfork and an unknown syscall.
14001 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14002 (unknown_syscall_number): Likewise.
14003 (check_call_to_syscall): Accept an optional syscall pattern.
14004 (check_return_from_syscall): Likewise.
14005 (check_continue): Likewise.
14006 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14007 (test_catch_syscall_skipping_return): New test toggling off 'catch
14008 syscall' to step over the syscall return, then toggling back on.
14009 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14010 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14011 (do_syscall_tests): Call test_catch_syscall_without_args and
14012 test_catch_syscall_mid_vfork.
14013 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14014 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14015
14016 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14017
14018 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14019 print g_vE): Add new pass patterns.
14020 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14021 print various symbol names for vptr fields.
14022
14023 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14024
14025 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14026 results.
14027
14028 2015-10-12 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14031
14032 2015-10-12 Yao Qi <yao.qi@linaro.org>
14033
14034 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14035 is aarch64*-*-linux*.
14036
14037 2015-10-12 Yao Qi <yao.qi@linaro.org>
14038
14039 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14040 (can_relocate_bcond_true): ... it.
14041 (can_relocate_bcond_false): New function.
14042 (foo): Likewise.
14043 (can_relocate_bl): Likewise.
14044 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14045 can_relocate_bl.
14046
14047 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14048
14049 * gdb.base/nested-addr.c: New file.
14050 * gdb.base/nested-addr.exp: New testcase.
14051
14052 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14053
14054 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14055 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14056 its output. Ignore the output of "record goto begin" and instead
14057 check that GDB is replaying.
14058
14059 2015-10-09 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14062 (top level): Use it in the run with no args test.
14063
14064 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14065
14066 * gdb.dlang/properties.exp: New file.
14067
14068 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14069
14070 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14071 whether or not address 0x1000 is mapped on the target.
14072
14073 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14074
14075 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14076 build.
14077
14078 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14079
14080 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14081 instruction-history test.
14082
14083 2015-09-28 Doug Evans <dje@google.com>
14084
14085 * gdb.base/gcore.c (array_func): Add reference to static_array.
14086
14087 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14088
14089 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14090 source line.
14091
14092 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14093
14094 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14095 short or char as base type.
14096
14097 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14098
14099 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14100 to allow any size enum.
14101
14102 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14103
14104 * gdb.ada/array_ptr_renaming.exp: New testcase.
14105 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14106 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14107
14108 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14109
14110 * gdb.trace/ftrace-lock.c: New file.
14111 * gdb.trace/ftrace-lock.exp: New file.
14112
14113 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14114
14115 * gdb.arch/insn-reloc.c: New file.
14116 * gdb.arch/ftrace-insn-reloc.exp: New file.
14117
14118 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14119
14120 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14121 instruction.
14122 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14123 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14124 * gdb.trace/range-stepping.c: Likewise.
14125 * gdb.trace/trace-break.c: Likewise.
14126 * gdb.trace/trace-mt.c (thread_function): Likewise.
14127 * gdb.trace/ftrace.c (marker): Likewise.
14128 * gdb.trace/trace-condition.c (marker): Likewise.
14129 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14130 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14131 is_aarch64_target.
14132
14133 2015-09-18 Doug Evans <xdje42@gmail.com>
14134
14135 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14136 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14137
14138 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14139
14140 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14141 the breakpoint.
14142
14143 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14144
14145 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14146 the pending breakpoint. Remove timeout override for "Run till
14147 MI pending breakpoint on pendfunc3 on thread 2" test.
14148
14149 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14150
14151 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14152 filename pattern.
14153
14154 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14155
14156 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14157 in breakpoint filename pattern.
14158
14159 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14160
14161 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14162
14163 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14164
14165 * gdb.linespec/explicit.exp: Check for readline support for
14166 tab-completion tests. Fix obvious typo.
14167
14168 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14169
14170 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14171 and replay.
14172
14173 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14174
14175 * gdb.btrace/non-stop.c: New.
14176 * gdb.btrace/non-stop.exp: New.
14177
14178 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14179 Yao Qi <yao.qi@linaro.org>
14180
14181 * gdb.trace/trace-condition.c: New file.
14182 * gdb.trace/trace-condition.exp: New file.
14183
14184 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14185
14186 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14187 for testing bytecode compilation.
14188
14189 2015-09-16 Pedro Alves <palves@redhat.com>
14190 Sandra Loosemore <sandra@codesourcery.com>
14191
14192 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14193 (SECONDS): Redefine.
14194 (main): Call pthread_kill and alarm early.
14195 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14196 support.
14197 (test): If the target can't hardware step and doesn't support
14198 displaced stepping, increase the timeout.
14199
14200 2015-09-16 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14203 (enable_debug): New procedures.
14204 (test): Use them. Bail out if waiting for threads fails.
14205 (top level): Bail out if a test fails.
14206
14207 2015-09-16 Yao Qi <yao.qi@linaro.org>
14208
14209 * gdb.asm/asm-source.exp: Set asm-arch for
14210 aarch64*-*-* target.
14211 * gdb.asm/aarch64.inc: New file.
14212
14213 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14214
14215 * gdb.ada/array_of_variable_length.exp: New testcase.
14216 * gdb.ada/array_of_variable_length/foo.adb: New file.
14217 * gdb.ada/array_of_variable_length/pck.adb: New file.
14218 * gdb.ada/array_of_variable_length/pck.ads: New file.
14219
14220 2015-09-15 Doug Evans <dje@google.com>
14221
14222 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14223 of function static local variable.
14224
14225 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14226
14227 * gdb.threads/tls-so_extern.exp: New test file.
14228 * gdb.threads/tls-so_extern.c: New test file.
14229 * gdb.threads/tls-so_extern_main.c: New test file.
14230
14231 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14232
14233 * gdb.opt/solib-intra-step-lib.c: New file.
14234 * gdb.opt/solib-intra-step-main.c: New file.
14235 * gdb.opt/solib-intra-step.exp: New file.
14236
14237 2015-09-15 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14240 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14241
14242 2015-09-14 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/hook-stop-continue.c: Delete.
14245 * gdb.base/hook-stop-continue.exp: Delete.
14246 * gdb.base/hook-stop-frame.c: Delete.
14247 * gdb.base/hook-stop-frame.exp: Delete.
14248 * gdb.base/hook-stop.c: New file.
14249 * gdb.base/hook-stop.exp: New file.
14250
14251 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14252
14253 * gdb.ada/access_to_packed_array.exp: New testcase.
14254 * gdb.ada/access_to_packed_array/foo.adb: New file.
14255 * gdb.ada/access_to_packed_array/pack.adb: New file.
14256 * gdb.ada/access_to_packed_array/pack.ads: New file.
14257
14258 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14259
14260 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14261 buffer size test.
14262
14263 2015-09-11 Don Breazeal <donb@codesourcery.com>
14264
14265 * gdb.base/foll-exec.c: Add copyright header. Fix
14266 formatting issues.
14267 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14268 (do_exec_tests): Use clean_restart in place of zap_session,
14269 and for test initialization. Fix formatting issues. Use
14270 fail in place of perror.
14271 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14272 an expect statement to match an expression with output from
14273 the program under debug.
14274 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14275 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14276 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14277 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14278 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14279
14280 2015-09-09 Doug Evans <dje@google.com>
14281
14282 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14283
14284 2015-09-09 Doug Evans <dje@google.com>
14285
14286 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14287
14288 2015-09-09 Doug Evans <dje@google.com>
14289
14290 * gdb.base/savedregs.exp: Fix typo.
14291
14292 2015-09-09 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14295
14296 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14297
14298 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14299 command actually switches threads. Give up on remaining
14300 tests if target fails to stop at breakpoint.
14301
14302 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14303
14304 * gdb.ada/funcall_char.exp: New testcase.
14305 * gdb.ada/funcall_char/foo.adb: New file.
14306
14307 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14308
14309 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14310 expected outputs. Add two testcases for completing ambiguous
14311 functions.
14312 * gdb.ada/complete/aux_pck.adb: New file.
14313 * gdb.ada/complete/aux_pck.ads: New file.
14314 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14315 Ambiguous_Func functions.
14316 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14317 * gdb.ada/complete/pck.adb: Likewise.
14318
14319 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14320
14321 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14322 failures to run the test program under GDB.
14323
14324 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14325
14326 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14327 to C.
14328
14329 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14330
14331 * gdb.base/run-after-attach.exp: New test file.
14332 * gdb.base/run-after-attach.c: New test file.
14333
14334 2015-08-26 Don Breazeal <donb@codesourcery.com>
14335
14336 * gdb.base/foll-exec-2.c: New test program.
14337 * gdb.base/foll-exec-2.exp: New test.
14338
14339 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14340
14341 * gdb.base/nested-subp1.exp: New file.
14342 * gdb.base/nested-subp1.c: New file.
14343 * gdb.base/nested-subp2.exp: New file.
14344 * gdb.base/nested-subp2.c: New file.
14345 * gdb.base/nested-subp3.exp: New file.
14346 * gdb.base/nested-subp3.c: New file.
14347
14348 2015-08-24 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.server/connect-without-multi-process.c: New file.
14351 * gdb.server/connect-without-multi-process.exp: New file.
14352
14353 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14354
14355 * gdb.opt/inline-markers.c: Make z int.
14356
14357 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14358
14359 * gdb.opt/inline-markers.c: Make z volatile.
14360
14361 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14362
14363 * gdb.opt/inline-bt.c: New volatile global z.
14364 * gdb.opt/inline-cmds.c: Likewise.
14365 * gdb.opt/inline-locals.c: Likewise.
14366 * gdb.opt/inline-markers.c: New extern global z.
14367 (marker): Use z.
14368 (inline_fn): Likewise.
14369
14370 2015-08-24 Pedro Alves <palves@redhat.com>
14371
14372 * config/m32r-stub.exp: Remove file.
14373 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14374 * gdb.base/call-rt-st.exp: Likewise.
14375 * gdb.base/call-strs.exp: Likewise.
14376 * gdb.base/default.exp: Remove references to h8300-*-hms and
14377 *-*-udi*.
14378 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14379
14380 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14381
14382 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14383 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14384 and "return" use KFAIL when GDB can not read/write the vector
14385 return value.
14386
14387 2015-08-21 Gary Benson <gbenson@redhat.com>
14388
14389 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14390
14391 2015-08-20 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.server/solib-list.exp: No longer expect an interior stop in
14394 non-stop mode.
14395
14396 2015-08-20 Pedro Alves <palves@redhat.com>
14397
14398 * gdb.server/connect-stopped-target.c: New file.
14399 * gdb.server/connect-stopped-target.exp: New file.
14400
14401 2015-08-20 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.dwarf2/comp-unit-lang.exp: New file.
14404 * gdb.dwarf2/comp-unit-lang.c: New file.
14405
14406 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14407
14408 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14409 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14410
14411 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14412
14413 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14414 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14415
14416 2015-08-18 Doug Evans <dje@google.com>
14417 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14418
14419 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14420 skip_python_tests. New arg prompt_regexp.
14421 (skip_python_tests): New function.
14422 * lib/mi-support.exp (mi_skip_python_tests): New function.
14423 * gdb.python/py-mi-objfile-gdb.py: New file.
14424 * gdb.python/py-mi-objfile.c: New file.
14425 * gdb.python/py-mi-objfile.exp: New file.
14426
14427 2015-08-17 Keith Seitz <keiths@redhat.com>
14428
14429 * gdb.linespec/explicit.exp: Move strace test from here ...
14430 * gdb.trace/strace.exp: ... to here.
14431
14432 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14433
14434 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14435 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14436
14437 2015-08-14 Doug Evans <xdje42@gmail.com>
14438
14439 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14440 inferior before selecting a new file.
14441
14442 2015-08-14 Doug Evans <xdje42@gmail.com>
14443
14444 * gdb.mi/mi-disassemble.exp: Update.
14445 * gdb.base/disasm-optim.S: New file.
14446 * gdb.base/disasm-optim.c: New file.
14447 * gdb.base/disasm-optim.h: New file.
14448 * gdb.base/disasm-optim.exp: New file.
14449
14450 2015-08-14 Keith Seitz <keiths@redhat.com>
14451
14452 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14453 "evaluated-by".
14454
14455 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14456
14457 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14458
14459 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14460
14461 * gdb.ada/fun_renaming.exp: New testcase.
14462 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14463 * gdb.ada/fun_renaming/pack.adb: New file.
14464 * gdb.ada/fun_renaming/pack.ads: New file.
14465
14466 2015-08-12 Keith Seitz <keiths@redhat.com>
14467
14468 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14469 gdb_get_line_number.
14470
14471 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14472
14473 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14474 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14475 gdb.base/dso2dso.exp: New files.
14476
14477 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14478 Pedro Alves <palves@redhat.com>
14479 Keith Seitz <keiths@redhat.com>
14480
14481 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14482 GDBFLAGS.
14483
14484 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14485
14486 * gdb.base/gdbhistsize-history.exp
14487 (test_histsize_history_setting): Use save_vars.
14488 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14489 Use save_vars.
14490 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14491 * gdb.base/readline.exp: Use save_vars.
14492
14493 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14494
14495 * lib/gdb.exp (save_vars): New proc.
14496
14497 2015-08-11 Keith Seitz <keiths@redhat.com>
14498
14499 * gdb.base/help.exp: Update help_breakpoint_text.
14500
14501 2015-08-11 Keith Seitz <keiths@redhat.com>
14502
14503 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14504 (at toplevel): Call test_explicit_breakpoints.
14505 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14506 breakpoints.
14507 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14508 breakpoint conditions, "-cond".
14509
14510 2015-08-11 Keith Seitz <keiths@redhat.com>
14511
14512 * gdb.linespec/3explicit.c: New file.
14513 * gdb.linespec/cpexplicit.cc: New file.
14514 * gdb.linespec/cpexplicit.exp: New file.
14515 * gdb.linespec/explicit.c: New file.
14516 * gdb.linespec/explicit.exp: New file.
14517 * gdb.linespec/explicit2.c: New file.
14518 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14519 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14520 before using in the matching pattern.
14521 Clarify that `prefix' is a regular expression.
14522
14523 2015-08-11 Keith Seitz <keiths@redhat.com>
14524
14525 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14526 test.
14527 Add tests for missing ",FMT" and ",".
14528
14529 2015-08-10 Doug Evans <dje@google.com>
14530 Keith Seitz <keiths@redhat.com>
14531
14532 PR gdb/17960
14533 * gdb.base/completion.exp: Add location completer tests.
14534
14535 2015-08-07 Pedro Alves <palves@redhat.com>
14536
14537 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14538 tests here.
14539 (top level): Run do_test with and without displaced stepping.
14540
14541 2015-08-07 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.base/valgrind-disp-step.c: New file.
14544 * gdb.base/valgrind-disp-step.exp: New file.
14545
14546 2015-08-07 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14549 Delete function.
14550 (main): Add alarm. Run an infinite loop instead of calling
14551 wait_threads.
14552 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14553 comment.
14554 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14555 Delete function.
14556 (main): Add alarm. Run an infinite loop instead of calling
14557 wait_threads.
14558 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14559 comment.
14560
14561 2015-08-07 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.base/checkpoint-ns.exp: New file.
14564 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14565 standard_testfile.
14566
14567 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14568
14569 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14570 * gdb.btrace/instruction_history.exp: Update.
14571 * gdb.btrace/tsx.exp: New.
14572 * gdb.btrace/tsx.c: New.
14573
14574 2015-08-06 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14577 increase timeout.
14578 * gdb.reverse/until-precsave.exp: Bump timeouts.
14579
14580 2015-08-06 Pedro Alves <palves@redhat.com>
14581
14582 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14583
14584 2015-08-06 Pedro Alves <palves@redhat.com>
14585
14586 PR gdb/18749
14587 * gdb.threads/process-dies-while-handling-bp.c: New file.
14588 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14589
14590 2015-08-06 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14593 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14594
14595 2015-08-05 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14598 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14599
14600 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14601
14602 * gdb.base/bp-permanent.exp: Report test as unsupported if
14603 the target cannot stop at the permanent breakpoint.
14604
14605 2015-08-03 Doug Evans <dje@google.com>
14606
14607 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14608 10000.
14609
14610 2015-08-03 Doug Evans <dje@google.com>
14611
14612 * Makefile.in (workers/%.worker, build-perf): New rule.
14613 (GDB_PERFTEST_MODE): New variable.
14614 (check-perf): Use it.
14615 (clean): Clean up gdb.perf parallel build subdirs.
14616 * lib/build-piece.exp: New file.
14617 * lib/gdb.exp (make_gdb_parallel_path): New function
14618 (standard_output_file, standard_temp_file): Call it.
14619 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14620 of $GDB_PARALLEL.
14621 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14622
14623 2015-08-03 Doug Evans <dje@google.com>
14624
14625 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14626 (LOG_FILE_NAME): New global.
14627 (TextReporter.__init__): Initialize self.txt_sum.
14628 (TextReporter.report): Add support for multiple data-points.
14629 Move report to perftest.sum, put raw data in perftest.log.
14630 (TextReporter.start): Open sum and log files.
14631 (TextReporter.end): Close sum and log files.
14632 * gdb.perf/lib/perftest/testresult.py
14633 (SingleStatisticTestResult.record): Handle multiple data-points.
14634
14635 2015-07-31 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14638 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14639 kill_wait_spawned_process instead of explicit "kill -9".
14640 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14641 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14642 kill_wait_spawned_process.
14643 * gdb.base/attach-twice.exp: Likewise.
14644 * gdb.base/attach.exp: Likewise.
14645 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14646 gdb_test_multiple.
14647 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14648 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14649 kill_wait_spawned_process.
14650 * gdb.base/valgrind-infcall.exp: Likewise.
14651 * gdb.multi/multi-attach.exp: Likewise.
14652 * gdb.python/py-prompt.exp: Likewise.
14653 * gdb.python/py-sync-interp.exp: Likewise.
14654 * gdb.server/ext-attach.exp: Likewise.
14655 * gdb.threads/attach-into-signal.exp (corefunc): Use
14656 spawn_wait_for_attach, spawn_id_get_pid and
14657 kill_wait_spawned_process.
14658 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14659 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14660 spawn_id_get_pid and kill_wait_spawned_process.
14661 * gdb.threads/attach-stopped.exp (corefunc): Use
14662 spawn_wait_for_attach, spawn_id_get_pid and
14663 kill_wait_spawned_process.
14664 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14665 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14666 kill_wait_spawned_process instead of explicit "kill -9".
14667 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14668 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14669 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14670 processes. Don't map cygwin/windows pids here. Now returns a
14671 spawn id list.
14672
14673 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14674
14675 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14676 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14677 correct patch.
14678
14679 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14680
14681 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14682
14683 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14684
14685 Reapply:
14686 2014-05-21 Mark Wielaard <mjw@redhat.com>
14687
14688 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14689
14690 2015-07-30 Pedro Alves <palves@redhat.com>
14691
14692 * linux-low.c (handle_extended_wait): Set the child's last
14693 reported status to TARGET_WAITKIND_STOPPED.
14694
14695 2015-07-30 Pedro Alves <palves@redhat.com>
14696
14697 PR threads/18600
14698 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14699 only shows inferior 1.
14700
14701 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14702 Pedro Alves <palves@redhat.com>
14703
14704 PR threads/18600
14705 * gdb.threads/fork-plus-threads.c: New file.
14706 * gdb.threads/fork-plus-threads.exp: New file.
14707
14708 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14709
14710 * gdb.base/batch-preserve-term-settings.exp
14711 (test_terminal_settings_preserved_after_cli_exit): Use
14712 send_quit_command.
14713
14714 2015-07-29 Pedro Alves <palves@redhat.com>
14715 Don Breazeal <donb@codesourcery.com>
14716
14717 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14718 output from both inferior_spawn_id and gdb_spawn_id.
14719
14720 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14721
14722 * gdb.threads/attach-into-signal.exp (corefunc): Use
14723 with_test_prefix on nested loops, uniquefying the test messages.
14724
14725 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14726
14727 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14728 commit.
14729
14730 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14731
14732 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14733 New proc.
14734 (test_terminal_settings_preserved_after_sigterm): New test.
14735
14736 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14737
14738 * gdb.base/batch-preserve-term-settings.exp
14739 (test_terminal_settings_preserved_after_cli_exit): New test.
14740
14741 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14742
14743 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14744 manipulation of saved_gdbflags.
14745 (test_terminal_settings_preserved): Remove global declaration of
14746 the unused variable pagination_prompt. Remove manipulation of
14747 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14748 GDBFLAGS.
14749
14750 2015-07-29 Pedro Alves <palves@redhat.com>
14751
14752 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14753
14754 2015-07-29 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14757 at the top.
14758
14759 2015-07-29 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14762 (main): Call gdb_unbuffer_output.
14763 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14764 (main): Call gdb_unbuffer_output.
14765 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14766 (main): Call gdb_unbuffer_output.
14767 * gdb.base/call-strs.exp: Adjust to step over the
14768 gdb_unbuffer_output call.
14769 * gdb.base/catch-gdb-caused-signals.c: Include
14770 "../lib/unbuffer_output.c".
14771 (main): Call gdb_unbuffer_output.
14772 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14773 (main): Call gdb_unbuffer_output.
14774 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14775 (main): Call gdb_unbuffer_output.
14776 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14777 (main): Call gdb_unbuffer_output.
14778 * gdb.base/shlib-call.exp: Adjust to step over the
14779 gdb_unbuffer_output call.
14780 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14781 (main): Call gdb_unbuffer_output.
14782 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14783 (main): Call gdb_unbuffer_output.
14784 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14785 (main): Rename to ...
14786 (test): ... this.
14787 (main): Reimplement.
14788 * gdb.base/varargs.exp: Run to test instead of to main.
14789 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14790 (main): Call gdb_unbuffer_output.
14791
14792 2015-07-29 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14795 factore out from mi_continue_dprintf. For call-style dprintfs,
14796 expect dprintf output out of $inferior_spawn_id.
14797 (mi_continue_dprintf): Use mi_expect_dprintf.
14798 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14799 (main): Call gdb_unbuffer_output.
14800
14801 2015-07-29 Pedro Alves <palves@redhat.com>
14802
14803 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14804 (default_mi_gdb_start): Set inferior_spawn_id instead of
14805 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14806 gdb_spawn_id.
14807 (mi_gdb_test): Always expect inferior output from both
14808 $inferior_spawn_id and $gdb_spawn_id.
14809
14810 2015-07-29 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14813 send_inferior and $inferior_spawn_id.
14814
14815 2015-07-29 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.gdb/complaints.exp (test_initial_complaints)
14818 (test_serial_complaints, test_short_complaints): Use
14819 gdb_test_stdio.
14820 (test_empty_complaint): Handle $inferior_spawn_id !=
14821 $gdb_spawn_id.
14822
14823 2015-07-29 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.base/varargs.exp: Use gdb_test_stdio.
14826
14827 2015-07-29 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14830
14831 2015-07-29 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14834
14835 2015-07-29 Pedro Alves <palves@redhat.com>
14836
14837 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14838 parameter into two new parameters, "inf_result" and "gdb_result".
14839 Expect inferior output and gdb output from $inferior_spawn_id and
14840 $gdb_spawn_id, respectively. Adjust all callers.
14841
14842 2015-07-29 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14845 of gdb_test_sequence.
14846
14847 2015-07-29 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14850 (saw_spurious_output): Expect inferior output from
14851 $inferior_spawn_id. Use gdb_test_stdio.
14852
14853 2015-07-29 Pedro Alves <palves@redhat.com>
14854
14855 * gdb.base/dprintf.exp: Use standard_testfile. Change
14856 prepare_for_testing call.
14857 (srcfile): Don't set.
14858 (restart): New procedure.
14859 (test_dprintf): New procecure, use to continue over dprintfs.
14860 (test_call, test_agent): New procedures, tests moved here.
14861 Restart gdb and recreate dprintfs. Adjust expected output.
14862
14863 2015-07-29 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14866
14867 2015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14870
14871 2015-07-29 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14874 gdb_test_stdio.
14875
14876 2015-07-29 Pedro Alves <palves@redhat.com>
14877
14878 * lib/gdb.exp (gdb_test_stdio): New procedure.
14879
14880 2015-07-29 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14883
14884 2015-07-29 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/call-signal-resume.exp: Remove check for
14887 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14888 * gdb.base/unwindonsignal.exp: Likewise.
14889 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14890 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14891
14892 2015-07-29 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/siginfo-addr.c (pass): New function.
14895 (handler): Call it iff si_addr is correct.
14896 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14897 Set a breakpoint at "pass" and continue to it.
14898
14899 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14900
14901 * gdb.python/py-objfile.exp: Make some tests have unique names.
14902 * gdb.python/py-pp-registration.exp: Likewise.
14903
14904 2015-07-28 Pedro Alves <palves@redhat.com>
14905
14906 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14907
14908 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14909
14910 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14911
14912 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14913
14914 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14915
14916 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14917
14918 * gdb.base/gdb-sigterm-2.exp: New test.
14919
14920 2015-07-25 Doug Evans <xdje42@gmail.com>
14921
14922 Revert:
14923 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14924 (workers/%.worker, build-perf): New rule.
14925 (GDB_PERFTEST_MODE): New variable.
14926 (check-perf): Use it.
14927 (clean): Clean up gdb.perf parallel build subdirs.
14928 * lib/build-piece.exp: New file.
14929 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14930 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14931 name.
14932 (standard_temp_file): Ditto.
14933 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14934 of $GDB_PARALLEL.
14935
14936 2015-07-24 Doug Evans <dje@google.com>
14937
14938 * gdb.perf/lib/perftest/utils.py: New file.
14939 * gdb.perf/gm-hello.cc: New file.
14940 * gdb.perf/gm-pervasive-typedef.cc: New file.
14941 * gdb.perf/gm-pervasive-typedef.h: New file.
14942 * gdb.perf/gm-std.cc: New file.
14943 * gdb.perf/gm-std.h: New file.
14944 * gdb.perf/gm-use-cerr.cc: New file.
14945 * gdb.perf/gm-utils.h: New file.
14946 * gdb.perf/gmonster-null-lookup.py: New file.
14947 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14948 * gdb.perf/gmonster-print-cerr.py: New file.
14949 * gdb.perf/gmonster-ptype-string.py: New file.
14950 * gdb.perf/gmonster-runto-main.py: New file.
14951 * gdb.perf/gmonster-select-file.py: New file.
14952 * gdb.perf/gmonster1-null-lookup.exp: New file.
14953 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14954 * gdb.perf/gmonster1-print-cerr.exp: New file.
14955 * gdb.perf/gmonster1-ptype-string.exp: New file.
14956 * gdb.perf/gmonster1-runto-main.exp: New file.
14957 * gdb.perf/gmonster1-select-file.exp: New file.
14958 * gdb.perf/gmonster1.cc: New file.
14959 * gdb.perf/gmonster1.exp: New file.
14960 * gdb.perf/gmonster2-null-lookup.exp: New file.
14961 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14962 * gdb.perf/gmonster2-print-cerr.exp: New file.
14963 * gdb.perf/gmonster2-ptype-string.exp: New file.
14964 * gdb.perf/gmonster2-runto-main.exp: New file.
14965 * gdb.perf/gmonster2-select-file.exp: New file.
14966 * gdb.perf/gmonster2.cc: New file.
14967 * gdb.perf/gmonster2.exp: New file.
14968
14969 2015-07-24 Doug Evans <dje@google.com>
14970
14971 * gdb.perf/README: New file.
14972 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14973 * lib/gen-perf-test.exp: New file.
14974
14975 2015-07-24 Doug Evans <dje@google.com>
14976
14977 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14978 (PerfTest::startup): New function.
14979 (PerfTest::run): Return result of calling body.
14980 (PerfTest::assemble): Rewrite.
14981 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14982 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14983 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14984 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14985 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14986
14987 2015-07-24 Doug Evans <dje@google.com>
14988
14989 * lib/gdb.exp (clean_restart): Make executable optional.
14990
14991 2015-07-24 Doug Evans <dje@google.com>
14992
14993 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14994 compiler_info references.
14995 * gdb.cp/temargs.exp: Ditto.
14996 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14997 (get_compiler_info): Early exit if already computed. Set compiler_info
14998 to "unknown" if there was a problem.
14999 (test_compiler_info): Add function comment. Call get_compiler_info.
15000
15001 2015-07-24 Doug Evans <dje@google.com>
15002
15003 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15004 (workers/%.worker, build-perf): New rule.
15005 (GDB_PERFTEST_MODE): New variable.
15006 (check-perf): Use it.
15007 (clean): Clean up gdb.perf parallel build subdirs.
15008 * lib/build-piece.exp: New file.
15009 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15010 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15011 name.
15012 (standard_temp_file): Ditto.
15013 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15014 of $GDB_PARALLEL.
15015
15016 2015-07-24 Doug Evans <dje@google.com>
15017
15018 * lib/future.exp (gdb_default_target_compile): New option
15019 "early_flags".
15020 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15021 --as-needed.
15022
15023 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15024
15025 * gdb.base/catch-syscall.exp: Call gdb_exit before
15026 gdb_skip_xml_test.
15027
15028 2015-07-24 Pedro Alves <palves@redhat.com>
15029
15030 * gdb.python/py-events.exp: Accept output between the stop event
15031 and the prompt.
15032 * gdb.python/py-evsignal.exp: Likewise.
15033 * gdb.python/py-evthreads.exp: Likewise.
15034
15035 2015-07-24 Pedro Alves <palves@redhat.com>
15036
15037 PR gdb/18717
15038 * gdb.threads/non-ldr-exit.c: New file.
15039 * gdb.threads/non-ldr-exit.exp: New file.
15040
15041 2015-07-24 Yao Qi <yao.qi@linaro.org>
15042
15043 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15044 restarting process.
15045
15046 2015-07-24 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.server/ext-restart.exp: New file.
15049
15050 2015-07-24 Yao Qi <yao.qi@linaro.org>
15051
15052 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15053 argument options.
15054 * gdb.server/ext-wrapper.exp: New file.
15055
15056 2015-07-23 Doug Evans <dje@google.com>
15057
15058 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15059 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15060
15061 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15062
15063 * gdb.ada/var_arr_typedef.exp: New testcase.
15064 * gdb.ada/var_arr_typedef/pack.adb: New file.
15065 * gdb.ada/var_arr_typedef/pack.ads: New file.
15066 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15067
15068 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15069
15070 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15071
15072 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.arch/i386-biarch-core.exp: Replace istarget
15075 by "complete set gnutarget". Remove expectation for the "core-file"
15076 command.
15077
15078 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15079
15080 Revert the previous commit:
15081 Tests for validate symbol file using build-id.
15082
15083 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15084
15085 Tests for validate symbol file using build-id.
15086 * gdb.base/solib-mismatch-lib.c: New file.
15087 * gdb.base/solib-mismatch-libmod.c: New file.
15088 * gdb.base/solib-mismatch.c: New file.
15089 * gdb.base/solib-mismatch.exp: New file.
15090
15091 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15092
15093 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15094 nios2-*-linux*.
15095 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15096 * gdb.base/siginfo.exp: Likewise.
15097 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15098
15099 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15100
15101 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15102 Move it to ...
15103 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15104 ... here.
15105 * gdb.trace/range-stepping.exp: Check that the target supports
15106 range stepping.
15107
15108 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15111
15112 2015-07-14 Pedro Alves <palves@redhat.com>
15113
15114 * gdb.base/killed-outside.exp: New file.
15115 * gdb.base/killed-outside.c: New file.
15116
15117 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15118
15119 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15120 (n at main): New.
15121 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15122
15123 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15124
15125 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15126 infcall tests instead of setting up for KFAIL.
15127
15128 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15129
15130 * gdb.btrace/record_goto-step.exp: New.
15131
15132 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15133
15134 PR compile/18484
15135 * gdb.compile/compile.c (struct struct_type): Add volatile to
15136 selffield's type.
15137 * gdb.compile/compile.exp
15138 (compile code struct_object.selffield = &struct_object): Skip further
15139 struct_object tests if this one xfails.
15140
15141 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15142
15143 PR exp/18617
15144 * gdb.trace/ax.exp: Add test.
15145
15146 2015-07-07 Yao Qi <yao.qi@linaro.org>
15147
15148 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15149 instead of istarget "aarch64*-*-*".
15150 * gdb.arch/aarch64-fp.exp: Likewise.
15151 * gdb.base/float.exp: Likewise.
15152 * gdb.reverse/aarch64.exp: Likewise.
15153 * lib/gdb.exp (is_aarch64_target): New proc.
15154
15155 2015-07-07 Yao Qi <yao.qi@linaro.org>
15156
15157 * lib/gdb.exp (is_aarch32_target): New proc.
15158 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15159 instead of "istarget "arm*-*-*"".
15160 * gdb.arch/arm-disp-step.exp: Likewise.
15161 * gdb.arch/thumb-bx-pc.exp: Likewise.
15162 * gdb.arch/thumb-prologue.exp: Likewise.
15163 * gdb.arch/thumb-singlestep.exp: Likewise.
15164 * gdb.base/disp-step-syscall.exp: Likewise.
15165 * gdb.base/float.exp: Likewise.
15166
15167 2015-07-07 Yao Qi <yao.qi@linaro.org>
15168
15169 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15170 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15171
15172 2015-07-07 Yao Qi <yao.qi@linaro.org>
15173
15174 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15175 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15176 if it exists.
15177 * gdb.multi/multi-arch.exp: Likewise.
15178
15179 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15180
15181 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15182 print.
15183
15184 2015-07-07 Yao Qi <yao.qi@linaro.org>
15185
15186 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15187
15188 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15189
15190 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15191 '[' and ']' characters.
15192
15193 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15194
15195 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15196
15197 2015-06-29 Pedro Alves <palves@redhat.com>
15198
15199 PR threads/18127
15200 * gdb.threads/hand-call-new-thread.c: New file.
15201 * gdb.threads/hand-call-new-thread.c: New file.
15202
15203 2015-06-26 Keith Seitz <keiths@redhat.com>
15204 Doug Evans <dje@google.com>
15205
15206 PR 16253
15207 * gdb.cp/var-tag-2.cc: New file.
15208 * gdb.cp/var-tag-3.cc: New file.
15209 * gdb.cp/var-tag-4.cc: New file.
15210 * gdb.cp/var-tag.cc: New file.
15211 * gdb.cp/var-tag.exp: New file.
15212
15213 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15214
15215 * gdb.base/history-duplicates.exp: New test.
15216
15217 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15218
15219 * gdb.base/completion.exp: Test the completion of the "focus"
15220 command.
15221
15222 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15223
15224 * gdb.arch/amd64-prologue-skip.S: New file.
15225 * gdb.arch/amd64-prologue-skip.exp: New file.
15226
15227 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15228
15229 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15230 is_address_zero_readable check.
15231
15232 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15233
15234 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15235 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15236
15237 2015-06-24 Yao Qi <yao.qi@linaro.org>
15238
15239 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15240 linux targets.
15241
15242 2015-06-24 Yao Qi <yao.qi@linaro.org>
15243
15244 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15245 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15246 * gdb.base/siginfo-thread.exp: Likewise.
15247
15248 2015-06-22 Yao Qi <yao.qi@linaro.org>
15249
15250 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15251
15252 2015-06-22 Yao Qi <yao.qi@linaro.org>
15253
15254 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15255 aarch64*-*-*.
15256 (skip_hw_watchpoint_tests): Likewise.
15257
15258 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15259
15260 * gdb.base/gdbinit-history.exp: Test the interaction between
15261 setting GDBHISTSIZE and setting the history size via .gdbinit.
15262
15263 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15264
15265 PR gdb/16999
15266 * gdb.base/gdbhistsize-history.exp: New test.
15267
15268 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15269
15270 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15271 with GDBHISTSIZE.
15272 * gdb.base/readline.exp: Likewise.
15273
15274 2015-06-17 Yao Qi <yao.qi@linaro.org>
15275
15276 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15277 line.
15278
15279 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15280
15281 * gdb.base/gdbinit-history.exp: Add test case to check that
15282 an unlimited history file does not get truncated on exit.
15283
15284 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15287 (VECTOR): New macro. Use it...
15288 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15289 ...for these typedefs.
15290 (int8, char1, int1, double1): New typedefs.
15291 (struct just_int2, struct two_int2): New structures.
15292 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15293 (add_structvecs, add_singlevecs): New functions.
15294 (main): Call add_some_intvecs twice.
15295 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15296 the compile and exit upon failure. Try compiling for the "native"
15297 architecture. Test inferior function calls with vector arguments
15298 and vector return value handling with "finish" and "return".
15299
15300 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15301
15302 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15303 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15304 PE file.
15305 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15306
15307 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15308
15309 PR breakpoints/16465
15310 * gdb.mi/mi-dprintf-pending.c: New file.
15311 * gdb.mi/mi-dprintf-pending.exp: New test.
15312 * gdb.mi/mi-dprintf-pendshr.c: New file.
15313
15314 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15315 Mircea Gherzan <mircea.gherzan@intel.com>
15316
15317 * gdb.arch/i386-mpx-map.c: New file.
15318 * gdb.arch/i386-mpx-map.exp: New File.
15319
15320 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15321
15322 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15323 * gdb.arch/i386-mpx.exp: Indentation fixed.
15324
15325 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15326
15327 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15328 function and improved indentation.
15329 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15330 gdb_test_multiple. Added additional tests to skip the test.
15331
15332 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15333
15334 * gdb.arch/i386-avx512.c: Change path in include file.
15335 * gdb.arch/i386-avx512.exp: Change include dir path
15336 compilation flag.
15337 * gdb.arch/i386-mpx.c: Change path in include file.
15338 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15339 flag.
15340
15341 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15342
15343 * gdb.compile/compile-print.exp (compile print *vararray@3)
15344 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15345
15346 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15349 (do not keep jit in memory): ... this.
15350 (expect 5): Change it to ...
15351 (expect no 5): ... this.
15352
15353 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15354
15355 PR gdb/15564
15356 * gdb.mi/mi-detach.exp: New file.
15357
15358 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15359
15360 PR symtab/18392
15361 * gdb.arch/amd64-tailcall-self.S: New file.
15362 * gdb.arch/amd64-tailcall-self.c: New file.
15363 * gdb.arch/amd64-tailcall-self.exp: New file.
15364
15365 2015-05-28 Don Breazeal <donb@codesourcery.com>
15366
15367 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15368 tests for remote targets by checking is_target_gdbserver.
15369
15370 2015-05-27 Doug Evans <dje@google.com>
15371
15372 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15373 * gdb.dwarf2/opaque-type-lookup.c: New file.
15374 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15375
15376 2015-05-26 Doug Evans <dje@google.com>
15377
15378 * gdb.cp/iostream.cc: New file.
15379 * gdb.cp/iostream.exp: New file.
15380
15381 2015-05-26 Doug Evans <dje@google.com>
15382
15383 * gdb.dwarf2/dw2-op-call.exp: Update.
15384 * gdb.dwarf2/dw4-sig-types.exp: Update.
15385 * gdb.dwarf2/implptr.exp: Update.
15386 * gdb.mi/mi-cmd-param-changed.exp: Update.
15387
15388 2015-05-26 Doug Evans <dje@google.com>
15389
15390 * gdb.python/py-lazy-string.c: New file.
15391 * gdb.python/py-lazy-string.exp: New file.
15392 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15393 (main): Update. Add estring3.
15394 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15395 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15396
15397 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15398 Yao Qi <yao.qi@linaro.org>
15399
15400 * gdb.reverse/aarch64.c: New.
15401 * gdb.reverse/aarch64.exp: New.
15402
15403 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15404
15405 * lib/gdb.exp (supports_process_record): Return true for
15406 aarch64*-linux*.
15407 (supports_reverse): Likewise.
15408
15409 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15410
15411 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15412 Use with_test_prefix.
15413
15414 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15415
15416 * gdb.base/completion.exp: Add test for completion of layout
15417 names.
15418
15419 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15420
15421 * lib/gdb.exp (skip_tui_tests): New proc.
15422 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15423
15424 2015-05-19 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15427 Save the whole env array instead of just HOME. Unset HISTSIZE in
15428 the environment while testing. Restore whole environment
15429 afterwards.
15430
15431 2015-05-16 Doug Evans <xdje42@gmail.com>
15432
15433 * gdb.guile/scm-ports.c: New file.
15434 * gdb.guile/scm-ports.exp: Add memory port tests.
15435
15436 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15437
15438 * gdb.compile/compile-print.c: New file.
15439 * gdb.compile/compile-print.exp: New file.
15440
15441 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15442
15443 * gdb.compile/compile-ops.exp: Cast param to void.
15444 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15445 (compile code struct_object.selffield = &struct_object): Add xfail.
15446
15447 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15448
15449 * gdb.ada/arr_enum_with_gap: New testcase.
15450
15451 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15452
15453 * gdb.ada/byte_packed_arr: New testcase.
15454
15455 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15456
15457 * gdb.ada/pckd_neg: New testcase.
15458
15459 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15460
15461 PR gdb/17820
15462 * gdb.base/gdbinit-history.exp: New test.
15463 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15464 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15465
15466 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15467
15468 * gdb.python/py-xmethods.cc: Enhance test case.
15469 * gdb.python/py-xmethods.exp: New tests.
15470 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15471 function.
15472 (B_indexoper): Likewise.
15473 (global_dm_list) : Add new xmethod worker functions.
15474
15475 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15476
15477 * gdb.base/coredump-filter.exp: Correctly unset
15478 "coredump_var_addr" array.
15479
15480 2015-05-08 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.server/non-existing-program.exp: Unset spawn_id.
15483
15484 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15485
15486 PR python/18291
15487 * gdb.python/py-xmethods.exp: Add tests.
15488
15489 2015-05-08 Yao Qi <yao.qi@linaro.org>
15490
15491 PR gdb/18208
15492 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15493 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15494 function set_coredump_filter, and remove remote_exec call.
15495 Remove argument ipid. Callers update.
15496 (top level): Don't get inferior's PID.
15497
15498 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15499
15500 * gdb.base/watch_thread_num.exp: Skip test on targets without
15501 access watchpoints.
15502
15503 2015-05-06 Pedro Alves <palves@redhat.com>
15504
15505 PR server/18081
15506 * gdb.server/non-existing-program.exp: New file.
15507
15508 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15509
15510 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15511
15512 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15513
15514 * gdb.ada/out_of_line_in_inlined: New testcase.
15515
15516 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15517
15518 * gdb.ada/var_rec_arr: New testcase.
15519
15520 2015-04-30 Yao Qi <yao.qi@linaro.org>
15521
15522 * gdb.base/break-idempotent.exp: If
15523 skip_hw_watchpoint_multi_tests returns true, skip the tests
15524 on "rwatch" and "awatch".
15525
15526 2015-04-30 Yao Qi <yao.qi@linaro.org>
15527
15528 * gdb.base/relativedebug.exp: Invoke gdb command
15529 "info sharedlibrary", and if libc.so doesn't have debug info,
15530 skip the test.
15531
15532 2015-04-29 Doug Evans <dje@google.com>
15533
15534 * gdb.python/py-xmethods.exp: Add ptype tests.
15535 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15536 get_result_type method.
15537
15538 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15539
15540 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15541 the target does not support hardware watchpoints.
15542
15543 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15544
15545 * gdb.base/break-always.exp: Abort testing if writing to memory
15546 causes an error.
15547
15548 2015-04-28 Doug Evans <dje@google.com>
15549
15550 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15551 * gdb.python/py-pp-registration.exp: ... here. New file.
15552 * gdb.python/py-pp-registration.c: New file.
15553 * gdb.python/py-pp-registration.py: New file.
15554
15555 2015-04-28 Doug Evans <dje@google.com>
15556
15557 * gdb.python/py-bad-printers.c: New file.
15558 * gdb.python/py-bad-printers.py: New file.
15559 * gdb.python/py-bad-printers.exp: New file.
15560
15561 2015-04-28 Sasha Smundak <asmundak@google.com>
15562
15563 * gdb.python/py-type.exp: New test.
15564
15565 2015-04-28 Andy Wingo <wingo@igalia.com>
15566
15567 * gdb.python/py-parameter.exp:
15568 * gdb.guile/scm-parameter.exp: Escape the path that we are
15569 matching against, as it might contain characters that are special
15570 to regular expressions.
15571
15572 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15573
15574 * gdb.ada/rec_comp: New testcase.
15575
15576 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15577
15578 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15579 before using it.
15580
15581 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15582
15583 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15584 new tests for verilog output.
15585
15586 2015-04-24 Yao Qi <yao.qi@linaro.org>
15587
15588 * boards/remote-gdbserver-on-localhost.exp: New file.
15589
15590 2015-04-23 Pedro Alves <palves@redhat.com>
15591
15592 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15593 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15594 "end of file", remove $inferior_spawn_id from the indirect list.
15595
15596 2015-04-23 Pedro Alves <palves@redhat.com>
15597
15598 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15599
15600 2015-04-23 Pedro Alves <palves@redhat.com>
15601
15602 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15603 on $any_spawn_id instead of only on $gdb_spawn_id.
15604
15605 2015-04-21 Pierre Muller <muller@sourceware.org>
15606
15607 PR pascal/17815
15608 * lib/pascal.exp (gpc_compile): Add new option "class".
15609 (fpc_compile): Likewise.
15610 * gdb.pascal/case-insensitive-symbols.pas: New file.
15611 * gdb.pascal/case-insensitive-symbols.exp: New file.
15612
15613 2015-04-20 Gary Benson <gbenson@redhat.com>
15614
15615 * gdb.base/attach.exp: Fix three extended remote failures.
15616
15617 2015-04-17 Gary Benson <gbenson@redhat.com>
15618
15619 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15620 the main executable over the remote protocol.
15621
15622 2015-04-16 Pedro Alves <palves@redhat.com>
15623
15624 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15625 a new gdbserver if gdbserver_reconnect_p is set.
15626
15627 2015-04-16 Pedro Alves <palves@redhat.com>
15628
15629 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15630 is set, don't exit gdbserver.
15631
15632 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15633
15634 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15635 appropriate .insn, such that an older assembler can be used.
15636 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15637 the z/Architecture instruction set on 31-bit targets as well.
15638
15639 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15640
15641 * gdb.go/handcall.exp: Remove all logic related to the first
15642 breakpoint and rely on go_runto_main instead.
15643 * gdb.go/strings.exp: Likewise.
15644 * gdb.go/unsafe.exp: Likewise.
15645 * gdb.go/hello.exp: Likewise. Also rename the remaining
15646 breakpoint marker to "breakpoint 1".
15647 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15648 * gdb.go/strings.go: Likewise.
15649 * gdb.go/unsafe.go: Likewise.
15650 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15651 "set breakpoint 2 here" and rename the remaining breakpoint marker
15652 to "breakpoint 1".
15653
15654 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15655
15656 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15657 if itertools.imap is not present.
15658 * gdb.python/py-objfile.exp: Add parentheses.
15659 * gdb.python/py-type.exp: Same.
15660 * gdb.python/py-unwind-maint.py: Same.
15661
15662 2015-04-15 Yao Qi <yao.qi@linaro.org>
15663
15664 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15665 of ":$ptr_size" and set its form explicitly.
15666
15667 2015-04-15 Pedro Alves <palves@redhat.com>
15668 Yao Qi <yao.qi@linaro.org>
15669
15670 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15671 timeout by factor of 4.
15672 (test_regular_watch): Likewise.
15673 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15674 * gdb.reverse/sigall-reverse.exp: Likewise.
15675 * gdb.reverse/until-precsave.exp: Likewise.
15676 * lib/gdb.exp (with_timeout_factor): New proc.
15677 (gdb_expect): Move some code to ...
15678 (get_largest_timeout): ... here. New procedure.
15679
15680 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15681
15682 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15683
15684 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15685
15686 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15687 to write to the .text section.
15688
15689 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15690
15691 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15692 Handle the case of targets that do not provide PID information.
15693
15694 2015-04-13 Yao Qi <yao.qi@linaro.org>
15695
15696 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15697 and use expect instead of gdb_expect.
15698
15699 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15700
15701 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15702 "coredump_var_addr" to avoid naming conflict with other testcases.
15703
15704 2015-04-10 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15707 gdb_test_sequence and gdb_assert.
15708
15709 2015-04-10 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15712 test messages that don't include the breakpoint address.
15713
15714 2015-04-10 Yao Qi <yao.qi@linaro.org>
15715
15716 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15717 false for some offset and width combinations which aren't
15718 supported by linux kernel.
15719
15720 2015-04-10 Pedro Alves <palves@redhat.com>
15721
15722 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15723 procedure, factored out from ...
15724 (top level): ... here. Add "set displaced-stepping" testing axis.
15725 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15726 parameter "displaced". Use it.
15727 (top level): Use foreach and add "set displaced-stepping" testing
15728 axis.
15729
15730 2015-04-10 Pedro Alves <palves@redhat.com>
15731
15732 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15733 Remove comment.
15734 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15735 both the address of the instruction that triggers the watchpoint
15736 and the address of the instruction immediately after, and use
15737 those addresses for the test. Fix comment.
15738
15739 2015-04-10 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.base/sigstep.exp (breakpoint_to_handler)
15742 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15743 Test "backtrace" in handler.
15744 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15745 (top level): Add new "displaced" test axis to
15746 breakpoint_to_handler, breakpoint_to_handler_entry and
15747 breakpoint_over_handler.
15748
15749 2015-04-10 Pedro Alves <palves@redhat.com>
15750
15751 PR gdb/18216
15752 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15753
15754 2015-04-10 Yao Qi <yao.qi@linaro.org>
15755
15756 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15757 (test_add_rn_pc): New function.
15758 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15759 (top level): Invoke test_add_rn_pc.
15760
15761 2015-04-10 Pedro Alves <palves@redhat.com>
15762
15763 PR gdb/13858
15764 * gdb.base/step-over-no-symbols.exp: New file.
15765
15766 2015-04-09 Andy Wingo <wingo@igalia.com>
15767
15768 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15769 after the Python tests.
15770
15771 2015-04-08 Keith Seitz <keiths@redhat.com>
15772
15773 PR python/16699
15774 * gdb.python/py-completion.exp: New tests for completion.
15775 * gdb.python/py-completion.py (CompleteLimit1): New class.
15776 (CompleteLimit2): Likewise.
15777 (CompleteLimit3): Likewise.
15778 (CompleteLimit4): Likewise.
15779 (CompleteLimit5): Likewise.
15780 (CompleteLimit6): Likewise.
15781 (CompleteLimit7): Likewise.
15782
15783 2015-04-08 Pedro Alves <palves@redhat.com>
15784
15785 PR gdb/18214
15786 PR gdb/18216
15787 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15788 function.
15789 (main): Install it as SIGUSR1 handler.
15790 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15791 parameter. Always use "setup" as prefix. Toggle "set
15792 displaced-stepping" off/on depending on global. Don't switch to
15793 thread 1 here.
15794 (top level): Add displaced stepping "off/on" test axis. Update
15795 "setup" calls. Wrap each subtest with with_test_prefix. Test
15796 continuing with a queued signal in each thread.
15797
15798 2015-04-08 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15801 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15802 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15803 Return early if running to main fails.
15804 * gdb.trace/while-stepping.exp: Likewise.
15805
15806 2015-04-07 Pedro Alves <palves@redhat.com>
15807
15808 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15809 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15810 interact with inferior program.
15811
15812 2015-04-07 Pedro Alves <palves@redhat.com>
15813
15814 * lib/gdb.exp (inferior_spawn_id): New global.
15815 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15816 spawn id after processing the user code.
15817 (default_gdb_start): Set inferior_spawn_id.
15818 (send_inferior): New procedure.
15819 * lib/gdbserver-support.exp (gdbserver_start): Set
15820 inferior_spawn_id.
15821 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15822
15823 2015-04-07 Pedro Alves <palves@redhat.com>
15824
15825 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15826 * lib/gdbserver-support.exp (gdbserver_start): Make
15827 $server_spawn_id global.
15828 (gdbserver_start): Don't wait for gdbserver's spawn id with
15829 expect_background.
15830 (close_gdbserver): New procedure.
15831 (gdb_exit): Rename the default version and reimplement.
15832
15833 2015-04-07 Pedro Alves <palves@redhat.com>
15834
15835 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15836 append the substituted item, not the original item.
15837
15838 2015-04-07 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15841 gdb_expect.
15842
15843 2015-04-07 Pedro Alves <palves@redhat.com>
15844
15845 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15846 output appearing once only.
15847
15848 2015-04-07 Pedro Alves <palves@redhat.com>
15849
15850 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15851 that doesn't expect anything. Return early if running to main
15852 fails.
15853
15854 2015-04-07 Yao Qi <yao.qi@linaro.org>
15855
15856 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15857 (child_function): Call alarm.
15858 (main): Move call to alarm into the loop.
15859 * gdb.threads/non-stop-fair-events.exp: Build program with
15860 -DTIMEOUT=$timeout.
15861
15862 2015-04-06 Doug Evans <xdje42@gmail.com>
15863
15864 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15865 Fix dest parameter to board_info.
15866 (fpc_compile): Ditto.
15867 (gdb_compile_pascal): Rename dest arg to destfile.
15868
15869 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15870
15871 * gdb.ada/funcall_ref.exp: New file.
15872 * gdb.ada/funcall_ref/foo.adb: New file.
15873
15874 2015-04-02 Yao Qi <yao.qi@linaro.org>
15875
15876 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15877 is remote.
15878
15879 2015-04-02 Gary Benson <gbenson@redhat.com>
15880
15881 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15882
15883 2015-04-01 Sasha Smundak <asmundak@google.com>
15884
15885 * gdb.python/py-unwind-maint.c: New file.
15886 * gdb.python/py-unwind-maint.exp: New test.
15887 * gdb.python/py-unwind-maint.py: New file.
15888 * gdb.python/py-unwind.c: New file.
15889 * gdb.python/py-unwind.exp: New test.
15890 * gdb.python/py-unwind.py: New test.
15891
15892 2015-04-01 Pedro Alves <palves@redhat.com>
15893
15894 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15895 to fail instead of non-existent $test.
15896
15897 2015-04-01 Pedro Alves <palves@redhat.com>
15898
15899 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15900 GDBFLAGS if not empty.
15901
15902 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15903
15904 * gdb.ada/complete.exp: Remove "multi_line".
15905 * gdb.ada/info_exc.exp: Remove "multi_line".
15906 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15907 * gdb.ada/ptype_field.exp: Remove "multi_line".
15908 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15909 * gdb.ada/tagged.exp: Remove "multi_line".
15910 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15911 [multi_line ...]
15912 * gdb.btrace/delta.exp: Likewise.
15913 * gdb.btrace/exception.exp: Likewise.
15914 * gdb.btrace/function_call_history.exp: Likewise.
15915 * gdb.btrace/instruction_history.exp: Likewise.
15916 * gdb.btrace/nohist.exp: Likewise.
15917 * gdb.btrace/record_goto.exp: Likewise.
15918 * gdb.btrace/segv.exp: Likewise.
15919 * gdb.btrace/stepi.exp: Likewise.
15920 * gdb.btrace/tailcall.exp: Likewise.
15921 * gdb.btrace/unknown_functions.exp: Likewise.
15922 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15923 * lib/gdb.exp: Add the "multi_line" helper.
15924
15925 2015-04-01 Pedro Alves <palves@redhat.com>
15926
15927 * gdb.threads/tid-reuse.c: New file.
15928 * gdb.threads/tid-reuse.exp: New file.
15929
15930 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15931
15932 PR corefiles/16092
15933 * gdb.base/coredump-filter.c: New file.
15934 * gdb.base/coredump-filter.exp: Likewise.
15935
15936 2015-03-27 Petr Machata <pmachata@redhat.com>
15937
15938 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15939 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15940 (Dwarf::assemble): Initialize them.
15941 (Dwarf::lines): New function.
15942
15943 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15944
15945 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15946 SYMBOL_PREFIX for x86_64-*-cygwin.
15947
15948 2015-03-26 Andy Wingo <wingo@igalia.com>
15949
15950 PR symtab/18148
15951 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15952 const_value but not a location.
15953 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15954 location defined in non-main CUs are visible.
15955
15956 2015-03-26 Yao Qi <yao.qi@linaro.org>
15957
15958 PR testsuite/18139
15959 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15960 Add a line number entry for the same line.
15961 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15962 Add a line number entry for the same line.
15963
15964 2015-03-26 Yao Qi <yao.qi@linaro.org>
15965
15966 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15967 .int 0.
15968 (func): Likewise. Add .Lfunc_1 label.
15969 Use .Lfunc_1 label.
15970 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15971 .int 0.
15972 (func): Likewise.
15973 Use .Lfunc_1 label.
15974
15975 2015-03-26 Yao Qi <yao.qi@linaro.org>
15976
15977 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15978 Call gdb_compile instead to compile each .s files without debug
15979 information.
15980
15981 2015-03-26 Yao Qi <yao.qi@linaro.org>
15982
15983 * gdb.base/savedregs.exp (process_saved_regs): Make
15984 "Saved registers:" optional in the pattern.
15985
15986 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15987
15988 * gdb.btrace/next.exp: Merged into step.exp.
15989 * gdb.btrace/finish.exp: Merged into step.exp.
15990 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15991 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15992 "record goto" and checking the exact replay position.
15993 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15994 check for "Recording format" in "info record" output.
15995 * gdb.btrace/record_goto.exp: Choose test file based on target.
15996 * gdb.btrace/x86-record_goto.S: Renamed into ...
15997 * gdb.btrace/x86_64-record_goto.S: ... this.
15998 * gdb.btrace/i686-record_goto.S: New.
15999 * gdb.btrace/x86-tailcall.S: Renamed into ...
16000 * gdb.btrace/x86_64-tailcall.S: ... this.
16001 * gdb.btrace/i686-tailcall.S: New.
16002 * gdb.btrace/x86-tailcall.c: Renamed into ...
16003 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16004 separate statements. Update test.
16005 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16006 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16007 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16008 * gdb.btrace/tailcall.exp: Choose test file based on target.
16009 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16010
16011 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16012
16013 * gdb.btrace/exception.exp: Increase BTS buffer size.
16014
16015 2015-03-24 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16018
16019 2015-03-24 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.threads/schedlock.exp (test_step): No longer expect that
16022 "set scheduler-locking step" with "next" over a function call runs
16023 threads unlocked.
16024
16025 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16026
16027 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16028
16029 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16030
16031 PR breakpoints/16466
16032 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16033 * gdb.mi/mi-pending.c (thread_func): New function.
16034 (int main): Add threading support required.
16035 * gdb.mi/mi-pending.exp: Add tests for this issue.
16036 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16037 (pendfunc2): Remove stdio dependency.
16038 * gdb.mi/mi-pendshr2.c: New file.
16039
16040 2015-03-23 Keith Seitz <keiths@redhat.com>
16041
16042 * gdb.linespec/keywords.c: New file.
16043 * gdb.linespec/keywords.exp: New file.
16044
16045 2015-03-23 Keith Seitz <keiths@redhat.com>
16046
16047 PR gdb/18021
16048 * gdb.dwarf2/staticvirtual.exp: New test.
16049
16050 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16051
16052 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16053 * README: Remove HP-UX and gdb.hp.
16054 (configuration):
16055 * configure: Regenerate.
16056 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16057 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16058 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16059 gdb.hp/gdb.defects/Makefile.
16060 * gdb.hp/Makefile.in: File deleted.
16061 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16062 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16063 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16064 * gdb.hp/gdb.aCC/run.c: File deleted.
16065 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16066 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16067 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16068 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16069 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16070 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16071 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16072 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16073 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16074 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16075 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16076 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16077 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16078 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16079 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16080 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16081 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16082 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16083 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16084 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16085 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16086 * gdb.hp/gdb.compat/average.c: File deleted.
16087 * gdb.hp/gdb.compat/sum.c: File deleted.
16088 * gdb.hp/gdb.compat/xdb.c: File deleted.
16089 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16090 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16091 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16092 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16093 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16094 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16095 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16096 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16097 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16098 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16099 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16100 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16101 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16102 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16103 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16104 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16105 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16106 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16107 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16108 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16109 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16110 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16111 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16112 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16113 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16114 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16115 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16116 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16117 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16118 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16119 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16120 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16121 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16122 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16123 * gdb.hp/tools/odump: File deleted.
16124
16125 2015-03-19 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16128 (saw_thread_3): New globals.
16129 (top level): Increment them when an event for the corresponding
16130 thread is seen.
16131 (no thread starvation): New test.
16132
16133 2015-03-19 Pedro Alves <palves@redhat.com>
16134
16135 * gdb.threads/continue-pending-status.c: New file.
16136 * gdb.threads/continue-pending-status.exp: New file.
16137
16138 2015-03-18 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16141 Use gdb_is_target_remote instead of is_remote. Use
16142 gdb_test_multiple instead of gdb_expect. Exit early if
16143 gdb_test_multiple hits its internal matches. Tighten stepi tests
16144 expected output. Fail on exit with any signal, instead of just
16145 SIGILL.
16146
16147 2015-03-18 Yao Qi <yao.qi@linaro.org>
16148
16149 PR tdep/18107
16150 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16151 variable.
16152 * gdb.base/catch-syscall.exp: Don't skip it on
16153 aarch64*-*-linux* target. Remove elements in all_syscalls.
16154 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16155 target.
16156 (setup_all_syscalls): New proc.
16157
16158 2015-03-16 Yao Qi <yao.qi@linaro.org>
16159
16160 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16161 (top level): Skip tests if valid_addr_p returns false for
16162 $cmd1 or $cmd2.
16163
16164 2015-03-11 Andy Wingo <wingo@igalia.com>
16165
16166 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16167
16168 2015-03-11 Yao Qi <yao.qi@linaro.org>
16169
16170 * gdb.base/catch-syscall.exp: Fix typo in comments.
16171
16172 2015-03-11 Yao Qi <yao.qi@linaro.org>
16173
16174 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16175
16176 2015-03-09 Pedro Alves <palves@redhat.com>
16177
16178 * dg-extract-results.py: Delete.
16179
16180 2015-03-09 Pedro Alves <palves@redhat.com>
16181
16182 Merge dg-extract-results.sh from GCC upstream (r218843).
16183
16184 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16185 * dg-extract-results.sh: Use --text with grep to avoid issues with
16186 binary files. Fall back to cat -v, if that doesn't work.
16187
16188 2015-03-05 Pedro Alves <palves@redhat.com>
16189
16190 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16191
16192 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16193
16194 * lib/mi-support.exp (mi_expect_interrupt): Accept
16195 alternative event for when in all-stop mode.
16196
16197 2015-03-04 Pedro Alves <palves@redhat.com>
16198
16199 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16200
16201 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16202
16203 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16204
16205 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16206
16207 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16208 regexps for GDB's current line display, accept a hex address
16209 preceding the line number.
16210
16211 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16212
16213 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16214 the 'arch1' variable for "s390*-linux*" targets.
16215
16216 2015-03-04 Pedro Alves <palves@redhat.com>
16217
16218 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16219 (main): Pass missing retval argument to pthread_join call.
16220
16221 2015-03-02 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16224 (top level): Call do_test with non-stop as well.
16225
16226 2015-03-02 Pedro Alves <palves@redhat.com>
16227
16228 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16229 -1.
16230
16231 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16232
16233 * gdb.arch/s390-vregs.exp: New test.
16234 * gdb.arch/s390-vregs.S: New file.
16235
16236 2015-02-27 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16239 call to catch_command_errors.
16240 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16241 catch_command_errors.
16242
16243 2015-02-27 Pedro Alves <palves@redhat.com>
16244
16245 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16246 "true" for boolean result.
16247 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16248 prototype of main.
16249
16250 2015-02-27 Pedro Alves <palves@redhat.com>
16251
16252 * lib/unbuffer_output.c: New file.
16253 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16254 (main): Call gdb_unbuffer_output.
16255
16256 2015-02-27 Yao Qi <yao.qi@linaro.org>
16257
16258 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16259 target.
16260
16261 2015-02-26 Doug Evans <dje@google.com>
16262
16263 * gdb.cp/class2.cc (Dbase, D): New classes.
16264 (main): New local delta.
16265 * gdb.cp/class2.exp: Test printing delta.
16266 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16267 (dynbar): New global.
16268 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16269
16270 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 * gdb.compile/compile-ifunc.c: New file.
16273 * gdb.compile/compile-ifunc.exp: New file.
16274
16275 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16276
16277 * gdb.base/structs.exp: Check for correct struct on finish.
16278
16279 2015-02-26 Yao Qi <yao.qi@linaro.org>
16280
16281 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16282 is zero.
16283
16284 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16285
16286 * gdb.arch/cordic.ko.bz2: New file.
16287 * gdb.arch/cordic.ko.debug.bz2: New file.
16288 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16289
16290 2015-02-25 Yao Qi <yao.qi@linaro.org>
16291
16292 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16293 aarch64*-*-* target.
16294
16295 2015-02-23 Pedro Alves <palves@redhat.com>
16296
16297 * lib/gdb.exp (delete_breakpoints): Rewrite using
16298 gdb_test_multiple.
16299
16300 2015-02-23 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/info-os.c: Include stdlib.h.
16303
16304 2015-02-22 Doug Evans <xdje42@gmail.com>
16305
16306 PR symtab/17855
16307 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16308 is read after symbols have been re-read.
16309 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16310 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16311
16312 2015-02-21 Doug Evans <dje@google.com>
16313
16314 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16315
16316 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16317
16318 PR corefiles/17808
16319 * gdb.arch/i386-biarch-core.core.bz2: New file.
16320 * gdb.arch/i386-biarch-core.exp: New file.
16321
16322 2015-02-21 Pedro Alves <palves@redhat.com>
16323
16324 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16325 runto_main fails.
16326
16327 2015-02-20 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16330 info probes.
16331
16332 2015-02-20 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16335
16336 2015-02-20 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16339 clean_restart before gdb_target_supports_trace.
16340
16341 2015-02-20 Pedro Alves <palves@redhat.com>
16342
16343 PR threads/18006
16344 * gdb.threads/clone-thread_db.c: New file.
16345 * gdb.threads/clone-thread_db.exp: New file.
16346
16347 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16348
16349 PR breakpoints/16812
16350 * gdb.base/catch-gdb-caused-signals.c: New file.
16351 * gdb.base/catch-gdb-caused-signals.exp: New file.
16352
16353 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16354
16355 * configure: Regenerated.
16356 * configure.ac: Use GDB_AC_TRANSFORM.
16357 * aclocal.m4: sinclude ../transform.m4.
16358
16359 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16360
16361 * lib/dtrace.exp: New file.
16362 * gdb.base/dtrace-probe.exp: Likewise.
16363 * gdb.base/dtrace-probe.d: Likewise.
16364 * gdb.base/dtrace-probe.c: Likewise.
16365 * lib/pdtrace.in: Likewise.
16366 * configure.ac: Output variables with the transformed names of
16367 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16368 * configure: Regenerated.
16369
16370 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16371
16372 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16373 expected message when trying to access $_probe_* convenience
16374 variables while not on a probe.
16375
16376 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16377
16378 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16379
16380 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16381
16382 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16383 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16384
16385 2015-02-10 Doug Evans <xdje42@gmail.com>
16386
16387 * lib/gdb.exp (gdb_load): Always return a result.
16388
16389 2015-02-10 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.threads/signal-sigtrap.c: New file.
16392 * gdb.threads/signal-sigtrap.exp: New file.
16393
16394 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16395
16396 * gdb.trace/no-attach-trace.c: New file.
16397 * gdb.trace/no-attach-trace.exp: New file.
16398
16399 2015-02-09 Mark Wielaard <mjw@redhat.com>
16400
16401 * gdb.dwarf2/atomic.c: New file.
16402 * gdb.dwarf2/atomic-type.exp: Likewise.
16403
16404 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16405
16406 * gdb.btrace/buffer-size.exp: Update "info record" output.
16407 * gdb.btrace/delta.exp: Update "info record" output.
16408 * gdb.btrace/enable.exp: Update "info record" output.
16409 * gdb.btrace/finish.exp: Update "info record" output.
16410 * gdb.btrace/instruction_history.exp: Update "info record" output.
16411 * gdb.btrace/next.exp: Update "info record" output.
16412 * gdb.btrace/nexti.exp: Update "info record" output.
16413 * gdb.btrace/step.exp: Update "info record" output.
16414 * gdb.btrace/stepi.exp: Update "info record" output.
16415 * gdb.btrace/nohist.exp: Update "info record" output.
16416
16417 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16418
16419 * gdb.btrace/buffer-size: New.
16420
16421 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16422
16423 * gdb.btrace/delta.exp: Update "info record" output.
16424 * gdb.btrace/enable.exp: Update "info record" output.
16425 * gdb.btrace/finish.exp: Update "info record" output.
16426 * gdb.btrace/instruction_history.exp: Update "info record" output.
16427 * gdb.btrace/next.exp: Update "info record" output.
16428 * gdb.btrace/nexti.exp: Update "info record" output.
16429 * gdb.btrace/step.exp: Update "info record" output.
16430 * gdb.btrace/stepi.exp: Update "info record" output.
16431 * gdb.btrace/nohist.exp: Update "info record" output.
16432
16433 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16434
16435 PR gdb/15678
16436 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16437
16438 2015-02-06 Pedro Alves <palves@redhat.com>
16439
16440 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16441 macro.
16442 (seconds_left, again): New globals.
16443 (main): Wait seconds_left in a 1-second sleep loop instead of
16444 sleeping 180 seconds. If 'again' is set, reset the seconds
16445 counter.
16446 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16447 'again' in the inferior before detaching. Print the seconds left.
16448 (options): New global.
16449 (top level): Build program with -DTIMEOUT=$timeout.
16450
16451 2015-02-06 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16454 determine how many seconds to pass to 'alarm'.
16455 * gdb.base/gdb-sigterm.exp (top level): Build program with
16456 -DTIMEOUT=$timeout.
16457 (do_test): Return success/failure indication. Add more verbose
16458 logging. Don't fail if 200 single steps are seen. Instead, fail
16459 when the test times out.
16460 (passes): New global.
16461 (top level): Break the testing loop if testing fails on any
16462 iteration. Use gdb_assert.
16463
16464 2015-02-04 Don Breazeal <donb@codesourcery.com>
16465
16466 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16467 and initialize them.
16468 (ipc_cleanup): New function.
16469 (main): Don't declare shmid, semid, and msqid. Add a call to
16470 atexit so that we call ipc_cleanup on exit.
16471
16472 2015-02-04 Pedro Alves <palves@redhat.com>
16473
16474 * boards/native-extended-gdbserver.exp: Remove any target variant
16475 specifications from the board name before clearing the isremote
16476 flag from board_info.
16477
16478 2015-01-31 Doug Evans <xdje42@gmail.com>
16479
16480 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16481
16482 2015-01-31 Gary Benson <gbenson@redhat.com>
16483
16484 * gdb.base/completion.exp: Disable completion limiting for
16485 existing tests. Add new tests to check completion limiting.
16486 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16487
16488 2015-01-31 Doug Evans <xdje42@gmail.com>
16489
16490 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16491
16492 2015-01-31 Doug Evans <xdje42@gmail.com>
16493
16494 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16495 entries. Duplicate file section script entries.
16496 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16497 inlined entries. Add test for safe-path rejection.
16498 * gdb.python/py-section-script.c: Add duplicate inlined section script
16499 entries. Duplicate file section script entries.
16500 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16501 inlined entries. Add test for safe-path rejection.
16502
16503 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16504
16505 * gdb.ada/disc_arr_bound: New testcase.
16506
16507 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16508
16509 * gdb.ada/mi_var_array: New testcase.
16510
16511 2015-01-27 Doug Evans <dje@google.com>
16512
16513 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16514 Add test for objfile.filename, objfile.username after objfile
16515 has been unloaded.
16516
16517 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16518
16519 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16520 the second test to print the name attribute of value
16521 returned by the call to gdb.lookup_type, and adjust
16522 the expected output accordingly.
16523
16524 2015-01-25 Mark Wielaard <mjw@redhat.com>
16525
16526 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16527 * gdb.base/disp-step-fork.c: Include unistd.h.
16528 * gdb.base/siginfo-obj.c: Include stdio.h.
16529 * gdb.base/siginfo-thread.c: Likewise.
16530 * gdb.mi/non-stop.c: Include unistd.h.
16531 * gdb.mi/nsthrexec.c: Include stdio.h.
16532 * gdb.mi/pthreads.c: Include unistd.h.
16533 * gdb.modula2/unbounded1.c (main): Declare returns int.
16534 * gdb.reverse/consecutive-reverse.c: Likewise.
16535 * gdb.threads/create-fail.c: Include unistd.h.
16536 * gdb.threads/killed.c: Likewise.
16537 * gdb.threads/linux-dp.c: Likewise.
16538 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16539 * gdb.threads/non-ldr-exc-2.c: Likewise.
16540 * gdb.threads/non-ldr-exc-3.c: Likewise.
16541 * gdb.threads/non-ldr-exc-4.c: Likewise.
16542 * gdb.threads/pthreads.c: Include unistd.h.
16543 (main): Declare returns int.
16544 * gdb.threads/tls-main.c (foo): New declaration.
16545 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16546
16547 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16548
16549 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16550 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16551
16552 2015-01-15 Mark Wielaard <mjw@redhat.com>
16553
16554 * gdb.base/noreturn-return.c: New file.
16555 * gdb.base/noreturn-return.exp: New file.
16556 * gdb.base/noreturn-finish.c: New file.
16557 * gdb.base/noreturn-finish.exp: New file.
16558
16559 2015-01-23 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.threads/continue-pending-after-query.c: New file.
16562 * gdb.threads/continue-pending-after-query.exp: New file.
16563
16564 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16565 Simon Marchi <simon.marchi@ericsson.com>
16566
16567 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16568 * gdb.base/valgrind-db-attach.exp: Same.
16569 * gdb.base/valgrind-infcall.exp: Same.
16570 * lib/mi-support.exp (default_mi_gdb_start): Same.
16571 * lib/prompt.exp (default_prompt_gdb_start): Same.
16572 * lib/gdb.exp (default_gdb_spawn): Same.
16573 (gdb_interact): New.
16574
16575
16576 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16577
16578 * gdb.compile/compile.exp (pointer to jit function): New test.
16579
16580 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16581
16582 * lib/gdb.exp (supports_process_record): Return true for
16583 powerpc*-*-linux*.
16584 (supports_reverse): Likewise.
16585
16586 2015-01-15 Don Breazeal <donb@codesourcery.com>
16587
16588 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16589 instead of checking whether the target board is remote and
16590 use spawn_wait_for_attach instead of exec/sleep.
16591 * gdb.base/attach-twice.exp: Likewise.
16592
16593 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16594
16595 * gdb.ada/var_arr_attrs: New testcase.
16596
16597 2015-01-14 Pedro Alves <palves@redhat.com>
16598 Joel Brobecker <brobecker@adacore.com>
16599
16600 PR gdb/17525
16601 * gdb.base/bp-cmds-execution-x-script.c: New file.
16602 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16603 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16604
16605 2015-01-14 Pedro Alves <palves@redhat.com>
16606
16607 PR cli/17828
16608 * gdb.base/batch-preserve-term-settings.c: New file.
16609 * gdb.base/batch-preserve-term-settings.exp: New file.
16610
16611 2015-01-13 Doug Evans <dje@google.com>
16612
16613 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16614 binary.
16615
16616 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16617
16618 * Makefile.in (clean mostlyclean): Do not delete *.py.
16619
16620 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16621
16622 * gdb.python/py-lookup-type.exp: New file.
16623
16624 2015-01-12 Pedro Alves <palves@redhat.com>
16625
16626 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16627 restore GDBFLAGS before returning.
16628
16629 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16630
16631 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16632 is_amd64_regs_target and is_x86_like_target.
16633
16634 2015-01-11 Doug Evans <xdje42@gmail.com>
16635
16636 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16637 is given without an explicit form.
16638 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16639 attributes.
16640 * gdb.dwarf/corrupt.exp: Ditto.
16641 * gdb.dwarf2/enum-type.exp: Ditto.
16642 * gdb.trace/entry-values.exp: Ditto.
16643 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16644
16645 2015-01-11 Doug Evans <xdje42@gmail.com>
16646
16647 PR gdb/15830
16648 * gdb.base/maint.exp: Remove references to "maint demangle".
16649 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16650 Add tests for explicitly specifying language to demangle.
16651 * gdb.dlang/demangle.exp: Ditto.
16652
16653 2015-01-09 Pedro Alves <palves@redhat.com>
16654
16655 * gdb.threads/non-stop-fair-events.c: New file.
16656 * gdb.threads/non-stop-fair-events.exp: New file.
16657
16658 2015-01-09 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16661 the global scope. Set a breakpoint after all threads are started
16662 rather than stepping over two source lines. Expect the prompt.
16663 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16664 global.
16665 (NUM): Now 15.
16666 (main): Use threads_started_barrier to wait for all threads to
16667 start. Main thread no longer calls thread_function. Exit after
16668 180 seconds.
16669 (loop): New function.
16670 (thread_function): Wait on threads_started_barrier barrier. Call
16671 'loop' at each iteration.
16672 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16673 threads have started, instead of hardcoding number of "next"
16674 steps. Use an access watchpoint instead of a write watchpoint.
16675
16676 2015-01-09 Pedro Alves <palves@redhat.com>
16677
16678 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16679 (thread_func): Wait on barrier.
16680 (main): Wait for all threads to start before stopping GDB.
16681 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16682 global.
16683 (thread1_func, thread2_func): Wait on barrier.
16684 (main): Wait for all threads to start before stopping GDB.
16685 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16686 New global.
16687 (thread1_func, thread2_func): Wait on barrier.
16688 (main): Wait for all threads to start before stopping GDB.
16689
16690 2015-01-09 Pedro Alves <palves@redhat.com>
16691
16692 * gdb.threads/attach-many-short-lived-threads.c: New file.
16693 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16694
16695 2014-01-09 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16698 instead of to thread 2.
16699 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16700 Add barrier around each pthread_create call instead of around all
16701 calls.
16702 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16703 Set a break on thread_function and have the child threads hit it
16704 one at at a time.
16705
16706 2015-01-09 Pedro Alves <palves@redhat.com>
16707
16708 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16709 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16710 false.
16711 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16712 checking whether the target board is remote.
16713 * gdb.multi/multi-attach.exp: Likewise.
16714 * gdb.python/py-sync-interp.exp: Likewise.
16715 * gdb.server/ext-attach.exp: Likewise.
16716 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16717 tests that need to attach, instead of checking whether the target
16718 board is remote at the top of the file.
16719
16720 2015-01-08 Yao Qi <yao@codesourcery.com>
16721
16722 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16723
16724 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16725
16726 Fix testcase compilation.
16727 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16728
16729 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16730
16731 * gdb.python/py-type.exp: Add a couple test about empty
16732 array creation, and negative-length array creation.
16733
16734 2015-01-02 Doug Evans <xdje42@gmail.com>
16735
16736 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16737
16738 2015-01-02 Doug Evans <dje@google.com>
16739
16740 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16741
16742 2014-12-29 Yao Qi <yao@codesourcery.com>
16743
16744 * gdb.trace/entry-values.exp: Update comments. Rename variable
16745 bar_call_foo to returned_from_foo.
16746
16747 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16748
16749 PR gdb/17394
16750 * gdb.linespec/break-asm-file.c: New file.
16751 * gdb.linespec/break-asm-file.exp: New file.
16752 * gdb.linespec/break-asm-file0.s: New file.
16753 * gdb.linespec/break-asm-file1.s: New file.
16754
16755 2014-12-18 Nigel Stephens <nigel@mips.com>
16756 Maciej W. Rozycki <macro@codesourcery.com>
16757
16758 * gdb.base/float.exp: Handle the new output from "info float" on
16759 MIPS targets.
16760
16761 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16762
16763 Fix MinGW compilation.
16764 * gdb.compile/compile-ops.exp: Update untested message if
16765 !skip_compile_feature_tests.
16766 * gdb.compile/compile-setjmp.exp: Likewise.
16767 * gdb.compile/compile-tls.exp: Likewise.
16768 * gdb.compile/compile.exp: Likewise.
16769 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16770 supported on this host".
16771
16772 2014-12-16 Doug Evans <xdje42@gmail.com>
16773
16774 * boards/stabs.exp: New file.
16775
16776 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16777
16778 * gdb.base/completion.exp: Adjust to format changes of "maint
16779 print user-registers".
16780
16781 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16782
16783 PR server/17457
16784 * gdb.arch/aarch64-fp.c: New file.
16785 * gdb.arch/aarch64-fp.exp: New file.
16786
16787 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16788
16789 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16790 r210637, r210913, r211666, r215400, r215817).
16791
16792 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16793 * dg-extract-results.py: New file.
16794 * dg-extract-results.sh: Use it if the environment seems
16795 suitable.
16796
16797 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16798
16799 * dg-extract-results.py (parse_run): Handle warnings that
16800 are printed before a test harness is run.
16801
16802 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16803
16804 * dg-extract-results.py (Named): Remove __cmp__ method.
16805 (output_variation): Use a key to sort variation.harnesses.
16806
16807 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16808
16809 * dg-extract-results.py: For Python 3, force sys.stdout to
16810 handle surrogate escape sequences.
16811 (safe_open): New function.
16812 (output_segment, main): Use it.
16813
16814 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16815
16816 * dg-extract-results.py (Prog.result_re): Include options
16817 in test name.
16818
16819 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16820
16821 * dg-extract-results.py (output_variation): Always sort if
16822 do_sum.
16823
16824 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16825
16826 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16827 as long as we get pagination notifications.
16828
16829 2014-12-15 Jason Merrill <jason@redhat.com>
16830
16831 * Makefile.in (check-gdb.%): Restore.
16832 * README: Mention it.
16833
16834 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16835
16836 * gdb.ada/str_uninit: New testcase.
16837
16838 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16839
16840 PR symtab/17642
16841 * gdb.base/vla-stub-define.c: New file.
16842 * gdb.base/vla-stub.c: New file.
16843 * gdb.base/vla-stub.exp: New file.
16844
16845 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16846 Jan Kratochvil <jan.kratochvil@redhat.com>
16847 Tom Tromey <tromey@redhat.com>
16848
16849 * configure.ac: Add gdb.compile/.
16850 * configure: Regenerate.
16851 * gdb.compile/Makefile.in: New file.
16852 * gdb.compile/compile-ops.exp: New file.
16853 * gdb.compile/compile-ops.c: New file.
16854 * gdb.compile/compile-tls.c: New file.
16855 * gdb.compile/compile-tls.exp: New file.
16856 * gdb.compile/compile-constvar.S: New file.
16857 * gdb.compile/compile-constvar.c: New file.
16858 * gdb.compile/compile-mod.c: New file.
16859 * gdb.compile/compile-nodebug.c: New file.
16860 * gdb.compile/compile-setjmp-mod.c: New file.
16861 * gdb.compile/compile-setjmp.c: New file.
16862 * gdb.compile/compile-setjmp.exp: New file.
16863 * gdb.compile/compile-shlib.c: New file.
16864 * gdb.compile/compile.c: New file.
16865 * gdb.compile/compile.exp: New file.
16866 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16867
16868 2014-12-12 Tom Tromey <tromey@redhat.com>
16869
16870 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16871 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16872
16873 2014-12-12 Doug Evans <dje@google.com>
16874
16875 * lib/gdb-python.exp (get_python_valueof): New function.
16876 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16877
16878 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16879
16880 * gdb.base/completion.exp: Add test for completion of "info
16881 registers ".
16882
16883 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16884
16885 * gdb.base/func-ptrs.c: New file.
16886 * gdb.base/func-ptrs.exp: New file.
16887
16888 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16889
16890 PR breakpoints/17012
16891 * gdb.base/dprintf-detach.c: New file.
16892 * gdb.base/dprintf-detach.exp: New file.
16893
16894 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16895
16896 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16897 * lib/gdb.exp (target_is_gdbserver): New procedure.
16898
16899 2014-12-08 Doug Evans <dje@google.com>
16900
16901 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16902
16903 2014-12-05 Yao Qi <yao@codesourcery.com>
16904
16905 * gdb.guile/scm-error.exp: Remove the third argument to
16906 gdb_remote_download.
16907 * gdb.guile/scm-frame-args.exp: Likewise.
16908 * gdb.guile/scm-section-script.exp: Likewise.
16909
16910 2014-12-05 Yao Qi <yao@codesourcery.com>
16911
16912 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16913
16914 2014-12-04 Doug Evans <dje@google.com>
16915
16916 * gdb.python/py-objfile.exp: Add tests for
16917 objfile.add_separate_debug_file.
16918
16919 2014-12-04 Doug Evans <dje@google.com>
16920
16921 * lib/gdb.exp (get_build_id): New function.
16922 (build_id_debug_filename_get): Rewrite to use it.
16923 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16924
16925 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16926
16927 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16928 `method(long)', not just 0x0.
16929 * gdb.cp/nsalias.exp: Align code labels to 4.
16930 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16931 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16932 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16933 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16934 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16935 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16936
16937 2014-12-02 Doug Evans <dje@google.com>
16938
16939 PR symtab/17602
16940 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16941 * gdb.cp/anon-ns2.cc: ... here. New file.
16942 * gdb.cp/anon-ns.exp: Update.
16943
16944 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16945
16946 * gdb.python/py-events.py (inferior_call_handler): New.
16947 (register_changed_handler, memory_changed_handler): New.
16948 (test_events.invoke): Register new handlers.
16949 * gdb.python/py-events.exp: Add tests for inferior call,
16950 memory_changed and register_changed events.
16951
16952 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16953
16954 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16955 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16956 if the linker doesn't understand this.
16957
16958 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16959
16960 * gdb.python/python.exp: Change expected reply to help().
16961
16962 2014-12-01 Yao Qi <yao@codesourcery.com>
16963
16964 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16965 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16966 * configure: Re-generated.
16967
16968 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16969
16970 * gdb.cp/chained-calls.cc: New file.
16971 * gdb.cp/chained-calls.exp: New file.
16972 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16973
16974 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16975
16976 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16977 * gdb.dwarf2/symtab-producer.exp: Same.
16978 * gdb.gdb/python-interrupts.exp: Same.
16979 * gdb.gdb/python-selftest.exp: Same.
16980 * gdb.python/py-linetable.exp: Same.
16981 * gdb.python/py-type.exp: Same.
16982 * gdb.python/py-value-cc.exp: Same.
16983 * gdb.python/py-value.exp: Same.
16984
16985 2014-11-28 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.base/break-probes.exp: Match library name prefixed with
16988 sysroot.
16989
16990 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16991
16992 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16993 test expected output. Add parentheses for the call to print.
16994 Remove L suffix from integers.
16995
16996 2014-11-26 Doug Evans <dje@google.com>
16997
16998 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16999
17000 2014-11-22 Yao Qi <yao@codesourcery.com>
17001
17002 * gdb.trace/entry-values.c: Remove asms.
17003 (foo): Add foo_label.
17004 (bar): Add bar_label.
17005 * gdb.trace/entry-values.exp: Remove code computing foo's
17006 length and bar's length.
17007 (Dwarf::assemble): Invoke function_range for bar and use
17008 MACRO_AT_func for foo.
17009
17010 2014-11-22 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17013 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17014 Use .Lgcc43_procstart instead of gcc43.
17015
17016 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17017
17018 * gdb.ada/n_arr_bound: New testcase.
17019
17020 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17021
17022 PR breakpoints/10737
17023 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17024 test_catch_syscall_multi_arch.
17025 (test_catch_syscall_multi_arch): New function.
17026
17027 2014-11-20 Doug Evans <xdje42@gmail.com>
17028
17029 * gdb.base/maint.exp: Update expected output.
17030
17031 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17032
17033 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17034 4-byte instruction on S390.
17035
17036 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17037
17038 * gdb.ada/arr_arr: New testcase.
17039
17040 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17041
17042 * gdb.ada/pkd_arr_elem: New Testcase.
17043
17044 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17045
17046 * gdb.reverse/break-precsave: Expect completion message for
17047 core file reads.
17048 * gdb.reverse/consecutive-precsave.exp: Likewise.
17049 * gdb.reverse/finish-precsave.exp: Likewise.
17050 * gdb.reverse/i386-precsave.exp: Likewise.
17051 * gdb.reverse/machinestate-precsave.exp: Likewise.
17052 * gdb.reverse/sigall-precsave.exp: Likewise.
17053 * gdb.reverse/solib-precsave.exp: Likewise.
17054 * gdb.reverse/step-precsave.exp: Likewise.
17055 * gdb.reverse/until-precsave.exp: Likewise.
17056 * gdb.reverse/watch-precsave.exp: Likewise.
17057
17058 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17059
17060 * gdb.base/bp-permanent.c: Include unistd.h.
17061 * gdb.python/py-framefilter-mi.c (main): Add return type.
17062 * gdb.python/py-framefilter.c (main): Likewise.
17063 * gdb.trace/actions-changed.c (main): Likewise.
17064
17065 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17066
17067 * gdb.mi/until.c: Add eye-catchers.
17068 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17069 line numbers.
17070
17071 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17074 function header variants in break1.c.
17075 * gdb.base/ena-dis-br.exp: Likewise.
17076 * gdb.base/hbreak2.exp: Likewise.
17077 * gdb.reverse/until-precsave.exp: Drop references to removed
17078 non-prototype function header variants in ur1.c.
17079 * gdb.reverse/until-reverse.exp: Likewise.
17080
17081 2014-11-17 Petr Machata <pmachata@redhat.com>
17082
17083 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17084 ${_cu_offset_size} bytes abbrev offset.
17085
17086 2014-11-15 Doug Evans <xdje42@gmail.com>
17087
17088 PR symtab/17559
17089 * gdb.base/line-symtabs.exp: New file.
17090 * gdb.base/line-symtabs.c: New file.
17091 * gdb.base/line-symtabs.h: New file.
17092
17093 2014-11-14 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17096 (func): Add label func_label.
17097 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17098 Replace low_pc and high_pc with MACRO_AT_range.
17099 Replace name, low_pc and high_pc with MACRO_AT_func.
17100
17101 2014-11-14 Yao Qi <yao@codesourcery.com>
17102
17103 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
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: Use Dwarf::assemble to
17109 produce debug information.
17110 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17111
17112 2014-11-14 Yao Qi <yao@codesourcery.com>
17113
17114 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17115 object and get function length.
17116 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17117 with MACRO_AT_func.
17118 (top-level): Replace gdb_compile and clean_restart with
17119 prepare_for_testing.
17120 * gdb.dwarf2/main.c (main): Add label main_label.
17121
17122 2014-11-14 Yao Qi <yao@codesourcery.com>
17123
17124 * lib/dwarf.exp (function_range): New procedure.
17125 (Dwarf::_handle_macro_at_func): New procedure.
17126 (Dwarf::_handle_macro_at_range): New procedure.
17127 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17128
17129 2014-11-14 Yao Qi <yao@codesourcery.com>
17130
17131 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17132 (_handle_attribute): New procedure.
17133
17134 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17135
17136 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17137 * gdb.base/call-sc.c (zed): Likewise.
17138 * gdb.base/checkpoint.c (main): Likewise.
17139 * gdb.base/dump.c (main): Likewise.
17140 * gdb.base/gcore.c (main): Likewise.
17141 * gdb.base/huge.c (main): Likewise.
17142 * gdb.base/multi-forks.c (main): Likewise.
17143 * gdb.base/pr10179-a.c (main): Likewise.
17144 * gdb.base/savedregs.c (main): Likewise.
17145 * gdb.base/sigaltstack.c (main): Likewise.
17146 * gdb.base/siginfo.c (main): Likewise.
17147 * gdb.base/structs.c (zed): Likewise.
17148 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17149 * gdb.mi/mi-syn-frame.c (main): Likewise.
17150 * gdb.mi/until.c (foo, main): Likewise.
17151 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17152 * gdb.base/solib-weak.c (foo): Declare.
17153 * gdb.base/attach-twice.c: Include stdio.h.
17154 * gdb.base/weaklib1.c: Likewise.
17155 * gdb.base/weaklib2.c: Likewise.
17156 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17157 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17158 unistd.h.
17159 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17160 * gdb.mi/mi-exit-code.c: Likewise.
17161 * gdb.base/break-interp-lib.c: Include string.h.
17162 * gdb.base/coremaker.c: Likewise.
17163 * gdb.base/testenv.c: Likewise.
17164 * gdb.python/py-finish-breakpoint.c: Likewise.
17165 * gdb.base/inferior-died.c: Include sys/wait.h.
17166 * gdb.base/fileio.c: Include time.h.
17167 * gdb.base/async-shell.c: Include unistd.h.
17168 * gdb.base/dprintf-non-stop.c: Likewise.
17169 * gdb.base/info-os.c: Likewise.
17170 * gdb.mi/mi-console.c: Likewise.
17171 * gdb.mi/watch-nonstop.c: Likewise.
17172 * gdb.python/py-events.c: Likewise.
17173 * gdb.base/async.c (baz): Move up before its invocation.
17174 * gdb.base/code_elim2.c (my_global_func): Likewise.
17175 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17176 * gdb.base/advance.c (func2): Likewise.
17177
17178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17179
17180 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17181 variant.
17182 * gdb.base/annota3.c: Likewise.
17183 * gdb.base/async.c: Likewise.
17184 * gdb.base/average.c: Likewise.
17185 * gdb.base/call-ar-st.c: Likewise.
17186 * gdb.base/call-rt-st.c: Likewise.
17187 * gdb.base/call-sc.c: Likewise.
17188 * gdb.base/call-strs.c: Likewise.
17189 * gdb.base/ending-run.c: Likewise.
17190 * gdb.base/execd-prog.c: Likewise.
17191 * gdb.base/exprs.c: Likewise.
17192 * gdb.base/foll-exec.c: Likewise.
17193 * gdb.base/foll-fork.c: Likewise.
17194 * gdb.base/foll-vfork.c: Likewise.
17195 * gdb.base/funcargs.c: Likewise.
17196 * gdb.base/gcore.c: Likewise.
17197 * gdb.base/jump.c: Likewise.
17198 * gdb.base/langs0.c: Likewise.
17199 * gdb.base/langs1.c: Likewise.
17200 * gdb.base/langs2.c: Likewise.
17201 * gdb.base/mips_pro.c: Likewise.
17202 * gdb.base/nodebug.c: Likewise.
17203 * gdb.base/opaque0.c: Likewise.
17204 * gdb.base/opaque1.c: Likewise.
17205 * gdb.base/recurse.c: Likewise.
17206 * gdb.base/run.c: Likewise.
17207 * gdb.base/scope0.c: Likewise.
17208 * gdb.base/scope1.c: Likewise.
17209 * gdb.base/setshow.c: Likewise.
17210 * gdb.base/setvar.c: Likewise.
17211 * gdb.base/shmain.c: Likewise.
17212 * gdb.base/shr1.c: Likewise.
17213 * gdb.base/shr2.c: Likewise.
17214 * gdb.base/sigall.c: Likewise.
17215 * gdb.base/signals.c: Likewise.
17216 * gdb.base/so-indr-cl.c: Likewise.
17217 * gdb.base/solib2.c: Likewise.
17218 * gdb.base/structs.c: Likewise.
17219 * gdb.base/sum.c: Likewise.
17220 * gdb.base/vforked-prog.c: Likewise.
17221 * gdb.base/watchpoint.c: Likewise.
17222 * gdb.reverse/shr2.c: Likewise.
17223 * gdb.reverse/until-reverse.c: Likewise.
17224 * gdb.reverse/ur1.c: Likewise.
17225 * gdb.reverse/watch-reverse.c: Likewise.
17226
17227 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17228
17229 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17230 variant.
17231 * gdb.base/sepdebug.exp: Drop references to removed code.
17232
17233 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17234
17235 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17236 variant. Preserve original line numbering.
17237 * gdb.base/list1.c: Likewise.
17238
17239 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17240
17241 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17242 variant.
17243 * gdb.base/break1.c: Likewise.
17244 * gdb.base/break.exp: Drop references to removed code.
17245
17246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17247
17248 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17249 variant.
17250
17251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17254
17255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17256
17257 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17258 logic into perform_all_tests() and invoke it with and without
17259 function header prototypes.
17260 (do_function_calls): Remove conditional XFAIL for PR 5318.
17261 (rerun_and_prepare): Remove duplicate code.
17262 (perform_all_tests): New. Main logic moved here.
17263
17264 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17265
17266 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17267 code guarded by #ifdef NO_PROTOTYPES.
17268 (t_double_many_args): Likewise.
17269 (DEF_FUNC_MANY_ARGS_1): Likewise.
17270 (DEF_FUNC_VALUES_1): Likewise.
17271 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17272 guarded by #ifdef PROTOTYPES.
17273
17274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17275
17276 * gdb.mi/mi-console.c: Add eye-catcher.
17277 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17278 instead of literal line number.
17279
17280 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17281
17282 * gdb.base/shr2.c: Add eye-catcher.
17283 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17284 line number.
17285
17286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/jump.c: Add eye-catchers.
17289 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17290 numbers.
17291
17292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17293
17294 * gdb.base/execd-prog.c: Add eye-catchers.
17295 * gdb.base/foll-exec.c: Likewise.
17296 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17297 line numbers.
17298
17299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/ending-run.c: Add eye-catchers.
17302 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17303 literal line numbers.
17304
17305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.base/call-rt-st.c: Add eye-catchers.
17308 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17309 literal line numbers.
17310
17311 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17312
17313 * gdb.base/call-ar-st.c: Add eye-catchers.
17314 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17315 literal line numbers.
17316
17317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17318
17319 * gdb.base/average.c: Add eye-catchers.
17320 * gdb.base/sum.c: Likewise.
17321 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17322 regexps dynamically.
17323
17324 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17325
17326 * gdb.base/solib1.c: Add eye-catchers.
17327 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17328 literal line numbers.
17329
17330 2014-11-12 Pedro Alves <palves@redhat.com>
17331
17332 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17333 leader has exited.
17334
17335 2014-11-12 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.arch/i386-bp_permanent.c: New file.
17338 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17339 (srcfile): Set to i386-bp_permanent.c.
17340 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17341 that stepi does not execute the 'leave' instruction, instead of
17342 testing it does execute.
17343 * gdb.base/bp-permanent.c: New file.
17344 * gdb.base/bp-permanent.exp: New file.
17345
17346 2014-11-10 Doug Evans <xdje42@gmail.com>
17347
17348 PR symtab/17564
17349 * gdb.base/symtab-search-order.exp: New file.
17350 * gdb.base/symtab-search-order.c: New file.
17351 * gdb.base/symtab-search-order-1.c: New file.
17352 * gdb.base/symtab-search-order-shlib-1.c: New file.
17353
17354 2014-11-07 Pedro Alves <palves@redhat.com>
17355
17356 PR gdb/17511
17357 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17358 i?86-*-linux*.
17359
17360 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17361
17362 PR c++/17494
17363 * gdb.cp/pr17494.cc: New file.
17364 * gdb.cp/pr17494.exp: New file.
17365
17366 2014-11-02 Yao Qi <yao@codesourcery.com>
17367
17368 * gdb.python/python.exp: Get working directory and match the
17369 output of "set extended-prompt \\w " with it.
17370
17371 2014-10-30 Doug Evans <dje@google.com>
17372
17373 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17374 in objfiles.
17375 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17376 in progspaces.
17377
17378 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17379
17380 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17381 * gdb.base/realname-expand.exp: Likewise.
17382 * gdb.linespec/macro-relative.exp: Likewise.
17383
17384 2014-10-29 Pedro Alves <palves@redhat.com>
17385
17386 PR gdb/17408
17387 * gdb.threads/schedlock.c (some_function): New function.
17388 (call_function): New global.
17389 (MAYBE_CALL_SOME_FUNCTION): New macro.
17390 (thread_function): Call it.
17391 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17392 and use it instead of a global counter. Adjust all callers.
17393 (get_current_thread): Use "find current thread" for test message
17394 here rather than having all callers pass down the same string.
17395 (goto_loop): New procedure, factored out from ...
17396 (my_continue): ... this.
17397 (step_ten_loops): Change parameter from test message to command to
17398 use. Adjust.
17399 (list_count): Delete global.
17400 (check_result): New procedure, factored out from duplicate top
17401 level code.
17402 (continue tests): Wrap in with_test_prefix.
17403 (test_step): New procedure, factored out from duplicate top level
17404 code.
17405 (top level): Test "step" in combination with all scheduler-locking
17406 modes. Test "next" in combination with all scheduler-locking
17407 modes, and in combination with stepping over a function call or
17408 not.
17409 * gdb.threads/next-bp-other-thread.c: New file.
17410 * gdb.threads/next-bp-other-thread.exp: New file.
17411
17412 2014-10-29 Pedro Alves <palves@redhat.com>
17413
17414 PR python/17372
17415 * gdb.python/python.exp: Test a multi-line command that spawns
17416 interactive Python.
17417 * gdb.base/multi-line-starts-subshell.exp: New file.
17418
17419 2014-10-29 Yao Qi <yao@codesourcery.com>
17420
17421 * gdb.base/fileio.exp: Make directories on host.
17422
17423 2014-10-29 Yao Qi <yao@codesourcery.com>
17424
17425 * gdb.base/fileio.c (test_write): Close the file.
17426
17427 2014-10-28 Pedro Alves <palves@redhat.com>
17428
17429 PR gdb/12623
17430 * gdb.base/sigstep.c (no_handler): New global.
17431 (main): If 'no_handler is true, set the signal handlers to
17432 SIG_IGN.
17433 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17434 with_sw_watch and no_handler parameters. Handle them.
17435 (top level) <stepping over handler when stopped at a breakpoint
17436 test>: Add a test axis for testing with a software watchpoint, and
17437 another for testing with the signal handler set to SIG_IGN.
17438 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17439 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17440
17441 2014-10-28 Pedro Alves <palves@redhat.com>
17442
17443 PR gdb/17511
17444 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17445 * gdb.base/sigstep.exp (other_handler_location): New global.
17446 (advance): Support stepping into the signal handler, and running
17447 commands while in the handler.
17448 (in_handler_map): New global.
17449 (top level): In the advance test, add combinations for getting
17450 into the handler with stepping commands, and for running commands
17451 in the handler. Add comment descripting the advancei tests.
17452
17453 2014-10-28 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.base/sigstep.exp: Use build_executable instead of
17456 prepare_for_testing.
17457 (top level): Move code that starts GDB, runs to main and creates a
17458 display to ...
17459 (restart): ... this new procedure.
17460 (top level): Move backtrace from signal handler test to ...
17461 (validate_backtrace): ... this new procedure.
17462 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17463 with_test_prefix. Always restart GDB.
17464 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17465 with_test_prefix. Always restart GDB. No need to delete
17466 breakpoints after the test.
17467 (test_skip_handler): Remove prefix parameter.
17468 (skip_over_handler, breakpoint_to_handler)
17469 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17470 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17471 restart GDB. No need to delete breakpoints after the test.
17472 (top level): Use foreach to call the test procedures with
17473 different commands.
17474
17475 2014-10-28 Pedro Alves <palves@redhat.com>
17476
17477 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17478 instead of GNATS numbers.
17479 * gdb.base/sigbpt.exp: Likewise.
17480 * gdb.base/siginfo.exp: Likewise.
17481 * gdb.base/sigstep.exp: Likewise.
17482
17483 2014-10-27 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.base/sigstep.c (dummy): New global.
17486 (main): Issue a couple writes to the new global.
17487 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17488 procedures.
17489 (skip_over_handler): Use test_skip_handler.
17490 (top level): Call skip_over_handler for stepi and nexti too.
17491 (breakpoint_over_handler): Use test_skip_handler.
17492 (top level): Call breakpoint_over_handler for stepi and nexti too.
17493
17494 2014-10-27 Yao Qi <yao@codesourcery.com>
17495
17496 * gdb.trace/tfile.c (adjust_function_address)
17497 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17498 function descriptor.
17499
17500 2014-10-24 Don Breazeal <donb@codesourcery.com>
17501
17502 * gdb.base/foll-fork.exp (test_follow_fork,
17503 catch_fork_child_follow): Check for updated fork messages emitted
17504 from infrun.c.
17505 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17506 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17507 vfork_and_exec_child_follow_through_step): Check for updated vfork
17508 messages emitted from infrun.c.
17509
17510 2014-10-24 Pedro Alves <palves@redhat.com>
17511
17512 * gdb.base/corefile.exp: Remove references to ultrix.
17513 * gdb.base/interrupt.exp: Likewise.
17514 * gdb.base/whatis.exp: Likewise.
17515 * gdb.gdb/selftest.exp: Likewise.
17516 * gdb.threads/manythreads.exp: Likewise.
17517 * gdb.threads/print-threads.exp: Likewise.
17518 * gdb.threads/pthreads.exp:: Likewise.
17519 * gdb.threads/schedlock.exp: Likewise.
17520
17521 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17522
17523 * gdb.cp/non-trivial-retval.cc: Add a test case.
17524 * gdb.cp/non-trivial-retval.exp: Add a test.
17525
17526 2014-10-20 Yao Qi <yao@codesourcery.com>
17527
17528 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17529 * gdb.python/py-objfile-script-gdb.py: New file.
17530 * gdb.python/py-objfile-script.exp: Update reference to
17531 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17532 of remote_download. Remove the dest file.
17533
17534 2014-10-20 Yao Qi <yao@codesourcery.com>
17535
17536 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17537 * gdb.base/step-line.exp: Likewise.
17538 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17539 * gdb.dwarf2/dw2-basic.exp: Likewise.
17540 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17541 * gdb.dwarf2/dw2-filename.exp: Likewise.
17542 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17543 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17544 * gdb.dwarf2/dw2-producer.exp: Likewise.
17545 * gdb.dwarf2/mac-fileno.exp: Likewise.
17546 * gdb.python/py-frame-args.exp: Likewise.
17547 * gdb.python/py-framefilter.exp: Likewise.
17548 * gdb.python/py-mi.exp: Likewise.
17549 * gdb.python/py-objfile-script.exp: Likewise
17550 * gdb.python/py-pp-integral.exp: Likewise.
17551 * gdb.python/py-pp-re-notag.exp: Likewise.
17552 * gdb.python/py-prettyprint.exp: Likewise.
17553 * gdb.python/py-section-script.exp: Likewise.
17554 * gdb.python/py-typeprint.exp: Likewise.
17555 * gdb.python/py-xmethods.exp: Likewise.
17556 * gdb.stabs/weird.exp: Likewise.
17557 * gdb.xml/tdesc-regs.exp: Likewise.
17558
17559 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17560
17561 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17562 (out_cu): Use addr_len for the size of addresses.
17563 (out_line): Likewise. Size DW_LNE_set_address instruction
17564 according to addr_len.
17565 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17566 (FUNC): Add START_INSNS to definition.
17567
17568 2014-10-18 Yao Qi <yao@codesourcery.com>
17569
17570 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17571 gdb_has_argv0 return true.
17572 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17573 check [target_info exists noargs], check [gdb_has_argv0]
17574 instead.
17575 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17576 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17577 procedures.
17578
17579 2014-10-17 Doug Evans <dje@google.com>
17580
17581 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17582 event.
17583 * gdb.python/py-events.py: Add clear_objfiles event.
17584
17585 2014-10-17 Doug Evans <dje@google.com>
17586
17587 * gdb.python/py-objfile.exp: Test progspace attribute.
17588
17589 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17590
17591 * gdb.guile/scm-breakpoint.exp: Do not assume any
17592 directory separators when matching source file paths.
17593 * gdb.python/py-breakpoint.exp: Likewise.
17594 * gdb.reverse/break-precsave.exp: Likewise.
17595 * gdb.reverse/break-reverse.exp: Likewise.
17596 * gdb.reverse/consecutive-precsave.exp: Likewise.
17597 * gdb.reverse/finish-precsave.exp: Likewise.
17598 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17599 * gdb.reverse/finish-reverse.exp: Likewise.
17600 * gdb.reverse/i386-precsave.exp: Likewise.
17601 * gdb.reverse/i387-env-reverse.exp: Likewise.
17602 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17603 * gdb.reverse/machinestate-precsave.exp: Likewise.
17604 * gdb.reverse/machinestate.exp: Likewise.
17605 * gdb.reverse/sigall-precsave.exp: Likewise.
17606 * gdb.reverse/solib-precsave.exp: Likewise.
17607 * gdb.reverse/step-precsave.exp: Likewise.
17608 * gdb.reverse/until-precsave.exp: Likewise.
17609 * gdb.reverse/watch-precsave.exp: Likewise.
17610 * gdb.reverse/watch-reverse.exp: Likewise.
17611
17612 2014-10-17 Yao Qi <yao@codesourcery.com>
17613
17614 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17615 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17616
17617 2014-10-17 Pedro Alves <palves@redhat.com>
17618
17619 PR gdb/17471
17620 * gdb.base/bg-execution-repeat.c: New file.
17621 * gdb.base/bg-execution-repeat.exp: New file.
17622
17623 2014-10-17 Pedro Alves <palves@redhat.com>
17624
17625 PR gdb/17300
17626 * gdb.base/continue-all-already-running.c: New file.
17627 * gdb.base/continue-all-already-running.exp: New file.
17628
17629 2014-10-17 Pedro Alves <palves@redhat.com>
17630
17631 PR gdb/17472
17632 * gdb.base/annota-input-while-running.c: New file.
17633 * gdb.base/annota-input-while-running.exp: New file.
17634
17635 2014-10-17 Pedro Alves <palves@redhat.com>
17636
17637 * gdb.base/callfuncs.exp: emove references to osf.
17638 * gdb.base/sigall.exp: Likewise.
17639 * gdb.gdb/selftest.exp: Likewise.
17640 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17641 * gdb.mi/non-stop.c: Likewise.
17642 * gdb.mi/pthreads.c: Likewise.
17643 * gdb.reverse/sigall-precsave.exp: Likewise.
17644 * gdb.reverse/sigall-reverse.exp: Likewise.
17645 * gdb.threads/pthreads.c: Likewise.
17646 * gdb.threads/pthreads.exp: Likewise.
17647
17648 2014-10-17 Yao Qi <yao@codesourcery.com>
17649
17650 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17651 check 'target_info exists noargs'.
17652 (test_command_prompt_position): Likewise.
17653 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17654 Remove "set args".
17655 (progvar_simple_while_test): Likewise.
17656 (progvar_complex_if_while_test): Likewise.
17657 (if_while_breakpoint_command_test): Likewise.
17658 (infrun_breakpoint_command_test): Likewise.
17659 (breakpoint_command_test): Likewise.
17660 (watchpoint_command_test): Likewise.
17661 (bp_deleted_in_command_test): Likewise.
17662 (temporary_breakpoint_commands): Likewise.
17663
17664 2014-10-16 Yao Qi <yao@codesourcery.com>
17665
17666 * gdb.base/remotetimeout.exp: Remove noargs checking.
17667
17668 2014-10-15 Pedro Alves <palves@redhat.com>
17669
17670 PR breakpoints/9649
17671 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17672 * gdb.base/breakpoint-in-ro-region.exp
17673 (probe_target_hardware_step): New procedure.
17674 (top level): Probe hardware stepping and hardware breakpoint
17675 support. Test stepping through a read-only region, with both
17676 "breakpoint auto-hw" on and off and both "always-inserted" on and
17677 off.
17678
17679 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17680
17681 * gdb.dlang/demangle.exp: Update for demangling changes.
17682
17683 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17684
17685 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17686 * gdb.cp/non-trivial-retval.exp: Add new tests.
17687
17688 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17689
17690 PR c++/13403
17691 PR c++/15154
17692 * gdb.cp/non-trivial-retval.cc: New file.
17693 * gdb.cp/non-trivial-retval.exp: New file.
17694
17695 2014-10-15 Yao Qi <yao@codesourcery.com>
17696
17697 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17698 remote host.
17699
17700 2014-10-15 Yao Qi <yao@codesourcery.com>
17701
17702 * gdb.python/py-symbol.exp: Match file base name if host is
17703 remote, otherwise match file name with dir name.
17704 * gdb.python/py-symtab.exp: Likewise.
17705 * gdb.python/python.exp: Likewise.
17706
17707 2014-10-15 Yao Qi <yao@codesourcery.com>
17708
17709 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17710 pattern.
17711 * gdb.python/py-symtab.exp: Likewise.
17712 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17713 locationn.
17714
17715 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17716
17717 * gdb.ada/addr_arith: New testcase.
17718
17719 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17720
17721 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17722 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17723 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17724 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17725
17726 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17727
17728 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17729 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17730 * gdb.arch/stap-eval-lang-ada.exp: New file.
17731
17732 2014-10-14 Yao Qi <yao@codesourcery.com>
17733
17734 * gdb.mi/mi-var-child.c (nothing1): New function.
17735 (nothing2): New function.
17736 (do_children_tests): Set function pointers by nothing1 and
17737 nothing2.
17738 * gdb.mi/mi-var-child.exp: Step over new added statements.
17739 Update test to match the new output.
17740 * gdb.mi/var-cmd.c (nothing1): New function.
17741 (nothing2): New function.
17742 (do_children_tests): Set function pointers by nothing1 and
17743 nothing2.
17744 * gdb.mi/mi-var-display.exp: Update test to match output.
17745 Step to the line specified by $line_dct_nothing.
17746 Increase the number of lines to step.
17747
17748 2014-10-14 Yao Qi <yao@codesourcery.com>
17749
17750 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17751 tests.
17752 * gdb.mi/mi2-var-child.exp: Likewise.
17753
17754 2014-10-13 Doug Evans <dje@google.com>
17755
17756 * gdb.python/py-objfile.exp: Change name of file name test.
17757
17758 2014-10-13 Doug Evans <dje@google.com>
17759
17760 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17761 from the start of the CU.
17762
17763 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17764 Yao Qi <yao@codesourcery.com>
17765
17766 Fix "save breakpoints" for "catch" command.
17767 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17768 Remove -nonewline. Match also the added "main" line.
17769
17770 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17771
17772 Fix "save breakpoints" for "disable $bpnum" command.
17773 * gdb.base/save-bp.c (main): Add label.
17774 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17775
17776 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17777
17778 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17779
17780 2014-10-11 Yao Qi <yao@codesourcery.com>
17781
17782 * gdb.server/server-kill.exp: Execute command
17783 "set remote trace-status-packet on" before "tstatus".
17784
17785 2014-10-11 Yao Qi <yao@codesourcery.com>
17786
17787 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17788 (main): Call getppid.
17789 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17790 and continue to it. Read variable "server_pid".
17791
17792 2014-10-11 Yao Qi <yao@codesourcery.com>
17793
17794 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17795
17796 2014-10-11 Yao Qi <yao@codesourcery.com>
17797
17798 * gdb.threads/thread-find.exp: Don't execute command
17799 "info threads".
17800 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17801 * gdb.threads/linux-dp.exp: Don't check the condition
17802 $threads_created equals to zero.
17803
17804 2014-10-10 Pedro Alves <palves@redhat.com>
17805
17806 * gdb.base/bigcore.exp: Remove references to IRIX.
17807 * gdb.base/funcargs.exp: Likewise.
17808 * gdb.base/interrupt.exp: Likewise.
17809 * gdb.base/mips_pro.exp: Likewise.
17810 * gdb.base/nodebug.exp: Likewise.
17811 * gdb.base/setvar.exp: Likewise.
17812 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17813
17814 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17815 Pedro Alves <palves@redhat.com>
17816
17817 PR symtab/14466
17818 * gdb.base/vdso-warning.c: New file.
17819 * gdb.base/vdso-warning.exp: New file.
17820
17821 2014-10-02 Doug Evans <dje@google.com>
17822
17823 * gdb.base/structs.c (main): Don't run forever.
17824
17825 2014-10-02 Pedro Alves <palves@redhat.com>
17826
17827 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17828 (top level) <stop threads 1, stop threads 2>: Use it.
17829
17830 2014-10-02 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.threads/break-while-running.exp (test): Add new
17833 'update_thread_list' argument. Skip "info threads" if false.
17834 (top level): Add new 'update_thread_list' axis.
17835
17836 2014-10-02 Pedro Alves <palves@redhat.com>
17837
17838 PR breakpoints/17431
17839 * gdb.base/execl-update-breakpoints.c: New file.
17840 * gdb.base/execl-update-breakpoints.exp: New file.
17841
17842 2014-10-01 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.base/breakpoint-in-ro-region.c: New file.
17845 * gdb.base/breakpoint-in-ro-region.exp: New file.
17846
17847 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17848
17849 * gdb.mi/mi-exit-code.exp: New file.
17850 * gdb.mi/mi-exit-code.c: New file.
17851
17852 2014-09-30 Yao Qi <yao@codesourcery.com>
17853
17854 * lib/prelink-support.exp (build_executable_own_libs): Error if
17855 the target isn't native.
17856
17857 2014-09-30 Yao Qi <yao@codesourcery.com>
17858
17859 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17860 false.
17861
17862 2014-09-22 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.threads/break-while-running.exp: New file.
17865 * gdb.threads/break-while-running.c: New file.
17866
17867 2014-09-19 Yao Qi <yao@codesourcery.com>
17868
17869 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17870 Invoke test. Restart GDB with --readnow and invoke test again.
17871
17872 2014-09-19 Yao Qi <yao@codesourcery.com>
17873
17874 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17875 proc set_breakpoint_on_gcd_function. Invoke
17876 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17877 invoke set_breakpoint_on_gcd_function again.
17878
17879 2014-09-18 Doug Evans <dje@google.com>
17880
17881 * gdb.dwarf2/symtab-producer.exp: New file.
17882
17883 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17884
17885 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17886 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17887 * gdb.base/global-var-nested-by-dso.c: Likewise.
17888 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17889
17890 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17891 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.base/watch-bitfields.exp: Pass string other than test file
17894 name to prepare_for_testing.
17895 (watch): New procedure.
17896 (expect_watchpoint): Use with_test_prefix.
17897 (top level): Factor out tests to ...
17898 (test_watch_location, test_regular_watch): ... these new
17899 procedures, and use with_test_prefix and gdb_continue_to_end.
17900
17901 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17902
17903 PR breakpoints/12526
17904 * gdb.base/watch-bitfields.exp: New file.
17905 * gdb.base/watch-bitfields.c: New file.
17906
17907 2014-09-16 Pedro Alves <palves@redhat.com>
17908
17909 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17910 software and hardware addresses, not software address against
17911 itself.
17912
17913 2014-09-16 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17916 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17917
17918 2014-09-16 Pedro Alves <palves@redhat.com>
17919
17920 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17921 files.
17922 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17923 "*-*-vxworks*" throughout.
17924 * gdb.base/break.exp: Likewise.
17925 * gdb.base/default.exp: Likewise.
17926 * gdb.base/scope.exp: Likewise.
17927 * gdb.base/sepdebug.exp: Likewise.
17928 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17929 throughout.
17930 * gdb.base/run.c: Likewise.
17931 * gdb.base/sepdebug.c: Likewise.
17932 * gdb.hp/gdb.aCC/run.c: Likewise.
17933 * gdb.reverse/until-reverse.c: Likewise.
17934 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17935
17936 2014-09-16 Yao Qi <yao@codesourcery.com>
17937
17938 * boards/local-remote-host-native.exp: New file.
17939
17940 2014-09-14 Doug Evans <xdje42@gmail.com>
17941
17942 * gdb.threads/queue-signal.c (thread_count): New variable.
17943 (thread_count_mutex, thread_count_condvar): New variables.
17944 (incr_thread_count, wait_all_threads_running): New functions.
17945 (main): Wait for all threads to be in their thread functions.
17946
17947 2014-09-13 Doug Evans <xdje42@gmail.com>
17948
17949 * gdb.threads/queue-signal.c: New file.
17950 * gdb.threads/queue-signal.exp: New file.
17951
17952 2014-09-13 Doug Evans <xdje42@gmail.com>
17953
17954 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17955 be consistent with what default_gdb_init uses.
17956 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17957 the plain text of the prompt. Add some logging printfs.
17958 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17959
17960 2014-09-12 Pedro Alves <palves@redhat.com>
17961
17962 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17963 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17964 * gdb.arch/i386-size-overlap.exp: Likewise.
17965 * gdb.arch/i386-size.exp: Likewise.
17966 * gdb.arch/i386-unwind.exp: Likewise.
17967 * gdb.base/a2-run.exp: Likewise.
17968 * gdb.base/break.exp: Likewise.
17969 * gdb.base/charset.exp: Likewise.
17970 * gdb.base/chng-syms.exp: Likewise.
17971 * gdb.base/commands.exp: Likewise.
17972 * gdb.base/dbx.exp: Likewise.
17973 * gdb.base/find.exp: Likewise.
17974 * gdb.base/funcargs.exp: Likewise.
17975 * gdb.base/jit-simple.exp: Likewise.
17976 * gdb.base/reread.exp: Likewise.
17977 * gdb.base/sepdebug.exp: Likewise.
17978 * gdb.base/step-bt.exp: Likewise.
17979 * gdb.cp/mb-inline.exp: Likewise.
17980 * gdb.cp/mb-templates.exp: Likewise.
17981 * gdb.objc/basicclass.exp: Likewise.
17982 * gdb.threads/killed.exp: Likewise.
17983
17984 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17985
17986 PR tdep/17379
17987 * gdb.arch/powerpc-stackless.S: New file.
17988 * gdb.arch/powerpc-stackless.exp: New file.
17989
17990 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17991
17992 * gdb.base/attach.c: Include unistd.h.
17993 (main): Call alarm. Add label postloop.
17994 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17995 gdb_breakpoint, gdb_continue_to_breakpoint.
17996 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17997
17998 2014-09-11 Pedro Alves <palves@redhat.com>
17999
18000 PR gdb/17347
18001 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18002 * gdb.base/attach.exp (test_command_line_attach_run): New
18003 procedure.
18004 (top level): Call it.
18005
18006 2014-09-11 Pedro Alves <palves@redhat.com>
18007
18008 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18009 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18010 (do_command_attach_tests): Use spawn_wait_for_attach.
18011 * gdb.base/solib-overlap.exp: Likewise.
18012 * gdb.multi/multi-attach.exp: Likewise.
18013 * gdb.python/py-prompt.exp: Likewise.
18014 * gdb.python/py-sync-interp.exp: Likewise.
18015 * gdb.server/ext-attach.exp: Likewise.
18016
18017 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18018
18019 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18020 command in testcase. Simplify testcase.
18021
18022 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18023
18024 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18025
18026 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18027
18028 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18029
18030 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18031
18032 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18033
18034 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18035
18036 * gdb.dwarf2/dynarr-ptr.c: New file.
18037 * gdb.dwarf2/dynarr-ptr.exp: New file.
18038
18039 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18040
18041 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18042 of 30 rather than hardcoding 120 for a slow test case. Take the
18043 `gdb,timeout' target setting into account for this calculation.
18044 Don't extend the timeout for the test cases that don't need it.
18045
18046 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18047
18048 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18049 a factor of 2 for a slow test case. Take the `gdb,timeout'
18050 target setting into account for this calculation.
18051 * gdb.reverse/until-precsave.exp: Increase the timeout by
18052 a factor of 15 and 3 respectively rather than adding 120
18053 for a pair of slow test cases. Take the `gdb,timeout'
18054 target setting into account for this calculation.
18055
18056 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18057
18058 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18059 timeout, don't pass one down to gdb_expect.
18060 (gdb_expect): Rework timeout selection.
18061
18062 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18063
18064 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18065 exception on timeout.
18066 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18067 (gdbserver_start_extended): Catch any `gdbserver_start' error
18068 exceptions.
18069 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18070 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18071 `gdbserver_gdb_load' error exceptions.
18072
18073 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18074
18075 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18076 120 on waiting for the TCP socket to open.
18077
18078 2014-09-09 Doug Evans <xdje42@gmail.com>
18079
18080 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18081 _caller_matches, _any_caller_is, _any_caller_matches.
18082
18083 2014-09-09 Doug Evans <xdje42@gmail.com>
18084
18085 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18086
18087 2014-09-09 Yao Qi <yao@codesourcery.com>
18088
18089 * gdb.mi/mi-var-display.exp: Set print symbol off.
18090
18091 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18092
18093 PR gdb/17035
18094 * gdb.base/commands.exp: Add tests to verify user-defined
18095 commands with empty bodies.
18096 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18097 python commands in `show user command`.
18098 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18099 scheme commands in `show user command`.
18100
18101 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18102
18103 PR python/17355
18104 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18105 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18106 * gdb.python/py-framefilter-invalidarg.exp: New file.
18107 * gdb.python/py-framefilter-invalidarg.py: New file.
18108
18109 2014-09-06 Doug Evans <xdje42@gmail.com>
18110
18111 PR 15276
18112 * gdb.python/py-caller-is.c: New file.
18113 * gdb.python/py-caller-is.exp: New file.
18114
18115 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18116
18117 PR gdb/17235
18118 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18119 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18120
18121 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18122
18123 PR fortran/17237
18124 * gdb.fortran/print-formatted.exp: New file.
18125 * gdb.fortran/print-formatted.f90: Likewise.
18126
18127 2014-09-03 Sasha Smundak <asmundak@google.com>
18128
18129 * gdb.python/py-frame.exp: Test Frame.read_register.
18130
18131 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18132
18133 PR python/16699
18134 * gdb.python/py-completion.exp: New file.
18135 * gdb.python/py-completion.py: Likewise.
18136
18137 2014-08-28 Doug Evans <dje@google.com>
18138
18139 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18140 eax,etc. are live with values set by gdb and thus the compiler can't
18141 use them.
18142 * gdb.arch/i386-pseudo.c (main): Ditto.
18143
18144 2014-08-27 Doug Evans <dje@google.com>
18145
18146 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18147
18148 2014-08-25 Doug Evans <dje@google.com>
18149
18150 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18151 (main): Ditto.
18152
18153 2014-08-25 Doug Evans <dje@google.com>
18154
18155 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18156
18157 2014-08-24 Yao Qi <yao@codesourcery.com>
18158
18159 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18160 symbol off.
18161 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18162
18163 2014-08-22 Doug Evans <dje@google.com>
18164
18165 PR 17276
18166 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18167 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18168 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18169
18170 2014-08-22 Yao Qi <yao@codesourcery.com>
18171
18172 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18173 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18174 * gdb.python/python.exp: Likewise. Use .py file on the host
18175 instead of the build.
18176
18177 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18178
18179 * gdb.threads/gcore-stale-thread.c: New file.
18180 * gdb.threads/gcore-stale-thread.exp: New file.
18181
18182 2014-08-21 Pedro Alves <palves@redhat.com>
18183
18184 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18185 * gdb.base/gcore-relro-pie.exp: Likewise.
18186 * gdb.base/gcore-relro.exp: Likewise.
18187 * gdb.base/gcore.exp: Likewise.
18188 * gdb.base/print-symbol-loading.exp: Likewise.
18189 * gdb.threads/gcore-thread.exp: Likewise.
18190 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18191
18192 2014-08-20 Pedro Alves <palves@redhat.com>
18193 Jan Kratochvil <jan.kratochvil@redhat.com>
18194
18195 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18196 configure.
18197 (EXPECT): Handle READ1 being set.
18198 (all): Depend on EXTRA_RULES.
18199 (check-read1, expect-read1, read1.so, read1): New rules.
18200 * README (Testsuite Parameters): Document the READ1 make variable.
18201 (Race detection): New section.
18202 * configure: Regenerate.
18203 * configure.ac: If build==host==target, and running under a
18204 GNU/glibc system, add read1 to the extra Makefile rules.
18205 (EXTRA_RULES): AC_SUBST it.
18206 * lib/read1.c: New file.
18207
18208 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18209
18210 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18211 the handling of variables declared as a typedef to an array
18212 which a DW_AT_data_location attribute.
18213
18214 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18215 Pedro Alves <palves@redhat.com>
18216
18217 PR symtab/14604
18218 PR symtab/14605
18219 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18220 gdb_test.
18221
18222 2014-08-19 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18225
18226 2014-08-19 Yao Qi <yao@codesourcery.com>
18227
18228 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18229 right line.
18230
18231 2014-08-18 David Blaikie <dblaikie@gmail.com>
18232
18233 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18234
18235 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18236
18237 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18238 attribute in array range.
18239
18240 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18241
18242 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18243
18244 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18245
18246 PR c++/17132
18247 * gdb.cp/pr17132.cc: New file.
18248 * gdb.cp/pr17132.exp: New file.
18249
18250 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18251
18252 * gdb.python/py-xmethods.py (A_getarrayind)
18253 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18254 Use 'print' with function call syntax.
18255 (E_method_matcher.match): Fix tab vs space indentation mixup.
18256
18257 2014-08-15 Yao Qi <yao@codesourcery.com>
18258
18259 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18260 false.
18261
18262 2014-08-15 Yao Qi <yao@codesourcery.com>
18263
18264 * gdb.cp/casts.exp: Set print symbol off.
18265 * gdb.cp/class2.exp: Likewise.
18266 * gdb.cp/overload.exp: Likewise.
18267 * gdb.cp/templates.exp: Likewise.
18268
18269 2014-08-11 Doug Evans <dje@google.com>
18270
18271 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18272 (test_load_shlib): Update.
18273
18274 2014-08-09 Yao Qi <yao@codesourcery.com>
18275
18276 * gdb.base/display.exp: Invoke is_address_zero_readable.
18277 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18278 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18279 * gdb.base/hbreak-unmapped.exp: Return if
18280 is_address_zero_readable returns true.
18281 * gdb.base/signest.exp: Likewise.
18282 * gdb.base/signull.exp: Likewise.
18283 * gdb.base/sigbpt.exp: Likewise.
18284 * gdb.guile/scm-disasm.exp: Do the test if
18285 is_address_zero_readable returns false.
18286 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18287 * gdb.python/py-arch.exp: Likewise.
18288 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18289 * lib/gdb.exp (is_address_zero_readable): New proc.
18290
18291 2014-08-09 Yao Qi <yao@codesourcery.com>
18292
18293 PR testsuite/13443
18294 * gdb.mi/mi-var-display.exp: Make test messages unique.
18295
18296 2014-08-04 Tom Tromey <tromey@redhat.com>
18297
18298 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18299 target 0".
18300
18301 2014-08-04 Tom Tromey <tromey@redhat.com>
18302
18303 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18304 "target_resume".
18305
18306 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18307
18308 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18309 inner_vla_struct_object_size.
18310 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18311 as xfail.
18312
18313 2014-07-30 Pedro Alves <palves@redhat.com>
18314
18315 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18316 comment.
18317
18318 2014-07-29 Yao Qi <yao@codesourcery.com>
18319
18320 PR gdb/17206
18321 * gdb.base/until-nodebug.exp: New.
18322
18323 2014-07-28 Doug Evans <xdje42@gmail.com>
18324
18325 PR guile/17203
18326 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18327 previously existing parameter, and previously ambiguously spelled
18328 parameter.
18329
18330 2014-07-28 Will Newton <will.newton@linaro.org>
18331
18332 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18333
18334 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18335 Doug Evans <xdje42@gmail.com>
18336
18337 PR guile/17146
18338 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18339
18340 2014-07-25 Pedro Alves <palves@redhat.com>
18341
18342 * gdb.threads/signal-command-handle-nopass.c: New file.
18343 * gdb.threads/signal-command-handle-nopass.exp: New file.
18344 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18345 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18346 * gdb.threads/signal-delivered-right-thread.c: New file.
18347 * gdb.threads/signal-delivered-right-thread.exp: New file.
18348
18349 2014-07-25 Pedro Alves <palves@redhat.com>
18350
18351 * gdb.base/double-prompt-target-event-error.exp
18352 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18353 match.
18354 (cancel_pagination_in_target_event): Rework double prompt
18355 detection.
18356 * gdb.base/paginate-after-ctrl-c-running.exp
18357 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18358 <return>' match.
18359 * gdb.base/paginate-bg-execution.exp
18360 (test_bg_execution_pagination_return)
18361 (test_bg_execution_pagination_cancel): Remove '-notransfer
18362 <return>' matches.
18363 * gdb.base/paginate-execution-startup.exp
18364 (test_fg_execution_pagination_return)
18365 (test_fg_execution_pagination_cancel): Remove '-notransfer
18366 <return>' matches.
18367 * gdb.base/paginate-inferior-exit.exp
18368 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18369 match.
18370 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18371 * lib/gdb.exp (pagination_prompt): Run text through
18372 string_to_regexp.
18373 (gdb_test_multiple): Match $pagination_prompt instead of
18374 "<return>".
18375 (string_to_regexp): Move to lib/gdb-utils.exp.
18376
18377 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18378
18379 * gdb.arch/amd64-entry-value-paramref.S: New file.
18380 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18381 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18382 * gdb.arch/amd64-optimout-repeat.S: New file.
18383 * gdb.arch/amd64-optimout-repeat.c: New file.
18384 * gdb.arch/amd64-optimout-repeat.exp: New file.
18385
18386 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18387
18388 PR gdb/17170
18389 * gdb.base/statistics.exp: New file.
18390
18391 2014-07-17 Doug Evans <dje@google.com>
18392
18393 PR gdb/17170
18394 * gdb.base/maint.exp: Update testing of per-command stats.
18395
18396 2014-07-16 Pedro Alves <palves@redhat.com>
18397
18398 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18399 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18400 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18401 (tfile_write_buf): New functions.
18402 (add_memory_block): Rewrite using the above.
18403 (adjust_function_address): New function.
18404 (FUNCTION_ADDRESS): New macro.
18405 (write_basic_trace_file): Remove short_x local, and use
18406 tfile_write_16. Change type of func_addr local to unsigned long
18407 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18408 here. Cast argument of add_memory_block to char pointer.
18409 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18410 (main): Remove parameters.
18411 * gdb.trace/tfile.exp: Remove nowarnings.
18412
18413 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18414
18415 * gdb.base/debug-expr.exp: Test string evaluation with
18416 "debug expression" on.
18417
18418 2014-07-15 Pedro Alves <palves@redhat.com>
18419
18420 * gdb.base/reread.exp: Use clean_restart.
18421
18422 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18423
18424 * gdb.arch/avr-flash-qualifer.c: New.
18425 * gdb.arch/avr-flash-qualifer.exp: New.
18426
18427 2014-07-14 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18430 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18431
18432 2014-07-14 Pedro Alves <palves@redhat.com>
18433
18434 * gdb.base/double-prompt-target-event-error.c: New file.
18435 * gdb.base/double-prompt-target-event-error.exp: New file.
18436
18437 2014-07-14 Pedro Alves <palves@redhat.com>
18438
18439 PR gdb/17072
18440 * gdb.base/paginate-inferior-exit.c: New file.
18441 * gdb.base/paginate-inferior-exit.exp: New file.
18442
18443 2014-07-14 Pedro Alves <palves@redhat.com>
18444
18445 PR gdb/17072
18446 * gdb.base/paginate-bg-execution.c: New file.
18447 * gdb.base/paginate-bg-execution.exp: New file.
18448
18449 2014-07-14 Pedro Alves <palves@redhat.com>
18450
18451 PR gdb/17072
18452 * gdb.base/paginate-execution-startup.c: New file.
18453 * gdb.base/paginate-execution-startup.exp: New file.
18454 * lib/gdb.exp (pagination_prompt): New global.
18455 (default_gdb_spawn): New procedure, factored out from
18456 default_gdb_spawn.
18457 (default_gdb_start): Adjust to call default_gdb_spawn.
18458 (gdb_spawn): New procedure.
18459
18460 2014-07-14 Pedro Alves <palves@redhat.com>
18461
18462 * lib/gdb.exp (gdb_assert): New procedure.
18463 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18464
18465 2014-07-14 Pedro Alves <palves@redhat.com>
18466
18467 * gdb.base/execution-termios.c: New file.
18468 * gdb.base/execution-termios.exp: New file.
18469
18470 2014-07-14 Tom Tromey <tromey@redhat.com>
18471
18472 * gdb.cp/vla-cxx.cc: New file.
18473 * gdb.cp/vla-cxx.exp: New file.
18474
18475 2014-07-14 Tom Tromey <tromey@redhat.com>
18476
18477 * gdb.reverse/rerun-prec.c: New file.
18478 * gdb.reverse/rerun-prec.exp: New file.
18479
18480 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18481 Maciej W. Rozycki <macro@codesourcery.com>
18482
18483 * lib/gdb-utils.exp: New file.
18484 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18485 inline `gdb_init_command' processing.
18486 (gdb_start_cmd): Likewise.
18487 * lib/mi-support.exp (mi_run_cmd): Likewise.
18488 * README: Document `gdb_init_command' and `gdb_init_commands'.
18489
18490 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18491
18492 Fix false FAIL running under a very long directory name.
18493 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18494 and "set print elements 10000". Twice.
18495
18496 2014-07-11 Yao Qi <yao@codesourcery.com>
18497
18498 * gdb.base/exprs.exp: "set print symbol off".
18499
18500 2014-07-11 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.threads/kill.c: New file.
18503 * gdb.threads/kill.exp: New file.
18504
18505 2014-07-10 Yao Qi <yao@codesourcery.com>
18506
18507 * gdb.trace/tfile.c (write_basic_trace_file)
18508 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18509 address written to trace file.
18510
18511 2014-07-09 Pedro Alves <palves@redhat.com>
18512
18513 * gdb.base/attach-wait-input.exp: New file.
18514 * gdb.base/attach-wait-input.c: New file.
18515
18516 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18517
18518 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18519 setting up test structures.
18520 (main): Call new test function.
18521 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18522 test function, continue into test function and walk test
18523 structures.
18524
18525 2014-07-02 Yao Qi <yao@codesourcery.com>
18526
18527 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18528 'bar_start' at the beginning of functions 'foo' and 'bar'
18529 respectively.
18530 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18531 instead of 'foo' and 'bar'.
18532
18533 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18534
18535 * gdb.btrace/segv.exp: New.
18536 * gdb.btrace/segv.c: New.
18537
18538 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18539
18540 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18541 instruction.
18542
18543 2014-06-30 Mark Wielaard <mjw@redhat.com>
18544
18545 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18546 vulture, vilify, villar): New volatile array constants.
18547 (vindictive, vegetation): New const volatile array constants.
18548 * gdb.base/volatile.exp: Test volatile and const volatile array
18549 types.
18550
18551 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18552
18553 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18554 target lacks support for awatch, rwatch, or hbreak.
18555
18556 2014-06-27 Yao Qi <yao@codesourcery.com>
18557
18558 * gdb.multi/dummy-frame-restore.exp: New.
18559 * gdb.multi/dummy-frame-restore.c: New.
18560
18561 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18562
18563 * gdb.btrace/gcore.exp: New.
18564
18565 2014-06-23 Pedro Alves <palves@redhat.com>
18566
18567 * gdb.base/watchpoint-reuse-slot.c: New file.
18568 * gdb.base/watchpoint-reuse-slot.exp: New file.
18569
18570 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18571
18572 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18573 progspace's filename in 'info', 'enable' and 'disable' command
18574 tests.
18575
18576 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18577
18578 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18579 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18580 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18581
18582 2014-06-20 Gary Benson <gbenson@redhat.com>
18583
18584 * gdb.arch/i386-avx.exp: Fix include file location.
18585 * gdb.arch/i386-sse.exp: Likewise.
18586
18587 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18588
18589 * gdb.dlang/expression.exp: New file.
18590
18591 2014-06-19 Pedro Alves <palves@redhat.com>
18592
18593 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18594 out from ...
18595 (top level): ... here. Iterate running tests under different
18596 scheduler-locking settings.
18597
18598 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18599
18600 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18601 to DW_FORM_addr and use non-zero addresses.
18602
18603 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18604
18605 PR gdb/17017
18606 * gdb.python/py-xmethods.cc: Add global function call counters and
18607 increment them in their respective functions. Remove "cout"
18608 statements.
18609 * gdb.python/py-xmethods.exp: Make tests check the global function
18610 call counters instead of depending on inferior IO.
18611
18612 2014-06-18 Don Breazeal <donb@codesourcery.com>
18613
18614 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18615 Deleted procedure.
18616 (explicit_fork_parent_follow): Deleted procedure.
18617 (explicit_fork_child_follow): Deleted procedure.
18618 (test_follow_fork): New procedure.
18619 (do_fork_tests): Replace calls to deleted procedures with
18620 calls to test_follow_fork and reset GDB for subsequent
18621 procedure calls.
18622
18623 2014-06-17 Yao Qi <yao@codesourcery.com>
18624
18625 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18626 CP1252.
18627
18628 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18629
18630 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18631 Initialize ptr and S explicitly.
18632 (skip_type_update_when_not_use_rtti_test): Likewise.
18633
18634 2014-06-16 Keith Seitz <keiths@redhat.com>
18635
18636 PR mi/15863
18637 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18638 the inferior is started.
18639
18640 2014-06-16 Pedro Alves <palves@redhat.com>
18641
18642 * gdb.base/break-main-file-remove-fail.c: New file.
18643 * gdb.base/break-main-file-remove-fail.exp: New file.
18644 * gdb.base/break-unload-file.exp: Use build_executable instead of
18645 prepare_for_testing.
18646 (test_break): New parameter "initial_load". Handle it.
18647 (top level): Add initial_load cmdline/file axis.
18648
18649 2014-06-12 Tom Tromey <tromey@redhat.com>
18650
18651 * gdb.base/completion.exp: Don't use directory name in test.
18652
18653 2014-06-09 Gary Benson <gbenson@redhat.com>
18654
18655 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18656 separate the always-available ANSI-standard signals from the
18657 signals that require checking.
18658 (main): Likewise.
18659 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18660 Likewise.
18661 (main): Likewise.
18662
18663 2014-06-07 Keith Seitz <keiths@redhat.com>
18664
18665 Revert:
18666 PR c++/16253
18667 * gdb.cp/var-tag.cc: New file.
18668 * gdb.cp/var-tag.exp: New file.
18669 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18670 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18671 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18672 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18673
18674 2014-06-06 Doug Evans <xdje42@gmail.com>
18675
18676 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18677
18678 2014-06-06 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18681 in target debug output instead of looking at RSP packets,
18682 disabling the test on any target that uses hardware stepping.
18683 Update comments.
18684
18685 2014-06-06 Pedro Alves <palves@redhat.com>
18686
18687 * gdb.base/break-unload-file.exp: Fix typo.
18688
18689 2014-06-06 Yao Qi <yao@codesourcery.com>
18690
18691 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18692 from "jit_function" to "^jit_function".
18693
18694 2014-06-06 Yao Qi <yao@codesourcery.com>
18695
18696 * gdb.base/async.c (foo): Add one statement.
18697 * gdb.base/async.exp: Get the next instruction address and
18698 match the output of "nexti" by instruction address. Match
18699 the hex address in the output of "finish".
18700
18701 2014-06-06 Gary Benson <gbenson@redhat.com>
18702
18703 * gdb.base/call-signals.c: Remove preprocessor conditionals
18704 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18705 SIGSEGV and SIGTERM.
18706 * gdb.base/sigall.c: Likewise.
18707 * gdb.base/unwindonsignal.c: Likewise.
18708 * gdb.reverse/sigall-reverse.c: Likewise.
18709
18710 2014-06-06 Yao Qi <yao@codesourcery.com>
18711
18712 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18713 readable, skip the test.
18714
18715 2014-06-06 Yao Qi <yao@codesourcery.com>
18716
18717 * gdb.threads/staticthreads.c (thread_function): Move the line
18718 setting breakpoint on forward.
18719 * gdb.threads/staticthreads.exp: Update comments.
18720
18721 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18722
18723 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18724 "history-append! type error".
18725
18726 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18727
18728 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18729 erroneous dprintf expected input.
18730
18731 2014-06-04 Doug Evans <xdje42@gmail.com>
18732
18733 * gdb.guile/scm-generics.exp: Delete.
18734
18735 2014-06-04 Doug Evans <xdje42@gmail.com>
18736
18737 * gdb.guile/scm-breakpoint.exp: Update.
18738 Add tests for breakpoint registration.
18739
18740 2014-06-04 Tom Tromey <tromey@redhat.com>
18741
18742 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18743 VLA-in-union.
18744 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18745 inner_vla_struct, vla_union types. Initialize objects of those
18746 types and compute their sizes.
18747
18748 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18749 Hui Zhu <hui@codesourcery.com>
18750
18751 * gdb.base/fileio.exp: Add test for shell not available as well as
18752 available.
18753 * gdb.base/fileio.c (test_system): Check for shell twice.
18754
18755 2014-06-04 Yao Qi <yao@codesourcery.com>
18756
18757 * gdb.base/auto-connect-native-target.exp: Remove redundant
18758 space from the regexp pattern.
18759
18760 2014-06-04 Yao Qi <yao@codesourcery.com>
18761
18762 * gdb.base/default.exp: Replace "child" with "native" in
18763 regexp pattern.
18764
18765 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18766
18767 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18768 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18769 * gdb.python/py-xmethods.py: Python script supporting the
18770 new testcase and tests.
18771
18772 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18773 Pedro Alves <palves@redhat.com>
18774
18775 PR breakpoints/17000
18776 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18777 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18778
18779 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18780
18781 * gdb.base/subst.exp: Add tests to verify partial path matching
18782 output.
18783
18784 2014-06-03 Pedro Alves <palves@redhat.com>
18785
18786 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18787 target that doesn't use software single-stepping.
18788
18789 2014-06-03 Pedro Alves <palves@redhat.com>
18790
18791 PR breakpoints/17000
18792 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18793 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18794
18795 2014-06-02 Doug Evans <xdje42@gmail.com>
18796
18797 * gdb.guile/scm-parameter.exp: New file.
18798
18799 2014-06-02 Doug Evans <xdje42@gmail.com>
18800
18801 * gdb.guile/scm-cmd.c: New file.
18802 * gdb.guile/scm-cmd.exp: New file.
18803
18804 2014-06-02 Doug Evans <xdje42@gmail.com>
18805
18806 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18807 pretty-printer lookup.
18808 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18809 (make-pp_s-printer): Call it.
18810 (make-pretty-printer-from-dict): New function.
18811 (lookup-pretty-printer-maker-from-dict): New function.
18812 (*pretty-printer*): Simplify.
18813 (make-objfile-pp_s-printer): New function.
18814 (install-objfile-pretty-printers!): New function.
18815 (make-progspace-pp_s-printer): New function.
18816 (install-progspace-pretty-printers!): New function.
18817 * gdb.guile/scm-progspace.c: New file.
18818 * gdb.guile/scm-progspace.exp: New file.
18819
18820 2014-06-02 Pedro Alves <palves@redhat.com>
18821
18822 * gdb.base/dprintf-bp-same-addr.c: New file.
18823 * gdb.base/dprintf-bp-same-addr.exp: New file.
18824
18825 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18826
18827 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18828 * gdb.arch/powerpc-power.s: Likewise.
18829
18830 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18831
18832 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18833
18834 2014-06-01 Yao Qi <yao@codesourcery.com>
18835
18836 * gdb.base/watchpoint.exp (test_watch_location): Check null
18837 pointer can be dereferenced. If not, do the test, otherwise
18838 skip it.
18839
18840 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18841
18842 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18843 results.
18844 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18845
18846 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18847
18848 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18849 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18850 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18851 * gdb.arch/amd64-invalid-stack-top.c: New file.
18852 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18853
18854 2014-05-30 Pedro Alves <palves@redhat.com>
18855
18856 PR breakpoints/17000
18857 * gdb.base/sss-bp-on-user-bp.c: New file.
18858 * gdb.base/sss-bp-on-user-bp.exp: New file.
18859
18860 2014-05-30 David Blaikie <dblaikie@gmail.com>
18861
18862 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18863 gnu_inline semantics via attribute.
18864 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18865 source explicitly specifies the required semantics.
18866
18867 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18868
18869 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18870
18871 2014-05-29 Pedro Alves <palves@redhat.com>
18872 Tom Tromey <tromey@redhat.com>
18873
18874 * gdb.base/async-shell.exp: Don't enable target-async.
18875 * gdb.base/async.exp
18876 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18877 parameter. Adjust.
18878 (top level): Don't test with "target-async".
18879 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18880 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18881 * gdb.base/inferior-died.exp: Don't enable target-async.
18882 * gdb.base/interrupt-noterm.exp: Likewise.
18883 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18884 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18885 * gdb.mi/mi-nonstop.exp: Likewise.
18886 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18887 * gdb.mi/mi-nsintrall.exp: Likewise.
18888 * gdb.mi/mi-nsmoribund.exp: Likewise.
18889 * gdb.mi/mi-nsthrexec.exp: Likewise.
18890 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18891 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18892 * gdb.python/py-evsignal.exp: Don't enable target-async.
18893 * gdb.python/py-evthreads.exp: Likewise.
18894 * gdb.python/py-prompt.exp: Likewise.
18895 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18896 * gdb.server/solib-list.exp: Don't enable target-async.
18897 * gdb.threads/thread-specific-bp.exp: Likewise.
18898 * lib/mi-support.exp: Adjust to use mi-async.
18899
18900 2014-05-29 Pedro Alves <palves@redhat.com>
18901
18902 PR gdb/13860
18903 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18904 reason, even in sync mode.
18905
18906 2014-05-29 Pedro Alves <palves@redhat.com>
18907 Hui Zhu <hui@codesourcery.com>
18908
18909 PR PR15693
18910 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18911 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18912 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18913 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18914
18915 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18916
18917 * config/monitor.exp (gdb_target_monitor): Replace use of
18918 "set remotebaud" by "set serial baud".
18919
18920 2014-05-26 Andy Wingo <wingo@igalia.com>
18921
18922 * gdb.guile/scm-breakpoint.exp:
18923 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18924 properties instead of gdb-object-properties.
18925
18926 2014-05-26 Yao Qi <yao@codesourcery.com>
18927
18928 * gdb.server/no-thread-db.exp: Specify source file name
18929 explicitly when setting a breakpoint.
18930
18931 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18932
18933 * gdb.btrace/vdso.c: New.
18934 * gdb.btrace/vdso.exp: New.
18935
18936 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18937
18938 * gdb.base/gcore.exp (capture_command_output): Move ...
18939 * lib/gdb.exp (capture_command_output): ... here.
18940
18941 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18942
18943 * gdb.btrace/data.exp: Test memory access during btrace replay.
18944
18945 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18946
18947 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18948
18949 2014-05-21 Pedro Alves <palves@redhat.com>
18950
18951 PR gdb/13860
18952 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18953 (top level): Test that output related to execution commands is
18954 sent to the console with CLI commands, but not with MI commands.
18955 Test that breakpoint events are always mirrored to the console.
18956 Also expect the new source line to be output after a "next" in
18957 async mode too. Make it a pass/fail test.
18958 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18959 output.
18960 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18961
18962 2014-05-21 Pedro Alves <palves@redhat.com>
18963
18964 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18965 Use them to test variations of "list" after reaching a breakpoint.
18966 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18967 Test "list" with listsize 10 after reaching a breakpoint.
18968 * gdb.python/python.exp (decode_line current location line
18969 number): Adjust expected line number.
18970
18971 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18972
18973 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18974 behavior for $args, pass it directly to "run".
18975
18976 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18977
18978 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18979 30000 to 65536.
18980
18981 2014-05-21 Pedro Alves <palves@redhat.com>
18982
18983 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18984 auto-connect-native-target off".
18985 * gdb.base/auto-connect-native-target.c: New file.
18986 * gdb.base/auto-connect-native-target.exp: New file.
18987
18988 2014-05-21 Pedro Alves <palves@redhat.com>
18989
18990 * gdb.base/default.exp: Test "target native" instead of "target
18991 child".
18992
18993 2014-05-21 Mark Wielaard <mjw@redhat.com>
18994
18995 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18996
18997 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18998
18999 Fix TLS access for -static -pthread.
19000 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19001 <HAVE_TLS> (thread_function, main): Initialize it.
19002 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19003 Add clean_restart.
19004 <$have_tls != "">: Check TLSVAR.
19005
19006 2014-05-21 Pedro Alves <palves@redhat.com>
19007
19008 * gdb.base/dcache-line-read-error.c: New.
19009 * gdb.base/dcache-line-read-error.exp: New.
19010
19011 2014-05-20 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.base/compare-sections.c: New file.
19014 * gdb.base/compare-sections.exp: New file.
19015
19016 2014-05-20 Pedro Alves <palves@redhat.com>
19017
19018 * gdb.base/break-idempotent.c: New file.
19019 * gdb.base/break-idempotent.exp: New file.
19020
19021 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19022
19023 * gdb.btrace/nohist.exp: New.
19024
19025 2014-05-20 Yao Qi <yao@codesourcery.com>
19026
19027 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19028 gdb.reverse directory and gdb_reverse_timeout exists in board
19029 setting.
19030 * README: Document gdb_reverse_timeout.
19031
19032 2014-05-20 Yao Qi <yao@codesourcery.com>
19033
19034 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19035 'test_file_name'. Treat args as a string instead of a list.
19036 (gdb_init): Rename argument 'args' by 'test_file_name'.
19037
19038 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19039
19040 * gdb.arch/powerpc-power.exp: New file.
19041 * gdb.arch/powerpc-power.s: New file.
19042
19043 2014-05-16 Doug Evans <dje@google.com>
19044
19045 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19046 * gdb.base/completion.exp: Check that all expected files exist
19047 before doing file completion.
19048
19049 2014-05-16 Doug Evans <dje@google.com>
19050
19051 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19052 Update.
19053 (do_syscall_tests_without_xml): Update.
19054
19055 2014-05-16 Pedro Alves <palves@redhat.com>
19056
19057 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19058 instead of "unknown output after running".
19059
19060 2014-05-16 Yao Qi <yao@codesourcery.com>
19061
19062 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19063 file1.txt from host at the end.
19064 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19065
19066 2014-05-15 Doug Evans <dje@google.com>
19067
19068 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19069 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19070 loading file. Add test for TU lookup.
19071
19072 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19073
19074 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19075 calling "-exec-arguments" or "set args" before running the
19076 inferior.
19077
19078 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19079
19080 * lib/mi-support.exp (mi_expect_stop): Expect message for
19081 inferiors that exit with non-zero exit code.
19082
19083 2014-05-14 Yao Qi <yao@codesourcery.com>
19084
19085 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19086 match absolute path on remote host.
19087 (test_file_list_exec_source_files): Remove "/" from the
19088 pattern.
19089
19090 2014-05-14 Yao Qi <yao@codesourcery.com>
19091
19092 * boards/local-remote-host-notty.exp (${board}_file): New
19093 proc.
19094
19095 2014-05-07 Kyle McMartin <kyle@redhat.com>
19096
19097 Pushed by Joel Brobecker <brobecker@adacore.com>.
19098 * gdb.arch/aarch64-atomic-inst.c: New file.
19099 * gdb.arch/aarch64-atomic-inst.exp: New file.
19100
19101 2014-05-07 Yao Qi <yao@codesourcery.com>
19102
19103 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19104 in current context" too.
19105
19106 2014-05-05 Keith Seitz <keiths@redhat.com>
19107
19108 * gdb.linespec/ls-dollar.exp: Add test for linespec
19109 file:convenience_variable.
19110
19111 2014-05-05 Yao Qi <yao@codesourcery.com>
19112
19113 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19114 traceframes into tfile and ctf trace files. Read data from
19115 trace file and test collected data.
19116 (gdb_collect_locals_test): Likewise.
19117 (gdb_unavailable_registers_test): Likewise.
19118 (gdb_unavailable_floats): Likewise.
19119 (gdb_collect_globals_test): Likewise.
19120 (top-level): Append "ctf" to trace_file_targets if GDB
19121 supports.
19122
19123 2014-05-05 Yao Qi <yao@codesourcery.com>
19124
19125 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19126 code to ...
19127 (gdb_collect_args_test_1): ... it. New proc.
19128 (gdb_collect_locals_test): Move some code to ...
19129 (gdb_collect_locals_test_1): ... it. New proc.
19130 (gdb_unavailable_registers_test): Move some code to ...
19131 (gdb_unavailable_registers_test_1): ... it. New proc.
19132 (gdb_unavailable_floats): Move some code to ...
19133 (gdb_unavailable_floats_1): ... it. New proc.
19134
19135 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19136
19137 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19138 probes to test for bitness recognition.
19139 * gdb.arch/amd64-stap-optional-prefix.exp
19140 (test_probe_value_without_reg): New procedure.
19141 Add code to test for different kinds of bitness.
19142
19143 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19144
19145 PR breakpoints/16889
19146 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19147 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19148
19149 2014-05-01 Pedro Alves <palves@redhat.com>
19150
19151 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19152 gdb_file_cmd if no file is specified.
19153 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19154 last_loaded_file to set the remote exec-file.
19155
19156 2014-05-01 Pedro Alves <palves@redhat.com>
19157
19158 * boards/local-remote-host.exp: New file.
19159
19160 2014-05-01 Pedro Alves <palves@redhat.com>
19161
19162 * boards/local-remote-host.exp: Rename to ...
19163 * boards/local-remote-host-notty.exp: ... this.
19164
19165 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19166
19167 * gdb.ada/dyn_arrayidx: New testcase.
19168
19169 2014-04-26 Yao Qi <yao@codesourcery.com>
19170
19171 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19172 and compute the length of function main. Save it in
19173 $main_length.
19174 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19175 (top-level): Use gdb_compile to compile objects into
19176 executable and restart GDB. Remove invocation to
19177 prepare_for_testing.
19178
19179 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19180 Pedro Alves <palves@redhat.com>
19181
19182 PR server/16255
19183 * gdb.multi/multi-attach.c: New file.
19184 * gdb.multi/multi-attach.exp: New file.
19185
19186 2014-04-25 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19189 user.
19190 (top level): Test that "set remote conditional-breakpoints-packet
19191 off" works as intended.
19192 * gdb.base/dprintf.exp: Test that "set remote
19193 breakpoint-commands-packet off" works as intended.
19194 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19195 New function.
19196 (top level): Call it.
19197 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19198 remote fast-tracepoints-packet off" works as intended.
19199 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19200 * lib/gdb.exp (gdb_is_target_remote): ... here.
19201
19202 2014-04-24 David Blaikie <dblaikie@gmail.com>
19203
19204 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19205 ensure clang would not discard them.
19206 * gdb.base/gdbvars.c: Ditto.
19207 * gdb.base/memattr.c: Ditto.
19208 * gdb.base/whatis.c: Ditto.
19209 * gdb.python/py-prettyprint.c: Ditto.
19210 * gdb.trace/actions.c: Ditto.
19211 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19212 ensure clang would not discard it.
19213
19214 2014-04-24 David Blaikie <dblaikie@gmail.com>
19215
19216 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19217 clang to emit the full definition of type required by the test
19218 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19219
19220 2014-04-24 David Blaikie <dblaikie@gmail.com>
19221
19222 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19223 coax Clang into emitting the definition of the type.
19224 * gdb.cp/pr10728-x.h (y): Ditto.
19225 * gdb.cp/pr10728-y.cc (y): Ditto.
19226
19227 2014-04-24 David Blaikie <dblaikie@gmail.com>
19228
19229 * gdb.base/label.exp: XFAIL label related tests under Clang.
19230 * gdb.cp/cplabel.exp: Ditto.
19231 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19232 under Clang those using labels.
19233
19234 2014-04-25 Yao Qi <yao@codesourcery.com>
19235
19236 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19237 double_label.
19238 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19239 partial_label and double_label.
19240
19241 2014-04-24 David Blaikie <dblaikie@gmail.com>
19242
19243 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19244
19245 2014-04-24 David Blaikie <dblaikie@gmail.com>
19246
19247 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19248 of the function to work across GCC and Clang.
19249 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19250 pointer types (const void ** const V void **).
19251
19252 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19253 Walfred Tedeschi <walfred.tedeschi@intel.com>
19254
19255 * Makefile.in (EXECUTABLES): Added i386-avx512.
19256 * gdb.arch/i386-avx512.c: New file.
19257 * gdb.arch/i386-avx512.exp: Likewise.
19258
19259 2014-04-23 Keith Seitz <keiths@redhat.com>
19260
19261 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19262 (mi_make_breakpoint_table): New procedure.
19263 (mi_create_breakpoint): Use mi_make_breakpoint
19264 and return the result.
19265 (mi_make_breakpoint): New procedure.
19266 (mi_build_kv_pairs): New procedure.
19267
19268 * gdb.mi/mi-break.exp: Remove unused globals,
19269 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19270 All callers updated.
19271 * gdb.mi/mi-dprintf.exp: Use variable to track command
19272 number.
19273 Update all callers of mi_create_breakpoint and use
19274 mi_make_breakpoint_table.
19275 Remove any unused global variables.
19276 * gdb.mi/mi-nonstop.exp: Likewise.
19277 * gdb.mi/mi-nsintrall.exp: Likewise.
19278 * gdb.mi/mi-nsmoribund.exp: Likewise.
19279 * gdb.mi/mi-nsthrexec.exp: Likewise.
19280 * gdb.mi/mi-reverse.exp: Likewise.
19281 * gdb.mi/mi-simplerun.exp: Likewise.
19282 * gdb.mi/mi-stepn.exp: Likewise.
19283 * gdb.mi/mi-syn-frame.exp: Likewise.
19284 * gdb.mi/mi-until.exp: Likewise.
19285 * gdb.mi/mi-var-cp.exp: Likewise.
19286 * gdb.mi/mi-var-display.exp: Likewise.
19287 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19288 * gdb.mi/mi2-var-child.exp: Likewise.
19289 * gdb.mi/mi-vla-c99.exp: Likewise.
19290 * lib/mi-support.exp: Likewise.
19291
19292 From Ian Lance Taylor <iant@cygnus.com>:
19293 * lib/gdb.exp (parse_args): New procedure.
19294
19295 2014-04-23 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/break-unload-file.c: New file.
19298 * gdb.base/break-unload-file.exp: New file.
19299 * gdb.base/sym-file-lib.c (baz): New function.
19300 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19301 field.
19302 (load): Store the segment's mapped size.
19303 (unload): New function.
19304 (unload_shlib): New function.
19305 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19306 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19307 set a breakpoint at baz, and call it.
19308 * gdb.base/sym-file.exp: New tests for stale breakpoint
19309 instructions.
19310
19311 2014-04-23 Pedro Alves <palves@redhat.com>
19312
19313 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19314 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19315 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19316 * gdb.base/hbreak-unmapped.c: New file.
19317 * gdb.base/hbreak-unmapped.exp: New file.
19318 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19319 * lib/gdb.exp (gdb_is_target_remote): ... here.
19320
19321 2014-04-22 Pedro Alves <palves@redhat.com>
19322
19323 * gdb.base/consecutive-step-over.c: New file.
19324 * gdb.base/consecutive-step-over.exp: New file.
19325
19326 2014-04-22 Pedro Alves <palves@redhat.com>
19327
19328 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19329 instead of send_gdb/gdb_expect.
19330
19331 2014-04-22 Yao Qi <yao@codesourcery.com>
19332
19333 * lib/trace-support.exp (generate_tracefile): New procedure.
19334 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19335 return 0.
19336 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19337 if generate_tracefile returns 1.
19338
19339 2014-04-18 Tom Tromey <palves@redhat.com>
19340 Pedro alves <tromey@redhat.com>
19341
19342 PR backtrace/15558
19343 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19344 with a backtrace limit.
19345 * gdb.python/py-frame-inline.exp: Test running to an inline
19346 function with a backtrace limit, and printing the newest frame.
19347 * gdb.python/py-frame-inline.c (main): Call f.
19348
19349 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19350
19351 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19352
19353 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19354
19355 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19356 Drop prefix from unsupported source file path.
19357
19358 2014-04-17 Yao Qi <yao@codesourcery.com>
19359
19360 * lib/gdb.exp (with_target_charset): New proc.
19361 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19362 with_target_charset.
19363 (test_print_strings): Likewise.
19364 (test_repeat_bytes): Likewise.
19365 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19366 for some tests.
19367
19368 2014-04-16 Keith Seitz <keiths@redhat.com>
19369
19370 PR gdb/15827
19371 * gdb.dwarf2/corrupt.c: New file.
19372 * gdb.dwarf2/corrupt.exp: New file.
19373
19374 2014-04-16 Keith Seitz <keiths@redhat.com>
19375
19376 PR c++/16597
19377 * gdb.cp/namelessclass.cc: New file.
19378 * gdb.cp/namelessclass.exp: New file.
19379 * gdb.cp/namelessclass.S: New file.
19380
19381 2014-04-16 Doug Evans <dje@google.com>
19382
19383 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19384 Add comment.
19385 (gdbserver_default_get_comm_port): New function.
19386 (gdbserver_start): Check if board file provided
19387 "gdbserver,get_comm_port" and use it if so.
19388 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19389 (gdb,socketport): Set to "stdio".
19390 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19391 (stdio_gdbserver_template): Delete.
19392 (${board}_get_remote_address): Update.
19393 (${board}_build_remote_cmd): Delete.
19394 (${board}_get_comm_port): New function.
19395 (${board}_spawn): Update.
19396 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19397 Delete.
19398 (${board}_get_remote_address): Update.
19399 (${board}_get_comm_port): New function.
19400
19401 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19402
19403 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19404 appearing in any order.
19405
19406 2014-04-15 Doug Evans <dje@google.com>
19407
19408 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19409 uninitialized value of "description".
19410
19411 2014-04-15 Keith Seitz <keiths@redhat.com>
19412
19413 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19414 Remove unused globals.
19415 (test_running_the_program): Likewise.
19416 (test_controlled_execution): Likewise.
19417 (test_controlling_breakpoints): Likewise.
19418 (test_program_termination): Likewise.
19419
19420 2014-04-15 Keith Seitz <keiths@redhat.com>
19421
19422 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19423 unused globals.
19424 (test_rbreak_creation_and_listing): Likewise.
19425 (test_ignore_count): Likewise.
19426 (test_error): Likewise.
19427
19428 2014-04-15 Pedro Alves <palves@redhat.com>
19429
19430 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19431 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19432 sym-file-loader.c.
19433 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19434 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19435 to sym-file-loader.c.
19436 (struct library): Forward declare.
19437 (load_shlib, lookup_function): Change prototypes.
19438 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19439 (translate_offset): Remove declarations.
19440 (get_text_addr): New declaration.
19441 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19442 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19443 sym-file-loader.h.
19444 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19445 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19446 here from sym-file-loader.h.
19447 (struct library): New structure.
19448 (load_shlib, lookup_function): Change prototypes and adjust to
19449 work with a struct library.
19450 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19451 (translate_offset): Make static.
19452 (get_text_addr): New function.
19453 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19454
19455 2014-04-15 Pedro Alves <palves@redhat.com>
19456
19457 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19458
19459 2014-04-15 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/sym-file-loader.c: Include <limits.h>.
19462 (SELF_LINK): New define.
19463 (get_origin): New function.
19464 (load_shlib): Use it.
19465 * gdb.base/sym-file.exp: Don't early return if the target is
19466 remote. Use runto_main, and issue fail is that fails. Use
19467 gdb_load_shlibs.
19468 (shlib_name): Delete.
19469 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19470
19471 2014-04-15 Pedro Alves <palves@redhat.com>
19472
19473 * gdb.base/sym-file.exp: Remove regex characters from test
19474 message. Don't refer to breakpoint numbers in test messages.
19475
19476 2014-04-14 Keith Seitz <keiths@redhat.com>
19477
19478 PR c++/16253
19479 * gdb.cp/var-tag.cc: New file.
19480 * gdb.cp/var-tag.exp: New file.
19481 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19482 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19483 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19484 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19485
19486 2014-04-14 Tom Tromey <tromey@redhat.com>
19487
19488 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19489 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19490 type.
19491 * gdb.cp/enum-class.exp: New file.
19492 * gdb.cp/enum-class.cc: New file.
19493
19494 2014-04-14 Tom Tromey <tromey@redhat.com>
19495
19496 * gdb.dwarf2/enum-type.exp: New file.
19497
19498 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19499
19500 * gdb.mi/mi-vla-c99.exp: New file.
19501 * gdb.mi/vla.c: New file.
19502
19503 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19504
19505 * gdb.base/vla-datatypes.c: New file.
19506 * gdb.base/vla-datatypes.exp: New file.
19507
19508 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19509
19510 * gdb.base/vla-ptr.c: New file.
19511 * gdb.base/vla-ptr.exp: New file.
19512
19513 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19514
19515 * gdb.dwarf2/count.exp: New file.
19516
19517 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19518
19519 * gdb.base/vla-sideeffect.c: New file.
19520 * gdb.base/vla-sideeffect.exp: New file.
19521
19522 2014-04-14 David Blaikie <dblaikie@gmail.com>
19523
19524 * gdb.mi/non-stop.c: Add return value for non-void function return
19525 statement.
19526 * gdb.threads/staticthreads.c: Ditto.
19527
19528 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19529 Doug Evans <xdje42@gmail.com>
19530
19531 * gdb.guile/scm-value.c: Improve test case.
19532 * gdb.guile/scm-value.exp: Add new test.
19533
19534 2014-04-11 David Blaikie <dblaikie@gmail.com>
19535
19536 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19537 override Clang's default.
19538
19539 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19540
19541 Revert the following changes (regressions):
19542
19543 * gdb.base/vla-sideeffect.c: New file.
19544 * gdb.base/vla-sideeffect.exp: New file.
19545
19546 * gdb.dwarf2/count.exp: New file.
19547
19548 * gdb.base/vla-multi.c: New file.
19549 * gdb.base/vla-multi.exp: New file.
19550
19551 * gdb.base/vla-ptr.c: New file.
19552 * gdb.base/vla-ptr.exp: New file.
19553
19554 * gdb.base/vla-datatypes.c: New file.
19555 * gdb.base/vla-datatypes.exp: New file.
19556
19557 * gdb.mi/mi-vla-c99.exp: New file.
19558 * gdb.mi/vla.c: New file.
19559
19560 2014-04-11 Keith Seitz <keiths@redhat.com>
19561
19562 PR c++/16675
19563 * gdb.cp/cpsizeof.exp: New file.
19564 * gdb.cp/cpsizeof.cc: New file.
19565
19566 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19567
19568 * gdb.mi/mi-vla-c99.exp: New file.
19569 * gdb.mi/vla.c: New file.
19570
19571 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19572
19573 * gdb.base/vla-datatypes.c: New file.
19574 * gdb.base/vla-datatypes.exp: New file.
19575
19576 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19577
19578 * gdb.base/vla-ptr.c: New file.
19579 * gdb.base/vla-ptr.exp: New file.
19580
19581 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19582
19583 * gdb.base/vla-multi.c: New file.
19584 * gdb.base/vla-multi.exp: New file.
19585
19586 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19587
19588 * gdb.dwarf2/count.exp: New file.
19589
19590 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19591
19592 * gdb.base/vla-sideeffect.c: New file.
19593 * gdb.base/vla-sideeffect.exp: New file.
19594
19595 2014-04-11 Yao Qi <yao@codesourcery.com>
19596
19597 * gdb.base/completion.exp: Check file exists before running tests
19598 on file completion.
19599
19600 2014-04-10 Pedro Alves <palves@redhat.com>
19601
19602 * gdb.base/cond-eval-mode.c: New file.
19603 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19604 prepare_for_testing to build the new file. Check result of
19605 runto_main.
19606 (test_break, test_watch): New procedures.
19607 (top level): Use them.
19608
19609 2014-04-08 Pierre Muller <muller@sourceware.org>
19610
19611 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19612 Ctrl-V use for mingw hosts.
19613
19614 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19615
19616 * gdb.python/py-value.c: Improve test case.
19617 * gdb.python/py-value.exp: Add new test.
19618
19619 2014-04-07 David Blaikie <dblaikie@gmail.com>
19620
19621 * lib/compiler.c: Identify the clang compiler.
19622 * lib/compiler.cc: Ditto.
19623
19624 2014-04-03 Yao Qi <yao@codesourcery.com>
19625
19626 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19627
19628 2014-04-01 Anton Blanchard <anton@samba.org>
19629
19630 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19631 messages unique.
19632
19633 2014-04-01 Anton Blanchard <anton@samba.org>
19634
19635 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19636 prepare_for_testing.
19637
19638 2014-04-01 Anton Blanchard <anton@samba.org>
19639
19640 * gdb.arch/ppc64-atomic-inst.c: Remove.
19641 * gdb.arch/ppc64-atomic-inst.S: New file.
19642 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19643
19644 2014-03-31 Doug Evans <dje@google.com>
19645
19646 * gdb.base/print-symbol-loading-lib.c: New file.
19647 * gdb.base/print-symbol-loading-main.c: New file.
19648 * gdb.base/print-symbol-loading.exp: New file.
19649
19650 2014-03-31 Yao Qi <yao@codesourcery.com>
19651
19652 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19653
19654 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19655
19656 * gdb.ada/mi_dyn_arr: New testcase.
19657
19658 2014-03-27 Doug Evans <dje@google.com>
19659
19660 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19661
19662 2014-03-27 Yao Qi <yao@codesourcery.com>
19663
19664 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19665 if target is nios2-*-*.
19666
19667 2014-03-26 Yao Qi <yao@codesourcery.com>
19668
19669 * lib/gdb.exp (readline_is_used): New proc.
19670 * gdb.base/completion.exp: Move tests on command complete up.
19671 Skip the rest of tests if readline is not used.
19672 * gdb.ada/complete.exp: Skp the test if readline is not
19673 used.
19674 * gdb.base/filesym.exp: Likewise.
19675 * gdb.base/macscp.exp: Likewise.
19676 * gdb.base/readline-ask.exp: Likewise.
19677 * gdb.base/readline.exp: Likewise.
19678 * gdb.python/py-cmd.exp: Likewise.
19679 * gdb.trace/tfile.exp: Likewise.
19680
19681 2014-03-26 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.base/macscp.exp: Fix code format issues.
19684
19685 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19686
19687 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19688 * gdb.asm/powerpc64le.inc: New file.
19689
19690 2014-03-25 Pedro Alves <palves@redhat.com>
19691 Doug Evans <dje@google.com>
19692
19693 * gdb.base/source-execution.c: New file.
19694 * gdb.base/source-execution.exp: New file.
19695 * gdb.base/source-execution.gdb: New file.
19696
19697 2014-03-24 Doug Evans <dje@google.com>
19698
19699 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19700 using fission.
19701
19702 2014-03-24 Hui Zhu <hui@codesourcery.com>
19703 Pedro Alves <palves@redhat.com>
19704
19705 PR breakpoints/16101
19706 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19707 test pass/fail messages. Detect missing support for dprintf when
19708 breakpoints are actually inserted.
19709 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19710 breakpoints are actually inserted.
19711 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19712 fails.
19713
19714 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19715
19716 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19717
19718 2014-03-22 Doug Evans <xdje42@gmail.com>
19719
19720 * gdb.python/python.exp (python not supported): Verify multi-line
19721 python command issues an error.
19722 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19723 guile command issues an error.
19724
19725 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19726
19727 * gdb.threads/thread-specific.exp: Handle the lack of usable
19728 $this_breakpoint and $this_thread.
19729
19730 2014-03-21 Hui Zhu <hui@codesourcery.com>
19731
19732 * gdb.base/attach.exp (do_command_attach_tests): New.
19733
19734 2014-03-20 Tom Tromey <tromey@redhat.com>
19735 Pedro Alves <palves@redhat.com>
19736
19737 PR cli/15718
19738 * gdb.base/condbreak-call-false.c: New file.
19739 * gdb.base/condbreak-call-false.exp: New file.
19740
19741 2014-03-20 Pedro Alves <palves@redhat.com>
19742
19743 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19744 Delete.
19745 (block_signals, unblock_signals): Delete.
19746 (child_function_2, main): Remove references to deleted variable
19747 and functions.
19748
19749 2014-03-20 Pedro Alves <palves@redhat.com>
19750
19751 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19752 Use pthread_kill to signal thread 2.
19753 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19754 Adjust to make the test send itself a signal rather than using the
19755 host's "kill" command.
19756
19757 2014-03-20 Pedro Alves <palves@redhat.com>
19758
19759 * gdb.threads/multiple-step-overs.c: New file.
19760 * gdb.threads/multiple-step-overs.exp: New file.
19761 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19762 Adjust expected infrun debug output.
19763
19764 2014-03-20 Pedro Alves <palves@redhat.com>
19765
19766 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19767 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19768
19769 2014-03-20 Pedro Alves <palves@redhat.com>
19770
19771 PR breakpoints/7143
19772 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19773 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19774 of gdb_test_multiple.
19775 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19776 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19777
19778 2014-03-20 Pedro Alves <palves@redhat.com>
19779
19780 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19781 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19782
19783 2014-03-19 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.base/async.exp: Remove early return.
19786
19787 2014-03-19 Pedro Alves <palves@redhat.com>
19788
19789 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19790
19791 2014-03-19 Pedro Alves <palves@redhat.com>
19792
19793 * gdb.base/async.exp (test_background): Expect \r\n after
19794 "completed." in the fail pattern.
19795
19796 2014-03-19 Pedro Alves <palves@redhat.com>
19797
19798 * gdb.base/async.exp (test_background): New procedure.
19799 Use it for all background execution command tests.
19800
19801 2014-03-19 Pedro Alves <palves@redhat.com>
19802
19803 * gdb.base/async.exp: Use prepare_for_testing.
19804
19805 2014-03-19 Pedro Alves <palves@redhat.com>
19806
19807 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19808 the same line.
19809
19810 2014-03-19 Pedro Alves <palves@redhat.com>
19811
19812 * gdb.base/async.c (main): Add "jump here" and "until here" line
19813 marker comments.
19814 * gdb.base/async.exp (jump_here): New global.
19815 (jump& test): Use it.
19816 (until_here): New global.
19817 (until& test): Use it.
19818
19819 2014-03-19 Pedro Alves <palves@redhat.com>
19820
19821 * gdb.base/async.exp: Don't frob gdb_protocol.
19822
19823 2014-03-18 Doug Evans <xdje42@gmail.com>
19824
19825 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19826 Fix spelling of exec-done-display.
19827
19828 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19829
19830 PR gdb/15358
19831 * gdb.base/gdb-sigterm.c: New file.
19832 * gdb.base/gdb-sigterm.exp: New file.
19833
19834 2014-03-18 Pedro Alves <palves@redhat.com>
19835
19836 PR gdb/13860
19837 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19838 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19839 solib-event.
19840
19841 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19842
19843 * gdb.ada/pckd_arr_ren: New testcase.
19844
19845 2014-03-13 Doug Evans <xdje42@gmail.com>
19846
19847 PR guile/16612
19848 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19849 collect after discarding symbols.
19850
19851 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19852 Doug Evans <xdje42@gmail.com>
19853
19854 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19855 to history survives a gc.
19856
19857 2014-03-13 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.base/default.exp: Don't test "target procfs".
19860
19861 2014-03-13 Pedro Alves <palves@redhat.com>
19862
19863 * gdb.base/default.exp: Update "target child" and "target procfs"
19864 tests to not expect "Unix".
19865
19866 2014-03-12 Tom Tromey <tromey@redhat.com>
19867
19868 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19869 New procs. Add target-async tests.
19870 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19871 Add target-async tests.
19872
19873 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19874
19875 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19876 'func_start' and 'func_end' for the beginning and end of the
19877 function code, respectively.
19878 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19879 'func_end' instead of 'func' and 'main'.
19880
19881 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19882
19883 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19884 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19885 generate the debug info assembler source.
19886
19887 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19888
19889 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19890 * gdb.dwarf2/arr-subrange.exp: Likewise.
19891 * gdb.dwarf2/dwz.exp: Likewise.
19892 * gdb.dwarf2/method-ptr.exp: Likewise.
19893 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19894 * gdb.dwarf2/subrange.exp: Likewise.
19895 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19896 * gdb.dwarf2/implptrpiece.exp: Likewise.
19897 * gdb.dwarf2/nostaticblock.exp: Likewise.
19898
19899 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19900
19901 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19902 directory to absolute path name arguments.
19903
19904 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19905
19906 * gdb.ada/tagged_access: New testcase.
19907
19908 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19909
19910 * gdb.btrace/data.exp: Update expected output.
19911
19912 2014-03-06 Yao Qi <yao@codesourcery.com>
19913
19914 * gdb.trace/pr16508.exp: New file.
19915
19916 2014-03-05 Pedro Alves <palves@redhat.com>
19917
19918 PR gdb/16575
19919 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19920 procedure.
19921 (top level): Adjust to use it. Add tests that exercise breakpoint
19922 interaction with the code-cache.
19923
19924 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19925
19926 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19927 test for 'history-append!'.
19928
19929 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19930
19931 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19932 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19933 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19934 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19935 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19936 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19937
19938 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19939
19940 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19941 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19942 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19943
19944 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19945
19946 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19947
19948 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19949
19950 * gdb.dwarf2/arr-stride.c: New file.
19951 * gdb.dwarf2/arr-stride.exp: New file.
19952
19953 2014-02-26 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19956 that won't ever trigger. Make sure that GDB reports the correct
19957 breakpoint that caused the stop.
19958
19959 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19960
19961 PR gdb/16626
19962 * gdb.base/auto-load-script: New file.
19963 * gdb.base/auto-load.c: New file.
19964 * gdb.base/auto-load.exp: New file.
19965
19966 PR gdb/16626
19967 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19968
19969 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19970
19971 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19972 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19973
19974 2014-02-24 Doug Evans <dje@google.com>
19975
19976 * lib/gdb.exp (run_on_host): Log error output if program fails.
19977
19978 2014-02-21 Pedro Alves <palves@redhat.com>
19979
19980 * gdb.threads/step-after-sr-lock.c: Rename to ...
19981 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19982 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19983 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19984 ... this.
19985
19986 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19987
19988 PR tdep/16397
19989 * gdb.arch/amd64-stap-special-operands.exp: New file.
19990 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19991 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19992 * gdb.arch/amd64-stap-triplet.S: Likewise.
19993 * gdb.arch/amd64-stap-triplet.c: Likewise.
19994
19995 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19996
19997 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19998 in .section pseudo-op.
19999
20000 2014-02-20 lin zuojian <manjian2006@gmail.com>
20001 Joel Brobecker <brobecker@adacore.com>
20002 Doug Evans <xdje42@gmail.com>
20003
20004 PR symtab/16581
20005 * gdb.dwarf2/dw2-icycle.S: New file.
20006 * gdb.dwarf2/dw2-icycle.c: New file.
20007 * gdb.dwarf2/dw2-icycle.exp: New file.
20008
20009 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20010
20011 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20012 operations on gdb.Value objects.
20013 * gdb.python/py-value-cc.exp: Add new test to test operations on
20014 gdb.Value objects.
20015
20016 2014-02-18 Doug Evans <dje@google.com>
20017
20018 * Makefile.in (TESTS): New variable.
20019 (expanded_tests, expanded_tests_or_none): New variables
20020 (check-single): Pass $(expanded_tests_or_none) to runtest.
20021 (check-parallel): Only run tests in $(TESTS) if non-empty.
20022 (check/no-matching-tests-found): New rule.
20023 * README: Document TESTS makefile variable.
20024
20025 2014-02-18 Doug Evans <dje@google.com>
20026
20027 * Makefile.in (check-parallel): rm -rf outputs temp.
20028
20029 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20030
20031 Fix "ERROR: no fileid for" in the testsuite.
20032 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20033
20034 2014-02-12 Doug Evans <dje@google.com>
20035
20036 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20037 (MISCELLANEOUS): New variable.
20038 (clean): rm -rf $(MISCELLANEOUS).
20039 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20040 dwp live in the same directory as symlinks, with each symlink pointed
20041 to a differently named file in a different directory.
20042
20043 2014-02-11 Doug Evans <dje@google.com>
20044
20045 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20046 of Tcl file commands.
20047
20048 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20049
20050 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20051 "kill -SIGUSR1 -1".
20052
20053 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20054
20055 * gdb.ada/tick_length_array_enum_idx: New testcase.
20056
20057 2014-02-10 Doug Evans <xdje42@gmail.com>
20058
20059 * configure.ac (AC_OUTPUT): Add gdb.guile.
20060 * configure: Regenerate.
20061 * lib/gdb-guile.exp: New file.
20062 * lib/gdb.exp (get_target_charset): New function.
20063 * gdb.base/help.exp: Update expected output from "apropos apropos".
20064 * gdb.guile/Makefile.in: New file.
20065 * gdb.guile/guile.exp: New file.
20066 * gdb.guile/scm-arch.c: New file.
20067 * gdb.guile/scm-arch.exp: New file.
20068 * gdb.guile/scm-block.c: New file.
20069 * gdb.guile/scm-block.exp: New file.
20070 * gdb.guile/scm-breakpoint.c: New file.
20071 * gdb.guile/scm-breakpoint.exp: New file.
20072 * gdb.guile/scm-disasm.c: New file.
20073 * gdb.guile/scm-disasm.exp: New file.
20074 * gdb.guile/scm-equal.c: New file.
20075 * gdb.guile/scm-equal.exp: New file.
20076 * gdb.guile/scm-error.exp: New file.
20077 * gdb.guile/scm-error.scm: New file.
20078 * gdb.guile/scm-frame-args.c: New file.
20079 * gdb.guile/scm-frame-args.exp: New file.
20080 * gdb.guile/scm-frame-args.scm: New file.
20081 * gdb.guile/scm-frame-inline.c: New file.
20082 * gdb.guile/scm-frame-inline.exp: New file.
20083 * gdb.guile/scm-frame.c: New file.
20084 * gdb.guile/scm-frame.exp: New file.
20085 * gdb.guile/scm-generics.exp: New file.
20086 * gdb.guile/scm-gsmob.exp: New file.
20087 * gdb.guile/scm-iterator.c: New file.
20088 * gdb.guile/scm-iterator.exp: New file.
20089 * gdb.guile/scm-math.c: New file.
20090 * gdb.guile/scm-math.exp: New file.
20091 * gdb.guile/scm-objfile-script-gdb.in: New file.
20092 * gdb.guile/scm-objfile-script.c: New file.
20093 * gdb.guile/scm-objfile-script.exp: New file.
20094 * gdb.guile/scm-objfile.c: New file.
20095 * gdb.guile/scm-objfile.exp: New file.
20096 * gdb.guile/scm-ports.exp: New file.
20097 * gdb.guile/scm-pretty-print.c: New file.
20098 * gdb.guile/scm-pretty-print.exp: New file.
20099 * gdb.guile/scm-pretty-print.scm: New file.
20100 * gdb.guile/scm-section-script.c: New file.
20101 * gdb.guile/scm-section-script.exp: New file.
20102 * gdb.guile/scm-section-script.scm: New file.
20103 * gdb.guile/scm-symbol.c: New file.
20104 * gdb.guile/scm-symbol.exp: New file.
20105 * gdb.guile/scm-symtab-2.c: New file.
20106 * gdb.guile/scm-symtab.c: New file.
20107 * gdb.guile/scm-symtab.exp: New file.
20108 * gdb.guile/scm-type.c: New file.
20109 * gdb.guile/scm-type.exp: New file.
20110 * gdb.guile/scm-value-cc.cc: New file.
20111 * gdb.guile/scm-value-cc.exp: New file.
20112 * gdb.guile/scm-value.c: New file.
20113 * gdb.guile/scm-value.exp: New file.
20114 * gdb.guile/source2.scm: New file.
20115 * gdb.guile/types-module.cc: New file.
20116 * gdb.guile/types-module.exp: New file.
20117
20118 2014-02-10 Yao Qi <yao@codesourcery.com>
20119
20120 PR testsuite/16543
20121 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20122 * configure: Regenerated.
20123 * Makefile.in: New file.
20124
20125 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20126
20127 * gdb.python/py-framefilter.exp: Fix typo.
20128
20129 2014-02-08 Yao Qi <yao@codesourcery.com>
20130
20131 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20132 that no =breakpoint-modified is emitted when breakpoints are
20133 modified through MI commands.
20134
20135 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20136 Pedro Alves <palves@redhat.com>
20137
20138 * gdb.threads/step-after-sr-lock.c: New file.
20139 * gdb.threads/step-after-sr-lock.exp: New file.
20140
20141 2014-02-07 Pedro Alves <palves@redhat.com>
20142
20143 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20144
20145 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20146
20147 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20148 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20149
20150 2014-02-06 Doug Evans <xdje42@gmail.com>
20151
20152 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20153 output.
20154
20155 * gdb.gdb/python-interrupts.exp: New file.
20156
20157 2014-02-05 Yao Qi <yao@codesourcery.com>
20158
20159 * gdb.trace/report.exp (use_collected_data): Test the output
20160 of "info threads" and "info inferiors".
20161
20162 2014-02-05 Yao Qi <yao@codesourcery.com>
20163
20164 Revert this patch:
20165
20166 2013-05-24 Yao Qi <yao@codesourcery.com>
20167
20168 * gdb.trace/tfile.exp: Test inferior and thread.
20169
20170 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20171
20172 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20173 on a function.
20174 * gdb.base/step-bt.c: Call hello via function pointer to make
20175 sure its first instruction is executed on powerpc64le-linux.
20176
20177 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20178
20179 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20180
20181 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20182
20183 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20184 of the test patterns for use on little-endian systems.
20185
20186 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20187
20188 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20189 (decimal_vector): Fix for little-endian.
20190
20191 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20192
20193 * gdb.arch/sparc-sysstep.exp: New file.
20194 * gdb.arch/sparc-sysstep.c: Likewise.
20195
20196 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20197
20198 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20199
20200 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20201
20202 2014-01-23 Tom Tromey <tromey@redhat.com>
20203
20204 * gdb.ada/array_char_idx: New testcase.
20205
20206 2014-01-23 Tom Tromey <tromey@redhat.com>
20207
20208 PR python/16487:
20209 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20210 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20211 classes.
20212
20213 2014-01-23 Tom Tromey <tromey@redhat.com>
20214
20215 PR python/16491:
20216 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20217 string from an inferior frame.
20218 * gdb.python/py-framefilter-mi.exp: Update.
20219
20220 2014-01-22 Doug Evans <dje@google.com>
20221
20222 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20223
20224 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20225
20226 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20227
20228 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20229
20230 * gdb.trace/entry-values.exp: Remove excess space character from
20231 regex patterns. Handle s390 call instruction.
20232
20233 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20234
20235 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20236 define "*_start" label. Make "name" static.
20237 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20238 ${name} by references to ${name}_start.
20239
20240 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20241
20242 * gdb.base/info-macros.exp: Remove "debug" from the compile
20243 options.
20244
20245 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20246
20247 * gdb.dlang/demangle.exp: New file.
20248
20249 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20250
20251 * gdb.dlang/primitive-types.exp: New file.
20252
20253 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20254
20255 * configure.ac: Create gdb.dlang/Makefile.
20256 * configure: Regenerate.
20257 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20258 * gdb.dlang/Makefile.in: New file.
20259 * lib/d-support.exp: New file.
20260 * lib/gdb.exp (skip_d_tests): New proc.
20261
20262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20263
20264 * gdb.btrace/delta.exp: Check reverse stepi.
20265 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20266 * gdb.btrace/finish.exp: New.
20267 * gdb.btrace/next.exp: New.
20268 * gdb.btrace/nexti.exp: New.
20269 * gdb.btrace/record_goto.c: Add comments.
20270 * gdb.btrace/step.exp: New.
20271 * gdb.btrace/stepi.exp: New.
20272 * gdb.btrace/multi-thread-step.c: New.
20273 * gdb.btrace/multi-thread-step.exp: New.
20274 * gdb.btrace/rn-dl-bind.c: New.
20275 * gdb.btrace/rn-dl-bind.exp: New.
20276 * gdb.btrace/data.c: New.
20277 * gdb.btrace/data.exp: New.
20278 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20279
20280 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20281
20282 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20283 * gdb.btrace/exception.exp: Update.
20284 * gdb.btrace/instruction_history.exp: Update.
20285 * gdb.btrace/record_goto.exp: Update.
20286 * gdb.btrace/tailcall.exp: Update.
20287 * gdb.btrace/unknown_functions.exp: Update.
20288 * gdb.btrace/delta.exp: New.
20289
20290 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20291
20292 * gdb.btrace/record_goto.exp: Add backtrace test.
20293 * gdb.btrace/tailcall.exp: Add backtrace test.
20294
20295 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20296
20297 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20298 * gdb.btrace/record_goto.c: New.
20299 * gdb.btrace/record_goto.exp: New.
20300 * gdb.btrace/x86-record_goto.S: New.
20301
20302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20303
20304 * gdb.btrace/function_call_history.exp: Update tests.
20305 * gdb.btrace/instruction_history.exp: Update tests.
20306
20307 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20308
20309 * gdb.btrace/function_call_history.exp: Fix expected field
20310 order for "record function-call-history".
20311 Add new tests for "record function-call-history /c".
20312 * gdb.btrace/exception.cc: New.
20313 * gdb.btrace/exception.exp: New.
20314 * gdb.btrace/tailcall.exp: New.
20315 * gdb.btrace/x86-tailcall.S: New.
20316 * gdb.btrace/x86-tailcall.c: New.
20317 * gdb.btrace/unknown_functions.c: New.
20318 * gdb.btrace/unknown_functions.exp: New.
20319 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20320
20321 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20322
20323 * gdb.btrace/instruction_history.exp: Update.
20324 * gdb.btrace/function_call_history.exp: Update.
20325
20326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20327
20328 * gdb.btrace/function_call_history.exp: Fix expected function
20329 trace.
20330 * gdb.btrace/instruction_history.exp: Initialize traced.
20331 Remove traced_functions.
20332
20333 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20334
20335 * gdb.btrace/function_call_history.exp: Update
20336 * gdb.btrace/instruction_history.exp: Update.
20337
20338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20339
20340 * gdb.btrace/enable.exp: Update expected text.
20341
20342 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20343
20344 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20345 bytes.
20346
20347 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20348
20349 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20350
20351 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20352
20353 * lib/gdb.exp (supports_process_record): Return true for
20354 arm*-linux*. (supports_reverse): Likewise.
20355
20356 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20357
20358 PR python/15464
20359 PR python/16113
20360 * gdb.python/py-type.c: Enhance test case.
20361 * gdb.python/py-value-cc.cc: Likewise
20362 * gdb.python/py-type.exp: Add new tests.
20363 * gdb.python/py-value-cc.exp: Likewise
20364
20365 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20366 Pedro Alves <palves@redhat.com>
20367
20368 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20369 Make "name" extern.
20370 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20371 references to ${name}_start by references to ${name}.
20372
20373 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20374
20375 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20376
20377 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20378
20379 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20380
20381 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20382 Pedro Alves <palves@redhat.com>
20383
20384 * gdb.mi/mi-info-os.exp: Connect to the target with
20385 mi_gdb_target_load.
20386
20387 2014-01-08 Pedro Alves <palves@redhat.com>
20388
20389 * gdb.threads/reconnect-signal.c: New file.
20390 * gdb.threads/reconnect-signal.exp: New file.
20391
20392 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20393
20394 * gdb.base/source-dir.exp: New file.
20395
20396 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20397
20398 * gdb.ada/mi_interface: New testcase.
20399
20400 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20401
20402 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20403 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20404 gdb.ada/pp-rec-component/pck.ads: New files.
20405
20406 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20407
20408 * gdb.python/py-pp-integral.c: New file.
20409 * gdb.python/py-pp-integral.py: New file.
20410 * gdb.python/py-pp-integral.exp: New file.
20411
20412 For older changes see ChangeLog-1993-2013.
20413 \f
20414 ;; Local Variables:
20415 ;; mode: change-log
20416 ;; left-margin: 8
20417 ;; fill-column: 74
20418 ;; version-control: never
20419 ;; End:
20420
20421 Copyright 2014-2020 Free Software Foundation, Inc.
20422 Copying and distribution of this file, with or without modification,
20423 are permitted provided the copyright notice and this notice are preserved.
This page took 0.484813 seconds and 4 git commands to generate.