[gdb/symtab] Fix line-table end-of-sequence sorting
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-06 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4
5 2020-07-03 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/structs2.c (main): Adjust second parem_reg call to
8 explicitly write negative numbers.
9 * gdb.base/structs2.exp: Adjust expected output.
10
11 2020-07-03 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/charset.c (init_string): Change all char parameters to
14 unsigned char parameters.
15
16 2020-07-03 Pedro Alves <palves@redhat.com>
17
18 * gdb.base/call-sc.exp (start_scalars_test): Use
19 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
20 * gdb.base/overlays.c: Remove references to PARAMS.
21 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
22 * gdb.base/reread.exp: Don't set 'prototypes' global.
23 * gdb.base/structs.exp (start_structs_test): Use
24 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
25 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
26 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
27 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
28 call.
29 * gdb.base/varargs.exp: Don't set 'prototypes' global.
30
31 2020-07-03 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/m32rovly.c: Delete.
34 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
35
36 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
37
38 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
39 of gdb_py_test_multiple.
40 * gdb.python/py-cmd.exp: Likewise.
41 * gdb.python/py-events.exp: Likewise.
42 * gdb.python/py-function.exp: Likewise.
43 * gdb.python/py-inferior.exp: Likewise.
44 * gdb.python/py-infthread.exp: Likewise.
45 * gdb.python/py-linetable.exp: Likewise.
46 * gdb.python/py-parameter.exp: Likewise.
47 * gdb.python/py-value.exp: Likewise.
48
49 2020-06-30 Tom de Vries <tdevries@suse.de>
50
51 PR testsuite/26175
52 * lib/future.exp (gdb_default_target_compile): Detect and handle
53 early_flags.
54
55 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
56
57 * boards/simavr.exp (gdb_load): Catch errors when closing
58 previous connection. Close connection, wait for process and
59 unset simavr_spawn_id on failure.
60
61 2020-06-29 Tom de Vries <tdevries@suse.de>
62
63 * lib/gdb.exp (unknown): Make test-case unresolved.
64
65 2020-06-29 Tom de Vries <tdevries@suse.de>
66
67 PR gdb/25475
68 * gdb.server/solib-list.exp: Verify that the symbol reload
69 confirmation question is asked.
70
71 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
72
73 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
74 have a input seq nr in each pass message.
75 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
76 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
77 * gdb.python/python.exp: Make test names unique,
78 use gdb_test_multiline instead of gdb_py_test_multiple,
79 use $gdb_test_name.
80 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
81
82 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
83
84 * configure.ac: Add --enable-libctf.
85 * aclocal.m4: sinclude ../config/enable.m4.
86 * Makefile.in (site.exp): Add enable_libctf to site.exp.
87 * lib/gdb.exp (skip_ctf_tests): Use it.
88 * gdb.base/ctf-constvars.exp: Error message tweak.
89 * gdb.base/ctf-ptype.exp: Likewise.
90 * configure: Regenerate.
91
92 2020-06-26 Gary Benson <gbenson@redhat.com>
93
94 * gdb.cp/try_catch.cc: Include string.h.
95 (main): Replace comparison against string literal with
96 strcmp, avoiding build failure with -Wstring-compare.
97 Add "marker test-complete".
98 * gdb.cp/try_catch.exp: Run the test to the above marker,
99 then verify that the value of "test" is still true.
100
101 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
104
105 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
108
109 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
112 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
113 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
114 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
115 * gdb.arch/riscv-tdesc-loading.exp: New file.
116
117 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
120
121 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
122
123 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
124 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
125 * gdb.arch/riscv-tdesc-regs.c: New file.
126 * gdb.arch/riscv-tdesc-regs.exp: New file.
127
128 2020-06-24 Pedro Alves <palves@redhat.com>
129
130 * gdb.arch/amd64-entry-value-paramref.exp: Use
131 prepare_for_testing_full and don't pass "c++" for the .S file
132 build spec.
133 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
134 $options, since it's an assembly file. Remove -Wno-deprecated.
135 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
136 compiling C++ programs.
137
138 2020-06-24 Pedro Alves <palves@redhat.com>
139
140 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
141 Clang, add "-Wno-unknown-warning-option" to the options.
142
143 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.xml/tdesc-reload.c: New file.
146 * gdb.xml/tdesc-reload.exp: New file.
147 * gdb.xml/maint-xml-dump-01.xml: New file.
148 * gdb.xml/maint-xml-dump-02.xml: New file.
149 * gdb.xml/maint-xml-dump.exp: New file.
150
151 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
152
153 * lib/completion-support.exp (test_gdb_completion_offers_commands):
154 Adjust for omitted commands when TUI is disabled.
155
156 2020-06-23 Gary Benson <gbenson@redhat.com>
157 Pedro Alves <palves@redhat.com>
158
159 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
160 * gdb.cp/nsimport.cc: Likewise.
161 * gdb.cp/nsnested.cc: Likewise.
162 * gdb.cp/nsnoimports.cc: Likewise.
163 * gdb.cp/nsusing.cc: Likewise.
164 * gdb.cp/smartp.cc: Likewise.
165 * gdb.python/py-pp-integral.c: Likewise.
166 * gdb.python/py-pp-re-notag.c: Likewise.
167
168 2020-06-23 Gary Benson <gbenson@redhat.com>
169
170 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
171 * gdb.cp/nsimport.cc: Likewise.
172 * gdb.cp/nsnested.cc: Likewise.
173 * gdb.cp/nsnoimports.cc: Likewise.
174 * gdb.cp/nsusing.cc: Likewise.
175 * gdb.cp/smartp.cc: Likewise.
176 * gdb.python/py-pp-integral.c: Likewise.
177 * gdb.python/py-pp-re-notag.c: Likewise.
178
179 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
180
181 * gdb.base/default-args.exp: New test.
182 * gdb.base/default-args.c: New file.
183 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
184 * gdb.base/default.exp: Update to new help text.
185 * gdb.base/help.exp: Likewise.
186 * gdb.base/page.exp: Likewise.
187 * gdb.base/style.exp: Likewise.
188 * gdb.guile/guile.exp: Likewise.
189 * gdb.python/python.exp: Likewise.
190
191 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
192
193 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
194 remote host. Fix search path syntax on Windows host.
195
196 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
197
198 * gdb.base/attach.exp: Test priority of 'exec-file' changed
199 over 'exec-file-mismatch'.
200 * gdb.base/attach.c: Mark should_exit volatile.
201 * gdb.base/attach2.c: Likewise. Add a comment explaining
202 why the sleep cannot be big.
203 * gdb.base/attach3.c: New file.
204
205 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
206
207 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
208 prefix optional.
209
210 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
211
212 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
213 for remote host.
214
215 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
216 Hafiz Abid Qadeer <abidh@codesourcery.com>
217
218 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
219 file sent to remote host.
220 (top level): Allow int32_t as type of 32-bit register.
221
222 2020-06-19 Tom de Vries <tdevries@suse.de>
223
224 * lib/gdb.exp (gdb_note): New proc.
225 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
226 (gdb_default_target_compile): ... here. Only call
227 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
228 (use_gdb_compile): Change to array.
229 (toplevel): Update sets of use_gdb_compile to specify language.
230 Warn about default_target_compile override. Store dejagnu's version
231 of default_target_compile in dejagnu_default_target_compile.
232
233 2020-06-18 Tom de Vries <tdevries@suse.de>
234
235 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
236 (default_gdb_init): ... here.
237
238 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
239
240 Fix TUI support checks in gdb.tui tests.
241
242 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
243 just say UNSUPPORTED.
244 * gdb.tui/corefile-run.exp: Likewise.
245 * gdb.tui/empty.exp: Likewise.
246 * gdb.tui/list-before.exp: Likewise.
247 * gdb.tui/list.exp: Likewise.
248 * gdb.tui/main.exp: Likewise.
249 * gdb.tui/regs.exp: Likewise.
250 * gdb.tui/resize.exp: Likewise.
251 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
252 * gdb.tui/tui-layout-asm.exp: Likewise.
253 * gdb.tui/tui-missing-src.exp: Likewise.
254 * gdb.tui/winheight.exp: Likewise.
255 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
256
257 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
258
259 Fix TCL error in gdb.python/py-format-string.exp.
260
261 * gdb.python/py-format-string.exp: Move test for python support
262 earlier, out of function body.
263
264 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
265
266 * gdb.base/index-cache-load-twice.c: New.
267 * gdb.base/index-cache-load-twice.exp: New.
268
269 2020-06-17 Keith Seitz <keiths@redhat.com>
270
271 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
272 when executing "gdb --configuration".
273
274 2020-06-17 Tom de Vries <tdevries@suse.de>
275
276 * lib/gdb.exp (gdb_tcl_unknown): New proc.
277 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
278 conditional on presence of gdb_tcl_unknown.
279 (gdb_finish): Make override undo conditional on presence of
280 gdb_tcl_unknown.
281
282 2020-06-16 Tom Tromey <tom@tromey.com>
283
284 * gdb.python/tui-window.py (failwin): New function. Register it
285 as a TUI window type.
286 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
287
288 2020-06-16 Gary Benson <gbenson@redhat.com>
289
290 * gdb.python/py-nested-maps.c (create_map): Add missing return
291 value.
292 (create_map_map): Likewise.
293
294 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
295
296 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
297 variable.
298 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
299 and use the already-defined 'options' variable.
300
301 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
302 Tom de Vries <tdevries@suse.de>
303
304 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
305 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
306 (gdb_setup_known_globals): New proc.
307 (gdb_cleanup_globals): New proc.
308 * lib/gdb.exp (load_lib): New override proc.
309 (gdb_stdin_log_init): Set var in_file as persistent global.
310 * lib/pascal.exp (gdb_stdin_log_init): Set vars
311 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
312 fpc_compiler as persistent global.
313
314 2020-06-12 Tom de Vries <tdevries@suse.de>
315
316 * lib/tuiterm.exp (spawn): Rename to ...
317 (tui_spawn): ... this.
318 (toplevel): Move rename of spawn ...
319 (gdb_init_tuiterm): ... here. New proc.
320 (gdb_finish_tuiterm): New proc.
321 * lib/gdb.exp (gdb_finish_hooks): New global var.
322 (gdb_finish): Handle gdb_finish_hooks.
323 (tuiterm_env): New proc.
324 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
325 tuiterm_env.
326 * gdb.tui/basic.exp: Same.
327 * gdb.tui/corefile-run.exp: Same.
328 * gdb.tui/empty.exp: Same.
329 * gdb.tui/list-before.exp: Same.
330 * gdb.tui/list.exp: Same.
331 * gdb.tui/main.exp: Same.
332 * gdb.tui/new-layout.exp: Same.
333 * gdb.tui/regs.exp: Same.
334 * gdb.tui/resize.exp: Same.
335 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
336 * gdb.tui/tui-layout-asm.exp: Same.
337 * gdb.tui/tui-missing-src.exp: Same.
338 * gdb.tui/winheight.exp: Same.
339
340 2020-06-12 Tom de Vries <tdevries@suse.de>
341
342 PR testsuite/26110
343 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
344 (gdb_finish): Reinstall dejagnu's override of ::unknown.
345
346 2020-06-11 Tom Tromey <tom@tromey.com>
347
348 PR gdb/18318:
349 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
350 floating point tests.
351
352 2020-06-11 Keith Seitz <keiths@redhat.com>
353
354 PR gdb/21356
355 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
356 vla_struct.
357 Add new struct vla_typedef and union vla_typedef_union and
358 corresponding instantiation objects.
359 Initialize new objects.
360 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
361 and vla_typedef_union_object.
362 Fixup type for vla_struct_object.
363
364 2020-06-11 Tom de Vries <tdevries@suse.de>
365
366 * lib/gdb.exp (with_override): New proc, factored out of ...
367 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
368
369 2020-06-10 Tom de Vries <tdevries@suse.de>
370
371 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
372
373 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
374
375 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
376 parameter, update callers.
377
378 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
379
380 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
381 * gdb.dwarf2/share-psymtabs-bt.c: New file.
382 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
383
384 2020-06-04 Tom de Vries <tdevries@suse.de>
385
386 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
387
388 2020-06-04 Tom de Vries <tdevries@suse.de>
389
390 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
391 exp_continue.
392
393 2020-06-04 Tom de Vries <tdevries@suse.de>
394
395 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
396
397 2020-06-03 Tom de Vries <tdevries@suse.de>
398
399 PR symtab/26046
400 * gdb.cp/breakpoint-locs-2.cc: New test.
401 * gdb.cp/breakpoint-locs.cc: New test.
402 * gdb.cp/breakpoint-locs.exp: New file.
403 * gdb.cp/breakpoint-locs.h: New test.
404
405 2020-06-03 Tom de Vries <tdevries@suse.de>
406
407 PR testsuite/25609
408 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
409 value of global verbose.
410 * gdb.base/jit-elf.exp: Same.
411 * gdb.base/jit-reader.exp: Same.
412
413 2020-06-02 Tom de Vries <tdevries@suse.de>
414
415 * gdb.dwarf2/multidictionary.exp: Don't use
416 gdb_spawn_with_cmdline_opts.
417
418 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
421 use_header case.
422 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
423 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
424 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
425 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
426 * gdb.dwarf2/dw2-inline-header.c: New file.
427 * gdb.dwarf2/dw2-inline-header.h: New file.
428
429 2020-05-30 Pedro Alves <palves@redhat.com>
430
431 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
432 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
433
434 2020-05-29 Gary Benson <gbenson@redhat.com>
435
436 * gdb.compile/compile-cplus.exp (additional_flags): Also
437 set when building with clang.
438 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
439 when building with clang.
440
441 2020-05-29 Gary Benson <gbenson@redhat.com>
442
443 * gdb.arch/i386-avx.exp (additional_flags): Also set when
444 building with clang.
445 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
446
447 2020-05-29 Gary Benson <gbenson@redhat.com>
448
449 * gdb.cp/koenig.exp (prepare_for_testing): Add
450 additional_flags=-Wno-unused-comparison.
451 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
452
453 2020-05-28 Gary Benson <gbenson@redhat.com>
454
455 * gdb.base/sigaltstack.c (catcher): Add default case to switch
456 statement.
457
458 2020-05-28 Gary Benson <gbenson@redhat.com>
459
460 * gdb.cp/classes.exp (prepare_for_testing): Add
461 additional_flags=-Wno-deprecated-register.
462 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
463 * gdb.cp/misc.exp: Likewise.
464
465 2020-05-28 Gary Benson <gbenson@redhat.com>
466
467 * gdb.linespec/cpls-ops.cc (dummy): New static global.
468 (test_op_new::operator new): Add return statement.
469 (test_op_new_array::operator new[]): Likewise.
470
471 2020-05-27 Pedro Alves <palves@redhat.com>
472
473 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
474 check. Use test_gdb_complete_unique instead of
475 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
476 test_gdb_complete_multiple instead of
477 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
478
479 2020-05-27 Luis Machado <luis.machado@linaro.org>
480
481 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
482 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
483 * gdb.arch/arm-disassembler-options.exp: Likewise.
484 * gdb.arch/arm-disp-step.exp: Likewise.
485 * gdb.arch/thumb-prologue.exp: Likewise.
486 * gdb.base/async.exp: Likewise.
487 * gdb.base/auxv.exp: Likewise.
488 * gdb.base/complex-parts.exp: Likewise.
489 * gdb.base/ena-dis-br.exp: Likewise.
490 * gdb.base/foll-exec.exp: Likewise.
491 * gdb.base/permissions.exp: Likewise.
492 * gdb.base/relocate.exp: Likewise.
493 * gdb.base/return2.exp: Likewise.
494 * gdb.base/sigbpt.exp: Likewise.
495 * gdb.base/siginfo-obj.exp: Likewise.
496 * gdb.cp/converts.exp: Likewise.
497 * gdb.cp/exceptprint.exp: Likewise.
498 * gdb.cp/inherit.exp: Likewise.
499 * gdb.cp/nsnoimports.exp: Likewise.
500 * gdb.cp/virtbase2.exp: Likewise.
501 * gdb.mi/mi-var-cmd.exp: Likewise.
502 * gdb.mi/var-cmd.c: Likewise.
503
504 2020-05-26 Tom Tromey <tromey@adacore.com>
505
506 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
507
508 2020-05-26 Tom Tromey <tromey@adacore.com>
509
510 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
511 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
512 type.
513 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
514 variable.
515
516 2020-05-26 Christian Biesinger <cbiesinger@google.com>
517
518 * Makefile.in: Use = instead of == for the test command
519 for portability.
520
521 2020-05-26 Tom de Vries <tdevries@suse.de>
522
523 * gdb.base/gold-gdb-index-2.c: New test.
524 * gdb.base/gold-gdb-index.c: New test.
525 * gdb.base/gold-gdb-index.exp: New file.
526 * gdb.base/gold-gdb-index.h: New test.
527
528 2020-05-25 Tom de Vries <tdevries@suse.de>
529
530 * boards/gold-gdb-index.exp: New file.
531
532 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
533
534 * boards/simavr.exp: New file.
535
536 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
537
538 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
539 * gdb.base/inferior-args.exp: New file.
540 * gdb.base/inferior-args.c: New file.
541
542 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
543
544 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
545 inferior_args. Pass it to gdb_reload.
546 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
547 inferior_args.
548 (gdb_reload): Add inferior_args argument.
549 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
550 pass it to gdbserver_run.
551 * boards/native-gdbserver.exp: Do not set noargs.
552 * boards/native-extended-gdbserver.exp (gdb_reload): Add
553 inferior_args argument.
554 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
555 * gdb.base/a2-run.exp: Check for use_gdb_stub.
556 * gdb.base/args.exp: Likewise.
557
558 2020-05-25 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdb.exp (exec_is_pie): Add comment.
561
562 2020-05-25 Tom de Vries <tdevries@suse.de>
563
564 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
565 instead of $binfile in the untested message.
566
567 2020-05-25 Tom de Vries <tdevries@suse.de>
568
569 PR testsuite/26031
570 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
571
572 2020-05-25 Tom de Vries <tdevries@suse.de>
573
574 * boards/gold.exp: New file.
575
576 2020-05-23 Tom Tromey <tom@tromey.com>
577
578 * gdb.base/style.exp: Remove completion styling test.
579 * lib/gdb-utils.exp (style): Remove completion styles.
580
581 2020-05-23 Tom Tromey <tom@tromey.com>
582
583 * gdb.base/style.exp: Add completion styling test.
584 * lib/gdb-utils.exp (style): Add completion styles.
585
586 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.base/annota1.exp: Update expected results.
589 * gdb.cp/annota2.exp: Update expected results, remove duplicate
590 test name.
591 * gdb.cp/annota3.exp: Update expected results.
592
593 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
594
595 PR gdb/26016
596 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
597 against MAP_FAILED.
598 * gdb.base/coremaker.c (mmapdata): Likewise.
599 * gdb.base/jit-reader-host.c (main): Likewise.
600 * gdb.base/sym-file-loader.c (load): Likewise.
601 (load_shlib): Likewise.
602
603 2020-05-20 Tom Tromey <tromey@adacore.com>
604
605 * gdb.ada/array_char_idx.exp: Recognize initialized array.
606
607 2020-05-20 Tom de Vries <tdevries@suse.de>
608
609 PR symtab/25833
610 * gdb.base/with-mf-inc.c: New test.
611 * gdb.base/with-mf-main.c: New test.
612 * gdb.base/with-mf.exp: New file.
613
614 2020-05-19 Tom Tromey <tromey@adacore.com>
615
616 * gdb.rust/simple.exp: Restore missing test result.
617
618 2020-05-19 Tom de Vries <tdevries@suse.de>
619
620 * gdb.base/gdb-caching-proc.exp: Fix typo.
621
622 2020-05-19 Tom Tromey <tromey@adacore.com>
623
624 * gdb.rust/simple.exp: Add some test descriptions.
625 (test_one_slice): Use with_test_prefix.
626
627 2020-05-18 Tom de Vries <tdevries@suse.de>
628
629 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
630
631 2020-05-17 Pedro Alves <palves@redhat.com>
632
633 PR gdb/25741
634 * gdb.base/hw-sw-break-same-address.exp: New file.
635
636 2020-05-16 Pedro Alves <palves@redhat.com>
637
638 * gdb.multi/multi-re-run.exp (test_re_run): Switch
639 LAST_LOADED_FILE accordingly.
640
641 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
642
643 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
644
645 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
646
647 * gdb.base/help.exp: Test apropos and help for commands
648 having aliases. Fixed comments not starting with an
649 upper-case letter or not finishing with a dot.
650
651 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
652
653 * gdb.base/alias.exp: Update help output check.
654
655 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
656
657 * gdb.base/default.exp: Update output following fixes.
658
659 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
660
661 * gdb.base/alias.exp: Test aliases starting with a prefix of
662 another alias.
663
664 2020-05-15 Gary Benson <gbenson@redhat.com>
665
666 * gdb.base/info-os.c (main): Add return statement.
667 * gdb.base/info_minsym.c (minsym_fun): Likewise.
668 * gdb.base/large-frame-2.c (func): Likewise.
669 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
670 * gdb.base/pr10179-b.c (foo2): Likewise.
671 * gdb.base/valgrind-disp-step.c (foo): Likewise.
672 * gdb.base/watch-cond.c (func): Likewise.
673 * gdb.multi/goodbye.c (verylongfun): Likewise.
674 * gdb.multi/hello.c (commonfun): Likewise.
675 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
676 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
677 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
678 Likewise.
679 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
680 * gdb.threads/interrupt-while-step-over.c (child_function):
681 Likewise.
682 * gdb.trace/actions-changed.c (end): Likewise.
683
684 2020-05-15 Gary Benson <gbenson@redhat.com>
685
686 * gdb.opencl/callfuncs.exp: Report when test skipped.
687 * gdb.opencl/convs_casts.exp: Likewise.
688 * gdb.opencl/datatypes.exp: Likewise.
689 * gdb.opencl/operators.exp: Likewise.
690 * gdb.opencl/vec_comps.exp: Likewise.
691
692 2020-05-15 Tom de Vries <tdevries@suse.de>
693
694 * gdb.base/align.exp.in: Rename to ...
695 * gdb.base/align.exp.tcl: ... this.
696 * gdb.base/align-c++.exp: Update.
697 * gdb.base/align-c.exp: Update.
698 * gdb.base/all-architectures.exp.in: Rename to ...
699 * gdb.base/all-architectures.exp: ... this.
700 * gdb.base/all-architectures-0.exp: Update.
701 * gdb.base/all-architectures-1.exp: Update.
702 * gdb.base/all-architectures-2.exp: Update.
703 * gdb.base/all-architectures-3.exp: Update.
704 * gdb.base/all-architectures-4.exp: Update.
705 * gdb.base/all-architectures-5.exp: Update.
706 * gdb.base/all-architectures-6.exp: Update.
707 * gdb.base/all-architectures-7.exp: Update.
708 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
709 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
710 * gdb.base/infcall-nested-structs-c++.exp: Update.
711 * gdb.base/infcall-nested-structs-c.exp: Update.
712 * gdb.base/info-types.exp.in: Rename to ...
713 * gdb.base/info-types.exp.tcl: ... this.
714 * gdb.base/info-types-c++.exp: Update.
715 * gdb.base/info-types-c.exp: Update.
716 * gdb.base/max-depth.exp.in: Rename to ...
717 * gdb.base/max-depth.exp.tcl: ... this.
718 * gdb.base/max-depth-c++.exp: Update.
719 * gdb.base/max-depth-c.exp: Update.
720 * gdb.cp/cpexprs.exp.in: Rename to ...
721 * gdb.cp/cpexprs.exp.tcl: ... this.
722 * gdb.cp/cpexprs-debug-types.exp: Update.
723 * gdb.cp/cpexprs.exp: Update.
724 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
725 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
726 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
727 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
728 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
729 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
730 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
731 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
732 * gdb.dwarf2/clang-debug-names-2.exp: Update.
733 * gdb.dwarf2/clang-debug-names.exp: Update.
734
735 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * lib/check-test-names.exp: Remove code that prevents this file
738 loading when tests are run in parallel.
739
740 2020-05-15 Pedro Alves <palves@redhat.com>
741
742 * gdb.multi/multi-kill.exp (start_inferior): Remove
743 'testpid' parameter. Refer to namespace variable directly.
744 (testpid): Declare as namespace variable.
745
746 2020-05-15 Pedro Alves <palves@redhat.com>
747
748 * gdb.multi/multi-kill.exp: Wrap in namespace.
749 (start_inferior): Add TESTPID parameter. Use it instead of the
750 testpid global.
751 (top level): Define empty TESTPID array, and pass it down to
752 start_inferior.
753
754 2020-05-14 Tom de Vries <tdevries@suse.de>
755
756 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
757 output.
758
759 2020-05-14 Tom de Vries <tdevries@suse.de>
760
761 * gdb.base/align.exp: Split into ...
762 * gdb.base/align.exp.in: ...
763 * gdb.base/align-c++.exp: ...
764 * gdb.base/align-c.exp: ... these.
765 * gdb.base/infcall-nested-structs.exp: Split into ...
766 * gdb.base/infcall-nested-structs.exp.in: ...
767 * gdb.base/infcall-nested-structs-c++.exp: ...
768 * gdb.base/infcall-nested-structs-c.exp: ... these.
769 * gdb.base/info-types.exp: Split into ...
770 * gdb.base/info-types.exp.in: ...
771 * gdb.base/info-types-c++.exp: ...
772 * gdb.base/info-types-c.exp: ... these.
773 * gdb.base/max-depth.exp: Split into ...
774 * gdb.base/max-depth.exp.in: ...
775 * gdb.base/max-depth-c++.exp: ...
776 * gdb.base/max-depth-c.exp: ... these.
777 * gdb.cp/infcall-nodebug.exp: Split into ...
778 * gdb.cp/infcall-nodebug.exp.in: ...
779 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
780 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
781 * gdb.cp/infcall-nodebug-c-d0.exp: ...
782 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
783
784 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
785 Pedro Alves <palves@redhat.com>
786
787 * gdb.multi/multi-exit.c: New file.
788 * gdb.multi/multi-exit.exp: New file.
789 * gdb.multi/multi-kill.c: New file.
790 * gdb.multi/multi-kill.exp: New file.
791
792 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
793
794 * gdb.base/annota1.exp: Update the expected output.
795 * gdb.cp/annota2.exp: Ditto.
796
797 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * lib/check-test-names.exp: Disable when testing is being run in
800 parallel.
801
802 2020-05-12 Tom de Vries <tdevries@suse.de>
803
804 * gdb.base/jit-elf.exp: Fix string concat.
805
806 2020-05-12 Tom de Vries <tdevries@suse.de>
807
808 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
809 messages.
810
811 2020-05-12 Tom de Vries <tdevries@suse.de>
812
813 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
814
815 2020-05-12 Tom de Vries <tdevries@suse.de>
816
817 * gdb.ada/catch_ex.exp: Use with_test_prefix.
818 * gdb.ada/mi_catch_ex.exp: Same.
819 * gdb.ada/mi_catch_ex_hand.exp: Same.
820
821 2020-05-12 Tom de Vries <tdevries@suse.de>
822
823 * gdb.fortran/complex.exp: Use with_test_prefix.
824
825 2020-05-12 Tom de Vries <tdevries@suse.de>
826
827 * gdb.trace/passcount.exp: Fix test-names.
828
829 2020-05-12 Tom de Vries <tdevries@suse.de>
830
831 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
832
833 2020-05-12 Tom de Vries <tdevries@suse.de>
834
835 * gdb.gdb/complaints.exp: Use with_test_prefix.
836 * gdb.xml/tdesc-regs.exp: Same.
837 * gdb.opt/inline-locals.exp: Fix test name.
838
839 2020-05-12 Tom de Vries <tdevries@suse.de>
840
841 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
842 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
843 * gdb.dwarf2/implref-struct.exp: Same.
844 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
845 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
846
847 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
848
849 * gdb.base/jit-so.exp (one_jit_test): Change test name.
850
851 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * lib/check-test-names.exp (all_test_names): New module variable.
854 (counts): Add 'duplicates' field.
855 (_check_duplicates): New procedure.
856 (check): Also check for duplicates.
857 (do_log_summary): Print duplicates count.
858 (do_reset_vars): Reset counter for duplicate test names, and
859 discard all know test names.
860
861 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * lib/gdb.exp: Include check-test-names.exp library.
864 * lib/check-test-names.exp: New file.
865
866 2020-05-11 Tom de Vries <tdevries@suse.de>
867
868 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
869
870 2020-05-11 Keith Seitz <keiths@redhat.com>
871
872 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
873
874 2020-05-11 Tom de Vries <tdevries@suse.de>
875
876 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
877 * gdb.cp/cpexprs.exp.in: .. here.
878 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
879 cpexprs.exp.
880
881 2020-05-11 Keith Seitz <keiths@redhat.com>
882
883 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
884 test names.
885 * gdb.ada/arrayptr.exp: Likewise.
886 * gdb.ada/assign_arr.exp: Likewise.
887 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
888 * gdb.ada/bp_on_var.exp: Likewise.
889 * gdb.ada/call_pn.exp: Likewise.
890 * gdb.ada/complete.exp: Likewise.
891 * gdb.ada/fun_overload_menu.exp: Likewise.
892 * gdb.ada/funcall_param.exp: Likewise.
893 * gdb.ada/funcall_ref.exp: Likewise.
894 * gdb.ada/packed_array_assign.exp: Likewise.
895 * gdb.ada/same_component_name.exp: Likewise.
896 * gdb.ada/type_coercion.exp: Likewise.
897 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
898 * gdb.ada/variant_record_packed_array.exp: Likewise.
899
900 2020-05-11 Tom de Vries <tdevries@suse.de>
901
902 PR symtab/25941
903 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
904 out of ...
905 * gdb.dwarf2/clang-debug-names.exp: ... here.
906 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
907 clang-debug-names.exp.in.
908 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
909 * gdb.dwarf2/clang-debug-names-2.c: New test.
910
911 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
912
913 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
914 (fortran_runto_main): New Proc, fortran version of runto_main.
915 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
916 * gdb.fortran/array-bounds.exp: Likewise.
917 * gdb.fortran/array-slices.exp: Likewise.
918 * gdb.fortran/block-data.exp: Likewise.
919 * gdb.fortran/charset.exp: Likewise.
920 * gdb.fortran/common-block.exp: Likewise.
921 * gdb.fortran/complex.exp: Likewise.
922 * gdb.fortran/derived-type-function.exp: Likewise.
923 * gdb.fortran/derived-type.exp: Likewise.
924 * gdb.fortran/info-modules.exp: Likewise.
925 * gdb.fortran/info-types.exp: Likewise.
926 * gdb.fortran/intrinsics.exp: Likewise.
927 * gdb.fortran/library-module.exp: Likewise.
928 * gdb.fortran/logical.exp: Likewise.
929 * gdb.fortran/max-depth.exp: Likewise.
930 * gdb.fortran/module.exp: Likewise.
931 * gdb.fortran/multi-dim.exp: Likewise.
932 * gdb.fortran/nested-funcs.exp: Likewise.
933 * gdb.fortran/print-formatted.exp: Likewise.
934 * gdb.fortran/print_type.exp: Likewise.
935 * gdb.fortran/printing-types.exp: Likewise.
936 * gdb.fortran/ptr-indentation.exp: Likewise.
937 * gdb.fortran/ptype-on-functions.exp: Likewise.
938 * gdb.fortran/subarray.exp: Likewise.
939 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
940 * gdb.fortran/vla-datatypes.exp: Likewise.
941 * gdb.fortran/vla-history.exp: Likewise.
942 * gdb.fortran/vla-ptr-info.exp: Likewise.
943 * gdb.fortran/vla-ptype-sub.exp: Likewise.
944 * gdb.fortran/vla-ptype.exp: Likewise.
945 * gdb.fortran/vla-sizeof.exp: Likewise.
946 * gdb.fortran/vla-type.exp: Likewise.
947 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
948 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
949 * gdb.fortran/vla-value-sub.exp: Likewise.
950 * gdb.fortran/vla-value.exp: Likewise.
951 * gdb.fortran/whatis_type.exp: Likewise.
952 * gdb.mi/mi-var-child-f.exp: Likewise.
953
954 2020-05-09 Tom de Vries <tdevries@suse.de>
955
956 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
957
958 2020-05-08 Tom de Vries <tdevries@suse.de>
959
960 * gdb.dwarf2/clang-debug-names.c: New test.
961 * gdb.dwarf2/clang-debug-names.exp: New file.
962
963 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
964
965 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
966 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
967
968 2020-05-06 Tom de Vries <tdevries@suse.de>
969
970 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
971 breakpoint is at a "recommended breakpoint location".
972 * gdb.reverse/consecutive-reverse.exp: Same.
973
974 2020-05-06 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
977 address.
978
979 2020-05-06 Tom de Vries <tdevries@suse.de>
980
981 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
982
983 2020-05-06 Tom de Vries <tdevries@suse.de>
984
985 * gdb.base/store.exp (check_set, up_set): Allowing missing location
986 info for r.
987
988 2020-05-06 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
991 necessary.
992
993 2020-05-06 Tom de Vries <tdevries@suse.de>
994
995 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
996 void.
997
998 2020-05-06 Tom de Vries <tdevries@suse.de>
999
1000 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1001 of ...
1002 * gdb.base/async.exp: ... here.
1003 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1004 "recommended breakpoint location".
1005
1006 2020-05-06 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1009
1010 2020-05-04 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/async.exp: Check whether instruction addresses are a
1013 "recommended breakpoint location".
1014
1015 2020-05-03 Tom Tromey <tom@tromey.com>
1016
1017 * gdb.base/sepdebug.exp: Remove "catch" test.
1018 * gdb.base/break.exp: Remove "catch" test.
1019 * gdb.base/default.exp: Update expected output.
1020
1021 2020-05-02 Tom de Vries <tdevries@suse.de>
1022
1023 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1024 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1025 * gdb.arch/i386-mpx-map.exp: Same.
1026 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1027 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1028 * gdb.arch/i386-mpx.exp: Same.
1029
1030 2020-05-02 Tom de Vries <tdevries@suse.de>
1031
1032 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1033
1034 2020-05-01 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.ada/operator_bp.exp: Allow more than required amount of
1037 breakpoint.
1038
1039 2020-05-01 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1042
1043 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1044
1045 PR gdb/18706
1046 * gdb.cp/stub-array-size.cc: New test.
1047 * gdb.cp/stub-array-size.exp: New file.
1048 * gdb.cp/stub-array-size.h: New test.
1049 * gdb.cp/stub-array-size2.cc: New test.
1050
1051 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1052
1053 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1054 output to the new format.
1055
1056 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1057
1058 * gdb.base/break.exp: Use with_test_prefix.
1059
1060 2020-04-29 Tom de Vries <tdevries@suse.de>
1061
1062 * lib/gdb.exp (debug_types): New proc.
1063 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1064 * gdb.python/py-symtab.exp: Same.
1065
1066 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1067
1068 PR gdb/17320
1069 * gdb.base/pretty-array.c: New test.
1070 * gdb.base/pretty-array.exp: New file.
1071
1072 2020-04-29 Tom de Vries <tdevries@suse.de>
1073
1074 PR symtab/25889
1075 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1076 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1077 and include cpexprs.exp.
1078
1079 2020-04-28 Mark Williams <mark@myosotissp.com>
1080
1081 PR gdb/24480
1082 * dw4-toplevel-types.exp: Test for top level types.
1083 * dw4-toplevel-types.cc: Test for top level types.
1084
1085 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1086
1087 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1088 (theads -> threads).
1089
1090 2020-04-28 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1093
1094 2020-04-28 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1097
1098 2020-04-28 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1101
1102 2020-04-28 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.dwarf2/main-foo.c: New test.
1105 * gdb.dwarf2/struct-with-sig.exp: New file.
1106
1107 2020-04-25 Tom de Vries <tdevries@suse.de>
1108
1109 * boards/debug-types.exp: New file.
1110
1111 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1114
1115 2020-04-24 Tom Tromey <tom@tromey.com>
1116
1117 PR symtab/12707:
1118 * gdb.python/py-symbol.exp: Update expected results for
1119 linkage_name test.
1120 * gdb.cp/print-demangle.exp: New file.
1121 * gdb.base/c-linkage-name.exp: Fix test.
1122 * gdb.guile/scm-symbol.exp: Update expected results for
1123 linkage_name test.
1124
1125 2020-04-24 Tom Tromey <tom@tromey.com>
1126
1127 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1128 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1129 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1130 assembler.
1131
1132 2020-04-24 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1135 C++.
1136
1137 2020-04-24 Tom Tromey <tromey@adacore.com>
1138
1139 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1140 values.
1141 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1142 values. Update test for minimal encodings.
1143 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1144 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1145 values. Update test for minimal encodings.
1146
1147 2020-04-24 Tom Tromey <tromey@adacore.com>
1148
1149 PR python/23662:
1150 * gdb.ada/variant.exp: Add Python checks.
1151 * gdb.rust/simple.exp: Add dynamic type checks.
1152
1153 2020-04-24 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1156 Make array type matching more lax.
1157 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1158 * gdb.ada/mi_variant.exp: New file.
1159 * gdb.ada/mi_variant/pck.ads: New file.
1160 * gdb.ada/mi_variant/pkg.adb: New file.
1161 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1162 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1163
1164 2020-04-24 Tom Tromey <tromey@adacore.com>
1165
1166 * gdb.ada/variant.exp: Add dynamic field offset tests.
1167 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1168 * gdb.ada/variant/pkg.adb: Add new variables.
1169
1170 2020-04-24 Tom Tromey <tromey@adacore.com>
1171
1172 * gdb.ada/variant.exp: New file
1173 * gdb.ada/variant/pkg.adb: New file
1174 * gdb.ada/variant/pck.adb: New file
1175
1176 2020-04-24 Tom de Vries <tdevries@suse.de>
1177
1178 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1179
1180 2020-04-24 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1183 flags.
1184
1185 2020-04-24 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1188
1189 2020-04-24 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/gdb.exp (default_gdb_start): Handle eof.
1192 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1193 failure.
1194 * gdb.base/readnever.exp: Handle clean_restart failure.
1195
1196 2020-04-23 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/decl-before-def.exp: Run to main and print a again.
1199
1200 2020-04-23 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.base/decl-before-def-decl.c: New test.
1203 * gdb.base/decl-before-def-def.c: New test.
1204 * gdb.base/decl-before-def.exp: New file.
1205
1206 2020-04-23 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1209
1210 2020-04-22 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1213 debug_info_offset.
1214 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1215 before $objsfile in the line line.
1216
1217 2020-04-22 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1220
1221 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1222
1223 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1224 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1225 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1226 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1227 * gdb.base/jit-protocol.h: Update definitions to match all usage
1228 contexts.
1229
1230 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1231
1232 * gdb.base: Rename all jit related test and source files.
1233
1234 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1235
1236 * gdb.base/jit-reader.exp: Relax register output check.
1237
1238 2020-04-22 Tom de Vries <tdevries@suse.de>
1239
1240 PR symtab/25764
1241 * gdb.base/psym-external-decl-2.c: New test.
1242 * gdb.base/psym-external-decl.c: New test.
1243 * gdb.base/psym-external-decl.exp: New file.
1244 * gdb.threads/tls.exp: Add PR25807 kfail.
1245
1246 2020-04-22 Tom de Vries <tdevries@suse.de>
1247
1248 PR symtab/25801
1249 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1250 in "info source" output.
1251
1252 2020-04-22 Tom de Vries <tdevries@suse.de>
1253
1254 PR symtab/25700
1255 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1256 symtab for imported_unit.c.
1257
1258 2020-04-21 Gary Benson <gbenson@redhat.com>
1259
1260 * gdb.base/advance.c (func): New argument, to match call site.
1261 (func2, func3): Add return statements.
1262
1263 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1264
1265 * gdb.multi/run-only-second-inf.c: New file.
1266 * gdb.multi/run-only-second-inf.exp: New file.
1267
1268 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1269
1270 * gdb.btrace/multi-inferior.c: New test.
1271 * gdb.btrace/multi-inferior.exp: New file.
1272
1273 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1274
1275 * gdb.btrace/enable-new-thread.c: New test.
1276 * gdb.btrace/enable-new-thread.exp: New file.
1277
1278 2020-04-21 Tom de Vries <tdevries@suse.de>
1279
1280 PR gdb/25471
1281 * gdb.threads/killed-outside.c: New test.
1282 * gdb.threads/killed-outside.exp: New file.
1283
1284 2020-04-20 Gary Benson <gbenson@redhat.com>
1285
1286 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1287 * gdb.base/nested-subp2.exp: Likewise.
1288 * gdb.base/nested-subp3.exp: Likewise.
1289
1290 2020-04-20 Gary Benson <gbenson@redhat.com>
1291
1292 * gdb.base/nested-subp1.exp: Disable test when using clang.
1293 * gdb.base/nested-subp2.exp: Likewise.
1294 * gdb.base/nested-subp3.exp: Likewise.
1295
1296 2020-04-20 Gary Benson <gbenson@redhat.com>
1297
1298 * gdb.cp/exception.cc: Fix compilation error with clang.
1299
1300 2020-04-20 Gary Benson <gbenson@redhat.com>
1301
1302 * gdb.trace/tspeed.c: Fix compilation error with clang.
1303
1304 2020-04-20 Gary Benson <gbenson@redhat.com>
1305
1306 * gdb.base/jit-main.c: Fix compilation error with clang.
1307
1308 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1309
1310 * gdb.base/attach-twice.c: Include "sys/types.h".
1311 (PTRACE_ATTACH): Add fallback definition.
1312 (main): Pass `0' to the 4th argument of `ptrace'.
1313
1314 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1315
1316 * gdb.base/fork-running-state.c: Include "signal.h".
1317
1318 2020-04-17 Tom Tromey <tromey@adacore.com>
1319
1320 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1321 Update tests.
1322 * gdb.btrace/cpu.exp: Update tests.
1323 * gdb.base/maint.exp: Update tests.
1324 * gdb.base/default.exp: Update tests.
1325 * gdb.base/completion.exp: Update tests.
1326
1327 2020-04-16 Tom de Vries <tdevries@suse.de>
1328
1329 PR symtab/25791
1330 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1331 (ensure_gdb_index): and factor out and move ...
1332 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1333 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1334
1335 2020-04-16 Tom de Vries <tdevries@suse.de>
1336
1337 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1338 loading exec.
1339
1340 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.base/many-completions.exp: New file.
1343
1344 2020-04-14 Tom de Vries <tdevries@suse.de>
1345
1346 PR symtab/25718
1347 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1348
1349 2020-04-14 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/25720
1352 * gdb.base/maint-expand-symbols-header-file.c: New test.
1353 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1354 * gdb.base/maint-expand-symbols-header-file.h: New test.
1355
1356 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1359 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1360 get_func_info.
1361 (get_func_info): Delete.
1362 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1363 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1364 * lib/dwarf.exp (get_func_info): New function.
1365
1366 2020-04-13 Tom de Vries <tdevries@suse.de>
1367
1368 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1369 to what find_gnatmake does.
1370
1371 2020-04-10 Tom de Vries <tdevries@suse.de>
1372
1373 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1374 -readnow.
1375
1376 2020-04-10 Tom de Vries <tdevries@suse.de>
1377
1378 PR cli/25808
1379 * gdb.base/style.c: Add leading newlines.
1380 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1381 Check listing of main's one-line body.
1382
1383 2020-04-08 Tom de Vries <tdevries@suse.de>
1384
1385 * lib/gdb.exp (psymtabs_p): New proc.
1386 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1387 importing unit" unsupported if there are no partial symbols.
1388
1389 2020-04-08 Tom de Vries <tdevries@suse.de>
1390
1391 PR testsuite/25760
1392 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1393
1394 2020-04-07 Tom de Vries <tdevries@suse.de>
1395
1396 PR symtab/25796
1397 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1398
1399 2020-04-07 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/check-psymtab.c: New test.
1402 * gdb.base/check-psymtab.exp: New file.
1403
1404 2020-04-06 Tom Tromey <tromey@adacore.com>
1405
1406 * gdb.ada/variant-record/proc.adb: New file.
1407 * gdb.ada/variant-record/value.adb: New file.
1408 * gdb.ada/variant-record/value.s: New file.
1409 * gdb.ada/variant-record.exp: New file.
1410
1411 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1412
1413 PR gdb/25325
1414 * gdb.cp/typed-enum.cc: New test.
1415 * gdb.cp/typed-enum.exp: New file.
1416
1417 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1420 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1421 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1422 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1423 * gdb.opt/inline-small-func.c: New file.
1424 * gdb.opt/inline-small-func.exp: New file.
1425 * gdb.opt/inline-small-func.h: New file.
1426
1427 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1430 function.
1431
1432 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * lib/dwarf.exp (function_range): Allow compiler options to be
1435 specified.
1436
1437 2020-04-02 Tom de Vries <tdevries@suse.de>
1438
1439 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1440 __attribute__((always_inline)).
1441 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1442
1443 2020-04-02 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1446 (gdbserver_gdb_exit): ... here. Add timeout warning.
1447 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1448 (connect_target_extended_remote): Append new server_spawn_id to
1449 server_spawn_ids.
1450 (cleanup): New proc.
1451 (setup, <toplevel>): Call cleanup.
1452
1453 2020-04-02 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.base/main-psymtab.exp: New file.
1456
1457 2020-04-02 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1460
1461 2020-04-01 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.base/complex-parts.exp: Add type tests.
1464
1465 2020-04-01 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.base/complex-parts.exp: Add arithmetic tests.
1468
1469 2020-04-01 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.compile/compile.exp: Update.
1472 * gdb.compile/compile-cplus.exp: Update.
1473 * gdb.base/varargs.exp: Update.
1474 * gdb.base/floatn.exp: Update.
1475 * gdb.base/endianity.exp: Update.
1476 * gdb.base/callfuncs.exp (do_function_calls): Update.
1477 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1478 (complex_float_integral_args): Update.
1479 * gdb.base/complex.exp: Update.
1480 * gdb.base/complex-parts.exp: Update.
1481
1482 2020-04-01 Tom Tromey <tromey@adacore.com>
1483
1484 * gdb.rust/union.rs: New file.
1485 * gdb.rust/union.exp: New file.
1486 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1487 (main): Update.
1488 * gdb.rust/simple.exp: Move union tests to union.exp.
1489
1490 2020-04-01 Tom Tromey <tromey@adacore.com>
1491
1492 * gdb.rust/simple.rs (main): Remove "y0".
1493
1494 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1495
1496 * gdb.multi/stop-all-on-exit.c: New test.
1497 * gdb.multi/stop-all-on-exit.exp: New file.
1498
1499 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1500
1501 PR gdb/24789
1502 * gdb.cp/misc.cc: Add integer reference variable.
1503 * gdb.cp/misc.exp: Add test.
1504
1505 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1506
1507 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1508 scenario to cover execution until the end and also the case
1509
1510 2020-03-31 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1513 c. Use "maint info symtabs" to check symtab expansion.
1514
1515 2020-03-30 Tom de Vries <tdevries@suse.de>
1516
1517 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1518 unsupported.
1519 (verify_psymtab_expanded): Move ...
1520 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1521 test.
1522 (readnow): New proc.
1523
1524 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1527 with $hex.
1528
1529 2020-03-20 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1532
1533 2020-03-20 Tom Tromey <tromey@adacore.com>
1534
1535 * gdb.ada/sub_variant/subv.adb: New file.
1536 * gdb.ada/sub_variant.exp: New file.
1537
1538 2020-03-20 Tom de Vries <tdevries@suse.de>
1539
1540 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1541 first break fails.
1542 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1543
1544 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.server/exit-multiple-threads.c: New file.
1547 * gdb.server/exit-multiple-threads.exp: New file.
1548
1549 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.fortran/mixed-lang-stack.c: New file.
1552 * gdb.fortran/mixed-lang-stack.cpp: New file.
1553 * gdb.fortran/mixed-lang-stack.exp: New file.
1554 * gdb.fortran/mixed-lang-stack.f90: New file.
1555
1556 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.linespec/cp-completion-aliases.cc: New file.
1559 * gdb.linespec/cp-completion-aliases.exp: New file.
1560
1561 2020-03-19 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1564 more precise.
1565
1566 2020-03-18 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1569 * gdb.dwarf2/break-inline-psymtab.c: New test.
1570 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1571
1572 2020-03-16 Tom de Vries <tdevries@suse.de>
1573
1574 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1575 cache_verify and cache_verify_proc.
1576
1577 2020-03-15 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.server/solib-list.exp: Handle
1580 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1581
1582 2020-03-15 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1585 objfiles".
1586
1587 2020-03-14 Tom Tromey <tom@tromey.com>
1588
1589 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1590
1591 2020-03-14 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1594
1595 2020-03-14 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1598 result in line-by-line fashion.
1599
1600 2020-03-14 Tom de Vries <tdevries@suse.de>
1601
1602 * lib/gdb.exp (supports_statement_frontiers): New proc.
1603 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1604
1605 2020-03-14 Tom de Vries <tdevries@suse.de>
1606
1607 * gdb.base/printcmds.exp: Add missing quoting for "print
1608 teststring2".
1609
1610 2020-03-13 Tom Tromey <tom@tromey.com>
1611
1612 * gdb.base/printcmds.exp (test_print_strings): Add regression
1613 test.
1614 * gdb.base/printcmds.c (charptr): New typedef.
1615 (teststring2): New global.
1616
1617 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1620 full path in the test name.
1621 (test_ld): Add some with_test_prefix blocks to make test names
1622 unique.
1623
1624 2020-03-13 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1627
1628 2020-03-13 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1631
1632 2020-03-13 Tom de Vries <tdevries@suse.de>
1633
1634 PR symtab/25646
1635 * gdb.dwarf2/imported-unit.exp: Add test.
1636
1637 2020-03-13 Tom de Vries <tdevries@suse.de>
1638
1639 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1640 (var1, var2): New variable.
1641 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1642 matching symbols.
1643
1644 2020-03-13 Tom de Vries <tdevries@suse.de>
1645
1646 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1647 (Term::command): Use prompt prefix.
1648 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1649 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1650 command_no_prompt_prefix instead of prefix.
1651 * gdb.tui/tui-layout-asm.exp: Same.
1652
1653 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1654
1655 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1656
1657 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1658
1659 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1660 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1661 on" while stepping over the test instruction, match printed
1662 message.
1663
1664 2020-03-12 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.base/info-types.exp: Use exp_continue during matching of output
1667 of "info types".
1668
1669 2020-03-12 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1672
1673 2020-03-12 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.fortran/module.exp: Use exp_continue during matching of output
1676 of "info variable -n".
1677
1678 2020-03-12 Tom de Vries <tdevries@suse.de>
1679
1680 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1681 gdb.dwarf2/dw2-ranges-base.c.
1682
1683 2020-03-12 Tom de Vries <tdevries@suse.de>
1684
1685 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1686 in presence of GLIBC debuginfo.
1687
1688 2020-03-12 Tom de Vries <tdevries@suse.de>
1689
1690 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1691 $core.
1692
1693 2020-03-12 Tom de Vries <tdevries@suse.de>
1694
1695 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1696 more precise.
1697
1698 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1699
1700 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1701 from Unix to Windows path.
1702
1703 2020-03-11 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.ada/minsyms.exp: Set language to ada.
1706
1707 2020-03-11 Tom de Vries <tdevries@suse.de>
1708
1709 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1710
1711 2020-03-11 Tom de Vries <tdevries@suse.de>
1712
1713 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1714
1715 2020-03-11 Tom Tromey <tromey@adacore.com>
1716
1717 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1718
1719 2020-03-11 Tom de Vries <tdevries@suse.de>
1720
1721 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1722
1723 2020-03-11 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.base/break-interp.exp: Limit verbose scope.
1726
1727 2020-03-11 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.fortran/logical.f90: Define variable with character type.
1730 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1731
1732 2020-03-11 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1735
1736 2020-03-11 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1739 symtabs.
1740
1741 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1742 Bernd Edlinger <bernd.edlinger@hotmail.de>
1743
1744 * gdb.cp/step-and-next-inline.cc: New file.
1745 * gdb.cp/step-and-next-inline.exp: New file.
1746 * gdb.cp/step-and-next-inline.h: New file.
1747 * gdb.dwarf2/dw2-is-stmt.c: New file.
1748 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1749 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1750 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1751 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1752
1753 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1756 is-stmt flag in the line table.
1757
1758 2020-03-09 Tom de Vries <tdevries@suse.de>
1759
1760 * lib/gdb.exp (cached_file): Create cache dir.
1761
1762 2020-03-07 Tom de Vries <tdevries@suse.de>
1763
1764 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1765 * gdb.cp/rvalue-ref-params.exp: Same.
1766
1767 2020-03-06 Tom de Vries <tdevries@suse.de>
1768
1769 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1770 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1771
1772 2020-03-06 Tom de Vries <tdevries@suse.de>
1773
1774 * README: Fix "the the".
1775 * gdb.base/dprintf.exp: Same.
1776
1777 2020-03-05 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.base/maint.exp: Update "main print statistics" expected output.
1780
1781 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1782
1783 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1784 (fortran_int8): Likewise.
1785 (fortran_real4): Likewise.
1786 (fortran_real8): Likewise.
1787 (fortran_complex4): Likewise.
1788 (fortran_logical4): Likewise.
1789 (fortran_character1): Likewise.
1790
1791 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1794 printed as true.
1795
1796 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1797
1798 * gdb.base/printcmds.exp: Add test to verify printf of a
1799 variable holding an address.
1800
1801 2020-03-03 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1804
1805 2020-03-03 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1808 gdb_test_multiple call.
1809
1810 2020-03-03 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1813 gdb_test_multiple calls.
1814
1815 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.base/default.exp: Remove test of 'set history filename'.
1818 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1819 filename to the empty string.
1820 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1821 and GDBHISTSIZE.
1822
1823 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1826 disabled.
1827
1828 2020-03-02 Pedro Alves <palves@redhat.com>
1829 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1832 -prompt prefix, before user_code argument. Add -lbl option likewise.
1833 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1834 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1835 argument.
1836 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1837 have "\r\n" at start-of-line, instead of at end-of-line.
1838
1839 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1840
1841 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1842 libinproctrace.so.
1843
1844 2020-02-28 Luis Machado <luis.machado@linaro.org>
1845
1846 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1847 to "p/x".
1848
1849 2020-02-28 Luis Machado <luis.machado@linaro.org>
1850
1851 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1852 asm/ptrace.h and error.h.
1853
1854 2020-02-28 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1857 (struct wrapper, do_something, mundane/symada__cS): Move ...
1858 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1859 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1860 Update "print symada__cS before partial symtab expansion" regexp.
1861 Update breakpoint location. Flush symbol cache after expansion.
1862
1863 2020-02-28 Luis Machado <luis.machado@linaro.org>
1864
1865 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1866
1867 2020-02-27 Tom de Vries <tdevries@suse.de>
1868
1869 * config/sid.exp: Remove unused globals.
1870 * gdb.base/attach.exp: Same.
1871 * gdb.base/catch-load.exp: Same.
1872 * gdb.base/dbx.exp: Same.
1873 * lib/gdb.exp: Same.
1874 * lib/mi-support.exp: Same.
1875 * lib/prompt.exp: Same.
1876
1877 2020-02-27 Tom de Vries <tdevries@suse.de>
1878
1879 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1880 not set.
1881
1882 2020-02-26 Aaron Merey <amerey@redhat.com>
1883
1884 * gdb.debuginfod: New directory for debuginfod tests.
1885 * gdb.debuginfod/main.c: New test file.
1886 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1887
1888 2020-02-26 Tom de Vries <tdevries@suse.de>
1889
1890 PR gdb/25603
1891 * gdb.base/persistent-lang.cc: New test.
1892 * gdb.base/persistent-lang.exp: New file.
1893
1894 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.fortran/derived-type-striding.exp: Add a new test.
1897 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1898 new test.
1899
1900 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1903 names.
1904
1905 2020-02-25 Tom de Vries <tdevries@suse.de>
1906
1907 PR go/18926
1908 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1909
1910 2020-02-24 Tom de Vries <tdevries@suse.de>
1911
1912 PR gdb/25592
1913 * gdb.base/info-locals-unused-static-var.c: New test.
1914 * gdb.base/info-locals-unused-static-var.exp: New file.
1915
1916 2020-02-22 Tom Tromey <tom@tromey.com>
1917
1918 * gdb.python/tui-window.exp: New file.
1919 * gdb.python/tui-window.py: New file.
1920
1921 2020-02-22 Tom Tromey <tom@tromey.com>
1922
1923 PR tui/17850:
1924 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1925 tests.
1926
1927 2020-02-22 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.tui/new-layout.exp: Add sub-layout tests.
1930
1931 2020-02-22 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.tui/new-layout.exp: New file.
1934
1935 2020-02-22 Tom Tromey <tom@tromey.com>
1936
1937 * gdb.rust/rust-style.rs: New file.
1938 * gdb.rust/rust-style.exp: New file.
1939 * gdb.base/style.exp: Test structure printing.
1940 * gdb.base/style.c (struct some_struct): New type.
1941 (enum etype): New type.
1942 (struct_value): New global.
1943
1944 2020-02-21 Tom de Vries <tdevries@suse.de>
1945
1946 PR go/18926
1947 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1948 Remove blanket xfails. Use message argument for gdb_breakpoint.
1949 Make continuing to breakpoint test conditional on setting breakpoint.
1950 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1951 DW_AT_name attribute. Add xfail for GCC PR93866.
1952
1953 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.dwarf2/cpp-linkage-name.c: New file.
1956 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1957
1958 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1959
1960 * lib/gdb.exp (gdb_wrapper_init): Reset
1961 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1962 not exist.
1963
1964 2020-02-20 Tom de Vries <tdevries@suse.de>
1965
1966 PR go/17018
1967 * gdb.go/hello.exp: Copy ...
1968 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1969 print of st to print value of global definition. Add xfail for GCC
1970 PR93844.
1971 * gdb.go/hello.exp: Remove printing of st before definition.
1972 * gdb.go/hello.go: Copy ...
1973 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1974 to st.
1975 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1976
1977 2020-02-20 Tom de Vries <tdevries@suse.de>
1978
1979 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1980 (gdb_simple_compile): Handle compile_flags go by using .go extension
1981 for source file.
1982 * gdb.go/chan.exp: Use support_go_compile.
1983 * gdb.go/handcall.exp: Same.
1984 * gdb.go/hello.exp: Same.
1985 * gdb.go/integers.exp: Same.
1986 * gdb.go/max-depth.exp: Same.
1987 * gdb.go/methods.exp: Same.
1988 * gdb.go/package.exp: Same.
1989 * gdb.go/strings.exp: Same.
1990 * gdb.go/types.exp: Same.
1991 * gdb.go/unsafe.exp: Same.
1992
1993 2020-02-19 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.python/lib-types.exp: Make xfail more strict.
1996
1997 2020-02-19 Tom de Vries <tdevries@suse.de>
1998
1999 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2000
2001 2020-02-19 Doug Evans <dje@google.com>
2002
2003 PR rust/25535
2004 * gdb.rust/simple.exp: Add test.
2005 * gdb.rust/simple.rs: Add test.
2006
2007 2020-02-19 Tom de Vries <tdevries@suse.de>
2008
2009 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2010 output line-by-line.
2011
2012 2020-02-19 Tom de Vries <tdevries@suse.de>
2013
2014 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2015
2016 2020-02-19 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2019 prelink.
2020
2021 2020-02-19 Tom de Vries <tdevries@suse.de>
2022
2023 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2024 (gdb_do_cache): Use gdb_do_cache_wrap.
2025 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2026
2027 2020-02-19 Tom de Vries <tdevries@suse.de>
2028
2029 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2030 gdb_compile option.
2031
2032 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2033
2034 * gdb.base/printcmds.exp (test_print_enums): Update expected
2035 output.
2036
2037 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2038
2039 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2040 for "unknown".
2041
2042 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2043
2044 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2045 enumerator.
2046
2047 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2050 FE_, add FE_NONE.
2051 (three): Update.
2052 (enum flag_enum_without_zero): New enum.
2053 (flag_enum_without_zero): New variable.
2054 (enum not_flag_enum): New enum.
2055 (three_not_flag): New variable.
2056 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2057 (test_print_enums): Add more tests for printing flag enums.
2058
2059 2020-02-18 Tom de Vries <tdevries@suse.de>
2060
2061 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2062 (gdb_compile_ada): ... here.
2063 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2064 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2065
2066 2020-02-14 Tom Tromey <tom@tromey.com>
2067
2068 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2069 build directory.
2070 * boards/gdbserver-base.exp: Update path to gdbserver.
2071
2072 2020-02-13 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2075
2076 2020-02-13 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2079 are missing.
2080
2081 2020-02-13 Tom de Vries <tdevries@suse.de>
2082
2083 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2084 call.
2085
2086 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 PR tui/25126
2089 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2090 * gdb.base/cached-source-file.c: New file.
2091 * gdb.base/cached-source-file.exp: New file.
2092
2093 2020-02-11 Tom de Vries <tdevries@suse.de>
2094
2095 PR testsuite/25488
2096 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2097
2098 2020-02-10 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2101
2102 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2103
2104 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2105 and $after_addr are both integers before making a comparison.
2106
2107 2020-02-09 Tom de Vries <tdevries@suse.de>
2108
2109 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2110 command output and paste it into gdb.log. If any, paste catch message
2111 to gdb.log.
2112
2113 2020-02-07 Tom Tromey <tromey@adacore.com>
2114
2115 PR breakpoints/24915:
2116 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2117
2118 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2119
2120 * gdb.tui/tui-missing-src.exp: Add the "missing source
2121 file" test for the TUI.
2122
2123 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2126 including a port number in the output.
2127
2128 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2129
2130 * lib/fortran.exp (fortran_int4): Handle clang.
2131 (fortran_int8): Likewise.
2132 (fortran_real4): Likewise.
2133 (fortran_real8): Likewise.
2134 (fortran_complex4): Likewise.
2135 (fortran_logical4): Likewise.
2136 (fortran_character1): Likewise.
2137
2138 2020-02-04 Tom de Vries <tdevries@suse.de>
2139
2140 * README (Race detection): Add note.
2141
2142 2020-02-04 Tom de Vries <tdevries@suse.de>
2143
2144 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2145
2146 2020-02-04 Tom de Vries <tdevries@suse.de>
2147
2148 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2149
2150 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2151
2152 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2153 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2154 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2155 blttar, bnetarl.
2156 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2157 binary for blttar, bnetarl.
2158 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2159 wait instruction. Delete ldmx test.
2160 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2161
2162 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2163
2164 * gdb.fortran/array-bounds-high.exp: New file.
2165 * gdb.fortran/array-bounds-high.f90: New file.
2166
2167 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2168
2169 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2170 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2171
2172 2020-02-01 Tom de Vries <tdevries@suse.de>
2173
2174 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2175
2176 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 PR tui/9765
2179 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2180 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2181
2182 2020-01-29 Luis Machado <luis.machado@linaro.org>
2183
2184 * gdb.arch/aarch64-brk-patterns.c: New source file.
2185 * gdb.arch/aarch64-brk-patterns.exp: New test.
2186
2187 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2188
2189 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2190 GCC/Clang version.
2191 * gdb.cp/pass-by-ref.exp: Ditto.
2192
2193 2020-01-29 Tom de Vries <tdevries@suse.de>
2194
2195 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2196 * gdb.threads/watchpoint-fork-mt.c: Same.
2197 * gdb.threads/watchpoint-fork-parent.c: Same.
2198 * gdb.threads/watchpoint-fork-st.c: Same.
2199 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2200
2201 2020-01-27 Luis Machado <luis.machado@linaro.org>
2202
2203 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2204 sitting at a syscall instruction when we hit the syscall function's
2205 breakpoint.
2206 Check PC against one obtained with the x command.
2207 Validate syscall number.
2208 (step_over_syscall): Don't continue to the syscall instruction if
2209 we're already there.
2210
2211 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2212
2213 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2214
2215 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2218 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2219
2220 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2221
2222 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2223 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2224
2225 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.base/maint.exp: Update line table parsing test.
2228 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2229
2230 2020-01-24 Pedro Alves <palves@redhat.com>
2231
2232 PR gdb/25410
2233 * gdb.multi/multi-re-run-1.c: New.
2234 * gdb.multi/multi-re-run-2.c: New.
2235 * gdb.multi/multi-re-run.exp: New.
2236
2237 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 PR gdb/23718
2240 * gdb.server/server-kill-python.exp: New file.
2241
2242 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * gdb.server/multi-ui-errors.c: New file.
2245 * gdb.server/multi-ui-errors.exp: New file.
2246
2247 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 PR tui/9765
2250 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2251
2252 2020-01-19 Tom Tromey <tom@tromey.com>
2253
2254 * gdb.tui/main.exp: Add check for plain "file".
2255
2256 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2257
2258 * lib/gdb.exp: Fix spelling error (seperatelly).
2259
2260 2020-01-14 Tom Tromey <tom@tromey.com>
2261
2262 PR symtab/12535:
2263 * gdb.python/python.exp: Test decode_line with empty string
2264 argument.
2265
2266 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2267
2268 * gdb.base/skip-inline.exp: Extend test.
2269
2270 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2271
2272 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2273 * gdb.dwarf2/dw2-bad-elf.c: New file.
2274 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2275
2276 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2277
2278 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2279 _line_saw_file.
2280
2281 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2284 border.
2285
2286 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2287
2288 * gdb.multi/multi-target.exp (setup): Factor out "info
2289 connections" and "info inferiors" tests to ...
2290 (test_info_inferiors): ... this new procedure.
2291 (top level): Run new "info-inferiors" tests.
2292
2293 2020-01-10 Pedro Alves <palves@redhat.com>
2294
2295 * gdb.server/bkpt-other-inferior.exp: New file.
2296
2297 2020-01-10 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2300 of "add-inferior".
2301 * gdb.base/quit-live.exp: Likewise.
2302 * gdb.base/remote-exec-file.exp: Likewise.
2303 * gdb.guile/scm-progspace.exp: Likewise.
2304 * gdb.linespec/linespec.exp: Likewise.
2305 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2306 * gdb.mi/user-selected-context-sync.exp: Likewise.
2307 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2308 "info inferiors" tests.
2309 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2310 "add-inferior".
2311 * gdb.multi/watchpoint-multi.exp: Likewise.
2312 * gdb.python/py-inferior.exp: Likewise.
2313 * gdb.server/extended-remote-restart.exp: Likewise.
2314 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2315 "info inferiors".
2316 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2317 * gdb.trace/report.exp: Likewise.
2318
2319 2020-01-10 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.multi/multi-target.c: New file.
2322 * gdb.multi/multi-target.exp: New file.
2323 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2324 mode requested, but remote does not support non-stop".
2325
2326 2020-01-10 Pedro Alves <palves@redhat.com>
2327
2328 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2329 disconnect before reconnecting.
2330
2331 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2332 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.server/connect-without-multi-process.exp: Also test
2335 continuing to end.
2336
2337 2020-01-10 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/remote-exec-file.exp: New file.
2340
2341 2020-01-10 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2344 output.
2345 * gdb.threads/async.c: New.
2346 * gdb.threads/async.exp: New.
2347 * gdb.multi/tids-gid-reset.c: New.
2348 * gdb.multi/tids-gid-reset.exp: New.
2349
2350 2020-01-10 George Barrett <bob@bob131.so>
2351
2352 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2353 to help in finding the image relocation offset.
2354 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2355 options in arguments.
2356 (stap_test_no_debuginfo): Likewise.
2357 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2358 test variants.
2359 (stap_test): Add null semaphore relocation test.
2360
2361 2020-01-10 George Barrett <bob@bob131.so>
2362
2363 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2364 * gdb.base/stap-probe.exp: Likewise.
2365 (stap_test): Pass argument as an additional flag.
2366 (stap_test_no_debuginfo): Likewise.
2367 (stap_test): Check `info probes stap' output for semaphore
2368 addresses if the test binary is supposed to have them.
2369
2370 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.tui/basic.exp: Add more scrolling tests.
2373
2374 2020-01-09 Tom Tromey <tom@tromey.com>
2375
2376 PR tui/18932:
2377 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2378 meangingful value.
2379 (Term::command, Term::resize): Update.
2380 * gdb.tui/basic.exp: Add scrolling test.
2381
2382 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2383
2384 * gdb.tui/tui-layout-asm.exp: New file.
2385
2386 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2387
2388 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2389
2390 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2393 (Term::enter_tui): Use Term::prepare_for_tui.
2394
2395 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2396
2397 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2398 called.
2399
2400 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.base/skip.exp: Fix race condition in test.
2403
2404 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.base/backtrace.c: New file.
2407 * gdb.base/backtrace.exp: New file.
2408
2409 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2412
2413 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2414
2415 * gdb.base/style.exp: Test that warnings are styled.
2416
2417 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2418
2419 * gdb.base/line65535.exp: New file.
2420 * gdb.base/line65535.c: New file.
2421
2422 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2423
2424 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2425 * lib/gnat_debug_info_test.adb: New file.
2426 * gdb.ada/ptype_tagged_param.exp: Use
2427 gnat_runtime_has_debug_info, expect a different output if
2428 runtime does not have debug info.
2429
2430 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2431
2432 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2433 (another) quote in test name.
2434
2435 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2436
2437 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2438 Add quote in test name.
2439
2440 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2441
2442 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2443 directory instead.
2444 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2445 * gdb.cp/pass-by-ref-2.cc: New file.
2446 * gdb.cp/pass-by-ref-2.exp: New file.
2447
2448 2019-12-20 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.tui/list-before.exp: New file.
2451
2452 2019-12-20 Tom Tromey <tom@tromey.com>
2453
2454 * gdb.tui/list.exp: Check for source on initial listing.
2455
2456 2019-12-11 Tom Tromey <tromey@adacore.com>
2457
2458 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2459 Add crlf test.
2460
2461 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2462
2463 * gdb.base/default.exp: Update value of $_gdb_major.
2464
2465 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2466
2467 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2468
2469 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2470
2471 * gdb.base/skip.exp: Whitespace fix.
2472
2473 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2474
2475 * gdb.base/skip-inline.c: New file.
2476 * gdb.base/skip-inline.exp: New file.
2477
2478 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2479
2480 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2481 jit_function_00 to jit_function_stack_mangle.
2482 * gdb.base/jithost.c (jit_function_t): Rename to...
2483 (jit_function_stack_mangle_t): ... this.
2484 (jit_function_add_t): New typedef.
2485 (jit_function_00_code): Rename to...
2486 (jit_function_stack_mangle_code): ... this, make static.
2487 (jit_function_add_code): New.
2488 (main): Generate "add" function and call it. Adjust to changes
2489 in jithost_abi.
2490 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2491 (struct jithost_abi) <begin, end>: Remove fields.
2492 <object, function_stack_mangle, function_add>: New fields.
2493 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2494 code_end>: Remove fields.
2495 <func_stack_mangle>: New field.
2496 (read_debug_info): Adjust to renaming, create block for "add"
2497 function.
2498 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2499
2500 2019-12-11 Tom Tromey <tom@tromey.com>
2501
2502 * gdb.tui/resize.exp: Fix regexp.
2503 * gdb.tui/regs.exp: Fix regexps.
2504 * gdb.tui/main.exp: Fix regexp.
2505
2506 2019-12-11 Tom Tromey <tom@tromey.com>
2507
2508 * gdb.tui/resize.exp: Update.
2509 * gdb.tui/empty.exp (layouts): Update.
2510
2511 2019-12-11 Tom Tromey <tom@tromey.com>
2512
2513 * gdb.tui/regs.exp: Update.
2514 * gdb.tui/empty.exp (layouts): Update.
2515 * gdb.tui/basic.exp: Update.
2516 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2517
2518 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2519
2520 * gdb.base/options.exp: Add -raw-values in the print completion list.
2521 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2522
2523 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2524
2525 * gdb.threads/omp-par-scope.c: New file.
2526 * gdb/threads/omp-par-scope.exp: New file.
2527
2528 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2529
2530 * lib/gdb.exp (support_nested_function_tests): New proc.
2531
2532 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2533
2534 * lib/gdb.exp (gdb_compile_openmp): New proc.
2535 (build_executable_from_specs): Add an "openmp" option.
2536 (gdb_compile_pthreads): Add non-executable case.
2537
2538 2019-12-10 Tom Tromey <tromey@adacore.com>
2539
2540 * gdb.ada/unchecked_union.exp: New file.
2541 * gdb.ada/unchecked_union/pck.adb: New file.
2542 * gdb.ada/unchecked_union/pck.ads: New file.
2543 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2544 * gdb-utils.exp (string_to_regexp): Also quote "?".
2545
2546 2019-12-10 George Barrett <bob@bob131.so>
2547
2548 Test scripted probe breakpoints.
2549 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2550 * gdb.python/py-breakpoint.c (main): Likewise.
2551 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2552 specifier test.
2553 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2554
2555 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2556
2557 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2558 an rvalue parameter.
2559 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2560 parameter.
2561
2562 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2565 modules.
2566
2567 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2570 broken version of GCC.
2571
2572 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2575 sym-info-cmds library.
2576 * gdb.fortran/info-types.exp: Likewise.
2577 * lib/sym-info-cmds.exp: New file.
2578
2579 2019-12-08 Tom de Vries <tdevries@suse.de>
2580
2581 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2582
2583 2019-12-07 Keith Seitz <keiths@redhat.com>
2584
2585 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2586 * gdb.base/corefile-buildid-shlib.c: New file.
2587 * gdb.base/corefile-buildid.c: New file.
2588 * gdb.base/corefile-buildid.exp: New file.
2589
2590 2019-12-06 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.dwarf2/varval.exp: Add decl before def test.
2593
2594 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2595
2596 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2597
2598 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2599
2600 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2601 CV and reference conversion for overload resolution.
2602 * gdb.cp/rvalue-ref-overload.exp: Test it.
2603
2604 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2605
2606 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2607 * gdb.base/frameapply.exp: Test faas without command.
2608
2609 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2612 Fortran tests.
2613 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2614 order.
2615
2616 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2619 casting to type with no kind specified.
2620 (test_basic_parsing_of_type_kinds): Additional tests for types
2621 with no kind specified, and add tests for single/double
2622 precision/complex types.
2623
2624 2019-12-04 Tom Tromey <tromey@adacore.com>
2625
2626 * gdb.base/endianity.c (struct other) <x>: New field.
2627 (main): Initialize it.
2628 * gdb.base/endianity.exp: Update.
2629
2630 2019-12-04 Tom Tromey <tromey@adacore.com>
2631
2632 * gdb.ada/scalar_storage/storage.adb: New file.
2633 * gdb.ada/scalar_storage/pck.adb: New file.
2634 * gdb.ada/scalar_storage/pck.ads: New file.
2635 * gdb.ada/scalar_storage.exp: New file.
2636
2637 2019-12-04 Tom Tromey <tromey@adacore.com>
2638
2639 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2640 (main): Initialize it.
2641 * gdb.base/endianity.exp: Update.
2642
2643 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2646
2647 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2650 -symbol-info-module-functions and -symbol-info-module-variables.
2651
2652 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2655
2656 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2657 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.fortran/derived-type-striding.exp: New file.
2660 * gdb.fortran/derived-type-striding.f90: New file.
2661 * gdb.fortran/array-slices.exp: New file.
2662 * gdb.fortran/array-slices.f90: New file.
2663
2664 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2665
2666 * gdb.base/define.exp: Test . in command names.
2667 * gdb.base/setshow.exp: Update test, as . is now part of
2668 command name.
2669
2670 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2671
2672 * gdb.base/define-prefix.exp: New file.
2673
2674 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2677 compile.
2678 (skip_btrace_pt_tests): Likewise.
2679
2680 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.fortran/info-modules.exp: Compile source files in correct
2683 order.
2684
2685 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2686
2687 * gdb.dwarf2/imported-unit.exp: New file.
2688 * gdb.dwarf2/imported-unit.c: New file.
2689
2690 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * gdb.mi/mi-fortran-modules-2.f90: New file.
2693 * gdb.mi/mi-fortran-modules.exp: New file.
2694 * gdb.mi/mi-fortran-modules.f90: New file.
2695
2696 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.mi/mi-sym-info-1.c: New file.
2699 * gdb.mi/mi-sym-info-2.c: New file.
2700 * gdb.mi/mi-sym-info.exp: New file.
2701
2702 2019-11-22 Tom Tromey <tromey@adacore.com>
2703
2704 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2705 * gdb.ada/tasks/foo.adb: Add another stopping location.
2706
2707 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2708
2709 * gdb.base/endianity.c: New test.
2710 * gdb.base/endianity.exp: New file.
2711
2712 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2713
2714 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2715
2716 2019-11-21 Tom de Vries <tdevries@suse.de>
2717
2718 PR gdb/24956
2719 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2720
2721 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2722
2723 * gdb.python/py-progspace.exp: Add missing parentheses on some
2724 'print' commands.
2725
2726 2019-11-19 Tom Tromey <tom@tromey.com>
2727
2728 * gdb.tui/winheight.exp: New file.
2729
2730 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.base/ctf-whatis.c: Delete.
2733 * gdb.base/ctf-whatis.exp: Delete.
2734 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2735
2736 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.base/ctf-cvexpr.exp: Delete.
2739 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2740
2741 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2744 the compiler. Clean up header comment a little.
2745 * gdb.base/ctf-ptype.exp: Likewise.
2746 * gdb.base/ctf-whatis.exp: Likewise.
2747 * lib/gdb.exp (skip_ctf_tests): New proc.
2748
2749 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2750
2751 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2752 * gdb.tui/corefile-run.exp: New file.
2753
2754 2019-11-14 Tom Tromey <tromey@adacore.com>
2755
2756 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2757 regression tests.
2758
2759 2019-11-12 Tom Tromey <tom@tromey.com>
2760
2761 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2762 after any command. Expect prompt after WAIT_FOR is seen.
2763 (enter_tui): Enable resize messages.
2764 (command): Expect command in output.
2765 (get_line): Avoid error when cursor appears to be off-screen.
2766 (dump_screen): Include screen size in title.
2767 (_do_resize): New proc, from "resize".
2768 (resize): Rewrite. Do resize in two steps.
2769 * gdb.tui/empty.exp (layouts): Fix entries.
2770 (check_boxes): Remove xfail.
2771 (check_text): Dump screen on failure.
2772
2773 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.python/py-symbol.exp: Add test for
2776 gdb.lookup_static_symbols.
2777
2778 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.python/py-symbol.c: Declare and call function from new
2781 py-symbol-2.c file.
2782 * gdb.python/py-symbol.exp: Compile both source files, and add new
2783 tests for gdb.lookup_static_symbol.
2784 * gdb.python/py-symbol-2.c: New file.
2785
2786 2019-11-02 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2789 * gdb.base/anon.exp: Same.
2790 * gdb.base/auto-connect-native-target.exp: Same.
2791 * gdb.base/call-ar-st.exp: Same.
2792 * gdb.base/catch-syscall.exp: Same.
2793 * gdb.base/commands.exp: Same.
2794 * gdb.base/default.exp: Same.
2795 * gdb.base/display.exp: Same.
2796 * gdb.base/float.exp: Same.
2797 * gdb.base/foll-fork.exp: Same.
2798 * gdb.base/help.exp: Same.
2799 * gdb.base/info-macros.exp: Same.
2800 * gdb.base/info-proc.exp: Same.
2801 * gdb.base/info-target.exp: Same.
2802 * gdb.base/long_long.exp: Same.
2803 * gdb.base/macscp.exp: Same.
2804 * gdb.base/memattr.exp: Same.
2805 * gdb.base/nofield.exp: Same.
2806 * gdb.base/pointers.exp: Same.
2807 * gdb.base/printcmds.exp: Same.
2808 * gdb.base/ptype.exp: Same.
2809 * gdb.base/restore.exp: Same.
2810 * gdb.base/return.exp: Same.
2811 * gdb.base/scope.exp: Same.
2812 * gdb.base/set-noassign.exp: Same.
2813 * gdb.base/setshow.exp: Same.
2814 * gdb.base/shlib-call.exp: Same.
2815 * gdb.base/signals.exp: Same.
2816 * gdb.base/sigstep.exp: Same.
2817 * gdb.base/skip.exp: Same.
2818 * gdb.base/solib-symbol.exp: Same.
2819 * gdb.base/stap-probe.exp: Same.
2820 * gdb.base/step-line.exp: Same.
2821 * gdb.base/step-test.exp: Same.
2822 * gdb.base/style.exp: Same.
2823 * gdb.base/varargs.exp: Same.
2824 * gdb.base/vla-datatypes.exp: Same.
2825 * gdb.base/vla-ptr.exp: Same.
2826 * gdb.base/vla-sideeffect.exp: Same.
2827 * gdb.base/volatile.exp: Same.
2828 * gdb.base/watch-cond-infcall.exp: Same.
2829 * gdb.base/watchpoint.exp: Same.
2830
2831 2019-11-02 Tom de Vries <tdevries@suse.de>
2832
2833 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2834 * gdb.cp/cpexprs.exp: Same.
2835 * gdb.cp/except-multi-location.exp: Same.
2836 * gdb.cp/exceptprint.exp: Same.
2837 * gdb.cp/gdb2384.exp: Same.
2838 * gdb.cp/inherit.exp: Same.
2839 * gdb.cp/m-static.exp: Same.
2840 * gdb.cp/meth-typedefs.exp: Same.
2841 * gdb.cp/misc.exp: Same.
2842 * gdb.cp/namespace.exp: Same.
2843 * gdb.cp/non-trivial-retval.exp: Same.
2844 * gdb.cp/overload.exp: Same.
2845 * gdb.cp/pr17132.exp: Same.
2846 * gdb.cp/re-set-overloaded.exp: Same.
2847 * gdb.cp/rvalue-ref-types.exp: Same.
2848 * gdb.cp/templates.exp: Same.
2849
2850 2019-11-01 Luis Machado <luis.machado@linaro.org>
2851
2852 PR gdb/25124
2853
2854 * gdb.arch/pr25124.S: New file.
2855 * gdb.arch/pr25124.exp: New file.
2856
2857 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2858
2859 * gdb.fortran/info-modules.exp: Update expected results, and add
2860 additional tests for 'info module functinos', and 'info module
2861 variables'.
2862 * gdb.fortran/info-types.exp: Update expected results.
2863 * gdb.fortran/info-types.f90: Extend testcase with additional
2864 module variables and functions.
2865
2866 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.fortran/info-modules.exp: New file.
2869 * gdb.fortran/info-types.exp: Build with new file.
2870 * gdb.fortran/info-types.f90: Include and use new module.
2871 * gdb.fortran/info-types-2.f90: New file.
2872
2873 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2874
2875 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2876 * gdb.base/settings.exp: Test all settings types using
2877 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2878 that now verifies that the value of "maint show" is the same as
2879 returned by the settings functions. Test the type of the
2880 maintenance settings.
2881 * gdb.base/default.exp: Update show_conv_list.
2882
2883 2019-10-31 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2886 gdb_test.
2887 * gdb.arch/amd64-disp-step.exp: Same.
2888 * gdb.asm/asm-source.exp: Same.
2889 * gdb.btrace/buffer-size.exp: Same.
2890 * gdb.btrace/cpu.exp: Same.
2891 * gdb.btrace/enable.exp: Same.
2892 * gdb.dwarf2/count.exp: Same.
2893 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2894 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2895 * gdb.fortran/vla-datatypes.exp: Same.
2896 * gdb.fortran/vla-history.exp: Same.
2897 * gdb.fortran/vla-ptype.exp: Same.
2898 * gdb.fortran/vla-value.exp: Same.
2899 * gdb.fortran/whatis_type.exp: Same.
2900 * gdb.guile/guile.exp: Same.
2901 * gdb.multi/tids.exp: Same.
2902 * gdb.python/py-finish-breakpoint.exp: Same.
2903 * gdb.python/py-framefilter.exp: Same.
2904 * gdb.python/py-pp-registration.exp: Same.
2905 * gdb.python/py-xmethods.exp: Same.
2906 * gdb.python/python.exp: Same.
2907 * gdb.server/connect-with-no-symbol-file.exp: Same.
2908 * gdb.server/no-thread-db.exp: Same.
2909 * gdb.server/run-without-local-binary.exp: Same.
2910 * gdb.stabs/weird.exp: Same.
2911 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2912 * gdb.threads/thread-find.exp: Same.
2913 * gdb.threads/tls-shared.exp: Same.
2914 * gdb.threads/tls.exp: Same.
2915 * gdb.threads/wp-replication.exp: Same.
2916 * gdb.trace/ax.exp: Same.
2917 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2918
2919 2019-10-31 Tom de Vries <tdevries@suse.de>
2920
2921 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2922 * gdb.ada/array_subscript_addr.exp: Same.
2923 * gdb.ada/arrayidx.exp: Same.
2924 * gdb.ada/arrayparam.exp: Same.
2925 * gdb.ada/arrayptr.exp: Same.
2926 * gdb.ada/boolean_expr.exp: Same.
2927 * gdb.ada/call_pn.exp: Same.
2928 * gdb.ada/complete.exp: Same.
2929 * gdb.ada/fixed_cmp.exp: Same.
2930 * gdb.ada/fun_addr.exp: Same.
2931 * gdb.ada/funcall_param.exp: Same.
2932 * gdb.ada/interface.exp: Same.
2933 * gdb.ada/mod_from_name.exp: Same.
2934 * gdb.ada/null_array.exp: Same.
2935 * gdb.ada/packed_array.exp: Same.
2936 * gdb.ada/packed_tagged.exp: Same.
2937 * gdb.ada/print_chars.exp: Same.
2938 * gdb.ada/print_pc.exp: Same.
2939 * gdb.ada/ptype_arith_binop.exp: Same.
2940 * gdb.ada/ptype_field.exp: Same.
2941 * gdb.ada/ptype_tagged_param.exp: Same.
2942 * gdb.ada/rec_return.exp: Same.
2943 * gdb.ada/ref_tick_size.exp: Same.
2944 * gdb.ada/str_ref_cmp.exp: Same.
2945 * gdb.ada/taft_type.exp: Same.
2946 * gdb.ada/tagged.exp: Same.
2947 * gdb.ada/type_coercion.exp: Same.
2948 * gdb.ada/uninitialized_vars.exp: Same.
2949
2950 2019-10-30 Tom de Vries <tdevries@suse.de>
2951
2952 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2953
2954 2019-10-26 Tom de Vries <tdevries@suse.de>
2955
2956 * gdb.base/bigcore.c: Fix typos in comments.
2957 * gdb.base/ctf-ptype.c: Same.
2958 * gdb.base/long_long.c: Same.
2959 * gdb.dwarf2/dw2-op-out-param.S: Same.
2960 * gdb.python/py-evthreads.c: Same.
2961 * gdb.reverse/i387-stack-reverse.c: Same.
2962 * gdb.trace/tfile.c: Same.
2963 * lib/compiler.c: Same.
2964 * lib/compiler.cc: Same.
2965
2966 2019-10-25 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2969 gdb_test_multiple calls.
2970 * gdb.reverse/sigall-reverse.exp: Same.
2971 * gdb.reverse/solib-precsave.exp: Same.
2972 * gdb.reverse/solib-reverse.exp: Same.
2973 * gdb.reverse/until-precsave.exp: Same.
2974 * gdb.reverse/until-reverse.exp: Same.
2975
2976 2019-10-24 Tom de Vries <tdevries@suse.de>
2977
2978 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2979 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2980 kfail using -wrap pattern flag and convenience variable
2981 gdb_test_name.
2982
2983 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.python/py-progspace.exp: Add tests for the
2986 Progspace.block_for_pc method.
2987
2988 2019-10-23 Tom Tromey <tom@tromey.com>
2989
2990 * configure: Rebuild.
2991 * aclocal.m4: Use m4_include, not sinclude.
2992
2993 2019-10-21 Tom de Vries <tdevries@suse.de>
2994
2995 * gdb.base/infcall-nested-structs.c: Add
2996 __attribute__((noinline,noclone)) to all functions.
2997 (call_all): Add missing variable initialization. Simplify return value.
2998 (breakpt): Increment volatile variable, to prevent call from being
2999 optimized out.
3000 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3001
3002 2019-10-17 Tom de Vries <tdevries@suse.de>
3003
3004 * gdb.fortran/module.exp: Allow info variables to print info for files
3005 other than module.f90.
3006
3007 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.fortran/module.exp: Extend with 'info variables' test.
3010
3011 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3014 F77_FOR_TARGET.
3015
3016 2019-10-16 Tom de Vries <tdevries@suse.de>
3017
3018 PR tdep/25096
3019 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3020
3021 2019-10-16 Tom de Vries <tdevries@suse.de>
3022
3023 PR tdep/24104
3024 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3025 Add KFAIL for PR tdep/25096.
3026
3027 2019-10-16 Tom de Vries <tdevries@suse.de>
3028
3029 PR testsuite/25059
3030 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3031
3032 2019-10-16 Tom de Vries <tdevries@suse.de>
3033
3034 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3035 as signed.
3036
3037 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3038
3039 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3040 one instead of increasing timeout.
3041
3042 2019-10-13 Tom de Vries <tdevries@suse.de>
3043
3044 PR record/25038
3045 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3046 * gdb.reverse/sigall-reverse.exp: Same.
3047 * gdb.reverse/solib-precsave.exp: Same.
3048 * gdb.reverse/solib-reverse.exp: Same.
3049 * gdb.reverse/step-precsave.exp: Same.
3050 * gdb.reverse/until-precsave.exp: Same.
3051 * gdb.reverse/until-reverse.exp: Same.
3052 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3053
3054 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3055
3056 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3057 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3058 (cmp_struct_05_01, cmp_struct_static_02_01)
3059 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3060 comparisons.
3061
3062 2019-10-10 Tom de Vries <tdevries@suse.de>
3063
3064 PR testsuite/24888
3065 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3066 gnatlink.
3067
3068 2019-10-09 Tom de Vries <tdevries@suse.de>
3069
3070 PR testsuite/25048
3071 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3072
3073 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3076 exceptions due to missing debug information.
3077
3078 2019-10-07 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3081
3082 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3085 * gdb.base/annota1.exp: Update to use gdb_test_name.
3086
3087 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3088
3089 * gdb.base/ctf-whatis.exp: New file.
3090 * gdb.base/ctf-whatis.c: New file.
3091 * gdb.base/ctf-ptype.exp: New file.
3092 * gdb.base/ctf-ptype.c: New file.
3093 * gdb.base/ctf-constvars.exp: New file.
3094 * gdb.base/ctf-constvars.c: New file.
3095 * gdb.base/ctf-cvexpr.exp: New file.
3096
3097 2019-10-04 Tom de Vries <tdevries@suse.de>
3098
3099 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3100 for loop.
3101
3102 2019-10-03 Tom Tromey <tom@tromey.com>
3103
3104 PR rust/24976:
3105 * gdb.rust/simple.rs (Union2): New type.
3106 (main): Use Union2.
3107 * gdb.rust/simple.exp: Add test.
3108
3109 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3112 nested function prefix.
3113
3114 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3115 Richard Bunt <richard.bunt@arm.com>
3116 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3119 nested functions.
3120 * gdb.fortran/nested-funcs.f90: Update expected results.
3121 * gdb.fortran/nested-funcs-2.exp: New file.
3122 * gdb.fortran/nested-funcs-2.f90: New file.
3123
3124 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.python/py-parameter.exp: Make test names unique.
3127 * gdb.python/py-template.exp: Likewise.
3128 * gdb.python/py-value.exp: Likewise.
3129
3130 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.base/break-interp.exp: Reduce test name duplication.
3133 * gdb.base/call-sc.exp: Likewise.
3134 * gdb.base/callfuncs.exp: Likewise.
3135 * gdb.base/charset.exp: Likewise.
3136 * gdb.base/dump.exp: Likewise.
3137 * gdb.base/ena-dis-br.exp: Likewise.
3138 * gdb.base/relational.exp: Likewise.
3139 * gdb.base/step-over-syscall.exp: Likewise.
3140 * gdb.base/structs.exp: Likewise.
3141
3142 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.linespec/explicit.exp: Make test names unique.
3145 * gdb.linespec/ls-errs.exp: Likewise.
3146
3147 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.reverse/break-precsave.exp: Make test names unique.
3150 * gdb.reverse/break-reverse.exp: Likewise.
3151 * gdb.reverse/finish-precsave.exp: Likewise.
3152 * gdb.reverse/finish-reverse.exp: Likewise.
3153 * gdb.reverse/machinestate-precsave.exp: Likewise.
3154 * gdb.reverse/machinestate.exp: Likewise.
3155 * gdb.reverse/readv-reverse.exp: Likewise.
3156 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3157 * gdb.reverse/sigall-precsave.exp: Likewise.
3158 * gdb.reverse/sigall-reverse.exp: Likewise.
3159 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3160 * gdb.reverse/watch-precsave.exp: Likewise.
3161 * gdb.reverse/watch-reverse.exp: Likewise.
3162
3163 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * gdb.threads/stop-with-handle.c: New file.
3166 * gdb.threads/stop-with-handle.exp: New file.
3167
3168 2019-10-03 Tom de Vries <tdevries@suse.de>
3169
3170 PR testsuite/25059
3171 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3172 directory" line to be missing.
3173
3174 2019-10-03 Tom de Vries <tdevries@suse.de>
3175
3176 PR testsuite/25059
3177 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3178 type optional.
3179
3180 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3181
3182 * gdb.python/py-format-string.c (string.h): New include.
3183 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3184 the same value, for endianness-independence.
3185 * gdb.python/py-format-string.exp (default_regexp_dict)
3186 (test_pretty_structs, test_format): Adjust expected output to the
3187 changed initialization.
3188
3189 2019-10-02 Tom Tromey <tromey@adacore.com>
3190
3191 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3192
3193 2019-10-02 Pedro Alves <palves@redhat.com>
3194 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3197 "print-file-var.h".
3198 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3199 (get_version_1): Print this_version_id and its address.
3200 Add extern "C" wrappers around interface functions.
3201 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3202 "print-file-var.h".
3203 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3204 (get_version_2): Print this_version_id and its address.
3205 Add extern "C" wrappers around interface functions.
3206 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3207 <stddef.h> and "print-file-var.h".
3208 Add extern "C" wrappers around interface functions.
3209 [VERSION_ID_MAIN] (this_version_id): Define.
3210 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3211 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3212 up extern "C" blocks.
3213 * gdb.base/print-file-var.exp (test): New, factored out from top
3214 level.
3215 (top level): Test all combinations of attribute hidden or not,
3216 dlopen or not, and this_version_id symbol in main file or not.
3217 Compile tests as both C++ and C, make test names unique.
3218
3219 2019-10-01 Tom Tromey <tom@tromey.com>
3220
3221 * gdb.base/style.exp: Test "show logging filename".
3222
3223 2019-10-01 Tom Tromey <tom@tromey.com>
3224
3225 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3226 * gdb.base/style.exp: Add metadata style test.
3227
3228 2019-10-01 Tom Tromey <tom@tromey.com>
3229
3230 * gdb.base/style.exp: Test "pwd".
3231
3232 2019-10-01 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.base/style.exp: Update tests.
3235
3236 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3237
3238 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3239 'six' to unsigned.
3240 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3241 'five'. Use an all-ones bit pattern for each.
3242 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3243 to its changed values.
3244
3245 2019-09-30 Tom Tromey <tromey@adacore.com>
3246
3247 * gdb.rust/traits.rs: Disable all warnings.
3248
3249 2019-09-29 Tom de Vries <tdevries@suse.de>
3250
3251 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3252
3253 2019-09-29 Tom de Vries <tdevries@suse.de>
3254
3255 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3256
3257 2019-09-27 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3260
3261 2019-09-27 Tom de Vries <tdevries@suse.de>
3262
3263 PR record/23188
3264 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3265
3266 2019-09-26 Tom Tromey <tromey@adacore.com>
3267
3268 * gdb.ada/py_taft.exp: New file.
3269 * gdb.ada/py_taft/main.adb: New file.
3270 * gdb.ada/py_taft/pkg.adb: New file.
3271 * gdb.ada/py_taft/pkg.ads: New file.
3272
3273 2019-09-24 Tom de Vries <tdevries@suse.de>
3274
3275 PR gdb/24598
3276 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3277
3278 2019-09-22 Tom de Vries <tdevries@suse.de>
3279
3280 * gdb.base/restore.exp: Allow register variables to be optimized out at
3281 -O0.
3282
3283 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3284
3285 * gdb.arch/spu-info.exp: Remove file.
3286 * gdb.arch/spu-info.c: Remove file.
3287 * gdb.arch/spu-ls.exp: Remove file.
3288 * gdb.arch/spu-ls.c: Remove file.
3289
3290 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3291 * gdb.asm/spu.inc: Remove file.
3292
3293 * gdb.base/dump.exp: Remove support for spu*-*-*.
3294 * gdb.base/stack-checking.exp: Likewise.
3295 * gdb.base/overlays.exp: Likewise.
3296 * gdb.base/ovlymgr.c: Likewise.
3297 * gdb.base/spu.ld: Remove file.
3298
3299 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3300 * gdb.cp/cpexprs.exp: Likewise.
3301 * gdb.cp/exception.exp: Likewise.
3302 * gdb.cp/gdb2495.exp: Likewise.
3303 * gdb.cp/mb-templates.exp: Likewise.
3304 * gdb.cp/pr9167.exp: Likewise.
3305 * gdb.cp/userdef.exp: Likewise.
3306
3307 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3308
3309 * gdb.cell: Remove directory.
3310 * lib/cell.exp: Remove file.
3311
3312 2019-09-19 Tom de Vries <tdevries@suse.de>
3313
3314 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3315
3316 2019-09-19 Tom de Vries <tdevries@suse.de>
3317
3318 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3319
3320 2019-09-19 Tom de Vries <tdevries@suse.de>
3321
3322 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3323 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3324 (gdb_target_cmd): ... here.
3325 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3326 value 2.
3327
3328 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * gdb.base/source-dir.exp: Avoid having directory names in test
3331 names.
3332
3333 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3334
3335 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3336 directory.
3337
3338 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.base/list-missing-source.exp: New file.
3341
3342 2019-09-14 Tom de Vries <tdevries@suse.de>
3343
3344 PR teststuite/24599
3345 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3346 * lib/ada.exp (gnatmake_version_at_least): New proc.
3347
3348 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.base/maint.exp: Use exec_has_index_section.
3351
3352 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.base/maint.exp: Add test for 'maint info sections'.
3355
3356 2019-09-12 Tom de Vries <tdevries@suse.de>
3357
3358 * gdb.base/store.exp: Allow register variables to be optimized out at
3359 -O0.
3360
3361 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3362
3363 * gdb.ada/rdv_wait.exp: Update to new task names.
3364 * gdb.base/task_switch_in_core.exp: Likewise.
3365 * gdb.base/info_sources_base.c: Likewise.
3366
3367 2019-09-10 Tom Tromey <tromey@adacore.com>
3368
3369 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3370
3371 2019-09-10 Tom Tromey <tromey@adacore.com>
3372
3373 * gdb.ada/dgopt.exp: New file.
3374 * gdb.ada/dgopt/x.adb: New file.
3375
3376 2019-09-08 Tom Tromey <tom@tromey.com>
3377
3378 * gdb.tui/resize.exp: Remove setup_xfail.
3379 * gdb.tui/regs.exp: Remove setup_xfail.
3380 * gdb.tui/basic.exp: Remove setup_xfail.
3381
3382 2019-09-06 David Blaikie <dblaikie@gmail.com>
3383
3384 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3385 * gdb.cp/cplabel.exp: Ditto.
3386 * gdb.linespec/ls-errs.exp: Ditto.
3387
3388 2019-09-05 Tom de Vries <tdevries@suse.de>
3389
3390 * lib/gdb.exp (cmp_file_string): New proc.
3391 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3392 runto_main. Verify save breakpoints output.
3393
3394 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3395
3396 * gdb.base/info-var.exp: Test info variables without running
3397 to main, to avoid expect's buffer overflow.
3398
3399 2019-09-03 Tom Tromey <tromey@adacore.com>
3400
3401 * gdb.ada/bias.exp: New file.
3402 * gdb.ada/bias/bias.adb: New file.
3403 * gdb.ada/print_chars.exp: Add regression test.
3404 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3405 (MC): New variable.
3406
3407 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3408
3409 * gdb.base/argv0-symlink.exp: Run only on native target
3410 and local host.
3411
3412 2019-08-29 Tom de Vries <tdevries@suse.de>
3413
3414 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3415 diverse debug info.
3416 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3417
3418 2019-08-28 Tom de Vries <tdevries@suse.de>
3419
3420 * gdb.base/info-var.exp: Allow info variables to print info for files
3421 other than info-var-f1.c and info-var-f2.c.
3422
3423 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.fortran/info-types.exp: Add module.
3426 * gdb.fortran/info-types.f90: Update expected results.
3427
3428 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.fortran/info-types.exp: New file.
3431 * gdb.fortran/info-types.f90: New file.
3432 * lib/fortran.exp (fortran_character1): New proc.
3433
3434 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3437 functions'. Reindent as needed.
3438 * gdb.base/info-var-f1.c: New file.
3439 * gdb.base/info-var-f2.c: New file.
3440 * gdb.base/info-var.exp: New file.
3441 * gdb.base/info-var.h: New file.
3442
3443 2019-08-26 Tom de Vries <tdevries@suse.de>
3444
3445 PR c++/24852
3446 * gdb.cp/no-libstdcxx-probe.exp: New test.
3447
3448 2019-08-26 Tom de Vries <tdevries@suse.de>
3449
3450 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3451 * tests need to be skipped.
3452 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3453 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3454 mi_skip_libstdcxx_probe_tests.
3455
3456 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3457
3458 * gdb.python/py-xmethods.exp: Use raw strings when passing
3459 arguments to SimpleXMethodMatcher.
3460
3461 2019-08-22 Tom de Vries <tdevries@suse.de>
3462
3463 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3464 more informative.
3465
3466 2019-08-21 Pedro Alves <palves@redhat.com>
3467
3468 * gdb.base/with.exp: Test "with" with no arguments.
3469
3470 2019-08-21 Tom de Vries <tdevries@suse.de>
3471
3472 * gdb.base/gdb-caching-proc.exp: Sort files.
3473
3474 2019-08-20 Tom de Vries <tdevries@suse.de>
3475
3476 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3477 compilation.
3478
3479 2019-08-16 Tom de Vries <tdevries@suse.de>
3480
3481 * gdb.base/compare-sections.exp ("after run to main"): Allow
3482 mismatched read-only sections for PIE executables.
3483
3484 2019-08-16 Tom Tromey <tom@tromey.com>
3485
3486 * lib/tuiterm.exp (_csi_Z): New proc.
3487 * gdb.tui/basic.exp: Update window positions.
3488 * gdb.tui/empty.exp: Update window positions.
3489
3490 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3491
3492 * gdb.base/examine-backward.exp: Correct regexp for
3493 "examine 3 bytes backward from ${address_zero}".
3494
3495 2019-08-15 Tom Tromey <tom@tromey.com>
3496
3497 * gdb.tui/empty.exp: Enable resizing tests.
3498
3499 2019-08-15 Tom Tromey <tromey@adacore.com>
3500
3501 * gdb.ada/char_enum.exp: Add regression tests.
3502 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3503 and '0'.
3504 (Char, Gchar): Update.
3505 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3506
3507 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3508
3509 * gdb.python/python.exp: Expect a leading underscore on
3510 GdbOutput{,Error}File.
3511
3512 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3513
3514 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3515 Windows host.
3516
3517 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3518
3519 * gdb.base/batch-preserve-term-settings.exp
3520 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3521
3522 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3523
3524 * lib/gdb.exp: When running on a mingw target, replace
3525 /x/ with x:/.
3526
3527 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3528
3529 * gdb.arch/aarch64-prologue.c: New test.
3530 * gdb.arch/aarch64-prologue.exp: New file.
3531
3532 2019-08-13 Tom de Vries <tdevries@suse.de>
3533
3534 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3535 Thread.
3536
3537 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3538
3539 * gdb.python/py-completion.exp: Download the .py file to the host
3540 and use its host pathname. Conditionalize tests that use
3541 tab completion and manipulate files on the build machine.
3542 * gdb.python/py-events.exp: Download the .py file to the host
3543 and use its host pathname.
3544 * gdb.python/py-evsignal.exp: Likewise.
3545 * gdb.python/py-evthreads.exp: Likewise.
3546 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3547 pathname syntax.
3548 * gdb.python/py-framefilter.exp: Download the .py file to the right
3549 place on the host. Match Windows pathname syntax.
3550 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3551 .py file to the host and use its host pathname.
3552 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3553 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3554 build pathname. Skip symlink test on Windows host. Add missing
3555 newline at end of file.
3556 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3557 and use its host pathname.
3558 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3559 * gdb.python/py-section-script.exp: Use host location of binfile
3560 on safe-path. Use correct path separator on Windows host.
3561 Reorder alternatives in gdb_test_multiple to prevent matching
3562 the wrong alternative on success.
3563 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3564
3565 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3566
3567 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3568 expect the GDB inferior to no longer immediately stop after
3569 being resumed with "signal SIGINT".
3570
3571 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3572
3573 * gdb.linespec/break-ask.exp: Generalize regexps to match
3574 Windows pathnames too.
3575
3576 2019-08-08 Tom de Vries <tdevries@suse.de>
3577
3578 PR testsuite/24862
3579 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3580
3581 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3582
3583 * gdb.base/style.exp: Update tests for help doc new invariants.
3584 * gdb.base/help.exp: Likewise.
3585
3586 2019-08-06 Tom Tromey <tom@tromey.com>
3587
3588 * gdb.base/style.exp: Add disassemble test.
3589 * gdb.base/style.c (some_called_function): New function.
3590 (main): Use it.
3591
3592 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3593
3594 * gdb.python/py-block.exp: Test dictionary access on blocks.
3595
3596 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3597
3598 PR gdb/24863
3599 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3600 -list-thread-groups --available test when running under
3601 check-read1.
3602
3603 2019-08-05 Tom de Vries <tdevries@suse.de>
3604
3605 PR testsuite/24863
3606 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3607 * gdb.base/help.exp: Use with_read1_timeout_factor.
3608 * gdb.base/info-macros.exp: Same.
3609 * gdb.cp/nested-types.exp: Same.
3610
3611 2019-08-05 Tom de Vries <tdevries@suse.de>
3612
3613 * lib/gdb.exp (version_at_least): Factor out of ...
3614 (tcl_version_at_least): ... here.
3615 (gdb_compile): Fail if pie results in non-PIE executable.
3616 (readelf_version, readelf_prints_pie): New proc.
3617 (exec_is_pie): Return -1 if unknown.
3618
3619 2019-08-05 Tom de Vries <tdevries@suse.de>
3620
3621 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3622
3623 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3624
3625 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3626
3627 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3628
3629 * lib/completion-support.exp (test_gdb_complete_none): Skip
3630 tab completion tests if no readline support.
3631 (test_gdb_complete_unique_re): Likewise.
3632 (test_gdb_complete_multiple): Likewise.
3633
3634 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3635
3636 * gdb.base/info_sources.exp: New file.
3637 * gdb.base/info_sources.c: New file.
3638 * gdb.base/info_sources_base.c: New file.
3639
3640 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3641
3642 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3643 prefix argument.
3644 (test_exit_status): Add prefix argument.
3645
3646 2019-08-01 Tom de Vries <tdevries@suse.de>
3647
3648 PR testsuite/24863
3649 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3650 calling exp_continue for new thread and thread exited messages.
3651
3652 2019-08-01 Tom de Vries <tdevries@suse.de>
3653
3654 PR testsuite/24863
3655 * gdb.base/structs.exp: Fix check-read1 timeout using
3656 gdb_test_sequence.
3657 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3658
3659 2019-08-01 Tom de Vries <tdevries@suse.de>
3660
3661 PR testsuite/24863
3662 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3663 line.
3664
3665 2019-08-01 Tom de Vries <tdevries@suse.de>
3666
3667 PR testsuite/24863
3668 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3669
3670 2019-07-30 Tom Tromey <tromey@adacore.com>
3671
3672 * gdb.ada/display_nested.exp: New file.
3673 * gdb.ada/display_nested/foo.adb: New file.
3674 * gdb.ada/display_nested/pack.adb: New file.
3675 * gdb.ada/display_nested/pack.ads: New file.
3676
3677 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3678
3679 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3680 namespace.
3681 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3682
3683 2019-07-30 Tom de Vries <tdevries@suse.de>
3684
3685 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3686 instead.
3687
3688 2019-07-30 Tom de Vries <tdevries@suse.de>
3689
3690 PR testsuite/24834
3691 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3692 (exec_is_pie): New proc.
3693
3694 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3695
3696 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3697
3698 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3699
3700 * gdb.python/py-objfile.c: Add global and static vars.
3701 * gdb.python/py-objfile.exp: Test new functions Objfile.
3702 lookup_global_symbol and lookup_static_symbol.
3703
3704 2019-07-29 Tom Tromey <tom@tromey.com>
3705
3706 * lib/tuiterm.exp (Term::_csi_@): New proc.
3707 (Term::_csi_X): Don't move cursor.
3708
3709 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3710
3711 * gdb.base/options.exp: Update backtrace - completion to
3712 new option -frame-info.
3713 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3714 Test new 'set print frame-info'. Test backtrace -frame-info
3715 overriding 'set print frame-info'.
3716 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3717 Test new 'set print frame-info'.
3718 Verify consistency of backtrace with and without filters, with and
3719 without -no-filters.
3720 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3721 default.
3722
3723 2019-07-29 Tom de Vries <tdevries@suse.de>
3724
3725 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3726 no arguments".
3727
3728 2019-07-29 Tom de Vries <tdevries@suse.de>
3729
3730 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3731 is a substring of the first for "complete non-unique file name".
3732
3733 2019-07-29 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3736 with ".*".
3737
3738 2019-07-29 Tom de Vries <tdevries@suse.de>
3739
3740 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3741 Pass prompt_regexp parameter to gdb_test_multiple calls.
3742
3743 2019-07-29 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3746 print registers" regexps.
3747
3748 2019-07-29 Tom de Vries <tdevries@suse.de>
3749
3750 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3751
3752 2019-07-29 Tom de Vries <tdevries@suse.de>
3753
3754 PR gdb/24855
3755 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3756 (skip_python_tests_prompt): Add prompt_regexp argument to
3757 gdb_test_multiple calls.
3758
3759 2019-07-27 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.tui/main.exp: New file.
3762
3763 2019-07-27 Tom Tromey <tom@tromey.com>
3764
3765 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3766 optional.
3767 * gdb.tui/empty.exp: New file.
3768
3769 2019-07-27 Tom Tromey <tom@tromey.com>
3770
3771 * lib/tuiterm.exp (spawn): New proc.
3772 (Term::resize): New proc.
3773 * gdb.tui/resize.exp: New file.
3774
3775 2019-07-27 Tom Tromey <tom@tromey.com>
3776
3777 * gdb.tui/list.exp: New file.
3778
3779 2019-07-27 Tom Tromey <tom@tromey.com>
3780
3781 * gdb.tui/regs.exp: New file.
3782
3783 2019-07-27 Tom Tromey <tom@tromey.com>
3784
3785 * gdb.tui/basic.exp: Add "layout split" test.
3786
3787 2019-07-27 Tom Tromey <tom@tromey.com>
3788
3789 * gdb.tui/basic.exp: Add "layout asm" test.
3790
3791 2019-07-27 Tom Tromey <tom@tromey.com>
3792
3793 * lib/tuiterm.exp: New file.
3794 * gdb.tui/basic.exp: New file.
3795
3796 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3797
3798 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3799 Enable tests associated with this flag. Adjust regex
3800 referencing "foo_low" to now refer to "foo_cold" instead.
3801
3802 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3803
3804 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3805 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3806 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3807 foo_cold. Revise comments to match.
3808 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3809 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3810 were wrapped into this proc; Call do_test in loop from outermost
3811 level.
3812 (foo_low): Rename all occurrences to "foo_cold".
3813 (backtrace from baz): New test.
3814 (x2/i foo_cold): New test.
3815 (info line *foo_cold): New test.
3816
3817 2019-07-26 Tom de Vries <tdevries@suse.de>
3818
3819 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3820
3821 2019-07-25 Tom de Vries <tdevries@suse.de>
3822
3823 PR testsuite/24830
3824 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3825 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3826 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3827 (skip_libstdcxx_probe_tests): ... here.
3828 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3829
3830 2019-07-24 Tom de Vries <tdevries@suse.de>
3831
3832 PR testsuite/24807
3833 * gdb.objc/basicclass.m: Include stdio.h.
3834 * gdb.objc/nondebug.m: Same.
3835 * gdb.objc/objcdecode.m: Same.
3836
3837 2019-07-24 Tom de Vries <tdevries@suse.de>
3838
3839 PR testsuite/24612
3840 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3841 additional_flags.
3842
3843 2019-07-24 Tom de Vries <tdevries@suse.de>
3844
3845 PR testsuite/24831
3846 * gdb.multi/tids.exp: Update error messages for info threads.
3847
3848 2019-07-24 Tom de Vries <tdevries@suse.de>
3849
3850 * gdb.base/info-types.exp: Allow info types to print info for more than
3851 one file.
3852
3853 2019-07-23 Tom de Vries <tdevries@suse.de>
3854
3855 PR testsuite/24842
3856 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3857 gdb_spawn_with_cmdline_opts.
3858
3859 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3860
3861 * gdb.arch/arm-cmse-sgstubs.c: New test.
3862 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3863
3864 2019-07-23 Tom de Vries <tdevries@suse.de>
3865
3866 PR testsuite/24711
3867 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3868 issuing next command.
3869
3870 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.ada/info_auto_lang.exp: Update expected results.
3873 * gdb.base/info-types.c: Add additional types to check.
3874 * gdb.base/info-types.exp: Update expected results.
3875
3876 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3877
3878 * gdb.base/info-types.c: New file.
3879 * gdb.base/info-types.exp: New file.
3880
3881 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3882
3883 * gdb.arch/riscv-bp-infcall.c: New file.
3884 * gdb.arch/riscv-bp-infcall.exp: New file.
3885
3886 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 PR breakpoints/24541
3889 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3890
3891 2019-07-14 Tom de Vries <tdevries@suse.de>
3892
3893 PR testsuite/24760
3894 * gdb.objc/basicclass.exp: Fix unterminated string.
3895
3896 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3897 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3900 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3901 negative bounds.
3902 * gdb.fortran/vla-value.exp: Print elements of an array with
3903 negative bounds.
3904 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3905 testing.
3906
3907 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * gdb.base/options.exp (expect_string): Dequote strings in
3910 results.
3911 (test-string): Test strings with different quoting and reindent.
3912
3913 2019-07-10 Tom Tromey <tromey@adacore.com>
3914
3915 * gdb.ada/mi_ex_cond.exp: Update expected results.
3916 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3917 * gdb.ada/mi_catch_ex.exp: Update expected results.
3918 * gdb.ada/mi_catch_assert.exp: Update expected results.
3919 * gdb.ada/catch_ex.exp (catch_exception_info)
3920 (catch_exception_entry, catch_assert_entry)
3921 (catch_unhandled_entry): Update.
3922 * gdb.ada/catch_assert_if.exp: Update expected results.
3923
3924 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3925 Stephen Roberts <stephen.roberts@arm.com>
3926
3927 * gdb.base/define.exp: Restore original prompt.
3928
3929 2019-07-09 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3932 breakpoints" output.
3933 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3934 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3935 throw" creates breakpoint.
3936 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3937 'type="catchpoint"'.
3938
3939 2019-07-09 Pedro Alves <palves@redhat.com>
3940
3941 PR c++/15468
3942 * gdb.cp/except-multi-location-lib.cc: New.
3943 * gdb.cp/except-multi-location-main.cc: New.
3944 * gdb.cp/except-multi-location.exp: New.
3945
3946 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3947
3948 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3949 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3950 argument and update callers.
3951
3952 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3953
3954 * gdb.arch/amd64-break-on-asm-line.S: New file.
3955 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3956
3957 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3958
3959 * gdb.base/printcmds.exp: Test printing C string and
3960 C wide string convenience vars without transiting via the inferior.
3961 Also make test names unique.
3962
3963 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3964
3965 PR breakpoints/25011
3966 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3967
3968 2019-07-04 Pedro Alves <palves@redhat.com>
3969
3970 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3971 body returned ok(0), break(3) or continue(4).
3972 * gdb.testsuite/foreach_with_prefix.exp: New file.
3973
3974 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3975
3976 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3977
3978 2019-07-03 Pedro Alves <palves@redhat.com>
3979
3980 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3981 "return -code".
3982
3983 2019-07-03 Pedro Alves <palves@redhat.com>
3984
3985 PR cli/24732
3986 * gdb.base/shell.exp: Load completion-support.exp.
3987 Adjust expected error output. Add completion tests.
3988
3989 2019-07-03 Pedro Alves <palves@redhat.com>
3990
3991 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3992 string_to_regexp.
3993
3994 2019-07-03 Pedro Alves <palves@redhat.com>
3995
3996 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3997 (expect_integer): Adjust to expect "-string".
3998 (expect_string): New.
3999 (all_options): Expect "-string".
4000 (test-flag, test-boolean): Adjust to expect "-string".
4001 (test-string): New proc.
4002 (top level): Call it.
4003
4004 2019-07-03 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4007 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4008 the expected output in the success.
4009
4010 2019-07-03 Pedro Alves <palves@redhat.com>
4011
4012 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4013 Split one gdb_test_multiple call in two to avoid a race.
4014
4015 2019-07-03 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.base/with.c: New file.
4018 * gdb.base/with.exp: New file.
4019
4020 2019-07-03 Pedro Alves <palves@redhat.com>
4021
4022 * gdb.base/settings.exp: Replace all references to "maint
4023 test-settings set" with references to "maint set test-settings",
4024 and all references to "maint test-settings show" with references
4025 to "maint show test-settings".
4026
4027 2019-07-03 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/settings.exp (test-string): Adjust expected out when
4030 testing "maint test-settings show filename"
4031
4032 2019-07-02 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/options.exp (test-info-threads): New procedure.
4035 (top level): Call it.
4036
4037 2019-06-28 Tom Tromey <tromey@adacore.com>
4038
4039 * gdb.dwarf2/ada-linkage-name.c: New file.
4040 * gdb.dwarf2/ada-linkage-name.exp: New file.
4041
4042 2019-06-27 Tom Tromey <tromey@adacore.com>
4043
4044 PR c++/20020:
4045 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4046
4047 2019-06-26 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4050
4051 2019-06-26 Tom de Vries <tdevries@suse.de>
4052
4053 * gdb.base/index-cache.exp: Add back missing debug option.
4054
4055 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4056
4057 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4058
4059 2019-06-25 Tom de Vries <tdevries@suse.de>
4060
4061 PR testsuite/24727
4062 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4063
4064 2019-06-24 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4067
4068 2019-06-24 Tom de Vries <tdevries@suse.de>
4069
4070 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4071 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4072 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4073
4074 2019-06-24 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4077
4078 2019-06-21 Tom de Vries <tdevries@suse.de>
4079
4080 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4081
4082 2019-06-21 Tom de Vries <tdevries@suse.de>
4083
4084 PR testsuite/24518
4085 PR ada/24713
4086 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4087 index.
4088
4089 2019-06-19 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.ada/length_cond.exp: Add intro comment.
4092
4093 2019-06-19 Tom Tromey <tromey@adacore.com>
4094
4095 * gdb.ada/length_cond.exp: New file.
4096 * gdb.ada/length_cond/length_cond.adb: New file.
4097 * gdb.ada/length_cond/pck.adb: New file.
4098 * gdb.ada/length_cond/pck.ads: New file.
4099
4100 2019-06-18 Tom de Vries <tdevries@suse.de>
4101
4102 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4103
4104 2019-06-18 Tom Tromey <tromey@adacore.com>
4105
4106 * gdb.base/list0.h: Add comment explaining control character.
4107
4108 2019-06-18 Tom de Vries <tdevries@suse.de>
4109
4110 * boards/fission.exp: Break up long debug_flags line.
4111
4112 2019-06-16 Tom de Vries <tdevries@suse.de>
4113
4114 PR gdb/24445
4115 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4116 generated index.
4117
4118 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 PR gdb/24686
4121 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4122 improve detection of bug gdb/24541.
4123
4124 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4125
4126 PR gdb/24669
4127 * gdb.base/index-cache.exp (uses_readnow,
4128 expecting_index_cache_use): Define global variable.
4129 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4130 expecting_index_cache_use.
4131
4132 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4133 Andrew Burgess <andrew.burgess@embecosm.com>
4134
4135 * gdb.fortran/pointers.f90: New file.
4136 * gdb.fortran/print_type.exp: New file.
4137 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4138 * gdb.fortran/vla-type.exp: Likewise.
4139 * gdb.fortran/vla-value.exp: Likewise.
4140 * gdb.mi/mi-vla-fortran.exp: Likewise.
4141
4142 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4143
4144 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4145 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4146 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4147 as a stop reason.
4148
4149 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4150
4151 * gdb.base/annota1.exp: Update expected results.
4152 * gdb.cp/annota2.exp: Likewise.
4153 * gdb.cp/annota3.exp: Likewise.
4154
4155 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.base/style-logging.exp: Remove path from test name.
4158
4159 2019-06-14 Tom Tromey <tromey@adacore.com>
4160
4161 PR gdb/24502:
4162 * gdb.base/style-logging.exp: New file.
4163
4164 2019-06-14 Tom Tromey <tromey@adacore.com>
4165
4166 * gdb.base/symfile-warn.exp: New file.
4167 * gdb.base/symfile-warn.c: New file.
4168
4169 2019-06-14 Tom Tromey <tromey@adacore.com>
4170
4171 * gdb.base/annotate-symlink.exp: New file.
4172
4173 2019-06-14 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.ada/set_wstr.exp: Add reassignment test.
4176
4177 2019-06-14 Tom Tromey <tromey@adacore.com>
4178
4179 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4180 'unchecked_access and 'unrestricted_access as well.
4181
4182 2019-06-14 Tom Tromey <tromey@adacore.com>
4183
4184 PR ada/24539:
4185 * gdb.ada/vla.exp: Update tests.
4186 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4187 pragma.
4188
4189 2019-06-13 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/settings.exp (test-integer): Test junk after
4192 "unlimited".
4193
4194 2019-06-13 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/options.exp (test-thread-apply): New.
4197 (top level): Call it.
4198
4199 2019-06-13 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.base/options.exp (test-frame-apply): New.
4202 (top level): Test print commands with different "frame apply"
4203 prefixes.
4204
4205 2019-06-13 Pedro Alves <palves@redhat.com>
4206
4207 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4208 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4209 'max_completions' parameter and handle it.
4210 (test_gdb_completion_offers_commands): New.
4211
4212 2019-06-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4215
4216 2019-06-13 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/options.exp (test-backtrace): New.
4219 (top level): Call it.
4220
4221 2019-06-13 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.guile/scm-frame-args.exp: Use "set print
4224 raw-frame-arguments" instead of "set print raw frame-arguments".
4225 * gdb.python/py-frame-args.exp: Likewise.
4226
4227 2019-06-13 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.compile/compile.exp: Adjust expected output to option
4230 processing changes.
4231
4232 2019-06-13 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/options.exp: Build executable.
4235 (test-print): New procedure.
4236 (top level): Call it, once for "print" and another for "compile
4237 print".
4238
4239 2019-06-13 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/options.c: New file.
4242 * gdb.base/options.exp: New file.
4243
4244 2019-06-13 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4247 that "o" is ambiguous.
4248
4249 2019-06-13 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/settings.c: New file.
4252 * gdb.base/settings.exp: New file.
4253
4254 2019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/completion.exp: Fix comment typo.
4257
4258 2019-06-13 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4261 foo --1" test.
4262
4263 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4264
4265 * gdb.fortran/block-data.f: New.
4266 * gdb.fortran/block-data.exp: New.
4267
4268 2019-06-11 Tom de Vries <tdevries@suse.de>
4269
4270 PR testsuite/24521
4271 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4272 message.
4273
4274 2019-06-11 Tom de Vries <tdevries@suse.de>
4275
4276 PR testsuite/24521
4277 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4278
4279 2019-06-11 Tom de Vries <tdevries@suse.de>
4280
4281 * boards/readnow.exp: New file.
4282
4283 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.fortran/vla-sizeof.exp: Update expected results.
4286
4287 2019-06-06 Amos Bird <amosbird@gmail.com>
4288
4289 * gdb.base/annota1.exp (thread_switch): Add test for
4290 thread-exited annotation.
4291
4292 2019-06-06 Tom Tromey <tromey@adacore.com>
4293
4294 * gdb.base/maint.exp: Expect command started/finished output.
4295
4296 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4299 comment.
4300 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4301
4302 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4305 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4306 * gdb.arch/riscv-unwind-long-insn.c: New file.
4307 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4308
4309 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4310
4311 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4312
4313 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4314
4315 * lib/gdb.exp (help_list_trailer): New regexp variable
4316 factorizing the help trailer message.
4317 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4318 arg to allow to better factorize various tests.
4319 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4320 (test_prefix_command_help): Use help_list_trailer.
4321 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4322 * gdb.guile/scm-cmd.exp: Likewise.
4323 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4324 * gdb.base/help.exp: Use test_user_defined_class_help.
4325 * gdb.base/style.exp: Add tests for styling of help and apropos.
4326 * lib/gdb-utils.exp (style): Add title and highlight styles.
4327
4328 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4329
4330 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4331 $_shell_exitsignal.
4332 * gdb.base/default.exp: Update for new convenience variables.
4333
4334 2019-05-29 Tom Tromey <tromey@adacore.com>
4335
4336 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4337 to "break complete ada" test case's regexp.
4338
4339 2019-05-29 Tom Tromey <tromey@adacore.com>
4340
4341 PR c++/20020:
4342 * gdb.cp/constexpr-field.exp: New file.
4343 * gdb.cp/constexpr-field.cc: New file.
4344
4345 2019-05-29 Tom Tromey <tromey@adacore.com>
4346
4347 * gdb.base/finish.exp (finish_no_print): New proc.
4348 (finish_tests): Call it.
4349
4350 2019-05-24 Tom de Vries <tdevries@suse.de>
4351
4352 * gdb.dwarf2/gdb-add-index.exp: New file.
4353
4354 2019-05-22 Tom Tromey <tromey@adacore.com>
4355
4356 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4357 * gdb.base/style.exp: Use "style".
4358 * lib/gdb-utils.exp (style): New proc.
4359
4360 2019-05-22 Tom de Vries <tdevries@suse.de>
4361
4362 * gdb.base/align.exp: Require c++11.
4363
4364 2019-05-22 Tom de Vries <tdevries@suse.de>
4365
4366 PR testsuite/24586
4367 * gdb.python/py-mi-var-info-path-expression.exp: Call
4368 mi_skip_python_tests to check if python is supported.
4369
4370 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4371
4372 * gdb.arch/aarch64-pauth.c: New test.
4373 * gdb.arch/aarch64-pauth.exp: New file.
4374
4375 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4376
4377 * README (Re-running Tests Outside The Testsuite): New section.
4378
4379 2019-05-21 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.arch/amd64-eval.exp: Require c++11.
4382 * gdb.base/max-depth.exp: Same.
4383 * gdb.compile/compile-cplus-array-decay.exp: Same.
4384 * gdb.cp/meth-typedefs.exp: Same.
4385 * gdb.cp/subtypes.exp: Same.
4386 * gdb.cp/temargs.exp: Same.
4387
4388 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4389
4390 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4391
4392 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 PR gdb/18644
4395 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4396 * gdb.fortran/printing-types.exp: Add new test.
4397 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4398 testing.
4399 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4400 setup_kfail call.
4401
4402 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4403
4404 * README (Running the Testsuite): Change example.
4405 (Testsuite Parameters): Remove TRANSCRIPT.
4406 * lib/gdb.exp: Remove TRANSCRIPT check.
4407
4408 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4409
4410 * README (Testsuite Parameters): Add replay logging to
4411 GDBSERVER_DEBUG.
4412 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4413 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4414 as a comma separated list.
4415 (gdb_debug_init): Override procedure.
4416
4417 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4418
4419 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4420 (gdb_write_cmd_file): New procedure.
4421 * lib/gdbserver-support.exp (gdbserver_start): Call
4422 gdbserver_write_cmd_file.
4423 (gdbserver_write_cmd_file): New procedure.
4424
4425 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4426
4427 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4428 (delete_breakpoints): Likewise.
4429 (gdb_run_cmd): Likewise.
4430 (gdb_start_cmd): Likewise.
4431 (gdb_starti_cmd): Likewise.
4432 (gdb_internal_error_resync): Likewise.
4433 (gdb_test_multiple): Likewise.
4434 (gdb_reinitialize_dir): Likewise.
4435 (default_gdb_exit): Likewise.
4436 (gdb_file_cmd): Mark kill as optional.
4437 (default_gdb_start): Call gdb_stdin_log_init.
4438 (send_gdb): Call gdb_stdin_log_write.
4439 (rerun_to_main): Mark Y as an answer.
4440 (gdb_stdin_log_init): New function.
4441 (gdb_stdin_log_write): Likewise.
4442
4443 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4444
4445 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4446 * gdb.base/debug-expr.exp: Likewise.
4447 * gdb.base/foll-fork.exp: Likewise.
4448 * gdb.base/foll-vfork.exp: Likewise.
4449 * gdb.base/fork-print-inferior-events.exp: Likewise.
4450 * gdb.base/gdb-sigterm.exp: Likewise.
4451 * gdb.base/gdbinit-history.exp: Likewise.
4452 * gdb.base/osabi.exp: Likewise.
4453 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4454 * gdb.base/ui-redirect.exp: Likewise.
4455 * gdb.gdb/unittest.exp: Likewise.
4456 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4457 * gdb.mi/mi-watch.exp: Likewise.
4458 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4459 * gdb.mi/user-selected-context-sync.exp: Likewise.
4460 * gdb.python/python.exp: Disable debug test when debugging.
4461 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4463 Likewise.
4464 * gdb.threads/stepi-random-signal.exp: Likewise.
4465
4466 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4467
4468 * Makefile.in: Pass through GDB_DEBUG.
4469 * README (Testsuite Parameters): Add GDB_DEBUG.
4470 (gdb,debug): Add board setting.
4471 * lib/gdb.exp (default_gdb_start): Start debugging.
4472 (gdb_debug_enabled): New procedure.
4473 (gdb_debug_init): Likewise.
4474
4475 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4476
4477 * Makefile.in: Pass through GDB_DEBUG.
4478 * README (Testsuite Parameters): Add GDB_DEBUG.
4479 (gdb,debug): Add board setting.
4480 * lib/gdb.exp (default_gdb_start): Start debugging.
4481 (gdb_debug_enabled): New procedure.
4482 (gdb_debug_init): Likewise.
4483
4484 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4485
4486 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4487
4488 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4489
4490 * gdb.base/ui-redirect.exp: Test redirection.
4491
4492 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4493
4494 * gdb.mi/mi-complete.exp: New file.
4495 * gdb.mi/mi-complete.cc: Likewise.
4496
4497 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4498
4499 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4500 indexed and sliced arrays, and pointers to arrays.
4501
4502 2019-05-14 Tom Tromey <tromey@adacore.com>
4503
4504 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4505 styling test.
4506
4507 2019-05-14 Tom de Vries <tdevries@suse.de>
4508
4509 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4510 selection entry encoding.
4511
4512 2019-05-10 Tom Tromey <tromey@adacore.com>
4513
4514 * gdb.ada/info_exc.exp: Add "complete" test.
4515
4516 2019-05-09 Tom de Vries <tdevries@suse.de>
4517
4518 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4519 CU-relative.
4520
4521 2019-05-09 Tom de Vries <tdevries@suse.de>
4522
4523 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4524 CU-relative.
4525
4526 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4527
4528 * gdb.ada/frame_arg_lang.exp: New testcase.
4529 * gdb.ada/frame_arg_lang/bla.adb: New file.
4530 * gdb.ada/frame_arg_lang/pck.ads: New file.
4531 * gdb.ada/frame_arg_lang/pck.adb: New file.
4532 * gdb.ada/frame_arg_lang/foo.c: New file.
4533
4534 2019-05-08 Tom Tromey <tromey@adacore.com>
4535
4536 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4537
4538 2019-05-08 Tom Tromey <tromey@adacore.com>
4539
4540 * gdb.base/ptype-offsets.exp: Update tests.
4541
4542 2019-05-08 Tom Tromey <tromey@adacore.com>
4543
4544 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4545 cases.
4546 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4547 "short".
4548
4549 2019-05-08 Tom Tromey <tromey@adacore.com>
4550
4551 * gdb.ada/vla.exp: New file.
4552 * gdb.ada/vla/vla.adb: New file.
4553
4554 2019-05-07 Tom de Vries <tdevries@suse.de>
4555
4556 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4557
4558 2019-05-07 Tom de Vries <tdevries@suse.de>
4559
4560 PR testsuite/24522
4561 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4562 section.
4563
4564 2019-05-07 Tom de Vries <tdevries@suse.de>
4565
4566 PR testsuite/24522
4567 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4568 .debug_aranges section.
4569
4570 2019-05-07 Tom de Vries <tdevries@suse.de>
4571
4572 PR testsuite/24159
4573 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4574
4575 2019-05-06 Tom de Vries <tdevries@suse.de>
4576
4577 * lib/gdb.exp (exec_has_index_section): New proc.
4578 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4579 section.
4580
4581 2019-05-04 Tom de Vries <tdevries@suse.de>
4582
4583 * boards/cc-with-debug-names.exp: New file.
4584
4585 2019-05-03 Tom Tromey <tromey@adacore.com>
4586
4587 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4588 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4589 * gdb.ada/char_enum.exp: Add test.
4590
4591 2019-05-03 Tom de Vries <tdevries@suse.de>
4592
4593 * boards/cc-with-gdb-index.exp: New file.
4594
4595 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.rust/simple.exp: Add new test case.
4598 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4599 (main): Initialise an instance of the new struct.
4600
4601 2019-05-01 Tom Tromey <tromey@adacore.com>
4602
4603 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4604 record.
4605 (NPR): New variable.
4606 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4607 test.
4608
4609 2019-05-01 Tom Tromey <tromey@adacore.com>
4610
4611 * gdb.ada/packed_array_assign.exp: Add packed assignment
4612 regression test.
4613
4614 2019-05-01 Tom de Vries <tdevries@suse.de>
4615
4616 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4617
4618 2019-05-01 Tom de Vries <tdevries@suse.de>
4619
4620 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4621
4622 2019-04-30 Ali Tamur <tamur@google.com>
4623
4624 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4625
4626 2019-04-30 Tom Tromey <tromey@adacore.com>
4627
4628 * lib/ada.exp (find_ada_tool): New proc.
4629 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4630 * gdb.ada/catch_ex_std.exp: New file.
4631 * gdb.ada/catch_ex_std/foo.adb: New file.
4632 * gdb.ada/catch_ex_std/some_package.adb: New file.
4633 * gdb.ada/catch_ex_std/some_package.ads: New file.
4634
4635 2019-04-30 Tom Tromey <tromey@adacore.com>
4636
4637 PR c++/24470:
4638 * gdb.cp/temargs.cc: Add test code from PR.
4639
4640 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4641
4642 * gdb.fortran/vla-datatypes.exp: Update expected results.
4643 * gdb.fortran/vla-ptype.exp: Likewise.
4644 * gdb.fortran/vla-type.exp: Likewise.
4645 * gdb.fortran/vla-value.exp: Likewise.
4646
4647 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4648
4649 * gdb.fortran/ptr-indentation.exp: Update expected results.
4650 * gdb.fortran/ptype-on-functions.exp: Likewise.
4651 * gdb.fortran/vla-ptr-info.exp: Likewise.
4652 * gdb.fortran/vla-value.exp: Likewise.
4653
4654 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4655
4656 * gdb.fortran/ptype-on-functions.exp: New file.
4657 * gdb.fortran/ptype-on-functions.f90: New file.
4658
4659 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4662 case void string.
4663
4664 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4665
4666 * gdb.fortran/complex.exp: Expand.
4667 * gdb.fortran/complex.f: Renamed to...
4668 * gdb.fortran/complex.f90: ...this, and extended to add more
4669 complex values.
4670
4671 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4672
4673 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4674 MODULO, CMPLX.
4675
4676 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4677 Richard Bunt <richard.bunt@arm.com>
4678
4679 * gdb.base/max-depth.c: New file.
4680 * gdb.base/max-depth.exp: New file.
4681 * gdb.python/py-nested-maps.c: New file.
4682 * gdb.python/py-nested-maps.exp: New file.
4683 * gdb.python/py-nested-maps.py: New file.
4684 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4685 (test_all_common): Call test_max_depth.
4686 * gdb.fortran/max-depth.exp: New file.
4687 * gdb.fortran/max-depth.f90: New file.
4688 * gdb.go/max-depth.exp: New file.
4689 * gdb.go/max-depth.go: New file.
4690 * gdb.modula2/max-depth.exp: New file.
4691 * gdb.modula2/max-depth.c: New file.
4692 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4693
4694 2019-04-29 Tom de Vries <tdevries@suse.de>
4695
4696 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4697
4698 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4699
4700 * gdb.base/callexit.exp: Test may-call-functions off.
4701
4702 2019-04-25 Keith Seitz <keiths@redhat.com>
4703
4704 PR c++/24367
4705 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4706 (another_incomplete_struct, test_incomplete): New definitions.
4707 (main): Use new definitions.
4708 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4709 functions.
4710
4711 2019-04-25 Ali Tamur <tamur@google.com>
4712
4713 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4714
4715 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4716
4717 PR corefiles/11608
4718 PR corefiles/18187
4719 * gdb.base/coredump-filter-build-id.exp: New file.
4720
4721 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4722
4723 * Makefile.in: Pass through GDBSERVER_DEBUG.
4724 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4725 (gdbserver,debug): Add board setting.
4726 * gdb.trace/tspeed.exp: Skip when debugging.
4727 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4728 * lib/gdbserver-support.exp: Likewise
4729
4730 2019-04-24 Tom Tromey <tromey@adacore.com>
4731
4732 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4733 Rust.
4734
4735 2019-04-24 Tom Tromey <tromey@adacore.com>
4736
4737 * gdb.arch/amd64-eval.exp: Test bitfield return.
4738 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4739 (class Foo) <return_bitfields>: New method.
4740 (main): Call it.
4741
4742 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 * gdb.cp/many-args.cc: New file.
4745 * gdb.cp/many-args.exp: New file.
4746
4747 2019-04-23 Tom de Vries <tdevries@suse.de>
4748
4749 PR gdb/24433
4750 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4751
4752 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4753
4754 * gdb.trace/backtrace.exp: Use nopie flag.
4755 * gdb.trace/circ.exp: Likewise.
4756 * gdb.trace/collection.exp: Likewise.
4757 * gdb.trace/ftrace.exp: Likewise.
4758 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4759 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4760 * gdb.trace/qtro.exp: Likewise.
4761 * gdb.trace/read-memory.exp: Likewise.
4762 * gdb.trace/report.exp: Likewise.
4763 * gdb.trace/tfile.exp: Likewise.
4764 * gdb.trace/tfind.exp: Likewise.
4765 * gdb.trace/unavailable.exp: Likewise.
4766
4767 2019-04-22 Pedro Alves <palves@redhat.com>
4768
4769 * gdb.base/solib-probes-nosharedlibrary.c,
4770 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4771
4772 2019-04-19 Tom Tromey <tromey@adacore.com>
4773
4774 * gdb.ada/ptype_union.c: New file.
4775 * gdb.ada/ptype_union.exp: New file.
4776
4777 2019-04-19 Tom Tromey <tromey@adacore.com>
4778
4779 PR symtab/24423:
4780 * gdb.base/list0.h (foo): Add a control-l character.
4781
4782 2019-04-18 Tom de Vries <tdevries@suse.de>
4783
4784 PR gdb/24433
4785 * boards/local-board.exp: Set sysroot to "".
4786
4787 2019-04-18 Tom de Vries <tdevries@suse.de>
4788 Pedro Alves <palves@redhat.com>
4789
4790 PR gdb/24454
4791 * gdb.threads/vfork-follow-child-exec.c: New file.
4792 * gdb.threads/vfork-follow-child-exec.exp: New file.
4793 * gdb.threads/vfork-follow-child-exit.c: New file.
4794 * gdb.threads/vfork-follow-child-exit.exp: New file.
4795
4796 2019-04-15 Leszek Swirski <leszeks@google.com>
4797
4798 * gdb.arch/amd64-eval.cc: New file.
4799 * gdb.arch/amd64-eval.exp: New file.
4800
4801 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4802
4803 * gdb.server/sysroot.c: New test.
4804 * gdb.server/sysroot.exp: New file.
4805 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4806 matching param.
4807
4808 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4809
4810 * gdb.base/align.exp: Extend test to cover structures containing
4811 only static fields.
4812
4813 2019-04-11 Tom de Vries <tdevries@suse.de>
4814
4815 * boards/cc-with-dwz-m.exp: New file.
4816 * boards/cc-with-dwz.exp: New file.
4817 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4818
4819 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4820
4821 * gdb.base/start-cpp.exp: New file.
4822 * gdb.base/start-cpp.cc: New file.
4823
4824 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4825
4826 * gdb.python/py-thrhandle.exp: Adjust tests to call
4827 thread_from_handle instead of thread_from_thread_handle.
4828
4829 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4830
4831 * gdb.python/py-thrhandle.exp: Add tests for
4832 gdb.InferiorThread.handle.
4833
4834 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4835
4836 * gdb.python/py-function.exp: Check calling helper function from
4837 all languages.
4838 * lib/gdb.exp (gdb_supported_languages): New proc.
4839
4840 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4841
4842 * gdb.base/complex-parts.c: New file.
4843 * gdb.base/complex-parts.exp: New file.
4844
4845 2019-04-01 Tom Tromey <tromey@adacore.com>
4846
4847 PR symtab/23331:
4848 * gdb.dwarf2/dw2-ranges-main.c: New file.
4849 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4850 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4851
4852 2019-03-30 Simon Marchi <simark@simark.ca>
4853
4854 * gdb.base/default.exp: Add values for $_gdb_major and
4855 $_gdb_minor.
4856
4857 2019-03-29 Tom Tromey <tromey@adacore.com>
4858
4859 * gdb.base/help.exp: Tighten apropos regexp.
4860
4861 2019-03-29 Keith Seitz <keiths@redhat.com>
4862
4863 * gdb.fortran/array-bounds.exp: New file.
4864 * gdb.fortran/array-bounds.f90: New file.
4865
4866 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4867
4868 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4869
4870 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4871
4872 * gdb.multi/hello.c (main): Increase alarm timer.
4873
4874 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4875
4876 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4877 factor when no hardware watchpoint support.
4878
4879 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4880 Pedro Alves <palves@redhat.com>
4881
4882 * boards/local-board.exp: set sysroot to /.
4883
4884 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4885
4886 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4887 in child.
4888
4889 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4890
4891 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4892 field.
4893 (make_container): Initialise new field.
4894 * gdb.python/py-prettyprint.exp: Add new tests.
4895 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4896 <display_hint>: New method.
4897
4898 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4899
4900 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4901 gdb_continue_to_breakpoint more throughout this test.
4902 (run_lang_tests) Supply unique test names, and use
4903 gdb_test_no_output.
4904
4905 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.base/finish-pretty.exp: Update expected results.
4908 * gdb.base/pretty-print.c: New file.
4909 * gdb.base/pretty-print.exp: New file.
4910
4911 2019-03-25 Pedro Alves <palves@redhat.com>
4912
4913 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4914 move comments outside list. Append '-i "" eof' section.
4915
4916 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4917
4918 PR testsuite/25016
4919 * README: Add pie options.
4920 * gdb.base/break-interp.exp: Ensure pie is disabled.
4921 * gdb.base/dump.exp: Likewise.
4922 * lib/gdb.exp (gdb_compile): Add pie option.
4923
4924 2019-03-19 Tom Tromey <tromey@adacore.com>
4925
4926 * gdb.mi/mi2-cli-display.c: New file.
4927 * gdb.mi/mi2-cli-display.exp: New file.
4928
4929 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4930 Tom Tromey <tromey@adacore.com>
4931
4932 * gdb.ada/ptype_array/pck.adb: New file.
4933 * gdb.ada/ptype_array/pck.ads: New file.
4934 * gdb.ada/ptype_array/foo.adb: New file.
4935 * gdb.ada/ptype_array.exp: New file.
4936
4937 2019-03-14 Tom Tromey <tromey@adacore.com>
4938
4939 * gdb.base/style.exp: Add "set style sources" test.
4940
4941 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4944 * mi-breakpoint-multiple-locations.exp: ... this.
4945 (make_breakpoints_pattern): New proc.
4946 (do_test): Add mi_version parameter, test -break-insert,
4947 -break-info and =breakpoint-created.
4948
4949 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * config/default.exp: Remove 'load_lib gdb.exp'.
4952 * config/monitor.exp: Likewise.
4953 * config/sid.exp: Likewise.
4954 * config/sim.exp: Likewise.
4955 * config/slite.exp: Likewise.
4956 * config/unix.exp: Likewise.
4957 * gdb.base/default.exp: Remove unhelpful comment.
4958
4959 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4962
4963 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4966
4967 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.fortran/type-kinds.exp: Update expected results.
4970
4971 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4974
4975 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4978 function.
4979 (test_basic_parsing_of_type_kinds): Expand types tested.
4980 (test_parsing_invalid_type_kinds): New function.
4981
4982 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.fortran/intrinsics.exp: New file.
4985 * gdb.fortran/intrinsics.f90: New file.
4986 * gdb.fortran/type-kinds.exp: New file.
4987
4988 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.fortran/dot-ops.exp: New file.
4991
4992 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4995 Check upper and lower case logical literals.
4996
4997 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5000 Remove duplicate tests.
5001
5002 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5003
5004 * lib/gdb.exp (builtin_cd): rename of cd.
5005 (cd): Override builtin.
5006
5007 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5008
5009 * gdb.fortran/function-calls.exp: New file.
5010 * gdb.fortran/function-calls.f90: New test.
5011
5012 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5013
5014 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5015 on user program standard output.
5016 * gdb.fortran/short-circuit-argument-list.f90: Record function
5017 calls.
5018
5019 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5020
5021 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5022 failure.
5023
5024 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5025
5026 PR gdb/8527
5027 * gdb.base/interrupt-daemon-attach.c,
5028 gdb.base/interrupt-daemon-attach.exp: New test.
5029
5030 2019-02-27 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/page.exp: Add tests for "set width/height -1".
5033
5034 2019-02-27 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.base/page.exp: Add tests for "set/show width/height" with
5037 "infinite" values.
5038
5039 2019-02-27 Tom Tromey <tromey@adacore.com>
5040
5041 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5042 2.4.
5043 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5044 workaround.
5045
5046 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5047
5048 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5049 tests for structs with static members.
5050
5051 2019-02-26 Tom Tromey <tromey@adacore.com>
5052
5053 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5054 ValueError, not TypeError.
5055
5056 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5057
5058 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5059 call from main program.
5060
5061 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5064 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5065 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5066 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5067 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5068
5069 2019-02-22 Keith Seitz <keiths@redhat.com>
5070
5071 PR symtab/23853
5072 * gdb.base/symlink-sourcefile.c: New file.
5073 * gdb.base/symlink-sourcefile.exp: New file.
5074
5075 2019-02-20 Tom Tromey <tom@tromey.com>
5076
5077 * gdb.base/info_qt.exp: Update.
5078
5079 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5080
5081 * gdb.base/source.exp: Move "error in sourced script" code to
5082 the end.
5083 * gdb.base/source-error.gdb: Move contents to
5084 source-error-1.gdb. Add new code to source source-error-1.gdb.
5085 * gdb.base/source-error-1.gdb: New file, from previous
5086 source-error.gdb.
5087
5088 2019-02-17 Tom Tromey <tom@tromey.com>
5089
5090 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5091 for macro styling.
5092 * gdb.base/style.c (SOME_MACRO): New macro.
5093
5094 2019-02-17 Tom Tromey <tom@tromey.com>
5095
5096 * gdb.base/style.exp: Add line-wrapping tests.
5097 * gdb.base/page.exp: Add test for quitting during pagination.
5098
5099 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5100
5101 * gdb.ada/big_packed_array: New testcase.
5102 * gdb.ada/homonym.exp: Fix incorrect expected output for
5103 "break <homonym__get_value>" test.
5104
5105 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5106
5107 PR breakpoints/21870
5108 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5109 and prepare_for_testing. Add comment.
5110 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5111 redundant cleanup call. Clean up comment.
5112
5113 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5114
5115 PR breakpoints/21870
5116 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5117 * gdb.arch/aarch64-dbreg-contents.c: New file.
5118
5119 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5120
5121 * gdb.ada/mi_ref_changeable: New testcase.
5122
5123 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5124
5125 * gdb.base/attach.exp: Add double attach test.
5126
5127 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5128
5129 * lib/gdb.exp (default_gdb_start): Don't match pagination
5130 prompt.
5131 (gdb_init): Set stty_init.
5132
5133 2019-01-27 Tom Tromey <tom@tromey.com>
5134
5135 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5136 skip_python_tests.
5137
5138 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5139
5140 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5141 New structure.
5142 (struct struct_static_02_02): Likewise.
5143 (struct struct_static_02_03): Likewise.
5144 (struct struct_static_02_04): Likewise.
5145 (struct struct_static_04_01): Likewise.
5146 (struct struct_static_04_02): Likewise.
5147 (struct struct_static_04_03): Likewise.
5148 (struct struct_static_04_04): Likewise.
5149 (struct struct_static_06_01): Likewise.
5150 (struct struct_static_06_02): Likewise.
5151 (struct struct_static_06_03): Likewise.
5152 (struct struct_static_06_04): Likewise.
5153 (cmp_struct_static_02_01): Likewise.
5154 (cmp_struct_static_02_02): Likewise.
5155 (cmp_struct_static_02_03): Likewise.
5156 (cmp_struct_static_02_04): Likewise.
5157 (cmp_struct_static_04_01): Likewise.
5158 (cmp_struct_static_04_02): Likewise.
5159 (cmp_struct_static_04_03): Likewise.
5160 (cmp_struct_static_04_04): Likewise.
5161 (cmp_struct_static_06_01): Likewise.
5162 (cmp_struct_static_06_02): Likewise.
5163 (cmp_struct_static_06_03): Likewise.
5164 (cmp_struct_static_06_04): Likewise.
5165 (call_all): Test new structs.
5166 * gdb.base/infcall-nested-structs.exp: Likewise.
5167
5168 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5169 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5170
5171 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5172 * gdb.base/stack-protector.c: New test.
5173 * gdb.base/stack-protector.exp: New file.
5174 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5175 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5176 option.
5177 (gdb_compile): Remove stack protector for GCC and prevent
5178 recursion.
5179
5180 2019-01-16 Keith Seitz <keiths@redhat.com>
5181
5182 PR gdb/23773
5183 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5184
5185 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5186
5187 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5188 aliases.
5189 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5190 tests.
5191 * gdb.arch/powerpc-vector-regs.c: New file.
5192 * gdb.arch/powerpc-vector-regs.exp: New file.
5193
5194 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5195
5196 * gdb.arch/altivec-regs.exp: Fix the list passed to
5197 gdb_expect_list when testing "info vector".
5198
5199 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5200
5201 * gdb.base/style.exp: Don't include path in testname.
5202
5203 2019-01-10 Keith Seitz <keiths@redhat.com>
5204
5205 PR gdb/23712
5206 PR symtab/23010
5207 * gdb.dwarf2/multidictionary.exp: New file.
5208
5209 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5210
5211 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5212 (test_gnuv3_style_demangling): ... this.
5213 (test_lucid_style_demangling): Remove.
5214 (test_arm_style_demangling): Remove.
5215 (test_hp_style_demangling): Remove.
5216 (do_tests): Remove calls to the above.
5217
5218 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5221 case.
5222
5223 2019-01-06 Tom Tromey <tom@tromey.com>
5224
5225 PR gdb/28155:
5226 * gdb.dwarf2/typedef-void-finish.exp: New file.
5227
5228 2018-12-28 Tom Tromey <tom@tromey.com>
5229 Simon Marchi <simark@simark.ca>
5230
5231 * gdb.base/jit-exec.exp: New file.
5232 * gdb.base/jit-exec.c: New file.
5233 * gdb.base/jit-execd.c: New file.
5234
5235 2018-12-28 Tom Tromey <tom@tromey.com>
5236
5237 * gdb.base/style.exp: Update test to check for address styling.
5238
5239 2018-12-28 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5242 message.
5243
5244 2018-12-28 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/style.exp: Add test for version number styling.
5247
5248 2018-12-28 Tom Tromey <tom@tromey.com>
5249
5250 * gdb.base/style.exp: Add test for print_address_symbolic.
5251
5252 2018-12-28 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.base/style.exp: Add test for breakpoint setting.
5255
5256 2018-12-28 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.base/style.exp: Add test for variable names.
5259
5260 2018-12-28 Tom Tromey <tom@tromey.com>
5261
5262 * gdb.base/style.exp: New file.
5263 * gdb.base/style.c: New file.
5264
5265 2018-12-28 Tom Tromey <tom@tromey.com>
5266
5267 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5268 "dumb".
5269 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5270 the TERM environment variable.
5271
5272 2018-12-27 Tom Tromey <tom@tromey.com>
5273
5274 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5275 pagination test.
5276
5277 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5278
5279 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5280 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5281
5282 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5283
5284 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5285 Filename a.adb changed to bp_fun_addr.adb.
5286 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5287
5288 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5289
5290 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5291 non-PIE executables.
5292 * README: Mention the gdb,nopie_flag board setting.
5293 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5294 non-PIE executable.
5295 * gdb.arch/amd64-entry-value.exp: Likewise.
5296 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5297 * gdb.arch/i386-float.exp: Likewise.
5298 * gdb.arch/i386-signal.exp: Likewise.
5299 * gdb.mi/mi-reg-undefined.exp: Likewise.
5300
5301 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5302
5303 PR gdb/23974
5304 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5305
5306 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5307
5308 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5309 Update order of results accordingly.
5310
5311 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.base/annota1.exp: Update a test regexp.
5314
5315 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5318
5319 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5320
5321 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5322 (reuse_time): Initialize to REUSE_TIME_CAP.
5323 (check_rc): New function.
5324 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5325 Check pthread_create rc.
5326 (spawner_thread_func): Check pthread_create and pthread_join rc.
5327
5328 2018-12-08 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/list.exp (test_forward_search): Rename to ...
5331 (test_forward_reverse_search): ... this. Also test reverse-search
5332 and the forward-search alias.
5333
5334 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5335
5336 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5337 local timeout variable before return, and remove all local timeout
5338 variable entirely.
5339 (gdb_load): Likewise.
5340
5341 2018-12-01 Tom de Vries <tdevries@suse.de>
5342
5343 * gdb.base/gdb-caching-proc.exp: New file.
5344
5345 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5346
5347 * Makefile.in (TIMESTAMP): New variable.
5348 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5349 command.
5350 (check-single-racy): Likewise.
5351 (check/%.exp): Likewise.
5352 (check-racy/%.exp): Likewise.
5353 (workers/%.worker): Likewise.
5354 (build-perf): Likewise.
5355 (check-perf): Likewise.
5356 * README: Describe new "TS" and "TS_FORMAT" variables.
5357 * print-ts.py: New file.
5358
5359 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5360
5361 PR python/23714
5362 * gdb.python/python.exp: Test command repetition after
5363 gdb.execute.
5364
5365 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5366
5367 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5368 is correctly aligned.
5369
5370 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5371
5372 * gdb.ada/info_auto_lang.exp: New testcase.
5373 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5374 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5375 * gdb.ada/info_auto_lang/some_c.c: New file.
5376
5377 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5378
5379 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5380 FUNC_lang language syntax.
5381
5382 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5383
5384 * gdb.base/info_minsym.c: New file.
5385 * gdb.base/info_minsym.exp: New file.
5386
5387 2018-11-19 Tom Tromey <tom@tromey.com>
5388
5389 PR rust/23625:
5390 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5391 * gdb.rust/expr.exp: Update expected output. Change one test.
5392
5393 2018-11-19 Tom Tromey <tom@tromey.com>
5394
5395 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5396
5397 2018-11-19 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5400 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5401 see the expected warning.
5402
5403 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5404
5405 PR gdb/22736:
5406 * gdb.cp/infcall-nodebug-lib.c: New test.
5407 * gdb.cp/infcall-nodebug-main.c: New test.
5408 * gdb.cp/infcall-nodebug.exp: New file.
5409
5410 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5411
5412 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5413 completer tests.
5414
5415 2018-11-09 Tom de Vries <tdevries@suse.de>
5416
5417 * gdb.base/msym-lang.c: New test.
5418 * gdb.base/msym-lang.exp: New file.
5419 * gdb.base/msym-lang-main.c: New test.
5420
5421 2018-11-08 Tom Tromey <tom@tromey.com>
5422
5423 PR gdb/23555:
5424 PR gdb/23838:
5425 * gdb.base/warning.exp: New file.
5426
5427 2018-11-08 Jan Beulich <jbeulich@suse.com>
5428
5429 * testsuite/gdb.arch/i386-avx512.c,
5430 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5431
5432 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5435 point hardware.
5436
5437 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5440 * gdb.dwarf2/missing-type-name.exp: New file.
5441
5442 2018-11-06 Tom de Vries <tdevries@suse.de>
5443
5444 * gdb.base/many-headers.c: New test.
5445 * gdb.base/many-headers.exp: New file.
5446
5447 2018-11-06 Jim Wilson <jimw@sifive.com>
5448
5449 * gdb.base/code_elim.exp: For riscv, set additional_flags
5450 to include -msmall-data-limit=0.
5451
5452 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5453
5454 * gdb.ada/watch_minus_l: New testcase.
5455
5456 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5457
5458 * gdb.arch/aix-sighandle.c: New file.
5459 * gdb.arch/aix-sighandle.exp: New file.
5460
5461 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5464 registers being unions.
5465
5466 2018-10-31 Tom de Vries <tdevries@suse.de>
5467
5468 * lib/valgrind.exp: New file.
5469 (vgdb_start, vgdb_stop): New procs, factored out of ...
5470 * gdb.base/valgrind-bt.exp: ... here, ...
5471 * gdb.base/valgrind-disp-step.exp: ... here and ...
5472 * gdb.base/valgrind-infcall.exp: ... here.
5473
5474 2018-10-31 Tom de Vries <tdevries@suse.de>
5475
5476 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5477
5478 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * gdb.dwarf2/void-type.c: New file.
5481 * gdb.dwarf2/void-type.exp: New file.
5482
5483 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5484
5485 * gdb.base/info_qt.c: New file.
5486 * gdb.base/info_qt.exp: New file.
5487
5488 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5489
5490 * gdb.arch/powerpc-htm-regs.c: New file.
5491 * gdb.arch/powerpc-htm-regs.exp: New file.
5492
5493 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5494
5495 * gdb.arch/powerpc-tar.c: New file.
5496 * gdb.arch/powerpc-tar.exp: New file.
5497
5498 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5499
5500 * gdb.arch/powerpc-ppr-dscr.c: New file.
5501 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5502
5503 2018-10-25 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5506
5507 2018-10-24 Tom de Vries <tdevries@suse.de>
5508
5509 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5510 longer exists error.
5511
5512 2018-10-24 Tom de Vries <tdevries@suse.de>
5513
5514 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5515
5516 2018-10-24 Tom de Vries <tdevries@suse.de>
5517
5518 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5519 --db-attach in valgrind.
5520
5521 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5522
5523 * gdb.arch/riscv-reg-aliases.c: New file.
5524 * gdb.arch/riscv-reg-aliases.exp: New file.
5525
5526 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5527
5528 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5529
5530 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5531
5532 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5533
5534 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5535
5536 * gdb.cp/ovldbreak.exp: Fix regexps.
5537
5538 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5539
5540 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5541
5542 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5543
5544 PR cli/23785
5545 * gdb.base/restore.exp: New test to check if "restore" with an
5546 invalid file doesn't segfault.
5547
5548 2018-10-18 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5551 * gdb.ada/excep_handle.exp: Same.
5552 * gdb.ada/mi_string_access.exp: Same.
5553 * gdb.ada/mi_var_union.exp: Same.
5554 * gdb.arch/arc-analyze-prologue.exp: Same.
5555 * gdb.arch/arc-decode-insn.exp: Same.
5556 * gdb.base/readnever.exp: Same.
5557 * gdb.fortran/printing-types.exp: Same.
5558 * gdb.guile/scm-lazy-string.exp: Same.
5559
5560 2018-10-16 Tom de Vries <tdevries@suse.de>
5561
5562 PR gdb/23730
5563 * gdb.base/catch-follow-exec.c: Add copyright notice.
5564 * gdb.base/catch-follow-exec.exp: Rewrite to use
5565 gdb_spawn_with_cmdline_opts. Require gdb-native.
5566
5567 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5568
5569 * gdb.trace/actions-changed.exp: Check for arch support.
5570 * gdb.trace/actions.exp: Likewise.
5571 * gdb.trace/ax.exp: Likewise.
5572 * gdb.trace/backtrace.exp: Likewise.
5573 * gdb.trace/change-loc.exp: Likewise.
5574 * gdb.trace/deltrace.exp: Likewise.
5575 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5576 * gdb.trace/ftrace.exp: Likewise.
5577 * gdb.trace/infotrace.exp: Check for arch support.
5578 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5579 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5580 * gdb.trace/mi-tsv-changed.exp: Likewise.
5581 * gdb.trace/packetlen.exp: Likewise.
5582 * gdb.trace/passc-dyn.exp: Likewise.
5583 * gdb.trace/passcount.exp: Likewise.
5584 * gdb.trace/pending.exp: Likewise.
5585 * gdb.trace/range-stepping.exp: Check for shlib support.
5586 * gdb.trace/report.exp: Check for arch support.
5587 * gdb.trace/save-trace.exp: Likewise.
5588 * gdb.trace/signal.exp: Check for signal support.
5589 * gdb.trace/tfind.exp: Check for arch support.
5590 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5591 * gdb.trace/trace-common.h: Add comment.
5592 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5593 * gdb.trace/trace-enable-disable.exp: Likewise.
5594 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5595 * gdb.trace/tracecmd.exp: Check for arch support.
5596 * gdb.trace/tspeed.exp: Check for shlib and target support.
5597 * gdb.trace/tstatus.exp: Check for arch support.
5598 * gdb.trace/tsv.exp: Likewise.
5599 * gdb.trace/while-dyn.exp: Likewise.
5600 * gdb.trace/while-stepping.exp: Likewise.
5601 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5602
5603 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5604
5605 * gdb.trace/tspeed.exp: Remove nowarnings.
5606 (prepare_for_trace_test): Declare "global ipalib".
5607 * gdb.trace/tspeed.c: Include unistd.h.
5608 (main): Remove superfluous printf argument.
5609
5610 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5611
5612 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5613 directory prefix on the filename.
5614
5615 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5616
5617 * gdb.gdb/unittest.exp: Update expected message informing that
5618 selftests have been disabled.
5619 * gdb.server/unittest.exp: Likewise.
5620
5621 2018-10-09 Tom de Vries <tdevries@suse.de>
5622
5623 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5624 with runto_main.
5625
5626 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5627
5628 PR c++/16841
5629 * gdb.cp/virtbase2.cc: New file.
5630 * gdb.cp/virtbase2.exp: New file.
5631
5632 2018-10-06 Tom Tromey <tom@tromey.com>
5633
5634 PR python/19399:
5635 * gdb.python/py-inferior.exp: Add architecture test.
5636
5637 2018-10-06 Tom Tromey <tom@tromey.com>
5638
5639 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5640 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5641
5642 2018-10-06 Tom Tromey <tom@tromey.com>
5643
5644 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5645 of a "throw" catchpoint.
5646
5647 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 * gdb.base/info-proc.exp: Update string expected from "help info
5650 proc".
5651
5652 2018-10-04 Tom Tromey <tom@tromey.com>
5653
5654 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5655 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5656 (test_initial_complaints, test_empty_complaints): Update.
5657 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5658
5659 2018-10-04 Tom Tromey <tom@tromey.com>
5660
5661 PR cli/19551:
5662 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5663 * lib/gdb.exp (gdb_file_cmd): Update.
5664 * gdb.stabs/weird.exp (print_weird_var): Update.
5665 * gdb.server/solib-list.exp: Update.
5666 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5667 * gdb.mi/mi-cli.exp: Update.
5668 * gdb.linespec/linespec.exp: Update.
5669 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5670 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5671 * gdb.cp/cp-relocate.exp: Update.
5672 * gdb.base/sym-file.exp: Update.
5673 * gdb.base/relocate.exp: Update.
5674 * gdb.base/readnever.exp: Update.
5675 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5676 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5677 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5678 * gdb.base/code_elim.exp: Update.
5679 * gdb.base/break-unload-file.exp (test_break): Update.
5680 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5681 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5682 Update.
5683 * gdb.base/attach.exp (do_attach_tests): Update.
5684 * gdb.base/sepdebug.exp: Update.
5685 * gdb.python/py-section-script.exp: Update.
5686
5687 2018-10-04 Tom Tromey <tom@tromey.com>
5688
5689 PR cli/22234:
5690 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5691 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5692 output.
5693
5694 2018-10-04 Tom Tromey <tom@tromey.com>
5695
5696 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5697 set width and height to 0.
5698 (test_command_line_attach_run): Use -quiet.
5699
5700 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5701
5702 * lib/gdb.exp (skip_ifunc_tests): New.
5703 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5704 other compile failures.
5705 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5706
5707 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5708
5709 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5710 is_amd64_regs_target.
5711
5712 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5713
5714 * gdb.arch/aarch64-sighandler-regs.c: New test.
5715 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5716 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5717
5718 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5719
5720 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5721 assembly.
5722
5723 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5724
5725 * gdb.base/frame-selection.exp: New file.
5726 * gdb.base/frame-selection.c: New file.
5727
5728 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5729
5730 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5731 pthread barrier.
5732 (main): Likewise.
5733
5734 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5735
5736 * gdb.base/large-frame-1.c: New file.
5737 * gdb.base/large-frame-2.c: New file.
5738 * gdb.base/large-frame.exp: New file.
5739 * gdb.base/large-frame.h: New file.
5740
5741 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5742
5743 PR gdb/20948
5744 * gdb.base/write_mem.exp: New test.
5745 * gdb.base/write_mem.c: Likewise.
5746
5747 2018-09-23 Tom Tromey <tom@tromey.com>
5748
5749 PR python/18852:
5750 * gdb.python/py-parameter.exp: Add test for parameter that throws
5751 on "set".
5752
5753 2018-09-23 Tom Tromey <tom@tromey.com>
5754
5755 PR python/17284:
5756 * gdb.python/py-template.exp (test_template_arg): Add test for
5757 negative template argument number.
5758
5759 2018-09-23 Tom Tromey <tom@tromey.com>
5760
5761 PR python/14062:
5762 * gdb.python/python.exp: Add test for post_event error.
5763
5764 2018-09-23 Tom Tromey <tom@tromey.com>
5765
5766 PR python/18170:
5767 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5768 convert pointers to int and long.
5769
5770 2018-09-23 Tom Tromey <tom@tromey.com>
5771
5772 PR python/20126:
5773 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5774 signed-ness conversion tests.
5775
5776 2018-09-23 Tom Tromey <tom@tromey.com>
5777
5778 PR python/18352;
5779 * gdb.python/py-value.exp (test_float_conversion): New proc.
5780 Use it.
5781
5782 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5783
5784 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5785
5786 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5787
5788 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5789 no readline.
5790 * gdb.base/utf8-identifiers.exp: Likewise.
5791 * gdb.cp/cpcompletion.exp: Likewise.
5792 * gdb.linespec/cpcompletion.exp: Likewise.
5793 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5794 * gdb.linespec/cpls-ops.exp: Likewise.
5795
5796 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5797 Chris January <chris.january@arm.com>
5798
5799 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5800 * gdb.fortran/short-circuit-argument-list.exp: New file.
5801 * gdb.fortran/short-circuit-argument-list.f90: New test.
5802
5803 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5804
5805 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5806 "arch=" keyword when executing "-stack-list-frames".
5807
5808 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5809
5810 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5811 "arch=" keyword when executing "-stack-list-frames".
5812
5813 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5814
5815 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5816 break ada".
5817
5818 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5819
5820 PR python/23669
5821 * gdb.python/python.exp: Test gdb.execute("show commands").
5822
5823 2018-09-16 Tom Tromey <tom@tromey.com>
5824
5825 * gdb.base/new-ui.exp (do_execution_tests): Update.
5826 * gdb.base/dbx.exp (test_breakpoints): Update.
5827
5828 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5829
5830 * lib/gdb.exp (gdb_simple_compile): Add proc.
5831 (is_elf_target): Use gdb_simple_compile.
5832 (skip_altivec_tests): Likewise.
5833 (skip_vsx_tests): Likewise.
5834 (skip_tsx_tests): Likewise.
5835 (skip_btrace_tests): Likewise.
5836 (skip_btrace_pt_tests): Likewise.
5837 (gdb_can_simple_compile): Likewise.
5838 (gdb_has_argv0): Likewise.
5839 (gdb_target_symbol_prefix): Likewise.
5840 (target_supports_scheduler_locking): Likewise.
5841
5842 2018-09-13 Tom Tromey <tom@tromey.com>
5843
5844 * Makefile.in (TAGS): Recognize proc_with_prefix and
5845 gdb_caching_proc.
5846
5847 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5848
5849 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5850 method.
5851
5852 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5853
5854 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5855 and a few other Inferior properties when the Inferior is no
5856 longer valid.
5857
5858 2018-09-13 Tom Tromey <tom@tromey.com>
5859
5860 PR rust/23650:
5861 * gdb.rust/simple.exp: Add test for enum field access error.
5862
5863 2018-09-13 Tom Tromey <tom@tromey.com>
5864
5865 PR rust/23626:
5866 * gdb.rust/simple.rs (EmptyEnum): New type.
5867 (main): Use it.
5868 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5869
5870 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5871
5872 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5873 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5874 * gdb.python/py-symtab.exp: Update test printing an objfile.
5875
5876 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5877
5878 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5879 object.
5880
5881 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5882
5883 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5884 (support_complex_tests): Use gdb_can_simple_compile.
5885 (is_ilp32_target): Likewise.
5886 (is_lp64_target): Likewise.
5887 (is_64_target): Likewise.
5888 (is_amd64_regs_target): Likewise.
5889 (is_aarch32_target): Likewise.
5890 (gdb_int128_helper): Likewise.
5891
5892 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5893
5894 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5895
5896 2018-09-10 Jerome Guitton <guitton@adacore.com>
5897
5898 * gdb.ada/same_component_name: Add test for case of tagged record
5899 with variable-length fields.
5900
5901 2018-09-10 Xavier Roirand <roirand@adacore.com>
5902
5903 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5904 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5905 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5906 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5907
5908 2018-09-10 Xavier Roirand <roirand@adacore.com>
5909
5910 * gdb.ada/mi_string_access.exp: New testcase.
5911 * gdb.ada/mi_string_access/bar.adb: New file.
5912 * gdb.ada/mi_string_access/pck.adb: New file.
5913 * gdb.ada/mi_string_access/pck.asd: New file.
5914
5915 2018-09-10 Xavier Roirand <roirand@adacore.com>
5916
5917 * gdb.ada/mi_var_union.exp: New testcase.
5918 * gdb.ada/mi_var_union/bar.adb: New file.
5919 * gdb.ada/mi_var_union/pck.adb: New file.
5920 * gdb.ada/mi_var_union/pck.asd: New file.
5921
5922 2018-09-08 Tom Tromey <tom@tromey.com>
5923
5924 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5925
5926 2018-09-08 Tom Tromey <tom@tromey.com>
5927
5928 PR python/16047:
5929 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5930 (register_pretty_printers): Register new printer.
5931 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5932 test.
5933 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5934 (an_int_type3): New global.
5935
5936 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5937
5938 * gdb.ada/expr_with_funcall: New testcase.
5939
5940 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5941
5942 * gdb.ada/packed_array_assign: New testcase.
5943
5944 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5945
5946 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5947 names, and add test prefixes to make test names unique.
5948
5949 2018-09-05 Tom de Vries <tdevries@suse.de>
5950
5951 * gdb.dwarf2/varval.exp: Add test.
5952
5953 2018-09-04 Gary Benson <gbenson@redhat.com>
5954
5955 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5956 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5957
5958 2018-08-31 Tom Tromey <tom@tromey.com>
5959
5960 * gdb.rust/simple.rs: Rename second variable "v".
5961
5962 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5963
5964 * gdb.base/funcargs.c (use_a): New function.
5965 (recurse): Call use_a.
5966
5967 2018-08-29 Keith Seitz <keiths@redhat.com>
5968
5969 * gdb.compile/compile-cplus-anonymous.cc: New file.
5970 * gdb.compile/compile-cplus-anonymous.exp: New file.
5971 * gdb.compile/compile-cplus-array-decay.cc: New file.
5972 * gdb.compile/compile-cplus-array-decay.exp: New file.
5973 * gdb.compile/compile-cplus-inherit.cc: New file.
5974 * gdb.compile/compile-cplus-inherit.exp: New file.
5975 * gdb.compile/compile-cplus-member.cc: New file.
5976 * gdb.compile/compile-cplus-member.exp: New file.
5977 * gdb.compile/compile-cplus-method.cc: New file.
5978 * gdb.compile/compile-cplus-method.exp: New file.
5979 * gdb.compile/compile-cplus-mod.c: "New" file.
5980 * gdb.compile/compile-cplus-namespace.cc: New file.
5981 * gdb.compile/compile-cplus-namespace.exp: New file.
5982 * gdb.compile/compile-cplus-nested.cc: New file.
5983 * gdb.compile/compile-cplus-nested.exp: New file.
5984 * gdb.compile/compile-cplus-print.c: "New" file.
5985 * gdb.compile/compile-cplus-print.exp: "New" file.
5986 * gdb.compile/compile-cplus-virtual.cc: New file.
5987 * gdb.compile/compile-cplus-virtual.exp: New file.
5988 * gdb.compile/compile-cplus.c: "New" file.
5989 * gdb.compile/compile-cplus.exp: "New" file.
5990 * lib/compile-support.exp: New file.
5991
5992 2018-08-16 Gary Benson <gbenson@redhat.com>
5993
5994 PR gdb/13000:
5995 * gdb.base/batch-exit-status.exp: New file.
5996 * gdb.base/batch-exit-status.good-commands: Likewise.
5997 * gdb.base/batch-exit-status.bad-commands: Likewise.
5998
5999 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6000
6001 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6002 (struct struct02): Likewise.
6003 (struct struct03): Likewise.
6004 (struct struct04): Likewise.
6005 (struct struct_01_01): New struct.
6006 (struct struct_01_02): Likewise.
6007 (struct struct_01_03): Likewise.
6008 (struct struct_01_04): Likewise.
6009 (struct struct_02_01): Likewise.
6010 (struct struct_02_02): Likewise.
6011 (struct struct_02_03): Likewise.
6012 (struct struct_02_04): Likewise.
6013 (struct struct_04_01): Likewise.
6014 (struct struct_04_02): Likewise.
6015 (struct struct_04_03): Likewise.
6016 (struct struct_04_04): Likewise.
6017 (struct struct_05_01): Likewise.
6018 (struct struct_05_02): Likewise.
6019 (struct struct_05_03): Likewise.
6020 (struct struct_05_04): Likewise.
6021 (cmp_struct01): Remove function.
6022 (cmp_struct02): Likewise.
6023 (cmp_struct03): Likewise.
6024 (cmp_struct04): Likewise.
6025 (cmp_struct_01_01): Add Function.
6026 (cmp_struct_01_02): Likewise.
6027 (cmp_struct_01_03): Likewise.
6028 (cmp_struct_01_04): Likewise.
6029 (cmp_struct_02_01): Likewise.
6030 (cmp_struct_02_02): Likewise.
6031 (cmp_struct_02_03): Likewise.
6032 (cmp_struct_02_04): Likewise.
6033 (cmp_struct_04_01): Likewise.
6034 (cmp_struct_04_02): Likewise.
6035 (cmp_struct_04_03): Likewise.
6036 (cmp_struct_04_04): Likewise.
6037 (cmp_struct_05_01): Likewise.
6038 (cmp_struct_05_02): Likewise.
6039 (cmp_struct_05_03): Likewise.
6040 (cmp_struct_05_04): Likewise.
6041 (call_all): Add new structs.
6042 * gdb.base/infcall-nested-structs.exp: Likewise.
6043
6044 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6045
6046 * gdb.python/py-framefilter-mi.exp: Update regexp to
6047 check for "arch" field in frame output.
6048
6049 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6050
6051 * gdb.dwarf2/dw2-ranges-func.c: New file.
6052 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6053
6054 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6055
6056 * gdb.base/term.exp: Compare terminal settings with values from
6057 the inferior.
6058 * gdb.base/term.c: Get and set terminal settings.
6059
6060 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6061
6062 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6063 accommodate new "arch" field in frame output.
6064 * gdb.mi/mi-return.exp: Likewise.
6065 * gdb.mi/mi-stack.exp: Likewise.
6066 * gdb.mi/mi-syn-frame.exp: Likewise.
6067 * gdb.mi/user-selected-context-sync.exp: Likewise.
6068
6069 2018-08-19 Michael Spang <spang@google.com>
6070
6071 PR gdb/11786
6072 * gdb.base/gcore-tls-pie.c: New file.
6073 * gdb.base/gcore-tls-pie.exp: New file.
6074
6075 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6076
6077 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6078 * gdb.dwarf2/varval.c: New file.
6079 * gdb.dwarf2/varval.exp: New file.
6080
6081 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6082
6083 PR gdb/18931
6084 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6085
6086 2018-08-16 Keith Seitz <keiths@redhat.com>
6087
6088 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6089 tests expected to pass.
6090
6091 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6092
6093 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6094 -data-disassemble -a.
6095 (test_disassembly_bogus_args): Likewise.
6096
6097 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6098
6099 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6100
6101 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6102
6103 * gdb.base/vla-optimized-out.exp: Add new test.
6104
6105 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6106
6107 * gdb.base/vla-optimized-out-o3.exp: Delete.
6108 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6109 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6110 deleted tests.
6111
6112 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6113
6114 PR gdb/18050:
6115 * gdb.server/extended-remote-restart.c: New file.
6116 * gdb.server/extended-remote-restart.exp: New file.
6117
6118 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6119
6120 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6121 "set variable index = 42".
6122
6123 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6124
6125 * boards/index-cache-gdb.exp: New file.
6126 * gdb.dwarf2/index-cache.exp: New file.
6127 * gdb.dwarf2/index-cache.c: New file.
6128 * gdb.base/maint.exp: Check if we are using the index cache.
6129
6130 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6131
6132 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6133 MAKEFLAGS.
6134
6135 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6136
6137 * dg-extract-results.sh: Move to toplevel contrib.
6138 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6139 * Makefile.in (check-parallel-racy): Likewise.
6140
6141 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6142
6143 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6144 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6145 tests if the target supports scheduler locking.
6146
6147 2018-08-04 Tom de Vries <tdevries@suse.de>
6148
6149 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6150
6151 2018-08-02 Tom Tromey <tom@tromey.com>
6152
6153 PR symtab/16842.
6154 * gdb.cp/temargs.exp: Test "info address" of a template
6155 parameter.
6156
6157 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6158
6159 * gdb.python/py-mi-var-info-path-expression.c: New file.
6160 * gdb.python/py-mi-var-info-path-expression.py: New file.
6161 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6162
6163 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6164
6165 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6166 error after "cannot resolve name" string.
6167
6168 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6169
6170 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6171 started.
6172 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6173
6174 2018-07-28 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6177
6178 2018-07-26 Tom de Vries <tdevries@suse.de>
6179
6180 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6181
6182 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6185 is visible.
6186
6187 2018-07-26 Tom de Vries <tdevries@suse.de>
6188
6189 PR breakpoints/23366
6190 * gdb.base/catch-follow-exec.c: New test.
6191 * gdb.base/catch-follow-exec.exp: New file.
6192
6193 2018-07-25 Tom de Vries <tdevries@suse.de>
6194
6195 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6196 vla-optimized-out.c.
6197
6198 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6199
6200 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6201 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6202
6203 2018-07-20 Tom de Vries <tdevries@suse.de>
6204
6205 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6206 NOCLONE macro.
6207 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6208
6209 2018-07-19 Tom de Vries <tdevries@suse.de>
6210
6211 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6212 regular expression.
6213
6214 2018-07-18 Tom de Vries <tdevries@suse.de>
6215
6216 * gdb.base/vla-optimized-out.c: New test.
6217 * gdb.base/vla-optimized-out.exp: New file.
6218
6219 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6220
6221 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6222 message "No address associated with hostname" when gdbserver
6223 cannot resolve the hostname.
6224
6225 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6228 Add some test prefixes to make tests unique.
6229
6230 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6231
6232 * gdb.base/frameapply.c: New file.
6233 * gdb.base/frameapply.exp: New file.
6234
6235 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6236
6237 * gdb.base/skip.exp: Update expected error message.
6238
6239 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6240 Jan Kratochvil <jan.kratochvil@redhat.com>
6241 Paul Fertser <fercerpav@gmail.com>
6242 Tsutomu Seki <sekiriki@gmail.com>
6243
6244 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6245 parameter.
6246 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6247 by default.
6248 * boards/native-gdbserver.exp: Likewise.
6249 * gdb.server/run-without-local-binary.exp: Improve regexp used
6250 for detecting when a remote debugging connection succeeds.
6251 * gdb.server/server-connect.exp: New file.
6252 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6253 Do not prefix the port number with ":".
6254 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6255 support for detecting and using it. Add '$debughost_gdbserver'
6256 to the list of arguments used to start gdbserver. Handle case
6257 when gdbserver cannot resolve a network name.
6258
6259 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6260
6261 PR c++/23373
6262 * gdb.base/ptype-offsets.cc (struct static_member): New
6263 struct.
6264 (main) <stmember>: New variable.
6265 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6266 with a static member in it.
6267
6268 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6269
6270 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6271 watchpoints enabled and disabled.
6272
6273 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6274
6275 * gdb.base/examine-backward.exp: Still run tests around address
6276 0x0, even if address 0x0 is not readable. Update the pattern for
6277 matching address 0x0 in expected output.
6278
6279 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6280
6281 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6282 malloc/free.
6283
6284 2018-07-04 Tom de Vries <tdevries@suse.de>
6285
6286 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6287
6288 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6289
6290 PR tdep/8282
6291 * gdb.arch/mips-disassembler-options.exp: New test.
6292 * gdb.arch/mips-disassembler-options.s: New test source.
6293
6294 2018-06-29 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.threads/names.exp: Adjust expected "info threads" output.
6297
6298 2018-06-29 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.opt/inline-break.exp (line number, address): Add "info
6301 break" tests.
6302
6303 2018-06-29 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6306 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6307 number and address and running to them.
6308
6309 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6310
6311 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6312
6313 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * lib/compiler.c: Remove executable permission flag.
6316
6317 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6318
6319 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6320 code.
6321 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6322
6323 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6324
6325 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6326
6327 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6328
6329 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6330 address argument is omitted.
6331
6332 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6333
6334 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6335
6336 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6337
6338 PR gdb/21695
6339 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6340 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6341
6342 2018-06-26 Tom Tromey <tom@tromey.com>
6343
6344 PR rust/22574:
6345 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6346 * gdb.rust/simple.rs (struct SimpleLayout): New.
6347
6348 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6349
6350 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6351 "info registers" output.
6352
6353 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6354
6355 * gdb.base/watchpoint-hw-attach.c: New test.
6356 * gdb.base/watchpoint-hw-attach.exp: New file.
6357
6358 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6361 through /bin/sh.
6362 * boards/dwarf4-gdb-index.exp: Likewise.
6363 * boards/fission-dwp.exp: Likewise.
6364
6365 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6366
6367 * gdb.base/float128.exp: Add comment and improved fail message
6368 to the failure case of "print large128" test.
6369
6370 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6371
6372 * configure.ac: Remove AC_PREREQ.
6373 * configure: Re-generate.
6374
6375 2018-06-19 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6378 (func_extern_caller): New.
6379 (main): Call func_extern_caller.
6380 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6381 logic change.
6382
6383 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6384
6385 PR gdb/16841
6386 * gdb.cp/typedef-base.cc: New file.
6387 * gdb.cp/typedef-base.exp: New file.
6388
6389 2018-06-18 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6392
6393 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6394 Richard Bunt <Richard.Bunt@arm.com>
6395
6396 * gdb.threads/attach-slow-waitpid.c: New file.
6397 * gdb.threads/attach-slow-waitpid.exp: New file.
6398 * gdb.threads/slow-waitpid.c: New file.
6399
6400 2018-06-14 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/fork-running-state.c: Include <errno.h>.
6403 (exit_if_relative_exits): New.
6404 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6405 exits.
6406 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6407 child exits.
6408
6409 2018-06-14 Tom de Vries <tdevries@suse.de>
6410
6411 PR cli/22573
6412 * gdb.base/finish-pretty.c: New test.
6413 * gdb.base/finish-pretty.exp: New file.
6414
6415 2018-06-14 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6418 gdb's expected startup output.
6419
6420 2018-06-14 Pedro Alves <palves@redhat.com>
6421
6422 * lib/selftest-support.exp (selftest_setup): Remove inlined
6423 function handling.
6424
6425 2018-06-14 Tom de Vries <tdevries@suse.de>
6426
6427 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6428 matching of breakpoint printing.
6429
6430 2018-06-13 Tom de Vries <tdevries@suse.de>
6431
6432 PR testsuite/23269
6433 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6434 (fork_child): ... here, and ...
6435 (fork_parent): ... here.
6436
6437 2018-06-12 Tom de Vries <tdevries@suse.de>
6438
6439 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6440
6441 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6442 Stephen Roberts <stephen.roberts@arm.com>
6443
6444 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6445 rewrite test to describe action performed, rather than possible
6446 failure.
6447
6448 2018-06-08 Gary Benson <gbenson@redhat.com>
6449
6450 * gdb.threads/check-libthread-db.exp: New file.
6451 * gdb.threads/check-libthread-db.c: Likewise.
6452
6453 2018-06-05 Tom Tromey <tom@tromey.com>
6454
6455 * gdb.base/default.exp: Update expected "show version" output.
6456
6457 2018-06-05 Tom Tromey <tom@tromey.com>
6458
6459 PR cli/12326:
6460 * gdb.cp/static-print-quit.exp: Update.
6461 * lib/gdb.exp (pagination_prompt): Update.
6462 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6463 * gdb.python/python.exp: Update.
6464
6465 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6466
6467 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6468
6469 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6470
6471 * gdb.ada/bp_fun_addr: New testcase.
6472
6473 2018-06-01 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6476 results.
6477 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6478 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6479 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6480 * gdb.base/maint.exp (maint_pass_if): Update.
6481
6482 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6483
6484 * gdb.base/endian.exp: New test.
6485 * gdb.base/endian.c: New test source.
6486
6487 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6488
6489 PR gdb/23203
6490 * gdb.base/bt-selected-frame.c: New file.
6491 * gdb.base/bt-selected-frame.exp: New file.
6492 * lib/gdb.exp (get_current_frame_number): New function.
6493
6494 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6495 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.threads/tls-core.c: Include <stdlib.h>
6498 (thread_proc): Call `abort'.
6499 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6500 (tls_core_test): New procedure, bits factored out from ...
6501 (top level): ... here. Test both native cores and gcore cores.
6502
6503 2018-05-23 Tom Tromey <tom@tromey.com>
6504
6505 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6506
6507 2018-05-23 Tom Tromey <tom@tromey.com>
6508
6509 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6510 symfile_complaints.
6511 (test_short_complaints): Likewise.
6512 (test_empty_complaints): Likewise.
6513 (test_initial_complaints): Update.
6514
6515 2018-05-23 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6518
6519 2018-05-23 Tom Tromey <tom@tromey.com>
6520
6521 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6522 (test_short_complaints): Update.
6523
6524 2018-05-22 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/remote.exp: Only gdb_start after compiling the
6527 testcase. Issue "disconnect" before testing "set remote" command
6528 defaults. Issue clean_restart before running to main.
6529
6530 2018-05-22 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.base/remote.exp: Adjust expected output of "show remote
6533 memory-write-packet-size". Add tests for "set remote
6534 memory-write-packet-size 0" and "set remote
6535 memory-write-packet-size fixed/limit".
6536
6537 2018-05-22 Pedro Alves <palves@redhat.com>
6538
6539 PR gdb/22973
6540 * gdb.base/utf8-identifiers.c: New file.
6541 * gdb.base/utf8-identifiers.exp: New file.
6542
6543 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6544
6545 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6546
6547 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6548
6549 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6550
6551 2018-05-18 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.base/ptype-offsets.exp: Update.
6554
6555 2018-05-17 Keith Seitz <keiths@redhat.com>
6556
6557 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6558 in expected breakpoint stop locations.
6559 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6560 move to proper scope to test variable values.
6561 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6562 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6563 New functions.
6564 (main): Call not_inline_func3.
6565 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6566 inline_func1, inline_func2, and inline_func3. Test that when each
6567 breakpoint is hit, GDB properly reports both the stop location
6568 and the backtrace. Repeat tests for temporary breakpoints.
6569
6570 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6571
6572 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6573 rather then trying to access it in determining whether the PID
6574 of `gdbserver' could have been retrieved.
6575
6576 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.arch/amd64-init-x87-values.S: New file.
6579 * gdb.arch/amd64-init-x87-values.exp: New file.
6580
6581 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6584
6585 2018-05-04 Tom Tromey <tom@tromey.com>
6586
6587 PR python/22730:
6588 * gdb.python/python.exp: Test multi-line execute.
6589
6590 2018-05-04 Tom Tromey <tom@tromey.com>
6591
6592 PR python/22731:
6593 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6594
6595 2018-05-04 Tom Tromey <tom@tromey.com>
6596
6597 PR gdb/11750:
6598 * gdb.base/define.exp: Test defining a user command inside a user
6599 command.
6600 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6601
6602 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6603 Pedro Alves <palves@redhat.com>
6604
6605 PR breakpoints/19806 and support for PR external/20207.
6606 * gdb.base/watchpoint-unaligned.c: New file.
6607 * gdb.base/watchpoint-unaligned.exp: New file.
6608
6609 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * gdb.base/maint.exp: Make test names unique, use
6612 test_prefix_command_help to test 'help maint info', and remove
6613 repeated test of 'help maint'.
6614
6615 2018-05-04 Tom Tromey <tom@tromey.com>
6616
6617 PR gdb/22619:
6618 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6619 behavior.
6620
6621 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6622
6623 * gdb.base/maint.exp: Process output from 'maint print registers'
6624 line at a time.
6625
6626 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6627
6628 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6629 timeout.
6630
6631 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6634 filter pattern.
6635
6636 2018-05-02 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6639 to_log_command renames.
6640 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6641
6642 2018-05-02 Tom Tromey <tom@tromey.com>
6643
6644 * gdb.python/py-parameter.exp: Set test message.
6645
6646 2018-05-02 Tom Tromey <tom@tromey.com>
6647
6648 PR python/20084:
6649 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6650 PARAM_ZUINTEGER_UNLIMITED tests.
6651
6652 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6653
6654 PR rust/23124
6655 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6656 when casting.
6657
6658 2018-04-30 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.python/py-type.exp: Check align attribute.
6661 * gdb.python/py-type.c: New "aligncheck" global.
6662
6663 2018-04-30 Tom Tromey <tom@tromey.com>
6664
6665 PR exp/17095:
6666 * gdb.dwarf2/dw2-align.exp: New file.
6667 * gdb.cp/align.exp: New file.
6668 * gdb.base/align.exp: New file.
6669 * lib/gdb.exp (gdb_int128_helper): New proc.
6670 (has_int128_c, has_int128_cxx): New caching procs.
6671
6672 2018-04-27 Tom Tromey <tom@tromey.com>
6673
6674 PR rust/22545:
6675 * gdb.rust/simple.exp: Add inclusive range tests.
6676
6677 2018-04-26 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6680 ifunc breakpoint locations correctly of ifunc breakpoints set
6681 while the program resolves the ifunc.
6682
6683 2018-04-26 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.base/gnu-ifunc-final.c: New file.
6686 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6687 * gdb.base/gnu-ifunc.exp (executable): Delete.
6688 (staticexecutable): Adjust.
6689 (lib_opts, exec_opts): Delete.
6690 (make_binsuffix, build, set-break): New procedures.
6691 (misc_tests): New, with tests factored out from the top level.
6692 (top level): Test different combinations of ifunc resolver name,
6693 resolver with and with debug info, and ifunc target with and
6694 without debug info. Wrap static tests with with_target_prefix.
6695
6696 2018-04-26 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6699 return type" warnings.
6700
6701 2018-04-25 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6704 killed".
6705 * gdb.base/kill-after-signal.exp: Likewise.
6706 * gdb.threads/kill.exp: Likewise.
6707
6708 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6709 Sergio Durigan Junior <sergiodj@redhat.com>
6710 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6713 regexps to expect for '[Inferior ... detached]' as well.
6714 * gdb.base/attach.exp: Likewise.
6715 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6716 "gdb_continue_to_end".
6717 (test_catch_syscall_with_wrong_args): Likewise.
6718 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6719 ']'. Don't set 'verbose' on.
6720 * gdb.base/foll-vfork.exp: Likewise.
6721 * gdb.base/fork-print-inferior-events.c: New file.
6722 * gdb.base/fork-print-inferior-events.exp: New file.
6723 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6724 '[Inferior ... has been killed]' message.
6725 * gdb.base/kill-after-signal.exp: Likewise.
6726 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6727 detach message.
6728 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6729 message.
6730 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6731 regexps to expect for '[Inferior ... detached]' as well.
6732 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6733
6734 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6735
6736 PR gdb/23104
6737 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6738
6739 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6740
6741 PR gdb/23095
6742 * gdb.base/break-probes.exp: Pass shlib_load to
6743 prepare_for_testing. Set normal_bp to r_debug_state if target is
6744 bsd.
6745
6746 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6747
6748 * gdb.threads/multiple-successive-infcall.c: New test.
6749 * gdb.threads/multiple-successive-infcall.exp: New file.
6750
6751 2018-04-17 Tom Tromey <tom@tromey.com>
6752
6753 * gdb.rust/simple.rs (Union): New type.
6754 (main): New local "u".
6755 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6756
6757 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6758
6759 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6760 number information in output of "whereis" command.
6761 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6762
6763 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6764
6765 * gdb.ada/info_types.exp: Adjust expected output to the line
6766 numbers now printed by "info var/func/type".
6767 * gdb.base/completion.exp: Likewise.
6768 * gdb.base/included.exp: Likewise.
6769 * gdb.cp/cp-relocate.exp: Likewise.
6770 * gdb.cp/cplusfuncs.exp: Likewise.
6771 * gdb.cp/namespace.exp: Likewise.
6772 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6773
6774 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6775
6776 * gdb.btrace/cpu.exp: New.
6777
6778 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6779
6780 * gdb.base/step-indirect-call-thunk.exp: New.
6781 * gdb.base/step-indirect-call-thunk.c: New.
6782 * gdb.reverse/step-indirect-call-thunk.exp: New.
6783 * gdb.reverse/step-indirect-call-thunk.c: New.
6784
6785 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 * gdb.base/pie-fork.c: New file.
6788 * gdb.base/pie-fork.exp: New file.
6789
6790 2018-04-11 Tom Tromey <tom@tromey.com>
6791
6792 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6793
6794 2018-04-10 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6797 exits. Instead loop running forever.
6798 (fork_parent): Run forever too.
6799
6800 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6801
6802 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6803 mi_continue_to_line.
6804 * gdb.mi/mi-stack.c (callee4): Add comment.
6805
6806 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6807
6808 * gdb.mi/mi-stack.exp: Fix indentation.
6809
6810 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 PR gdb/22979
6813 * gdb.arch/amd64-osabi.exp: New file.
6814
6815 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6816
6817 PR gdb/22980
6818 * gdb.base/osabi.exp: New file.
6819
6820 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6821
6822 * gdb.cp/static-typedef-print.exp: New file.
6823 * gdb.cp/static-typedef-print.cc: New file.
6824
6825 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.ada/varsize_limit: New testcase.
6828
6829 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6830
6831 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6832
6833 * gdb.ada/notcplusplus: New testcase.
6834
6835 * gdb.base/c-linkage-name.c: New file.
6836 * gdb.base/c-linkage-name.exp: New testcase.
6837
6838 2018-03-26 Tom Tromey <tom@tromey.com>
6839
6840 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6841 * gdb.python/py-framefilter.py (name_error): New global.
6842 (ErrorInName.function): Use name_error.
6843
6844 2018-03-26 Tom Tromey <tom@tromey.com>
6845
6846 PR backtrace/15582:
6847 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6848
6849 2018-03-23 Keith Seitz <keiths@redhat.com>
6850
6851 PR c++/22968
6852 * gdb.cp/subtypes.exp: New file.
6853 * gdb.cp/subtypes.h: New file.
6854 * gdb.cp/subtypes.cc: New file.
6855 * gdb.cp/subtypes-2.cc: New file.
6856
6857 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6858
6859 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6860 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6861 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6862 -nostartfiles when compiling the test. Confirm that all registers
6863 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6864
6865 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6866
6867 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6868 option, syntax was wrong anyway.
6869 * gdb.arch/arm-disp-step.exp: Likewise.
6870 * gdb.arch/sparc64-regs.exp: Likewise.
6871 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6872 option, syntax was wrong anyway, switch to use
6873 prepare_for_testing.
6874 * gdb.arch/i386-disp-step.exp: Likewise.
6875
6876 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6877
6878 * gdb.ada/exec_changed.exp: Replace "target_info exists
6879 use_gdb_stub" by "use_gdb_stub".
6880 * gdb.ada/start.exp: Likewise.
6881 * gdb.base/async-shell.exp: Likewise.
6882 * gdb.base/attach-pie-misread.exp: Likewise.
6883 * gdb.base/attach-wait-input.exp: Likewise.
6884 * gdb.base/break-entry.exp: Likewise.
6885 * gdb.base/break-interp.exp: Likewise.
6886 * gdb.base/dprintf-detach.exp: Likewise.
6887 * gdb.base/nostdlib.exp: Likewise.
6888 * gdb.base/solib-nodir.exp: Likewise.
6889 * gdb.base/statistics.exp: Likewise.
6890 * gdb.base/testenv.exp: Likewise.
6891 * gdb.mi/mi-exec-run.exp: Likewise.
6892 * gdb.mi/mi-start.exp: Likewise.
6893 * gdb.multi/dummy-frame-restore.exp: Likewise.
6894 * gdb.multi/multi-arch-exec.exp: Likewise.
6895 * gdb.multi/multi-arch.exp: Likewise.
6896 * gdb.multi/tids.exp: Likewise.
6897 * gdb.multi/watchpoint-multi.exp: Likewise.
6898 * gdb.python/py-events.exp: Likewise.
6899 * gdb.threads/attach-into-signal.exp: Likewise.
6900 * gdb.threads/attach-stopped.exp: Likewise.
6901 * gdb.threads/threadapply.exp: Likewise.
6902 * lib/selftest-support.exp: Likewise.
6903
6904 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6905
6906 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6907
6908 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6909
6910 * gdb.perf/template-breakpoints.cc: New file.
6911 * gdb.perf/template-breakpoints.exp: New file.
6912 * gdb.perf/template-breakpoints.py: New file.
6913
6914 2018-03-19 Tom Tromey <tom@tromey.com>
6915
6916 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6917 y0.
6918 * gdb.rust/simple.exp: Test bare identifier form of struct
6919 initializer.
6920
6921 2018-03-19 Tom Tromey <tom@tromey.com>
6922
6923 * gdb.gdb/observer.exp: Remove.
6924
6925 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6926
6927 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6928 "qualified" option when setting breakpoints.
6929 * gdb.trace/backtrace.exp: Likewise.
6930 * gdb.trace/circ.exp: Likewise.
6931 * gdb.trace/collection.exp: Likewise.
6932 * gdb.trace/disconnected-tracing.exp: Likewise.
6933 * gdb.trace/ftrace-lock.exp: Likewise.
6934 * gdb.trace/ftrace.exp: Likewise.
6935 * gdb.trace/infotrace.exp: Likewise.
6936 * gdb.trace/packetlen.exp: Likewise.
6937 * gdb.trace/passc-dyn.exp: Likewise.
6938 * gdb.trace/qtro.exp: Likewise.
6939 * gdb.trace/read-memory.exp: Likewise.
6940 * gdb.trace/report.exp: Likewise.
6941 * gdb.trace/signal.exp: Likewise.
6942 * gdb.trace/status-stop.exp: Likewise.
6943 * gdb.trace/strace.exp: Likewise.
6944 * gdb.trace/tfind.exp: Likewise.
6945 * gdb.trace/trace-break.exp: Likewise.
6946 * gdb.trace/trace-condition.exp: Likewise.
6947 * gdb.trace/trace-mt.exp: Likewise.
6948 * gdb.trace/tstatus.exp: Likewise.
6949 * gdb.trace/tsv.exp: Likewise.
6950 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6951 * gdb.trace/unavailable.exp: Likewise.
6952 * gdb.trace/while-dyn.exp: Likewise.
6953
6954 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6955
6956 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6957 that libinproctrace is copied to the target.
6958
6959 2018-03-14 Tom Tromey <tom@tromey.com>
6960
6961 PR cli/14977:
6962 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6963 a null pointer.
6964 * gdb.base/wchar.exp: Likewise.
6965
6966 2018-03-14 Tom Tromey <tom@tromey.com>
6967
6968 PR cli/19918:
6969 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6970 flag.
6971
6972 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 PR gdb/22841
6975 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6976 "target" to remote_exec.
6977
6978 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6979
6980 PR gdb/22841
6981 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6982 ${board}_upload): Remove.
6983
6984 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6985
6986 * gdb.cp/watch-cp.cc: New test.
6987 * gdb.cp/watch-cp.exp: New file.
6988
6989 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.base/infcall-nested-structs.exp: New file.
6992 * gdb.base/infcall-nested-structs.c: New file.
6993 * gdb.base/float.exp: Add riscv support.
6994
6995 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6996
6997 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6998 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6999
7000 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7001
7002 * gdb.server/abspath.exp: New file.
7003 * lib/gdb.exp (with_cwd): New procedure.
7004
7005 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7008 use it.
7009 (gdb_is_target_remote_prompt): New proc.
7010 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7011 (gdb_is_target_native): Pass prompt parameter to
7012 gdb_is_target_1.
7013
7014 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7015
7016 * gdb.base/load-command.c: New file.
7017 * gdb.base/load-command.exp: New file.
7018 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7019 (gdb_is_target_1): ...this, and generalize for other targets
7020 than just remote.
7021 (gdb_is_target_remote): Use gdb_is_target_1.
7022 (gdb_is_target_native): use gdb_is_target_1.
7023
7024 2018-02-26 Tom Tromey <tom@tromey.com>
7025
7026 PR python/16497:
7027 * gdb.python/py-framefilter.exp: Update test.
7028
7029 2018-02-26 Tom Tromey <tom@tromey.com>
7030
7031 * gdb.dwarf2/variant.c: New file.
7032 * gdb.dwarf2/variant.exp: New file.
7033
7034 2018-02-26 Tom Tromey <tom@tromey.com>
7035
7036 * gdb.rust/simple.exp: Accept more possible results in enum test.
7037
7038 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7039
7040 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7041 parentheses.
7042
7043 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7044
7045 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7046 name of a variable: $actual_linejj -> $actual_line.
7047
7048 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7049
7050 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7051
7052 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7053
7054 * gdb.btrace/buffer-size.exp: Do not force BTS.
7055
7056 2018-02-14 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7059 getting a "Quit".
7060
7061 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7062
7063 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7064 Fix test name.
7065
7066 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7067
7068 * gdb.cp/m-static.exp: Check type of optimized out static
7069 member.
7070
7071 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7072
7073 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7074 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7075
7076 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7077 Leszek Swirski <leszeks@google.com>
7078
7079 * gdb.python/py-prettyprint.c
7080 (struct to_string_returns_value_inner,
7081 struct to_string_returns_value_wrapper): New.
7082 (main): Add tsrvw variable.
7083 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7084 ToStringReturnsValueWrapper): New classes.
7085 (register_pretty_printers): Register new pretty-printers.
7086 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7087 recursive pretty printer.
7088 * gdb.python/py-mi.exp: Likewise.
7089
7090 2018-02-01 Leszek Swirski <leszeks@google.com>
7091
7092 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7093 functions with the same name as an include file are parsed
7094 correctly.
7095
7096 2018-02-01 Yao Qi <yao.qi@linaro.org>
7097
7098 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7099 "\[^\r\n\]*".
7100
7101 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7102
7103 * gdb.arch/powerpc-prologue-frame.s: New file.
7104 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7105 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7106
7107 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7108
7109 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7110
7111 2018-01-30 Pedro Alves <palves@redhat.com>
7112
7113 PR gdb/13211
7114 * gdb.base/interrupt-daemon.c: New.
7115 * gdb.base/interrupt-daemon.exp: New.
7116 * gdb.multi/multi-term-settings.c: New.
7117 * gdb.multi/multi-term-settings.exp: New.
7118
7119 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7120
7121 * gdb.base/break.exp: Save the location where the breakpoint
7122 on break.c:47 was actually inserted when debugging the version
7123 compiled at -O2 and use it in the expected output of the "info
7124 break" test performed soon after.
7125
7126 2018-01-22 Pedro Alves <palves@redhat.com>
7127 Sergio Durigan Junior <sergiodj@redhat.com>
7128
7129 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7130 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7131
7132 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7133
7134 * gdb.base/break-include.c, gdb.base/break-include.inc,
7135 gdb.base/break-include.exp: New files.
7136 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7137 line number now being the actual line number where the breakpoint
7138 was inserted.
7139 * gdb.mi/mi-break.exp: Likewise.
7140 * gdb.mi/mi-reverse.exp: Likewise.
7141 * gdb.mi/mi-simplerun.exp: Ditto.
7142
7143 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7144
7145 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7146 varobj.
7147 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7148
7149 2018-01-21 Don Breazeal <donb@codesourcery.com>
7150 Andrew Burgess <andrew.burgess@embecosm.com>
7151
7152 * gdb.mi/basics.c: Add new global.
7153 * gdb.mi/mi-frame-regs.exp: New file.
7154 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7155 case.
7156
7157 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7158
7159 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7160 non-parameter, and on an unknown symbol.
7161
7162 2018-01-19 Tom Tromey <tom@tromey.com>
7163
7164 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7165 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7166
7167 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7168
7169 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7170 setrlimit and chdir to int.
7171
7172 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7173
7174 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7175 function.
7176 (my_tend): Likewise.
7177 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7178 rationale of avoiding FP- and vector instructions.
7179
7180 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7181
7182 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7183 "info reg" with "\[ \t\]*".
7184 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7185 "\[ \t\]+".
7186 * gdb.arch/s390-multiarch.exp: Ditto.
7187 * gdb.base/pc-fp.exp: Ditto.
7188 * gdb.reverse/i386-precsave.exp: Ditto.
7189 * gdb.reverse/i386-reverse.exp: Ditto.
7190 * gdb.reverse/i387-env-reverse.exp: Ditto.
7191 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7192
7193 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7194
7195 * lib/gdb.exp (gdb_compile): Re-enable use of
7196 universal_compile_options for languages other than Rust.
7197
7198 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7199
7200 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7201
7202 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7203
7204 PR gdb/16577
7205 * gdb.base/solib-vanish.exp: New.
7206 * gdb.base/solib-vanish-main.c: New.
7207 * gdb.base/solib-vanish-lib1.c: New.
7208 * gdb.base/solib-vanish-lib2.c: New.
7209
7210 2018-01-17 Yao Qi <yao.qi@linaro.org>
7211
7212 * gdb.compile/compile.exp: Match the address printed for
7213 frame in the output of command "bt".
7214
7215 2018-01-15 Tom Tromey <tom@tromey.com>
7216
7217 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7218 compute sp_reg.
7219
7220 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7221
7222 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7223 to prepare.
7224 (prepare): Return 0 on error, 1 on success.
7225
7226 2018-01-12 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/continue-after-aborted-step-over.c: New.
7229 * gdb.base/continue-after-aborted-step-over.exp: New.
7230
7231 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7234 options when not creating an executable.
7235
7236 2018-01-11 Pedro Alves <palves@redhat.com>
7237
7238 PR remote/22597
7239 * gdb.server/stop-reply-no-thread.c: New file.
7240 * gdb.server/stop-reply-no-thread.exp: New file.
7241
7242 2018-01-10 Pedro Alves <palves@redhat.com>
7243
7244 PR gdb/22670
7245 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7246 functions too. Test setting breakpoints and printing C functions
7247 with no debug info too.
7248 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7249
7250 2018-01-10 Pedro Alves <palves@redhat.com>
7251
7252 PR gdb/22670
7253 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7254 a fail.
7255
7256 2018-01-10 Pedro Alves <palves@redhat.com>
7257
7258 PR gdb/22670
7259 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7260
7261 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7262
7263 * gdb.server/unittest.exp: Match the output in non-development
7264 mode.
7265
7266 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7267
7268 * gdb.gdb/unittest.exp: Match output in non-development mode.
7269
7270 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7271
7272 * gdb.ada/access_tagged_param.exp: Relax expected output
7273 for value of "ObjL" in "continue" to pck.inspect breakpoint
7274 test.
7275
7276 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7277
7278 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7279 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7280
7281 2018-01-05 Pedro Alves <palves@redhat.com>
7282
7283 PR gdb/18653
7284 * gdb.base/libsegfault.exp: New.
7285
7286 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7287
7288 PR gdb/22670
7289 * gdb.ada/access_tagged_param.exp: New file.
7290 * gdb.ada/access_tagged_param/foo.adb: New file.
7291
7292 2018-01-05 Pedro Alves <palves@redhat.com>
7293
7294 PR gdb/22670
7295 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7296 exercise lower case too, and to exercise both full matching and
7297 wild matching.
7298
7299 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.ada/rename_subscript_param: New testcase.
7302
7303 2018-01-05 Jerome Guitton <guitton@adacore.com>
7304
7305 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7306
7307 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.ada/convvar_comp: New testcase.
7310
7311 2018-01-05 Xavier Roirand <roirand@adacore.com>
7312
7313 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7314 (My_Table): New global variable.
7315 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7316
7317 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7318
7319 PR gdb/22670
7320 * gdb.ada/maint_with_ada: New testcase.
7321
7322 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7323
7324 PR gdb/22670
7325 * gdb.ada/bp_c_mixed_case: New testcase.
7326
7327 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7328
7329 PR gdb/22670
7330 * gdb.ada/complete.exp: Add "complete break ada" test.
7331
7332 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7333
7334 PR gdb/22670
7335 * gdb.ada/info_addr_mixed_case: New testcase.
7336
7337 2018-01-03 Xavier Roirand <roirand@adacore.com>
7338
7339 * gdb.ada/excep_handle.exp: New testcase.
7340 * gdb.ada/excep_handle/foo.adb: New file.
7341 * gdb.ada/excep_handle/pck.ads: New file.
7342
7343 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7344
7345 * gdb.base/step-line.c: Add extra empty line in copyright header.
7346 * gdb.base/step-line.inp: Likewise.
7347
7348 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.ada/dyn_stride.exp: Add slice test.
7351
7352 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7353
7354 * gdb.ada/dyn_stride: New testcase.
7355
7356 2017-12-27 Stafford Horne <shorne@gmail.com>
7357
7358 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7359 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7360
7361 2017-12-27 Stafford Horne <shorne@gmail.com>
7362
7363 * gdb.base/reggroups.c: New file.
7364 * gdb.base/reggroups.exp: New file.
7365
7366 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7367
7368 * gdb.dwarf2/ada-valprint-error.c: New file.
7369 * gdb.dwarf2/ada-valprint-error.exp: New file.
7370
7371 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7372
7373 * gdb.ada/assign_arr: New testcase.
7374
7375 2017-12-18 Xavier Roirand <roirand@adacore.com>
7376
7377 * gdb.ada/funcall_ptr: New testcase.
7378
7379 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7380
7381 PR cli/16224
7382 * gdb.base/ptype-offsets.cc: New file.
7383 * gdb.base/ptype-offsets.exp: New file.
7384
7385 2017-12-15 Yao Qi <yao.qi@linaro.org>
7386
7387 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7388 if XML is disabled.
7389
7390 2017-12-15 Xavier Roirand <roirand@adacore.com>
7391
7392 * gdb.ada/same_component_name: New testcase.
7393
7394 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7395
7396 * gdb.ada/str_binop_equal: New testcase.
7397
7398 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7399
7400 * gdb.ada/task_switch_in_core: New testcase.
7401
7402 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7403
7404 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7405 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7406 call test_bkpt_qualified.
7407 (test_bkpt_qualified): New proc.
7408
7409 2017-12-13 Pedro Alves <palves@redhat.com>
7410
7411 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7412 Tighten regexp by matching with an anchor.
7413
7414 2017-12-13 Pedro Alves <palves@redhat.com>
7415
7416 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7417 ("expression with namespace"): New set of tests.
7418 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7419 (Nested::Test_NS::qux): New.
7420 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7421 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7422
7423 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.base/server-del-break.c: New file.
7426 * gdb.base/server-del-break.exp: New file.
7427
7428 2017-12-12 Stafford Horne <shorne@gmail.com>
7429
7430 * gdb.xml/tdesc-regs.exp: Add or1k support.
7431
7432 2017-12-12 Stafford Horne <shorne@gmail.com>
7433
7434 * gdb.base/bp-permanent.c: Define nop of or1k.
7435
7436 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7439 output with components being reordered.
7440
7441 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7442
7443 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7444 output with components being reordered.
7445
7446 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7447 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.base/maint.exp (check for .gdb_index): Check also for
7450 .debug_names.
7451 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7452 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7453 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7454 (.gdb_index used after symbol reloading): Support also .debug_names.
7455 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7456
7457 2017-12-08 Yao Qi <yao.qi@linaro.org>
7458
7459 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7460 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7461
7462 2017-12-08 Yao Qi <yao.qi@linaro.org>
7463
7464 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7465 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7466
7467 2017-12-08 Yao Qi <yao.qi@linaro.org>
7468
7469 * gdb.arch/aarch64-tagged-pointer.c: New file.
7470 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7471
7472 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7473
7474 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7475 "int".
7476
7477 2017-12-07 Keith Seitz <keiths@redhat.com>
7478
7479 PR breakpoints/22569
7480 * gdb.linespec/ls-errs.exp: Change expected result of "break
7481 -source this file has spaces.c -line 3".
7482 Check that an explicit source file followed by whitespace is
7483 identified as an invalid explicit location.
7484
7485 2017-12-07 Keith Seitz <keiths@redhat.com>
7486
7487 * gdb.cp/nested-types.cc: New file.
7488 * gdb.cp/nested-types.exp: New file.
7489 * lib/cp-support.exp: Load data-structures.exp library.
7490 (debug_cp_test_ptype_class): New global.
7491 (cp_ptype_class_verbose, next_line): New procedures.
7492 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7493 Add and document new return value.
7494 Switch the list of lines to a queue.
7495 Add support for new `type' key for nested type definitions.
7496 Add debugging/troubleshooting messages.
7497 * lib/data-structures.exp: New file.
7498
7499 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7502 with proc_with_prefix, don't use with_test_prefix.
7503
7504 2017-12-07 Tom Tromey <tom@tromey.com>
7505
7506 * gdb.base/break.exp: Add test for empty "commands".
7507
7508 2017-12-07 Yao Qi <yao.qi@linaro.org>
7509
7510 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7511 malloc and catch syscall.
7512
7513 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7514
7515 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7516 tests for explicit locations.
7517
7518 2017-12-06 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7521 force-disabling XML descriptions.
7522
7523 2017-12-04 Pedro Alves <palves@redhat.com>
7524
7525 PR gdb/22499
7526 * gdb.arch/amd64-disp-step-avx.S: New file.
7527 * gdb.arch/amd64-disp-step-avx.exp: New file.
7528
7529 2017-12-03 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7532 and <string.h>.
7533 (parent_function): Print distinct messages when waitpid fails, or
7534 the child exits with a signal, or the child exits for an unhandled
7535 reason.
7536 * gdb.threads/process-dies-while-detaching.exp
7537 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7538 it. Wait for both inferior output and GDB's prompt. Use an
7539 indirect spawn id list.
7540 (do_detach): New parameter 'child_exit'. Use it to compute
7541 expected inferior output.
7542 (test_detach, test_detach_watch, test_detach_killed_outside):
7543 Adjust to pass down the expected child exit kind.
7544
7545 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7546 Sergio Durigan Junior <sergiodj@redhat.com>
7547 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7550
7551 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7552
7553 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7554 to 'symbol-file' and 'add-symbol-file' can be
7555 position-independent.
7556
7557 2017-12-01 Yao Qi <yao.qi@linaro.org>
7558
7559 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7560 the URL in copyright header.
7561 * gdb.arch/aarch64-fp.exp: Likewise.
7562 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7563 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7564 * gdb.base/expand-psymtabs.exp: Likewise.
7565 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7566 * gdb.fortran/common-block.exp: Likewise.
7567 * gdb.fortran/common-block.f90: Likewise.
7568 * gdb.fortran/logical.exp: Likewise.
7569 * gdb.fortran/vla-datatypes.f90: Likewise.
7570 * gdb.fortran/vla-sub.f90: Likewise.
7571
7572 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7573
7574 * gdb.ada/repeat_dyn: New testcase.
7575
7576 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7577
7578 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7579 Update for changed thread numbering.
7580 * gdb.cell/bt.exp: Update for changed GDB output.
7581
7582 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7583
7584 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7585 setting isremote by hand.
7586 * boards/dwarf4-gdb-index.exp: Likewise.
7587 * boards/fission.exp: Likewise.
7588 * boards/stabs.exp: Likewise.
7589
7590 2017-11-30 Pedro Alves <palves@redhat.com>
7591
7592 * gdb.linespec/cpls-ops.exp
7593 (check_explicit_skips_function_argument): Extract the underlying
7594 type of size_t instead of hardcoding it.
7595
7596 2017-11-29 Pedro Alves <palves@redhat.com>
7597
7598 PR c++/19436
7599 * gdb.linespec/cpls-abi-tag.cc: New file.
7600 * gdb.linespec/cpls-abi-tag.exp: New file.
7601
7602 2017-11-29 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.base/langs.exp: Use -qualified.
7605 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7606 it.
7607 * gdb.cp/namespace.exp: Use -qualified.
7608 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7609 (overload-3, template-overload, template-ret-type, const-overload)
7610 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7611 procedures.
7612 (test_driver): Call them.
7613 * gdb.cp/save-bp-qualified.cc: New.
7614 * gdb.cp/save-bp-qualified.exp: New.
7615 * gdb.linespec/explicit.exp: Test -qualified.
7616 * lib/completion-support.exp (completion::explicit_opts_list): Add
7617 "-qualified".
7618 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7619
7620 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7621
7622 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7623
7624 2017-11-29 Tom Tromey <tom@tromey.com>
7625
7626 * gdb.base/relocate.exp: Update invalid argument test.
7627 Add new tests for invalid arguments.
7628
7629 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7630
7631 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7632 Return 0 as a long.
7633 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7634
7635 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7636
7637 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7638 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7639 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7640 func ().
7641 * gdb.cp/shadow.cc (B.func): Return 0.
7642
7643 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7646 expected output in gdb_expect call to allow the exception
7647 message to be present as well. Fix syntax confusion to avoid
7648 TCL thinking that exception_name is an array.
7649
7650 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7651
7652 * gdb.arch/spu-info.c: Include <unistd.h>.
7653 (do_signal_test): Fix broken calls to write.
7654 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7655 Fix checks for empty mailboxes. Update signal tests for corrected
7656 do_signal_test routine. Allow nonzero event status.
7657 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7658 * gdb.cell/arch.exp: Use standard_output_file.
7659 * gdb.cell/break.exp: Likewise.
7660 * gdb.cell/bt.exp: Likewise.
7661 * gdb.cell/core.exp: Likewise.
7662 * gdb.cell/dwarfaddr.exp: Likewise.
7663 * gdb.cell/ea-cache.exp: Likewise.
7664 * gdb.cell/ea-standalone.exp: Likewise.
7665 * gdb.cell/f-regs.exp: Likewise.
7666 * gdb.cell/fork.exp: Likewise.
7667 * gdb.cell/gcore.exp: Likewise.
7668 * gdb.cell/mem-access.exp: Likewise.
7669 * gdb.cell/ptype.exp: Likewise.
7670 * gdb.cell/registers.exp: Likewise.
7671 * gdb.cell/sizeof.exp: Likewise.
7672 * gdb.cell/solib-symbol.exp: Likewise.
7673 * gdb.cell/solib.exp: Likewise.
7674
7675 2017-11-25 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.base/complete-empty.exp: New file.
7678 * gdb.base/completion.exp: Adjust.
7679
7680 2017-11-25 Pedro Alves <palves@redhat.com>
7681
7682 * gdb.linespec/cpls-ops.cc: New file.
7683 * gdb.linespec/cpls-ops.exp: New file.
7684 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7685 factored out from ...
7686 (test_complete_prefix_range): ... this.
7687
7688 2017-11-24 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.linespec/cpcompletion.exp: New file.
7691 * gdb.linespec/cpls-hyphen.cc: New file.
7692 * gdb.linespec/cpls.cc: New file.
7693 * gdb.linespec/cpls2.cc: New file.
7694 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7695 test to use test_gdb_complete_unique. Add label completion,
7696 keyword completion and explicit location completion tests.
7697 * lib/completion-support.exp: New file.
7698
7699 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7700
7701 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7702 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7703 when hitting an exception catchpoint.
7704
7705 2017-11-22 Yao Qi <yao.qi@linaro.org>
7706
7707 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7708
7709 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7712 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7713 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7714
7715 2017-11-22 Yao Qi <yao.qi@linaro.org>
7716
7717 * gdb.base/info-os.exp: Pass pthreads.
7718 * gdb.multi/multi-attach.exp: Likewise.
7719
7720 2017-11-22 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7723 compiler.
7724
7725 2017-11-22 Yao Qi <yao.qi@linaro.org>
7726
7727 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7728 * gdb.base/break-interp.exp: Likewise.
7729 * gdb.base/jit-attach-pie.exp: Likewise.
7730
7731 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7732
7733 * gdb.base/float128.c (large128): New variable.
7734 * gdb.base/float128.exp: Add test to print largest __float128 value.
7735
7736 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7737
7738 * gdb.arch/vsx-regs.exp: Update register content checks.
7739
7740 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7741
7742 * gdb.arch/ppc-longdouble.exp: New file.
7743 * gdb.arch/ppc-longdouble.c: Likewise.
7744
7745 2017-11-21 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7748
7749 2017-11-20 Pedro Alves <palves@redhat.com>
7750
7751 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7752 (long_double_typedef): New typedefs.
7753 Use DEF on double and long double.
7754 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7755 cases.
7756 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7757 and 'long_double_ptr_same_size' locals. Use them to decide
7758 whether cast from array/function to float is valid/invalid.
7759
7760 2017-11-17 Tom Tromey <tom@tromey.com>
7761
7762 * gdb.rust/traits.rs: New file.
7763 * gdb.rust/traits.exp: New file.
7764
7765 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.ada/minsyms: New testcase.
7768
7769 2017-11-16 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7772 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7773
7774 2017-11-16 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7777 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7778
7779 2017-11-16 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.server/reconnect-ctrl-c.c: New file.
7782 * gdb.server/reconnect-ctrl-c.exp: New file.
7783
7784 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7785
7786 * gdb.python/py-rbreak.exp: New file.
7787 * gdb.python/py-rbreak.c: New file.
7788 * gdb.python/py-rbreak-func2.c: New file.
7789
7790 2017-11-16 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7793 pattern.
7794 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7795 GDB.
7796
7797 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7798
7799 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7800 regex.
7801
7802 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7803
7804 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7805 test names.
7806
7807 2017-11-09 Pedro Alves <palves@redhat.com>
7808
7809 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7810 factored out from ...
7811 (top level): ... here, and adjusted to avoid expecting beyond the
7812 prompt in a single gdb_test_multiple.
7813
7814 2017-11-09 Pedro Alves <palves@redhat.com>
7815
7816 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7817 output.
7818 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7819 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7820 * gdb.server/ext-run.exp ("kill" test): Likewise.
7821 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7822
7823 2017-11-09 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7826 match till end of line.
7827
7828 2017-11-09 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7831
7832 2017-11-09 Pedro Alves <palves@redhat.com>
7833
7834 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7835 New procedures, factored out from ...
7836 (top level): ... here, and adjusted to avoid expecting beyond the
7837 prompt in one go.
7838
7839 2017-11-09 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7842 output. Fix '?' match.
7843
7844 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7845
7846 * gdb.ada/scoped_watch: New testcase.
7847 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7848 which is actually correct.
7849 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7850 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7851
7852 2017-11-08 Pedro Alves <palves@redhat.com>
7853
7854 * gdb.gdb/complaints.exp (test_initial_complaints)
7855 (test_serial_complaints, test_short_complaints): Call
7856 complaint_internal instead of complaint.
7857
7858 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7859
7860 * gdb.threads/tls-core.c: New file.
7861 * gdb.threads/tls-core.exp: Likewise.
7862
7863 2017-11-08 Pedro Alves <palves@redhat.com>
7864
7865 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7866 (p Exported_Capitalized): New test.
7867 (p exported_capitalized): New test.
7868
7869 2017-11-07 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7872
7873 2017-11-07 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7876 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7877 (disable_invalid, disable_inverted, disable_negative): New
7878 procedures.
7879 ("bad numbers"): New set of tests.
7880
7881 2017-11-07 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.cp/ena-dis-br-range.exp: Add tests.
7884
7885 2017-11-07 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7888
7889 2017-11-07 Xavier Roirand <roirand@adacore.com>
7890 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/ena-dis-br.exp: Add reference to
7893 gdb.cp/ena-dis-br-range.exp.
7894 * gdb.cp/ena-dis-br-range.exp: New file.
7895 * gdb.cp/ena-dis-br-range.cc: New file.
7896
7897 2017-11-06 Pedro Alves <palves@redhat.com>
7898
7899 * gdb.base/attach-non-pgrp-leader.c: New.
7900 * gdb.base/attach-non-pgrp-leader.exp: New.
7901
7902 2017-11-06 Pedro Alves <palves@redhat.com>
7903
7904 * configure.ac: No longer check for termio.h and sgtty.h.
7905 * configure: Regenerate.
7906 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7907 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7908 Remove termio and sgtty code.
7909
7910 2017-11-03 Yao Qi <yao.qi@linaro.org>
7911
7912 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7913 in GDB is disabled.
7914
7915 2017-11-03 Yao Qi <yao.qi@linaro.org>
7916
7917 * gdb.python/py-thrhandle.exp: Skip it if python is not
7918 enabled.
7919
7920 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7921
7922 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7923 as a breakpoint command.
7924
7925 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7926
7927 PR python/21213
7928 * gdb.python/py-infthread.exp: Test calling
7929 InferiorThread.inferior () multiple times in a row.
7930
7931 2017-10-27 Keith Seitz <keiths@redhat.com>
7932
7933 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7934 Test "info break" for every inlined function breakpoint.
7935
7936 2017-10-27 Yao Qi <yao.qi@linaro.org>
7937
7938 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7939
7940 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7941
7942 * gdb.cp/classes.exp (test_static_members): Test printing
7943 Outer::instance.
7944 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7945 (Inner::instance, Outer::instance): New.
7946
7947 2017-10-24 Pedro Alves <palves@redhat.com>
7948
7949 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7950 extra console" test in two stages.
7951
7952 2017-10-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7955
7956 2017-10-24 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7959 loop.
7960
7961 2017-10-24 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7964 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7965
7966 2017-10-24 Pedro Alves <palves@redhat.com>
7967
7968 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7969 parameter and handle it. Don't output read value in test name.
7970
7971 2017-10-24 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7974 custom test name.
7975
7976 2017-10-24 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7979 include the unstable output directory name in the test's name.
7980 (initial_setup_simple) <'set args'>: Use custom test name.
7981
7982 2017-10-24 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7985 with explicit test name.
7986
7987 2017-10-20 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7990 'wait -i'. Use gdb_assert and remote_close.
7991
7992 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7993
7994 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7995 number from variable rather than hard-coded.
7996
7997 2017-10-19 Pedro Alves <palves@redhat.com>
7998
7999 * gdb.base/long-inferior-output.c: New file.
8000 * gdb.base/long-inferior-output.exp: New file.
8001
8002 2017-11-18 Keith Seitz <keiths@redhat.com>
8003
8004 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8005 method.
8006 (main): Call it.
8007 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8008 Add additional user-defined conversion operator tests.
8009
8010 2017-10-17 Pedro Alves <palves@redhat.com>
8011
8012 * boards/native-stdio-gdbserver.exp: Load "local-board".
8013
8014 2017-10-17 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.base/quit-live.c: New file.
8017 * gdb.base/quit-live.exp: New file.
8018
8019 2017-10-16 Keith Seitz <keiths@redhat.com>
8020
8021 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8022 (class_with_protected_typedef, class_with_private_typedef)
8023 (struct_with_public_typedef, struct_with_protected_typedef)
8024 (struct_with_private_typedef): New classes/structs.
8025 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8026 typedefs and access specifiers.
8027
8028 2017-10-16 Pedro Alves <palves@redhat.com>
8029 Simon Marchi <simon.marchi@polymtl.ca>
8030
8031 * README (Local vs Remote vs Native): New section.
8032 * boards/local-board.exp: New file, with bits factored out from
8033 ...
8034 * boards/native-extended-gdbserver.exp: ... here. Load
8035 "local-board".
8036 * boards/native-gdbserver.exp: Load "local-board".
8037 (${board}_spawn, ${board}_exec): Delete.
8038 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8039 ...
8040 * boards/stdio-gdbserver-base.exp: ... this new file.
8041 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8042 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8043 procedure.
8044 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8045 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8046 stdio_gdbserver_command.
8047 (${board}_get_remote_address, ${board}_get_comm_port)
8048 (${board}_download, ${board}_upload): Delete.
8049 (get_target_remote_pipe_cmd): New.
8050
8051 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8052
8053 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8054 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8055 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8056 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8057 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8058 remove with_test_prefix.
8059
8060 2017-10-13 Pedro Alves <palves@redhat.com>
8061
8062 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8063 * gdb.base/annota1.exp: Use it instead of is_remote.
8064 * gdb.base/annota3.exp: Use it instead of is_remote.
8065 * gdb.cp/annota2.exp: Use it instead of is_remote.
8066 * gdb.cp/annota3.exp: Use it instead of is_remote.
8067 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8068
8069 2017-10-13 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8072 (test_num_test_vars, run_and_count_vars, find_env)
8073 (test_set_unset_env, test_inherit_env_var): New procedures.
8074 (top level): Use them.
8075
8076 2017-10-13 Pedro Alves <palves@redhat.com>
8077
8078 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8079 also skip on stub-like targets.
8080
8081 2017-10-13 Pedro Alves <palves@redhat.com>
8082
8083 PR gdb/22293
8084 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8085 (top level): Move some tests to ...
8086 (test_not_found): ... this new procedure.
8087 (top level): Call it.
8088
8089 2017-10-13 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8092 expect different "info terminal" output if testing with a
8093 non-native target.
8094
8095 2017-10-13 Pedro Alves <palves@redhat.com>
8096 Simon Marchi <simon.marchi@polymtl.ca>
8097
8098 PR python/12966
8099 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8100
8101 2017-10-13 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8104 already.
8105
8106 2017-10-13 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8109 is_remote.
8110
8111 2017-10-13 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8114 is_remote.
8115
8116 2017-10-13 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8119 is set.
8120 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8121 instead of is_remote.
8122
8123 2017-10-13 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8126 (top level): Add comment.
8127
8128 2017-10-13 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/remote.exp (top level): Fix comment typo and add
8131 missing return.
8132
8133 2017-10-13 Pedro Alves <palves@redhat.com>
8134 Simon Marchi <simon.marchi@polymtl.ca>
8135
8136 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8137 calls and add comments. Skip test if use_gdb_stub is set.
8138 (top level): Use "set cwd" command instead of "cd" command.
8139
8140 2017-10-13 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8143 is_remote target check.
8144
8145 2017-10-13 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/scope.exp: Use build_executable + clean_restart +
8148 gdb_file_cmd instead of prepare_for_testing and no longer skip
8149 "before run" tests on is_remote target boards. Update comments.
8150 * boards/native-extended-gdbserver.exp
8151 (extended_gdbserver_load_last_file): New, factored out from ...
8152 (gdb_load): ... this. Move further below and add comment.
8153 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8154
8155 2017-10-12 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/attach.exp: Remove references to gdb64.
8158 * gdb.base/dbx.exp: Remove references to gdb64.
8159
8160 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8161 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/label.exp: Remove is_remote target check.
8164
8165 2017-10-12 Pedro Alves <palves@redhat.com>
8166
8167 * gdb.base/auvx.exp (coredir): Update comment.
8168 (top level) <core_works>: Use "set cwd" command instead of "cd"
8169 command.
8170
8171 2017-10-12 Pedro Alves <palves@redhat.com>
8172 Simon Marchi <simon.marchi@polymtl.ca>
8173
8174 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8175 target boards.
8176
8177 2017-10-12 Pedro Alves <palves@redhat.com>
8178 Simon Marchi <simon.marchi@polymtl.ca>
8179
8180 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8181 Instead skip if there's any gdb_protocol set.
8182
8183 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8184 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8187
8188 2017-10-12 Pedro Alves <palves@redhat.com>
8189 Simon Marchi <simon.marchi@polymtl.ca>
8190
8191 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8192 instead of on dejagnu remote boards.
8193
8194 2017-10-12 Pedro Alves <palves@redhat.com>
8195 Simon Marchi <simon.marchi@polymtl.ca>
8196
8197 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8198 checks. Use build_executable + clean_restart instead of
8199 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8200 of enabling non-stop after starting gdb.
8201
8202 2017-10-12 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8205 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8206 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8207 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8208
8209 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8210
8211 * gdb.arch/arc-tdesc-cpu.exp: New file.
8212 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8213
8214 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8215
8216 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8217
8218 2017-10-10 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8221 expect CLI output.
8222
8223 2017-10-10 Pedro Alves <palves@redhat.com>
8224
8225 * lib/selftest-support.exp (selftest_setup): Update for
8226 captured_command_loop's prototype change.
8227
8228 2017-10-09 Pedro Alves <palves@redhat.com>
8229
8230 Test both arch1=>arch2 and arch2=>arch1.
8231
8232 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8233 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8234 factored out to...
8235 (append_arch1_options, append_arch2_options, append_arch_options)
8236 (build_executables): New procedures.
8237 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8238 local.
8239 (top level): Add new 'first_arch' testing axis.
8240
8241 2017-10-09 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8244 (barrier): New.
8245 (thread_start, all_started): New functions.
8246 (main): Spawn new thread and wait until it is scheduled.
8247 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8248 option.
8249 (do_test): Add 'selected_thread' parameter. Run to all_started
8250 instead of main. Explicitly set the breakpoint at main. Switch
8251 to the SELECTED_THREAD thread.
8252 (top level): Test handling the exec event with either the main
8253 thread or the second thread selected.
8254
8255 2017-10-09 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8258 logic. Move STOP marker after the value checks.
8259 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8260 regexp.
8261
8262 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8263
8264 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8265
8266 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8267
8268 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8269 integer-to-dfp conversion.
8270 * gdb.base/dfp-test.exp: Likewise.
8271
8272 2017-10-04 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.multi/hangout.c: Include <unistd.h>.
8275 (hangout_loop): New function.
8276 (main): Call alarm. Call hangout_loop in a loop.
8277 * gdb.multi/hello.c: Include <unistd.h>.
8278 (hello_loop): New function.
8279 (main): Call alarm. Call hangout_loop in a loop.
8280 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8281 inferior with the other selected.
8282
8283 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8284
8285 * gdb.mi/list-thread-groups-available.exp: New file.
8286 * gdb.mi/list-thread-groups-available.c: New file.
8287
8288 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8289
8290 * gdb.base/set-cwd.exp: Make it available on
8291 native-extended-gdbserver.
8292
8293 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8294
8295 * gdb.base/set-cwd.c: New file.
8296 * gdb.base/set-cwd.exp: Likewise.
8297
8298 2017-10-02 Tom Tromey <tom@tromey.com>
8299
8300 PR rust/22236:
8301 * gdb.rust/simple.rs (main): New variable "fslice".
8302 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8303
8304 2017-10-02 Tom Tromey <tom@tromey.com>
8305
8306 * gdb.rust/simple.exp: Test ptype of a slice.
8307
8308 2017-10-02 Tom Tromey <tom@tromey.com>
8309
8310 * gdb.rust/simple.exp: Test index of slice.
8311
8312 2017-09-27 Tom Tromey <tom@tromey.com>
8313
8314 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8315
8316 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8317 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/compare-sections.exp (get value of read-only section): Read
8320 as unsigned value.
8321 (corrupt read-only section): Likewise and don't set written if patching
8322 failed.
8323
8324 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8325
8326 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8327 files.
8328
8329 2017-09-20 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8332 symbol names in gdb's output.
8333 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8334
8335 2017-09-20 Pedro Alves <palves@redhat.com>
8336
8337 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8338 Rename to ...
8339 (test_list_ambiguous_symbol): ... this and add a symbol name
8340 parameter. Adjust.
8341 (test_list_ambiguous_function): Reimplement on top of
8342 test_list_ambiguous_symbol and also test listing ambiguous
8343 variables.
8344 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8345 (ambiguous_fun): ... this.
8346 (ambiguous_var): New.
8347 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8348 (ambiguous_fun): ... this.
8349 (ambiguous_var): New.
8350
8351 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8352
8353 * gdb.base/starti.c: New file.
8354 * gdb.base/starti.exp: New file.
8355 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8356
8357 2017-09-14 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8360 (top level): Use it instead of runto.
8361
8362 2017-09-11 Tom Tromey <tom@tromey.com>
8363
8364 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8365
8366 2017-09-11 Tom Tromey <tom@tromey.com>
8367
8368 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8369 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8370
8371 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8372
8373 * gdb.fortran/printing-types.exp: New file.
8374 * gdb.fortran/printing-types.exp: New file.
8375
8376 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8377
8378 * gdb.fortran/vla-ptype.exp: Fix typos.
8379 * gdb.fortran/vla-value.exp: Same.
8380
8381 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8382
8383 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8384 * gdb.mi/mi-var-child-f.exp: Likewise.
8385 * gdb.mi/mi-vla-fortran.exp: Likewise.
8386
8387 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8388 Christoph Weinmann <christoph.t.weinmann@intel.com>
8389 Bernhard Heckel <bernhard.heckel@intel.com>
8390
8391 * gdb.fortran/ptr-indentation.f90: New file.
8392 * gdb.fortran/ptr-indentation.exp: New file.
8393
8394 2017-09-05 Tom Tromey <tom@tromey.com>
8395
8396 PR gdb/22010:
8397 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8398
8399 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8400
8401 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8402
8403 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.threads/tls-nodebug-pie.c: New file.
8406 * gdb.threads/tls-nodebug-pie.exp: New file.
8407
8408 2017-09-05 Tom Tromey <tom@tromey.com>
8409
8410 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8411 for rust.
8412
8413 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.multi/multi-arch-exec.exp: Test with different
8416 "follow-exec-mode" settings.
8417 (do_test): New procedure.
8418
8419 2017-09-04 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/func-static.c (S::method const, S::method volatile)
8422 (S::method volatile const): New methods.
8423 (c_s, v_s, cv_s): New instances.
8424 (main): Call method() on them.
8425 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8426 (cannot_resolve): New procedure.
8427 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8428 print-quote-unquoted columns.
8429 (do_test): Test printing each scope too.
8430
8431 2017-09-04 Pedro Alves <palves@redhat.com>
8432
8433 * gdb.base/local-static.exp: Also test with
8434 class::method::variable wholly quoted.
8435 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8436
8437 2017-09-04 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/local-static.c: New.
8440 * gdb.base/local-static.cc: New.
8441 * gdb.base/local-static.exp: New.
8442
8443 2017-09-04 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.asm/asm-source.exp: Add casts to int.
8446 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8447 (dataglobal64_1, dataglobal64_2): New globals.
8448 * gdb.base/nodebug.exp: Test different expressions involving the
8449 new globals, with print, whatis and ptype. Add casts to int.
8450 * gdb.base/solib-display.exp: Add casts to int.
8451 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8452 * gdb.cp/m-static.exp: Add cast to int.
8453 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8454 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8455 tls variable with no debug info without a cast. Test with a cast
8456 to int too.
8457 * gdb.trace/entry-values.exp: Add casts.
8458
8459 2017-09-04 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/nodebug.exp: Test that ptype's error about functions
8462 with unknown return type includes the function name too.
8463
8464 2017-09-04 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8467 return type of munmap in infcall.
8468 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8469 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8470 type of ftell in infcall.
8471 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8472 type of getpid in infcall.
8473 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8474 infcall.
8475 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8476 Bail on failure to extract the pid.
8477 * gdb.base/nodebug.c: #include <stdint.h>.
8478 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8479 New functions.
8480 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8481 Change expected output of print/whatis/ptype with functions with
8482 no debug info. Test all supported languages. Call
8483 test_call_promotion.
8484 * gdb.compile/compile.exp: Adjust expected output to expect
8485 warning.
8486 * gdb.threads/siginfo-threads.exp: Likewise.
8487
8488 2017-09-04 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8491 "prototypes". Test calling float functions via prototyped and
8492 unprototyped function pointers.
8493 (perform_all_tests): New parameter "prototypes". Pass it down.
8494 (top level): Pass down "prototypes" parameter to
8495 perform_all_tests.
8496
8497 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8500 Test with nested loops.
8501
8502 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * gdb.base/commands.exp: Call the new procedures.
8505 (loop_break_test, loop_continue_test): New procedures.
8506
8507 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.base/commands.exp: Call new procedure.
8510 (define_if_without_arg_test): New procedure.
8511
8512 2017-09-04 Pedro Alves <palves@redhat.com>
8513
8514 * gdb.base/list-ambiguous.exp: New file.
8515 * gdb.base/list-ambiguous0.c: New file.
8516 * gdb.base/list-ambiguous1.c: New file.
8517 * gdb.base/list.exp (test_list_range): Adjust expected output.
8518
8519 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8520
8521 * gdb.base/share-env-with-gdbserver.c: New file.
8522 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8523
8524 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.base/commands.exp (gdbvar_simple_if_test,
8527 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8528 progvar_simple_if_test, progvar_simple_while_test,
8529 progvar_complex_if_while_test, user_defined_command_test,
8530 user_defined_command_args_eval,
8531 user_defined_command_args_stack_test,
8532 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8533 temporary_breakpoint_commands,
8534 gdb_test_no_prompt, redefine_hook_test,
8535 redefine_backtrace_test): Remove "global gdb_prompt".
8536
8537 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8538
8539 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8540 New proc, call it from toplevel.
8541
8542 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8543
8544 PR remote/21852
8545 * gdb.server/normal.c: New file, copied from gdb.base.
8546 * gdb.server/run-without-local-binary.exp: New file.
8547
8548 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8549
8550 * gdb.arch/sparc64-adi.exp: New file.
8551 * gdb.arch/sparc64-adi.c: New file.
8552
8553 2017-08-22 Pedro Alves <palves@redhat.com>
8554
8555 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8556 (top level): Add "list all overloads" tests.
8557
8558 2017-08-22 Tom Tromey <tom@tromey.com>
8559
8560 * gdb.gdb/xfullpath.exp: Remove.
8561
8562 2017-08-21 Pedro Alves <palves@redhat.com>
8563
8564 PR gdb/19487
8565 * gdb.base/symbol-alias.c: New.
8566 * gdb.base/symbol-alias2.c: New.
8567 * gdb.base/symbol-alias.exp: New.
8568
8569 2017-08-21 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.base/dfp-test.c
8572 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8573 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8574 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8575 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8576 * gdb.base/whatis-ptype-typedefs.c: New.
8577 * gdb.base/whatis-ptype-typedefs.exp: New.
8578 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8579 (an_int, an_int_type, an_int_type2): New globals.
8580 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8581 involving typedefs and cast expressions.
8582 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8583 (lookup_typedefs_function): New.
8584 (typedefs_pretty_printers_dict): New.
8585 (top level): Register lookup_typedefs_function in
8586 gdb.pretty_printers.
8587
8588 2017-08-18 Yao Qi <yao.qi@linaro.org>
8589
8590 * gdb.server/unittest.exp: New.
8591
8592 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8593
8594 PR gdb/21954
8595 * gdb.base/environ.exp: Add test to check if 'unset environment'
8596 works.
8597
8598 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8599
8600 * lib/gdb.exp (universal_compile_options): New caching proc.
8601 (gdb_compile): Suppress GCC's coloring of messages.
8602
8603 2017-08-14 Tom Tromey <tom@tromey.com>
8604
8605 PR gdb/21675:
8606 * gdb.base/printcmds.exp (test_radices): New function.
8607 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8608 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8609 * lib/gdb.exp (get_integer_valueof): Use p/d.
8610
8611 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8614 characters.
8615
8616 2017-08-05 Tom Tromey <tom@tromey.com>
8617
8618 * gdb.rust/simple.exp: Allow String to appear in a different
8619 namespace.
8620
8621 2017-07-26 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.gdb/unittest.exp: Invoke command
8624 "maintenance check xml-descriptions".
8625
8626 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8627
8628 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8629 calling context.
8630 (hex128): Drop erroneous calculation of parameters.
8631
8632 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.python/py-unwind.exp: Disable stack protection when
8635 building test file.
8636
8637 2017-07-20 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/default.exp (set language): Adjust expected output.
8640
8641 2017-07-20 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8644 (test_minsym): ... this, and make static.
8645 (get_pck__foo__bar__minsym): Rename to ...
8646 (get_test_minsym): ... this.
8647 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8648 symbol names and comments.
8649 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8650 (get_test_minsym): ... this.
8651 (pck__foo__bar__minsym__2): Rename to ...
8652 (test_minsym): ... this.
8653 (main): Adjust.
8654
8655 2017-07-17 Pedro Alves <palves@redhat.com>
8656
8657 * gdb.base/completion.exp: Adjust expected output.
8658 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8659 the completer works.
8660
8661 2017-07-17 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8664
8665 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8666
8667 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8668
8669 2017-07-14 Tom Tromey <tom@tromey.com>
8670
8671 PR rust/21764:
8672 * gdb.rust/simple.exp: Add tests.
8673
8674 2017-07-14 Tom Tromey <tom@tromey.com>
8675
8676 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8677
8678 2017-07-14 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.linespec/base/one/thefile.cc (z1): New function.
8681 * gdb.linespec/base/two/thefile.cc (z2): New function.
8682 * gdb.linespec/linespec.exp: Add tests.
8683
8684 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8685
8686 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8687 to mi_create_breakpoint.
8688
8689 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8690
8691 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8692 mi_create_breakpoint.
8693
8694 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8695
8696 * gdb.dlang/demangle.exp: Update for demangling changes.
8697
8698 2017-07-09 Tom Tromey <tom@tromey.com>
8699
8700 * gdb.dwarf2/shortpiece.exp: New file.
8701
8702 2017-07-06 David Blaikie <dblaikie@gmail.com>
8703
8704 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8705 built from fissiont-multi-cu{1,2}.c.
8706 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8707 except putting 'main' and 'func' in separate CUs in the same DWO file.
8708 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8709 test.
8710 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8711 test.
8712
8713 2017-07-06 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.python/py-unwind.exp: Test flushregs.
8716
8717 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8718
8719 PR cli/21688
8720 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8721 tests for alias commands and trailing whitespace.
8722
8723 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8724
8725 PR cli/21688
8726 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8727 procedure. Call it.
8728
8729 2017-06-29 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/printcmds.exp: Add tests.
8732
8733 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8734
8735 PR gdb/21337
8736 * gdb.base/reread-readsym.exp: New file.
8737 * gdb.base/reread-readsym.c: New file.
8738
8739 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8740
8741 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8742 subpattern.
8743
8744 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8745
8746 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8747 extended mnemonic.
8748 * gdb.arch/powerpc-power9.s: Likewise.
8749
8750 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8751
8752 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8753 on 32-bit x86 targets. Exploit is_*_target macros where
8754 appropriate.
8755
8756 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8757
8758 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8759 register pieces.
8760
8761 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8762
8763 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8764 located in one or more DWARF pieces.
8765
8766 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8767
8768 * lib/gdb.exp (get_endianness): New proc.
8769 * gdb.arch/aarch64-fp.exp: Use it.
8770 * gdb.arch/altivec-regs.exp: Likewise.
8771 * gdb.arch/e500-regs.exp: Likewise.
8772 * gdb.arch/vsx-regs.exp: Likewise.
8773 * gdb.base/dump.exp: Likewise.
8774 * gdb.base/funcargs.exp: Likewise.
8775 * gdb.base/gnu_vector.exp: Likewise.
8776 * gdb.dwarf2/formdata16.exp: Likewise.
8777 * gdb.dwarf2/implptrpiece.exp: Likewise.
8778 * gdb.dwarf2/nonvar-access.exp: Likewise.
8779 * gdb.python/py-inferior.exp: Likewise.
8780 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8781
8782 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8783
8784 PR gdb/21226
8785 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8786 stack value pieces are taken from the LSB end.
8787
8788 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8789
8790 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8791 variable at nonzero offset.
8792
8793 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8794
8795 * gdb.dwarf2/var-access.c: New file.
8796 * gdb.dwarf2/var-access.exp: New test.
8797 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8798
8799 2017-06-12 Tom Tromey <tom@tromey.com>
8800
8801 * gdb.dwarf2/formdata16.exp: Add tests.
8802
8803 2017-06-12 Tom Tromey <tom@tromey.com>
8804
8805 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8806
8807 2017-06-12 Tom Tromey <tom@tromey.com>
8808
8809 PR exp/16225:
8810 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8811 * gdb.arch/vsx-regs.exp: Update tests.
8812 * gdb.arch/s390-vregs.exp (hex128): New proc.
8813 Update test.
8814 * gdb.arch/altivec-regs.exp: Update tests.
8815
8816 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8817
8818 * gdb.base/startup-with-shell.c: New file.
8819 * gdb.base/startup-with-shell.exp: Likewise.
8820
8821 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8822
8823 * gdb.server/non-existing-program.exp: Update regex in order to
8824 reflect the fact that gdbserver is now using fork_inferior (with a
8825 shell) to startup the inferior.
8826
8827 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8828
8829 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8830 support function calls from GDB.
8831
8832 2017-05-21 Tom Tromey <tom@tromey.com>
8833
8834 PR rust/21466:
8835 * gdb.rust/unsized.exp: New file.
8836 * gdb.rust/unsized.rs: New file.
8837
8838 2017-05-19 Tom Tromey <tom@tromey.com>
8839
8840 PR rust/21484:
8841 * gdb.rust/watch.exp: New file.
8842 * gdb.rust/watch.rs: New file.
8843
8844 2017-05-18 Tom Tromey <tom@tromey.com>
8845
8846 * gdb.rust/simple.exp: Allow Box to be qualified.
8847
8848 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8849
8850 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8851
8852 2017-05-18 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/fileio.c (test_write, test_read, test_close)
8855 (test_fstat): Don't print 'ret' in the fail path.
8856
8857 2017-05-18 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8860 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8861 (test_system, test_rename, test_unlink, test_time): Change
8862 prototypes.
8863 * gdb.base/fileio.exp (stop_msg): Adjust.
8864
8865 2017-05-18 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/fileio.c (null_str): New global.
8868 (test_stat): Use it.
8869 * gdb.base/fileio.exp: Remove nowarnings.
8870
8871 2017-05-17 Yao Qi <yao.qi@linaro.org>
8872
8873 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8874
8875 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8878 argument command.
8879 (top-level): Invoke test_set_inferior_tty.
8880
8881 2017-05-04 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8884 Add parens to print call for Python 3.
8885
8886 2017-05-03 Keith Seitz <keiths@redhat.com>
8887
8888 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8889 (main): Call it.
8890
8891 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8892
8893 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8894 to prev and next.
8895
8896 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8897
8898 * gdb.python/py-record-btrace.exp: Remove test for
8899 gdb.BtraceInstruction.error.
8900
8901 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8902
8903 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8904
8905 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8906
8907 * gdb.python/py-record-btrace-threads.c: New file.
8908 * gdb.python/py-record-btrace-threads.exp: New file.
8909
8910 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8911
8912 PR testsuite/8595
8913 * gdb.base/environ.exp: Make test available in all architectures.
8914 Move bits related to "info program" testing to
8915 gdb.base/info-program.exp. Rewrite tests to use the two new
8916 procedures mentione below.
8917 (test_set_show_env_var) New procedure.
8918 (test_set_show_env_var_equal): Likewise.
8919 * gdb.base/info-program.exp: New file.
8920
8921 2017-04-27 Keith Seitz <keiths@redhat.com>
8922
8923 * gdb.cp/oranking.cc (test15): New function.
8924 (main): Call test15 and declare additional variables for testing.
8925 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8926 "p foo101('abc')" tests.
8927 Add tests for cv qualifier overloads.
8928 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8929 "lvalue reference overload" test.
8930 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8931 "print value of f1 on Child&& in f2" test.
8932
8933 2017-04-19 Pedro Alves <palves@redhat.com>
8934
8935 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8936 procedure.
8937 (top level): Call it.
8938 * lib/gdb.exp (gdb_define_cmd): New procedure.
8939
8940 2017-04-12 Pedro Alves <palves@redhat.com>
8941
8942 PR gdb/21323
8943 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8944 (wchar): New global.
8945 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8946 (do_test_wide_char, wide_char_types_no_program, top level): Add
8947 wchar_t testing.
8948
8949 2017-04-12 Pedro Alves <palves@redhat.com>
8950
8951 PR c++/21323
8952 * gdb.cp/wide_char_types.c: New file.
8953 * gdb.cp/wide_char_types.exp: New file.
8954
8955 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8956
8957 PR gdb/21352
8958 * gdb.trace/tsv.exp: Add test for "tsave -r".
8959
8960 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8961
8962 * gdb.dlang/watch-loc.c: New file.
8963 * gdb.dlang/watch-loc.exp: New file.
8964
8965 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8966
8967 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8968
8969 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8970
8971 * gdb.arch/arc-analyze-prologue.S: New file.
8972 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8973
8974 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8975
8976 * gdb.arch/arc-decode-insn.S: New file.
8977 * gdb.arch/arc-decode-insn.exp: Likewise.
8978
8979 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8980
8981 PR tdep/20928
8982 * gdb.arch/sparc64-regs.exp: New file.
8983 * gdb.arch/sparc64-regs.S: Likewise.
8984
8985 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8986
8987 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8988 and memory view on Python 3.
8989
8990 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8991 Keith Seitz <keiths@redhat.com>
8992
8993 PR gdb/14441
8994 * gdb.cp/demangle.exp: Add rvalue reference tests.
8995 * gdb.cp/rvalue-ref-casts.cc: New file.
8996 * gdb.cp/rvalue-ref-casts.exp: New file.
8997 * gdb.cp/rvalue-ref-overload.cc: New file.
8998 * gdb.cp/rvalue-ref-overload.exp: New file.
8999 * gdb.cp/rvalue-ref-params.cc: New file.
9000 * gdb.cp/rvalue-ref-params.exp: New file.
9001 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9002 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9003 * gdb.cp/rvalue-ref-types.cc: New file.
9004 * gdb.cp/rvalue-ref-types.exp: New file.
9005 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9006 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9007
9008 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9009
9010 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9011 New procedure.
9012
9013 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9014
9015 * lib/mi-support.exp (mi_gdb_test): Add additional message
9016 for unexpected output.
9017
9018 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9019
9020 * gdb.base/examine-backward.c (Barrier): New character array
9021 constant, to ensure that TestStrings is preceded by a string
9022 terminator.
9023
9024 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9025
9026 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9027 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9028 and implicit pointer into such a location.
9029
9030 2017-03-16 Doug Evans <dje@google.com>
9031
9032 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9033
9034 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9035
9036 * gdb.cp/m-static.exp: Fix expectation for prototype of
9037 test5.single_constructor and single_constructor::single_constructor.
9038
9039 2017-03-16 Doug Evans <dje@google.com>
9040
9041 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9042 * gdb.guile/scm-lazy-string.c: New file.
9043 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9044 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9045 for pointer, array, typedef lazy strings.
9046
9047 2017-03-16 Doug Evans <dje@google.com>
9048
9049 PR python/17728, python/18439, python/18779
9050 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9051 * gdb.python/py-lazy-string.c (pointer): New typedef.
9052 (main): New locals ptr, array, typedef_ptr.
9053 * gdb.python/py-value.exp: Move lazy string tests to ...
9054 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9055 array, typedef lazy strings.
9056
9057 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9058
9059 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9060 Add optional 'test' parameter.
9061
9062 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9063
9064 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9065 Skip for versions of DejaGnu < 1.5.
9066
9067 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9068
9069 * lib/gdb.exp (dejagnu_version): New proc.
9070 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9071 Use dejagnu_version.
9072
9073 2017-03-10 Keith Seitz <keiths@redhat.com>
9074
9075 PR c++/8128
9076 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9077 type from destructor regexps.
9078 Add a branch which actually passes the test.
9079 Adjust "ptype t5i" test names.
9080
9081 2017-03-08 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.base/step-over-exit.exp: Add explicit test message.
9084
9085 2017-03-08 Pedro Alves <palves@redhat.com>
9086
9087 PR gdb/18360
9088 * gdb.threads/interrupt-while-step-over.c: New file.
9089 * gdb.threads/interrupt-while-step-over.exp: New file.
9090
9091 2017-03-08 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9094 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9095
9096 2017-03-08 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9099 PKRU as not supported as a PASS.
9100
9101 2017-03-08 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9104 prefix instead of $binfile1/$binfile2.
9105 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9106 in test message.
9107 * gdb.python/py-completion.exp: Use "load python file" as test
9108 messages instead of unstable path names.
9109
9110 2017-03-08 Pedro Alves <palves@redhat.com>
9111 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 PR cli/21218
9114 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9115 New proc.
9116 (top level): Call it.
9117
9118 2017-03-08 Pedro Alves <palves@redhat.com>
9119
9120 PR tui/21216
9121 * gdb.tui/tui-nl-filtered-output.exp: New file.
9122
9123 2017-03-08 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/completion.exp: Move TUI completion tests to ...
9126 * gdb.tui/completion.exp: ... this new file.
9127
9128 2017-03-08 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/tui-disasm-long-lines.c,
9131 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9132 gdb.base/tui-layout.exp: Move to ...
9133 * gdb.tui/: ... this new directory.
9134
9135 2017-03-07 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.base/tui-layout.c: New file.
9138 * gdb.base/tui-layout.exp: New file.
9139
9140 2017-03-07 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/tui-layout.c: Rename to ...
9143 * gdb.base/tui-disasm-long-lines.c: ... this.
9144 * gdb.base/tui-layout.exp: Rename to ...
9145 * gdb.base/tui-disasm-long-lines.exp: ... this.
9146
9147 2017-03-07 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9150
9151 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9152
9153 * i386-mpx-call.c: New file.
9154 * i386-mpx-call.exp: New file.
9155
9156 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9157
9158 * gdb.arch/powerpc-power.exp: Delete test.
9159 * gdb.arch/powerpc-power.s: Likewise.
9160 * gdb.disasm/disassembler-options.exp: New test.
9161 * gdb.arch/powerpc-altivec.exp: Likewise.
9162 * gdb.arch/powerpc-altivec.s: Likewise.
9163 * gdb.arch/powerpc-altivec2.exp: Likewise.
9164 * gdb.arch/powerpc-altivec2.s: Likewise.
9165 * gdb.arch/powerpc-altivec3.exp: Likewise.
9166 * gdb.arch/powerpc-altivec3.s: Likewise.
9167 * gdb.arch/powerpc-power7.exp: Likewise.
9168 * gdb.arch/powerpc-power7.s: Likewise.
9169 * gdb.arch/powerpc-power8.exp: Likewise.
9170 * gdb.arch/powerpc-power8.s: Likewise.
9171 * gdb.arch/powerpc-power9.exp: Likewise.
9172 * gdb.arch/powerpc-power9.s: Likewise.
9173 * gdb.arch/powerpc-vsx.exp: Likewise.
9174 * gdb.arch/powerpc-vsx.s: Likewise.
9175 * gdb.arch/powerpc-vsx2.exp: Likewise.
9176 * gdb.arch/powerpc-vsx2.s: Likewise.
9177 * gdb.arch/powerpc-vsx3.exp: Likewise.
9178 * gdb.arch/powerpc-vsx3.s: Likewise.
9179 * gdb.arch/arm-disassembler-options.exp: Likewise.
9180 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9181 * gdb.arch/s390-disassembler-options.exp: Likewise.
9182
9183 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9184
9185 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9186 (check_supported_features): ... this. Changed return type to void.
9187 (supports_rdseed): New static global.
9188 (rdseed): Check supports_rdseed.
9189 (initialize): Call check_supported_features.
9190
9191 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9192
9193 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9194 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9195 and lqarx/stqcx.
9196 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9197 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9198
9199 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9200
9201 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9202 uppercase.
9203
9204 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9205
9206 * gdb.dwarf2/formdata16.c: New file.
9207 * gdb.dwarf2/formdata16.exp: New file.
9208 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9209
9210 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9213 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9214 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9215 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9216 DW_AT_GNU_*.
9217
9218 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9221
9222 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9223
9224 PR gdb/21164
9225 * gdb.base/maint.exp: Add testcases for when the commands do
9226 not have arguments.
9227
9228 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9229
9230 * gdb.cp/chained-calls.exp: Use p instead of P.
9231
9232 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9233
9234 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9235 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9236
9237 2017-02-14 Tom Tromey <tom@tromey.com>
9238
9239 PR python/13598:
9240 * gdb.python/py-events.exp: Add before_prompt event tests.
9241
9242 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9243
9244 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9245
9246 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9247
9248 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9249 (main): Call my_unique_function_name.
9250 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9251 completion of patterns with a single match.
9252 Add missing -re switches to gdb_test_multiple calls.
9253
9254 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9255
9256 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9257 return if core file is not recognized.
9258
9259 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9260
9261 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9262 and extra UIs.
9263
9264 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9267 proc_with_prefix.
9268
9269 2017-02-10 Tom Tromey <tom@tromey.com>
9270
9271 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9272
9273 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9274
9275 PR gdb/21122
9276 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9277
9278 2017-02-08 Jerome Guitton <guitton@adacore.com>
9279
9280 * gdb.base/define.exp: Add test for command abbreviations
9281 in define.
9282
9283 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9284
9285 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9286 * gdb.reverse/insn-reverse-x86.c: New file.
9287
9288 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9289
9290 PR tdep/20936
9291 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9292
9293 2017-02-03 Tom Tromey <tom@tromey.com>
9294
9295 PR rust/21097:
9296 * gdb.rust/simple.exp: Add new tests.
9297
9298 2017-02-02 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9301 tests.
9302
9303 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9304
9305 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9306 taking a 2-byte value out of a 4-byte DWARF implicit value on
9307 big-endian targets.
9308 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9309 logic. Add test cases for DW_OP_implicit.
9310
9311 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9312
9313 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9314
9315 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9316
9317 * gdb.btrace/enable.exp: Call gdb_exit before
9318 skip_gdbserver_tests.
9319
9320 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9321
9322 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9323 GDBFLAGS.
9324
9325 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9326
9327 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9328 the test is skipped.
9329 * gdb.btrace/data.exp: Likewise.
9330 * gdb.btrace/delta.exp: Likewise.
9331 * gdb.btrace/dlopen.exp: Likewise.
9332 * gdb.btrace/enable-running.exp: Likewise.
9333 * gdb.btrace/enable.exp: Likewise.
9334 * gdb.btrace/exception.exp: Likewise.
9335 * gdb.btrace/function_call_history.exp: Likewise.
9336 * gdb.btrace/gcore.exp: Likewise.
9337 * gdb.btrace/instruction_history.exp: Likewise.
9338 * gdb.btrace/multi-thread-step.exp: Likewise.
9339 * gdb.btrace/nohist.exp: Likewise.
9340 * gdb.btrace/non-stop.exp: Likewise.
9341 * gdb.btrace/reconnect.exp: Likewise.
9342 * gdb.btrace/record_goto-step.exp: Likewise.
9343 * gdb.btrace/record_goto.exp: Likewise.
9344 * gdb.btrace/rn-dl-bind.exp: Likewise.
9345 * gdb.btrace/segv.exp: Likewise.
9346 * gdb.btrace/step.exp: Likewise.
9347 * gdb.btrace/stepi.exp: Likewise.
9348 * gdb.btrace/tailcall-only.exp: Likewise.
9349 * gdb.btrace/tailcall.exp: Likewise.
9350 * gdb.btrace/tsx.exp: Likewise.
9351 * gdb.btrace/unknown_functions.exp: Likewise.
9352 * gdb.btrace/vdso.exp: Likewise.
9353
9354 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9355
9356 * gdb.btrace/enable-running.c: New.
9357 * gdb.btrace/enable-running.exp: New.
9358
9359 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9360
9361 * gdb.arch/amd64-gs_base.c: New file.
9362 * gdb.arch/amd64-gs_base.exp: New file.
9363
9364 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9365
9366 * lib/memory.exp: Remove spurious empty newlines.
9367
9368 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9369
9370 * gdb.python/py-bad-printers.exp: Load python file using "source".
9371 * gdb.python/py-events.exp: Likewise.
9372 * gdb.python/py-evsignal.exp: Likewise.
9373 * gdb.python/py-evthreads.exp: Likewise.
9374 * gdb.python/py-frame-args.exp: Likewise.
9375 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9376 * gdb.python/py-framefilter-mi.exp: Likewise.
9377 * gdb.python/py-framefilter.exp: Likewise.
9378 * gdb.python/py-mi.exp: Likewise.
9379 * gdb.python/py-pp-maint.exp: Likewise.
9380 * gdb.python/py-pp-registration.exp: Likewise.
9381 * gdb.python/py-prettyprint.exp: Likewise.
9382 (run_lang_tests): Likewise.
9383 * gdb.python/py-typeprint.exp: Likewise.
9384
9385 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9386
9387 * lib/memory.exp: New file.
9388 * lib/gdb.exp: Load memory.exp.
9389 * gdb.base/memattr.exp (delete_memory): Move proc to
9390 lib/memory.exp and rename to delete_memory_regions.
9391 Replace delete_memory with delete_memory_regions.
9392 Cleanup memory regions before tests.
9393 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9394 before tests.
9395
9396 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9397
9398 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9399 files.
9400 (initialize): New function conditionally defined.
9401 (testcases): Move within conditional block.
9402 (main): Call initialize.
9403 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9404 of gdb.reverse/insn-reverse.c.
9405 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9406 gdb.reverse/insn-reverse.c.
9407
9408 2017-01-26 Yao Qi <yao.qi@linaro.org>
9409
9410 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9411 disassemble on address 0.
9412
9413 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9414 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9417 * gdb.dwarf2/implptr-64bit.S: Remove.
9418 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9419 variables in caller's context. Add DW_OP_implicit_value.
9420
9421 2017-01-25 Yao Qi <yao.qi@linaro.org>
9422
9423 * lib/dwarf.exp (Dwarf::_location): Handle
9424 DW_OP_GNU_implicit_pointer with proper size.
9425
9426 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9427
9428 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9429 and add untested calls.
9430
9431 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9432
9433 * gdb.python/python.exp: Check line number against what GDB thinks
9434 the line number is for func1.
9435
9436 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9437
9438 * gdb.dlang/debug-expr.exp: New file.
9439
9440 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9441
9442 Fix test names for the following files:
9443
9444 * gdb.ada/exec_changed.exp
9445 * gdb.ada/info_types.exp
9446 * gdb.arch/aarch64-atomic-inst.exp
9447 * gdb.arch/aarch64-fp.exp
9448 * gdb.arch/altivec-abi.exp
9449 * gdb.arch/altivec-regs.exp
9450 * gdb.arch/amd64-byte.exp
9451 * gdb.arch/amd64-disp-step.exp
9452 * gdb.arch/amd64-dword.exp
9453 * gdb.arch/amd64-entry-value-inline.exp
9454 * gdb.arch/amd64-entry-value-param.exp
9455 * gdb.arch/amd64-entry-value-paramref.exp
9456 * gdb.arch/amd64-entry-value.exp
9457 * gdb.arch/amd64-i386-address.exp
9458 * gdb.arch/amd64-invalid-stack-middle.exp
9459 * gdb.arch/amd64-invalid-stack-top.exp
9460 * gdb.arch/amd64-optimout-repeat.exp
9461 * gdb.arch/amd64-prologue-skip.exp
9462 * gdb.arch/amd64-prologue-xmm.exp
9463 * gdb.arch/amd64-stap-special-operands.exp
9464 * gdb.arch/amd64-stap-wrong-subexp.exp
9465 * gdb.arch/amd64-tailcall-cxx.exp
9466 * gdb.arch/amd64-tailcall-noret.exp
9467 * gdb.arch/amd64-tailcall-ret.exp
9468 * gdb.arch/amd64-tailcall-self.exp
9469 * gdb.arch/amd64-word.exp
9470 * gdb.arch/arm-bl-branch-dest.exp
9471 * gdb.arch/arm-disp-step.exp
9472 * gdb.arch/arm-neon.exp
9473 * gdb.arch/arm-single-step-kernel-helper.exp
9474 * gdb.arch/avr-flash-qualifier.exp
9475 * gdb.arch/disp-step-insn-reloc.exp
9476 * gdb.arch/e500-abi.exp
9477 * gdb.arch/e500-regs.exp
9478 * gdb.arch/ftrace-insn-reloc.exp
9479 * gdb.arch/i386-avx512.exp
9480 * gdb.arch/i386-bp_permanent.exp
9481 * gdb.arch/i386-byte.exp
9482 * gdb.arch/i386-cfi-notcurrent.exp
9483 * gdb.arch/i386-disp-step.exp
9484 * gdb.arch/i386-dr3-watch.exp
9485 * gdb.arch/i386-float.exp
9486 * gdb.arch/i386-gnu-cfi.exp
9487 * gdb.arch/i386-mpx-map.exp
9488 * gdb.arch/i386-mpx-sigsegv.exp
9489 * gdb.arch/i386-mpx-simple_segv.exp
9490 * gdb.arch/i386-mpx.exp
9491 * gdb.arch/i386-permbkpt.exp
9492 * gdb.arch/i386-prologue.exp
9493 * gdb.arch/i386-signal.exp
9494 * gdb.arch/i386-size-overlap.exp
9495 * gdb.arch/i386-unwind.exp
9496 * gdb.arch/i386-word.exp
9497 * gdb.arch/mips-fcr.exp
9498 * gdb.arch/powerpc-d128-regs.exp
9499 * gdb.arch/powerpc-stackless.exp
9500 * gdb.arch/ppc64-atomic-inst.exp
9501 * gdb.arch/s390-stackless.exp
9502 * gdb.arch/s390-tdbregs.exp
9503 * gdb.arch/s390-vregs.exp
9504 * gdb.arch/sparc-sysstep.exp
9505 * gdb.arch/thumb-bx-pc.exp
9506 * gdb.arch/thumb-singlestep.exp
9507 * gdb.arch/thumb2-it.exp
9508 * gdb.arch/vsx-regs.exp
9509 * gdb.asm/asm-source.exp
9510 * gdb.base/a2-run.exp
9511 * gdb.base/advance.exp
9512 * gdb.base/all-bin.exp
9513 * gdb.base/anon.exp
9514 * gdb.base/args.exp
9515 * gdb.base/arithmet.exp
9516 * gdb.base/async-shell.exp
9517 * gdb.base/async.exp
9518 * gdb.base/attach-pie-noexec.exp
9519 * gdb.base/attach-twice.exp
9520 * gdb.base/auto-load.exp
9521 * gdb.base/bang.exp
9522 * gdb.base/bitfields.exp
9523 * gdb.base/break-always.exp
9524 * gdb.base/break-caller-line.exp
9525 * gdb.base/break-entry.exp
9526 * gdb.base/break-inline.exp
9527 * gdb.base/break-on-linker-gcd-function.exp
9528 * gdb.base/break-probes.exp
9529 * gdb.base/break.exp
9530 * gdb.base/breakpoint-shadow.exp
9531 * gdb.base/call-ar-st.exp
9532 * gdb.base/call-sc.exp
9533 * gdb.base/call-signal-resume.exp
9534 * gdb.base/call-strs.exp
9535 * gdb.base/callfuncs.exp
9536 * gdb.base/catch-fork-static.exp
9537 * gdb.base/catch-gdb-caused-signals.exp
9538 * gdb.base/catch-load.exp
9539 * gdb.base/catch-signal-fork.exp
9540 * gdb.base/catch-signal.exp
9541 * gdb.base/catch-syscall.exp
9542 * gdb.base/charset.exp
9543 * gdb.base/checkpoint.exp
9544 * gdb.base/chng-syms.exp
9545 * gdb.base/code-expr.exp
9546 * gdb.base/code_elim.exp
9547 * gdb.base/commands.exp
9548 * gdb.base/completion.exp
9549 * gdb.base/complex.exp
9550 * gdb.base/cond-expr.exp
9551 * gdb.base/condbreak.exp
9552 * gdb.base/consecutive.exp
9553 * gdb.base/continue-all-already-running.exp
9554 * gdb.base/coredump-filter.exp
9555 * gdb.base/corefile.exp
9556 * gdb.base/dbx.exp
9557 * gdb.base/debug-expr.exp
9558 * gdb.base/define.exp
9559 * gdb.base/del.exp
9560 * gdb.base/disabled-location.exp
9561 * gdb.base/disasm-end-cu.exp
9562 * gdb.base/disasm-optim.exp
9563 * gdb.base/display.exp
9564 * gdb.base/duplicate-bp.exp
9565 * gdb.base/ena-dis-br.exp
9566 * gdb.base/ending-run.exp
9567 * gdb.base/enumval.exp
9568 * gdb.base/environ.exp
9569 * gdb.base/eu-strip-infcall.exp
9570 * gdb.base/eval-avoid-side-effects.exp
9571 * gdb.base/eval-skip.exp
9572 * gdb.base/exitsignal.exp
9573 * gdb.base/expand-psymtabs.exp
9574 * gdb.base/filesym.exp
9575 * gdb.base/find-unmapped.exp
9576 * gdb.base/finish.exp
9577 * gdb.base/float.exp
9578 * gdb.base/foll-exec-mode.exp
9579 * gdb.base/foll-exec.exp
9580 * gdb.base/foll-fork.exp
9581 * gdb.base/fortran-sym-case.exp
9582 * gdb.base/freebpcmd.exp
9583 * gdb.base/func-ptr.exp
9584 * gdb.base/func-ptrs.exp
9585 * gdb.base/funcargs.exp
9586 * gdb.base/gcore-buffer-overflow.exp
9587 * gdb.base/gcore-relro-pie.exp
9588 * gdb.base/gcore-relro.exp
9589 * gdb.base/gcore.exp
9590 * gdb.base/gdb1090.exp
9591 * gdb.base/gdb11530.exp
9592 * gdb.base/gdb11531.exp
9593 * gdb.base/gdb1821.exp
9594 * gdb.base/gdbindex-stabs.exp
9595 * gdb.base/gdbvars.exp
9596 * gdb.base/hbreak.exp
9597 * gdb.base/hbreak2.exp
9598 * gdb.base/included.exp
9599 * gdb.base/infcall-input.exp
9600 * gdb.base/inferior-died.exp
9601 * gdb.base/infnan.exp
9602 * gdb.base/info-macros.exp
9603 * gdb.base/info-os.exp
9604 * gdb.base/info-proc.exp
9605 * gdb.base/info-shared.exp
9606 * gdb.base/info-target.exp
9607 * gdb.base/infoline.exp
9608 * gdb.base/interp.exp
9609 * gdb.base/interrupt.exp
9610 * gdb.base/jit-reader.exp
9611 * gdb.base/jit-simple.exp
9612 * gdb.base/kill-after-signal.exp
9613 * gdb.base/kill-detach-inferiors-cmd.exp
9614 * gdb.base/label.exp
9615 * gdb.base/langs.exp
9616 * gdb.base/ldbl_e308.exp
9617 * gdb.base/line-symtabs.exp
9618 * gdb.base/linespecs.exp
9619 * gdb.base/list.exp
9620 * gdb.base/long_long.exp
9621 * gdb.base/longest-types.exp
9622 * gdb.base/maint.exp
9623 * gdb.base/max-value-size.exp
9624 * gdb.base/memattr.exp
9625 * gdb.base/mips_pro.exp
9626 * gdb.base/morestack.exp
9627 * gdb.base/moribund-step.exp
9628 * gdb.base/multi-forks.exp
9629 * gdb.base/nested-addr.exp
9630 * gdb.base/nextoverexit.exp
9631 * gdb.base/noreturn-finish.exp
9632 * gdb.base/noreturn-return.exp
9633 * gdb.base/nostdlib.exp
9634 * gdb.base/offsets.exp
9635 * gdb.base/opaque.exp
9636 * gdb.base/pc-fp.exp
9637 * gdb.base/permissions.exp
9638 * gdb.base/print-symbol-loading.exp
9639 * gdb.base/prologue-include.exp
9640 * gdb.base/psymtab.exp
9641 * gdb.base/ptype.exp
9642 * gdb.base/random-signal.exp
9643 * gdb.base/randomize.exp
9644 * gdb.base/range-stepping.exp
9645 * gdb.base/readline-ask.exp
9646 * gdb.base/recpar.exp
9647 * gdb.base/recurse.exp
9648 * gdb.base/relational.exp
9649 * gdb.base/restore.exp
9650 * gdb.base/return-nodebug.exp
9651 * gdb.base/return.exp
9652 * gdb.base/run-after-attach.exp
9653 * gdb.base/save-bp.exp
9654 * gdb.base/scope.exp
9655 * gdb.base/sect-cmd.exp
9656 * gdb.base/set-lang-auto.exp
9657 * gdb.base/set-noassign.exp
9658 * gdb.base/setvar.exp
9659 * gdb.base/sigall.exp
9660 * gdb.base/sigbpt.exp
9661 * gdb.base/siginfo-addr.exp
9662 * gdb.base/siginfo-infcall.exp
9663 * gdb.base/siginfo-obj.exp
9664 * gdb.base/siginfo.exp
9665 * gdb.base/signals-state-child.exp
9666 * gdb.base/signest.exp
9667 * gdb.base/sigstep.exp
9668 * gdb.base/sizeof.exp
9669 * gdb.base/skip.exp
9670 * gdb.base/solib-corrupted.exp
9671 * gdb.base/solib-nodir.exp
9672 * gdb.base/solib-search.exp
9673 * gdb.base/stack-checking.exp
9674 * gdb.base/stale-infcall.exp
9675 * gdb.base/stap-probe.exp
9676 * gdb.base/start.exp
9677 * gdb.base/step-break.exp
9678 * gdb.base/step-bt.exp
9679 * gdb.base/step-line.exp
9680 * gdb.base/step-over-exit.exp
9681 * gdb.base/step-over-syscall.exp
9682 * gdb.base/step-resume-infcall.exp
9683 * gdb.base/step-test.exp
9684 * gdb.base/store.exp
9685 * gdb.base/structs3.exp
9686 * gdb.base/sym-file.exp
9687 * gdb.base/symbol-without-target_section.exp
9688 * gdb.base/term.exp
9689 * gdb.base/testenv.exp
9690 * gdb.base/ui-redirect.exp
9691 * gdb.base/until.exp
9692 * gdb.base/unwindonsignal.exp
9693 * gdb.base/value-double-free.exp
9694 * gdb.base/vla-datatypes.exp
9695 * gdb.base/vla-ptr.exp
9696 * gdb.base/vla-sideeffect.exp
9697 * gdb.base/volatile.exp
9698 * gdb.base/watch-cond-infcall.exp
9699 * gdb.base/watch-cond.exp
9700 * gdb.base/watch-non-mem.exp
9701 * gdb.base/watch-read.exp
9702 * gdb.base/watch-vfork.exp
9703 * gdb.base/watchpoint-cond-gone.exp
9704 * gdb.base/watchpoint-delete.exp
9705 * gdb.base/watchpoint-hw-hit-once.exp
9706 * gdb.base/watchpoint-hw.exp
9707 * gdb.base/watchpoint-stops-at-right-insn.exp
9708 * gdb.base/watchpoints.exp
9709 * gdb.base/wchar.exp
9710 * gdb.base/whatis-exp.exp
9711 * gdb.btrace/buffer-size.exp
9712 * gdb.btrace/data.exp
9713 * gdb.btrace/delta.exp
9714 * gdb.btrace/dlopen.exp
9715 * gdb.btrace/enable.exp
9716 * gdb.btrace/exception.exp
9717 * gdb.btrace/function_call_history.exp
9718 * gdb.btrace/gcore.exp
9719 * gdb.btrace/instruction_history.exp
9720 * gdb.btrace/nohist.exp
9721 * gdb.btrace/reconnect.exp
9722 * gdb.btrace/record_goto-step.exp
9723 * gdb.btrace/record_goto.exp
9724 * gdb.btrace/rn-dl-bind.exp
9725 * gdb.btrace/segv.exp
9726 * gdb.btrace/step.exp
9727 * gdb.btrace/stepi.exp
9728 * gdb.btrace/tailcall-only.exp
9729 * gdb.btrace/tailcall.exp
9730 * gdb.btrace/tsx.exp
9731 * gdb.btrace/unknown_functions.exp
9732 * gdb.btrace/vdso.exp
9733 * gdb.compile/compile-ifunc.exp
9734 * gdb.compile/compile-ops.exp
9735 * gdb.compile/compile-print.exp
9736 * gdb.compile/compile-setjmp.exp
9737 * gdb.cp/abstract-origin.exp
9738 * gdb.cp/ambiguous.exp
9739 * gdb.cp/annota2.exp
9740 * gdb.cp/annota3.exp
9741 * gdb.cp/anon-ns.exp
9742 * gdb.cp/anon-struct.exp
9743 * gdb.cp/anon-union.exp
9744 * gdb.cp/arg-reference.exp
9745 * gdb.cp/baseenum.exp
9746 * gdb.cp/bool.exp
9747 * gdb.cp/breakpoint.exp
9748 * gdb.cp/bs15503.exp
9749 * gdb.cp/call-c.exp
9750 * gdb.cp/casts.exp
9751 * gdb.cp/chained-calls.exp
9752 * gdb.cp/class2.exp
9753 * gdb.cp/classes.exp
9754 * gdb.cp/cmpd-minsyms.exp
9755 * gdb.cp/converts.exp
9756 * gdb.cp/cp-relocate.exp
9757 * gdb.cp/cpcompletion.exp
9758 * gdb.cp/cpexprs.exp
9759 * gdb.cp/cplabel.exp
9760 * gdb.cp/cplusfuncs.exp
9761 * gdb.cp/cpsizeof.exp
9762 * gdb.cp/ctti.exp
9763 * gdb.cp/derivation.exp
9764 * gdb.cp/destrprint.exp
9765 * gdb.cp/dispcxx.exp
9766 * gdb.cp/enum-class.exp
9767 * gdb.cp/exception.exp
9768 * gdb.cp/exceptprint.exp
9769 * gdb.cp/expand-psymtabs-cxx.exp
9770 * gdb.cp/expand-sals.exp
9771 * gdb.cp/extern-c.exp
9772 * gdb.cp/filename.exp
9773 * gdb.cp/formatted-ref.exp
9774 * gdb.cp/fpointer.exp
9775 * gdb.cp/gdb1355.exp
9776 * gdb.cp/gdb2495.exp
9777 * gdb.cp/hang.exp
9778 * gdb.cp/impl-this.exp
9779 * gdb.cp/infcall-dlopen.exp
9780 * gdb.cp/inherit.exp
9781 * gdb.cp/iostream.exp
9782 * gdb.cp/koenig.exp
9783 * gdb.cp/local.exp
9784 * gdb.cp/m-data.exp
9785 * gdb.cp/m-static.exp
9786 * gdb.cp/mb-ctor.exp
9787 * gdb.cp/mb-inline.exp
9788 * gdb.cp/mb-templates.exp
9789 * gdb.cp/member-name.exp
9790 * gdb.cp/member-ptr.exp
9791 * gdb.cp/meth-typedefs.exp
9792 * gdb.cp/method.exp
9793 * gdb.cp/method2.exp
9794 * gdb.cp/minsym-fallback.exp
9795 * gdb.cp/misc.exp
9796 * gdb.cp/namelessclass.exp
9797 * gdb.cp/namespace-enum.exp
9798 * gdb.cp/namespace-nested-import.exp
9799 * gdb.cp/namespace.exp
9800 * gdb.cp/nextoverthrow.exp
9801 * gdb.cp/no-dmgl-verbose.exp
9802 * gdb.cp/non-trivial-retval.exp
9803 * gdb.cp/noparam.exp
9804 * gdb.cp/nsdecl.exp
9805 * gdb.cp/nsimport.exp
9806 * gdb.cp/nsnested.exp
9807 * gdb.cp/nsnoimports.exp
9808 * gdb.cp/nsrecurs.exp
9809 * gdb.cp/nsstress.exp
9810 * gdb.cp/nsusing.exp
9811 * gdb.cp/operator.exp
9812 * gdb.cp/oranking.exp
9813 * gdb.cp/overload-const.exp
9814 * gdb.cp/overload.exp
9815 * gdb.cp/ovldbreak.exp
9816 * gdb.cp/ovsrch.exp
9817 * gdb.cp/paren-type.exp
9818 * gdb.cp/parse-lang.exp
9819 * gdb.cp/pass-by-ref.exp
9820 * gdb.cp/pr-1023.exp
9821 * gdb.cp/pr-1210.exp
9822 * gdb.cp/pr-574.exp
9823 * gdb.cp/pr10687.exp
9824 * gdb.cp/pr12028.exp
9825 * gdb.cp/pr17132.exp
9826 * gdb.cp/pr17494.exp
9827 * gdb.cp/pr9067.exp
9828 * gdb.cp/pr9167.exp
9829 * gdb.cp/pr9631.exp
9830 * gdb.cp/printmethod.exp
9831 * gdb.cp/psmang.exp
9832 * gdb.cp/psymtab-parameter.exp
9833 * gdb.cp/ptype-cv-cp.exp
9834 * gdb.cp/ptype-flags.exp
9835 * gdb.cp/re-set-overloaded.exp
9836 * gdb.cp/ref-types.exp
9837 * gdb.cp/rtti.exp
9838 * gdb.cp/scope-err.exp
9839 * gdb.cp/shadow.exp
9840 * gdb.cp/smartp.exp
9841 * gdb.cp/static-method.exp
9842 * gdb.cp/static-print-quit.exp
9843 * gdb.cp/temargs.exp
9844 * gdb.cp/templates.exp
9845 * gdb.cp/try_catch.exp
9846 * gdb.cp/typedef-operator.exp
9847 * gdb.cp/typeid.exp
9848 * gdb.cp/userdef.exp
9849 * gdb.cp/using-crash.exp
9850 * gdb.cp/var-tag.exp
9851 * gdb.cp/virtbase.exp
9852 * gdb.cp/virtfunc.exp
9853 * gdb.cp/virtfunc2.exp
9854 * gdb.cp/vla-cxx.exp
9855 * gdb.disasm/t01_mov.exp
9856 * gdb.disasm/t02_mova.exp
9857 * gdb.disasm/t03_add.exp
9858 * gdb.disasm/t04_sub.exp
9859 * gdb.disasm/t05_cmp.exp
9860 * gdb.disasm/t06_ari2.exp
9861 * gdb.disasm/t07_ari3.exp
9862 * gdb.disasm/t08_or.exp
9863 * gdb.disasm/t09_xor.exp
9864 * gdb.disasm/t10_and.exp
9865 * gdb.disasm/t11_logs.exp
9866 * gdb.disasm/t12_bit.exp
9867 * gdb.disasm/t13_otr.exp
9868 * gdb.dlang/circular.exp
9869 * gdb.dwarf2/arr-stride.exp
9870 * gdb.dwarf2/arr-subrange.exp
9871 * gdb.dwarf2/atomic-type.exp
9872 * gdb.dwarf2/bad-regnum.exp
9873 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9874 * gdb.dwarf2/callframecfa.exp
9875 * gdb.dwarf2/clztest.exp
9876 * gdb.dwarf2/corrupt.exp
9877 * gdb.dwarf2/data-loc.exp
9878 * gdb.dwarf2/dup-psym.exp
9879 * gdb.dwarf2/dw2-anon-mptr.exp
9880 * gdb.dwarf2/dw2-anonymous-func.exp
9881 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9882 * gdb.dwarf2/dw2-bad-unresolved.exp
9883 * gdb.dwarf2/dw2-basic.exp
9884 * gdb.dwarf2/dw2-canonicalize-type.exp
9885 * gdb.dwarf2/dw2-case-insensitive.exp
9886 * gdb.dwarf2/dw2-common-block.exp
9887 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9888 * gdb.dwarf2/dw2-compressed.exp
9889 * gdb.dwarf2/dw2-const.exp
9890 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9891 * gdb.dwarf2/dw2-cu-size.exp
9892 * gdb.dwarf2/dw2-dup-frame.exp
9893 * gdb.dwarf2/dw2-entry-value.exp
9894 * gdb.dwarf2/dw2-icycle.exp
9895 * gdb.dwarf2/dw2-ifort-parameter.exp
9896 * gdb.dwarf2/dw2-inline-break.exp
9897 * gdb.dwarf2/dw2-inline-param.exp
9898 * gdb.dwarf2/dw2-intercu.exp
9899 * gdb.dwarf2/dw2-intermix.exp
9900 * gdb.dwarf2/dw2-lexical-block-bare.exp
9901 * gdb.dwarf2/dw2-linkage-name-trust.exp
9902 * gdb.dwarf2/dw2-minsym-in-cu.exp
9903 * gdb.dwarf2/dw2-noloc.exp
9904 * gdb.dwarf2/dw2-op-call.exp
9905 * gdb.dwarf2/dw2-op-out-param.exp
9906 * gdb.dwarf2/dw2-opt-structptr.exp
9907 * gdb.dwarf2/dw2-param-error.exp
9908 * gdb.dwarf2/dw2-producer.exp
9909 * gdb.dwarf2/dw2-ranges-base.exp
9910 * gdb.dwarf2/dw2-ref-missing-frame.exp
9911 * gdb.dwarf2/dw2-reg-undefined.exp
9912 * gdb.dwarf2/dw2-regno-invalid.exp
9913 * gdb.dwarf2/dw2-restore.exp
9914 * gdb.dwarf2/dw2-restrict.exp
9915 * gdb.dwarf2/dw2-single-line-discriminators.exp
9916 * gdb.dwarf2/dw2-strp.exp
9917 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9918 * gdb.dwarf2/dw2-unresolved.exp
9919 * gdb.dwarf2/dw2-var-zero-addr.exp
9920 * gdb.dwarf2/dw4-sig-types.exp
9921 * gdb.dwarf2/dwz.exp
9922 * gdb.dwarf2/dynarr-ptr.exp
9923 * gdb.dwarf2/enum-type.exp
9924 * gdb.dwarf2/gdb-index.exp
9925 * gdb.dwarf2/implptr-64bit.exp
9926 * gdb.dwarf2/implptr-optimized-out.exp
9927 * gdb.dwarf2/implptr.exp
9928 * gdb.dwarf2/implref-array.exp
9929 * gdb.dwarf2/implref-const.exp
9930 * gdb.dwarf2/implref-global.exp
9931 * gdb.dwarf2/implref-struct.exp
9932 * gdb.dwarf2/mac-fileno.exp
9933 * gdb.dwarf2/main-subprogram.exp
9934 * gdb.dwarf2/member-ptr-forwardref.exp
9935 * gdb.dwarf2/method-ptr.exp
9936 * gdb.dwarf2/missing-sig-type.exp
9937 * gdb.dwarf2/nonvar-access.exp
9938 * gdb.dwarf2/opaque-type-lookup.exp
9939 * gdb.dwarf2/pieces-optimized-out.exp
9940 * gdb.dwarf2/pieces.exp
9941 * gdb.dwarf2/pr10770.exp
9942 * gdb.dwarf2/pr13961.exp
9943 * gdb.dwarf2/staticvirtual.exp
9944 * gdb.dwarf2/subrange.exp
9945 * gdb.dwarf2/symtab-producer.exp
9946 * gdb.dwarf2/trace-crash.exp
9947 * gdb.dwarf2/typeddwarf.exp
9948 * gdb.dwarf2/valop.exp
9949 * gdb.dwarf2/watch-notconst.exp
9950 * gdb.fortran/array-element.exp
9951 * gdb.fortran/charset.exp
9952 * gdb.fortran/common-block.exp
9953 * gdb.fortran/complex.exp
9954 * gdb.fortran/derived-type-function.exp
9955 * gdb.fortran/derived-type.exp
9956 * gdb.fortran/logical.exp
9957 * gdb.fortran/module.exp
9958 * gdb.fortran/multi-dim.exp
9959 * gdb.fortran/nested-funcs.exp
9960 * gdb.fortran/print-formatted.exp
9961 * gdb.fortran/subarray.exp
9962 * gdb.fortran/vla-alloc-assoc.exp
9963 * gdb.fortran/vla-datatypes.exp
9964 * gdb.fortran/vla-history.exp
9965 * gdb.fortran/vla-ptr-info.exp
9966 * gdb.fortran/vla-ptype-sub.exp
9967 * gdb.fortran/vla-ptype.exp
9968 * gdb.fortran/vla-sizeof.exp
9969 * gdb.fortran/vla-type.exp
9970 * gdb.fortran/vla-value-sub-arbitrary.exp
9971 * gdb.fortran/vla-value-sub-finish.exp
9972 * gdb.fortran/vla-value-sub.exp
9973 * gdb.fortran/vla-value.exp
9974 * gdb.fortran/whatis_type.exp
9975 * gdb.go/chan.exp
9976 * gdb.go/handcall.exp
9977 * gdb.go/hello.exp
9978 * gdb.go/integers.exp
9979 * gdb.go/methods.exp
9980 * gdb.go/package.exp
9981 * gdb.go/strings.exp
9982 * gdb.go/types.exp
9983 * gdb.go/unsafe.exp
9984 * gdb.guile/scm-arch.exp
9985 * gdb.guile/scm-block.exp
9986 * gdb.guile/scm-breakpoint.exp
9987 * gdb.guile/scm-cmd.exp
9988 * gdb.guile/scm-disasm.exp
9989 * gdb.guile/scm-equal.exp
9990 * gdb.guile/scm-frame-args.exp
9991 * gdb.guile/scm-frame-inline.exp
9992 * gdb.guile/scm-frame.exp
9993 * gdb.guile/scm-iterator.exp
9994 * gdb.guile/scm-math.exp
9995 * gdb.guile/scm-objfile.exp
9996 * gdb.guile/scm-ports.exp
9997 * gdb.guile/scm-symbol.exp
9998 * gdb.guile/scm-symtab.exp
9999 * gdb.guile/scm-value-cc.exp
10000 * gdb.guile/types-module.exp
10001 * gdb.linespec/break-ask.exp
10002 * gdb.linespec/cpexplicit.exp
10003 * gdb.linespec/explicit.exp
10004 * gdb.linespec/keywords.exp
10005 * gdb.linespec/linespec.exp
10006 * gdb.linespec/ls-dollar.exp
10007 * gdb.linespec/ls-errs.exp
10008 * gdb.linespec/skip-two.exp
10009 * gdb.linespec/thread.exp
10010 * gdb.mi/mi-async.exp
10011 * gdb.mi/mi-basics.exp
10012 * gdb.mi/mi-break.exp
10013 * gdb.mi/mi-catch-load.exp
10014 * gdb.mi/mi-cli.exp
10015 * gdb.mi/mi-cmd-param-changed.exp
10016 * gdb.mi/mi-console.exp
10017 * gdb.mi/mi-detach.exp
10018 * gdb.mi/mi-disassemble.exp
10019 * gdb.mi/mi-eval.exp
10020 * gdb.mi/mi-file-transfer.exp
10021 * gdb.mi/mi-file.exp
10022 * gdb.mi/mi-fill-memory.exp
10023 * gdb.mi/mi-inheritance-syntax-error.exp
10024 * gdb.mi/mi-linespec-err-cp.exp
10025 * gdb.mi/mi-logging.exp
10026 * gdb.mi/mi-memory-changed.exp
10027 * gdb.mi/mi-read-memory.exp
10028 * gdb.mi/mi-record-changed.exp
10029 * gdb.mi/mi-reg-undefined.exp
10030 * gdb.mi/mi-regs.exp
10031 * gdb.mi/mi-return.exp
10032 * gdb.mi/mi-reverse.exp
10033 * gdb.mi/mi-simplerun.exp
10034 * gdb.mi/mi-solib.exp
10035 * gdb.mi/mi-stack.exp
10036 * gdb.mi/mi-stepi.exp
10037 * gdb.mi/mi-syn-frame.exp
10038 * gdb.mi/mi-until.exp
10039 * gdb.mi/mi-var-block.exp
10040 * gdb.mi/mi-var-child.exp
10041 * gdb.mi/mi-var-cmd.exp
10042 * gdb.mi/mi-var-cp.exp
10043 * gdb.mi/mi-var-display.exp
10044 * gdb.mi/mi-var-invalidate.exp
10045 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10046 * gdb.mi/mi-vla-fortran.exp
10047 * gdb.mi/mi-watch.exp
10048 * gdb.mi/mi2-var-child.exp
10049 * gdb.mi/user-selected-context-sync.exp
10050 * gdb.modula2/unbounded-array.exp
10051 * gdb.multi/dummy-frame-restore.exp
10052 * gdb.multi/multi-arch-exec.exp
10053 * gdb.multi/multi-arch.exp
10054 * gdb.multi/tids.exp
10055 * gdb.multi/watchpoint-multi.exp
10056 * gdb.opencl/callfuncs.exp
10057 * gdb.opencl/convs_casts.exp
10058 * gdb.opencl/datatypes.exp
10059 * gdb.opencl/operators.exp
10060 * gdb.opencl/vec_comps.exp
10061 * gdb.opt/clobbered-registers-O2.exp
10062 * gdb.opt/inline-break.exp
10063 * gdb.opt/inline-bt.exp
10064 * gdb.opt/inline-cmds.exp
10065 * gdb.opt/inline-locals.exp
10066 * gdb.pascal/case-insensitive-symbols.exp
10067 * gdb.pascal/floats.exp
10068 * gdb.pascal/gdb11492.exp
10069 * gdb.python/lib-types.exp
10070 * gdb.python/py-arch.exp
10071 * gdb.python/py-as-string.exp
10072 * gdb.python/py-bad-printers.exp
10073 * gdb.python/py-block.exp
10074 * gdb.python/py-breakpoint-create-fail.exp
10075 * gdb.python/py-breakpoint.exp
10076 * gdb.python/py-caller-is.exp
10077 * gdb.python/py-cmd.exp
10078 * gdb.python/py-explore-cc.exp
10079 * gdb.python/py-explore.exp
10080 * gdb.python/py-finish-breakpoint.exp
10081 * gdb.python/py-finish-breakpoint2.exp
10082 * gdb.python/py-frame-args.exp
10083 * gdb.python/py-frame-inline.exp
10084 * gdb.python/py-frame.exp
10085 * gdb.python/py-framefilter-mi.exp
10086 * gdb.python/py-infthread.exp
10087 * gdb.python/py-lazy-string.exp
10088 * gdb.python/py-linetable.exp
10089 * gdb.python/py-mi-events.exp
10090 * gdb.python/py-mi-objfile.exp
10091 * gdb.python/py-mi.exp
10092 * gdb.python/py-objfile.exp
10093 * gdb.python/py-pp-integral.exp
10094 * gdb.python/py-pp-maint.exp
10095 * gdb.python/py-pp-re-notag.exp
10096 * gdb.python/py-pp-registration.exp
10097 * gdb.python/py-recurse-unwind.exp
10098 * gdb.python/py-strfns.exp
10099 * gdb.python/py-symbol.exp
10100 * gdb.python/py-symtab.exp
10101 * gdb.python/py-sync-interp.exp
10102 * gdb.python/py-typeprint.exp
10103 * gdb.python/py-unwind-maint.exp
10104 * gdb.python/py-unwind.exp
10105 * gdb.python/py-value-cc.exp
10106 * gdb.python/py-xmethods.exp
10107 * gdb.reverse/amd64-tailcall-reverse.exp
10108 * gdb.reverse/break-precsave.exp
10109 * gdb.reverse/break-reverse.exp
10110 * gdb.reverse/consecutive-precsave.exp
10111 * gdb.reverse/consecutive-reverse.exp
10112 * gdb.reverse/finish-precsave.exp
10113 * gdb.reverse/finish-reverse-bkpt.exp
10114 * gdb.reverse/finish-reverse.exp
10115 * gdb.reverse/fstatat-reverse.exp
10116 * gdb.reverse/getresuid-reverse.exp
10117 * gdb.reverse/i386-precsave.exp
10118 * gdb.reverse/i386-reverse.exp
10119 * gdb.reverse/i386-sse-reverse.exp
10120 * gdb.reverse/i387-env-reverse.exp
10121 * gdb.reverse/i387-stack-reverse.exp
10122 * gdb.reverse/insn-reverse.exp
10123 * gdb.reverse/machinestate-precsave.exp
10124 * gdb.reverse/machinestate.exp
10125 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10126 * gdb.reverse/pipe-reverse.exp
10127 * gdb.reverse/readv-reverse.exp
10128 * gdb.reverse/recvmsg-reverse.exp
10129 * gdb.reverse/rerun-prec.exp
10130 * gdb.reverse/s390-mvcle.exp
10131 * gdb.reverse/step-precsave.exp
10132 * gdb.reverse/step-reverse.exp
10133 * gdb.reverse/time-reverse.exp
10134 * gdb.reverse/until-precsave.exp
10135 * gdb.reverse/until-reverse.exp
10136 * gdb.reverse/waitpid-reverse.exp
10137 * gdb.reverse/watch-precsave.exp
10138 * gdb.reverse/watch-reverse.exp
10139 * gdb.rust/generics.exp
10140 * gdb.rust/methods.exp
10141 * gdb.rust/modules.exp
10142 * gdb.rust/simple.exp
10143 * gdb.server/connect-with-no-symbol-file.exp
10144 * gdb.server/ext-attach.exp
10145 * gdb.server/ext-restart.exp
10146 * gdb.server/ext-wrapper.exp
10147 * gdb.server/file-transfer.exp
10148 * gdb.server/server-exec-info.exp
10149 * gdb.server/server-kill.exp
10150 * gdb.server/server-mon.exp
10151 * gdb.server/wrapper.exp
10152 * gdb.stabs/exclfwd.exp
10153 * gdb.stabs/gdb11479.exp
10154 * gdb.threads/clone-new-thread-event.exp
10155 * gdb.threads/corethreads.exp
10156 * gdb.threads/current-lwp-dead.exp
10157 * gdb.threads/dlopen-libpthread.exp
10158 * gdb.threads/gcore-thread.exp
10159 * gdb.threads/sigstep-threads.exp
10160 * gdb.threads/watchpoint-fork.exp
10161 * gdb.trace/actions-changed.exp
10162 * gdb.trace/backtrace.exp
10163 * gdb.trace/change-loc.exp
10164 * gdb.trace/circ.exp
10165 * gdb.trace/collection.exp
10166 * gdb.trace/disconnected-tracing.exp
10167 * gdb.trace/ftrace.exp
10168 * gdb.trace/mi-trace-frame-collected.exp
10169 * gdb.trace/mi-trace-unavailable.exp
10170 * gdb.trace/mi-traceframe-changed.exp
10171 * gdb.trace/mi-tsv-changed.exp
10172 * gdb.trace/no-attach-trace.exp
10173 * gdb.trace/passc-dyn.exp
10174 * gdb.trace/qtro.exp
10175 * gdb.trace/range-stepping.exp
10176 * gdb.trace/read-memory.exp
10177 * gdb.trace/save-trace.exp
10178 * gdb.trace/signal.exp
10179 * gdb.trace/status-stop.exp
10180 * gdb.trace/tfile.exp
10181 * gdb.trace/trace-break.exp
10182 * gdb.trace/trace-buffer-size.exp
10183 * gdb.trace/trace-condition.exp
10184 * gdb.trace/tracefile-pseudo-reg.exp
10185 * gdb.trace/tstatus.exp
10186 * gdb.trace/unavailable.exp
10187 * gdb.trace/while-dyn.exp
10188 * gdb.trace/while-stepping.exp
10189
10190 2016-12-22 Doug Evans <xdje42@gmail.com>
10191
10192 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10193 and msymbols.
10194
10195 2016-12-19 Yao Qi <yao.qi@linaro.org>
10196
10197 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10198 (test_with_self): Don't call do_steps_and_nexts, and remove
10199 code about stepping into xmalloc.
10200
10201 2016-12-09 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10204
10205 2016-12-09 Yao Qi <yao.qi@linaro.org>
10206
10207 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10208
10209 2016-12-09 Pedro Alves <palves@redhat.com>
10210
10211 * gdb.base/all-architectures-0.exp: New file.
10212 * gdb.base/all-architectures-1.exp: New file.
10213 * gdb.base/all-architectures-2.exp: New file.
10214 * gdb.base/all-architectures-3.exp: New file.
10215 * gdb.base/all-architectures-4.exp: New file.
10216 * gdb.base/all-architectures-5.exp: New file.
10217 * gdb.base/all-architectures-6.exp: New file.
10218 * gdb.base/all-architectures-7.exp: New file.
10219 * gdb.base/all-architectures.exp.in: New file.
10220
10221 2016-12-09 Yao Qi <yao.qi@linaro.org>
10222
10223 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10224
10225 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10226
10227 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10228 possible.
10229 Remove useless pattern-matching code.
10230
10231 2016-12-02 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10234 procedure.
10235 (top level): Call it.
10236
10237 2016-12-02 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10240 New procedure.
10241 (top level): Call it.
10242
10243 2016-12-02 Pedro Alves <palves@redhat.com>
10244
10245 PR cli/20559
10246 * gdb.base/commands.exp (user_defined_command_args_eval): New
10247 procedure.
10248 (top level): Call it.
10249
10250 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10251
10252 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10253 timeout handling.
10254
10255 2016-12-02 Tom Tromey <tom@tromey.com>
10256
10257 * gdb.dwarf2/main-subprogram.c: New file.
10258 * gdb.dwarf2/main-subprogram.exp: New file.
10259
10260 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10261
10262 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10263 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10264 gdb_test_no_output for a couple of cases.
10265 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10266
10267 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10268
10269 Fix test names and standardize compilation error messages throughout
10270 the following files:
10271
10272 * gdb.ada/start.exp
10273 * gdb.arch/alpha-step.exp
10274 * gdb.arch/e500-prologue.exp
10275 * gdb.arch/ftrace-insn-reloc.exp
10276 * gdb.arch/gdb1291.exp
10277 * gdb.arch/gdb1431.exp
10278 * gdb.arch/gdb1558.exp
10279 * gdb.arch/i386-dr3-watch.exp
10280 * gdb.arch/i386-sse-stack-align.exp
10281 * gdb.arch/ia64-breakpoint-shadow.exp
10282 * gdb.arch/pa-nullify.exp
10283 * gdb.arch/powerpc-aix-prologue.exp
10284 * gdb.arch/thumb-bx-pc.exp
10285 * gdb.base/annota1.exp
10286 * gdb.base/annota3.exp
10287 * gdb.base/arrayidx.exp
10288 * gdb.base/assign.exp
10289 * gdb.base/attach.exp
10290 * gdb.base/auxv.exp
10291 * gdb.base/bang.exp
10292 * gdb.base/bfp-test.exp
10293 * gdb.base/bigcore.exp
10294 * gdb.base/bitfields2.exp
10295 * gdb.base/break-fun-addr.exp
10296 * gdb.base/break-probes.exp
10297 * gdb.base/call-rt-st.exp
10298 * gdb.base/callexit.exp
10299 * gdb.base/catch-fork-kill.exp
10300 * gdb.base/charset.exp
10301 * gdb.base/checkpoint.exp
10302 * gdb.base/comprdebug.exp
10303 * gdb.base/constvars.exp
10304 * gdb.base/coredump-filter.exp
10305 * gdb.base/cursal.exp
10306 * gdb.base/cvexpr.exp
10307 * gdb.base/detach.exp
10308 * gdb.base/display.exp
10309 * gdb.base/dmsym.exp
10310 * gdb.base/dprintf-pending.exp
10311 * gdb.base/dso2dso.exp
10312 * gdb.base/dtrace-probe.exp
10313 * gdb.base/dump.exp
10314 * gdb.base/enum_cond.exp
10315 * gdb.base/exe-lock.exp
10316 * gdb.base/exec-invalid-sysroot.exp
10317 * gdb.base/execl-update-breakpoints.exp
10318 * gdb.base/exprs.exp
10319 * gdb.base/fileio.exp
10320 * gdb.base/find.exp
10321 * gdb.base/finish.exp
10322 * gdb.base/fixsection.exp
10323 * gdb.base/foll-vfork.exp
10324 * gdb.base/frame-args.exp
10325 * gdb.base/gcore.exp
10326 * gdb.base/gdb1250.exp
10327 * gdb.base/global-var-nested-by-dso.exp
10328 * gdb.base/gnu-ifunc.exp
10329 * gdb.base/hashline1.exp
10330 * gdb.base/hashline2.exp
10331 * gdb.base/hashline3.exp
10332 * gdb.base/hbreak-in-shr-unsupported.exp
10333 * gdb.base/huge.exp
10334 * gdb.base/infcall-input.exp
10335 * gdb.base/info-fun.exp
10336 * gdb.base/info-shared.exp
10337 * gdb.base/jit-simple.exp
10338 * gdb.base/jit-so.exp
10339 * gdb.base/jit.exp
10340 * gdb.base/jump.exp
10341 * gdb.base/label.exp
10342 * gdb.base/lineinc.exp
10343 * gdb.base/logical.exp
10344 * gdb.base/longjmp.exp
10345 * gdb.base/macscp.exp
10346 * gdb.base/miscexprs.exp
10347 * gdb.base/new-ui-echo.exp
10348 * gdb.base/new-ui-pending-input.exp
10349 * gdb.base/new-ui.exp
10350 * gdb.base/nodebug.exp
10351 * gdb.base/nofield.exp
10352 * gdb.base/offsets.exp
10353 * gdb.base/overlays.exp
10354 * gdb.base/pending.exp
10355 * gdb.base/pointers.exp
10356 * gdb.base/pr11022.exp
10357 * gdb.base/printcmds.exp
10358 * gdb.base/prologue.exp
10359 * gdb.base/ptr-typedef.exp
10360 * gdb.base/realname-expand.exp
10361 * gdb.base/relativedebug.exp
10362 * gdb.base/relocate.exp
10363 * gdb.base/remote.exp
10364 * gdb.base/reread.exp
10365 * gdb.base/return2.exp
10366 * gdb.base/savedregs.exp
10367 * gdb.base/sep.exp
10368 * gdb.base/sepdebug.exp
10369 * gdb.base/sepsymtab.exp
10370 * gdb.base/set-inferior-tty.exp
10371 * gdb.base/setshow.exp
10372 * gdb.base/shlib-call.exp
10373 * gdb.base/sigaltstack.exp
10374 * gdb.base/siginfo-addr.exp
10375 * gdb.base/signals.exp
10376 * gdb.base/signull.exp
10377 * gdb.base/sigrepeat.exp
10378 * gdb.base/so-impl-ld.exp
10379 * gdb.base/solib-display.exp
10380 * gdb.base/solib-overlap.exp
10381 * gdb.base/solib-search.exp
10382 * gdb.base/solib-symbol.exp
10383 * gdb.base/structs.exp
10384 * gdb.base/structs2.exp
10385 * gdb.base/symtab-search-order.exp
10386 * gdb.base/twice.exp
10387 * gdb.base/unload.exp
10388 * gdb.base/varargs.exp
10389 * gdb.base/watchpoint-solib.exp
10390 * gdb.base/watchpoint.exp
10391 * gdb.base/whatis.exp
10392 * gdb.base/wrong_frame_bt_full.exp
10393 * gdb.btrace/dlopen.exp
10394 * gdb.cell/ea-standalone.exp
10395 * gdb.cell/ea-test.exp
10396 * gdb.cp/dispcxx.exp
10397 * gdb.cp/gdb2384.exp
10398 * gdb.cp/method2.exp
10399 * gdb.cp/nextoverthrow.exp
10400 * gdb.cp/pr10728.exp
10401 * gdb.disasm/am33.exp
10402 * gdb.disasm/h8300s.exp
10403 * gdb.disasm/mn10300.exp
10404 * gdb.disasm/sh3.exp
10405 * gdb.dwarf2/dw2-dir-file-name.exp
10406 * gdb.fortran/complex.exp
10407 * gdb.fortran/library-module.exp
10408 * gdb.guile/scm-pretty-print.exp
10409 * gdb.guile/scm-symbol.exp
10410 * gdb.guile/scm-type.exp
10411 * gdb.guile/scm-value.exp
10412 * gdb.linespec/linespec.exp
10413 * gdb.mi/gdb701.exp
10414 * gdb.mi/gdb792.exp
10415 * gdb.mi/mi-breakpoint-changed.exp
10416 * gdb.mi/mi-dprintf-pending.exp
10417 * gdb.mi/mi-dprintf.exp
10418 * gdb.mi/mi-exit-code.exp
10419 * gdb.mi/mi-pending.exp
10420 * gdb.mi/mi-solib.exp
10421 * gdb.mi/new-ui-mi-sync.exp
10422 * gdb.mi/pr11022.exp
10423 * gdb.mi/user-selected-context-sync.exp
10424 * gdb.opt/solib-intra-step.exp
10425 * gdb.python/py-events.exp
10426 * gdb.python/py-finish-breakpoint.exp
10427 * gdb.python/py-mi.exp
10428 * gdb.python/py-prettyprint.exp
10429 * gdb.python/py-shared.exp
10430 * gdb.python/py-symbol.exp
10431 * gdb.python/py-template.exp
10432 * gdb.python/py-type.exp
10433 * gdb.python/py-value.exp
10434 * gdb.reverse/solib-precsave.exp
10435 * gdb.reverse/solib-reverse.exp
10436 * gdb.server/solib-list.exp
10437 * gdb.stabs/weird.exp
10438 * gdb.threads/reconnect-signal.exp
10439 * gdb.threads/stepi-random-signal.exp
10440 * gdb.trace/actions.exp
10441 * gdb.trace/ax.exp
10442 * gdb.trace/backtrace.exp
10443 * gdb.trace/change-loc.exp
10444 * gdb.trace/deltrace.exp
10445 * gdb.trace/ftrace-lock.exp
10446 * gdb.trace/ftrace.exp
10447 * gdb.trace/infotrace.exp
10448 * gdb.trace/mi-tracepoint-changed.exp
10449 * gdb.trace/packetlen.exp
10450 * gdb.trace/passcount.exp
10451 * gdb.trace/pending.exp
10452 * gdb.trace/range-stepping.exp
10453 * gdb.trace/report.exp
10454 * gdb.trace/stap-trace.exp
10455 * gdb.trace/tfind.exp
10456 * gdb.trace/trace-break.exp
10457 * gdb.trace/trace-condition.exp
10458 * gdb.trace/trace-enable-disable.exp
10459 * gdb.trace/trace-mt.exp
10460 * gdb.trace/tracecmd.exp
10461 * gdb.trace/tspeed.exp
10462 * gdb.trace/tsv.exp
10463 * lib/perftest.exp
10464
10465 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10466
10467 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10468 with gdb_test_no_output.
10469 Use command as test name.
10470
10471 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10472
10473 Fix test names starting with uppercase throughout the files.
10474
10475 * gdb.ada/assign_1.exp
10476 * gdb.ada/boolean_expr.exp
10477 * gdb.base/arrayidx.exp
10478 * gdb.base/del.exp
10479 * gdb.base/gcore-buffer-overflow.exp
10480 * gdb.base/testenv.exp
10481 * gdb.compile/compile.exp
10482 * gdb.python/py-framefilter-invalidarg.exp
10483 * gdb.python/py-framefilter.exp
10484
10485 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10486
10487 Fix test names starting with uppercase throughout the files.
10488
10489 * gdb.ada/array_return.exp
10490 * gdb.ada/expr_delims.exp
10491 * gdb.ada/mi_dyn_arr.exp
10492 * gdb.ada/mi_interface.exp
10493 * gdb.ada/mi_var_array.exp
10494 * gdb.ada/watch_arg.exp
10495 * gdb.arch/alpha-step.exp
10496 * gdb.arch/altivec-regs.exp
10497 * gdb.arch/e500-regs.exp
10498 * gdb.arch/powerpc-d128-regs.exp
10499 * gdb.base/arrayidx.exp
10500 * gdb.base/break.exp
10501 * gdb.base/checkpoint.exp
10502 * gdb.base/debug-expr.exp
10503 * gdb.base/dmsym.exp
10504 * gdb.base/radix.exp
10505 * gdb.base/sepdebug.exp
10506 * gdb.base/testenv.exp
10507 * gdb.base/watch_thread_num.exp
10508 * gdb.base/watchpoint-cond-gone.exp
10509 * gdb.cell/break.exp
10510 * gdb.cell/ea-cache.exp
10511 * gdb.compile/compile.exp
10512 * gdb.cp/gdb2495.exp
10513 * gdb.gdb/selftest.exp
10514 * gdb.gdb/xfullpath.exp
10515 * gdb.go/hello.exp
10516 * gdb.go/integers.exp
10517 * gdb.objc/basicclass.exp
10518 * gdb.pascal/hello.exp
10519 * gdb.pascal/integers.exp
10520 * gdb.python/py-breakpoint.exp
10521 * gdb.python/py-cmd.exp
10522 * gdb.python/py-linetable.exp
10523 * gdb.python/py-xmethods.exp
10524 * gdb.python/python.exp
10525 * gdb.reverse/consecutive-precsave.exp
10526 * gdb.reverse/finish-precsave.exp
10527 * gdb.reverse/i386-precsave.exp
10528 * gdb.reverse/machinestate-precsave.exp
10529 * gdb.reverse/sigall-precsave.exp
10530 * gdb.reverse/solib-precsave.exp
10531 * gdb.reverse/step-precsave.exp
10532 * gdb.reverse/until-precsave.exp
10533 * gdb.reverse/watch-precsave.exp
10534 * gdb.threads/leader-exit.exp
10535 * gdb.threads/pthreads.exp
10536 * gdb.threads/wp-replication.exp
10537 * gdb.trace/actions.exp
10538 * gdb.trace/mi-tsv-changed.exp
10539 * gdb.trace/tsv.exp
10540
10541 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10542
10543 Fix test names starting with uppercase throughout the files.
10544
10545 * gdb.arch/i386-bp_permanent.exp
10546 * gdb.arch/i386-gnu-cfi.exp
10547 * gdb.base/disasm-end-cu.exp
10548 * gdb.base/macscp.exp
10549 * gdb.base/pending.exp
10550 * gdb.base/watch_thread_num.exp
10551 * gdb.cp/exception.exp
10552 * gdb.cp/gdb2495.exp
10553 * gdb.cp/local.exp
10554 * gdb.python/py-evsignal.exp
10555 * gdb.python/python.exp
10556 * gdb.trace/tracecmd.exp
10557
10558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10559
10560 Fix test names starting with uppercase throughout the files.
10561
10562 * gdb.base/charset.exp
10563 * gdb.base/eval.exp
10564 * gdb.base/multi-forks.exp
10565 * gdb.guile/scm-progspace.exp
10566 * gdb.opencl/datatypes.exp
10567 * gdb.python/py-block.exp
10568 * gdb.python/py-function.exp
10569 * gdb.python/py-symbol.exp
10570 * gdb.python/py-symtab.exp
10571 * gdb.python/py-xmethods.exp
10572 * gdb.reverse/break-precsave.exp
10573 * gdb.reverse/break-reverse.exp
10574 * gdb.reverse/consecutive-precsave.exp
10575 * gdb.reverse/consecutive-reverse.exp
10576 * gdb.reverse/finish-precsave.exp
10577 * gdb.reverse/finish-reverse-bkpt.exp
10578 * gdb.reverse/finish-reverse.exp
10579 * gdb.reverse/fstatat-reverse.exp
10580 * gdb.reverse/getresuid-reverse.exp
10581 * gdb.reverse/i386-precsave.exp
10582 * gdb.reverse/i386-reverse.exp
10583 * gdb.reverse/i386-sse-reverse.exp
10584 * gdb.reverse/i387-stack-reverse.exp
10585 * gdb.reverse/insn-reverse.exp
10586 * gdb.reverse/machinestate-precsave.exp
10587 * gdb.reverse/machinestate.exp
10588 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10589 * gdb.reverse/pipe-reverse.exp
10590 * gdb.reverse/readv-reverse.exp
10591 * gdb.reverse/recvmsg-reverse.exp
10592 * gdb.reverse/rerun-prec.exp
10593 * gdb.reverse/s390-mvcle.exp
10594 * gdb.reverse/sigall-precsave.exp
10595 * gdb.reverse/sigall-reverse.exp
10596 * gdb.reverse/solib-precsave.exp
10597 * gdb.reverse/solib-reverse.exp
10598 * gdb.reverse/step-precsave.exp
10599 * gdb.reverse/step-reverse.exp
10600 * gdb.reverse/time-reverse.exp
10601 * gdb.reverse/until-precsave.exp
10602 * gdb.reverse/until-reverse.exp
10603 * gdb.reverse/waitpid-reverse.exp
10604 * gdb.reverse/watch-precsave.exp
10605 * gdb.reverse/watch-reverse.exp
10606
10607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10608
10609 Fix test names starting with uppercase throughout the files.
10610
10611 * gdb.arch/i386-mpx-simple_segv.exp
10612 * gdb.arch/i386-mpx.exp
10613 * gdb.arch/i386-permbkpt.exp
10614 * gdb.arch/pa-nullify.exp
10615 * gdb.arch/powerpc-d128-regs.exp
10616 * gdb.arch/vsx-regs.exp
10617 * gdb.base/bfp-test.exp
10618 * gdb.base/break.exp
10619 * gdb.base/breakpoint-shadow.exp
10620 * gdb.base/callfuncs.exp
10621 * gdb.base/charset.exp
10622 * gdb.base/commands.exp
10623 * gdb.base/completion.exp
10624 * gdb.base/dfp-test.exp
10625 * gdb.base/echo.exp
10626 * gdb.base/ending-run.exp
10627 * gdb.base/eval.exp
10628 * gdb.base/expand-psymtabs.exp
10629 * gdb.base/float128.exp
10630 * gdb.base/floatn.exp
10631 * gdb.base/foll-exec-mode.exp
10632 * gdb.base/gdb1056.exp
10633 * gdb.base/gdb11531.exp
10634 * gdb.base/kill-after-signal.exp
10635 * gdb.base/multi-forks.exp
10636 * gdb.base/overlays.exp
10637 * gdb.base/pending.exp
10638 * gdb.base/sepdebug.exp
10639 * gdb.base/testenv.exp
10640 * gdb.base/valgrind-db-attach.exp
10641 * gdb.base/watch_thread_num.exp
10642 * gdb.base/watchpoint-cond-gone.exp
10643 * gdb.base/watchpoint.exp
10644 * gdb.base/watchpoints.exp
10645 * gdb.cp/arg-reference.exp
10646 * gdb.cp/baseenum.exp
10647 * gdb.cp/operator.exp
10648 * gdb.cp/shadow.exp
10649 * gdb.dwarf2/dw2-op-out-param.exp
10650 * gdb.dwarf2/dw2-reg-undefined.exp
10651 * gdb.go/chan.exp
10652 * gdb.go/hello.exp
10653 * gdb.go/integers.exp
10654 * gdb.go/methods.exp
10655 * gdb.go/package.exp
10656 * gdb.guile/scm-parameter.exp
10657 * gdb.guile/scm-progspace.exp
10658 * gdb.guile/scm-value.exp
10659 * gdb.mi/mi-pending.exp
10660 * gdb.mi/user-selected-context-sync.exp
10661 * gdb.multi/multi-attach.exp
10662 * gdb.multi/tids.exp
10663 * gdb.opt/clobbered-registers-O2.exp
10664 * gdb.pascal/floats.exp
10665 * gdb.pascal/integers.exp
10666 * gdb.python/py-block.exp
10667 * gdb.python/py-events.exp
10668 * gdb.python/py-parameter.exp
10669 * gdb.python/py-symbol.exp
10670 * gdb.python/py-symtab.exp
10671 * gdb.python/py-type.exp
10672 * gdb.python/py-value.exp
10673 * gdb.python/py-xmethods.exp
10674 * gdb.python/python.exp
10675 * gdb.reverse/break-precsave.exp
10676 * gdb.reverse/consecutive-precsave.exp
10677 * gdb.reverse/finish-precsave.exp
10678 * gdb.reverse/i386-precsave.exp
10679 * gdb.reverse/machinestate-precsave.exp
10680 * gdb.reverse/sigall-precsave.exp
10681 * gdb.reverse/solib-precsave.exp
10682 * gdb.reverse/step-precsave.exp
10683 * gdb.reverse/until-precsave.exp
10684 * gdb.reverse/watch-precsave.exp
10685 * gdb.server/ext-attach.exp
10686 * gdb.server/ext-restart.exp
10687 * gdb.server/ext-run.exp
10688 * gdb.server/ext-wrapper.exp
10689 * gdb.stabs/gdb11479.exp
10690 * gdb.stabs/weird.exp
10691 * gdb.threads/attach-many-short-lived-threads.exp
10692 * gdb.threads/kill.exp
10693 * gdb.threads/watchpoint-fork.exp
10694
10695 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10696
10697 Fix test names starting with uppercase throughout all the files below.
10698
10699 * gdb.ada/array_return.exp
10700 * gdb.ada/catch_ex.exp
10701 * gdb.ada/info_exc.exp
10702 * gdb.ada/mi_catch_ex.exp
10703 * gdb.ada/mi_dyn_arr.exp
10704 * gdb.ada/mi_ex_cond.exp
10705 * gdb.ada/mi_exc_info.exp
10706 * gdb.ada/mi_interface.exp
10707 * gdb.ada/mi_task_arg.exp
10708 * gdb.ada/mi_task_info.exp
10709 * gdb.ada/mi_var_array.exp
10710 * gdb.arch/alpha-step.exp
10711 * gdb.arch/amd64-disp-step.exp
10712 * gdb.arch/arm-disp-step.exp
10713 * gdb.arch/disp-step-insn-reloc.exp
10714 * gdb.arch/e500-prologue.exp
10715 * gdb.arch/ftrace-insn-reloc.exp
10716 * gdb.arch/gdb1558.exp
10717 * gdb.arch/i386-bp_permanent.exp
10718 * gdb.arch/i386-disp-step.exp
10719 * gdb.arch/i386-float.exp
10720 * gdb.arch/i386-gnu-cfi.exp
10721 * gdb.arch/ia64-breakpoint-shadow.exp
10722 * gdb.arch/mips16-thunks.exp
10723 * gdb.arch/pa-nullify.exp
10724 * gdb.arch/powerpc-aix-prologue.exp
10725 * gdb.arch/powerpc-power.exp
10726 * gdb.arch/ppc-dfp.exp
10727 * gdb.arch/s390-tdbregs.exp
10728 * gdb.arch/spu-info.exp
10729 * gdb.arch/spu-ls.exp
10730 * gdb.arch/thumb-bx-pc.exp
10731 * gdb.base/advance.exp
10732 * gdb.base/annota-input-while-running.exp
10733 * gdb.base/arrayidx.exp
10734 * gdb.base/asmlabel.exp
10735 * gdb.base/async.exp
10736 * gdb.base/attach-wait-input.exp
10737 * gdb.base/auto-connect-native-target.exp
10738 * gdb.base/batch-preserve-term-settings.exp
10739 * gdb.base/bfp-test.exp
10740 * gdb.base/bigcore.exp
10741 * gdb.base/bp-permanent.exp
10742 * gdb.base/break-always.exp
10743 * gdb.base/break-fun-addr.exp
10744 * gdb.base/break-idempotent.exp
10745 * gdb.base/break-main-file-remove-fail.exp
10746 * gdb.base/break-probes.exp
10747 * gdb.base/break-unload-file.exp
10748 * gdb.base/break.exp
10749 * gdb.base/call-ar-st.exp
10750 * gdb.base/call-rt-st.exp
10751 * gdb.base/call-sc.exp
10752 * gdb.base/call-signal-resume.exp
10753 * gdb.base/call-strs.exp
10754 * gdb.base/callexit.exp
10755 * gdb.base/callfuncs.exp
10756 * gdb.base/catch-gdb-caused-signals.exp
10757 * gdb.base/catch-signal-siginfo-cond.exp
10758 * gdb.base/catch-syscall.exp
10759 * gdb.base/compare-sections.exp
10760 * gdb.base/cond-eval-mode.exp
10761 * gdb.base/condbreak-call-false.exp
10762 * gdb.base/consecutive-step-over.exp
10763 * gdb.base/cursal.exp
10764 * gdb.base/disabled-location.exp
10765 * gdb.base/disasm-end-cu.exp
10766 * gdb.base/display.exp
10767 * gdb.base/double-prompt-target-event-error.exp
10768 * gdb.base/dprintf-bp-same-addr.exp
10769 * gdb.base/dprintf-detach.exp
10770 * gdb.base/dprintf-next.exp
10771 * gdb.base/dprintf-non-stop.exp
10772 * gdb.base/dprintf-pending.exp
10773 * gdb.base/dso2dso.exp
10774 * gdb.base/ending-run.exp
10775 * gdb.base/enum_cond.exp
10776 * gdb.base/examine-backward.exp
10777 * gdb.base/exe-lock.exp
10778 * gdb.base/exec-invalid-sysroot.exp
10779 * gdb.base/execl-update-breakpoints.exp
10780 * gdb.base/execution-termios.exp
10781 * gdb.base/fileio.exp
10782 * gdb.base/fixsection.exp
10783 * gdb.base/foll-exec-mode.exp
10784 * gdb.base/foll-exec.exp
10785 * gdb.base/fork-running-state.exp
10786 * gdb.base/frame-args.exp
10787 * gdb.base/fullpath-expand.exp
10788 * gdb.base/func-ptr.exp
10789 * gdb.base/gcore-relro-pie.exp
10790 * gdb.base/gdb1090.exp
10791 * gdb.base/gdb1555.exp
10792 * gdb.base/global-var-nested-by-dso.exp
10793 * gdb.base/gnu-ifunc.exp
10794 * gdb.base/hbreak-in-shr-unsupported.exp
10795 * gdb.base/hbreak-unmapped.exp
10796 * gdb.base/hook-stop.exp
10797 * gdb.base/infcall-input.exp
10798 * gdb.base/info-fun.exp
10799 * gdb.base/info-shared.exp
10800 * gdb.base/interrupt-noterm.exp
10801 * gdb.base/jit-so.exp
10802 * gdb.base/jit.exp
10803 * gdb.base/line-symtabs.exp
10804 * gdb.base/list.exp
10805 * gdb.base/longjmp.exp
10806 * gdb.base/macscp.exp
10807 * gdb.base/max-value-size.exp
10808 * gdb.base/nodebug.exp
10809 * gdb.base/nofield.exp
10810 * gdb.base/overlays.exp
10811 * gdb.base/paginate-after-ctrl-c-running.exp
10812 * gdb.base/paginate-bg-execution.exp
10813 * gdb.base/paginate-inferior-exit.exp
10814 * gdb.base/pending.exp
10815 * gdb.base/pr11022.exp
10816 * gdb.base/printcmds.exp
10817 * gdb.base/ptr-typedef.exp
10818 * gdb.base/ptype.exp
10819 * gdb.base/randomize.exp
10820 * gdb.base/range-stepping.exp
10821 * gdb.base/realname-expand.exp
10822 * gdb.base/relativedebug.exp
10823 * gdb.base/remote.exp
10824 * gdb.base/savedregs.exp
10825 * gdb.base/sepdebug.exp
10826 * gdb.base/set-noassign.exp
10827 * gdb.base/shlib-call.exp
10828 * gdb.base/shreloc.exp
10829 * gdb.base/sigaltstack.exp
10830 * gdb.base/sigbpt.exp
10831 * gdb.base/siginfo-addr.exp
10832 * gdb.base/siginfo-obj.exp
10833 * gdb.base/siginfo-thread.exp
10834 * gdb.base/signest.exp
10835 * gdb.base/signull.exp
10836 * gdb.base/sigrepeat.exp
10837 * gdb.base/skip.exp
10838 * gdb.base/so-impl-ld.exp
10839 * gdb.base/solib-corrupted.exp
10840 * gdb.base/solib-disc.exp
10841 * gdb.base/solib-display.exp
10842 * gdb.base/solib-overlap.exp
10843 * gdb.base/solib-search.exp
10844 * gdb.base/solib-symbol.exp
10845 * gdb.base/source-execution.exp
10846 * gdb.base/sss-bp-on-user-bp-2.exp
10847 * gdb.base/sss-bp-on-user-bp.exp
10848 * gdb.base/stack-checking.exp
10849 * gdb.base/stale-infcall.exp
10850 * gdb.base/step-break.exp
10851 * gdb.base/step-line.exp
10852 * gdb.base/step-over-exit.exp
10853 * gdb.base/step-test.exp
10854 * gdb.base/structs.exp
10855 * gdb.base/sym-file.exp
10856 * gdb.base/symtab-search-order.exp
10857 * gdb.base/term.exp
10858 * gdb.base/type-opaque.exp
10859 * gdb.base/unload.exp
10860 * gdb.base/until-nodebug.exp
10861 * gdb.base/until.exp
10862 * gdb.base/unwindonsignal.exp
10863 * gdb.base/watch-cond.exp
10864 * gdb.base/watch-non-mem.exp
10865 * gdb.base/watch_thread_num.exp
10866 * gdb.base/watchpoint-reuse-slot.exp
10867 * gdb.base/watchpoint-solib.exp
10868 * gdb.base/watchpoint.exp
10869 * gdb.btrace/dlopen.exp
10870 * gdb.cell/arch.exp
10871 * gdb.cell/break.exp
10872 * gdb.cell/bt.exp
10873 * gdb.cell/core.exp
10874 * gdb.cell/data.exp
10875 * gdb.cell/dwarfaddr.exp
10876 * gdb.cell/ea-cache.exp
10877 * gdb.cell/ea-standalone.exp
10878 * gdb.cell/ea-test.exp
10879 * gdb.cell/f-regs.exp
10880 * gdb.cell/fork.exp
10881 * gdb.cell/gcore.exp
10882 * gdb.cell/mem-access.exp
10883 * gdb.cell/ptype.exp
10884 * gdb.cell/registers.exp
10885 * gdb.cell/sizeof.exp
10886 * gdb.cell/solib-symbol.exp
10887 * gdb.cell/solib.exp
10888 * gdb.compile/compile-tls.exp
10889 * gdb.cp/exception.exp
10890 * gdb.cp/gdb2495.exp
10891 * gdb.cp/local.exp
10892 * gdb.cp/mb-inline.exp
10893 * gdb.cp/mb-templates.exp
10894 * gdb.cp/pr10687.exp
10895 * gdb.cp/pr9167.exp
10896 * gdb.cp/scope-err.exp
10897 * gdb.cp/templates.exp
10898 * gdb.cp/virtfunc.exp
10899 * gdb.dwarf2/dw2-dir-file-name.exp
10900 * gdb.dwarf2/dw2-single-line-discriminators.exp
10901 * gdb.fortran/complex.exp
10902 * gdb.fortran/library-module.exp
10903 * gdb.guile/guile.exp
10904 * gdb.guile/scm-cmd.exp
10905 * gdb.guile/scm-frame-inline.exp
10906 * gdb.guile/scm-objfile.exp
10907 * gdb.guile/scm-pretty-print.exp
10908 * gdb.guile/scm-symbol.exp
10909 * gdb.guile/scm-type.exp
10910 * gdb.guile/scm-value.exp
10911 * gdb.linespec/keywords.exp
10912 * gdb.linespec/ls-errs.exp
10913 * gdb.linespec/macro-relative.exp
10914 * gdb.linespec/thread.exp
10915 * gdb.mi/mi-breakpoint-changed.exp
10916 * gdb.mi/mi-dprintf-pending.exp
10917 * gdb.mi/mi-fullname-deleted.exp
10918 * gdb.mi/mi-logging.exp
10919 * gdb.mi/mi-pending.exp
10920 * gdb.mi/mi-solib.exp
10921 * gdb.mi/new-ui-mi-sync.exp
10922 * gdb.mi/user-selected-context-sync.exp
10923 * gdb.multi/dummy-frame-restore.exp
10924 * gdb.multi/multi-arch-exec.exp
10925 * gdb.multi/remove-inferiors.exp
10926 * gdb.multi/watchpoint-multi-exit.exp
10927 * gdb.opt/solib-intra-step.exp
10928 * gdb.perf/backtrace.exp
10929 * gdb.perf/single-step.exp
10930 * gdb.perf/skip-command.exp
10931 * gdb.perf/skip-prologue.exp
10932 * gdb.perf/solib.exp
10933 * gdb.python/lib-types.exp
10934 * gdb.python/py-as-string.exp
10935 * gdb.python/py-bad-printers.exp
10936 * gdb.python/py-block.exp
10937 * gdb.python/py-breakpoint.exp
10938 * gdb.python/py-cmd.exp
10939 * gdb.python/py-events.exp
10940 * gdb.python/py-evthreads.exp
10941 * gdb.python/py-finish-breakpoint.exp
10942 * gdb.python/py-finish-breakpoint2.exp
10943 * gdb.python/py-frame-inline.exp
10944 * gdb.python/py-frame.exp
10945 * gdb.python/py-inferior.exp
10946 * gdb.python/py-infthread.exp
10947 * gdb.python/py-mi.exp
10948 * gdb.python/py-objfile.exp
10949 * gdb.python/py-pp-maint.exp
10950 * gdb.python/py-pp-registration.exp
10951 * gdb.python/py-prettyprint.exp
10952 * gdb.python/py-recurse-unwind.exp
10953 * gdb.python/py-shared.exp
10954 * gdb.python/py-symbol.exp
10955 * gdb.python/py-symtab.exp
10956 * gdb.python/py-template.exp
10957 * gdb.python/py-type.exp
10958 * gdb.python/py-unwind-maint.exp
10959 * gdb.python/py-unwind.exp
10960 * gdb.python/py-value.exp
10961 * gdb.python/python.exp
10962 * gdb.reverse/finish-reverse-bkpt.exp
10963 * gdb.reverse/insn-reverse.exp
10964 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10965 * gdb.reverse/solib-precsave.exp
10966 * gdb.reverse/solib-reverse.exp
10967 * gdb.stabs/gdb11479.exp
10968 * gdb.stabs/weird.exp
10969 * gdb.threads/fork-child-threads.exp
10970 * gdb.threads/fork-plus-threads.exp
10971 * gdb.threads/fork-thread-pending.exp
10972 * gdb.threads/forking-threads-plus-breakpoint.exp
10973 * gdb.threads/hand-call-in-threads.exp
10974 * gdb.threads/interrupted-hand-call.exp
10975 * gdb.threads/linux-dp.exp
10976 * gdb.threads/local-watch-wrong-thread.exp
10977 * gdb.threads/next-while-other-thread-longjmps.exp
10978 * gdb.threads/non-ldr-exit.exp
10979 * gdb.threads/pending-step.exp
10980 * gdb.threads/print-threads.exp
10981 * gdb.threads/process-dies-while-detaching.exp
10982 * gdb.threads/process-dies-while-handling-bp.exp
10983 * gdb.threads/pthreads.exp
10984 * gdb.threads/queue-signal.exp
10985 * gdb.threads/reconnect-signal.exp
10986 * gdb.threads/signal-command-handle-nopass.exp
10987 * gdb.threads/signal-command-multiple-signals-pending.exp
10988 * gdb.threads/signal-delivered-right-thread.exp
10989 * gdb.threads/signal-sigtrap.exp
10990 * gdb.threads/sigthread.exp
10991 * gdb.threads/staticthreads.exp
10992 * gdb.threads/stepi-random-signal.exp
10993 * gdb.threads/thread-unwindonsignal.exp
10994 * gdb.threads/thread_check.exp
10995 * gdb.threads/thread_events.exp
10996 * gdb.threads/tid-reuse.exp
10997 * gdb.threads/tls-nodebug.exp
10998 * gdb.threads/tls-shared.exp
10999 * gdb.threads/tls-so_extern.exp
11000 * gdb.threads/tls.exp
11001 * gdb.threads/wp-replication.exp
11002 * gdb.trace/actions-changed.exp
11003 * gdb.trace/actions.exp
11004 * gdb.trace/backtrace.exp
11005 * gdb.trace/change-loc.exp
11006 * gdb.trace/collection.exp
11007 * gdb.trace/deltrace.exp
11008 * gdb.trace/disconnected-tracing.exp
11009 * gdb.trace/entry-values.exp
11010 * gdb.trace/ftrace-lock.exp
11011 * gdb.trace/ftrace.exp
11012 * gdb.trace/infotrace.exp
11013 * gdb.trace/mi-trace-frame-collected.exp
11014 * gdb.trace/mi-trace-unavailable.exp
11015 * gdb.trace/mi-traceframe-changed.exp
11016 * gdb.trace/mi-tracepoint-changed.exp
11017 * gdb.trace/mi-tsv-changed.exp
11018 * gdb.trace/no-attach-trace.exp
11019 * gdb.trace/packetlen.exp
11020 * gdb.trace/passc-dyn.exp
11021 * gdb.trace/passcount.exp
11022 * gdb.trace/pending.exp
11023 * gdb.trace/pr16508.exp
11024 * gdb.trace/qtro.exp
11025 * gdb.trace/range-stepping.exp
11026 * gdb.trace/read-memory.exp
11027 * gdb.trace/report.exp
11028 * gdb.trace/save-trace.exp
11029 * gdb.trace/signal.exp
11030 * gdb.trace/stap-trace.exp
11031 * gdb.trace/status-stop.exp
11032 * gdb.trace/strace.exp
11033 * gdb.trace/tfile.exp
11034 * gdb.trace/tfind.exp
11035 * gdb.trace/trace-break.exp
11036 * gdb.trace/trace-condition.exp
11037 * gdb.trace/trace-enable-disable.exp
11038 * gdb.trace/trace-mt.exp
11039 * gdb.trace/tracecmd.exp
11040 * gdb.trace/tracefile-pseudo-reg.exp
11041 * gdb.trace/tspeed.exp
11042 * gdb.trace/tstatus.exp
11043 * gdb.trace/tsv.exp
11044 * gdb.trace/unavailable.exp
11045 * gdb.trace/while-dyn.exp
11046 * gdb.trace/while-stepping.exp
11047 * lib/gdb-guile.exp
11048 * lib/gdb.exp
11049 * lib/mi-support.exp
11050 * lib/pascal.exp
11051 * lib/perftest.exp
11052 * lib/prelink-support.exp
11053 * lib/selftest-support.exp
11054
11055 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11056
11057 * Makefile.in: Include disable-implicit-rules.mk.
11058
11059 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11060
11061 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11062 non-byte-aligned bit fields.
11063
11064 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11065
11066 PR gdb/12616
11067 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11068 respects the DW_AT_data_bit_offset attribute.
11069
11070 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11071
11072 * gdb.base/default.exp: Fix output of "set language".
11073
11074 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11075
11076 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11077 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11078 make.
11079 * configure.ac: Remove checks for the make program.
11080 * configure: Re-generate.
11081
11082 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11083
11084 * gdb.python/py-recurse-unwind.c (main): Add loop.
11085 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11086 to read_register() and gdb.parse_and_eval(). Make each code
11087 call a separate case that can be individually tested.
11088 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11089 proc. Call cont_and_backtrace for each of the code paths that
11090 we want to test in the unwinder.
11091
11092 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11093
11094 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11095 the definition of struct S.
11096
11097 2016-11-11 Catherine Moore <clm@codesourcery.com>
11098
11099 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11100
11101 2016-11-09 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/commands.exp (runto_or_return): New procedure.
11104 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11105 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11106 (progvar_simple_while_test, progvar_complex_if_while_test)
11107 (if_while_breakpoint_command_test)
11108 (infrun_breakpoint_command_test, breakpoint_command_test)
11109 (user_defined_command_test, watchpoint_command_test)
11110 (test_command_prompt_position, redefine_hook_test)
11111 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11112 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11113 multi_line_input and multi_line. Remove gdb_expect and
11114 gdb_stop_suppressing_tests uses.
11115 * lib/gdb.exp (valnum_re): New global.
11116 (multi_line_input): New procedure.
11117
11118 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11119
11120 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11121 Remove.
11122 (test_setup): Define with proc_with_prefix.
11123 (test_cli_inferior): Likewise.
11124 (test_cli_thread): Likewise.
11125 (test_cli_frame): Likewise.
11126 (test_cli_select_frame): Likewise.
11127 (test_cli_up_down): Likewise.
11128 (test_mi_thread_select): Likewise.
11129 (test_mi_stack_select_frame): Likewise.
11130 (test_cli_in_mi_inferior): Likewise.
11131 (test_cli_in_mi_thread): Likewise.
11132 (test_cli_in_mi_frame): Likewise.
11133 (top level): Do not use with_test_prefix_procname.
11134
11135 2016-11-09 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.base/commands.exp (gdbvar_simple_if_test)
11138 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11139 (progvar_simple_if_test, progvar_simple_while_test)
11140 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11141 (infrun_breakpoint_command_test, breakpoint_command_test)
11142 (user_defined_command_test, watchpoint_command_test)
11143 (test_command_prompt_position, deprecated_command_test)
11144 (bp_deleted_in_command, temporary_breakpoint_commands)
11145 (stray_arg0_test, source_file_with_indented_comment)
11146 (recursive_source_test, if_commands_test)
11147 (error_clears_commands_left, redefine_hook_test)
11148 (redefine_backtrace_test): Use proc_with_prefix.
11149 * lib/gdb.exp (proc_with_prefix): New proc.
11150
11151 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11152
11153 * gdb.base/tui-layout.c: New file.
11154 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11155 disassembly window contains very long lines.
11156
11157 2016-11-08 Tom Tromey <tom@tromey.com>
11158
11159 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11160 depend on Python 2.
11161
11162 2016-11-08 Tom Tromey <tom@tromey.com>
11163
11164 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11165 New method.
11166
11167 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11168
11169 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11170
11171 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11172
11173 * gdb.rust/simple.rs: Add test for univariant enums without
11174 discriminants and for encoded struct-like enums.
11175
11176 2016-10-28 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11179 gdb_test_multiple, tighten regexps and match symtabs and line
11180 tables incrementally.
11181
11182 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11183
11184 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11185 general.
11186
11187 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11188
11189 * gdb.base/exec-invalid-sysroot.exp: New file.
11190
11191 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11194
11195 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11196
11197 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11198
11199 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11200
11201 * gdb.base/killed-outside.exp: Remove $options from a call to
11202 `prepare_for_testing'.
11203
11204 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11205
11206 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11207 Change test message.
11208
11209 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11210
11211 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11212 Update comment.
11213
11214 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * gdb.trace/mi-trace-save.exp: New file.
11217
11218 2016-10-13 Yao Qi <yao.qi@linaro.org>
11219
11220 * gdb.base/code_elim.exp (get_var_address): Remove.
11221 * gdb.base/relocate.exp: Likewise.
11222 * gdb.base/shreloc.exp: Likewise.
11223 * lib/gdb.exp (get_var_address): New.
11224
11225 2016-10-13 Yao Qi <yao.qi@linaro.org>
11226
11227 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11228 floating point tests if $skip_float_test is false.
11229
11230 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11231
11232 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11233 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11234 argc values.
11235 Add 1 to argc so we guarantee distinct initial/modified argc values.
11236
11237 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11238
11239 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11240
11241 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11244 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11245 * gdb.arch/vsx-regs.exp: Likewise.
11246
11247 2016-10-07 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11250
11251 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11252
11253 * gdb.python/python.exp: Test decode_line("*0").
11254
11255 2016-10-06 Doug Evans <dje@google.com>
11256
11257 * gdb.python/py-value.exp (test_value_creation): Add test for large
11258 unsigned 64-bit value.
11259
11260 2016-10-06 Tom Tromey <tom@tromey.com>
11261
11262 * gdb.compile/compile.exp: Change java tests to rust.
11263 * gdb.base/setshow.exp: Change java tests to rust.
11264 * gdb.base/default.exp: Remove java from language list.
11265 * README (Examples): Update language example.
11266 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11267 test.
11268 * lib/gdb.exp (skip_java_tests): Remove.
11269 * lib/java.exp: Remove.
11270 * gdb.java: Remove.
11271
11272 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11273
11274 * gdb.arch/mips-fcr.exp: New test.
11275 * gdb.arch/mips-fcr.c: Source for the new test.
11276
11277 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11278
11279 * gdb.base/solib-disc.exp: Use `standard_output_file'
11280 throughout.
11281
11282 2016-10-06 Pedro Alves <palves@redhat.com>
11283
11284 * gdb.base/jit-simple-dl.c: New file.
11285 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11286 * gdb.base/jit-simple.c: ... this.
11287 * gdb.base/jit-simple.exp (jit_run): Delete.
11288 (build_jit): New proc.
11289 (jit_test_reread): Recompile either the main program or the shared
11290 library, depending on what is being tested. Skip changing address
11291 if caller wants to. Compare before/after addresses. If testing
11292 standalone, explicitly load the binary. Test "maint info
11293 breakpoints".
11294 (top level): Add "standalone vs shared lib" and "change address"
11295 vs "same address" axes.
11296
11297 2016-10-06 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11300 call.
11301 (jit_run): Delete.
11302 (jit_test_reread): Use with_test_prefix. Reload the main binary
11303 explicitly. Compare the before/after addresses of the JIT
11304 descriptor.
11305
11306 2016-08-15 Doug Evans <dje@google.com>
11307
11308 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11309 for single bitfields is bool.
11310 * gdb.xml/tdesc-regs.exp: Ditto.
11311
11312 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11313
11314 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11315
11316 2016-10-05 Yao Qi <yao.qi@linaro.org>
11317
11318 * lib/gdb.exp (support_complex_tests): Return zero if
11319 gdb_skip_float_test return true.
11320
11321 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11322 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 PR gdb/20487
11325 * gdb.mi/user-selected-context-sync.exp: New file.
11326 * gdb.mi/user-selected-context-sync.c: New file.
11327
11328 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11329 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 PR gdb/20487
11332 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11333 =thread-select-event check.
11334
11335 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11336
11337 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11338 the compulsory L operand changes.
11339 * gdb.arch/powerpc-power.s: Likewise.
11340
11341 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11342
11343 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11344 * gdb.base/jit-attach-pie.c: New file.
11345 * gdb.base/jit-attach-pie.exp: New file.
11346
11347 2016-09-28 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/infcall-input.c: New file.
11350 * gdb.base/infcall-input.exp: New file.
11351
11352 2016-09-22 Yao Qi <yao.qi@linaro.org>
11353
11354 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11355 (gdb_exit): Rename it to ...
11356 (gdbserver_gdb_exit): ... Close GDBserver.
11357 (gdb_exit): New proc, call gdbserver_gdb_exit.
11358 (mi_gdb_exit): Likewise.
11359
11360 2016-09-22 Yao Qi <yao.qi@linaro.org>
11361
11362 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11363 path.
11364 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11365 Remove duplication.
11366
11367 2016-09-22 Yao Qi <yao.qi@linaro.org>
11368
11369 * lib/gdbserver-support.exp: Check the existence of
11370 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11371
11372 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11373
11374 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11375
11376 2016-09-21 Tom Tromey <tom@tromey.com>
11377
11378 PR gdb/20604:
11379 * gdb.base/quit.exp: New file.
11380
11381 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11382
11383 * .gitignore: New file.
11384
11385 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11386
11387 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11388 throughout.
11389
11390 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11391
11392 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11393
11394 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11395
11396 * gdb.cp/casts.cc (decltype): Move it ...
11397 (main): ... with its call to ...
11398 * gdb.cp/casts03.cc: ... a new file.
11399 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11400
11401 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11402
11403 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11404
11405 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11406
11407 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11408 and sync up the test with tests in gas/testsuite/gas/ppc.
11409 * gdb.arch/powerpc-power.exp: Likewise.
11410
11411 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11412
11413 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11414
11415 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11416 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11419 make m1's definition to be different from m2's. Use 'dummy' as an
11420 argument for probe 'two'.
11421
11422 2016-09-10 Jon Beniston <jon@beniston.com>
11423
11424 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11425 for sim target.
11426
11427 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11428
11429 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11430 variable declaration.
11431 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11432 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11433 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11434 received HWCAP as its argument.
11435
11436 2016-09-06 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.base/new-ui-pending-input.c: New file.
11439 * gdb.base/new-ui-pending-input.exp: New file.
11440 * gdb.exp (clear_gdb_spawn_id): New procedure.
11441 (with_spawn_id): Check whether gdb_spawn_id exists before
11442 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11443 on exit.
11444
11445 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11446
11447 * gdb.base/float128.c: New file.
11448 * gdb.base/float128.exp: Likewise.
11449 * gdb.base/floatn.c: Likewise.
11450 * gdb.base/floatn.exp: Likewise.
11451
11452 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11453
11454 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11455
11456 2016-09-05 Pedro Alves <palves@redhat.com>
11457
11458 PR backtrace/19927
11459 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11460 unwinders are immediately called as side effect of "source" or
11461 "disable unwinder" commands.
11462 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11463
11464 2016-09-02 Yao Qi <yao.qi@linaro.org>
11465
11466 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11467 is true and $type is "float" or "double".
11468
11469 2016-09-02 Yao Qi <yao.qi@linaro.org>
11470
11471 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11472 true.
11473 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11474 * gdb.base/call-rt-st.exp: Likewise.
11475 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11476 return value instead of gdb,skip_float_test.
11477 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11478 (do_function_calls): Use its return value instead of
11479 gdb,skip_float_test.
11480 * gdb.base/finish.exp: Likewise.
11481 * gdb.base/funcargs.exp: Likewise.
11482 * gdb.base/return.exp: Likewise.
11483 * gdb.base/return2.exp: Likewise.
11484 * gdb.base/varargs.exp: Likewise.
11485 * lib/gdb.exp (gdb_skip_float_test): Change it to
11486 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11487
11488 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11489
11490 * gdb.multi/tids.exp: Test "thread apply all".
11491
11492 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11493
11494 * gdb.base/default.exp (tty): Remove.
11495
11496 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11497
11498 * gdb.python/py-recurse-unwind.c: New file.
11499 * gdb.python/py-recurse-unwind.py: New file.
11500 * gdb.python/py-recurse-unwind.exp: New file.
11501
11502 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.base/set-inferior-tty.exp: New file.
11505 * gdb.base/set-inferior-tty.c: New file.
11506
11507 2016-08-23 Pedro Alves <palves@redhat.com>
11508
11509 PR gdb/20494
11510 * gdb.base/new-ui-echo.c: New file.
11511 * gdb.base/new-ui-echo.exp: New file.
11512
11513 2016-08-23 Yao Qi <yao.qi@linaro.org>
11514
11515 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11516 gdbserver_spawn.
11517 * gdb.server/connect-without-multi-process.exp (do_test):
11518 Likewise.
11519
11520 2016-08-23 Yao Qi <yao.qi@linaro.org>
11521
11522 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11523 standalone_txt. Delete gdb_txt and standalone_txt on host
11524 and target. Spawn the binary on target. Copy files from
11525 target to host.
11526
11527 2016-08-22 Pedro Alves <palves@redhat.com>
11528
11529 PR gdb/20505
11530 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11531 with_test_prefix. Factor out bits to ...
11532 (test_no_vdso): ... this new procedure.
11533
11534 2016-08-19 Carl Love <cel@us.ibm.com>
11535
11536 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11537 maintaining separate logic for constructing the output path.
11538 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11539 * gdb.arch/ppc-dfp.exp: Likewise.
11540 * gdb.arch/ppc-fp.exp: Likewise.
11541 * gdb.arch/vsx-regs.exp: Likewise.
11542 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11543 binprefix for generating the additional binary files.
11544
11545 2016-08-19 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.trace/mi-trace-frame-collected.exp
11548 (test_trace_frame_collected): On x32, expect two registers.
11549
11550 2016-08-18 Carl Love <cel@us.ibm.com>
11551
11552 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11553 and sync up the test with tests in gas/testsuite/gas/ppc.
11554 * gdb.arch/powerpc-power.exp: Likewise.
11555
11556 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11557
11558 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11559 expected error message.
11560
11561 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * gdb.multi/remove-inferiors.exp: New file.
11564 * gdb.multi/remove-inferiors.c: New file.
11565
11566 2016-08-12 Yao Qi <yao.qi@linaro.org>
11567
11568 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11569 argument list.
11570
11571 2016-08-10 Pedro Alves <palves@redhat.com>
11572
11573 PR gdb/19187
11574 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11575 setup_kfails.
11576
11577 2016-08-09 Pedro Alves <palves@redhat.com>
11578 Simon Marchi <simon.marchi@ericsson.com>
11579
11580 PR gdb/20418
11581 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11582 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11583
11584 2016-08-09 Pedro Alves <palves@redhat.com>
11585
11586 PR mi/20431
11587 * gdb.mi/mi-cmd-error.exp: New file.
11588
11589 2016-08-09 Pedro Alves <palves@redhat.com>
11590
11591 PR gdb/18653
11592 * gdb.base/signals-state-child.c: New file.
11593 * gdb.base/signals-state-child.exp: New file.
11594 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11595
11596 2016-08-09 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11599
11600 2016-08-03 Tom Tromey <tom@tromey.com>
11601
11602 PR python/18565:
11603 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11604
11605 2016-08-01 Yao Qi <yao.qi@linaro.org>
11606
11607 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11608 variable mode to "multi-process" if $multi_process is 1, otherwise
11609 set it to "single-process".
11610
11611 2016-08-01 Yao Qi <yao.qi@linaro.org>
11612
11613 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11614 * gdb.cp/cpexprs.exp: Likewise.
11615 * gdb.cp/m-static.exp: Likewise.
11616
11617 2016-07-26 Tom Tromey <tom@tromey.com>
11618
11619 PR python/20190:
11620 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11621 test.
11622
11623 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11624
11625 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11626 selecting assembly source files.
11627 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11628 assembly source files.
11629 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11630 assembly source files.
11631 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11632 selecting assembly source files.
11633
11634 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11635
11636 * gdb.base/new-ui.exp (do_test_invalid_args): New
11637 procedure.
11638
11639 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11640
11641 * gdb.btrace/reconnect.c: New file.
11642 * gdb.btrace/reconnect.exp: New file.
11643
11644 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11645
11646 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11647 to test_catch_syscall_group.
11648 (test_catch_syscall_group): New.
11649
11650 2016-07-21 Tom Tromey <tom@tromey.com>
11651
11652 * gdb.rust/simple.rs (main): Use empty struct expression.
11653 * gdb.rust/simple.exp: Add tests for empty struct expression.
11654
11655 2016-07-21 Yao Qi <yao.qi@linaro.org>
11656
11657 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11658 if gdb_skip_xml_test is true on some targets.
11659
11660 2016-07-21 Yao Qi <yao.qi@linaro.org>
11661
11662 * gdb.server/solib-list.exp: Unset last_loaded_file.
11663
11664 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11667 "step into captured_main (args)".
11668
11669 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11672
11673 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11674
11675 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11676
11677 2016-07-19 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11680 * gdb.opt/inline-bt.exp: Likewise.
11681 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11682 additional_flags=-Winline.
11683 * gdb.opt/inline-locals.exp: Likewise.
11684 * gdb.opt/inline-markers.c (ATTR): Define.
11685 (inlined_fn): Use it.
11686
11687 2016-07-19 Yao Qi <yao.qi@linaro.org>
11688
11689 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11690 (test_with_self): Remove some code. Remove argument executable.
11691 (top-level): Use do_self_tests.
11692
11693 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11694 Don Breazeal <donb@codesourcery.com>
11695
11696 * gdb.base/maint.exp: Escape paths used in regular expressions.
11697 * gdb.stabs/weird.exp: Likewise.
11698
11699 2016-07-13 Tom Tromey <tom@tromey.com>
11700
11701 PR python/15620, PR python/18620:
11702 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11703 (test_bkpt_events): New procs.
11704
11705 2016-07-13 Tom Tromey <tom@tromey.com>
11706
11707 PR python/17698:
11708 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11709 test.
11710 (test_watchpoints): Likewise.
11711 (test_bkpt_pending): New proc.
11712
11713 2016-07-13 Tom Tromey <tom@tromey.com>
11714
11715 PR cli/18053:
11716 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11717 completion test.
11718
11719 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11720
11721 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11722 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11723 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11724 f_label.
11725 (g): Rename g_end_lbl to g_label.
11726 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11727 low_pc and high_pc.
11728 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11729
11730 2016-07-12 Tom Tromey <tom@tromey.com>
11731
11732 PR python/19293:
11733 * gdb.python/py-unwind-maint.exp: Update tests.
11734
11735 2016-07-12 Yao Qi <yao.qi@linaro.org>
11736
11737 * lib/selftest-support.exp (selftest_setup): Match the output
11738 when captured_main is inlined.
11739
11740 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11741
11742 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11743 New variables.
11744 (print this%a, print this%b, print this): New tests.
11745 * gdb.fortran/derived-types.f90 (this): New object and
11746 initialization.
11747
11748 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11749
11750 * gdb.ada/arraydim.exp: Remove extra directory level in build
11751 directory.
11752
11753 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11754
11755 * lib/ada.exp: Remove extra directory level in build directory.
11756 * gdb.ada/cond_lang.exp: Likewise.
11757 * gdb.ada/exec_changed.exp: Likewise.
11758 * gdb.ada/lang_switch.exp: Likewise.
11759
11760 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11761
11762 * simple.rs: Add test for raw pointer subscripting.
11763 * simple.exp: Add test expectations.
11764
11765 2016-07-05 Yao Qi <yao.qi@linaro.org>
11766
11767 * gdb.mi/mi-reverse.exp: Match =record-started output.
11768
11769 2016-07-01 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11772 procedure.
11773 (jit_reader_test): Test the jit reader's unwinder.
11774 * gdb.base/jithost.c (jit_function_00_code): New global.
11775 (main): Use memcpy to fill in the mmapped code, instead of poking
11776 bytes manually here.
11777 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11778 value.
11779 (read_debug_info): Save the function's range.
11780 (read_sp): New function.
11781 (unwind_frame): Use it. Also unwind RBP.
11782 (get_frame_id): Use read_sp.
11783 (gdb_init_reader): Use calloc instead of malloc.
11784 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11785 parameter. Use gdb_test_multiple.
11786
11787 2016-07-01 Pedro Alves <palves@redhat.com>
11788 Antoine Tremblay <antoine.tremblay@ericsson.com>
11789
11790 * gdb.threads/process-dies-while-detaching.c: New file.
11791 * gdb.threads/process-dies-while-detaching.exp: New file.
11792
11793 2016-07-01 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.multi/watchpoint-multi-exit.c: New file.
11796 * gdb.multi/watchpoint-multi-exit.exp: New file.
11797
11798 2016-06-30 Pedro Alves <palves@redhat.com>
11799
11800 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11801 unset inferior_spawn_id.
11802
11803 2016-06-30 Pedro Alves <palves@redhat.com>
11804
11805 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11806 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11807
11808 2016-06-29 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.base/return.c: Add copyright header.
11811
11812 2016-06-29 Tom Tromey <tom@tromey.com>
11813
11814 PR python/20129:
11815 * gdb.python/py-framefilter.exp: Add tests for setting priority
11816 and disabling of non-existent frame filter.
11817
11818 2016-06-29 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11821 0x0f07ff.
11822
11823 2016-06-28 Yao Qi <yao.qi@linaro.org>
11824
11825 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11826 triplets. Start gdb, execute catch syscall, and continue. Check
11827 gdb's output to determine catch syscall is supported.
11828
11829 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11830
11831 * gdb.rust/simple.rs: Add test for returning unit in a function.
11832 * gdb.rust/simple.exp: Add expectation for functions returning
11833 unit.
11834
11835 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11836
11837 * gdb.python/py-breakpoint-create-fail.c,
11838 gdb.python/py-breakpoint-create-fail.exp,
11839 gdb.python/py-breakpoint-create-fail.py: New testcase.
11840
11841 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11842
11843 PR gdb/20239
11844 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11845 * gdb.rust/simple.exp: Add test expectations for new NonZero
11846 tests.
11847
11848 2016-06-24 David Taylor <dtaylor@emc.com>
11849
11850 * gdb.base/offsets.exp: New file.
11851 * gdb.base/offsets.c: New file.
11852
11853 2016-06-23 Tom Tromey <tom@tromey.com>
11854
11855 PR gdb/16483:
11856 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11857 before any filters are loaded.
11858
11859 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11860
11861 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11862 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11863 structs.
11864 * gdb.fortran/derived-type-function.exp: New file.
11865 * gdb.fortran/derived-type-function.f90: New file.
11866
11867
11868 2016-06-21 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.base/new-ui.exp: New file.
11871 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11872 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11873 (with_spawn_id): New procedure.
11874
11875 2016-06-21 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.mi/mi-exec-run.exp: New file.
11878
11879 2016-06-21 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11882 breakpoint command's output on the main UI.
11883 (test_break): New procedure, factored out from calls in the top
11884 level.
11885 (top level): Use foreach_with_prefix to test MI as main UI and as
11886 separate UI.
11887
11888 2016-06-21 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11891 (test_awatch_creation_and_listing)
11892 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11893 Remove 'type' parameter.
11894 (test_watchpoint_all): New parameter mi_mode. Remove
11895 with_test_prefix.
11896 (top level): Use foreach_with_prefix, and add main/separate UI MI
11897 testing axis.
11898
11899 2016-06-21 Pedro Alves <palves@redhat.com>
11900
11901 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11902 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11903 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11904 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11905 (gdb_main_spawn_id, mi_spawn_id): Declare and
11906 comment.
11907 (mi_create_inferior_pty): New procedure,
11908 factored out from default_mi_gdb_start.
11909 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11910 procedures.
11911 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11912 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11913 Use mi_create_inferior_pty.
11914 (mi_gdb_start): Use eval to pass down args list.
11915
11916 2016-06-21 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11919 * gdb.opt/inline-cmds.exp: Add MI tests.
11920
11921 2016-06-21 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11924
11925 2016-06-21 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11928 (top level): Use it instead of mi_execute_to.
11929
11930 2016-06-21 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11933 (cont_handler_str): New.
11934 (signal_stop_handler): Set stop_handler_str instead of printing to
11935 stdout.
11936 (continue_handler): Set cont_handler_str instead of printing to
11937 stdout.
11938 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11939 mi_send_resuming_command. Print stop_handler_str and
11940 cont_handler_str instead of expecting the python events print
11941 directly.
11942
11943 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11944
11945 * gdb.base/jit-reader.exp: New file.
11946 * gdb.base/jithost.c: New file.
11947 * gdb.base/jithost.h: New file.
11948 * gdb.base/jitreader.c : New file.
11949 * gdb.base/jit-protocol.h: New file.
11950
11951 2016-06-17 Yao Qi <yao.qi@linaro.org>
11952
11953 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11954 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11955 and detach-on-fork. Adjust tests.
11956 (top level): Invoke break_cond_on_syscall with combinations of
11957 syscall, follow-fork-mode and detach-on-fork.
11958
11959 2016-06-17 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.base/step-over-exit.c: New.
11962 * gdb.base/step-over-exit.exp: New.
11963
11964 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11965
11966 * gdb.base/float.exp: Add target check for nds32*-*-*.
11967 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11968
11969 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11970
11971 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11972 for unsupported target features.
11973 * gdb.base/call-rt-st.exp: Likewise.
11974 * gdb.base/call-sc.exp: Likewise.
11975 * gdb.base/call-signal-resume.exp: Likewise.
11976 * gdb.base/call-strs.exp: Likewise.
11977 * gdb.base/callexit.exp: Likewise.
11978 * gdb.base/callfuncs.exp: Likewise.
11979 * gdb.base/nodebug.exp: Likewise.
11980 * gdb.base/printcmds.exp: Likewise.
11981 * gdb.base/ptype.exp: Likewise.
11982 * gdb.base/structs.exp: Likewise.
11983 * gdb.base/unwindonsignal.exp: Likewise.
11984 * gdb.cp/gdb2495.exp: Likewise.
11985 * gdb.cp/templates.exp: Likewise.
11986 * gdb.cp/virtfunc.exp: Likewise.
11987 * gdb.threads/hand-call-in-threads.exp: Likewise.
11988 * gdb.threads/interrupted-hand-call.exp: Likewise.
11989 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11990
11991 2016-06-10 Tom Tromey <tom@tromey.com>
11992
11993 PR rust/20110:
11994 * gdb.rust/expr.exp: Add test for integer constant larger than
11995 i32.
11996
11997 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11998
11999 * gdb.fortran/nested-funcs.exp: New.
12000 * gdb.fortran/nested-funcs.f90: New.
12001
12002 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12003
12004 * gdb.base/examine-backward.c: New file.
12005 * gdb.base/examine-backward.exp: New file.
12006
12007 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12008
12009 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12010 matching.
12011
12012 2016-06-02 Tom Tromey <tom@tromey.com>
12013
12014 PR python/18984:
12015 * gdb.python/py-shared.exp: Add solib_name test.
12016
12017 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12018
12019 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12020
12021 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12022
12023 PR c++/19893
12024 * gdb.dwarf2/implref.exp: Rename to...
12025 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12026 * gdb.dwarf2/implref-array.c: New file.
12027 * gdb.dwarf2/implref-array.exp: Likewise.
12028 * gdb.dwarf2/implref-global.c: Likewise.
12029 * gdb.dwarf2/implref-global.exp: Likewise.
12030 * gdb.dwarf2/implref-struct.c: Likewise.
12031 * gdb.dwarf2/implref-struct.exp: Likewise.
12032
12033 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12034
12035 * gdb.trace/trace-condition.exp: Add 64bit tests.
12036
12037 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12038
12039 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12040 bits types.
12041 (main): Adapt to 8 to 64 bits types.
12042 * gdb.trace/trace-condition.exp: Add new tests.
12043
12044 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12045
12046 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12047
12048 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12049
12050 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12051 Move condition tests...
12052 * gdb.trace/trace-condition.exp: Here.
12053
12054 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12055
12056 * gdb.trace/trace-condition.exp: Add counter-case tests.
12057
12058 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 PR c++/15231
12061 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12062 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12063
12064 2016-05-27 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12067 New procedure.
12068 (top level): Call it, and bail out of DejaGnu is known to be bad.
12069
12070 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12071
12072 * gdb.base/whatis.c: Extend the test case.
12073 * gdb.base/whatis.exp: Add additional tests.
12074
12075 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12076
12077 * gdb.fortran/type.f90: Add pointer variable.
12078 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12079
12080 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12081
12082 * gdb.fortran/vla-type.exp: Fix testcase name.
12083
12084 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12085
12086 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12087
12088 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12089
12090 * gdb.fortran/type.f90: Add nested structures.
12091 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12092 * gdb.fortran/derived-type.exp: Adapt expected output.
12093 * gdb.fortran/vla-type.exp: Adapt expected output.
12094
12095 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12096
12097 * gdb.fortran/whatis_type.exp: Adapt expected output.
12098
12099 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12100
12101 * gdb.fortran/print_type.exp: Fix expected output.
12102 * gdb.fortran/whatis_type.exp: Fix expected output.
12103
12104 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12105
12106 * gdb.fortran/whatis_type.exp: Use multi_line.
12107
12108 2016-05-24 Tom Tromey <tom@tromey.com>
12109
12110 PR python/17386:
12111 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12112 use value as an index.
12113
12114 2016-05-23 Tom Tromey <tom@tromey.com>
12115
12116 PR python/17981:
12117 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12118 no-breakpoint case.
12119
12120 2016-05-24 Pedro Alves <palves@redhat.com>
12121
12122 PR gdb/19828
12123 * gdb.threads/clone-attach-detach.c: New file.
12124 * gdb.threads/clone-attach-detach.exp: New file.
12125
12126 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12127
12128 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12129
12130 2016-05-23 Tom Tromey <tom@tromey.com>
12131
12132 PR python/19438, PR python/18393:
12133 * gdb.python/py-progspace.exp: Add "dir" test.
12134 * gdb.python/py-objfile.exp: Add "dir" test.
12135
12136 2016-05-23 Yao Qi <yao.qi@linaro.org>
12137
12138 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12139 * gdb.arch/thumb2-it.exp: Likewise.
12140
12141 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12142
12143 * gdb.mi/mi-threads-interrupt.c: New file.
12144 * gdb.mi/mi-threads-interrupt.exp: New file.
12145
12146 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12147
12148 PR gdb/18077
12149 * gdb.mi/mi-async-run.exp: New file.
12150 * gdb.mi/mi-async-run.c: New file.
12151
12152 2016-05-17 Tom Tromey <tom@tromey.com>
12153 Manish Goregaokar <manishsmail@gmail.com>
12154
12155 * lib/rust-support.exp: New file.
12156 * lib/gdb.exp (skip_rust_tests): New proc.
12157 (build_executable_from_specs): Handle rust.
12158 * lib/future.exp (gdb_find_rustc): New proc.
12159 (gdb_default_target_compile): Handle rust.
12160 * gdb.rust/expr.exp: New file.
12161 * gdb.rust/generics.exp: New file.
12162 * gdb.rust/generics.rs: New file.
12163 * gdb.rust/methods.exp: New file.
12164 * gdb.rust/methods.rs: New file.
12165 * gdb.rust/modules.exp: New file.
12166 * gdb.rust/modules.rs: New file.
12167 * gdb.rust/simple.exp: New file.
12168 * gdb.rust/simple.rs: New file.
12169
12170 2016-05-17 Tom Tromey <tom@tromey.com>
12171
12172 * gdb.base/default.exp (set language): Add rust.
12173
12174 2016-05-17 Tom Tromey <tom@tromey.com>
12175
12176 * gdb.gdb/unittest.exp: New file.
12177
12178 2016-05-16 Yao Qi <yao.qi@linaro.org>
12179
12180 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12181 shell_prompt. Update shell_prompt_re.
12182
12183 2016-05-12 Doug Evans <dje@google.com>
12184
12185 PR symtab/19999
12186 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12187 $options when building executable.
12188 * gdb.dwarf2/fission-loclists-pie.S: New file.
12189 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12190
12191 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12192
12193 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12194 of [is_remote target],
12195
12196 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12197
12198 * lib/gdb.exp (use_gdb_stub): New procedure.
12199
12200 2016-05-03 Yunlian Jiang <yunlian@google.com>
12201 Doug Evans <dje@google.com>
12202
12203 PR symtab/19914
12204 * gdb.dwarf2/dwp-sepdebug.c: New file.
12205 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12206
12207 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12208
12209 * gdb.base/detach.exp: Remove is_remote check.
12210
12211 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12212
12213 * gdb.base/annota-input-while-running.exp: Don't check for
12214 [is_remote target]. Enable annotations after running to main.
12215 Remove unused "set test..." line.
12216
12217 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12218
12219 * gdb.trace/trace-enable-disable.exp: New file.
12220 * gdb.trace/trace-enable-disable.c: New file.
12221
12222 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12223
12224 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12225 use it in info sharedlibrary test.
12226 * gdb.trace/ftrace-lock.exp: Likewise.
12227 * gdb.trace/ftrace.exp: Likewise.
12228 * gdb.trace/range-stepping.exp: Likewise.
12229 * gdb.trace/trace-break.exp: Likewise.
12230 * gdb.trace/trace-condition.exp: Likewise.
12231 * gdb.trace/trace-mt.exp: Likewise.
12232
12233 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12234
12235 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12236 (gdb_load_shlib): ... this.
12237 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12238 gdb_load_shlib.
12239 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12240 * gdb.base/ctxobj.exp: Likewise.
12241 * gdb.base/dprintf-pending.exp: Likewise.
12242 * gdb.base/dso2dso.exp: Likewise.
12243 * gdb.base/fixsection.exp: Likewise.
12244 * gdb.base/gcore-relro.exp: Likewise.
12245 * gdb.base/gdb1555.exp: Likewise.
12246 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12247 * gdb.base/gnu-ifunc.exp: Likewise.
12248 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12249 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12250 * gdb.base/pending.exp: Likewise.
12251 * gdb.base/print-file-var.exp: Likewise.
12252 * gdb.base/print-symbol-loading.exp: Likewise.
12253 * gdb.base/shlib-call.exp: Likewise.
12254 * gdb.base/shreloc.exp: Likewise.
12255 * gdb.base/so-impl-ld.exp: Likewise.
12256 * gdb.base/solib-disc.exp: Likewise.
12257 * gdb.base/solib-nodir.exp: Likewise.
12258 * gdb.base/solib-overlap.exp: Likewise.
12259 * gdb.base/solib-symbol.exp: Likewise.
12260 * gdb.base/solib-weak.exp (do_test): Likewise.
12261 * gdb.base/sym-file.exp: Likewise.
12262 * gdb.base/symtab-search-order.exp: Likewise.
12263 * gdb.base/type-opaque.exp: Likewise.
12264 * gdb.base/unload.exp: Likewise.
12265 * gdb.base/watchpoint-solib.exp: Likewise.
12266 * gdb.compile/compile.exp: Likewise.
12267 * gdb.cp/gdb2384.exp: Likewise.
12268 * gdb.cp/infcall-dlopen.exp: Likewise.
12269 * gdb.cp/re-set-overloaded.exp: Likewise.
12270 * gdb.fortran/library-module.exp: Likewise.
12271 * gdb.opt/solib-intra-step.exp: Likewise.
12272 * gdb.python/py-finish-breakpoint.exp: Likewise.
12273 * gdb.python/py-shared.exp: Likewise.
12274 * gdb.reverse/solib-precsave.exp: Likewise.
12275 * gdb.reverse/solib-reverse.exp: Likewise.
12276 * gdb.server/solib-list.exp: Likewise.
12277 * gdb.threads/dlopen-libpthread.exp: Likewise.
12278 * gdb.threads/tls-shared.exp: Likewise.
12279 * gdb.threads/tls-so_extern.exp: Likewise.
12280 * gdb.trace/change-loc.exp: Likewise.
12281 * gdb.trace/ftrace-lock.exp: Likewise.
12282 * gdb.trace/ftrace.exp: Likewise.
12283 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12284 * gdb.trace/pending.exp: Likewise.
12285 * gdb.trace/range-stepping.exp: Likewise.
12286 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12287 (strace_info_marker): Likewise.
12288 (strace_probe_marker): Likewise.
12289 (strace_trace_on_same_addr): Likewise.
12290 (strace_trace_on_diff_addr): Likewise.
12291 * gdb.trace/trace-break.exp: Likewise.
12292 * gdb.trace/trace-condition.exp: Likewise.
12293 * gdb.trace/trace-mt.exp: Likewise.
12294
12295 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12296
12297 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12298 result of gdb_remote_download.
12299 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12300 * gdb.base/dso2dso.exp: Likewise.
12301 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12302 * gdb.base/print-file-var.exp: Likewise.
12303 * gdb.base/shlib-call.exp: Likewise.
12304 * gdb.base/shreloc.exp: Likewise.
12305 * gdb.base/solib-overlap.exp: Likewise.
12306 * gdb.base/solib-weak.exp (do_test): Likewise.
12307 * gdb.base/unload.exp: Likewise.
12308
12309 2016-04-27 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12312 exists.
12313
12314 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12315
12316 * vla-type.exp: Print structure from toplevel.
12317
12318 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12319
12320 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12321 of dynamic types.
12322 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12323 of dynamic types.
12324
12325 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12326
12327 * gdb.fortran/vla-type.f90: New file.
12328 * gdb.fortran/vla-type.exp: New file.
12329
12330 2016-04-25 Yao Qi <yao.qi@linaro.org>
12331
12332 * gdb.base/branch-to-self.c: New file.
12333 * gdb.base/branch-to-self.exp: New file.
12334
12335 2016-04-22 Yao Qi <yao.qi@linaro.org>
12336
12337 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12338 more after $hex.
12339
12340 2016-04-22 Yao Qi <yao.qi@linaro.org>
12341
12342 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12343 * gdb.base/annota3.exp: Likewise.
12344
12345 2016-04-22 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.reverse/step-precsave.exp: Do one step and test program
12348 stops in "callee" and do multiple steps until program goes out
12349 of "callee".
12350 * gdb.reverse/step-reverse.exp: Likewise.
12351
12352 2016-04-22 Yao Qi <yao.qi@linaro.org>
12353
12354 * gdb.trace/signal.exp: Also pass if
12355 $tracepoint_hits($i) > $iterations.
12356
12357 2016-04-22 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.trace/signal.c: New file.
12360 * gdb.trace/signal.exp: New file.
12361
12362 2016-04-19 Doug Evans <xdje42@gmail.com>
12363
12364 * gdb.base/bad-file.exp: New file.
12365
12366 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12367
12368 * gdb.dwarf2/implref.exp: New file.
12369
12370 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12371
12372 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12373 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12374 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12375 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12376 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12377 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12378 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12379 * lib/fortran.exp (fortran_int4): New procedure.
12380 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12381 (fortran_logical4): Likewise.
12382
12383 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12384
12385 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12386
12387 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12388
12389 * lib/compiler.c: Add Intel specific preprocessor macros.
12390 * lib/compiler.cc: Likewise.
12391
12392 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12393
12394 * gdb.server/connect-with-no-symbol-file.c: New file.
12395 * gdb.server/connect-with-no-symbol-file.exp: New file.
12396
12397 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12398
12399 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12400
12401 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12402
12403 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12404 standard output directory.
12405
12406 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12407
12408 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12409
12410 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12411
12412 * gdb.btrace/instruction_history.c (loop): Add declaration.
12413
12414 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12415
12416 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12417
12418 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12419
12420 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12421 parentheses to print.
12422 (continue_handler): Likewise.
12423
12424 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12425
12426 * gdb.server/solib-list.exp: Remove is_remote check.
12427 Pass shlib= to gdb_compile. Don't link shared library with
12428 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12429 Run binary filename through "readlink -f" on the target.
12430
12431 2016-04-08 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12434 interpreter filename as argument to gdbserver_spawn.
12435 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12436 Return empty if $last_loaded_file does not exist.
12437
12438 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12439
12440 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12441 * gdb.base/jit-main.c: Use exit after usage.
12442
12443 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12444
12445 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12446 GDBHISTSIZE prior to the tests.
12447 * gdb.base/gdbinit-history.exp: Likewise.
12448
12449 2016-04-07 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12452 instead of build_executable. Use gdb_load_shlibs.
12453
12454 2016-04-07 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12457 Execute "si" command.
12458
12459 2016-04-07 Yao Qi <yao.qi@linaro.org>
12460
12461 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12462 number instead of the comments on some line.
12463
12464 2016-04-06 Don Breazeal <donb@codesourcery.com>
12465
12466 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12467 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12468
12469 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12470
12471 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12472 standard_output_file. Remove unused binfile variable.
12473
12474 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12475
12476 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12477 * gdb.python/py-mi-objfile.exp: Match "list main" output
12478 in console format.
12479
12480 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12481
12482 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12483 absolute.
12484
12485 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12488 absolute.
12489 * gdb.trace/ftrace.exp: Likewise.
12490 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12491 targets as well.
12492 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12493 (gdb_load_shlibs): Copy libraries to test directory when testing
12494 natively. Only set solib-search-path if testing remotely.
12495 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12496
12497 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12500 gdb_download. Use it even if the target is not remote.
12501 * gdb.base/jit.exp (compile_jit_test): Likewise.
12502 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12503 output directory if the destination board is local, otherwise use
12504 the standard remote_download from DejaGnu.
12505 (gdb_download): Remove.
12506 (gdb_load_shlibs): Use gdb_remote_download instead of
12507 gdb_download.
12508 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12509 Use gdb_remote_download instead of gdb_download. Use it even if
12510 the target is not remote.
12511 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12512 instead of gdb_download.
12513
12514 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12515
12516 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12517 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12518 run.
12519
12520 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12521
12522 PR gdb/19820
12523 * gdb.base/printcmds.exp: Add artificial arrays tests.
12524
12525 2016-03-31 Pedro Alves <palves@redhat.com>
12526
12527 PR gdb/19858
12528 * gdb.base/jit-main.c: Include unistd.h.
12529 (ATTACH): Define to 0 if not already defined.
12530 (wait_for_gdb, mypid): New globals.
12531 (WAIT_FOR_GDB): New macro.
12532 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12533 some breakpoint locations.
12534 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12535 New procedures.
12536 (one_jit_test): Add REATTACH parameter, and handle it. Use
12537 continue_to_test_location.
12538 (top level): Test attach, and adjusts calls to one_jit_test.
12539
12540 2016-03-31 Pedro Alves <palves@redhat.com>
12541
12542 PR gdb/19858
12543 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12544 BINSUFFIX parameter, and handle it.
12545 (top level): Adjust calls compile_jit_test.
12546
12547 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12548
12549 PR python/19743
12550 * gdb.python/py-mi-events-gdb.py: New file.
12551 * gdb.python/py-mi-events.c: New file.
12552 * gdb.python/py-mi-events.exp: New file.
12553
12554 2016-03-30 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.reverse/until-precsave.exp: Match function name only.
12557 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12558 Move malloc to a condition block.
12559 * gdb.reverse/until-reverse.exp: Match function name only.
12560
12561 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12562
12563 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12564 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12565 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12566 variable for GPR 0 instead of assuming it is register 0.
12567 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12568 * lib/trace-support.exp: Add s390 registers.
12569
12570 2016-03-29 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12573
12574 2016-03-24 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12577 test message.
12578
12579 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12580
12581 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12582 maintaining separate logic for constructing the output path.
12583
12584 2016-03-16 Don Breazeal <donb@codesourcery.com>
12585
12586 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12587 Retry fork and waitpid on interrupted system call errors.
12588 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12589 Use with_timeout_factor to increase timeout by factor of 10.
12590
12591 2016-03-15 Don Breazeal <donb@codesourcery.com>
12592
12593 * gdb.cp/scope-err.cc: New test program.
12594 * gdb.cp/scope-err.exp: New test script.
12595 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12596 lines and "set breakpoint here" comment.
12597 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12598 Fixed some whitespace and format issues.
12599 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12600 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12601
12602 2016-03-15 Doug Evans <dje@google.com>
12603
12604 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12605 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12606 All callers updated. Add tests for enums, mixed flags register.
12607
12608 2016-03-15 Doug Evans <dje@google.com>
12609
12610 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12611 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12612
12613 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12614
12615 * gdb.base/default.exp: Add $_as_string to the list of expected
12616 convenience functions.
12617
12618 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12619
12620 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12621
12622 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12623
12624 * gdb.python/py-as-string.exp: New file.
12625 * gdb.python/py-as-string.c: New file.
12626
12627 2016-03-09 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12630 signal" -> "Thread NN received signal" output change.
12631 * gdb.threads/ia64-sigill.exp: Likewise.
12632 * gdb.threads/linux-dp.exp: Likewise.
12633 * gdb.threads/manythreads.exp: Likewise.
12634 * gdb.threads/pending-step.exp: Likewise.
12635 * gdb.threads/print-threads.exp: Likewise.
12636 * gdb.threads/sigstep-threads.exp: Likewise.
12637 * gdb.threads/staticthreads.exp: Likewise.
12638 * gdb.threads/tls.exp: Likewise.
12639
12640 2016-03-09 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.base/command-line-input.exp: New file.
12643
12644 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12645
12646 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12647 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12648 * gdb.trace/pending.exp: Accept leading dot before function name.
12649 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12650 * lib/trace-support.exp: Set registers for ppc.
12651
12652 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12653
12654 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12655 use it for disassembly; accept .main in addition to main in backtrace.
12656
12657 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12658 Marcin Kościelnicki <koriakin@0x04.net>
12659
12660 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12661 (gdb_recursion_test_ptr): New global variable.
12662 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12663 gdb_recursion_test.
12664 (gdb_c_test): Ditto.
12665
12666 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12667
12668 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12669 ordering.
12670
12671 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12672
12673 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12674 (bar): Add bar_start_lbl label.
12675 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12676 of foo/bar for emitting DWARF and tracing.
12677
12678 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12679
12680 * analyze-racy-logs.py: Set executable bit.
12681
12682 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12683
12684 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12685 (CHECK_TARGET_TMP): Likewise.
12686 (check-single-racy): New rule.
12687 (check-parallel-racy): Likewise.
12688 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12689 (do-check-parallel-racy): New rule.
12690 (check-racy/%.exp): Likewise.
12691 * README (Racy testcases): New section.
12692 * analyze-racy-logs.py: New file.
12693
12694 2016-03-03 Doug Evans <dje@google.com>
12695
12696 * gdb.base/skip.exp: Use with_test_prefix.
12697
12698 2016-03-03 Yao Qi <yao.qi@linaro.org>
12699
12700 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12701 Invoke step_over_syscall "clone" and break_cond_on_syscall
12702 "clone".
12703 * gdb.base/step-over-clone.c: New file.
12704
12705 2016-03-03 Yao Qi <yao.qi@linaro.org>
12706
12707 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12708 code format.
12709
12710 2016-03-03 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.base/disp-step-fork.c: Rename to ...
12713 * gdb.base/step-over-fork.c: ... it. New file.
12714 * gdb.base/disp-step-vfork.c: Rename to ...
12715 * gdb.base/step-over-vfork.c: ... it. New file.
12716 * gdb.base/disp-step-syscall.exp: Rename to ...
12717 * gdb.base/step-over-syscall.exp: ... it. New file.
12718 (disp_step_cross_syscall): Rename to ...
12719 (step_over_syscall): ... it.
12720
12721 2016-03-03 Yao Qi <yao.qi@linaro.org>
12722
12723 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12724 If target supports condition evaluation on target, invoke
12725 break_cond_on_syscall for fork and vfork.
12726
12727 2016-03-03 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.base/disp-step-syscall.exp: Don't invoke
12730 support_displaced_stepping.
12731 (disp_step_cross_syscall): Test with displaced stepping off and
12732 on if supported.
12733
12734 2016-03-03 Yao Qi <yao.qi@linaro.org>
12735
12736 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12737 proc.
12738 (setup): New proc.
12739 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12740 and setup.
12741
12742 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12743
12744 * gdb.fortran/vla-history.exp: Remove breakpoint.
12745
12746 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12747
12748 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12749 exceeds timeout.
12750
12751 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12752
12753 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12754 breakpoint.
12755
12756 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12757
12758 * gdb.mi/vla.f90: Nullify pointer after declaration.
12759
12760 2016-03-01 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12763
12764 2016-03-01 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12767 before anything else.
12768 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12769 _GNU_SOURCE here.
12770 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12771 before anything else.
12772 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12773
12774 2016-03-01 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12777
12778 2016-03-01 Yao Qi <yao.qi@linaro.org>
12779
12780 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12781 prepare_for_testing.
12782
12783 2016-03-01 Yao Qi <yao.qi@linaro.org>
12784
12785 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12786
12787 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12788
12789 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12790 manually constructing the output path.
12791
12792 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12793
12794 * gdb.arch/s390-stackless.S: New.
12795 * gdb.arch/s390-stackless.exp: New.
12796
12797 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12798
12799 * gdb.dlang/circular.c: New file.
12800 * gdb.dlang/circular.exp: New file.
12801
12802 2016-02-26 Yao Qi <yao.qi@linaro.org>
12803
12804 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12805 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12806 (testcases): Update.
12807
12808 2016-02-26 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.reverse/aarch64.c: Rename to ...
12811 * gdb.reverse/insn-reverse.c: ... it.
12812 * gdb.reverse/aarch64.exp: Rename to ...
12813 * gdb.reverse/insn-reverse.exp: ... it.
12814
12815 2016-02-26 Yao Qi <yao.qi@linaro.org>
12816
12817 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12818 (testcase_ftype): New.
12819 (testcases): New array.
12820 (n_testcases): New.
12821 (main): Call each element in testcases.
12822 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12823 (read_testcase): New.
12824 Do the tests in a loop.
12825
12826 2016-02-25 Yao Qi <yao.qi@linaro.org>
12827
12828 * gdb.base/branches.c: Remove.
12829
12830 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12831
12832 PR gdb/13808
12833 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12834
12835 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12836
12837 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12838
12839 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12840
12841 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12842 change x86_64 call_insn to 'callq'.
12843
12844 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12845
12846 * gdb.trace/tfile-avx.c: Move to...
12847 * gdb.trace/tracefile-pseudo-reg.c: Here.
12848 * gdb.trace/tfile-avx.exp: Move to...
12849 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12850
12851 2016-02-24 Gary Benson <gbenson@redhat.com>
12852
12853 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12854 message on attach.
12855
12856 2016-02-23 Doug Evans <dje@google.com>
12857
12858 * gdb.base/skip.c (test_skip): New function.
12859 (end_test_skip_file_and_function): New function.
12860 (test_skip_file_and_function): New function.
12861 * gdb.base/skip1.c (test_skip): New function.
12862 (skip1_test_skip_file_and_function): New function.
12863 * gdb.base/skip.exp: Add tests for new skip options.
12864 * gdb.base/skip-solib.exp: Update expected output.
12865 * gdb.perf/skip-command.cc: New file.
12866 * gdb.perf/skip-command.exp: New file.
12867 * gdb.perf/skip-command.py: New file.
12868
12869 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12870
12871 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12872 info registers pattern.
12873
12874 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12875
12876 * lib/future.exp: Add D support.
12877 (gdb_find_gdc): New proc.
12878 (gdb_default_target_compile): Add D support.
12879
12880 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12881
12882 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12883 user+system time.
12884 (trace_speed_test): Determine the iteration count for a time
12885 between 15..30 seconds.
12886
12887 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12888
12889 * gdb.arch/i386-mpx-sigsegv.c: New file.
12890 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12891 * gdb.arch/i386-mpx-simple_segv.c: New file.
12892 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12893
12894 2016-02-18 Yao Qi <yao.qi@linaro.org>
12895
12896 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12897 Don't call setup_kfail.
12898
12899 2016-02-18 Yao Qi <yao.qi@linaro.org>
12900
12901 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12902 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12903
12904 2016-02-16 Doug Evans <dje@google.com>
12905
12906 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12907 * gdb.base/skip1.c: Ditto.
12908 * gdb.base/skip.exp: Whitespace cleanup.
12909
12910 2016-02-16 Don Breazeal <donb@codesourcery.com>
12911
12912 PR remote/19496
12913 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12914 Remove kfail for PR remote/19496.
12915
12916 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * lib/gdb.exp (standard_temp_file): Return a path specific to
12919 the runtest invocation.
12920
12921 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12922
12923 * gdb.trace/save-trace.exp: Change relative path to be in the
12924 standard output directory.
12925
12926 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12927
12928 * gdb.arch/i386-prologue.c: Add missing prototypes.
12929
12930 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12931
12932 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12933 * gdb.arch/i386-prologue.exp: Likewise.
12934 * gdb.arch/i386-size.exp: Likewise.
12935
12936 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12937
12938 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12939 define object file path.
12940 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12941 file path.
12942 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12943 standard_output_file to define binfile.
12944
12945 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 Fix compatibility with recent gfortran-5.3.1.
12948 * gdb.fortran/vla-history.exp (print vla1 allocated)
12949 (print vla2 allocated, print $2, print $3): Remove
12950 (print $4): Rename to ...
12951 (print $2): ... here.
12952 (print $9): Rename to ...
12953 (print $5): ... here.
12954 (print $10): Rename to ...
12955 (print $6): ... here.
12956 * gdb.fortran/vla.f90: Add pvla initialization.
12957
12958 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12959
12960 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12961 New test.
12962 * gdb.fortran/vla-value-sub.exp: Likewise.
12963
12964 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12965
12966 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12967
12968 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12969
12970 * i386-biarch-core.exp: Define corefile using
12971 standard_output_file.
12972
12973 2016-02-12 Yao Qi <yao.qi@linaro.org>
12974
12975 * gdb.arch/arm-single-step-kernel-helper.c: New.
12976 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12977
12978 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12979
12980 * gdb.btrace/tailcall-only.exp: New.
12981 * gdb.btrace/tailcall-only.c: New.
12982 * gdb.btrace/x86_64-tailcall-only.S: New.
12983 * gdb.btrace/i686-tailcall-only.S: New.
12984
12985 2016-02-11 Pedro Alves <palves@redhat.com>
12986
12987 * README (Parallel testing): Add missing double quotes.
12988
12989 2016-02-11 Pedro Alves <palves@redhat.com>
12990
12991 * README (Parallel testing): New section.
12992 (GDB_PARALLEL): Rewrite.
12993 (FORCE_PARALLEL): Document.
12994
12995 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12996
12997 * gdb.trace/tfile-avx.c: New test.
12998 * gdb.trace/tfile-avx.exp: New test.
12999
13000 2016-02-09 Keith Seitz <keiths@redhat.com>
13001
13002 PR breakpoints/19546
13003 * gdb.base/infcall-exec.c: New file.
13004 * gdb.base/infcall-exec2.c: New file.
13005 * gdb.base/infcall-exec.exp: New file.
13006
13007 2016-02-09 Keith Seitz <keiths@redhat.com>
13008
13009 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13010 (toplevel): Call test_bkpt_address.
13011
13012 2016-02-09 Keith Seitz <keiths@redhat.com>
13013
13014 PR python/19506
13015 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13016 (toplevel): Call test_bkpt_address.
13017
13018 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13019
13020 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13021 to AC_OUTPUT.
13022 * configure: Regenerate.
13023
13024 2016-02-09 Pedro Alves <palves@redhat.com>
13025
13026 PR breakpoints/19548
13027 * gdb.base/execl-update-breakpoints.c (some_function): New
13028 function.
13029 (main): Call it.
13030 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13031 Tighten expected GDB output.
13032
13033 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13034
13035 * Makefile.in (ALL_SUBDIRS): Remove.
13036 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13037 (distclean maintainer-clean realclean): Likewise.
13038 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13039 * configure: Regenerate.
13040 * gdb.ada/Makefile.in: Delete.
13041 * gdb.arch/Makefile.in: Likewise.
13042 * gdb.asm/Makefile.in: Likewise.
13043 * gdb.base/Makefile.in: Likewise.
13044 * gdb.btrace/Makefile.in: Likewise.
13045 * gdb.cell/Makefile.in: Likewise.
13046 * gdb.compile/Makefile.in: Likewise.
13047 * gdb.cp/Makefile.in: Likewise.
13048 * gdb.disasm/Makefile.in: Likewise.
13049 * gdb.dlang/Makefile.in: Likewise.
13050 * gdb.dwarf2/Makefile.in: Likewise.
13051 * gdb.fortran/Makefile.in: Likewise.
13052 * gdb.gdb/Makefile.in: Likewise.
13053 * gdb.go/Makefile.in: Likewise.
13054 * gdb.guile/Makefile.in: Likewise.
13055 * gdb.java/Makefile.in: Likewise.
13056 * gdb.linespec/Makefile.in: Likewise.
13057 * gdb.mi/Makefile.in: Likewise.
13058 * gdb.modula2/Makefile.in: Likewise.
13059 * gdb.multi/Makefile.in: Likewise.
13060 * gdb.objc/Makefile.in: Likewise.
13061 * gdb.opencl/Makefile.in: Likewise.
13062 * gdb.opt/Makefile.in: Likewise.
13063 * gdb.pascal/Makefile.in: Likewise.
13064 * gdb.perf/Makefile.in: Likewise.
13065 * gdb.python/Makefile.in: Likewise.
13066 * gdb.reverse/Makefile.in: Likewise.
13067 * gdb.server/Makefile.in: Likewise.
13068 * gdb.stabs/Makefile.in: Likewise.
13069 * gdb.threads/Makefile.in: Likewise.
13070 * gdb.trace/Makefile.in: Likewise.
13071 * gdb.xml/Makefile.in: Likewise.
13072 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13073 GDB_PARALLEL.
13074 (standard_output_file): Remove check for GDB_PARALLEL, always
13075 return path in outputs/$subdir/$testname.
13076
13077 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13078
13079 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13080 (site.exp): Assign abs_srcdir to tcl's srcdir.
13081
13082 2016-02-04 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.base/foll-exec-mode.c: Include limits.h.
13085 (main): Add parameters argc and argv. Get directory from
13086 argv[0].
13087 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13088 compilation.
13089 * gdb.base/foll-exec.c: Include limits.h.
13090 (main): Add parameters argc and argv.
13091 Get directory from argv[0].
13092 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13093 Adjust tests on the number of lines as source code changed.
13094 * gdb.base/foll-vfork-exit.c: Include limits.h.
13095 (main): Add one line of statement before vfork.
13096 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13097 (main): Add parameters argc and argv. Get directory from
13098 argv[0].
13099 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13100 (setup_gdb): Set tbreak to skip some source lines.
13101 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13102 (main): Add parameters argc and argv. Get directory from
13103 argv[0].
13104 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13105 compilation.
13106 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13107 (main): Add parameters argc and argv. Get directory from
13108 argv[0].
13109 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13110 compilation.
13111
13112 2016-02-01 Doug Evans <dje@google.com>
13113
13114 * gdb.base/skip.exp: Clean up multiple references to same test name.
13115
13116 2016-02-01 Pedro Alves <palves@redhat.com>
13117
13118 PR remote/19496
13119 * gdb.threads/forking-threads-plus-breakpoint.exp
13120 (displaced_stepping_supported): New global.
13121 (probe_displaced_stepping_support): New procedure.
13122 (do_test): Add 'displaced' parameter, and use it.
13123 (top level): Check for displaced stepping support. Add displaced
13124 stepping on/off testing axis.
13125
13126 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13127
13128 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13129 pointer. Don't perform further tests on the unassociated pointer
13130 if the first test fails.
13131
13132 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13133
13134 * gdb.base/max-value-size.c: New file.
13135 * gdb.base/max-value-size.exp: New file.
13136 * gdb.base/huge.exp: Disable max-value-size for this test.
13137
13138 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13139
13140 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13141
13142 2016-01-28 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13145
13146 2016-01-25 Pedro Alves <palves@redhat.com>
13147
13148 PR threads/19461
13149 * gdb.base/fork-running-state.c: New file.
13150 * gdb.base/fork-running-state.exp: New file.
13151
13152 2016-01-25 Pedro Alves <palves@redhat.com>
13153
13154 PR gdb/19494
13155 * gdb.base/catch-fork-kill.c: New file.
13156 * gdb.base/catch-fork-kill.exp: New file.
13157
13158 2016-01-25 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13161 Delete, moved to lib/gdb.exp.
13162 * gdb.threads/forking-threads-plus-breakpoint.exp
13163 (foreach_with_prefix): Likewise.
13164 * gdb.threads/process-dies-while-handling-bp.exp
13165 (foreach_with_prefix): Likewise.
13166 * lib/gdb.exp (foreach_with_prefix): New procedure.
13167
13168 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13169
13170 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13171 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13172
13173 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13174
13175 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13176 endian targets.
13177
13178 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13179 Pedro Alves <palves@redhat.com>
13180
13181 Fix testsuite compatibility with Guile.
13182 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13183 number.
13184
13185 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13186
13187 Fix testsuite compatibility with Guile.
13188 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13189 (thread 1): New test for backtrace through signal handler.
13190
13191 2016-01-22 Yao Qi <yao.qi@linaro.org>
13192
13193 PR testsuite/19491
13194 * gdb.base/multi-forks.c: Include
13195 ../lib/unbuffer_output.c
13196 (main): Call gdb_unbuffer_output.
13197
13198 2016-01-21 Doug Evans <dje@google.com>
13199
13200 * lib/ada.exp (gdb_compile_ada): Fix typo.
13201
13202 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13203
13204 * gdb.base/break-fun-addr.exp: New file.
13205 * gdb.base/break-fun-addr1.c: New file.
13206 * gdb.base/break-fun-addr2.c: New file.
13207
13208 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13209
13210 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13211 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13212 enum flag values.
13213
13214 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13215
13216 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13217 when GDB can not set the vector return value. Add more comments
13218 for clarification.
13219
13220 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13221
13222 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13223 command.
13224
13225 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13228
13229 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * Makefile.in (check-single): Pass --status to runtest.
13232 (check/%.exp): Likewise.
13233
13234 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13235
13236 * Makefile.in (check-parallel): Propagate return code from make
13237 do-check-parallel.
13238
13239 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13240
13241 * gdb.trace/ftrace.exp: Fix expected message on continue.
13242 * gdb.trace/pending.exp: Fix expected message on continue.
13243 * gdb.trace/trace-break.exp: Fix expected message on continue.
13244
13245 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13246
13247 * lib/gdb.exp (gdb_test): Remove unused global references.
13248
13249 2016-01-18 Pedro Alves <palves@redhat.com>
13250
13251 * gdb.base/async-shell.exp: Adjust expected output.
13252 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13253 * gdb.base/siginfo-thread.exp: Adjust expected output.
13254 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13255 * gdb.java/jnpe.exp: Adjust expected output.
13256 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13257 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13258 * gdb.threads/leader-exit.exp: Adjust expected output.
13259 * gdb.threads/manythreads.exp: Adjust expected output.
13260 * gdb.threads/pthreads.exp: Adjust expected output.
13261 * gdb.threads/schedlock.exp: Adjust expected output.
13262 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13263 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13264 expected output.
13265 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13266 output.
13267 * gdb.threads/sigthread.exp: Adjust expected output.
13268 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13269
13270 2016-01-18 Yao Qi <yao.qi@linaro.org>
13271
13272 * gdb.guile/scm-section-script.c: Replace @progbits with
13273 %progbits.
13274 * gdb.python/py-section-script.c: Likewise.
13275
13276 2016-01-15 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.multi/tids.exp: Test star wildcard ranges.
13279
13280 2016-01-15 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13283 command from "thread apply" invocation.
13284 (thr_apply_info_thr_invalid): Default the expected output to the
13285 input tid list.
13286 (top level): Add tests that use convenience variables. Add tests
13287 for "thread apply" with a valid TID list, but missing the command.
13288
13289 2016-01-13 Pedro Alves <palves@redhat.com>
13290
13291 * gdb.base/default.exp: Expect $_gthread as well.
13292 * gdb.multi/tids.exp: Test $_gthread.
13293 * gdb.threads/thread-specific.exp: Test $_gthread.
13294
13295 2016-01-13 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.multi/tids.exp: Test "info threads -gid".
13298
13299 2016-01-13 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13302 Breakpoint.thread.
13303 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13304
13305 2016-01-07 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.base/break.exp: Adjust to output changes.
13308 * gdb.base/hbreak2.exp: Likewise.
13309 * gdb.base/sepdebug.exp: Likewise.
13310 * gdb.base/watch_thread_num.exp: Likewise.
13311 * gdb.linespec/keywords.exp: Likewise.
13312 * gdb.multi/info-threads.exp: Likewise.
13313 * gdb.threads/thread-find.exp: Likewise.
13314 * gdb.multi/tids.c: New file.
13315 * gdb.multi/tids.exp: New file.
13316
13317 2016-01-13 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13320
13321 2016-01-13 Pedro Alves <palves@redhat.com>
13322
13323 * gdb.base/default.exp: Expect $_inferior as well.
13324 * gdb.multi/base.exp: Test $_inferior.
13325
13326 2016-01-13 Pedro Alves <palves@redhat.com>
13327
13328 PR breakpoints/19388
13329 * gdb.base/catch-signal-siginfo-cond.c: New file.
13330 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13331
13332 2016-01-12 Josh Stone <jistone@redhat.com>
13333 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13334
13335 * gdb.base/catch-syscall.c (do_execve): New variable.
13336 (main): Conditionally trigger an execve.
13337 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13338 (test_catch_syscall_execve): New, check entry/return across execve.
13339 (do_syscall_tests): Call test_catch_syscall_execve.
13340
13341 2016-01-12 Pedro Alves <palves@redhat.com>
13342
13343 * gdb.base/random-signal.exp (do_test): New procedure, with body
13344 of testcase moved in.
13345
13346 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13347 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/funcargs.exp (finish from indirectly called function):
13350 Reintroduce the case for 'First'.
13351
13352 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13353 Pedro Alves <palves@redhat.com>
13354
13355 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13356 (tcatch_vfork_then_child_follow_exec)
13357 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13358 identification.
13359
13360 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13363 and repeats to unlimited.
13364 * gdb.python/py-value.exp: Likewise.
13365 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13366 and repeats to unlimited.
13367
13368 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13369
13370 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13371 and reordering the functions.
13372 * gdb.multi/hangout.c: Likewise.
13373 * gdb.multi/hello.c: Likewise.
13374
13375 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13376
13377 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13378 absolute.
13379 (SingleStatisticTestResult.report): Use dict.keys instead of
13380 dict.iterkeys.
13381
13382 2016-01-06 Pedro Alves <palves@redhat.com>
13383
13384 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13385
13386 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13387
13388 * gdb.btrace/dlopen.exp: New.
13389 * gdb.btrace/dlopen.c: New.
13390 * gdb.btrace/dlopen-dso.c: New.
13391
13392 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13393
13394 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13395 PATTERN argument is optional.
13396
13397 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13398
13399 * lib/ada.exp (target_compile_ada_from_dir): New function.
13400 (gdb_compile_ada): Reimplement avoiding the use of project files.
13401 * gdb.ada/gnat_ada.gpr: Delete.
13402 * gdb.ada/cond_lang.exp: Adjust test to make path before
13403 filename optional.
13404 * gdb.ada/small_reg_param.exp: Likewise.
13405
13406 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13407
13408 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13409
13410 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13411
13412 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13413 case.
13414
13415 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 * gdb.base/break.exp: Remove dead code.
13418 * gdb.base/sepdebug.exp: Likewise.
13419
13420 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13421
13422 * gdb.asm/asm-source.exp: Remove HP-UX references.
13423 * gdb.base/annota1.exp: Likewise.
13424 * gdb.base/annota3.exp: Likewise.
13425 * gdb.base/attach.exp: Likewise.
13426 * gdb.base/bigcore.exp: Likewise.
13427 * gdb.base/break.exp: Likewise.
13428 * gdb.base/call-ar-st.exp: Likewise.
13429 * gdb.base/callfuncs.exp: Likewise.
13430 * gdb.base/catch-fork-static.exp: Likewise.
13431 * gdb.base/display.exp: Likewise.
13432 * gdb.base/foll-exec-mode.exp: Likewise.
13433 * gdb.base/foll-exec.exp: Likewise.
13434 * gdb.base/foll-fork.exp: Likewise.
13435 * gdb.base/foll-vfork.exp: Likewise.
13436 * gdb.base/funcargs.exp: Likewise.
13437 * gdb.base/hbreak2.exp: Likewise.
13438 * gdb.base/inferior-died.exp: Likewise.
13439 * gdb.base/interrupt.exp: Likewise.
13440 * gdb.base/multi-forks.exp: Likewise.
13441 * gdb.base/nodebug.exp: Likewise.
13442 * gdb.base/sepdebug.exp: Likewise.
13443 * gdb.base/solib1.c: Likewise.
13444 * gdb.base/step-test.exp: Likewise.
13445 * gdb.mi/non-stop.c: Likewise.
13446 * gdb.mi/pthreads.c: Likewise.
13447 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13448 * gdb.threads/pthreads.c: Likewise.
13449 * gdb.threads/staticthreads.exp: Likewise.
13450 * lib/future.exp: Likewise.
13451 * lib/gdb.exp: Likewise.
13452 * gdb.base/so-indr-cl.c: Remove.
13453 * gdb.base/so-indr-cl.exp: Likewise.
13454 * gdb.base/solib.c: Likewise.
13455 * gdb.base/solib.exp: Likewise.
13456 * gdb.base/solib2.c: Likewise.
13457
13458 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13459
13460 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13461 * gdb.base/call-ar-st.exp: Likewise.
13462 * gdb.base/callfuncs.exp: Likewise.
13463 * gdb.base/condbreak.exp: Likewise.
13464 * gdb.base/constvars.exp: Likewise.
13465 * gdb.base/hbreak2.exp: Likewise.
13466 * gdb.base/langs.exp: Likewise.
13467 * gdb.base/list.exp: Likewise.
13468 * gdb.base/long_long.exp: Likewise.
13469 * gdb.base/ptype.exp: Likewise.
13470 * gdb.base/scope.exp: Likewise.
13471 * gdb.base/signals.exp: Likewise.
13472 * gdb.base/so-impl-ld.exp: Likewise.
13473 * gdb.base/varargs.exp: Likewise.
13474 * gdb.base/volatile.exp: Likewise.
13475 * gdb.base/whatis.exp: Likewise.
13476 * gdb.cp/cplusfuncs.exp: Likewise.
13477 * gdb.cp/inherit.exp: Likewise.
13478 * gdb.cp/local.exp: Likewise.
13479 * gdb.cp/member-ptr.exp: Likewise.
13480 * gdb.cp/method.exp: Likewise.
13481 * gdb.cp/overload.exp: Likewise.
13482 * gdb.cp/templates.exp: Likewise.
13483 * gdb.stabs/weird.exp: Likewise.
13484 * lib/compiler.c: Likewise.
13485 * lib/compiler.cc: Likewise.
13486 * lib/cp-support.exp: Likewise.
13487 * lib/gdb.exp: Likewise.
13488
13489 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13490
13491 * configure.ac: Remove HP-UX case.
13492 * configure: Regenerate.
13493
13494 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13495
13496 * lib/gdb.exp (gdb_compile): Add function doc.
13497
13498 2015-12-17 Pedro Alves <palves@redhat.com>
13499
13500 PR threads/19354
13501 * gdb.multi/info-threads.exp: New file.
13502
13503 2015-12-15 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13506 is aarch64*-*-*.
13507
13508 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13509
13510 * gdb.base/history-duplicates.exp: Skip if no readline support.
13511
13512 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13513
13514 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13515
13516 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13517
13518 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13519
13520 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13521
13522 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13523 ctrl-C if nointerrupts target property is set.
13524 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13525 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13526 * gdb.base/paginate-bg-execution.exp: Likewise.
13527 * gdb.base/paginate-execution-startup.exp: Likewise.
13528 * gdb.base/random-signal.exp: Likewise.
13529 * gdb.base/range-stepping.exp: Likewise.
13530 * gdb.cp/annota2.exp: Likewise.
13531 * gdb.cp/annota3.exp: Likewise.
13532 * gdb.gdb/selftest.exp: Likewise.
13533 * gdb.threads/continue-pending-status.exp: Likewise.
13534 * gdb.threads/leader-exit.exp: Likewise.
13535 * gdb.threads/manythreads.exp: Likewise.
13536 * gdb.threads/pthreads.exp: Likewise.
13537 * gdb.threads/schedlock.exp: Likewise.
13538 * gdb.threads/sigthread.exp: Likewise.
13539
13540 2015-12-11 Don Breazeal <donb@codesourcery.com>
13541
13542 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13543 remote.
13544 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13545 * gdb.base/foll-exec.exp (main): Enable for target remote.
13546 * gdb.base/foll-fork.exp (main): Likewise.
13547 * gdb.base/foll-vfork.exp (main): Likewise.
13548 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13549 (proc continue_to_exit_bp_loc): Use clean_restart.
13550 * gdb.base/pie-execl.exp (main): Disable for target remote.
13551 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13552 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13553 * gdb.threads/execl.exp (main): Likewise.
13554 * gdb.threads/fork-child-threads.exp (main): Likewise.
13555 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13556 remote.
13557 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13558 remote.
13559 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13560 pid.tid style ptids, instead of just tid.
13561 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13562 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13563 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13564 ptids, instead of just tid.
13565
13566 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13567
13568 * gdb.base/list.exp (test_list_forward): Add end of file error
13569 test.
13570 (test_repeat_list_command): Add end of file error test.
13571 (test_list_backwards): Add beginning of file error test.
13572
13573 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13574
13575 * gdb.base/list.exp (test_list_invalid_args): New function,
13576 defined, and called.
13577
13578 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13579
13580 * gdb.base/list.exp (test_list): Make test names unique.
13581
13582 2015-12-11 Yao Qi <yao.qi@linaro.org>
13583
13584 * gdb.base/coremaker2.c: Remove.
13585
13586 2015-12-10 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.multi/base.exp: Remove stale "spaces" references.
13589
13590 2015-12-10 Pedro Alves <palves@redhat.com>
13591
13592 * gdb.multi/base.exp: Don't use nowarnings.
13593 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13594 * gdb.multi/hangout.c: Include stdio.h.
13595 * gdb.multi/hello.c: Include stdlib.h.
13596 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13597 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13598 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13599
13600 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13601
13602 * gdb.dwarf2/dw2-ranges-base.c: New file.
13603 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13604 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13605 support additional line table, and debug ranges generation.
13606 (Dwarf::ranges): New function, generate .debug_ranges.
13607 (Dwarf::lines): Support generating simple line table programs.
13608 (Dwarf::assemble): Initialise new namespace variables.
13609
13610 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13611
13612 * gdb.base/async.exp (proc test_background): Add case for
13613 asynchronous execution not supported.
13614
13615 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13616
13617 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13618 format and change test names to make them unique.
13619
13620 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13621 Pedro Alves <pedro@redhat.com>
13622
13623 PR gdb/18702
13624 Add checking of floatformats setup on x86_64 hosts.
13625 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13626 (smallval, bigval): New labels/constants.
13627 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13628 float" after loading bigval and smallval.
13629
13630 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13631
13632 * gdb.ada/fun_overload_menu.exp: New testcase.
13633 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13634
13635 2015-12-04 Josh Stone <jistone@redhat.com>
13636
13637 * gdb.base/catch-fork-static.exp: New.
13638
13639 2015-12-03 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.base/sizeof.c: Don't include stdio.h and
13642 ../lib/unbuffer_output.c.
13643 (main): New variable 'size' and 'value'. Remove printf and
13644 gdb_unbuffer_output. Assign return value to size and value.
13645 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13646 at the beginning.
13647 (check_sizeof): Check the result by printing variable 'size'.
13648 (check_valueof): Check the result by printing variable 'value'.
13649
13650 2015-12-01 Yao Qi <yao.qi@linaro.org>
13651
13652 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13653 for aarch64*-*-linux* target.
13654
13655 2015-11-30 Pedro Alves <palves@redhat.com>
13656
13657 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13658
13659 2015-11-30 Pedro Alves <palves@redhat.com>
13660
13661 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13662 Handle non-stop mode vCont replies.
13663
13664 2015-11-30 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13667 prepare_for_testing. Start gdb with "set non-stop on" appended to
13668 GDBFLAGS. Lax expected stop output.
13669
13670 2015-11-27 Yao Qi <yao.qi@linaro.org>
13671
13672 * gdb.arch/arm-neon.exp: New.
13673 * gdb.arch/arm-neon.c: New.
13674
13675 2015-11-27 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13678
13679 2015-11-27 Yao Qi <yao.qi@linaro.org>
13680
13681 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13682 frames-invalid annotation.
13683
13684 2015-11-27 Yao Qi <yao.qi@linaro.org>
13685
13686 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13687
13688 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13689
13690 * gdb.threads/names.exp: New file.
13691 * gdb.threads/names.c: New file.
13692 * README: Mention gdb,no_thread_names.
13693
13694 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13695
13696 PR 19297
13697 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13698 support" error.
13699
13700 2015-11-24 Pedro Alves <palves@redhat.com>
13701
13702 PR 17539
13703 * gdb.base/display.exp: Expect displays to be sorted in ascending
13704 order. Use multi_line.
13705 * gdb.base/solib-display.exp: Likewise.
13706
13707 2015-11-24 Pedro Alves <palves@redhat.com>
13708
13709 PR 17539
13710 * gdb.base/display.exp: Expect displays to be sorted in ascending
13711 order. Use multi_line.
13712 * gdb.base/solib-display.exp: Likewise.
13713
13714 2015-11-24 Pedro Alves <palves@redhat.com>
13715
13716 PR 17539
13717 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13718 threads in ascending order.
13719 * gdb.base/foll-fork.exp: Likewise.
13720 * gdb.base/foll-vfork.exp: Likewise.
13721 * gdb.base/multi-forks.exp: Likewise.
13722 * gdb.mi/mi-nonstop.exp: Likewise.
13723 * gdb.mi/mi-nsintrall.exp: Likewise.
13724 * gdb.multi/base.exp: Likewise.
13725 * gdb.multi/multi-arch.exp: Likewise.
13726 * gdb.python/py-inferior.exp: Likewise.
13727 * gdb.threads/break-while-running.exp: Likewise.
13728 * gdb.threads/execl.exp: Likewise.
13729 * gdb.threads/gcore-thread.exp: Likewise.
13730 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13731 * gdb.threads/kill.exp: Likewise.
13732 * gdb.threads/linux-dp.exp: Likewise.
13733 * gdb.threads/multiple-step-overs.exp: Likewise.
13734 * gdb.threads/next-bp-other-thread.exp: Likewise.
13735 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13736 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13737 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13738 * gdb.threads/thread-find.exp: Likewise.
13739 * gdb.threads/tls.exp: Likewise.
13740 * lib/mi-support.exp (mi_reverse_list): Delete.
13741 (mi_check_thread_states): No longer reverse list.
13742
13743 2015-11-24 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13746 use lowercase.
13747
13748 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13749
13750 * gdb.trace/actions.c: Include trace-common.h.
13751 (main): Add a location for a fast tracepoint.
13752 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13753 the normal tracepoints.
13754 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13755
13756 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13757
13758 * save-trace.exp: Factor out code to these...
13759 (gdb_save_tracepoints): New.
13760 (gdb_load_tracepoints): New.
13761 (do_save_load_test): New.
13762
13763 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13764
13765 * gdb.base/asmlabel.exp: New test.
13766 * gdb.base/asmlabel.c: New test case.
13767
13768 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13769
13770 * gdb.base/wrong_frame_bt_full-main.c: New file.
13771 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13772 * gdb.base/wrong_frame_bt_full.exp: New file.
13773
13774 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13775
13776 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13777
13778 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13779
13780 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13781 pstate register when comparing registers values in
13782 sparc64-*-linux-gnu targets to avoid spurious differences.
13783
13784 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13785
13786 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13787
13788 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13789
13790 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13791 as type argument to gdb_compile.
13792 * gdb.base/nested-subp2.exp: Likewise.
13793 * gdb.base/nested-subp3.exp: Likewise.
13794
13795 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13796
13797 * lib/dwarf.exp (_note): Fix left shift of negative value.
13798 * gdb.trace/trace-condition.exp: Likewise.
13799
13800 2015-11-13 Yao Qi <yao.qi@linaro.org>
13801
13802 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13803 comments about d10v.
13804 (test_scalar_returns): Likewise.
13805 * gdb.base/d10v.ld: Remove.
13806 * gdb.base/overlays.exp: Remove the target triplet checking for
13807 d10v-*-*.
13808 * gdb.base/structs.exp (test_struct_returns): Remove the
13809 comments about d10v.
13810 (test_struct_calls): Likewise.
13811
13812 2015-11-13 Yao Qi <yao.qi@linaro.org>
13813
13814 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13815 * gdb.base/gnu_vector.c: Don't include stdio.h.
13816 (main): Don't print res and call add_some_intvecs.
13817
13818 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13819
13820 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13821 macro.
13822 (func5): Removed.
13823 (func4): Use FAST_TRACEPOINT_LABEL.
13824 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13825 macro.
13826 (func): Removed.
13827 (thread_function): Use FAST_TRACEPOINT_LABEL.
13828 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13829 (func): Remove.
13830 (marker): Use FAST_TRACEPOINT_LABEL.
13831 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13832 (pendfunc1): Remove.
13833 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13834 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13835 (foo): Remove.
13836 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13837 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13838 macro.
13839 (func): Remove.
13840 (marker): Use FAST_TRACEPOINT_LABEL.
13841 * gdb.trace/trace-common.h: New header.
13842 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13843 macro.
13844 (func): Remove.
13845 (marker): Use FAST_TRACEPOINT_LABEL.
13846 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13847 (func): Remove.
13848 (thread_function): Use FAST_TRACEPOINT_LABEL.
13849
13850 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13851
13852 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13853 in front.
13854 * gdb.trace/change-loc.exp: Use global pcreg definition.
13855 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13856 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13857 in front.
13858 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13859 * gdb.trace/pending.exp: Likewise.
13860 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13861 * gdb.trace/trace-break.exp: Likewise.
13862 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13863 in front.
13864 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13865 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13866 in front.
13867 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13868
13869 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13870
13871 * gdb.ada/fin_fun_out: New testcase.
13872
13873 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13874
13875 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13876 value associated with DW_AT_byte_size.
13877 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13878 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13879 DW_AT_upper_bound.
13880
13881 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13882
13883 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13884 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13885 version.
13886 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13887 gdb.dwarf2/dw2-canonicalize-type.exp,
13888 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13889 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13890 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13891 provided by gdb_target_symbol_prefix_flags_asm.
13892 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13893 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13894 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13895 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13896 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13897 macros where needed). Use this macro for symbols which require
13898 the prefix provided by SYMBOL_PREFIX.
13899
13900 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13901
13902 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13903 New procs.
13904 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13905 representing expressions, of more than one list element.
13906 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13907 to prepend linker symbol prefix to f.
13908 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13909 table_1 and table_2.
13910 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13911 Likewise, for f and g.
13912 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13913 for ptr.
13914 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13915 for main.
13916 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13917 table_1_ptr and table_2_ptr.
13918
13919 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13920 Joel Brobecker <brobecker@adacore.com>
13921
13922 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13923
13924 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13925
13926 * gdb.reverse/s390-mvcle.c: New test.
13927 * gdb.reverse/s390-mvcle.exp: New file.
13928 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13929
13930 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13931
13932 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13933
13934 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13935
13936 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13937 reaching marker2.
13938 * gdb.reverse/getresuid-reverse.exp: Likewise.
13939 * gdb.reverse/pipe-reverse.exp: Likewise.
13940 * gdb.reverse/readv-reverse.exp: Likewise.
13941 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13942 * gdb.reverse/time-reverse.exp: Likewise.
13943 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13944
13945 2015-10-30 Yao Qi <yao.qi@linaro.org>
13946
13947 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13948 (empty_cycle): Remove.
13949 (main): Don't call empty_cycle. Don't use watch_count_done.
13950 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13951 empty_cycle. Rewrite the code counting HW watchpoints.
13952
13953 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13954
13955 * gdb.reverse/fstatat-reverse.c: New test.
13956 * gdb.reverse/fstatat-reverse.exp: New file.
13957 * gdb.reverse/getresuid-reverse.c: New test.
13958 * gdb.reverse/getresuid-reverse.exp: New file.
13959 * gdb.reverse/pipe-reverse.c: New test.
13960 * gdb.reverse/pipe-reverse.exp: New file.
13961 * gdb.reverse/readv-reverse.c: New test.
13962 * gdb.reverse/readv-reverse.exp: New file.
13963 * gdb.reverse/recvmsg-reverse.c: New test.
13964 * gdb.reverse/recvmsg-reverse.exp: New file.
13965 * gdb.reverse/time-reverse.c: New test.
13966 * gdb.reverse/time-reverse.exp: New file.
13967 * gdb.reverse/waitpid-reverse.c: New test.
13968 * gdb.reverse/waitpid-reverse.exp: New file.
13969
13970 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13971
13972 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13973
13974 2015-10-26 Doug Evans <dje@google.com>
13975
13976 PR symtab/17391
13977 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13978 * gdb.dwarf2/bad-regnum.c: New file.
13979 * gdb.dwarf2/bad-regnum.exp: New file.
13980
13981 2015-10-26 Doug Evans <dje@google.com>
13982
13983 PR python/18938
13984 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13985 file.
13986
13987 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13988
13989 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13990 for a change by "Mention language in compile error message".
13991
13992 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13993
13994 PR python/18073
13995 * gdb.python/py-type.c (C::a_method): New.
13996 (C::a_const_method): New.
13997 (C::a_static_method): New.
13998 (a_function): New.
13999 * gdb.python/py-type.exp (test_fields): Test getting fields
14000 from function and method.
14001
14002 2015-10-21 Keven Boell <keven.boell@intel.com>
14003
14004 * gdb.fortran/vla-alloc-assoc.exp: New file.
14005 * gdb.fortran/vla-datatypes.exp: New file.
14006 * gdb.fortran/vla-datatypes.f90: New file.
14007 * gdb.fortran/vla-history.exp: New file.
14008 * gdb.fortran/vla-ptype-sub.exp: New file.
14009 * gdb.fortran/vla-ptype.exp: New file.
14010 * gdb.fortran/vla-sizeof.exp: New file.
14011 * gdb.fortran/vla-sub.f90: New file.
14012 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14013 * gdb.fortran/vla-value-sub-finish.exp: New file.
14014 * gdb.fortran/vla-value-sub.exp: New file.
14015 * gdb.fortran/vla-value.exp: New file.
14016 * gdb.fortran/vla-ptr-info.exp: New file.
14017 * gdb.mi/mi-vla-fortran.exp: New file.
14018 * gdb.mi/vla.f90: New file.
14019
14020 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14021
14022 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14023 of hardwired timeout value.
14024
14025 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14026 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14029 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14030
14031 2015-10-19 Josh Stone <jistone@redhat.com>
14032
14033 * gdb.base/catch-syscall.c: Include <sched.h>.
14034 (unknown_syscall): New variable.
14035 (main): Trigger a vfork and an unknown syscall.
14036 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14037 (unknown_syscall_number): Likewise.
14038 (check_call_to_syscall): Accept an optional syscall pattern.
14039 (check_return_from_syscall): Likewise.
14040 (check_continue): Likewise.
14041 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14042 (test_catch_syscall_skipping_return): New test toggling off 'catch
14043 syscall' to step over the syscall return, then toggling back on.
14044 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14045 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14046 (do_syscall_tests): Call test_catch_syscall_without_args and
14047 test_catch_syscall_mid_vfork.
14048 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14049 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14050
14051 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14052
14053 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14054 print g_vE): Add new pass patterns.
14055 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14056 print various symbol names for vptr fields.
14057
14058 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14059
14060 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14061 results.
14062
14063 2015-10-12 Yao Qi <yao.qi@linaro.org>
14064
14065 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14066
14067 2015-10-12 Yao Qi <yao.qi@linaro.org>
14068
14069 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14070 is aarch64*-*-linux*.
14071
14072 2015-10-12 Yao Qi <yao.qi@linaro.org>
14073
14074 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14075 (can_relocate_bcond_true): ... it.
14076 (can_relocate_bcond_false): New function.
14077 (foo): Likewise.
14078 (can_relocate_bl): Likewise.
14079 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14080 can_relocate_bl.
14081
14082 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14083
14084 * gdb.base/nested-addr.c: New file.
14085 * gdb.base/nested-addr.exp: New testcase.
14086
14087 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14088
14089 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14090 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14091 its output. Ignore the output of "record goto begin" and instead
14092 check that GDB is replaying.
14093
14094 2015-10-09 Pedro Alves <palves@redhat.com>
14095
14096 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14097 (top level): Use it in the run with no args test.
14098
14099 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14100
14101 * gdb.dlang/properties.exp: New file.
14102
14103 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14104
14105 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14106 whether or not address 0x1000 is mapped on the target.
14107
14108 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14109
14110 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14111 build.
14112
14113 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14114
14115 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14116 instruction-history test.
14117
14118 2015-09-28 Doug Evans <dje@google.com>
14119
14120 * gdb.base/gcore.c (array_func): Add reference to static_array.
14121
14122 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14123
14124 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14125 source line.
14126
14127 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14128
14129 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14130 short or char as base type.
14131
14132 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14133
14134 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14135 to allow any size enum.
14136
14137 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14138
14139 * gdb.ada/array_ptr_renaming.exp: New testcase.
14140 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14141 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14142
14143 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14144
14145 * gdb.trace/ftrace-lock.c: New file.
14146 * gdb.trace/ftrace-lock.exp: New file.
14147
14148 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14149
14150 * gdb.arch/insn-reloc.c: New file.
14151 * gdb.arch/ftrace-insn-reloc.exp: New file.
14152
14153 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14154
14155 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14156 instruction.
14157 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14158 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14159 * gdb.trace/range-stepping.c: Likewise.
14160 * gdb.trace/trace-break.c: Likewise.
14161 * gdb.trace/trace-mt.c (thread_function): Likewise.
14162 * gdb.trace/ftrace.c (marker): Likewise.
14163 * gdb.trace/trace-condition.c (marker): Likewise.
14164 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14165 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14166 is_aarch64_target.
14167
14168 2015-09-18 Doug Evans <xdje42@gmail.com>
14169
14170 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14171 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14172
14173 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14174
14175 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14176 the breakpoint.
14177
14178 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14179
14180 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14181 the pending breakpoint. Remove timeout override for "Run till
14182 MI pending breakpoint on pendfunc3 on thread 2" test.
14183
14184 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14185
14186 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14187 filename pattern.
14188
14189 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14190
14191 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14192 in breakpoint filename pattern.
14193
14194 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14195
14196 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14197
14198 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14199
14200 * gdb.linespec/explicit.exp: Check for readline support for
14201 tab-completion tests. Fix obvious typo.
14202
14203 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14204
14205 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14206 and replay.
14207
14208 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14209
14210 * gdb.btrace/non-stop.c: New.
14211 * gdb.btrace/non-stop.exp: New.
14212
14213 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14214 Yao Qi <yao.qi@linaro.org>
14215
14216 * gdb.trace/trace-condition.c: New file.
14217 * gdb.trace/trace-condition.exp: New file.
14218
14219 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14220
14221 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14222 for testing bytecode compilation.
14223
14224 2015-09-16 Pedro Alves <palves@redhat.com>
14225 Sandra Loosemore <sandra@codesourcery.com>
14226
14227 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14228 (SECONDS): Redefine.
14229 (main): Call pthread_kill and alarm early.
14230 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14231 support.
14232 (test): If the target can't hardware step and doesn't support
14233 displaced stepping, increase the timeout.
14234
14235 2015-09-16 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14238 (enable_debug): New procedures.
14239 (test): Use them. Bail out if waiting for threads fails.
14240 (top level): Bail out if a test fails.
14241
14242 2015-09-16 Yao Qi <yao.qi@linaro.org>
14243
14244 * gdb.asm/asm-source.exp: Set asm-arch for
14245 aarch64*-*-* target.
14246 * gdb.asm/aarch64.inc: New file.
14247
14248 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14249
14250 * gdb.ada/array_of_variable_length.exp: New testcase.
14251 * gdb.ada/array_of_variable_length/foo.adb: New file.
14252 * gdb.ada/array_of_variable_length/pck.adb: New file.
14253 * gdb.ada/array_of_variable_length/pck.ads: New file.
14254
14255 2015-09-15 Doug Evans <dje@google.com>
14256
14257 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14258 of function static local variable.
14259
14260 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14261
14262 * gdb.threads/tls-so_extern.exp: New test file.
14263 * gdb.threads/tls-so_extern.c: New test file.
14264 * gdb.threads/tls-so_extern_main.c: New test file.
14265
14266 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14267
14268 * gdb.opt/solib-intra-step-lib.c: New file.
14269 * gdb.opt/solib-intra-step-main.c: New file.
14270 * gdb.opt/solib-intra-step.exp: New file.
14271
14272 2015-09-15 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14275 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14276
14277 2015-09-14 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.base/hook-stop-continue.c: Delete.
14280 * gdb.base/hook-stop-continue.exp: Delete.
14281 * gdb.base/hook-stop-frame.c: Delete.
14282 * gdb.base/hook-stop-frame.exp: Delete.
14283 * gdb.base/hook-stop.c: New file.
14284 * gdb.base/hook-stop.exp: New file.
14285
14286 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14287
14288 * gdb.ada/access_to_packed_array.exp: New testcase.
14289 * gdb.ada/access_to_packed_array/foo.adb: New file.
14290 * gdb.ada/access_to_packed_array/pack.adb: New file.
14291 * gdb.ada/access_to_packed_array/pack.ads: New file.
14292
14293 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14294
14295 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14296 buffer size test.
14297
14298 2015-09-11 Don Breazeal <donb@codesourcery.com>
14299
14300 * gdb.base/foll-exec.c: Add copyright header. Fix
14301 formatting issues.
14302 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14303 (do_exec_tests): Use clean_restart in place of zap_session,
14304 and for test initialization. Fix formatting issues. Use
14305 fail in place of perror.
14306 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14307 an expect statement to match an expression with output from
14308 the program under debug.
14309 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14310 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14311 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14312 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14313 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14314
14315 2015-09-09 Doug Evans <dje@google.com>
14316
14317 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14318
14319 2015-09-09 Doug Evans <dje@google.com>
14320
14321 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14322
14323 2015-09-09 Doug Evans <dje@google.com>
14324
14325 * gdb.base/savedregs.exp: Fix typo.
14326
14327 2015-09-09 Pedro Alves <palves@redhat.com>
14328
14329 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14330
14331 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14332
14333 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14334 command actually switches threads. Give up on remaining
14335 tests if target fails to stop at breakpoint.
14336
14337 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14338
14339 * gdb.ada/funcall_char.exp: New testcase.
14340 * gdb.ada/funcall_char/foo.adb: New file.
14341
14342 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14343
14344 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14345 expected outputs. Add two testcases for completing ambiguous
14346 functions.
14347 * gdb.ada/complete/aux_pck.adb: New file.
14348 * gdb.ada/complete/aux_pck.ads: New file.
14349 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14350 Ambiguous_Func functions.
14351 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14352 * gdb.ada/complete/pck.adb: Likewise.
14353
14354 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14355
14356 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14357 failures to run the test program under GDB.
14358
14359 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14360
14361 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14362 to C.
14363
14364 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14365
14366 * gdb.base/run-after-attach.exp: New test file.
14367 * gdb.base/run-after-attach.c: New test file.
14368
14369 2015-08-26 Don Breazeal <donb@codesourcery.com>
14370
14371 * gdb.base/foll-exec-2.c: New test program.
14372 * gdb.base/foll-exec-2.exp: New test.
14373
14374 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14375
14376 * gdb.base/nested-subp1.exp: New file.
14377 * gdb.base/nested-subp1.c: New file.
14378 * gdb.base/nested-subp2.exp: New file.
14379 * gdb.base/nested-subp2.c: New file.
14380 * gdb.base/nested-subp3.exp: New file.
14381 * gdb.base/nested-subp3.c: New file.
14382
14383 2015-08-24 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.server/connect-without-multi-process.c: New file.
14386 * gdb.server/connect-without-multi-process.exp: New file.
14387
14388 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14389
14390 * gdb.opt/inline-markers.c: Make z int.
14391
14392 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14393
14394 * gdb.opt/inline-markers.c: Make z volatile.
14395
14396 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14397
14398 * gdb.opt/inline-bt.c: New volatile global z.
14399 * gdb.opt/inline-cmds.c: Likewise.
14400 * gdb.opt/inline-locals.c: Likewise.
14401 * gdb.opt/inline-markers.c: New extern global z.
14402 (marker): Use z.
14403 (inline_fn): Likewise.
14404
14405 2015-08-24 Pedro Alves <palves@redhat.com>
14406
14407 * config/m32r-stub.exp: Remove file.
14408 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14409 * gdb.base/call-rt-st.exp: Likewise.
14410 * gdb.base/call-strs.exp: Likewise.
14411 * gdb.base/default.exp: Remove references to h8300-*-hms and
14412 *-*-udi*.
14413 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14414
14415 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14416
14417 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14418 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14419 and "return" use KFAIL when GDB can not read/write the vector
14420 return value.
14421
14422 2015-08-21 Gary Benson <gbenson@redhat.com>
14423
14424 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14425
14426 2015-08-20 Pedro Alves <palves@redhat.com>
14427
14428 * gdb.server/solib-list.exp: No longer expect an interior stop in
14429 non-stop mode.
14430
14431 2015-08-20 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.server/connect-stopped-target.c: New file.
14434 * gdb.server/connect-stopped-target.exp: New file.
14435
14436 2015-08-20 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.dwarf2/comp-unit-lang.exp: New file.
14439 * gdb.dwarf2/comp-unit-lang.c: New file.
14440
14441 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14442
14443 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14444 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14445
14446 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14447
14448 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14449 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14450
14451 2015-08-18 Doug Evans <dje@google.com>
14452 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14453
14454 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14455 skip_python_tests. New arg prompt_regexp.
14456 (skip_python_tests): New function.
14457 * lib/mi-support.exp (mi_skip_python_tests): New function.
14458 * gdb.python/py-mi-objfile-gdb.py: New file.
14459 * gdb.python/py-mi-objfile.c: New file.
14460 * gdb.python/py-mi-objfile.exp: New file.
14461
14462 2015-08-17 Keith Seitz <keiths@redhat.com>
14463
14464 * gdb.linespec/explicit.exp: Move strace test from here ...
14465 * gdb.trace/strace.exp: ... to here.
14466
14467 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14468
14469 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14470 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14471
14472 2015-08-14 Doug Evans <xdje42@gmail.com>
14473
14474 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14475 inferior before selecting a new file.
14476
14477 2015-08-14 Doug Evans <xdje42@gmail.com>
14478
14479 * gdb.mi/mi-disassemble.exp: Update.
14480 * gdb.base/disasm-optim.S: New file.
14481 * gdb.base/disasm-optim.c: New file.
14482 * gdb.base/disasm-optim.h: New file.
14483 * gdb.base/disasm-optim.exp: New file.
14484
14485 2015-08-14 Keith Seitz <keiths@redhat.com>
14486
14487 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14488 "evaluated-by".
14489
14490 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14491
14492 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14493
14494 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14495
14496 * gdb.ada/fun_renaming.exp: New testcase.
14497 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14498 * gdb.ada/fun_renaming/pack.adb: New file.
14499 * gdb.ada/fun_renaming/pack.ads: New file.
14500
14501 2015-08-12 Keith Seitz <keiths@redhat.com>
14502
14503 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14504 gdb_get_line_number.
14505
14506 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14507
14508 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14509 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14510 gdb.base/dso2dso.exp: New files.
14511
14512 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14513 Pedro Alves <palves@redhat.com>
14514 Keith Seitz <keiths@redhat.com>
14515
14516 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14517 GDBFLAGS.
14518
14519 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14520
14521 * gdb.base/gdbhistsize-history.exp
14522 (test_histsize_history_setting): Use save_vars.
14523 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14524 Use save_vars.
14525 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14526 * gdb.base/readline.exp: Use save_vars.
14527
14528 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14529
14530 * lib/gdb.exp (save_vars): New proc.
14531
14532 2015-08-11 Keith Seitz <keiths@redhat.com>
14533
14534 * gdb.base/help.exp: Update help_breakpoint_text.
14535
14536 2015-08-11 Keith Seitz <keiths@redhat.com>
14537
14538 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14539 (at toplevel): Call test_explicit_breakpoints.
14540 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14541 breakpoints.
14542 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14543 breakpoint conditions, "-cond".
14544
14545 2015-08-11 Keith Seitz <keiths@redhat.com>
14546
14547 * gdb.linespec/3explicit.c: New file.
14548 * gdb.linespec/cpexplicit.cc: New file.
14549 * gdb.linespec/cpexplicit.exp: New file.
14550 * gdb.linespec/explicit.c: New file.
14551 * gdb.linespec/explicit.exp: New file.
14552 * gdb.linespec/explicit2.c: New file.
14553 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14554 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14555 before using in the matching pattern.
14556 Clarify that `prefix' is a regular expression.
14557
14558 2015-08-11 Keith Seitz <keiths@redhat.com>
14559
14560 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14561 test.
14562 Add tests for missing ",FMT" and ",".
14563
14564 2015-08-10 Doug Evans <dje@google.com>
14565 Keith Seitz <keiths@redhat.com>
14566
14567 PR gdb/17960
14568 * gdb.base/completion.exp: Add location completer tests.
14569
14570 2015-08-07 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14573 tests here.
14574 (top level): Run do_test with and without displaced stepping.
14575
14576 2015-08-07 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.base/valgrind-disp-step.c: New file.
14579 * gdb.base/valgrind-disp-step.exp: New file.
14580
14581 2015-08-07 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14584 Delete function.
14585 (main): Add alarm. Run an infinite loop instead of calling
14586 wait_threads.
14587 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14588 comment.
14589 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14590 Delete function.
14591 (main): Add alarm. Run an infinite loop instead of calling
14592 wait_threads.
14593 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14594 comment.
14595
14596 2015-08-07 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.base/checkpoint-ns.exp: New file.
14599 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14600 standard_testfile.
14601
14602 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14603
14604 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14605 * gdb.btrace/instruction_history.exp: Update.
14606 * gdb.btrace/tsx.exp: New.
14607 * gdb.btrace/tsx.c: New.
14608
14609 2015-08-06 Pedro Alves <palves@redhat.com>
14610
14611 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14612 increase timeout.
14613 * gdb.reverse/until-precsave.exp: Bump timeouts.
14614
14615 2015-08-06 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14618
14619 2015-08-06 Pedro Alves <palves@redhat.com>
14620
14621 PR gdb/18749
14622 * gdb.threads/process-dies-while-handling-bp.c: New file.
14623 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14624
14625 2015-08-06 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14628 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14629
14630 2015-08-05 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14633 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14634
14635 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14636
14637 * gdb.base/bp-permanent.exp: Report test as unsupported if
14638 the target cannot stop at the permanent breakpoint.
14639
14640 2015-08-03 Doug Evans <dje@google.com>
14641
14642 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14643 10000.
14644
14645 2015-08-03 Doug Evans <dje@google.com>
14646
14647 * Makefile.in (workers/%.worker, build-perf): New rule.
14648 (GDB_PERFTEST_MODE): New variable.
14649 (check-perf): Use it.
14650 (clean): Clean up gdb.perf parallel build subdirs.
14651 * lib/build-piece.exp: New file.
14652 * lib/gdb.exp (make_gdb_parallel_path): New function
14653 (standard_output_file, standard_temp_file): Call it.
14654 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14655 of $GDB_PARALLEL.
14656 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14657
14658 2015-08-03 Doug Evans <dje@google.com>
14659
14660 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14661 (LOG_FILE_NAME): New global.
14662 (TextReporter.__init__): Initialize self.txt_sum.
14663 (TextReporter.report): Add support for multiple data-points.
14664 Move report to perftest.sum, put raw data in perftest.log.
14665 (TextReporter.start): Open sum and log files.
14666 (TextReporter.end): Close sum and log files.
14667 * gdb.perf/lib/perftest/testresult.py
14668 (SingleStatisticTestResult.record): Handle multiple data-points.
14669
14670 2015-07-31 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14673 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14674 kill_wait_spawned_process instead of explicit "kill -9".
14675 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14676 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14677 kill_wait_spawned_process.
14678 * gdb.base/attach-twice.exp: Likewise.
14679 * gdb.base/attach.exp: Likewise.
14680 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14681 gdb_test_multiple.
14682 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14683 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14684 kill_wait_spawned_process.
14685 * gdb.base/valgrind-infcall.exp: Likewise.
14686 * gdb.multi/multi-attach.exp: Likewise.
14687 * gdb.python/py-prompt.exp: Likewise.
14688 * gdb.python/py-sync-interp.exp: Likewise.
14689 * gdb.server/ext-attach.exp: Likewise.
14690 * gdb.threads/attach-into-signal.exp (corefunc): Use
14691 spawn_wait_for_attach, spawn_id_get_pid and
14692 kill_wait_spawned_process.
14693 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14694 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14695 spawn_id_get_pid and kill_wait_spawned_process.
14696 * gdb.threads/attach-stopped.exp (corefunc): Use
14697 spawn_wait_for_attach, spawn_id_get_pid and
14698 kill_wait_spawned_process.
14699 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14700 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14701 kill_wait_spawned_process instead of explicit "kill -9".
14702 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14703 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14704 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14705 processes. Don't map cygwin/windows pids here. Now returns a
14706 spawn id list.
14707
14708 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14709
14710 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14711 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14712 correct patch.
14713
14714 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14715
14716 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14717
14718 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14719
14720 Reapply:
14721 2014-05-21 Mark Wielaard <mjw@redhat.com>
14722
14723 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14724
14725 2015-07-30 Pedro Alves <palves@redhat.com>
14726
14727 * linux-low.c (handle_extended_wait): Set the child's last
14728 reported status to TARGET_WAITKIND_STOPPED.
14729
14730 2015-07-30 Pedro Alves <palves@redhat.com>
14731
14732 PR threads/18600
14733 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14734 only shows inferior 1.
14735
14736 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14737 Pedro Alves <palves@redhat.com>
14738
14739 PR threads/18600
14740 * gdb.threads/fork-plus-threads.c: New file.
14741 * gdb.threads/fork-plus-threads.exp: New file.
14742
14743 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14744
14745 * gdb.base/batch-preserve-term-settings.exp
14746 (test_terminal_settings_preserved_after_cli_exit): Use
14747 send_quit_command.
14748
14749 2015-07-29 Pedro Alves <palves@redhat.com>
14750 Don Breazeal <donb@codesourcery.com>
14751
14752 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14753 output from both inferior_spawn_id and gdb_spawn_id.
14754
14755 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14756
14757 * gdb.threads/attach-into-signal.exp (corefunc): Use
14758 with_test_prefix on nested loops, uniquefying the test messages.
14759
14760 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14761
14762 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14763 commit.
14764
14765 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14766
14767 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14768 New proc.
14769 (test_terminal_settings_preserved_after_sigterm): New test.
14770
14771 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14772
14773 * gdb.base/batch-preserve-term-settings.exp
14774 (test_terminal_settings_preserved_after_cli_exit): New test.
14775
14776 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14777
14778 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14779 manipulation of saved_gdbflags.
14780 (test_terminal_settings_preserved): Remove global declaration of
14781 the unused variable pagination_prompt. Remove manipulation of
14782 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14783 GDBFLAGS.
14784
14785 2015-07-29 Pedro Alves <palves@redhat.com>
14786
14787 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14788
14789 2015-07-29 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14792 at the top.
14793
14794 2015-07-29 Pedro Alves <palves@redhat.com>
14795
14796 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14797 (main): Call gdb_unbuffer_output.
14798 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14799 (main): Call gdb_unbuffer_output.
14800 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14801 (main): Call gdb_unbuffer_output.
14802 * gdb.base/call-strs.exp: Adjust to step over the
14803 gdb_unbuffer_output call.
14804 * gdb.base/catch-gdb-caused-signals.c: Include
14805 "../lib/unbuffer_output.c".
14806 (main): Call gdb_unbuffer_output.
14807 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14808 (main): Call gdb_unbuffer_output.
14809 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14810 (main): Call gdb_unbuffer_output.
14811 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14812 (main): Call gdb_unbuffer_output.
14813 * gdb.base/shlib-call.exp: Adjust to step over the
14814 gdb_unbuffer_output call.
14815 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14816 (main): Call gdb_unbuffer_output.
14817 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14818 (main): Call gdb_unbuffer_output.
14819 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14820 (main): Rename to ...
14821 (test): ... this.
14822 (main): Reimplement.
14823 * gdb.base/varargs.exp: Run to test instead of to main.
14824 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14825 (main): Call gdb_unbuffer_output.
14826
14827 2015-07-29 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14830 factore out from mi_continue_dprintf. For call-style dprintfs,
14831 expect dprintf output out of $inferior_spawn_id.
14832 (mi_continue_dprintf): Use mi_expect_dprintf.
14833 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14834 (main): Call gdb_unbuffer_output.
14835
14836 2015-07-29 Pedro Alves <palves@redhat.com>
14837
14838 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14839 (default_mi_gdb_start): Set inferior_spawn_id instead of
14840 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14841 gdb_spawn_id.
14842 (mi_gdb_test): Always expect inferior output from both
14843 $inferior_spawn_id and $gdb_spawn_id.
14844
14845 2015-07-29 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14848 send_inferior and $inferior_spawn_id.
14849
14850 2015-07-29 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.gdb/complaints.exp (test_initial_complaints)
14853 (test_serial_complaints, test_short_complaints): Use
14854 gdb_test_stdio.
14855 (test_empty_complaint): Handle $inferior_spawn_id !=
14856 $gdb_spawn_id.
14857
14858 2015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/varargs.exp: Use gdb_test_stdio.
14861
14862 2015-07-29 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14865
14866 2015-07-29 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14869
14870 2015-07-29 Pedro Alves <palves@redhat.com>
14871
14872 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14873 parameter into two new parameters, "inf_result" and "gdb_result".
14874 Expect inferior output and gdb output from $inferior_spawn_id and
14875 $gdb_spawn_id, respectively. Adjust all callers.
14876
14877 2015-07-29 Pedro Alves <palves@redhat.com>
14878
14879 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14880 of gdb_test_sequence.
14881
14882 2015-07-29 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14885 (saw_spurious_output): Expect inferior output from
14886 $inferior_spawn_id. Use gdb_test_stdio.
14887
14888 2015-07-29 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/dprintf.exp: Use standard_testfile. Change
14891 prepare_for_testing call.
14892 (srcfile): Don't set.
14893 (restart): New procedure.
14894 (test_dprintf): New procecure, use to continue over dprintfs.
14895 (test_call, test_agent): New procedures, tests moved here.
14896 Restart gdb and recreate dprintfs. Adjust expected output.
14897
14898 2015-07-29 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14901
14902 2015-07-29 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14905
14906 2015-07-29 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14909 gdb_test_stdio.
14910
14911 2015-07-29 Pedro Alves <palves@redhat.com>
14912
14913 * lib/gdb.exp (gdb_test_stdio): New procedure.
14914
14915 2015-07-29 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14918
14919 2015-07-29 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/call-signal-resume.exp: Remove check for
14922 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14923 * gdb.base/unwindonsignal.exp: Likewise.
14924 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14925 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14926
14927 2015-07-29 Pedro Alves <palves@redhat.com>
14928
14929 * gdb.base/siginfo-addr.c (pass): New function.
14930 (handler): Call it iff si_addr is correct.
14931 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14932 Set a breakpoint at "pass" and continue to it.
14933
14934 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14935
14936 * gdb.python/py-objfile.exp: Make some tests have unique names.
14937 * gdb.python/py-pp-registration.exp: Likewise.
14938
14939 2015-07-28 Pedro Alves <palves@redhat.com>
14940
14941 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14942
14943 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14944
14945 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14946
14947 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14948
14949 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14950
14951 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14952
14953 * gdb.base/gdb-sigterm-2.exp: New test.
14954
14955 2015-07-25 Doug Evans <xdje42@gmail.com>
14956
14957 Revert:
14958 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14959 (workers/%.worker, build-perf): New rule.
14960 (GDB_PERFTEST_MODE): New variable.
14961 (check-perf): Use it.
14962 (clean): Clean up gdb.perf parallel build subdirs.
14963 * lib/build-piece.exp: New file.
14964 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14965 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14966 name.
14967 (standard_temp_file): Ditto.
14968 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14969 of $GDB_PARALLEL.
14970
14971 2015-07-24 Doug Evans <dje@google.com>
14972
14973 * gdb.perf/lib/perftest/utils.py: New file.
14974 * gdb.perf/gm-hello.cc: New file.
14975 * gdb.perf/gm-pervasive-typedef.cc: New file.
14976 * gdb.perf/gm-pervasive-typedef.h: New file.
14977 * gdb.perf/gm-std.cc: New file.
14978 * gdb.perf/gm-std.h: New file.
14979 * gdb.perf/gm-use-cerr.cc: New file.
14980 * gdb.perf/gm-utils.h: New file.
14981 * gdb.perf/gmonster-null-lookup.py: New file.
14982 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14983 * gdb.perf/gmonster-print-cerr.py: New file.
14984 * gdb.perf/gmonster-ptype-string.py: New file.
14985 * gdb.perf/gmonster-runto-main.py: New file.
14986 * gdb.perf/gmonster-select-file.py: New file.
14987 * gdb.perf/gmonster1-null-lookup.exp: New file.
14988 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14989 * gdb.perf/gmonster1-print-cerr.exp: New file.
14990 * gdb.perf/gmonster1-ptype-string.exp: New file.
14991 * gdb.perf/gmonster1-runto-main.exp: New file.
14992 * gdb.perf/gmonster1-select-file.exp: New file.
14993 * gdb.perf/gmonster1.cc: New file.
14994 * gdb.perf/gmonster1.exp: New file.
14995 * gdb.perf/gmonster2-null-lookup.exp: New file.
14996 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14997 * gdb.perf/gmonster2-print-cerr.exp: New file.
14998 * gdb.perf/gmonster2-ptype-string.exp: New file.
14999 * gdb.perf/gmonster2-runto-main.exp: New file.
15000 * gdb.perf/gmonster2-select-file.exp: New file.
15001 * gdb.perf/gmonster2.cc: New file.
15002 * gdb.perf/gmonster2.exp: New file.
15003
15004 2015-07-24 Doug Evans <dje@google.com>
15005
15006 * gdb.perf/README: New file.
15007 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15008 * lib/gen-perf-test.exp: New file.
15009
15010 2015-07-24 Doug Evans <dje@google.com>
15011
15012 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15013 (PerfTest::startup): New function.
15014 (PerfTest::run): Return result of calling body.
15015 (PerfTest::assemble): Rewrite.
15016 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15017 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15018 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15019 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15020 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15021
15022 2015-07-24 Doug Evans <dje@google.com>
15023
15024 * lib/gdb.exp (clean_restart): Make executable optional.
15025
15026 2015-07-24 Doug Evans <dje@google.com>
15027
15028 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15029 compiler_info references.
15030 * gdb.cp/temargs.exp: Ditto.
15031 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15032 (get_compiler_info): Early exit if already computed. Set compiler_info
15033 to "unknown" if there was a problem.
15034 (test_compiler_info): Add function comment. Call get_compiler_info.
15035
15036 2015-07-24 Doug Evans <dje@google.com>
15037
15038 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15039 (workers/%.worker, build-perf): New rule.
15040 (GDB_PERFTEST_MODE): New variable.
15041 (check-perf): Use it.
15042 (clean): Clean up gdb.perf parallel build subdirs.
15043 * lib/build-piece.exp: New file.
15044 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15045 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15046 name.
15047 (standard_temp_file): Ditto.
15048 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15049 of $GDB_PARALLEL.
15050
15051 2015-07-24 Doug Evans <dje@google.com>
15052
15053 * lib/future.exp (gdb_default_target_compile): New option
15054 "early_flags".
15055 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15056 --as-needed.
15057
15058 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15059
15060 * gdb.base/catch-syscall.exp: Call gdb_exit before
15061 gdb_skip_xml_test.
15062
15063 2015-07-24 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.python/py-events.exp: Accept output between the stop event
15066 and the prompt.
15067 * gdb.python/py-evsignal.exp: Likewise.
15068 * gdb.python/py-evthreads.exp: Likewise.
15069
15070 2015-07-24 Pedro Alves <palves@redhat.com>
15071
15072 PR gdb/18717
15073 * gdb.threads/non-ldr-exit.c: New file.
15074 * gdb.threads/non-ldr-exit.exp: New file.
15075
15076 2015-07-24 Yao Qi <yao.qi@linaro.org>
15077
15078 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15079 restarting process.
15080
15081 2015-07-24 Yao Qi <yao.qi@linaro.org>
15082
15083 * gdb.server/ext-restart.exp: New file.
15084
15085 2015-07-24 Yao Qi <yao.qi@linaro.org>
15086
15087 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15088 argument options.
15089 * gdb.server/ext-wrapper.exp: New file.
15090
15091 2015-07-23 Doug Evans <dje@google.com>
15092
15093 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15094 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15095
15096 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15097
15098 * gdb.ada/var_arr_typedef.exp: New testcase.
15099 * gdb.ada/var_arr_typedef/pack.adb: New file.
15100 * gdb.ada/var_arr_typedef/pack.ads: New file.
15101 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15102
15103 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15106
15107 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15108
15109 * gdb.arch/i386-biarch-core.exp: Replace istarget
15110 by "complete set gnutarget". Remove expectation for the "core-file"
15111 command.
15112
15113 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 Revert the previous commit:
15116 Tests for validate symbol file using build-id.
15117
15118 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15119
15120 Tests for validate symbol file using build-id.
15121 * gdb.base/solib-mismatch-lib.c: New file.
15122 * gdb.base/solib-mismatch-libmod.c: New file.
15123 * gdb.base/solib-mismatch.c: New file.
15124 * gdb.base/solib-mismatch.exp: New file.
15125
15126 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15127
15128 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15129 nios2-*-linux*.
15130 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15131 * gdb.base/siginfo.exp: Likewise.
15132 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15133
15134 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15135
15136 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15137 Move it to ...
15138 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15139 ... here.
15140 * gdb.trace/range-stepping.exp: Check that the target supports
15141 range stepping.
15142
15143 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15144
15145 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15146
15147 2015-07-14 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.base/killed-outside.exp: New file.
15150 * gdb.base/killed-outside.c: New file.
15151
15152 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15153
15154 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15155 (n at main): New.
15156 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15157
15158 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15159
15160 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15161 infcall tests instead of setting up for KFAIL.
15162
15163 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15164
15165 * gdb.btrace/record_goto-step.exp: New.
15166
15167 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15168
15169 PR compile/18484
15170 * gdb.compile/compile.c (struct struct_type): Add volatile to
15171 selffield's type.
15172 * gdb.compile/compile.exp
15173 (compile code struct_object.selffield = &struct_object): Skip further
15174 struct_object tests if this one xfails.
15175
15176 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15177
15178 PR exp/18617
15179 * gdb.trace/ax.exp: Add test.
15180
15181 2015-07-07 Yao Qi <yao.qi@linaro.org>
15182
15183 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15184 instead of istarget "aarch64*-*-*".
15185 * gdb.arch/aarch64-fp.exp: Likewise.
15186 * gdb.base/float.exp: Likewise.
15187 * gdb.reverse/aarch64.exp: Likewise.
15188 * lib/gdb.exp (is_aarch64_target): New proc.
15189
15190 2015-07-07 Yao Qi <yao.qi@linaro.org>
15191
15192 * lib/gdb.exp (is_aarch32_target): New proc.
15193 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15194 instead of "istarget "arm*-*-*"".
15195 * gdb.arch/arm-disp-step.exp: Likewise.
15196 * gdb.arch/thumb-bx-pc.exp: Likewise.
15197 * gdb.arch/thumb-prologue.exp: Likewise.
15198 * gdb.arch/thumb-singlestep.exp: Likewise.
15199 * gdb.base/disp-step-syscall.exp: Likewise.
15200 * gdb.base/float.exp: Likewise.
15201
15202 2015-07-07 Yao Qi <yao.qi@linaro.org>
15203
15204 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15205 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15206
15207 2015-07-07 Yao Qi <yao.qi@linaro.org>
15208
15209 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15210 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15211 if it exists.
15212 * gdb.multi/multi-arch.exp: Likewise.
15213
15214 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15215
15216 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15217 print.
15218
15219 2015-07-07 Yao Qi <yao.qi@linaro.org>
15220
15221 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15222
15223 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15224
15225 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15226 '[' and ']' characters.
15227
15228 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15229
15230 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15231
15232 2015-06-29 Pedro Alves <palves@redhat.com>
15233
15234 PR threads/18127
15235 * gdb.threads/hand-call-new-thread.c: New file.
15236 * gdb.threads/hand-call-new-thread.c: New file.
15237
15238 2015-06-26 Keith Seitz <keiths@redhat.com>
15239 Doug Evans <dje@google.com>
15240
15241 PR 16253
15242 * gdb.cp/var-tag-2.cc: New file.
15243 * gdb.cp/var-tag-3.cc: New file.
15244 * gdb.cp/var-tag-4.cc: New file.
15245 * gdb.cp/var-tag.cc: New file.
15246 * gdb.cp/var-tag.exp: New file.
15247
15248 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15249
15250 * gdb.base/history-duplicates.exp: New test.
15251
15252 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15253
15254 * gdb.base/completion.exp: Test the completion of the "focus"
15255 command.
15256
15257 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15258
15259 * gdb.arch/amd64-prologue-skip.S: New file.
15260 * gdb.arch/amd64-prologue-skip.exp: New file.
15261
15262 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15263
15264 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15265 is_address_zero_readable check.
15266
15267 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15268
15269 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15270 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15271
15272 2015-06-24 Yao Qi <yao.qi@linaro.org>
15273
15274 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15275 linux targets.
15276
15277 2015-06-24 Yao Qi <yao.qi@linaro.org>
15278
15279 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15280 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15281 * gdb.base/siginfo-thread.exp: Likewise.
15282
15283 2015-06-22 Yao Qi <yao.qi@linaro.org>
15284
15285 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15286
15287 2015-06-22 Yao Qi <yao.qi@linaro.org>
15288
15289 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15290 aarch64*-*-*.
15291 (skip_hw_watchpoint_tests): Likewise.
15292
15293 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15294
15295 * gdb.base/gdbinit-history.exp: Test the interaction between
15296 setting GDBHISTSIZE and setting the history size via .gdbinit.
15297
15298 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15299
15300 PR gdb/16999
15301 * gdb.base/gdbhistsize-history.exp: New test.
15302
15303 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15304
15305 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15306 with GDBHISTSIZE.
15307 * gdb.base/readline.exp: Likewise.
15308
15309 2015-06-17 Yao Qi <yao.qi@linaro.org>
15310
15311 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15312 line.
15313
15314 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15315
15316 * gdb.base/gdbinit-history.exp: Add test case to check that
15317 an unlimited history file does not get truncated on exit.
15318
15319 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15320
15321 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15322 (VECTOR): New macro. Use it...
15323 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15324 ...for these typedefs.
15325 (int8, char1, int1, double1): New typedefs.
15326 (struct just_int2, struct two_int2): New structures.
15327 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15328 (add_structvecs, add_singlevecs): New functions.
15329 (main): Call add_some_intvecs twice.
15330 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15331 the compile and exit upon failure. Try compiling for the "native"
15332 architecture. Test inferior function calls with vector arguments
15333 and vector return value handling with "finish" and "return".
15334
15335 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15336
15337 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15338 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15339 PE file.
15340 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15341
15342 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15343
15344 PR breakpoints/16465
15345 * gdb.mi/mi-dprintf-pending.c: New file.
15346 * gdb.mi/mi-dprintf-pending.exp: New test.
15347 * gdb.mi/mi-dprintf-pendshr.c: New file.
15348
15349 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15350 Mircea Gherzan <mircea.gherzan@intel.com>
15351
15352 * gdb.arch/i386-mpx-map.c: New file.
15353 * gdb.arch/i386-mpx-map.exp: New File.
15354
15355 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15356
15357 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15358 * gdb.arch/i386-mpx.exp: Indentation fixed.
15359
15360 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15361
15362 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15363 function and improved indentation.
15364 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15365 gdb_test_multiple. Added additional tests to skip the test.
15366
15367 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15368
15369 * gdb.arch/i386-avx512.c: Change path in include file.
15370 * gdb.arch/i386-avx512.exp: Change include dir path
15371 compilation flag.
15372 * gdb.arch/i386-mpx.c: Change path in include file.
15373 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15374 flag.
15375
15376 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15377
15378 * gdb.compile/compile-print.exp (compile print *vararray@3)
15379 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15380
15381 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15384 (do not keep jit in memory): ... this.
15385 (expect 5): Change it to ...
15386 (expect no 5): ... this.
15387
15388 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15389
15390 PR gdb/15564
15391 * gdb.mi/mi-detach.exp: New file.
15392
15393 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15394
15395 PR symtab/18392
15396 * gdb.arch/amd64-tailcall-self.S: New file.
15397 * gdb.arch/amd64-tailcall-self.c: New file.
15398 * gdb.arch/amd64-tailcall-self.exp: New file.
15399
15400 2015-05-28 Don Breazeal <donb@codesourcery.com>
15401
15402 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15403 tests for remote targets by checking is_target_gdbserver.
15404
15405 2015-05-27 Doug Evans <dje@google.com>
15406
15407 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15408 * gdb.dwarf2/opaque-type-lookup.c: New file.
15409 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15410
15411 2015-05-26 Doug Evans <dje@google.com>
15412
15413 * gdb.cp/iostream.cc: New file.
15414 * gdb.cp/iostream.exp: New file.
15415
15416 2015-05-26 Doug Evans <dje@google.com>
15417
15418 * gdb.dwarf2/dw2-op-call.exp: Update.
15419 * gdb.dwarf2/dw4-sig-types.exp: Update.
15420 * gdb.dwarf2/implptr.exp: Update.
15421 * gdb.mi/mi-cmd-param-changed.exp: Update.
15422
15423 2015-05-26 Doug Evans <dje@google.com>
15424
15425 * gdb.python/py-lazy-string.c: New file.
15426 * gdb.python/py-lazy-string.exp: New file.
15427 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15428 (main): Update. Add estring3.
15429 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15430 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15431
15432 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15433 Yao Qi <yao.qi@linaro.org>
15434
15435 * gdb.reverse/aarch64.c: New.
15436 * gdb.reverse/aarch64.exp: New.
15437
15438 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15439
15440 * lib/gdb.exp (supports_process_record): Return true for
15441 aarch64*-linux*.
15442 (supports_reverse): Likewise.
15443
15444 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15445
15446 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15447 Use with_test_prefix.
15448
15449 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15450
15451 * gdb.base/completion.exp: Add test for completion of layout
15452 names.
15453
15454 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15455
15456 * lib/gdb.exp (skip_tui_tests): New proc.
15457 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15458
15459 2015-05-19 Pedro Alves <palves@redhat.com>
15460
15461 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15462 Save the whole env array instead of just HOME. Unset HISTSIZE in
15463 the environment while testing. Restore whole environment
15464 afterwards.
15465
15466 2015-05-16 Doug Evans <xdje42@gmail.com>
15467
15468 * gdb.guile/scm-ports.c: New file.
15469 * gdb.guile/scm-ports.exp: Add memory port tests.
15470
15471 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15472
15473 * gdb.compile/compile-print.c: New file.
15474 * gdb.compile/compile-print.exp: New file.
15475
15476 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15477
15478 * gdb.compile/compile-ops.exp: Cast param to void.
15479 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15480 (compile code struct_object.selffield = &struct_object): Add xfail.
15481
15482 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15483
15484 * gdb.ada/arr_enum_with_gap: New testcase.
15485
15486 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15487
15488 * gdb.ada/byte_packed_arr: New testcase.
15489
15490 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15491
15492 * gdb.ada/pckd_neg: New testcase.
15493
15494 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15495
15496 PR gdb/17820
15497 * gdb.base/gdbinit-history.exp: New test.
15498 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15499 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15500
15501 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15502
15503 * gdb.python/py-xmethods.cc: Enhance test case.
15504 * gdb.python/py-xmethods.exp: New tests.
15505 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15506 function.
15507 (B_indexoper): Likewise.
15508 (global_dm_list) : Add new xmethod worker functions.
15509
15510 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15511
15512 * gdb.base/coredump-filter.exp: Correctly unset
15513 "coredump_var_addr" array.
15514
15515 2015-05-08 Pedro Alves <palves@redhat.com>
15516
15517 * gdb.server/non-existing-program.exp: Unset spawn_id.
15518
15519 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15520
15521 PR python/18291
15522 * gdb.python/py-xmethods.exp: Add tests.
15523
15524 2015-05-08 Yao Qi <yao.qi@linaro.org>
15525
15526 PR gdb/18208
15527 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15528 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15529 function set_coredump_filter, and remove remote_exec call.
15530 Remove argument ipid. Callers update.
15531 (top level): Don't get inferior's PID.
15532
15533 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15534
15535 * gdb.base/watch_thread_num.exp: Skip test on targets without
15536 access watchpoints.
15537
15538 2015-05-06 Pedro Alves <palves@redhat.com>
15539
15540 PR server/18081
15541 * gdb.server/non-existing-program.exp: New file.
15542
15543 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15546
15547 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/out_of_line_in_inlined: New testcase.
15550
15551 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15552
15553 * gdb.ada/var_rec_arr: New testcase.
15554
15555 2015-04-30 Yao Qi <yao.qi@linaro.org>
15556
15557 * gdb.base/break-idempotent.exp: If
15558 skip_hw_watchpoint_multi_tests returns true, skip the tests
15559 on "rwatch" and "awatch".
15560
15561 2015-04-30 Yao Qi <yao.qi@linaro.org>
15562
15563 * gdb.base/relativedebug.exp: Invoke gdb command
15564 "info sharedlibrary", and if libc.so doesn't have debug info,
15565 skip the test.
15566
15567 2015-04-29 Doug Evans <dje@google.com>
15568
15569 * gdb.python/py-xmethods.exp: Add ptype tests.
15570 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15571 get_result_type method.
15572
15573 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15574
15575 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15576 the target does not support hardware watchpoints.
15577
15578 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15579
15580 * gdb.base/break-always.exp: Abort testing if writing to memory
15581 causes an error.
15582
15583 2015-04-28 Doug Evans <dje@google.com>
15584
15585 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15586 * gdb.python/py-pp-registration.exp: ... here. New file.
15587 * gdb.python/py-pp-registration.c: New file.
15588 * gdb.python/py-pp-registration.py: New file.
15589
15590 2015-04-28 Doug Evans <dje@google.com>
15591
15592 * gdb.python/py-bad-printers.c: New file.
15593 * gdb.python/py-bad-printers.py: New file.
15594 * gdb.python/py-bad-printers.exp: New file.
15595
15596 2015-04-28 Sasha Smundak <asmundak@google.com>
15597
15598 * gdb.python/py-type.exp: New test.
15599
15600 2015-04-28 Andy Wingo <wingo@igalia.com>
15601
15602 * gdb.python/py-parameter.exp:
15603 * gdb.guile/scm-parameter.exp: Escape the path that we are
15604 matching against, as it might contain characters that are special
15605 to regular expressions.
15606
15607 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15608
15609 * gdb.ada/rec_comp: New testcase.
15610
15611 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15612
15613 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15614 before using it.
15615
15616 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15617
15618 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15619 new tests for verilog output.
15620
15621 2015-04-24 Yao Qi <yao.qi@linaro.org>
15622
15623 * boards/remote-gdbserver-on-localhost.exp: New file.
15624
15625 2015-04-23 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15628 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15629 "end of file", remove $inferior_spawn_id from the indirect list.
15630
15631 2015-04-23 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15634
15635 2015-04-23 Pedro Alves <palves@redhat.com>
15636
15637 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15638 on $any_spawn_id instead of only on $gdb_spawn_id.
15639
15640 2015-04-21 Pierre Muller <muller@sourceware.org>
15641
15642 PR pascal/17815
15643 * lib/pascal.exp (gpc_compile): Add new option "class".
15644 (fpc_compile): Likewise.
15645 * gdb.pascal/case-insensitive-symbols.pas: New file.
15646 * gdb.pascal/case-insensitive-symbols.exp: New file.
15647
15648 2015-04-20 Gary Benson <gbenson@redhat.com>
15649
15650 * gdb.base/attach.exp: Fix three extended remote failures.
15651
15652 2015-04-17 Gary Benson <gbenson@redhat.com>
15653
15654 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15655 the main executable over the remote protocol.
15656
15657 2015-04-16 Pedro Alves <palves@redhat.com>
15658
15659 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15660 a new gdbserver if gdbserver_reconnect_p is set.
15661
15662 2015-04-16 Pedro Alves <palves@redhat.com>
15663
15664 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15665 is set, don't exit gdbserver.
15666
15667 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15668
15669 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15670 appropriate .insn, such that an older assembler can be used.
15671 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15672 the z/Architecture instruction set on 31-bit targets as well.
15673
15674 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15675
15676 * gdb.go/handcall.exp: Remove all logic related to the first
15677 breakpoint and rely on go_runto_main instead.
15678 * gdb.go/strings.exp: Likewise.
15679 * gdb.go/unsafe.exp: Likewise.
15680 * gdb.go/hello.exp: Likewise. Also rename the remaining
15681 breakpoint marker to "breakpoint 1".
15682 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15683 * gdb.go/strings.go: Likewise.
15684 * gdb.go/unsafe.go: Likewise.
15685 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15686 "set breakpoint 2 here" and rename the remaining breakpoint marker
15687 to "breakpoint 1".
15688
15689 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15690
15691 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15692 if itertools.imap is not present.
15693 * gdb.python/py-objfile.exp: Add parentheses.
15694 * gdb.python/py-type.exp: Same.
15695 * gdb.python/py-unwind-maint.py: Same.
15696
15697 2015-04-15 Yao Qi <yao.qi@linaro.org>
15698
15699 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15700 of ":$ptr_size" and set its form explicitly.
15701
15702 2015-04-15 Pedro Alves <palves@redhat.com>
15703 Yao Qi <yao.qi@linaro.org>
15704
15705 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15706 timeout by factor of 4.
15707 (test_regular_watch): Likewise.
15708 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15709 * gdb.reverse/sigall-reverse.exp: Likewise.
15710 * gdb.reverse/until-precsave.exp: Likewise.
15711 * lib/gdb.exp (with_timeout_factor): New proc.
15712 (gdb_expect): Move some code to ...
15713 (get_largest_timeout): ... here. New procedure.
15714
15715 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15716
15717 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15718
15719 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15720
15721 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15722 to write to the .text section.
15723
15724 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15725
15726 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15727 Handle the case of targets that do not provide PID information.
15728
15729 2015-04-13 Yao Qi <yao.qi@linaro.org>
15730
15731 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15732 and use expect instead of gdb_expect.
15733
15734 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15735
15736 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15737 "coredump_var_addr" to avoid naming conflict with other testcases.
15738
15739 2015-04-10 Pedro Alves <palves@redhat.com>
15740
15741 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15742 gdb_test_sequence and gdb_assert.
15743
15744 2015-04-10 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15747 test messages that don't include the breakpoint address.
15748
15749 2015-04-10 Yao Qi <yao.qi@linaro.org>
15750
15751 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15752 false for some offset and width combinations which aren't
15753 supported by linux kernel.
15754
15755 2015-04-10 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15758 procedure, factored out from ...
15759 (top level): ... here. Add "set displaced-stepping" testing axis.
15760 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15761 parameter "displaced". Use it.
15762 (top level): Use foreach and add "set displaced-stepping" testing
15763 axis.
15764
15765 2015-04-10 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15768 Remove comment.
15769 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15770 both the address of the instruction that triggers the watchpoint
15771 and the address of the instruction immediately after, and use
15772 those addresses for the test. Fix comment.
15773
15774 2015-04-10 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/sigstep.exp (breakpoint_to_handler)
15777 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15778 Test "backtrace" in handler.
15779 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15780 (top level): Add new "displaced" test axis to
15781 breakpoint_to_handler, breakpoint_to_handler_entry and
15782 breakpoint_over_handler.
15783
15784 2015-04-10 Pedro Alves <palves@redhat.com>
15785
15786 PR gdb/18216
15787 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15788
15789 2015-04-10 Yao Qi <yao.qi@linaro.org>
15790
15791 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15792 (test_add_rn_pc): New function.
15793 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15794 (top level): Invoke test_add_rn_pc.
15795
15796 2015-04-10 Pedro Alves <palves@redhat.com>
15797
15798 PR gdb/13858
15799 * gdb.base/step-over-no-symbols.exp: New file.
15800
15801 2015-04-09 Andy Wingo <wingo@igalia.com>
15802
15803 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15804 after the Python tests.
15805
15806 2015-04-08 Keith Seitz <keiths@redhat.com>
15807
15808 PR python/16699
15809 * gdb.python/py-completion.exp: New tests for completion.
15810 * gdb.python/py-completion.py (CompleteLimit1): New class.
15811 (CompleteLimit2): Likewise.
15812 (CompleteLimit3): Likewise.
15813 (CompleteLimit4): Likewise.
15814 (CompleteLimit5): Likewise.
15815 (CompleteLimit6): Likewise.
15816 (CompleteLimit7): Likewise.
15817
15818 2015-04-08 Pedro Alves <palves@redhat.com>
15819
15820 PR gdb/18214
15821 PR gdb/18216
15822 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15823 function.
15824 (main): Install it as SIGUSR1 handler.
15825 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15826 parameter. Always use "setup" as prefix. Toggle "set
15827 displaced-stepping" off/on depending on global. Don't switch to
15828 thread 1 here.
15829 (top level): Add displaced stepping "off/on" test axis. Update
15830 "setup" calls. Wrap each subtest with with_test_prefix. Test
15831 continuing with a queued signal in each thread.
15832
15833 2015-04-08 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15836 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15837 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15838 Return early if running to main fails.
15839 * gdb.trace/while-stepping.exp: Likewise.
15840
15841 2015-04-07 Pedro Alves <palves@redhat.com>
15842
15843 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15844 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15845 interact with inferior program.
15846
15847 2015-04-07 Pedro Alves <palves@redhat.com>
15848
15849 * lib/gdb.exp (inferior_spawn_id): New global.
15850 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15851 spawn id after processing the user code.
15852 (default_gdb_start): Set inferior_spawn_id.
15853 (send_inferior): New procedure.
15854 * lib/gdbserver-support.exp (gdbserver_start): Set
15855 inferior_spawn_id.
15856 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15857
15858 2015-04-07 Pedro Alves <palves@redhat.com>
15859
15860 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15861 * lib/gdbserver-support.exp (gdbserver_start): Make
15862 $server_spawn_id global.
15863 (gdbserver_start): Don't wait for gdbserver's spawn id with
15864 expect_background.
15865 (close_gdbserver): New procedure.
15866 (gdb_exit): Rename the default version and reimplement.
15867
15868 2015-04-07 Pedro Alves <palves@redhat.com>
15869
15870 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15871 append the substituted item, not the original item.
15872
15873 2015-04-07 Pedro Alves <palves@redhat.com>
15874
15875 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15876 gdb_expect.
15877
15878 2015-04-07 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15881 output appearing once only.
15882
15883 2015-04-07 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15886 that doesn't expect anything. Return early if running to main
15887 fails.
15888
15889 2015-04-07 Yao Qi <yao.qi@linaro.org>
15890
15891 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15892 (child_function): Call alarm.
15893 (main): Move call to alarm into the loop.
15894 * gdb.threads/non-stop-fair-events.exp: Build program with
15895 -DTIMEOUT=$timeout.
15896
15897 2015-04-06 Doug Evans <xdje42@gmail.com>
15898
15899 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15900 Fix dest parameter to board_info.
15901 (fpc_compile): Ditto.
15902 (gdb_compile_pascal): Rename dest arg to destfile.
15903
15904 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15905
15906 * gdb.ada/funcall_ref.exp: New file.
15907 * gdb.ada/funcall_ref/foo.adb: New file.
15908
15909 2015-04-02 Yao Qi <yao.qi@linaro.org>
15910
15911 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15912 is remote.
15913
15914 2015-04-02 Gary Benson <gbenson@redhat.com>
15915
15916 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15917
15918 2015-04-01 Sasha Smundak <asmundak@google.com>
15919
15920 * gdb.python/py-unwind-maint.c: New file.
15921 * gdb.python/py-unwind-maint.exp: New test.
15922 * gdb.python/py-unwind-maint.py: New file.
15923 * gdb.python/py-unwind.c: New file.
15924 * gdb.python/py-unwind.exp: New test.
15925 * gdb.python/py-unwind.py: New test.
15926
15927 2015-04-01 Pedro Alves <palves@redhat.com>
15928
15929 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15930 to fail instead of non-existent $test.
15931
15932 2015-04-01 Pedro Alves <palves@redhat.com>
15933
15934 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15935 GDBFLAGS if not empty.
15936
15937 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15938
15939 * gdb.ada/complete.exp: Remove "multi_line".
15940 * gdb.ada/info_exc.exp: Remove "multi_line".
15941 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15942 * gdb.ada/ptype_field.exp: Remove "multi_line".
15943 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15944 * gdb.ada/tagged.exp: Remove "multi_line".
15945 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15946 [multi_line ...]
15947 * gdb.btrace/delta.exp: Likewise.
15948 * gdb.btrace/exception.exp: Likewise.
15949 * gdb.btrace/function_call_history.exp: Likewise.
15950 * gdb.btrace/instruction_history.exp: Likewise.
15951 * gdb.btrace/nohist.exp: Likewise.
15952 * gdb.btrace/record_goto.exp: Likewise.
15953 * gdb.btrace/segv.exp: Likewise.
15954 * gdb.btrace/stepi.exp: Likewise.
15955 * gdb.btrace/tailcall.exp: Likewise.
15956 * gdb.btrace/unknown_functions.exp: Likewise.
15957 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15958 * lib/gdb.exp: Add the "multi_line" helper.
15959
15960 2015-04-01 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.threads/tid-reuse.c: New file.
15963 * gdb.threads/tid-reuse.exp: New file.
15964
15965 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15966
15967 PR corefiles/16092
15968 * gdb.base/coredump-filter.c: New file.
15969 * gdb.base/coredump-filter.exp: Likewise.
15970
15971 2015-03-27 Petr Machata <pmachata@redhat.com>
15972
15973 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15974 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15975 (Dwarf::assemble): Initialize them.
15976 (Dwarf::lines): New function.
15977
15978 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15979
15980 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15981 SYMBOL_PREFIX for x86_64-*-cygwin.
15982
15983 2015-03-26 Andy Wingo <wingo@igalia.com>
15984
15985 PR symtab/18148
15986 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15987 const_value but not a location.
15988 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15989 location defined in non-main CUs are visible.
15990
15991 2015-03-26 Yao Qi <yao.qi@linaro.org>
15992
15993 PR testsuite/18139
15994 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15995 Add a line number entry for the same line.
15996 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15997 Add a line number entry for the same line.
15998
15999 2015-03-26 Yao Qi <yao.qi@linaro.org>
16000
16001 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16002 .int 0.
16003 (func): Likewise. Add .Lfunc_1 label.
16004 Use .Lfunc_1 label.
16005 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16006 .int 0.
16007 (func): Likewise.
16008 Use .Lfunc_1 label.
16009
16010 2015-03-26 Yao Qi <yao.qi@linaro.org>
16011
16012 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16013 Call gdb_compile instead to compile each .s files without debug
16014 information.
16015
16016 2015-03-26 Yao Qi <yao.qi@linaro.org>
16017
16018 * gdb.base/savedregs.exp (process_saved_regs): Make
16019 "Saved registers:" optional in the pattern.
16020
16021 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16022
16023 * gdb.btrace/next.exp: Merged into step.exp.
16024 * gdb.btrace/finish.exp: Merged into step.exp.
16025 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16026 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16027 "record goto" and checking the exact replay position.
16028 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16029 check for "Recording format" in "info record" output.
16030 * gdb.btrace/record_goto.exp: Choose test file based on target.
16031 * gdb.btrace/x86-record_goto.S: Renamed into ...
16032 * gdb.btrace/x86_64-record_goto.S: ... this.
16033 * gdb.btrace/i686-record_goto.S: New.
16034 * gdb.btrace/x86-tailcall.S: Renamed into ...
16035 * gdb.btrace/x86_64-tailcall.S: ... this.
16036 * gdb.btrace/i686-tailcall.S: New.
16037 * gdb.btrace/x86-tailcall.c: Renamed into ...
16038 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16039 separate statements. Update test.
16040 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16041 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16042 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16043 * gdb.btrace/tailcall.exp: Choose test file based on target.
16044 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16045
16046 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16047
16048 * gdb.btrace/exception.exp: Increase BTS buffer size.
16049
16050 2015-03-24 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16053
16054 2015-03-24 Pedro Alves <palves@redhat.com>
16055
16056 * gdb.threads/schedlock.exp (test_step): No longer expect that
16057 "set scheduler-locking step" with "next" over a function call runs
16058 threads unlocked.
16059
16060 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16061
16062 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16063
16064 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16065
16066 PR breakpoints/16466
16067 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16068 * gdb.mi/mi-pending.c (thread_func): New function.
16069 (int main): Add threading support required.
16070 * gdb.mi/mi-pending.exp: Add tests for this issue.
16071 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16072 (pendfunc2): Remove stdio dependency.
16073 * gdb.mi/mi-pendshr2.c: New file.
16074
16075 2015-03-23 Keith Seitz <keiths@redhat.com>
16076
16077 * gdb.linespec/keywords.c: New file.
16078 * gdb.linespec/keywords.exp: New file.
16079
16080 2015-03-23 Keith Seitz <keiths@redhat.com>
16081
16082 PR gdb/18021
16083 * gdb.dwarf2/staticvirtual.exp: New test.
16084
16085 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16086
16087 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16088 * README: Remove HP-UX and gdb.hp.
16089 (configuration):
16090 * configure: Regenerate.
16091 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16092 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16093 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16094 gdb.hp/gdb.defects/Makefile.
16095 * gdb.hp/Makefile.in: File deleted.
16096 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16097 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16098 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16099 * gdb.hp/gdb.aCC/run.c: File deleted.
16100 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16101 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16102 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16103 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16104 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16105 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16106 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16107 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16108 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16109 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16110 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16111 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16112 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16113 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16114 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16115 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16116 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16117 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16118 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16119 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16120 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16121 * gdb.hp/gdb.compat/average.c: File deleted.
16122 * gdb.hp/gdb.compat/sum.c: File deleted.
16123 * gdb.hp/gdb.compat/xdb.c: File deleted.
16124 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16125 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16126 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16127 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16128 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16129 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16130 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16131 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16132 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16133 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16134 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16135 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16136 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16137 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16138 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16139 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16140 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16141 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16142 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16143 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16144 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16145 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16146 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16147 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16148 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16149 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16150 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16151 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16152 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16153 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16154 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16155 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16156 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16157 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16158 * gdb.hp/tools/odump: File deleted.
16159
16160 2015-03-19 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16163 (saw_thread_3): New globals.
16164 (top level): Increment them when an event for the corresponding
16165 thread is seen.
16166 (no thread starvation): New test.
16167
16168 2015-03-19 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.threads/continue-pending-status.c: New file.
16171 * gdb.threads/continue-pending-status.exp: New file.
16172
16173 2015-03-18 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16176 Use gdb_is_target_remote instead of is_remote. Use
16177 gdb_test_multiple instead of gdb_expect. Exit early if
16178 gdb_test_multiple hits its internal matches. Tighten stepi tests
16179 expected output. Fail on exit with any signal, instead of just
16180 SIGILL.
16181
16182 2015-03-18 Yao Qi <yao.qi@linaro.org>
16183
16184 PR tdep/18107
16185 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16186 variable.
16187 * gdb.base/catch-syscall.exp: Don't skip it on
16188 aarch64*-*-linux* target. Remove elements in all_syscalls.
16189 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16190 target.
16191 (setup_all_syscalls): New proc.
16192
16193 2015-03-16 Yao Qi <yao.qi@linaro.org>
16194
16195 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16196 (top level): Skip tests if valid_addr_p returns false for
16197 $cmd1 or $cmd2.
16198
16199 2015-03-11 Andy Wingo <wingo@igalia.com>
16200
16201 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16202
16203 2015-03-11 Yao Qi <yao.qi@linaro.org>
16204
16205 * gdb.base/catch-syscall.exp: Fix typo in comments.
16206
16207 2015-03-11 Yao Qi <yao.qi@linaro.org>
16208
16209 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16210
16211 2015-03-09 Pedro Alves <palves@redhat.com>
16212
16213 * dg-extract-results.py: Delete.
16214
16215 2015-03-09 Pedro Alves <palves@redhat.com>
16216
16217 Merge dg-extract-results.sh from GCC upstream (r218843).
16218
16219 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16220 * dg-extract-results.sh: Use --text with grep to avoid issues with
16221 binary files. Fall back to cat -v, if that doesn't work.
16222
16223 2015-03-05 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16226
16227 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16228
16229 * lib/mi-support.exp (mi_expect_interrupt): Accept
16230 alternative event for when in all-stop mode.
16231
16232 2015-03-04 Pedro Alves <palves@redhat.com>
16233
16234 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16235
16236 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16237
16238 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16239
16240 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16241
16242 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16243 regexps for GDB's current line display, accept a hex address
16244 preceding the line number.
16245
16246 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16247
16248 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16249 the 'arch1' variable for "s390*-linux*" targets.
16250
16251 2015-03-04 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16254 (main): Pass missing retval argument to pthread_join call.
16255
16256 2015-03-02 Pedro Alves <palves@redhat.com>
16257
16258 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16259 (top level): Call do_test with non-stop as well.
16260
16261 2015-03-02 Pedro Alves <palves@redhat.com>
16262
16263 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16264 -1.
16265
16266 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16267
16268 * gdb.arch/s390-vregs.exp: New test.
16269 * gdb.arch/s390-vregs.S: New file.
16270
16271 2015-02-27 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16274 call to catch_command_errors.
16275 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16276 catch_command_errors.
16277
16278 2015-02-27 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16281 "true" for boolean result.
16282 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16283 prototype of main.
16284
16285 2015-02-27 Pedro Alves <palves@redhat.com>
16286
16287 * lib/unbuffer_output.c: New file.
16288 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16289 (main): Call gdb_unbuffer_output.
16290
16291 2015-02-27 Yao Qi <yao.qi@linaro.org>
16292
16293 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16294 target.
16295
16296 2015-02-26 Doug Evans <dje@google.com>
16297
16298 * gdb.cp/class2.cc (Dbase, D): New classes.
16299 (main): New local delta.
16300 * gdb.cp/class2.exp: Test printing delta.
16301 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16302 (dynbar): New global.
16303 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16304
16305 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16306
16307 * gdb.compile/compile-ifunc.c: New file.
16308 * gdb.compile/compile-ifunc.exp: New file.
16309
16310 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16311
16312 * gdb.base/structs.exp: Check for correct struct on finish.
16313
16314 2015-02-26 Yao Qi <yao.qi@linaro.org>
16315
16316 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16317 is zero.
16318
16319 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.arch/cordic.ko.bz2: New file.
16322 * gdb.arch/cordic.ko.debug.bz2: New file.
16323 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16324
16325 2015-02-25 Yao Qi <yao.qi@linaro.org>
16326
16327 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16328 aarch64*-*-* target.
16329
16330 2015-02-23 Pedro Alves <palves@redhat.com>
16331
16332 * lib/gdb.exp (delete_breakpoints): Rewrite using
16333 gdb_test_multiple.
16334
16335 2015-02-23 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/info-os.c: Include stdlib.h.
16338
16339 2015-02-22 Doug Evans <xdje42@gmail.com>
16340
16341 PR symtab/17855
16342 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16343 is read after symbols have been re-read.
16344 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16345 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16346
16347 2015-02-21 Doug Evans <dje@google.com>
16348
16349 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16350
16351 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 PR corefiles/17808
16354 * gdb.arch/i386-biarch-core.core.bz2: New file.
16355 * gdb.arch/i386-biarch-core.exp: New file.
16356
16357 2015-02-21 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16360 runto_main fails.
16361
16362 2015-02-20 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16365 info probes.
16366
16367 2015-02-20 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16370
16371 2015-02-20 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16374 clean_restart before gdb_target_supports_trace.
16375
16376 2015-02-20 Pedro Alves <palves@redhat.com>
16377
16378 PR threads/18006
16379 * gdb.threads/clone-thread_db.c: New file.
16380 * gdb.threads/clone-thread_db.exp: New file.
16381
16382 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16383
16384 PR breakpoints/16812
16385 * gdb.base/catch-gdb-caused-signals.c: New file.
16386 * gdb.base/catch-gdb-caused-signals.exp: New file.
16387
16388 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16389
16390 * configure: Regenerated.
16391 * configure.ac: Use GDB_AC_TRANSFORM.
16392 * aclocal.m4: sinclude ../transform.m4.
16393
16394 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16395
16396 * lib/dtrace.exp: New file.
16397 * gdb.base/dtrace-probe.exp: Likewise.
16398 * gdb.base/dtrace-probe.d: Likewise.
16399 * gdb.base/dtrace-probe.c: Likewise.
16400 * lib/pdtrace.in: Likewise.
16401 * configure.ac: Output variables with the transformed names of
16402 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16403 * configure: Regenerated.
16404
16405 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16406
16407 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16408 expected message when trying to access $_probe_* convenience
16409 variables while not on a probe.
16410
16411 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16412
16413 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16414
16415 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16416
16417 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16418 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16419
16420 2015-02-10 Doug Evans <xdje42@gmail.com>
16421
16422 * lib/gdb.exp (gdb_load): Always return a result.
16423
16424 2015-02-10 Pedro Alves <palves@redhat.com>
16425
16426 * gdb.threads/signal-sigtrap.c: New file.
16427 * gdb.threads/signal-sigtrap.exp: New file.
16428
16429 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16430
16431 * gdb.trace/no-attach-trace.c: New file.
16432 * gdb.trace/no-attach-trace.exp: New file.
16433
16434 2015-02-09 Mark Wielaard <mjw@redhat.com>
16435
16436 * gdb.dwarf2/atomic.c: New file.
16437 * gdb.dwarf2/atomic-type.exp: Likewise.
16438
16439 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16440
16441 * gdb.btrace/buffer-size.exp: Update "info record" output.
16442 * gdb.btrace/delta.exp: Update "info record" output.
16443 * gdb.btrace/enable.exp: Update "info record" output.
16444 * gdb.btrace/finish.exp: Update "info record" output.
16445 * gdb.btrace/instruction_history.exp: Update "info record" output.
16446 * gdb.btrace/next.exp: Update "info record" output.
16447 * gdb.btrace/nexti.exp: Update "info record" output.
16448 * gdb.btrace/step.exp: Update "info record" output.
16449 * gdb.btrace/stepi.exp: Update "info record" output.
16450 * gdb.btrace/nohist.exp: Update "info record" output.
16451
16452 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16453
16454 * gdb.btrace/buffer-size: New.
16455
16456 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16457
16458 * gdb.btrace/delta.exp: Update "info record" output.
16459 * gdb.btrace/enable.exp: Update "info record" output.
16460 * gdb.btrace/finish.exp: Update "info record" output.
16461 * gdb.btrace/instruction_history.exp: Update "info record" output.
16462 * gdb.btrace/next.exp: Update "info record" output.
16463 * gdb.btrace/nexti.exp: Update "info record" output.
16464 * gdb.btrace/step.exp: Update "info record" output.
16465 * gdb.btrace/stepi.exp: Update "info record" output.
16466 * gdb.btrace/nohist.exp: Update "info record" output.
16467
16468 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16469
16470 PR gdb/15678
16471 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16472
16473 2015-02-06 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16476 macro.
16477 (seconds_left, again): New globals.
16478 (main): Wait seconds_left in a 1-second sleep loop instead of
16479 sleeping 180 seconds. If 'again' is set, reset the seconds
16480 counter.
16481 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16482 'again' in the inferior before detaching. Print the seconds left.
16483 (options): New global.
16484 (top level): Build program with -DTIMEOUT=$timeout.
16485
16486 2015-02-06 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16489 determine how many seconds to pass to 'alarm'.
16490 * gdb.base/gdb-sigterm.exp (top level): Build program with
16491 -DTIMEOUT=$timeout.
16492 (do_test): Return success/failure indication. Add more verbose
16493 logging. Don't fail if 200 single steps are seen. Instead, fail
16494 when the test times out.
16495 (passes): New global.
16496 (top level): Break the testing loop if testing fails on any
16497 iteration. Use gdb_assert.
16498
16499 2015-02-04 Don Breazeal <donb@codesourcery.com>
16500
16501 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16502 and initialize them.
16503 (ipc_cleanup): New function.
16504 (main): Don't declare shmid, semid, and msqid. Add a call to
16505 atexit so that we call ipc_cleanup on exit.
16506
16507 2015-02-04 Pedro Alves <palves@redhat.com>
16508
16509 * boards/native-extended-gdbserver.exp: Remove any target variant
16510 specifications from the board name before clearing the isremote
16511 flag from board_info.
16512
16513 2015-01-31 Doug Evans <xdje42@gmail.com>
16514
16515 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16516
16517 2015-01-31 Gary Benson <gbenson@redhat.com>
16518
16519 * gdb.base/completion.exp: Disable completion limiting for
16520 existing tests. Add new tests to check completion limiting.
16521 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16522
16523 2015-01-31 Doug Evans <xdje42@gmail.com>
16524
16525 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16526
16527 2015-01-31 Doug Evans <xdje42@gmail.com>
16528
16529 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16530 entries. Duplicate file section script entries.
16531 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16532 inlined entries. Add test for safe-path rejection.
16533 * gdb.python/py-section-script.c: Add duplicate inlined section script
16534 entries. Duplicate file section script entries.
16535 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16536 inlined entries. Add test for safe-path rejection.
16537
16538 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16539
16540 * gdb.ada/disc_arr_bound: New testcase.
16541
16542 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16543
16544 * gdb.ada/mi_var_array: New testcase.
16545
16546 2015-01-27 Doug Evans <dje@google.com>
16547
16548 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16549 Add test for objfile.filename, objfile.username after objfile
16550 has been unloaded.
16551
16552 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16553
16554 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16555 the second test to print the name attribute of value
16556 returned by the call to gdb.lookup_type, and adjust
16557 the expected output accordingly.
16558
16559 2015-01-25 Mark Wielaard <mjw@redhat.com>
16560
16561 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16562 * gdb.base/disp-step-fork.c: Include unistd.h.
16563 * gdb.base/siginfo-obj.c: Include stdio.h.
16564 * gdb.base/siginfo-thread.c: Likewise.
16565 * gdb.mi/non-stop.c: Include unistd.h.
16566 * gdb.mi/nsthrexec.c: Include stdio.h.
16567 * gdb.mi/pthreads.c: Include unistd.h.
16568 * gdb.modula2/unbounded1.c (main): Declare returns int.
16569 * gdb.reverse/consecutive-reverse.c: Likewise.
16570 * gdb.threads/create-fail.c: Include unistd.h.
16571 * gdb.threads/killed.c: Likewise.
16572 * gdb.threads/linux-dp.c: Likewise.
16573 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16574 * gdb.threads/non-ldr-exc-2.c: Likewise.
16575 * gdb.threads/non-ldr-exc-3.c: Likewise.
16576 * gdb.threads/non-ldr-exc-4.c: Likewise.
16577 * gdb.threads/pthreads.c: Include unistd.h.
16578 (main): Declare returns int.
16579 * gdb.threads/tls-main.c (foo): New declaration.
16580 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16581
16582 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16583
16584 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16585 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16586
16587 2015-01-15 Mark Wielaard <mjw@redhat.com>
16588
16589 * gdb.base/noreturn-return.c: New file.
16590 * gdb.base/noreturn-return.exp: New file.
16591 * gdb.base/noreturn-finish.c: New file.
16592 * gdb.base/noreturn-finish.exp: New file.
16593
16594 2015-01-23 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.threads/continue-pending-after-query.c: New file.
16597 * gdb.threads/continue-pending-after-query.exp: New file.
16598
16599 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16600 Simon Marchi <simon.marchi@ericsson.com>
16601
16602 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16603 * gdb.base/valgrind-db-attach.exp: Same.
16604 * gdb.base/valgrind-infcall.exp: Same.
16605 * lib/mi-support.exp (default_mi_gdb_start): Same.
16606 * lib/prompt.exp (default_prompt_gdb_start): Same.
16607 * lib/gdb.exp (default_gdb_spawn): Same.
16608 (gdb_interact): New.
16609
16610
16611 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16612
16613 * gdb.compile/compile.exp (pointer to jit function): New test.
16614
16615 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16616
16617 * lib/gdb.exp (supports_process_record): Return true for
16618 powerpc*-*-linux*.
16619 (supports_reverse): Likewise.
16620
16621 2015-01-15 Don Breazeal <donb@codesourcery.com>
16622
16623 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16624 instead of checking whether the target board is remote and
16625 use spawn_wait_for_attach instead of exec/sleep.
16626 * gdb.base/attach-twice.exp: Likewise.
16627
16628 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16629
16630 * gdb.ada/var_arr_attrs: New testcase.
16631
16632 2015-01-14 Pedro Alves <palves@redhat.com>
16633 Joel Brobecker <brobecker@adacore.com>
16634
16635 PR gdb/17525
16636 * gdb.base/bp-cmds-execution-x-script.c: New file.
16637 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16638 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16639
16640 2015-01-14 Pedro Alves <palves@redhat.com>
16641
16642 PR cli/17828
16643 * gdb.base/batch-preserve-term-settings.c: New file.
16644 * gdb.base/batch-preserve-term-settings.exp: New file.
16645
16646 2015-01-13 Doug Evans <dje@google.com>
16647
16648 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16649 binary.
16650
16651 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16652
16653 * Makefile.in (clean mostlyclean): Do not delete *.py.
16654
16655 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16656
16657 * gdb.python/py-lookup-type.exp: New file.
16658
16659 2015-01-12 Pedro Alves <palves@redhat.com>
16660
16661 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16662 restore GDBFLAGS before returning.
16663
16664 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16665
16666 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16667 is_amd64_regs_target and is_x86_like_target.
16668
16669 2015-01-11 Doug Evans <xdje42@gmail.com>
16670
16671 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16672 is given without an explicit form.
16673 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16674 attributes.
16675 * gdb.dwarf/corrupt.exp: Ditto.
16676 * gdb.dwarf2/enum-type.exp: Ditto.
16677 * gdb.trace/entry-values.exp: Ditto.
16678 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16679
16680 2015-01-11 Doug Evans <xdje42@gmail.com>
16681
16682 PR gdb/15830
16683 * gdb.base/maint.exp: Remove references to "maint demangle".
16684 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16685 Add tests for explicitly specifying language to demangle.
16686 * gdb.dlang/demangle.exp: Ditto.
16687
16688 2015-01-09 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.threads/non-stop-fair-events.c: New file.
16691 * gdb.threads/non-stop-fair-events.exp: New file.
16692
16693 2015-01-09 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16696 the global scope. Set a breakpoint after all threads are started
16697 rather than stepping over two source lines. Expect the prompt.
16698 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16699 global.
16700 (NUM): Now 15.
16701 (main): Use threads_started_barrier to wait for all threads to
16702 start. Main thread no longer calls thread_function. Exit after
16703 180 seconds.
16704 (loop): New function.
16705 (thread_function): Wait on threads_started_barrier barrier. Call
16706 'loop' at each iteration.
16707 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16708 threads have started, instead of hardcoding number of "next"
16709 steps. Use an access watchpoint instead of a write watchpoint.
16710
16711 2015-01-09 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16714 (thread_func): Wait on barrier.
16715 (main): Wait for all threads to start before stopping GDB.
16716 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16717 global.
16718 (thread1_func, thread2_func): Wait on barrier.
16719 (main): Wait for all threads to start before stopping GDB.
16720 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16721 New global.
16722 (thread1_func, thread2_func): Wait on barrier.
16723 (main): Wait for all threads to start before stopping GDB.
16724
16725 2015-01-09 Pedro Alves <palves@redhat.com>
16726
16727 * gdb.threads/attach-many-short-lived-threads.c: New file.
16728 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16729
16730 2014-01-09 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16733 instead of to thread 2.
16734 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16735 Add barrier around each pthread_create call instead of around all
16736 calls.
16737 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16738 Set a break on thread_function and have the child threads hit it
16739 one at at a time.
16740
16741 2015-01-09 Pedro Alves <palves@redhat.com>
16742
16743 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16744 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16745 false.
16746 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16747 checking whether the target board is remote.
16748 * gdb.multi/multi-attach.exp: Likewise.
16749 * gdb.python/py-sync-interp.exp: Likewise.
16750 * gdb.server/ext-attach.exp: Likewise.
16751 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16752 tests that need to attach, instead of checking whether the target
16753 board is remote at the top of the file.
16754
16755 2015-01-08 Yao Qi <yao@codesourcery.com>
16756
16757 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16758
16759 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16760
16761 Fix testcase compilation.
16762 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16763
16764 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.python/py-type.exp: Add a couple test about empty
16767 array creation, and negative-length array creation.
16768
16769 2015-01-02 Doug Evans <xdje42@gmail.com>
16770
16771 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16772
16773 2015-01-02 Doug Evans <dje@google.com>
16774
16775 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16776
16777 2014-12-29 Yao Qi <yao@codesourcery.com>
16778
16779 * gdb.trace/entry-values.exp: Update comments. Rename variable
16780 bar_call_foo to returned_from_foo.
16781
16782 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16783
16784 PR gdb/17394
16785 * gdb.linespec/break-asm-file.c: New file.
16786 * gdb.linespec/break-asm-file.exp: New file.
16787 * gdb.linespec/break-asm-file0.s: New file.
16788 * gdb.linespec/break-asm-file1.s: New file.
16789
16790 2014-12-18 Nigel Stephens <nigel@mips.com>
16791 Maciej W. Rozycki <macro@codesourcery.com>
16792
16793 * gdb.base/float.exp: Handle the new output from "info float" on
16794 MIPS targets.
16795
16796 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16797
16798 Fix MinGW compilation.
16799 * gdb.compile/compile-ops.exp: Update untested message if
16800 !skip_compile_feature_tests.
16801 * gdb.compile/compile-setjmp.exp: Likewise.
16802 * gdb.compile/compile-tls.exp: Likewise.
16803 * gdb.compile/compile.exp: Likewise.
16804 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16805 supported on this host".
16806
16807 2014-12-16 Doug Evans <xdje42@gmail.com>
16808
16809 * boards/stabs.exp: New file.
16810
16811 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16812
16813 * gdb.base/completion.exp: Adjust to format changes of "maint
16814 print user-registers".
16815
16816 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16817
16818 PR server/17457
16819 * gdb.arch/aarch64-fp.c: New file.
16820 * gdb.arch/aarch64-fp.exp: New file.
16821
16822 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16823
16824 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16825 r210637, r210913, r211666, r215400, r215817).
16826
16827 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16828 * dg-extract-results.py: New file.
16829 * dg-extract-results.sh: Use it if the environment seems
16830 suitable.
16831
16832 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16833
16834 * dg-extract-results.py (parse_run): Handle warnings that
16835 are printed before a test harness is run.
16836
16837 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16838
16839 * dg-extract-results.py (Named): Remove __cmp__ method.
16840 (output_variation): Use a key to sort variation.harnesses.
16841
16842 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16843
16844 * dg-extract-results.py: For Python 3, force sys.stdout to
16845 handle surrogate escape sequences.
16846 (safe_open): New function.
16847 (output_segment, main): Use it.
16848
16849 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16850
16851 * dg-extract-results.py (Prog.result_re): Include options
16852 in test name.
16853
16854 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16855
16856 * dg-extract-results.py (output_variation): Always sort if
16857 do_sum.
16858
16859 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16860
16861 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16862 as long as we get pagination notifications.
16863
16864 2014-12-15 Jason Merrill <jason@redhat.com>
16865
16866 * Makefile.in (check-gdb.%): Restore.
16867 * README: Mention it.
16868
16869 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16870
16871 * gdb.ada/str_uninit: New testcase.
16872
16873 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16874
16875 PR symtab/17642
16876 * gdb.base/vla-stub-define.c: New file.
16877 * gdb.base/vla-stub.c: New file.
16878 * gdb.base/vla-stub.exp: New file.
16879
16880 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16881 Jan Kratochvil <jan.kratochvil@redhat.com>
16882 Tom Tromey <tromey@redhat.com>
16883
16884 * configure.ac: Add gdb.compile/.
16885 * configure: Regenerate.
16886 * gdb.compile/Makefile.in: New file.
16887 * gdb.compile/compile-ops.exp: New file.
16888 * gdb.compile/compile-ops.c: New file.
16889 * gdb.compile/compile-tls.c: New file.
16890 * gdb.compile/compile-tls.exp: New file.
16891 * gdb.compile/compile-constvar.S: New file.
16892 * gdb.compile/compile-constvar.c: New file.
16893 * gdb.compile/compile-mod.c: New file.
16894 * gdb.compile/compile-nodebug.c: New file.
16895 * gdb.compile/compile-setjmp-mod.c: New file.
16896 * gdb.compile/compile-setjmp.c: New file.
16897 * gdb.compile/compile-setjmp.exp: New file.
16898 * gdb.compile/compile-shlib.c: New file.
16899 * gdb.compile/compile.c: New file.
16900 * gdb.compile/compile.exp: New file.
16901 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16902
16903 2014-12-12 Tom Tromey <tromey@redhat.com>
16904
16905 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16906 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16907
16908 2014-12-12 Doug Evans <dje@google.com>
16909
16910 * lib/gdb-python.exp (get_python_valueof): New function.
16911 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16912
16913 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16914
16915 * gdb.base/completion.exp: Add test for completion of "info
16916 registers ".
16917
16918 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16919
16920 * gdb.base/func-ptrs.c: New file.
16921 * gdb.base/func-ptrs.exp: New file.
16922
16923 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16924
16925 PR breakpoints/17012
16926 * gdb.base/dprintf-detach.c: New file.
16927 * gdb.base/dprintf-detach.exp: New file.
16928
16929 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16930
16931 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16932 * lib/gdb.exp (target_is_gdbserver): New procedure.
16933
16934 2014-12-08 Doug Evans <dje@google.com>
16935
16936 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16937
16938 2014-12-05 Yao Qi <yao@codesourcery.com>
16939
16940 * gdb.guile/scm-error.exp: Remove the third argument to
16941 gdb_remote_download.
16942 * gdb.guile/scm-frame-args.exp: Likewise.
16943 * gdb.guile/scm-section-script.exp: Likewise.
16944
16945 2014-12-05 Yao Qi <yao@codesourcery.com>
16946
16947 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16948
16949 2014-12-04 Doug Evans <dje@google.com>
16950
16951 * gdb.python/py-objfile.exp: Add tests for
16952 objfile.add_separate_debug_file.
16953
16954 2014-12-04 Doug Evans <dje@google.com>
16955
16956 * lib/gdb.exp (get_build_id): New function.
16957 (build_id_debug_filename_get): Rewrite to use it.
16958 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16959
16960 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16961
16962 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16963 `method(long)', not just 0x0.
16964 * gdb.cp/nsalias.exp: Align code labels to 4.
16965 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16966 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16967 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16968 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16969 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16970 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16971
16972 2014-12-02 Doug Evans <dje@google.com>
16973
16974 PR symtab/17602
16975 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16976 * gdb.cp/anon-ns2.cc: ... here. New file.
16977 * gdb.cp/anon-ns.exp: Update.
16978
16979 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16980
16981 * gdb.python/py-events.py (inferior_call_handler): New.
16982 (register_changed_handler, memory_changed_handler): New.
16983 (test_events.invoke): Register new handlers.
16984 * gdb.python/py-events.exp: Add tests for inferior call,
16985 memory_changed and register_changed events.
16986
16987 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16988
16989 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16990 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16991 if the linker doesn't understand this.
16992
16993 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16994
16995 * gdb.python/python.exp: Change expected reply to help().
16996
16997 2014-12-01 Yao Qi <yao@codesourcery.com>
16998
16999 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17000 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17001 * configure: Re-generated.
17002
17003 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17004
17005 * gdb.cp/chained-calls.cc: New file.
17006 * gdb.cp/chained-calls.exp: New file.
17007 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17008
17009 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17010
17011 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17012 * gdb.dwarf2/symtab-producer.exp: Same.
17013 * gdb.gdb/python-interrupts.exp: Same.
17014 * gdb.gdb/python-selftest.exp: Same.
17015 * gdb.python/py-linetable.exp: Same.
17016 * gdb.python/py-type.exp: Same.
17017 * gdb.python/py-value-cc.exp: Same.
17018 * gdb.python/py-value.exp: Same.
17019
17020 2014-11-28 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.base/break-probes.exp: Match library name prefixed with
17023 sysroot.
17024
17025 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17026
17027 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17028 test expected output. Add parentheses for the call to print.
17029 Remove L suffix from integers.
17030
17031 2014-11-26 Doug Evans <dje@google.com>
17032
17033 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17034
17035 2014-11-22 Yao Qi <yao@codesourcery.com>
17036
17037 * gdb.trace/entry-values.c: Remove asms.
17038 (foo): Add foo_label.
17039 (bar): Add bar_label.
17040 * gdb.trace/entry-values.exp: Remove code computing foo's
17041 length and bar's length.
17042 (Dwarf::assemble): Invoke function_range for bar and use
17043 MACRO_AT_func for foo.
17044
17045 2014-11-22 Yao Qi <yao@codesourcery.com>
17046
17047 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17048 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17049 Use .Lgcc43_procstart instead of gcc43.
17050
17051 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17052
17053 * gdb.ada/n_arr_bound: New testcase.
17054
17055 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17056
17057 PR breakpoints/10737
17058 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17059 test_catch_syscall_multi_arch.
17060 (test_catch_syscall_multi_arch): New function.
17061
17062 2014-11-20 Doug Evans <xdje42@gmail.com>
17063
17064 * gdb.base/maint.exp: Update expected output.
17065
17066 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17067
17068 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17069 4-byte instruction on S390.
17070
17071 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17072
17073 * gdb.ada/arr_arr: New testcase.
17074
17075 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17076
17077 * gdb.ada/pkd_arr_elem: New Testcase.
17078
17079 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17080
17081 * gdb.reverse/break-precsave: Expect completion message for
17082 core file reads.
17083 * gdb.reverse/consecutive-precsave.exp: Likewise.
17084 * gdb.reverse/finish-precsave.exp: Likewise.
17085 * gdb.reverse/i386-precsave.exp: Likewise.
17086 * gdb.reverse/machinestate-precsave.exp: Likewise.
17087 * gdb.reverse/sigall-precsave.exp: Likewise.
17088 * gdb.reverse/solib-precsave.exp: Likewise.
17089 * gdb.reverse/step-precsave.exp: Likewise.
17090 * gdb.reverse/until-precsave.exp: Likewise.
17091 * gdb.reverse/watch-precsave.exp: Likewise.
17092
17093 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17094
17095 * gdb.base/bp-permanent.c: Include unistd.h.
17096 * gdb.python/py-framefilter-mi.c (main): Add return type.
17097 * gdb.python/py-framefilter.c (main): Likewise.
17098 * gdb.trace/actions-changed.c (main): Likewise.
17099
17100 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17101
17102 * gdb.mi/until.c: Add eye-catchers.
17103 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17104 line numbers.
17105
17106 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17107
17108 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17109 function header variants in break1.c.
17110 * gdb.base/ena-dis-br.exp: Likewise.
17111 * gdb.base/hbreak2.exp: Likewise.
17112 * gdb.reverse/until-precsave.exp: Drop references to removed
17113 non-prototype function header variants in ur1.c.
17114 * gdb.reverse/until-reverse.exp: Likewise.
17115
17116 2014-11-17 Petr Machata <pmachata@redhat.com>
17117
17118 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17119 ${_cu_offset_size} bytes abbrev offset.
17120
17121 2014-11-15 Doug Evans <xdje42@gmail.com>
17122
17123 PR symtab/17559
17124 * gdb.base/line-symtabs.exp: New file.
17125 * gdb.base/line-symtabs.c: New file.
17126 * gdb.base/line-symtabs.h: New file.
17127
17128 2014-11-14 Yao Qi <yao@codesourcery.com>
17129
17130 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17131 (func): Add label func_label.
17132 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17133 Replace low_pc and high_pc with MACRO_AT_range.
17134 Replace name, low_pc and high_pc with MACRO_AT_func.
17135
17136 2014-11-14 Yao Qi <yao@codesourcery.com>
17137
17138 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17139 Replace name, low_pc and high_pc with MACRO_AT_func.
17140
17141 2014-11-14 Yao Qi <yao@codesourcery.com>
17142
17143 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17144 produce debug information.
17145 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17146
17147 2014-11-14 Yao Qi <yao@codesourcery.com>
17148
17149 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17150 object and get function length.
17151 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17152 with MACRO_AT_func.
17153 (top-level): Replace gdb_compile and clean_restart with
17154 prepare_for_testing.
17155 * gdb.dwarf2/main.c (main): Add label main_label.
17156
17157 2014-11-14 Yao Qi <yao@codesourcery.com>
17158
17159 * lib/dwarf.exp (function_range): New procedure.
17160 (Dwarf::_handle_macro_at_func): New procedure.
17161 (Dwarf::_handle_macro_at_range): New procedure.
17162 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17163
17164 2014-11-14 Yao Qi <yao@codesourcery.com>
17165
17166 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17167 (_handle_attribute): New procedure.
17168
17169 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17170
17171 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17172 * gdb.base/call-sc.c (zed): Likewise.
17173 * gdb.base/checkpoint.c (main): Likewise.
17174 * gdb.base/dump.c (main): Likewise.
17175 * gdb.base/gcore.c (main): Likewise.
17176 * gdb.base/huge.c (main): Likewise.
17177 * gdb.base/multi-forks.c (main): Likewise.
17178 * gdb.base/pr10179-a.c (main): Likewise.
17179 * gdb.base/savedregs.c (main): Likewise.
17180 * gdb.base/sigaltstack.c (main): Likewise.
17181 * gdb.base/siginfo.c (main): Likewise.
17182 * gdb.base/structs.c (zed): Likewise.
17183 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17184 * gdb.mi/mi-syn-frame.c (main): Likewise.
17185 * gdb.mi/until.c (foo, main): Likewise.
17186 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17187 * gdb.base/solib-weak.c (foo): Declare.
17188 * gdb.base/attach-twice.c: Include stdio.h.
17189 * gdb.base/weaklib1.c: Likewise.
17190 * gdb.base/weaklib2.c: Likewise.
17191 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17192 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17193 unistd.h.
17194 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17195 * gdb.mi/mi-exit-code.c: Likewise.
17196 * gdb.base/break-interp-lib.c: Include string.h.
17197 * gdb.base/coremaker.c: Likewise.
17198 * gdb.base/testenv.c: Likewise.
17199 * gdb.python/py-finish-breakpoint.c: Likewise.
17200 * gdb.base/inferior-died.c: Include sys/wait.h.
17201 * gdb.base/fileio.c: Include time.h.
17202 * gdb.base/async-shell.c: Include unistd.h.
17203 * gdb.base/dprintf-non-stop.c: Likewise.
17204 * gdb.base/info-os.c: Likewise.
17205 * gdb.mi/mi-console.c: Likewise.
17206 * gdb.mi/watch-nonstop.c: Likewise.
17207 * gdb.python/py-events.c: Likewise.
17208 * gdb.base/async.c (baz): Move up before its invocation.
17209 * gdb.base/code_elim2.c (my_global_func): Likewise.
17210 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17211 * gdb.base/advance.c (func2): Likewise.
17212
17213 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17214
17215 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17216 variant.
17217 * gdb.base/annota3.c: Likewise.
17218 * gdb.base/async.c: Likewise.
17219 * gdb.base/average.c: Likewise.
17220 * gdb.base/call-ar-st.c: Likewise.
17221 * gdb.base/call-rt-st.c: Likewise.
17222 * gdb.base/call-sc.c: Likewise.
17223 * gdb.base/call-strs.c: Likewise.
17224 * gdb.base/ending-run.c: Likewise.
17225 * gdb.base/execd-prog.c: Likewise.
17226 * gdb.base/exprs.c: Likewise.
17227 * gdb.base/foll-exec.c: Likewise.
17228 * gdb.base/foll-fork.c: Likewise.
17229 * gdb.base/foll-vfork.c: Likewise.
17230 * gdb.base/funcargs.c: Likewise.
17231 * gdb.base/gcore.c: Likewise.
17232 * gdb.base/jump.c: Likewise.
17233 * gdb.base/langs0.c: Likewise.
17234 * gdb.base/langs1.c: Likewise.
17235 * gdb.base/langs2.c: Likewise.
17236 * gdb.base/mips_pro.c: Likewise.
17237 * gdb.base/nodebug.c: Likewise.
17238 * gdb.base/opaque0.c: Likewise.
17239 * gdb.base/opaque1.c: Likewise.
17240 * gdb.base/recurse.c: Likewise.
17241 * gdb.base/run.c: Likewise.
17242 * gdb.base/scope0.c: Likewise.
17243 * gdb.base/scope1.c: Likewise.
17244 * gdb.base/setshow.c: Likewise.
17245 * gdb.base/setvar.c: Likewise.
17246 * gdb.base/shmain.c: Likewise.
17247 * gdb.base/shr1.c: Likewise.
17248 * gdb.base/shr2.c: Likewise.
17249 * gdb.base/sigall.c: Likewise.
17250 * gdb.base/signals.c: Likewise.
17251 * gdb.base/so-indr-cl.c: Likewise.
17252 * gdb.base/solib2.c: Likewise.
17253 * gdb.base/structs.c: Likewise.
17254 * gdb.base/sum.c: Likewise.
17255 * gdb.base/vforked-prog.c: Likewise.
17256 * gdb.base/watchpoint.c: Likewise.
17257 * gdb.reverse/shr2.c: Likewise.
17258 * gdb.reverse/until-reverse.c: Likewise.
17259 * gdb.reverse/ur1.c: Likewise.
17260 * gdb.reverse/watch-reverse.c: Likewise.
17261
17262 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17263
17264 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17265 variant.
17266 * gdb.base/sepdebug.exp: Drop references to removed code.
17267
17268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17269
17270 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17271 variant. Preserve original line numbering.
17272 * gdb.base/list1.c: Likewise.
17273
17274 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17275
17276 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17277 variant.
17278 * gdb.base/break1.c: Likewise.
17279 * gdb.base/break.exp: Drop references to removed code.
17280
17281 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17282
17283 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17284 variant.
17285
17286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17287
17288 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17289
17290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17291
17292 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17293 logic into perform_all_tests() and invoke it with and without
17294 function header prototypes.
17295 (do_function_calls): Remove conditional XFAIL for PR 5318.
17296 (rerun_and_prepare): Remove duplicate code.
17297 (perform_all_tests): New. Main logic moved here.
17298
17299 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17300
17301 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17302 code guarded by #ifdef NO_PROTOTYPES.
17303 (t_double_many_args): Likewise.
17304 (DEF_FUNC_MANY_ARGS_1): Likewise.
17305 (DEF_FUNC_VALUES_1): Likewise.
17306 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17307 guarded by #ifdef PROTOTYPES.
17308
17309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17310
17311 * gdb.mi/mi-console.c: Add eye-catcher.
17312 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17313 instead of literal line number.
17314
17315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17316
17317 * gdb.base/shr2.c: Add eye-catcher.
17318 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17319 line number.
17320
17321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17322
17323 * gdb.base/jump.c: Add eye-catchers.
17324 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17325 numbers.
17326
17327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17328
17329 * gdb.base/execd-prog.c: Add eye-catchers.
17330 * gdb.base/foll-exec.c: Likewise.
17331 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17332 line numbers.
17333
17334 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17335
17336 * gdb.base/ending-run.c: Add eye-catchers.
17337 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17338 literal line numbers.
17339
17340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17341
17342 * gdb.base/call-rt-st.c: Add eye-catchers.
17343 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17344 literal line numbers.
17345
17346 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17347
17348 * gdb.base/call-ar-st.c: Add eye-catchers.
17349 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17350 literal line numbers.
17351
17352 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17353
17354 * gdb.base/average.c: Add eye-catchers.
17355 * gdb.base/sum.c: Likewise.
17356 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17357 regexps dynamically.
17358
17359 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17360
17361 * gdb.base/solib1.c: Add eye-catchers.
17362 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17363 literal line numbers.
17364
17365 2014-11-12 Pedro Alves <palves@redhat.com>
17366
17367 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17368 leader has exited.
17369
17370 2014-11-12 Pedro Alves <palves@redhat.com>
17371
17372 * gdb.arch/i386-bp_permanent.c: New file.
17373 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17374 (srcfile): Set to i386-bp_permanent.c.
17375 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17376 that stepi does not execute the 'leave' instruction, instead of
17377 testing it does execute.
17378 * gdb.base/bp-permanent.c: New file.
17379 * gdb.base/bp-permanent.exp: New file.
17380
17381 2014-11-10 Doug Evans <xdje42@gmail.com>
17382
17383 PR symtab/17564
17384 * gdb.base/symtab-search-order.exp: New file.
17385 * gdb.base/symtab-search-order.c: New file.
17386 * gdb.base/symtab-search-order-1.c: New file.
17387 * gdb.base/symtab-search-order-shlib-1.c: New file.
17388
17389 2014-11-07 Pedro Alves <palves@redhat.com>
17390
17391 PR gdb/17511
17392 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17393 i?86-*-linux*.
17394
17395 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17396
17397 PR c++/17494
17398 * gdb.cp/pr17494.cc: New file.
17399 * gdb.cp/pr17494.exp: New file.
17400
17401 2014-11-02 Yao Qi <yao@codesourcery.com>
17402
17403 * gdb.python/python.exp: Get working directory and match the
17404 output of "set extended-prompt \\w " with it.
17405
17406 2014-10-30 Doug Evans <dje@google.com>
17407
17408 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17409 in objfiles.
17410 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17411 in progspaces.
17412
17413 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17414
17415 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17416 * gdb.base/realname-expand.exp: Likewise.
17417 * gdb.linespec/macro-relative.exp: Likewise.
17418
17419 2014-10-29 Pedro Alves <palves@redhat.com>
17420
17421 PR gdb/17408
17422 * gdb.threads/schedlock.c (some_function): New function.
17423 (call_function): New global.
17424 (MAYBE_CALL_SOME_FUNCTION): New macro.
17425 (thread_function): Call it.
17426 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17427 and use it instead of a global counter. Adjust all callers.
17428 (get_current_thread): Use "find current thread" for test message
17429 here rather than having all callers pass down the same string.
17430 (goto_loop): New procedure, factored out from ...
17431 (my_continue): ... this.
17432 (step_ten_loops): Change parameter from test message to command to
17433 use. Adjust.
17434 (list_count): Delete global.
17435 (check_result): New procedure, factored out from duplicate top
17436 level code.
17437 (continue tests): Wrap in with_test_prefix.
17438 (test_step): New procedure, factored out from duplicate top level
17439 code.
17440 (top level): Test "step" in combination with all scheduler-locking
17441 modes. Test "next" in combination with all scheduler-locking
17442 modes, and in combination with stepping over a function call or
17443 not.
17444 * gdb.threads/next-bp-other-thread.c: New file.
17445 * gdb.threads/next-bp-other-thread.exp: New file.
17446
17447 2014-10-29 Pedro Alves <palves@redhat.com>
17448
17449 PR python/17372
17450 * gdb.python/python.exp: Test a multi-line command that spawns
17451 interactive Python.
17452 * gdb.base/multi-line-starts-subshell.exp: New file.
17453
17454 2014-10-29 Yao Qi <yao@codesourcery.com>
17455
17456 * gdb.base/fileio.exp: Make directories on host.
17457
17458 2014-10-29 Yao Qi <yao@codesourcery.com>
17459
17460 * gdb.base/fileio.c (test_write): Close the file.
17461
17462 2014-10-28 Pedro Alves <palves@redhat.com>
17463
17464 PR gdb/12623
17465 * gdb.base/sigstep.c (no_handler): New global.
17466 (main): If 'no_handler is true, set the signal handlers to
17467 SIG_IGN.
17468 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17469 with_sw_watch and no_handler parameters. Handle them.
17470 (top level) <stepping over handler when stopped at a breakpoint
17471 test>: Add a test axis for testing with a software watchpoint, and
17472 another for testing with the signal handler set to SIG_IGN.
17473 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17474 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17475
17476 2014-10-28 Pedro Alves <palves@redhat.com>
17477
17478 PR gdb/17511
17479 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17480 * gdb.base/sigstep.exp (other_handler_location): New global.
17481 (advance): Support stepping into the signal handler, and running
17482 commands while in the handler.
17483 (in_handler_map): New global.
17484 (top level): In the advance test, add combinations for getting
17485 into the handler with stepping commands, and for running commands
17486 in the handler. Add comment descripting the advancei tests.
17487
17488 2014-10-28 Pedro Alves <palves@redhat.com>
17489
17490 * gdb.base/sigstep.exp: Use build_executable instead of
17491 prepare_for_testing.
17492 (top level): Move code that starts GDB, runs to main and creates a
17493 display to ...
17494 (restart): ... this new procedure.
17495 (top level): Move backtrace from signal handler test to ...
17496 (validate_backtrace): ... this new procedure.
17497 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17498 with_test_prefix. Always restart GDB.
17499 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17500 with_test_prefix. Always restart GDB. No need to delete
17501 breakpoints after the test.
17502 (test_skip_handler): Remove prefix parameter.
17503 (skip_over_handler, breakpoint_to_handler)
17504 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17505 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17506 restart GDB. No need to delete breakpoints after the test.
17507 (top level): Use foreach to call the test procedures with
17508 different commands.
17509
17510 2014-10-28 Pedro Alves <palves@redhat.com>
17511
17512 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17513 instead of GNATS numbers.
17514 * gdb.base/sigbpt.exp: Likewise.
17515 * gdb.base/siginfo.exp: Likewise.
17516 * gdb.base/sigstep.exp: Likewise.
17517
17518 2014-10-27 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.base/sigstep.c (dummy): New global.
17521 (main): Issue a couple writes to the new global.
17522 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17523 procedures.
17524 (skip_over_handler): Use test_skip_handler.
17525 (top level): Call skip_over_handler for stepi and nexti too.
17526 (breakpoint_over_handler): Use test_skip_handler.
17527 (top level): Call breakpoint_over_handler for stepi and nexti too.
17528
17529 2014-10-27 Yao Qi <yao@codesourcery.com>
17530
17531 * gdb.trace/tfile.c (adjust_function_address)
17532 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17533 function descriptor.
17534
17535 2014-10-24 Don Breazeal <donb@codesourcery.com>
17536
17537 * gdb.base/foll-fork.exp (test_follow_fork,
17538 catch_fork_child_follow): Check for updated fork messages emitted
17539 from infrun.c.
17540 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17541 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17542 vfork_and_exec_child_follow_through_step): Check for updated vfork
17543 messages emitted from infrun.c.
17544
17545 2014-10-24 Pedro Alves <palves@redhat.com>
17546
17547 * gdb.base/corefile.exp: Remove references to ultrix.
17548 * gdb.base/interrupt.exp: Likewise.
17549 * gdb.base/whatis.exp: Likewise.
17550 * gdb.gdb/selftest.exp: Likewise.
17551 * gdb.threads/manythreads.exp: Likewise.
17552 * gdb.threads/print-threads.exp: Likewise.
17553 * gdb.threads/pthreads.exp:: Likewise.
17554 * gdb.threads/schedlock.exp: Likewise.
17555
17556 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17557
17558 * gdb.cp/non-trivial-retval.cc: Add a test case.
17559 * gdb.cp/non-trivial-retval.exp: Add a test.
17560
17561 2014-10-20 Yao Qi <yao@codesourcery.com>
17562
17563 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17564 * gdb.python/py-objfile-script-gdb.py: New file.
17565 * gdb.python/py-objfile-script.exp: Update reference to
17566 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17567 of remote_download. Remove the dest file.
17568
17569 2014-10-20 Yao Qi <yao@codesourcery.com>
17570
17571 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17572 * gdb.base/step-line.exp: Likewise.
17573 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17574 * gdb.dwarf2/dw2-basic.exp: Likewise.
17575 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17576 * gdb.dwarf2/dw2-filename.exp: Likewise.
17577 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17578 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17579 * gdb.dwarf2/dw2-producer.exp: Likewise.
17580 * gdb.dwarf2/mac-fileno.exp: Likewise.
17581 * gdb.python/py-frame-args.exp: Likewise.
17582 * gdb.python/py-framefilter.exp: Likewise.
17583 * gdb.python/py-mi.exp: Likewise.
17584 * gdb.python/py-objfile-script.exp: Likewise
17585 * gdb.python/py-pp-integral.exp: Likewise.
17586 * gdb.python/py-pp-re-notag.exp: Likewise.
17587 * gdb.python/py-prettyprint.exp: Likewise.
17588 * gdb.python/py-section-script.exp: Likewise.
17589 * gdb.python/py-typeprint.exp: Likewise.
17590 * gdb.python/py-xmethods.exp: Likewise.
17591 * gdb.stabs/weird.exp: Likewise.
17592 * gdb.xml/tdesc-regs.exp: Likewise.
17593
17594 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17595
17596 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17597 (out_cu): Use addr_len for the size of addresses.
17598 (out_line): Likewise. Size DW_LNE_set_address instruction
17599 according to addr_len.
17600 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17601 (FUNC): Add START_INSNS to definition.
17602
17603 2014-10-18 Yao Qi <yao@codesourcery.com>
17604
17605 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17606 gdb_has_argv0 return true.
17607 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17608 check [target_info exists noargs], check [gdb_has_argv0]
17609 instead.
17610 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17611 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17612 procedures.
17613
17614 2014-10-17 Doug Evans <dje@google.com>
17615
17616 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17617 event.
17618 * gdb.python/py-events.py: Add clear_objfiles event.
17619
17620 2014-10-17 Doug Evans <dje@google.com>
17621
17622 * gdb.python/py-objfile.exp: Test progspace attribute.
17623
17624 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17625
17626 * gdb.guile/scm-breakpoint.exp: Do not assume any
17627 directory separators when matching source file paths.
17628 * gdb.python/py-breakpoint.exp: Likewise.
17629 * gdb.reverse/break-precsave.exp: Likewise.
17630 * gdb.reverse/break-reverse.exp: Likewise.
17631 * gdb.reverse/consecutive-precsave.exp: Likewise.
17632 * gdb.reverse/finish-precsave.exp: Likewise.
17633 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17634 * gdb.reverse/finish-reverse.exp: Likewise.
17635 * gdb.reverse/i386-precsave.exp: Likewise.
17636 * gdb.reverse/i387-env-reverse.exp: Likewise.
17637 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17638 * gdb.reverse/machinestate-precsave.exp: Likewise.
17639 * gdb.reverse/machinestate.exp: Likewise.
17640 * gdb.reverse/sigall-precsave.exp: Likewise.
17641 * gdb.reverse/solib-precsave.exp: Likewise.
17642 * gdb.reverse/step-precsave.exp: Likewise.
17643 * gdb.reverse/until-precsave.exp: Likewise.
17644 * gdb.reverse/watch-precsave.exp: Likewise.
17645 * gdb.reverse/watch-reverse.exp: Likewise.
17646
17647 2014-10-17 Yao Qi <yao@codesourcery.com>
17648
17649 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17650 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17651
17652 2014-10-17 Pedro Alves <palves@redhat.com>
17653
17654 PR gdb/17471
17655 * gdb.base/bg-execution-repeat.c: New file.
17656 * gdb.base/bg-execution-repeat.exp: New file.
17657
17658 2014-10-17 Pedro Alves <palves@redhat.com>
17659
17660 PR gdb/17300
17661 * gdb.base/continue-all-already-running.c: New file.
17662 * gdb.base/continue-all-already-running.exp: New file.
17663
17664 2014-10-17 Pedro Alves <palves@redhat.com>
17665
17666 PR gdb/17472
17667 * gdb.base/annota-input-while-running.c: New file.
17668 * gdb.base/annota-input-while-running.exp: New file.
17669
17670 2014-10-17 Pedro Alves <palves@redhat.com>
17671
17672 * gdb.base/callfuncs.exp: emove references to osf.
17673 * gdb.base/sigall.exp: Likewise.
17674 * gdb.gdb/selftest.exp: Likewise.
17675 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17676 * gdb.mi/non-stop.c: Likewise.
17677 * gdb.mi/pthreads.c: Likewise.
17678 * gdb.reverse/sigall-precsave.exp: Likewise.
17679 * gdb.reverse/sigall-reverse.exp: Likewise.
17680 * gdb.threads/pthreads.c: Likewise.
17681 * gdb.threads/pthreads.exp: Likewise.
17682
17683 2014-10-17 Yao Qi <yao@codesourcery.com>
17684
17685 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17686 check 'target_info exists noargs'.
17687 (test_command_prompt_position): Likewise.
17688 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17689 Remove "set args".
17690 (progvar_simple_while_test): Likewise.
17691 (progvar_complex_if_while_test): Likewise.
17692 (if_while_breakpoint_command_test): Likewise.
17693 (infrun_breakpoint_command_test): Likewise.
17694 (breakpoint_command_test): Likewise.
17695 (watchpoint_command_test): Likewise.
17696 (bp_deleted_in_command_test): Likewise.
17697 (temporary_breakpoint_commands): Likewise.
17698
17699 2014-10-16 Yao Qi <yao@codesourcery.com>
17700
17701 * gdb.base/remotetimeout.exp: Remove noargs checking.
17702
17703 2014-10-15 Pedro Alves <palves@redhat.com>
17704
17705 PR breakpoints/9649
17706 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17707 * gdb.base/breakpoint-in-ro-region.exp
17708 (probe_target_hardware_step): New procedure.
17709 (top level): Probe hardware stepping and hardware breakpoint
17710 support. Test stepping through a read-only region, with both
17711 "breakpoint auto-hw" on and off and both "always-inserted" on and
17712 off.
17713
17714 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17715
17716 * gdb.dlang/demangle.exp: Update for demangling changes.
17717
17718 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17719
17720 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17721 * gdb.cp/non-trivial-retval.exp: Add new tests.
17722
17723 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17724
17725 PR c++/13403
17726 PR c++/15154
17727 * gdb.cp/non-trivial-retval.cc: New file.
17728 * gdb.cp/non-trivial-retval.exp: New file.
17729
17730 2014-10-15 Yao Qi <yao@codesourcery.com>
17731
17732 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17733 remote host.
17734
17735 2014-10-15 Yao Qi <yao@codesourcery.com>
17736
17737 * gdb.python/py-symbol.exp: Match file base name if host is
17738 remote, otherwise match file name with dir name.
17739 * gdb.python/py-symtab.exp: Likewise.
17740 * gdb.python/python.exp: Likewise.
17741
17742 2014-10-15 Yao Qi <yao@codesourcery.com>
17743
17744 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17745 pattern.
17746 * gdb.python/py-symtab.exp: Likewise.
17747 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17748 locationn.
17749
17750 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17751
17752 * gdb.ada/addr_arith: New testcase.
17753
17754 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17755
17756 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17757 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17758 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17759 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17760
17761 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17762
17763 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17764 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17765 * gdb.arch/stap-eval-lang-ada.exp: New file.
17766
17767 2014-10-14 Yao Qi <yao@codesourcery.com>
17768
17769 * gdb.mi/mi-var-child.c (nothing1): New function.
17770 (nothing2): New function.
17771 (do_children_tests): Set function pointers by nothing1 and
17772 nothing2.
17773 * gdb.mi/mi-var-child.exp: Step over new added statements.
17774 Update test to match the new output.
17775 * gdb.mi/var-cmd.c (nothing1): New function.
17776 (nothing2): New function.
17777 (do_children_tests): Set function pointers by nothing1 and
17778 nothing2.
17779 * gdb.mi/mi-var-display.exp: Update test to match output.
17780 Step to the line specified by $line_dct_nothing.
17781 Increase the number of lines to step.
17782
17783 2014-10-14 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17786 tests.
17787 * gdb.mi/mi2-var-child.exp: Likewise.
17788
17789 2014-10-13 Doug Evans <dje@google.com>
17790
17791 * gdb.python/py-objfile.exp: Change name of file name test.
17792
17793 2014-10-13 Doug Evans <dje@google.com>
17794
17795 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17796 from the start of the CU.
17797
17798 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17799 Yao Qi <yao@codesourcery.com>
17800
17801 Fix "save breakpoints" for "catch" command.
17802 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17803 Remove -nonewline. Match also the added "main" line.
17804
17805 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17806
17807 Fix "save breakpoints" for "disable $bpnum" command.
17808 * gdb.base/save-bp.c (main): Add label.
17809 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17810
17811 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17812
17813 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17814
17815 2014-10-11 Yao Qi <yao@codesourcery.com>
17816
17817 * gdb.server/server-kill.exp: Execute command
17818 "set remote trace-status-packet on" before "tstatus".
17819
17820 2014-10-11 Yao Qi <yao@codesourcery.com>
17821
17822 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17823 (main): Call getppid.
17824 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17825 and continue to it. Read variable "server_pid".
17826
17827 2014-10-11 Yao Qi <yao@codesourcery.com>
17828
17829 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17830
17831 2014-10-11 Yao Qi <yao@codesourcery.com>
17832
17833 * gdb.threads/thread-find.exp: Don't execute command
17834 "info threads".
17835 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17836 * gdb.threads/linux-dp.exp: Don't check the condition
17837 $threads_created equals to zero.
17838
17839 2014-10-10 Pedro Alves <palves@redhat.com>
17840
17841 * gdb.base/bigcore.exp: Remove references to IRIX.
17842 * gdb.base/funcargs.exp: Likewise.
17843 * gdb.base/interrupt.exp: Likewise.
17844 * gdb.base/mips_pro.exp: Likewise.
17845 * gdb.base/nodebug.exp: Likewise.
17846 * gdb.base/setvar.exp: Likewise.
17847 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17848
17849 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17850 Pedro Alves <palves@redhat.com>
17851
17852 PR symtab/14466
17853 * gdb.base/vdso-warning.c: New file.
17854 * gdb.base/vdso-warning.exp: New file.
17855
17856 2014-10-02 Doug Evans <dje@google.com>
17857
17858 * gdb.base/structs.c (main): Don't run forever.
17859
17860 2014-10-02 Pedro Alves <palves@redhat.com>
17861
17862 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17863 (top level) <stop threads 1, stop threads 2>: Use it.
17864
17865 2014-10-02 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.threads/break-while-running.exp (test): Add new
17868 'update_thread_list' argument. Skip "info threads" if false.
17869 (top level): Add new 'update_thread_list' axis.
17870
17871 2014-10-02 Pedro Alves <palves@redhat.com>
17872
17873 PR breakpoints/17431
17874 * gdb.base/execl-update-breakpoints.c: New file.
17875 * gdb.base/execl-update-breakpoints.exp: New file.
17876
17877 2014-10-01 Pedro Alves <palves@redhat.com>
17878
17879 * gdb.base/breakpoint-in-ro-region.c: New file.
17880 * gdb.base/breakpoint-in-ro-region.exp: New file.
17881
17882 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17883
17884 * gdb.mi/mi-exit-code.exp: New file.
17885 * gdb.mi/mi-exit-code.c: New file.
17886
17887 2014-09-30 Yao Qi <yao@codesourcery.com>
17888
17889 * lib/prelink-support.exp (build_executable_own_libs): Error if
17890 the target isn't native.
17891
17892 2014-09-30 Yao Qi <yao@codesourcery.com>
17893
17894 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17895 false.
17896
17897 2014-09-22 Pedro Alves <palves@redhat.com>
17898
17899 * gdb.threads/break-while-running.exp: New file.
17900 * gdb.threads/break-while-running.c: New file.
17901
17902 2014-09-19 Yao Qi <yao@codesourcery.com>
17903
17904 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17905 Invoke test. Restart GDB with --readnow and invoke test again.
17906
17907 2014-09-19 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17910 proc set_breakpoint_on_gcd_function. Invoke
17911 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17912 invoke set_breakpoint_on_gcd_function again.
17913
17914 2014-09-18 Doug Evans <dje@google.com>
17915
17916 * gdb.dwarf2/symtab-producer.exp: New file.
17917
17918 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17919
17920 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17921 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17922 * gdb.base/global-var-nested-by-dso.c: Likewise.
17923 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17924
17925 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17926 Pedro Alves <palves@redhat.com>
17927
17928 * gdb.base/watch-bitfields.exp: Pass string other than test file
17929 name to prepare_for_testing.
17930 (watch): New procedure.
17931 (expect_watchpoint): Use with_test_prefix.
17932 (top level): Factor out tests to ...
17933 (test_watch_location, test_regular_watch): ... these new
17934 procedures, and use with_test_prefix and gdb_continue_to_end.
17935
17936 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17937
17938 PR breakpoints/12526
17939 * gdb.base/watch-bitfields.exp: New file.
17940 * gdb.base/watch-bitfields.c: New file.
17941
17942 2014-09-16 Pedro Alves <palves@redhat.com>
17943
17944 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17945 software and hardware addresses, not software address against
17946 itself.
17947
17948 2014-09-16 Pedro Alves <palves@redhat.com>
17949
17950 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17951 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17952
17953 2014-09-16 Pedro Alves <palves@redhat.com>
17954
17955 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17956 files.
17957 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17958 "*-*-vxworks*" throughout.
17959 * gdb.base/break.exp: Likewise.
17960 * gdb.base/default.exp: Likewise.
17961 * gdb.base/scope.exp: Likewise.
17962 * gdb.base/sepdebug.exp: Likewise.
17963 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17964 throughout.
17965 * gdb.base/run.c: Likewise.
17966 * gdb.base/sepdebug.c: Likewise.
17967 * gdb.hp/gdb.aCC/run.c: Likewise.
17968 * gdb.reverse/until-reverse.c: Likewise.
17969 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17970
17971 2014-09-16 Yao Qi <yao@codesourcery.com>
17972
17973 * boards/local-remote-host-native.exp: New file.
17974
17975 2014-09-14 Doug Evans <xdje42@gmail.com>
17976
17977 * gdb.threads/queue-signal.c (thread_count): New variable.
17978 (thread_count_mutex, thread_count_condvar): New variables.
17979 (incr_thread_count, wait_all_threads_running): New functions.
17980 (main): Wait for all threads to be in their thread functions.
17981
17982 2014-09-13 Doug Evans <xdje42@gmail.com>
17983
17984 * gdb.threads/queue-signal.c: New file.
17985 * gdb.threads/queue-signal.exp: New file.
17986
17987 2014-09-13 Doug Evans <xdje42@gmail.com>
17988
17989 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17990 be consistent with what default_gdb_init uses.
17991 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17992 the plain text of the prompt. Add some logging printfs.
17993 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17994
17995 2014-09-12 Pedro Alves <palves@redhat.com>
17996
17997 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17998 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17999 * gdb.arch/i386-size-overlap.exp: Likewise.
18000 * gdb.arch/i386-size.exp: Likewise.
18001 * gdb.arch/i386-unwind.exp: Likewise.
18002 * gdb.base/a2-run.exp: Likewise.
18003 * gdb.base/break.exp: Likewise.
18004 * gdb.base/charset.exp: Likewise.
18005 * gdb.base/chng-syms.exp: Likewise.
18006 * gdb.base/commands.exp: Likewise.
18007 * gdb.base/dbx.exp: Likewise.
18008 * gdb.base/find.exp: Likewise.
18009 * gdb.base/funcargs.exp: Likewise.
18010 * gdb.base/jit-simple.exp: Likewise.
18011 * gdb.base/reread.exp: Likewise.
18012 * gdb.base/sepdebug.exp: Likewise.
18013 * gdb.base/step-bt.exp: Likewise.
18014 * gdb.cp/mb-inline.exp: Likewise.
18015 * gdb.cp/mb-templates.exp: Likewise.
18016 * gdb.objc/basicclass.exp: Likewise.
18017 * gdb.threads/killed.exp: Likewise.
18018
18019 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18020
18021 PR tdep/17379
18022 * gdb.arch/powerpc-stackless.S: New file.
18023 * gdb.arch/powerpc-stackless.exp: New file.
18024
18025 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18026
18027 * gdb.base/attach.c: Include unistd.h.
18028 (main): Call alarm. Add label postloop.
18029 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18030 gdb_breakpoint, gdb_continue_to_breakpoint.
18031 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18032
18033 2014-09-11 Pedro Alves <palves@redhat.com>
18034
18035 PR gdb/17347
18036 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18037 * gdb.base/attach.exp (test_command_line_attach_run): New
18038 procedure.
18039 (top level): Call it.
18040
18041 2014-09-11 Pedro Alves <palves@redhat.com>
18042
18043 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18044 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18045 (do_command_attach_tests): Use spawn_wait_for_attach.
18046 * gdb.base/solib-overlap.exp: Likewise.
18047 * gdb.multi/multi-attach.exp: Likewise.
18048 * gdb.python/py-prompt.exp: Likewise.
18049 * gdb.python/py-sync-interp.exp: Likewise.
18050 * gdb.server/ext-attach.exp: Likewise.
18051
18052 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18053
18054 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18055 command in testcase. Simplify testcase.
18056
18057 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18060
18061 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18062
18063 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18064
18065 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18066
18067 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18068
18069 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18070
18071 * gdb.dwarf2/dynarr-ptr.c: New file.
18072 * gdb.dwarf2/dynarr-ptr.exp: New file.
18073
18074 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18075
18076 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18077 of 30 rather than hardcoding 120 for a slow test case. Take the
18078 `gdb,timeout' target setting into account for this calculation.
18079 Don't extend the timeout for the test cases that don't need it.
18080
18081 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18082
18083 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18084 a factor of 2 for a slow test case. Take the `gdb,timeout'
18085 target setting into account for this calculation.
18086 * gdb.reverse/until-precsave.exp: Increase the timeout by
18087 a factor of 15 and 3 respectively rather than adding 120
18088 for a pair of slow test cases. Take the `gdb,timeout'
18089 target setting into account for this calculation.
18090
18091 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18092
18093 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18094 timeout, don't pass one down to gdb_expect.
18095 (gdb_expect): Rework timeout selection.
18096
18097 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18098
18099 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18100 exception on timeout.
18101 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18102 (gdbserver_start_extended): Catch any `gdbserver_start' error
18103 exceptions.
18104 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18105 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18106 `gdbserver_gdb_load' error exceptions.
18107
18108 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18109
18110 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18111 120 on waiting for the TCP socket to open.
18112
18113 2014-09-09 Doug Evans <xdje42@gmail.com>
18114
18115 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18116 _caller_matches, _any_caller_is, _any_caller_matches.
18117
18118 2014-09-09 Doug Evans <xdje42@gmail.com>
18119
18120 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18121
18122 2014-09-09 Yao Qi <yao@codesourcery.com>
18123
18124 * gdb.mi/mi-var-display.exp: Set print symbol off.
18125
18126 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18127
18128 PR gdb/17035
18129 * gdb.base/commands.exp: Add tests to verify user-defined
18130 commands with empty bodies.
18131 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18132 python commands in `show user command`.
18133 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18134 scheme commands in `show user command`.
18135
18136 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18137
18138 PR python/17355
18139 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18140 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18141 * gdb.python/py-framefilter-invalidarg.exp: New file.
18142 * gdb.python/py-framefilter-invalidarg.py: New file.
18143
18144 2014-09-06 Doug Evans <xdje42@gmail.com>
18145
18146 PR 15276
18147 * gdb.python/py-caller-is.c: New file.
18148 * gdb.python/py-caller-is.exp: New file.
18149
18150 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18151
18152 PR gdb/17235
18153 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18154 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18155
18156 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18157
18158 PR fortran/17237
18159 * gdb.fortran/print-formatted.exp: New file.
18160 * gdb.fortran/print-formatted.f90: Likewise.
18161
18162 2014-09-03 Sasha Smundak <asmundak@google.com>
18163
18164 * gdb.python/py-frame.exp: Test Frame.read_register.
18165
18166 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18167
18168 PR python/16699
18169 * gdb.python/py-completion.exp: New file.
18170 * gdb.python/py-completion.py: Likewise.
18171
18172 2014-08-28 Doug Evans <dje@google.com>
18173
18174 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18175 eax,etc. are live with values set by gdb and thus the compiler can't
18176 use them.
18177 * gdb.arch/i386-pseudo.c (main): Ditto.
18178
18179 2014-08-27 Doug Evans <dje@google.com>
18180
18181 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18182
18183 2014-08-25 Doug Evans <dje@google.com>
18184
18185 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18186 (main): Ditto.
18187
18188 2014-08-25 Doug Evans <dje@google.com>
18189
18190 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18191
18192 2014-08-24 Yao Qi <yao@codesourcery.com>
18193
18194 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18195 symbol off.
18196 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18197
18198 2014-08-22 Doug Evans <dje@google.com>
18199
18200 PR 17276
18201 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18202 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18203 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18204
18205 2014-08-22 Yao Qi <yao@codesourcery.com>
18206
18207 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18208 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18209 * gdb.python/python.exp: Likewise. Use .py file on the host
18210 instead of the build.
18211
18212 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18213
18214 * gdb.threads/gcore-stale-thread.c: New file.
18215 * gdb.threads/gcore-stale-thread.exp: New file.
18216
18217 2014-08-21 Pedro Alves <palves@redhat.com>
18218
18219 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18220 * gdb.base/gcore-relro-pie.exp: Likewise.
18221 * gdb.base/gcore-relro.exp: Likewise.
18222 * gdb.base/gcore.exp: Likewise.
18223 * gdb.base/print-symbol-loading.exp: Likewise.
18224 * gdb.threads/gcore-thread.exp: Likewise.
18225 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18226
18227 2014-08-20 Pedro Alves <palves@redhat.com>
18228 Jan Kratochvil <jan.kratochvil@redhat.com>
18229
18230 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18231 configure.
18232 (EXPECT): Handle READ1 being set.
18233 (all): Depend on EXTRA_RULES.
18234 (check-read1, expect-read1, read1.so, read1): New rules.
18235 * README (Testsuite Parameters): Document the READ1 make variable.
18236 (Race detection): New section.
18237 * configure: Regenerate.
18238 * configure.ac: If build==host==target, and running under a
18239 GNU/glibc system, add read1 to the extra Makefile rules.
18240 (EXTRA_RULES): AC_SUBST it.
18241 * lib/read1.c: New file.
18242
18243 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18244
18245 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18246 the handling of variables declared as a typedef to an array
18247 which a DW_AT_data_location attribute.
18248
18249 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18250 Pedro Alves <palves@redhat.com>
18251
18252 PR symtab/14604
18253 PR symtab/14605
18254 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18255 gdb_test.
18256
18257 2014-08-19 Pedro Alves <palves@redhat.com>
18258
18259 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18260
18261 2014-08-19 Yao Qi <yao@codesourcery.com>
18262
18263 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18264 right line.
18265
18266 2014-08-18 David Blaikie <dblaikie@gmail.com>
18267
18268 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18269
18270 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18273 attribute in array range.
18274
18275 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18276
18277 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18278
18279 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18280
18281 PR c++/17132
18282 * gdb.cp/pr17132.cc: New file.
18283 * gdb.cp/pr17132.exp: New file.
18284
18285 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18286
18287 * gdb.python/py-xmethods.py (A_getarrayind)
18288 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18289 Use 'print' with function call syntax.
18290 (E_method_matcher.match): Fix tab vs space indentation mixup.
18291
18292 2014-08-15 Yao Qi <yao@codesourcery.com>
18293
18294 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18295 false.
18296
18297 2014-08-15 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.cp/casts.exp: Set print symbol off.
18300 * gdb.cp/class2.exp: Likewise.
18301 * gdb.cp/overload.exp: Likewise.
18302 * gdb.cp/templates.exp: Likewise.
18303
18304 2014-08-11 Doug Evans <dje@google.com>
18305
18306 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18307 (test_load_shlib): Update.
18308
18309 2014-08-09 Yao Qi <yao@codesourcery.com>
18310
18311 * gdb.base/display.exp: Invoke is_address_zero_readable.
18312 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18313 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18314 * gdb.base/hbreak-unmapped.exp: Return if
18315 is_address_zero_readable returns true.
18316 * gdb.base/signest.exp: Likewise.
18317 * gdb.base/signull.exp: Likewise.
18318 * gdb.base/sigbpt.exp: Likewise.
18319 * gdb.guile/scm-disasm.exp: Do the test if
18320 is_address_zero_readable returns false.
18321 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18322 * gdb.python/py-arch.exp: Likewise.
18323 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18324 * lib/gdb.exp (is_address_zero_readable): New proc.
18325
18326 2014-08-09 Yao Qi <yao@codesourcery.com>
18327
18328 PR testsuite/13443
18329 * gdb.mi/mi-var-display.exp: Make test messages unique.
18330
18331 2014-08-04 Tom Tromey <tromey@redhat.com>
18332
18333 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18334 target 0".
18335
18336 2014-08-04 Tom Tromey <tromey@redhat.com>
18337
18338 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18339 "target_resume".
18340
18341 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18342
18343 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18344 inner_vla_struct_object_size.
18345 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18346 as xfail.
18347
18348 2014-07-30 Pedro Alves <palves@redhat.com>
18349
18350 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18351 comment.
18352
18353 2014-07-29 Yao Qi <yao@codesourcery.com>
18354
18355 PR gdb/17206
18356 * gdb.base/until-nodebug.exp: New.
18357
18358 2014-07-28 Doug Evans <xdje42@gmail.com>
18359
18360 PR guile/17203
18361 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18362 previously existing parameter, and previously ambiguously spelled
18363 parameter.
18364
18365 2014-07-28 Will Newton <will.newton@linaro.org>
18366
18367 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18368
18369 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18370 Doug Evans <xdje42@gmail.com>
18371
18372 PR guile/17146
18373 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18374
18375 2014-07-25 Pedro Alves <palves@redhat.com>
18376
18377 * gdb.threads/signal-command-handle-nopass.c: New file.
18378 * gdb.threads/signal-command-handle-nopass.exp: New file.
18379 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18380 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18381 * gdb.threads/signal-delivered-right-thread.c: New file.
18382 * gdb.threads/signal-delivered-right-thread.exp: New file.
18383
18384 2014-07-25 Pedro Alves <palves@redhat.com>
18385
18386 * gdb.base/double-prompt-target-event-error.exp
18387 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18388 match.
18389 (cancel_pagination_in_target_event): Rework double prompt
18390 detection.
18391 * gdb.base/paginate-after-ctrl-c-running.exp
18392 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18393 <return>' match.
18394 * gdb.base/paginate-bg-execution.exp
18395 (test_bg_execution_pagination_return)
18396 (test_bg_execution_pagination_cancel): Remove '-notransfer
18397 <return>' matches.
18398 * gdb.base/paginate-execution-startup.exp
18399 (test_fg_execution_pagination_return)
18400 (test_fg_execution_pagination_cancel): Remove '-notransfer
18401 <return>' matches.
18402 * gdb.base/paginate-inferior-exit.exp
18403 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18404 match.
18405 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18406 * lib/gdb.exp (pagination_prompt): Run text through
18407 string_to_regexp.
18408 (gdb_test_multiple): Match $pagination_prompt instead of
18409 "<return>".
18410 (string_to_regexp): Move to lib/gdb-utils.exp.
18411
18412 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18413
18414 * gdb.arch/amd64-entry-value-paramref.S: New file.
18415 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18416 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18417 * gdb.arch/amd64-optimout-repeat.S: New file.
18418 * gdb.arch/amd64-optimout-repeat.c: New file.
18419 * gdb.arch/amd64-optimout-repeat.exp: New file.
18420
18421 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18422
18423 PR gdb/17170
18424 * gdb.base/statistics.exp: New file.
18425
18426 2014-07-17 Doug Evans <dje@google.com>
18427
18428 PR gdb/17170
18429 * gdb.base/maint.exp: Update testing of per-command stats.
18430
18431 2014-07-16 Pedro Alves <palves@redhat.com>
18432
18433 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18434 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18435 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18436 (tfile_write_buf): New functions.
18437 (add_memory_block): Rewrite using the above.
18438 (adjust_function_address): New function.
18439 (FUNCTION_ADDRESS): New macro.
18440 (write_basic_trace_file): Remove short_x local, and use
18441 tfile_write_16. Change type of func_addr local to unsigned long
18442 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18443 here. Cast argument of add_memory_block to char pointer.
18444 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18445 (main): Remove parameters.
18446 * gdb.trace/tfile.exp: Remove nowarnings.
18447
18448 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18449
18450 * gdb.base/debug-expr.exp: Test string evaluation with
18451 "debug expression" on.
18452
18453 2014-07-15 Pedro Alves <palves@redhat.com>
18454
18455 * gdb.base/reread.exp: Use clean_restart.
18456
18457 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18458
18459 * gdb.arch/avr-flash-qualifer.c: New.
18460 * gdb.arch/avr-flash-qualifer.exp: New.
18461
18462 2014-07-14 Pedro Alves <palves@redhat.com>
18463
18464 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18465 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18466
18467 2014-07-14 Pedro Alves <palves@redhat.com>
18468
18469 * gdb.base/double-prompt-target-event-error.c: New file.
18470 * gdb.base/double-prompt-target-event-error.exp: New file.
18471
18472 2014-07-14 Pedro Alves <palves@redhat.com>
18473
18474 PR gdb/17072
18475 * gdb.base/paginate-inferior-exit.c: New file.
18476 * gdb.base/paginate-inferior-exit.exp: New file.
18477
18478 2014-07-14 Pedro Alves <palves@redhat.com>
18479
18480 PR gdb/17072
18481 * gdb.base/paginate-bg-execution.c: New file.
18482 * gdb.base/paginate-bg-execution.exp: New file.
18483
18484 2014-07-14 Pedro Alves <palves@redhat.com>
18485
18486 PR gdb/17072
18487 * gdb.base/paginate-execution-startup.c: New file.
18488 * gdb.base/paginate-execution-startup.exp: New file.
18489 * lib/gdb.exp (pagination_prompt): New global.
18490 (default_gdb_spawn): New procedure, factored out from
18491 default_gdb_spawn.
18492 (default_gdb_start): Adjust to call default_gdb_spawn.
18493 (gdb_spawn): New procedure.
18494
18495 2014-07-14 Pedro Alves <palves@redhat.com>
18496
18497 * lib/gdb.exp (gdb_assert): New procedure.
18498 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18499
18500 2014-07-14 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.base/execution-termios.c: New file.
18503 * gdb.base/execution-termios.exp: New file.
18504
18505 2014-07-14 Tom Tromey <tromey@redhat.com>
18506
18507 * gdb.cp/vla-cxx.cc: New file.
18508 * gdb.cp/vla-cxx.exp: New file.
18509
18510 2014-07-14 Tom Tromey <tromey@redhat.com>
18511
18512 * gdb.reverse/rerun-prec.c: New file.
18513 * gdb.reverse/rerun-prec.exp: New file.
18514
18515 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18516 Maciej W. Rozycki <macro@codesourcery.com>
18517
18518 * lib/gdb-utils.exp: New file.
18519 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18520 inline `gdb_init_command' processing.
18521 (gdb_start_cmd): Likewise.
18522 * lib/mi-support.exp (mi_run_cmd): Likewise.
18523 * README: Document `gdb_init_command' and `gdb_init_commands'.
18524
18525 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18526
18527 Fix false FAIL running under a very long directory name.
18528 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18529 and "set print elements 10000". Twice.
18530
18531 2014-07-11 Yao Qi <yao@codesourcery.com>
18532
18533 * gdb.base/exprs.exp: "set print symbol off".
18534
18535 2014-07-11 Pedro Alves <palves@redhat.com>
18536
18537 * gdb.threads/kill.c: New file.
18538 * gdb.threads/kill.exp: New file.
18539
18540 2014-07-10 Yao Qi <yao@codesourcery.com>
18541
18542 * gdb.trace/tfile.c (write_basic_trace_file)
18543 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18544 address written to trace file.
18545
18546 2014-07-09 Pedro Alves <palves@redhat.com>
18547
18548 * gdb.base/attach-wait-input.exp: New file.
18549 * gdb.base/attach-wait-input.c: New file.
18550
18551 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18552
18553 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18554 setting up test structures.
18555 (main): Call new test function.
18556 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18557 test function, continue into test function and walk test
18558 structures.
18559
18560 2014-07-02 Yao Qi <yao@codesourcery.com>
18561
18562 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18563 'bar_start' at the beginning of functions 'foo' and 'bar'
18564 respectively.
18565 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18566 instead of 'foo' and 'bar'.
18567
18568 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18569
18570 * gdb.btrace/segv.exp: New.
18571 * gdb.btrace/segv.c: New.
18572
18573 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18574
18575 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18576 instruction.
18577
18578 2014-06-30 Mark Wielaard <mjw@redhat.com>
18579
18580 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18581 vulture, vilify, villar): New volatile array constants.
18582 (vindictive, vegetation): New const volatile array constants.
18583 * gdb.base/volatile.exp: Test volatile and const volatile array
18584 types.
18585
18586 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18587
18588 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18589 target lacks support for awatch, rwatch, or hbreak.
18590
18591 2014-06-27 Yao Qi <yao@codesourcery.com>
18592
18593 * gdb.multi/dummy-frame-restore.exp: New.
18594 * gdb.multi/dummy-frame-restore.c: New.
18595
18596 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18597
18598 * gdb.btrace/gcore.exp: New.
18599
18600 2014-06-23 Pedro Alves <palves@redhat.com>
18601
18602 * gdb.base/watchpoint-reuse-slot.c: New file.
18603 * gdb.base/watchpoint-reuse-slot.exp: New file.
18604
18605 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18606
18607 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18608 progspace's filename in 'info', 'enable' and 'disable' command
18609 tests.
18610
18611 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18612
18613 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18614 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18615 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18616
18617 2014-06-20 Gary Benson <gbenson@redhat.com>
18618
18619 * gdb.arch/i386-avx.exp: Fix include file location.
18620 * gdb.arch/i386-sse.exp: Likewise.
18621
18622 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18623
18624 * gdb.dlang/expression.exp: New file.
18625
18626 2014-06-19 Pedro Alves <palves@redhat.com>
18627
18628 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18629 out from ...
18630 (top level): ... here. Iterate running tests under different
18631 scheduler-locking settings.
18632
18633 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18634
18635 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18636 to DW_FORM_addr and use non-zero addresses.
18637
18638 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18639
18640 PR gdb/17017
18641 * gdb.python/py-xmethods.cc: Add global function call counters and
18642 increment them in their respective functions. Remove "cout"
18643 statements.
18644 * gdb.python/py-xmethods.exp: Make tests check the global function
18645 call counters instead of depending on inferior IO.
18646
18647 2014-06-18 Don Breazeal <donb@codesourcery.com>
18648
18649 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18650 Deleted procedure.
18651 (explicit_fork_parent_follow): Deleted procedure.
18652 (explicit_fork_child_follow): Deleted procedure.
18653 (test_follow_fork): New procedure.
18654 (do_fork_tests): Replace calls to deleted procedures with
18655 calls to test_follow_fork and reset GDB for subsequent
18656 procedure calls.
18657
18658 2014-06-17 Yao Qi <yao@codesourcery.com>
18659
18660 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18661 CP1252.
18662
18663 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18664
18665 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18666 Initialize ptr and S explicitly.
18667 (skip_type_update_when_not_use_rtti_test): Likewise.
18668
18669 2014-06-16 Keith Seitz <keiths@redhat.com>
18670
18671 PR mi/15863
18672 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18673 the inferior is started.
18674
18675 2014-06-16 Pedro Alves <palves@redhat.com>
18676
18677 * gdb.base/break-main-file-remove-fail.c: New file.
18678 * gdb.base/break-main-file-remove-fail.exp: New file.
18679 * gdb.base/break-unload-file.exp: Use build_executable instead of
18680 prepare_for_testing.
18681 (test_break): New parameter "initial_load". Handle it.
18682 (top level): Add initial_load cmdline/file axis.
18683
18684 2014-06-12 Tom Tromey <tromey@redhat.com>
18685
18686 * gdb.base/completion.exp: Don't use directory name in test.
18687
18688 2014-06-09 Gary Benson <gbenson@redhat.com>
18689
18690 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18691 separate the always-available ANSI-standard signals from the
18692 signals that require checking.
18693 (main): Likewise.
18694 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18695 Likewise.
18696 (main): Likewise.
18697
18698 2014-06-07 Keith Seitz <keiths@redhat.com>
18699
18700 Revert:
18701 PR c++/16253
18702 * gdb.cp/var-tag.cc: New file.
18703 * gdb.cp/var-tag.exp: New file.
18704 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18705 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18706 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18707 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18708
18709 2014-06-06 Doug Evans <xdje42@gmail.com>
18710
18711 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18712
18713 2014-06-06 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18716 in target debug output instead of looking at RSP packets,
18717 disabling the test on any target that uses hardware stepping.
18718 Update comments.
18719
18720 2014-06-06 Pedro Alves <palves@redhat.com>
18721
18722 * gdb.base/break-unload-file.exp: Fix typo.
18723
18724 2014-06-06 Yao Qi <yao@codesourcery.com>
18725
18726 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18727 from "jit_function" to "^jit_function".
18728
18729 2014-06-06 Yao Qi <yao@codesourcery.com>
18730
18731 * gdb.base/async.c (foo): Add one statement.
18732 * gdb.base/async.exp: Get the next instruction address and
18733 match the output of "nexti" by instruction address. Match
18734 the hex address in the output of "finish".
18735
18736 2014-06-06 Gary Benson <gbenson@redhat.com>
18737
18738 * gdb.base/call-signals.c: Remove preprocessor conditionals
18739 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18740 SIGSEGV and SIGTERM.
18741 * gdb.base/sigall.c: Likewise.
18742 * gdb.base/unwindonsignal.c: Likewise.
18743 * gdb.reverse/sigall-reverse.c: Likewise.
18744
18745 2014-06-06 Yao Qi <yao@codesourcery.com>
18746
18747 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18748 readable, skip the test.
18749
18750 2014-06-06 Yao Qi <yao@codesourcery.com>
18751
18752 * gdb.threads/staticthreads.c (thread_function): Move the line
18753 setting breakpoint on forward.
18754 * gdb.threads/staticthreads.exp: Update comments.
18755
18756 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18757
18758 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18759 "history-append! type error".
18760
18761 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18762
18763 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18764 erroneous dprintf expected input.
18765
18766 2014-06-04 Doug Evans <xdje42@gmail.com>
18767
18768 * gdb.guile/scm-generics.exp: Delete.
18769
18770 2014-06-04 Doug Evans <xdje42@gmail.com>
18771
18772 * gdb.guile/scm-breakpoint.exp: Update.
18773 Add tests for breakpoint registration.
18774
18775 2014-06-04 Tom Tromey <tromey@redhat.com>
18776
18777 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18778 VLA-in-union.
18779 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18780 inner_vla_struct, vla_union types. Initialize objects of those
18781 types and compute their sizes.
18782
18783 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18784 Hui Zhu <hui@codesourcery.com>
18785
18786 * gdb.base/fileio.exp: Add test for shell not available as well as
18787 available.
18788 * gdb.base/fileio.c (test_system): Check for shell twice.
18789
18790 2014-06-04 Yao Qi <yao@codesourcery.com>
18791
18792 * gdb.base/auto-connect-native-target.exp: Remove redundant
18793 space from the regexp pattern.
18794
18795 2014-06-04 Yao Qi <yao@codesourcery.com>
18796
18797 * gdb.base/default.exp: Replace "child" with "native" in
18798 regexp pattern.
18799
18800 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18801
18802 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18803 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18804 * gdb.python/py-xmethods.py: Python script supporting the
18805 new testcase and tests.
18806
18807 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18808 Pedro Alves <palves@redhat.com>
18809
18810 PR breakpoints/17000
18811 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18812 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18813
18814 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18815
18816 * gdb.base/subst.exp: Add tests to verify partial path matching
18817 output.
18818
18819 2014-06-03 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18822 target that doesn't use software single-stepping.
18823
18824 2014-06-03 Pedro Alves <palves@redhat.com>
18825
18826 PR breakpoints/17000
18827 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18828 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18829
18830 2014-06-02 Doug Evans <xdje42@gmail.com>
18831
18832 * gdb.guile/scm-parameter.exp: New file.
18833
18834 2014-06-02 Doug Evans <xdje42@gmail.com>
18835
18836 * gdb.guile/scm-cmd.c: New file.
18837 * gdb.guile/scm-cmd.exp: New file.
18838
18839 2014-06-02 Doug Evans <xdje42@gmail.com>
18840
18841 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18842 pretty-printer lookup.
18843 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18844 (make-pp_s-printer): Call it.
18845 (make-pretty-printer-from-dict): New function.
18846 (lookup-pretty-printer-maker-from-dict): New function.
18847 (*pretty-printer*): Simplify.
18848 (make-objfile-pp_s-printer): New function.
18849 (install-objfile-pretty-printers!): New function.
18850 (make-progspace-pp_s-printer): New function.
18851 (install-progspace-pretty-printers!): New function.
18852 * gdb.guile/scm-progspace.c: New file.
18853 * gdb.guile/scm-progspace.exp: New file.
18854
18855 2014-06-02 Pedro Alves <palves@redhat.com>
18856
18857 * gdb.base/dprintf-bp-same-addr.c: New file.
18858 * gdb.base/dprintf-bp-same-addr.exp: New file.
18859
18860 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18861
18862 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18863 * gdb.arch/powerpc-power.s: Likewise.
18864
18865 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18866
18867 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18868
18869 2014-06-01 Yao Qi <yao@codesourcery.com>
18870
18871 * gdb.base/watchpoint.exp (test_watch_location): Check null
18872 pointer can be dereferenced. If not, do the test, otherwise
18873 skip it.
18874
18875 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18876
18877 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18878 results.
18879 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18880
18881 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18882
18883 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18884 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18885 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18886 * gdb.arch/amd64-invalid-stack-top.c: New file.
18887 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18888
18889 2014-05-30 Pedro Alves <palves@redhat.com>
18890
18891 PR breakpoints/17000
18892 * gdb.base/sss-bp-on-user-bp.c: New file.
18893 * gdb.base/sss-bp-on-user-bp.exp: New file.
18894
18895 2014-05-30 David Blaikie <dblaikie@gmail.com>
18896
18897 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18898 gnu_inline semantics via attribute.
18899 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18900 source explicitly specifies the required semantics.
18901
18902 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18903
18904 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18905
18906 2014-05-29 Pedro Alves <palves@redhat.com>
18907 Tom Tromey <tromey@redhat.com>
18908
18909 * gdb.base/async-shell.exp: Don't enable target-async.
18910 * gdb.base/async.exp
18911 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18912 parameter. Adjust.
18913 (top level): Don't test with "target-async".
18914 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18915 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18916 * gdb.base/inferior-died.exp: Don't enable target-async.
18917 * gdb.base/interrupt-noterm.exp: Likewise.
18918 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18919 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18920 * gdb.mi/mi-nonstop.exp: Likewise.
18921 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18922 * gdb.mi/mi-nsintrall.exp: Likewise.
18923 * gdb.mi/mi-nsmoribund.exp: Likewise.
18924 * gdb.mi/mi-nsthrexec.exp: Likewise.
18925 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18926 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18927 * gdb.python/py-evsignal.exp: Don't enable target-async.
18928 * gdb.python/py-evthreads.exp: Likewise.
18929 * gdb.python/py-prompt.exp: Likewise.
18930 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18931 * gdb.server/solib-list.exp: Don't enable target-async.
18932 * gdb.threads/thread-specific-bp.exp: Likewise.
18933 * lib/mi-support.exp: Adjust to use mi-async.
18934
18935 2014-05-29 Pedro Alves <palves@redhat.com>
18936
18937 PR gdb/13860
18938 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18939 reason, even in sync mode.
18940
18941 2014-05-29 Pedro Alves <palves@redhat.com>
18942 Hui Zhu <hui@codesourcery.com>
18943
18944 PR PR15693
18945 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18946 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18947 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18948 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18949
18950 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18951
18952 * config/monitor.exp (gdb_target_monitor): Replace use of
18953 "set remotebaud" by "set serial baud".
18954
18955 2014-05-26 Andy Wingo <wingo@igalia.com>
18956
18957 * gdb.guile/scm-breakpoint.exp:
18958 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18959 properties instead of gdb-object-properties.
18960
18961 2014-05-26 Yao Qi <yao@codesourcery.com>
18962
18963 * gdb.server/no-thread-db.exp: Specify source file name
18964 explicitly when setting a breakpoint.
18965
18966 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18967
18968 * gdb.btrace/vdso.c: New.
18969 * gdb.btrace/vdso.exp: New.
18970
18971 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18972
18973 * gdb.base/gcore.exp (capture_command_output): Move ...
18974 * lib/gdb.exp (capture_command_output): ... here.
18975
18976 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18977
18978 * gdb.btrace/data.exp: Test memory access during btrace replay.
18979
18980 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18981
18982 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18983
18984 2014-05-21 Pedro Alves <palves@redhat.com>
18985
18986 PR gdb/13860
18987 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18988 (top level): Test that output related to execution commands is
18989 sent to the console with CLI commands, but not with MI commands.
18990 Test that breakpoint events are always mirrored to the console.
18991 Also expect the new source line to be output after a "next" in
18992 async mode too. Make it a pass/fail test.
18993 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18994 output.
18995 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18996
18997 2014-05-21 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19000 Use them to test variations of "list" after reaching a breakpoint.
19001 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19002 Test "list" with listsize 10 after reaching a breakpoint.
19003 * gdb.python/python.exp (decode_line current location line
19004 number): Adjust expected line number.
19005
19006 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19007
19008 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19009 behavior for $args, pass it directly to "run".
19010
19011 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19012
19013 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19014 30000 to 65536.
19015
19016 2014-05-21 Pedro Alves <palves@redhat.com>
19017
19018 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19019 auto-connect-native-target off".
19020 * gdb.base/auto-connect-native-target.c: New file.
19021 * gdb.base/auto-connect-native-target.exp: New file.
19022
19023 2014-05-21 Pedro Alves <palves@redhat.com>
19024
19025 * gdb.base/default.exp: Test "target native" instead of "target
19026 child".
19027
19028 2014-05-21 Mark Wielaard <mjw@redhat.com>
19029
19030 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19031
19032 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19033
19034 Fix TLS access for -static -pthread.
19035 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19036 <HAVE_TLS> (thread_function, main): Initialize it.
19037 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19038 Add clean_restart.
19039 <$have_tls != "">: Check TLSVAR.
19040
19041 2014-05-21 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.base/dcache-line-read-error.c: New.
19044 * gdb.base/dcache-line-read-error.exp: New.
19045
19046 2014-05-20 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.base/compare-sections.c: New file.
19049 * gdb.base/compare-sections.exp: New file.
19050
19051 2014-05-20 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/break-idempotent.c: New file.
19054 * gdb.base/break-idempotent.exp: New file.
19055
19056 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19057
19058 * gdb.btrace/nohist.exp: New.
19059
19060 2014-05-20 Yao Qi <yao@codesourcery.com>
19061
19062 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19063 gdb.reverse directory and gdb_reverse_timeout exists in board
19064 setting.
19065 * README: Document gdb_reverse_timeout.
19066
19067 2014-05-20 Yao Qi <yao@codesourcery.com>
19068
19069 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19070 'test_file_name'. Treat args as a string instead of a list.
19071 (gdb_init): Rename argument 'args' by 'test_file_name'.
19072
19073 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19074
19075 * gdb.arch/powerpc-power.exp: New file.
19076 * gdb.arch/powerpc-power.s: New file.
19077
19078 2014-05-16 Doug Evans <dje@google.com>
19079
19080 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19081 * gdb.base/completion.exp: Check that all expected files exist
19082 before doing file completion.
19083
19084 2014-05-16 Doug Evans <dje@google.com>
19085
19086 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19087 Update.
19088 (do_syscall_tests_without_xml): Update.
19089
19090 2014-05-16 Pedro Alves <palves@redhat.com>
19091
19092 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19093 instead of "unknown output after running".
19094
19095 2014-05-16 Yao Qi <yao@codesourcery.com>
19096
19097 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19098 file1.txt from host at the end.
19099 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19100
19101 2014-05-15 Doug Evans <dje@google.com>
19102
19103 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19104 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19105 loading file. Add test for TU lookup.
19106
19107 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19108
19109 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19110 calling "-exec-arguments" or "set args" before running the
19111 inferior.
19112
19113 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19114
19115 * lib/mi-support.exp (mi_expect_stop): Expect message for
19116 inferiors that exit with non-zero exit code.
19117
19118 2014-05-14 Yao Qi <yao@codesourcery.com>
19119
19120 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19121 match absolute path on remote host.
19122 (test_file_list_exec_source_files): Remove "/" from the
19123 pattern.
19124
19125 2014-05-14 Yao Qi <yao@codesourcery.com>
19126
19127 * boards/local-remote-host-notty.exp (${board}_file): New
19128 proc.
19129
19130 2014-05-07 Kyle McMartin <kyle@redhat.com>
19131
19132 Pushed by Joel Brobecker <brobecker@adacore.com>.
19133 * gdb.arch/aarch64-atomic-inst.c: New file.
19134 * gdb.arch/aarch64-atomic-inst.exp: New file.
19135
19136 2014-05-07 Yao Qi <yao@codesourcery.com>
19137
19138 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19139 in current context" too.
19140
19141 2014-05-05 Keith Seitz <keiths@redhat.com>
19142
19143 * gdb.linespec/ls-dollar.exp: Add test for linespec
19144 file:convenience_variable.
19145
19146 2014-05-05 Yao Qi <yao@codesourcery.com>
19147
19148 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19149 traceframes into tfile and ctf trace files. Read data from
19150 trace file and test collected data.
19151 (gdb_collect_locals_test): Likewise.
19152 (gdb_unavailable_registers_test): Likewise.
19153 (gdb_unavailable_floats): Likewise.
19154 (gdb_collect_globals_test): Likewise.
19155 (top-level): Append "ctf" to trace_file_targets if GDB
19156 supports.
19157
19158 2014-05-05 Yao Qi <yao@codesourcery.com>
19159
19160 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19161 code to ...
19162 (gdb_collect_args_test_1): ... it. New proc.
19163 (gdb_collect_locals_test): Move some code to ...
19164 (gdb_collect_locals_test_1): ... it. New proc.
19165 (gdb_unavailable_registers_test): Move some code to ...
19166 (gdb_unavailable_registers_test_1): ... it. New proc.
19167 (gdb_unavailable_floats): Move some code to ...
19168 (gdb_unavailable_floats_1): ... it. New proc.
19169
19170 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19171
19172 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19173 probes to test for bitness recognition.
19174 * gdb.arch/amd64-stap-optional-prefix.exp
19175 (test_probe_value_without_reg): New procedure.
19176 Add code to test for different kinds of bitness.
19177
19178 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19179
19180 PR breakpoints/16889
19181 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19182 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19183
19184 2014-05-01 Pedro Alves <palves@redhat.com>
19185
19186 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19187 gdb_file_cmd if no file is specified.
19188 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19189 last_loaded_file to set the remote exec-file.
19190
19191 2014-05-01 Pedro Alves <palves@redhat.com>
19192
19193 * boards/local-remote-host.exp: New file.
19194
19195 2014-05-01 Pedro Alves <palves@redhat.com>
19196
19197 * boards/local-remote-host.exp: Rename to ...
19198 * boards/local-remote-host-notty.exp: ... this.
19199
19200 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19201
19202 * gdb.ada/dyn_arrayidx: New testcase.
19203
19204 2014-04-26 Yao Qi <yao@codesourcery.com>
19205
19206 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19207 and compute the length of function main. Save it in
19208 $main_length.
19209 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19210 (top-level): Use gdb_compile to compile objects into
19211 executable and restart GDB. Remove invocation to
19212 prepare_for_testing.
19213
19214 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19215 Pedro Alves <palves@redhat.com>
19216
19217 PR server/16255
19218 * gdb.multi/multi-attach.c: New file.
19219 * gdb.multi/multi-attach.exp: New file.
19220
19221 2014-04-25 Pedro Alves <palves@redhat.com>
19222
19223 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19224 user.
19225 (top level): Test that "set remote conditional-breakpoints-packet
19226 off" works as intended.
19227 * gdb.base/dprintf.exp: Test that "set remote
19228 breakpoint-commands-packet off" works as intended.
19229 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19230 New function.
19231 (top level): Call it.
19232 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19233 remote fast-tracepoints-packet off" works as intended.
19234 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19235 * lib/gdb.exp (gdb_is_target_remote): ... here.
19236
19237 2014-04-24 David Blaikie <dblaikie@gmail.com>
19238
19239 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19240 ensure clang would not discard them.
19241 * gdb.base/gdbvars.c: Ditto.
19242 * gdb.base/memattr.c: Ditto.
19243 * gdb.base/whatis.c: Ditto.
19244 * gdb.python/py-prettyprint.c: Ditto.
19245 * gdb.trace/actions.c: Ditto.
19246 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19247 ensure clang would not discard it.
19248
19249 2014-04-24 David Blaikie <dblaikie@gmail.com>
19250
19251 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19252 clang to emit the full definition of type required by the test
19253 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19254
19255 2014-04-24 David Blaikie <dblaikie@gmail.com>
19256
19257 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19258 coax Clang into emitting the definition of the type.
19259 * gdb.cp/pr10728-x.h (y): Ditto.
19260 * gdb.cp/pr10728-y.cc (y): Ditto.
19261
19262 2014-04-24 David Blaikie <dblaikie@gmail.com>
19263
19264 * gdb.base/label.exp: XFAIL label related tests under Clang.
19265 * gdb.cp/cplabel.exp: Ditto.
19266 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19267 under Clang those using labels.
19268
19269 2014-04-25 Yao Qi <yao@codesourcery.com>
19270
19271 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19272 double_label.
19273 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19274 partial_label and double_label.
19275
19276 2014-04-24 David Blaikie <dblaikie@gmail.com>
19277
19278 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19279
19280 2014-04-24 David Blaikie <dblaikie@gmail.com>
19281
19282 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19283 of the function to work across GCC and Clang.
19284 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19285 pointer types (const void ** const V void **).
19286
19287 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19288 Walfred Tedeschi <walfred.tedeschi@intel.com>
19289
19290 * Makefile.in (EXECUTABLES): Added i386-avx512.
19291 * gdb.arch/i386-avx512.c: New file.
19292 * gdb.arch/i386-avx512.exp: Likewise.
19293
19294 2014-04-23 Keith Seitz <keiths@redhat.com>
19295
19296 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19297 (mi_make_breakpoint_table): New procedure.
19298 (mi_create_breakpoint): Use mi_make_breakpoint
19299 and return the result.
19300 (mi_make_breakpoint): New procedure.
19301 (mi_build_kv_pairs): New procedure.
19302
19303 * gdb.mi/mi-break.exp: Remove unused globals,
19304 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19305 All callers updated.
19306 * gdb.mi/mi-dprintf.exp: Use variable to track command
19307 number.
19308 Update all callers of mi_create_breakpoint and use
19309 mi_make_breakpoint_table.
19310 Remove any unused global variables.
19311 * gdb.mi/mi-nonstop.exp: Likewise.
19312 * gdb.mi/mi-nsintrall.exp: Likewise.
19313 * gdb.mi/mi-nsmoribund.exp: Likewise.
19314 * gdb.mi/mi-nsthrexec.exp: Likewise.
19315 * gdb.mi/mi-reverse.exp: Likewise.
19316 * gdb.mi/mi-simplerun.exp: Likewise.
19317 * gdb.mi/mi-stepn.exp: Likewise.
19318 * gdb.mi/mi-syn-frame.exp: Likewise.
19319 * gdb.mi/mi-until.exp: Likewise.
19320 * gdb.mi/mi-var-cp.exp: Likewise.
19321 * gdb.mi/mi-var-display.exp: Likewise.
19322 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19323 * gdb.mi/mi2-var-child.exp: Likewise.
19324 * gdb.mi/mi-vla-c99.exp: Likewise.
19325 * lib/mi-support.exp: Likewise.
19326
19327 From Ian Lance Taylor <iant@cygnus.com>:
19328 * lib/gdb.exp (parse_args): New procedure.
19329
19330 2014-04-23 Pedro Alves <palves@redhat.com>
19331
19332 * gdb.base/break-unload-file.c: New file.
19333 * gdb.base/break-unload-file.exp: New file.
19334 * gdb.base/sym-file-lib.c (baz): New function.
19335 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19336 field.
19337 (load): Store the segment's mapped size.
19338 (unload): New function.
19339 (unload_shlib): New function.
19340 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19341 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19342 set a breakpoint at baz, and call it.
19343 * gdb.base/sym-file.exp: New tests for stale breakpoint
19344 instructions.
19345
19346 2014-04-23 Pedro Alves <palves@redhat.com>
19347
19348 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19349 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19350 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19351 * gdb.base/hbreak-unmapped.c: New file.
19352 * gdb.base/hbreak-unmapped.exp: New file.
19353 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19354 * lib/gdb.exp (gdb_is_target_remote): ... here.
19355
19356 2014-04-22 Pedro Alves <palves@redhat.com>
19357
19358 * gdb.base/consecutive-step-over.c: New file.
19359 * gdb.base/consecutive-step-over.exp: New file.
19360
19361 2014-04-22 Pedro Alves <palves@redhat.com>
19362
19363 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19364 instead of send_gdb/gdb_expect.
19365
19366 2014-04-22 Yao Qi <yao@codesourcery.com>
19367
19368 * lib/trace-support.exp (generate_tracefile): New procedure.
19369 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19370 return 0.
19371 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19372 if generate_tracefile returns 1.
19373
19374 2014-04-18 Tom Tromey <palves@redhat.com>
19375 Pedro alves <tromey@redhat.com>
19376
19377 PR backtrace/15558
19378 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19379 with a backtrace limit.
19380 * gdb.python/py-frame-inline.exp: Test running to an inline
19381 function with a backtrace limit, and printing the newest frame.
19382 * gdb.python/py-frame-inline.c (main): Call f.
19383
19384 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19385
19386 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19387
19388 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19389
19390 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19391 Drop prefix from unsupported source file path.
19392
19393 2014-04-17 Yao Qi <yao@codesourcery.com>
19394
19395 * lib/gdb.exp (with_target_charset): New proc.
19396 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19397 with_target_charset.
19398 (test_print_strings): Likewise.
19399 (test_repeat_bytes): Likewise.
19400 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19401 for some tests.
19402
19403 2014-04-16 Keith Seitz <keiths@redhat.com>
19404
19405 PR gdb/15827
19406 * gdb.dwarf2/corrupt.c: New file.
19407 * gdb.dwarf2/corrupt.exp: New file.
19408
19409 2014-04-16 Keith Seitz <keiths@redhat.com>
19410
19411 PR c++/16597
19412 * gdb.cp/namelessclass.cc: New file.
19413 * gdb.cp/namelessclass.exp: New file.
19414 * gdb.cp/namelessclass.S: New file.
19415
19416 2014-04-16 Doug Evans <dje@google.com>
19417
19418 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19419 Add comment.
19420 (gdbserver_default_get_comm_port): New function.
19421 (gdbserver_start): Check if board file provided
19422 "gdbserver,get_comm_port" and use it if so.
19423 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19424 (gdb,socketport): Set to "stdio".
19425 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19426 (stdio_gdbserver_template): Delete.
19427 (${board}_get_remote_address): Update.
19428 (${board}_build_remote_cmd): Delete.
19429 (${board}_get_comm_port): New function.
19430 (${board}_spawn): Update.
19431 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19432 Delete.
19433 (${board}_get_remote_address): Update.
19434 (${board}_get_comm_port): New function.
19435
19436 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19437
19438 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19439 appearing in any order.
19440
19441 2014-04-15 Doug Evans <dje@google.com>
19442
19443 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19444 uninitialized value of "description".
19445
19446 2014-04-15 Keith Seitz <keiths@redhat.com>
19447
19448 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19449 Remove unused globals.
19450 (test_running_the_program): Likewise.
19451 (test_controlled_execution): Likewise.
19452 (test_controlling_breakpoints): Likewise.
19453 (test_program_termination): Likewise.
19454
19455 2014-04-15 Keith Seitz <keiths@redhat.com>
19456
19457 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19458 unused globals.
19459 (test_rbreak_creation_and_listing): Likewise.
19460 (test_ignore_count): Likewise.
19461 (test_error): Likewise.
19462
19463 2014-04-15 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19466 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19467 sym-file-loader.c.
19468 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19469 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19470 to sym-file-loader.c.
19471 (struct library): Forward declare.
19472 (load_shlib, lookup_function): Change prototypes.
19473 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19474 (translate_offset): Remove declarations.
19475 (get_text_addr): New declaration.
19476 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19477 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19478 sym-file-loader.h.
19479 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19480 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19481 here from sym-file-loader.h.
19482 (struct library): New structure.
19483 (load_shlib, lookup_function): Change prototypes and adjust to
19484 work with a struct library.
19485 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19486 (translate_offset): Make static.
19487 (get_text_addr): New function.
19488 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19489
19490 2014-04-15 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19493
19494 2014-04-15 Pedro Alves <palves@redhat.com>
19495
19496 * gdb.base/sym-file-loader.c: Include <limits.h>.
19497 (SELF_LINK): New define.
19498 (get_origin): New function.
19499 (load_shlib): Use it.
19500 * gdb.base/sym-file.exp: Don't early return if the target is
19501 remote. Use runto_main, and issue fail is that fails. Use
19502 gdb_load_shlibs.
19503 (shlib_name): Delete.
19504 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19505
19506 2014-04-15 Pedro Alves <palves@redhat.com>
19507
19508 * gdb.base/sym-file.exp: Remove regex characters from test
19509 message. Don't refer to breakpoint numbers in test messages.
19510
19511 2014-04-14 Keith Seitz <keiths@redhat.com>
19512
19513 PR c++/16253
19514 * gdb.cp/var-tag.cc: New file.
19515 * gdb.cp/var-tag.exp: New file.
19516 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19517 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19518 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19519 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19520
19521 2014-04-14 Tom Tromey <tromey@redhat.com>
19522
19523 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19524 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19525 type.
19526 * gdb.cp/enum-class.exp: New file.
19527 * gdb.cp/enum-class.cc: New file.
19528
19529 2014-04-14 Tom Tromey <tromey@redhat.com>
19530
19531 * gdb.dwarf2/enum-type.exp: New file.
19532
19533 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19534
19535 * gdb.mi/mi-vla-c99.exp: New file.
19536 * gdb.mi/vla.c: New file.
19537
19538 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19539
19540 * gdb.base/vla-datatypes.c: New file.
19541 * gdb.base/vla-datatypes.exp: New file.
19542
19543 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19544
19545 * gdb.base/vla-ptr.c: New file.
19546 * gdb.base/vla-ptr.exp: New file.
19547
19548 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19549
19550 * gdb.dwarf2/count.exp: New file.
19551
19552 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19553
19554 * gdb.base/vla-sideeffect.c: New file.
19555 * gdb.base/vla-sideeffect.exp: New file.
19556
19557 2014-04-14 David Blaikie <dblaikie@gmail.com>
19558
19559 * gdb.mi/non-stop.c: Add return value for non-void function return
19560 statement.
19561 * gdb.threads/staticthreads.c: Ditto.
19562
19563 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19564 Doug Evans <xdje42@gmail.com>
19565
19566 * gdb.guile/scm-value.c: Improve test case.
19567 * gdb.guile/scm-value.exp: Add new test.
19568
19569 2014-04-11 David Blaikie <dblaikie@gmail.com>
19570
19571 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19572 override Clang's default.
19573
19574 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19575
19576 Revert the following changes (regressions):
19577
19578 * gdb.base/vla-sideeffect.c: New file.
19579 * gdb.base/vla-sideeffect.exp: New file.
19580
19581 * gdb.dwarf2/count.exp: New file.
19582
19583 * gdb.base/vla-multi.c: New file.
19584 * gdb.base/vla-multi.exp: New file.
19585
19586 * gdb.base/vla-ptr.c: New file.
19587 * gdb.base/vla-ptr.exp: New file.
19588
19589 * gdb.base/vla-datatypes.c: New file.
19590 * gdb.base/vla-datatypes.exp: New file.
19591
19592 * gdb.mi/mi-vla-c99.exp: New file.
19593 * gdb.mi/vla.c: New file.
19594
19595 2014-04-11 Keith Seitz <keiths@redhat.com>
19596
19597 PR c++/16675
19598 * gdb.cp/cpsizeof.exp: New file.
19599 * gdb.cp/cpsizeof.cc: New file.
19600
19601 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19602
19603 * gdb.mi/mi-vla-c99.exp: New file.
19604 * gdb.mi/vla.c: New file.
19605
19606 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19607
19608 * gdb.base/vla-datatypes.c: New file.
19609 * gdb.base/vla-datatypes.exp: New file.
19610
19611 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19612
19613 * gdb.base/vla-ptr.c: New file.
19614 * gdb.base/vla-ptr.exp: New file.
19615
19616 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19617
19618 * gdb.base/vla-multi.c: New file.
19619 * gdb.base/vla-multi.exp: New file.
19620
19621 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19622
19623 * gdb.dwarf2/count.exp: New file.
19624
19625 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19626
19627 * gdb.base/vla-sideeffect.c: New file.
19628 * gdb.base/vla-sideeffect.exp: New file.
19629
19630 2014-04-11 Yao Qi <yao@codesourcery.com>
19631
19632 * gdb.base/completion.exp: Check file exists before running tests
19633 on file completion.
19634
19635 2014-04-10 Pedro Alves <palves@redhat.com>
19636
19637 * gdb.base/cond-eval-mode.c: New file.
19638 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19639 prepare_for_testing to build the new file. Check result of
19640 runto_main.
19641 (test_break, test_watch): New procedures.
19642 (top level): Use them.
19643
19644 2014-04-08 Pierre Muller <muller@sourceware.org>
19645
19646 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19647 Ctrl-V use for mingw hosts.
19648
19649 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19650
19651 * gdb.python/py-value.c: Improve test case.
19652 * gdb.python/py-value.exp: Add new test.
19653
19654 2014-04-07 David Blaikie <dblaikie@gmail.com>
19655
19656 * lib/compiler.c: Identify the clang compiler.
19657 * lib/compiler.cc: Ditto.
19658
19659 2014-04-03 Yao Qi <yao@codesourcery.com>
19660
19661 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19662
19663 2014-04-01 Anton Blanchard <anton@samba.org>
19664
19665 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19666 messages unique.
19667
19668 2014-04-01 Anton Blanchard <anton@samba.org>
19669
19670 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19671 prepare_for_testing.
19672
19673 2014-04-01 Anton Blanchard <anton@samba.org>
19674
19675 * gdb.arch/ppc64-atomic-inst.c: Remove.
19676 * gdb.arch/ppc64-atomic-inst.S: New file.
19677 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19678
19679 2014-03-31 Doug Evans <dje@google.com>
19680
19681 * gdb.base/print-symbol-loading-lib.c: New file.
19682 * gdb.base/print-symbol-loading-main.c: New file.
19683 * gdb.base/print-symbol-loading.exp: New file.
19684
19685 2014-03-31 Yao Qi <yao@codesourcery.com>
19686
19687 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19688
19689 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19690
19691 * gdb.ada/mi_dyn_arr: New testcase.
19692
19693 2014-03-27 Doug Evans <dje@google.com>
19694
19695 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19696
19697 2014-03-27 Yao Qi <yao@codesourcery.com>
19698
19699 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19700 if target is nios2-*-*.
19701
19702 2014-03-26 Yao Qi <yao@codesourcery.com>
19703
19704 * lib/gdb.exp (readline_is_used): New proc.
19705 * gdb.base/completion.exp: Move tests on command complete up.
19706 Skip the rest of tests if readline is not used.
19707 * gdb.ada/complete.exp: Skp the test if readline is not
19708 used.
19709 * gdb.base/filesym.exp: Likewise.
19710 * gdb.base/macscp.exp: Likewise.
19711 * gdb.base/readline-ask.exp: Likewise.
19712 * gdb.base/readline.exp: Likewise.
19713 * gdb.python/py-cmd.exp: Likewise.
19714 * gdb.trace/tfile.exp: Likewise.
19715
19716 2014-03-26 Yao Qi <yao@codesourcery.com>
19717
19718 * gdb.base/macscp.exp: Fix code format issues.
19719
19720 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19721
19722 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19723 * gdb.asm/powerpc64le.inc: New file.
19724
19725 2014-03-25 Pedro Alves <palves@redhat.com>
19726 Doug Evans <dje@google.com>
19727
19728 * gdb.base/source-execution.c: New file.
19729 * gdb.base/source-execution.exp: New file.
19730 * gdb.base/source-execution.gdb: New file.
19731
19732 2014-03-24 Doug Evans <dje@google.com>
19733
19734 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19735 using fission.
19736
19737 2014-03-24 Hui Zhu <hui@codesourcery.com>
19738 Pedro Alves <palves@redhat.com>
19739
19740 PR breakpoints/16101
19741 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19742 test pass/fail messages. Detect missing support for dprintf when
19743 breakpoints are actually inserted.
19744 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19745 breakpoints are actually inserted.
19746 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19747 fails.
19748
19749 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19750
19751 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19752
19753 2014-03-22 Doug Evans <xdje42@gmail.com>
19754
19755 * gdb.python/python.exp (python not supported): Verify multi-line
19756 python command issues an error.
19757 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19758 guile command issues an error.
19759
19760 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19761
19762 * gdb.threads/thread-specific.exp: Handle the lack of usable
19763 $this_breakpoint and $this_thread.
19764
19765 2014-03-21 Hui Zhu <hui@codesourcery.com>
19766
19767 * gdb.base/attach.exp (do_command_attach_tests): New.
19768
19769 2014-03-20 Tom Tromey <tromey@redhat.com>
19770 Pedro Alves <palves@redhat.com>
19771
19772 PR cli/15718
19773 * gdb.base/condbreak-call-false.c: New file.
19774 * gdb.base/condbreak-call-false.exp: New file.
19775
19776 2014-03-20 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19779 Delete.
19780 (block_signals, unblock_signals): Delete.
19781 (child_function_2, main): Remove references to deleted variable
19782 and functions.
19783
19784 2014-03-20 Pedro Alves <palves@redhat.com>
19785
19786 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19787 Use pthread_kill to signal thread 2.
19788 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19789 Adjust to make the test send itself a signal rather than using the
19790 host's "kill" command.
19791
19792 2014-03-20 Pedro Alves <palves@redhat.com>
19793
19794 * gdb.threads/multiple-step-overs.c: New file.
19795 * gdb.threads/multiple-step-overs.exp: New file.
19796 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19797 Adjust expected infrun debug output.
19798
19799 2014-03-20 Pedro Alves <palves@redhat.com>
19800
19801 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19802 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19803
19804 2014-03-20 Pedro Alves <palves@redhat.com>
19805
19806 PR breakpoints/7143
19807 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19808 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19809 of gdb_test_multiple.
19810 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19811 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19812
19813 2014-03-20 Pedro Alves <palves@redhat.com>
19814
19815 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19816 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19817
19818 2014-03-19 Pedro Alves <palves@redhat.com>
19819
19820 * gdb.base/async.exp: Remove early return.
19821
19822 2014-03-19 Pedro Alves <palves@redhat.com>
19823
19824 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19825
19826 2014-03-19 Pedro Alves <palves@redhat.com>
19827
19828 * gdb.base/async.exp (test_background): Expect \r\n after
19829 "completed." in the fail pattern.
19830
19831 2014-03-19 Pedro Alves <palves@redhat.com>
19832
19833 * gdb.base/async.exp (test_background): New procedure.
19834 Use it for all background execution command tests.
19835
19836 2014-03-19 Pedro Alves <palves@redhat.com>
19837
19838 * gdb.base/async.exp: Use prepare_for_testing.
19839
19840 2014-03-19 Pedro Alves <palves@redhat.com>
19841
19842 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19843 the same line.
19844
19845 2014-03-19 Pedro Alves <palves@redhat.com>
19846
19847 * gdb.base/async.c (main): Add "jump here" and "until here" line
19848 marker comments.
19849 * gdb.base/async.exp (jump_here): New global.
19850 (jump& test): Use it.
19851 (until_here): New global.
19852 (until& test): Use it.
19853
19854 2014-03-19 Pedro Alves <palves@redhat.com>
19855
19856 * gdb.base/async.exp: Don't frob gdb_protocol.
19857
19858 2014-03-18 Doug Evans <xdje42@gmail.com>
19859
19860 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19861 Fix spelling of exec-done-display.
19862
19863 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19864
19865 PR gdb/15358
19866 * gdb.base/gdb-sigterm.c: New file.
19867 * gdb.base/gdb-sigterm.exp: New file.
19868
19869 2014-03-18 Pedro Alves <palves@redhat.com>
19870
19871 PR gdb/13860
19872 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19873 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19874 solib-event.
19875
19876 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19877
19878 * gdb.ada/pckd_arr_ren: New testcase.
19879
19880 2014-03-13 Doug Evans <xdje42@gmail.com>
19881
19882 PR guile/16612
19883 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19884 collect after discarding symbols.
19885
19886 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19887 Doug Evans <xdje42@gmail.com>
19888
19889 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19890 to history survives a gc.
19891
19892 2014-03-13 Pedro Alves <palves@redhat.com>
19893
19894 * gdb.base/default.exp: Don't test "target procfs".
19895
19896 2014-03-13 Pedro Alves <palves@redhat.com>
19897
19898 * gdb.base/default.exp: Update "target child" and "target procfs"
19899 tests to not expect "Unix".
19900
19901 2014-03-12 Tom Tromey <tromey@redhat.com>
19902
19903 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19904 New procs. Add target-async tests.
19905 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19906 Add target-async tests.
19907
19908 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19909
19910 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19911 'func_start' and 'func_end' for the beginning and end of the
19912 function code, respectively.
19913 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19914 'func_end' instead of 'func' and 'main'.
19915
19916 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19917
19918 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19919 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19920 generate the debug info assembler source.
19921
19922 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19923
19924 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19925 * gdb.dwarf2/arr-subrange.exp: Likewise.
19926 * gdb.dwarf2/dwz.exp: Likewise.
19927 * gdb.dwarf2/method-ptr.exp: Likewise.
19928 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19929 * gdb.dwarf2/subrange.exp: Likewise.
19930 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19931 * gdb.dwarf2/implptrpiece.exp: Likewise.
19932 * gdb.dwarf2/nostaticblock.exp: Likewise.
19933
19934 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19935
19936 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19937 directory to absolute path name arguments.
19938
19939 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19940
19941 * gdb.ada/tagged_access: New testcase.
19942
19943 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19944
19945 * gdb.btrace/data.exp: Update expected output.
19946
19947 2014-03-06 Yao Qi <yao@codesourcery.com>
19948
19949 * gdb.trace/pr16508.exp: New file.
19950
19951 2014-03-05 Pedro Alves <palves@redhat.com>
19952
19953 PR gdb/16575
19954 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19955 procedure.
19956 (top level): Adjust to use it. Add tests that exercise breakpoint
19957 interaction with the code-cache.
19958
19959 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19960
19961 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19962 test for 'history-append!'.
19963
19964 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19965
19966 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19967 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19968 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19969 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19970 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19971 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19972
19973 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19974
19975 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19976 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19977 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19978
19979 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19982
19983 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19984
19985 * gdb.dwarf2/arr-stride.c: New file.
19986 * gdb.dwarf2/arr-stride.exp: New file.
19987
19988 2014-02-26 Pedro Alves <palves@redhat.com>
19989
19990 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19991 that won't ever trigger. Make sure that GDB reports the correct
19992 breakpoint that caused the stop.
19993
19994 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19995
19996 PR gdb/16626
19997 * gdb.base/auto-load-script: New file.
19998 * gdb.base/auto-load.c: New file.
19999 * gdb.base/auto-load.exp: New file.
20000
20001 PR gdb/16626
20002 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20003
20004 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20005
20006 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20007 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20008
20009 2014-02-24 Doug Evans <dje@google.com>
20010
20011 * lib/gdb.exp (run_on_host): Log error output if program fails.
20012
20013 2014-02-21 Pedro Alves <palves@redhat.com>
20014
20015 * gdb.threads/step-after-sr-lock.c: Rename to ...
20016 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20017 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20018 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20019 ... this.
20020
20021 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20022
20023 PR tdep/16397
20024 * gdb.arch/amd64-stap-special-operands.exp: New file.
20025 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20026 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20027 * gdb.arch/amd64-stap-triplet.S: Likewise.
20028 * gdb.arch/amd64-stap-triplet.c: Likewise.
20029
20030 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20031
20032 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20033 in .section pseudo-op.
20034
20035 2014-02-20 lin zuojian <manjian2006@gmail.com>
20036 Joel Brobecker <brobecker@adacore.com>
20037 Doug Evans <xdje42@gmail.com>
20038
20039 PR symtab/16581
20040 * gdb.dwarf2/dw2-icycle.S: New file.
20041 * gdb.dwarf2/dw2-icycle.c: New file.
20042 * gdb.dwarf2/dw2-icycle.exp: New file.
20043
20044 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20045
20046 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20047 operations on gdb.Value objects.
20048 * gdb.python/py-value-cc.exp: Add new test to test operations on
20049 gdb.Value objects.
20050
20051 2014-02-18 Doug Evans <dje@google.com>
20052
20053 * Makefile.in (TESTS): New variable.
20054 (expanded_tests, expanded_tests_or_none): New variables
20055 (check-single): Pass $(expanded_tests_or_none) to runtest.
20056 (check-parallel): Only run tests in $(TESTS) if non-empty.
20057 (check/no-matching-tests-found): New rule.
20058 * README: Document TESTS makefile variable.
20059
20060 2014-02-18 Doug Evans <dje@google.com>
20061
20062 * Makefile.in (check-parallel): rm -rf outputs temp.
20063
20064 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20065
20066 Fix "ERROR: no fileid for" in the testsuite.
20067 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20068
20069 2014-02-12 Doug Evans <dje@google.com>
20070
20071 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20072 (MISCELLANEOUS): New variable.
20073 (clean): rm -rf $(MISCELLANEOUS).
20074 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20075 dwp live in the same directory as symlinks, with each symlink pointed
20076 to a differently named file in a different directory.
20077
20078 2014-02-11 Doug Evans <dje@google.com>
20079
20080 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20081 of Tcl file commands.
20082
20083 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20084
20085 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20086 "kill -SIGUSR1 -1".
20087
20088 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20089
20090 * gdb.ada/tick_length_array_enum_idx: New testcase.
20091
20092 2014-02-10 Doug Evans <xdje42@gmail.com>
20093
20094 * configure.ac (AC_OUTPUT): Add gdb.guile.
20095 * configure: Regenerate.
20096 * lib/gdb-guile.exp: New file.
20097 * lib/gdb.exp (get_target_charset): New function.
20098 * gdb.base/help.exp: Update expected output from "apropos apropos".
20099 * gdb.guile/Makefile.in: New file.
20100 * gdb.guile/guile.exp: New file.
20101 * gdb.guile/scm-arch.c: New file.
20102 * gdb.guile/scm-arch.exp: New file.
20103 * gdb.guile/scm-block.c: New file.
20104 * gdb.guile/scm-block.exp: New file.
20105 * gdb.guile/scm-breakpoint.c: New file.
20106 * gdb.guile/scm-breakpoint.exp: New file.
20107 * gdb.guile/scm-disasm.c: New file.
20108 * gdb.guile/scm-disasm.exp: New file.
20109 * gdb.guile/scm-equal.c: New file.
20110 * gdb.guile/scm-equal.exp: New file.
20111 * gdb.guile/scm-error.exp: New file.
20112 * gdb.guile/scm-error.scm: New file.
20113 * gdb.guile/scm-frame-args.c: New file.
20114 * gdb.guile/scm-frame-args.exp: New file.
20115 * gdb.guile/scm-frame-args.scm: New file.
20116 * gdb.guile/scm-frame-inline.c: New file.
20117 * gdb.guile/scm-frame-inline.exp: New file.
20118 * gdb.guile/scm-frame.c: New file.
20119 * gdb.guile/scm-frame.exp: New file.
20120 * gdb.guile/scm-generics.exp: New file.
20121 * gdb.guile/scm-gsmob.exp: New file.
20122 * gdb.guile/scm-iterator.c: New file.
20123 * gdb.guile/scm-iterator.exp: New file.
20124 * gdb.guile/scm-math.c: New file.
20125 * gdb.guile/scm-math.exp: New file.
20126 * gdb.guile/scm-objfile-script-gdb.in: New file.
20127 * gdb.guile/scm-objfile-script.c: New file.
20128 * gdb.guile/scm-objfile-script.exp: New file.
20129 * gdb.guile/scm-objfile.c: New file.
20130 * gdb.guile/scm-objfile.exp: New file.
20131 * gdb.guile/scm-ports.exp: New file.
20132 * gdb.guile/scm-pretty-print.c: New file.
20133 * gdb.guile/scm-pretty-print.exp: New file.
20134 * gdb.guile/scm-pretty-print.scm: New file.
20135 * gdb.guile/scm-section-script.c: New file.
20136 * gdb.guile/scm-section-script.exp: New file.
20137 * gdb.guile/scm-section-script.scm: New file.
20138 * gdb.guile/scm-symbol.c: New file.
20139 * gdb.guile/scm-symbol.exp: New file.
20140 * gdb.guile/scm-symtab-2.c: New file.
20141 * gdb.guile/scm-symtab.c: New file.
20142 * gdb.guile/scm-symtab.exp: New file.
20143 * gdb.guile/scm-type.c: New file.
20144 * gdb.guile/scm-type.exp: New file.
20145 * gdb.guile/scm-value-cc.cc: New file.
20146 * gdb.guile/scm-value-cc.exp: New file.
20147 * gdb.guile/scm-value.c: New file.
20148 * gdb.guile/scm-value.exp: New file.
20149 * gdb.guile/source2.scm: New file.
20150 * gdb.guile/types-module.cc: New file.
20151 * gdb.guile/types-module.exp: New file.
20152
20153 2014-02-10 Yao Qi <yao@codesourcery.com>
20154
20155 PR testsuite/16543
20156 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20157 * configure: Regenerated.
20158 * Makefile.in: New file.
20159
20160 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20161
20162 * gdb.python/py-framefilter.exp: Fix typo.
20163
20164 2014-02-08 Yao Qi <yao@codesourcery.com>
20165
20166 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20167 that no =breakpoint-modified is emitted when breakpoints are
20168 modified through MI commands.
20169
20170 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20171 Pedro Alves <palves@redhat.com>
20172
20173 * gdb.threads/step-after-sr-lock.c: New file.
20174 * gdb.threads/step-after-sr-lock.exp: New file.
20175
20176 2014-02-07 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20179
20180 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20181
20182 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20183 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20184
20185 2014-02-06 Doug Evans <xdje42@gmail.com>
20186
20187 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20188 output.
20189
20190 * gdb.gdb/python-interrupts.exp: New file.
20191
20192 2014-02-05 Yao Qi <yao@codesourcery.com>
20193
20194 * gdb.trace/report.exp (use_collected_data): Test the output
20195 of "info threads" and "info inferiors".
20196
20197 2014-02-05 Yao Qi <yao@codesourcery.com>
20198
20199 Revert this patch:
20200
20201 2013-05-24 Yao Qi <yao@codesourcery.com>
20202
20203 * gdb.trace/tfile.exp: Test inferior and thread.
20204
20205 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20206
20207 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20208 on a function.
20209 * gdb.base/step-bt.c: Call hello via function pointer to make
20210 sure its first instruction is executed on powerpc64le-linux.
20211
20212 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20213
20214 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20215
20216 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20217
20218 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20219 of the test patterns for use on little-endian systems.
20220
20221 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20222
20223 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20224 (decimal_vector): Fix for little-endian.
20225
20226 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20227
20228 * gdb.arch/sparc-sysstep.exp: New file.
20229 * gdb.arch/sparc-sysstep.c: Likewise.
20230
20231 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20232
20233 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20234
20235 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20236
20237 2014-01-23 Tom Tromey <tromey@redhat.com>
20238
20239 * gdb.ada/array_char_idx: New testcase.
20240
20241 2014-01-23 Tom Tromey <tromey@redhat.com>
20242
20243 PR python/16487:
20244 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20245 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20246 classes.
20247
20248 2014-01-23 Tom Tromey <tromey@redhat.com>
20249
20250 PR python/16491:
20251 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20252 string from an inferior frame.
20253 * gdb.python/py-framefilter-mi.exp: Update.
20254
20255 2014-01-22 Doug Evans <dje@google.com>
20256
20257 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20258
20259 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20260
20261 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20262
20263 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20264
20265 * gdb.trace/entry-values.exp: Remove excess space character from
20266 regex patterns. Handle s390 call instruction.
20267
20268 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20269
20270 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20271 define "*_start" label. Make "name" static.
20272 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20273 ${name} by references to ${name}_start.
20274
20275 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20276
20277 * gdb.base/info-macros.exp: Remove "debug" from the compile
20278 options.
20279
20280 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20281
20282 * gdb.dlang/demangle.exp: New file.
20283
20284 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20285
20286 * gdb.dlang/primitive-types.exp: New file.
20287
20288 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20289
20290 * configure.ac: Create gdb.dlang/Makefile.
20291 * configure: Regenerate.
20292 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20293 * gdb.dlang/Makefile.in: New file.
20294 * lib/d-support.exp: New file.
20295 * lib/gdb.exp (skip_d_tests): New proc.
20296
20297 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20298
20299 * gdb.btrace/delta.exp: Check reverse stepi.
20300 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20301 * gdb.btrace/finish.exp: New.
20302 * gdb.btrace/next.exp: New.
20303 * gdb.btrace/nexti.exp: New.
20304 * gdb.btrace/record_goto.c: Add comments.
20305 * gdb.btrace/step.exp: New.
20306 * gdb.btrace/stepi.exp: New.
20307 * gdb.btrace/multi-thread-step.c: New.
20308 * gdb.btrace/multi-thread-step.exp: New.
20309 * gdb.btrace/rn-dl-bind.c: New.
20310 * gdb.btrace/rn-dl-bind.exp: New.
20311 * gdb.btrace/data.c: New.
20312 * gdb.btrace/data.exp: New.
20313 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20314
20315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20316
20317 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20318 * gdb.btrace/exception.exp: Update.
20319 * gdb.btrace/instruction_history.exp: Update.
20320 * gdb.btrace/record_goto.exp: Update.
20321 * gdb.btrace/tailcall.exp: Update.
20322 * gdb.btrace/unknown_functions.exp: Update.
20323 * gdb.btrace/delta.exp: New.
20324
20325 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20326
20327 * gdb.btrace/record_goto.exp: Add backtrace test.
20328 * gdb.btrace/tailcall.exp: Add backtrace test.
20329
20330 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20331
20332 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20333 * gdb.btrace/record_goto.c: New.
20334 * gdb.btrace/record_goto.exp: New.
20335 * gdb.btrace/x86-record_goto.S: New.
20336
20337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20338
20339 * gdb.btrace/function_call_history.exp: Update tests.
20340 * gdb.btrace/instruction_history.exp: Update tests.
20341
20342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20343
20344 * gdb.btrace/function_call_history.exp: Fix expected field
20345 order for "record function-call-history".
20346 Add new tests for "record function-call-history /c".
20347 * gdb.btrace/exception.cc: New.
20348 * gdb.btrace/exception.exp: New.
20349 * gdb.btrace/tailcall.exp: New.
20350 * gdb.btrace/x86-tailcall.S: New.
20351 * gdb.btrace/x86-tailcall.c: New.
20352 * gdb.btrace/unknown_functions.c: New.
20353 * gdb.btrace/unknown_functions.exp: New.
20354 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20355
20356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20357
20358 * gdb.btrace/instruction_history.exp: Update.
20359 * gdb.btrace/function_call_history.exp: Update.
20360
20361 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20362
20363 * gdb.btrace/function_call_history.exp: Fix expected function
20364 trace.
20365 * gdb.btrace/instruction_history.exp: Initialize traced.
20366 Remove traced_functions.
20367
20368 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20369
20370 * gdb.btrace/function_call_history.exp: Update
20371 * gdb.btrace/instruction_history.exp: Update.
20372
20373 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20374
20375 * gdb.btrace/enable.exp: Update expected text.
20376
20377 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20378
20379 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20380 bytes.
20381
20382 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20383
20384 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20385
20386 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20387
20388 * lib/gdb.exp (supports_process_record): Return true for
20389 arm*-linux*. (supports_reverse): Likewise.
20390
20391 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20392
20393 PR python/15464
20394 PR python/16113
20395 * gdb.python/py-type.c: Enhance test case.
20396 * gdb.python/py-value-cc.cc: Likewise
20397 * gdb.python/py-type.exp: Add new tests.
20398 * gdb.python/py-value-cc.exp: Likewise
20399
20400 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20401 Pedro Alves <palves@redhat.com>
20402
20403 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20404 Make "name" extern.
20405 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20406 references to ${name}_start by references to ${name}.
20407
20408 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20409
20410 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20411
20412 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20413
20414 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20415
20416 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20417 Pedro Alves <palves@redhat.com>
20418
20419 * gdb.mi/mi-info-os.exp: Connect to the target with
20420 mi_gdb_target_load.
20421
20422 2014-01-08 Pedro Alves <palves@redhat.com>
20423
20424 * gdb.threads/reconnect-signal.c: New file.
20425 * gdb.threads/reconnect-signal.exp: New file.
20426
20427 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20428
20429 * gdb.base/source-dir.exp: New file.
20430
20431 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20432
20433 * gdb.ada/mi_interface: New testcase.
20434
20435 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20436
20437 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20438 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20439 gdb.ada/pp-rec-component/pck.ads: New files.
20440
20441 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20442
20443 * gdb.python/py-pp-integral.c: New file.
20444 * gdb.python/py-pp-integral.py: New file.
20445 * gdb.python/py-pp-integral.exp: New file.
20446
20447 For older changes see ChangeLog-1993-2013.
20448 \f
20449 ;; Local Variables:
20450 ;; mode: change-log
20451 ;; left-margin: 8
20452 ;; fill-column: 74
20453 ;; version-control: never
20454 ;; End:
20455
20456 Copyright 2014-2020 Free Software Foundation, Inc.
20457 Copying and distribution of this file, with or without modification,
20458 are permitted provided the copyright notice and this notice are preserved.
This page took 0.45492 seconds and 4 git commands to generate.