2cdd2ea580fd996ae10bd0a56824f4c42ced2448
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
2
3 Fix TCL error in gdb.python/py-format-string.exp.
4
5 * gdb.python/py-format-string.exp: Move test for python support
6 earlier, out of function body.
7
8 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
9
10 * gdb.base/index-cache-load-twice.c: New.
11 * gdb.base/index-cache-load-twice.exp: New.
12
13 2020-06-17 Keith Seitz <keiths@redhat.com>
14
15 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
16 when executing "gdb --configuration".
17
18 2020-06-17 Tom de Vries <tdevries@suse.de>
19
20 * lib/gdb.exp (gdb_tcl_unknown): New proc.
21 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
22 conditional on presence of gdb_tcl_unknown.
23 (gdb_finish): Make override undo conditional on presence of
24 gdb_tcl_unknown.
25
26 2020-06-16 Tom Tromey <tom@tromey.com>
27
28 * gdb.python/tui-window.py (failwin): New function. Register it
29 as a TUI window type.
30 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
31
32 2020-06-16 Gary Benson <gbenson@redhat.com>
33
34 * gdb.python/py-nested-maps.c (create_map): Add missing return
35 value.
36 (create_map_map): Likewise.
37
38 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
39
40 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
41 variable.
42 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
43 and use the already-defined 'options' variable.
44
45 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
46 Tom de Vries <tdevries@suse.de>
47
48 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
49 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
50 (gdb_setup_known_globals): New proc.
51 (gdb_cleanup_globals): New proc.
52 * lib/gdb.exp (load_lib): New override proc.
53 (gdb_stdin_log_init): Set var in_file as persistent global.
54 * lib/pascal.exp (gdb_stdin_log_init): Set vars
55 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
56 fpc_compiler as persistent global.
57
58 2020-06-12 Tom de Vries <tdevries@suse.de>
59
60 * lib/tuiterm.exp (spawn): Rename to ...
61 (tui_spawn): ... this.
62 (toplevel): Move rename of spawn ...
63 (gdb_init_tuiterm): ... here. New proc.
64 (gdb_finish_tuiterm): New proc.
65 * lib/gdb.exp (gdb_finish_hooks): New global var.
66 (gdb_finish): Handle gdb_finish_hooks.
67 (tuiterm_env): New proc.
68 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
69 tuiterm_env.
70 * gdb.tui/basic.exp: Same.
71 * gdb.tui/corefile-run.exp: Same.
72 * gdb.tui/empty.exp: Same.
73 * gdb.tui/list-before.exp: Same.
74 * gdb.tui/list.exp: Same.
75 * gdb.tui/main.exp: Same.
76 * gdb.tui/new-layout.exp: Same.
77 * gdb.tui/regs.exp: Same.
78 * gdb.tui/resize.exp: Same.
79 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
80 * gdb.tui/tui-layout-asm.exp: Same.
81 * gdb.tui/tui-missing-src.exp: Same.
82 * gdb.tui/winheight.exp: Same.
83
84 2020-06-12 Tom de Vries <tdevries@suse.de>
85
86 PR testsuite/26110
87 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
88 (gdb_finish): Reinstall dejagnu's override of ::unknown.
89
90 2020-06-11 Tom Tromey <tom@tromey.com>
91
92 PR gdb/18318:
93 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
94 floating point tests.
95
96 2020-06-11 Keith Seitz <keiths@redhat.com>
97
98 PR gdb/21356
99 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
100 vla_struct.
101 Add new struct vla_typedef and union vla_typedef_union and
102 corresponding instantiation objects.
103 Initialize new objects.
104 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
105 and vla_typedef_union_object.
106 Fixup type for vla_struct_object.
107
108 2020-06-11 Tom de Vries <tdevries@suse.de>
109
110 * lib/gdb.exp (with_override): New proc, factored out of ...
111 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
112
113 2020-06-10 Tom de Vries <tdevries@suse.de>
114
115 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
116
117 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
118
119 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
120 parameter, update callers.
121
122 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
123
124 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
125 * gdb.dwarf2/share-psymtabs-bt.c: New file.
126 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
127
128 2020-06-04 Tom de Vries <tdevries@suse.de>
129
130 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
131
132 2020-06-04 Tom de Vries <tdevries@suse.de>
133
134 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
135 exp_continue.
136
137 2020-06-04 Tom de Vries <tdevries@suse.de>
138
139 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
140
141 2020-06-03 Tom de Vries <tdevries@suse.de>
142
143 PR symtab/26046
144 * gdb.cp/breakpoint-locs-2.cc: New test.
145 * gdb.cp/breakpoint-locs.cc: New test.
146 * gdb.cp/breakpoint-locs.exp: New file.
147 * gdb.cp/breakpoint-locs.h: New test.
148
149 2020-06-03 Tom de Vries <tdevries@suse.de>
150
151 PR testsuite/25609
152 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
153 value of global verbose.
154 * gdb.base/jit-elf.exp: Same.
155 * gdb.base/jit-reader.exp: Same.
156
157 2020-06-02 Tom de Vries <tdevries@suse.de>
158
159 * gdb.dwarf2/multidictionary.exp: Don't use
160 gdb_spawn_with_cmdline_opts.
161
162 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
165 use_header case.
166 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
167 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
168 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
169 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
170 * gdb.dwarf2/dw2-inline-header.c: New file.
171 * gdb.dwarf2/dw2-inline-header.h: New file.
172
173 2020-05-30 Pedro Alves <palves@redhat.com>
174
175 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
176 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
177
178 2020-05-29 Gary Benson <gbenson@redhat.com>
179
180 * gdb.compile/compile-cplus.exp (additional_flags): Also
181 set when building with clang.
182 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
183 when building with clang.
184
185 2020-05-29 Gary Benson <gbenson@redhat.com>
186
187 * gdb.arch/i386-avx.exp (additional_flags): Also set when
188 building with clang.
189 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
190
191 2020-05-29 Gary Benson <gbenson@redhat.com>
192
193 * gdb.cp/koenig.exp (prepare_for_testing): Add
194 additional_flags=-Wno-unused-comparison.
195 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
196
197 2020-05-28 Gary Benson <gbenson@redhat.com>
198
199 * gdb.base/sigaltstack.c (catcher): Add default case to switch
200 statement.
201
202 2020-05-28 Gary Benson <gbenson@redhat.com>
203
204 * gdb.cp/classes.exp (prepare_for_testing): Add
205 additional_flags=-Wno-deprecated-register.
206 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
207 * gdb.cp/misc.exp: Likewise.
208
209 2020-05-28 Gary Benson <gbenson@redhat.com>
210
211 * gdb.linespec/cpls-ops.cc (dummy): New static global.
212 (test_op_new::operator new): Add return statement.
213 (test_op_new_array::operator new[]): Likewise.
214
215 2020-05-27 Pedro Alves <palves@redhat.com>
216
217 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
218 check. Use test_gdb_complete_unique instead of
219 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
220 test_gdb_complete_multiple instead of
221 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
222
223 2020-05-27 Luis Machado <luis.machado@linaro.org>
224
225 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
226 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
227 * gdb.arch/arm-disassembler-options.exp: Likewise.
228 * gdb.arch/arm-disp-step.exp: Likewise.
229 * gdb.arch/thumb-prologue.exp: Likewise.
230 * gdb.base/async.exp: Likewise.
231 * gdb.base/auxv.exp: Likewise.
232 * gdb.base/complex-parts.exp: Likewise.
233 * gdb.base/ena-dis-br.exp: Likewise.
234 * gdb.base/foll-exec.exp: Likewise.
235 * gdb.base/permissions.exp: Likewise.
236 * gdb.base/relocate.exp: Likewise.
237 * gdb.base/return2.exp: Likewise.
238 * gdb.base/sigbpt.exp: Likewise.
239 * gdb.base/siginfo-obj.exp: Likewise.
240 * gdb.cp/converts.exp: Likewise.
241 * gdb.cp/exceptprint.exp: Likewise.
242 * gdb.cp/inherit.exp: Likewise.
243 * gdb.cp/nsnoimports.exp: Likewise.
244 * gdb.cp/virtbase2.exp: Likewise.
245 * gdb.mi/mi-var-cmd.exp: Likewise.
246 * gdb.mi/var-cmd.c: Likewise.
247
248 2020-05-26 Tom Tromey <tromey@adacore.com>
249
250 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
251
252 2020-05-26 Tom Tromey <tromey@adacore.com>
253
254 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
255 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
256 type.
257 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
258 variable.
259
260 2020-05-26 Christian Biesinger <cbiesinger@google.com>
261
262 * Makefile.in: Use = instead of == for the test command
263 for portability.
264
265 2020-05-26 Tom de Vries <tdevries@suse.de>
266
267 * gdb.base/gold-gdb-index-2.c: New test.
268 * gdb.base/gold-gdb-index.c: New test.
269 * gdb.base/gold-gdb-index.exp: New file.
270 * gdb.base/gold-gdb-index.h: New test.
271
272 2020-05-25 Tom de Vries <tdevries@suse.de>
273
274 * boards/gold-gdb-index.exp: New file.
275
276 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
277
278 * boards/simavr.exp: New file.
279
280 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
281
282 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
283 * gdb.base/inferior-args.exp: New file.
284 * gdb.base/inferior-args.c: New file.
285
286 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
287
288 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
289 inferior_args. Pass it to gdb_reload.
290 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
291 inferior_args.
292 (gdb_reload): Add inferior_args argument.
293 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
294 pass it to gdbserver_run.
295 * boards/native-gdbserver.exp: Do not set noargs.
296 * boards/native-extended-gdbserver.exp (gdb_reload): Add
297 inferior_args argument.
298 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
299 * gdb.base/a2-run.exp: Check for use_gdb_stub.
300 * gdb.base/args.exp: Likewise.
301
302 2020-05-25 Tom de Vries <tdevries@suse.de>
303
304 * lib/gdb.exp (exec_is_pie): Add comment.
305
306 2020-05-25 Tom de Vries <tdevries@suse.de>
307
308 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
309 instead of $binfile in the untested message.
310
311 2020-05-25 Tom de Vries <tdevries@suse.de>
312
313 PR testsuite/26031
314 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
315
316 2020-05-25 Tom de Vries <tdevries@suse.de>
317
318 * boards/gold.exp: New file.
319
320 2020-05-23 Tom Tromey <tom@tromey.com>
321
322 * gdb.base/style.exp: Remove completion styling test.
323 * lib/gdb-utils.exp (style): Remove completion styles.
324
325 2020-05-23 Tom Tromey <tom@tromey.com>
326
327 * gdb.base/style.exp: Add completion styling test.
328 * lib/gdb-utils.exp (style): Add completion styles.
329
330 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.base/annota1.exp: Update expected results.
333 * gdb.cp/annota2.exp: Update expected results, remove duplicate
334 test name.
335 * gdb.cp/annota3.exp: Update expected results.
336
337 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
338
339 PR gdb/26016
340 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
341 against MAP_FAILED.
342 * gdb.base/coremaker.c (mmapdata): Likewise.
343 * gdb.base/jit-reader-host.c (main): Likewise.
344 * gdb.base/sym-file-loader.c (load): Likewise.
345 (load_shlib): Likewise.
346
347 2020-05-20 Tom Tromey <tromey@adacore.com>
348
349 * gdb.ada/array_char_idx.exp: Recognize initialized array.
350
351 2020-05-20 Tom de Vries <tdevries@suse.de>
352
353 PR symtab/25833
354 * gdb.base/with-mf-inc.c: New test.
355 * gdb.base/with-mf-main.c: New test.
356 * gdb.base/with-mf.exp: New file.
357
358 2020-05-19 Tom Tromey <tromey@adacore.com>
359
360 * gdb.rust/simple.exp: Restore missing test result.
361
362 2020-05-19 Tom de Vries <tdevries@suse.de>
363
364 * gdb.base/gdb-caching-proc.exp: Fix typo.
365
366 2020-05-19 Tom Tromey <tromey@adacore.com>
367
368 * gdb.rust/simple.exp: Add some test descriptions.
369 (test_one_slice): Use with_test_prefix.
370
371 2020-05-18 Tom de Vries <tdevries@suse.de>
372
373 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
374
375 2020-05-17 Pedro Alves <palves@redhat.com>
376
377 PR gdb/25741
378 * gdb.base/hw-sw-break-same-address.exp: New file.
379
380 2020-05-16 Pedro Alves <palves@redhat.com>
381
382 * gdb.multi/multi-re-run.exp (test_re_run): Switch
383 LAST_LOADED_FILE accordingly.
384
385 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
386
387 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
388
389 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
390
391 * gdb.base/help.exp: Test apropos and help for commands
392 having aliases. Fixed comments not starting with an
393 upper-case letter or not finishing with a dot.
394
395 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
396
397 * gdb.base/alias.exp: Update help output check.
398
399 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
400
401 * gdb.base/default.exp: Update output following fixes.
402
403 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
404
405 * gdb.base/alias.exp: Test aliases starting with a prefix of
406 another alias.
407
408 2020-05-15 Gary Benson <gbenson@redhat.com>
409
410 * gdb.base/info-os.c (main): Add return statement.
411 * gdb.base/info_minsym.c (minsym_fun): Likewise.
412 * gdb.base/large-frame-2.c (func): Likewise.
413 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
414 * gdb.base/pr10179-b.c (foo2): Likewise.
415 * gdb.base/valgrind-disp-step.c (foo): Likewise.
416 * gdb.base/watch-cond.c (func): Likewise.
417 * gdb.multi/goodbye.c (verylongfun): Likewise.
418 * gdb.multi/hello.c (commonfun): Likewise.
419 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
420 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
421 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
422 Likewise.
423 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
424 * gdb.threads/interrupt-while-step-over.c (child_function):
425 Likewise.
426 * gdb.trace/actions-changed.c (end): Likewise.
427
428 2020-05-15 Gary Benson <gbenson@redhat.com>
429
430 * gdb.opencl/callfuncs.exp: Report when test skipped.
431 * gdb.opencl/convs_casts.exp: Likewise.
432 * gdb.opencl/datatypes.exp: Likewise.
433 * gdb.opencl/operators.exp: Likewise.
434 * gdb.opencl/vec_comps.exp: Likewise.
435
436 2020-05-15 Tom de Vries <tdevries@suse.de>
437
438 * gdb.base/align.exp.in: Rename to ...
439 * gdb.base/align.exp.tcl: ... this.
440 * gdb.base/align-c++.exp: Update.
441 * gdb.base/align-c.exp: Update.
442 * gdb.base/all-architectures.exp.in: Rename to ...
443 * gdb.base/all-architectures.exp: ... this.
444 * gdb.base/all-architectures-0.exp: Update.
445 * gdb.base/all-architectures-1.exp: Update.
446 * gdb.base/all-architectures-2.exp: Update.
447 * gdb.base/all-architectures-3.exp: Update.
448 * gdb.base/all-architectures-4.exp: Update.
449 * gdb.base/all-architectures-5.exp: Update.
450 * gdb.base/all-architectures-6.exp: Update.
451 * gdb.base/all-architectures-7.exp: Update.
452 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
453 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
454 * gdb.base/infcall-nested-structs-c++.exp: Update.
455 * gdb.base/infcall-nested-structs-c.exp: Update.
456 * gdb.base/info-types.exp.in: Rename to ...
457 * gdb.base/info-types.exp.tcl: ... this.
458 * gdb.base/info-types-c++.exp: Update.
459 * gdb.base/info-types-c.exp: Update.
460 * gdb.base/max-depth.exp.in: Rename to ...
461 * gdb.base/max-depth.exp.tcl: ... this.
462 * gdb.base/max-depth-c++.exp: Update.
463 * gdb.base/max-depth-c.exp: Update.
464 * gdb.cp/cpexprs.exp.in: Rename to ...
465 * gdb.cp/cpexprs.exp.tcl: ... this.
466 * gdb.cp/cpexprs-debug-types.exp: Update.
467 * gdb.cp/cpexprs.exp: Update.
468 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
469 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
470 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
471 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
472 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
473 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
474 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
475 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
476 * gdb.dwarf2/clang-debug-names-2.exp: Update.
477 * gdb.dwarf2/clang-debug-names.exp: Update.
478
479 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * lib/check-test-names.exp: Remove code that prevents this file
482 loading when tests are run in parallel.
483
484 2020-05-15 Pedro Alves <palves@redhat.com>
485
486 * gdb.multi/multi-kill.exp (start_inferior): Remove
487 'testpid' parameter. Refer to namespace variable directly.
488 (testpid): Declare as namespace variable.
489
490 2020-05-15 Pedro Alves <palves@redhat.com>
491
492 * gdb.multi/multi-kill.exp: Wrap in namespace.
493 (start_inferior): Add TESTPID parameter. Use it instead of the
494 testpid global.
495 (top level): Define empty TESTPID array, and pass it down to
496 start_inferior.
497
498 2020-05-14 Tom de Vries <tdevries@suse.de>
499
500 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
501 output.
502
503 2020-05-14 Tom de Vries <tdevries@suse.de>
504
505 * gdb.base/align.exp: Split into ...
506 * gdb.base/align.exp.in: ...
507 * gdb.base/align-c++.exp: ...
508 * gdb.base/align-c.exp: ... these.
509 * gdb.base/infcall-nested-structs.exp: Split into ...
510 * gdb.base/infcall-nested-structs.exp.in: ...
511 * gdb.base/infcall-nested-structs-c++.exp: ...
512 * gdb.base/infcall-nested-structs-c.exp: ... these.
513 * gdb.base/info-types.exp: Split into ...
514 * gdb.base/info-types.exp.in: ...
515 * gdb.base/info-types-c++.exp: ...
516 * gdb.base/info-types-c.exp: ... these.
517 * gdb.base/max-depth.exp: Split into ...
518 * gdb.base/max-depth.exp.in: ...
519 * gdb.base/max-depth-c++.exp: ...
520 * gdb.base/max-depth-c.exp: ... these.
521 * gdb.cp/infcall-nodebug.exp: Split into ...
522 * gdb.cp/infcall-nodebug.exp.in: ...
523 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
524 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
525 * gdb.cp/infcall-nodebug-c-d0.exp: ...
526 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
527
528 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
529 Pedro Alves <palves@redhat.com>
530
531 * gdb.multi/multi-exit.c: New file.
532 * gdb.multi/multi-exit.exp: New file.
533 * gdb.multi/multi-kill.c: New file.
534 * gdb.multi/multi-kill.exp: New file.
535
536 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
537
538 * gdb.base/annota1.exp: Update the expected output.
539 * gdb.cp/annota2.exp: Ditto.
540
541 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * lib/check-test-names.exp: Disable when testing is being run in
544 parallel.
545
546 2020-05-12 Tom de Vries <tdevries@suse.de>
547
548 * gdb.base/jit-elf.exp: Fix string concat.
549
550 2020-05-12 Tom de Vries <tdevries@suse.de>
551
552 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
553 messages.
554
555 2020-05-12 Tom de Vries <tdevries@suse.de>
556
557 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
558
559 2020-05-12 Tom de Vries <tdevries@suse.de>
560
561 * gdb.ada/catch_ex.exp: Use with_test_prefix.
562 * gdb.ada/mi_catch_ex.exp: Same.
563 * gdb.ada/mi_catch_ex_hand.exp: Same.
564
565 2020-05-12 Tom de Vries <tdevries@suse.de>
566
567 * gdb.fortran/complex.exp: Use with_test_prefix.
568
569 2020-05-12 Tom de Vries <tdevries@suse.de>
570
571 * gdb.trace/passcount.exp: Fix test-names.
572
573 2020-05-12 Tom de Vries <tdevries@suse.de>
574
575 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
576
577 2020-05-12 Tom de Vries <tdevries@suse.de>
578
579 * gdb.gdb/complaints.exp: Use with_test_prefix.
580 * gdb.xml/tdesc-regs.exp: Same.
581 * gdb.opt/inline-locals.exp: Fix test name.
582
583 2020-05-12 Tom de Vries <tdevries@suse.de>
584
585 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
586 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
587 * gdb.dwarf2/implref-struct.exp: Same.
588 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
589 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
590
591 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
592
593 * gdb.base/jit-so.exp (one_jit_test): Change test name.
594
595 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * lib/check-test-names.exp (all_test_names): New module variable.
598 (counts): Add 'duplicates' field.
599 (_check_duplicates): New procedure.
600 (check): Also check for duplicates.
601 (do_log_summary): Print duplicates count.
602 (do_reset_vars): Reset counter for duplicate test names, and
603 discard all know test names.
604
605 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * lib/gdb.exp: Include check-test-names.exp library.
608 * lib/check-test-names.exp: New file.
609
610 2020-05-11 Tom de Vries <tdevries@suse.de>
611
612 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
613
614 2020-05-11 Keith Seitz <keiths@redhat.com>
615
616 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
617
618 2020-05-11 Tom de Vries <tdevries@suse.de>
619
620 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
621 * gdb.cp/cpexprs.exp.in: .. here.
622 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
623 cpexprs.exp.
624
625 2020-05-11 Keith Seitz <keiths@redhat.com>
626
627 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
628 test names.
629 * gdb.ada/arrayptr.exp: Likewise.
630 * gdb.ada/assign_arr.exp: Likewise.
631 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
632 * gdb.ada/bp_on_var.exp: Likewise.
633 * gdb.ada/call_pn.exp: Likewise.
634 * gdb.ada/complete.exp: Likewise.
635 * gdb.ada/fun_overload_menu.exp: Likewise.
636 * gdb.ada/funcall_param.exp: Likewise.
637 * gdb.ada/funcall_ref.exp: Likewise.
638 * gdb.ada/packed_array_assign.exp: Likewise.
639 * gdb.ada/same_component_name.exp: Likewise.
640 * gdb.ada/type_coercion.exp: Likewise.
641 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
642 * gdb.ada/variant_record_packed_array.exp: Likewise.
643
644 2020-05-11 Tom de Vries <tdevries@suse.de>
645
646 PR symtab/25941
647 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
648 out of ...
649 * gdb.dwarf2/clang-debug-names.exp: ... here.
650 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
651 clang-debug-names.exp.in.
652 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
653 * gdb.dwarf2/clang-debug-names-2.c: New test.
654
655 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
656
657 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
658 (fortran_runto_main): New Proc, fortran version of runto_main.
659 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
660 * gdb.fortran/array-bounds.exp: Likewise.
661 * gdb.fortran/array-slices.exp: Likewise.
662 * gdb.fortran/block-data.exp: Likewise.
663 * gdb.fortran/charset.exp: Likewise.
664 * gdb.fortran/common-block.exp: Likewise.
665 * gdb.fortran/complex.exp: Likewise.
666 * gdb.fortran/derived-type-function.exp: Likewise.
667 * gdb.fortran/derived-type.exp: Likewise.
668 * gdb.fortran/info-modules.exp: Likewise.
669 * gdb.fortran/info-types.exp: Likewise.
670 * gdb.fortran/intrinsics.exp: Likewise.
671 * gdb.fortran/library-module.exp: Likewise.
672 * gdb.fortran/logical.exp: Likewise.
673 * gdb.fortran/max-depth.exp: Likewise.
674 * gdb.fortran/module.exp: Likewise.
675 * gdb.fortran/multi-dim.exp: Likewise.
676 * gdb.fortran/nested-funcs.exp: Likewise.
677 * gdb.fortran/print-formatted.exp: Likewise.
678 * gdb.fortran/print_type.exp: Likewise.
679 * gdb.fortran/printing-types.exp: Likewise.
680 * gdb.fortran/ptr-indentation.exp: Likewise.
681 * gdb.fortran/ptype-on-functions.exp: Likewise.
682 * gdb.fortran/subarray.exp: Likewise.
683 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
684 * gdb.fortran/vla-datatypes.exp: Likewise.
685 * gdb.fortran/vla-history.exp: Likewise.
686 * gdb.fortran/vla-ptr-info.exp: Likewise.
687 * gdb.fortran/vla-ptype-sub.exp: Likewise.
688 * gdb.fortran/vla-ptype.exp: Likewise.
689 * gdb.fortran/vla-sizeof.exp: Likewise.
690 * gdb.fortran/vla-type.exp: Likewise.
691 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
692 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
693 * gdb.fortran/vla-value-sub.exp: Likewise.
694 * gdb.fortran/vla-value.exp: Likewise.
695 * gdb.fortran/whatis_type.exp: Likewise.
696 * gdb.mi/mi-var-child-f.exp: Likewise.
697
698 2020-05-09 Tom de Vries <tdevries@suse.de>
699
700 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
701
702 2020-05-08 Tom de Vries <tdevries@suse.de>
703
704 * gdb.dwarf2/clang-debug-names.c: New test.
705 * gdb.dwarf2/clang-debug-names.exp: New file.
706
707 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
708
709 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
710 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
711
712 2020-05-06 Tom de Vries <tdevries@suse.de>
713
714 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
715 breakpoint is at a "recommended breakpoint location".
716 * gdb.reverse/consecutive-reverse.exp: Same.
717
718 2020-05-06 Tom de Vries <tdevries@suse.de>
719
720 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
721 address.
722
723 2020-05-06 Tom de Vries <tdevries@suse.de>
724
725 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
726
727 2020-05-06 Tom de Vries <tdevries@suse.de>
728
729 * gdb.base/store.exp (check_set, up_set): Allowing missing location
730 info for r.
731
732 2020-05-06 Tom de Vries <tdevries@suse.de>
733
734 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
735 necessary.
736
737 2020-05-06 Tom de Vries <tdevries@suse.de>
738
739 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
740 void.
741
742 2020-05-06 Tom de Vries <tdevries@suse.de>
743
744 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
745 of ...
746 * gdb.base/async.exp: ... here.
747 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
748 "recommended breakpoint location".
749
750 2020-05-06 Tom de Vries <tdevries@suse.de>
751
752 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
753
754 2020-05-04 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/async.exp: Check whether instruction addresses are a
757 "recommended breakpoint location".
758
759 2020-05-03 Tom Tromey <tom@tromey.com>
760
761 * gdb.base/sepdebug.exp: Remove "catch" test.
762 * gdb.base/break.exp: Remove "catch" test.
763 * gdb.base/default.exp: Update expected output.
764
765 2020-05-02 Tom de Vries <tdevries@suse.de>
766
767 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
768 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
769 * gdb.arch/i386-mpx-map.exp: Same.
770 * gdb.arch/i386-mpx-sigsegv.exp: Same.
771 * gdb.arch/i386-mpx-simple_segv.exp: Same.
772 * gdb.arch/i386-mpx.exp: Same.
773
774 2020-05-02 Tom de Vries <tdevries@suse.de>
775
776 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
777
778 2020-05-01 Tom de Vries <tdevries@suse.de>
779
780 * gdb.ada/operator_bp.exp: Allow more than required amount of
781 breakpoint.
782
783 2020-05-01 Tom de Vries <tdevries@suse.de>
784
785 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
786
787 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
788
789 PR gdb/18706
790 * gdb.cp/stub-array-size.cc: New test.
791 * gdb.cp/stub-array-size.exp: New file.
792 * gdb.cp/stub-array-size.h: New test.
793 * gdb.cp/stub-array-size2.cc: New test.
794
795 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
796
797 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
798 output to the new format.
799
800 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
801
802 * gdb.base/break.exp: Use with_test_prefix.
803
804 2020-04-29 Tom de Vries <tdevries@suse.de>
805
806 * lib/gdb.exp (debug_types): New proc.
807 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
808 * gdb.python/py-symtab.exp: Same.
809
810 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
811
812 PR gdb/17320
813 * gdb.base/pretty-array.c: New test.
814 * gdb.base/pretty-array.exp: New file.
815
816 2020-04-29 Tom de Vries <tdevries@suse.de>
817
818 PR symtab/25889
819 * gdb.cp/cpexprs.exp: Adapt for inclusion.
820 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
821 and include cpexprs.exp.
822
823 2020-04-28 Mark Williams <mark@myosotissp.com>
824
825 PR gdb/24480
826 * dw4-toplevel-types.exp: Test for top level types.
827 * dw4-toplevel-types.cc: Test for top level types.
828
829 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
830
831 * gdb.threads/stop-with-handle.exp: Fix typo in comment
832 (theads -> threads).
833
834 2020-04-28 Tom de Vries <tdevries@suse.de>
835
836 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
837
838 2020-04-28 Tom de Vries <tdevries@suse.de>
839
840 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
841
842 2020-04-28 Tom de Vries <tdevries@suse.de>
843
844 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
845
846 2020-04-28 Tom de Vries <tdevries@suse.de>
847
848 * gdb.dwarf2/main-foo.c: New test.
849 * gdb.dwarf2/struct-with-sig.exp: New file.
850
851 2020-04-25 Tom de Vries <tdevries@suse.de>
852
853 * boards/debug-types.exp: New file.
854
855 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
858
859 2020-04-24 Tom Tromey <tom@tromey.com>
860
861 PR symtab/12707:
862 * gdb.python/py-symbol.exp: Update expected results for
863 linkage_name test.
864 * gdb.cp/print-demangle.exp: New file.
865 * gdb.base/c-linkage-name.exp: Fix test.
866 * gdb.guile/scm-symbol.exp: Update expected results for
867 linkage_name test.
868
869 2020-04-24 Tom Tromey <tom@tromey.com>
870
871 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
872 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
873 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
874 assembler.
875
876 2020-04-24 Tom de Vries <tdevries@suse.de>
877
878 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
879 C++.
880
881 2020-04-24 Tom Tromey <tromey@adacore.com>
882
883 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
884 values.
885 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
886 values. Update test for minimal encodings.
887 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
888 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
889 values. Update test for minimal encodings.
890
891 2020-04-24 Tom Tromey <tromey@adacore.com>
892
893 PR python/23662:
894 * gdb.ada/variant.exp: Add Python checks.
895 * gdb.rust/simple.exp: Add dynamic type checks.
896
897 2020-04-24 Tom Tromey <tromey@adacore.com>
898
899 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
900 Make array type matching more lax.
901 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
902 * gdb.ada/mi_variant.exp: New file.
903 * gdb.ada/mi_variant/pck.ads: New file.
904 * gdb.ada/mi_variant/pkg.adb: New file.
905 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
906 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
907
908 2020-04-24 Tom Tromey <tromey@adacore.com>
909
910 * gdb.ada/variant.exp: Add dynamic field offset tests.
911 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
912 * gdb.ada/variant/pkg.adb: Add new variables.
913
914 2020-04-24 Tom Tromey <tromey@adacore.com>
915
916 * gdb.ada/variant.exp: New file
917 * gdb.ada/variant/pkg.adb: New file
918 * gdb.ada/variant/pck.adb: New file
919
920 2020-04-24 Tom de Vries <tdevries@suse.de>
921
922 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
923
924 2020-04-24 Tom de Vries <tdevries@suse.de>
925
926 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
927 flags.
928
929 2020-04-24 Tom de Vries <tdevries@suse.de>
930
931 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
932
933 2020-04-24 Tom de Vries <tdevries@suse.de>
934
935 * lib/gdb.exp (default_gdb_start): Handle eof.
936 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
937 failure.
938 * gdb.base/readnever.exp: Handle clean_restart failure.
939
940 2020-04-23 Tom de Vries <tdevries@suse.de>
941
942 * gdb.base/decl-before-def.exp: Run to main and print a again.
943
944 2020-04-23 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/decl-before-def-decl.c: New test.
947 * gdb.base/decl-before-def-def.c: New test.
948 * gdb.base/decl-before-def.exp: New file.
949
950 2020-04-23 Tom de Vries <tdevries@suse.de>
951
952 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
953
954 2020-04-22 Tom de Vries <tdevries@suse.de>
955
956 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
957 debug_info_offset.
958 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
959 before $objsfile in the line line.
960
961 2020-04-22 Tom de Vries <tdevries@suse.de>
962
963 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
964
965 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
966
967 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
968 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
969 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
970 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
971 * gdb.base/jit-protocol.h: Update definitions to match all usage
972 contexts.
973
974 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
975
976 * gdb.base: Rename all jit related test and source files.
977
978 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
979
980 * gdb.base/jit-reader.exp: Relax register output check.
981
982 2020-04-22 Tom de Vries <tdevries@suse.de>
983
984 PR symtab/25764
985 * gdb.base/psym-external-decl-2.c: New test.
986 * gdb.base/psym-external-decl.c: New test.
987 * gdb.base/psym-external-decl.exp: New file.
988 * gdb.threads/tls.exp: Add PR25807 kfail.
989
990 2020-04-22 Tom de Vries <tdevries@suse.de>
991
992 PR symtab/25801
993 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
994 in "info source" output.
995
996 2020-04-22 Tom de Vries <tdevries@suse.de>
997
998 PR symtab/25700
999 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1000 symtab for imported_unit.c.
1001
1002 2020-04-21 Gary Benson <gbenson@redhat.com>
1003
1004 * gdb.base/advance.c (func): New argument, to match call site.
1005 (func2, func3): Add return statements.
1006
1007 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1008
1009 * gdb.multi/run-only-second-inf.c: New file.
1010 * gdb.multi/run-only-second-inf.exp: New file.
1011
1012 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1013
1014 * gdb.btrace/multi-inferior.c: New test.
1015 * gdb.btrace/multi-inferior.exp: New file.
1016
1017 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1018
1019 * gdb.btrace/enable-new-thread.c: New test.
1020 * gdb.btrace/enable-new-thread.exp: New file.
1021
1022 2020-04-21 Tom de Vries <tdevries@suse.de>
1023
1024 PR gdb/25471
1025 * gdb.threads/killed-outside.c: New test.
1026 * gdb.threads/killed-outside.exp: New file.
1027
1028 2020-04-20 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1031 * gdb.base/nested-subp2.exp: Likewise.
1032 * gdb.base/nested-subp3.exp: Likewise.
1033
1034 2020-04-20 Gary Benson <gbenson@redhat.com>
1035
1036 * gdb.base/nested-subp1.exp: Disable test when using clang.
1037 * gdb.base/nested-subp2.exp: Likewise.
1038 * gdb.base/nested-subp3.exp: Likewise.
1039
1040 2020-04-20 Gary Benson <gbenson@redhat.com>
1041
1042 * gdb.cp/exception.cc: Fix compilation error with clang.
1043
1044 2020-04-20 Gary Benson <gbenson@redhat.com>
1045
1046 * gdb.trace/tspeed.c: Fix compilation error with clang.
1047
1048 2020-04-20 Gary Benson <gbenson@redhat.com>
1049
1050 * gdb.base/jit-main.c: Fix compilation error with clang.
1051
1052 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1053
1054 * gdb.base/attach-twice.c: Include "sys/types.h".
1055 (PTRACE_ATTACH): Add fallback definition.
1056 (main): Pass `0' to the 4th argument of `ptrace'.
1057
1058 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1059
1060 * gdb.base/fork-running-state.c: Include "signal.h".
1061
1062 2020-04-17 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1065 Update tests.
1066 * gdb.btrace/cpu.exp: Update tests.
1067 * gdb.base/maint.exp: Update tests.
1068 * gdb.base/default.exp: Update tests.
1069 * gdb.base/completion.exp: Update tests.
1070
1071 2020-04-16 Tom de Vries <tdevries@suse.de>
1072
1073 PR symtab/25791
1074 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1075 (ensure_gdb_index): and factor out and move ...
1076 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1077 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1078
1079 2020-04-16 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1082 loading exec.
1083
1084 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.base/many-completions.exp: New file.
1087
1088 2020-04-14 Tom de Vries <tdevries@suse.de>
1089
1090 PR symtab/25718
1091 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1092
1093 2020-04-14 Tom de Vries <tdevries@suse.de>
1094
1095 PR symtab/25720
1096 * gdb.base/maint-expand-symbols-header-file.c: New test.
1097 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1098 * gdb.base/maint-expand-symbols-header-file.h: New test.
1099
1100 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1103 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1104 get_func_info.
1105 (get_func_info): Delete.
1106 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1107 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1108 * lib/dwarf.exp (get_func_info): New function.
1109
1110 2020-04-13 Tom de Vries <tdevries@suse.de>
1111
1112 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1113 to what find_gnatmake does.
1114
1115 2020-04-10 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1118 -readnow.
1119
1120 2020-04-10 Tom de Vries <tdevries@suse.de>
1121
1122 PR cli/25808
1123 * gdb.base/style.c: Add leading newlines.
1124 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1125 Check listing of main's one-line body.
1126
1127 2020-04-08 Tom de Vries <tdevries@suse.de>
1128
1129 * lib/gdb.exp (psymtabs_p): New proc.
1130 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1131 importing unit" unsupported if there are no partial symbols.
1132
1133 2020-04-08 Tom de Vries <tdevries@suse.de>
1134
1135 PR testsuite/25760
1136 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1137
1138 2020-04-07 Tom de Vries <tdevries@suse.de>
1139
1140 PR symtab/25796
1141 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1142
1143 2020-04-07 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.base/check-psymtab.c: New test.
1146 * gdb.base/check-psymtab.exp: New file.
1147
1148 2020-04-06 Tom Tromey <tromey@adacore.com>
1149
1150 * gdb.ada/variant-record/proc.adb: New file.
1151 * gdb.ada/variant-record/value.adb: New file.
1152 * gdb.ada/variant-record/value.s: New file.
1153 * gdb.ada/variant-record.exp: New file.
1154
1155 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1156
1157 PR gdb/25325
1158 * gdb.cp/typed-enum.cc: New test.
1159 * gdb.cp/typed-enum.exp: New file.
1160
1161 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1164 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1165 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1166 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1167 * gdb.opt/inline-small-func.c: New file.
1168 * gdb.opt/inline-small-func.exp: New file.
1169 * gdb.opt/inline-small-func.h: New file.
1170
1171 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1174 function.
1175
1176 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * lib/dwarf.exp (function_range): Allow compiler options to be
1179 specified.
1180
1181 2020-04-02 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1184 __attribute__((always_inline)).
1185 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1186
1187 2020-04-02 Tom de Vries <tdevries@suse.de>
1188
1189 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1190 (gdbserver_gdb_exit): ... here. Add timeout warning.
1191 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1192 (connect_target_extended_remote): Append new server_spawn_id to
1193 server_spawn_ids.
1194 (cleanup): New proc.
1195 (setup, <toplevel>): Call cleanup.
1196
1197 2020-04-02 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.base/main-psymtab.exp: New file.
1200
1201 2020-04-02 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1204
1205 2020-04-01 Tom Tromey <tom@tromey.com>
1206
1207 * gdb.base/complex-parts.exp: Add type tests.
1208
1209 2020-04-01 Tom Tromey <tom@tromey.com>
1210
1211 * gdb.base/complex-parts.exp: Add arithmetic tests.
1212
1213 2020-04-01 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.compile/compile.exp: Update.
1216 * gdb.compile/compile-cplus.exp: Update.
1217 * gdb.base/varargs.exp: Update.
1218 * gdb.base/floatn.exp: Update.
1219 * gdb.base/endianity.exp: Update.
1220 * gdb.base/callfuncs.exp (do_function_calls): Update.
1221 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1222 (complex_float_integral_args): Update.
1223 * gdb.base/complex.exp: Update.
1224 * gdb.base/complex-parts.exp: Update.
1225
1226 2020-04-01 Tom Tromey <tromey@adacore.com>
1227
1228 * gdb.rust/union.rs: New file.
1229 * gdb.rust/union.exp: New file.
1230 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1231 (main): Update.
1232 * gdb.rust/simple.exp: Move union tests to union.exp.
1233
1234 2020-04-01 Tom Tromey <tromey@adacore.com>
1235
1236 * gdb.rust/simple.rs (main): Remove "y0".
1237
1238 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1239
1240 * gdb.multi/stop-all-on-exit.c: New test.
1241 * gdb.multi/stop-all-on-exit.exp: New file.
1242
1243 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1244
1245 PR gdb/24789
1246 * gdb.cp/misc.cc: Add integer reference variable.
1247 * gdb.cp/misc.exp: Add test.
1248
1249 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1250
1251 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1252 scenario to cover execution until the end and also the case
1253
1254 2020-03-31 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1257 c. Use "maint info symtabs" to check symtab expansion.
1258
1259 2020-03-30 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1262 unsupported.
1263 (verify_psymtab_expanded): Move ...
1264 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1265 test.
1266 (readnow): New proc.
1267
1268 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1271 with $hex.
1272
1273 2020-03-20 Tom Tromey <tromey@adacore.com>
1274
1275 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1276
1277 2020-03-20 Tom Tromey <tromey@adacore.com>
1278
1279 * gdb.ada/sub_variant/subv.adb: New file.
1280 * gdb.ada/sub_variant.exp: New file.
1281
1282 2020-03-20 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1285 first break fails.
1286 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1287
1288 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * gdb.server/exit-multiple-threads.c: New file.
1291 * gdb.server/exit-multiple-threads.exp: New file.
1292
1293 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb.fortran/mixed-lang-stack.c: New file.
1296 * gdb.fortran/mixed-lang-stack.cpp: New file.
1297 * gdb.fortran/mixed-lang-stack.exp: New file.
1298 * gdb.fortran/mixed-lang-stack.f90: New file.
1299
1300 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.linespec/cp-completion-aliases.cc: New file.
1303 * gdb.linespec/cp-completion-aliases.exp: New file.
1304
1305 2020-03-19 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1308 more precise.
1309
1310 2020-03-18 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1313 * gdb.dwarf2/break-inline-psymtab.c: New test.
1314 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1315
1316 2020-03-16 Tom de Vries <tdevries@suse.de>
1317
1318 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1319 cache_verify and cache_verify_proc.
1320
1321 2020-03-15 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.server/solib-list.exp: Handle
1324 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1325
1326 2020-03-15 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1329 objfiles".
1330
1331 2020-03-14 Tom Tromey <tom@tromey.com>
1332
1333 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1334
1335 2020-03-14 Tom de Vries <tdevries@suse.de>
1336
1337 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1338
1339 2020-03-14 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1342 result in line-by-line fashion.
1343
1344 2020-03-14 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdb.exp (supports_statement_frontiers): New proc.
1347 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1348
1349 2020-03-14 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.base/printcmds.exp: Add missing quoting for "print
1352 teststring2".
1353
1354 2020-03-13 Tom Tromey <tom@tromey.com>
1355
1356 * gdb.base/printcmds.exp (test_print_strings): Add regression
1357 test.
1358 * gdb.base/printcmds.c (charptr): New typedef.
1359 (teststring2): New global.
1360
1361 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1364 full path in the test name.
1365 (test_ld): Add some with_test_prefix blocks to make test names
1366 unique.
1367
1368 2020-03-13 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1371
1372 2020-03-13 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1375
1376 2020-03-13 Tom de Vries <tdevries@suse.de>
1377
1378 PR symtab/25646
1379 * gdb.dwarf2/imported-unit.exp: Add test.
1380
1381 2020-03-13 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1384 (var1, var2): New variable.
1385 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1386 matching symbols.
1387
1388 2020-03-13 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1391 (Term::command): Use prompt prefix.
1392 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1393 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1394 command_no_prompt_prefix instead of prefix.
1395 * gdb.tui/tui-layout-asm.exp: Same.
1396
1397 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1398
1399 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1400
1401 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1402
1403 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1404 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1405 on" while stepping over the test instruction, match printed
1406 message.
1407
1408 2020-03-12 Tom de Vries <tdevries@suse.de>
1409
1410 * gdb.base/info-types.exp: Use exp_continue during matching of output
1411 of "info types".
1412
1413 2020-03-12 Tom de Vries <tdevries@suse.de>
1414
1415 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1416
1417 2020-03-12 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.fortran/module.exp: Use exp_continue during matching of output
1420 of "info variable -n".
1421
1422 2020-03-12 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1425 gdb.dwarf2/dw2-ranges-base.c.
1426
1427 2020-03-12 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1430 in presence of GLIBC debuginfo.
1431
1432 2020-03-12 Tom de Vries <tdevries@suse.de>
1433
1434 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1435 $core.
1436
1437 2020-03-12 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1440 more precise.
1441
1442 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1443
1444 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1445 from Unix to Windows path.
1446
1447 2020-03-11 Tom de Vries <tdevries@suse.de>
1448
1449 * gdb.ada/minsyms.exp: Set language to ada.
1450
1451 2020-03-11 Tom de Vries <tdevries@suse.de>
1452
1453 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1454
1455 2020-03-11 Tom de Vries <tdevries@suse.de>
1456
1457 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1458
1459 2020-03-11 Tom Tromey <tromey@adacore.com>
1460
1461 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1462
1463 2020-03-11 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1466
1467 2020-03-11 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.base/break-interp.exp: Limit verbose scope.
1470
1471 2020-03-11 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.fortran/logical.f90: Define variable with character type.
1474 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1475
1476 2020-03-11 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1479
1480 2020-03-11 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1483 symtabs.
1484
1485 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1486 Bernd Edlinger <bernd.edlinger@hotmail.de>
1487
1488 * gdb.cp/step-and-next-inline.cc: New file.
1489 * gdb.cp/step-and-next-inline.exp: New file.
1490 * gdb.cp/step-and-next-inline.h: New file.
1491 * gdb.dwarf2/dw2-is-stmt.c: New file.
1492 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1493 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1494 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1495 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1496
1497 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1500 is-stmt flag in the line table.
1501
1502 2020-03-09 Tom de Vries <tdevries@suse.de>
1503
1504 * lib/gdb.exp (cached_file): Create cache dir.
1505
1506 2020-03-07 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1509 * gdb.cp/rvalue-ref-params.exp: Same.
1510
1511 2020-03-06 Tom de Vries <tdevries@suse.de>
1512
1513 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1514 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1515
1516 2020-03-06 Tom de Vries <tdevries@suse.de>
1517
1518 * README: Fix "the the".
1519 * gdb.base/dprintf.exp: Same.
1520
1521 2020-03-05 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.base/maint.exp: Update "main print statistics" expected output.
1524
1525 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1526
1527 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1528 (fortran_int8): Likewise.
1529 (fortran_real4): Likewise.
1530 (fortran_real8): Likewise.
1531 (fortran_complex4): Likewise.
1532 (fortran_logical4): Likewise.
1533 (fortran_character1): Likewise.
1534
1535 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1538 printed as true.
1539
1540 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1541
1542 * gdb.base/printcmds.exp: Add test to verify printf of a
1543 variable holding an address.
1544
1545 2020-03-03 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1548
1549 2020-03-03 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1552 gdb_test_multiple call.
1553
1554 2020-03-03 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1557 gdb_test_multiple calls.
1558
1559 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1560
1561 * gdb.base/default.exp: Remove test of 'set history filename'.
1562 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1563 filename to the empty string.
1564 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1565 and GDBHISTSIZE.
1566
1567 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1570 disabled.
1571
1572 2020-03-02 Pedro Alves <palves@redhat.com>
1573 Tom de Vries <tdevries@suse.de>
1574
1575 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1576 -prompt prefix, before user_code argument. Add -lbl option likewise.
1577 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1578 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1579 argument.
1580 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1581 have "\r\n" at start-of-line, instead of at end-of-line.
1582
1583 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1584
1585 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1586 libinproctrace.so.
1587
1588 2020-02-28 Luis Machado <luis.machado@linaro.org>
1589
1590 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1591 to "p/x".
1592
1593 2020-02-28 Luis Machado <luis.machado@linaro.org>
1594
1595 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1596 asm/ptrace.h and error.h.
1597
1598 2020-02-28 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1601 (struct wrapper, do_something, mundane/symada__cS): Move ...
1602 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1603 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1604 Update "print symada__cS before partial symtab expansion" regexp.
1605 Update breakpoint location. Flush symbol cache after expansion.
1606
1607 2020-02-28 Luis Machado <luis.machado@linaro.org>
1608
1609 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1610
1611 2020-02-27 Tom de Vries <tdevries@suse.de>
1612
1613 * config/sid.exp: Remove unused globals.
1614 * gdb.base/attach.exp: Same.
1615 * gdb.base/catch-load.exp: Same.
1616 * gdb.base/dbx.exp: Same.
1617 * lib/gdb.exp: Same.
1618 * lib/mi-support.exp: Same.
1619 * lib/prompt.exp: Same.
1620
1621 2020-02-27 Tom de Vries <tdevries@suse.de>
1622
1623 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1624 not set.
1625
1626 2020-02-26 Aaron Merey <amerey@redhat.com>
1627
1628 * gdb.debuginfod: New directory for debuginfod tests.
1629 * gdb.debuginfod/main.c: New test file.
1630 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1631
1632 2020-02-26 Tom de Vries <tdevries@suse.de>
1633
1634 PR gdb/25603
1635 * gdb.base/persistent-lang.cc: New test.
1636 * gdb.base/persistent-lang.exp: New file.
1637
1638 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.fortran/derived-type-striding.exp: Add a new test.
1641 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1642 new test.
1643
1644 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1647 names.
1648
1649 2020-02-25 Tom de Vries <tdevries@suse.de>
1650
1651 PR go/18926
1652 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1653
1654 2020-02-24 Tom de Vries <tdevries@suse.de>
1655
1656 PR gdb/25592
1657 * gdb.base/info-locals-unused-static-var.c: New test.
1658 * gdb.base/info-locals-unused-static-var.exp: New file.
1659
1660 2020-02-22 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.python/tui-window.exp: New file.
1663 * gdb.python/tui-window.py: New file.
1664
1665 2020-02-22 Tom Tromey <tom@tromey.com>
1666
1667 PR tui/17850:
1668 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1669 tests.
1670
1671 2020-02-22 Tom Tromey <tom@tromey.com>
1672
1673 * gdb.tui/new-layout.exp: Add sub-layout tests.
1674
1675 2020-02-22 Tom Tromey <tom@tromey.com>
1676
1677 * gdb.tui/new-layout.exp: New file.
1678
1679 2020-02-22 Tom Tromey <tom@tromey.com>
1680
1681 * gdb.rust/rust-style.rs: New file.
1682 * gdb.rust/rust-style.exp: New file.
1683 * gdb.base/style.exp: Test structure printing.
1684 * gdb.base/style.c (struct some_struct): New type.
1685 (enum etype): New type.
1686 (struct_value): New global.
1687
1688 2020-02-21 Tom de Vries <tdevries@suse.de>
1689
1690 PR go/18926
1691 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1692 Remove blanket xfails. Use message argument for gdb_breakpoint.
1693 Make continuing to breakpoint test conditional on setting breakpoint.
1694 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1695 DW_AT_name attribute. Add xfail for GCC PR93866.
1696
1697 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1698
1699 * gdb.dwarf2/cpp-linkage-name.c: New file.
1700 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1701
1702 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1703
1704 * lib/gdb.exp (gdb_wrapper_init): Reset
1705 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1706 not exist.
1707
1708 2020-02-20 Tom de Vries <tdevries@suse.de>
1709
1710 PR go/17018
1711 * gdb.go/hello.exp: Copy ...
1712 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1713 print of st to print value of global definition. Add xfail for GCC
1714 PR93844.
1715 * gdb.go/hello.exp: Remove printing of st before definition.
1716 * gdb.go/hello.go: Copy ...
1717 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1718 to st.
1719 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1720
1721 2020-02-20 Tom de Vries <tdevries@suse.de>
1722
1723 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1724 (gdb_simple_compile): Handle compile_flags go by using .go extension
1725 for source file.
1726 * gdb.go/chan.exp: Use support_go_compile.
1727 * gdb.go/handcall.exp: Same.
1728 * gdb.go/hello.exp: Same.
1729 * gdb.go/integers.exp: Same.
1730 * gdb.go/max-depth.exp: Same.
1731 * gdb.go/methods.exp: Same.
1732 * gdb.go/package.exp: Same.
1733 * gdb.go/strings.exp: Same.
1734 * gdb.go/types.exp: Same.
1735 * gdb.go/unsafe.exp: Same.
1736
1737 2020-02-19 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.python/lib-types.exp: Make xfail more strict.
1740
1741 2020-02-19 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1744
1745 2020-02-19 Doug Evans <dje@google.com>
1746
1747 PR rust/25535
1748 * gdb.rust/simple.exp: Add test.
1749 * gdb.rust/simple.rs: Add test.
1750
1751 2020-02-19 Tom de Vries <tdevries@suse.de>
1752
1753 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1754 output line-by-line.
1755
1756 2020-02-19 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1759
1760 2020-02-19 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1763 prelink.
1764
1765 2020-02-19 Tom de Vries <tdevries@suse.de>
1766
1767 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1768 (gdb_do_cache): Use gdb_do_cache_wrap.
1769 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1770
1771 2020-02-19 Tom de Vries <tdevries@suse.de>
1772
1773 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1774 gdb_compile option.
1775
1776 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1777
1778 * gdb.base/printcmds.exp (test_print_enums): Update expected
1779 output.
1780
1781 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1782
1783 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1784 for "unknown".
1785
1786 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1787
1788 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1789 enumerator.
1790
1791 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1792
1793 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1794 FE_, add FE_NONE.
1795 (three): Update.
1796 (enum flag_enum_without_zero): New enum.
1797 (flag_enum_without_zero): New variable.
1798 (enum not_flag_enum): New enum.
1799 (three_not_flag): New variable.
1800 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1801 (test_print_enums): Add more tests for printing flag enums.
1802
1803 2020-02-18 Tom de Vries <tdevries@suse.de>
1804
1805 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1806 (gdb_compile_ada): ... here.
1807 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1808 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1809
1810 2020-02-14 Tom Tromey <tom@tromey.com>
1811
1812 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1813 build directory.
1814 * boards/gdbserver-base.exp: Update path to gdbserver.
1815
1816 2020-02-13 Tom de Vries <tdevries@suse.de>
1817
1818 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1819
1820 2020-02-13 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1823 are missing.
1824
1825 2020-02-13 Tom de Vries <tdevries@suse.de>
1826
1827 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1828 call.
1829
1830 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1831
1832 PR tui/25126
1833 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1834 * gdb.base/cached-source-file.c: New file.
1835 * gdb.base/cached-source-file.exp: New file.
1836
1837 2020-02-11 Tom de Vries <tdevries@suse.de>
1838
1839 PR testsuite/25488
1840 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1841
1842 2020-02-10 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1845
1846 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1847
1848 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1849 and $after_addr are both integers before making a comparison.
1850
1851 2020-02-09 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1854 command output and paste it into gdb.log. If any, paste catch message
1855 to gdb.log.
1856
1857 2020-02-07 Tom Tromey <tromey@adacore.com>
1858
1859 PR breakpoints/24915:
1860 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1861
1862 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1863
1864 * gdb.tui/tui-missing-src.exp: Add the "missing source
1865 file" test for the TUI.
1866
1867 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1870 including a port number in the output.
1871
1872 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1873
1874 * lib/fortran.exp (fortran_int4): Handle clang.
1875 (fortran_int8): Likewise.
1876 (fortran_real4): Likewise.
1877 (fortran_real8): Likewise.
1878 (fortran_complex4): Likewise.
1879 (fortran_logical4): Likewise.
1880 (fortran_character1): Likewise.
1881
1882 2020-02-04 Tom de Vries <tdevries@suse.de>
1883
1884 * README (Race detection): Add note.
1885
1886 2020-02-04 Tom de Vries <tdevries@suse.de>
1887
1888 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
1889
1890 2020-02-04 Tom de Vries <tdevries@suse.de>
1891
1892 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
1893
1894 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
1895
1896 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
1897 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
1898 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
1899 blttar, bnetarl.
1900 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
1901 binary for blttar, bnetarl.
1902 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
1903 wait instruction. Delete ldmx test.
1904 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
1905
1906 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1907
1908 * gdb.fortran/array-bounds-high.exp: New file.
1909 * gdb.fortran/array-bounds-high.f90: New file.
1910
1911 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
1912
1913 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
1914 Replace #include of <sys/fcntl.h> by <fcntl.h>.
1915
1916 2020-02-01 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
1919
1920 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
1921
1922 PR tui/9765
1923 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1924 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1925
1926 2020-01-29 Luis Machado <luis.machado@linaro.org>
1927
1928 * gdb.arch/aarch64-brk-patterns.c: New source file.
1929 * gdb.arch/aarch64-brk-patterns.exp: New test.
1930
1931 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1932
1933 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1934 GCC/Clang version.
1935 * gdb.cp/pass-by-ref.exp: Ditto.
1936
1937 2020-01-29 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1940 * gdb.threads/watchpoint-fork-mt.c: Same.
1941 * gdb.threads/watchpoint-fork-parent.c: Same.
1942 * gdb.threads/watchpoint-fork-st.c: Same.
1943 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1944
1945 2020-01-27 Luis Machado <luis.machado@linaro.org>
1946
1947 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1948 sitting at a syscall instruction when we hit the syscall function's
1949 breakpoint.
1950 Check PC against one obtained with the x command.
1951 Validate syscall number.
1952 (step_over_syscall): Don't continue to the syscall instruction if
1953 we're already there.
1954
1955 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1956
1957 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1958
1959 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1962 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1963
1964 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1967 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1968
1969 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1970
1971 * gdb.base/maint.exp: Update line table parsing test.
1972 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1973
1974 2020-01-24 Pedro Alves <palves@redhat.com>
1975
1976 PR gdb/25410
1977 * gdb.multi/multi-re-run-1.c: New.
1978 * gdb.multi/multi-re-run-2.c: New.
1979 * gdb.multi/multi-re-run.exp: New.
1980
1981 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 PR gdb/23718
1984 * gdb.server/server-kill-python.exp: New file.
1985
1986 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * gdb.server/multi-ui-errors.c: New file.
1989 * gdb.server/multi-ui-errors.exp: New file.
1990
1991 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 PR tui/9765
1994 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1995
1996 2020-01-19 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.tui/main.exp: Add check for plain "file".
1999
2000 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2001
2002 * lib/gdb.exp: Fix spelling error (seperatelly).
2003
2004 2020-01-14 Tom Tromey <tom@tromey.com>
2005
2006 PR symtab/12535:
2007 * gdb.python/python.exp: Test decode_line with empty string
2008 argument.
2009
2010 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2011
2012 * gdb.base/skip-inline.exp: Extend test.
2013
2014 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2017 * gdb.dwarf2/dw2-bad-elf.c: New file.
2018 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2019
2020 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2023 _line_saw_file.
2024
2025 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2028 border.
2029
2030 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2031
2032 * gdb.multi/multi-target.exp (setup): Factor out "info
2033 connections" and "info inferiors" tests to ...
2034 (test_info_inferiors): ... this new procedure.
2035 (top level): Run new "info-inferiors" tests.
2036
2037 2020-01-10 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.server/bkpt-other-inferior.exp: New file.
2040
2041 2020-01-10 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2044 of "add-inferior".
2045 * gdb.base/quit-live.exp: Likewise.
2046 * gdb.base/remote-exec-file.exp: Likewise.
2047 * gdb.guile/scm-progspace.exp: Likewise.
2048 * gdb.linespec/linespec.exp: Likewise.
2049 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2050 * gdb.mi/user-selected-context-sync.exp: Likewise.
2051 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2052 "info inferiors" tests.
2053 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2054 "add-inferior".
2055 * gdb.multi/watchpoint-multi.exp: Likewise.
2056 * gdb.python/py-inferior.exp: Likewise.
2057 * gdb.server/extended-remote-restart.exp: Likewise.
2058 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2059 "info inferiors".
2060 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2061 * gdb.trace/report.exp: Likewise.
2062
2063 2020-01-10 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.multi/multi-target.c: New file.
2066 * gdb.multi/multi-target.exp: New file.
2067 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2068 mode requested, but remote does not support non-stop".
2069
2070 2020-01-10 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2073 disconnect before reconnecting.
2074
2075 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2076 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.server/connect-without-multi-process.exp: Also test
2079 continuing to end.
2080
2081 2020-01-10 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/remote-exec-file.exp: New file.
2084
2085 2020-01-10 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2088 output.
2089 * gdb.threads/async.c: New.
2090 * gdb.threads/async.exp: New.
2091 * gdb.multi/tids-gid-reset.c: New.
2092 * gdb.multi/tids-gid-reset.exp: New.
2093
2094 2020-01-10 George Barrett <bob@bob131.so>
2095
2096 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2097 to help in finding the image relocation offset.
2098 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2099 options in arguments.
2100 (stap_test_no_debuginfo): Likewise.
2101 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2102 test variants.
2103 (stap_test): Add null semaphore relocation test.
2104
2105 2020-01-10 George Barrett <bob@bob131.so>
2106
2107 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2108 * gdb.base/stap-probe.exp: Likewise.
2109 (stap_test): Pass argument as an additional flag.
2110 (stap_test_no_debuginfo): Likewise.
2111 (stap_test): Check `info probes stap' output for semaphore
2112 addresses if the test binary is supposed to have them.
2113
2114 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2115
2116 * gdb.tui/basic.exp: Add more scrolling tests.
2117
2118 2020-01-09 Tom Tromey <tom@tromey.com>
2119
2120 PR tui/18932:
2121 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2122 meangingful value.
2123 (Term::command, Term::resize): Update.
2124 * gdb.tui/basic.exp: Add scrolling test.
2125
2126 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * gdb.tui/tui-layout-asm.exp: New file.
2129
2130 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2133
2134 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2137 (Term::enter_tui): Use Term::prepare_for_tui.
2138
2139 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2142 called.
2143
2144 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * gdb.base/skip.exp: Fix race condition in test.
2147
2148 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2149
2150 * gdb.base/backtrace.c: New file.
2151 * gdb.base/backtrace.exp: New file.
2152
2153 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2154
2155 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2156
2157 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2158
2159 * gdb.base/style.exp: Test that warnings are styled.
2160
2161 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2162
2163 * gdb.base/line65535.exp: New file.
2164 * gdb.base/line65535.c: New file.
2165
2166 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2167
2168 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2169 * lib/gnat_debug_info_test.adb: New file.
2170 * gdb.ada/ptype_tagged_param.exp: Use
2171 gnat_runtime_has_debug_info, expect a different output if
2172 runtime does not have debug info.
2173
2174 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2175
2176 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2177 (another) quote in test name.
2178
2179 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2180
2181 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2182 Add quote in test name.
2183
2184 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2185
2186 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2187 directory instead.
2188 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2189 * gdb.cp/pass-by-ref-2.cc: New file.
2190 * gdb.cp/pass-by-ref-2.exp: New file.
2191
2192 2019-12-20 Tom Tromey <tom@tromey.com>
2193
2194 * gdb.tui/list-before.exp: New file.
2195
2196 2019-12-20 Tom Tromey <tom@tromey.com>
2197
2198 * gdb.tui/list.exp: Check for source on initial listing.
2199
2200 2019-12-11 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2203 Add crlf test.
2204
2205 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2206
2207 * gdb.base/default.exp: Update value of $_gdb_major.
2208
2209 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2210
2211 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2212
2213 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2214
2215 * gdb.base/skip.exp: Whitespace fix.
2216
2217 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2218
2219 * gdb.base/skip-inline.c: New file.
2220 * gdb.base/skip-inline.exp: New file.
2221
2222 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2223
2224 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2225 jit_function_00 to jit_function_stack_mangle.
2226 * gdb.base/jithost.c (jit_function_t): Rename to...
2227 (jit_function_stack_mangle_t): ... this.
2228 (jit_function_add_t): New typedef.
2229 (jit_function_00_code): Rename to...
2230 (jit_function_stack_mangle_code): ... this, make static.
2231 (jit_function_add_code): New.
2232 (main): Generate "add" function and call it. Adjust to changes
2233 in jithost_abi.
2234 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2235 (struct jithost_abi) <begin, end>: Remove fields.
2236 <object, function_stack_mangle, function_add>: New fields.
2237 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2238 code_end>: Remove fields.
2239 <func_stack_mangle>: New field.
2240 (read_debug_info): Adjust to renaming, create block for "add"
2241 function.
2242 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2243
2244 2019-12-11 Tom Tromey <tom@tromey.com>
2245
2246 * gdb.tui/resize.exp: Fix regexp.
2247 * gdb.tui/regs.exp: Fix regexps.
2248 * gdb.tui/main.exp: Fix regexp.
2249
2250 2019-12-11 Tom Tromey <tom@tromey.com>
2251
2252 * gdb.tui/resize.exp: Update.
2253 * gdb.tui/empty.exp (layouts): Update.
2254
2255 2019-12-11 Tom Tromey <tom@tromey.com>
2256
2257 * gdb.tui/regs.exp: Update.
2258 * gdb.tui/empty.exp (layouts): Update.
2259 * gdb.tui/basic.exp: Update.
2260 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2261
2262 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2263
2264 * gdb.base/options.exp: Add -raw-values in the print completion list.
2265 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2266
2267 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2268
2269 * gdb.threads/omp-par-scope.c: New file.
2270 * gdb/threads/omp-par-scope.exp: New file.
2271
2272 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2273
2274 * lib/gdb.exp (support_nested_function_tests): New proc.
2275
2276 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2277
2278 * lib/gdb.exp (gdb_compile_openmp): New proc.
2279 (build_executable_from_specs): Add an "openmp" option.
2280 (gdb_compile_pthreads): Add non-executable case.
2281
2282 2019-12-10 Tom Tromey <tromey@adacore.com>
2283
2284 * gdb.ada/unchecked_union.exp: New file.
2285 * gdb.ada/unchecked_union/pck.adb: New file.
2286 * gdb.ada/unchecked_union/pck.ads: New file.
2287 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2288 * gdb-utils.exp (string_to_regexp): Also quote "?".
2289
2290 2019-12-10 George Barrett <bob@bob131.so>
2291
2292 Test scripted probe breakpoints.
2293 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2294 * gdb.python/py-breakpoint.c (main): Likewise.
2295 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2296 specifier test.
2297 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2298
2299 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2300
2301 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2302 an rvalue parameter.
2303 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2304 parameter.
2305
2306 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2307
2308 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2309 modules.
2310
2311 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2312
2313 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2314 broken version of GCC.
2315
2316 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2317
2318 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2319 sym-info-cmds library.
2320 * gdb.fortran/info-types.exp: Likewise.
2321 * lib/sym-info-cmds.exp: New file.
2322
2323 2019-12-08 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2326
2327 2019-12-07 Keith Seitz <keiths@redhat.com>
2328
2329 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2330 * gdb.base/corefile-buildid-shlib.c: New file.
2331 * gdb.base/corefile-buildid.c: New file.
2332 * gdb.base/corefile-buildid.exp: New file.
2333
2334 2019-12-06 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.dwarf2/varval.exp: Add decl before def test.
2337
2338 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2339
2340 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2341
2342 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2343
2344 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2345 CV and reference conversion for overload resolution.
2346 * gdb.cp/rvalue-ref-overload.exp: Test it.
2347
2348 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2349
2350 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2351 * gdb.base/frameapply.exp: Test faas without command.
2352
2353 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2356 Fortran tests.
2357 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2358 order.
2359
2360 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2363 casting to type with no kind specified.
2364 (test_basic_parsing_of_type_kinds): Additional tests for types
2365 with no kind specified, and add tests for single/double
2366 precision/complex types.
2367
2368 2019-12-04 Tom Tromey <tromey@adacore.com>
2369
2370 * gdb.base/endianity.c (struct other) <x>: New field.
2371 (main): Initialize it.
2372 * gdb.base/endianity.exp: Update.
2373
2374 2019-12-04 Tom Tromey <tromey@adacore.com>
2375
2376 * gdb.ada/scalar_storage/storage.adb: New file.
2377 * gdb.ada/scalar_storage/pck.adb: New file.
2378 * gdb.ada/scalar_storage/pck.ads: New file.
2379 * gdb.ada/scalar_storage.exp: New file.
2380
2381 2019-12-04 Tom Tromey <tromey@adacore.com>
2382
2383 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2384 (main): Initialize it.
2385 * gdb.base/endianity.exp: Update.
2386
2387 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2390
2391 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2394 -symbol-info-module-functions and -symbol-info-module-variables.
2395
2396 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2399
2400 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2401 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * gdb.fortran/derived-type-striding.exp: New file.
2404 * gdb.fortran/derived-type-striding.f90: New file.
2405 * gdb.fortran/array-slices.exp: New file.
2406 * gdb.fortran/array-slices.f90: New file.
2407
2408 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2409
2410 * gdb.base/define.exp: Test . in command names.
2411 * gdb.base/setshow.exp: Update test, as . is now part of
2412 command name.
2413
2414 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2415
2416 * gdb.base/define-prefix.exp: New file.
2417
2418 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2421 compile.
2422 (skip_btrace_pt_tests): Likewise.
2423
2424 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.fortran/info-modules.exp: Compile source files in correct
2427 order.
2428
2429 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2430
2431 * gdb.dwarf2/imported-unit.exp: New file.
2432 * gdb.dwarf2/imported-unit.c: New file.
2433
2434 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.mi/mi-fortran-modules-2.f90: New file.
2437 * gdb.mi/mi-fortran-modules.exp: New file.
2438 * gdb.mi/mi-fortran-modules.f90: New file.
2439
2440 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 * gdb.mi/mi-sym-info-1.c: New file.
2443 * gdb.mi/mi-sym-info-2.c: New file.
2444 * gdb.mi/mi-sym-info.exp: New file.
2445
2446 2019-11-22 Tom Tromey <tromey@adacore.com>
2447
2448 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2449 * gdb.ada/tasks/foo.adb: Add another stopping location.
2450
2451 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2452
2453 * gdb.base/endianity.c: New test.
2454 * gdb.base/endianity.exp: New file.
2455
2456 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2457
2458 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2459
2460 2019-11-21 Tom de Vries <tdevries@suse.de>
2461
2462 PR gdb/24956
2463 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2464
2465 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2466
2467 * gdb.python/py-progspace.exp: Add missing parentheses on some
2468 'print' commands.
2469
2470 2019-11-19 Tom Tromey <tom@tromey.com>
2471
2472 * gdb.tui/winheight.exp: New file.
2473
2474 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.base/ctf-whatis.c: Delete.
2477 * gdb.base/ctf-whatis.exp: Delete.
2478 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2479
2480 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.base/ctf-cvexpr.exp: Delete.
2483 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2484
2485 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2488 the compiler. Clean up header comment a little.
2489 * gdb.base/ctf-ptype.exp: Likewise.
2490 * gdb.base/ctf-whatis.exp: Likewise.
2491 * lib/gdb.exp (skip_ctf_tests): New proc.
2492
2493 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2494
2495 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2496 * gdb.tui/corefile-run.exp: New file.
2497
2498 2019-11-14 Tom Tromey <tromey@adacore.com>
2499
2500 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2501 regression tests.
2502
2503 2019-11-12 Tom Tromey <tom@tromey.com>
2504
2505 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2506 after any command. Expect prompt after WAIT_FOR is seen.
2507 (enter_tui): Enable resize messages.
2508 (command): Expect command in output.
2509 (get_line): Avoid error when cursor appears to be off-screen.
2510 (dump_screen): Include screen size in title.
2511 (_do_resize): New proc, from "resize".
2512 (resize): Rewrite. Do resize in two steps.
2513 * gdb.tui/empty.exp (layouts): Fix entries.
2514 (check_boxes): Remove xfail.
2515 (check_text): Dump screen on failure.
2516
2517 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.python/py-symbol.exp: Add test for
2520 gdb.lookup_static_symbols.
2521
2522 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.python/py-symbol.c: Declare and call function from new
2525 py-symbol-2.c file.
2526 * gdb.python/py-symbol.exp: Compile both source files, and add new
2527 tests for gdb.lookup_static_symbol.
2528 * gdb.python/py-symbol-2.c: New file.
2529
2530 2019-11-02 Tom de Vries <tdevries@suse.de>
2531
2532 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2533 * gdb.base/anon.exp: Same.
2534 * gdb.base/auto-connect-native-target.exp: Same.
2535 * gdb.base/call-ar-st.exp: Same.
2536 * gdb.base/catch-syscall.exp: Same.
2537 * gdb.base/commands.exp: Same.
2538 * gdb.base/default.exp: Same.
2539 * gdb.base/display.exp: Same.
2540 * gdb.base/float.exp: Same.
2541 * gdb.base/foll-fork.exp: Same.
2542 * gdb.base/help.exp: Same.
2543 * gdb.base/info-macros.exp: Same.
2544 * gdb.base/info-proc.exp: Same.
2545 * gdb.base/info-target.exp: Same.
2546 * gdb.base/long_long.exp: Same.
2547 * gdb.base/macscp.exp: Same.
2548 * gdb.base/memattr.exp: Same.
2549 * gdb.base/nofield.exp: Same.
2550 * gdb.base/pointers.exp: Same.
2551 * gdb.base/printcmds.exp: Same.
2552 * gdb.base/ptype.exp: Same.
2553 * gdb.base/restore.exp: Same.
2554 * gdb.base/return.exp: Same.
2555 * gdb.base/scope.exp: Same.
2556 * gdb.base/set-noassign.exp: Same.
2557 * gdb.base/setshow.exp: Same.
2558 * gdb.base/shlib-call.exp: Same.
2559 * gdb.base/signals.exp: Same.
2560 * gdb.base/sigstep.exp: Same.
2561 * gdb.base/skip.exp: Same.
2562 * gdb.base/solib-symbol.exp: Same.
2563 * gdb.base/stap-probe.exp: Same.
2564 * gdb.base/step-line.exp: Same.
2565 * gdb.base/step-test.exp: Same.
2566 * gdb.base/style.exp: Same.
2567 * gdb.base/varargs.exp: Same.
2568 * gdb.base/vla-datatypes.exp: Same.
2569 * gdb.base/vla-ptr.exp: Same.
2570 * gdb.base/vla-sideeffect.exp: Same.
2571 * gdb.base/volatile.exp: Same.
2572 * gdb.base/watch-cond-infcall.exp: Same.
2573 * gdb.base/watchpoint.exp: Same.
2574
2575 2019-11-02 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2578 * gdb.cp/cpexprs.exp: Same.
2579 * gdb.cp/except-multi-location.exp: Same.
2580 * gdb.cp/exceptprint.exp: Same.
2581 * gdb.cp/gdb2384.exp: Same.
2582 * gdb.cp/inherit.exp: Same.
2583 * gdb.cp/m-static.exp: Same.
2584 * gdb.cp/meth-typedefs.exp: Same.
2585 * gdb.cp/misc.exp: Same.
2586 * gdb.cp/namespace.exp: Same.
2587 * gdb.cp/non-trivial-retval.exp: Same.
2588 * gdb.cp/overload.exp: Same.
2589 * gdb.cp/pr17132.exp: Same.
2590 * gdb.cp/re-set-overloaded.exp: Same.
2591 * gdb.cp/rvalue-ref-types.exp: Same.
2592 * gdb.cp/templates.exp: Same.
2593
2594 2019-11-01 Luis Machado <luis.machado@linaro.org>
2595
2596 PR gdb/25124
2597
2598 * gdb.arch/pr25124.S: New file.
2599 * gdb.arch/pr25124.exp: New file.
2600
2601 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.fortran/info-modules.exp: Update expected results, and add
2604 additional tests for 'info module functinos', and 'info module
2605 variables'.
2606 * gdb.fortran/info-types.exp: Update expected results.
2607 * gdb.fortran/info-types.f90: Extend testcase with additional
2608 module variables and functions.
2609
2610 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * gdb.fortran/info-modules.exp: New file.
2613 * gdb.fortran/info-types.exp: Build with new file.
2614 * gdb.fortran/info-types.f90: Include and use new module.
2615 * gdb.fortran/info-types-2.f90: New file.
2616
2617 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2618
2619 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2620 * gdb.base/settings.exp: Test all settings types using
2621 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2622 that now verifies that the value of "maint show" is the same as
2623 returned by the settings functions. Test the type of the
2624 maintenance settings.
2625 * gdb.base/default.exp: Update show_conv_list.
2626
2627 2019-10-31 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2630 gdb_test.
2631 * gdb.arch/amd64-disp-step.exp: Same.
2632 * gdb.asm/asm-source.exp: Same.
2633 * gdb.btrace/buffer-size.exp: Same.
2634 * gdb.btrace/cpu.exp: Same.
2635 * gdb.btrace/enable.exp: Same.
2636 * gdb.dwarf2/count.exp: Same.
2637 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2638 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2639 * gdb.fortran/vla-datatypes.exp: Same.
2640 * gdb.fortran/vla-history.exp: Same.
2641 * gdb.fortran/vla-ptype.exp: Same.
2642 * gdb.fortran/vla-value.exp: Same.
2643 * gdb.fortran/whatis_type.exp: Same.
2644 * gdb.guile/guile.exp: Same.
2645 * gdb.multi/tids.exp: Same.
2646 * gdb.python/py-finish-breakpoint.exp: Same.
2647 * gdb.python/py-framefilter.exp: Same.
2648 * gdb.python/py-pp-registration.exp: Same.
2649 * gdb.python/py-xmethods.exp: Same.
2650 * gdb.python/python.exp: Same.
2651 * gdb.server/connect-with-no-symbol-file.exp: Same.
2652 * gdb.server/no-thread-db.exp: Same.
2653 * gdb.server/run-without-local-binary.exp: Same.
2654 * gdb.stabs/weird.exp: Same.
2655 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2656 * gdb.threads/thread-find.exp: Same.
2657 * gdb.threads/tls-shared.exp: Same.
2658 * gdb.threads/tls.exp: Same.
2659 * gdb.threads/wp-replication.exp: Same.
2660 * gdb.trace/ax.exp: Same.
2661 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2662
2663 2019-10-31 Tom de Vries <tdevries@suse.de>
2664
2665 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2666 * gdb.ada/array_subscript_addr.exp: Same.
2667 * gdb.ada/arrayidx.exp: Same.
2668 * gdb.ada/arrayparam.exp: Same.
2669 * gdb.ada/arrayptr.exp: Same.
2670 * gdb.ada/boolean_expr.exp: Same.
2671 * gdb.ada/call_pn.exp: Same.
2672 * gdb.ada/complete.exp: Same.
2673 * gdb.ada/fixed_cmp.exp: Same.
2674 * gdb.ada/fun_addr.exp: Same.
2675 * gdb.ada/funcall_param.exp: Same.
2676 * gdb.ada/interface.exp: Same.
2677 * gdb.ada/mod_from_name.exp: Same.
2678 * gdb.ada/null_array.exp: Same.
2679 * gdb.ada/packed_array.exp: Same.
2680 * gdb.ada/packed_tagged.exp: Same.
2681 * gdb.ada/print_chars.exp: Same.
2682 * gdb.ada/print_pc.exp: Same.
2683 * gdb.ada/ptype_arith_binop.exp: Same.
2684 * gdb.ada/ptype_field.exp: Same.
2685 * gdb.ada/ptype_tagged_param.exp: Same.
2686 * gdb.ada/rec_return.exp: Same.
2687 * gdb.ada/ref_tick_size.exp: Same.
2688 * gdb.ada/str_ref_cmp.exp: Same.
2689 * gdb.ada/taft_type.exp: Same.
2690 * gdb.ada/tagged.exp: Same.
2691 * gdb.ada/type_coercion.exp: Same.
2692 * gdb.ada/uninitialized_vars.exp: Same.
2693
2694 2019-10-30 Tom de Vries <tdevries@suse.de>
2695
2696 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2697
2698 2019-10-26 Tom de Vries <tdevries@suse.de>
2699
2700 * gdb.base/bigcore.c: Fix typos in comments.
2701 * gdb.base/ctf-ptype.c: Same.
2702 * gdb.base/long_long.c: Same.
2703 * gdb.dwarf2/dw2-op-out-param.S: Same.
2704 * gdb.python/py-evthreads.c: Same.
2705 * gdb.reverse/i387-stack-reverse.c: Same.
2706 * gdb.trace/tfile.c: Same.
2707 * lib/compiler.c: Same.
2708 * lib/compiler.cc: Same.
2709
2710 2019-10-25 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2713 gdb_test_multiple calls.
2714 * gdb.reverse/sigall-reverse.exp: Same.
2715 * gdb.reverse/solib-precsave.exp: Same.
2716 * gdb.reverse/solib-reverse.exp: Same.
2717 * gdb.reverse/until-precsave.exp: Same.
2718 * gdb.reverse/until-reverse.exp: Same.
2719
2720 2019-10-24 Tom de Vries <tdevries@suse.de>
2721
2722 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2723 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2724 kfail using -wrap pattern flag and convenience variable
2725 gdb_test_name.
2726
2727 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.python/py-progspace.exp: Add tests for the
2730 Progspace.block_for_pc method.
2731
2732 2019-10-23 Tom Tromey <tom@tromey.com>
2733
2734 * configure: Rebuild.
2735 * aclocal.m4: Use m4_include, not sinclude.
2736
2737 2019-10-21 Tom de Vries <tdevries@suse.de>
2738
2739 * gdb.base/infcall-nested-structs.c: Add
2740 __attribute__((noinline,noclone)) to all functions.
2741 (call_all): Add missing variable initialization. Simplify return value.
2742 (breakpt): Increment volatile variable, to prevent call from being
2743 optimized out.
2744 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2745
2746 2019-10-17 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.fortran/module.exp: Allow info variables to print info for files
2749 other than module.f90.
2750
2751 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.fortran/module.exp: Extend with 'info variables' test.
2754
2755 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2758 F77_FOR_TARGET.
2759
2760 2019-10-16 Tom de Vries <tdevries@suse.de>
2761
2762 PR tdep/25096
2763 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2764
2765 2019-10-16 Tom de Vries <tdevries@suse.de>
2766
2767 PR tdep/24104
2768 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2769 Add KFAIL for PR tdep/25096.
2770
2771 2019-10-16 Tom de Vries <tdevries@suse.de>
2772
2773 PR testsuite/25059
2774 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2775
2776 2019-10-16 Tom de Vries <tdevries@suse.de>
2777
2778 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2779 as signed.
2780
2781 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2782
2783 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2784 one instead of increasing timeout.
2785
2786 2019-10-13 Tom de Vries <tdevries@suse.de>
2787
2788 PR record/25038
2789 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2790 * gdb.reverse/sigall-reverse.exp: Same.
2791 * gdb.reverse/solib-precsave.exp: Same.
2792 * gdb.reverse/solib-reverse.exp: Same.
2793 * gdb.reverse/step-precsave.exp: Same.
2794 * gdb.reverse/until-precsave.exp: Same.
2795 * gdb.reverse/until-reverse.exp: Same.
2796 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2797
2798 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2799
2800 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2801 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2802 (cmp_struct_05_01, cmp_struct_static_02_01)
2803 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2804 comparisons.
2805
2806 2019-10-10 Tom de Vries <tdevries@suse.de>
2807
2808 PR testsuite/24888
2809 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2810 gnatlink.
2811
2812 2019-10-09 Tom de Vries <tdevries@suse.de>
2813
2814 PR testsuite/25048
2815 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2816
2817 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2818
2819 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2820 exceptions due to missing debug information.
2821
2822 2019-10-07 Tom de Vries <tdevries@suse.de>
2823
2824 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2825
2826 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2829 * gdb.base/annota1.exp: Update to use gdb_test_name.
2830
2831 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2832
2833 * gdb.base/ctf-whatis.exp: New file.
2834 * gdb.base/ctf-whatis.c: New file.
2835 * gdb.base/ctf-ptype.exp: New file.
2836 * gdb.base/ctf-ptype.c: New file.
2837 * gdb.base/ctf-constvars.exp: New file.
2838 * gdb.base/ctf-constvars.c: New file.
2839 * gdb.base/ctf-cvexpr.exp: New file.
2840
2841 2019-10-04 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2844 for loop.
2845
2846 2019-10-03 Tom Tromey <tom@tromey.com>
2847
2848 PR rust/24976:
2849 * gdb.rust/simple.rs (Union2): New type.
2850 (main): Use Union2.
2851 * gdb.rust/simple.exp: Add test.
2852
2853 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2856 nested function prefix.
2857
2858 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2859 Richard Bunt <richard.bunt@arm.com>
2860 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2863 nested functions.
2864 * gdb.fortran/nested-funcs.f90: Update expected results.
2865 * gdb.fortran/nested-funcs-2.exp: New file.
2866 * gdb.fortran/nested-funcs-2.f90: New file.
2867
2868 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2869
2870 * gdb.python/py-parameter.exp: Make test names unique.
2871 * gdb.python/py-template.exp: Likewise.
2872 * gdb.python/py-value.exp: Likewise.
2873
2874 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/break-interp.exp: Reduce test name duplication.
2877 * gdb.base/call-sc.exp: Likewise.
2878 * gdb.base/callfuncs.exp: Likewise.
2879 * gdb.base/charset.exp: Likewise.
2880 * gdb.base/dump.exp: Likewise.
2881 * gdb.base/ena-dis-br.exp: Likewise.
2882 * gdb.base/relational.exp: Likewise.
2883 * gdb.base/step-over-syscall.exp: Likewise.
2884 * gdb.base/structs.exp: Likewise.
2885
2886 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.linespec/explicit.exp: Make test names unique.
2889 * gdb.linespec/ls-errs.exp: Likewise.
2890
2891 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.reverse/break-precsave.exp: Make test names unique.
2894 * gdb.reverse/break-reverse.exp: Likewise.
2895 * gdb.reverse/finish-precsave.exp: Likewise.
2896 * gdb.reverse/finish-reverse.exp: Likewise.
2897 * gdb.reverse/machinestate-precsave.exp: Likewise.
2898 * gdb.reverse/machinestate.exp: Likewise.
2899 * gdb.reverse/readv-reverse.exp: Likewise.
2900 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2901 * gdb.reverse/sigall-precsave.exp: Likewise.
2902 * gdb.reverse/sigall-reverse.exp: Likewise.
2903 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
2904 * gdb.reverse/watch-precsave.exp: Likewise.
2905 * gdb.reverse/watch-reverse.exp: Likewise.
2906
2907 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.threads/stop-with-handle.c: New file.
2910 * gdb.threads/stop-with-handle.exp: New file.
2911
2912 2019-10-03 Tom de Vries <tdevries@suse.de>
2913
2914 PR testsuite/25059
2915 * gdb.base/list-missing-source.exp: Allowing the "Compilation
2916 directory" line to be missing.
2917
2918 2019-10-03 Tom de Vries <tdevries@suse.de>
2919
2920 PR testsuite/25059
2921 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
2922 type optional.
2923
2924 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2925
2926 * gdb.python/py-format-string.c (string.h): New include.
2927 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2928 the same value, for endianness-independence.
2929 * gdb.python/py-format-string.exp (default_regexp_dict)
2930 (test_pretty_structs, test_format): Adjust expected output to the
2931 changed initialization.
2932
2933 2019-10-02 Tom Tromey <tromey@adacore.com>
2934
2935 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2936
2937 2019-10-02 Pedro Alves <palves@redhat.com>
2938 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2941 "print-file-var.h".
2942 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2943 (get_version_1): Print this_version_id and its address.
2944 Add extern "C" wrappers around interface functions.
2945 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2946 "print-file-var.h".
2947 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2948 (get_version_2): Print this_version_id and its address.
2949 Add extern "C" wrappers around interface functions.
2950 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2951 <stddef.h> and "print-file-var.h".
2952 Add extern "C" wrappers around interface functions.
2953 [VERSION_ID_MAIN] (this_version_id): Define.
2954 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2955 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2956 up extern "C" blocks.
2957 * gdb.base/print-file-var.exp (test): New, factored out from top
2958 level.
2959 (top level): Test all combinations of attribute hidden or not,
2960 dlopen or not, and this_version_id symbol in main file or not.
2961 Compile tests as both C++ and C, make test names unique.
2962
2963 2019-10-01 Tom Tromey <tom@tromey.com>
2964
2965 * gdb.base/style.exp: Test "show logging filename".
2966
2967 2019-10-01 Tom Tromey <tom@tromey.com>
2968
2969 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2970 * gdb.base/style.exp: Add metadata style test.
2971
2972 2019-10-01 Tom Tromey <tom@tromey.com>
2973
2974 * gdb.base/style.exp: Test "pwd".
2975
2976 2019-10-01 Tom Tromey <tom@tromey.com>
2977
2978 * gdb.base/style.exp: Update tests.
2979
2980 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2981
2982 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2983 'six' to unsigned.
2984 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2985 'five'. Use an all-ones bit pattern for each.
2986 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2987 to its changed values.
2988
2989 2019-09-30 Tom Tromey <tromey@adacore.com>
2990
2991 * gdb.rust/traits.rs: Disable all warnings.
2992
2993 2019-09-29 Tom de Vries <tdevries@suse.de>
2994
2995 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2996
2997 2019-09-29 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3000
3001 2019-09-27 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3004
3005 2019-09-27 Tom de Vries <tdevries@suse.de>
3006
3007 PR record/23188
3008 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3009
3010 2019-09-26 Tom Tromey <tromey@adacore.com>
3011
3012 * gdb.ada/py_taft.exp: New file.
3013 * gdb.ada/py_taft/main.adb: New file.
3014 * gdb.ada/py_taft/pkg.adb: New file.
3015 * gdb.ada/py_taft/pkg.ads: New file.
3016
3017 2019-09-24 Tom de Vries <tdevries@suse.de>
3018
3019 PR gdb/24598
3020 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3021
3022 2019-09-22 Tom de Vries <tdevries@suse.de>
3023
3024 * gdb.base/restore.exp: Allow register variables to be optimized out at
3025 -O0.
3026
3027 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3028
3029 * gdb.arch/spu-info.exp: Remove file.
3030 * gdb.arch/spu-info.c: Remove file.
3031 * gdb.arch/spu-ls.exp: Remove file.
3032 * gdb.arch/spu-ls.c: Remove file.
3033
3034 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3035 * gdb.asm/spu.inc: Remove file.
3036
3037 * gdb.base/dump.exp: Remove support for spu*-*-*.
3038 * gdb.base/stack-checking.exp: Likewise.
3039 * gdb.base/overlays.exp: Likewise.
3040 * gdb.base/ovlymgr.c: Likewise.
3041 * gdb.base/spu.ld: Remove file.
3042
3043 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3044 * gdb.cp/cpexprs.exp: Likewise.
3045 * gdb.cp/exception.exp: Likewise.
3046 * gdb.cp/gdb2495.exp: Likewise.
3047 * gdb.cp/mb-templates.exp: Likewise.
3048 * gdb.cp/pr9167.exp: Likewise.
3049 * gdb.cp/userdef.exp: Likewise.
3050
3051 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3052
3053 * gdb.cell: Remove directory.
3054 * lib/cell.exp: Remove file.
3055
3056 2019-09-19 Tom de Vries <tdevries@suse.de>
3057
3058 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3059
3060 2019-09-19 Tom de Vries <tdevries@suse.de>
3061
3062 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3063
3064 2019-09-19 Tom de Vries <tdevries@suse.de>
3065
3066 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3067 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3068 (gdb_target_cmd): ... here.
3069 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3070 value 2.
3071
3072 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.base/source-dir.exp: Avoid having directory names in test
3075 names.
3076
3077 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3080 directory.
3081
3082 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.base/list-missing-source.exp: New file.
3085
3086 2019-09-14 Tom de Vries <tdevries@suse.de>
3087
3088 PR teststuite/24599
3089 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3090 * lib/ada.exp (gnatmake_version_at_least): New proc.
3091
3092 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.base/maint.exp: Use exec_has_index_section.
3095
3096 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.base/maint.exp: Add test for 'maint info sections'.
3099
3100 2019-09-12 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.base/store.exp: Allow register variables to be optimized out at
3103 -O0.
3104
3105 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.ada/rdv_wait.exp: Update to new task names.
3108 * gdb.base/task_switch_in_core.exp: Likewise.
3109 * gdb.base/info_sources_base.c: Likewise.
3110
3111 2019-09-10 Tom Tromey <tromey@adacore.com>
3112
3113 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3114
3115 2019-09-10 Tom Tromey <tromey@adacore.com>
3116
3117 * gdb.ada/dgopt.exp: New file.
3118 * gdb.ada/dgopt/x.adb: New file.
3119
3120 2019-09-08 Tom Tromey <tom@tromey.com>
3121
3122 * gdb.tui/resize.exp: Remove setup_xfail.
3123 * gdb.tui/regs.exp: Remove setup_xfail.
3124 * gdb.tui/basic.exp: Remove setup_xfail.
3125
3126 2019-09-06 David Blaikie <dblaikie@gmail.com>
3127
3128 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3129 * gdb.cp/cplabel.exp: Ditto.
3130 * gdb.linespec/ls-errs.exp: Ditto.
3131
3132 2019-09-05 Tom de Vries <tdevries@suse.de>
3133
3134 * lib/gdb.exp (cmp_file_string): New proc.
3135 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3136 runto_main. Verify save breakpoints output.
3137
3138 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3139
3140 * gdb.base/info-var.exp: Test info variables without running
3141 to main, to avoid expect's buffer overflow.
3142
3143 2019-09-03 Tom Tromey <tromey@adacore.com>
3144
3145 * gdb.ada/bias.exp: New file.
3146 * gdb.ada/bias/bias.adb: New file.
3147 * gdb.ada/print_chars.exp: Add regression test.
3148 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3149 (MC): New variable.
3150
3151 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3152
3153 * gdb.base/argv0-symlink.exp: Run only on native target
3154 and local host.
3155
3156 2019-08-29 Tom de Vries <tdevries@suse.de>
3157
3158 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3159 diverse debug info.
3160 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3161
3162 2019-08-28 Tom de Vries <tdevries@suse.de>
3163
3164 * gdb.base/info-var.exp: Allow info variables to print info for files
3165 other than info-var-f1.c and info-var-f2.c.
3166
3167 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.fortran/info-types.exp: Add module.
3170 * gdb.fortran/info-types.f90: Update expected results.
3171
3172 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.fortran/info-types.exp: New file.
3175 * gdb.fortran/info-types.f90: New file.
3176 * lib/fortran.exp (fortran_character1): New proc.
3177
3178 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3181 functions'. Reindent as needed.
3182 * gdb.base/info-var-f1.c: New file.
3183 * gdb.base/info-var-f2.c: New file.
3184 * gdb.base/info-var.exp: New file.
3185 * gdb.base/info-var.h: New file.
3186
3187 2019-08-26 Tom de Vries <tdevries@suse.de>
3188
3189 PR c++/24852
3190 * gdb.cp/no-libstdcxx-probe.exp: New test.
3191
3192 2019-08-26 Tom de Vries <tdevries@suse.de>
3193
3194 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3195 * tests need to be skipped.
3196 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3197 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3198 mi_skip_libstdcxx_probe_tests.
3199
3200 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3201
3202 * gdb.python/py-xmethods.exp: Use raw strings when passing
3203 arguments to SimpleXMethodMatcher.
3204
3205 2019-08-22 Tom de Vries <tdevries@suse.de>
3206
3207 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3208 more informative.
3209
3210 2019-08-21 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.base/with.exp: Test "with" with no arguments.
3213
3214 2019-08-21 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.base/gdb-caching-proc.exp: Sort files.
3217
3218 2019-08-20 Tom de Vries <tdevries@suse.de>
3219
3220 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3221 compilation.
3222
3223 2019-08-16 Tom de Vries <tdevries@suse.de>
3224
3225 * gdb.base/compare-sections.exp ("after run to main"): Allow
3226 mismatched read-only sections for PIE executables.
3227
3228 2019-08-16 Tom Tromey <tom@tromey.com>
3229
3230 * lib/tuiterm.exp (_csi_Z): New proc.
3231 * gdb.tui/basic.exp: Update window positions.
3232 * gdb.tui/empty.exp: Update window positions.
3233
3234 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3235
3236 * gdb.base/examine-backward.exp: Correct regexp for
3237 "examine 3 bytes backward from ${address_zero}".
3238
3239 2019-08-15 Tom Tromey <tom@tromey.com>
3240
3241 * gdb.tui/empty.exp: Enable resizing tests.
3242
3243 2019-08-15 Tom Tromey <tromey@adacore.com>
3244
3245 * gdb.ada/char_enum.exp: Add regression tests.
3246 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3247 and '0'.
3248 (Char, Gchar): Update.
3249 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3250
3251 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3252
3253 * gdb.python/python.exp: Expect a leading underscore on
3254 GdbOutput{,Error}File.
3255
3256 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3257
3258 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3259 Windows host.
3260
3261 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3262
3263 * gdb.base/batch-preserve-term-settings.exp
3264 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3265
3266 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3267
3268 * lib/gdb.exp: When running on a mingw target, replace
3269 /x/ with x:/.
3270
3271 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3272
3273 * gdb.arch/aarch64-prologue.c: New test.
3274 * gdb.arch/aarch64-prologue.exp: New file.
3275
3276 2019-08-13 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3279 Thread.
3280
3281 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3282
3283 * gdb.python/py-completion.exp: Download the .py file to the host
3284 and use its host pathname. Conditionalize tests that use
3285 tab completion and manipulate files on the build machine.
3286 * gdb.python/py-events.exp: Download the .py file to the host
3287 and use its host pathname.
3288 * gdb.python/py-evsignal.exp: Likewise.
3289 * gdb.python/py-evthreads.exp: Likewise.
3290 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3291 pathname syntax.
3292 * gdb.python/py-framefilter.exp: Download the .py file to the right
3293 place on the host. Match Windows pathname syntax.
3294 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3295 .py file to the host and use its host pathname.
3296 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3297 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3298 build pathname. Skip symlink test on Windows host. Add missing
3299 newline at end of file.
3300 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3301 and use its host pathname.
3302 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3303 * gdb.python/py-section-script.exp: Use host location of binfile
3304 on safe-path. Use correct path separator on Windows host.
3305 Reorder alternatives in gdb_test_multiple to prevent matching
3306 the wrong alternative on success.
3307 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3308
3309 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3310
3311 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3312 expect the GDB inferior to no longer immediately stop after
3313 being resumed with "signal SIGINT".
3314
3315 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3316
3317 * gdb.linespec/break-ask.exp: Generalize regexps to match
3318 Windows pathnames too.
3319
3320 2019-08-08 Tom de Vries <tdevries@suse.de>
3321
3322 PR testsuite/24862
3323 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3324
3325 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3326
3327 * gdb.base/style.exp: Update tests for help doc new invariants.
3328 * gdb.base/help.exp: Likewise.
3329
3330 2019-08-06 Tom Tromey <tom@tromey.com>
3331
3332 * gdb.base/style.exp: Add disassemble test.
3333 * gdb.base/style.c (some_called_function): New function.
3334 (main): Use it.
3335
3336 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3337
3338 * gdb.python/py-block.exp: Test dictionary access on blocks.
3339
3340 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3341
3342 PR gdb/24863
3343 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3344 -list-thread-groups --available test when running under
3345 check-read1.
3346
3347 2019-08-05 Tom de Vries <tdevries@suse.de>
3348
3349 PR testsuite/24863
3350 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3351 * gdb.base/help.exp: Use with_read1_timeout_factor.
3352 * gdb.base/info-macros.exp: Same.
3353 * gdb.cp/nested-types.exp: Same.
3354
3355 2019-08-05 Tom de Vries <tdevries@suse.de>
3356
3357 * lib/gdb.exp (version_at_least): Factor out of ...
3358 (tcl_version_at_least): ... here.
3359 (gdb_compile): Fail if pie results in non-PIE executable.
3360 (readelf_version, readelf_prints_pie): New proc.
3361 (exec_is_pie): Return -1 if unknown.
3362
3363 2019-08-05 Tom de Vries <tdevries@suse.de>
3364
3365 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3366
3367 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3368
3369 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3370
3371 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3372
3373 * lib/completion-support.exp (test_gdb_complete_none): Skip
3374 tab completion tests if no readline support.
3375 (test_gdb_complete_unique_re): Likewise.
3376 (test_gdb_complete_multiple): Likewise.
3377
3378 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3379
3380 * gdb.base/info_sources.exp: New file.
3381 * gdb.base/info_sources.c: New file.
3382 * gdb.base/info_sources_base.c: New file.
3383
3384 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3385
3386 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3387 prefix argument.
3388 (test_exit_status): Add prefix argument.
3389
3390 2019-08-01 Tom de Vries <tdevries@suse.de>
3391
3392 PR testsuite/24863
3393 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3394 calling exp_continue for new thread and thread exited messages.
3395
3396 2019-08-01 Tom de Vries <tdevries@suse.de>
3397
3398 PR testsuite/24863
3399 * gdb.base/structs.exp: Fix check-read1 timeout using
3400 gdb_test_sequence.
3401 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3402
3403 2019-08-01 Tom de Vries <tdevries@suse.de>
3404
3405 PR testsuite/24863
3406 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3407 line.
3408
3409 2019-08-01 Tom de Vries <tdevries@suse.de>
3410
3411 PR testsuite/24863
3412 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3413
3414 2019-07-30 Tom Tromey <tromey@adacore.com>
3415
3416 * gdb.ada/display_nested.exp: New file.
3417 * gdb.ada/display_nested/foo.adb: New file.
3418 * gdb.ada/display_nested/pack.adb: New file.
3419 * gdb.ada/display_nested/pack.ads: New file.
3420
3421 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3422
3423 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3424 namespace.
3425 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3426
3427 2019-07-30 Tom de Vries <tdevries@suse.de>
3428
3429 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3430 instead.
3431
3432 2019-07-30 Tom de Vries <tdevries@suse.de>
3433
3434 PR testsuite/24834
3435 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3436 (exec_is_pie): New proc.
3437
3438 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3439
3440 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3441
3442 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3443
3444 * gdb.python/py-objfile.c: Add global and static vars.
3445 * gdb.python/py-objfile.exp: Test new functions Objfile.
3446 lookup_global_symbol and lookup_static_symbol.
3447
3448 2019-07-29 Tom Tromey <tom@tromey.com>
3449
3450 * lib/tuiterm.exp (Term::_csi_@): New proc.
3451 (Term::_csi_X): Don't move cursor.
3452
3453 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3454
3455 * gdb.base/options.exp: Update backtrace - completion to
3456 new option -frame-info.
3457 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3458 Test new 'set print frame-info'. Test backtrace -frame-info
3459 overriding 'set print frame-info'.
3460 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3461 Test new 'set print frame-info'.
3462 Verify consistency of backtrace with and without filters, with and
3463 without -no-filters.
3464 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3465 default.
3466
3467 2019-07-29 Tom de Vries <tdevries@suse.de>
3468
3469 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3470 no arguments".
3471
3472 2019-07-29 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3475 is a substring of the first for "complete non-unique file name".
3476
3477 2019-07-29 Tom de Vries <tdevries@suse.de>
3478
3479 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3480 with ".*".
3481
3482 2019-07-29 Tom de Vries <tdevries@suse.de>
3483
3484 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3485 Pass prompt_regexp parameter to gdb_test_multiple calls.
3486
3487 2019-07-29 Tom de Vries <tdevries@suse.de>
3488
3489 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3490 print registers" regexps.
3491
3492 2019-07-29 Tom de Vries <tdevries@suse.de>
3493
3494 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3495
3496 2019-07-29 Tom de Vries <tdevries@suse.de>
3497
3498 PR gdb/24855
3499 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3500 (skip_python_tests_prompt): Add prompt_regexp argument to
3501 gdb_test_multiple calls.
3502
3503 2019-07-27 Tom Tromey <tom@tromey.com>
3504
3505 * gdb.tui/main.exp: New file.
3506
3507 2019-07-27 Tom Tromey <tom@tromey.com>
3508
3509 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3510 optional.
3511 * gdb.tui/empty.exp: New file.
3512
3513 2019-07-27 Tom Tromey <tom@tromey.com>
3514
3515 * lib/tuiterm.exp (spawn): New proc.
3516 (Term::resize): New proc.
3517 * gdb.tui/resize.exp: New file.
3518
3519 2019-07-27 Tom Tromey <tom@tromey.com>
3520
3521 * gdb.tui/list.exp: New file.
3522
3523 2019-07-27 Tom Tromey <tom@tromey.com>
3524
3525 * gdb.tui/regs.exp: New file.
3526
3527 2019-07-27 Tom Tromey <tom@tromey.com>
3528
3529 * gdb.tui/basic.exp: Add "layout split" test.
3530
3531 2019-07-27 Tom Tromey <tom@tromey.com>
3532
3533 * gdb.tui/basic.exp: Add "layout asm" test.
3534
3535 2019-07-27 Tom Tromey <tom@tromey.com>
3536
3537 * lib/tuiterm.exp: New file.
3538 * gdb.tui/basic.exp: New file.
3539
3540 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3541
3542 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3543 Enable tests associated with this flag. Adjust regex
3544 referencing "foo_low" to now refer to "foo_cold" instead.
3545
3546 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3547
3548 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3549 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3550 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3551 foo_cold. Revise comments to match.
3552 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3553 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3554 were wrapped into this proc; Call do_test in loop from outermost
3555 level.
3556 (foo_low): Rename all occurrences to "foo_cold".
3557 (backtrace from baz): New test.
3558 (x2/i foo_cold): New test.
3559 (info line *foo_cold): New test.
3560
3561 2019-07-26 Tom de Vries <tdevries@suse.de>
3562
3563 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3564
3565 2019-07-25 Tom de Vries <tdevries@suse.de>
3566
3567 PR testsuite/24830
3568 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3569 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3570 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3571 (skip_libstdcxx_probe_tests): ... here.
3572 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3573
3574 2019-07-24 Tom de Vries <tdevries@suse.de>
3575
3576 PR testsuite/24807
3577 * gdb.objc/basicclass.m: Include stdio.h.
3578 * gdb.objc/nondebug.m: Same.
3579 * gdb.objc/objcdecode.m: Same.
3580
3581 2019-07-24 Tom de Vries <tdevries@suse.de>
3582
3583 PR testsuite/24612
3584 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3585 additional_flags.
3586
3587 2019-07-24 Tom de Vries <tdevries@suse.de>
3588
3589 PR testsuite/24831
3590 * gdb.multi/tids.exp: Update error messages for info threads.
3591
3592 2019-07-24 Tom de Vries <tdevries@suse.de>
3593
3594 * gdb.base/info-types.exp: Allow info types to print info for more than
3595 one file.
3596
3597 2019-07-23 Tom de Vries <tdevries@suse.de>
3598
3599 PR testsuite/24842
3600 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3601 gdb_spawn_with_cmdline_opts.
3602
3603 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3604
3605 * gdb.arch/arm-cmse-sgstubs.c: New test.
3606 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3607
3608 2019-07-23 Tom de Vries <tdevries@suse.de>
3609
3610 PR testsuite/24711
3611 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3612 issuing next command.
3613
3614 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3615
3616 * gdb.ada/info_auto_lang.exp: Update expected results.
3617 * gdb.base/info-types.c: Add additional types to check.
3618 * gdb.base/info-types.exp: Update expected results.
3619
3620 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.base/info-types.c: New file.
3623 * gdb.base/info-types.exp: New file.
3624
3625 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3626
3627 * gdb.arch/riscv-bp-infcall.c: New file.
3628 * gdb.arch/riscv-bp-infcall.exp: New file.
3629
3630 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3631
3632 PR breakpoints/24541
3633 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3634
3635 2019-07-14 Tom de Vries <tdevries@suse.de>
3636
3637 PR testsuite/24760
3638 * gdb.objc/basicclass.exp: Fix unterminated string.
3639
3640 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3641 Andrew Burgess <andrew.burgess@embecosm.com>
3642
3643 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3644 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3645 negative bounds.
3646 * gdb.fortran/vla-value.exp: Print elements of an array with
3647 negative bounds.
3648 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3649 testing.
3650
3651 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.base/options.exp (expect_string): Dequote strings in
3654 results.
3655 (test-string): Test strings with different quoting and reindent.
3656
3657 2019-07-10 Tom Tromey <tromey@adacore.com>
3658
3659 * gdb.ada/mi_ex_cond.exp: Update expected results.
3660 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3661 * gdb.ada/mi_catch_ex.exp: Update expected results.
3662 * gdb.ada/mi_catch_assert.exp: Update expected results.
3663 * gdb.ada/catch_ex.exp (catch_exception_info)
3664 (catch_exception_entry, catch_assert_entry)
3665 (catch_unhandled_entry): Update.
3666 * gdb.ada/catch_assert_if.exp: Update expected results.
3667
3668 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3669 Stephen Roberts <stephen.roberts@arm.com>
3670
3671 * gdb.base/define.exp: Restore original prompt.
3672
3673 2019-07-09 Pedro Alves <palves@redhat.com>
3674
3675 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3676 breakpoints" output.
3677 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3678 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3679 throw" creates breakpoint.
3680 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3681 'type="catchpoint"'.
3682
3683 2019-07-09 Pedro Alves <palves@redhat.com>
3684
3685 PR c++/15468
3686 * gdb.cp/except-multi-location-lib.cc: New.
3687 * gdb.cp/except-multi-location-main.cc: New.
3688 * gdb.cp/except-multi-location.exp: New.
3689
3690 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3693 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3694 argument and update callers.
3695
3696 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.arch/amd64-break-on-asm-line.S: New file.
3699 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3700
3701 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3702
3703 * gdb.base/printcmds.exp: Test printing C string and
3704 C wide string convenience vars without transiting via the inferior.
3705 Also make test names unique.
3706
3707 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3708
3709 PR breakpoints/25011
3710 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3711
3712 2019-07-04 Pedro Alves <palves@redhat.com>
3713
3714 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3715 body returned ok(0), break(3) or continue(4).
3716 * gdb.testsuite/foreach_with_prefix.exp: New file.
3717
3718 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3719
3720 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3721
3722 2019-07-03 Pedro Alves <palves@redhat.com>
3723
3724 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3725 "return -code".
3726
3727 2019-07-03 Pedro Alves <palves@redhat.com>
3728
3729 PR cli/24732
3730 * gdb.base/shell.exp: Load completion-support.exp.
3731 Adjust expected error output. Add completion tests.
3732
3733 2019-07-03 Pedro Alves <palves@redhat.com>
3734
3735 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3736 string_to_regexp.
3737
3738 2019-07-03 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3741 (expect_integer): Adjust to expect "-string".
3742 (expect_string): New.
3743 (all_options): Expect "-string".
3744 (test-flag, test-boolean): Adjust to expect "-string".
3745 (test-string): New proc.
3746 (top level): Call it.
3747
3748 2019-07-03 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3751 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3752 the expected output in the success.
3753
3754 2019-07-03 Pedro Alves <palves@redhat.com>
3755
3756 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3757 Split one gdb_test_multiple call in two to avoid a race.
3758
3759 2019-07-03 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.base/with.c: New file.
3762 * gdb.base/with.exp: New file.
3763
3764 2019-07-03 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/settings.exp: Replace all references to "maint
3767 test-settings set" with references to "maint set test-settings",
3768 and all references to "maint test-settings show" with references
3769 to "maint show test-settings".
3770
3771 2019-07-03 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.base/settings.exp (test-string): Adjust expected out when
3774 testing "maint test-settings show filename"
3775
3776 2019-07-02 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/options.exp (test-info-threads): New procedure.
3779 (top level): Call it.
3780
3781 2019-06-28 Tom Tromey <tromey@adacore.com>
3782
3783 * gdb.dwarf2/ada-linkage-name.c: New file.
3784 * gdb.dwarf2/ada-linkage-name.exp: New file.
3785
3786 2019-06-27 Tom Tromey <tromey@adacore.com>
3787
3788 PR c++/20020:
3789 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3790
3791 2019-06-26 Tom de Vries <tdevries@suse.de>
3792
3793 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3794
3795 2019-06-26 Tom de Vries <tdevries@suse.de>
3796
3797 * gdb.base/index-cache.exp: Add back missing debug option.
3798
3799 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3800
3801 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3802
3803 2019-06-25 Tom de Vries <tdevries@suse.de>
3804
3805 PR testsuite/24727
3806 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3807
3808 2019-06-24 Tom de Vries <tdevries@suse.de>
3809
3810 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3811
3812 2019-06-24 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3815 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3816 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3817
3818 2019-06-24 Tom de Vries <tdevries@suse.de>
3819
3820 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3821
3822 2019-06-21 Tom de Vries <tdevries@suse.de>
3823
3824 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3825
3826 2019-06-21 Tom de Vries <tdevries@suse.de>
3827
3828 PR testsuite/24518
3829 PR ada/24713
3830 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3831 index.
3832
3833 2019-06-19 Tom Tromey <tromey@adacore.com>
3834
3835 * gdb.ada/length_cond.exp: Add intro comment.
3836
3837 2019-06-19 Tom Tromey <tromey@adacore.com>
3838
3839 * gdb.ada/length_cond.exp: New file.
3840 * gdb.ada/length_cond/length_cond.adb: New file.
3841 * gdb.ada/length_cond/pck.adb: New file.
3842 * gdb.ada/length_cond/pck.ads: New file.
3843
3844 2019-06-18 Tom de Vries <tdevries@suse.de>
3845
3846 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3847
3848 2019-06-18 Tom Tromey <tromey@adacore.com>
3849
3850 * gdb.base/list0.h: Add comment explaining control character.
3851
3852 2019-06-18 Tom de Vries <tdevries@suse.de>
3853
3854 * boards/fission.exp: Break up long debug_flags line.
3855
3856 2019-06-16 Tom de Vries <tdevries@suse.de>
3857
3858 PR gdb/24445
3859 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3860 generated index.
3861
3862 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 PR gdb/24686
3865 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3866 improve detection of bug gdb/24541.
3867
3868 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3869
3870 PR gdb/24669
3871 * gdb.base/index-cache.exp (uses_readnow,
3872 expecting_index_cache_use): Define global variable.
3873 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3874 expecting_index_cache_use.
3875
3876 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3877 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 * gdb.fortran/pointers.f90: New file.
3880 * gdb.fortran/print_type.exp: New file.
3881 * gdb.fortran/vla-ptype.exp: Adapt expected results.
3882 * gdb.fortran/vla-type.exp: Likewise.
3883 * gdb.fortran/vla-value.exp: Likewise.
3884 * gdb.mi/mi-vla-fortran.exp: Likewise.
3885
3886 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
3889 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
3890 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
3891 as a stop reason.
3892
3893 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3894
3895 * gdb.base/annota1.exp: Update expected results.
3896 * gdb.cp/annota2.exp: Likewise.
3897 * gdb.cp/annota3.exp: Likewise.
3898
3899 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
3900
3901 * gdb.base/style-logging.exp: Remove path from test name.
3902
3903 2019-06-14 Tom Tromey <tromey@adacore.com>
3904
3905 PR gdb/24502:
3906 * gdb.base/style-logging.exp: New file.
3907
3908 2019-06-14 Tom Tromey <tromey@adacore.com>
3909
3910 * gdb.base/symfile-warn.exp: New file.
3911 * gdb.base/symfile-warn.c: New file.
3912
3913 2019-06-14 Tom Tromey <tromey@adacore.com>
3914
3915 * gdb.base/annotate-symlink.exp: New file.
3916
3917 2019-06-14 Tom Tromey <tromey@adacore.com>
3918
3919 * gdb.ada/set_wstr.exp: Add reassignment test.
3920
3921 2019-06-14 Tom Tromey <tromey@adacore.com>
3922
3923 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3924 'unchecked_access and 'unrestricted_access as well.
3925
3926 2019-06-14 Tom Tromey <tromey@adacore.com>
3927
3928 PR ada/24539:
3929 * gdb.ada/vla.exp: Update tests.
3930 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3931 pragma.
3932
3933 2019-06-13 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.base/settings.exp (test-integer): Test junk after
3936 "unlimited".
3937
3938 2019-06-13 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.base/options.exp (test-thread-apply): New.
3941 (top level): Call it.
3942
3943 2019-06-13 Pedro Alves <palves@redhat.com>
3944
3945 * gdb.base/options.exp (test-frame-apply): New.
3946 (top level): Test print commands with different "frame apply"
3947 prefixes.
3948
3949 2019-06-13 Pedro Alves <palves@redhat.com>
3950
3951 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3952 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3953 'max_completions' parameter and handle it.
3954 (test_gdb_completion_offers_commands): New.
3955
3956 2019-06-13 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3959
3960 2019-06-13 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.base/options.exp (test-backtrace): New.
3963 (top level): Call it.
3964
3965 2019-06-13 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.guile/scm-frame-args.exp: Use "set print
3968 raw-frame-arguments" instead of "set print raw frame-arguments".
3969 * gdb.python/py-frame-args.exp: Likewise.
3970
3971 2019-06-13 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.compile/compile.exp: Adjust expected output to option
3974 processing changes.
3975
3976 2019-06-13 Pedro Alves <palves@redhat.com>
3977
3978 * gdb.base/options.exp: Build executable.
3979 (test-print): New procedure.
3980 (top level): Call it, once for "print" and another for "compile
3981 print".
3982
3983 2019-06-13 Pedro Alves <palves@redhat.com>
3984
3985 * gdb.base/options.c: New file.
3986 * gdb.base/options.exp: New file.
3987
3988 2019-06-13 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3991 that "o" is ambiguous.
3992
3993 2019-06-13 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.base/settings.c: New file.
3996 * gdb.base/settings.exp: New file.
3997
3998 2019-06-13 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/completion.exp: Fix comment typo.
4001
4002 2019-06-13 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4005 foo --1" test.
4006
4007 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4008
4009 * gdb.fortran/block-data.f: New.
4010 * gdb.fortran/block-data.exp: New.
4011
4012 2019-06-11 Tom de Vries <tdevries@suse.de>
4013
4014 PR testsuite/24521
4015 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4016 message.
4017
4018 2019-06-11 Tom de Vries <tdevries@suse.de>
4019
4020 PR testsuite/24521
4021 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4022
4023 2019-06-11 Tom de Vries <tdevries@suse.de>
4024
4025 * boards/readnow.exp: New file.
4026
4027 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 * gdb.fortran/vla-sizeof.exp: Update expected results.
4030
4031 2019-06-06 Amos Bird <amosbird@gmail.com>
4032
4033 * gdb.base/annota1.exp (thread_switch): Add test for
4034 thread-exited annotation.
4035
4036 2019-06-06 Tom Tromey <tromey@adacore.com>
4037
4038 * gdb.base/maint.exp: Expect command started/finished output.
4039
4040 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4043 comment.
4044 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4045
4046 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4047
4048 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4049 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4050 * gdb.arch/riscv-unwind-long-insn.c: New file.
4051 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4052
4053 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4054
4055 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4056
4057 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4058
4059 * lib/gdb.exp (help_list_trailer): New regexp variable
4060 factorizing the help trailer message.
4061 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4062 arg to allow to better factorize various tests.
4063 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4064 (test_prefix_command_help): Use help_list_trailer.
4065 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4066 * gdb.guile/scm-cmd.exp: Likewise.
4067 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4068 * gdb.base/help.exp: Use test_user_defined_class_help.
4069 * gdb.base/style.exp: Add tests for styling of help and apropos.
4070 * lib/gdb-utils.exp (style): Add title and highlight styles.
4071
4072 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4073
4074 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4075 $_shell_exitsignal.
4076 * gdb.base/default.exp: Update for new convenience variables.
4077
4078 2019-05-29 Tom Tromey <tromey@adacore.com>
4079
4080 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4081 to "break complete ada" test case's regexp.
4082
4083 2019-05-29 Tom Tromey <tromey@adacore.com>
4084
4085 PR c++/20020:
4086 * gdb.cp/constexpr-field.exp: New file.
4087 * gdb.cp/constexpr-field.cc: New file.
4088
4089 2019-05-29 Tom Tromey <tromey@adacore.com>
4090
4091 * gdb.base/finish.exp (finish_no_print): New proc.
4092 (finish_tests): Call it.
4093
4094 2019-05-24 Tom de Vries <tdevries@suse.de>
4095
4096 * gdb.dwarf2/gdb-add-index.exp: New file.
4097
4098 2019-05-22 Tom Tromey <tromey@adacore.com>
4099
4100 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4101 * gdb.base/style.exp: Use "style".
4102 * lib/gdb-utils.exp (style): New proc.
4103
4104 2019-05-22 Tom de Vries <tdevries@suse.de>
4105
4106 * gdb.base/align.exp: Require c++11.
4107
4108 2019-05-22 Tom de Vries <tdevries@suse.de>
4109
4110 PR testsuite/24586
4111 * gdb.python/py-mi-var-info-path-expression.exp: Call
4112 mi_skip_python_tests to check if python is supported.
4113
4114 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4115
4116 * gdb.arch/aarch64-pauth.c: New test.
4117 * gdb.arch/aarch64-pauth.exp: New file.
4118
4119 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4120
4121 * README (Re-running Tests Outside The Testsuite): New section.
4122
4123 2019-05-21 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.arch/amd64-eval.exp: Require c++11.
4126 * gdb.base/max-depth.exp: Same.
4127 * gdb.compile/compile-cplus-array-decay.exp: Same.
4128 * gdb.cp/meth-typedefs.exp: Same.
4129 * gdb.cp/subtypes.exp: Same.
4130 * gdb.cp/temargs.exp: Same.
4131
4132 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4133
4134 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4135
4136 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 PR gdb/18644
4139 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4140 * gdb.fortran/printing-types.exp: Add new test.
4141 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4142 testing.
4143 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4144 setup_kfail call.
4145
4146 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4147
4148 * README (Running the Testsuite): Change example.
4149 (Testsuite Parameters): Remove TRANSCRIPT.
4150 * lib/gdb.exp: Remove TRANSCRIPT check.
4151
4152 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4153
4154 * README (Testsuite Parameters): Add replay logging to
4155 GDBSERVER_DEBUG.
4156 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4157 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4158 as a comma separated list.
4159 (gdb_debug_init): Override procedure.
4160
4161 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4162
4163 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4164 (gdb_write_cmd_file): New procedure.
4165 * lib/gdbserver-support.exp (gdbserver_start): Call
4166 gdbserver_write_cmd_file.
4167 (gdbserver_write_cmd_file): New procedure.
4168
4169 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4170
4171 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4172 (delete_breakpoints): Likewise.
4173 (gdb_run_cmd): Likewise.
4174 (gdb_start_cmd): Likewise.
4175 (gdb_starti_cmd): Likewise.
4176 (gdb_internal_error_resync): Likewise.
4177 (gdb_test_multiple): Likewise.
4178 (gdb_reinitialize_dir): Likewise.
4179 (default_gdb_exit): Likewise.
4180 (gdb_file_cmd): Mark kill as optional.
4181 (default_gdb_start): Call gdb_stdin_log_init.
4182 (send_gdb): Call gdb_stdin_log_write.
4183 (rerun_to_main): Mark Y as an answer.
4184 (gdb_stdin_log_init): New function.
4185 (gdb_stdin_log_write): Likewise.
4186
4187 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4188
4189 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4190 * gdb.base/debug-expr.exp: Likewise.
4191 * gdb.base/foll-fork.exp: Likewise.
4192 * gdb.base/foll-vfork.exp: Likewise.
4193 * gdb.base/fork-print-inferior-events.exp: Likewise.
4194 * gdb.base/gdb-sigterm.exp: Likewise.
4195 * gdb.base/gdbinit-history.exp: Likewise.
4196 * gdb.base/osabi.exp: Likewise.
4197 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4198 * gdb.base/ui-redirect.exp: Likewise.
4199 * gdb.gdb/unittest.exp: Likewise.
4200 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4201 * gdb.mi/mi-watch.exp: Likewise.
4202 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4203 * gdb.mi/user-selected-context-sync.exp: Likewise.
4204 * gdb.python/python.exp: Disable debug test when debugging.
4205 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4206 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4207 Likewise.
4208 * gdb.threads/stepi-random-signal.exp: Likewise.
4209
4210 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4211
4212 * Makefile.in: Pass through GDB_DEBUG.
4213 * README (Testsuite Parameters): Add GDB_DEBUG.
4214 (gdb,debug): Add board setting.
4215 * lib/gdb.exp (default_gdb_start): Start debugging.
4216 (gdb_debug_enabled): New procedure.
4217 (gdb_debug_init): Likewise.
4218
4219 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4220
4221 * Makefile.in: Pass through GDB_DEBUG.
4222 * README (Testsuite Parameters): Add GDB_DEBUG.
4223 (gdb,debug): Add board setting.
4224 * lib/gdb.exp (default_gdb_start): Start debugging.
4225 (gdb_debug_enabled): New procedure.
4226 (gdb_debug_init): Likewise.
4227
4228 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4229
4230 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4231
4232 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4233
4234 * gdb.base/ui-redirect.exp: Test redirection.
4235
4236 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4237
4238 * gdb.mi/mi-complete.exp: New file.
4239 * gdb.mi/mi-complete.cc: Likewise.
4240
4241 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4242
4243 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4244 indexed and sliced arrays, and pointers to arrays.
4245
4246 2019-05-14 Tom Tromey <tromey@adacore.com>
4247
4248 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4249 styling test.
4250
4251 2019-05-14 Tom de Vries <tdevries@suse.de>
4252
4253 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4254 selection entry encoding.
4255
4256 2019-05-10 Tom Tromey <tromey@adacore.com>
4257
4258 * gdb.ada/info_exc.exp: Add "complete" test.
4259
4260 2019-05-09 Tom de Vries <tdevries@suse.de>
4261
4262 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4263 CU-relative.
4264
4265 2019-05-09 Tom de Vries <tdevries@suse.de>
4266
4267 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4268 CU-relative.
4269
4270 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4271
4272 * gdb.ada/frame_arg_lang.exp: New testcase.
4273 * gdb.ada/frame_arg_lang/bla.adb: New file.
4274 * gdb.ada/frame_arg_lang/pck.ads: New file.
4275 * gdb.ada/frame_arg_lang/pck.adb: New file.
4276 * gdb.ada/frame_arg_lang/foo.c: New file.
4277
4278 2019-05-08 Tom Tromey <tromey@adacore.com>
4279
4280 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4281
4282 2019-05-08 Tom Tromey <tromey@adacore.com>
4283
4284 * gdb.base/ptype-offsets.exp: Update tests.
4285
4286 2019-05-08 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4289 cases.
4290 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4291 "short".
4292
4293 2019-05-08 Tom Tromey <tromey@adacore.com>
4294
4295 * gdb.ada/vla.exp: New file.
4296 * gdb.ada/vla/vla.adb: New file.
4297
4298 2019-05-07 Tom de Vries <tdevries@suse.de>
4299
4300 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4301
4302 2019-05-07 Tom de Vries <tdevries@suse.de>
4303
4304 PR testsuite/24522
4305 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4306 section.
4307
4308 2019-05-07 Tom de Vries <tdevries@suse.de>
4309
4310 PR testsuite/24522
4311 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4312 .debug_aranges section.
4313
4314 2019-05-07 Tom de Vries <tdevries@suse.de>
4315
4316 PR testsuite/24159
4317 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4318
4319 2019-05-06 Tom de Vries <tdevries@suse.de>
4320
4321 * lib/gdb.exp (exec_has_index_section): New proc.
4322 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4323 section.
4324
4325 2019-05-04 Tom de Vries <tdevries@suse.de>
4326
4327 * boards/cc-with-debug-names.exp: New file.
4328
4329 2019-05-03 Tom Tromey <tromey@adacore.com>
4330
4331 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4332 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4333 * gdb.ada/char_enum.exp: Add test.
4334
4335 2019-05-03 Tom de Vries <tdevries@suse.de>
4336
4337 * boards/cc-with-gdb-index.exp: New file.
4338
4339 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4340
4341 * gdb.rust/simple.exp: Add new test case.
4342 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4343 (main): Initialise an instance of the new struct.
4344
4345 2019-05-01 Tom Tromey <tromey@adacore.com>
4346
4347 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4348 record.
4349 (NPR): New variable.
4350 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4351 test.
4352
4353 2019-05-01 Tom Tromey <tromey@adacore.com>
4354
4355 * gdb.ada/packed_array_assign.exp: Add packed assignment
4356 regression test.
4357
4358 2019-05-01 Tom de Vries <tdevries@suse.de>
4359
4360 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4361
4362 2019-05-01 Tom de Vries <tdevries@suse.de>
4363
4364 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4365
4366 2019-04-30 Ali Tamur <tamur@google.com>
4367
4368 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4369
4370 2019-04-30 Tom Tromey <tromey@adacore.com>
4371
4372 * lib/ada.exp (find_ada_tool): New proc.
4373 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4374 * gdb.ada/catch_ex_std.exp: New file.
4375 * gdb.ada/catch_ex_std/foo.adb: New file.
4376 * gdb.ada/catch_ex_std/some_package.adb: New file.
4377 * gdb.ada/catch_ex_std/some_package.ads: New file.
4378
4379 2019-04-30 Tom Tromey <tromey@adacore.com>
4380
4381 PR c++/24470:
4382 * gdb.cp/temargs.cc: Add test code from PR.
4383
4384 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4385
4386 * gdb.fortran/vla-datatypes.exp: Update expected results.
4387 * gdb.fortran/vla-ptype.exp: Likewise.
4388 * gdb.fortran/vla-type.exp: Likewise.
4389 * gdb.fortran/vla-value.exp: Likewise.
4390
4391 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.fortran/ptr-indentation.exp: Update expected results.
4394 * gdb.fortran/ptype-on-functions.exp: Likewise.
4395 * gdb.fortran/vla-ptr-info.exp: Likewise.
4396 * gdb.fortran/vla-value.exp: Likewise.
4397
4398 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.fortran/ptype-on-functions.exp: New file.
4401 * gdb.fortran/ptype-on-functions.f90: New file.
4402
4403 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4406 case void string.
4407
4408 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.fortran/complex.exp: Expand.
4411 * gdb.fortran/complex.f: Renamed to...
4412 * gdb.fortran/complex.f90: ...this, and extended to add more
4413 complex values.
4414
4415 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4418 MODULO, CMPLX.
4419
4420 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4421 Richard Bunt <richard.bunt@arm.com>
4422
4423 * gdb.base/max-depth.c: New file.
4424 * gdb.base/max-depth.exp: New file.
4425 * gdb.python/py-nested-maps.c: New file.
4426 * gdb.python/py-nested-maps.exp: New file.
4427 * gdb.python/py-nested-maps.py: New file.
4428 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4429 (test_all_common): Call test_max_depth.
4430 * gdb.fortran/max-depth.exp: New file.
4431 * gdb.fortran/max-depth.f90: New file.
4432 * gdb.go/max-depth.exp: New file.
4433 * gdb.go/max-depth.go: New file.
4434 * gdb.modula2/max-depth.exp: New file.
4435 * gdb.modula2/max-depth.c: New file.
4436 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4437
4438 2019-04-29 Tom de Vries <tdevries@suse.de>
4439
4440 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4441
4442 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4443
4444 * gdb.base/callexit.exp: Test may-call-functions off.
4445
4446 2019-04-25 Keith Seitz <keiths@redhat.com>
4447
4448 PR c++/24367
4449 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4450 (another_incomplete_struct, test_incomplete): New definitions.
4451 (main): Use new definitions.
4452 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4453 functions.
4454
4455 2019-04-25 Ali Tamur <tamur@google.com>
4456
4457 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4458
4459 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4460
4461 PR corefiles/11608
4462 PR corefiles/18187
4463 * gdb.base/coredump-filter-build-id.exp: New file.
4464
4465 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4466
4467 * Makefile.in: Pass through GDBSERVER_DEBUG.
4468 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4469 (gdbserver,debug): Add board setting.
4470 * gdb.trace/tspeed.exp: Skip when debugging.
4471 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4472 * lib/gdbserver-support.exp: Likewise
4473
4474 2019-04-24 Tom Tromey <tromey@adacore.com>
4475
4476 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4477 Rust.
4478
4479 2019-04-24 Tom Tromey <tromey@adacore.com>
4480
4481 * gdb.arch/amd64-eval.exp: Test bitfield return.
4482 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4483 (class Foo) <return_bitfields>: New method.
4484 (main): Call it.
4485
4486 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.cp/many-args.cc: New file.
4489 * gdb.cp/many-args.exp: New file.
4490
4491 2019-04-23 Tom de Vries <tdevries@suse.de>
4492
4493 PR gdb/24433
4494 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4495
4496 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4497
4498 * gdb.trace/backtrace.exp: Use nopie flag.
4499 * gdb.trace/circ.exp: Likewise.
4500 * gdb.trace/collection.exp: Likewise.
4501 * gdb.trace/ftrace.exp: Likewise.
4502 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4503 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4504 * gdb.trace/qtro.exp: Likewise.
4505 * gdb.trace/read-memory.exp: Likewise.
4506 * gdb.trace/report.exp: Likewise.
4507 * gdb.trace/tfile.exp: Likewise.
4508 * gdb.trace/tfind.exp: Likewise.
4509 * gdb.trace/unavailable.exp: Likewise.
4510
4511 2019-04-22 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.base/solib-probes-nosharedlibrary.c,
4514 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4515
4516 2019-04-19 Tom Tromey <tromey@adacore.com>
4517
4518 * gdb.ada/ptype_union.c: New file.
4519 * gdb.ada/ptype_union.exp: New file.
4520
4521 2019-04-19 Tom Tromey <tromey@adacore.com>
4522
4523 PR symtab/24423:
4524 * gdb.base/list0.h (foo): Add a control-l character.
4525
4526 2019-04-18 Tom de Vries <tdevries@suse.de>
4527
4528 PR gdb/24433
4529 * boards/local-board.exp: Set sysroot to "".
4530
4531 2019-04-18 Tom de Vries <tdevries@suse.de>
4532 Pedro Alves <palves@redhat.com>
4533
4534 PR gdb/24454
4535 * gdb.threads/vfork-follow-child-exec.c: New file.
4536 * gdb.threads/vfork-follow-child-exec.exp: New file.
4537 * gdb.threads/vfork-follow-child-exit.c: New file.
4538 * gdb.threads/vfork-follow-child-exit.exp: New file.
4539
4540 2019-04-15 Leszek Swirski <leszeks@google.com>
4541
4542 * gdb.arch/amd64-eval.cc: New file.
4543 * gdb.arch/amd64-eval.exp: New file.
4544
4545 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4546
4547 * gdb.server/sysroot.c: New test.
4548 * gdb.server/sysroot.exp: New file.
4549 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4550 matching param.
4551
4552 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4553
4554 * gdb.base/align.exp: Extend test to cover structures containing
4555 only static fields.
4556
4557 2019-04-11 Tom de Vries <tdevries@suse.de>
4558
4559 * boards/cc-with-dwz-m.exp: New file.
4560 * boards/cc-with-dwz.exp: New file.
4561 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4562
4563 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4564
4565 * gdb.base/start-cpp.exp: New file.
4566 * gdb.base/start-cpp.cc: New file.
4567
4568 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4569
4570 * gdb.python/py-thrhandle.exp: Adjust tests to call
4571 thread_from_handle instead of thread_from_thread_handle.
4572
4573 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4574
4575 * gdb.python/py-thrhandle.exp: Add tests for
4576 gdb.InferiorThread.handle.
4577
4578 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 * gdb.python/py-function.exp: Check calling helper function from
4581 all languages.
4582 * lib/gdb.exp (gdb_supported_languages): New proc.
4583
4584 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.base/complex-parts.c: New file.
4587 * gdb.base/complex-parts.exp: New file.
4588
4589 2019-04-01 Tom Tromey <tromey@adacore.com>
4590
4591 PR symtab/23331:
4592 * gdb.dwarf2/dw2-ranges-main.c: New file.
4593 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4594 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4595
4596 2019-03-30 Simon Marchi <simark@simark.ca>
4597
4598 * gdb.base/default.exp: Add values for $_gdb_major and
4599 $_gdb_minor.
4600
4601 2019-03-29 Tom Tromey <tromey@adacore.com>
4602
4603 * gdb.base/help.exp: Tighten apropos regexp.
4604
4605 2019-03-29 Keith Seitz <keiths@redhat.com>
4606
4607 * gdb.fortran/array-bounds.exp: New file.
4608 * gdb.fortran/array-bounds.f90: New file.
4609
4610 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4611
4612 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4613
4614 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4615
4616 * gdb.multi/hello.c (main): Increase alarm timer.
4617
4618 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4619
4620 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4621 factor when no hardware watchpoint support.
4622
4623 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4624 Pedro Alves <palves@redhat.com>
4625
4626 * boards/local-board.exp: set sysroot to /.
4627
4628 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4629
4630 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4631 in child.
4632
4633 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4636 field.
4637 (make_container): Initialise new field.
4638 * gdb.python/py-prettyprint.exp: Add new tests.
4639 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4640 <display_hint>: New method.
4641
4642 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4645 gdb_continue_to_breakpoint more throughout this test.
4646 (run_lang_tests) Supply unique test names, and use
4647 gdb_test_no_output.
4648
4649 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4650
4651 * gdb.base/finish-pretty.exp: Update expected results.
4652 * gdb.base/pretty-print.c: New file.
4653 * gdb.base/pretty-print.exp: New file.
4654
4655 2019-03-25 Pedro Alves <palves@redhat.com>
4656
4657 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4658 move comments outside list. Append '-i "" eof' section.
4659
4660 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4661
4662 PR testsuite/25016
4663 * README: Add pie options.
4664 * gdb.base/break-interp.exp: Ensure pie is disabled.
4665 * gdb.base/dump.exp: Likewise.
4666 * lib/gdb.exp (gdb_compile): Add pie option.
4667
4668 2019-03-19 Tom Tromey <tromey@adacore.com>
4669
4670 * gdb.mi/mi2-cli-display.c: New file.
4671 * gdb.mi/mi2-cli-display.exp: New file.
4672
4673 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4674 Tom Tromey <tromey@adacore.com>
4675
4676 * gdb.ada/ptype_array/pck.adb: New file.
4677 * gdb.ada/ptype_array/pck.ads: New file.
4678 * gdb.ada/ptype_array/foo.adb: New file.
4679 * gdb.ada/ptype_array.exp: New file.
4680
4681 2019-03-14 Tom Tromey <tromey@adacore.com>
4682
4683 * gdb.base/style.exp: Add "set style sources" test.
4684
4685 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4686
4687 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4688 * mi-breakpoint-multiple-locations.exp: ... this.
4689 (make_breakpoints_pattern): New proc.
4690 (do_test): Add mi_version parameter, test -break-insert,
4691 -break-info and =breakpoint-created.
4692
4693 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * config/default.exp: Remove 'load_lib gdb.exp'.
4696 * config/monitor.exp: Likewise.
4697 * config/sid.exp: Likewise.
4698 * config/sim.exp: Likewise.
4699 * config/slite.exp: Likewise.
4700 * config/unix.exp: Likewise.
4701 * gdb.base/default.exp: Remove unhelpful comment.
4702
4703 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4706
4707 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4708
4709 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4710
4711 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4712
4713 * gdb.fortran/type-kinds.exp: Update expected results.
4714
4715 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4718
4719 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4722 function.
4723 (test_basic_parsing_of_type_kinds): Expand types tested.
4724 (test_parsing_invalid_type_kinds): New function.
4725
4726 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4727
4728 * gdb.fortran/intrinsics.exp: New file.
4729 * gdb.fortran/intrinsics.f90: New file.
4730 * gdb.fortran/type-kinds.exp: New file.
4731
4732 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4733
4734 * gdb.fortran/dot-ops.exp: New file.
4735
4736 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4739 Check upper and lower case logical literals.
4740
4741 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4742
4743 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4744 Remove duplicate tests.
4745
4746 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4747
4748 * lib/gdb.exp (builtin_cd): rename of cd.
4749 (cd): Override builtin.
4750
4751 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4752
4753 * gdb.fortran/function-calls.exp: New file.
4754 * gdb.fortran/function-calls.f90: New test.
4755
4756 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4757
4758 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4759 on user program standard output.
4760 * gdb.fortran/short-circuit-argument-list.f90: Record function
4761 calls.
4762
4763 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4764
4765 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4766 failure.
4767
4768 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4769
4770 PR gdb/8527
4771 * gdb.base/interrupt-daemon-attach.c,
4772 gdb.base/interrupt-daemon-attach.exp: New test.
4773
4774 2019-02-27 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/page.exp: Add tests for "set width/height -1".
4777
4778 2019-02-27 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.base/page.exp: Add tests for "set/show width/height" with
4781 "infinite" values.
4782
4783 2019-02-27 Tom Tromey <tromey@adacore.com>
4784
4785 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4786 2.4.
4787 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4788 workaround.
4789
4790 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4793 tests for structs with static members.
4794
4795 2019-02-26 Tom Tromey <tromey@adacore.com>
4796
4797 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4798 ValueError, not TypeError.
4799
4800 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4801
4802 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4803 call from main program.
4804
4805 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4806
4807 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4808 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4809 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4810 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4811 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4812
4813 2019-02-22 Keith Seitz <keiths@redhat.com>
4814
4815 PR symtab/23853
4816 * gdb.base/symlink-sourcefile.c: New file.
4817 * gdb.base/symlink-sourcefile.exp: New file.
4818
4819 2019-02-20 Tom Tromey <tom@tromey.com>
4820
4821 * gdb.base/info_qt.exp: Update.
4822
4823 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4824
4825 * gdb.base/source.exp: Move "error in sourced script" code to
4826 the end.
4827 * gdb.base/source-error.gdb: Move contents to
4828 source-error-1.gdb. Add new code to source source-error-1.gdb.
4829 * gdb.base/source-error-1.gdb: New file, from previous
4830 source-error.gdb.
4831
4832 2019-02-17 Tom Tromey <tom@tromey.com>
4833
4834 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4835 for macro styling.
4836 * gdb.base/style.c (SOME_MACRO): New macro.
4837
4838 2019-02-17 Tom Tromey <tom@tromey.com>
4839
4840 * gdb.base/style.exp: Add line-wrapping tests.
4841 * gdb.base/page.exp: Add test for quitting during pagination.
4842
4843 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.ada/big_packed_array: New testcase.
4846 * gdb.ada/homonym.exp: Fix incorrect expected output for
4847 "break <homonym__get_value>" test.
4848
4849 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4850
4851 PR breakpoints/21870
4852 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4853 and prepare_for_testing. Add comment.
4854 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4855 redundant cleanup call. Clean up comment.
4856
4857 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4858
4859 PR breakpoints/21870
4860 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4861 * gdb.arch/aarch64-dbreg-contents.c: New file.
4862
4863 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4864
4865 * gdb.ada/mi_ref_changeable: New testcase.
4866
4867 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4868
4869 * gdb.base/attach.exp: Add double attach test.
4870
4871 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4872
4873 * lib/gdb.exp (default_gdb_start): Don't match pagination
4874 prompt.
4875 (gdb_init): Set stty_init.
4876
4877 2019-01-27 Tom Tromey <tom@tromey.com>
4878
4879 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4880 skip_python_tests.
4881
4882 2019-01-24 Alan Hayward <alan.hayward@arm.com>
4883
4884 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
4885 New structure.
4886 (struct struct_static_02_02): Likewise.
4887 (struct struct_static_02_03): Likewise.
4888 (struct struct_static_02_04): Likewise.
4889 (struct struct_static_04_01): Likewise.
4890 (struct struct_static_04_02): Likewise.
4891 (struct struct_static_04_03): Likewise.
4892 (struct struct_static_04_04): Likewise.
4893 (struct struct_static_06_01): Likewise.
4894 (struct struct_static_06_02): Likewise.
4895 (struct struct_static_06_03): Likewise.
4896 (struct struct_static_06_04): Likewise.
4897 (cmp_struct_static_02_01): Likewise.
4898 (cmp_struct_static_02_02): Likewise.
4899 (cmp_struct_static_02_03): Likewise.
4900 (cmp_struct_static_02_04): Likewise.
4901 (cmp_struct_static_04_01): Likewise.
4902 (cmp_struct_static_04_02): Likewise.
4903 (cmp_struct_static_04_03): Likewise.
4904 (cmp_struct_static_04_04): Likewise.
4905 (cmp_struct_static_06_01): Likewise.
4906 (cmp_struct_static_06_02): Likewise.
4907 (cmp_struct_static_06_03): Likewise.
4908 (cmp_struct_static_06_04): Likewise.
4909 (call_all): Test new structs.
4910 * gdb.base/infcall-nested-structs.exp: Likewise.
4911
4912 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4913 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
4914
4915 2019-01-21 Alan Hayward <alan.hayward@arm.com>
4916 * gdb.base/stack-protector.c: New test.
4917 * gdb.base/stack-protector.exp: New file.
4918 * gdb.cp/ovldbreak.exp: Only allow a single break line.
4919 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
4920 option.
4921 (gdb_compile): Remove stack protector for GCC and prevent
4922 recursion.
4923
4924 2019-01-16 Keith Seitz <keiths@redhat.com>
4925
4926 PR gdb/23773
4927 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4928
4929 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4930
4931 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4932 aliases.
4933 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4934 tests.
4935 * gdb.arch/powerpc-vector-regs.c: New file.
4936 * gdb.arch/powerpc-vector-regs.exp: New file.
4937
4938 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4939
4940 * gdb.arch/altivec-regs.exp: Fix the list passed to
4941 gdb_expect_list when testing "info vector".
4942
4943 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4944
4945 * gdb.base/style.exp: Don't include path in testname.
4946
4947 2019-01-10 Keith Seitz <keiths@redhat.com>
4948
4949 PR gdb/23712
4950 PR symtab/23010
4951 * gdb.dwarf2/multidictionary.exp: New file.
4952
4953 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4954
4955 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4956 (test_gnuv3_style_demangling): ... this.
4957 (test_lucid_style_demangling): Remove.
4958 (test_arm_style_demangling): Remove.
4959 (test_hp_style_demangling): Remove.
4960 (do_tests): Remove calls to the above.
4961
4962 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4965 case.
4966
4967 2019-01-06 Tom Tromey <tom@tromey.com>
4968
4969 PR gdb/28155:
4970 * gdb.dwarf2/typedef-void-finish.exp: New file.
4971
4972 2018-12-28 Tom Tromey <tom@tromey.com>
4973 Simon Marchi <simark@simark.ca>
4974
4975 * gdb.base/jit-exec.exp: New file.
4976 * gdb.base/jit-exec.c: New file.
4977 * gdb.base/jit-execd.c: New file.
4978
4979 2018-12-28 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.base/style.exp: Update test to check for address styling.
4982
4983 2018-12-28 Tom Tromey <tom@tromey.com>
4984
4985 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4986 message.
4987
4988 2018-12-28 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.base/style.exp: Add test for version number styling.
4991
4992 2018-12-28 Tom Tromey <tom@tromey.com>
4993
4994 * gdb.base/style.exp: Add test for print_address_symbolic.
4995
4996 2018-12-28 Tom Tromey <tom@tromey.com>
4997
4998 * gdb.base/style.exp: Add test for breakpoint setting.
4999
5000 2018-12-28 Tom Tromey <tom@tromey.com>
5001
5002 * gdb.base/style.exp: Add test for variable names.
5003
5004 2018-12-28 Tom Tromey <tom@tromey.com>
5005
5006 * gdb.base/style.exp: New file.
5007 * gdb.base/style.c: New file.
5008
5009 2018-12-28 Tom Tromey <tom@tromey.com>
5010
5011 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5012 "dumb".
5013 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5014 the TERM environment variable.
5015
5016 2018-12-27 Tom Tromey <tom@tromey.com>
5017
5018 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5019 pagination test.
5020
5021 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5022
5023 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5024 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5025
5026 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5027
5028 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5029 Filename a.adb changed to bp_fun_addr.adb.
5030 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5031
5032 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5033
5034 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5035 non-PIE executables.
5036 * README: Mention the gdb,nopie_flag board setting.
5037 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5038 non-PIE executable.
5039 * gdb.arch/amd64-entry-value.exp: Likewise.
5040 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5041 * gdb.arch/i386-float.exp: Likewise.
5042 * gdb.arch/i386-signal.exp: Likewise.
5043 * gdb.mi/mi-reg-undefined.exp: Likewise.
5044
5045 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5046
5047 PR gdb/23974
5048 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5049
5050 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5051
5052 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5053 Update order of results accordingly.
5054
5055 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5056
5057 * gdb.base/annota1.exp: Update a test regexp.
5058
5059 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5062
5063 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5064
5065 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5066 (reuse_time): Initialize to REUSE_TIME_CAP.
5067 (check_rc): New function.
5068 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5069 Check pthread_create rc.
5070 (spawner_thread_func): Check pthread_create and pthread_join rc.
5071
5072 2018-12-08 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.base/list.exp (test_forward_search): Rename to ...
5075 (test_forward_reverse_search): ... this. Also test reverse-search
5076 and the forward-search alias.
5077
5078 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5079
5080 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5081 local timeout variable before return, and remove all local timeout
5082 variable entirely.
5083 (gdb_load): Likewise.
5084
5085 2018-12-01 Tom de Vries <tdevries@suse.de>
5086
5087 * gdb.base/gdb-caching-proc.exp: New file.
5088
5089 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5090
5091 * Makefile.in (TIMESTAMP): New variable.
5092 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5093 command.
5094 (check-single-racy): Likewise.
5095 (check/%.exp): Likewise.
5096 (check-racy/%.exp): Likewise.
5097 (workers/%.worker): Likewise.
5098 (build-perf): Likewise.
5099 (check-perf): Likewise.
5100 * README: Describe new "TS" and "TS_FORMAT" variables.
5101 * print-ts.py: New file.
5102
5103 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5104
5105 PR python/23714
5106 * gdb.python/python.exp: Test command repetition after
5107 gdb.execute.
5108
5109 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5110
5111 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5112 is correctly aligned.
5113
5114 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5115
5116 * gdb.ada/info_auto_lang.exp: New testcase.
5117 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5118 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5119 * gdb.ada/info_auto_lang/some_c.c: New file.
5120
5121 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5122
5123 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5124 FUNC_lang language syntax.
5125
5126 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5127
5128 * gdb.base/info_minsym.c: New file.
5129 * gdb.base/info_minsym.exp: New file.
5130
5131 2018-11-19 Tom Tromey <tom@tromey.com>
5132
5133 PR rust/23625:
5134 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5135 * gdb.rust/expr.exp: Update expected output. Change one test.
5136
5137 2018-11-19 Tom Tromey <tom@tromey.com>
5138
5139 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5140
5141 2018-11-19 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5144 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5145 see the expected warning.
5146
5147 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5148
5149 PR gdb/22736:
5150 * gdb.cp/infcall-nodebug-lib.c: New test.
5151 * gdb.cp/infcall-nodebug-main.c: New test.
5152 * gdb.cp/infcall-nodebug.exp: New file.
5153
5154 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5155
5156 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5157 completer tests.
5158
5159 2018-11-09 Tom de Vries <tdevries@suse.de>
5160
5161 * gdb.base/msym-lang.c: New test.
5162 * gdb.base/msym-lang.exp: New file.
5163 * gdb.base/msym-lang-main.c: New test.
5164
5165 2018-11-08 Tom Tromey <tom@tromey.com>
5166
5167 PR gdb/23555:
5168 PR gdb/23838:
5169 * gdb.base/warning.exp: New file.
5170
5171 2018-11-08 Jan Beulich <jbeulich@suse.com>
5172
5173 * testsuite/gdb.arch/i386-avx512.c,
5174 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5175
5176 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5177
5178 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5179 point hardware.
5180
5181 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5184 * gdb.dwarf2/missing-type-name.exp: New file.
5185
5186 2018-11-06 Tom de Vries <tdevries@suse.de>
5187
5188 * gdb.base/many-headers.c: New test.
5189 * gdb.base/many-headers.exp: New file.
5190
5191 2018-11-06 Jim Wilson <jimw@sifive.com>
5192
5193 * gdb.base/code_elim.exp: For riscv, set additional_flags
5194 to include -msmall-data-limit=0.
5195
5196 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5197
5198 * gdb.ada/watch_minus_l: New testcase.
5199
5200 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5201
5202 * gdb.arch/aix-sighandle.c: New file.
5203 * gdb.arch/aix-sighandle.exp: New file.
5204
5205 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5208 registers being unions.
5209
5210 2018-10-31 Tom de Vries <tdevries@suse.de>
5211
5212 * lib/valgrind.exp: New file.
5213 (vgdb_start, vgdb_stop): New procs, factored out of ...
5214 * gdb.base/valgrind-bt.exp: ... here, ...
5215 * gdb.base/valgrind-disp-step.exp: ... here and ...
5216 * gdb.base/valgrind-infcall.exp: ... here.
5217
5218 2018-10-31 Tom de Vries <tdevries@suse.de>
5219
5220 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5221
5222 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5223
5224 * gdb.dwarf2/void-type.c: New file.
5225 * gdb.dwarf2/void-type.exp: New file.
5226
5227 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5228
5229 * gdb.base/info_qt.c: New file.
5230 * gdb.base/info_qt.exp: New file.
5231
5232 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5233
5234 * gdb.arch/powerpc-htm-regs.c: New file.
5235 * gdb.arch/powerpc-htm-regs.exp: New file.
5236
5237 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5238
5239 * gdb.arch/powerpc-tar.c: New file.
5240 * gdb.arch/powerpc-tar.exp: New file.
5241
5242 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5243
5244 * gdb.arch/powerpc-ppr-dscr.c: New file.
5245 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5246
5247 2018-10-25 Tom de Vries <tdevries@suse.de>
5248
5249 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5250
5251 2018-10-24 Tom de Vries <tdevries@suse.de>
5252
5253 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5254 longer exists error.
5255
5256 2018-10-24 Tom de Vries <tdevries@suse.de>
5257
5258 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5259
5260 2018-10-24 Tom de Vries <tdevries@suse.de>
5261
5262 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5263 --db-attach in valgrind.
5264
5265 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.arch/riscv-reg-aliases.c: New file.
5268 * gdb.arch/riscv-reg-aliases.exp: New file.
5269
5270 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5271
5272 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5273
5274 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5275
5276 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5277
5278 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5279
5280 * gdb.cp/ovldbreak.exp: Fix regexps.
5281
5282 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5283
5284 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5285
5286 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5287
5288 PR cli/23785
5289 * gdb.base/restore.exp: New test to check if "restore" with an
5290 invalid file doesn't segfault.
5291
5292 2018-10-18 Tom de Vries <tdevries@suse.de>
5293
5294 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5295 * gdb.ada/excep_handle.exp: Same.
5296 * gdb.ada/mi_string_access.exp: Same.
5297 * gdb.ada/mi_var_union.exp: Same.
5298 * gdb.arch/arc-analyze-prologue.exp: Same.
5299 * gdb.arch/arc-decode-insn.exp: Same.
5300 * gdb.base/readnever.exp: Same.
5301 * gdb.fortran/printing-types.exp: Same.
5302 * gdb.guile/scm-lazy-string.exp: Same.
5303
5304 2018-10-16 Tom de Vries <tdevries@suse.de>
5305
5306 PR gdb/23730
5307 * gdb.base/catch-follow-exec.c: Add copyright notice.
5308 * gdb.base/catch-follow-exec.exp: Rewrite to use
5309 gdb_spawn_with_cmdline_opts. Require gdb-native.
5310
5311 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5312
5313 * gdb.trace/actions-changed.exp: Check for arch support.
5314 * gdb.trace/actions.exp: Likewise.
5315 * gdb.trace/ax.exp: Likewise.
5316 * gdb.trace/backtrace.exp: Likewise.
5317 * gdb.trace/change-loc.exp: Likewise.
5318 * gdb.trace/deltrace.exp: Likewise.
5319 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5320 * gdb.trace/ftrace.exp: Likewise.
5321 * gdb.trace/infotrace.exp: Check for arch support.
5322 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5323 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5324 * gdb.trace/mi-tsv-changed.exp: Likewise.
5325 * gdb.trace/packetlen.exp: Likewise.
5326 * gdb.trace/passc-dyn.exp: Likewise.
5327 * gdb.trace/passcount.exp: Likewise.
5328 * gdb.trace/pending.exp: Likewise.
5329 * gdb.trace/range-stepping.exp: Check for shlib support.
5330 * gdb.trace/report.exp: Check for arch support.
5331 * gdb.trace/save-trace.exp: Likewise.
5332 * gdb.trace/signal.exp: Check for signal support.
5333 * gdb.trace/tfind.exp: Check for arch support.
5334 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5335 * gdb.trace/trace-common.h: Add comment.
5336 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5337 * gdb.trace/trace-enable-disable.exp: Likewise.
5338 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5339 * gdb.trace/tracecmd.exp: Check for arch support.
5340 * gdb.trace/tspeed.exp: Check for shlib and target support.
5341 * gdb.trace/tstatus.exp: Check for arch support.
5342 * gdb.trace/tsv.exp: Likewise.
5343 * gdb.trace/while-dyn.exp: Likewise.
5344 * gdb.trace/while-stepping.exp: Likewise.
5345 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5346
5347 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5348
5349 * gdb.trace/tspeed.exp: Remove nowarnings.
5350 (prepare_for_trace_test): Declare "global ipalib".
5351 * gdb.trace/tspeed.c: Include unistd.h.
5352 (main): Remove superfluous printf argument.
5353
5354 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5355
5356 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5357 directory prefix on the filename.
5358
5359 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5360
5361 * gdb.gdb/unittest.exp: Update expected message informing that
5362 selftests have been disabled.
5363 * gdb.server/unittest.exp: Likewise.
5364
5365 2018-10-09 Tom de Vries <tdevries@suse.de>
5366
5367 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5368 with runto_main.
5369
5370 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5371
5372 PR c++/16841
5373 * gdb.cp/virtbase2.cc: New file.
5374 * gdb.cp/virtbase2.exp: New file.
5375
5376 2018-10-06 Tom Tromey <tom@tromey.com>
5377
5378 PR python/19399:
5379 * gdb.python/py-inferior.exp: Add architecture test.
5380
5381 2018-10-06 Tom Tromey <tom@tromey.com>
5382
5383 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5384 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5385
5386 2018-10-06 Tom Tromey <tom@tromey.com>
5387
5388 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5389 of a "throw" catchpoint.
5390
5391 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5392
5393 * gdb.base/info-proc.exp: Update string expected from "help info
5394 proc".
5395
5396 2018-10-04 Tom Tromey <tom@tromey.com>
5397
5398 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5399 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5400 (test_initial_complaints, test_empty_complaints): Update.
5401 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5402
5403 2018-10-04 Tom Tromey <tom@tromey.com>
5404
5405 PR cli/19551:
5406 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5407 * lib/gdb.exp (gdb_file_cmd): Update.
5408 * gdb.stabs/weird.exp (print_weird_var): Update.
5409 * gdb.server/solib-list.exp: Update.
5410 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5411 * gdb.mi/mi-cli.exp: Update.
5412 * gdb.linespec/linespec.exp: Update.
5413 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5414 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5415 * gdb.cp/cp-relocate.exp: Update.
5416 * gdb.base/sym-file.exp: Update.
5417 * gdb.base/relocate.exp: Update.
5418 * gdb.base/readnever.exp: Update.
5419 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5420 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5421 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5422 * gdb.base/code_elim.exp: Update.
5423 * gdb.base/break-unload-file.exp (test_break): Update.
5424 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5425 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5426 Update.
5427 * gdb.base/attach.exp (do_attach_tests): Update.
5428 * gdb.base/sepdebug.exp: Update.
5429 * gdb.python/py-section-script.exp: Update.
5430
5431 2018-10-04 Tom Tromey <tom@tromey.com>
5432
5433 PR cli/22234:
5434 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5435 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5436 output.
5437
5438 2018-10-04 Tom Tromey <tom@tromey.com>
5439
5440 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5441 set width and height to 0.
5442 (test_command_line_attach_run): Use -quiet.
5443
5444 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5445
5446 * lib/gdb.exp (skip_ifunc_tests): New.
5447 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5448 other compile failures.
5449 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5450
5451 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5452
5453 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5454 is_amd64_regs_target.
5455
5456 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5457
5458 * gdb.arch/aarch64-sighandler-regs.c: New test.
5459 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5460 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5461
5462 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5463
5464 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5465 assembly.
5466
5467 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * gdb.base/frame-selection.exp: New file.
5470 * gdb.base/frame-selection.c: New file.
5471
5472 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5473
5474 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5475 pthread barrier.
5476 (main): Likewise.
5477
5478 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * gdb.base/large-frame-1.c: New file.
5481 * gdb.base/large-frame-2.c: New file.
5482 * gdb.base/large-frame.exp: New file.
5483 * gdb.base/large-frame.h: New file.
5484
5485 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5486
5487 PR gdb/20948
5488 * gdb.base/write_mem.exp: New test.
5489 * gdb.base/write_mem.c: Likewise.
5490
5491 2018-09-23 Tom Tromey <tom@tromey.com>
5492
5493 PR python/18852:
5494 * gdb.python/py-parameter.exp: Add test for parameter that throws
5495 on "set".
5496
5497 2018-09-23 Tom Tromey <tom@tromey.com>
5498
5499 PR python/17284:
5500 * gdb.python/py-template.exp (test_template_arg): Add test for
5501 negative template argument number.
5502
5503 2018-09-23 Tom Tromey <tom@tromey.com>
5504
5505 PR python/14062:
5506 * gdb.python/python.exp: Add test for post_event error.
5507
5508 2018-09-23 Tom Tromey <tom@tromey.com>
5509
5510 PR python/18170:
5511 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5512 convert pointers to int and long.
5513
5514 2018-09-23 Tom Tromey <tom@tromey.com>
5515
5516 PR python/20126:
5517 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5518 signed-ness conversion tests.
5519
5520 2018-09-23 Tom Tromey <tom@tromey.com>
5521
5522 PR python/18352;
5523 * gdb.python/py-value.exp (test_float_conversion): New proc.
5524 Use it.
5525
5526 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5527
5528 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5529
5530 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5531
5532 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5533 no readline.
5534 * gdb.base/utf8-identifiers.exp: Likewise.
5535 * gdb.cp/cpcompletion.exp: Likewise.
5536 * gdb.linespec/cpcompletion.exp: Likewise.
5537 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5538 * gdb.linespec/cpls-ops.exp: Likewise.
5539
5540 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5541 Chris January <chris.january@arm.com>
5542
5543 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5544 * gdb.fortran/short-circuit-argument-list.exp: New file.
5545 * gdb.fortran/short-circuit-argument-list.f90: New test.
5546
5547 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5548
5549 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5550 "arch=" keyword when executing "-stack-list-frames".
5551
5552 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5553
5554 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5555 "arch=" keyword when executing "-stack-list-frames".
5556
5557 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5558
5559 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5560 break ada".
5561
5562 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5563
5564 PR python/23669
5565 * gdb.python/python.exp: Test gdb.execute("show commands").
5566
5567 2018-09-16 Tom Tromey <tom@tromey.com>
5568
5569 * gdb.base/new-ui.exp (do_execution_tests): Update.
5570 * gdb.base/dbx.exp (test_breakpoints): Update.
5571
5572 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5573
5574 * lib/gdb.exp (gdb_simple_compile): Add proc.
5575 (is_elf_target): Use gdb_simple_compile.
5576 (skip_altivec_tests): Likewise.
5577 (skip_vsx_tests): Likewise.
5578 (skip_tsx_tests): Likewise.
5579 (skip_btrace_tests): Likewise.
5580 (skip_btrace_pt_tests): Likewise.
5581 (gdb_can_simple_compile): Likewise.
5582 (gdb_has_argv0): Likewise.
5583 (gdb_target_symbol_prefix): Likewise.
5584 (target_supports_scheduler_locking): Likewise.
5585
5586 2018-09-13 Tom Tromey <tom@tromey.com>
5587
5588 * Makefile.in (TAGS): Recognize proc_with_prefix and
5589 gdb_caching_proc.
5590
5591 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5592
5593 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5594 method.
5595
5596 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5597
5598 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5599 and a few other Inferior properties when the Inferior is no
5600 longer valid.
5601
5602 2018-09-13 Tom Tromey <tom@tromey.com>
5603
5604 PR rust/23650:
5605 * gdb.rust/simple.exp: Add test for enum field access error.
5606
5607 2018-09-13 Tom Tromey <tom@tromey.com>
5608
5609 PR rust/23626:
5610 * gdb.rust/simple.rs (EmptyEnum): New type.
5611 (main): Use it.
5612 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5613
5614 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5615
5616 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5617 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5618 * gdb.python/py-symtab.exp: Update test printing an objfile.
5619
5620 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5621
5622 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5623 object.
5624
5625 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5626
5627 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5628 (support_complex_tests): Use gdb_can_simple_compile.
5629 (is_ilp32_target): Likewise.
5630 (is_lp64_target): Likewise.
5631 (is_64_target): Likewise.
5632 (is_amd64_regs_target): Likewise.
5633 (is_aarch32_target): Likewise.
5634 (gdb_int128_helper): Likewise.
5635
5636 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5639
5640 2018-09-10 Jerome Guitton <guitton@adacore.com>
5641
5642 * gdb.ada/same_component_name: Add test for case of tagged record
5643 with variable-length fields.
5644
5645 2018-09-10 Xavier Roirand <roirand@adacore.com>
5646
5647 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5648 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5649 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5650 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5651
5652 2018-09-10 Xavier Roirand <roirand@adacore.com>
5653
5654 * gdb.ada/mi_string_access.exp: New testcase.
5655 * gdb.ada/mi_string_access/bar.adb: New file.
5656 * gdb.ada/mi_string_access/pck.adb: New file.
5657 * gdb.ada/mi_string_access/pck.asd: New file.
5658
5659 2018-09-10 Xavier Roirand <roirand@adacore.com>
5660
5661 * gdb.ada/mi_var_union.exp: New testcase.
5662 * gdb.ada/mi_var_union/bar.adb: New file.
5663 * gdb.ada/mi_var_union/pck.adb: New file.
5664 * gdb.ada/mi_var_union/pck.asd: New file.
5665
5666 2018-09-08 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5669
5670 2018-09-08 Tom Tromey <tom@tromey.com>
5671
5672 PR python/16047:
5673 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5674 (register_pretty_printers): Register new printer.
5675 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5676 test.
5677 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5678 (an_int_type3): New global.
5679
5680 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/expr_with_funcall: New testcase.
5683
5684 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdb.ada/packed_array_assign: New testcase.
5687
5688 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5689
5690 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5691 names, and add test prefixes to make test names unique.
5692
5693 2018-09-05 Tom de Vries <tdevries@suse.de>
5694
5695 * gdb.dwarf2/varval.exp: Add test.
5696
5697 2018-09-04 Gary Benson <gbenson@redhat.com>
5698
5699 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5700 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5701
5702 2018-08-31 Tom Tromey <tom@tromey.com>
5703
5704 * gdb.rust/simple.rs: Rename second variable "v".
5705
5706 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5707
5708 * gdb.base/funcargs.c (use_a): New function.
5709 (recurse): Call use_a.
5710
5711 2018-08-29 Keith Seitz <keiths@redhat.com>
5712
5713 * gdb.compile/compile-cplus-anonymous.cc: New file.
5714 * gdb.compile/compile-cplus-anonymous.exp: New file.
5715 * gdb.compile/compile-cplus-array-decay.cc: New file.
5716 * gdb.compile/compile-cplus-array-decay.exp: New file.
5717 * gdb.compile/compile-cplus-inherit.cc: New file.
5718 * gdb.compile/compile-cplus-inherit.exp: New file.
5719 * gdb.compile/compile-cplus-member.cc: New file.
5720 * gdb.compile/compile-cplus-member.exp: New file.
5721 * gdb.compile/compile-cplus-method.cc: New file.
5722 * gdb.compile/compile-cplus-method.exp: New file.
5723 * gdb.compile/compile-cplus-mod.c: "New" file.
5724 * gdb.compile/compile-cplus-namespace.cc: New file.
5725 * gdb.compile/compile-cplus-namespace.exp: New file.
5726 * gdb.compile/compile-cplus-nested.cc: New file.
5727 * gdb.compile/compile-cplus-nested.exp: New file.
5728 * gdb.compile/compile-cplus-print.c: "New" file.
5729 * gdb.compile/compile-cplus-print.exp: "New" file.
5730 * gdb.compile/compile-cplus-virtual.cc: New file.
5731 * gdb.compile/compile-cplus-virtual.exp: New file.
5732 * gdb.compile/compile-cplus.c: "New" file.
5733 * gdb.compile/compile-cplus.exp: "New" file.
5734 * lib/compile-support.exp: New file.
5735
5736 2018-08-16 Gary Benson <gbenson@redhat.com>
5737
5738 PR gdb/13000:
5739 * gdb.base/batch-exit-status.exp: New file.
5740 * gdb.base/batch-exit-status.good-commands: Likewise.
5741 * gdb.base/batch-exit-status.bad-commands: Likewise.
5742
5743 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5744
5745 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5746 (struct struct02): Likewise.
5747 (struct struct03): Likewise.
5748 (struct struct04): Likewise.
5749 (struct struct_01_01): New struct.
5750 (struct struct_01_02): Likewise.
5751 (struct struct_01_03): Likewise.
5752 (struct struct_01_04): Likewise.
5753 (struct struct_02_01): Likewise.
5754 (struct struct_02_02): Likewise.
5755 (struct struct_02_03): Likewise.
5756 (struct struct_02_04): Likewise.
5757 (struct struct_04_01): Likewise.
5758 (struct struct_04_02): Likewise.
5759 (struct struct_04_03): Likewise.
5760 (struct struct_04_04): Likewise.
5761 (struct struct_05_01): Likewise.
5762 (struct struct_05_02): Likewise.
5763 (struct struct_05_03): Likewise.
5764 (struct struct_05_04): Likewise.
5765 (cmp_struct01): Remove function.
5766 (cmp_struct02): Likewise.
5767 (cmp_struct03): Likewise.
5768 (cmp_struct04): Likewise.
5769 (cmp_struct_01_01): Add Function.
5770 (cmp_struct_01_02): Likewise.
5771 (cmp_struct_01_03): Likewise.
5772 (cmp_struct_01_04): Likewise.
5773 (cmp_struct_02_01): Likewise.
5774 (cmp_struct_02_02): Likewise.
5775 (cmp_struct_02_03): Likewise.
5776 (cmp_struct_02_04): Likewise.
5777 (cmp_struct_04_01): Likewise.
5778 (cmp_struct_04_02): Likewise.
5779 (cmp_struct_04_03): Likewise.
5780 (cmp_struct_04_04): Likewise.
5781 (cmp_struct_05_01): Likewise.
5782 (cmp_struct_05_02): Likewise.
5783 (cmp_struct_05_03): Likewise.
5784 (cmp_struct_05_04): Likewise.
5785 (call_all): Add new structs.
5786 * gdb.base/infcall-nested-structs.exp: Likewise.
5787
5788 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5789
5790 * gdb.python/py-framefilter-mi.exp: Update regexp to
5791 check for "arch" field in frame output.
5792
5793 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5794
5795 * gdb.dwarf2/dw2-ranges-func.c: New file.
5796 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5797
5798 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5799
5800 * gdb.base/term.exp: Compare terminal settings with values from
5801 the inferior.
5802 * gdb.base/term.c: Get and set terminal settings.
5803
5804 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5805
5806 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5807 accommodate new "arch" field in frame output.
5808 * gdb.mi/mi-return.exp: Likewise.
5809 * gdb.mi/mi-stack.exp: Likewise.
5810 * gdb.mi/mi-syn-frame.exp: Likewise.
5811 * gdb.mi/user-selected-context-sync.exp: Likewise.
5812
5813 2018-08-19 Michael Spang <spang@google.com>
5814
5815 PR gdb/11786
5816 * gdb.base/gcore-tls-pie.c: New file.
5817 * gdb.base/gcore-tls-pie.exp: New file.
5818
5819 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5820
5821 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5822 * gdb.dwarf2/varval.c: New file.
5823 * gdb.dwarf2/varval.exp: New file.
5824
5825 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5826
5827 PR gdb/18931
5828 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5829
5830 2018-08-16 Keith Seitz <keiths@redhat.com>
5831
5832 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5833 tests expected to pass.
5834
5835 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5836
5837 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5838 -data-disassemble -a.
5839 (test_disassembly_bogus_args): Likewise.
5840
5841 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5842
5843 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5844
5845 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.base/vla-optimized-out.exp: Add new test.
5848
5849 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5850
5851 * gdb.base/vla-optimized-out-o3.exp: Delete.
5852 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5853 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5854 deleted tests.
5855
5856 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5857
5858 PR gdb/18050:
5859 * gdb.server/extended-remote-restart.c: New file.
5860 * gdb.server/extended-remote-restart.exp: New file.
5861
5862 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5863
5864 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5865 "set variable index = 42".
5866
5867 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5868
5869 * boards/index-cache-gdb.exp: New file.
5870 * gdb.dwarf2/index-cache.exp: New file.
5871 * gdb.dwarf2/index-cache.c: New file.
5872 * gdb.base/maint.exp: Check if we are using the index cache.
5873
5874 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5875
5876 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5877 MAKEFLAGS.
5878
5879 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5880
5881 * dg-extract-results.sh: Move to toplevel contrib.
5882 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
5883 * Makefile.in (check-parallel-racy): Likewise.
5884
5885 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
5886
5887 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
5888 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
5889 tests if the target supports scheduler locking.
5890
5891 2018-08-04 Tom de Vries <tdevries@suse.de>
5892
5893 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
5894
5895 2018-08-02 Tom Tromey <tom@tromey.com>
5896
5897 PR symtab/16842.
5898 * gdb.cp/temargs.exp: Test "info address" of a template
5899 parameter.
5900
5901 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
5902
5903 * gdb.python/py-mi-var-info-path-expression.c: New file.
5904 * gdb.python/py-mi-var-info-path-expression.py: New file.
5905 * gdb.python/py-mi-var-info-path-expression.exp: New file.
5906
5907 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
5908
5909 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
5910 error after "cannot resolve name" string.
5911
5912 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
5913
5914 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
5915 started.
5916 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
5917
5918 2018-07-28 Tom de Vries <tdevries@suse.de>
5919
5920 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
5921
5922 2018-07-26 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5925
5926 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5927
5928 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5929 is visible.
5930
5931 2018-07-26 Tom de Vries <tdevries@suse.de>
5932
5933 PR breakpoints/23366
5934 * gdb.base/catch-follow-exec.c: New test.
5935 * gdb.base/catch-follow-exec.exp: New file.
5936
5937 2018-07-25 Tom de Vries <tdevries@suse.de>
5938
5939 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5940 vla-optimized-out.c.
5941
5942 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5943
5944 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5945 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5946
5947 2018-07-20 Tom de Vries <tdevries@suse.de>
5948
5949 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5950 NOCLONE macro.
5951 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5952
5953 2018-07-19 Tom de Vries <tdevries@suse.de>
5954
5955 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5956 regular expression.
5957
5958 2018-07-18 Tom de Vries <tdevries@suse.de>
5959
5960 * gdb.base/vla-optimized-out.c: New test.
5961 * gdb.base/vla-optimized-out.exp: New file.
5962
5963 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5964
5965 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5966 message "No address associated with hostname" when gdbserver
5967 cannot resolve the hostname.
5968
5969 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5970
5971 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5972 Add some test prefixes to make tests unique.
5973
5974 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5975
5976 * gdb.base/frameapply.c: New file.
5977 * gdb.base/frameapply.exp: New file.
5978
5979 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5980
5981 * gdb.base/skip.exp: Update expected error message.
5982
5983 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5984 Jan Kratochvil <jan.kratochvil@redhat.com>
5985 Paul Fertser <fercerpav@gmail.com>
5986 Tsutomu Seki <sekiriki@gmail.com>
5987
5988 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5989 parameter.
5990 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5991 by default.
5992 * boards/native-gdbserver.exp: Likewise.
5993 * gdb.server/run-without-local-binary.exp: Improve regexp used
5994 for detecting when a remote debugging connection succeeds.
5995 * gdb.server/server-connect.exp: New file.
5996 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5997 Do not prefix the port number with ":".
5998 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5999 support for detecting and using it. Add '$debughost_gdbserver'
6000 to the list of arguments used to start gdbserver. Handle case
6001 when gdbserver cannot resolve a network name.
6002
6003 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6004
6005 PR c++/23373
6006 * gdb.base/ptype-offsets.cc (struct static_member): New
6007 struct.
6008 (main) <stmember>: New variable.
6009 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6010 with a static member in it.
6011
6012 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6013
6014 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6015 watchpoints enabled and disabled.
6016
6017 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6018
6019 * gdb.base/examine-backward.exp: Still run tests around address
6020 0x0, even if address 0x0 is not readable. Update the pattern for
6021 matching address 0x0 in expected output.
6022
6023 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6024
6025 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6026 malloc/free.
6027
6028 2018-07-04 Tom de Vries <tdevries@suse.de>
6029
6030 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6031
6032 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6033
6034 PR tdep/8282
6035 * gdb.arch/mips-disassembler-options.exp: New test.
6036 * gdb.arch/mips-disassembler-options.s: New test source.
6037
6038 2018-06-29 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.threads/names.exp: Adjust expected "info threads" output.
6041
6042 2018-06-29 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.opt/inline-break.exp (line number, address): Add "info
6045 break" tests.
6046
6047 2018-06-29 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6050 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6051 number and address and running to them.
6052
6053 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6054
6055 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6056
6057 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 * lib/compiler.c: Remove executable permission flag.
6060
6061 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6062
6063 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6064 code.
6065 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6066
6067 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6068
6069 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6070
6071 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6072
6073 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6074 address argument is omitted.
6075
6076 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6077
6078 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6079
6080 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6081
6082 PR gdb/21695
6083 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6084 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6085
6086 2018-06-26 Tom Tromey <tom@tromey.com>
6087
6088 PR rust/22574:
6089 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6090 * gdb.rust/simple.rs (struct SimpleLayout): New.
6091
6092 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6095 "info registers" output.
6096
6097 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6098
6099 * gdb.base/watchpoint-hw-attach.c: New test.
6100 * gdb.base/watchpoint-hw-attach.exp: New file.
6101
6102 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6105 through /bin/sh.
6106 * boards/dwarf4-gdb-index.exp: Likewise.
6107 * boards/fission-dwp.exp: Likewise.
6108
6109 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6110
6111 * gdb.base/float128.exp: Add comment and improved fail message
6112 to the failure case of "print large128" test.
6113
6114 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6115
6116 * configure.ac: Remove AC_PREREQ.
6117 * configure: Re-generate.
6118
6119 2018-06-19 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6122 (func_extern_caller): New.
6123 (main): Call func_extern_caller.
6124 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6125 logic change.
6126
6127 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6128
6129 PR gdb/16841
6130 * gdb.cp/typedef-base.cc: New file.
6131 * gdb.cp/typedef-base.exp: New file.
6132
6133 2018-06-18 Tom de Vries <tdevries@suse.de>
6134
6135 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6136
6137 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6138 Richard Bunt <Richard.Bunt@arm.com>
6139
6140 * gdb.threads/attach-slow-waitpid.c: New file.
6141 * gdb.threads/attach-slow-waitpid.exp: New file.
6142 * gdb.threads/slow-waitpid.c: New file.
6143
6144 2018-06-14 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.base/fork-running-state.c: Include <errno.h>.
6147 (exit_if_relative_exits): New.
6148 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6149 exits.
6150 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6151 child exits.
6152
6153 2018-06-14 Tom de Vries <tdevries@suse.de>
6154
6155 PR cli/22573
6156 * gdb.base/finish-pretty.c: New test.
6157 * gdb.base/finish-pretty.exp: New file.
6158
6159 2018-06-14 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6162 gdb's expected startup output.
6163
6164 2018-06-14 Pedro Alves <palves@redhat.com>
6165
6166 * lib/selftest-support.exp (selftest_setup): Remove inlined
6167 function handling.
6168
6169 2018-06-14 Tom de Vries <tdevries@suse.de>
6170
6171 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6172 matching of breakpoint printing.
6173
6174 2018-06-13 Tom de Vries <tdevries@suse.de>
6175
6176 PR testsuite/23269
6177 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6178 (fork_child): ... here, and ...
6179 (fork_parent): ... here.
6180
6181 2018-06-12 Tom de Vries <tdevries@suse.de>
6182
6183 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6184
6185 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6186 Stephen Roberts <stephen.roberts@arm.com>
6187
6188 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6189 rewrite test to describe action performed, rather than possible
6190 failure.
6191
6192 2018-06-08 Gary Benson <gbenson@redhat.com>
6193
6194 * gdb.threads/check-libthread-db.exp: New file.
6195 * gdb.threads/check-libthread-db.c: Likewise.
6196
6197 2018-06-05 Tom Tromey <tom@tromey.com>
6198
6199 * gdb.base/default.exp: Update expected "show version" output.
6200
6201 2018-06-05 Tom Tromey <tom@tromey.com>
6202
6203 PR cli/12326:
6204 * gdb.cp/static-print-quit.exp: Update.
6205 * lib/gdb.exp (pagination_prompt): Update.
6206 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6207 * gdb.python/python.exp: Update.
6208
6209 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6210
6211 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6212
6213 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6214
6215 * gdb.ada/bp_fun_addr: New testcase.
6216
6217 2018-06-01 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6220 results.
6221 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6222 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6223 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6224 * gdb.base/maint.exp (maint_pass_if): Update.
6225
6226 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6227
6228 * gdb.base/endian.exp: New test.
6229 * gdb.base/endian.c: New test source.
6230
6231 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6232
6233 PR gdb/23203
6234 * gdb.base/bt-selected-frame.c: New file.
6235 * gdb.base/bt-selected-frame.exp: New file.
6236 * lib/gdb.exp (get_current_frame_number): New function.
6237
6238 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6239 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.threads/tls-core.c: Include <stdlib.h>
6242 (thread_proc): Call `abort'.
6243 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6244 (tls_core_test): New procedure, bits factored out from ...
6245 (top level): ... here. Test both native cores and gcore cores.
6246
6247 2018-05-23 Tom Tromey <tom@tromey.com>
6248
6249 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6250
6251 2018-05-23 Tom Tromey <tom@tromey.com>
6252
6253 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6254 symfile_complaints.
6255 (test_short_complaints): Likewise.
6256 (test_empty_complaints): Likewise.
6257 (test_initial_complaints): Update.
6258
6259 2018-05-23 Tom Tromey <tom@tromey.com>
6260
6261 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6262
6263 2018-05-23 Tom Tromey <tom@tromey.com>
6264
6265 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6266 (test_short_complaints): Update.
6267
6268 2018-05-22 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/remote.exp: Only gdb_start after compiling the
6271 testcase. Issue "disconnect" before testing "set remote" command
6272 defaults. Issue clean_restart before running to main.
6273
6274 2018-05-22 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.base/remote.exp: Adjust expected output of "show remote
6277 memory-write-packet-size". Add tests for "set remote
6278 memory-write-packet-size 0" and "set remote
6279 memory-write-packet-size fixed/limit".
6280
6281 2018-05-22 Pedro Alves <palves@redhat.com>
6282
6283 PR gdb/22973
6284 * gdb.base/utf8-identifiers.c: New file.
6285 * gdb.base/utf8-identifiers.exp: New file.
6286
6287 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6288
6289 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6290
6291 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6292
6293 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6294
6295 2018-05-18 Tom Tromey <tom@tromey.com>
6296
6297 * gdb.base/ptype-offsets.exp: Update.
6298
6299 2018-05-17 Keith Seitz <keiths@redhat.com>
6300
6301 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6302 in expected breakpoint stop locations.
6303 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6304 move to proper scope to test variable values.
6305 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6306 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6307 New functions.
6308 (main): Call not_inline_func3.
6309 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6310 inline_func1, inline_func2, and inline_func3. Test that when each
6311 breakpoint is hit, GDB properly reports both the stop location
6312 and the backtrace. Repeat tests for temporary breakpoints.
6313
6314 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6315
6316 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6317 rather then trying to access it in determining whether the PID
6318 of `gdbserver' could have been retrieved.
6319
6320 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 * gdb.arch/amd64-init-x87-values.S: New file.
6323 * gdb.arch/amd64-init-x87-values.exp: New file.
6324
6325 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6328
6329 2018-05-04 Tom Tromey <tom@tromey.com>
6330
6331 PR python/22730:
6332 * gdb.python/python.exp: Test multi-line execute.
6333
6334 2018-05-04 Tom Tromey <tom@tromey.com>
6335
6336 PR python/22731:
6337 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6338
6339 2018-05-04 Tom Tromey <tom@tromey.com>
6340
6341 PR gdb/11750:
6342 * gdb.base/define.exp: Test defining a user command inside a user
6343 command.
6344 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6345
6346 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6347 Pedro Alves <palves@redhat.com>
6348
6349 PR breakpoints/19806 and support for PR external/20207.
6350 * gdb.base/watchpoint-unaligned.c: New file.
6351 * gdb.base/watchpoint-unaligned.exp: New file.
6352
6353 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 * gdb.base/maint.exp: Make test names unique, use
6356 test_prefix_command_help to test 'help maint info', and remove
6357 repeated test of 'help maint'.
6358
6359 2018-05-04 Tom Tromey <tom@tromey.com>
6360
6361 PR gdb/22619:
6362 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6363 behavior.
6364
6365 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6366
6367 * gdb.base/maint.exp: Process output from 'maint print registers'
6368 line at a time.
6369
6370 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6371
6372 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6373 timeout.
6374
6375 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6376
6377 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6378 filter pattern.
6379
6380 2018-05-02 Pedro Alves <palves@redhat.com>
6381
6382 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6383 to_log_command renames.
6384 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6385
6386 2018-05-02 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.python/py-parameter.exp: Set test message.
6389
6390 2018-05-02 Tom Tromey <tom@tromey.com>
6391
6392 PR python/20084:
6393 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6394 PARAM_ZUINTEGER_UNLIMITED tests.
6395
6396 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6397
6398 PR rust/23124
6399 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6400 when casting.
6401
6402 2018-04-30 Tom Tromey <tom@tromey.com>
6403
6404 * gdb.python/py-type.exp: Check align attribute.
6405 * gdb.python/py-type.c: New "aligncheck" global.
6406
6407 2018-04-30 Tom Tromey <tom@tromey.com>
6408
6409 PR exp/17095:
6410 * gdb.dwarf2/dw2-align.exp: New file.
6411 * gdb.cp/align.exp: New file.
6412 * gdb.base/align.exp: New file.
6413 * lib/gdb.exp (gdb_int128_helper): New proc.
6414 (has_int128_c, has_int128_cxx): New caching procs.
6415
6416 2018-04-27 Tom Tromey <tom@tromey.com>
6417
6418 PR rust/22545:
6419 * gdb.rust/simple.exp: Add inclusive range tests.
6420
6421 2018-04-26 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6424 ifunc breakpoint locations correctly of ifunc breakpoints set
6425 while the program resolves the ifunc.
6426
6427 2018-04-26 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/gnu-ifunc-final.c: New file.
6430 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6431 * gdb.base/gnu-ifunc.exp (executable): Delete.
6432 (staticexecutable): Adjust.
6433 (lib_opts, exec_opts): Delete.
6434 (make_binsuffix, build, set-break): New procedures.
6435 (misc_tests): New, with tests factored out from the top level.
6436 (top level): Test different combinations of ifunc resolver name,
6437 resolver with and with debug info, and ifunc target with and
6438 without debug info. Wrap static tests with with_target_prefix.
6439
6440 2018-04-26 Pedro Alves <palves@redhat.com>
6441
6442 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6443 return type" warnings.
6444
6445 2018-04-25 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6448 killed".
6449 * gdb.base/kill-after-signal.exp: Likewise.
6450 * gdb.threads/kill.exp: Likewise.
6451
6452 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6453 Sergio Durigan Junior <sergiodj@redhat.com>
6454 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6457 regexps to expect for '[Inferior ... detached]' as well.
6458 * gdb.base/attach.exp: Likewise.
6459 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6460 "gdb_continue_to_end".
6461 (test_catch_syscall_with_wrong_args): Likewise.
6462 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6463 ']'. Don't set 'verbose' on.
6464 * gdb.base/foll-vfork.exp: Likewise.
6465 * gdb.base/fork-print-inferior-events.c: New file.
6466 * gdb.base/fork-print-inferior-events.exp: New file.
6467 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6468 '[Inferior ... has been killed]' message.
6469 * gdb.base/kill-after-signal.exp: Likewise.
6470 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6471 detach message.
6472 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6473 message.
6474 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6475 regexps to expect for '[Inferior ... detached]' as well.
6476 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6477
6478 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6479
6480 PR gdb/23104
6481 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6482
6483 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6484
6485 PR gdb/23095
6486 * gdb.base/break-probes.exp: Pass shlib_load to
6487 prepare_for_testing. Set normal_bp to r_debug_state if target is
6488 bsd.
6489
6490 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6491
6492 * gdb.threads/multiple-successive-infcall.c: New test.
6493 * gdb.threads/multiple-successive-infcall.exp: New file.
6494
6495 2018-04-17 Tom Tromey <tom@tromey.com>
6496
6497 * gdb.rust/simple.rs (Union): New type.
6498 (main): New local "u".
6499 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6500
6501 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6502
6503 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6504 number information in output of "whereis" command.
6505 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6506
6507 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6508
6509 * gdb.ada/info_types.exp: Adjust expected output to the line
6510 numbers now printed by "info var/func/type".
6511 * gdb.base/completion.exp: Likewise.
6512 * gdb.base/included.exp: Likewise.
6513 * gdb.cp/cp-relocate.exp: Likewise.
6514 * gdb.cp/cplusfuncs.exp: Likewise.
6515 * gdb.cp/namespace.exp: Likewise.
6516 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6517
6518 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6519
6520 * gdb.btrace/cpu.exp: New.
6521
6522 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6523
6524 * gdb.base/step-indirect-call-thunk.exp: New.
6525 * gdb.base/step-indirect-call-thunk.c: New.
6526 * gdb.reverse/step-indirect-call-thunk.exp: New.
6527 * gdb.reverse/step-indirect-call-thunk.c: New.
6528
6529 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6530
6531 * gdb.base/pie-fork.c: New file.
6532 * gdb.base/pie-fork.exp: New file.
6533
6534 2018-04-11 Tom Tromey <tom@tromey.com>
6535
6536 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6537
6538 2018-04-10 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6541 exits. Instead loop running forever.
6542 (fork_parent): Run forever too.
6543
6544 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6545
6546 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6547 mi_continue_to_line.
6548 * gdb.mi/mi-stack.c (callee4): Add comment.
6549
6550 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6551
6552 * gdb.mi/mi-stack.exp: Fix indentation.
6553
6554 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6555
6556 PR gdb/22979
6557 * gdb.arch/amd64-osabi.exp: New file.
6558
6559 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6560
6561 PR gdb/22980
6562 * gdb.base/osabi.exp: New file.
6563
6564 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6565
6566 * gdb.cp/static-typedef-print.exp: New file.
6567 * gdb.cp/static-typedef-print.cc: New file.
6568
6569 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6570
6571 * gdb.ada/varsize_limit: New testcase.
6572
6573 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6574
6575 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6576
6577 * gdb.ada/notcplusplus: New testcase.
6578
6579 * gdb.base/c-linkage-name.c: New file.
6580 * gdb.base/c-linkage-name.exp: New testcase.
6581
6582 2018-03-26 Tom Tromey <tom@tromey.com>
6583
6584 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6585 * gdb.python/py-framefilter.py (name_error): New global.
6586 (ErrorInName.function): Use name_error.
6587
6588 2018-03-26 Tom Tromey <tom@tromey.com>
6589
6590 PR backtrace/15582:
6591 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6592
6593 2018-03-23 Keith Seitz <keiths@redhat.com>
6594
6595 PR c++/22968
6596 * gdb.cp/subtypes.exp: New file.
6597 * gdb.cp/subtypes.h: New file.
6598 * gdb.cp/subtypes.cc: New file.
6599 * gdb.cp/subtypes-2.cc: New file.
6600
6601 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6602
6603 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6604 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6605 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6606 -nostartfiles when compiling the test. Confirm that all registers
6607 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6608
6609 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6612 option, syntax was wrong anyway.
6613 * gdb.arch/arm-disp-step.exp: Likewise.
6614 * gdb.arch/sparc64-regs.exp: Likewise.
6615 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6616 option, syntax was wrong anyway, switch to use
6617 prepare_for_testing.
6618 * gdb.arch/i386-disp-step.exp: Likewise.
6619
6620 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6621
6622 * gdb.ada/exec_changed.exp: Replace "target_info exists
6623 use_gdb_stub" by "use_gdb_stub".
6624 * gdb.ada/start.exp: Likewise.
6625 * gdb.base/async-shell.exp: Likewise.
6626 * gdb.base/attach-pie-misread.exp: Likewise.
6627 * gdb.base/attach-wait-input.exp: Likewise.
6628 * gdb.base/break-entry.exp: Likewise.
6629 * gdb.base/break-interp.exp: Likewise.
6630 * gdb.base/dprintf-detach.exp: Likewise.
6631 * gdb.base/nostdlib.exp: Likewise.
6632 * gdb.base/solib-nodir.exp: Likewise.
6633 * gdb.base/statistics.exp: Likewise.
6634 * gdb.base/testenv.exp: Likewise.
6635 * gdb.mi/mi-exec-run.exp: Likewise.
6636 * gdb.mi/mi-start.exp: Likewise.
6637 * gdb.multi/dummy-frame-restore.exp: Likewise.
6638 * gdb.multi/multi-arch-exec.exp: Likewise.
6639 * gdb.multi/multi-arch.exp: Likewise.
6640 * gdb.multi/tids.exp: Likewise.
6641 * gdb.multi/watchpoint-multi.exp: Likewise.
6642 * gdb.python/py-events.exp: Likewise.
6643 * gdb.threads/attach-into-signal.exp: Likewise.
6644 * gdb.threads/attach-stopped.exp: Likewise.
6645 * gdb.threads/threadapply.exp: Likewise.
6646 * lib/selftest-support.exp: Likewise.
6647
6648 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6649
6650 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6651
6652 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6653
6654 * gdb.perf/template-breakpoints.cc: New file.
6655 * gdb.perf/template-breakpoints.exp: New file.
6656 * gdb.perf/template-breakpoints.py: New file.
6657
6658 2018-03-19 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6661 y0.
6662 * gdb.rust/simple.exp: Test bare identifier form of struct
6663 initializer.
6664
6665 2018-03-19 Tom Tromey <tom@tromey.com>
6666
6667 * gdb.gdb/observer.exp: Remove.
6668
6669 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6670
6671 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6672 "qualified" option when setting breakpoints.
6673 * gdb.trace/backtrace.exp: Likewise.
6674 * gdb.trace/circ.exp: Likewise.
6675 * gdb.trace/collection.exp: Likewise.
6676 * gdb.trace/disconnected-tracing.exp: Likewise.
6677 * gdb.trace/ftrace-lock.exp: Likewise.
6678 * gdb.trace/ftrace.exp: Likewise.
6679 * gdb.trace/infotrace.exp: Likewise.
6680 * gdb.trace/packetlen.exp: Likewise.
6681 * gdb.trace/passc-dyn.exp: Likewise.
6682 * gdb.trace/qtro.exp: Likewise.
6683 * gdb.trace/read-memory.exp: Likewise.
6684 * gdb.trace/report.exp: Likewise.
6685 * gdb.trace/signal.exp: Likewise.
6686 * gdb.trace/status-stop.exp: Likewise.
6687 * gdb.trace/strace.exp: Likewise.
6688 * gdb.trace/tfind.exp: Likewise.
6689 * gdb.trace/trace-break.exp: Likewise.
6690 * gdb.trace/trace-condition.exp: Likewise.
6691 * gdb.trace/trace-mt.exp: Likewise.
6692 * gdb.trace/tstatus.exp: Likewise.
6693 * gdb.trace/tsv.exp: Likewise.
6694 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6695 * gdb.trace/unavailable.exp: Likewise.
6696 * gdb.trace/while-dyn.exp: Likewise.
6697
6698 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6699
6700 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6701 that libinproctrace is copied to the target.
6702
6703 2018-03-14 Tom Tromey <tom@tromey.com>
6704
6705 PR cli/14977:
6706 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6707 a null pointer.
6708 * gdb.base/wchar.exp: Likewise.
6709
6710 2018-03-14 Tom Tromey <tom@tromey.com>
6711
6712 PR cli/19918:
6713 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6714 flag.
6715
6716 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6717
6718 PR gdb/22841
6719 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6720 "target" to remote_exec.
6721
6722 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6723
6724 PR gdb/22841
6725 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6726 ${board}_upload): Remove.
6727
6728 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6729
6730 * gdb.cp/watch-cp.cc: New test.
6731 * gdb.cp/watch-cp.exp: New file.
6732
6733 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6734
6735 * gdb.base/infcall-nested-structs.exp: New file.
6736 * gdb.base/infcall-nested-structs.c: New file.
6737 * gdb.base/float.exp: Add riscv support.
6738
6739 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6740
6741 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6742 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6743
6744 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6745
6746 * gdb.server/abspath.exp: New file.
6747 * lib/gdb.exp (with_cwd): New procedure.
6748
6749 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6750
6751 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6752 use it.
6753 (gdb_is_target_remote_prompt): New proc.
6754 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6755 (gdb_is_target_native): Pass prompt parameter to
6756 gdb_is_target_1.
6757
6758 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6759
6760 * gdb.base/load-command.c: New file.
6761 * gdb.base/load-command.exp: New file.
6762 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6763 (gdb_is_target_1): ...this, and generalize for other targets
6764 than just remote.
6765 (gdb_is_target_remote): Use gdb_is_target_1.
6766 (gdb_is_target_native): use gdb_is_target_1.
6767
6768 2018-02-26 Tom Tromey <tom@tromey.com>
6769
6770 PR python/16497:
6771 * gdb.python/py-framefilter.exp: Update test.
6772
6773 2018-02-26 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.dwarf2/variant.c: New file.
6776 * gdb.dwarf2/variant.exp: New file.
6777
6778 2018-02-26 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.rust/simple.exp: Accept more possible results in enum test.
6781
6782 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6783
6784 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6785 parentheses.
6786
6787 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6788
6789 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6790 name of a variable: $actual_linejj -> $actual_line.
6791
6792 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6793
6794 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6795
6796 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6797
6798 * gdb.btrace/buffer-size.exp: Do not force BTS.
6799
6800 2018-02-14 Pedro Alves <palves@redhat.com>
6801
6802 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6803 getting a "Quit".
6804
6805 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6806
6807 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6808 Fix test name.
6809
6810 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 * gdb.cp/m-static.exp: Check type of optimized out static
6813 member.
6814
6815 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6816
6817 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6818 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6819
6820 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6821 Leszek Swirski <leszeks@google.com>
6822
6823 * gdb.python/py-prettyprint.c
6824 (struct to_string_returns_value_inner,
6825 struct to_string_returns_value_wrapper): New.
6826 (main): Add tsrvw variable.
6827 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6828 ToStringReturnsValueWrapper): New classes.
6829 (register_pretty_printers): Register new pretty-printers.
6830 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6831 recursive pretty printer.
6832 * gdb.python/py-mi.exp: Likewise.
6833
6834 2018-02-01 Leszek Swirski <leszeks@google.com>
6835
6836 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6837 functions with the same name as an include file are parsed
6838 correctly.
6839
6840 2018-02-01 Yao Qi <yao.qi@linaro.org>
6841
6842 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6843 "\[^\r\n\]*".
6844
6845 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6846
6847 * gdb.arch/powerpc-prologue-frame.s: New file.
6848 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6849 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6850
6851 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6852
6853 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6854
6855 2018-01-30 Pedro Alves <palves@redhat.com>
6856
6857 PR gdb/13211
6858 * gdb.base/interrupt-daemon.c: New.
6859 * gdb.base/interrupt-daemon.exp: New.
6860 * gdb.multi/multi-term-settings.c: New.
6861 * gdb.multi/multi-term-settings.exp: New.
6862
6863 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6864
6865 * gdb.base/break.exp: Save the location where the breakpoint
6866 on break.c:47 was actually inserted when debugging the version
6867 compiled at -O2 and use it in the expected output of the "info
6868 break" test performed soon after.
6869
6870 2018-01-22 Pedro Alves <palves@redhat.com>
6871 Sergio Durigan Junior <sergiodj@redhat.com>
6872
6873 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6874 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6875
6876 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6877
6878 * gdb.base/break-include.c, gdb.base/break-include.inc,
6879 gdb.base/break-include.exp: New files.
6880 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
6881 line number now being the actual line number where the breakpoint
6882 was inserted.
6883 * gdb.mi/mi-break.exp: Likewise.
6884 * gdb.mi/mi-reverse.exp: Likewise.
6885 * gdb.mi/mi-simplerun.exp: Ditto.
6886
6887 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
6890 varobj.
6891 * gdb.mi/mi-var-create-rtti.exp: Likewise.
6892
6893 2018-01-21 Don Breazeal <donb@codesourcery.com>
6894 Andrew Burgess <andrew.burgess@embecosm.com>
6895
6896 * gdb.mi/basics.c: Add new global.
6897 * gdb.mi/mi-frame-regs.exp: New file.
6898 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
6899 case.
6900
6901 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
6902
6903 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
6904 non-parameter, and on an unknown symbol.
6905
6906 2018-01-19 Tom Tromey <tom@tromey.com>
6907
6908 * gdb.rust/modules.rs (TWENTY_THREE): New global.
6909 * gdb.rust/modules.exp: Add ::-qualified lookup test.
6910
6911 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6912
6913 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
6914 setrlimit and chdir to int.
6915
6916 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6917
6918 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
6919 function.
6920 (my_tend): Likewise.
6921 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
6922 rationale of avoiding FP- and vector instructions.
6923
6924 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6925
6926 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6927 "info reg" with "\[ \t\]*".
6928 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6929 "\[ \t\]+".
6930 * gdb.arch/s390-multiarch.exp: Ditto.
6931 * gdb.base/pc-fp.exp: Ditto.
6932 * gdb.reverse/i386-precsave.exp: Ditto.
6933 * gdb.reverse/i386-reverse.exp: Ditto.
6934 * gdb.reverse/i387-env-reverse.exp: Ditto.
6935 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6936
6937 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6938
6939 * lib/gdb.exp (gdb_compile): Re-enable use of
6940 universal_compile_options for languages other than Rust.
6941
6942 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6943
6944 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6945
6946 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6947
6948 PR gdb/16577
6949 * gdb.base/solib-vanish.exp: New.
6950 * gdb.base/solib-vanish-main.c: New.
6951 * gdb.base/solib-vanish-lib1.c: New.
6952 * gdb.base/solib-vanish-lib2.c: New.
6953
6954 2018-01-17 Yao Qi <yao.qi@linaro.org>
6955
6956 * gdb.compile/compile.exp: Match the address printed for
6957 frame in the output of command "bt".
6958
6959 2018-01-15 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6962 compute sp_reg.
6963
6964 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6965
6966 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6967 to prepare.
6968 (prepare): Return 0 on error, 1 on success.
6969
6970 2018-01-12 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/continue-after-aborted-step-over.c: New.
6973 * gdb.base/continue-after-aborted-step-over.exp: New.
6974
6975 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6978 options when not creating an executable.
6979
6980 2018-01-11 Pedro Alves <palves@redhat.com>
6981
6982 PR remote/22597
6983 * gdb.server/stop-reply-no-thread.c: New file.
6984 * gdb.server/stop-reply-no-thread.exp: New file.
6985
6986 2018-01-10 Pedro Alves <palves@redhat.com>
6987
6988 PR gdb/22670
6989 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6990 functions too. Test setting breakpoints and printing C functions
6991 with no debug info too.
6992 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6993
6994 2018-01-10 Pedro Alves <palves@redhat.com>
6995
6996 PR gdb/22670
6997 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6998 a fail.
6999
7000 2018-01-10 Pedro Alves <palves@redhat.com>
7001
7002 PR gdb/22670
7003 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7004
7005 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * gdb.server/unittest.exp: Match the output in non-development
7008 mode.
7009
7010 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7011
7012 * gdb.gdb/unittest.exp: Match output in non-development mode.
7013
7014 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7015
7016 * gdb.ada/access_tagged_param.exp: Relax expected output
7017 for value of "ObjL" in "continue" to pck.inspect breakpoint
7018 test.
7019
7020 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7023 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7024
7025 2018-01-05 Pedro Alves <palves@redhat.com>
7026
7027 PR gdb/18653
7028 * gdb.base/libsegfault.exp: New.
7029
7030 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7031
7032 PR gdb/22670
7033 * gdb.ada/access_tagged_param.exp: New file.
7034 * gdb.ada/access_tagged_param/foo.adb: New file.
7035
7036 2018-01-05 Pedro Alves <palves@redhat.com>
7037
7038 PR gdb/22670
7039 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7040 exercise lower case too, and to exercise both full matching and
7041 wild matching.
7042
7043 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7044
7045 * gdb.ada/rename_subscript_param: New testcase.
7046
7047 2018-01-05 Jerome Guitton <guitton@adacore.com>
7048
7049 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7050
7051 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7052
7053 * gdb.ada/convvar_comp: New testcase.
7054
7055 2018-01-05 Xavier Roirand <roirand@adacore.com>
7056
7057 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7058 (My_Table): New global variable.
7059 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7060
7061 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7062
7063 PR gdb/22670
7064 * gdb.ada/maint_with_ada: New testcase.
7065
7066 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7067
7068 PR gdb/22670
7069 * gdb.ada/bp_c_mixed_case: New testcase.
7070
7071 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7072
7073 PR gdb/22670
7074 * gdb.ada/complete.exp: Add "complete break ada" test.
7075
7076 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7077
7078 PR gdb/22670
7079 * gdb.ada/info_addr_mixed_case: New testcase.
7080
7081 2018-01-03 Xavier Roirand <roirand@adacore.com>
7082
7083 * gdb.ada/excep_handle.exp: New testcase.
7084 * gdb.ada/excep_handle/foo.adb: New file.
7085 * gdb.ada/excep_handle/pck.ads: New file.
7086
7087 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7088
7089 * gdb.base/step-line.c: Add extra empty line in copyright header.
7090 * gdb.base/step-line.inp: Likewise.
7091
7092 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7093
7094 * gdb.ada/dyn_stride.exp: Add slice test.
7095
7096 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7097
7098 * gdb.ada/dyn_stride: New testcase.
7099
7100 2017-12-27 Stafford Horne <shorne@gmail.com>
7101
7102 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7103 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7104
7105 2017-12-27 Stafford Horne <shorne@gmail.com>
7106
7107 * gdb.base/reggroups.c: New file.
7108 * gdb.base/reggroups.exp: New file.
7109
7110 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.dwarf2/ada-valprint-error.c: New file.
7113 * gdb.dwarf2/ada-valprint-error.exp: New file.
7114
7115 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/assign_arr: New testcase.
7118
7119 2017-12-18 Xavier Roirand <roirand@adacore.com>
7120
7121 * gdb.ada/funcall_ptr: New testcase.
7122
7123 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7124
7125 PR cli/16224
7126 * gdb.base/ptype-offsets.cc: New file.
7127 * gdb.base/ptype-offsets.exp: New file.
7128
7129 2017-12-15 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7132 if XML is disabled.
7133
7134 2017-12-15 Xavier Roirand <roirand@adacore.com>
7135
7136 * gdb.ada/same_component_name: New testcase.
7137
7138 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7139
7140 * gdb.ada/str_binop_equal: New testcase.
7141
7142 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7143
7144 * gdb.ada/task_switch_in_core: New testcase.
7145
7146 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7149 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7150 call test_bkpt_qualified.
7151 (test_bkpt_qualified): New proc.
7152
7153 2017-12-13 Pedro Alves <palves@redhat.com>
7154
7155 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7156 Tighten regexp by matching with an anchor.
7157
7158 2017-12-13 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7161 ("expression with namespace"): New set of tests.
7162 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7163 (Nested::Test_NS::qux): New.
7164 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7165 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7166
7167 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.base/server-del-break.c: New file.
7170 * gdb.base/server-del-break.exp: New file.
7171
7172 2017-12-12 Stafford Horne <shorne@gmail.com>
7173
7174 * gdb.xml/tdesc-regs.exp: Add or1k support.
7175
7176 2017-12-12 Stafford Horne <shorne@gmail.com>
7177
7178 * gdb.base/bp-permanent.c: Define nop of or1k.
7179
7180 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7181
7182 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7183 output with components being reordered.
7184
7185 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7186
7187 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7188 output with components being reordered.
7189
7190 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7191 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.base/maint.exp (check for .gdb_index): Check also for
7194 .debug_names.
7195 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7196 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7197 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7198 (.gdb_index used after symbol reloading): Support also .debug_names.
7199 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7200
7201 2017-12-08 Yao Qi <yao.qi@linaro.org>
7202
7203 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7204 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7205
7206 2017-12-08 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7209 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7210
7211 2017-12-08 Yao Qi <yao.qi@linaro.org>
7212
7213 * gdb.arch/aarch64-tagged-pointer.c: New file.
7214 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7215
7216 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7217
7218 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7219 "int".
7220
7221 2017-12-07 Keith Seitz <keiths@redhat.com>
7222
7223 PR breakpoints/22569
7224 * gdb.linespec/ls-errs.exp: Change expected result of "break
7225 -source this file has spaces.c -line 3".
7226 Check that an explicit source file followed by whitespace is
7227 identified as an invalid explicit location.
7228
7229 2017-12-07 Keith Seitz <keiths@redhat.com>
7230
7231 * gdb.cp/nested-types.cc: New file.
7232 * gdb.cp/nested-types.exp: New file.
7233 * lib/cp-support.exp: Load data-structures.exp library.
7234 (debug_cp_test_ptype_class): New global.
7235 (cp_ptype_class_verbose, next_line): New procedures.
7236 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7237 Add and document new return value.
7238 Switch the list of lines to a queue.
7239 Add support for new `type' key for nested type definitions.
7240 Add debugging/troubleshooting messages.
7241 * lib/data-structures.exp: New file.
7242
7243 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7244
7245 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7246 with proc_with_prefix, don't use with_test_prefix.
7247
7248 2017-12-07 Tom Tromey <tom@tromey.com>
7249
7250 * gdb.base/break.exp: Add test for empty "commands".
7251
7252 2017-12-07 Yao Qi <yao.qi@linaro.org>
7253
7254 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7255 malloc and catch syscall.
7256
7257 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7258
7259 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7260 tests for explicit locations.
7261
7262 2017-12-06 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7265 force-disabling XML descriptions.
7266
7267 2017-12-04 Pedro Alves <palves@redhat.com>
7268
7269 PR gdb/22499
7270 * gdb.arch/amd64-disp-step-avx.S: New file.
7271 * gdb.arch/amd64-disp-step-avx.exp: New file.
7272
7273 2017-12-03 Pedro Alves <palves@redhat.com>
7274
7275 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7276 and <string.h>.
7277 (parent_function): Print distinct messages when waitpid fails, or
7278 the child exits with a signal, or the child exits for an unhandled
7279 reason.
7280 * gdb.threads/process-dies-while-detaching.exp
7281 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7282 it. Wait for both inferior output and GDB's prompt. Use an
7283 indirect spawn id list.
7284 (do_detach): New parameter 'child_exit'. Use it to compute
7285 expected inferior output.
7286 (test_detach, test_detach_watch, test_detach_killed_outside):
7287 Adjust to pass down the expected child exit kind.
7288
7289 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7290 Sergio Durigan Junior <sergiodj@redhat.com>
7291 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7294
7295 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7296
7297 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7298 to 'symbol-file' and 'add-symbol-file' can be
7299 position-independent.
7300
7301 2017-12-01 Yao Qi <yao.qi@linaro.org>
7302
7303 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7304 the URL in copyright header.
7305 * gdb.arch/aarch64-fp.exp: Likewise.
7306 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7307 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7308 * gdb.base/expand-psymtabs.exp: Likewise.
7309 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7310 * gdb.fortran/common-block.exp: Likewise.
7311 * gdb.fortran/common-block.f90: Likewise.
7312 * gdb.fortran/logical.exp: Likewise.
7313 * gdb.fortran/vla-datatypes.f90: Likewise.
7314 * gdb.fortran/vla-sub.f90: Likewise.
7315
7316 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7317
7318 * gdb.ada/repeat_dyn: New testcase.
7319
7320 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7321
7322 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7323 Update for changed thread numbering.
7324 * gdb.cell/bt.exp: Update for changed GDB output.
7325
7326 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7327
7328 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7329 setting isremote by hand.
7330 * boards/dwarf4-gdb-index.exp: Likewise.
7331 * boards/fission.exp: Likewise.
7332 * boards/stabs.exp: Likewise.
7333
7334 2017-11-30 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.linespec/cpls-ops.exp
7337 (check_explicit_skips_function_argument): Extract the underlying
7338 type of size_t instead of hardcoding it.
7339
7340 2017-11-29 Pedro Alves <palves@redhat.com>
7341
7342 PR c++/19436
7343 * gdb.linespec/cpls-abi-tag.cc: New file.
7344 * gdb.linespec/cpls-abi-tag.exp: New file.
7345
7346 2017-11-29 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/langs.exp: Use -qualified.
7349 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7350 it.
7351 * gdb.cp/namespace.exp: Use -qualified.
7352 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7353 (overload-3, template-overload, template-ret-type, const-overload)
7354 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7355 procedures.
7356 (test_driver): Call them.
7357 * gdb.cp/save-bp-qualified.cc: New.
7358 * gdb.cp/save-bp-qualified.exp: New.
7359 * gdb.linespec/explicit.exp: Test -qualified.
7360 * lib/completion-support.exp (completion::explicit_opts_list): Add
7361 "-qualified".
7362 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7363
7364 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7365
7366 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7367
7368 2017-11-29 Tom Tromey <tom@tromey.com>
7369
7370 * gdb.base/relocate.exp: Update invalid argument test.
7371 Add new tests for invalid arguments.
7372
7373 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7374
7375 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7376 Return 0 as a long.
7377 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7378
7379 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7380
7381 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7382 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7383 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7384 func ().
7385 * gdb.cp/shadow.cc (B.func): Return 0.
7386
7387 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7388
7389 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7390 expected output in gdb_expect call to allow the exception
7391 message to be present as well. Fix syntax confusion to avoid
7392 TCL thinking that exception_name is an array.
7393
7394 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7395
7396 * gdb.arch/spu-info.c: Include <unistd.h>.
7397 (do_signal_test): Fix broken calls to write.
7398 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7399 Fix checks for empty mailboxes. Update signal tests for corrected
7400 do_signal_test routine. Allow nonzero event status.
7401 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7402 * gdb.cell/arch.exp: Use standard_output_file.
7403 * gdb.cell/break.exp: Likewise.
7404 * gdb.cell/bt.exp: Likewise.
7405 * gdb.cell/core.exp: Likewise.
7406 * gdb.cell/dwarfaddr.exp: Likewise.
7407 * gdb.cell/ea-cache.exp: Likewise.
7408 * gdb.cell/ea-standalone.exp: Likewise.
7409 * gdb.cell/f-regs.exp: Likewise.
7410 * gdb.cell/fork.exp: Likewise.
7411 * gdb.cell/gcore.exp: Likewise.
7412 * gdb.cell/mem-access.exp: Likewise.
7413 * gdb.cell/ptype.exp: Likewise.
7414 * gdb.cell/registers.exp: Likewise.
7415 * gdb.cell/sizeof.exp: Likewise.
7416 * gdb.cell/solib-symbol.exp: Likewise.
7417 * gdb.cell/solib.exp: Likewise.
7418
7419 2017-11-25 Pedro Alves <palves@redhat.com>
7420
7421 * gdb.base/complete-empty.exp: New file.
7422 * gdb.base/completion.exp: Adjust.
7423
7424 2017-11-25 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.linespec/cpls-ops.cc: New file.
7427 * gdb.linespec/cpls-ops.exp: New file.
7428 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7429 factored out from ...
7430 (test_complete_prefix_range): ... this.
7431
7432 2017-11-24 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.linespec/cpcompletion.exp: New file.
7435 * gdb.linespec/cpls-hyphen.cc: New file.
7436 * gdb.linespec/cpls.cc: New file.
7437 * gdb.linespec/cpls2.cc: New file.
7438 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7439 test to use test_gdb_complete_unique. Add label completion,
7440 keyword completion and explicit location completion tests.
7441 * lib/completion-support.exp: New file.
7442
7443 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7446 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7447 when hitting an exception catchpoint.
7448
7449 2017-11-22 Yao Qi <yao.qi@linaro.org>
7450
7451 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7452
7453 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7454
7455 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7456 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7457 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7458
7459 2017-11-22 Yao Qi <yao.qi@linaro.org>
7460
7461 * gdb.base/info-os.exp: Pass pthreads.
7462 * gdb.multi/multi-attach.exp: Likewise.
7463
7464 2017-11-22 Yao Qi <yao.qi@linaro.org>
7465
7466 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7467 compiler.
7468
7469 2017-11-22 Yao Qi <yao.qi@linaro.org>
7470
7471 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7472 * gdb.base/break-interp.exp: Likewise.
7473 * gdb.base/jit-attach-pie.exp: Likewise.
7474
7475 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7476
7477 * gdb.base/float128.c (large128): New variable.
7478 * gdb.base/float128.exp: Add test to print largest __float128 value.
7479
7480 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7481
7482 * gdb.arch/vsx-regs.exp: Update register content checks.
7483
7484 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7485
7486 * gdb.arch/ppc-longdouble.exp: New file.
7487 * gdb.arch/ppc-longdouble.c: Likewise.
7488
7489 2017-11-21 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7492
7493 2017-11-20 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7496 (long_double_typedef): New typedefs.
7497 Use DEF on double and long double.
7498 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7499 cases.
7500 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7501 and 'long_double_ptr_same_size' locals. Use them to decide
7502 whether cast from array/function to float is valid/invalid.
7503
7504 2017-11-17 Tom Tromey <tom@tromey.com>
7505
7506 * gdb.rust/traits.rs: New file.
7507 * gdb.rust/traits.exp: New file.
7508
7509 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7510
7511 * gdb.ada/minsyms: New testcase.
7512
7513 2017-11-16 Pedro Alves <palves@redhat.com>
7514
7515 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7516 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7517
7518 2017-11-16 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7521 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7522
7523 2017-11-16 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.server/reconnect-ctrl-c.c: New file.
7526 * gdb.server/reconnect-ctrl-c.exp: New file.
7527
7528 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7529
7530 * gdb.python/py-rbreak.exp: New file.
7531 * gdb.python/py-rbreak.c: New file.
7532 * gdb.python/py-rbreak-func2.c: New file.
7533
7534 2017-11-16 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7537 pattern.
7538 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7539 GDB.
7540
7541 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7542
7543 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7544 regex.
7545
7546 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7547
7548 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7549 test names.
7550
7551 2017-11-09 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7554 factored out from ...
7555 (top level): ... here, and adjusted to avoid expecting beyond the
7556 prompt in a single gdb_test_multiple.
7557
7558 2017-11-09 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7561 output.
7562 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7563 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7564 * gdb.server/ext-run.exp ("kill" test): Likewise.
7565 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7566
7567 2017-11-09 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7570 match till end of line.
7571
7572 2017-11-09 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7575
7576 2017-11-09 Pedro Alves <palves@redhat.com>
7577
7578 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7579 New procedures, factored out from ...
7580 (top level): ... here, and adjusted to avoid expecting beyond the
7581 prompt in one go.
7582
7583 2017-11-09 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7586 output. Fix '?' match.
7587
7588 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7589
7590 * gdb.ada/scoped_watch: New testcase.
7591 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7592 which is actually correct.
7593 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7594 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7595
7596 2017-11-08 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.gdb/complaints.exp (test_initial_complaints)
7599 (test_serial_complaints, test_short_complaints): Call
7600 complaint_internal instead of complaint.
7601
7602 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7603
7604 * gdb.threads/tls-core.c: New file.
7605 * gdb.threads/tls-core.exp: Likewise.
7606
7607 2017-11-08 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7610 (p Exported_Capitalized): New test.
7611 (p exported_capitalized): New test.
7612
7613 2017-11-07 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7616
7617 2017-11-07 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7620 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7621 (disable_invalid, disable_inverted, disable_negative): New
7622 procedures.
7623 ("bad numbers"): New set of tests.
7624
7625 2017-11-07 Pedro Alves <palves@redhat.com>
7626
7627 * gdb.cp/ena-dis-br-range.exp: Add tests.
7628
7629 2017-11-07 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7632
7633 2017-11-07 Xavier Roirand <roirand@adacore.com>
7634 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/ena-dis-br.exp: Add reference to
7637 gdb.cp/ena-dis-br-range.exp.
7638 * gdb.cp/ena-dis-br-range.exp: New file.
7639 * gdb.cp/ena-dis-br-range.cc: New file.
7640
7641 2017-11-06 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.base/attach-non-pgrp-leader.c: New.
7644 * gdb.base/attach-non-pgrp-leader.exp: New.
7645
7646 2017-11-06 Pedro Alves <palves@redhat.com>
7647
7648 * configure.ac: No longer check for termio.h and sgtty.h.
7649 * configure: Regenerate.
7650 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7651 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7652 Remove termio and sgtty code.
7653
7654 2017-11-03 Yao Qi <yao.qi@linaro.org>
7655
7656 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7657 in GDB is disabled.
7658
7659 2017-11-03 Yao Qi <yao.qi@linaro.org>
7660
7661 * gdb.python/py-thrhandle.exp: Skip it if python is not
7662 enabled.
7663
7664 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7665
7666 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7667 as a breakpoint command.
7668
7669 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7670
7671 PR python/21213
7672 * gdb.python/py-infthread.exp: Test calling
7673 InferiorThread.inferior () multiple times in a row.
7674
7675 2017-10-27 Keith Seitz <keiths@redhat.com>
7676
7677 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7678 Test "info break" for every inlined function breakpoint.
7679
7680 2017-10-27 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7683
7684 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7685
7686 * gdb.cp/classes.exp (test_static_members): Test printing
7687 Outer::instance.
7688 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7689 (Inner::instance, Outer::instance): New.
7690
7691 2017-10-24 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7694 extra console" test in two stages.
7695
7696 2017-10-24 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7699
7700 2017-10-24 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7703 loop.
7704
7705 2017-10-24 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7708 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7709
7710 2017-10-24 Pedro Alves <palves@redhat.com>
7711
7712 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7713 parameter and handle it. Don't output read value in test name.
7714
7715 2017-10-24 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7718 custom test name.
7719
7720 2017-10-24 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7723 include the unstable output directory name in the test's name.
7724 (initial_setup_simple) <'set args'>: Use custom test name.
7725
7726 2017-10-24 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7729 with explicit test name.
7730
7731 2017-10-20 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7734 'wait -i'. Use gdb_assert and remote_close.
7735
7736 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7737
7738 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7739 number from variable rather than hard-coded.
7740
7741 2017-10-19 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.base/long-inferior-output.c: New file.
7744 * gdb.base/long-inferior-output.exp: New file.
7745
7746 2017-11-18 Keith Seitz <keiths@redhat.com>
7747
7748 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7749 method.
7750 (main): Call it.
7751 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7752 Add additional user-defined conversion operator tests.
7753
7754 2017-10-17 Pedro Alves <palves@redhat.com>
7755
7756 * boards/native-stdio-gdbserver.exp: Load "local-board".
7757
7758 2017-10-17 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/quit-live.c: New file.
7761 * gdb.base/quit-live.exp: New file.
7762
7763 2017-10-16 Keith Seitz <keiths@redhat.com>
7764
7765 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7766 (class_with_protected_typedef, class_with_private_typedef)
7767 (struct_with_public_typedef, struct_with_protected_typedef)
7768 (struct_with_private_typedef): New classes/structs.
7769 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7770 typedefs and access specifiers.
7771
7772 2017-10-16 Pedro Alves <palves@redhat.com>
7773 Simon Marchi <simon.marchi@polymtl.ca>
7774
7775 * README (Local vs Remote vs Native): New section.
7776 * boards/local-board.exp: New file, with bits factored out from
7777 ...
7778 * boards/native-extended-gdbserver.exp: ... here. Load
7779 "local-board".
7780 * boards/native-gdbserver.exp: Load "local-board".
7781 (${board}_spawn, ${board}_exec): Delete.
7782 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7783 ...
7784 * boards/stdio-gdbserver-base.exp: ... this new file.
7785 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7786 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7787 procedure.
7788 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7789 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7790 stdio_gdbserver_command.
7791 (${board}_get_remote_address, ${board}_get_comm_port)
7792 (${board}_download, ${board}_upload): Delete.
7793 (get_target_remote_pipe_cmd): New.
7794
7795 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7798 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7799 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7800 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7801 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7802 remove with_test_prefix.
7803
7804 2017-10-13 Pedro Alves <palves@redhat.com>
7805
7806 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7807 * gdb.base/annota1.exp: Use it instead of is_remote.
7808 * gdb.base/annota3.exp: Use it instead of is_remote.
7809 * gdb.cp/annota2.exp: Use it instead of is_remote.
7810 * gdb.cp/annota3.exp: Use it instead of is_remote.
7811 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7812
7813 2017-10-13 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7816 (test_num_test_vars, run_and_count_vars, find_env)
7817 (test_set_unset_env, test_inherit_env_var): New procedures.
7818 (top level): Use them.
7819
7820 2017-10-13 Pedro Alves <palves@redhat.com>
7821
7822 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7823 also skip on stub-like targets.
7824
7825 2017-10-13 Pedro Alves <palves@redhat.com>
7826
7827 PR gdb/22293
7828 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7829 (top level): Move some tests to ...
7830 (test_not_found): ... this new procedure.
7831 (top level): Call it.
7832
7833 2017-10-13 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7836 expect different "info terminal" output if testing with a
7837 non-native target.
7838
7839 2017-10-13 Pedro Alves <palves@redhat.com>
7840 Simon Marchi <simon.marchi@polymtl.ca>
7841
7842 PR python/12966
7843 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7844
7845 2017-10-13 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7848 already.
7849
7850 2017-10-13 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7853 is_remote.
7854
7855 2017-10-13 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7858 is_remote.
7859
7860 2017-10-13 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7863 is set.
7864 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7865 instead of is_remote.
7866
7867 2017-10-13 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7870 (top level): Add comment.
7871
7872 2017-10-13 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/remote.exp (top level): Fix comment typo and add
7875 missing return.
7876
7877 2017-10-13 Pedro Alves <palves@redhat.com>
7878 Simon Marchi <simon.marchi@polymtl.ca>
7879
7880 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
7881 calls and add comments. Skip test if use_gdb_stub is set.
7882 (top level): Use "set cwd" command instead of "cd" command.
7883
7884 2017-10-13 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
7887 is_remote target check.
7888
7889 2017-10-13 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.base/scope.exp: Use build_executable + clean_restart +
7892 gdb_file_cmd instead of prepare_for_testing and no longer skip
7893 "before run" tests on is_remote target boards. Update comments.
7894 * boards/native-extended-gdbserver.exp
7895 (extended_gdbserver_load_last_file): New, factored out from ...
7896 (gdb_load): ... this. Move further below and add comment.
7897 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
7898
7899 2017-10-12 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/attach.exp: Remove references to gdb64.
7902 * gdb.base/dbx.exp: Remove references to gdb64.
7903
7904 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7905 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/label.exp: Remove is_remote target check.
7908
7909 2017-10-12 Pedro Alves <palves@redhat.com>
7910
7911 * gdb.base/auvx.exp (coredir): Update comment.
7912 (top level) <core_works>: Use "set cwd" command instead of "cd"
7913 command.
7914
7915 2017-10-12 Pedro Alves <palves@redhat.com>
7916 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
7919 target boards.
7920
7921 2017-10-12 Pedro Alves <palves@redhat.com>
7922 Simon Marchi <simon.marchi@polymtl.ca>
7923
7924 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7925 Instead skip if there's any gdb_protocol set.
7926
7927 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7928 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7931
7932 2017-10-12 Pedro Alves <palves@redhat.com>
7933 Simon Marchi <simon.marchi@polymtl.ca>
7934
7935 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7936 instead of on dejagnu remote boards.
7937
7938 2017-10-12 Pedro Alves <palves@redhat.com>
7939 Simon Marchi <simon.marchi@polymtl.ca>
7940
7941 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7942 checks. Use build_executable + clean_restart instead of
7943 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7944 of enabling non-stop after starting gdb.
7945
7946 2017-10-12 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7949 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7950 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7951 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7952
7953 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7954
7955 * gdb.arch/arc-tdesc-cpu.exp: New file.
7956 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7957
7958 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7959
7960 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7961
7962 2017-10-10 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7965 expect CLI output.
7966
7967 2017-10-10 Pedro Alves <palves@redhat.com>
7968
7969 * lib/selftest-support.exp (selftest_setup): Update for
7970 captured_command_loop's prototype change.
7971
7972 2017-10-09 Pedro Alves <palves@redhat.com>
7973
7974 Test both arch1=>arch2 and arch2=>arch1.
7975
7976 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7977 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7978 factored out to...
7979 (append_arch1_options, append_arch2_options, append_arch_options)
7980 (build_executables): New procedures.
7981 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7982 local.
7983 (top level): Add new 'first_arch' testing axis.
7984
7985 2017-10-09 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7988 (barrier): New.
7989 (thread_start, all_started): New functions.
7990 (main): Spawn new thread and wait until it is scheduled.
7991 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7992 option.
7993 (do_test): Add 'selected_thread' parameter. Run to all_started
7994 instead of main. Explicitly set the breakpoint at main. Switch
7995 to the SELECTED_THREAD thread.
7996 (top level): Test handling the exec event with either the main
7997 thread or the second thread selected.
7998
7999 2017-10-09 Pedro Alves <palves@redhat.com>
8000
8001 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8002 logic. Move STOP marker after the value checks.
8003 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8004 regexp.
8005
8006 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8007
8008 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8009
8010 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8011
8012 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8013 integer-to-dfp conversion.
8014 * gdb.base/dfp-test.exp: Likewise.
8015
8016 2017-10-04 Pedro Alves <palves@redhat.com>
8017
8018 * gdb.multi/hangout.c: Include <unistd.h>.
8019 (hangout_loop): New function.
8020 (main): Call alarm. Call hangout_loop in a loop.
8021 * gdb.multi/hello.c: Include <unistd.h>.
8022 (hello_loop): New function.
8023 (main): Call alarm. Call hangout_loop in a loop.
8024 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8025 inferior with the other selected.
8026
8027 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8028
8029 * gdb.mi/list-thread-groups-available.exp: New file.
8030 * gdb.mi/list-thread-groups-available.c: New file.
8031
8032 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8033
8034 * gdb.base/set-cwd.exp: Make it available on
8035 native-extended-gdbserver.
8036
8037 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8038
8039 * gdb.base/set-cwd.c: New file.
8040 * gdb.base/set-cwd.exp: Likewise.
8041
8042 2017-10-02 Tom Tromey <tom@tromey.com>
8043
8044 PR rust/22236:
8045 * gdb.rust/simple.rs (main): New variable "fslice".
8046 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8047
8048 2017-10-02 Tom Tromey <tom@tromey.com>
8049
8050 * gdb.rust/simple.exp: Test ptype of a slice.
8051
8052 2017-10-02 Tom Tromey <tom@tromey.com>
8053
8054 * gdb.rust/simple.exp: Test index of slice.
8055
8056 2017-09-27 Tom Tromey <tom@tromey.com>
8057
8058 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8059
8060 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8061 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/compare-sections.exp (get value of read-only section): Read
8064 as unsigned value.
8065 (corrupt read-only section): Likewise and don't set written if patching
8066 failed.
8067
8068 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8069
8070 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8071 files.
8072
8073 2017-09-20 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8076 symbol names in gdb's output.
8077 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8078
8079 2017-09-20 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8082 Rename to ...
8083 (test_list_ambiguous_symbol): ... this and add a symbol name
8084 parameter. Adjust.
8085 (test_list_ambiguous_function): Reimplement on top of
8086 test_list_ambiguous_symbol and also test listing ambiguous
8087 variables.
8088 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8089 (ambiguous_fun): ... this.
8090 (ambiguous_var): New.
8091 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8092 (ambiguous_fun): ... this.
8093 (ambiguous_var): New.
8094
8095 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8096
8097 * gdb.base/starti.c: New file.
8098 * gdb.base/starti.exp: New file.
8099 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8100
8101 2017-09-14 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8104 (top level): Use it instead of runto.
8105
8106 2017-09-11 Tom Tromey <tom@tromey.com>
8107
8108 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8109
8110 2017-09-11 Tom Tromey <tom@tromey.com>
8111
8112 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8113 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8114
8115 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8116
8117 * gdb.fortran/printing-types.exp: New file.
8118 * gdb.fortran/printing-types.exp: New file.
8119
8120 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8121
8122 * gdb.fortran/vla-ptype.exp: Fix typos.
8123 * gdb.fortran/vla-value.exp: Same.
8124
8125 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8126
8127 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8128 * gdb.mi/mi-var-child-f.exp: Likewise.
8129 * gdb.mi/mi-vla-fortran.exp: Likewise.
8130
8131 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8132 Christoph Weinmann <christoph.t.weinmann@intel.com>
8133 Bernhard Heckel <bernhard.heckel@intel.com>
8134
8135 * gdb.fortran/ptr-indentation.f90: New file.
8136 * gdb.fortran/ptr-indentation.exp: New file.
8137
8138 2017-09-05 Tom Tromey <tom@tromey.com>
8139
8140 PR gdb/22010:
8141 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8142
8143 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8144
8145 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8146
8147 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8148
8149 * gdb.threads/tls-nodebug-pie.c: New file.
8150 * gdb.threads/tls-nodebug-pie.exp: New file.
8151
8152 2017-09-05 Tom Tromey <tom@tromey.com>
8153
8154 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8155 for rust.
8156
8157 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8158
8159 * gdb.multi/multi-arch-exec.exp: Test with different
8160 "follow-exec-mode" settings.
8161 (do_test): New procedure.
8162
8163 2017-09-04 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/func-static.c (S::method const, S::method volatile)
8166 (S::method volatile const): New methods.
8167 (c_s, v_s, cv_s): New instances.
8168 (main): Call method() on them.
8169 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8170 (cannot_resolve): New procedure.
8171 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8172 print-quote-unquoted columns.
8173 (do_test): Test printing each scope too.
8174
8175 2017-09-04 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.base/local-static.exp: Also test with
8178 class::method::variable wholly quoted.
8179 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8180
8181 2017-09-04 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.base/local-static.c: New.
8184 * gdb.base/local-static.cc: New.
8185 * gdb.base/local-static.exp: New.
8186
8187 2017-09-04 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.asm/asm-source.exp: Add casts to int.
8190 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8191 (dataglobal64_1, dataglobal64_2): New globals.
8192 * gdb.base/nodebug.exp: Test different expressions involving the
8193 new globals, with print, whatis and ptype. Add casts to int.
8194 * gdb.base/solib-display.exp: Add casts to int.
8195 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8196 * gdb.cp/m-static.exp: Add cast to int.
8197 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8198 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8199 tls variable with no debug info without a cast. Test with a cast
8200 to int too.
8201 * gdb.trace/entry-values.exp: Add casts.
8202
8203 2017-09-04 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/nodebug.exp: Test that ptype's error about functions
8206 with unknown return type includes the function name too.
8207
8208 2017-09-04 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8211 return type of munmap in infcall.
8212 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8213 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8214 type of ftell in infcall.
8215 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8216 type of getpid in infcall.
8217 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8218 infcall.
8219 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8220 Bail on failure to extract the pid.
8221 * gdb.base/nodebug.c: #include <stdint.h>.
8222 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8223 New functions.
8224 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8225 Change expected output of print/whatis/ptype with functions with
8226 no debug info. Test all supported languages. Call
8227 test_call_promotion.
8228 * gdb.compile/compile.exp: Adjust expected output to expect
8229 warning.
8230 * gdb.threads/siginfo-threads.exp: Likewise.
8231
8232 2017-09-04 Pedro Alves <palves@redhat.com>
8233
8234 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8235 "prototypes". Test calling float functions via prototyped and
8236 unprototyped function pointers.
8237 (perform_all_tests): New parameter "prototypes". Pass it down.
8238 (top level): Pass down "prototypes" parameter to
8239 perform_all_tests.
8240
8241 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8244 Test with nested loops.
8245
8246 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8247
8248 * gdb.base/commands.exp: Call the new procedures.
8249 (loop_break_test, loop_continue_test): New procedures.
8250
8251 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8252
8253 * gdb.base/commands.exp: Call new procedure.
8254 (define_if_without_arg_test): New procedure.
8255
8256 2017-09-04 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.base/list-ambiguous.exp: New file.
8259 * gdb.base/list-ambiguous0.c: New file.
8260 * gdb.base/list-ambiguous1.c: New file.
8261 * gdb.base/list.exp (test_list_range): Adjust expected output.
8262
8263 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8264
8265 * gdb.base/share-env-with-gdbserver.c: New file.
8266 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8267
8268 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8269
8270 * gdb.base/commands.exp (gdbvar_simple_if_test,
8271 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8272 progvar_simple_if_test, progvar_simple_while_test,
8273 progvar_complex_if_while_test, user_defined_command_test,
8274 user_defined_command_args_eval,
8275 user_defined_command_args_stack_test,
8276 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8277 temporary_breakpoint_commands,
8278 gdb_test_no_prompt, redefine_hook_test,
8279 redefine_backtrace_test): Remove "global gdb_prompt".
8280
8281 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8282
8283 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8284 New proc, call it from toplevel.
8285
8286 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8287
8288 PR remote/21852
8289 * gdb.server/normal.c: New file, copied from gdb.base.
8290 * gdb.server/run-without-local-binary.exp: New file.
8291
8292 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8293
8294 * gdb.arch/sparc64-adi.exp: New file.
8295 * gdb.arch/sparc64-adi.c: New file.
8296
8297 2017-08-22 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8300 (top level): Add "list all overloads" tests.
8301
8302 2017-08-22 Tom Tromey <tom@tromey.com>
8303
8304 * gdb.gdb/xfullpath.exp: Remove.
8305
8306 2017-08-21 Pedro Alves <palves@redhat.com>
8307
8308 PR gdb/19487
8309 * gdb.base/symbol-alias.c: New.
8310 * gdb.base/symbol-alias2.c: New.
8311 * gdb.base/symbol-alias.exp: New.
8312
8313 2017-08-21 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.base/dfp-test.c
8316 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8317 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8318 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8319 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8320 * gdb.base/whatis-ptype-typedefs.c: New.
8321 * gdb.base/whatis-ptype-typedefs.exp: New.
8322 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8323 (an_int, an_int_type, an_int_type2): New globals.
8324 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8325 involving typedefs and cast expressions.
8326 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8327 (lookup_typedefs_function): New.
8328 (typedefs_pretty_printers_dict): New.
8329 (top level): Register lookup_typedefs_function in
8330 gdb.pretty_printers.
8331
8332 2017-08-18 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.server/unittest.exp: New.
8335
8336 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8337
8338 PR gdb/21954
8339 * gdb.base/environ.exp: Add test to check if 'unset environment'
8340 works.
8341
8342 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8343
8344 * lib/gdb.exp (universal_compile_options): New caching proc.
8345 (gdb_compile): Suppress GCC's coloring of messages.
8346
8347 2017-08-14 Tom Tromey <tom@tromey.com>
8348
8349 PR gdb/21675:
8350 * gdb.base/printcmds.exp (test_radices): New function.
8351 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8352 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8353 * lib/gdb.exp (get_integer_valueof): Use p/d.
8354
8355 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8358 characters.
8359
8360 2017-08-05 Tom Tromey <tom@tromey.com>
8361
8362 * gdb.rust/simple.exp: Allow String to appear in a different
8363 namespace.
8364
8365 2017-07-26 Yao Qi <yao.qi@linaro.org>
8366
8367 * gdb.gdb/unittest.exp: Invoke command
8368 "maintenance check xml-descriptions".
8369
8370 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8373 calling context.
8374 (hex128): Drop erroneous calculation of parameters.
8375
8376 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8377
8378 * gdb.python/py-unwind.exp: Disable stack protection when
8379 building test file.
8380
8381 2017-07-20 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.base/default.exp (set language): Adjust expected output.
8384
8385 2017-07-20 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8388 (test_minsym): ... this, and make static.
8389 (get_pck__foo__bar__minsym): Rename to ...
8390 (get_test_minsym): ... this.
8391 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8392 symbol names and comments.
8393 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8394 (get_test_minsym): ... this.
8395 (pck__foo__bar__minsym__2): Rename to ...
8396 (test_minsym): ... this.
8397 (main): Adjust.
8398
8399 2017-07-17 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.base/completion.exp: Adjust expected output.
8402 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8403 the completer works.
8404
8405 2017-07-17 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8408
8409 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8410
8411 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8412
8413 2017-07-14 Tom Tromey <tom@tromey.com>
8414
8415 PR rust/21764:
8416 * gdb.rust/simple.exp: Add tests.
8417
8418 2017-07-14 Tom Tromey <tom@tromey.com>
8419
8420 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8421
8422 2017-07-14 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.linespec/base/one/thefile.cc (z1): New function.
8425 * gdb.linespec/base/two/thefile.cc (z2): New function.
8426 * gdb.linespec/linespec.exp: Add tests.
8427
8428 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8429
8430 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8431 to mi_create_breakpoint.
8432
8433 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8434
8435 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8436 mi_create_breakpoint.
8437
8438 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8439
8440 * gdb.dlang/demangle.exp: Update for demangling changes.
8441
8442 2017-07-09 Tom Tromey <tom@tromey.com>
8443
8444 * gdb.dwarf2/shortpiece.exp: New file.
8445
8446 2017-07-06 David Blaikie <dblaikie@gmail.com>
8447
8448 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8449 built from fissiont-multi-cu{1,2}.c.
8450 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8451 except putting 'main' and 'func' in separate CUs in the same DWO file.
8452 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8453 test.
8454 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8455 test.
8456
8457 2017-07-06 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.python/py-unwind.exp: Test flushregs.
8460
8461 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8462
8463 PR cli/21688
8464 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8465 tests for alias commands and trailing whitespace.
8466
8467 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8468
8469 PR cli/21688
8470 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8471 procedure. Call it.
8472
8473 2017-06-29 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/printcmds.exp: Add tests.
8476
8477 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8478
8479 PR gdb/21337
8480 * gdb.base/reread-readsym.exp: New file.
8481 * gdb.base/reread-readsym.c: New file.
8482
8483 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8484
8485 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8486 subpattern.
8487
8488 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8489
8490 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8491 extended mnemonic.
8492 * gdb.arch/powerpc-power9.s: Likewise.
8493
8494 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8497 on 32-bit x86 targets. Exploit is_*_target macros where
8498 appropriate.
8499
8500 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8501
8502 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8503 register pieces.
8504
8505 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8506
8507 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8508 located in one or more DWARF pieces.
8509
8510 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * lib/gdb.exp (get_endianness): New proc.
8513 * gdb.arch/aarch64-fp.exp: Use it.
8514 * gdb.arch/altivec-regs.exp: Likewise.
8515 * gdb.arch/e500-regs.exp: Likewise.
8516 * gdb.arch/vsx-regs.exp: Likewise.
8517 * gdb.base/dump.exp: Likewise.
8518 * gdb.base/funcargs.exp: Likewise.
8519 * gdb.base/gnu_vector.exp: Likewise.
8520 * gdb.dwarf2/formdata16.exp: Likewise.
8521 * gdb.dwarf2/implptrpiece.exp: Likewise.
8522 * gdb.dwarf2/nonvar-access.exp: Likewise.
8523 * gdb.python/py-inferior.exp: Likewise.
8524 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8525
8526 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8527
8528 PR gdb/21226
8529 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8530 stack value pieces are taken from the LSB end.
8531
8532 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8533
8534 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8535 variable at nonzero offset.
8536
8537 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8538
8539 * gdb.dwarf2/var-access.c: New file.
8540 * gdb.dwarf2/var-access.exp: New test.
8541 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8542
8543 2017-06-12 Tom Tromey <tom@tromey.com>
8544
8545 * gdb.dwarf2/formdata16.exp: Add tests.
8546
8547 2017-06-12 Tom Tromey <tom@tromey.com>
8548
8549 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8550
8551 2017-06-12 Tom Tromey <tom@tromey.com>
8552
8553 PR exp/16225:
8554 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8555 * gdb.arch/vsx-regs.exp: Update tests.
8556 * gdb.arch/s390-vregs.exp (hex128): New proc.
8557 Update test.
8558 * gdb.arch/altivec-regs.exp: Update tests.
8559
8560 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8561
8562 * gdb.base/startup-with-shell.c: New file.
8563 * gdb.base/startup-with-shell.exp: Likewise.
8564
8565 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8566
8567 * gdb.server/non-existing-program.exp: Update regex in order to
8568 reflect the fact that gdbserver is now using fork_inferior (with a
8569 shell) to startup the inferior.
8570
8571 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8574 support function calls from GDB.
8575
8576 2017-05-21 Tom Tromey <tom@tromey.com>
8577
8578 PR rust/21466:
8579 * gdb.rust/unsized.exp: New file.
8580 * gdb.rust/unsized.rs: New file.
8581
8582 2017-05-19 Tom Tromey <tom@tromey.com>
8583
8584 PR rust/21484:
8585 * gdb.rust/watch.exp: New file.
8586 * gdb.rust/watch.rs: New file.
8587
8588 2017-05-18 Tom Tromey <tom@tromey.com>
8589
8590 * gdb.rust/simple.exp: Allow Box to be qualified.
8591
8592 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8593
8594 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8595
8596 2017-05-18 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.base/fileio.c (test_write, test_read, test_close)
8599 (test_fstat): Don't print 'ret' in the fail path.
8600
8601 2017-05-18 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8604 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8605 (test_system, test_rename, test_unlink, test_time): Change
8606 prototypes.
8607 * gdb.base/fileio.exp (stop_msg): Adjust.
8608
8609 2017-05-18 Pedro Alves <palves@redhat.com>
8610
8611 * gdb.base/fileio.c (null_str): New global.
8612 (test_stat): Use it.
8613 * gdb.base/fileio.exp: Remove nowarnings.
8614
8615 2017-05-17 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8618
8619 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8620
8621 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8622 argument command.
8623 (top-level): Invoke test_set_inferior_tty.
8624
8625 2017-05-04 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8628 Add parens to print call for Python 3.
8629
8630 2017-05-03 Keith Seitz <keiths@redhat.com>
8631
8632 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8633 (main): Call it.
8634
8635 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8636
8637 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8638 to prev and next.
8639
8640 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8641
8642 * gdb.python/py-record-btrace.exp: Remove test for
8643 gdb.BtraceInstruction.error.
8644
8645 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8646
8647 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8648
8649 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8650
8651 * gdb.python/py-record-btrace-threads.c: New file.
8652 * gdb.python/py-record-btrace-threads.exp: New file.
8653
8654 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8655
8656 PR testsuite/8595
8657 * gdb.base/environ.exp: Make test available in all architectures.
8658 Move bits related to "info program" testing to
8659 gdb.base/info-program.exp. Rewrite tests to use the two new
8660 procedures mentione below.
8661 (test_set_show_env_var) New procedure.
8662 (test_set_show_env_var_equal): Likewise.
8663 * gdb.base/info-program.exp: New file.
8664
8665 2017-04-27 Keith Seitz <keiths@redhat.com>
8666
8667 * gdb.cp/oranking.cc (test15): New function.
8668 (main): Call test15 and declare additional variables for testing.
8669 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8670 "p foo101('abc')" tests.
8671 Add tests for cv qualifier overloads.
8672 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8673 "lvalue reference overload" test.
8674 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8675 "print value of f1 on Child&& in f2" test.
8676
8677 2017-04-19 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8680 procedure.
8681 (top level): Call it.
8682 * lib/gdb.exp (gdb_define_cmd): New procedure.
8683
8684 2017-04-12 Pedro Alves <palves@redhat.com>
8685
8686 PR gdb/21323
8687 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8688 (wchar): New global.
8689 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8690 (do_test_wide_char, wide_char_types_no_program, top level): Add
8691 wchar_t testing.
8692
8693 2017-04-12 Pedro Alves <palves@redhat.com>
8694
8695 PR c++/21323
8696 * gdb.cp/wide_char_types.c: New file.
8697 * gdb.cp/wide_char_types.exp: New file.
8698
8699 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8700
8701 PR gdb/21352
8702 * gdb.trace/tsv.exp: Add test for "tsave -r".
8703
8704 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8705
8706 * gdb.dlang/watch-loc.c: New file.
8707 * gdb.dlang/watch-loc.exp: New file.
8708
8709 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8712
8713 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8714
8715 * gdb.arch/arc-analyze-prologue.S: New file.
8716 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8717
8718 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8719
8720 * gdb.arch/arc-decode-insn.S: New file.
8721 * gdb.arch/arc-decode-insn.exp: Likewise.
8722
8723 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8724
8725 PR tdep/20928
8726 * gdb.arch/sparc64-regs.exp: New file.
8727 * gdb.arch/sparc64-regs.S: Likewise.
8728
8729 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8730
8731 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8732 and memory view on Python 3.
8733
8734 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8735 Keith Seitz <keiths@redhat.com>
8736
8737 PR gdb/14441
8738 * gdb.cp/demangle.exp: Add rvalue reference tests.
8739 * gdb.cp/rvalue-ref-casts.cc: New file.
8740 * gdb.cp/rvalue-ref-casts.exp: New file.
8741 * gdb.cp/rvalue-ref-overload.cc: New file.
8742 * gdb.cp/rvalue-ref-overload.exp: New file.
8743 * gdb.cp/rvalue-ref-params.cc: New file.
8744 * gdb.cp/rvalue-ref-params.exp: New file.
8745 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8746 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8747 * gdb.cp/rvalue-ref-types.cc: New file.
8748 * gdb.cp/rvalue-ref-types.exp: New file.
8749 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8750 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8751
8752 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8753
8754 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8755 New procedure.
8756
8757 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8758
8759 * lib/mi-support.exp (mi_gdb_test): Add additional message
8760 for unexpected output.
8761
8762 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8763
8764 * gdb.base/examine-backward.c (Barrier): New character array
8765 constant, to ensure that TestStrings is preceded by a string
8766 terminator.
8767
8768 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8769
8770 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8771 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8772 and implicit pointer into such a location.
8773
8774 2017-03-16 Doug Evans <dje@google.com>
8775
8776 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8777
8778 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8779
8780 * gdb.cp/m-static.exp: Fix expectation for prototype of
8781 test5.single_constructor and single_constructor::single_constructor.
8782
8783 2017-03-16 Doug Evans <dje@google.com>
8784
8785 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8786 * gdb.guile/scm-lazy-string.c: New file.
8787 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8788 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8789 for pointer, array, typedef lazy strings.
8790
8791 2017-03-16 Doug Evans <dje@google.com>
8792
8793 PR python/17728, python/18439, python/18779
8794 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8795 * gdb.python/py-lazy-string.c (pointer): New typedef.
8796 (main): New locals ptr, array, typedef_ptr.
8797 * gdb.python/py-value.exp: Move lazy string tests to ...
8798 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8799 array, typedef lazy strings.
8800
8801 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8802
8803 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8804 Add optional 'test' parameter.
8805
8806 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8807
8808 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8809 Skip for versions of DejaGnu < 1.5.
8810
8811 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8812
8813 * lib/gdb.exp (dejagnu_version): New proc.
8814 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8815 Use dejagnu_version.
8816
8817 2017-03-10 Keith Seitz <keiths@redhat.com>
8818
8819 PR c++/8128
8820 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8821 type from destructor regexps.
8822 Add a branch which actually passes the test.
8823 Adjust "ptype t5i" test names.
8824
8825 2017-03-08 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/step-over-exit.exp: Add explicit test message.
8828
8829 2017-03-08 Pedro Alves <palves@redhat.com>
8830
8831 PR gdb/18360
8832 * gdb.threads/interrupt-while-step-over.c: New file.
8833 * gdb.threads/interrupt-while-step-over.exp: New file.
8834
8835 2017-03-08 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8838 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8839
8840 2017-03-08 Pedro Alves <palves@redhat.com>
8841
8842 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8843 PKRU as not supported as a PASS.
8844
8845 2017-03-08 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8848 prefix instead of $binfile1/$binfile2.
8849 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8850 in test message.
8851 * gdb.python/py-completion.exp: Use "load python file" as test
8852 messages instead of unstable path names.
8853
8854 2017-03-08 Pedro Alves <palves@redhat.com>
8855 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 PR cli/21218
8858 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8859 New proc.
8860 (top level): Call it.
8861
8862 2017-03-08 Pedro Alves <palves@redhat.com>
8863
8864 PR tui/21216
8865 * gdb.tui/tui-nl-filtered-output.exp: New file.
8866
8867 2017-03-08 Pedro Alves <palves@redhat.com>
8868
8869 * gdb.base/completion.exp: Move TUI completion tests to ...
8870 * gdb.tui/completion.exp: ... this new file.
8871
8872 2017-03-08 Pedro Alves <palves@redhat.com>
8873
8874 * gdb.base/tui-disasm-long-lines.c,
8875 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8876 gdb.base/tui-layout.exp: Move to ...
8877 * gdb.tui/: ... this new directory.
8878
8879 2017-03-07 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/tui-layout.c: New file.
8882 * gdb.base/tui-layout.exp: New file.
8883
8884 2017-03-07 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/tui-layout.c: Rename to ...
8887 * gdb.base/tui-disasm-long-lines.c: ... this.
8888 * gdb.base/tui-layout.exp: Rename to ...
8889 * gdb.base/tui-disasm-long-lines.exp: ... this.
8890
8891 2017-03-07 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
8894
8895 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8896
8897 * i386-mpx-call.c: New file.
8898 * i386-mpx-call.exp: New file.
8899
8900 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
8901
8902 * gdb.arch/powerpc-power.exp: Delete test.
8903 * gdb.arch/powerpc-power.s: Likewise.
8904 * gdb.disasm/disassembler-options.exp: New test.
8905 * gdb.arch/powerpc-altivec.exp: Likewise.
8906 * gdb.arch/powerpc-altivec.s: Likewise.
8907 * gdb.arch/powerpc-altivec2.exp: Likewise.
8908 * gdb.arch/powerpc-altivec2.s: Likewise.
8909 * gdb.arch/powerpc-altivec3.exp: Likewise.
8910 * gdb.arch/powerpc-altivec3.s: Likewise.
8911 * gdb.arch/powerpc-power7.exp: Likewise.
8912 * gdb.arch/powerpc-power7.s: Likewise.
8913 * gdb.arch/powerpc-power8.exp: Likewise.
8914 * gdb.arch/powerpc-power8.s: Likewise.
8915 * gdb.arch/powerpc-power9.exp: Likewise.
8916 * gdb.arch/powerpc-power9.s: Likewise.
8917 * gdb.arch/powerpc-vsx.exp: Likewise.
8918 * gdb.arch/powerpc-vsx.s: Likewise.
8919 * gdb.arch/powerpc-vsx2.exp: Likewise.
8920 * gdb.arch/powerpc-vsx2.s: Likewise.
8921 * gdb.arch/powerpc-vsx3.exp: Likewise.
8922 * gdb.arch/powerpc-vsx3.s: Likewise.
8923 * gdb.arch/arm-disassembler-options.exp: Likewise.
8924 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8925 * gdb.arch/s390-disassembler-options.exp: Likewise.
8926
8927 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8928
8929 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8930 (check_supported_features): ... this. Changed return type to void.
8931 (supports_rdseed): New static global.
8932 (rdseed): Check supports_rdseed.
8933 (initialize): Call check_supported_features.
8934
8935 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8936
8937 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8938 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8939 and lqarx/stqcx.
8940 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8941 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8942
8943 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8944
8945 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8946 uppercase.
8947
8948 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * gdb.dwarf2/formdata16.c: New file.
8951 * gdb.dwarf2/formdata16.exp: New file.
8952 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8953
8954 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8955
8956 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8957 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8958 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8959 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8960 DW_AT_GNU_*.
8961
8962 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8965
8966 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8967
8968 PR gdb/21164
8969 * gdb.base/maint.exp: Add testcases for when the commands do
8970 not have arguments.
8971
8972 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8973
8974 * gdb.cp/chained-calls.exp: Use p instead of P.
8975
8976 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8977
8978 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8979 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8980
8981 2017-02-14 Tom Tromey <tom@tromey.com>
8982
8983 PR python/13598:
8984 * gdb.python/py-events.exp: Add before_prompt event tests.
8985
8986 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8987
8988 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8989
8990 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8991
8992 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8993 (main): Call my_unique_function_name.
8994 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8995 completion of patterns with a single match.
8996 Add missing -re switches to gdb_test_multiple calls.
8997
8998 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8999
9000 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9001 return if core file is not recognized.
9002
9003 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9004
9005 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9006 and extra UIs.
9007
9008 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9009
9010 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9011 proc_with_prefix.
9012
9013 2017-02-10 Tom Tromey <tom@tromey.com>
9014
9015 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9016
9017 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9018
9019 PR gdb/21122
9020 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9021
9022 2017-02-08 Jerome Guitton <guitton@adacore.com>
9023
9024 * gdb.base/define.exp: Add test for command abbreviations
9025 in define.
9026
9027 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9028
9029 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9030 * gdb.reverse/insn-reverse-x86.c: New file.
9031
9032 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9033
9034 PR tdep/20936
9035 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9036
9037 2017-02-03 Tom Tromey <tom@tromey.com>
9038
9039 PR rust/21097:
9040 * gdb.rust/simple.exp: Add new tests.
9041
9042 2017-02-02 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9045 tests.
9046
9047 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9048
9049 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9050 taking a 2-byte value out of a 4-byte DWARF implicit value on
9051 big-endian targets.
9052 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9053 logic. Add test cases for DW_OP_implicit.
9054
9055 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9056
9057 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9058
9059 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9060
9061 * gdb.btrace/enable.exp: Call gdb_exit before
9062 skip_gdbserver_tests.
9063
9064 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9065
9066 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9067 GDBFLAGS.
9068
9069 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9070
9071 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9072 the test is skipped.
9073 * gdb.btrace/data.exp: Likewise.
9074 * gdb.btrace/delta.exp: Likewise.
9075 * gdb.btrace/dlopen.exp: Likewise.
9076 * gdb.btrace/enable-running.exp: Likewise.
9077 * gdb.btrace/enable.exp: Likewise.
9078 * gdb.btrace/exception.exp: Likewise.
9079 * gdb.btrace/function_call_history.exp: Likewise.
9080 * gdb.btrace/gcore.exp: Likewise.
9081 * gdb.btrace/instruction_history.exp: Likewise.
9082 * gdb.btrace/multi-thread-step.exp: Likewise.
9083 * gdb.btrace/nohist.exp: Likewise.
9084 * gdb.btrace/non-stop.exp: Likewise.
9085 * gdb.btrace/reconnect.exp: Likewise.
9086 * gdb.btrace/record_goto-step.exp: Likewise.
9087 * gdb.btrace/record_goto.exp: Likewise.
9088 * gdb.btrace/rn-dl-bind.exp: Likewise.
9089 * gdb.btrace/segv.exp: Likewise.
9090 * gdb.btrace/step.exp: Likewise.
9091 * gdb.btrace/stepi.exp: Likewise.
9092 * gdb.btrace/tailcall-only.exp: Likewise.
9093 * gdb.btrace/tailcall.exp: Likewise.
9094 * gdb.btrace/tsx.exp: Likewise.
9095 * gdb.btrace/unknown_functions.exp: Likewise.
9096 * gdb.btrace/vdso.exp: Likewise.
9097
9098 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9099
9100 * gdb.btrace/enable-running.c: New.
9101 * gdb.btrace/enable-running.exp: New.
9102
9103 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9104
9105 * gdb.arch/amd64-gs_base.c: New file.
9106 * gdb.arch/amd64-gs_base.exp: New file.
9107
9108 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9109
9110 * lib/memory.exp: Remove spurious empty newlines.
9111
9112 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9113
9114 * gdb.python/py-bad-printers.exp: Load python file using "source".
9115 * gdb.python/py-events.exp: Likewise.
9116 * gdb.python/py-evsignal.exp: Likewise.
9117 * gdb.python/py-evthreads.exp: Likewise.
9118 * gdb.python/py-frame-args.exp: Likewise.
9119 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9120 * gdb.python/py-framefilter-mi.exp: Likewise.
9121 * gdb.python/py-framefilter.exp: Likewise.
9122 * gdb.python/py-mi.exp: Likewise.
9123 * gdb.python/py-pp-maint.exp: Likewise.
9124 * gdb.python/py-pp-registration.exp: Likewise.
9125 * gdb.python/py-prettyprint.exp: Likewise.
9126 (run_lang_tests): Likewise.
9127 * gdb.python/py-typeprint.exp: Likewise.
9128
9129 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9130
9131 * lib/memory.exp: New file.
9132 * lib/gdb.exp: Load memory.exp.
9133 * gdb.base/memattr.exp (delete_memory): Move proc to
9134 lib/memory.exp and rename to delete_memory_regions.
9135 Replace delete_memory with delete_memory_regions.
9136 Cleanup memory regions before tests.
9137 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9138 before tests.
9139
9140 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9141
9142 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9143 files.
9144 (initialize): New function conditionally defined.
9145 (testcases): Move within conditional block.
9146 (main): Call initialize.
9147 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9148 of gdb.reverse/insn-reverse.c.
9149 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9150 gdb.reverse/insn-reverse.c.
9151
9152 2017-01-26 Yao Qi <yao.qi@linaro.org>
9153
9154 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9155 disassemble on address 0.
9156
9157 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9158 Yao Qi <yao.qi@linaro.org>
9159
9160 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9161 * gdb.dwarf2/implptr-64bit.S: Remove.
9162 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9163 variables in caller's context. Add DW_OP_implicit_value.
9164
9165 2017-01-25 Yao Qi <yao.qi@linaro.org>
9166
9167 * lib/dwarf.exp (Dwarf::_location): Handle
9168 DW_OP_GNU_implicit_pointer with proper size.
9169
9170 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9171
9172 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9173 and add untested calls.
9174
9175 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9176
9177 * gdb.python/python.exp: Check line number against what GDB thinks
9178 the line number is for func1.
9179
9180 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9181
9182 * gdb.dlang/debug-expr.exp: New file.
9183
9184 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9185
9186 Fix test names for the following files:
9187
9188 * gdb.ada/exec_changed.exp
9189 * gdb.ada/info_types.exp
9190 * gdb.arch/aarch64-atomic-inst.exp
9191 * gdb.arch/aarch64-fp.exp
9192 * gdb.arch/altivec-abi.exp
9193 * gdb.arch/altivec-regs.exp
9194 * gdb.arch/amd64-byte.exp
9195 * gdb.arch/amd64-disp-step.exp
9196 * gdb.arch/amd64-dword.exp
9197 * gdb.arch/amd64-entry-value-inline.exp
9198 * gdb.arch/amd64-entry-value-param.exp
9199 * gdb.arch/amd64-entry-value-paramref.exp
9200 * gdb.arch/amd64-entry-value.exp
9201 * gdb.arch/amd64-i386-address.exp
9202 * gdb.arch/amd64-invalid-stack-middle.exp
9203 * gdb.arch/amd64-invalid-stack-top.exp
9204 * gdb.arch/amd64-optimout-repeat.exp
9205 * gdb.arch/amd64-prologue-skip.exp
9206 * gdb.arch/amd64-prologue-xmm.exp
9207 * gdb.arch/amd64-stap-special-operands.exp
9208 * gdb.arch/amd64-stap-wrong-subexp.exp
9209 * gdb.arch/amd64-tailcall-cxx.exp
9210 * gdb.arch/amd64-tailcall-noret.exp
9211 * gdb.arch/amd64-tailcall-ret.exp
9212 * gdb.arch/amd64-tailcall-self.exp
9213 * gdb.arch/amd64-word.exp
9214 * gdb.arch/arm-bl-branch-dest.exp
9215 * gdb.arch/arm-disp-step.exp
9216 * gdb.arch/arm-neon.exp
9217 * gdb.arch/arm-single-step-kernel-helper.exp
9218 * gdb.arch/avr-flash-qualifier.exp
9219 * gdb.arch/disp-step-insn-reloc.exp
9220 * gdb.arch/e500-abi.exp
9221 * gdb.arch/e500-regs.exp
9222 * gdb.arch/ftrace-insn-reloc.exp
9223 * gdb.arch/i386-avx512.exp
9224 * gdb.arch/i386-bp_permanent.exp
9225 * gdb.arch/i386-byte.exp
9226 * gdb.arch/i386-cfi-notcurrent.exp
9227 * gdb.arch/i386-disp-step.exp
9228 * gdb.arch/i386-dr3-watch.exp
9229 * gdb.arch/i386-float.exp
9230 * gdb.arch/i386-gnu-cfi.exp
9231 * gdb.arch/i386-mpx-map.exp
9232 * gdb.arch/i386-mpx-sigsegv.exp
9233 * gdb.arch/i386-mpx-simple_segv.exp
9234 * gdb.arch/i386-mpx.exp
9235 * gdb.arch/i386-permbkpt.exp
9236 * gdb.arch/i386-prologue.exp
9237 * gdb.arch/i386-signal.exp
9238 * gdb.arch/i386-size-overlap.exp
9239 * gdb.arch/i386-unwind.exp
9240 * gdb.arch/i386-word.exp
9241 * gdb.arch/mips-fcr.exp
9242 * gdb.arch/powerpc-d128-regs.exp
9243 * gdb.arch/powerpc-stackless.exp
9244 * gdb.arch/ppc64-atomic-inst.exp
9245 * gdb.arch/s390-stackless.exp
9246 * gdb.arch/s390-tdbregs.exp
9247 * gdb.arch/s390-vregs.exp
9248 * gdb.arch/sparc-sysstep.exp
9249 * gdb.arch/thumb-bx-pc.exp
9250 * gdb.arch/thumb-singlestep.exp
9251 * gdb.arch/thumb2-it.exp
9252 * gdb.arch/vsx-regs.exp
9253 * gdb.asm/asm-source.exp
9254 * gdb.base/a2-run.exp
9255 * gdb.base/advance.exp
9256 * gdb.base/all-bin.exp
9257 * gdb.base/anon.exp
9258 * gdb.base/args.exp
9259 * gdb.base/arithmet.exp
9260 * gdb.base/async-shell.exp
9261 * gdb.base/async.exp
9262 * gdb.base/attach-pie-noexec.exp
9263 * gdb.base/attach-twice.exp
9264 * gdb.base/auto-load.exp
9265 * gdb.base/bang.exp
9266 * gdb.base/bitfields.exp
9267 * gdb.base/break-always.exp
9268 * gdb.base/break-caller-line.exp
9269 * gdb.base/break-entry.exp
9270 * gdb.base/break-inline.exp
9271 * gdb.base/break-on-linker-gcd-function.exp
9272 * gdb.base/break-probes.exp
9273 * gdb.base/break.exp
9274 * gdb.base/breakpoint-shadow.exp
9275 * gdb.base/call-ar-st.exp
9276 * gdb.base/call-sc.exp
9277 * gdb.base/call-signal-resume.exp
9278 * gdb.base/call-strs.exp
9279 * gdb.base/callfuncs.exp
9280 * gdb.base/catch-fork-static.exp
9281 * gdb.base/catch-gdb-caused-signals.exp
9282 * gdb.base/catch-load.exp
9283 * gdb.base/catch-signal-fork.exp
9284 * gdb.base/catch-signal.exp
9285 * gdb.base/catch-syscall.exp
9286 * gdb.base/charset.exp
9287 * gdb.base/checkpoint.exp
9288 * gdb.base/chng-syms.exp
9289 * gdb.base/code-expr.exp
9290 * gdb.base/code_elim.exp
9291 * gdb.base/commands.exp
9292 * gdb.base/completion.exp
9293 * gdb.base/complex.exp
9294 * gdb.base/cond-expr.exp
9295 * gdb.base/condbreak.exp
9296 * gdb.base/consecutive.exp
9297 * gdb.base/continue-all-already-running.exp
9298 * gdb.base/coredump-filter.exp
9299 * gdb.base/corefile.exp
9300 * gdb.base/dbx.exp
9301 * gdb.base/debug-expr.exp
9302 * gdb.base/define.exp
9303 * gdb.base/del.exp
9304 * gdb.base/disabled-location.exp
9305 * gdb.base/disasm-end-cu.exp
9306 * gdb.base/disasm-optim.exp
9307 * gdb.base/display.exp
9308 * gdb.base/duplicate-bp.exp
9309 * gdb.base/ena-dis-br.exp
9310 * gdb.base/ending-run.exp
9311 * gdb.base/enumval.exp
9312 * gdb.base/environ.exp
9313 * gdb.base/eu-strip-infcall.exp
9314 * gdb.base/eval-avoid-side-effects.exp
9315 * gdb.base/eval-skip.exp
9316 * gdb.base/exitsignal.exp
9317 * gdb.base/expand-psymtabs.exp
9318 * gdb.base/filesym.exp
9319 * gdb.base/find-unmapped.exp
9320 * gdb.base/finish.exp
9321 * gdb.base/float.exp
9322 * gdb.base/foll-exec-mode.exp
9323 * gdb.base/foll-exec.exp
9324 * gdb.base/foll-fork.exp
9325 * gdb.base/fortran-sym-case.exp
9326 * gdb.base/freebpcmd.exp
9327 * gdb.base/func-ptr.exp
9328 * gdb.base/func-ptrs.exp
9329 * gdb.base/funcargs.exp
9330 * gdb.base/gcore-buffer-overflow.exp
9331 * gdb.base/gcore-relro-pie.exp
9332 * gdb.base/gcore-relro.exp
9333 * gdb.base/gcore.exp
9334 * gdb.base/gdb1090.exp
9335 * gdb.base/gdb11530.exp
9336 * gdb.base/gdb11531.exp
9337 * gdb.base/gdb1821.exp
9338 * gdb.base/gdbindex-stabs.exp
9339 * gdb.base/gdbvars.exp
9340 * gdb.base/hbreak.exp
9341 * gdb.base/hbreak2.exp
9342 * gdb.base/included.exp
9343 * gdb.base/infcall-input.exp
9344 * gdb.base/inferior-died.exp
9345 * gdb.base/infnan.exp
9346 * gdb.base/info-macros.exp
9347 * gdb.base/info-os.exp
9348 * gdb.base/info-proc.exp
9349 * gdb.base/info-shared.exp
9350 * gdb.base/info-target.exp
9351 * gdb.base/infoline.exp
9352 * gdb.base/interp.exp
9353 * gdb.base/interrupt.exp
9354 * gdb.base/jit-reader.exp
9355 * gdb.base/jit-simple.exp
9356 * gdb.base/kill-after-signal.exp
9357 * gdb.base/kill-detach-inferiors-cmd.exp
9358 * gdb.base/label.exp
9359 * gdb.base/langs.exp
9360 * gdb.base/ldbl_e308.exp
9361 * gdb.base/line-symtabs.exp
9362 * gdb.base/linespecs.exp
9363 * gdb.base/list.exp
9364 * gdb.base/long_long.exp
9365 * gdb.base/longest-types.exp
9366 * gdb.base/maint.exp
9367 * gdb.base/max-value-size.exp
9368 * gdb.base/memattr.exp
9369 * gdb.base/mips_pro.exp
9370 * gdb.base/morestack.exp
9371 * gdb.base/moribund-step.exp
9372 * gdb.base/multi-forks.exp
9373 * gdb.base/nested-addr.exp
9374 * gdb.base/nextoverexit.exp
9375 * gdb.base/noreturn-finish.exp
9376 * gdb.base/noreturn-return.exp
9377 * gdb.base/nostdlib.exp
9378 * gdb.base/offsets.exp
9379 * gdb.base/opaque.exp
9380 * gdb.base/pc-fp.exp
9381 * gdb.base/permissions.exp
9382 * gdb.base/print-symbol-loading.exp
9383 * gdb.base/prologue-include.exp
9384 * gdb.base/psymtab.exp
9385 * gdb.base/ptype.exp
9386 * gdb.base/random-signal.exp
9387 * gdb.base/randomize.exp
9388 * gdb.base/range-stepping.exp
9389 * gdb.base/readline-ask.exp
9390 * gdb.base/recpar.exp
9391 * gdb.base/recurse.exp
9392 * gdb.base/relational.exp
9393 * gdb.base/restore.exp
9394 * gdb.base/return-nodebug.exp
9395 * gdb.base/return.exp
9396 * gdb.base/run-after-attach.exp
9397 * gdb.base/save-bp.exp
9398 * gdb.base/scope.exp
9399 * gdb.base/sect-cmd.exp
9400 * gdb.base/set-lang-auto.exp
9401 * gdb.base/set-noassign.exp
9402 * gdb.base/setvar.exp
9403 * gdb.base/sigall.exp
9404 * gdb.base/sigbpt.exp
9405 * gdb.base/siginfo-addr.exp
9406 * gdb.base/siginfo-infcall.exp
9407 * gdb.base/siginfo-obj.exp
9408 * gdb.base/siginfo.exp
9409 * gdb.base/signals-state-child.exp
9410 * gdb.base/signest.exp
9411 * gdb.base/sigstep.exp
9412 * gdb.base/sizeof.exp
9413 * gdb.base/skip.exp
9414 * gdb.base/solib-corrupted.exp
9415 * gdb.base/solib-nodir.exp
9416 * gdb.base/solib-search.exp
9417 * gdb.base/stack-checking.exp
9418 * gdb.base/stale-infcall.exp
9419 * gdb.base/stap-probe.exp
9420 * gdb.base/start.exp
9421 * gdb.base/step-break.exp
9422 * gdb.base/step-bt.exp
9423 * gdb.base/step-line.exp
9424 * gdb.base/step-over-exit.exp
9425 * gdb.base/step-over-syscall.exp
9426 * gdb.base/step-resume-infcall.exp
9427 * gdb.base/step-test.exp
9428 * gdb.base/store.exp
9429 * gdb.base/structs3.exp
9430 * gdb.base/sym-file.exp
9431 * gdb.base/symbol-without-target_section.exp
9432 * gdb.base/term.exp
9433 * gdb.base/testenv.exp
9434 * gdb.base/ui-redirect.exp
9435 * gdb.base/until.exp
9436 * gdb.base/unwindonsignal.exp
9437 * gdb.base/value-double-free.exp
9438 * gdb.base/vla-datatypes.exp
9439 * gdb.base/vla-ptr.exp
9440 * gdb.base/vla-sideeffect.exp
9441 * gdb.base/volatile.exp
9442 * gdb.base/watch-cond-infcall.exp
9443 * gdb.base/watch-cond.exp
9444 * gdb.base/watch-non-mem.exp
9445 * gdb.base/watch-read.exp
9446 * gdb.base/watch-vfork.exp
9447 * gdb.base/watchpoint-cond-gone.exp
9448 * gdb.base/watchpoint-delete.exp
9449 * gdb.base/watchpoint-hw-hit-once.exp
9450 * gdb.base/watchpoint-hw.exp
9451 * gdb.base/watchpoint-stops-at-right-insn.exp
9452 * gdb.base/watchpoints.exp
9453 * gdb.base/wchar.exp
9454 * gdb.base/whatis-exp.exp
9455 * gdb.btrace/buffer-size.exp
9456 * gdb.btrace/data.exp
9457 * gdb.btrace/delta.exp
9458 * gdb.btrace/dlopen.exp
9459 * gdb.btrace/enable.exp
9460 * gdb.btrace/exception.exp
9461 * gdb.btrace/function_call_history.exp
9462 * gdb.btrace/gcore.exp
9463 * gdb.btrace/instruction_history.exp
9464 * gdb.btrace/nohist.exp
9465 * gdb.btrace/reconnect.exp
9466 * gdb.btrace/record_goto-step.exp
9467 * gdb.btrace/record_goto.exp
9468 * gdb.btrace/rn-dl-bind.exp
9469 * gdb.btrace/segv.exp
9470 * gdb.btrace/step.exp
9471 * gdb.btrace/stepi.exp
9472 * gdb.btrace/tailcall-only.exp
9473 * gdb.btrace/tailcall.exp
9474 * gdb.btrace/tsx.exp
9475 * gdb.btrace/unknown_functions.exp
9476 * gdb.btrace/vdso.exp
9477 * gdb.compile/compile-ifunc.exp
9478 * gdb.compile/compile-ops.exp
9479 * gdb.compile/compile-print.exp
9480 * gdb.compile/compile-setjmp.exp
9481 * gdb.cp/abstract-origin.exp
9482 * gdb.cp/ambiguous.exp
9483 * gdb.cp/annota2.exp
9484 * gdb.cp/annota3.exp
9485 * gdb.cp/anon-ns.exp
9486 * gdb.cp/anon-struct.exp
9487 * gdb.cp/anon-union.exp
9488 * gdb.cp/arg-reference.exp
9489 * gdb.cp/baseenum.exp
9490 * gdb.cp/bool.exp
9491 * gdb.cp/breakpoint.exp
9492 * gdb.cp/bs15503.exp
9493 * gdb.cp/call-c.exp
9494 * gdb.cp/casts.exp
9495 * gdb.cp/chained-calls.exp
9496 * gdb.cp/class2.exp
9497 * gdb.cp/classes.exp
9498 * gdb.cp/cmpd-minsyms.exp
9499 * gdb.cp/converts.exp
9500 * gdb.cp/cp-relocate.exp
9501 * gdb.cp/cpcompletion.exp
9502 * gdb.cp/cpexprs.exp
9503 * gdb.cp/cplabel.exp
9504 * gdb.cp/cplusfuncs.exp
9505 * gdb.cp/cpsizeof.exp
9506 * gdb.cp/ctti.exp
9507 * gdb.cp/derivation.exp
9508 * gdb.cp/destrprint.exp
9509 * gdb.cp/dispcxx.exp
9510 * gdb.cp/enum-class.exp
9511 * gdb.cp/exception.exp
9512 * gdb.cp/exceptprint.exp
9513 * gdb.cp/expand-psymtabs-cxx.exp
9514 * gdb.cp/expand-sals.exp
9515 * gdb.cp/extern-c.exp
9516 * gdb.cp/filename.exp
9517 * gdb.cp/formatted-ref.exp
9518 * gdb.cp/fpointer.exp
9519 * gdb.cp/gdb1355.exp
9520 * gdb.cp/gdb2495.exp
9521 * gdb.cp/hang.exp
9522 * gdb.cp/impl-this.exp
9523 * gdb.cp/infcall-dlopen.exp
9524 * gdb.cp/inherit.exp
9525 * gdb.cp/iostream.exp
9526 * gdb.cp/koenig.exp
9527 * gdb.cp/local.exp
9528 * gdb.cp/m-data.exp
9529 * gdb.cp/m-static.exp
9530 * gdb.cp/mb-ctor.exp
9531 * gdb.cp/mb-inline.exp
9532 * gdb.cp/mb-templates.exp
9533 * gdb.cp/member-name.exp
9534 * gdb.cp/member-ptr.exp
9535 * gdb.cp/meth-typedefs.exp
9536 * gdb.cp/method.exp
9537 * gdb.cp/method2.exp
9538 * gdb.cp/minsym-fallback.exp
9539 * gdb.cp/misc.exp
9540 * gdb.cp/namelessclass.exp
9541 * gdb.cp/namespace-enum.exp
9542 * gdb.cp/namespace-nested-import.exp
9543 * gdb.cp/namespace.exp
9544 * gdb.cp/nextoverthrow.exp
9545 * gdb.cp/no-dmgl-verbose.exp
9546 * gdb.cp/non-trivial-retval.exp
9547 * gdb.cp/noparam.exp
9548 * gdb.cp/nsdecl.exp
9549 * gdb.cp/nsimport.exp
9550 * gdb.cp/nsnested.exp
9551 * gdb.cp/nsnoimports.exp
9552 * gdb.cp/nsrecurs.exp
9553 * gdb.cp/nsstress.exp
9554 * gdb.cp/nsusing.exp
9555 * gdb.cp/operator.exp
9556 * gdb.cp/oranking.exp
9557 * gdb.cp/overload-const.exp
9558 * gdb.cp/overload.exp
9559 * gdb.cp/ovldbreak.exp
9560 * gdb.cp/ovsrch.exp
9561 * gdb.cp/paren-type.exp
9562 * gdb.cp/parse-lang.exp
9563 * gdb.cp/pass-by-ref.exp
9564 * gdb.cp/pr-1023.exp
9565 * gdb.cp/pr-1210.exp
9566 * gdb.cp/pr-574.exp
9567 * gdb.cp/pr10687.exp
9568 * gdb.cp/pr12028.exp
9569 * gdb.cp/pr17132.exp
9570 * gdb.cp/pr17494.exp
9571 * gdb.cp/pr9067.exp
9572 * gdb.cp/pr9167.exp
9573 * gdb.cp/pr9631.exp
9574 * gdb.cp/printmethod.exp
9575 * gdb.cp/psmang.exp
9576 * gdb.cp/psymtab-parameter.exp
9577 * gdb.cp/ptype-cv-cp.exp
9578 * gdb.cp/ptype-flags.exp
9579 * gdb.cp/re-set-overloaded.exp
9580 * gdb.cp/ref-types.exp
9581 * gdb.cp/rtti.exp
9582 * gdb.cp/scope-err.exp
9583 * gdb.cp/shadow.exp
9584 * gdb.cp/smartp.exp
9585 * gdb.cp/static-method.exp
9586 * gdb.cp/static-print-quit.exp
9587 * gdb.cp/temargs.exp
9588 * gdb.cp/templates.exp
9589 * gdb.cp/try_catch.exp
9590 * gdb.cp/typedef-operator.exp
9591 * gdb.cp/typeid.exp
9592 * gdb.cp/userdef.exp
9593 * gdb.cp/using-crash.exp
9594 * gdb.cp/var-tag.exp
9595 * gdb.cp/virtbase.exp
9596 * gdb.cp/virtfunc.exp
9597 * gdb.cp/virtfunc2.exp
9598 * gdb.cp/vla-cxx.exp
9599 * gdb.disasm/t01_mov.exp
9600 * gdb.disasm/t02_mova.exp
9601 * gdb.disasm/t03_add.exp
9602 * gdb.disasm/t04_sub.exp
9603 * gdb.disasm/t05_cmp.exp
9604 * gdb.disasm/t06_ari2.exp
9605 * gdb.disasm/t07_ari3.exp
9606 * gdb.disasm/t08_or.exp
9607 * gdb.disasm/t09_xor.exp
9608 * gdb.disasm/t10_and.exp
9609 * gdb.disasm/t11_logs.exp
9610 * gdb.disasm/t12_bit.exp
9611 * gdb.disasm/t13_otr.exp
9612 * gdb.dlang/circular.exp
9613 * gdb.dwarf2/arr-stride.exp
9614 * gdb.dwarf2/arr-subrange.exp
9615 * gdb.dwarf2/atomic-type.exp
9616 * gdb.dwarf2/bad-regnum.exp
9617 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9618 * gdb.dwarf2/callframecfa.exp
9619 * gdb.dwarf2/clztest.exp
9620 * gdb.dwarf2/corrupt.exp
9621 * gdb.dwarf2/data-loc.exp
9622 * gdb.dwarf2/dup-psym.exp
9623 * gdb.dwarf2/dw2-anon-mptr.exp
9624 * gdb.dwarf2/dw2-anonymous-func.exp
9625 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9626 * gdb.dwarf2/dw2-bad-unresolved.exp
9627 * gdb.dwarf2/dw2-basic.exp
9628 * gdb.dwarf2/dw2-canonicalize-type.exp
9629 * gdb.dwarf2/dw2-case-insensitive.exp
9630 * gdb.dwarf2/dw2-common-block.exp
9631 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9632 * gdb.dwarf2/dw2-compressed.exp
9633 * gdb.dwarf2/dw2-const.exp
9634 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9635 * gdb.dwarf2/dw2-cu-size.exp
9636 * gdb.dwarf2/dw2-dup-frame.exp
9637 * gdb.dwarf2/dw2-entry-value.exp
9638 * gdb.dwarf2/dw2-icycle.exp
9639 * gdb.dwarf2/dw2-ifort-parameter.exp
9640 * gdb.dwarf2/dw2-inline-break.exp
9641 * gdb.dwarf2/dw2-inline-param.exp
9642 * gdb.dwarf2/dw2-intercu.exp
9643 * gdb.dwarf2/dw2-intermix.exp
9644 * gdb.dwarf2/dw2-lexical-block-bare.exp
9645 * gdb.dwarf2/dw2-linkage-name-trust.exp
9646 * gdb.dwarf2/dw2-minsym-in-cu.exp
9647 * gdb.dwarf2/dw2-noloc.exp
9648 * gdb.dwarf2/dw2-op-call.exp
9649 * gdb.dwarf2/dw2-op-out-param.exp
9650 * gdb.dwarf2/dw2-opt-structptr.exp
9651 * gdb.dwarf2/dw2-param-error.exp
9652 * gdb.dwarf2/dw2-producer.exp
9653 * gdb.dwarf2/dw2-ranges-base.exp
9654 * gdb.dwarf2/dw2-ref-missing-frame.exp
9655 * gdb.dwarf2/dw2-reg-undefined.exp
9656 * gdb.dwarf2/dw2-regno-invalid.exp
9657 * gdb.dwarf2/dw2-restore.exp
9658 * gdb.dwarf2/dw2-restrict.exp
9659 * gdb.dwarf2/dw2-single-line-discriminators.exp
9660 * gdb.dwarf2/dw2-strp.exp
9661 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9662 * gdb.dwarf2/dw2-unresolved.exp
9663 * gdb.dwarf2/dw2-var-zero-addr.exp
9664 * gdb.dwarf2/dw4-sig-types.exp
9665 * gdb.dwarf2/dwz.exp
9666 * gdb.dwarf2/dynarr-ptr.exp
9667 * gdb.dwarf2/enum-type.exp
9668 * gdb.dwarf2/gdb-index.exp
9669 * gdb.dwarf2/implptr-64bit.exp
9670 * gdb.dwarf2/implptr-optimized-out.exp
9671 * gdb.dwarf2/implptr.exp
9672 * gdb.dwarf2/implref-array.exp
9673 * gdb.dwarf2/implref-const.exp
9674 * gdb.dwarf2/implref-global.exp
9675 * gdb.dwarf2/implref-struct.exp
9676 * gdb.dwarf2/mac-fileno.exp
9677 * gdb.dwarf2/main-subprogram.exp
9678 * gdb.dwarf2/member-ptr-forwardref.exp
9679 * gdb.dwarf2/method-ptr.exp
9680 * gdb.dwarf2/missing-sig-type.exp
9681 * gdb.dwarf2/nonvar-access.exp
9682 * gdb.dwarf2/opaque-type-lookup.exp
9683 * gdb.dwarf2/pieces-optimized-out.exp
9684 * gdb.dwarf2/pieces.exp
9685 * gdb.dwarf2/pr10770.exp
9686 * gdb.dwarf2/pr13961.exp
9687 * gdb.dwarf2/staticvirtual.exp
9688 * gdb.dwarf2/subrange.exp
9689 * gdb.dwarf2/symtab-producer.exp
9690 * gdb.dwarf2/trace-crash.exp
9691 * gdb.dwarf2/typeddwarf.exp
9692 * gdb.dwarf2/valop.exp
9693 * gdb.dwarf2/watch-notconst.exp
9694 * gdb.fortran/array-element.exp
9695 * gdb.fortran/charset.exp
9696 * gdb.fortran/common-block.exp
9697 * gdb.fortran/complex.exp
9698 * gdb.fortran/derived-type-function.exp
9699 * gdb.fortran/derived-type.exp
9700 * gdb.fortran/logical.exp
9701 * gdb.fortran/module.exp
9702 * gdb.fortran/multi-dim.exp
9703 * gdb.fortran/nested-funcs.exp
9704 * gdb.fortran/print-formatted.exp
9705 * gdb.fortran/subarray.exp
9706 * gdb.fortran/vla-alloc-assoc.exp
9707 * gdb.fortran/vla-datatypes.exp
9708 * gdb.fortran/vla-history.exp
9709 * gdb.fortran/vla-ptr-info.exp
9710 * gdb.fortran/vla-ptype-sub.exp
9711 * gdb.fortran/vla-ptype.exp
9712 * gdb.fortran/vla-sizeof.exp
9713 * gdb.fortran/vla-type.exp
9714 * gdb.fortran/vla-value-sub-arbitrary.exp
9715 * gdb.fortran/vla-value-sub-finish.exp
9716 * gdb.fortran/vla-value-sub.exp
9717 * gdb.fortran/vla-value.exp
9718 * gdb.fortran/whatis_type.exp
9719 * gdb.go/chan.exp
9720 * gdb.go/handcall.exp
9721 * gdb.go/hello.exp
9722 * gdb.go/integers.exp
9723 * gdb.go/methods.exp
9724 * gdb.go/package.exp
9725 * gdb.go/strings.exp
9726 * gdb.go/types.exp
9727 * gdb.go/unsafe.exp
9728 * gdb.guile/scm-arch.exp
9729 * gdb.guile/scm-block.exp
9730 * gdb.guile/scm-breakpoint.exp
9731 * gdb.guile/scm-cmd.exp
9732 * gdb.guile/scm-disasm.exp
9733 * gdb.guile/scm-equal.exp
9734 * gdb.guile/scm-frame-args.exp
9735 * gdb.guile/scm-frame-inline.exp
9736 * gdb.guile/scm-frame.exp
9737 * gdb.guile/scm-iterator.exp
9738 * gdb.guile/scm-math.exp
9739 * gdb.guile/scm-objfile.exp
9740 * gdb.guile/scm-ports.exp
9741 * gdb.guile/scm-symbol.exp
9742 * gdb.guile/scm-symtab.exp
9743 * gdb.guile/scm-value-cc.exp
9744 * gdb.guile/types-module.exp
9745 * gdb.linespec/break-ask.exp
9746 * gdb.linespec/cpexplicit.exp
9747 * gdb.linespec/explicit.exp
9748 * gdb.linespec/keywords.exp
9749 * gdb.linespec/linespec.exp
9750 * gdb.linespec/ls-dollar.exp
9751 * gdb.linespec/ls-errs.exp
9752 * gdb.linespec/skip-two.exp
9753 * gdb.linespec/thread.exp
9754 * gdb.mi/mi-async.exp
9755 * gdb.mi/mi-basics.exp
9756 * gdb.mi/mi-break.exp
9757 * gdb.mi/mi-catch-load.exp
9758 * gdb.mi/mi-cli.exp
9759 * gdb.mi/mi-cmd-param-changed.exp
9760 * gdb.mi/mi-console.exp
9761 * gdb.mi/mi-detach.exp
9762 * gdb.mi/mi-disassemble.exp
9763 * gdb.mi/mi-eval.exp
9764 * gdb.mi/mi-file-transfer.exp
9765 * gdb.mi/mi-file.exp
9766 * gdb.mi/mi-fill-memory.exp
9767 * gdb.mi/mi-inheritance-syntax-error.exp
9768 * gdb.mi/mi-linespec-err-cp.exp
9769 * gdb.mi/mi-logging.exp
9770 * gdb.mi/mi-memory-changed.exp
9771 * gdb.mi/mi-read-memory.exp
9772 * gdb.mi/mi-record-changed.exp
9773 * gdb.mi/mi-reg-undefined.exp
9774 * gdb.mi/mi-regs.exp
9775 * gdb.mi/mi-return.exp
9776 * gdb.mi/mi-reverse.exp
9777 * gdb.mi/mi-simplerun.exp
9778 * gdb.mi/mi-solib.exp
9779 * gdb.mi/mi-stack.exp
9780 * gdb.mi/mi-stepi.exp
9781 * gdb.mi/mi-syn-frame.exp
9782 * gdb.mi/mi-until.exp
9783 * gdb.mi/mi-var-block.exp
9784 * gdb.mi/mi-var-child.exp
9785 * gdb.mi/mi-var-cmd.exp
9786 * gdb.mi/mi-var-cp.exp
9787 * gdb.mi/mi-var-display.exp
9788 * gdb.mi/mi-var-invalidate.exp
9789 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9790 * gdb.mi/mi-vla-fortran.exp
9791 * gdb.mi/mi-watch.exp
9792 * gdb.mi/mi2-var-child.exp
9793 * gdb.mi/user-selected-context-sync.exp
9794 * gdb.modula2/unbounded-array.exp
9795 * gdb.multi/dummy-frame-restore.exp
9796 * gdb.multi/multi-arch-exec.exp
9797 * gdb.multi/multi-arch.exp
9798 * gdb.multi/tids.exp
9799 * gdb.multi/watchpoint-multi.exp
9800 * gdb.opencl/callfuncs.exp
9801 * gdb.opencl/convs_casts.exp
9802 * gdb.opencl/datatypes.exp
9803 * gdb.opencl/operators.exp
9804 * gdb.opencl/vec_comps.exp
9805 * gdb.opt/clobbered-registers-O2.exp
9806 * gdb.opt/inline-break.exp
9807 * gdb.opt/inline-bt.exp
9808 * gdb.opt/inline-cmds.exp
9809 * gdb.opt/inline-locals.exp
9810 * gdb.pascal/case-insensitive-symbols.exp
9811 * gdb.pascal/floats.exp
9812 * gdb.pascal/gdb11492.exp
9813 * gdb.python/lib-types.exp
9814 * gdb.python/py-arch.exp
9815 * gdb.python/py-as-string.exp
9816 * gdb.python/py-bad-printers.exp
9817 * gdb.python/py-block.exp
9818 * gdb.python/py-breakpoint-create-fail.exp
9819 * gdb.python/py-breakpoint.exp
9820 * gdb.python/py-caller-is.exp
9821 * gdb.python/py-cmd.exp
9822 * gdb.python/py-explore-cc.exp
9823 * gdb.python/py-explore.exp
9824 * gdb.python/py-finish-breakpoint.exp
9825 * gdb.python/py-finish-breakpoint2.exp
9826 * gdb.python/py-frame-args.exp
9827 * gdb.python/py-frame-inline.exp
9828 * gdb.python/py-frame.exp
9829 * gdb.python/py-framefilter-mi.exp
9830 * gdb.python/py-infthread.exp
9831 * gdb.python/py-lazy-string.exp
9832 * gdb.python/py-linetable.exp
9833 * gdb.python/py-mi-events.exp
9834 * gdb.python/py-mi-objfile.exp
9835 * gdb.python/py-mi.exp
9836 * gdb.python/py-objfile.exp
9837 * gdb.python/py-pp-integral.exp
9838 * gdb.python/py-pp-maint.exp
9839 * gdb.python/py-pp-re-notag.exp
9840 * gdb.python/py-pp-registration.exp
9841 * gdb.python/py-recurse-unwind.exp
9842 * gdb.python/py-strfns.exp
9843 * gdb.python/py-symbol.exp
9844 * gdb.python/py-symtab.exp
9845 * gdb.python/py-sync-interp.exp
9846 * gdb.python/py-typeprint.exp
9847 * gdb.python/py-unwind-maint.exp
9848 * gdb.python/py-unwind.exp
9849 * gdb.python/py-value-cc.exp
9850 * gdb.python/py-xmethods.exp
9851 * gdb.reverse/amd64-tailcall-reverse.exp
9852 * gdb.reverse/break-precsave.exp
9853 * gdb.reverse/break-reverse.exp
9854 * gdb.reverse/consecutive-precsave.exp
9855 * gdb.reverse/consecutive-reverse.exp
9856 * gdb.reverse/finish-precsave.exp
9857 * gdb.reverse/finish-reverse-bkpt.exp
9858 * gdb.reverse/finish-reverse.exp
9859 * gdb.reverse/fstatat-reverse.exp
9860 * gdb.reverse/getresuid-reverse.exp
9861 * gdb.reverse/i386-precsave.exp
9862 * gdb.reverse/i386-reverse.exp
9863 * gdb.reverse/i386-sse-reverse.exp
9864 * gdb.reverse/i387-env-reverse.exp
9865 * gdb.reverse/i387-stack-reverse.exp
9866 * gdb.reverse/insn-reverse.exp
9867 * gdb.reverse/machinestate-precsave.exp
9868 * gdb.reverse/machinestate.exp
9869 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9870 * gdb.reverse/pipe-reverse.exp
9871 * gdb.reverse/readv-reverse.exp
9872 * gdb.reverse/recvmsg-reverse.exp
9873 * gdb.reverse/rerun-prec.exp
9874 * gdb.reverse/s390-mvcle.exp
9875 * gdb.reverse/step-precsave.exp
9876 * gdb.reverse/step-reverse.exp
9877 * gdb.reverse/time-reverse.exp
9878 * gdb.reverse/until-precsave.exp
9879 * gdb.reverse/until-reverse.exp
9880 * gdb.reverse/waitpid-reverse.exp
9881 * gdb.reverse/watch-precsave.exp
9882 * gdb.reverse/watch-reverse.exp
9883 * gdb.rust/generics.exp
9884 * gdb.rust/methods.exp
9885 * gdb.rust/modules.exp
9886 * gdb.rust/simple.exp
9887 * gdb.server/connect-with-no-symbol-file.exp
9888 * gdb.server/ext-attach.exp
9889 * gdb.server/ext-restart.exp
9890 * gdb.server/ext-wrapper.exp
9891 * gdb.server/file-transfer.exp
9892 * gdb.server/server-exec-info.exp
9893 * gdb.server/server-kill.exp
9894 * gdb.server/server-mon.exp
9895 * gdb.server/wrapper.exp
9896 * gdb.stabs/exclfwd.exp
9897 * gdb.stabs/gdb11479.exp
9898 * gdb.threads/clone-new-thread-event.exp
9899 * gdb.threads/corethreads.exp
9900 * gdb.threads/current-lwp-dead.exp
9901 * gdb.threads/dlopen-libpthread.exp
9902 * gdb.threads/gcore-thread.exp
9903 * gdb.threads/sigstep-threads.exp
9904 * gdb.threads/watchpoint-fork.exp
9905 * gdb.trace/actions-changed.exp
9906 * gdb.trace/backtrace.exp
9907 * gdb.trace/change-loc.exp
9908 * gdb.trace/circ.exp
9909 * gdb.trace/collection.exp
9910 * gdb.trace/disconnected-tracing.exp
9911 * gdb.trace/ftrace.exp
9912 * gdb.trace/mi-trace-frame-collected.exp
9913 * gdb.trace/mi-trace-unavailable.exp
9914 * gdb.trace/mi-traceframe-changed.exp
9915 * gdb.trace/mi-tsv-changed.exp
9916 * gdb.trace/no-attach-trace.exp
9917 * gdb.trace/passc-dyn.exp
9918 * gdb.trace/qtro.exp
9919 * gdb.trace/range-stepping.exp
9920 * gdb.trace/read-memory.exp
9921 * gdb.trace/save-trace.exp
9922 * gdb.trace/signal.exp
9923 * gdb.trace/status-stop.exp
9924 * gdb.trace/tfile.exp
9925 * gdb.trace/trace-break.exp
9926 * gdb.trace/trace-buffer-size.exp
9927 * gdb.trace/trace-condition.exp
9928 * gdb.trace/tracefile-pseudo-reg.exp
9929 * gdb.trace/tstatus.exp
9930 * gdb.trace/unavailable.exp
9931 * gdb.trace/while-dyn.exp
9932 * gdb.trace/while-stepping.exp
9933
9934 2016-12-22 Doug Evans <xdje42@gmail.com>
9935
9936 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9937 and msymbols.
9938
9939 2016-12-19 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9942 (test_with_self): Don't call do_steps_and_nexts, and remove
9943 code about stepping into xmalloc.
9944
9945 2016-12-09 Yao Qi <yao.qi@linaro.org>
9946
9947 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9948
9949 2016-12-09 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9952
9953 2016-12-09 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.base/all-architectures-0.exp: New file.
9956 * gdb.base/all-architectures-1.exp: New file.
9957 * gdb.base/all-architectures-2.exp: New file.
9958 * gdb.base/all-architectures-3.exp: New file.
9959 * gdb.base/all-architectures-4.exp: New file.
9960 * gdb.base/all-architectures-5.exp: New file.
9961 * gdb.base/all-architectures-6.exp: New file.
9962 * gdb.base/all-architectures-7.exp: New file.
9963 * gdb.base/all-architectures.exp.in: New file.
9964
9965 2016-12-09 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9968
9969 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9970
9971 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9972 possible.
9973 Remove useless pattern-matching code.
9974
9975 2016-12-02 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9978 procedure.
9979 (top level): Call it.
9980
9981 2016-12-02 Pedro Alves <palves@redhat.com>
9982
9983 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9984 New procedure.
9985 (top level): Call it.
9986
9987 2016-12-02 Pedro Alves <palves@redhat.com>
9988
9989 PR cli/20559
9990 * gdb.base/commands.exp (user_defined_command_args_eval): New
9991 procedure.
9992 (top level): Call it.
9993
9994 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9995
9996 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9997 timeout handling.
9998
9999 2016-12-02 Tom Tromey <tom@tromey.com>
10000
10001 * gdb.dwarf2/main-subprogram.c: New file.
10002 * gdb.dwarf2/main-subprogram.exp: New file.
10003
10004 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10005
10006 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10007 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10008 gdb_test_no_output for a couple of cases.
10009 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10010
10011 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10012
10013 Fix test names and standardize compilation error messages throughout
10014 the following files:
10015
10016 * gdb.ada/start.exp
10017 * gdb.arch/alpha-step.exp
10018 * gdb.arch/e500-prologue.exp
10019 * gdb.arch/ftrace-insn-reloc.exp
10020 * gdb.arch/gdb1291.exp
10021 * gdb.arch/gdb1431.exp
10022 * gdb.arch/gdb1558.exp
10023 * gdb.arch/i386-dr3-watch.exp
10024 * gdb.arch/i386-sse-stack-align.exp
10025 * gdb.arch/ia64-breakpoint-shadow.exp
10026 * gdb.arch/pa-nullify.exp
10027 * gdb.arch/powerpc-aix-prologue.exp
10028 * gdb.arch/thumb-bx-pc.exp
10029 * gdb.base/annota1.exp
10030 * gdb.base/annota3.exp
10031 * gdb.base/arrayidx.exp
10032 * gdb.base/assign.exp
10033 * gdb.base/attach.exp
10034 * gdb.base/auxv.exp
10035 * gdb.base/bang.exp
10036 * gdb.base/bfp-test.exp
10037 * gdb.base/bigcore.exp
10038 * gdb.base/bitfields2.exp
10039 * gdb.base/break-fun-addr.exp
10040 * gdb.base/break-probes.exp
10041 * gdb.base/call-rt-st.exp
10042 * gdb.base/callexit.exp
10043 * gdb.base/catch-fork-kill.exp
10044 * gdb.base/charset.exp
10045 * gdb.base/checkpoint.exp
10046 * gdb.base/comprdebug.exp
10047 * gdb.base/constvars.exp
10048 * gdb.base/coredump-filter.exp
10049 * gdb.base/cursal.exp
10050 * gdb.base/cvexpr.exp
10051 * gdb.base/detach.exp
10052 * gdb.base/display.exp
10053 * gdb.base/dmsym.exp
10054 * gdb.base/dprintf-pending.exp
10055 * gdb.base/dso2dso.exp
10056 * gdb.base/dtrace-probe.exp
10057 * gdb.base/dump.exp
10058 * gdb.base/enum_cond.exp
10059 * gdb.base/exe-lock.exp
10060 * gdb.base/exec-invalid-sysroot.exp
10061 * gdb.base/execl-update-breakpoints.exp
10062 * gdb.base/exprs.exp
10063 * gdb.base/fileio.exp
10064 * gdb.base/find.exp
10065 * gdb.base/finish.exp
10066 * gdb.base/fixsection.exp
10067 * gdb.base/foll-vfork.exp
10068 * gdb.base/frame-args.exp
10069 * gdb.base/gcore.exp
10070 * gdb.base/gdb1250.exp
10071 * gdb.base/global-var-nested-by-dso.exp
10072 * gdb.base/gnu-ifunc.exp
10073 * gdb.base/hashline1.exp
10074 * gdb.base/hashline2.exp
10075 * gdb.base/hashline3.exp
10076 * gdb.base/hbreak-in-shr-unsupported.exp
10077 * gdb.base/huge.exp
10078 * gdb.base/infcall-input.exp
10079 * gdb.base/info-fun.exp
10080 * gdb.base/info-shared.exp
10081 * gdb.base/jit-simple.exp
10082 * gdb.base/jit-so.exp
10083 * gdb.base/jit.exp
10084 * gdb.base/jump.exp
10085 * gdb.base/label.exp
10086 * gdb.base/lineinc.exp
10087 * gdb.base/logical.exp
10088 * gdb.base/longjmp.exp
10089 * gdb.base/macscp.exp
10090 * gdb.base/miscexprs.exp
10091 * gdb.base/new-ui-echo.exp
10092 * gdb.base/new-ui-pending-input.exp
10093 * gdb.base/new-ui.exp
10094 * gdb.base/nodebug.exp
10095 * gdb.base/nofield.exp
10096 * gdb.base/offsets.exp
10097 * gdb.base/overlays.exp
10098 * gdb.base/pending.exp
10099 * gdb.base/pointers.exp
10100 * gdb.base/pr11022.exp
10101 * gdb.base/printcmds.exp
10102 * gdb.base/prologue.exp
10103 * gdb.base/ptr-typedef.exp
10104 * gdb.base/realname-expand.exp
10105 * gdb.base/relativedebug.exp
10106 * gdb.base/relocate.exp
10107 * gdb.base/remote.exp
10108 * gdb.base/reread.exp
10109 * gdb.base/return2.exp
10110 * gdb.base/savedregs.exp
10111 * gdb.base/sep.exp
10112 * gdb.base/sepdebug.exp
10113 * gdb.base/sepsymtab.exp
10114 * gdb.base/set-inferior-tty.exp
10115 * gdb.base/setshow.exp
10116 * gdb.base/shlib-call.exp
10117 * gdb.base/sigaltstack.exp
10118 * gdb.base/siginfo-addr.exp
10119 * gdb.base/signals.exp
10120 * gdb.base/signull.exp
10121 * gdb.base/sigrepeat.exp
10122 * gdb.base/so-impl-ld.exp
10123 * gdb.base/solib-display.exp
10124 * gdb.base/solib-overlap.exp
10125 * gdb.base/solib-search.exp
10126 * gdb.base/solib-symbol.exp
10127 * gdb.base/structs.exp
10128 * gdb.base/structs2.exp
10129 * gdb.base/symtab-search-order.exp
10130 * gdb.base/twice.exp
10131 * gdb.base/unload.exp
10132 * gdb.base/varargs.exp
10133 * gdb.base/watchpoint-solib.exp
10134 * gdb.base/watchpoint.exp
10135 * gdb.base/whatis.exp
10136 * gdb.base/wrong_frame_bt_full.exp
10137 * gdb.btrace/dlopen.exp
10138 * gdb.cell/ea-standalone.exp
10139 * gdb.cell/ea-test.exp
10140 * gdb.cp/dispcxx.exp
10141 * gdb.cp/gdb2384.exp
10142 * gdb.cp/method2.exp
10143 * gdb.cp/nextoverthrow.exp
10144 * gdb.cp/pr10728.exp
10145 * gdb.disasm/am33.exp
10146 * gdb.disasm/h8300s.exp
10147 * gdb.disasm/mn10300.exp
10148 * gdb.disasm/sh3.exp
10149 * gdb.dwarf2/dw2-dir-file-name.exp
10150 * gdb.fortran/complex.exp
10151 * gdb.fortran/library-module.exp
10152 * gdb.guile/scm-pretty-print.exp
10153 * gdb.guile/scm-symbol.exp
10154 * gdb.guile/scm-type.exp
10155 * gdb.guile/scm-value.exp
10156 * gdb.linespec/linespec.exp
10157 * gdb.mi/gdb701.exp
10158 * gdb.mi/gdb792.exp
10159 * gdb.mi/mi-breakpoint-changed.exp
10160 * gdb.mi/mi-dprintf-pending.exp
10161 * gdb.mi/mi-dprintf.exp
10162 * gdb.mi/mi-exit-code.exp
10163 * gdb.mi/mi-pending.exp
10164 * gdb.mi/mi-solib.exp
10165 * gdb.mi/new-ui-mi-sync.exp
10166 * gdb.mi/pr11022.exp
10167 * gdb.mi/user-selected-context-sync.exp
10168 * gdb.opt/solib-intra-step.exp
10169 * gdb.python/py-events.exp
10170 * gdb.python/py-finish-breakpoint.exp
10171 * gdb.python/py-mi.exp
10172 * gdb.python/py-prettyprint.exp
10173 * gdb.python/py-shared.exp
10174 * gdb.python/py-symbol.exp
10175 * gdb.python/py-template.exp
10176 * gdb.python/py-type.exp
10177 * gdb.python/py-value.exp
10178 * gdb.reverse/solib-precsave.exp
10179 * gdb.reverse/solib-reverse.exp
10180 * gdb.server/solib-list.exp
10181 * gdb.stabs/weird.exp
10182 * gdb.threads/reconnect-signal.exp
10183 * gdb.threads/stepi-random-signal.exp
10184 * gdb.trace/actions.exp
10185 * gdb.trace/ax.exp
10186 * gdb.trace/backtrace.exp
10187 * gdb.trace/change-loc.exp
10188 * gdb.trace/deltrace.exp
10189 * gdb.trace/ftrace-lock.exp
10190 * gdb.trace/ftrace.exp
10191 * gdb.trace/infotrace.exp
10192 * gdb.trace/mi-tracepoint-changed.exp
10193 * gdb.trace/packetlen.exp
10194 * gdb.trace/passcount.exp
10195 * gdb.trace/pending.exp
10196 * gdb.trace/range-stepping.exp
10197 * gdb.trace/report.exp
10198 * gdb.trace/stap-trace.exp
10199 * gdb.trace/tfind.exp
10200 * gdb.trace/trace-break.exp
10201 * gdb.trace/trace-condition.exp
10202 * gdb.trace/trace-enable-disable.exp
10203 * gdb.trace/trace-mt.exp
10204 * gdb.trace/tracecmd.exp
10205 * gdb.trace/tspeed.exp
10206 * gdb.trace/tsv.exp
10207 * lib/perftest.exp
10208
10209 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10210
10211 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10212 with gdb_test_no_output.
10213 Use command as test name.
10214
10215 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10216
10217 Fix test names starting with uppercase throughout the files.
10218
10219 * gdb.ada/assign_1.exp
10220 * gdb.ada/boolean_expr.exp
10221 * gdb.base/arrayidx.exp
10222 * gdb.base/del.exp
10223 * gdb.base/gcore-buffer-overflow.exp
10224 * gdb.base/testenv.exp
10225 * gdb.compile/compile.exp
10226 * gdb.python/py-framefilter-invalidarg.exp
10227 * gdb.python/py-framefilter.exp
10228
10229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10230
10231 Fix test names starting with uppercase throughout the files.
10232
10233 * gdb.ada/array_return.exp
10234 * gdb.ada/expr_delims.exp
10235 * gdb.ada/mi_dyn_arr.exp
10236 * gdb.ada/mi_interface.exp
10237 * gdb.ada/mi_var_array.exp
10238 * gdb.ada/watch_arg.exp
10239 * gdb.arch/alpha-step.exp
10240 * gdb.arch/altivec-regs.exp
10241 * gdb.arch/e500-regs.exp
10242 * gdb.arch/powerpc-d128-regs.exp
10243 * gdb.base/arrayidx.exp
10244 * gdb.base/break.exp
10245 * gdb.base/checkpoint.exp
10246 * gdb.base/debug-expr.exp
10247 * gdb.base/dmsym.exp
10248 * gdb.base/radix.exp
10249 * gdb.base/sepdebug.exp
10250 * gdb.base/testenv.exp
10251 * gdb.base/watch_thread_num.exp
10252 * gdb.base/watchpoint-cond-gone.exp
10253 * gdb.cell/break.exp
10254 * gdb.cell/ea-cache.exp
10255 * gdb.compile/compile.exp
10256 * gdb.cp/gdb2495.exp
10257 * gdb.gdb/selftest.exp
10258 * gdb.gdb/xfullpath.exp
10259 * gdb.go/hello.exp
10260 * gdb.go/integers.exp
10261 * gdb.objc/basicclass.exp
10262 * gdb.pascal/hello.exp
10263 * gdb.pascal/integers.exp
10264 * gdb.python/py-breakpoint.exp
10265 * gdb.python/py-cmd.exp
10266 * gdb.python/py-linetable.exp
10267 * gdb.python/py-xmethods.exp
10268 * gdb.python/python.exp
10269 * gdb.reverse/consecutive-precsave.exp
10270 * gdb.reverse/finish-precsave.exp
10271 * gdb.reverse/i386-precsave.exp
10272 * gdb.reverse/machinestate-precsave.exp
10273 * gdb.reverse/sigall-precsave.exp
10274 * gdb.reverse/solib-precsave.exp
10275 * gdb.reverse/step-precsave.exp
10276 * gdb.reverse/until-precsave.exp
10277 * gdb.reverse/watch-precsave.exp
10278 * gdb.threads/leader-exit.exp
10279 * gdb.threads/pthreads.exp
10280 * gdb.threads/wp-replication.exp
10281 * gdb.trace/actions.exp
10282 * gdb.trace/mi-tsv-changed.exp
10283 * gdb.trace/tsv.exp
10284
10285 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10286
10287 Fix test names starting with uppercase throughout the files.
10288
10289 * gdb.arch/i386-bp_permanent.exp
10290 * gdb.arch/i386-gnu-cfi.exp
10291 * gdb.base/disasm-end-cu.exp
10292 * gdb.base/macscp.exp
10293 * gdb.base/pending.exp
10294 * gdb.base/watch_thread_num.exp
10295 * gdb.cp/exception.exp
10296 * gdb.cp/gdb2495.exp
10297 * gdb.cp/local.exp
10298 * gdb.python/py-evsignal.exp
10299 * gdb.python/python.exp
10300 * gdb.trace/tracecmd.exp
10301
10302 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10303
10304 Fix test names starting with uppercase throughout the files.
10305
10306 * gdb.base/charset.exp
10307 * gdb.base/eval.exp
10308 * gdb.base/multi-forks.exp
10309 * gdb.guile/scm-progspace.exp
10310 * gdb.opencl/datatypes.exp
10311 * gdb.python/py-block.exp
10312 * gdb.python/py-function.exp
10313 * gdb.python/py-symbol.exp
10314 * gdb.python/py-symtab.exp
10315 * gdb.python/py-xmethods.exp
10316 * gdb.reverse/break-precsave.exp
10317 * gdb.reverse/break-reverse.exp
10318 * gdb.reverse/consecutive-precsave.exp
10319 * gdb.reverse/consecutive-reverse.exp
10320 * gdb.reverse/finish-precsave.exp
10321 * gdb.reverse/finish-reverse-bkpt.exp
10322 * gdb.reverse/finish-reverse.exp
10323 * gdb.reverse/fstatat-reverse.exp
10324 * gdb.reverse/getresuid-reverse.exp
10325 * gdb.reverse/i386-precsave.exp
10326 * gdb.reverse/i386-reverse.exp
10327 * gdb.reverse/i386-sse-reverse.exp
10328 * gdb.reverse/i387-stack-reverse.exp
10329 * gdb.reverse/insn-reverse.exp
10330 * gdb.reverse/machinestate-precsave.exp
10331 * gdb.reverse/machinestate.exp
10332 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10333 * gdb.reverse/pipe-reverse.exp
10334 * gdb.reverse/readv-reverse.exp
10335 * gdb.reverse/recvmsg-reverse.exp
10336 * gdb.reverse/rerun-prec.exp
10337 * gdb.reverse/s390-mvcle.exp
10338 * gdb.reverse/sigall-precsave.exp
10339 * gdb.reverse/sigall-reverse.exp
10340 * gdb.reverse/solib-precsave.exp
10341 * gdb.reverse/solib-reverse.exp
10342 * gdb.reverse/step-precsave.exp
10343 * gdb.reverse/step-reverse.exp
10344 * gdb.reverse/time-reverse.exp
10345 * gdb.reverse/until-precsave.exp
10346 * gdb.reverse/until-reverse.exp
10347 * gdb.reverse/waitpid-reverse.exp
10348 * gdb.reverse/watch-precsave.exp
10349 * gdb.reverse/watch-reverse.exp
10350
10351 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10352
10353 Fix test names starting with uppercase throughout the files.
10354
10355 * gdb.arch/i386-mpx-simple_segv.exp
10356 * gdb.arch/i386-mpx.exp
10357 * gdb.arch/i386-permbkpt.exp
10358 * gdb.arch/pa-nullify.exp
10359 * gdb.arch/powerpc-d128-regs.exp
10360 * gdb.arch/vsx-regs.exp
10361 * gdb.base/bfp-test.exp
10362 * gdb.base/break.exp
10363 * gdb.base/breakpoint-shadow.exp
10364 * gdb.base/callfuncs.exp
10365 * gdb.base/charset.exp
10366 * gdb.base/commands.exp
10367 * gdb.base/completion.exp
10368 * gdb.base/dfp-test.exp
10369 * gdb.base/echo.exp
10370 * gdb.base/ending-run.exp
10371 * gdb.base/eval.exp
10372 * gdb.base/expand-psymtabs.exp
10373 * gdb.base/float128.exp
10374 * gdb.base/floatn.exp
10375 * gdb.base/foll-exec-mode.exp
10376 * gdb.base/gdb1056.exp
10377 * gdb.base/gdb11531.exp
10378 * gdb.base/kill-after-signal.exp
10379 * gdb.base/multi-forks.exp
10380 * gdb.base/overlays.exp
10381 * gdb.base/pending.exp
10382 * gdb.base/sepdebug.exp
10383 * gdb.base/testenv.exp
10384 * gdb.base/valgrind-db-attach.exp
10385 * gdb.base/watch_thread_num.exp
10386 * gdb.base/watchpoint-cond-gone.exp
10387 * gdb.base/watchpoint.exp
10388 * gdb.base/watchpoints.exp
10389 * gdb.cp/arg-reference.exp
10390 * gdb.cp/baseenum.exp
10391 * gdb.cp/operator.exp
10392 * gdb.cp/shadow.exp
10393 * gdb.dwarf2/dw2-op-out-param.exp
10394 * gdb.dwarf2/dw2-reg-undefined.exp
10395 * gdb.go/chan.exp
10396 * gdb.go/hello.exp
10397 * gdb.go/integers.exp
10398 * gdb.go/methods.exp
10399 * gdb.go/package.exp
10400 * gdb.guile/scm-parameter.exp
10401 * gdb.guile/scm-progspace.exp
10402 * gdb.guile/scm-value.exp
10403 * gdb.mi/mi-pending.exp
10404 * gdb.mi/user-selected-context-sync.exp
10405 * gdb.multi/multi-attach.exp
10406 * gdb.multi/tids.exp
10407 * gdb.opt/clobbered-registers-O2.exp
10408 * gdb.pascal/floats.exp
10409 * gdb.pascal/integers.exp
10410 * gdb.python/py-block.exp
10411 * gdb.python/py-events.exp
10412 * gdb.python/py-parameter.exp
10413 * gdb.python/py-symbol.exp
10414 * gdb.python/py-symtab.exp
10415 * gdb.python/py-type.exp
10416 * gdb.python/py-value.exp
10417 * gdb.python/py-xmethods.exp
10418 * gdb.python/python.exp
10419 * gdb.reverse/break-precsave.exp
10420 * gdb.reverse/consecutive-precsave.exp
10421 * gdb.reverse/finish-precsave.exp
10422 * gdb.reverse/i386-precsave.exp
10423 * gdb.reverse/machinestate-precsave.exp
10424 * gdb.reverse/sigall-precsave.exp
10425 * gdb.reverse/solib-precsave.exp
10426 * gdb.reverse/step-precsave.exp
10427 * gdb.reverse/until-precsave.exp
10428 * gdb.reverse/watch-precsave.exp
10429 * gdb.server/ext-attach.exp
10430 * gdb.server/ext-restart.exp
10431 * gdb.server/ext-run.exp
10432 * gdb.server/ext-wrapper.exp
10433 * gdb.stabs/gdb11479.exp
10434 * gdb.stabs/weird.exp
10435 * gdb.threads/attach-many-short-lived-threads.exp
10436 * gdb.threads/kill.exp
10437 * gdb.threads/watchpoint-fork.exp
10438
10439 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10440
10441 Fix test names starting with uppercase throughout all the files below.
10442
10443 * gdb.ada/array_return.exp
10444 * gdb.ada/catch_ex.exp
10445 * gdb.ada/info_exc.exp
10446 * gdb.ada/mi_catch_ex.exp
10447 * gdb.ada/mi_dyn_arr.exp
10448 * gdb.ada/mi_ex_cond.exp
10449 * gdb.ada/mi_exc_info.exp
10450 * gdb.ada/mi_interface.exp
10451 * gdb.ada/mi_task_arg.exp
10452 * gdb.ada/mi_task_info.exp
10453 * gdb.ada/mi_var_array.exp
10454 * gdb.arch/alpha-step.exp
10455 * gdb.arch/amd64-disp-step.exp
10456 * gdb.arch/arm-disp-step.exp
10457 * gdb.arch/disp-step-insn-reloc.exp
10458 * gdb.arch/e500-prologue.exp
10459 * gdb.arch/ftrace-insn-reloc.exp
10460 * gdb.arch/gdb1558.exp
10461 * gdb.arch/i386-bp_permanent.exp
10462 * gdb.arch/i386-disp-step.exp
10463 * gdb.arch/i386-float.exp
10464 * gdb.arch/i386-gnu-cfi.exp
10465 * gdb.arch/ia64-breakpoint-shadow.exp
10466 * gdb.arch/mips16-thunks.exp
10467 * gdb.arch/pa-nullify.exp
10468 * gdb.arch/powerpc-aix-prologue.exp
10469 * gdb.arch/powerpc-power.exp
10470 * gdb.arch/ppc-dfp.exp
10471 * gdb.arch/s390-tdbregs.exp
10472 * gdb.arch/spu-info.exp
10473 * gdb.arch/spu-ls.exp
10474 * gdb.arch/thumb-bx-pc.exp
10475 * gdb.base/advance.exp
10476 * gdb.base/annota-input-while-running.exp
10477 * gdb.base/arrayidx.exp
10478 * gdb.base/asmlabel.exp
10479 * gdb.base/async.exp
10480 * gdb.base/attach-wait-input.exp
10481 * gdb.base/auto-connect-native-target.exp
10482 * gdb.base/batch-preserve-term-settings.exp
10483 * gdb.base/bfp-test.exp
10484 * gdb.base/bigcore.exp
10485 * gdb.base/bp-permanent.exp
10486 * gdb.base/break-always.exp
10487 * gdb.base/break-fun-addr.exp
10488 * gdb.base/break-idempotent.exp
10489 * gdb.base/break-main-file-remove-fail.exp
10490 * gdb.base/break-probes.exp
10491 * gdb.base/break-unload-file.exp
10492 * gdb.base/break.exp
10493 * gdb.base/call-ar-st.exp
10494 * gdb.base/call-rt-st.exp
10495 * gdb.base/call-sc.exp
10496 * gdb.base/call-signal-resume.exp
10497 * gdb.base/call-strs.exp
10498 * gdb.base/callexit.exp
10499 * gdb.base/callfuncs.exp
10500 * gdb.base/catch-gdb-caused-signals.exp
10501 * gdb.base/catch-signal-siginfo-cond.exp
10502 * gdb.base/catch-syscall.exp
10503 * gdb.base/compare-sections.exp
10504 * gdb.base/cond-eval-mode.exp
10505 * gdb.base/condbreak-call-false.exp
10506 * gdb.base/consecutive-step-over.exp
10507 * gdb.base/cursal.exp
10508 * gdb.base/disabled-location.exp
10509 * gdb.base/disasm-end-cu.exp
10510 * gdb.base/display.exp
10511 * gdb.base/double-prompt-target-event-error.exp
10512 * gdb.base/dprintf-bp-same-addr.exp
10513 * gdb.base/dprintf-detach.exp
10514 * gdb.base/dprintf-next.exp
10515 * gdb.base/dprintf-non-stop.exp
10516 * gdb.base/dprintf-pending.exp
10517 * gdb.base/dso2dso.exp
10518 * gdb.base/ending-run.exp
10519 * gdb.base/enum_cond.exp
10520 * gdb.base/examine-backward.exp
10521 * gdb.base/exe-lock.exp
10522 * gdb.base/exec-invalid-sysroot.exp
10523 * gdb.base/execl-update-breakpoints.exp
10524 * gdb.base/execution-termios.exp
10525 * gdb.base/fileio.exp
10526 * gdb.base/fixsection.exp
10527 * gdb.base/foll-exec-mode.exp
10528 * gdb.base/foll-exec.exp
10529 * gdb.base/fork-running-state.exp
10530 * gdb.base/frame-args.exp
10531 * gdb.base/fullpath-expand.exp
10532 * gdb.base/func-ptr.exp
10533 * gdb.base/gcore-relro-pie.exp
10534 * gdb.base/gdb1090.exp
10535 * gdb.base/gdb1555.exp
10536 * gdb.base/global-var-nested-by-dso.exp
10537 * gdb.base/gnu-ifunc.exp
10538 * gdb.base/hbreak-in-shr-unsupported.exp
10539 * gdb.base/hbreak-unmapped.exp
10540 * gdb.base/hook-stop.exp
10541 * gdb.base/infcall-input.exp
10542 * gdb.base/info-fun.exp
10543 * gdb.base/info-shared.exp
10544 * gdb.base/interrupt-noterm.exp
10545 * gdb.base/jit-so.exp
10546 * gdb.base/jit.exp
10547 * gdb.base/line-symtabs.exp
10548 * gdb.base/list.exp
10549 * gdb.base/longjmp.exp
10550 * gdb.base/macscp.exp
10551 * gdb.base/max-value-size.exp
10552 * gdb.base/nodebug.exp
10553 * gdb.base/nofield.exp
10554 * gdb.base/overlays.exp
10555 * gdb.base/paginate-after-ctrl-c-running.exp
10556 * gdb.base/paginate-bg-execution.exp
10557 * gdb.base/paginate-inferior-exit.exp
10558 * gdb.base/pending.exp
10559 * gdb.base/pr11022.exp
10560 * gdb.base/printcmds.exp
10561 * gdb.base/ptr-typedef.exp
10562 * gdb.base/ptype.exp
10563 * gdb.base/randomize.exp
10564 * gdb.base/range-stepping.exp
10565 * gdb.base/realname-expand.exp
10566 * gdb.base/relativedebug.exp
10567 * gdb.base/remote.exp
10568 * gdb.base/savedregs.exp
10569 * gdb.base/sepdebug.exp
10570 * gdb.base/set-noassign.exp
10571 * gdb.base/shlib-call.exp
10572 * gdb.base/shreloc.exp
10573 * gdb.base/sigaltstack.exp
10574 * gdb.base/sigbpt.exp
10575 * gdb.base/siginfo-addr.exp
10576 * gdb.base/siginfo-obj.exp
10577 * gdb.base/siginfo-thread.exp
10578 * gdb.base/signest.exp
10579 * gdb.base/signull.exp
10580 * gdb.base/sigrepeat.exp
10581 * gdb.base/skip.exp
10582 * gdb.base/so-impl-ld.exp
10583 * gdb.base/solib-corrupted.exp
10584 * gdb.base/solib-disc.exp
10585 * gdb.base/solib-display.exp
10586 * gdb.base/solib-overlap.exp
10587 * gdb.base/solib-search.exp
10588 * gdb.base/solib-symbol.exp
10589 * gdb.base/source-execution.exp
10590 * gdb.base/sss-bp-on-user-bp-2.exp
10591 * gdb.base/sss-bp-on-user-bp.exp
10592 * gdb.base/stack-checking.exp
10593 * gdb.base/stale-infcall.exp
10594 * gdb.base/step-break.exp
10595 * gdb.base/step-line.exp
10596 * gdb.base/step-over-exit.exp
10597 * gdb.base/step-test.exp
10598 * gdb.base/structs.exp
10599 * gdb.base/sym-file.exp
10600 * gdb.base/symtab-search-order.exp
10601 * gdb.base/term.exp
10602 * gdb.base/type-opaque.exp
10603 * gdb.base/unload.exp
10604 * gdb.base/until-nodebug.exp
10605 * gdb.base/until.exp
10606 * gdb.base/unwindonsignal.exp
10607 * gdb.base/watch-cond.exp
10608 * gdb.base/watch-non-mem.exp
10609 * gdb.base/watch_thread_num.exp
10610 * gdb.base/watchpoint-reuse-slot.exp
10611 * gdb.base/watchpoint-solib.exp
10612 * gdb.base/watchpoint.exp
10613 * gdb.btrace/dlopen.exp
10614 * gdb.cell/arch.exp
10615 * gdb.cell/break.exp
10616 * gdb.cell/bt.exp
10617 * gdb.cell/core.exp
10618 * gdb.cell/data.exp
10619 * gdb.cell/dwarfaddr.exp
10620 * gdb.cell/ea-cache.exp
10621 * gdb.cell/ea-standalone.exp
10622 * gdb.cell/ea-test.exp
10623 * gdb.cell/f-regs.exp
10624 * gdb.cell/fork.exp
10625 * gdb.cell/gcore.exp
10626 * gdb.cell/mem-access.exp
10627 * gdb.cell/ptype.exp
10628 * gdb.cell/registers.exp
10629 * gdb.cell/sizeof.exp
10630 * gdb.cell/solib-symbol.exp
10631 * gdb.cell/solib.exp
10632 * gdb.compile/compile-tls.exp
10633 * gdb.cp/exception.exp
10634 * gdb.cp/gdb2495.exp
10635 * gdb.cp/local.exp
10636 * gdb.cp/mb-inline.exp
10637 * gdb.cp/mb-templates.exp
10638 * gdb.cp/pr10687.exp
10639 * gdb.cp/pr9167.exp
10640 * gdb.cp/scope-err.exp
10641 * gdb.cp/templates.exp
10642 * gdb.cp/virtfunc.exp
10643 * gdb.dwarf2/dw2-dir-file-name.exp
10644 * gdb.dwarf2/dw2-single-line-discriminators.exp
10645 * gdb.fortran/complex.exp
10646 * gdb.fortran/library-module.exp
10647 * gdb.guile/guile.exp
10648 * gdb.guile/scm-cmd.exp
10649 * gdb.guile/scm-frame-inline.exp
10650 * gdb.guile/scm-objfile.exp
10651 * gdb.guile/scm-pretty-print.exp
10652 * gdb.guile/scm-symbol.exp
10653 * gdb.guile/scm-type.exp
10654 * gdb.guile/scm-value.exp
10655 * gdb.linespec/keywords.exp
10656 * gdb.linespec/ls-errs.exp
10657 * gdb.linespec/macro-relative.exp
10658 * gdb.linespec/thread.exp
10659 * gdb.mi/mi-breakpoint-changed.exp
10660 * gdb.mi/mi-dprintf-pending.exp
10661 * gdb.mi/mi-fullname-deleted.exp
10662 * gdb.mi/mi-logging.exp
10663 * gdb.mi/mi-pending.exp
10664 * gdb.mi/mi-solib.exp
10665 * gdb.mi/new-ui-mi-sync.exp
10666 * gdb.mi/user-selected-context-sync.exp
10667 * gdb.multi/dummy-frame-restore.exp
10668 * gdb.multi/multi-arch-exec.exp
10669 * gdb.multi/remove-inferiors.exp
10670 * gdb.multi/watchpoint-multi-exit.exp
10671 * gdb.opt/solib-intra-step.exp
10672 * gdb.perf/backtrace.exp
10673 * gdb.perf/single-step.exp
10674 * gdb.perf/skip-command.exp
10675 * gdb.perf/skip-prologue.exp
10676 * gdb.perf/solib.exp
10677 * gdb.python/lib-types.exp
10678 * gdb.python/py-as-string.exp
10679 * gdb.python/py-bad-printers.exp
10680 * gdb.python/py-block.exp
10681 * gdb.python/py-breakpoint.exp
10682 * gdb.python/py-cmd.exp
10683 * gdb.python/py-events.exp
10684 * gdb.python/py-evthreads.exp
10685 * gdb.python/py-finish-breakpoint.exp
10686 * gdb.python/py-finish-breakpoint2.exp
10687 * gdb.python/py-frame-inline.exp
10688 * gdb.python/py-frame.exp
10689 * gdb.python/py-inferior.exp
10690 * gdb.python/py-infthread.exp
10691 * gdb.python/py-mi.exp
10692 * gdb.python/py-objfile.exp
10693 * gdb.python/py-pp-maint.exp
10694 * gdb.python/py-pp-registration.exp
10695 * gdb.python/py-prettyprint.exp
10696 * gdb.python/py-recurse-unwind.exp
10697 * gdb.python/py-shared.exp
10698 * gdb.python/py-symbol.exp
10699 * gdb.python/py-symtab.exp
10700 * gdb.python/py-template.exp
10701 * gdb.python/py-type.exp
10702 * gdb.python/py-unwind-maint.exp
10703 * gdb.python/py-unwind.exp
10704 * gdb.python/py-value.exp
10705 * gdb.python/python.exp
10706 * gdb.reverse/finish-reverse-bkpt.exp
10707 * gdb.reverse/insn-reverse.exp
10708 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10709 * gdb.reverse/solib-precsave.exp
10710 * gdb.reverse/solib-reverse.exp
10711 * gdb.stabs/gdb11479.exp
10712 * gdb.stabs/weird.exp
10713 * gdb.threads/fork-child-threads.exp
10714 * gdb.threads/fork-plus-threads.exp
10715 * gdb.threads/fork-thread-pending.exp
10716 * gdb.threads/forking-threads-plus-breakpoint.exp
10717 * gdb.threads/hand-call-in-threads.exp
10718 * gdb.threads/interrupted-hand-call.exp
10719 * gdb.threads/linux-dp.exp
10720 * gdb.threads/local-watch-wrong-thread.exp
10721 * gdb.threads/next-while-other-thread-longjmps.exp
10722 * gdb.threads/non-ldr-exit.exp
10723 * gdb.threads/pending-step.exp
10724 * gdb.threads/print-threads.exp
10725 * gdb.threads/process-dies-while-detaching.exp
10726 * gdb.threads/process-dies-while-handling-bp.exp
10727 * gdb.threads/pthreads.exp
10728 * gdb.threads/queue-signal.exp
10729 * gdb.threads/reconnect-signal.exp
10730 * gdb.threads/signal-command-handle-nopass.exp
10731 * gdb.threads/signal-command-multiple-signals-pending.exp
10732 * gdb.threads/signal-delivered-right-thread.exp
10733 * gdb.threads/signal-sigtrap.exp
10734 * gdb.threads/sigthread.exp
10735 * gdb.threads/staticthreads.exp
10736 * gdb.threads/stepi-random-signal.exp
10737 * gdb.threads/thread-unwindonsignal.exp
10738 * gdb.threads/thread_check.exp
10739 * gdb.threads/thread_events.exp
10740 * gdb.threads/tid-reuse.exp
10741 * gdb.threads/tls-nodebug.exp
10742 * gdb.threads/tls-shared.exp
10743 * gdb.threads/tls-so_extern.exp
10744 * gdb.threads/tls.exp
10745 * gdb.threads/wp-replication.exp
10746 * gdb.trace/actions-changed.exp
10747 * gdb.trace/actions.exp
10748 * gdb.trace/backtrace.exp
10749 * gdb.trace/change-loc.exp
10750 * gdb.trace/collection.exp
10751 * gdb.trace/deltrace.exp
10752 * gdb.trace/disconnected-tracing.exp
10753 * gdb.trace/entry-values.exp
10754 * gdb.trace/ftrace-lock.exp
10755 * gdb.trace/ftrace.exp
10756 * gdb.trace/infotrace.exp
10757 * gdb.trace/mi-trace-frame-collected.exp
10758 * gdb.trace/mi-trace-unavailable.exp
10759 * gdb.trace/mi-traceframe-changed.exp
10760 * gdb.trace/mi-tracepoint-changed.exp
10761 * gdb.trace/mi-tsv-changed.exp
10762 * gdb.trace/no-attach-trace.exp
10763 * gdb.trace/packetlen.exp
10764 * gdb.trace/passc-dyn.exp
10765 * gdb.trace/passcount.exp
10766 * gdb.trace/pending.exp
10767 * gdb.trace/pr16508.exp
10768 * gdb.trace/qtro.exp
10769 * gdb.trace/range-stepping.exp
10770 * gdb.trace/read-memory.exp
10771 * gdb.trace/report.exp
10772 * gdb.trace/save-trace.exp
10773 * gdb.trace/signal.exp
10774 * gdb.trace/stap-trace.exp
10775 * gdb.trace/status-stop.exp
10776 * gdb.trace/strace.exp
10777 * gdb.trace/tfile.exp
10778 * gdb.trace/tfind.exp
10779 * gdb.trace/trace-break.exp
10780 * gdb.trace/trace-condition.exp
10781 * gdb.trace/trace-enable-disable.exp
10782 * gdb.trace/trace-mt.exp
10783 * gdb.trace/tracecmd.exp
10784 * gdb.trace/tracefile-pseudo-reg.exp
10785 * gdb.trace/tspeed.exp
10786 * gdb.trace/tstatus.exp
10787 * gdb.trace/tsv.exp
10788 * gdb.trace/unavailable.exp
10789 * gdb.trace/while-dyn.exp
10790 * gdb.trace/while-stepping.exp
10791 * lib/gdb-guile.exp
10792 * lib/gdb.exp
10793 * lib/mi-support.exp
10794 * lib/pascal.exp
10795 * lib/perftest.exp
10796 * lib/prelink-support.exp
10797 * lib/selftest-support.exp
10798
10799 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10800
10801 * Makefile.in: Include disable-implicit-rules.mk.
10802
10803 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10804
10805 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10806 non-byte-aligned bit fields.
10807
10808 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10809
10810 PR gdb/12616
10811 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10812 respects the DW_AT_data_bit_offset attribute.
10813
10814 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10815
10816 * gdb.base/default.exp: Fix output of "set language".
10817
10818 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10819
10820 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10821 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10822 make.
10823 * configure.ac: Remove checks for the make program.
10824 * configure: Re-generate.
10825
10826 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10827
10828 * gdb.python/py-recurse-unwind.c (main): Add loop.
10829 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10830 to read_register() and gdb.parse_and_eval(). Make each code
10831 call a separate case that can be individually tested.
10832 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10833 proc. Call cont_and_backtrace for each of the code paths that
10834 we want to test in the unwinder.
10835
10836 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10837
10838 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10839 the definition of struct S.
10840
10841 2016-11-11 Catherine Moore <clm@codesourcery.com>
10842
10843 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10844
10845 2016-11-09 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.base/commands.exp (runto_or_return): New procedure.
10848 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10849 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10850 (progvar_simple_while_test, progvar_complex_if_while_test)
10851 (if_while_breakpoint_command_test)
10852 (infrun_breakpoint_command_test, breakpoint_command_test)
10853 (user_defined_command_test, watchpoint_command_test)
10854 (test_command_prompt_position, redefine_hook_test)
10855 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10856 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10857 multi_line_input and multi_line. Remove gdb_expect and
10858 gdb_stop_suppressing_tests uses.
10859 * lib/gdb.exp (valnum_re): New global.
10860 (multi_line_input): New procedure.
10861
10862 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10863
10864 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10865 Remove.
10866 (test_setup): Define with proc_with_prefix.
10867 (test_cli_inferior): Likewise.
10868 (test_cli_thread): Likewise.
10869 (test_cli_frame): Likewise.
10870 (test_cli_select_frame): Likewise.
10871 (test_cli_up_down): Likewise.
10872 (test_mi_thread_select): Likewise.
10873 (test_mi_stack_select_frame): Likewise.
10874 (test_cli_in_mi_inferior): Likewise.
10875 (test_cli_in_mi_thread): Likewise.
10876 (test_cli_in_mi_frame): Likewise.
10877 (top level): Do not use with_test_prefix_procname.
10878
10879 2016-11-09 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/commands.exp (gdbvar_simple_if_test)
10882 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
10883 (progvar_simple_if_test, progvar_simple_while_test)
10884 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
10885 (infrun_breakpoint_command_test, breakpoint_command_test)
10886 (user_defined_command_test, watchpoint_command_test)
10887 (test_command_prompt_position, deprecated_command_test)
10888 (bp_deleted_in_command, temporary_breakpoint_commands)
10889 (stray_arg0_test, source_file_with_indented_comment)
10890 (recursive_source_test, if_commands_test)
10891 (error_clears_commands_left, redefine_hook_test)
10892 (redefine_backtrace_test): Use proc_with_prefix.
10893 * lib/gdb.exp (proc_with_prefix): New proc.
10894
10895 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10896
10897 * gdb.base/tui-layout.c: New file.
10898 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
10899 disassembly window contains very long lines.
10900
10901 2016-11-08 Tom Tromey <tom@tromey.com>
10902
10903 * gdb.python/py-value.exp (test_value_creation): Make "long" test
10904 depend on Python 2.
10905
10906 2016-11-08 Tom Tromey <tom@tromey.com>
10907
10908 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
10909 New method.
10910
10911 2016-10-29 Manish Goregaokar <manish@mozilla.com>
10912
10913 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
10914
10915 2016-10-27 Manish Goregaokar <manish@mozilla.com>
10916
10917 * gdb.rust/simple.rs: Add test for univariant enums without
10918 discriminants and for encoded struct-like enums.
10919
10920 2016-10-28 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10923 gdb_test_multiple, tighten regexps and match symtabs and line
10924 tables incrementally.
10925
10926 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10927
10928 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10929 general.
10930
10931 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10932
10933 * gdb.base/exec-invalid-sysroot.exp: New file.
10934
10935 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10936
10937 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10938
10939 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10942
10943 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10944
10945 * gdb.base/killed-outside.exp: Remove $options from a call to
10946 `prepare_for_testing'.
10947
10948 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10949
10950 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10951 Change test message.
10952
10953 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10954
10955 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10956 Update comment.
10957
10958 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10959
10960 * gdb.trace/mi-trace-save.exp: New file.
10961
10962 2016-10-13 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.base/code_elim.exp (get_var_address): Remove.
10965 * gdb.base/relocate.exp: Likewise.
10966 * gdb.base/shreloc.exp: Likewise.
10967 * lib/gdb.exp (get_var_address): New.
10968
10969 2016-10-13 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10972 floating point tests if $skip_float_test is false.
10973
10974 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10975
10976 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10977 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10978 argc values.
10979 Add 1 to argc so we guarantee distinct initial/modified argc values.
10980
10981 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10982
10983 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10984
10985 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10986
10987 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10988 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10989 * gdb.arch/vsx-regs.exp: Likewise.
10990
10991 2016-10-07 Yao Qi <yao.qi@linaro.org>
10992
10993 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10994
10995 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10996
10997 * gdb.python/python.exp: Test decode_line("*0").
10998
10999 2016-10-06 Doug Evans <dje@google.com>
11000
11001 * gdb.python/py-value.exp (test_value_creation): Add test for large
11002 unsigned 64-bit value.
11003
11004 2016-10-06 Tom Tromey <tom@tromey.com>
11005
11006 * gdb.compile/compile.exp: Change java tests to rust.
11007 * gdb.base/setshow.exp: Change java tests to rust.
11008 * gdb.base/default.exp: Remove java from language list.
11009 * README (Examples): Update language example.
11010 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11011 test.
11012 * lib/gdb.exp (skip_java_tests): Remove.
11013 * lib/java.exp: Remove.
11014 * gdb.java: Remove.
11015
11016 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11017
11018 * gdb.arch/mips-fcr.exp: New test.
11019 * gdb.arch/mips-fcr.c: Source for the new test.
11020
11021 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11022
11023 * gdb.base/solib-disc.exp: Use `standard_output_file'
11024 throughout.
11025
11026 2016-10-06 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/jit-simple-dl.c: New file.
11029 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11030 * gdb.base/jit-simple.c: ... this.
11031 * gdb.base/jit-simple.exp (jit_run): Delete.
11032 (build_jit): New proc.
11033 (jit_test_reread): Recompile either the main program or the shared
11034 library, depending on what is being tested. Skip changing address
11035 if caller wants to. Compare before/after addresses. If testing
11036 standalone, explicitly load the binary. Test "maint info
11037 breakpoints".
11038 (top level): Add "standalone vs shared lib" and "change address"
11039 vs "same address" axes.
11040
11041 2016-10-06 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11044 call.
11045 (jit_run): Delete.
11046 (jit_test_reread): Use with_test_prefix. Reload the main binary
11047 explicitly. Compare the before/after addresses of the JIT
11048 descriptor.
11049
11050 2016-08-15 Doug Evans <dje@google.com>
11051
11052 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11053 for single bitfields is bool.
11054 * gdb.xml/tdesc-regs.exp: Ditto.
11055
11056 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11059
11060 2016-10-05 Yao Qi <yao.qi@linaro.org>
11061
11062 * lib/gdb.exp (support_complex_tests): Return zero if
11063 gdb_skip_float_test return true.
11064
11065 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11066 Simon Marchi <simon.marchi@ericsson.com>
11067
11068 PR gdb/20487
11069 * gdb.mi/user-selected-context-sync.exp: New file.
11070 * gdb.mi/user-selected-context-sync.c: New file.
11071
11072 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11073 Simon Marchi <simon.marchi@ericsson.com>
11074
11075 PR gdb/20487
11076 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11077 =thread-select-event check.
11078
11079 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11080
11081 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11082 the compulsory L operand changes.
11083 * gdb.arch/powerpc-power.s: Likewise.
11084
11085 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11088 * gdb.base/jit-attach-pie.c: New file.
11089 * gdb.base/jit-attach-pie.exp: New file.
11090
11091 2016-09-28 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.base/infcall-input.c: New file.
11094 * gdb.base/infcall-input.exp: New file.
11095
11096 2016-09-22 Yao Qi <yao.qi@linaro.org>
11097
11098 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11099 (gdb_exit): Rename it to ...
11100 (gdbserver_gdb_exit): ... Close GDBserver.
11101 (gdb_exit): New proc, call gdbserver_gdb_exit.
11102 (mi_gdb_exit): Likewise.
11103
11104 2016-09-22 Yao Qi <yao.qi@linaro.org>
11105
11106 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11107 path.
11108 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11109 Remove duplication.
11110
11111 2016-09-22 Yao Qi <yao.qi@linaro.org>
11112
11113 * lib/gdbserver-support.exp: Check the existence of
11114 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11115
11116 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11117
11118 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11119
11120 2016-09-21 Tom Tromey <tom@tromey.com>
11121
11122 PR gdb/20604:
11123 * gdb.base/quit.exp: New file.
11124
11125 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11126
11127 * .gitignore: New file.
11128
11129 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11130
11131 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11132 throughout.
11133
11134 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11135
11136 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11137
11138 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11139
11140 * gdb.cp/casts.cc (decltype): Move it ...
11141 (main): ... with its call to ...
11142 * gdb.cp/casts03.cc: ... a new file.
11143 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11144
11145 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11148
11149 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11150
11151 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11152 and sync up the test with tests in gas/testsuite/gas/ppc.
11153 * gdb.arch/powerpc-power.exp: Likewise.
11154
11155 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11156
11157 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11158
11159 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11160 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11163 make m1's definition to be different from m2's. Use 'dummy' as an
11164 argument for probe 'two'.
11165
11166 2016-09-10 Jon Beniston <jon@beniston.com>
11167
11168 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11169 for sim target.
11170
11171 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11172
11173 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11174 variable declaration.
11175 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11176 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11177 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11178 received HWCAP as its argument.
11179
11180 2016-09-06 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.base/new-ui-pending-input.c: New file.
11183 * gdb.base/new-ui-pending-input.exp: New file.
11184 * gdb.exp (clear_gdb_spawn_id): New procedure.
11185 (with_spawn_id): Check whether gdb_spawn_id exists before
11186 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11187 on exit.
11188
11189 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11190
11191 * gdb.base/float128.c: New file.
11192 * gdb.base/float128.exp: Likewise.
11193 * gdb.base/floatn.c: Likewise.
11194 * gdb.base/floatn.exp: Likewise.
11195
11196 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11197
11198 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11199
11200 2016-09-05 Pedro Alves <palves@redhat.com>
11201
11202 PR backtrace/19927
11203 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11204 unwinders are immediately called as side effect of "source" or
11205 "disable unwinder" commands.
11206 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11207
11208 2016-09-02 Yao Qi <yao.qi@linaro.org>
11209
11210 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11211 is true and $type is "float" or "double".
11212
11213 2016-09-02 Yao Qi <yao.qi@linaro.org>
11214
11215 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11216 true.
11217 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11218 * gdb.base/call-rt-st.exp: Likewise.
11219 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11220 return value instead of gdb,skip_float_test.
11221 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11222 (do_function_calls): Use its return value instead of
11223 gdb,skip_float_test.
11224 * gdb.base/finish.exp: Likewise.
11225 * gdb.base/funcargs.exp: Likewise.
11226 * gdb.base/return.exp: Likewise.
11227 * gdb.base/return2.exp: Likewise.
11228 * gdb.base/varargs.exp: Likewise.
11229 * lib/gdb.exp (gdb_skip_float_test): Change it to
11230 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11231
11232 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11233
11234 * gdb.multi/tids.exp: Test "thread apply all".
11235
11236 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 * gdb.base/default.exp (tty): Remove.
11239
11240 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11241
11242 * gdb.python/py-recurse-unwind.c: New file.
11243 * gdb.python/py-recurse-unwind.py: New file.
11244 * gdb.python/py-recurse-unwind.exp: New file.
11245
11246 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11247
11248 * gdb.base/set-inferior-tty.exp: New file.
11249 * gdb.base/set-inferior-tty.c: New file.
11250
11251 2016-08-23 Pedro Alves <palves@redhat.com>
11252
11253 PR gdb/20494
11254 * gdb.base/new-ui-echo.c: New file.
11255 * gdb.base/new-ui-echo.exp: New file.
11256
11257 2016-08-23 Yao Qi <yao.qi@linaro.org>
11258
11259 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11260 gdbserver_spawn.
11261 * gdb.server/connect-without-multi-process.exp (do_test):
11262 Likewise.
11263
11264 2016-08-23 Yao Qi <yao.qi@linaro.org>
11265
11266 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11267 standalone_txt. Delete gdb_txt and standalone_txt on host
11268 and target. Spawn the binary on target. Copy files from
11269 target to host.
11270
11271 2016-08-22 Pedro Alves <palves@redhat.com>
11272
11273 PR gdb/20505
11274 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11275 with_test_prefix. Factor out bits to ...
11276 (test_no_vdso): ... this new procedure.
11277
11278 2016-08-19 Carl Love <cel@us.ibm.com>
11279
11280 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11281 maintaining separate logic for constructing the output path.
11282 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11283 * gdb.arch/ppc-dfp.exp: Likewise.
11284 * gdb.arch/ppc-fp.exp: Likewise.
11285 * gdb.arch/vsx-regs.exp: Likewise.
11286 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11287 binprefix for generating the additional binary files.
11288
11289 2016-08-19 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.trace/mi-trace-frame-collected.exp
11292 (test_trace_frame_collected): On x32, expect two registers.
11293
11294 2016-08-18 Carl Love <cel@us.ibm.com>
11295
11296 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11297 and sync up the test with tests in gas/testsuite/gas/ppc.
11298 * gdb.arch/powerpc-power.exp: Likewise.
11299
11300 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11301
11302 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11303 expected error message.
11304
11305 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11306
11307 * gdb.multi/remove-inferiors.exp: New file.
11308 * gdb.multi/remove-inferiors.c: New file.
11309
11310 2016-08-12 Yao Qi <yao.qi@linaro.org>
11311
11312 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11313 argument list.
11314
11315 2016-08-10 Pedro Alves <palves@redhat.com>
11316
11317 PR gdb/19187
11318 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11319 setup_kfails.
11320
11321 2016-08-09 Pedro Alves <palves@redhat.com>
11322 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 PR gdb/20418
11325 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11326 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11327
11328 2016-08-09 Pedro Alves <palves@redhat.com>
11329
11330 PR mi/20431
11331 * gdb.mi/mi-cmd-error.exp: New file.
11332
11333 2016-08-09 Pedro Alves <palves@redhat.com>
11334
11335 PR gdb/18653
11336 * gdb.base/signals-state-child.c: New file.
11337 * gdb.base/signals-state-child.exp: New file.
11338 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11339
11340 2016-08-09 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11343
11344 2016-08-03 Tom Tromey <tom@tromey.com>
11345
11346 PR python/18565:
11347 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11348
11349 2016-08-01 Yao Qi <yao.qi@linaro.org>
11350
11351 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11352 variable mode to "multi-process" if $multi_process is 1, otherwise
11353 set it to "single-process".
11354
11355 2016-08-01 Yao Qi <yao.qi@linaro.org>
11356
11357 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11358 * gdb.cp/cpexprs.exp: Likewise.
11359 * gdb.cp/m-static.exp: Likewise.
11360
11361 2016-07-26 Tom Tromey <tom@tromey.com>
11362
11363 PR python/20190:
11364 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11365 test.
11366
11367 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11368
11369 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11370 selecting assembly source files.
11371 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11372 assembly source files.
11373 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11374 assembly source files.
11375 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11376 selecting assembly source files.
11377
11378 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11379
11380 * gdb.base/new-ui.exp (do_test_invalid_args): New
11381 procedure.
11382
11383 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11384
11385 * gdb.btrace/reconnect.c: New file.
11386 * gdb.btrace/reconnect.exp: New file.
11387
11388 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11389
11390 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11391 to test_catch_syscall_group.
11392 (test_catch_syscall_group): New.
11393
11394 2016-07-21 Tom Tromey <tom@tromey.com>
11395
11396 * gdb.rust/simple.rs (main): Use empty struct expression.
11397 * gdb.rust/simple.exp: Add tests for empty struct expression.
11398
11399 2016-07-21 Yao Qi <yao.qi@linaro.org>
11400
11401 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11402 if gdb_skip_xml_test is true on some targets.
11403
11404 2016-07-21 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.server/solib-list.exp: Unset last_loaded_file.
11407
11408 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11409
11410 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11411 "step into captured_main (args)".
11412
11413 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11416
11417 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11420
11421 2016-07-19 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11424 * gdb.opt/inline-bt.exp: Likewise.
11425 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11426 additional_flags=-Winline.
11427 * gdb.opt/inline-locals.exp: Likewise.
11428 * gdb.opt/inline-markers.c (ATTR): Define.
11429 (inlined_fn): Use it.
11430
11431 2016-07-19 Yao Qi <yao.qi@linaro.org>
11432
11433 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11434 (test_with_self): Remove some code. Remove argument executable.
11435 (top-level): Use do_self_tests.
11436
11437 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11438 Don Breazeal <donb@codesourcery.com>
11439
11440 * gdb.base/maint.exp: Escape paths used in regular expressions.
11441 * gdb.stabs/weird.exp: Likewise.
11442
11443 2016-07-13 Tom Tromey <tom@tromey.com>
11444
11445 PR python/15620, PR python/18620:
11446 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11447 (test_bkpt_events): New procs.
11448
11449 2016-07-13 Tom Tromey <tom@tromey.com>
11450
11451 PR python/17698:
11452 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11453 test.
11454 (test_watchpoints): Likewise.
11455 (test_bkpt_pending): New proc.
11456
11457 2016-07-13 Tom Tromey <tom@tromey.com>
11458
11459 PR cli/18053:
11460 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11461 completion test.
11462
11463 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11464
11465 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11466 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11467 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11468 f_label.
11469 (g): Rename g_end_lbl to g_label.
11470 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11471 low_pc and high_pc.
11472 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11473
11474 2016-07-12 Tom Tromey <tom@tromey.com>
11475
11476 PR python/19293:
11477 * gdb.python/py-unwind-maint.exp: Update tests.
11478
11479 2016-07-12 Yao Qi <yao.qi@linaro.org>
11480
11481 * lib/selftest-support.exp (selftest_setup): Match the output
11482 when captured_main is inlined.
11483
11484 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11485
11486 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11487 New variables.
11488 (print this%a, print this%b, print this): New tests.
11489 * gdb.fortran/derived-types.f90 (this): New object and
11490 initialization.
11491
11492 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11493
11494 * gdb.ada/arraydim.exp: Remove extra directory level in build
11495 directory.
11496
11497 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11498
11499 * lib/ada.exp: Remove extra directory level in build directory.
11500 * gdb.ada/cond_lang.exp: Likewise.
11501 * gdb.ada/exec_changed.exp: Likewise.
11502 * gdb.ada/lang_switch.exp: Likewise.
11503
11504 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11505
11506 * simple.rs: Add test for raw pointer subscripting.
11507 * simple.exp: Add test expectations.
11508
11509 2016-07-05 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.mi/mi-reverse.exp: Match =record-started output.
11512
11513 2016-07-01 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11516 procedure.
11517 (jit_reader_test): Test the jit reader's unwinder.
11518 * gdb.base/jithost.c (jit_function_00_code): New global.
11519 (main): Use memcpy to fill in the mmapped code, instead of poking
11520 bytes manually here.
11521 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11522 value.
11523 (read_debug_info): Save the function's range.
11524 (read_sp): New function.
11525 (unwind_frame): Use it. Also unwind RBP.
11526 (get_frame_id): Use read_sp.
11527 (gdb_init_reader): Use calloc instead of malloc.
11528 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11529 parameter. Use gdb_test_multiple.
11530
11531 2016-07-01 Pedro Alves <palves@redhat.com>
11532 Antoine Tremblay <antoine.tremblay@ericsson.com>
11533
11534 * gdb.threads/process-dies-while-detaching.c: New file.
11535 * gdb.threads/process-dies-while-detaching.exp: New file.
11536
11537 2016-07-01 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.multi/watchpoint-multi-exit.c: New file.
11540 * gdb.multi/watchpoint-multi-exit.exp: New file.
11541
11542 2016-06-30 Pedro Alves <palves@redhat.com>
11543
11544 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11545 unset inferior_spawn_id.
11546
11547 2016-06-30 Pedro Alves <palves@redhat.com>
11548
11549 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11550 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11551
11552 2016-06-29 Yao Qi <yao.qi@linaro.org>
11553
11554 * gdb.base/return.c: Add copyright header.
11555
11556 2016-06-29 Tom Tromey <tom@tromey.com>
11557
11558 PR python/20129:
11559 * gdb.python/py-framefilter.exp: Add tests for setting priority
11560 and disabling of non-existent frame filter.
11561
11562 2016-06-29 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11565 0x0f07ff.
11566
11567 2016-06-28 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11570 triplets. Start gdb, execute catch syscall, and continue. Check
11571 gdb's output to determine catch syscall is supported.
11572
11573 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11574
11575 * gdb.rust/simple.rs: Add test for returning unit in a function.
11576 * gdb.rust/simple.exp: Add expectation for functions returning
11577 unit.
11578
11579 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11580
11581 * gdb.python/py-breakpoint-create-fail.c,
11582 gdb.python/py-breakpoint-create-fail.exp,
11583 gdb.python/py-breakpoint-create-fail.py: New testcase.
11584
11585 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11586
11587 PR gdb/20239
11588 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11589 * gdb.rust/simple.exp: Add test expectations for new NonZero
11590 tests.
11591
11592 2016-06-24 David Taylor <dtaylor@emc.com>
11593
11594 * gdb.base/offsets.exp: New file.
11595 * gdb.base/offsets.c: New file.
11596
11597 2016-06-23 Tom Tromey <tom@tromey.com>
11598
11599 PR gdb/16483:
11600 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11601 before any filters are loaded.
11602
11603 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11604
11605 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11606 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11607 structs.
11608 * gdb.fortran/derived-type-function.exp: New file.
11609 * gdb.fortran/derived-type-function.f90: New file.
11610
11611
11612 2016-06-21 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.base/new-ui.exp: New file.
11615 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11616 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11617 (with_spawn_id): New procedure.
11618
11619 2016-06-21 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.mi/mi-exec-run.exp: New file.
11622
11623 2016-06-21 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11626 breakpoint command's output on the main UI.
11627 (test_break): New procedure, factored out from calls in the top
11628 level.
11629 (top level): Use foreach_with_prefix to test MI as main UI and as
11630 separate UI.
11631
11632 2016-06-21 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11635 (test_awatch_creation_and_listing)
11636 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11637 Remove 'type' parameter.
11638 (test_watchpoint_all): New parameter mi_mode. Remove
11639 with_test_prefix.
11640 (top level): Use foreach_with_prefix, and add main/separate UI MI
11641 testing axis.
11642
11643 2016-06-21 Pedro Alves <palves@redhat.com>
11644
11645 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11646 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11647 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11648 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11649 (gdb_main_spawn_id, mi_spawn_id): Declare and
11650 comment.
11651 (mi_create_inferior_pty): New procedure,
11652 factored out from default_mi_gdb_start.
11653 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11654 procedures.
11655 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11656 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11657 Use mi_create_inferior_pty.
11658 (mi_gdb_start): Use eval to pass down args list.
11659
11660 2016-06-21 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11663 * gdb.opt/inline-cmds.exp: Add MI tests.
11664
11665 2016-06-21 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11668
11669 2016-06-21 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11672 (top level): Use it instead of mi_execute_to.
11673
11674 2016-06-21 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11677 (cont_handler_str): New.
11678 (signal_stop_handler): Set stop_handler_str instead of printing to
11679 stdout.
11680 (continue_handler): Set cont_handler_str instead of printing to
11681 stdout.
11682 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11683 mi_send_resuming_command. Print stop_handler_str and
11684 cont_handler_str instead of expecting the python events print
11685 directly.
11686
11687 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11688
11689 * gdb.base/jit-reader.exp: New file.
11690 * gdb.base/jithost.c: New file.
11691 * gdb.base/jithost.h: New file.
11692 * gdb.base/jitreader.c : New file.
11693 * gdb.base/jit-protocol.h: New file.
11694
11695 2016-06-17 Yao Qi <yao.qi@linaro.org>
11696
11697 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11698 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11699 and detach-on-fork. Adjust tests.
11700 (top level): Invoke break_cond_on_syscall with combinations of
11701 syscall, follow-fork-mode and detach-on-fork.
11702
11703 2016-06-17 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.base/step-over-exit.c: New.
11706 * gdb.base/step-over-exit.exp: New.
11707
11708 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11709
11710 * gdb.base/float.exp: Add target check for nds32*-*-*.
11711 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11712
11713 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11714
11715 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11716 for unsupported target features.
11717 * gdb.base/call-rt-st.exp: Likewise.
11718 * gdb.base/call-sc.exp: Likewise.
11719 * gdb.base/call-signal-resume.exp: Likewise.
11720 * gdb.base/call-strs.exp: Likewise.
11721 * gdb.base/callexit.exp: Likewise.
11722 * gdb.base/callfuncs.exp: Likewise.
11723 * gdb.base/nodebug.exp: Likewise.
11724 * gdb.base/printcmds.exp: Likewise.
11725 * gdb.base/ptype.exp: Likewise.
11726 * gdb.base/structs.exp: Likewise.
11727 * gdb.base/unwindonsignal.exp: Likewise.
11728 * gdb.cp/gdb2495.exp: Likewise.
11729 * gdb.cp/templates.exp: Likewise.
11730 * gdb.cp/virtfunc.exp: Likewise.
11731 * gdb.threads/hand-call-in-threads.exp: Likewise.
11732 * gdb.threads/interrupted-hand-call.exp: Likewise.
11733 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11734
11735 2016-06-10 Tom Tromey <tom@tromey.com>
11736
11737 PR rust/20110:
11738 * gdb.rust/expr.exp: Add test for integer constant larger than
11739 i32.
11740
11741 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11742
11743 * gdb.fortran/nested-funcs.exp: New.
11744 * gdb.fortran/nested-funcs.f90: New.
11745
11746 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11747
11748 * gdb.base/examine-backward.c: New file.
11749 * gdb.base/examine-backward.exp: New file.
11750
11751 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11752
11753 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11754 matching.
11755
11756 2016-06-02 Tom Tromey <tom@tromey.com>
11757
11758 PR python/18984:
11759 * gdb.python/py-shared.exp: Add solib_name test.
11760
11761 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11762
11763 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11764
11765 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11766
11767 PR c++/19893
11768 * gdb.dwarf2/implref.exp: Rename to...
11769 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11770 * gdb.dwarf2/implref-array.c: New file.
11771 * gdb.dwarf2/implref-array.exp: Likewise.
11772 * gdb.dwarf2/implref-global.c: Likewise.
11773 * gdb.dwarf2/implref-global.exp: Likewise.
11774 * gdb.dwarf2/implref-struct.c: Likewise.
11775 * gdb.dwarf2/implref-struct.exp: Likewise.
11776
11777 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11778
11779 * gdb.trace/trace-condition.exp: Add 64bit tests.
11780
11781 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11782
11783 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11784 bits types.
11785 (main): Adapt to 8 to 64 bits types.
11786 * gdb.trace/trace-condition.exp: Add new tests.
11787
11788 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11789
11790 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11791
11792 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11793
11794 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11795 Move condition tests...
11796 * gdb.trace/trace-condition.exp: Here.
11797
11798 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11799
11800 * gdb.trace/trace-condition.exp: Add counter-case tests.
11801
11802 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11803
11804 PR c++/15231
11805 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11806 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11807
11808 2016-05-27 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11811 New procedure.
11812 (top level): Call it, and bail out of DejaGnu is known to be bad.
11813
11814 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11815
11816 * gdb.base/whatis.c: Extend the test case.
11817 * gdb.base/whatis.exp: Add additional tests.
11818
11819 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11820
11821 * gdb.fortran/type.f90: Add pointer variable.
11822 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11823
11824 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11825
11826 * gdb.fortran/vla-type.exp: Fix testcase name.
11827
11828 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11829
11830 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11831
11832 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11833
11834 * gdb.fortran/type.f90: Add nested structures.
11835 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11836 * gdb.fortran/derived-type.exp: Adapt expected output.
11837 * gdb.fortran/vla-type.exp: Adapt expected output.
11838
11839 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11840
11841 * gdb.fortran/whatis_type.exp: Adapt expected output.
11842
11843 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11844
11845 * gdb.fortran/print_type.exp: Fix expected output.
11846 * gdb.fortran/whatis_type.exp: Fix expected output.
11847
11848 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11849
11850 * gdb.fortran/whatis_type.exp: Use multi_line.
11851
11852 2016-05-24 Tom Tromey <tom@tromey.com>
11853
11854 PR python/17386:
11855 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11856 use value as an index.
11857
11858 2016-05-23 Tom Tromey <tom@tromey.com>
11859
11860 PR python/17981:
11861 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11862 no-breakpoint case.
11863
11864 2016-05-24 Pedro Alves <palves@redhat.com>
11865
11866 PR gdb/19828
11867 * gdb.threads/clone-attach-detach.c: New file.
11868 * gdb.threads/clone-attach-detach.exp: New file.
11869
11870 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11871
11872 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11873
11874 2016-05-23 Tom Tromey <tom@tromey.com>
11875
11876 PR python/19438, PR python/18393:
11877 * gdb.python/py-progspace.exp: Add "dir" test.
11878 * gdb.python/py-objfile.exp: Add "dir" test.
11879
11880 2016-05-23 Yao Qi <yao.qi@linaro.org>
11881
11882 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
11883 * gdb.arch/thumb2-it.exp: Likewise.
11884
11885 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
11886
11887 * gdb.mi/mi-threads-interrupt.c: New file.
11888 * gdb.mi/mi-threads-interrupt.exp: New file.
11889
11890 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
11891
11892 PR gdb/18077
11893 * gdb.mi/mi-async-run.exp: New file.
11894 * gdb.mi/mi-async-run.c: New file.
11895
11896 2016-05-17 Tom Tromey <tom@tromey.com>
11897 Manish Goregaokar <manishsmail@gmail.com>
11898
11899 * lib/rust-support.exp: New file.
11900 * lib/gdb.exp (skip_rust_tests): New proc.
11901 (build_executable_from_specs): Handle rust.
11902 * lib/future.exp (gdb_find_rustc): New proc.
11903 (gdb_default_target_compile): Handle rust.
11904 * gdb.rust/expr.exp: New file.
11905 * gdb.rust/generics.exp: New file.
11906 * gdb.rust/generics.rs: New file.
11907 * gdb.rust/methods.exp: New file.
11908 * gdb.rust/methods.rs: New file.
11909 * gdb.rust/modules.exp: New file.
11910 * gdb.rust/modules.rs: New file.
11911 * gdb.rust/simple.exp: New file.
11912 * gdb.rust/simple.rs: New file.
11913
11914 2016-05-17 Tom Tromey <tom@tromey.com>
11915
11916 * gdb.base/default.exp (set language): Add rust.
11917
11918 2016-05-17 Tom Tromey <tom@tromey.com>
11919
11920 * gdb.gdb/unittest.exp: New file.
11921
11922 2016-05-16 Yao Qi <yao.qi@linaro.org>
11923
11924 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11925 shell_prompt. Update shell_prompt_re.
11926
11927 2016-05-12 Doug Evans <dje@google.com>
11928
11929 PR symtab/19999
11930 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11931 $options when building executable.
11932 * gdb.dwarf2/fission-loclists-pie.S: New file.
11933 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11934
11935 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11936
11937 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11938 of [is_remote target],
11939
11940 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11941
11942 * lib/gdb.exp (use_gdb_stub): New procedure.
11943
11944 2016-05-03 Yunlian Jiang <yunlian@google.com>
11945 Doug Evans <dje@google.com>
11946
11947 PR symtab/19914
11948 * gdb.dwarf2/dwp-sepdebug.c: New file.
11949 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11950
11951 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11952
11953 * gdb.base/detach.exp: Remove is_remote check.
11954
11955 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11956
11957 * gdb.base/annota-input-while-running.exp: Don't check for
11958 [is_remote target]. Enable annotations after running to main.
11959 Remove unused "set test..." line.
11960
11961 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11962
11963 * gdb.trace/trace-enable-disable.exp: New file.
11964 * gdb.trace/trace-enable-disable.c: New file.
11965
11966 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11967
11968 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11969 use it in info sharedlibrary test.
11970 * gdb.trace/ftrace-lock.exp: Likewise.
11971 * gdb.trace/ftrace.exp: Likewise.
11972 * gdb.trace/range-stepping.exp: Likewise.
11973 * gdb.trace/trace-break.exp: Likewise.
11974 * gdb.trace/trace-condition.exp: Likewise.
11975 * gdb.trace/trace-mt.exp: Likewise.
11976
11977 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11978
11979 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11980 (gdb_load_shlib): ... this.
11981 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11982 gdb_load_shlib.
11983 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11984 * gdb.base/ctxobj.exp: Likewise.
11985 * gdb.base/dprintf-pending.exp: Likewise.
11986 * gdb.base/dso2dso.exp: Likewise.
11987 * gdb.base/fixsection.exp: Likewise.
11988 * gdb.base/gcore-relro.exp: Likewise.
11989 * gdb.base/gdb1555.exp: Likewise.
11990 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11991 * gdb.base/gnu-ifunc.exp: Likewise.
11992 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11993 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11994 * gdb.base/pending.exp: Likewise.
11995 * gdb.base/print-file-var.exp: Likewise.
11996 * gdb.base/print-symbol-loading.exp: Likewise.
11997 * gdb.base/shlib-call.exp: Likewise.
11998 * gdb.base/shreloc.exp: Likewise.
11999 * gdb.base/so-impl-ld.exp: Likewise.
12000 * gdb.base/solib-disc.exp: Likewise.
12001 * gdb.base/solib-nodir.exp: Likewise.
12002 * gdb.base/solib-overlap.exp: Likewise.
12003 * gdb.base/solib-symbol.exp: Likewise.
12004 * gdb.base/solib-weak.exp (do_test): Likewise.
12005 * gdb.base/sym-file.exp: Likewise.
12006 * gdb.base/symtab-search-order.exp: Likewise.
12007 * gdb.base/type-opaque.exp: Likewise.
12008 * gdb.base/unload.exp: Likewise.
12009 * gdb.base/watchpoint-solib.exp: Likewise.
12010 * gdb.compile/compile.exp: Likewise.
12011 * gdb.cp/gdb2384.exp: Likewise.
12012 * gdb.cp/infcall-dlopen.exp: Likewise.
12013 * gdb.cp/re-set-overloaded.exp: Likewise.
12014 * gdb.fortran/library-module.exp: Likewise.
12015 * gdb.opt/solib-intra-step.exp: Likewise.
12016 * gdb.python/py-finish-breakpoint.exp: Likewise.
12017 * gdb.python/py-shared.exp: Likewise.
12018 * gdb.reverse/solib-precsave.exp: Likewise.
12019 * gdb.reverse/solib-reverse.exp: Likewise.
12020 * gdb.server/solib-list.exp: Likewise.
12021 * gdb.threads/dlopen-libpthread.exp: Likewise.
12022 * gdb.threads/tls-shared.exp: Likewise.
12023 * gdb.threads/tls-so_extern.exp: Likewise.
12024 * gdb.trace/change-loc.exp: Likewise.
12025 * gdb.trace/ftrace-lock.exp: Likewise.
12026 * gdb.trace/ftrace.exp: Likewise.
12027 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12028 * gdb.trace/pending.exp: Likewise.
12029 * gdb.trace/range-stepping.exp: Likewise.
12030 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12031 (strace_info_marker): Likewise.
12032 (strace_probe_marker): Likewise.
12033 (strace_trace_on_same_addr): Likewise.
12034 (strace_trace_on_diff_addr): Likewise.
12035 * gdb.trace/trace-break.exp: Likewise.
12036 * gdb.trace/trace-condition.exp: Likewise.
12037 * gdb.trace/trace-mt.exp: Likewise.
12038
12039 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12040
12041 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12042 result of gdb_remote_download.
12043 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12044 * gdb.base/dso2dso.exp: Likewise.
12045 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12046 * gdb.base/print-file-var.exp: Likewise.
12047 * gdb.base/shlib-call.exp: Likewise.
12048 * gdb.base/shreloc.exp: Likewise.
12049 * gdb.base/solib-overlap.exp: Likewise.
12050 * gdb.base/solib-weak.exp (do_test): Likewise.
12051 * gdb.base/unload.exp: Likewise.
12052
12053 2016-04-27 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12056 exists.
12057
12058 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12059
12060 * vla-type.exp: Print structure from toplevel.
12061
12062 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12063
12064 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12065 of dynamic types.
12066 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12067 of dynamic types.
12068
12069 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12070
12071 * gdb.fortran/vla-type.f90: New file.
12072 * gdb.fortran/vla-type.exp: New file.
12073
12074 2016-04-25 Yao Qi <yao.qi@linaro.org>
12075
12076 * gdb.base/branch-to-self.c: New file.
12077 * gdb.base/branch-to-self.exp: New file.
12078
12079 2016-04-22 Yao Qi <yao.qi@linaro.org>
12080
12081 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12082 more after $hex.
12083
12084 2016-04-22 Yao Qi <yao.qi@linaro.org>
12085
12086 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12087 * gdb.base/annota3.exp: Likewise.
12088
12089 2016-04-22 Yao Qi <yao.qi@linaro.org>
12090
12091 * gdb.reverse/step-precsave.exp: Do one step and test program
12092 stops in "callee" and do multiple steps until program goes out
12093 of "callee".
12094 * gdb.reverse/step-reverse.exp: Likewise.
12095
12096 2016-04-22 Yao Qi <yao.qi@linaro.org>
12097
12098 * gdb.trace/signal.exp: Also pass if
12099 $tracepoint_hits($i) > $iterations.
12100
12101 2016-04-22 Yao Qi <yao.qi@linaro.org>
12102
12103 * gdb.trace/signal.c: New file.
12104 * gdb.trace/signal.exp: New file.
12105
12106 2016-04-19 Doug Evans <xdje42@gmail.com>
12107
12108 * gdb.base/bad-file.exp: New file.
12109
12110 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12111
12112 * gdb.dwarf2/implref.exp: New file.
12113
12114 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12115
12116 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12117 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12118 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12119 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12120 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12121 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12122 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12123 * lib/fortran.exp (fortran_int4): New procedure.
12124 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12125 (fortran_logical4): Likewise.
12126
12127 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12128
12129 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12130
12131 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12132
12133 * lib/compiler.c: Add Intel specific preprocessor macros.
12134 * lib/compiler.cc: Likewise.
12135
12136 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12137
12138 * gdb.server/connect-with-no-symbol-file.c: New file.
12139 * gdb.server/connect-with-no-symbol-file.exp: New file.
12140
12141 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12142
12143 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12144
12145 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12146
12147 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12148 standard output directory.
12149
12150 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12151
12152 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12153
12154 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12155
12156 * gdb.btrace/instruction_history.c (loop): Add declaration.
12157
12158 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12159
12160 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12161
12162 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12163
12164 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12165 parentheses to print.
12166 (continue_handler): Likewise.
12167
12168 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12169
12170 * gdb.server/solib-list.exp: Remove is_remote check.
12171 Pass shlib= to gdb_compile. Don't link shared library with
12172 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12173 Run binary filename through "readlink -f" on the target.
12174
12175 2016-04-08 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12178 interpreter filename as argument to gdbserver_spawn.
12179 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12180 Return empty if $last_loaded_file does not exist.
12181
12182 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12183
12184 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12185 * gdb.base/jit-main.c: Use exit after usage.
12186
12187 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12188
12189 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12190 GDBHISTSIZE prior to the tests.
12191 * gdb.base/gdbinit-history.exp: Likewise.
12192
12193 2016-04-07 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12196 instead of build_executable. Use gdb_load_shlibs.
12197
12198 2016-04-07 Yao Qi <yao.qi@linaro.org>
12199
12200 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12201 Execute "si" command.
12202
12203 2016-04-07 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12206 number instead of the comments on some line.
12207
12208 2016-04-06 Don Breazeal <donb@codesourcery.com>
12209
12210 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12211 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12212
12213 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12216 standard_output_file. Remove unused binfile variable.
12217
12218 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12219
12220 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12221 * gdb.python/py-mi-objfile.exp: Match "list main" output
12222 in console format.
12223
12224 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12225
12226 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12227 absolute.
12228
12229 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12232 absolute.
12233 * gdb.trace/ftrace.exp: Likewise.
12234 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12235 targets as well.
12236 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12237 (gdb_load_shlibs): Copy libraries to test directory when testing
12238 natively. Only set solib-search-path if testing remotely.
12239 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12240
12241 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12242
12243 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12244 gdb_download. Use it even if the target is not remote.
12245 * gdb.base/jit.exp (compile_jit_test): Likewise.
12246 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12247 output directory if the destination board is local, otherwise use
12248 the standard remote_download from DejaGnu.
12249 (gdb_download): Remove.
12250 (gdb_load_shlibs): Use gdb_remote_download instead of
12251 gdb_download.
12252 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12253 Use gdb_remote_download instead of gdb_download. Use it even if
12254 the target is not remote.
12255 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12256 instead of gdb_download.
12257
12258 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12259
12260 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12261 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12262 run.
12263
12264 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12265
12266 PR gdb/19820
12267 * gdb.base/printcmds.exp: Add artificial arrays tests.
12268
12269 2016-03-31 Pedro Alves <palves@redhat.com>
12270
12271 PR gdb/19858
12272 * gdb.base/jit-main.c: Include unistd.h.
12273 (ATTACH): Define to 0 if not already defined.
12274 (wait_for_gdb, mypid): New globals.
12275 (WAIT_FOR_GDB): New macro.
12276 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12277 some breakpoint locations.
12278 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12279 New procedures.
12280 (one_jit_test): Add REATTACH parameter, and handle it. Use
12281 continue_to_test_location.
12282 (top level): Test attach, and adjusts calls to one_jit_test.
12283
12284 2016-03-31 Pedro Alves <palves@redhat.com>
12285
12286 PR gdb/19858
12287 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12288 BINSUFFIX parameter, and handle it.
12289 (top level): Adjust calls compile_jit_test.
12290
12291 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12292
12293 PR python/19743
12294 * gdb.python/py-mi-events-gdb.py: New file.
12295 * gdb.python/py-mi-events.c: New file.
12296 * gdb.python/py-mi-events.exp: New file.
12297
12298 2016-03-30 Yao Qi <yao.qi@linaro.org>
12299
12300 * gdb.reverse/until-precsave.exp: Match function name only.
12301 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12302 Move malloc to a condition block.
12303 * gdb.reverse/until-reverse.exp: Match function name only.
12304
12305 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12306
12307 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12308 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12309 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12310 variable for GPR 0 instead of assuming it is register 0.
12311 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12312 * lib/trace-support.exp: Add s390 registers.
12313
12314 2016-03-29 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12317
12318 2016-03-24 Yao Qi <yao.qi@linaro.org>
12319
12320 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12321 test message.
12322
12323 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12324
12325 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12326 maintaining separate logic for constructing the output path.
12327
12328 2016-03-16 Don Breazeal <donb@codesourcery.com>
12329
12330 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12331 Retry fork and waitpid on interrupted system call errors.
12332 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12333 Use with_timeout_factor to increase timeout by factor of 10.
12334
12335 2016-03-15 Don Breazeal <donb@codesourcery.com>
12336
12337 * gdb.cp/scope-err.cc: New test program.
12338 * gdb.cp/scope-err.exp: New test script.
12339 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12340 lines and "set breakpoint here" comment.
12341 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12342 Fixed some whitespace and format issues.
12343 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12344 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12345
12346 2016-03-15 Doug Evans <dje@google.com>
12347
12348 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12349 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12350 All callers updated. Add tests for enums, mixed flags register.
12351
12352 2016-03-15 Doug Evans <dje@google.com>
12353
12354 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12355 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12356
12357 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12358
12359 * gdb.base/default.exp: Add $_as_string to the list of expected
12360 convenience functions.
12361
12362 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12363
12364 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12365
12366 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12367
12368 * gdb.python/py-as-string.exp: New file.
12369 * gdb.python/py-as-string.c: New file.
12370
12371 2016-03-09 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12374 signal" -> "Thread NN received signal" output change.
12375 * gdb.threads/ia64-sigill.exp: Likewise.
12376 * gdb.threads/linux-dp.exp: Likewise.
12377 * gdb.threads/manythreads.exp: Likewise.
12378 * gdb.threads/pending-step.exp: Likewise.
12379 * gdb.threads/print-threads.exp: Likewise.
12380 * gdb.threads/sigstep-threads.exp: Likewise.
12381 * gdb.threads/staticthreads.exp: Likewise.
12382 * gdb.threads/tls.exp: Likewise.
12383
12384 2016-03-09 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.base/command-line-input.exp: New file.
12387
12388 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12389
12390 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12391 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12392 * gdb.trace/pending.exp: Accept leading dot before function name.
12393 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12394 * lib/trace-support.exp: Set registers for ppc.
12395
12396 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12397
12398 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12399 use it for disassembly; accept .main in addition to main in backtrace.
12400
12401 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12402 Marcin Kościelnicki <koriakin@0x04.net>
12403
12404 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12405 (gdb_recursion_test_ptr): New global variable.
12406 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12407 gdb_recursion_test.
12408 (gdb_c_test): Ditto.
12409
12410 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12411
12412 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12413 ordering.
12414
12415 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12416
12417 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12418 (bar): Add bar_start_lbl label.
12419 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12420 of foo/bar for emitting DWARF and tracing.
12421
12422 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12423
12424 * analyze-racy-logs.py: Set executable bit.
12425
12426 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12427
12428 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12429 (CHECK_TARGET_TMP): Likewise.
12430 (check-single-racy): New rule.
12431 (check-parallel-racy): Likewise.
12432 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12433 (do-check-parallel-racy): New rule.
12434 (check-racy/%.exp): Likewise.
12435 * README (Racy testcases): New section.
12436 * analyze-racy-logs.py: New file.
12437
12438 2016-03-03 Doug Evans <dje@google.com>
12439
12440 * gdb.base/skip.exp: Use with_test_prefix.
12441
12442 2016-03-03 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12445 Invoke step_over_syscall "clone" and break_cond_on_syscall
12446 "clone".
12447 * gdb.base/step-over-clone.c: New file.
12448
12449 2016-03-03 Yao Qi <yao.qi@linaro.org>
12450
12451 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12452 code format.
12453
12454 2016-03-03 Yao Qi <yao.qi@linaro.org>
12455
12456 * gdb.base/disp-step-fork.c: Rename to ...
12457 * gdb.base/step-over-fork.c: ... it. New file.
12458 * gdb.base/disp-step-vfork.c: Rename to ...
12459 * gdb.base/step-over-vfork.c: ... it. New file.
12460 * gdb.base/disp-step-syscall.exp: Rename to ...
12461 * gdb.base/step-over-syscall.exp: ... it. New file.
12462 (disp_step_cross_syscall): Rename to ...
12463 (step_over_syscall): ... it.
12464
12465 2016-03-03 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12468 If target supports condition evaluation on target, invoke
12469 break_cond_on_syscall for fork and vfork.
12470
12471 2016-03-03 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.base/disp-step-syscall.exp: Don't invoke
12474 support_displaced_stepping.
12475 (disp_step_cross_syscall): Test with displaced stepping off and
12476 on if supported.
12477
12478 2016-03-03 Yao Qi <yao.qi@linaro.org>
12479
12480 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12481 proc.
12482 (setup): New proc.
12483 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12484 and setup.
12485
12486 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12487
12488 * gdb.fortran/vla-history.exp: Remove breakpoint.
12489
12490 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12491
12492 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12493 exceeds timeout.
12494
12495 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12496
12497 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12498 breakpoint.
12499
12500 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12501
12502 * gdb.mi/vla.f90: Nullify pointer after declaration.
12503
12504 2016-03-01 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12507
12508 2016-03-01 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12511 before anything else.
12512 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12513 _GNU_SOURCE here.
12514 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12515 before anything else.
12516 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12517
12518 2016-03-01 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12521
12522 2016-03-01 Yao Qi <yao.qi@linaro.org>
12523
12524 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12525 prepare_for_testing.
12526
12527 2016-03-01 Yao Qi <yao.qi@linaro.org>
12528
12529 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12530
12531 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12532
12533 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12534 manually constructing the output path.
12535
12536 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12537
12538 * gdb.arch/s390-stackless.S: New.
12539 * gdb.arch/s390-stackless.exp: New.
12540
12541 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12542
12543 * gdb.dlang/circular.c: New file.
12544 * gdb.dlang/circular.exp: New file.
12545
12546 2016-02-26 Yao Qi <yao.qi@linaro.org>
12547
12548 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12549 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12550 (testcases): Update.
12551
12552 2016-02-26 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.reverse/aarch64.c: Rename to ...
12555 * gdb.reverse/insn-reverse.c: ... it.
12556 * gdb.reverse/aarch64.exp: Rename to ...
12557 * gdb.reverse/insn-reverse.exp: ... it.
12558
12559 2016-02-26 Yao Qi <yao.qi@linaro.org>
12560
12561 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12562 (testcase_ftype): New.
12563 (testcases): New array.
12564 (n_testcases): New.
12565 (main): Call each element in testcases.
12566 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12567 (read_testcase): New.
12568 Do the tests in a loop.
12569
12570 2016-02-25 Yao Qi <yao.qi@linaro.org>
12571
12572 * gdb.base/branches.c: Remove.
12573
12574 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12575
12576 PR gdb/13808
12577 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12578
12579 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12580
12581 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12582
12583 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12584
12585 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12586 change x86_64 call_insn to 'callq'.
12587
12588 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12589
12590 * gdb.trace/tfile-avx.c: Move to...
12591 * gdb.trace/tracefile-pseudo-reg.c: Here.
12592 * gdb.trace/tfile-avx.exp: Move to...
12593 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12594
12595 2016-02-24 Gary Benson <gbenson@redhat.com>
12596
12597 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12598 message on attach.
12599
12600 2016-02-23 Doug Evans <dje@google.com>
12601
12602 * gdb.base/skip.c (test_skip): New function.
12603 (end_test_skip_file_and_function): New function.
12604 (test_skip_file_and_function): New function.
12605 * gdb.base/skip1.c (test_skip): New function.
12606 (skip1_test_skip_file_and_function): New function.
12607 * gdb.base/skip.exp: Add tests for new skip options.
12608 * gdb.base/skip-solib.exp: Update expected output.
12609 * gdb.perf/skip-command.cc: New file.
12610 * gdb.perf/skip-command.exp: New file.
12611 * gdb.perf/skip-command.py: New file.
12612
12613 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12614
12615 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12616 info registers pattern.
12617
12618 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12619
12620 * lib/future.exp: Add D support.
12621 (gdb_find_gdc): New proc.
12622 (gdb_default_target_compile): Add D support.
12623
12624 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12625
12626 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12627 user+system time.
12628 (trace_speed_test): Determine the iteration count for a time
12629 between 15..30 seconds.
12630
12631 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12632
12633 * gdb.arch/i386-mpx-sigsegv.c: New file.
12634 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12635 * gdb.arch/i386-mpx-simple_segv.c: New file.
12636 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12637
12638 2016-02-18 Yao Qi <yao.qi@linaro.org>
12639
12640 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12641 Don't call setup_kfail.
12642
12643 2016-02-18 Yao Qi <yao.qi@linaro.org>
12644
12645 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12646 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12647
12648 2016-02-16 Doug Evans <dje@google.com>
12649
12650 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12651 * gdb.base/skip1.c: Ditto.
12652 * gdb.base/skip.exp: Whitespace cleanup.
12653
12654 2016-02-16 Don Breazeal <donb@codesourcery.com>
12655
12656 PR remote/19496
12657 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12658 Remove kfail for PR remote/19496.
12659
12660 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12661
12662 * lib/gdb.exp (standard_temp_file): Return a path specific to
12663 the runtest invocation.
12664
12665 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12666
12667 * gdb.trace/save-trace.exp: Change relative path to be in the
12668 standard output directory.
12669
12670 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12671
12672 * gdb.arch/i386-prologue.c: Add missing prototypes.
12673
12674 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12677 * gdb.arch/i386-prologue.exp: Likewise.
12678 * gdb.arch/i386-size.exp: Likewise.
12679
12680 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12681
12682 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12683 define object file path.
12684 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12685 file path.
12686 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12687 standard_output_file to define binfile.
12688
12689 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12690
12691 Fix compatibility with recent gfortran-5.3.1.
12692 * gdb.fortran/vla-history.exp (print vla1 allocated)
12693 (print vla2 allocated, print $2, print $3): Remove
12694 (print $4): Rename to ...
12695 (print $2): ... here.
12696 (print $9): Rename to ...
12697 (print $5): ... here.
12698 (print $10): Rename to ...
12699 (print $6): ... here.
12700 * gdb.fortran/vla.f90: Add pvla initialization.
12701
12702 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12705 New test.
12706 * gdb.fortran/vla-value-sub.exp: Likewise.
12707
12708 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12709
12710 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12711
12712 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * i386-biarch-core.exp: Define corefile using
12715 standard_output_file.
12716
12717 2016-02-12 Yao Qi <yao.qi@linaro.org>
12718
12719 * gdb.arch/arm-single-step-kernel-helper.c: New.
12720 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12721
12722 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12723
12724 * gdb.btrace/tailcall-only.exp: New.
12725 * gdb.btrace/tailcall-only.c: New.
12726 * gdb.btrace/x86_64-tailcall-only.S: New.
12727 * gdb.btrace/i686-tailcall-only.S: New.
12728
12729 2016-02-11 Pedro Alves <palves@redhat.com>
12730
12731 * README (Parallel testing): Add missing double quotes.
12732
12733 2016-02-11 Pedro Alves <palves@redhat.com>
12734
12735 * README (Parallel testing): New section.
12736 (GDB_PARALLEL): Rewrite.
12737 (FORCE_PARALLEL): Document.
12738
12739 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12740
12741 * gdb.trace/tfile-avx.c: New test.
12742 * gdb.trace/tfile-avx.exp: New test.
12743
12744 2016-02-09 Keith Seitz <keiths@redhat.com>
12745
12746 PR breakpoints/19546
12747 * gdb.base/infcall-exec.c: New file.
12748 * gdb.base/infcall-exec2.c: New file.
12749 * gdb.base/infcall-exec.exp: New file.
12750
12751 2016-02-09 Keith Seitz <keiths@redhat.com>
12752
12753 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12754 (toplevel): Call test_bkpt_address.
12755
12756 2016-02-09 Keith Seitz <keiths@redhat.com>
12757
12758 PR python/19506
12759 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12760 (toplevel): Call test_bkpt_address.
12761
12762 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12763
12764 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12765 to AC_OUTPUT.
12766 * configure: Regenerate.
12767
12768 2016-02-09 Pedro Alves <palves@redhat.com>
12769
12770 PR breakpoints/19548
12771 * gdb.base/execl-update-breakpoints.c (some_function): New
12772 function.
12773 (main): Call it.
12774 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12775 Tighten expected GDB output.
12776
12777 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12778
12779 * Makefile.in (ALL_SUBDIRS): Remove.
12780 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12781 (distclean maintainer-clean realclean): Likewise.
12782 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12783 * configure: Regenerate.
12784 * gdb.ada/Makefile.in: Delete.
12785 * gdb.arch/Makefile.in: Likewise.
12786 * gdb.asm/Makefile.in: Likewise.
12787 * gdb.base/Makefile.in: Likewise.
12788 * gdb.btrace/Makefile.in: Likewise.
12789 * gdb.cell/Makefile.in: Likewise.
12790 * gdb.compile/Makefile.in: Likewise.
12791 * gdb.cp/Makefile.in: Likewise.
12792 * gdb.disasm/Makefile.in: Likewise.
12793 * gdb.dlang/Makefile.in: Likewise.
12794 * gdb.dwarf2/Makefile.in: Likewise.
12795 * gdb.fortran/Makefile.in: Likewise.
12796 * gdb.gdb/Makefile.in: Likewise.
12797 * gdb.go/Makefile.in: Likewise.
12798 * gdb.guile/Makefile.in: Likewise.
12799 * gdb.java/Makefile.in: Likewise.
12800 * gdb.linespec/Makefile.in: Likewise.
12801 * gdb.mi/Makefile.in: Likewise.
12802 * gdb.modula2/Makefile.in: Likewise.
12803 * gdb.multi/Makefile.in: Likewise.
12804 * gdb.objc/Makefile.in: Likewise.
12805 * gdb.opencl/Makefile.in: Likewise.
12806 * gdb.opt/Makefile.in: Likewise.
12807 * gdb.pascal/Makefile.in: Likewise.
12808 * gdb.perf/Makefile.in: Likewise.
12809 * gdb.python/Makefile.in: Likewise.
12810 * gdb.reverse/Makefile.in: Likewise.
12811 * gdb.server/Makefile.in: Likewise.
12812 * gdb.stabs/Makefile.in: Likewise.
12813 * gdb.threads/Makefile.in: Likewise.
12814 * gdb.trace/Makefile.in: Likewise.
12815 * gdb.xml/Makefile.in: Likewise.
12816 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12817 GDB_PARALLEL.
12818 (standard_output_file): Remove check for GDB_PARALLEL, always
12819 return path in outputs/$subdir/$testname.
12820
12821 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12822
12823 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12824 (site.exp): Assign abs_srcdir to tcl's srcdir.
12825
12826 2016-02-04 Yao Qi <yao.qi@linaro.org>
12827
12828 * gdb.base/foll-exec-mode.c: Include limits.h.
12829 (main): Add parameters argc and argv. Get directory from
12830 argv[0].
12831 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12832 compilation.
12833 * gdb.base/foll-exec.c: Include limits.h.
12834 (main): Add parameters argc and argv.
12835 Get directory from argv[0].
12836 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12837 Adjust tests on the number of lines as source code changed.
12838 * gdb.base/foll-vfork-exit.c: Include limits.h.
12839 (main): Add one line of statement before vfork.
12840 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12841 (main): Add parameters argc and argv. Get directory from
12842 argv[0].
12843 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12844 (setup_gdb): Set tbreak to skip some source lines.
12845 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12846 (main): Add parameters argc and argv. Get directory from
12847 argv[0].
12848 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12849 compilation.
12850 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12851 (main): Add parameters argc and argv. Get directory from
12852 argv[0].
12853 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12854 compilation.
12855
12856 2016-02-01 Doug Evans <dje@google.com>
12857
12858 * gdb.base/skip.exp: Clean up multiple references to same test name.
12859
12860 2016-02-01 Pedro Alves <palves@redhat.com>
12861
12862 PR remote/19496
12863 * gdb.threads/forking-threads-plus-breakpoint.exp
12864 (displaced_stepping_supported): New global.
12865 (probe_displaced_stepping_support): New procedure.
12866 (do_test): Add 'displaced' parameter, and use it.
12867 (top level): Check for displaced stepping support. Add displaced
12868 stepping on/off testing axis.
12869
12870 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12871
12872 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12873 pointer. Don't perform further tests on the unassociated pointer
12874 if the first test fails.
12875
12876 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12877
12878 * gdb.base/max-value-size.c: New file.
12879 * gdb.base/max-value-size.exp: New file.
12880 * gdb.base/huge.exp: Disable max-value-size for this test.
12881
12882 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
12883
12884 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12885
12886 2016-01-28 Yao Qi <yao.qi@linaro.org>
12887
12888 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
12889
12890 2016-01-25 Pedro Alves <palves@redhat.com>
12891
12892 PR threads/19461
12893 * gdb.base/fork-running-state.c: New file.
12894 * gdb.base/fork-running-state.exp: New file.
12895
12896 2016-01-25 Pedro Alves <palves@redhat.com>
12897
12898 PR gdb/19494
12899 * gdb.base/catch-fork-kill.c: New file.
12900 * gdb.base/catch-fork-kill.exp: New file.
12901
12902 2016-01-25 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
12905 Delete, moved to lib/gdb.exp.
12906 * gdb.threads/forking-threads-plus-breakpoint.exp
12907 (foreach_with_prefix): Likewise.
12908 * gdb.threads/process-dies-while-handling-bp.exp
12909 (foreach_with_prefix): Likewise.
12910 * lib/gdb.exp (foreach_with_prefix): New procedure.
12911
12912 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
12913
12914 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
12915 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
12916
12917 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
12918
12919 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
12920 endian targets.
12921
12922 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12923 Pedro Alves <palves@redhat.com>
12924
12925 Fix testsuite compatibility with Guile.
12926 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12927 number.
12928
12929 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12930
12931 Fix testsuite compatibility with Guile.
12932 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12933 (thread 1): New test for backtrace through signal handler.
12934
12935 2016-01-22 Yao Qi <yao.qi@linaro.org>
12936
12937 PR testsuite/19491
12938 * gdb.base/multi-forks.c: Include
12939 ../lib/unbuffer_output.c
12940 (main): Call gdb_unbuffer_output.
12941
12942 2016-01-21 Doug Evans <dje@google.com>
12943
12944 * lib/ada.exp (gdb_compile_ada): Fix typo.
12945
12946 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12947
12948 * gdb.base/break-fun-addr.exp: New file.
12949 * gdb.base/break-fun-addr1.c: New file.
12950 * gdb.base/break-fun-addr2.c: New file.
12951
12952 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12953
12954 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12955 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12956 enum flag values.
12957
12958 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12959
12960 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12961 when GDB can not set the vector return value. Add more comments
12962 for clarification.
12963
12964 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12965
12966 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12967 command.
12968
12969 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12970
12971 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12972
12973 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * Makefile.in (check-single): Pass --status to runtest.
12976 (check/%.exp): Likewise.
12977
12978 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12979
12980 * Makefile.in (check-parallel): Propagate return code from make
12981 do-check-parallel.
12982
12983 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12984
12985 * gdb.trace/ftrace.exp: Fix expected message on continue.
12986 * gdb.trace/pending.exp: Fix expected message on continue.
12987 * gdb.trace/trace-break.exp: Fix expected message on continue.
12988
12989 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12990
12991 * lib/gdb.exp (gdb_test): Remove unused global references.
12992
12993 2016-01-18 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.base/async-shell.exp: Adjust expected output.
12996 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12997 * gdb.base/siginfo-thread.exp: Adjust expected output.
12998 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12999 * gdb.java/jnpe.exp: Adjust expected output.
13000 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13001 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13002 * gdb.threads/leader-exit.exp: Adjust expected output.
13003 * gdb.threads/manythreads.exp: Adjust expected output.
13004 * gdb.threads/pthreads.exp: Adjust expected output.
13005 * gdb.threads/schedlock.exp: Adjust expected output.
13006 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13007 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13008 expected output.
13009 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13010 output.
13011 * gdb.threads/sigthread.exp: Adjust expected output.
13012 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13013
13014 2016-01-18 Yao Qi <yao.qi@linaro.org>
13015
13016 * gdb.guile/scm-section-script.c: Replace @progbits with
13017 %progbits.
13018 * gdb.python/py-section-script.c: Likewise.
13019
13020 2016-01-15 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.multi/tids.exp: Test star wildcard ranges.
13023
13024 2016-01-15 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13027 command from "thread apply" invocation.
13028 (thr_apply_info_thr_invalid): Default the expected output to the
13029 input tid list.
13030 (top level): Add tests that use convenience variables. Add tests
13031 for "thread apply" with a valid TID list, but missing the command.
13032
13033 2016-01-13 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.base/default.exp: Expect $_gthread as well.
13036 * gdb.multi/tids.exp: Test $_gthread.
13037 * gdb.threads/thread-specific.exp: Test $_gthread.
13038
13039 2016-01-13 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.multi/tids.exp: Test "info threads -gid".
13042
13043 2016-01-13 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13046 Breakpoint.thread.
13047 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13048
13049 2016-01-07 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.base/break.exp: Adjust to output changes.
13052 * gdb.base/hbreak2.exp: Likewise.
13053 * gdb.base/sepdebug.exp: Likewise.
13054 * gdb.base/watch_thread_num.exp: Likewise.
13055 * gdb.linespec/keywords.exp: Likewise.
13056 * gdb.multi/info-threads.exp: Likewise.
13057 * gdb.threads/thread-find.exp: Likewise.
13058 * gdb.multi/tids.c: New file.
13059 * gdb.multi/tids.exp: New file.
13060
13061 2016-01-13 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13064
13065 2016-01-13 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.base/default.exp: Expect $_inferior as well.
13068 * gdb.multi/base.exp: Test $_inferior.
13069
13070 2016-01-13 Pedro Alves <palves@redhat.com>
13071
13072 PR breakpoints/19388
13073 * gdb.base/catch-signal-siginfo-cond.c: New file.
13074 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13075
13076 2016-01-12 Josh Stone <jistone@redhat.com>
13077 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13078
13079 * gdb.base/catch-syscall.c (do_execve): New variable.
13080 (main): Conditionally trigger an execve.
13081 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13082 (test_catch_syscall_execve): New, check entry/return across execve.
13083 (do_syscall_tests): Call test_catch_syscall_execve.
13084
13085 2016-01-12 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/random-signal.exp (do_test): New procedure, with body
13088 of testcase moved in.
13089
13090 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13091 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/funcargs.exp (finish from indirectly called function):
13094 Reintroduce the case for 'First'.
13095
13096 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13097 Pedro Alves <palves@redhat.com>
13098
13099 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13100 (tcatch_vfork_then_child_follow_exec)
13101 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13102 identification.
13103
13104 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13105
13106 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13107 and repeats to unlimited.
13108 * gdb.python/py-value.exp: Likewise.
13109 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13110 and repeats to unlimited.
13111
13112 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13115 and reordering the functions.
13116 * gdb.multi/hangout.c: Likewise.
13117 * gdb.multi/hello.c: Likewise.
13118
13119 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13120
13121 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13122 absolute.
13123 (SingleStatisticTestResult.report): Use dict.keys instead of
13124 dict.iterkeys.
13125
13126 2016-01-06 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13129
13130 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13131
13132 * gdb.btrace/dlopen.exp: New.
13133 * gdb.btrace/dlopen.c: New.
13134 * gdb.btrace/dlopen-dso.c: New.
13135
13136 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13137
13138 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13139 PATTERN argument is optional.
13140
13141 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13142
13143 * lib/ada.exp (target_compile_ada_from_dir): New function.
13144 (gdb_compile_ada): Reimplement avoiding the use of project files.
13145 * gdb.ada/gnat_ada.gpr: Delete.
13146 * gdb.ada/cond_lang.exp: Adjust test to make path before
13147 filename optional.
13148 * gdb.ada/small_reg_param.exp: Likewise.
13149
13150 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13151
13152 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13153
13154 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13155
13156 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13157 case.
13158
13159 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * gdb.base/break.exp: Remove dead code.
13162 * gdb.base/sepdebug.exp: Likewise.
13163
13164 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13165
13166 * gdb.asm/asm-source.exp: Remove HP-UX references.
13167 * gdb.base/annota1.exp: Likewise.
13168 * gdb.base/annota3.exp: Likewise.
13169 * gdb.base/attach.exp: Likewise.
13170 * gdb.base/bigcore.exp: Likewise.
13171 * gdb.base/break.exp: Likewise.
13172 * gdb.base/call-ar-st.exp: Likewise.
13173 * gdb.base/callfuncs.exp: Likewise.
13174 * gdb.base/catch-fork-static.exp: Likewise.
13175 * gdb.base/display.exp: Likewise.
13176 * gdb.base/foll-exec-mode.exp: Likewise.
13177 * gdb.base/foll-exec.exp: Likewise.
13178 * gdb.base/foll-fork.exp: Likewise.
13179 * gdb.base/foll-vfork.exp: Likewise.
13180 * gdb.base/funcargs.exp: Likewise.
13181 * gdb.base/hbreak2.exp: Likewise.
13182 * gdb.base/inferior-died.exp: Likewise.
13183 * gdb.base/interrupt.exp: Likewise.
13184 * gdb.base/multi-forks.exp: Likewise.
13185 * gdb.base/nodebug.exp: Likewise.
13186 * gdb.base/sepdebug.exp: Likewise.
13187 * gdb.base/solib1.c: Likewise.
13188 * gdb.base/step-test.exp: Likewise.
13189 * gdb.mi/non-stop.c: Likewise.
13190 * gdb.mi/pthreads.c: Likewise.
13191 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13192 * gdb.threads/pthreads.c: Likewise.
13193 * gdb.threads/staticthreads.exp: Likewise.
13194 * lib/future.exp: Likewise.
13195 * lib/gdb.exp: Likewise.
13196 * gdb.base/so-indr-cl.c: Remove.
13197 * gdb.base/so-indr-cl.exp: Likewise.
13198 * gdb.base/solib.c: Likewise.
13199 * gdb.base/solib.exp: Likewise.
13200 * gdb.base/solib2.c: Likewise.
13201
13202 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13203
13204 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13205 * gdb.base/call-ar-st.exp: Likewise.
13206 * gdb.base/callfuncs.exp: Likewise.
13207 * gdb.base/condbreak.exp: Likewise.
13208 * gdb.base/constvars.exp: Likewise.
13209 * gdb.base/hbreak2.exp: Likewise.
13210 * gdb.base/langs.exp: Likewise.
13211 * gdb.base/list.exp: Likewise.
13212 * gdb.base/long_long.exp: Likewise.
13213 * gdb.base/ptype.exp: Likewise.
13214 * gdb.base/scope.exp: Likewise.
13215 * gdb.base/signals.exp: Likewise.
13216 * gdb.base/so-impl-ld.exp: Likewise.
13217 * gdb.base/varargs.exp: Likewise.
13218 * gdb.base/volatile.exp: Likewise.
13219 * gdb.base/whatis.exp: Likewise.
13220 * gdb.cp/cplusfuncs.exp: Likewise.
13221 * gdb.cp/inherit.exp: Likewise.
13222 * gdb.cp/local.exp: Likewise.
13223 * gdb.cp/member-ptr.exp: Likewise.
13224 * gdb.cp/method.exp: Likewise.
13225 * gdb.cp/overload.exp: Likewise.
13226 * gdb.cp/templates.exp: Likewise.
13227 * gdb.stabs/weird.exp: Likewise.
13228 * lib/compiler.c: Likewise.
13229 * lib/compiler.cc: Likewise.
13230 * lib/cp-support.exp: Likewise.
13231 * lib/gdb.exp: Likewise.
13232
13233 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13234
13235 * configure.ac: Remove HP-UX case.
13236 * configure: Regenerate.
13237
13238 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * lib/gdb.exp (gdb_compile): Add function doc.
13241
13242 2015-12-17 Pedro Alves <palves@redhat.com>
13243
13244 PR threads/19354
13245 * gdb.multi/info-threads.exp: New file.
13246
13247 2015-12-15 Yao Qi <yao.qi@linaro.org>
13248
13249 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13250 is aarch64*-*-*.
13251
13252 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13253
13254 * gdb.base/history-duplicates.exp: Skip if no readline support.
13255
13256 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13257
13258 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13259
13260 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13261
13262 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13263
13264 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13265
13266 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13267 ctrl-C if nointerrupts target property is set.
13268 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13269 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13270 * gdb.base/paginate-bg-execution.exp: Likewise.
13271 * gdb.base/paginate-execution-startup.exp: Likewise.
13272 * gdb.base/random-signal.exp: Likewise.
13273 * gdb.base/range-stepping.exp: Likewise.
13274 * gdb.cp/annota2.exp: Likewise.
13275 * gdb.cp/annota3.exp: Likewise.
13276 * gdb.gdb/selftest.exp: Likewise.
13277 * gdb.threads/continue-pending-status.exp: Likewise.
13278 * gdb.threads/leader-exit.exp: Likewise.
13279 * gdb.threads/manythreads.exp: Likewise.
13280 * gdb.threads/pthreads.exp: Likewise.
13281 * gdb.threads/schedlock.exp: Likewise.
13282 * gdb.threads/sigthread.exp: Likewise.
13283
13284 2015-12-11 Don Breazeal <donb@codesourcery.com>
13285
13286 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13287 remote.
13288 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13289 * gdb.base/foll-exec.exp (main): Enable for target remote.
13290 * gdb.base/foll-fork.exp (main): Likewise.
13291 * gdb.base/foll-vfork.exp (main): Likewise.
13292 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13293 (proc continue_to_exit_bp_loc): Use clean_restart.
13294 * gdb.base/pie-execl.exp (main): Disable for target remote.
13295 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13296 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13297 * gdb.threads/execl.exp (main): Likewise.
13298 * gdb.threads/fork-child-threads.exp (main): Likewise.
13299 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13300 remote.
13301 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13302 remote.
13303 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13304 pid.tid style ptids, instead of just tid.
13305 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13306 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13307 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13308 ptids, instead of just tid.
13309
13310 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13311
13312 * gdb.base/list.exp (test_list_forward): Add end of file error
13313 test.
13314 (test_repeat_list_command): Add end of file error test.
13315 (test_list_backwards): Add beginning of file error test.
13316
13317 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13318
13319 * gdb.base/list.exp (test_list_invalid_args): New function,
13320 defined, and called.
13321
13322 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13323
13324 * gdb.base/list.exp (test_list): Make test names unique.
13325
13326 2015-12-11 Yao Qi <yao.qi@linaro.org>
13327
13328 * gdb.base/coremaker2.c: Remove.
13329
13330 2015-12-10 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.multi/base.exp: Remove stale "spaces" references.
13333
13334 2015-12-10 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.multi/base.exp: Don't use nowarnings.
13337 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13338 * gdb.multi/hangout.c: Include stdio.h.
13339 * gdb.multi/hello.c: Include stdlib.h.
13340 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13341 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13342 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13343
13344 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13345
13346 * gdb.dwarf2/dw2-ranges-base.c: New file.
13347 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13348 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13349 support additional line table, and debug ranges generation.
13350 (Dwarf::ranges): New function, generate .debug_ranges.
13351 (Dwarf::lines): Support generating simple line table programs.
13352 (Dwarf::assemble): Initialise new namespace variables.
13353
13354 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13355
13356 * gdb.base/async.exp (proc test_background): Add case for
13357 asynchronous execution not supported.
13358
13359 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13360
13361 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13362 format and change test names to make them unique.
13363
13364 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13365 Pedro Alves <pedro@redhat.com>
13366
13367 PR gdb/18702
13368 Add checking of floatformats setup on x86_64 hosts.
13369 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13370 (smallval, bigval): New labels/constants.
13371 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13372 float" after loading bigval and smallval.
13373
13374 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13375
13376 * gdb.ada/fun_overload_menu.exp: New testcase.
13377 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13378
13379 2015-12-04 Josh Stone <jistone@redhat.com>
13380
13381 * gdb.base/catch-fork-static.exp: New.
13382
13383 2015-12-03 Yao Qi <yao.qi@linaro.org>
13384
13385 * gdb.base/sizeof.c: Don't include stdio.h and
13386 ../lib/unbuffer_output.c.
13387 (main): New variable 'size' and 'value'. Remove printf and
13388 gdb_unbuffer_output. Assign return value to size and value.
13389 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13390 at the beginning.
13391 (check_sizeof): Check the result by printing variable 'size'.
13392 (check_valueof): Check the result by printing variable 'value'.
13393
13394 2015-12-01 Yao Qi <yao.qi@linaro.org>
13395
13396 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13397 for aarch64*-*-linux* target.
13398
13399 2015-11-30 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13402
13403 2015-11-30 Pedro Alves <palves@redhat.com>
13404
13405 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13406 Handle non-stop mode vCont replies.
13407
13408 2015-11-30 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13411 prepare_for_testing. Start gdb with "set non-stop on" appended to
13412 GDBFLAGS. Lax expected stop output.
13413
13414 2015-11-27 Yao Qi <yao.qi@linaro.org>
13415
13416 * gdb.arch/arm-neon.exp: New.
13417 * gdb.arch/arm-neon.c: New.
13418
13419 2015-11-27 Yao Qi <yao.qi@linaro.org>
13420
13421 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13422
13423 2015-11-27 Yao Qi <yao.qi@linaro.org>
13424
13425 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13426 frames-invalid annotation.
13427
13428 2015-11-27 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13431
13432 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13433
13434 * gdb.threads/names.exp: New file.
13435 * gdb.threads/names.c: New file.
13436 * README: Mention gdb,no_thread_names.
13437
13438 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13439
13440 PR 19297
13441 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13442 support" error.
13443
13444 2015-11-24 Pedro Alves <palves@redhat.com>
13445
13446 PR 17539
13447 * gdb.base/display.exp: Expect displays to be sorted in ascending
13448 order. Use multi_line.
13449 * gdb.base/solib-display.exp: Likewise.
13450
13451 2015-11-24 Pedro Alves <palves@redhat.com>
13452
13453 PR 17539
13454 * gdb.base/display.exp: Expect displays to be sorted in ascending
13455 order. Use multi_line.
13456 * gdb.base/solib-display.exp: Likewise.
13457
13458 2015-11-24 Pedro Alves <palves@redhat.com>
13459
13460 PR 17539
13461 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13462 threads in ascending order.
13463 * gdb.base/foll-fork.exp: Likewise.
13464 * gdb.base/foll-vfork.exp: Likewise.
13465 * gdb.base/multi-forks.exp: Likewise.
13466 * gdb.mi/mi-nonstop.exp: Likewise.
13467 * gdb.mi/mi-nsintrall.exp: Likewise.
13468 * gdb.multi/base.exp: Likewise.
13469 * gdb.multi/multi-arch.exp: Likewise.
13470 * gdb.python/py-inferior.exp: Likewise.
13471 * gdb.threads/break-while-running.exp: Likewise.
13472 * gdb.threads/execl.exp: Likewise.
13473 * gdb.threads/gcore-thread.exp: Likewise.
13474 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13475 * gdb.threads/kill.exp: Likewise.
13476 * gdb.threads/linux-dp.exp: Likewise.
13477 * gdb.threads/multiple-step-overs.exp: Likewise.
13478 * gdb.threads/next-bp-other-thread.exp: Likewise.
13479 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13480 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13481 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13482 * gdb.threads/thread-find.exp: Likewise.
13483 * gdb.threads/tls.exp: Likewise.
13484 * lib/mi-support.exp (mi_reverse_list): Delete.
13485 (mi_check_thread_states): No longer reverse list.
13486
13487 2015-11-24 Pedro Alves <palves@redhat.com>
13488
13489 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13490 use lowercase.
13491
13492 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13493
13494 * gdb.trace/actions.c: Include trace-common.h.
13495 (main): Add a location for a fast tracepoint.
13496 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13497 the normal tracepoints.
13498 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13499
13500 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13501
13502 * save-trace.exp: Factor out code to these...
13503 (gdb_save_tracepoints): New.
13504 (gdb_load_tracepoints): New.
13505 (do_save_load_test): New.
13506
13507 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13508
13509 * gdb.base/asmlabel.exp: New test.
13510 * gdb.base/asmlabel.c: New test case.
13511
13512 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13513
13514 * gdb.base/wrong_frame_bt_full-main.c: New file.
13515 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13516 * gdb.base/wrong_frame_bt_full.exp: New file.
13517
13518 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13519
13520 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13521
13522 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13523
13524 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13525 pstate register when comparing registers values in
13526 sparc64-*-linux-gnu targets to avoid spurious differences.
13527
13528 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13529
13530 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13531
13532 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13533
13534 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13535 as type argument to gdb_compile.
13536 * gdb.base/nested-subp2.exp: Likewise.
13537 * gdb.base/nested-subp3.exp: Likewise.
13538
13539 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13540
13541 * lib/dwarf.exp (_note): Fix left shift of negative value.
13542 * gdb.trace/trace-condition.exp: Likewise.
13543
13544 2015-11-13 Yao Qi <yao.qi@linaro.org>
13545
13546 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13547 comments about d10v.
13548 (test_scalar_returns): Likewise.
13549 * gdb.base/d10v.ld: Remove.
13550 * gdb.base/overlays.exp: Remove the target triplet checking for
13551 d10v-*-*.
13552 * gdb.base/structs.exp (test_struct_returns): Remove the
13553 comments about d10v.
13554 (test_struct_calls): Likewise.
13555
13556 2015-11-13 Yao Qi <yao.qi@linaro.org>
13557
13558 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13559 * gdb.base/gnu_vector.c: Don't include stdio.h.
13560 (main): Don't print res and call add_some_intvecs.
13561
13562 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13563
13564 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13565 macro.
13566 (func5): Removed.
13567 (func4): Use FAST_TRACEPOINT_LABEL.
13568 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13569 macro.
13570 (func): Removed.
13571 (thread_function): Use FAST_TRACEPOINT_LABEL.
13572 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13573 (func): Remove.
13574 (marker): Use FAST_TRACEPOINT_LABEL.
13575 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13576 (pendfunc1): Remove.
13577 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13578 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13579 (foo): Remove.
13580 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13581 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13582 macro.
13583 (func): Remove.
13584 (marker): Use FAST_TRACEPOINT_LABEL.
13585 * gdb.trace/trace-common.h: New header.
13586 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13587 macro.
13588 (func): Remove.
13589 (marker): Use FAST_TRACEPOINT_LABEL.
13590 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13591 (func): Remove.
13592 (thread_function): Use FAST_TRACEPOINT_LABEL.
13593
13594 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13595
13596 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13597 in front.
13598 * gdb.trace/change-loc.exp: Use global pcreg definition.
13599 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13600 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13601 in front.
13602 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13603 * gdb.trace/pending.exp: Likewise.
13604 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13605 * gdb.trace/trace-break.exp: Likewise.
13606 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13607 in front.
13608 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13609 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13610 in front.
13611 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13612
13613 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13614
13615 * gdb.ada/fin_fun_out: New testcase.
13616
13617 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13618
13619 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13620 value associated with DW_AT_byte_size.
13621 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13622 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13623 DW_AT_upper_bound.
13624
13625 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13626
13627 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13628 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13629 version.
13630 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13631 gdb.dwarf2/dw2-canonicalize-type.exp,
13632 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13633 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13634 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13635 provided by gdb_target_symbol_prefix_flags_asm.
13636 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13637 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13638 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13639 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13640 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13641 macros where needed). Use this macro for symbols which require
13642 the prefix provided by SYMBOL_PREFIX.
13643
13644 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13645
13646 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13647 New procs.
13648 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13649 representing expressions, of more than one list element.
13650 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13651 to prepend linker symbol prefix to f.
13652 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13653 table_1 and table_2.
13654 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13655 Likewise, for f and g.
13656 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13657 for ptr.
13658 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13659 for main.
13660 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13661 table_1_ptr and table_2_ptr.
13662
13663 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13664 Joel Brobecker <brobecker@adacore.com>
13665
13666 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13667
13668 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13669
13670 * gdb.reverse/s390-mvcle.c: New test.
13671 * gdb.reverse/s390-mvcle.exp: New file.
13672 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13673
13674 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13675
13676 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13677
13678 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13679
13680 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13681 reaching marker2.
13682 * gdb.reverse/getresuid-reverse.exp: Likewise.
13683 * gdb.reverse/pipe-reverse.exp: Likewise.
13684 * gdb.reverse/readv-reverse.exp: Likewise.
13685 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13686 * gdb.reverse/time-reverse.exp: Likewise.
13687 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13688
13689 2015-10-30 Yao Qi <yao.qi@linaro.org>
13690
13691 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13692 (empty_cycle): Remove.
13693 (main): Don't call empty_cycle. Don't use watch_count_done.
13694 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13695 empty_cycle. Rewrite the code counting HW watchpoints.
13696
13697 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13698
13699 * gdb.reverse/fstatat-reverse.c: New test.
13700 * gdb.reverse/fstatat-reverse.exp: New file.
13701 * gdb.reverse/getresuid-reverse.c: New test.
13702 * gdb.reverse/getresuid-reverse.exp: New file.
13703 * gdb.reverse/pipe-reverse.c: New test.
13704 * gdb.reverse/pipe-reverse.exp: New file.
13705 * gdb.reverse/readv-reverse.c: New test.
13706 * gdb.reverse/readv-reverse.exp: New file.
13707 * gdb.reverse/recvmsg-reverse.c: New test.
13708 * gdb.reverse/recvmsg-reverse.exp: New file.
13709 * gdb.reverse/time-reverse.c: New test.
13710 * gdb.reverse/time-reverse.exp: New file.
13711 * gdb.reverse/waitpid-reverse.c: New test.
13712 * gdb.reverse/waitpid-reverse.exp: New file.
13713
13714 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13715
13716 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13717
13718 2015-10-26 Doug Evans <dje@google.com>
13719
13720 PR symtab/17391
13721 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13722 * gdb.dwarf2/bad-regnum.c: New file.
13723 * gdb.dwarf2/bad-regnum.exp: New file.
13724
13725 2015-10-26 Doug Evans <dje@google.com>
13726
13727 PR python/18938
13728 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13729 file.
13730
13731 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13732
13733 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13734 for a change by "Mention language in compile error message".
13735
13736 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13737
13738 PR python/18073
13739 * gdb.python/py-type.c (C::a_method): New.
13740 (C::a_const_method): New.
13741 (C::a_static_method): New.
13742 (a_function): New.
13743 * gdb.python/py-type.exp (test_fields): Test getting fields
13744 from function and method.
13745
13746 2015-10-21 Keven Boell <keven.boell@intel.com>
13747
13748 * gdb.fortran/vla-alloc-assoc.exp: New file.
13749 * gdb.fortran/vla-datatypes.exp: New file.
13750 * gdb.fortran/vla-datatypes.f90: New file.
13751 * gdb.fortran/vla-history.exp: New file.
13752 * gdb.fortran/vla-ptype-sub.exp: New file.
13753 * gdb.fortran/vla-ptype.exp: New file.
13754 * gdb.fortran/vla-sizeof.exp: New file.
13755 * gdb.fortran/vla-sub.f90: New file.
13756 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13757 * gdb.fortran/vla-value-sub-finish.exp: New file.
13758 * gdb.fortran/vla-value-sub.exp: New file.
13759 * gdb.fortran/vla-value.exp: New file.
13760 * gdb.fortran/vla-ptr-info.exp: New file.
13761 * gdb.mi/mi-vla-fortran.exp: New file.
13762 * gdb.mi/vla.f90: New file.
13763
13764 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13765
13766 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13767 of hardwired timeout value.
13768
13769 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13770 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13773 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13774
13775 2015-10-19 Josh Stone <jistone@redhat.com>
13776
13777 * gdb.base/catch-syscall.c: Include <sched.h>.
13778 (unknown_syscall): New variable.
13779 (main): Trigger a vfork and an unknown syscall.
13780 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13781 (unknown_syscall_number): Likewise.
13782 (check_call_to_syscall): Accept an optional syscall pattern.
13783 (check_return_from_syscall): Likewise.
13784 (check_continue): Likewise.
13785 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13786 (test_catch_syscall_skipping_return): New test toggling off 'catch
13787 syscall' to step over the syscall return, then toggling back on.
13788 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13789 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13790 (do_syscall_tests): Call test_catch_syscall_without_args and
13791 test_catch_syscall_mid_vfork.
13792 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13793 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13794
13795 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13796
13797 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13798 print g_vE): Add new pass patterns.
13799 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13800 print various symbol names for vptr fields.
13801
13802 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13803
13804 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13805 results.
13806
13807 2015-10-12 Yao Qi <yao.qi@linaro.org>
13808
13809 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13810
13811 2015-10-12 Yao Qi <yao.qi@linaro.org>
13812
13813 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13814 is aarch64*-*-linux*.
13815
13816 2015-10-12 Yao Qi <yao.qi@linaro.org>
13817
13818 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13819 (can_relocate_bcond_true): ... it.
13820 (can_relocate_bcond_false): New function.
13821 (foo): Likewise.
13822 (can_relocate_bl): Likewise.
13823 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13824 can_relocate_bl.
13825
13826 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13827
13828 * gdb.base/nested-addr.c: New file.
13829 * gdb.base/nested-addr.exp: New testcase.
13830
13831 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13832
13833 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13834 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13835 its output. Ignore the output of "record goto begin" and instead
13836 check that GDB is replaying.
13837
13838 2015-10-09 Pedro Alves <palves@redhat.com>
13839
13840 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13841 (top level): Use it in the run with no args test.
13842
13843 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13844
13845 * gdb.dlang/properties.exp: New file.
13846
13847 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13848
13849 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13850 whether or not address 0x1000 is mapped on the target.
13851
13852 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13853
13854 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13855 build.
13856
13857 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13858
13859 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13860 instruction-history test.
13861
13862 2015-09-28 Doug Evans <dje@google.com>
13863
13864 * gdb.base/gcore.c (array_func): Add reference to static_array.
13865
13866 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13867
13868 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13869 source line.
13870
13871 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13872
13873 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13874 short or char as base type.
13875
13876 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13877
13878 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13879 to allow any size enum.
13880
13881 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
13882
13883 * gdb.ada/array_ptr_renaming.exp: New testcase.
13884 * gdb.ada/array_ptr_renaming/foo.adb: New file.
13885 * gdb.ada/array_ptr_renaming/pack.ads: New file.
13886
13887 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13888
13889 * gdb.trace/ftrace-lock.c: New file.
13890 * gdb.trace/ftrace-lock.exp: New file.
13891
13892 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13893
13894 * gdb.arch/insn-reloc.c: New file.
13895 * gdb.arch/ftrace-insn-reloc.exp: New file.
13896
13897 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
13898
13899 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
13900 instruction.
13901 * gdb.trace/pendshr1.c (pendfunc): Likewise.
13902 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
13903 * gdb.trace/range-stepping.c: Likewise.
13904 * gdb.trace/trace-break.c: Likewise.
13905 * gdb.trace/trace-mt.c (thread_function): Likewise.
13906 * gdb.trace/ftrace.c (marker): Likewise.
13907 * gdb.trace/trace-condition.c (marker): Likewise.
13908 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
13909 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
13910 is_aarch64_target.
13911
13912 2015-09-18 Doug Evans <xdje42@gmail.com>
13913
13914 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
13915 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
13916
13917 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13918
13919 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
13920 the breakpoint.
13921
13922 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13923
13924 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13925 the pending breakpoint. Remove timeout override for "Run till
13926 MI pending breakpoint on pendfunc3 on thread 2" test.
13927
13928 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13929
13930 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13931 filename pattern.
13932
13933 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13934
13935 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13936 in breakpoint filename pattern.
13937
13938 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13939
13940 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13941
13942 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13943
13944 * gdb.linespec/explicit.exp: Check for readline support for
13945 tab-completion tests. Fix obvious typo.
13946
13947 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13948
13949 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13950 and replay.
13951
13952 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13953
13954 * gdb.btrace/non-stop.c: New.
13955 * gdb.btrace/non-stop.exp: New.
13956
13957 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13958 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.trace/trace-condition.c: New file.
13961 * gdb.trace/trace-condition.exp: New file.
13962
13963 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13964
13965 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13966 for testing bytecode compilation.
13967
13968 2015-09-16 Pedro Alves <palves@redhat.com>
13969 Sandra Loosemore <sandra@codesourcery.com>
13970
13971 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13972 (SECONDS): Redefine.
13973 (main): Call pthread_kill and alarm early.
13974 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13975 support.
13976 (test): If the target can't hardware step and doesn't support
13977 displaced stepping, increase the timeout.
13978
13979 2015-09-16 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13982 (enable_debug): New procedures.
13983 (test): Use them. Bail out if waiting for threads fails.
13984 (top level): Bail out if a test fails.
13985
13986 2015-09-16 Yao Qi <yao.qi@linaro.org>
13987
13988 * gdb.asm/asm-source.exp: Set asm-arch for
13989 aarch64*-*-* target.
13990 * gdb.asm/aarch64.inc: New file.
13991
13992 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13993
13994 * gdb.ada/array_of_variable_length.exp: New testcase.
13995 * gdb.ada/array_of_variable_length/foo.adb: New file.
13996 * gdb.ada/array_of_variable_length/pck.adb: New file.
13997 * gdb.ada/array_of_variable_length/pck.ads: New file.
13998
13999 2015-09-15 Doug Evans <dje@google.com>
14000
14001 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14002 of function static local variable.
14003
14004 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14005
14006 * gdb.threads/tls-so_extern.exp: New test file.
14007 * gdb.threads/tls-so_extern.c: New test file.
14008 * gdb.threads/tls-so_extern_main.c: New test file.
14009
14010 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14011
14012 * gdb.opt/solib-intra-step-lib.c: New file.
14013 * gdb.opt/solib-intra-step-main.c: New file.
14014 * gdb.opt/solib-intra-step.exp: New file.
14015
14016 2015-09-15 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14019 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14020
14021 2015-09-14 Pedro Alves <palves@redhat.com>
14022
14023 * gdb.base/hook-stop-continue.c: Delete.
14024 * gdb.base/hook-stop-continue.exp: Delete.
14025 * gdb.base/hook-stop-frame.c: Delete.
14026 * gdb.base/hook-stop-frame.exp: Delete.
14027 * gdb.base/hook-stop.c: New file.
14028 * gdb.base/hook-stop.exp: New file.
14029
14030 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14031
14032 * gdb.ada/access_to_packed_array.exp: New testcase.
14033 * gdb.ada/access_to_packed_array/foo.adb: New file.
14034 * gdb.ada/access_to_packed_array/pack.adb: New file.
14035 * gdb.ada/access_to_packed_array/pack.ads: New file.
14036
14037 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14038
14039 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14040 buffer size test.
14041
14042 2015-09-11 Don Breazeal <donb@codesourcery.com>
14043
14044 * gdb.base/foll-exec.c: Add copyright header. Fix
14045 formatting issues.
14046 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14047 (do_exec_tests): Use clean_restart in place of zap_session,
14048 and for test initialization. Fix formatting issues. Use
14049 fail in place of perror.
14050 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14051 an expect statement to match an expression with output from
14052 the program under debug.
14053 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14054 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14055 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14056 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14057 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14058
14059 2015-09-09 Doug Evans <dje@google.com>
14060
14061 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14062
14063 2015-09-09 Doug Evans <dje@google.com>
14064
14065 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14066
14067 2015-09-09 Doug Evans <dje@google.com>
14068
14069 * gdb.base/savedregs.exp: Fix typo.
14070
14071 2015-09-09 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14074
14075 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14076
14077 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14078 command actually switches threads. Give up on remaining
14079 tests if target fails to stop at breakpoint.
14080
14081 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14082
14083 * gdb.ada/funcall_char.exp: New testcase.
14084 * gdb.ada/funcall_char/foo.adb: New file.
14085
14086 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14087
14088 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14089 expected outputs. Add two testcases for completing ambiguous
14090 functions.
14091 * gdb.ada/complete/aux_pck.adb: New file.
14092 * gdb.ada/complete/aux_pck.ads: New file.
14093 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14094 Ambiguous_Func functions.
14095 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14096 * gdb.ada/complete/pck.adb: Likewise.
14097
14098 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14099
14100 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14101 failures to run the test program under GDB.
14102
14103 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14104
14105 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14106 to C.
14107
14108 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14109
14110 * gdb.base/run-after-attach.exp: New test file.
14111 * gdb.base/run-after-attach.c: New test file.
14112
14113 2015-08-26 Don Breazeal <donb@codesourcery.com>
14114
14115 * gdb.base/foll-exec-2.c: New test program.
14116 * gdb.base/foll-exec-2.exp: New test.
14117
14118 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14119
14120 * gdb.base/nested-subp1.exp: New file.
14121 * gdb.base/nested-subp1.c: New file.
14122 * gdb.base/nested-subp2.exp: New file.
14123 * gdb.base/nested-subp2.c: New file.
14124 * gdb.base/nested-subp3.exp: New file.
14125 * gdb.base/nested-subp3.c: New file.
14126
14127 2015-08-24 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.server/connect-without-multi-process.c: New file.
14130 * gdb.server/connect-without-multi-process.exp: New file.
14131
14132 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14133
14134 * gdb.opt/inline-markers.c: Make z int.
14135
14136 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14137
14138 * gdb.opt/inline-markers.c: Make z volatile.
14139
14140 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14141
14142 * gdb.opt/inline-bt.c: New volatile global z.
14143 * gdb.opt/inline-cmds.c: Likewise.
14144 * gdb.opt/inline-locals.c: Likewise.
14145 * gdb.opt/inline-markers.c: New extern global z.
14146 (marker): Use z.
14147 (inline_fn): Likewise.
14148
14149 2015-08-24 Pedro Alves <palves@redhat.com>
14150
14151 * config/m32r-stub.exp: Remove file.
14152 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14153 * gdb.base/call-rt-st.exp: Likewise.
14154 * gdb.base/call-strs.exp: Likewise.
14155 * gdb.base/default.exp: Remove references to h8300-*-hms and
14156 *-*-udi*.
14157 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14158
14159 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14160
14161 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14162 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14163 and "return" use KFAIL when GDB can not read/write the vector
14164 return value.
14165
14166 2015-08-21 Gary Benson <gbenson@redhat.com>
14167
14168 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14169
14170 2015-08-20 Pedro Alves <palves@redhat.com>
14171
14172 * gdb.server/solib-list.exp: No longer expect an interior stop in
14173 non-stop mode.
14174
14175 2015-08-20 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.server/connect-stopped-target.c: New file.
14178 * gdb.server/connect-stopped-target.exp: New file.
14179
14180 2015-08-20 Pedro Alves <palves@redhat.com>
14181
14182 * gdb.dwarf2/comp-unit-lang.exp: New file.
14183 * gdb.dwarf2/comp-unit-lang.c: New file.
14184
14185 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14186
14187 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14188 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14189
14190 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14191
14192 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14193 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14194
14195 2015-08-18 Doug Evans <dje@google.com>
14196 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14197
14198 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14199 skip_python_tests. New arg prompt_regexp.
14200 (skip_python_tests): New function.
14201 * lib/mi-support.exp (mi_skip_python_tests): New function.
14202 * gdb.python/py-mi-objfile-gdb.py: New file.
14203 * gdb.python/py-mi-objfile.c: New file.
14204 * gdb.python/py-mi-objfile.exp: New file.
14205
14206 2015-08-17 Keith Seitz <keiths@redhat.com>
14207
14208 * gdb.linespec/explicit.exp: Move strace test from here ...
14209 * gdb.trace/strace.exp: ... to here.
14210
14211 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14212
14213 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14214 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14215
14216 2015-08-14 Doug Evans <xdje42@gmail.com>
14217
14218 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14219 inferior before selecting a new file.
14220
14221 2015-08-14 Doug Evans <xdje42@gmail.com>
14222
14223 * gdb.mi/mi-disassemble.exp: Update.
14224 * gdb.base/disasm-optim.S: New file.
14225 * gdb.base/disasm-optim.c: New file.
14226 * gdb.base/disasm-optim.h: New file.
14227 * gdb.base/disasm-optim.exp: New file.
14228
14229 2015-08-14 Keith Seitz <keiths@redhat.com>
14230
14231 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14232 "evaluated-by".
14233
14234 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14235
14236 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14237
14238 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14239
14240 * gdb.ada/fun_renaming.exp: New testcase.
14241 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14242 * gdb.ada/fun_renaming/pack.adb: New file.
14243 * gdb.ada/fun_renaming/pack.ads: New file.
14244
14245 2015-08-12 Keith Seitz <keiths@redhat.com>
14246
14247 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14248 gdb_get_line_number.
14249
14250 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14251
14252 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14253 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14254 gdb.base/dso2dso.exp: New files.
14255
14256 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14257 Pedro Alves <palves@redhat.com>
14258 Keith Seitz <keiths@redhat.com>
14259
14260 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14261 GDBFLAGS.
14262
14263 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14264
14265 * gdb.base/gdbhistsize-history.exp
14266 (test_histsize_history_setting): Use save_vars.
14267 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14268 Use save_vars.
14269 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14270 * gdb.base/readline.exp: Use save_vars.
14271
14272 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14273
14274 * lib/gdb.exp (save_vars): New proc.
14275
14276 2015-08-11 Keith Seitz <keiths@redhat.com>
14277
14278 * gdb.base/help.exp: Update help_breakpoint_text.
14279
14280 2015-08-11 Keith Seitz <keiths@redhat.com>
14281
14282 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14283 (at toplevel): Call test_explicit_breakpoints.
14284 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14285 breakpoints.
14286 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14287 breakpoint conditions, "-cond".
14288
14289 2015-08-11 Keith Seitz <keiths@redhat.com>
14290
14291 * gdb.linespec/3explicit.c: New file.
14292 * gdb.linespec/cpexplicit.cc: New file.
14293 * gdb.linespec/cpexplicit.exp: New file.
14294 * gdb.linespec/explicit.c: New file.
14295 * gdb.linespec/explicit.exp: New file.
14296 * gdb.linespec/explicit2.c: New file.
14297 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14298 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14299 before using in the matching pattern.
14300 Clarify that `prefix' is a regular expression.
14301
14302 2015-08-11 Keith Seitz <keiths@redhat.com>
14303
14304 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14305 test.
14306 Add tests for missing ",FMT" and ",".
14307
14308 2015-08-10 Doug Evans <dje@google.com>
14309 Keith Seitz <keiths@redhat.com>
14310
14311 PR gdb/17960
14312 * gdb.base/completion.exp: Add location completer tests.
14313
14314 2015-08-07 Pedro Alves <palves@redhat.com>
14315
14316 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14317 tests here.
14318 (top level): Run do_test with and without displaced stepping.
14319
14320 2015-08-07 Pedro Alves <palves@redhat.com>
14321
14322 * gdb.base/valgrind-disp-step.c: New file.
14323 * gdb.base/valgrind-disp-step.exp: New file.
14324
14325 2015-08-07 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14328 Delete function.
14329 (main): Add alarm. Run an infinite loop instead of calling
14330 wait_threads.
14331 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14332 comment.
14333 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14334 Delete function.
14335 (main): Add alarm. Run an infinite loop instead of calling
14336 wait_threads.
14337 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14338 comment.
14339
14340 2015-08-07 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.base/checkpoint-ns.exp: New file.
14343 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14344 standard_testfile.
14345
14346 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14347
14348 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14349 * gdb.btrace/instruction_history.exp: Update.
14350 * gdb.btrace/tsx.exp: New.
14351 * gdb.btrace/tsx.c: New.
14352
14353 2015-08-06 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14356 increase timeout.
14357 * gdb.reverse/until-precsave.exp: Bump timeouts.
14358
14359 2015-08-06 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14362
14363 2015-08-06 Pedro Alves <palves@redhat.com>
14364
14365 PR gdb/18749
14366 * gdb.threads/process-dies-while-handling-bp.c: New file.
14367 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14368
14369 2015-08-06 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14372 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14373
14374 2015-08-05 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14377 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14378
14379 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14380
14381 * gdb.base/bp-permanent.exp: Report test as unsupported if
14382 the target cannot stop at the permanent breakpoint.
14383
14384 2015-08-03 Doug Evans <dje@google.com>
14385
14386 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14387 10000.
14388
14389 2015-08-03 Doug Evans <dje@google.com>
14390
14391 * Makefile.in (workers/%.worker, build-perf): New rule.
14392 (GDB_PERFTEST_MODE): New variable.
14393 (check-perf): Use it.
14394 (clean): Clean up gdb.perf parallel build subdirs.
14395 * lib/build-piece.exp: New file.
14396 * lib/gdb.exp (make_gdb_parallel_path): New function
14397 (standard_output_file, standard_temp_file): Call it.
14398 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14399 of $GDB_PARALLEL.
14400 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14401
14402 2015-08-03 Doug Evans <dje@google.com>
14403
14404 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14405 (LOG_FILE_NAME): New global.
14406 (TextReporter.__init__): Initialize self.txt_sum.
14407 (TextReporter.report): Add support for multiple data-points.
14408 Move report to perftest.sum, put raw data in perftest.log.
14409 (TextReporter.start): Open sum and log files.
14410 (TextReporter.end): Close sum and log files.
14411 * gdb.perf/lib/perftest/testresult.py
14412 (SingleStatisticTestResult.record): Handle multiple data-points.
14413
14414 2015-07-31 Pedro Alves <palves@redhat.com>
14415
14416 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14417 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14418 kill_wait_spawned_process instead of explicit "kill -9".
14419 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14420 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14421 kill_wait_spawned_process.
14422 * gdb.base/attach-twice.exp: Likewise.
14423 * gdb.base/attach.exp: Likewise.
14424 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14425 gdb_test_multiple.
14426 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14427 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14428 kill_wait_spawned_process.
14429 * gdb.base/valgrind-infcall.exp: Likewise.
14430 * gdb.multi/multi-attach.exp: Likewise.
14431 * gdb.python/py-prompt.exp: Likewise.
14432 * gdb.python/py-sync-interp.exp: Likewise.
14433 * gdb.server/ext-attach.exp: Likewise.
14434 * gdb.threads/attach-into-signal.exp (corefunc): Use
14435 spawn_wait_for_attach, spawn_id_get_pid and
14436 kill_wait_spawned_process.
14437 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14438 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14439 spawn_id_get_pid and kill_wait_spawned_process.
14440 * gdb.threads/attach-stopped.exp (corefunc): Use
14441 spawn_wait_for_attach, spawn_id_get_pid and
14442 kill_wait_spawned_process.
14443 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14444 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14445 kill_wait_spawned_process instead of explicit "kill -9".
14446 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14447 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14448 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14449 processes. Don't map cygwin/windows pids here. Now returns a
14450 spawn id list.
14451
14452 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14453
14454 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14455 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14456 correct patch.
14457
14458 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14459
14460 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14461
14462 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14463
14464 Reapply:
14465 2014-05-21 Mark Wielaard <mjw@redhat.com>
14466
14467 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14468
14469 2015-07-30 Pedro Alves <palves@redhat.com>
14470
14471 * linux-low.c (handle_extended_wait): Set the child's last
14472 reported status to TARGET_WAITKIND_STOPPED.
14473
14474 2015-07-30 Pedro Alves <palves@redhat.com>
14475
14476 PR threads/18600
14477 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14478 only shows inferior 1.
14479
14480 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14481 Pedro Alves <palves@redhat.com>
14482
14483 PR threads/18600
14484 * gdb.threads/fork-plus-threads.c: New file.
14485 * gdb.threads/fork-plus-threads.exp: New file.
14486
14487 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14488
14489 * gdb.base/batch-preserve-term-settings.exp
14490 (test_terminal_settings_preserved_after_cli_exit): Use
14491 send_quit_command.
14492
14493 2015-07-29 Pedro Alves <palves@redhat.com>
14494 Don Breazeal <donb@codesourcery.com>
14495
14496 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14497 output from both inferior_spawn_id and gdb_spawn_id.
14498
14499 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14500
14501 * gdb.threads/attach-into-signal.exp (corefunc): Use
14502 with_test_prefix on nested loops, uniquefying the test messages.
14503
14504 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14505
14506 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14507 commit.
14508
14509 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14510
14511 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14512 New proc.
14513 (test_terminal_settings_preserved_after_sigterm): New test.
14514
14515 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14516
14517 * gdb.base/batch-preserve-term-settings.exp
14518 (test_terminal_settings_preserved_after_cli_exit): New test.
14519
14520 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14521
14522 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14523 manipulation of saved_gdbflags.
14524 (test_terminal_settings_preserved): Remove global declaration of
14525 the unused variable pagination_prompt. Remove manipulation of
14526 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14527 GDBFLAGS.
14528
14529 2015-07-29 Pedro Alves <palves@redhat.com>
14530
14531 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14532
14533 2015-07-29 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14536 at the top.
14537
14538 2015-07-29 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14541 (main): Call gdb_unbuffer_output.
14542 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14543 (main): Call gdb_unbuffer_output.
14544 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14545 (main): Call gdb_unbuffer_output.
14546 * gdb.base/call-strs.exp: Adjust to step over the
14547 gdb_unbuffer_output call.
14548 * gdb.base/catch-gdb-caused-signals.c: Include
14549 "../lib/unbuffer_output.c".
14550 (main): Call gdb_unbuffer_output.
14551 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14552 (main): Call gdb_unbuffer_output.
14553 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14554 (main): Call gdb_unbuffer_output.
14555 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14556 (main): Call gdb_unbuffer_output.
14557 * gdb.base/shlib-call.exp: Adjust to step over the
14558 gdb_unbuffer_output call.
14559 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14560 (main): Call gdb_unbuffer_output.
14561 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14562 (main): Call gdb_unbuffer_output.
14563 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14564 (main): Rename to ...
14565 (test): ... this.
14566 (main): Reimplement.
14567 * gdb.base/varargs.exp: Run to test instead of to main.
14568 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14569 (main): Call gdb_unbuffer_output.
14570
14571 2015-07-29 Pedro Alves <palves@redhat.com>
14572
14573 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14574 factore out from mi_continue_dprintf. For call-style dprintfs,
14575 expect dprintf output out of $inferior_spawn_id.
14576 (mi_continue_dprintf): Use mi_expect_dprintf.
14577 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14578 (main): Call gdb_unbuffer_output.
14579
14580 2015-07-29 Pedro Alves <palves@redhat.com>
14581
14582 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14583 (default_mi_gdb_start): Set inferior_spawn_id instead of
14584 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14585 gdb_spawn_id.
14586 (mi_gdb_test): Always expect inferior output from both
14587 $inferior_spawn_id and $gdb_spawn_id.
14588
14589 2015-07-29 Pedro Alves <palves@redhat.com>
14590
14591 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14592 send_inferior and $inferior_spawn_id.
14593
14594 2015-07-29 Pedro Alves <palves@redhat.com>
14595
14596 * gdb.gdb/complaints.exp (test_initial_complaints)
14597 (test_serial_complaints, test_short_complaints): Use
14598 gdb_test_stdio.
14599 (test_empty_complaint): Handle $inferior_spawn_id !=
14600 $gdb_spawn_id.
14601
14602 2015-07-29 Pedro Alves <palves@redhat.com>
14603
14604 * gdb.base/varargs.exp: Use gdb_test_stdio.
14605
14606 2015-07-29 Pedro Alves <palves@redhat.com>
14607
14608 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14609
14610 2015-07-29 Pedro Alves <palves@redhat.com>
14611
14612 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14613
14614 2015-07-29 Pedro Alves <palves@redhat.com>
14615
14616 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14617 parameter into two new parameters, "inf_result" and "gdb_result".
14618 Expect inferior output and gdb output from $inferior_spawn_id and
14619 $gdb_spawn_id, respectively. Adjust all callers.
14620
14621 2015-07-29 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14624 of gdb_test_sequence.
14625
14626 2015-07-29 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14629 (saw_spurious_output): Expect inferior output from
14630 $inferior_spawn_id. Use gdb_test_stdio.
14631
14632 2015-07-29 Pedro Alves <palves@redhat.com>
14633
14634 * gdb.base/dprintf.exp: Use standard_testfile. Change
14635 prepare_for_testing call.
14636 (srcfile): Don't set.
14637 (restart): New procedure.
14638 (test_dprintf): New procecure, use to continue over dprintfs.
14639 (test_call, test_agent): New procedures, tests moved here.
14640 Restart gdb and recreate dprintfs. Adjust expected output.
14641
14642 2015-07-29 Pedro Alves <palves@redhat.com>
14643
14644 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14645
14646 2015-07-29 Pedro Alves <palves@redhat.com>
14647
14648 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14649
14650 2015-07-29 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14653 gdb_test_stdio.
14654
14655 2015-07-29 Pedro Alves <palves@redhat.com>
14656
14657 * lib/gdb.exp (gdb_test_stdio): New procedure.
14658
14659 2015-07-29 Pedro Alves <palves@redhat.com>
14660
14661 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14662
14663 2015-07-29 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/call-signal-resume.exp: Remove check for
14666 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14667 * gdb.base/unwindonsignal.exp: Likewise.
14668 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14669 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14670
14671 2015-07-29 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.base/siginfo-addr.c (pass): New function.
14674 (handler): Call it iff si_addr is correct.
14675 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14676 Set a breakpoint at "pass" and continue to it.
14677
14678 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14679
14680 * gdb.python/py-objfile.exp: Make some tests have unique names.
14681 * gdb.python/py-pp-registration.exp: Likewise.
14682
14683 2015-07-28 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14686
14687 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14688
14689 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14690
14691 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14692
14693 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14694
14695 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14696
14697 * gdb.base/gdb-sigterm-2.exp: New test.
14698
14699 2015-07-25 Doug Evans <xdje42@gmail.com>
14700
14701 Revert:
14702 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14703 (workers/%.worker, build-perf): New rule.
14704 (GDB_PERFTEST_MODE): New variable.
14705 (check-perf): Use it.
14706 (clean): Clean up gdb.perf parallel build subdirs.
14707 * lib/build-piece.exp: New file.
14708 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14709 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14710 name.
14711 (standard_temp_file): Ditto.
14712 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14713 of $GDB_PARALLEL.
14714
14715 2015-07-24 Doug Evans <dje@google.com>
14716
14717 * gdb.perf/lib/perftest/utils.py: New file.
14718 * gdb.perf/gm-hello.cc: New file.
14719 * gdb.perf/gm-pervasive-typedef.cc: New file.
14720 * gdb.perf/gm-pervasive-typedef.h: New file.
14721 * gdb.perf/gm-std.cc: New file.
14722 * gdb.perf/gm-std.h: New file.
14723 * gdb.perf/gm-use-cerr.cc: New file.
14724 * gdb.perf/gm-utils.h: New file.
14725 * gdb.perf/gmonster-null-lookup.py: New file.
14726 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14727 * gdb.perf/gmonster-print-cerr.py: New file.
14728 * gdb.perf/gmonster-ptype-string.py: New file.
14729 * gdb.perf/gmonster-runto-main.py: New file.
14730 * gdb.perf/gmonster-select-file.py: New file.
14731 * gdb.perf/gmonster1-null-lookup.exp: New file.
14732 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14733 * gdb.perf/gmonster1-print-cerr.exp: New file.
14734 * gdb.perf/gmonster1-ptype-string.exp: New file.
14735 * gdb.perf/gmonster1-runto-main.exp: New file.
14736 * gdb.perf/gmonster1-select-file.exp: New file.
14737 * gdb.perf/gmonster1.cc: New file.
14738 * gdb.perf/gmonster1.exp: New file.
14739 * gdb.perf/gmonster2-null-lookup.exp: New file.
14740 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14741 * gdb.perf/gmonster2-print-cerr.exp: New file.
14742 * gdb.perf/gmonster2-ptype-string.exp: New file.
14743 * gdb.perf/gmonster2-runto-main.exp: New file.
14744 * gdb.perf/gmonster2-select-file.exp: New file.
14745 * gdb.perf/gmonster2.cc: New file.
14746 * gdb.perf/gmonster2.exp: New file.
14747
14748 2015-07-24 Doug Evans <dje@google.com>
14749
14750 * gdb.perf/README: New file.
14751 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14752 * lib/gen-perf-test.exp: New file.
14753
14754 2015-07-24 Doug Evans <dje@google.com>
14755
14756 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14757 (PerfTest::startup): New function.
14758 (PerfTest::run): Return result of calling body.
14759 (PerfTest::assemble): Rewrite.
14760 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14761 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14762 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14763 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14764 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14765
14766 2015-07-24 Doug Evans <dje@google.com>
14767
14768 * lib/gdb.exp (clean_restart): Make executable optional.
14769
14770 2015-07-24 Doug Evans <dje@google.com>
14771
14772 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14773 compiler_info references.
14774 * gdb.cp/temargs.exp: Ditto.
14775 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14776 (get_compiler_info): Early exit if already computed. Set compiler_info
14777 to "unknown" if there was a problem.
14778 (test_compiler_info): Add function comment. Call get_compiler_info.
14779
14780 2015-07-24 Doug Evans <dje@google.com>
14781
14782 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14783 (workers/%.worker, build-perf): New rule.
14784 (GDB_PERFTEST_MODE): New variable.
14785 (check-perf): Use it.
14786 (clean): Clean up gdb.perf parallel build subdirs.
14787 * lib/build-piece.exp: New file.
14788 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14789 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14790 name.
14791 (standard_temp_file): Ditto.
14792 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14793 of $GDB_PARALLEL.
14794
14795 2015-07-24 Doug Evans <dje@google.com>
14796
14797 * lib/future.exp (gdb_default_target_compile): New option
14798 "early_flags".
14799 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14800 --as-needed.
14801
14802 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14803
14804 * gdb.base/catch-syscall.exp: Call gdb_exit before
14805 gdb_skip_xml_test.
14806
14807 2015-07-24 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.python/py-events.exp: Accept output between the stop event
14810 and the prompt.
14811 * gdb.python/py-evsignal.exp: Likewise.
14812 * gdb.python/py-evthreads.exp: Likewise.
14813
14814 2015-07-24 Pedro Alves <palves@redhat.com>
14815
14816 PR gdb/18717
14817 * gdb.threads/non-ldr-exit.c: New file.
14818 * gdb.threads/non-ldr-exit.exp: New file.
14819
14820 2015-07-24 Yao Qi <yao.qi@linaro.org>
14821
14822 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14823 restarting process.
14824
14825 2015-07-24 Yao Qi <yao.qi@linaro.org>
14826
14827 * gdb.server/ext-restart.exp: New file.
14828
14829 2015-07-24 Yao Qi <yao.qi@linaro.org>
14830
14831 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14832 argument options.
14833 * gdb.server/ext-wrapper.exp: New file.
14834
14835 2015-07-23 Doug Evans <dje@google.com>
14836
14837 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14838 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14839
14840 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14841
14842 * gdb.ada/var_arr_typedef.exp: New testcase.
14843 * gdb.ada/var_arr_typedef/pack.adb: New file.
14844 * gdb.ada/var_arr_typedef/pack.ads: New file.
14845 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14846
14847 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14848
14849 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14850
14851 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 * gdb.arch/i386-biarch-core.exp: Replace istarget
14854 by "complete set gnutarget". Remove expectation for the "core-file"
14855 command.
14856
14857 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14858
14859 Revert the previous commit:
14860 Tests for validate symbol file using build-id.
14861
14862 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14863
14864 Tests for validate symbol file using build-id.
14865 * gdb.base/solib-mismatch-lib.c: New file.
14866 * gdb.base/solib-mismatch-libmod.c: New file.
14867 * gdb.base/solib-mismatch.c: New file.
14868 * gdb.base/solib-mismatch.exp: New file.
14869
14870 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14871
14872 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14873 nios2-*-linux*.
14874 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14875 * gdb.base/siginfo.exp: Likewise.
14876 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14877
14878 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14879
14880 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
14881 Move it to ...
14882 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
14883 ... here.
14884 * gdb.trace/range-stepping.exp: Check that the target supports
14885 range stepping.
14886
14887 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14888
14889 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
14890
14891 2015-07-14 Pedro Alves <palves@redhat.com>
14892
14893 * gdb.base/killed-outside.exp: New file.
14894 * gdb.base/killed-outside.c: New file.
14895
14896 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14897
14898 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
14899 (n at main): New.
14900 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
14901
14902 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14903
14904 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
14905 infcall tests instead of setting up for KFAIL.
14906
14907 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
14908
14909 * gdb.btrace/record_goto-step.exp: New.
14910
14911 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14912
14913 PR compile/18484
14914 * gdb.compile/compile.c (struct struct_type): Add volatile to
14915 selffield's type.
14916 * gdb.compile/compile.exp
14917 (compile code struct_object.selffield = &struct_object): Skip further
14918 struct_object tests if this one xfails.
14919
14920 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
14921
14922 PR exp/18617
14923 * gdb.trace/ax.exp: Add test.
14924
14925 2015-07-07 Yao Qi <yao.qi@linaro.org>
14926
14927 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14928 instead of istarget "aarch64*-*-*".
14929 * gdb.arch/aarch64-fp.exp: Likewise.
14930 * gdb.base/float.exp: Likewise.
14931 * gdb.reverse/aarch64.exp: Likewise.
14932 * lib/gdb.exp (is_aarch64_target): New proc.
14933
14934 2015-07-07 Yao Qi <yao.qi@linaro.org>
14935
14936 * lib/gdb.exp (is_aarch32_target): New proc.
14937 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14938 instead of "istarget "arm*-*-*"".
14939 * gdb.arch/arm-disp-step.exp: Likewise.
14940 * gdb.arch/thumb-bx-pc.exp: Likewise.
14941 * gdb.arch/thumb-prologue.exp: Likewise.
14942 * gdb.arch/thumb-singlestep.exp: Likewise.
14943 * gdb.base/disp-step-syscall.exp: Likewise.
14944 * gdb.base/float.exp: Likewise.
14945
14946 2015-07-07 Yao Qi <yao.qi@linaro.org>
14947
14948 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14949 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14950
14951 2015-07-07 Yao Qi <yao.qi@linaro.org>
14952
14953 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14954 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14955 if it exists.
14956 * gdb.multi/multi-arch.exp: Likewise.
14957
14958 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14959
14960 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14961 print.
14962
14963 2015-07-07 Yao Qi <yao.qi@linaro.org>
14964
14965 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14966
14967 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14968
14969 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14970 '[' and ']' characters.
14971
14972 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14973
14974 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14975
14976 2015-06-29 Pedro Alves <palves@redhat.com>
14977
14978 PR threads/18127
14979 * gdb.threads/hand-call-new-thread.c: New file.
14980 * gdb.threads/hand-call-new-thread.c: New file.
14981
14982 2015-06-26 Keith Seitz <keiths@redhat.com>
14983 Doug Evans <dje@google.com>
14984
14985 PR 16253
14986 * gdb.cp/var-tag-2.cc: New file.
14987 * gdb.cp/var-tag-3.cc: New file.
14988 * gdb.cp/var-tag-4.cc: New file.
14989 * gdb.cp/var-tag.cc: New file.
14990 * gdb.cp/var-tag.exp: New file.
14991
14992 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14993
14994 * gdb.base/history-duplicates.exp: New test.
14995
14996 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14997
14998 * gdb.base/completion.exp: Test the completion of the "focus"
14999 command.
15000
15001 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15002
15003 * gdb.arch/amd64-prologue-skip.S: New file.
15004 * gdb.arch/amd64-prologue-skip.exp: New file.
15005
15006 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15007
15008 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15009 is_address_zero_readable check.
15010
15011 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15012
15013 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15014 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15015
15016 2015-06-24 Yao Qi <yao.qi@linaro.org>
15017
15018 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15019 linux targets.
15020
15021 2015-06-24 Yao Qi <yao.qi@linaro.org>
15022
15023 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15024 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15025 * gdb.base/siginfo-thread.exp: Likewise.
15026
15027 2015-06-22 Yao Qi <yao.qi@linaro.org>
15028
15029 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15030
15031 2015-06-22 Yao Qi <yao.qi@linaro.org>
15032
15033 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15034 aarch64*-*-*.
15035 (skip_hw_watchpoint_tests): Likewise.
15036
15037 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15038
15039 * gdb.base/gdbinit-history.exp: Test the interaction between
15040 setting GDBHISTSIZE and setting the history size via .gdbinit.
15041
15042 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15043
15044 PR gdb/16999
15045 * gdb.base/gdbhistsize-history.exp: New test.
15046
15047 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15048
15049 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15050 with GDBHISTSIZE.
15051 * gdb.base/readline.exp: Likewise.
15052
15053 2015-06-17 Yao Qi <yao.qi@linaro.org>
15054
15055 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15056 line.
15057
15058 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15059
15060 * gdb.base/gdbinit-history.exp: Add test case to check that
15061 an unlimited history file does not get truncated on exit.
15062
15063 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15064
15065 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15066 (VECTOR): New macro. Use it...
15067 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15068 ...for these typedefs.
15069 (int8, char1, int1, double1): New typedefs.
15070 (struct just_int2, struct two_int2): New structures.
15071 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15072 (add_structvecs, add_singlevecs): New functions.
15073 (main): Call add_some_intvecs twice.
15074 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15075 the compile and exit upon failure. Try compiling for the "native"
15076 architecture. Test inferior function calls with vector arguments
15077 and vector return value handling with "finish" and "return".
15078
15079 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15080
15081 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15082 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15083 PE file.
15084 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15085
15086 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15087
15088 PR breakpoints/16465
15089 * gdb.mi/mi-dprintf-pending.c: New file.
15090 * gdb.mi/mi-dprintf-pending.exp: New test.
15091 * gdb.mi/mi-dprintf-pendshr.c: New file.
15092
15093 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15094 Mircea Gherzan <mircea.gherzan@intel.com>
15095
15096 * gdb.arch/i386-mpx-map.c: New file.
15097 * gdb.arch/i386-mpx-map.exp: New File.
15098
15099 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15100
15101 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15102 * gdb.arch/i386-mpx.exp: Indentation fixed.
15103
15104 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15105
15106 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15107 function and improved indentation.
15108 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15109 gdb_test_multiple. Added additional tests to skip the test.
15110
15111 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15112
15113 * gdb.arch/i386-avx512.c: Change path in include file.
15114 * gdb.arch/i386-avx512.exp: Change include dir path
15115 compilation flag.
15116 * gdb.arch/i386-mpx.c: Change path in include file.
15117 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15118 flag.
15119
15120 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15121
15122 * gdb.compile/compile-print.exp (compile print *vararray@3)
15123 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15124
15125 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15126
15127 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15128 (do not keep jit in memory): ... this.
15129 (expect 5): Change it to ...
15130 (expect no 5): ... this.
15131
15132 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15133
15134 PR gdb/15564
15135 * gdb.mi/mi-detach.exp: New file.
15136
15137 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15138
15139 PR symtab/18392
15140 * gdb.arch/amd64-tailcall-self.S: New file.
15141 * gdb.arch/amd64-tailcall-self.c: New file.
15142 * gdb.arch/amd64-tailcall-self.exp: New file.
15143
15144 2015-05-28 Don Breazeal <donb@codesourcery.com>
15145
15146 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15147 tests for remote targets by checking is_target_gdbserver.
15148
15149 2015-05-27 Doug Evans <dje@google.com>
15150
15151 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15152 * gdb.dwarf2/opaque-type-lookup.c: New file.
15153 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15154
15155 2015-05-26 Doug Evans <dje@google.com>
15156
15157 * gdb.cp/iostream.cc: New file.
15158 * gdb.cp/iostream.exp: New file.
15159
15160 2015-05-26 Doug Evans <dje@google.com>
15161
15162 * gdb.dwarf2/dw2-op-call.exp: Update.
15163 * gdb.dwarf2/dw4-sig-types.exp: Update.
15164 * gdb.dwarf2/implptr.exp: Update.
15165 * gdb.mi/mi-cmd-param-changed.exp: Update.
15166
15167 2015-05-26 Doug Evans <dje@google.com>
15168
15169 * gdb.python/py-lazy-string.c: New file.
15170 * gdb.python/py-lazy-string.exp: New file.
15171 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15172 (main): Update. Add estring3.
15173 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15174 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15175
15176 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15177 Yao Qi <yao.qi@linaro.org>
15178
15179 * gdb.reverse/aarch64.c: New.
15180 * gdb.reverse/aarch64.exp: New.
15181
15182 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15183
15184 * lib/gdb.exp (supports_process_record): Return true for
15185 aarch64*-linux*.
15186 (supports_reverse): Likewise.
15187
15188 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15189
15190 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15191 Use with_test_prefix.
15192
15193 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15194
15195 * gdb.base/completion.exp: Add test for completion of layout
15196 names.
15197
15198 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15199
15200 * lib/gdb.exp (skip_tui_tests): New proc.
15201 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15202
15203 2015-05-19 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15206 Save the whole env array instead of just HOME. Unset HISTSIZE in
15207 the environment while testing. Restore whole environment
15208 afterwards.
15209
15210 2015-05-16 Doug Evans <xdje42@gmail.com>
15211
15212 * gdb.guile/scm-ports.c: New file.
15213 * gdb.guile/scm-ports.exp: Add memory port tests.
15214
15215 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15216
15217 * gdb.compile/compile-print.c: New file.
15218 * gdb.compile/compile-print.exp: New file.
15219
15220 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15221
15222 * gdb.compile/compile-ops.exp: Cast param to void.
15223 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15224 (compile code struct_object.selffield = &struct_object): Add xfail.
15225
15226 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15227
15228 * gdb.ada/arr_enum_with_gap: New testcase.
15229
15230 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15231
15232 * gdb.ada/byte_packed_arr: New testcase.
15233
15234 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15235
15236 * gdb.ada/pckd_neg: New testcase.
15237
15238 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15239
15240 PR gdb/17820
15241 * gdb.base/gdbinit-history.exp: New test.
15242 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15243 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15244
15245 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15246
15247 * gdb.python/py-xmethods.cc: Enhance test case.
15248 * gdb.python/py-xmethods.exp: New tests.
15249 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15250 function.
15251 (B_indexoper): Likewise.
15252 (global_dm_list) : Add new xmethod worker functions.
15253
15254 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15255
15256 * gdb.base/coredump-filter.exp: Correctly unset
15257 "coredump_var_addr" array.
15258
15259 2015-05-08 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.server/non-existing-program.exp: Unset spawn_id.
15262
15263 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15264
15265 PR python/18291
15266 * gdb.python/py-xmethods.exp: Add tests.
15267
15268 2015-05-08 Yao Qi <yao.qi@linaro.org>
15269
15270 PR gdb/18208
15271 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15272 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15273 function set_coredump_filter, and remove remote_exec call.
15274 Remove argument ipid. Callers update.
15275 (top level): Don't get inferior's PID.
15276
15277 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15278
15279 * gdb.base/watch_thread_num.exp: Skip test on targets without
15280 access watchpoints.
15281
15282 2015-05-06 Pedro Alves <palves@redhat.com>
15283
15284 PR server/18081
15285 * gdb.server/non-existing-program.exp: New file.
15286
15287 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15288
15289 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15290
15291 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15292
15293 * gdb.ada/out_of_line_in_inlined: New testcase.
15294
15295 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15296
15297 * gdb.ada/var_rec_arr: New testcase.
15298
15299 2015-04-30 Yao Qi <yao.qi@linaro.org>
15300
15301 * gdb.base/break-idempotent.exp: If
15302 skip_hw_watchpoint_multi_tests returns true, skip the tests
15303 on "rwatch" and "awatch".
15304
15305 2015-04-30 Yao Qi <yao.qi@linaro.org>
15306
15307 * gdb.base/relativedebug.exp: Invoke gdb command
15308 "info sharedlibrary", and if libc.so doesn't have debug info,
15309 skip the test.
15310
15311 2015-04-29 Doug Evans <dje@google.com>
15312
15313 * gdb.python/py-xmethods.exp: Add ptype tests.
15314 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15315 get_result_type method.
15316
15317 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15318
15319 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15320 the target does not support hardware watchpoints.
15321
15322 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15323
15324 * gdb.base/break-always.exp: Abort testing if writing to memory
15325 causes an error.
15326
15327 2015-04-28 Doug Evans <dje@google.com>
15328
15329 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15330 * gdb.python/py-pp-registration.exp: ... here. New file.
15331 * gdb.python/py-pp-registration.c: New file.
15332 * gdb.python/py-pp-registration.py: New file.
15333
15334 2015-04-28 Doug Evans <dje@google.com>
15335
15336 * gdb.python/py-bad-printers.c: New file.
15337 * gdb.python/py-bad-printers.py: New file.
15338 * gdb.python/py-bad-printers.exp: New file.
15339
15340 2015-04-28 Sasha Smundak <asmundak@google.com>
15341
15342 * gdb.python/py-type.exp: New test.
15343
15344 2015-04-28 Andy Wingo <wingo@igalia.com>
15345
15346 * gdb.python/py-parameter.exp:
15347 * gdb.guile/scm-parameter.exp: Escape the path that we are
15348 matching against, as it might contain characters that are special
15349 to regular expressions.
15350
15351 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15352
15353 * gdb.ada/rec_comp: New testcase.
15354
15355 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15356
15357 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15358 before using it.
15359
15360 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15361
15362 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15363 new tests for verilog output.
15364
15365 2015-04-24 Yao Qi <yao.qi@linaro.org>
15366
15367 * boards/remote-gdbserver-on-localhost.exp: New file.
15368
15369 2015-04-23 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15372 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15373 "end of file", remove $inferior_spawn_id from the indirect list.
15374
15375 2015-04-23 Pedro Alves <palves@redhat.com>
15376
15377 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15378
15379 2015-04-23 Pedro Alves <palves@redhat.com>
15380
15381 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15382 on $any_spawn_id instead of only on $gdb_spawn_id.
15383
15384 2015-04-21 Pierre Muller <muller@sourceware.org>
15385
15386 PR pascal/17815
15387 * lib/pascal.exp (gpc_compile): Add new option "class".
15388 (fpc_compile): Likewise.
15389 * gdb.pascal/case-insensitive-symbols.pas: New file.
15390 * gdb.pascal/case-insensitive-symbols.exp: New file.
15391
15392 2015-04-20 Gary Benson <gbenson@redhat.com>
15393
15394 * gdb.base/attach.exp: Fix three extended remote failures.
15395
15396 2015-04-17 Gary Benson <gbenson@redhat.com>
15397
15398 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15399 the main executable over the remote protocol.
15400
15401 2015-04-16 Pedro Alves <palves@redhat.com>
15402
15403 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15404 a new gdbserver if gdbserver_reconnect_p is set.
15405
15406 2015-04-16 Pedro Alves <palves@redhat.com>
15407
15408 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15409 is set, don't exit gdbserver.
15410
15411 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15412
15413 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15414 appropriate .insn, such that an older assembler can be used.
15415 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15416 the z/Architecture instruction set on 31-bit targets as well.
15417
15418 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15419
15420 * gdb.go/handcall.exp: Remove all logic related to the first
15421 breakpoint and rely on go_runto_main instead.
15422 * gdb.go/strings.exp: Likewise.
15423 * gdb.go/unsafe.exp: Likewise.
15424 * gdb.go/hello.exp: Likewise. Also rename the remaining
15425 breakpoint marker to "breakpoint 1".
15426 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15427 * gdb.go/strings.go: Likewise.
15428 * gdb.go/unsafe.go: Likewise.
15429 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15430 "set breakpoint 2 here" and rename the remaining breakpoint marker
15431 to "breakpoint 1".
15432
15433 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15434
15435 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15436 if itertools.imap is not present.
15437 * gdb.python/py-objfile.exp: Add parentheses.
15438 * gdb.python/py-type.exp: Same.
15439 * gdb.python/py-unwind-maint.py: Same.
15440
15441 2015-04-15 Yao Qi <yao.qi@linaro.org>
15442
15443 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15444 of ":$ptr_size" and set its form explicitly.
15445
15446 2015-04-15 Pedro Alves <palves@redhat.com>
15447 Yao Qi <yao.qi@linaro.org>
15448
15449 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15450 timeout by factor of 4.
15451 (test_regular_watch): Likewise.
15452 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15453 * gdb.reverse/sigall-reverse.exp: Likewise.
15454 * gdb.reverse/until-precsave.exp: Likewise.
15455 * lib/gdb.exp (with_timeout_factor): New proc.
15456 (gdb_expect): Move some code to ...
15457 (get_largest_timeout): ... here. New procedure.
15458
15459 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15460
15461 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15462
15463 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15464
15465 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15466 to write to the .text section.
15467
15468 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15469
15470 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15471 Handle the case of targets that do not provide PID information.
15472
15473 2015-04-13 Yao Qi <yao.qi@linaro.org>
15474
15475 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15476 and use expect instead of gdb_expect.
15477
15478 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15479
15480 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15481 "coredump_var_addr" to avoid naming conflict with other testcases.
15482
15483 2015-04-10 Pedro Alves <palves@redhat.com>
15484
15485 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15486 gdb_test_sequence and gdb_assert.
15487
15488 2015-04-10 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15491 test messages that don't include the breakpoint address.
15492
15493 2015-04-10 Yao Qi <yao.qi@linaro.org>
15494
15495 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15496 false for some offset and width combinations which aren't
15497 supported by linux kernel.
15498
15499 2015-04-10 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15502 procedure, factored out from ...
15503 (top level): ... here. Add "set displaced-stepping" testing axis.
15504 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15505 parameter "displaced". Use it.
15506 (top level): Use foreach and add "set displaced-stepping" testing
15507 axis.
15508
15509 2015-04-10 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15512 Remove comment.
15513 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15514 both the address of the instruction that triggers the watchpoint
15515 and the address of the instruction immediately after, and use
15516 those addresses for the test. Fix comment.
15517
15518 2015-04-10 Pedro Alves <palves@redhat.com>
15519
15520 * gdb.base/sigstep.exp (breakpoint_to_handler)
15521 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15522 Test "backtrace" in handler.
15523 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15524 (top level): Add new "displaced" test axis to
15525 breakpoint_to_handler, breakpoint_to_handler_entry and
15526 breakpoint_over_handler.
15527
15528 2015-04-10 Pedro Alves <palves@redhat.com>
15529
15530 PR gdb/18216
15531 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15532
15533 2015-04-10 Yao Qi <yao.qi@linaro.org>
15534
15535 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15536 (test_add_rn_pc): New function.
15537 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15538 (top level): Invoke test_add_rn_pc.
15539
15540 2015-04-10 Pedro Alves <palves@redhat.com>
15541
15542 PR gdb/13858
15543 * gdb.base/step-over-no-symbols.exp: New file.
15544
15545 2015-04-09 Andy Wingo <wingo@igalia.com>
15546
15547 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15548 after the Python tests.
15549
15550 2015-04-08 Keith Seitz <keiths@redhat.com>
15551
15552 PR python/16699
15553 * gdb.python/py-completion.exp: New tests for completion.
15554 * gdb.python/py-completion.py (CompleteLimit1): New class.
15555 (CompleteLimit2): Likewise.
15556 (CompleteLimit3): Likewise.
15557 (CompleteLimit4): Likewise.
15558 (CompleteLimit5): Likewise.
15559 (CompleteLimit6): Likewise.
15560 (CompleteLimit7): Likewise.
15561
15562 2015-04-08 Pedro Alves <palves@redhat.com>
15563
15564 PR gdb/18214
15565 PR gdb/18216
15566 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15567 function.
15568 (main): Install it as SIGUSR1 handler.
15569 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15570 parameter. Always use "setup" as prefix. Toggle "set
15571 displaced-stepping" off/on depending on global. Don't switch to
15572 thread 1 here.
15573 (top level): Add displaced stepping "off/on" test axis. Update
15574 "setup" calls. Wrap each subtest with with_test_prefix. Test
15575 continuing with a queued signal in each thread.
15576
15577 2015-04-08 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15580 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15581 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15582 Return early if running to main fails.
15583 * gdb.trace/while-stepping.exp: Likewise.
15584
15585 2015-04-07 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15588 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15589 interact with inferior program.
15590
15591 2015-04-07 Pedro Alves <palves@redhat.com>
15592
15593 * lib/gdb.exp (inferior_spawn_id): New global.
15594 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15595 spawn id after processing the user code.
15596 (default_gdb_start): Set inferior_spawn_id.
15597 (send_inferior): New procedure.
15598 * lib/gdbserver-support.exp (gdbserver_start): Set
15599 inferior_spawn_id.
15600 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15601
15602 2015-04-07 Pedro Alves <palves@redhat.com>
15603
15604 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15605 * lib/gdbserver-support.exp (gdbserver_start): Make
15606 $server_spawn_id global.
15607 (gdbserver_start): Don't wait for gdbserver's spawn id with
15608 expect_background.
15609 (close_gdbserver): New procedure.
15610 (gdb_exit): Rename the default version and reimplement.
15611
15612 2015-04-07 Pedro Alves <palves@redhat.com>
15613
15614 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15615 append the substituted item, not the original item.
15616
15617 2015-04-07 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15620 gdb_expect.
15621
15622 2015-04-07 Pedro Alves <palves@redhat.com>
15623
15624 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15625 output appearing once only.
15626
15627 2015-04-07 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15630 that doesn't expect anything. Return early if running to main
15631 fails.
15632
15633 2015-04-07 Yao Qi <yao.qi@linaro.org>
15634
15635 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15636 (child_function): Call alarm.
15637 (main): Move call to alarm into the loop.
15638 * gdb.threads/non-stop-fair-events.exp: Build program with
15639 -DTIMEOUT=$timeout.
15640
15641 2015-04-06 Doug Evans <xdje42@gmail.com>
15642
15643 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15644 Fix dest parameter to board_info.
15645 (fpc_compile): Ditto.
15646 (gdb_compile_pascal): Rename dest arg to destfile.
15647
15648 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15649
15650 * gdb.ada/funcall_ref.exp: New file.
15651 * gdb.ada/funcall_ref/foo.adb: New file.
15652
15653 2015-04-02 Yao Qi <yao.qi@linaro.org>
15654
15655 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15656 is remote.
15657
15658 2015-04-02 Gary Benson <gbenson@redhat.com>
15659
15660 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15661
15662 2015-04-01 Sasha Smundak <asmundak@google.com>
15663
15664 * gdb.python/py-unwind-maint.c: New file.
15665 * gdb.python/py-unwind-maint.exp: New test.
15666 * gdb.python/py-unwind-maint.py: New file.
15667 * gdb.python/py-unwind.c: New file.
15668 * gdb.python/py-unwind.exp: New test.
15669 * gdb.python/py-unwind.py: New test.
15670
15671 2015-04-01 Pedro Alves <palves@redhat.com>
15672
15673 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15674 to fail instead of non-existent $test.
15675
15676 2015-04-01 Pedro Alves <palves@redhat.com>
15677
15678 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15679 GDBFLAGS if not empty.
15680
15681 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15682
15683 * gdb.ada/complete.exp: Remove "multi_line".
15684 * gdb.ada/info_exc.exp: Remove "multi_line".
15685 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15686 * gdb.ada/ptype_field.exp: Remove "multi_line".
15687 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15688 * gdb.ada/tagged.exp: Remove "multi_line".
15689 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15690 [multi_line ...]
15691 * gdb.btrace/delta.exp: Likewise.
15692 * gdb.btrace/exception.exp: Likewise.
15693 * gdb.btrace/function_call_history.exp: Likewise.
15694 * gdb.btrace/instruction_history.exp: Likewise.
15695 * gdb.btrace/nohist.exp: Likewise.
15696 * gdb.btrace/record_goto.exp: Likewise.
15697 * gdb.btrace/segv.exp: Likewise.
15698 * gdb.btrace/stepi.exp: Likewise.
15699 * gdb.btrace/tailcall.exp: Likewise.
15700 * gdb.btrace/unknown_functions.exp: Likewise.
15701 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15702 * lib/gdb.exp: Add the "multi_line" helper.
15703
15704 2015-04-01 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.threads/tid-reuse.c: New file.
15707 * gdb.threads/tid-reuse.exp: New file.
15708
15709 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15710
15711 PR corefiles/16092
15712 * gdb.base/coredump-filter.c: New file.
15713 * gdb.base/coredump-filter.exp: Likewise.
15714
15715 2015-03-27 Petr Machata <pmachata@redhat.com>
15716
15717 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15718 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15719 (Dwarf::assemble): Initialize them.
15720 (Dwarf::lines): New function.
15721
15722 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15723
15724 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15725 SYMBOL_PREFIX for x86_64-*-cygwin.
15726
15727 2015-03-26 Andy Wingo <wingo@igalia.com>
15728
15729 PR symtab/18148
15730 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15731 const_value but not a location.
15732 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15733 location defined in non-main CUs are visible.
15734
15735 2015-03-26 Yao Qi <yao.qi@linaro.org>
15736
15737 PR testsuite/18139
15738 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15739 Add a line number entry for the same line.
15740 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15741 Add a line number entry for the same line.
15742
15743 2015-03-26 Yao Qi <yao.qi@linaro.org>
15744
15745 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15746 .int 0.
15747 (func): Likewise. Add .Lfunc_1 label.
15748 Use .Lfunc_1 label.
15749 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15750 .int 0.
15751 (func): Likewise.
15752 Use .Lfunc_1 label.
15753
15754 2015-03-26 Yao Qi <yao.qi@linaro.org>
15755
15756 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15757 Call gdb_compile instead to compile each .s files without debug
15758 information.
15759
15760 2015-03-26 Yao Qi <yao.qi@linaro.org>
15761
15762 * gdb.base/savedregs.exp (process_saved_regs): Make
15763 "Saved registers:" optional in the pattern.
15764
15765 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15766
15767 * gdb.btrace/next.exp: Merged into step.exp.
15768 * gdb.btrace/finish.exp: Merged into step.exp.
15769 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15770 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15771 "record goto" and checking the exact replay position.
15772 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15773 check for "Recording format" in "info record" output.
15774 * gdb.btrace/record_goto.exp: Choose test file based on target.
15775 * gdb.btrace/x86-record_goto.S: Renamed into ...
15776 * gdb.btrace/x86_64-record_goto.S: ... this.
15777 * gdb.btrace/i686-record_goto.S: New.
15778 * gdb.btrace/x86-tailcall.S: Renamed into ...
15779 * gdb.btrace/x86_64-tailcall.S: ... this.
15780 * gdb.btrace/i686-tailcall.S: New.
15781 * gdb.btrace/x86-tailcall.c: Renamed into ...
15782 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15783 separate statements. Update test.
15784 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15785 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15786 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15787 * gdb.btrace/tailcall.exp: Choose test file based on target.
15788 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15789
15790 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15791
15792 * gdb.btrace/exception.exp: Increase BTS buffer size.
15793
15794 2015-03-24 Pedro Alves <palves@redhat.com>
15795
15796 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15797
15798 2015-03-24 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.threads/schedlock.exp (test_step): No longer expect that
15801 "set scheduler-locking step" with "next" over a function call runs
15802 threads unlocked.
15803
15804 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15805
15806 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15807
15808 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15809
15810 PR breakpoints/16466
15811 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15812 * gdb.mi/mi-pending.c (thread_func): New function.
15813 (int main): Add threading support required.
15814 * gdb.mi/mi-pending.exp: Add tests for this issue.
15815 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15816 (pendfunc2): Remove stdio dependency.
15817 * gdb.mi/mi-pendshr2.c: New file.
15818
15819 2015-03-23 Keith Seitz <keiths@redhat.com>
15820
15821 * gdb.linespec/keywords.c: New file.
15822 * gdb.linespec/keywords.exp: New file.
15823
15824 2015-03-23 Keith Seitz <keiths@redhat.com>
15825
15826 PR gdb/18021
15827 * gdb.dwarf2/staticvirtual.exp: New test.
15828
15829 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15830
15831 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15832 * README: Remove HP-UX and gdb.hp.
15833 (configuration):
15834 * configure: Regenerate.
15835 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15836 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15837 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15838 gdb.hp/gdb.defects/Makefile.
15839 * gdb.hp/Makefile.in: File deleted.
15840 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15841 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15842 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15843 * gdb.hp/gdb.aCC/run.c: File deleted.
15844 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15845 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15846 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15847 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15848 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15849 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15850 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15851 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15852 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15853 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15854 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15855 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15856 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15857 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15858 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15859 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15860 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15861 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15862 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15863 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15864 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15865 * gdb.hp/gdb.compat/average.c: File deleted.
15866 * gdb.hp/gdb.compat/sum.c: File deleted.
15867 * gdb.hp/gdb.compat/xdb.c: File deleted.
15868 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15869 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15870 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15871 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15872 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15873 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15874 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15875 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15876 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15877 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15878 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15879 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15880 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
15881 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
15882 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
15883 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
15884 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
15885 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
15886 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
15887 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
15888 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
15889 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
15890 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
15891 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
15892 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
15893 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
15894 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
15895 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
15896 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
15897 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
15898 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
15899 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
15900 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
15901 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
15902 * gdb.hp/tools/odump: File deleted.
15903
15904 2015-03-19 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.threads/continue-pending-status.exp (saw_thread_2)
15907 (saw_thread_3): New globals.
15908 (top level): Increment them when an event for the corresponding
15909 thread is seen.
15910 (no thread starvation): New test.
15911
15912 2015-03-19 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.threads/continue-pending-status.c: New file.
15915 * gdb.threads/continue-pending-status.exp: New file.
15916
15917 2015-03-18 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15920 Use gdb_is_target_remote instead of is_remote. Use
15921 gdb_test_multiple instead of gdb_expect. Exit early if
15922 gdb_test_multiple hits its internal matches. Tighten stepi tests
15923 expected output. Fail on exit with any signal, instead of just
15924 SIGILL.
15925
15926 2015-03-18 Yao Qi <yao.qi@linaro.org>
15927
15928 PR tdep/18107
15929 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15930 variable.
15931 * gdb.base/catch-syscall.exp: Don't skip it on
15932 aarch64*-*-linux* target. Remove elements in all_syscalls.
15933 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15934 target.
15935 (setup_all_syscalls): New proc.
15936
15937 2015-03-16 Yao Qi <yao.qi@linaro.org>
15938
15939 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15940 (top level): Skip tests if valid_addr_p returns false for
15941 $cmd1 or $cmd2.
15942
15943 2015-03-11 Andy Wingo <wingo@igalia.com>
15944
15945 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15946
15947 2015-03-11 Yao Qi <yao.qi@linaro.org>
15948
15949 * gdb.base/catch-syscall.exp: Fix typo in comments.
15950
15951 2015-03-11 Yao Qi <yao.qi@linaro.org>
15952
15953 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15954
15955 2015-03-09 Pedro Alves <palves@redhat.com>
15956
15957 * dg-extract-results.py: Delete.
15958
15959 2015-03-09 Pedro Alves <palves@redhat.com>
15960
15961 Merge dg-extract-results.sh from GCC upstream (r218843).
15962
15963 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15964 * dg-extract-results.sh: Use --text with grep to avoid issues with
15965 binary files. Fall back to cat -v, if that doesn't work.
15966
15967 2015-03-05 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15970
15971 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15972
15973 * lib/mi-support.exp (mi_expect_interrupt): Accept
15974 alternative event for when in all-stop mode.
15975
15976 2015-03-04 Pedro Alves <palves@redhat.com>
15977
15978 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15979
15980 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15981
15982 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15983
15984 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15985
15986 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15987 regexps for GDB's current line display, accept a hex address
15988 preceding the line number.
15989
15990 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15991
15992 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15993 the 'arch1' variable for "s390*-linux*" targets.
15994
15995 2015-03-04 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15998 (main): Pass missing retval argument to pthread_join call.
15999
16000 2015-03-02 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16003 (top level): Call do_test with non-stop as well.
16004
16005 2015-03-02 Pedro Alves <palves@redhat.com>
16006
16007 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16008 -1.
16009
16010 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16011
16012 * gdb.arch/s390-vregs.exp: New test.
16013 * gdb.arch/s390-vregs.S: New file.
16014
16015 2015-02-27 Pedro Alves <palves@redhat.com>
16016
16017 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16018 call to catch_command_errors.
16019 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16020 catch_command_errors.
16021
16022 2015-02-27 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16025 "true" for boolean result.
16026 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16027 prototype of main.
16028
16029 2015-02-27 Pedro Alves <palves@redhat.com>
16030
16031 * lib/unbuffer_output.c: New file.
16032 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16033 (main): Call gdb_unbuffer_output.
16034
16035 2015-02-27 Yao Qi <yao.qi@linaro.org>
16036
16037 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16038 target.
16039
16040 2015-02-26 Doug Evans <dje@google.com>
16041
16042 * gdb.cp/class2.cc (Dbase, D): New classes.
16043 (main): New local delta.
16044 * gdb.cp/class2.exp: Test printing delta.
16045 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16046 (dynbar): New global.
16047 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16048
16049 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16050
16051 * gdb.compile/compile-ifunc.c: New file.
16052 * gdb.compile/compile-ifunc.exp: New file.
16053
16054 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16055
16056 * gdb.base/structs.exp: Check for correct struct on finish.
16057
16058 2015-02-26 Yao Qi <yao.qi@linaro.org>
16059
16060 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16061 is zero.
16062
16063 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16064
16065 * gdb.arch/cordic.ko.bz2: New file.
16066 * gdb.arch/cordic.ko.debug.bz2: New file.
16067 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16068
16069 2015-02-25 Yao Qi <yao.qi@linaro.org>
16070
16071 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16072 aarch64*-*-* target.
16073
16074 2015-02-23 Pedro Alves <palves@redhat.com>
16075
16076 * lib/gdb.exp (delete_breakpoints): Rewrite using
16077 gdb_test_multiple.
16078
16079 2015-02-23 Pedro Alves <palves@redhat.com>
16080
16081 * gdb.base/info-os.c: Include stdlib.h.
16082
16083 2015-02-22 Doug Evans <xdje42@gmail.com>
16084
16085 PR symtab/17855
16086 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16087 is read after symbols have been re-read.
16088 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16089 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16090
16091 2015-02-21 Doug Evans <dje@google.com>
16092
16093 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16094
16095 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 PR corefiles/17808
16098 * gdb.arch/i386-biarch-core.core.bz2: New file.
16099 * gdb.arch/i386-biarch-core.exp: New file.
16100
16101 2015-02-21 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16104 runto_main fails.
16105
16106 2015-02-20 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16109 info probes.
16110
16111 2015-02-20 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16114
16115 2015-02-20 Pedro Alves <palves@redhat.com>
16116
16117 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16118 clean_restart before gdb_target_supports_trace.
16119
16120 2015-02-20 Pedro Alves <palves@redhat.com>
16121
16122 PR threads/18006
16123 * gdb.threads/clone-thread_db.c: New file.
16124 * gdb.threads/clone-thread_db.exp: New file.
16125
16126 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16127
16128 PR breakpoints/16812
16129 * gdb.base/catch-gdb-caused-signals.c: New file.
16130 * gdb.base/catch-gdb-caused-signals.exp: New file.
16131
16132 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16133
16134 * configure: Regenerated.
16135 * configure.ac: Use GDB_AC_TRANSFORM.
16136 * aclocal.m4: sinclude ../transform.m4.
16137
16138 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16139
16140 * lib/dtrace.exp: New file.
16141 * gdb.base/dtrace-probe.exp: Likewise.
16142 * gdb.base/dtrace-probe.d: Likewise.
16143 * gdb.base/dtrace-probe.c: Likewise.
16144 * lib/pdtrace.in: Likewise.
16145 * configure.ac: Output variables with the transformed names of
16146 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16147 * configure: Regenerated.
16148
16149 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16150
16151 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16152 expected message when trying to access $_probe_* convenience
16153 variables while not on a probe.
16154
16155 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16158
16159 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16160
16161 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16162 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16163
16164 2015-02-10 Doug Evans <xdje42@gmail.com>
16165
16166 * lib/gdb.exp (gdb_load): Always return a result.
16167
16168 2015-02-10 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.threads/signal-sigtrap.c: New file.
16171 * gdb.threads/signal-sigtrap.exp: New file.
16172
16173 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16174
16175 * gdb.trace/no-attach-trace.c: New file.
16176 * gdb.trace/no-attach-trace.exp: New file.
16177
16178 2015-02-09 Mark Wielaard <mjw@redhat.com>
16179
16180 * gdb.dwarf2/atomic.c: New file.
16181 * gdb.dwarf2/atomic-type.exp: Likewise.
16182
16183 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16184
16185 * gdb.btrace/buffer-size.exp: Update "info record" output.
16186 * gdb.btrace/delta.exp: Update "info record" output.
16187 * gdb.btrace/enable.exp: Update "info record" output.
16188 * gdb.btrace/finish.exp: Update "info record" output.
16189 * gdb.btrace/instruction_history.exp: Update "info record" output.
16190 * gdb.btrace/next.exp: Update "info record" output.
16191 * gdb.btrace/nexti.exp: Update "info record" output.
16192 * gdb.btrace/step.exp: Update "info record" output.
16193 * gdb.btrace/stepi.exp: Update "info record" output.
16194 * gdb.btrace/nohist.exp: Update "info record" output.
16195
16196 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16197
16198 * gdb.btrace/buffer-size: New.
16199
16200 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16201
16202 * gdb.btrace/delta.exp: Update "info record" output.
16203 * gdb.btrace/enable.exp: Update "info record" output.
16204 * gdb.btrace/finish.exp: Update "info record" output.
16205 * gdb.btrace/instruction_history.exp: Update "info record" output.
16206 * gdb.btrace/next.exp: Update "info record" output.
16207 * gdb.btrace/nexti.exp: Update "info record" output.
16208 * gdb.btrace/step.exp: Update "info record" output.
16209 * gdb.btrace/stepi.exp: Update "info record" output.
16210 * gdb.btrace/nohist.exp: Update "info record" output.
16211
16212 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16213
16214 PR gdb/15678
16215 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16216
16217 2015-02-06 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16220 macro.
16221 (seconds_left, again): New globals.
16222 (main): Wait seconds_left in a 1-second sleep loop instead of
16223 sleeping 180 seconds. If 'again' is set, reset the seconds
16224 counter.
16225 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16226 'again' in the inferior before detaching. Print the seconds left.
16227 (options): New global.
16228 (top level): Build program with -DTIMEOUT=$timeout.
16229
16230 2015-02-06 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16233 determine how many seconds to pass to 'alarm'.
16234 * gdb.base/gdb-sigterm.exp (top level): Build program with
16235 -DTIMEOUT=$timeout.
16236 (do_test): Return success/failure indication. Add more verbose
16237 logging. Don't fail if 200 single steps are seen. Instead, fail
16238 when the test times out.
16239 (passes): New global.
16240 (top level): Break the testing loop if testing fails on any
16241 iteration. Use gdb_assert.
16242
16243 2015-02-04 Don Breazeal <donb@codesourcery.com>
16244
16245 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16246 and initialize them.
16247 (ipc_cleanup): New function.
16248 (main): Don't declare shmid, semid, and msqid. Add a call to
16249 atexit so that we call ipc_cleanup on exit.
16250
16251 2015-02-04 Pedro Alves <palves@redhat.com>
16252
16253 * boards/native-extended-gdbserver.exp: Remove any target variant
16254 specifications from the board name before clearing the isremote
16255 flag from board_info.
16256
16257 2015-01-31 Doug Evans <xdje42@gmail.com>
16258
16259 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16260
16261 2015-01-31 Gary Benson <gbenson@redhat.com>
16262
16263 * gdb.base/completion.exp: Disable completion limiting for
16264 existing tests. Add new tests to check completion limiting.
16265 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16266
16267 2015-01-31 Doug Evans <xdje42@gmail.com>
16268
16269 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16270
16271 2015-01-31 Doug Evans <xdje42@gmail.com>
16272
16273 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16274 entries. Duplicate file section script entries.
16275 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16276 inlined entries. Add test for safe-path rejection.
16277 * gdb.python/py-section-script.c: Add duplicate inlined section script
16278 entries. Duplicate file section script entries.
16279 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16280 inlined entries. Add test for safe-path rejection.
16281
16282 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16283
16284 * gdb.ada/disc_arr_bound: New testcase.
16285
16286 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16287
16288 * gdb.ada/mi_var_array: New testcase.
16289
16290 2015-01-27 Doug Evans <dje@google.com>
16291
16292 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16293 Add test for objfile.filename, objfile.username after objfile
16294 has been unloaded.
16295
16296 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16297
16298 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16299 the second test to print the name attribute of value
16300 returned by the call to gdb.lookup_type, and adjust
16301 the expected output accordingly.
16302
16303 2015-01-25 Mark Wielaard <mjw@redhat.com>
16304
16305 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16306 * gdb.base/disp-step-fork.c: Include unistd.h.
16307 * gdb.base/siginfo-obj.c: Include stdio.h.
16308 * gdb.base/siginfo-thread.c: Likewise.
16309 * gdb.mi/non-stop.c: Include unistd.h.
16310 * gdb.mi/nsthrexec.c: Include stdio.h.
16311 * gdb.mi/pthreads.c: Include unistd.h.
16312 * gdb.modula2/unbounded1.c (main): Declare returns int.
16313 * gdb.reverse/consecutive-reverse.c: Likewise.
16314 * gdb.threads/create-fail.c: Include unistd.h.
16315 * gdb.threads/killed.c: Likewise.
16316 * gdb.threads/linux-dp.c: Likewise.
16317 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16318 * gdb.threads/non-ldr-exc-2.c: Likewise.
16319 * gdb.threads/non-ldr-exc-3.c: Likewise.
16320 * gdb.threads/non-ldr-exc-4.c: Likewise.
16321 * gdb.threads/pthreads.c: Include unistd.h.
16322 (main): Declare returns int.
16323 * gdb.threads/tls-main.c (foo): New declaration.
16324 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16325
16326 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16327
16328 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16329 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16330
16331 2015-01-15 Mark Wielaard <mjw@redhat.com>
16332
16333 * gdb.base/noreturn-return.c: New file.
16334 * gdb.base/noreturn-return.exp: New file.
16335 * gdb.base/noreturn-finish.c: New file.
16336 * gdb.base/noreturn-finish.exp: New file.
16337
16338 2015-01-23 Pedro Alves <palves@redhat.com>
16339
16340 * gdb.threads/continue-pending-after-query.c: New file.
16341 * gdb.threads/continue-pending-after-query.exp: New file.
16342
16343 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16344 Simon Marchi <simon.marchi@ericsson.com>
16345
16346 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16347 * gdb.base/valgrind-db-attach.exp: Same.
16348 * gdb.base/valgrind-infcall.exp: Same.
16349 * lib/mi-support.exp (default_mi_gdb_start): Same.
16350 * lib/prompt.exp (default_prompt_gdb_start): Same.
16351 * lib/gdb.exp (default_gdb_spawn): Same.
16352 (gdb_interact): New.
16353
16354
16355 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 * gdb.compile/compile.exp (pointer to jit function): New test.
16358
16359 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16360
16361 * lib/gdb.exp (supports_process_record): Return true for
16362 powerpc*-*-linux*.
16363 (supports_reverse): Likewise.
16364
16365 2015-01-15 Don Breazeal <donb@codesourcery.com>
16366
16367 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16368 instead of checking whether the target board is remote and
16369 use spawn_wait_for_attach instead of exec/sleep.
16370 * gdb.base/attach-twice.exp: Likewise.
16371
16372 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16373
16374 * gdb.ada/var_arr_attrs: New testcase.
16375
16376 2015-01-14 Pedro Alves <palves@redhat.com>
16377 Joel Brobecker <brobecker@adacore.com>
16378
16379 PR gdb/17525
16380 * gdb.base/bp-cmds-execution-x-script.c: New file.
16381 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16382 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16383
16384 2015-01-14 Pedro Alves <palves@redhat.com>
16385
16386 PR cli/17828
16387 * gdb.base/batch-preserve-term-settings.c: New file.
16388 * gdb.base/batch-preserve-term-settings.exp: New file.
16389
16390 2015-01-13 Doug Evans <dje@google.com>
16391
16392 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16393 binary.
16394
16395 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16396
16397 * Makefile.in (clean mostlyclean): Do not delete *.py.
16398
16399 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16400
16401 * gdb.python/py-lookup-type.exp: New file.
16402
16403 2015-01-12 Pedro Alves <palves@redhat.com>
16404
16405 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16406 restore GDBFLAGS before returning.
16407
16408 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16409
16410 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16411 is_amd64_regs_target and is_x86_like_target.
16412
16413 2015-01-11 Doug Evans <xdje42@gmail.com>
16414
16415 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16416 is given without an explicit form.
16417 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16418 attributes.
16419 * gdb.dwarf/corrupt.exp: Ditto.
16420 * gdb.dwarf2/enum-type.exp: Ditto.
16421 * gdb.trace/entry-values.exp: Ditto.
16422 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16423
16424 2015-01-11 Doug Evans <xdje42@gmail.com>
16425
16426 PR gdb/15830
16427 * gdb.base/maint.exp: Remove references to "maint demangle".
16428 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16429 Add tests for explicitly specifying language to demangle.
16430 * gdb.dlang/demangle.exp: Ditto.
16431
16432 2015-01-09 Pedro Alves <palves@redhat.com>
16433
16434 * gdb.threads/non-stop-fair-events.c: New file.
16435 * gdb.threads/non-stop-fair-events.exp: New file.
16436
16437 2015-01-09 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16440 the global scope. Set a breakpoint after all threads are started
16441 rather than stepping over two source lines. Expect the prompt.
16442 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16443 global.
16444 (NUM): Now 15.
16445 (main): Use threads_started_barrier to wait for all threads to
16446 start. Main thread no longer calls thread_function. Exit after
16447 180 seconds.
16448 (loop): New function.
16449 (thread_function): Wait on threads_started_barrier barrier. Call
16450 'loop' at each iteration.
16451 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16452 threads have started, instead of hardcoding number of "next"
16453 steps. Use an access watchpoint instead of a write watchpoint.
16454
16455 2015-01-09 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16458 (thread_func): Wait on barrier.
16459 (main): Wait for all threads to start before stopping GDB.
16460 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16461 global.
16462 (thread1_func, thread2_func): Wait on barrier.
16463 (main): Wait for all threads to start before stopping GDB.
16464 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16465 New global.
16466 (thread1_func, thread2_func): Wait on barrier.
16467 (main): Wait for all threads to start before stopping GDB.
16468
16469 2015-01-09 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.threads/attach-many-short-lived-threads.c: New file.
16472 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16473
16474 2014-01-09 Pedro Alves <palves@redhat.com>
16475
16476 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16477 instead of to thread 2.
16478 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16479 Add barrier around each pthread_create call instead of around all
16480 calls.
16481 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16482 Set a break on thread_function and have the child threads hit it
16483 one at at a time.
16484
16485 2015-01-09 Pedro Alves <palves@redhat.com>
16486
16487 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16488 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16489 false.
16490 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16491 checking whether the target board is remote.
16492 * gdb.multi/multi-attach.exp: Likewise.
16493 * gdb.python/py-sync-interp.exp: Likewise.
16494 * gdb.server/ext-attach.exp: Likewise.
16495 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16496 tests that need to attach, instead of checking whether the target
16497 board is remote at the top of the file.
16498
16499 2015-01-08 Yao Qi <yao@codesourcery.com>
16500
16501 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16502
16503 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16504
16505 Fix testcase compilation.
16506 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16507
16508 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16509
16510 * gdb.python/py-type.exp: Add a couple test about empty
16511 array creation, and negative-length array creation.
16512
16513 2015-01-02 Doug Evans <xdje42@gmail.com>
16514
16515 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16516
16517 2015-01-02 Doug Evans <dje@google.com>
16518
16519 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16520
16521 2014-12-29 Yao Qi <yao@codesourcery.com>
16522
16523 * gdb.trace/entry-values.exp: Update comments. Rename variable
16524 bar_call_foo to returned_from_foo.
16525
16526 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16527
16528 PR gdb/17394
16529 * gdb.linespec/break-asm-file.c: New file.
16530 * gdb.linespec/break-asm-file.exp: New file.
16531 * gdb.linespec/break-asm-file0.s: New file.
16532 * gdb.linespec/break-asm-file1.s: New file.
16533
16534 2014-12-18 Nigel Stephens <nigel@mips.com>
16535 Maciej W. Rozycki <macro@codesourcery.com>
16536
16537 * gdb.base/float.exp: Handle the new output from "info float" on
16538 MIPS targets.
16539
16540 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16541
16542 Fix MinGW compilation.
16543 * gdb.compile/compile-ops.exp: Update untested message if
16544 !skip_compile_feature_tests.
16545 * gdb.compile/compile-setjmp.exp: Likewise.
16546 * gdb.compile/compile-tls.exp: Likewise.
16547 * gdb.compile/compile.exp: Likewise.
16548 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16549 supported on this host".
16550
16551 2014-12-16 Doug Evans <xdje42@gmail.com>
16552
16553 * boards/stabs.exp: New file.
16554
16555 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16556
16557 * gdb.base/completion.exp: Adjust to format changes of "maint
16558 print user-registers".
16559
16560 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16561
16562 PR server/17457
16563 * gdb.arch/aarch64-fp.c: New file.
16564 * gdb.arch/aarch64-fp.exp: New file.
16565
16566 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16567
16568 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16569 r210637, r210913, r211666, r215400, r215817).
16570
16571 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16572 * dg-extract-results.py: New file.
16573 * dg-extract-results.sh: Use it if the environment seems
16574 suitable.
16575
16576 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16577
16578 * dg-extract-results.py (parse_run): Handle warnings that
16579 are printed before a test harness is run.
16580
16581 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16582
16583 * dg-extract-results.py (Named): Remove __cmp__ method.
16584 (output_variation): Use a key to sort variation.harnesses.
16585
16586 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16587
16588 * dg-extract-results.py: For Python 3, force sys.stdout to
16589 handle surrogate escape sequences.
16590 (safe_open): New function.
16591 (output_segment, main): Use it.
16592
16593 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16594
16595 * dg-extract-results.py (Prog.result_re): Include options
16596 in test name.
16597
16598 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16599
16600 * dg-extract-results.py (output_variation): Always sort if
16601 do_sum.
16602
16603 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16604
16605 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16606 as long as we get pagination notifications.
16607
16608 2014-12-15 Jason Merrill <jason@redhat.com>
16609
16610 * Makefile.in (check-gdb.%): Restore.
16611 * README: Mention it.
16612
16613 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16614
16615 * gdb.ada/str_uninit: New testcase.
16616
16617 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16618
16619 PR symtab/17642
16620 * gdb.base/vla-stub-define.c: New file.
16621 * gdb.base/vla-stub.c: New file.
16622 * gdb.base/vla-stub.exp: New file.
16623
16624 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16625 Jan Kratochvil <jan.kratochvil@redhat.com>
16626 Tom Tromey <tromey@redhat.com>
16627
16628 * configure.ac: Add gdb.compile/.
16629 * configure: Regenerate.
16630 * gdb.compile/Makefile.in: New file.
16631 * gdb.compile/compile-ops.exp: New file.
16632 * gdb.compile/compile-ops.c: New file.
16633 * gdb.compile/compile-tls.c: New file.
16634 * gdb.compile/compile-tls.exp: New file.
16635 * gdb.compile/compile-constvar.S: New file.
16636 * gdb.compile/compile-constvar.c: New file.
16637 * gdb.compile/compile-mod.c: New file.
16638 * gdb.compile/compile-nodebug.c: New file.
16639 * gdb.compile/compile-setjmp-mod.c: New file.
16640 * gdb.compile/compile-setjmp.c: New file.
16641 * gdb.compile/compile-setjmp.exp: New file.
16642 * gdb.compile/compile-shlib.c: New file.
16643 * gdb.compile/compile.c: New file.
16644 * gdb.compile/compile.exp: New file.
16645 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16646
16647 2014-12-12 Tom Tromey <tromey@redhat.com>
16648
16649 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16650 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16651
16652 2014-12-12 Doug Evans <dje@google.com>
16653
16654 * lib/gdb-python.exp (get_python_valueof): New function.
16655 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16656
16657 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16658
16659 * gdb.base/completion.exp: Add test for completion of "info
16660 registers ".
16661
16662 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16663
16664 * gdb.base/func-ptrs.c: New file.
16665 * gdb.base/func-ptrs.exp: New file.
16666
16667 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16668
16669 PR breakpoints/17012
16670 * gdb.base/dprintf-detach.c: New file.
16671 * gdb.base/dprintf-detach.exp: New file.
16672
16673 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16674
16675 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16676 * lib/gdb.exp (target_is_gdbserver): New procedure.
16677
16678 2014-12-08 Doug Evans <dje@google.com>
16679
16680 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16681
16682 2014-12-05 Yao Qi <yao@codesourcery.com>
16683
16684 * gdb.guile/scm-error.exp: Remove the third argument to
16685 gdb_remote_download.
16686 * gdb.guile/scm-frame-args.exp: Likewise.
16687 * gdb.guile/scm-section-script.exp: Likewise.
16688
16689 2014-12-05 Yao Qi <yao@codesourcery.com>
16690
16691 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16692
16693 2014-12-04 Doug Evans <dje@google.com>
16694
16695 * gdb.python/py-objfile.exp: Add tests for
16696 objfile.add_separate_debug_file.
16697
16698 2014-12-04 Doug Evans <dje@google.com>
16699
16700 * lib/gdb.exp (get_build_id): New function.
16701 (build_id_debug_filename_get): Rewrite to use it.
16702 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16703
16704 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16705
16706 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16707 `method(long)', not just 0x0.
16708 * gdb.cp/nsalias.exp: Align code labels to 4.
16709 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16710 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16711 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16712 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16713 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16714 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16715
16716 2014-12-02 Doug Evans <dje@google.com>
16717
16718 PR symtab/17602
16719 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16720 * gdb.cp/anon-ns2.cc: ... here. New file.
16721 * gdb.cp/anon-ns.exp: Update.
16722
16723 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16724
16725 * gdb.python/py-events.py (inferior_call_handler): New.
16726 (register_changed_handler, memory_changed_handler): New.
16727 (test_events.invoke): Register new handlers.
16728 * gdb.python/py-events.exp: Add tests for inferior call,
16729 memory_changed and register_changed events.
16730
16731 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16732
16733 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16734 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16735 if the linker doesn't understand this.
16736
16737 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16738
16739 * gdb.python/python.exp: Change expected reply to help().
16740
16741 2014-12-01 Yao Qi <yao@codesourcery.com>
16742
16743 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16744 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16745 * configure: Re-generated.
16746
16747 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16748
16749 * gdb.cp/chained-calls.cc: New file.
16750 * gdb.cp/chained-calls.exp: New file.
16751 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16752
16753 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16754
16755 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16756 * gdb.dwarf2/symtab-producer.exp: Same.
16757 * gdb.gdb/python-interrupts.exp: Same.
16758 * gdb.gdb/python-selftest.exp: Same.
16759 * gdb.python/py-linetable.exp: Same.
16760 * gdb.python/py-type.exp: Same.
16761 * gdb.python/py-value-cc.exp: Same.
16762 * gdb.python/py-value.exp: Same.
16763
16764 2014-11-28 Yao Qi <yao@codesourcery.com>
16765
16766 * gdb.base/break-probes.exp: Match library name prefixed with
16767 sysroot.
16768
16769 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16770
16771 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16772 test expected output. Add parentheses for the call to print.
16773 Remove L suffix from integers.
16774
16775 2014-11-26 Doug Evans <dje@google.com>
16776
16777 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16778
16779 2014-11-22 Yao Qi <yao@codesourcery.com>
16780
16781 * gdb.trace/entry-values.c: Remove asms.
16782 (foo): Add foo_label.
16783 (bar): Add bar_label.
16784 * gdb.trace/entry-values.exp: Remove code computing foo's
16785 length and bar's length.
16786 (Dwarf::assemble): Invoke function_range for bar and use
16787 MACRO_AT_func for foo.
16788
16789 2014-11-22 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16792 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16793 Use .Lgcc43_procstart instead of gcc43.
16794
16795 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.ada/n_arr_bound: New testcase.
16798
16799 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16800
16801 PR breakpoints/10737
16802 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16803 test_catch_syscall_multi_arch.
16804 (test_catch_syscall_multi_arch): New function.
16805
16806 2014-11-20 Doug Evans <xdje42@gmail.com>
16807
16808 * gdb.base/maint.exp: Update expected output.
16809
16810 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16811
16812 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16813 4-byte instruction on S390.
16814
16815 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16816
16817 * gdb.ada/arr_arr: New testcase.
16818
16819 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16820
16821 * gdb.ada/pkd_arr_elem: New Testcase.
16822
16823 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16824
16825 * gdb.reverse/break-precsave: Expect completion message for
16826 core file reads.
16827 * gdb.reverse/consecutive-precsave.exp: Likewise.
16828 * gdb.reverse/finish-precsave.exp: Likewise.
16829 * gdb.reverse/i386-precsave.exp: Likewise.
16830 * gdb.reverse/machinestate-precsave.exp: Likewise.
16831 * gdb.reverse/sigall-precsave.exp: Likewise.
16832 * gdb.reverse/solib-precsave.exp: Likewise.
16833 * gdb.reverse/step-precsave.exp: Likewise.
16834 * gdb.reverse/until-precsave.exp: Likewise.
16835 * gdb.reverse/watch-precsave.exp: Likewise.
16836
16837 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16838
16839 * gdb.base/bp-permanent.c: Include unistd.h.
16840 * gdb.python/py-framefilter-mi.c (main): Add return type.
16841 * gdb.python/py-framefilter.c (main): Likewise.
16842 * gdb.trace/actions-changed.c (main): Likewise.
16843
16844 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16845
16846 * gdb.mi/until.c: Add eye-catchers.
16847 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16848 line numbers.
16849
16850 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16851
16852 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16853 function header variants in break1.c.
16854 * gdb.base/ena-dis-br.exp: Likewise.
16855 * gdb.base/hbreak2.exp: Likewise.
16856 * gdb.reverse/until-precsave.exp: Drop references to removed
16857 non-prototype function header variants in ur1.c.
16858 * gdb.reverse/until-reverse.exp: Likewise.
16859
16860 2014-11-17 Petr Machata <pmachata@redhat.com>
16861
16862 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16863 ${_cu_offset_size} bytes abbrev offset.
16864
16865 2014-11-15 Doug Evans <xdje42@gmail.com>
16866
16867 PR symtab/17559
16868 * gdb.base/line-symtabs.exp: New file.
16869 * gdb.base/line-symtabs.c: New file.
16870 * gdb.base/line-symtabs.h: New file.
16871
16872 2014-11-14 Yao Qi <yao@codesourcery.com>
16873
16874 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16875 (func): Add label func_label.
16876 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16877 Replace low_pc and high_pc with MACRO_AT_range.
16878 Replace name, low_pc and high_pc with MACRO_AT_func.
16879
16880 2014-11-14 Yao Qi <yao@codesourcery.com>
16881
16882 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
16883 Replace name, low_pc and high_pc with MACRO_AT_func.
16884
16885 2014-11-14 Yao Qi <yao@codesourcery.com>
16886
16887 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
16888 produce debug information.
16889 * gdb.dwarf2/implptr-optimized-out.S: Removed.
16890
16891 2014-11-14 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
16894 object and get function length.
16895 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
16896 with MACRO_AT_func.
16897 (top-level): Replace gdb_compile and clean_restart with
16898 prepare_for_testing.
16899 * gdb.dwarf2/main.c (main): Add label main_label.
16900
16901 2014-11-14 Yao Qi <yao@codesourcery.com>
16902
16903 * lib/dwarf.exp (function_range): New procedure.
16904 (Dwarf::_handle_macro_at_func): New procedure.
16905 (Dwarf::_handle_macro_at_range): New procedure.
16906 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
16907
16908 2014-11-14 Yao Qi <yao@codesourcery.com>
16909
16910 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
16911 (_handle_attribute): New procedure.
16912
16913 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16914
16915 * gdb.ada/cond_lang/foo.c (callme): Add return type.
16916 * gdb.base/call-sc.c (zed): Likewise.
16917 * gdb.base/checkpoint.c (main): Likewise.
16918 * gdb.base/dump.c (main): Likewise.
16919 * gdb.base/gcore.c (main): Likewise.
16920 * gdb.base/huge.c (main): Likewise.
16921 * gdb.base/multi-forks.c (main): Likewise.
16922 * gdb.base/pr10179-a.c (main): Likewise.
16923 * gdb.base/savedregs.c (main): Likewise.
16924 * gdb.base/sigaltstack.c (main): Likewise.
16925 * gdb.base/siginfo.c (main): Likewise.
16926 * gdb.base/structs.c (zed): Likewise.
16927 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16928 * gdb.mi/mi-syn-frame.c (main): Likewise.
16929 * gdb.mi/until.c (foo, main): Likewise.
16930 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16931 * gdb.base/solib-weak.c (foo): Declare.
16932 * gdb.base/attach-twice.c: Include stdio.h.
16933 * gdb.base/weaklib1.c: Likewise.
16934 * gdb.base/weaklib2.c: Likewise.
16935 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16936 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16937 unistd.h.
16938 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16939 * gdb.mi/mi-exit-code.c: Likewise.
16940 * gdb.base/break-interp-lib.c: Include string.h.
16941 * gdb.base/coremaker.c: Likewise.
16942 * gdb.base/testenv.c: Likewise.
16943 * gdb.python/py-finish-breakpoint.c: Likewise.
16944 * gdb.base/inferior-died.c: Include sys/wait.h.
16945 * gdb.base/fileio.c: Include time.h.
16946 * gdb.base/async-shell.c: Include unistd.h.
16947 * gdb.base/dprintf-non-stop.c: Likewise.
16948 * gdb.base/info-os.c: Likewise.
16949 * gdb.mi/mi-console.c: Likewise.
16950 * gdb.mi/watch-nonstop.c: Likewise.
16951 * gdb.python/py-events.c: Likewise.
16952 * gdb.base/async.c (baz): Move up before its invocation.
16953 * gdb.base/code_elim2.c (my_global_func): Likewise.
16954 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16955 * gdb.base/advance.c (func2): Likewise.
16956
16957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16958
16959 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16960 variant.
16961 * gdb.base/annota3.c: Likewise.
16962 * gdb.base/async.c: Likewise.
16963 * gdb.base/average.c: Likewise.
16964 * gdb.base/call-ar-st.c: Likewise.
16965 * gdb.base/call-rt-st.c: Likewise.
16966 * gdb.base/call-sc.c: Likewise.
16967 * gdb.base/call-strs.c: Likewise.
16968 * gdb.base/ending-run.c: Likewise.
16969 * gdb.base/execd-prog.c: Likewise.
16970 * gdb.base/exprs.c: Likewise.
16971 * gdb.base/foll-exec.c: Likewise.
16972 * gdb.base/foll-fork.c: Likewise.
16973 * gdb.base/foll-vfork.c: Likewise.
16974 * gdb.base/funcargs.c: Likewise.
16975 * gdb.base/gcore.c: Likewise.
16976 * gdb.base/jump.c: Likewise.
16977 * gdb.base/langs0.c: Likewise.
16978 * gdb.base/langs1.c: Likewise.
16979 * gdb.base/langs2.c: Likewise.
16980 * gdb.base/mips_pro.c: Likewise.
16981 * gdb.base/nodebug.c: Likewise.
16982 * gdb.base/opaque0.c: Likewise.
16983 * gdb.base/opaque1.c: Likewise.
16984 * gdb.base/recurse.c: Likewise.
16985 * gdb.base/run.c: Likewise.
16986 * gdb.base/scope0.c: Likewise.
16987 * gdb.base/scope1.c: Likewise.
16988 * gdb.base/setshow.c: Likewise.
16989 * gdb.base/setvar.c: Likewise.
16990 * gdb.base/shmain.c: Likewise.
16991 * gdb.base/shr1.c: Likewise.
16992 * gdb.base/shr2.c: Likewise.
16993 * gdb.base/sigall.c: Likewise.
16994 * gdb.base/signals.c: Likewise.
16995 * gdb.base/so-indr-cl.c: Likewise.
16996 * gdb.base/solib2.c: Likewise.
16997 * gdb.base/structs.c: Likewise.
16998 * gdb.base/sum.c: Likewise.
16999 * gdb.base/vforked-prog.c: Likewise.
17000 * gdb.base/watchpoint.c: Likewise.
17001 * gdb.reverse/shr2.c: Likewise.
17002 * gdb.reverse/until-reverse.c: Likewise.
17003 * gdb.reverse/ur1.c: Likewise.
17004 * gdb.reverse/watch-reverse.c: Likewise.
17005
17006 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17007
17008 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17009 variant.
17010 * gdb.base/sepdebug.exp: Drop references to removed code.
17011
17012 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17013
17014 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17015 variant. Preserve original line numbering.
17016 * gdb.base/list1.c: Likewise.
17017
17018 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17019
17020 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17021 variant.
17022 * gdb.base/break1.c: Likewise.
17023 * gdb.base/break.exp: Drop references to removed code.
17024
17025 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17026
17027 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17028 variant.
17029
17030 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17031
17032 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17033
17034 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17035
17036 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17037 logic into perform_all_tests() and invoke it with and without
17038 function header prototypes.
17039 (do_function_calls): Remove conditional XFAIL for PR 5318.
17040 (rerun_and_prepare): Remove duplicate code.
17041 (perform_all_tests): New. Main logic moved here.
17042
17043 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17044
17045 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17046 code guarded by #ifdef NO_PROTOTYPES.
17047 (t_double_many_args): Likewise.
17048 (DEF_FUNC_MANY_ARGS_1): Likewise.
17049 (DEF_FUNC_VALUES_1): Likewise.
17050 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17051 guarded by #ifdef PROTOTYPES.
17052
17053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17054
17055 * gdb.mi/mi-console.c: Add eye-catcher.
17056 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17057 instead of literal line number.
17058
17059 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17060
17061 * gdb.base/shr2.c: Add eye-catcher.
17062 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17063 line number.
17064
17065 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17066
17067 * gdb.base/jump.c: Add eye-catchers.
17068 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17069 numbers.
17070
17071 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17072
17073 * gdb.base/execd-prog.c: Add eye-catchers.
17074 * gdb.base/foll-exec.c: Likewise.
17075 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17076 line numbers.
17077
17078 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17079
17080 * gdb.base/ending-run.c: Add eye-catchers.
17081 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17082 literal line numbers.
17083
17084 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17085
17086 * gdb.base/call-rt-st.c: Add eye-catchers.
17087 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17088 literal line numbers.
17089
17090 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17091
17092 * gdb.base/call-ar-st.c: Add eye-catchers.
17093 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17094 literal line numbers.
17095
17096 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17097
17098 * gdb.base/average.c: Add eye-catchers.
17099 * gdb.base/sum.c: Likewise.
17100 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17101 regexps dynamically.
17102
17103 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17104
17105 * gdb.base/solib1.c: Add eye-catchers.
17106 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17107 literal line numbers.
17108
17109 2014-11-12 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17112 leader has exited.
17113
17114 2014-11-12 Pedro Alves <palves@redhat.com>
17115
17116 * gdb.arch/i386-bp_permanent.c: New file.
17117 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17118 (srcfile): Set to i386-bp_permanent.c.
17119 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17120 that stepi does not execute the 'leave' instruction, instead of
17121 testing it does execute.
17122 * gdb.base/bp-permanent.c: New file.
17123 * gdb.base/bp-permanent.exp: New file.
17124
17125 2014-11-10 Doug Evans <xdje42@gmail.com>
17126
17127 PR symtab/17564
17128 * gdb.base/symtab-search-order.exp: New file.
17129 * gdb.base/symtab-search-order.c: New file.
17130 * gdb.base/symtab-search-order-1.c: New file.
17131 * gdb.base/symtab-search-order-shlib-1.c: New file.
17132
17133 2014-11-07 Pedro Alves <palves@redhat.com>
17134
17135 PR gdb/17511
17136 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17137 i?86-*-linux*.
17138
17139 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17140
17141 PR c++/17494
17142 * gdb.cp/pr17494.cc: New file.
17143 * gdb.cp/pr17494.exp: New file.
17144
17145 2014-11-02 Yao Qi <yao@codesourcery.com>
17146
17147 * gdb.python/python.exp: Get working directory and match the
17148 output of "set extended-prompt \\w " with it.
17149
17150 2014-10-30 Doug Evans <dje@google.com>
17151
17152 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17153 in objfiles.
17154 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17155 in progspaces.
17156
17157 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17158
17159 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17160 * gdb.base/realname-expand.exp: Likewise.
17161 * gdb.linespec/macro-relative.exp: Likewise.
17162
17163 2014-10-29 Pedro Alves <palves@redhat.com>
17164
17165 PR gdb/17408
17166 * gdb.threads/schedlock.c (some_function): New function.
17167 (call_function): New global.
17168 (MAYBE_CALL_SOME_FUNCTION): New macro.
17169 (thread_function): Call it.
17170 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17171 and use it instead of a global counter. Adjust all callers.
17172 (get_current_thread): Use "find current thread" for test message
17173 here rather than having all callers pass down the same string.
17174 (goto_loop): New procedure, factored out from ...
17175 (my_continue): ... this.
17176 (step_ten_loops): Change parameter from test message to command to
17177 use. Adjust.
17178 (list_count): Delete global.
17179 (check_result): New procedure, factored out from duplicate top
17180 level code.
17181 (continue tests): Wrap in with_test_prefix.
17182 (test_step): New procedure, factored out from duplicate top level
17183 code.
17184 (top level): Test "step" in combination with all scheduler-locking
17185 modes. Test "next" in combination with all scheduler-locking
17186 modes, and in combination with stepping over a function call or
17187 not.
17188 * gdb.threads/next-bp-other-thread.c: New file.
17189 * gdb.threads/next-bp-other-thread.exp: New file.
17190
17191 2014-10-29 Pedro Alves <palves@redhat.com>
17192
17193 PR python/17372
17194 * gdb.python/python.exp: Test a multi-line command that spawns
17195 interactive Python.
17196 * gdb.base/multi-line-starts-subshell.exp: New file.
17197
17198 2014-10-29 Yao Qi <yao@codesourcery.com>
17199
17200 * gdb.base/fileio.exp: Make directories on host.
17201
17202 2014-10-29 Yao Qi <yao@codesourcery.com>
17203
17204 * gdb.base/fileio.c (test_write): Close the file.
17205
17206 2014-10-28 Pedro Alves <palves@redhat.com>
17207
17208 PR gdb/12623
17209 * gdb.base/sigstep.c (no_handler): New global.
17210 (main): If 'no_handler is true, set the signal handlers to
17211 SIG_IGN.
17212 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17213 with_sw_watch and no_handler parameters. Handle them.
17214 (top level) <stepping over handler when stopped at a breakpoint
17215 test>: Add a test axis for testing with a software watchpoint, and
17216 another for testing with the signal handler set to SIG_IGN.
17217 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17218 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17219
17220 2014-10-28 Pedro Alves <palves@redhat.com>
17221
17222 PR gdb/17511
17223 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17224 * gdb.base/sigstep.exp (other_handler_location): New global.
17225 (advance): Support stepping into the signal handler, and running
17226 commands while in the handler.
17227 (in_handler_map): New global.
17228 (top level): In the advance test, add combinations for getting
17229 into the handler with stepping commands, and for running commands
17230 in the handler. Add comment descripting the advancei tests.
17231
17232 2014-10-28 Pedro Alves <palves@redhat.com>
17233
17234 * gdb.base/sigstep.exp: Use build_executable instead of
17235 prepare_for_testing.
17236 (top level): Move code that starts GDB, runs to main and creates a
17237 display to ...
17238 (restart): ... this new procedure.
17239 (top level): Move backtrace from signal handler test to ...
17240 (validate_backtrace): ... this new procedure.
17241 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17242 with_test_prefix. Always restart GDB.
17243 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17244 with_test_prefix. Always restart GDB. No need to delete
17245 breakpoints after the test.
17246 (test_skip_handler): Remove prefix parameter.
17247 (skip_over_handler, breakpoint_to_handler)
17248 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17249 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17250 restart GDB. No need to delete breakpoints after the test.
17251 (top level): Use foreach to call the test procedures with
17252 different commands.
17253
17254 2014-10-28 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17257 instead of GNATS numbers.
17258 * gdb.base/sigbpt.exp: Likewise.
17259 * gdb.base/siginfo.exp: Likewise.
17260 * gdb.base/sigstep.exp: Likewise.
17261
17262 2014-10-27 Pedro Alves <palves@redhat.com>
17263
17264 * gdb.base/sigstep.c (dummy): New global.
17265 (main): Issue a couple writes to the new global.
17266 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17267 procedures.
17268 (skip_over_handler): Use test_skip_handler.
17269 (top level): Call skip_over_handler for stepi and nexti too.
17270 (breakpoint_over_handler): Use test_skip_handler.
17271 (top level): Call breakpoint_over_handler for stepi and nexti too.
17272
17273 2014-10-27 Yao Qi <yao@codesourcery.com>
17274
17275 * gdb.trace/tfile.c (adjust_function_address)
17276 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17277 function descriptor.
17278
17279 2014-10-24 Don Breazeal <donb@codesourcery.com>
17280
17281 * gdb.base/foll-fork.exp (test_follow_fork,
17282 catch_fork_child_follow): Check for updated fork messages emitted
17283 from infrun.c.
17284 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17285 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17286 vfork_and_exec_child_follow_through_step): Check for updated vfork
17287 messages emitted from infrun.c.
17288
17289 2014-10-24 Pedro Alves <palves@redhat.com>
17290
17291 * gdb.base/corefile.exp: Remove references to ultrix.
17292 * gdb.base/interrupt.exp: Likewise.
17293 * gdb.base/whatis.exp: Likewise.
17294 * gdb.gdb/selftest.exp: Likewise.
17295 * gdb.threads/manythreads.exp: Likewise.
17296 * gdb.threads/print-threads.exp: Likewise.
17297 * gdb.threads/pthreads.exp:: Likewise.
17298 * gdb.threads/schedlock.exp: Likewise.
17299
17300 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17301
17302 * gdb.cp/non-trivial-retval.cc: Add a test case.
17303 * gdb.cp/non-trivial-retval.exp: Add a test.
17304
17305 2014-10-20 Yao Qi <yao@codesourcery.com>
17306
17307 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17308 * gdb.python/py-objfile-script-gdb.py: New file.
17309 * gdb.python/py-objfile-script.exp: Update reference to
17310 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17311 of remote_download. Remove the dest file.
17312
17313 2014-10-20 Yao Qi <yao@codesourcery.com>
17314
17315 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17316 * gdb.base/step-line.exp: Likewise.
17317 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17318 * gdb.dwarf2/dw2-basic.exp: Likewise.
17319 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17320 * gdb.dwarf2/dw2-filename.exp: Likewise.
17321 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17322 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17323 * gdb.dwarf2/dw2-producer.exp: Likewise.
17324 * gdb.dwarf2/mac-fileno.exp: Likewise.
17325 * gdb.python/py-frame-args.exp: Likewise.
17326 * gdb.python/py-framefilter.exp: Likewise.
17327 * gdb.python/py-mi.exp: Likewise.
17328 * gdb.python/py-objfile-script.exp: Likewise
17329 * gdb.python/py-pp-integral.exp: Likewise.
17330 * gdb.python/py-pp-re-notag.exp: Likewise.
17331 * gdb.python/py-prettyprint.exp: Likewise.
17332 * gdb.python/py-section-script.exp: Likewise.
17333 * gdb.python/py-typeprint.exp: Likewise.
17334 * gdb.python/py-xmethods.exp: Likewise.
17335 * gdb.stabs/weird.exp: Likewise.
17336 * gdb.xml/tdesc-regs.exp: Likewise.
17337
17338 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17339
17340 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17341 (out_cu): Use addr_len for the size of addresses.
17342 (out_line): Likewise. Size DW_LNE_set_address instruction
17343 according to addr_len.
17344 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17345 (FUNC): Add START_INSNS to definition.
17346
17347 2014-10-18 Yao Qi <yao@codesourcery.com>
17348
17349 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17350 gdb_has_argv0 return true.
17351 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17352 check [target_info exists noargs], check [gdb_has_argv0]
17353 instead.
17354 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17355 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17356 procedures.
17357
17358 2014-10-17 Doug Evans <dje@google.com>
17359
17360 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17361 event.
17362 * gdb.python/py-events.py: Add clear_objfiles event.
17363
17364 2014-10-17 Doug Evans <dje@google.com>
17365
17366 * gdb.python/py-objfile.exp: Test progspace attribute.
17367
17368 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17369
17370 * gdb.guile/scm-breakpoint.exp: Do not assume any
17371 directory separators when matching source file paths.
17372 * gdb.python/py-breakpoint.exp: Likewise.
17373 * gdb.reverse/break-precsave.exp: Likewise.
17374 * gdb.reverse/break-reverse.exp: Likewise.
17375 * gdb.reverse/consecutive-precsave.exp: Likewise.
17376 * gdb.reverse/finish-precsave.exp: Likewise.
17377 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17378 * gdb.reverse/finish-reverse.exp: Likewise.
17379 * gdb.reverse/i386-precsave.exp: Likewise.
17380 * gdb.reverse/i387-env-reverse.exp: Likewise.
17381 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17382 * gdb.reverse/machinestate-precsave.exp: Likewise.
17383 * gdb.reverse/machinestate.exp: Likewise.
17384 * gdb.reverse/sigall-precsave.exp: Likewise.
17385 * gdb.reverse/solib-precsave.exp: Likewise.
17386 * gdb.reverse/step-precsave.exp: Likewise.
17387 * gdb.reverse/until-precsave.exp: Likewise.
17388 * gdb.reverse/watch-precsave.exp: Likewise.
17389 * gdb.reverse/watch-reverse.exp: Likewise.
17390
17391 2014-10-17 Yao Qi <yao@codesourcery.com>
17392
17393 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17394 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17395
17396 2014-10-17 Pedro Alves <palves@redhat.com>
17397
17398 PR gdb/17471
17399 * gdb.base/bg-execution-repeat.c: New file.
17400 * gdb.base/bg-execution-repeat.exp: New file.
17401
17402 2014-10-17 Pedro Alves <palves@redhat.com>
17403
17404 PR gdb/17300
17405 * gdb.base/continue-all-already-running.c: New file.
17406 * gdb.base/continue-all-already-running.exp: New file.
17407
17408 2014-10-17 Pedro Alves <palves@redhat.com>
17409
17410 PR gdb/17472
17411 * gdb.base/annota-input-while-running.c: New file.
17412 * gdb.base/annota-input-while-running.exp: New file.
17413
17414 2014-10-17 Pedro Alves <palves@redhat.com>
17415
17416 * gdb.base/callfuncs.exp: emove references to osf.
17417 * gdb.base/sigall.exp: Likewise.
17418 * gdb.gdb/selftest.exp: Likewise.
17419 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17420 * gdb.mi/non-stop.c: Likewise.
17421 * gdb.mi/pthreads.c: Likewise.
17422 * gdb.reverse/sigall-precsave.exp: Likewise.
17423 * gdb.reverse/sigall-reverse.exp: Likewise.
17424 * gdb.threads/pthreads.c: Likewise.
17425 * gdb.threads/pthreads.exp: Likewise.
17426
17427 2014-10-17 Yao Qi <yao@codesourcery.com>
17428
17429 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17430 check 'target_info exists noargs'.
17431 (test_command_prompt_position): Likewise.
17432 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17433 Remove "set args".
17434 (progvar_simple_while_test): Likewise.
17435 (progvar_complex_if_while_test): Likewise.
17436 (if_while_breakpoint_command_test): Likewise.
17437 (infrun_breakpoint_command_test): Likewise.
17438 (breakpoint_command_test): Likewise.
17439 (watchpoint_command_test): Likewise.
17440 (bp_deleted_in_command_test): Likewise.
17441 (temporary_breakpoint_commands): Likewise.
17442
17443 2014-10-16 Yao Qi <yao@codesourcery.com>
17444
17445 * gdb.base/remotetimeout.exp: Remove noargs checking.
17446
17447 2014-10-15 Pedro Alves <palves@redhat.com>
17448
17449 PR breakpoints/9649
17450 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17451 * gdb.base/breakpoint-in-ro-region.exp
17452 (probe_target_hardware_step): New procedure.
17453 (top level): Probe hardware stepping and hardware breakpoint
17454 support. Test stepping through a read-only region, with both
17455 "breakpoint auto-hw" on and off and both "always-inserted" on and
17456 off.
17457
17458 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17459
17460 * gdb.dlang/demangle.exp: Update for demangling changes.
17461
17462 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17463
17464 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17465 * gdb.cp/non-trivial-retval.exp: Add new tests.
17466
17467 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17468
17469 PR c++/13403
17470 PR c++/15154
17471 * gdb.cp/non-trivial-retval.cc: New file.
17472 * gdb.cp/non-trivial-retval.exp: New file.
17473
17474 2014-10-15 Yao Qi <yao@codesourcery.com>
17475
17476 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17477 remote host.
17478
17479 2014-10-15 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.python/py-symbol.exp: Match file base name if host is
17482 remote, otherwise match file name with dir name.
17483 * gdb.python/py-symtab.exp: Likewise.
17484 * gdb.python/python.exp: Likewise.
17485
17486 2014-10-15 Yao Qi <yao@codesourcery.com>
17487
17488 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17489 pattern.
17490 * gdb.python/py-symtab.exp: Likewise.
17491 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17492 locationn.
17493
17494 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17495
17496 * gdb.ada/addr_arith: New testcase.
17497
17498 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17499
17500 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17501 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17502 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17503 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17504
17505 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17506
17507 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17508 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17509 * gdb.arch/stap-eval-lang-ada.exp: New file.
17510
17511 2014-10-14 Yao Qi <yao@codesourcery.com>
17512
17513 * gdb.mi/mi-var-child.c (nothing1): New function.
17514 (nothing2): New function.
17515 (do_children_tests): Set function pointers by nothing1 and
17516 nothing2.
17517 * gdb.mi/mi-var-child.exp: Step over new added statements.
17518 Update test to match the new output.
17519 * gdb.mi/var-cmd.c (nothing1): New function.
17520 (nothing2): New function.
17521 (do_children_tests): Set function pointers by nothing1 and
17522 nothing2.
17523 * gdb.mi/mi-var-display.exp: Update test to match output.
17524 Step to the line specified by $line_dct_nothing.
17525 Increase the number of lines to step.
17526
17527 2014-10-14 Yao Qi <yao@codesourcery.com>
17528
17529 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17530 tests.
17531 * gdb.mi/mi2-var-child.exp: Likewise.
17532
17533 2014-10-13 Doug Evans <dje@google.com>
17534
17535 * gdb.python/py-objfile.exp: Change name of file name test.
17536
17537 2014-10-13 Doug Evans <dje@google.com>
17538
17539 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17540 from the start of the CU.
17541
17542 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17543 Yao Qi <yao@codesourcery.com>
17544
17545 Fix "save breakpoints" for "catch" command.
17546 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17547 Remove -nonewline. Match also the added "main" line.
17548
17549 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17550
17551 Fix "save breakpoints" for "disable $bpnum" command.
17552 * gdb.base/save-bp.c (main): Add label.
17553 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17554
17555 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17556
17557 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17558
17559 2014-10-11 Yao Qi <yao@codesourcery.com>
17560
17561 * gdb.server/server-kill.exp: Execute command
17562 "set remote trace-status-packet on" before "tstatus".
17563
17564 2014-10-11 Yao Qi <yao@codesourcery.com>
17565
17566 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17567 (main): Call getppid.
17568 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17569 and continue to it. Read variable "server_pid".
17570
17571 2014-10-11 Yao Qi <yao@codesourcery.com>
17572
17573 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17574
17575 2014-10-11 Yao Qi <yao@codesourcery.com>
17576
17577 * gdb.threads/thread-find.exp: Don't execute command
17578 "info threads".
17579 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17580 * gdb.threads/linux-dp.exp: Don't check the condition
17581 $threads_created equals to zero.
17582
17583 2014-10-10 Pedro Alves <palves@redhat.com>
17584
17585 * gdb.base/bigcore.exp: Remove references to IRIX.
17586 * gdb.base/funcargs.exp: Likewise.
17587 * gdb.base/interrupt.exp: Likewise.
17588 * gdb.base/mips_pro.exp: Likewise.
17589 * gdb.base/nodebug.exp: Likewise.
17590 * gdb.base/setvar.exp: Likewise.
17591 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17592
17593 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17594 Pedro Alves <palves@redhat.com>
17595
17596 PR symtab/14466
17597 * gdb.base/vdso-warning.c: New file.
17598 * gdb.base/vdso-warning.exp: New file.
17599
17600 2014-10-02 Doug Evans <dje@google.com>
17601
17602 * gdb.base/structs.c (main): Don't run forever.
17603
17604 2014-10-02 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17607 (top level) <stop threads 1, stop threads 2>: Use it.
17608
17609 2014-10-02 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.threads/break-while-running.exp (test): Add new
17612 'update_thread_list' argument. Skip "info threads" if false.
17613 (top level): Add new 'update_thread_list' axis.
17614
17615 2014-10-02 Pedro Alves <palves@redhat.com>
17616
17617 PR breakpoints/17431
17618 * gdb.base/execl-update-breakpoints.c: New file.
17619 * gdb.base/execl-update-breakpoints.exp: New file.
17620
17621 2014-10-01 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.base/breakpoint-in-ro-region.c: New file.
17624 * gdb.base/breakpoint-in-ro-region.exp: New file.
17625
17626 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17627
17628 * gdb.mi/mi-exit-code.exp: New file.
17629 * gdb.mi/mi-exit-code.c: New file.
17630
17631 2014-09-30 Yao Qi <yao@codesourcery.com>
17632
17633 * lib/prelink-support.exp (build_executable_own_libs): Error if
17634 the target isn't native.
17635
17636 2014-09-30 Yao Qi <yao@codesourcery.com>
17637
17638 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17639 false.
17640
17641 2014-09-22 Pedro Alves <palves@redhat.com>
17642
17643 * gdb.threads/break-while-running.exp: New file.
17644 * gdb.threads/break-while-running.c: New file.
17645
17646 2014-09-19 Yao Qi <yao@codesourcery.com>
17647
17648 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17649 Invoke test. Restart GDB with --readnow and invoke test again.
17650
17651 2014-09-19 Yao Qi <yao@codesourcery.com>
17652
17653 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17654 proc set_breakpoint_on_gcd_function. Invoke
17655 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17656 invoke set_breakpoint_on_gcd_function again.
17657
17658 2014-09-18 Doug Evans <dje@google.com>
17659
17660 * gdb.dwarf2/symtab-producer.exp: New file.
17661
17662 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17663
17664 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17665 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17666 * gdb.base/global-var-nested-by-dso.c: Likewise.
17667 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17668
17669 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17670 Pedro Alves <palves@redhat.com>
17671
17672 * gdb.base/watch-bitfields.exp: Pass string other than test file
17673 name to prepare_for_testing.
17674 (watch): New procedure.
17675 (expect_watchpoint): Use with_test_prefix.
17676 (top level): Factor out tests to ...
17677 (test_watch_location, test_regular_watch): ... these new
17678 procedures, and use with_test_prefix and gdb_continue_to_end.
17679
17680 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17681
17682 PR breakpoints/12526
17683 * gdb.base/watch-bitfields.exp: New file.
17684 * gdb.base/watch-bitfields.c: New file.
17685
17686 2014-09-16 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17689 software and hardware addresses, not software address against
17690 itself.
17691
17692 2014-09-16 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17695 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17696
17697 2014-09-16 Pedro Alves <palves@redhat.com>
17698
17699 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17700 files.
17701 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17702 "*-*-vxworks*" throughout.
17703 * gdb.base/break.exp: Likewise.
17704 * gdb.base/default.exp: Likewise.
17705 * gdb.base/scope.exp: Likewise.
17706 * gdb.base/sepdebug.exp: Likewise.
17707 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17708 throughout.
17709 * gdb.base/run.c: Likewise.
17710 * gdb.base/sepdebug.c: Likewise.
17711 * gdb.hp/gdb.aCC/run.c: Likewise.
17712 * gdb.reverse/until-reverse.c: Likewise.
17713 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17714
17715 2014-09-16 Yao Qi <yao@codesourcery.com>
17716
17717 * boards/local-remote-host-native.exp: New file.
17718
17719 2014-09-14 Doug Evans <xdje42@gmail.com>
17720
17721 * gdb.threads/queue-signal.c (thread_count): New variable.
17722 (thread_count_mutex, thread_count_condvar): New variables.
17723 (incr_thread_count, wait_all_threads_running): New functions.
17724 (main): Wait for all threads to be in their thread functions.
17725
17726 2014-09-13 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.threads/queue-signal.c: New file.
17729 * gdb.threads/queue-signal.exp: New file.
17730
17731 2014-09-13 Doug Evans <xdje42@gmail.com>
17732
17733 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17734 be consistent with what default_gdb_init uses.
17735 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17736 the plain text of the prompt. Add some logging printfs.
17737 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17738
17739 2014-09-12 Pedro Alves <palves@redhat.com>
17740
17741 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17742 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17743 * gdb.arch/i386-size-overlap.exp: Likewise.
17744 * gdb.arch/i386-size.exp: Likewise.
17745 * gdb.arch/i386-unwind.exp: Likewise.
17746 * gdb.base/a2-run.exp: Likewise.
17747 * gdb.base/break.exp: Likewise.
17748 * gdb.base/charset.exp: Likewise.
17749 * gdb.base/chng-syms.exp: Likewise.
17750 * gdb.base/commands.exp: Likewise.
17751 * gdb.base/dbx.exp: Likewise.
17752 * gdb.base/find.exp: Likewise.
17753 * gdb.base/funcargs.exp: Likewise.
17754 * gdb.base/jit-simple.exp: Likewise.
17755 * gdb.base/reread.exp: Likewise.
17756 * gdb.base/sepdebug.exp: Likewise.
17757 * gdb.base/step-bt.exp: Likewise.
17758 * gdb.cp/mb-inline.exp: Likewise.
17759 * gdb.cp/mb-templates.exp: Likewise.
17760 * gdb.objc/basicclass.exp: Likewise.
17761 * gdb.threads/killed.exp: Likewise.
17762
17763 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17764
17765 PR tdep/17379
17766 * gdb.arch/powerpc-stackless.S: New file.
17767 * gdb.arch/powerpc-stackless.exp: New file.
17768
17769 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17770
17771 * gdb.base/attach.c: Include unistd.h.
17772 (main): Call alarm. Add label postloop.
17773 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17774 gdb_breakpoint, gdb_continue_to_breakpoint.
17775 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17776
17777 2014-09-11 Pedro Alves <palves@redhat.com>
17778
17779 PR gdb/17347
17780 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17781 * gdb.base/attach.exp (test_command_line_attach_run): New
17782 procedure.
17783 (top level): Call it.
17784
17785 2014-09-11 Pedro Alves <palves@redhat.com>
17786
17787 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17788 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17789 (do_command_attach_tests): Use spawn_wait_for_attach.
17790 * gdb.base/solib-overlap.exp: Likewise.
17791 * gdb.multi/multi-attach.exp: Likewise.
17792 * gdb.python/py-prompt.exp: Likewise.
17793 * gdb.python/py-sync-interp.exp: Likewise.
17794 * gdb.server/ext-attach.exp: Likewise.
17795
17796 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17797
17798 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17799 command in testcase. Simplify testcase.
17800
17801 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17802
17803 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17804
17805 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17806
17807 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17808
17809 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17810
17811 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17812
17813 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17814
17815 * gdb.dwarf2/dynarr-ptr.c: New file.
17816 * gdb.dwarf2/dynarr-ptr.exp: New file.
17817
17818 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17819
17820 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17821 of 30 rather than hardcoding 120 for a slow test case. Take the
17822 `gdb,timeout' target setting into account for this calculation.
17823 Don't extend the timeout for the test cases that don't need it.
17824
17825 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17826
17827 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17828 a factor of 2 for a slow test case. Take the `gdb,timeout'
17829 target setting into account for this calculation.
17830 * gdb.reverse/until-precsave.exp: Increase the timeout by
17831 a factor of 15 and 3 respectively rather than adding 120
17832 for a pair of slow test cases. Take the `gdb,timeout'
17833 target setting into account for this calculation.
17834
17835 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17836
17837 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17838 timeout, don't pass one down to gdb_expect.
17839 (gdb_expect): Rework timeout selection.
17840
17841 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17842
17843 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17844 exception on timeout.
17845 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17846 (gdbserver_start_extended): Catch any `gdbserver_start' error
17847 exceptions.
17848 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17849 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17850 `gdbserver_gdb_load' error exceptions.
17851
17852 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17853
17854 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17855 120 on waiting for the TCP socket to open.
17856
17857 2014-09-09 Doug Evans <xdje42@gmail.com>
17858
17859 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17860 _caller_matches, _any_caller_is, _any_caller_matches.
17861
17862 2014-09-09 Doug Evans <xdje42@gmail.com>
17863
17864 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17865
17866 2014-09-09 Yao Qi <yao@codesourcery.com>
17867
17868 * gdb.mi/mi-var-display.exp: Set print symbol off.
17869
17870 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17871
17872 PR gdb/17035
17873 * gdb.base/commands.exp: Add tests to verify user-defined
17874 commands with empty bodies.
17875 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17876 python commands in `show user command`.
17877 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17878 scheme commands in `show user command`.
17879
17880 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17881
17882 PR python/17355
17883 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
17884 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
17885 * gdb.python/py-framefilter-invalidarg.exp: New file.
17886 * gdb.python/py-framefilter-invalidarg.py: New file.
17887
17888 2014-09-06 Doug Evans <xdje42@gmail.com>
17889
17890 PR 15276
17891 * gdb.python/py-caller-is.c: New file.
17892 * gdb.python/py-caller-is.exp: New file.
17893
17894 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
17895
17896 PR gdb/17235
17897 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
17898 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
17899
17900 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
17901
17902 PR fortran/17237
17903 * gdb.fortran/print-formatted.exp: New file.
17904 * gdb.fortran/print-formatted.f90: Likewise.
17905
17906 2014-09-03 Sasha Smundak <asmundak@google.com>
17907
17908 * gdb.python/py-frame.exp: Test Frame.read_register.
17909
17910 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
17911
17912 PR python/16699
17913 * gdb.python/py-completion.exp: New file.
17914 * gdb.python/py-completion.py: Likewise.
17915
17916 2014-08-28 Doug Evans <dje@google.com>
17917
17918 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
17919 eax,etc. are live with values set by gdb and thus the compiler can't
17920 use them.
17921 * gdb.arch/i386-pseudo.c (main): Ditto.
17922
17923 2014-08-27 Doug Evans <dje@google.com>
17924
17925 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17926
17927 2014-08-25 Doug Evans <dje@google.com>
17928
17929 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17930 (main): Ditto.
17931
17932 2014-08-25 Doug Evans <dje@google.com>
17933
17934 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17935
17936 2014-08-24 Yao Qi <yao@codesourcery.com>
17937
17938 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17939 symbol off.
17940 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17941
17942 2014-08-22 Doug Evans <dje@google.com>
17943
17944 PR 17276
17945 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17946 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17947 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17948
17949 2014-08-22 Yao Qi <yao@codesourcery.com>
17950
17951 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17952 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17953 * gdb.python/python.exp: Likewise. Use .py file on the host
17954 instead of the build.
17955
17956 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17957
17958 * gdb.threads/gcore-stale-thread.c: New file.
17959 * gdb.threads/gcore-stale-thread.exp: New file.
17960
17961 2014-08-21 Pedro Alves <palves@redhat.com>
17962
17963 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17964 * gdb.base/gcore-relro-pie.exp: Likewise.
17965 * gdb.base/gcore-relro.exp: Likewise.
17966 * gdb.base/gcore.exp: Likewise.
17967 * gdb.base/print-symbol-loading.exp: Likewise.
17968 * gdb.threads/gcore-thread.exp: Likewise.
17969 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17970
17971 2014-08-20 Pedro Alves <palves@redhat.com>
17972 Jan Kratochvil <jan.kratochvil@redhat.com>
17973
17974 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17975 configure.
17976 (EXPECT): Handle READ1 being set.
17977 (all): Depend on EXTRA_RULES.
17978 (check-read1, expect-read1, read1.so, read1): New rules.
17979 * README (Testsuite Parameters): Document the READ1 make variable.
17980 (Race detection): New section.
17981 * configure: Regenerate.
17982 * configure.ac: If build==host==target, and running under a
17983 GNU/glibc system, add read1 to the extra Makefile rules.
17984 (EXTRA_RULES): AC_SUBST it.
17985 * lib/read1.c: New file.
17986
17987 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17988
17989 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17990 the handling of variables declared as a typedef to an array
17991 which a DW_AT_data_location attribute.
17992
17993 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17994 Pedro Alves <palves@redhat.com>
17995
17996 PR symtab/14604
17997 PR symtab/14605
17998 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17999 gdb_test.
18000
18001 2014-08-19 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18004
18005 2014-08-19 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18008 right line.
18009
18010 2014-08-18 David Blaikie <dblaikie@gmail.com>
18011
18012 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18013
18014 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18015
18016 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18017 attribute in array range.
18018
18019 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18020
18021 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18022
18023 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18024
18025 PR c++/17132
18026 * gdb.cp/pr17132.cc: New file.
18027 * gdb.cp/pr17132.exp: New file.
18028
18029 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18030
18031 * gdb.python/py-xmethods.py (A_getarrayind)
18032 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18033 Use 'print' with function call syntax.
18034 (E_method_matcher.match): Fix tab vs space indentation mixup.
18035
18036 2014-08-15 Yao Qi <yao@codesourcery.com>
18037
18038 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18039 false.
18040
18041 2014-08-15 Yao Qi <yao@codesourcery.com>
18042
18043 * gdb.cp/casts.exp: Set print symbol off.
18044 * gdb.cp/class2.exp: Likewise.
18045 * gdb.cp/overload.exp: Likewise.
18046 * gdb.cp/templates.exp: Likewise.
18047
18048 2014-08-11 Doug Evans <dje@google.com>
18049
18050 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18051 (test_load_shlib): Update.
18052
18053 2014-08-09 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.base/display.exp: Invoke is_address_zero_readable.
18056 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18057 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18058 * gdb.base/hbreak-unmapped.exp: Return if
18059 is_address_zero_readable returns true.
18060 * gdb.base/signest.exp: Likewise.
18061 * gdb.base/signull.exp: Likewise.
18062 * gdb.base/sigbpt.exp: Likewise.
18063 * gdb.guile/scm-disasm.exp: Do the test if
18064 is_address_zero_readable returns false.
18065 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18066 * gdb.python/py-arch.exp: Likewise.
18067 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18068 * lib/gdb.exp (is_address_zero_readable): New proc.
18069
18070 2014-08-09 Yao Qi <yao@codesourcery.com>
18071
18072 PR testsuite/13443
18073 * gdb.mi/mi-var-display.exp: Make test messages unique.
18074
18075 2014-08-04 Tom Tromey <tromey@redhat.com>
18076
18077 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18078 target 0".
18079
18080 2014-08-04 Tom Tromey <tromey@redhat.com>
18081
18082 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18083 "target_resume".
18084
18085 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18086
18087 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18088 inner_vla_struct_object_size.
18089 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18090 as xfail.
18091
18092 2014-07-30 Pedro Alves <palves@redhat.com>
18093
18094 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18095 comment.
18096
18097 2014-07-29 Yao Qi <yao@codesourcery.com>
18098
18099 PR gdb/17206
18100 * gdb.base/until-nodebug.exp: New.
18101
18102 2014-07-28 Doug Evans <xdje42@gmail.com>
18103
18104 PR guile/17203
18105 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18106 previously existing parameter, and previously ambiguously spelled
18107 parameter.
18108
18109 2014-07-28 Will Newton <will.newton@linaro.org>
18110
18111 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18112
18113 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18114 Doug Evans <xdje42@gmail.com>
18115
18116 PR guile/17146
18117 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18118
18119 2014-07-25 Pedro Alves <palves@redhat.com>
18120
18121 * gdb.threads/signal-command-handle-nopass.c: New file.
18122 * gdb.threads/signal-command-handle-nopass.exp: New file.
18123 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18124 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18125 * gdb.threads/signal-delivered-right-thread.c: New file.
18126 * gdb.threads/signal-delivered-right-thread.exp: New file.
18127
18128 2014-07-25 Pedro Alves <palves@redhat.com>
18129
18130 * gdb.base/double-prompt-target-event-error.exp
18131 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18132 match.
18133 (cancel_pagination_in_target_event): Rework double prompt
18134 detection.
18135 * gdb.base/paginate-after-ctrl-c-running.exp
18136 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18137 <return>' match.
18138 * gdb.base/paginate-bg-execution.exp
18139 (test_bg_execution_pagination_return)
18140 (test_bg_execution_pagination_cancel): Remove '-notransfer
18141 <return>' matches.
18142 * gdb.base/paginate-execution-startup.exp
18143 (test_fg_execution_pagination_return)
18144 (test_fg_execution_pagination_cancel): Remove '-notransfer
18145 <return>' matches.
18146 * gdb.base/paginate-inferior-exit.exp
18147 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18148 match.
18149 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18150 * lib/gdb.exp (pagination_prompt): Run text through
18151 string_to_regexp.
18152 (gdb_test_multiple): Match $pagination_prompt instead of
18153 "<return>".
18154 (string_to_regexp): Move to lib/gdb-utils.exp.
18155
18156 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18157
18158 * gdb.arch/amd64-entry-value-paramref.S: New file.
18159 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18160 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18161 * gdb.arch/amd64-optimout-repeat.S: New file.
18162 * gdb.arch/amd64-optimout-repeat.c: New file.
18163 * gdb.arch/amd64-optimout-repeat.exp: New file.
18164
18165 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18166
18167 PR gdb/17170
18168 * gdb.base/statistics.exp: New file.
18169
18170 2014-07-17 Doug Evans <dje@google.com>
18171
18172 PR gdb/17170
18173 * gdb.base/maint.exp: Update testing of per-command stats.
18174
18175 2014-07-16 Pedro Alves <palves@redhat.com>
18176
18177 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18178 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18179 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18180 (tfile_write_buf): New functions.
18181 (add_memory_block): Rewrite using the above.
18182 (adjust_function_address): New function.
18183 (FUNCTION_ADDRESS): New macro.
18184 (write_basic_trace_file): Remove short_x local, and use
18185 tfile_write_16. Change type of func_addr local to unsigned long
18186 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18187 here. Cast argument of add_memory_block to char pointer.
18188 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18189 (main): Remove parameters.
18190 * gdb.trace/tfile.exp: Remove nowarnings.
18191
18192 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18193
18194 * gdb.base/debug-expr.exp: Test string evaluation with
18195 "debug expression" on.
18196
18197 2014-07-15 Pedro Alves <palves@redhat.com>
18198
18199 * gdb.base/reread.exp: Use clean_restart.
18200
18201 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18202
18203 * gdb.arch/avr-flash-qualifer.c: New.
18204 * gdb.arch/avr-flash-qualifer.exp: New.
18205
18206 2014-07-14 Pedro Alves <palves@redhat.com>
18207
18208 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18209 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18210
18211 2014-07-14 Pedro Alves <palves@redhat.com>
18212
18213 * gdb.base/double-prompt-target-event-error.c: New file.
18214 * gdb.base/double-prompt-target-event-error.exp: New file.
18215
18216 2014-07-14 Pedro Alves <palves@redhat.com>
18217
18218 PR gdb/17072
18219 * gdb.base/paginate-inferior-exit.c: New file.
18220 * gdb.base/paginate-inferior-exit.exp: New file.
18221
18222 2014-07-14 Pedro Alves <palves@redhat.com>
18223
18224 PR gdb/17072
18225 * gdb.base/paginate-bg-execution.c: New file.
18226 * gdb.base/paginate-bg-execution.exp: New file.
18227
18228 2014-07-14 Pedro Alves <palves@redhat.com>
18229
18230 PR gdb/17072
18231 * gdb.base/paginate-execution-startup.c: New file.
18232 * gdb.base/paginate-execution-startup.exp: New file.
18233 * lib/gdb.exp (pagination_prompt): New global.
18234 (default_gdb_spawn): New procedure, factored out from
18235 default_gdb_spawn.
18236 (default_gdb_start): Adjust to call default_gdb_spawn.
18237 (gdb_spawn): New procedure.
18238
18239 2014-07-14 Pedro Alves <palves@redhat.com>
18240
18241 * lib/gdb.exp (gdb_assert): New procedure.
18242 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18243
18244 2014-07-14 Pedro Alves <palves@redhat.com>
18245
18246 * gdb.base/execution-termios.c: New file.
18247 * gdb.base/execution-termios.exp: New file.
18248
18249 2014-07-14 Tom Tromey <tromey@redhat.com>
18250
18251 * gdb.cp/vla-cxx.cc: New file.
18252 * gdb.cp/vla-cxx.exp: New file.
18253
18254 2014-07-14 Tom Tromey <tromey@redhat.com>
18255
18256 * gdb.reverse/rerun-prec.c: New file.
18257 * gdb.reverse/rerun-prec.exp: New file.
18258
18259 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18260 Maciej W. Rozycki <macro@codesourcery.com>
18261
18262 * lib/gdb-utils.exp: New file.
18263 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18264 inline `gdb_init_command' processing.
18265 (gdb_start_cmd): Likewise.
18266 * lib/mi-support.exp (mi_run_cmd): Likewise.
18267 * README: Document `gdb_init_command' and `gdb_init_commands'.
18268
18269 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18270
18271 Fix false FAIL running under a very long directory name.
18272 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18273 and "set print elements 10000". Twice.
18274
18275 2014-07-11 Yao Qi <yao@codesourcery.com>
18276
18277 * gdb.base/exprs.exp: "set print symbol off".
18278
18279 2014-07-11 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.threads/kill.c: New file.
18282 * gdb.threads/kill.exp: New file.
18283
18284 2014-07-10 Yao Qi <yao@codesourcery.com>
18285
18286 * gdb.trace/tfile.c (write_basic_trace_file)
18287 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18288 address written to trace file.
18289
18290 2014-07-09 Pedro Alves <palves@redhat.com>
18291
18292 * gdb.base/attach-wait-input.exp: New file.
18293 * gdb.base/attach-wait-input.c: New file.
18294
18295 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18296
18297 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18298 setting up test structures.
18299 (main): Call new test function.
18300 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18301 test function, continue into test function and walk test
18302 structures.
18303
18304 2014-07-02 Yao Qi <yao@codesourcery.com>
18305
18306 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18307 'bar_start' at the beginning of functions 'foo' and 'bar'
18308 respectively.
18309 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18310 instead of 'foo' and 'bar'.
18311
18312 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18313
18314 * gdb.btrace/segv.exp: New.
18315 * gdb.btrace/segv.c: New.
18316
18317 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18318
18319 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18320 instruction.
18321
18322 2014-06-30 Mark Wielaard <mjw@redhat.com>
18323
18324 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18325 vulture, vilify, villar): New volatile array constants.
18326 (vindictive, vegetation): New const volatile array constants.
18327 * gdb.base/volatile.exp: Test volatile and const volatile array
18328 types.
18329
18330 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18331
18332 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18333 target lacks support for awatch, rwatch, or hbreak.
18334
18335 2014-06-27 Yao Qi <yao@codesourcery.com>
18336
18337 * gdb.multi/dummy-frame-restore.exp: New.
18338 * gdb.multi/dummy-frame-restore.c: New.
18339
18340 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18341
18342 * gdb.btrace/gcore.exp: New.
18343
18344 2014-06-23 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.base/watchpoint-reuse-slot.c: New file.
18347 * gdb.base/watchpoint-reuse-slot.exp: New file.
18348
18349 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18350
18351 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18352 progspace's filename in 'info', 'enable' and 'disable' command
18353 tests.
18354
18355 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18356
18357 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18358 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18359 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18360
18361 2014-06-20 Gary Benson <gbenson@redhat.com>
18362
18363 * gdb.arch/i386-avx.exp: Fix include file location.
18364 * gdb.arch/i386-sse.exp: Likewise.
18365
18366 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18367
18368 * gdb.dlang/expression.exp: New file.
18369
18370 2014-06-19 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18373 out from ...
18374 (top level): ... here. Iterate running tests under different
18375 scheduler-locking settings.
18376
18377 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18378
18379 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18380 to DW_FORM_addr and use non-zero addresses.
18381
18382 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18383
18384 PR gdb/17017
18385 * gdb.python/py-xmethods.cc: Add global function call counters and
18386 increment them in their respective functions. Remove "cout"
18387 statements.
18388 * gdb.python/py-xmethods.exp: Make tests check the global function
18389 call counters instead of depending on inferior IO.
18390
18391 2014-06-18 Don Breazeal <donb@codesourcery.com>
18392
18393 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18394 Deleted procedure.
18395 (explicit_fork_parent_follow): Deleted procedure.
18396 (explicit_fork_child_follow): Deleted procedure.
18397 (test_follow_fork): New procedure.
18398 (do_fork_tests): Replace calls to deleted procedures with
18399 calls to test_follow_fork and reset GDB for subsequent
18400 procedure calls.
18401
18402 2014-06-17 Yao Qi <yao@codesourcery.com>
18403
18404 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18405 CP1252.
18406
18407 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18408
18409 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18410 Initialize ptr and S explicitly.
18411 (skip_type_update_when_not_use_rtti_test): Likewise.
18412
18413 2014-06-16 Keith Seitz <keiths@redhat.com>
18414
18415 PR mi/15863
18416 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18417 the inferior is started.
18418
18419 2014-06-16 Pedro Alves <palves@redhat.com>
18420
18421 * gdb.base/break-main-file-remove-fail.c: New file.
18422 * gdb.base/break-main-file-remove-fail.exp: New file.
18423 * gdb.base/break-unload-file.exp: Use build_executable instead of
18424 prepare_for_testing.
18425 (test_break): New parameter "initial_load". Handle it.
18426 (top level): Add initial_load cmdline/file axis.
18427
18428 2014-06-12 Tom Tromey <tromey@redhat.com>
18429
18430 * gdb.base/completion.exp: Don't use directory name in test.
18431
18432 2014-06-09 Gary Benson <gbenson@redhat.com>
18433
18434 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18435 separate the always-available ANSI-standard signals from the
18436 signals that require checking.
18437 (main): Likewise.
18438 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18439 Likewise.
18440 (main): Likewise.
18441
18442 2014-06-07 Keith Seitz <keiths@redhat.com>
18443
18444 Revert:
18445 PR c++/16253
18446 * gdb.cp/var-tag.cc: New file.
18447 * gdb.cp/var-tag.exp: New file.
18448 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18449 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18450 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18451 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18452
18453 2014-06-06 Doug Evans <xdje42@gmail.com>
18454
18455 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18456
18457 2014-06-06 Pedro Alves <palves@redhat.com>
18458
18459 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18460 in target debug output instead of looking at RSP packets,
18461 disabling the test on any target that uses hardware stepping.
18462 Update comments.
18463
18464 2014-06-06 Pedro Alves <palves@redhat.com>
18465
18466 * gdb.base/break-unload-file.exp: Fix typo.
18467
18468 2014-06-06 Yao Qi <yao@codesourcery.com>
18469
18470 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18471 from "jit_function" to "^jit_function".
18472
18473 2014-06-06 Yao Qi <yao@codesourcery.com>
18474
18475 * gdb.base/async.c (foo): Add one statement.
18476 * gdb.base/async.exp: Get the next instruction address and
18477 match the output of "nexti" by instruction address. Match
18478 the hex address in the output of "finish".
18479
18480 2014-06-06 Gary Benson <gbenson@redhat.com>
18481
18482 * gdb.base/call-signals.c: Remove preprocessor conditionals
18483 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18484 SIGSEGV and SIGTERM.
18485 * gdb.base/sigall.c: Likewise.
18486 * gdb.base/unwindonsignal.c: Likewise.
18487 * gdb.reverse/sigall-reverse.c: Likewise.
18488
18489 2014-06-06 Yao Qi <yao@codesourcery.com>
18490
18491 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18492 readable, skip the test.
18493
18494 2014-06-06 Yao Qi <yao@codesourcery.com>
18495
18496 * gdb.threads/staticthreads.c (thread_function): Move the line
18497 setting breakpoint on forward.
18498 * gdb.threads/staticthreads.exp: Update comments.
18499
18500 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18501
18502 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18503 "history-append! type error".
18504
18505 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18506
18507 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18508 erroneous dprintf expected input.
18509
18510 2014-06-04 Doug Evans <xdje42@gmail.com>
18511
18512 * gdb.guile/scm-generics.exp: Delete.
18513
18514 2014-06-04 Doug Evans <xdje42@gmail.com>
18515
18516 * gdb.guile/scm-breakpoint.exp: Update.
18517 Add tests for breakpoint registration.
18518
18519 2014-06-04 Tom Tromey <tromey@redhat.com>
18520
18521 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18522 VLA-in-union.
18523 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18524 inner_vla_struct, vla_union types. Initialize objects of those
18525 types and compute their sizes.
18526
18527 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18528 Hui Zhu <hui@codesourcery.com>
18529
18530 * gdb.base/fileio.exp: Add test for shell not available as well as
18531 available.
18532 * gdb.base/fileio.c (test_system): Check for shell twice.
18533
18534 2014-06-04 Yao Qi <yao@codesourcery.com>
18535
18536 * gdb.base/auto-connect-native-target.exp: Remove redundant
18537 space from the regexp pattern.
18538
18539 2014-06-04 Yao Qi <yao@codesourcery.com>
18540
18541 * gdb.base/default.exp: Replace "child" with "native" in
18542 regexp pattern.
18543
18544 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18545
18546 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18547 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18548 * gdb.python/py-xmethods.py: Python script supporting the
18549 new testcase and tests.
18550
18551 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18552 Pedro Alves <palves@redhat.com>
18553
18554 PR breakpoints/17000
18555 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18556 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18557
18558 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18559
18560 * gdb.base/subst.exp: Add tests to verify partial path matching
18561 output.
18562
18563 2014-06-03 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18566 target that doesn't use software single-stepping.
18567
18568 2014-06-03 Pedro Alves <palves@redhat.com>
18569
18570 PR breakpoints/17000
18571 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18572 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18573
18574 2014-06-02 Doug Evans <xdje42@gmail.com>
18575
18576 * gdb.guile/scm-parameter.exp: New file.
18577
18578 2014-06-02 Doug Evans <xdje42@gmail.com>
18579
18580 * gdb.guile/scm-cmd.c: New file.
18581 * gdb.guile/scm-cmd.exp: New file.
18582
18583 2014-06-02 Doug Evans <xdje42@gmail.com>
18584
18585 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18586 pretty-printer lookup.
18587 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18588 (make-pp_s-printer): Call it.
18589 (make-pretty-printer-from-dict): New function.
18590 (lookup-pretty-printer-maker-from-dict): New function.
18591 (*pretty-printer*): Simplify.
18592 (make-objfile-pp_s-printer): New function.
18593 (install-objfile-pretty-printers!): New function.
18594 (make-progspace-pp_s-printer): New function.
18595 (install-progspace-pretty-printers!): New function.
18596 * gdb.guile/scm-progspace.c: New file.
18597 * gdb.guile/scm-progspace.exp: New file.
18598
18599 2014-06-02 Pedro Alves <palves@redhat.com>
18600
18601 * gdb.base/dprintf-bp-same-addr.c: New file.
18602 * gdb.base/dprintf-bp-same-addr.exp: New file.
18603
18604 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18605
18606 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18607 * gdb.arch/powerpc-power.s: Likewise.
18608
18609 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18610
18611 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18612
18613 2014-06-01 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.base/watchpoint.exp (test_watch_location): Check null
18616 pointer can be dereferenced. If not, do the test, otherwise
18617 skip it.
18618
18619 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18620
18621 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18622 results.
18623 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18624
18625 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18626
18627 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18628 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18629 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18630 * gdb.arch/amd64-invalid-stack-top.c: New file.
18631 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18632
18633 2014-05-30 Pedro Alves <palves@redhat.com>
18634
18635 PR breakpoints/17000
18636 * gdb.base/sss-bp-on-user-bp.c: New file.
18637 * gdb.base/sss-bp-on-user-bp.exp: New file.
18638
18639 2014-05-30 David Blaikie <dblaikie@gmail.com>
18640
18641 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18642 gnu_inline semantics via attribute.
18643 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18644 source explicitly specifies the required semantics.
18645
18646 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18647
18648 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18649
18650 2014-05-29 Pedro Alves <palves@redhat.com>
18651 Tom Tromey <tromey@redhat.com>
18652
18653 * gdb.base/async-shell.exp: Don't enable target-async.
18654 * gdb.base/async.exp
18655 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18656 parameter. Adjust.
18657 (top level): Don't test with "target-async".
18658 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18659 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18660 * gdb.base/inferior-died.exp: Don't enable target-async.
18661 * gdb.base/interrupt-noterm.exp: Likewise.
18662 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18663 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18664 * gdb.mi/mi-nonstop.exp: Likewise.
18665 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18666 * gdb.mi/mi-nsintrall.exp: Likewise.
18667 * gdb.mi/mi-nsmoribund.exp: Likewise.
18668 * gdb.mi/mi-nsthrexec.exp: Likewise.
18669 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18670 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18671 * gdb.python/py-evsignal.exp: Don't enable target-async.
18672 * gdb.python/py-evthreads.exp: Likewise.
18673 * gdb.python/py-prompt.exp: Likewise.
18674 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18675 * gdb.server/solib-list.exp: Don't enable target-async.
18676 * gdb.threads/thread-specific-bp.exp: Likewise.
18677 * lib/mi-support.exp: Adjust to use mi-async.
18678
18679 2014-05-29 Pedro Alves <palves@redhat.com>
18680
18681 PR gdb/13860
18682 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18683 reason, even in sync mode.
18684
18685 2014-05-29 Pedro Alves <palves@redhat.com>
18686 Hui Zhu <hui@codesourcery.com>
18687
18688 PR PR15693
18689 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18690 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18691 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18692 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18693
18694 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18695
18696 * config/monitor.exp (gdb_target_monitor): Replace use of
18697 "set remotebaud" by "set serial baud".
18698
18699 2014-05-26 Andy Wingo <wingo@igalia.com>
18700
18701 * gdb.guile/scm-breakpoint.exp:
18702 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18703 properties instead of gdb-object-properties.
18704
18705 2014-05-26 Yao Qi <yao@codesourcery.com>
18706
18707 * gdb.server/no-thread-db.exp: Specify source file name
18708 explicitly when setting a breakpoint.
18709
18710 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18711
18712 * gdb.btrace/vdso.c: New.
18713 * gdb.btrace/vdso.exp: New.
18714
18715 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18716
18717 * gdb.base/gcore.exp (capture_command_output): Move ...
18718 * lib/gdb.exp (capture_command_output): ... here.
18719
18720 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18721
18722 * gdb.btrace/data.exp: Test memory access during btrace replay.
18723
18724 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18725
18726 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18727
18728 2014-05-21 Pedro Alves <palves@redhat.com>
18729
18730 PR gdb/13860
18731 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18732 (top level): Test that output related to execution commands is
18733 sent to the console with CLI commands, but not with MI commands.
18734 Test that breakpoint events are always mirrored to the console.
18735 Also expect the new source line to be output after a "next" in
18736 async mode too. Make it a pass/fail test.
18737 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18738 output.
18739 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18740
18741 2014-05-21 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18744 Use them to test variations of "list" after reaching a breakpoint.
18745 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18746 Test "list" with listsize 10 after reaching a breakpoint.
18747 * gdb.python/python.exp (decode_line current location line
18748 number): Adjust expected line number.
18749
18750 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18751
18752 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18753 behavior for $args, pass it directly to "run".
18754
18755 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18756
18757 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18758 30000 to 65536.
18759
18760 2014-05-21 Pedro Alves <palves@redhat.com>
18761
18762 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18763 auto-connect-native-target off".
18764 * gdb.base/auto-connect-native-target.c: New file.
18765 * gdb.base/auto-connect-native-target.exp: New file.
18766
18767 2014-05-21 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.base/default.exp: Test "target native" instead of "target
18770 child".
18771
18772 2014-05-21 Mark Wielaard <mjw@redhat.com>
18773
18774 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18775
18776 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18777
18778 Fix TLS access for -static -pthread.
18779 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18780 <HAVE_TLS> (thread_function, main): Initialize it.
18781 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18782 Add clean_restart.
18783 <$have_tls != "">: Check TLSVAR.
18784
18785 2014-05-21 Pedro Alves <palves@redhat.com>
18786
18787 * gdb.base/dcache-line-read-error.c: New.
18788 * gdb.base/dcache-line-read-error.exp: New.
18789
18790 2014-05-20 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.base/compare-sections.c: New file.
18793 * gdb.base/compare-sections.exp: New file.
18794
18795 2014-05-20 Pedro Alves <palves@redhat.com>
18796
18797 * gdb.base/break-idempotent.c: New file.
18798 * gdb.base/break-idempotent.exp: New file.
18799
18800 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18801
18802 * gdb.btrace/nohist.exp: New.
18803
18804 2014-05-20 Yao Qi <yao@codesourcery.com>
18805
18806 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18807 gdb.reverse directory and gdb_reverse_timeout exists in board
18808 setting.
18809 * README: Document gdb_reverse_timeout.
18810
18811 2014-05-20 Yao Qi <yao@codesourcery.com>
18812
18813 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18814 'test_file_name'. Treat args as a string instead of a list.
18815 (gdb_init): Rename argument 'args' by 'test_file_name'.
18816
18817 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18818
18819 * gdb.arch/powerpc-power.exp: New file.
18820 * gdb.arch/powerpc-power.s: New file.
18821
18822 2014-05-16 Doug Evans <dje@google.com>
18823
18824 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18825 * gdb.base/completion.exp: Check that all expected files exist
18826 before doing file completion.
18827
18828 2014-05-16 Doug Evans <dje@google.com>
18829
18830 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18831 Update.
18832 (do_syscall_tests_without_xml): Update.
18833
18834 2014-05-16 Pedro Alves <palves@redhat.com>
18835
18836 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18837 instead of "unknown output after running".
18838
18839 2014-05-16 Yao Qi <yao@codesourcery.com>
18840
18841 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18842 file1.txt from host at the end.
18843 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18844
18845 2014-05-15 Doug Evans <dje@google.com>
18846
18847 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18848 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18849 loading file. Add test for TU lookup.
18850
18851 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18852
18853 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18854 calling "-exec-arguments" or "set args" before running the
18855 inferior.
18856
18857 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18858
18859 * lib/mi-support.exp (mi_expect_stop): Expect message for
18860 inferiors that exit with non-zero exit code.
18861
18862 2014-05-14 Yao Qi <yao@codesourcery.com>
18863
18864 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18865 match absolute path on remote host.
18866 (test_file_list_exec_source_files): Remove "/" from the
18867 pattern.
18868
18869 2014-05-14 Yao Qi <yao@codesourcery.com>
18870
18871 * boards/local-remote-host-notty.exp (${board}_file): New
18872 proc.
18873
18874 2014-05-07 Kyle McMartin <kyle@redhat.com>
18875
18876 Pushed by Joel Brobecker <brobecker@adacore.com>.
18877 * gdb.arch/aarch64-atomic-inst.c: New file.
18878 * gdb.arch/aarch64-atomic-inst.exp: New file.
18879
18880 2014-05-07 Yao Qi <yao@codesourcery.com>
18881
18882 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
18883 in current context" too.
18884
18885 2014-05-05 Keith Seitz <keiths@redhat.com>
18886
18887 * gdb.linespec/ls-dollar.exp: Add test for linespec
18888 file:convenience_variable.
18889
18890 2014-05-05 Yao Qi <yao@codesourcery.com>
18891
18892 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
18893 traceframes into tfile and ctf trace files. Read data from
18894 trace file and test collected data.
18895 (gdb_collect_locals_test): Likewise.
18896 (gdb_unavailable_registers_test): Likewise.
18897 (gdb_unavailable_floats): Likewise.
18898 (gdb_collect_globals_test): Likewise.
18899 (top-level): Append "ctf" to trace_file_targets if GDB
18900 supports.
18901
18902 2014-05-05 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
18905 code to ...
18906 (gdb_collect_args_test_1): ... it. New proc.
18907 (gdb_collect_locals_test): Move some code to ...
18908 (gdb_collect_locals_test_1): ... it. New proc.
18909 (gdb_unavailable_registers_test): Move some code to ...
18910 (gdb_unavailable_registers_test_1): ... it. New proc.
18911 (gdb_unavailable_floats): Move some code to ...
18912 (gdb_unavailable_floats_1): ... it. New proc.
18913
18914 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18915
18916 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
18917 probes to test for bitness recognition.
18918 * gdb.arch/amd64-stap-optional-prefix.exp
18919 (test_probe_value_without_reg): New procedure.
18920 Add code to test for different kinds of bitness.
18921
18922 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18923
18924 PR breakpoints/16889
18925 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18926 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18927
18928 2014-05-01 Pedro Alves <palves@redhat.com>
18929
18930 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18931 gdb_file_cmd if no file is specified.
18932 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18933 last_loaded_file to set the remote exec-file.
18934
18935 2014-05-01 Pedro Alves <palves@redhat.com>
18936
18937 * boards/local-remote-host.exp: New file.
18938
18939 2014-05-01 Pedro Alves <palves@redhat.com>
18940
18941 * boards/local-remote-host.exp: Rename to ...
18942 * boards/local-remote-host-notty.exp: ... this.
18943
18944 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18945
18946 * gdb.ada/dyn_arrayidx: New testcase.
18947
18948 2014-04-26 Yao Qi <yao@codesourcery.com>
18949
18950 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18951 and compute the length of function main. Save it in
18952 $main_length.
18953 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18954 (top-level): Use gdb_compile to compile objects into
18955 executable and restart GDB. Remove invocation to
18956 prepare_for_testing.
18957
18958 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18959 Pedro Alves <palves@redhat.com>
18960
18961 PR server/16255
18962 * gdb.multi/multi-attach.c: New file.
18963 * gdb.multi/multi-attach.exp: New file.
18964
18965 2014-04-25 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18968 user.
18969 (top level): Test that "set remote conditional-breakpoints-packet
18970 off" works as intended.
18971 * gdb.base/dprintf.exp: Test that "set remote
18972 breakpoint-commands-packet off" works as intended.
18973 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18974 New function.
18975 (top level): Call it.
18976 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18977 remote fast-tracepoints-packet off" works as intended.
18978 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18979 * lib/gdb.exp (gdb_is_target_remote): ... here.
18980
18981 2014-04-24 David Blaikie <dblaikie@gmail.com>
18982
18983 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18984 ensure clang would not discard them.
18985 * gdb.base/gdbvars.c: Ditto.
18986 * gdb.base/memattr.c: Ditto.
18987 * gdb.base/whatis.c: Ditto.
18988 * gdb.python/py-prettyprint.c: Ditto.
18989 * gdb.trace/actions.c: Ditto.
18990 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18991 ensure clang would not discard it.
18992
18993 2014-04-24 David Blaikie <dblaikie@gmail.com>
18994
18995 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18996 clang to emit the full definition of type required by the test
18997 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18998
18999 2014-04-24 David Blaikie <dblaikie@gmail.com>
19000
19001 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19002 coax Clang into emitting the definition of the type.
19003 * gdb.cp/pr10728-x.h (y): Ditto.
19004 * gdb.cp/pr10728-y.cc (y): Ditto.
19005
19006 2014-04-24 David Blaikie <dblaikie@gmail.com>
19007
19008 * gdb.base/label.exp: XFAIL label related tests under Clang.
19009 * gdb.cp/cplabel.exp: Ditto.
19010 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19011 under Clang those using labels.
19012
19013 2014-04-25 Yao Qi <yao@codesourcery.com>
19014
19015 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19016 double_label.
19017 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19018 partial_label and double_label.
19019
19020 2014-04-24 David Blaikie <dblaikie@gmail.com>
19021
19022 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19023
19024 2014-04-24 David Blaikie <dblaikie@gmail.com>
19025
19026 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19027 of the function to work across GCC and Clang.
19028 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19029 pointer types (const void ** const V void **).
19030
19031 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19032 Walfred Tedeschi <walfred.tedeschi@intel.com>
19033
19034 * Makefile.in (EXECUTABLES): Added i386-avx512.
19035 * gdb.arch/i386-avx512.c: New file.
19036 * gdb.arch/i386-avx512.exp: Likewise.
19037
19038 2014-04-23 Keith Seitz <keiths@redhat.com>
19039
19040 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19041 (mi_make_breakpoint_table): New procedure.
19042 (mi_create_breakpoint): Use mi_make_breakpoint
19043 and return the result.
19044 (mi_make_breakpoint): New procedure.
19045 (mi_build_kv_pairs): New procedure.
19046
19047 * gdb.mi/mi-break.exp: Remove unused globals,
19048 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19049 All callers updated.
19050 * gdb.mi/mi-dprintf.exp: Use variable to track command
19051 number.
19052 Update all callers of mi_create_breakpoint and use
19053 mi_make_breakpoint_table.
19054 Remove any unused global variables.
19055 * gdb.mi/mi-nonstop.exp: Likewise.
19056 * gdb.mi/mi-nsintrall.exp: Likewise.
19057 * gdb.mi/mi-nsmoribund.exp: Likewise.
19058 * gdb.mi/mi-nsthrexec.exp: Likewise.
19059 * gdb.mi/mi-reverse.exp: Likewise.
19060 * gdb.mi/mi-simplerun.exp: Likewise.
19061 * gdb.mi/mi-stepn.exp: Likewise.
19062 * gdb.mi/mi-syn-frame.exp: Likewise.
19063 * gdb.mi/mi-until.exp: Likewise.
19064 * gdb.mi/mi-var-cp.exp: Likewise.
19065 * gdb.mi/mi-var-display.exp: Likewise.
19066 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19067 * gdb.mi/mi2-var-child.exp: Likewise.
19068 * gdb.mi/mi-vla-c99.exp: Likewise.
19069 * lib/mi-support.exp: Likewise.
19070
19071 From Ian Lance Taylor <iant@cygnus.com>:
19072 * lib/gdb.exp (parse_args): New procedure.
19073
19074 2014-04-23 Pedro Alves <palves@redhat.com>
19075
19076 * gdb.base/break-unload-file.c: New file.
19077 * gdb.base/break-unload-file.exp: New file.
19078 * gdb.base/sym-file-lib.c (baz): New function.
19079 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19080 field.
19081 (load): Store the segment's mapped size.
19082 (unload): New function.
19083 (unload_shlib): New function.
19084 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19085 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19086 set a breakpoint at baz, and call it.
19087 * gdb.base/sym-file.exp: New tests for stale breakpoint
19088 instructions.
19089
19090 2014-04-23 Pedro Alves <palves@redhat.com>
19091
19092 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19093 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19094 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19095 * gdb.base/hbreak-unmapped.c: New file.
19096 * gdb.base/hbreak-unmapped.exp: New file.
19097 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19098 * lib/gdb.exp (gdb_is_target_remote): ... here.
19099
19100 2014-04-22 Pedro Alves <palves@redhat.com>
19101
19102 * gdb.base/consecutive-step-over.c: New file.
19103 * gdb.base/consecutive-step-over.exp: New file.
19104
19105 2014-04-22 Pedro Alves <palves@redhat.com>
19106
19107 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19108 instead of send_gdb/gdb_expect.
19109
19110 2014-04-22 Yao Qi <yao@codesourcery.com>
19111
19112 * lib/trace-support.exp (generate_tracefile): New procedure.
19113 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19114 return 0.
19115 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19116 if generate_tracefile returns 1.
19117
19118 2014-04-18 Tom Tromey <palves@redhat.com>
19119 Pedro alves <tromey@redhat.com>
19120
19121 PR backtrace/15558
19122 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19123 with a backtrace limit.
19124 * gdb.python/py-frame-inline.exp: Test running to an inline
19125 function with a backtrace limit, and printing the newest frame.
19126 * gdb.python/py-frame-inline.c (main): Call f.
19127
19128 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19129
19130 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19131
19132 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19133
19134 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19135 Drop prefix from unsupported source file path.
19136
19137 2014-04-17 Yao Qi <yao@codesourcery.com>
19138
19139 * lib/gdb.exp (with_target_charset): New proc.
19140 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19141 with_target_charset.
19142 (test_print_strings): Likewise.
19143 (test_repeat_bytes): Likewise.
19144 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19145 for some tests.
19146
19147 2014-04-16 Keith Seitz <keiths@redhat.com>
19148
19149 PR gdb/15827
19150 * gdb.dwarf2/corrupt.c: New file.
19151 * gdb.dwarf2/corrupt.exp: New file.
19152
19153 2014-04-16 Keith Seitz <keiths@redhat.com>
19154
19155 PR c++/16597
19156 * gdb.cp/namelessclass.cc: New file.
19157 * gdb.cp/namelessclass.exp: New file.
19158 * gdb.cp/namelessclass.S: New file.
19159
19160 2014-04-16 Doug Evans <dje@google.com>
19161
19162 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19163 Add comment.
19164 (gdbserver_default_get_comm_port): New function.
19165 (gdbserver_start): Check if board file provided
19166 "gdbserver,get_comm_port" and use it if so.
19167 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19168 (gdb,socketport): Set to "stdio".
19169 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19170 (stdio_gdbserver_template): Delete.
19171 (${board}_get_remote_address): Update.
19172 (${board}_build_remote_cmd): Delete.
19173 (${board}_get_comm_port): New function.
19174 (${board}_spawn): Update.
19175 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19176 Delete.
19177 (${board}_get_remote_address): Update.
19178 (${board}_get_comm_port): New function.
19179
19180 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19181
19182 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19183 appearing in any order.
19184
19185 2014-04-15 Doug Evans <dje@google.com>
19186
19187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19188 uninitialized value of "description".
19189
19190 2014-04-15 Keith Seitz <keiths@redhat.com>
19191
19192 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19193 Remove unused globals.
19194 (test_running_the_program): Likewise.
19195 (test_controlled_execution): Likewise.
19196 (test_controlling_breakpoints): Likewise.
19197 (test_program_termination): Likewise.
19198
19199 2014-04-15 Keith Seitz <keiths@redhat.com>
19200
19201 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19202 unused globals.
19203 (test_rbreak_creation_and_listing): Likewise.
19204 (test_ignore_count): Likewise.
19205 (test_error): Likewise.
19206
19207 2014-04-15 Pedro Alves <palves@redhat.com>
19208
19209 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19210 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19211 sym-file-loader.c.
19212 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19213 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19214 to sym-file-loader.c.
19215 (struct library): Forward declare.
19216 (load_shlib, lookup_function): Change prototypes.
19217 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19218 (translate_offset): Remove declarations.
19219 (get_text_addr): New declaration.
19220 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19221 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19222 sym-file-loader.h.
19223 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19224 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19225 here from sym-file-loader.h.
19226 (struct library): New structure.
19227 (load_shlib, lookup_function): Change prototypes and adjust to
19228 work with a struct library.
19229 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19230 (translate_offset): Make static.
19231 (get_text_addr): New function.
19232 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19233
19234 2014-04-15 Pedro Alves <palves@redhat.com>
19235
19236 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19237
19238 2014-04-15 Pedro Alves <palves@redhat.com>
19239
19240 * gdb.base/sym-file-loader.c: Include <limits.h>.
19241 (SELF_LINK): New define.
19242 (get_origin): New function.
19243 (load_shlib): Use it.
19244 * gdb.base/sym-file.exp: Don't early return if the target is
19245 remote. Use runto_main, and issue fail is that fails. Use
19246 gdb_load_shlibs.
19247 (shlib_name): Delete.
19248 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19249
19250 2014-04-15 Pedro Alves <palves@redhat.com>
19251
19252 * gdb.base/sym-file.exp: Remove regex characters from test
19253 message. Don't refer to breakpoint numbers in test messages.
19254
19255 2014-04-14 Keith Seitz <keiths@redhat.com>
19256
19257 PR c++/16253
19258 * gdb.cp/var-tag.cc: New file.
19259 * gdb.cp/var-tag.exp: New file.
19260 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19261 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19262 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19263 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19264
19265 2014-04-14 Tom Tromey <tromey@redhat.com>
19266
19267 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19268 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19269 type.
19270 * gdb.cp/enum-class.exp: New file.
19271 * gdb.cp/enum-class.cc: New file.
19272
19273 2014-04-14 Tom Tromey <tromey@redhat.com>
19274
19275 * gdb.dwarf2/enum-type.exp: New file.
19276
19277 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19278
19279 * gdb.mi/mi-vla-c99.exp: New file.
19280 * gdb.mi/vla.c: New file.
19281
19282 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19283
19284 * gdb.base/vla-datatypes.c: New file.
19285 * gdb.base/vla-datatypes.exp: New file.
19286
19287 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19288
19289 * gdb.base/vla-ptr.c: New file.
19290 * gdb.base/vla-ptr.exp: New file.
19291
19292 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19293
19294 * gdb.dwarf2/count.exp: New file.
19295
19296 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19297
19298 * gdb.base/vla-sideeffect.c: New file.
19299 * gdb.base/vla-sideeffect.exp: New file.
19300
19301 2014-04-14 David Blaikie <dblaikie@gmail.com>
19302
19303 * gdb.mi/non-stop.c: Add return value for non-void function return
19304 statement.
19305 * gdb.threads/staticthreads.c: Ditto.
19306
19307 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19308 Doug Evans <xdje42@gmail.com>
19309
19310 * gdb.guile/scm-value.c: Improve test case.
19311 * gdb.guile/scm-value.exp: Add new test.
19312
19313 2014-04-11 David Blaikie <dblaikie@gmail.com>
19314
19315 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19316 override Clang's default.
19317
19318 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19319
19320 Revert the following changes (regressions):
19321
19322 * gdb.base/vla-sideeffect.c: New file.
19323 * gdb.base/vla-sideeffect.exp: New file.
19324
19325 * gdb.dwarf2/count.exp: New file.
19326
19327 * gdb.base/vla-multi.c: New file.
19328 * gdb.base/vla-multi.exp: New file.
19329
19330 * gdb.base/vla-ptr.c: New file.
19331 * gdb.base/vla-ptr.exp: New file.
19332
19333 * gdb.base/vla-datatypes.c: New file.
19334 * gdb.base/vla-datatypes.exp: New file.
19335
19336 * gdb.mi/mi-vla-c99.exp: New file.
19337 * gdb.mi/vla.c: New file.
19338
19339 2014-04-11 Keith Seitz <keiths@redhat.com>
19340
19341 PR c++/16675
19342 * gdb.cp/cpsizeof.exp: New file.
19343 * gdb.cp/cpsizeof.cc: New file.
19344
19345 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19346
19347 * gdb.mi/mi-vla-c99.exp: New file.
19348 * gdb.mi/vla.c: New file.
19349
19350 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19351
19352 * gdb.base/vla-datatypes.c: New file.
19353 * gdb.base/vla-datatypes.exp: New file.
19354
19355 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19356
19357 * gdb.base/vla-ptr.c: New file.
19358 * gdb.base/vla-ptr.exp: New file.
19359
19360 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19361
19362 * gdb.base/vla-multi.c: New file.
19363 * gdb.base/vla-multi.exp: New file.
19364
19365 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19366
19367 * gdb.dwarf2/count.exp: New file.
19368
19369 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19370
19371 * gdb.base/vla-sideeffect.c: New file.
19372 * gdb.base/vla-sideeffect.exp: New file.
19373
19374 2014-04-11 Yao Qi <yao@codesourcery.com>
19375
19376 * gdb.base/completion.exp: Check file exists before running tests
19377 on file completion.
19378
19379 2014-04-10 Pedro Alves <palves@redhat.com>
19380
19381 * gdb.base/cond-eval-mode.c: New file.
19382 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19383 prepare_for_testing to build the new file. Check result of
19384 runto_main.
19385 (test_break, test_watch): New procedures.
19386 (top level): Use them.
19387
19388 2014-04-08 Pierre Muller <muller@sourceware.org>
19389
19390 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19391 Ctrl-V use for mingw hosts.
19392
19393 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19394
19395 * gdb.python/py-value.c: Improve test case.
19396 * gdb.python/py-value.exp: Add new test.
19397
19398 2014-04-07 David Blaikie <dblaikie@gmail.com>
19399
19400 * lib/compiler.c: Identify the clang compiler.
19401 * lib/compiler.cc: Ditto.
19402
19403 2014-04-03 Yao Qi <yao@codesourcery.com>
19404
19405 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19406
19407 2014-04-01 Anton Blanchard <anton@samba.org>
19408
19409 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19410 messages unique.
19411
19412 2014-04-01 Anton Blanchard <anton@samba.org>
19413
19414 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19415 prepare_for_testing.
19416
19417 2014-04-01 Anton Blanchard <anton@samba.org>
19418
19419 * gdb.arch/ppc64-atomic-inst.c: Remove.
19420 * gdb.arch/ppc64-atomic-inst.S: New file.
19421 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19422
19423 2014-03-31 Doug Evans <dje@google.com>
19424
19425 * gdb.base/print-symbol-loading-lib.c: New file.
19426 * gdb.base/print-symbol-loading-main.c: New file.
19427 * gdb.base/print-symbol-loading.exp: New file.
19428
19429 2014-03-31 Yao Qi <yao@codesourcery.com>
19430
19431 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19432
19433 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19434
19435 * gdb.ada/mi_dyn_arr: New testcase.
19436
19437 2014-03-27 Doug Evans <dje@google.com>
19438
19439 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19440
19441 2014-03-27 Yao Qi <yao@codesourcery.com>
19442
19443 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19444 if target is nios2-*-*.
19445
19446 2014-03-26 Yao Qi <yao@codesourcery.com>
19447
19448 * lib/gdb.exp (readline_is_used): New proc.
19449 * gdb.base/completion.exp: Move tests on command complete up.
19450 Skip the rest of tests if readline is not used.
19451 * gdb.ada/complete.exp: Skp the test if readline is not
19452 used.
19453 * gdb.base/filesym.exp: Likewise.
19454 * gdb.base/macscp.exp: Likewise.
19455 * gdb.base/readline-ask.exp: Likewise.
19456 * gdb.base/readline.exp: Likewise.
19457 * gdb.python/py-cmd.exp: Likewise.
19458 * gdb.trace/tfile.exp: Likewise.
19459
19460 2014-03-26 Yao Qi <yao@codesourcery.com>
19461
19462 * gdb.base/macscp.exp: Fix code format issues.
19463
19464 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19465
19466 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19467 * gdb.asm/powerpc64le.inc: New file.
19468
19469 2014-03-25 Pedro Alves <palves@redhat.com>
19470 Doug Evans <dje@google.com>
19471
19472 * gdb.base/source-execution.c: New file.
19473 * gdb.base/source-execution.exp: New file.
19474 * gdb.base/source-execution.gdb: New file.
19475
19476 2014-03-24 Doug Evans <dje@google.com>
19477
19478 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19479 using fission.
19480
19481 2014-03-24 Hui Zhu <hui@codesourcery.com>
19482 Pedro Alves <palves@redhat.com>
19483
19484 PR breakpoints/16101
19485 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19486 test pass/fail messages. Detect missing support for dprintf when
19487 breakpoints are actually inserted.
19488 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19489 breakpoints are actually inserted.
19490 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19491 fails.
19492
19493 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19494
19495 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19496
19497 2014-03-22 Doug Evans <xdje42@gmail.com>
19498
19499 * gdb.python/python.exp (python not supported): Verify multi-line
19500 python command issues an error.
19501 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19502 guile command issues an error.
19503
19504 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19505
19506 * gdb.threads/thread-specific.exp: Handle the lack of usable
19507 $this_breakpoint and $this_thread.
19508
19509 2014-03-21 Hui Zhu <hui@codesourcery.com>
19510
19511 * gdb.base/attach.exp (do_command_attach_tests): New.
19512
19513 2014-03-20 Tom Tromey <tromey@redhat.com>
19514 Pedro Alves <palves@redhat.com>
19515
19516 PR cli/15718
19517 * gdb.base/condbreak-call-false.c: New file.
19518 * gdb.base/condbreak-call-false.exp: New file.
19519
19520 2014-03-20 Pedro Alves <palves@redhat.com>
19521
19522 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19523 Delete.
19524 (block_signals, unblock_signals): Delete.
19525 (child_function_2, main): Remove references to deleted variable
19526 and functions.
19527
19528 2014-03-20 Pedro Alves <palves@redhat.com>
19529
19530 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19531 Use pthread_kill to signal thread 2.
19532 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19533 Adjust to make the test send itself a signal rather than using the
19534 host's "kill" command.
19535
19536 2014-03-20 Pedro Alves <palves@redhat.com>
19537
19538 * gdb.threads/multiple-step-overs.c: New file.
19539 * gdb.threads/multiple-step-overs.exp: New file.
19540 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19541 Adjust expected infrun debug output.
19542
19543 2014-03-20 Pedro Alves <palves@redhat.com>
19544
19545 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19546 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19547
19548 2014-03-20 Pedro Alves <palves@redhat.com>
19549
19550 PR breakpoints/7143
19551 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19552 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19553 of gdb_test_multiple.
19554 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19555 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19556
19557 2014-03-20 Pedro Alves <palves@redhat.com>
19558
19559 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19560 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19561
19562 2014-03-19 Pedro Alves <palves@redhat.com>
19563
19564 * gdb.base/async.exp: Remove early return.
19565
19566 2014-03-19 Pedro Alves <palves@redhat.com>
19567
19568 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19569
19570 2014-03-19 Pedro Alves <palves@redhat.com>
19571
19572 * gdb.base/async.exp (test_background): Expect \r\n after
19573 "completed." in the fail pattern.
19574
19575 2014-03-19 Pedro Alves <palves@redhat.com>
19576
19577 * gdb.base/async.exp (test_background): New procedure.
19578 Use it for all background execution command tests.
19579
19580 2014-03-19 Pedro Alves <palves@redhat.com>
19581
19582 * gdb.base/async.exp: Use prepare_for_testing.
19583
19584 2014-03-19 Pedro Alves <palves@redhat.com>
19585
19586 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19587 the same line.
19588
19589 2014-03-19 Pedro Alves <palves@redhat.com>
19590
19591 * gdb.base/async.c (main): Add "jump here" and "until here" line
19592 marker comments.
19593 * gdb.base/async.exp (jump_here): New global.
19594 (jump& test): Use it.
19595 (until_here): New global.
19596 (until& test): Use it.
19597
19598 2014-03-19 Pedro Alves <palves@redhat.com>
19599
19600 * gdb.base/async.exp: Don't frob gdb_protocol.
19601
19602 2014-03-18 Doug Evans <xdje42@gmail.com>
19603
19604 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19605 Fix spelling of exec-done-display.
19606
19607 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19608
19609 PR gdb/15358
19610 * gdb.base/gdb-sigterm.c: New file.
19611 * gdb.base/gdb-sigterm.exp: New file.
19612
19613 2014-03-18 Pedro Alves <palves@redhat.com>
19614
19615 PR gdb/13860
19616 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19617 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19618 solib-event.
19619
19620 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19621
19622 * gdb.ada/pckd_arr_ren: New testcase.
19623
19624 2014-03-13 Doug Evans <xdje42@gmail.com>
19625
19626 PR guile/16612
19627 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19628 collect after discarding symbols.
19629
19630 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19631 Doug Evans <xdje42@gmail.com>
19632
19633 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19634 to history survives a gc.
19635
19636 2014-03-13 Pedro Alves <palves@redhat.com>
19637
19638 * gdb.base/default.exp: Don't test "target procfs".
19639
19640 2014-03-13 Pedro Alves <palves@redhat.com>
19641
19642 * gdb.base/default.exp: Update "target child" and "target procfs"
19643 tests to not expect "Unix".
19644
19645 2014-03-12 Tom Tromey <tromey@redhat.com>
19646
19647 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19648 New procs. Add target-async tests.
19649 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19650 Add target-async tests.
19651
19652 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19653
19654 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19655 'func_start' and 'func_end' for the beginning and end of the
19656 function code, respectively.
19657 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19658 'func_end' instead of 'func' and 'main'.
19659
19660 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19661
19662 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19663 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19664 generate the debug info assembler source.
19665
19666 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19667
19668 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19669 * gdb.dwarf2/arr-subrange.exp: Likewise.
19670 * gdb.dwarf2/dwz.exp: Likewise.
19671 * gdb.dwarf2/method-ptr.exp: Likewise.
19672 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19673 * gdb.dwarf2/subrange.exp: Likewise.
19674 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19675 * gdb.dwarf2/implptrpiece.exp: Likewise.
19676 * gdb.dwarf2/nostaticblock.exp: Likewise.
19677
19678 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19679
19680 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19681 directory to absolute path name arguments.
19682
19683 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19684
19685 * gdb.ada/tagged_access: New testcase.
19686
19687 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19688
19689 * gdb.btrace/data.exp: Update expected output.
19690
19691 2014-03-06 Yao Qi <yao@codesourcery.com>
19692
19693 * gdb.trace/pr16508.exp: New file.
19694
19695 2014-03-05 Pedro Alves <palves@redhat.com>
19696
19697 PR gdb/16575
19698 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19699 procedure.
19700 (top level): Adjust to use it. Add tests that exercise breakpoint
19701 interaction with the code-cache.
19702
19703 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19704
19705 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19706 test for 'history-append!'.
19707
19708 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19709
19710 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19711 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19712 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19713 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19714 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19715 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19716
19717 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19718
19719 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19720 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19721 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19722
19723 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19724
19725 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19726
19727 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19728
19729 * gdb.dwarf2/arr-stride.c: New file.
19730 * gdb.dwarf2/arr-stride.exp: New file.
19731
19732 2014-02-26 Pedro Alves <palves@redhat.com>
19733
19734 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19735 that won't ever trigger. Make sure that GDB reports the correct
19736 breakpoint that caused the stop.
19737
19738 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19739
19740 PR gdb/16626
19741 * gdb.base/auto-load-script: New file.
19742 * gdb.base/auto-load.c: New file.
19743 * gdb.base/auto-load.exp: New file.
19744
19745 PR gdb/16626
19746 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19747
19748 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19749
19750 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19751 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19752
19753 2014-02-24 Doug Evans <dje@google.com>
19754
19755 * lib/gdb.exp (run_on_host): Log error output if program fails.
19756
19757 2014-02-21 Pedro Alves <palves@redhat.com>
19758
19759 * gdb.threads/step-after-sr-lock.c: Rename to ...
19760 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19761 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19762 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19763 ... this.
19764
19765 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19766
19767 PR tdep/16397
19768 * gdb.arch/amd64-stap-special-operands.exp: New file.
19769 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19770 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19771 * gdb.arch/amd64-stap-triplet.S: Likewise.
19772 * gdb.arch/amd64-stap-triplet.c: Likewise.
19773
19774 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19775
19776 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19777 in .section pseudo-op.
19778
19779 2014-02-20 lin zuojian <manjian2006@gmail.com>
19780 Joel Brobecker <brobecker@adacore.com>
19781 Doug Evans <xdje42@gmail.com>
19782
19783 PR symtab/16581
19784 * gdb.dwarf2/dw2-icycle.S: New file.
19785 * gdb.dwarf2/dw2-icycle.c: New file.
19786 * gdb.dwarf2/dw2-icycle.exp: New file.
19787
19788 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19789
19790 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19791 operations on gdb.Value objects.
19792 * gdb.python/py-value-cc.exp: Add new test to test operations on
19793 gdb.Value objects.
19794
19795 2014-02-18 Doug Evans <dje@google.com>
19796
19797 * Makefile.in (TESTS): New variable.
19798 (expanded_tests, expanded_tests_or_none): New variables
19799 (check-single): Pass $(expanded_tests_or_none) to runtest.
19800 (check-parallel): Only run tests in $(TESTS) if non-empty.
19801 (check/no-matching-tests-found): New rule.
19802 * README: Document TESTS makefile variable.
19803
19804 2014-02-18 Doug Evans <dje@google.com>
19805
19806 * Makefile.in (check-parallel): rm -rf outputs temp.
19807
19808 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19809
19810 Fix "ERROR: no fileid for" in the testsuite.
19811 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19812
19813 2014-02-12 Doug Evans <dje@google.com>
19814
19815 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19816 (MISCELLANEOUS): New variable.
19817 (clean): rm -rf $(MISCELLANEOUS).
19818 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19819 dwp live in the same directory as symlinks, with each symlink pointed
19820 to a differently named file in a different directory.
19821
19822 2014-02-11 Doug Evans <dje@google.com>
19823
19824 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19825 of Tcl file commands.
19826
19827 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19828
19829 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19830 "kill -SIGUSR1 -1".
19831
19832 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19833
19834 * gdb.ada/tick_length_array_enum_idx: New testcase.
19835
19836 2014-02-10 Doug Evans <xdje42@gmail.com>
19837
19838 * configure.ac (AC_OUTPUT): Add gdb.guile.
19839 * configure: Regenerate.
19840 * lib/gdb-guile.exp: New file.
19841 * lib/gdb.exp (get_target_charset): New function.
19842 * gdb.base/help.exp: Update expected output from "apropos apropos".
19843 * gdb.guile/Makefile.in: New file.
19844 * gdb.guile/guile.exp: New file.
19845 * gdb.guile/scm-arch.c: New file.
19846 * gdb.guile/scm-arch.exp: New file.
19847 * gdb.guile/scm-block.c: New file.
19848 * gdb.guile/scm-block.exp: New file.
19849 * gdb.guile/scm-breakpoint.c: New file.
19850 * gdb.guile/scm-breakpoint.exp: New file.
19851 * gdb.guile/scm-disasm.c: New file.
19852 * gdb.guile/scm-disasm.exp: New file.
19853 * gdb.guile/scm-equal.c: New file.
19854 * gdb.guile/scm-equal.exp: New file.
19855 * gdb.guile/scm-error.exp: New file.
19856 * gdb.guile/scm-error.scm: New file.
19857 * gdb.guile/scm-frame-args.c: New file.
19858 * gdb.guile/scm-frame-args.exp: New file.
19859 * gdb.guile/scm-frame-args.scm: New file.
19860 * gdb.guile/scm-frame-inline.c: New file.
19861 * gdb.guile/scm-frame-inline.exp: New file.
19862 * gdb.guile/scm-frame.c: New file.
19863 * gdb.guile/scm-frame.exp: New file.
19864 * gdb.guile/scm-generics.exp: New file.
19865 * gdb.guile/scm-gsmob.exp: New file.
19866 * gdb.guile/scm-iterator.c: New file.
19867 * gdb.guile/scm-iterator.exp: New file.
19868 * gdb.guile/scm-math.c: New file.
19869 * gdb.guile/scm-math.exp: New file.
19870 * gdb.guile/scm-objfile-script-gdb.in: New file.
19871 * gdb.guile/scm-objfile-script.c: New file.
19872 * gdb.guile/scm-objfile-script.exp: New file.
19873 * gdb.guile/scm-objfile.c: New file.
19874 * gdb.guile/scm-objfile.exp: New file.
19875 * gdb.guile/scm-ports.exp: New file.
19876 * gdb.guile/scm-pretty-print.c: New file.
19877 * gdb.guile/scm-pretty-print.exp: New file.
19878 * gdb.guile/scm-pretty-print.scm: New file.
19879 * gdb.guile/scm-section-script.c: New file.
19880 * gdb.guile/scm-section-script.exp: New file.
19881 * gdb.guile/scm-section-script.scm: New file.
19882 * gdb.guile/scm-symbol.c: New file.
19883 * gdb.guile/scm-symbol.exp: New file.
19884 * gdb.guile/scm-symtab-2.c: New file.
19885 * gdb.guile/scm-symtab.c: New file.
19886 * gdb.guile/scm-symtab.exp: New file.
19887 * gdb.guile/scm-type.c: New file.
19888 * gdb.guile/scm-type.exp: New file.
19889 * gdb.guile/scm-value-cc.cc: New file.
19890 * gdb.guile/scm-value-cc.exp: New file.
19891 * gdb.guile/scm-value.c: New file.
19892 * gdb.guile/scm-value.exp: New file.
19893 * gdb.guile/source2.scm: New file.
19894 * gdb.guile/types-module.cc: New file.
19895 * gdb.guile/types-module.exp: New file.
19896
19897 2014-02-10 Yao Qi <yao@codesourcery.com>
19898
19899 PR testsuite/16543
19900 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
19901 * configure: Regenerated.
19902 * Makefile.in: New file.
19903
19904 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
19905
19906 * gdb.python/py-framefilter.exp: Fix typo.
19907
19908 2014-02-08 Yao Qi <yao@codesourcery.com>
19909
19910 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
19911 that no =breakpoint-modified is emitted when breakpoints are
19912 modified through MI commands.
19913
19914 2014-02-07 Pedro Alves <pedro@codesourcery.com>
19915 Pedro Alves <palves@redhat.com>
19916
19917 * gdb.threads/step-after-sr-lock.c: New file.
19918 * gdb.threads/step-after-sr-lock.exp: New file.
19919
19920 2014-02-07 Pedro Alves <palves@redhat.com>
19921
19922 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19923
19924 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19925
19926 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19927 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19928
19929 2014-02-06 Doug Evans <xdje42@gmail.com>
19930
19931 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19932 output.
19933
19934 * gdb.gdb/python-interrupts.exp: New file.
19935
19936 2014-02-05 Yao Qi <yao@codesourcery.com>
19937
19938 * gdb.trace/report.exp (use_collected_data): Test the output
19939 of "info threads" and "info inferiors".
19940
19941 2014-02-05 Yao Qi <yao@codesourcery.com>
19942
19943 Revert this patch:
19944
19945 2013-05-24 Yao Qi <yao@codesourcery.com>
19946
19947 * gdb.trace/tfile.exp: Test inferior and thread.
19948
19949 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19950
19951 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19952 on a function.
19953 * gdb.base/step-bt.c: Call hello via function pointer to make
19954 sure its first instruction is executed on powerpc64le-linux.
19955
19956 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19957
19958 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19959
19960 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19961
19962 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19963 of the test patterns for use on little-endian systems.
19964
19965 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19966
19967 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19968 (decimal_vector): Fix for little-endian.
19969
19970 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19971
19972 * gdb.arch/sparc-sysstep.exp: New file.
19973 * gdb.arch/sparc-sysstep.c: Likewise.
19974
19975 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19976
19977 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19978
19979 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19980
19981 2014-01-23 Tom Tromey <tromey@redhat.com>
19982
19983 * gdb.ada/array_char_idx: New testcase.
19984
19985 2014-01-23 Tom Tromey <tromey@redhat.com>
19986
19987 PR python/16487:
19988 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19989 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19990 classes.
19991
19992 2014-01-23 Tom Tromey <tromey@redhat.com>
19993
19994 PR python/16491:
19995 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19996 string from an inferior frame.
19997 * gdb.python/py-framefilter-mi.exp: Update.
19998
19999 2014-01-22 Doug Evans <dje@google.com>
20000
20001 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20002
20003 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20004
20005 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20006
20007 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20008
20009 * gdb.trace/entry-values.exp: Remove excess space character from
20010 regex patterns. Handle s390 call instruction.
20011
20012 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20013
20014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20015 define "*_start" label. Make "name" static.
20016 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20017 ${name} by references to ${name}_start.
20018
20019 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20020
20021 * gdb.base/info-macros.exp: Remove "debug" from the compile
20022 options.
20023
20024 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20025
20026 * gdb.dlang/demangle.exp: New file.
20027
20028 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20029
20030 * gdb.dlang/primitive-types.exp: New file.
20031
20032 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20033
20034 * configure.ac: Create gdb.dlang/Makefile.
20035 * configure: Regenerate.
20036 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20037 * gdb.dlang/Makefile.in: New file.
20038 * lib/d-support.exp: New file.
20039 * lib/gdb.exp (skip_d_tests): New proc.
20040
20041 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20042
20043 * gdb.btrace/delta.exp: Check reverse stepi.
20044 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20045 * gdb.btrace/finish.exp: New.
20046 * gdb.btrace/next.exp: New.
20047 * gdb.btrace/nexti.exp: New.
20048 * gdb.btrace/record_goto.c: Add comments.
20049 * gdb.btrace/step.exp: New.
20050 * gdb.btrace/stepi.exp: New.
20051 * gdb.btrace/multi-thread-step.c: New.
20052 * gdb.btrace/multi-thread-step.exp: New.
20053 * gdb.btrace/rn-dl-bind.c: New.
20054 * gdb.btrace/rn-dl-bind.exp: New.
20055 * gdb.btrace/data.c: New.
20056 * gdb.btrace/data.exp: New.
20057 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20058
20059 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20060
20061 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20062 * gdb.btrace/exception.exp: Update.
20063 * gdb.btrace/instruction_history.exp: Update.
20064 * gdb.btrace/record_goto.exp: Update.
20065 * gdb.btrace/tailcall.exp: Update.
20066 * gdb.btrace/unknown_functions.exp: Update.
20067 * gdb.btrace/delta.exp: New.
20068
20069 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20070
20071 * gdb.btrace/record_goto.exp: Add backtrace test.
20072 * gdb.btrace/tailcall.exp: Add backtrace test.
20073
20074 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20075
20076 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20077 * gdb.btrace/record_goto.c: New.
20078 * gdb.btrace/record_goto.exp: New.
20079 * gdb.btrace/x86-record_goto.S: New.
20080
20081 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20082
20083 * gdb.btrace/function_call_history.exp: Update tests.
20084 * gdb.btrace/instruction_history.exp: Update tests.
20085
20086 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20087
20088 * gdb.btrace/function_call_history.exp: Fix expected field
20089 order for "record function-call-history".
20090 Add new tests for "record function-call-history /c".
20091 * gdb.btrace/exception.cc: New.
20092 * gdb.btrace/exception.exp: New.
20093 * gdb.btrace/tailcall.exp: New.
20094 * gdb.btrace/x86-tailcall.S: New.
20095 * gdb.btrace/x86-tailcall.c: New.
20096 * gdb.btrace/unknown_functions.c: New.
20097 * gdb.btrace/unknown_functions.exp: New.
20098 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20099
20100 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20101
20102 * gdb.btrace/instruction_history.exp: Update.
20103 * gdb.btrace/function_call_history.exp: Update.
20104
20105 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20106
20107 * gdb.btrace/function_call_history.exp: Fix expected function
20108 trace.
20109 * gdb.btrace/instruction_history.exp: Initialize traced.
20110 Remove traced_functions.
20111
20112 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20113
20114 * gdb.btrace/function_call_history.exp: Update
20115 * gdb.btrace/instruction_history.exp: Update.
20116
20117 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20118
20119 * gdb.btrace/enable.exp: Update expected text.
20120
20121 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20122
20123 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20124 bytes.
20125
20126 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20127
20128 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20129
20130 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20131
20132 * lib/gdb.exp (supports_process_record): Return true for
20133 arm*-linux*. (supports_reverse): Likewise.
20134
20135 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20136
20137 PR python/15464
20138 PR python/16113
20139 * gdb.python/py-type.c: Enhance test case.
20140 * gdb.python/py-value-cc.cc: Likewise
20141 * gdb.python/py-type.exp: Add new tests.
20142 * gdb.python/py-value-cc.exp: Likewise
20143
20144 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20145 Pedro Alves <palves@redhat.com>
20146
20147 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20148 Make "name" extern.
20149 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20150 references to ${name}_start by references to ${name}.
20151
20152 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20153
20154 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20155
20156 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20157
20158 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20159
20160 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20161 Pedro Alves <palves@redhat.com>
20162
20163 * gdb.mi/mi-info-os.exp: Connect to the target with
20164 mi_gdb_target_load.
20165
20166 2014-01-08 Pedro Alves <palves@redhat.com>
20167
20168 * gdb.threads/reconnect-signal.c: New file.
20169 * gdb.threads/reconnect-signal.exp: New file.
20170
20171 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20172
20173 * gdb.base/source-dir.exp: New file.
20174
20175 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20176
20177 * gdb.ada/mi_interface: New testcase.
20178
20179 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20180
20181 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20182 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20183 gdb.ada/pp-rec-component/pck.ads: New files.
20184
20185 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20186
20187 * gdb.python/py-pp-integral.c: New file.
20188 * gdb.python/py-pp-integral.py: New file.
20189 * gdb.python/py-pp-integral.exp: New file.
20190
20191 For older changes see ChangeLog-1993-2013.
20192 \f
20193 ;; Local Variables:
20194 ;; mode: change-log
20195 ;; left-margin: 8
20196 ;; fill-column: 74
20197 ;; version-control: never
20198 ;; End:
20199
20200 Copyright 2014-2020 Free Software Foundation, Inc.
20201 Copying and distribution of this file, with or without modification,
20202 are permitted provided the copyright notice and this notice are preserved.
This page took 0.420408 seconds and 3 git commands to generate.