W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-option
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-06-24 Pedro Alves <palves@redhat.com>
2
3 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4 Clang, add "-Wno-unknown-warning-option" to the options.
5
6 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.xml/tdesc-reload.c: New file.
9 * gdb.xml/tdesc-reload.exp: New file.
10 * gdb.xml/maint-xml-dump-01.xml: New file.
11 * gdb.xml/maint-xml-dump-02.xml: New file.
12 * gdb.xml/maint-xml-dump.exp: New file.
13
14 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
15
16 * lib/completion-support.exp (test_gdb_completion_offers_commands):
17 Adjust for omitted commands when TUI is disabled.
18
19 2020-06-23 Gary Benson <gbenson@redhat.com>
20 Pedro Alves <palves@redhat.com>
21
22 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
23 * gdb.cp/nsimport.cc: Likewise.
24 * gdb.cp/nsnested.cc: Likewise.
25 * gdb.cp/nsnoimports.cc: Likewise.
26 * gdb.cp/nsusing.cc: Likewise.
27 * gdb.cp/smartp.cc: Likewise.
28 * gdb.python/py-pp-integral.c: Likewise.
29 * gdb.python/py-pp-re-notag.c: Likewise.
30
31 2020-06-23 Gary Benson <gbenson@redhat.com>
32
33 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
34 * gdb.cp/nsimport.cc: Likewise.
35 * gdb.cp/nsnested.cc: Likewise.
36 * gdb.cp/nsnoimports.cc: Likewise.
37 * gdb.cp/nsusing.cc: Likewise.
38 * gdb.cp/smartp.cc: Likewise.
39 * gdb.python/py-pp-integral.c: Likewise.
40 * gdb.python/py-pp-re-notag.c: Likewise.
41
42 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
43
44 * gdb.base/default-args.exp: New test.
45 * gdb.base/default-args.c: New file.
46 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
47 * gdb.base/default.exp: Update to new help text.
48 * gdb.base/help.exp: Likewise.
49 * gdb.base/page.exp: Likewise.
50 * gdb.base/style.exp: Likewise.
51 * gdb.guile/guile.exp: Likewise.
52 * gdb.python/python.exp: Likewise.
53
54 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
55
56 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
57 remote host. Fix search path syntax on Windows host.
58
59 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
60
61 * gdb.base/attach.exp: Test priority of 'exec-file' changed
62 over 'exec-file-mismatch'.
63 * gdb.base/attach.c: Mark should_exit volatile.
64 * gdb.base/attach2.c: Likewise. Add a comment explaining
65 why the sleep cannot be big.
66 * gdb.base/attach3.c: New file.
67
68 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
69
70 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
71 prefix optional.
72
73 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
74
75 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
76 for remote host.
77
78 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
79 Hafiz Abid Qadeer <abidh@codesourcery.com>
80
81 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
82 file sent to remote host.
83 (top level): Allow int32_t as type of 32-bit register.
84
85 2020-06-19 Tom de Vries <tdevries@suse.de>
86
87 * lib/gdb.exp (gdb_note): New proc.
88 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
89 (gdb_default_target_compile): ... here. Only call
90 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
91 (use_gdb_compile): Change to array.
92 (toplevel): Update sets of use_gdb_compile to specify language.
93 Warn about default_target_compile override. Store dejagnu's version
94 of default_target_compile in dejagnu_default_target_compile.
95
96 2020-06-18 Tom de Vries <tdevries@suse.de>
97
98 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
99 (default_gdb_init): ... here.
100
101 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
102
103 Fix TUI support checks in gdb.tui tests.
104
105 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
106 just say UNSUPPORTED.
107 * gdb.tui/corefile-run.exp: Likewise.
108 * gdb.tui/empty.exp: Likewise.
109 * gdb.tui/list-before.exp: Likewise.
110 * gdb.tui/list.exp: Likewise.
111 * gdb.tui/main.exp: Likewise.
112 * gdb.tui/regs.exp: Likewise.
113 * gdb.tui/resize.exp: Likewise.
114 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
115 * gdb.tui/tui-layout-asm.exp: Likewise.
116 * gdb.tui/tui-missing-src.exp: Likewise.
117 * gdb.tui/winheight.exp: Likewise.
118 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
119
120 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
121
122 Fix TCL error in gdb.python/py-format-string.exp.
123
124 * gdb.python/py-format-string.exp: Move test for python support
125 earlier, out of function body.
126
127 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
128
129 * gdb.base/index-cache-load-twice.c: New.
130 * gdb.base/index-cache-load-twice.exp: New.
131
132 2020-06-17 Keith Seitz <keiths@redhat.com>
133
134 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
135 when executing "gdb --configuration".
136
137 2020-06-17 Tom de Vries <tdevries@suse.de>
138
139 * lib/gdb.exp (gdb_tcl_unknown): New proc.
140 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
141 conditional on presence of gdb_tcl_unknown.
142 (gdb_finish): Make override undo conditional on presence of
143 gdb_tcl_unknown.
144
145 2020-06-16 Tom Tromey <tom@tromey.com>
146
147 * gdb.python/tui-window.py (failwin): New function. Register it
148 as a TUI window type.
149 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
150
151 2020-06-16 Gary Benson <gbenson@redhat.com>
152
153 * gdb.python/py-nested-maps.c (create_map): Add missing return
154 value.
155 (create_map_map): Likewise.
156
157 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
158
159 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
160 variable.
161 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
162 and use the already-defined 'options' variable.
163
164 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
165 Tom de Vries <tdevries@suse.de>
166
167 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
168 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
169 (gdb_setup_known_globals): New proc.
170 (gdb_cleanup_globals): New proc.
171 * lib/gdb.exp (load_lib): New override proc.
172 (gdb_stdin_log_init): Set var in_file as persistent global.
173 * lib/pascal.exp (gdb_stdin_log_init): Set vars
174 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
175 fpc_compiler as persistent global.
176
177 2020-06-12 Tom de Vries <tdevries@suse.de>
178
179 * lib/tuiterm.exp (spawn): Rename to ...
180 (tui_spawn): ... this.
181 (toplevel): Move rename of spawn ...
182 (gdb_init_tuiterm): ... here. New proc.
183 (gdb_finish_tuiterm): New proc.
184 * lib/gdb.exp (gdb_finish_hooks): New global var.
185 (gdb_finish): Handle gdb_finish_hooks.
186 (tuiterm_env): New proc.
187 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
188 tuiterm_env.
189 * gdb.tui/basic.exp: Same.
190 * gdb.tui/corefile-run.exp: Same.
191 * gdb.tui/empty.exp: Same.
192 * gdb.tui/list-before.exp: Same.
193 * gdb.tui/list.exp: Same.
194 * gdb.tui/main.exp: Same.
195 * gdb.tui/new-layout.exp: Same.
196 * gdb.tui/regs.exp: Same.
197 * gdb.tui/resize.exp: Same.
198 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
199 * gdb.tui/tui-layout-asm.exp: Same.
200 * gdb.tui/tui-missing-src.exp: Same.
201 * gdb.tui/winheight.exp: Same.
202
203 2020-06-12 Tom de Vries <tdevries@suse.de>
204
205 PR testsuite/26110
206 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
207 (gdb_finish): Reinstall dejagnu's override of ::unknown.
208
209 2020-06-11 Tom Tromey <tom@tromey.com>
210
211 PR gdb/18318:
212 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
213 floating point tests.
214
215 2020-06-11 Keith Seitz <keiths@redhat.com>
216
217 PR gdb/21356
218 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
219 vla_struct.
220 Add new struct vla_typedef and union vla_typedef_union and
221 corresponding instantiation objects.
222 Initialize new objects.
223 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
224 and vla_typedef_union_object.
225 Fixup type for vla_struct_object.
226
227 2020-06-11 Tom de Vries <tdevries@suse.de>
228
229 * lib/gdb.exp (with_override): New proc, factored out of ...
230 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
231
232 2020-06-10 Tom de Vries <tdevries@suse.de>
233
234 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
235
236 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
239 parameter, update callers.
240
241 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
242
243 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
244 * gdb.dwarf2/share-psymtabs-bt.c: New file.
245 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
246
247 2020-06-04 Tom de Vries <tdevries@suse.de>
248
249 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
250
251 2020-06-04 Tom de Vries <tdevries@suse.de>
252
253 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
254 exp_continue.
255
256 2020-06-04 Tom de Vries <tdevries@suse.de>
257
258 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
259
260 2020-06-03 Tom de Vries <tdevries@suse.de>
261
262 PR symtab/26046
263 * gdb.cp/breakpoint-locs-2.cc: New test.
264 * gdb.cp/breakpoint-locs.cc: New test.
265 * gdb.cp/breakpoint-locs.exp: New file.
266 * gdb.cp/breakpoint-locs.h: New test.
267
268 2020-06-03 Tom de Vries <tdevries@suse.de>
269
270 PR testsuite/25609
271 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
272 value of global verbose.
273 * gdb.base/jit-elf.exp: Same.
274 * gdb.base/jit-reader.exp: Same.
275
276 2020-06-02 Tom de Vries <tdevries@suse.de>
277
278 * gdb.dwarf2/multidictionary.exp: Don't use
279 gdb_spawn_with_cmdline_opts.
280
281 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
284 use_header case.
285 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
286 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
287 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
288 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
289 * gdb.dwarf2/dw2-inline-header.c: New file.
290 * gdb.dwarf2/dw2-inline-header.h: New file.
291
292 2020-05-30 Pedro Alves <palves@redhat.com>
293
294 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
295 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
296
297 2020-05-29 Gary Benson <gbenson@redhat.com>
298
299 * gdb.compile/compile-cplus.exp (additional_flags): Also
300 set when building with clang.
301 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
302 when building with clang.
303
304 2020-05-29 Gary Benson <gbenson@redhat.com>
305
306 * gdb.arch/i386-avx.exp (additional_flags): Also set when
307 building with clang.
308 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
309
310 2020-05-29 Gary Benson <gbenson@redhat.com>
311
312 * gdb.cp/koenig.exp (prepare_for_testing): Add
313 additional_flags=-Wno-unused-comparison.
314 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
315
316 2020-05-28 Gary Benson <gbenson@redhat.com>
317
318 * gdb.base/sigaltstack.c (catcher): Add default case to switch
319 statement.
320
321 2020-05-28 Gary Benson <gbenson@redhat.com>
322
323 * gdb.cp/classes.exp (prepare_for_testing): Add
324 additional_flags=-Wno-deprecated-register.
325 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
326 * gdb.cp/misc.exp: Likewise.
327
328 2020-05-28 Gary Benson <gbenson@redhat.com>
329
330 * gdb.linespec/cpls-ops.cc (dummy): New static global.
331 (test_op_new::operator new): Add return statement.
332 (test_op_new_array::operator new[]): Likewise.
333
334 2020-05-27 Pedro Alves <palves@redhat.com>
335
336 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
337 check. Use test_gdb_complete_unique instead of
338 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
339 test_gdb_complete_multiple instead of
340 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
341
342 2020-05-27 Luis Machado <luis.machado@linaro.org>
343
344 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
345 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
346 * gdb.arch/arm-disassembler-options.exp: Likewise.
347 * gdb.arch/arm-disp-step.exp: Likewise.
348 * gdb.arch/thumb-prologue.exp: Likewise.
349 * gdb.base/async.exp: Likewise.
350 * gdb.base/auxv.exp: Likewise.
351 * gdb.base/complex-parts.exp: Likewise.
352 * gdb.base/ena-dis-br.exp: Likewise.
353 * gdb.base/foll-exec.exp: Likewise.
354 * gdb.base/permissions.exp: Likewise.
355 * gdb.base/relocate.exp: Likewise.
356 * gdb.base/return2.exp: Likewise.
357 * gdb.base/sigbpt.exp: Likewise.
358 * gdb.base/siginfo-obj.exp: Likewise.
359 * gdb.cp/converts.exp: Likewise.
360 * gdb.cp/exceptprint.exp: Likewise.
361 * gdb.cp/inherit.exp: Likewise.
362 * gdb.cp/nsnoimports.exp: Likewise.
363 * gdb.cp/virtbase2.exp: Likewise.
364 * gdb.mi/mi-var-cmd.exp: Likewise.
365 * gdb.mi/var-cmd.c: Likewise.
366
367 2020-05-26 Tom Tromey <tromey@adacore.com>
368
369 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
370
371 2020-05-26 Tom Tromey <tromey@adacore.com>
372
373 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
374 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
375 type.
376 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
377 variable.
378
379 2020-05-26 Christian Biesinger <cbiesinger@google.com>
380
381 * Makefile.in: Use = instead of == for the test command
382 for portability.
383
384 2020-05-26 Tom de Vries <tdevries@suse.de>
385
386 * gdb.base/gold-gdb-index-2.c: New test.
387 * gdb.base/gold-gdb-index.c: New test.
388 * gdb.base/gold-gdb-index.exp: New file.
389 * gdb.base/gold-gdb-index.h: New test.
390
391 2020-05-25 Tom de Vries <tdevries@suse.de>
392
393 * boards/gold-gdb-index.exp: New file.
394
395 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
396
397 * boards/simavr.exp: New file.
398
399 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
400
401 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
402 * gdb.base/inferior-args.exp: New file.
403 * gdb.base/inferior-args.c: New file.
404
405 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
406
407 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
408 inferior_args. Pass it to gdb_reload.
409 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
410 inferior_args.
411 (gdb_reload): Add inferior_args argument.
412 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
413 pass it to gdbserver_run.
414 * boards/native-gdbserver.exp: Do not set noargs.
415 * boards/native-extended-gdbserver.exp (gdb_reload): Add
416 inferior_args argument.
417 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
418 * gdb.base/a2-run.exp: Check for use_gdb_stub.
419 * gdb.base/args.exp: Likewise.
420
421 2020-05-25 Tom de Vries <tdevries@suse.de>
422
423 * lib/gdb.exp (exec_is_pie): Add comment.
424
425 2020-05-25 Tom de Vries <tdevries@suse.de>
426
427 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
428 instead of $binfile in the untested message.
429
430 2020-05-25 Tom de Vries <tdevries@suse.de>
431
432 PR testsuite/26031
433 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
434
435 2020-05-25 Tom de Vries <tdevries@suse.de>
436
437 * boards/gold.exp: New file.
438
439 2020-05-23 Tom Tromey <tom@tromey.com>
440
441 * gdb.base/style.exp: Remove completion styling test.
442 * lib/gdb-utils.exp (style): Remove completion styles.
443
444 2020-05-23 Tom Tromey <tom@tromey.com>
445
446 * gdb.base/style.exp: Add completion styling test.
447 * lib/gdb-utils.exp (style): Add completion styles.
448
449 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.base/annota1.exp: Update expected results.
452 * gdb.cp/annota2.exp: Update expected results, remove duplicate
453 test name.
454 * gdb.cp/annota3.exp: Update expected results.
455
456 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
457
458 PR gdb/26016
459 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
460 against MAP_FAILED.
461 * gdb.base/coremaker.c (mmapdata): Likewise.
462 * gdb.base/jit-reader-host.c (main): Likewise.
463 * gdb.base/sym-file-loader.c (load): Likewise.
464 (load_shlib): Likewise.
465
466 2020-05-20 Tom Tromey <tromey@adacore.com>
467
468 * gdb.ada/array_char_idx.exp: Recognize initialized array.
469
470 2020-05-20 Tom de Vries <tdevries@suse.de>
471
472 PR symtab/25833
473 * gdb.base/with-mf-inc.c: New test.
474 * gdb.base/with-mf-main.c: New test.
475 * gdb.base/with-mf.exp: New file.
476
477 2020-05-19 Tom Tromey <tromey@adacore.com>
478
479 * gdb.rust/simple.exp: Restore missing test result.
480
481 2020-05-19 Tom de Vries <tdevries@suse.de>
482
483 * gdb.base/gdb-caching-proc.exp: Fix typo.
484
485 2020-05-19 Tom Tromey <tromey@adacore.com>
486
487 * gdb.rust/simple.exp: Add some test descriptions.
488 (test_one_slice): Use with_test_prefix.
489
490 2020-05-18 Tom de Vries <tdevries@suse.de>
491
492 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
493
494 2020-05-17 Pedro Alves <palves@redhat.com>
495
496 PR gdb/25741
497 * gdb.base/hw-sw-break-same-address.exp: New file.
498
499 2020-05-16 Pedro Alves <palves@redhat.com>
500
501 * gdb.multi/multi-re-run.exp (test_re_run): Switch
502 LAST_LOADED_FILE accordingly.
503
504 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
505
506 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
507
508 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
509
510 * gdb.base/help.exp: Test apropos and help for commands
511 having aliases. Fixed comments not starting with an
512 upper-case letter or not finishing with a dot.
513
514 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
515
516 * gdb.base/alias.exp: Update help output check.
517
518 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
519
520 * gdb.base/default.exp: Update output following fixes.
521
522 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
523
524 * gdb.base/alias.exp: Test aliases starting with a prefix of
525 another alias.
526
527 2020-05-15 Gary Benson <gbenson@redhat.com>
528
529 * gdb.base/info-os.c (main): Add return statement.
530 * gdb.base/info_minsym.c (minsym_fun): Likewise.
531 * gdb.base/large-frame-2.c (func): Likewise.
532 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
533 * gdb.base/pr10179-b.c (foo2): Likewise.
534 * gdb.base/valgrind-disp-step.c (foo): Likewise.
535 * gdb.base/watch-cond.c (func): Likewise.
536 * gdb.multi/goodbye.c (verylongfun): Likewise.
537 * gdb.multi/hello.c (commonfun): Likewise.
538 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
539 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
540 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
541 Likewise.
542 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
543 * gdb.threads/interrupt-while-step-over.c (child_function):
544 Likewise.
545 * gdb.trace/actions-changed.c (end): Likewise.
546
547 2020-05-15 Gary Benson <gbenson@redhat.com>
548
549 * gdb.opencl/callfuncs.exp: Report when test skipped.
550 * gdb.opencl/convs_casts.exp: Likewise.
551 * gdb.opencl/datatypes.exp: Likewise.
552 * gdb.opencl/operators.exp: Likewise.
553 * gdb.opencl/vec_comps.exp: Likewise.
554
555 2020-05-15 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/align.exp.in: Rename to ...
558 * gdb.base/align.exp.tcl: ... this.
559 * gdb.base/align-c++.exp: Update.
560 * gdb.base/align-c.exp: Update.
561 * gdb.base/all-architectures.exp.in: Rename to ...
562 * gdb.base/all-architectures.exp: ... this.
563 * gdb.base/all-architectures-0.exp: Update.
564 * gdb.base/all-architectures-1.exp: Update.
565 * gdb.base/all-architectures-2.exp: Update.
566 * gdb.base/all-architectures-3.exp: Update.
567 * gdb.base/all-architectures-4.exp: Update.
568 * gdb.base/all-architectures-5.exp: Update.
569 * gdb.base/all-architectures-6.exp: Update.
570 * gdb.base/all-architectures-7.exp: Update.
571 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
572 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
573 * gdb.base/infcall-nested-structs-c++.exp: Update.
574 * gdb.base/infcall-nested-structs-c.exp: Update.
575 * gdb.base/info-types.exp.in: Rename to ...
576 * gdb.base/info-types.exp.tcl: ... this.
577 * gdb.base/info-types-c++.exp: Update.
578 * gdb.base/info-types-c.exp: Update.
579 * gdb.base/max-depth.exp.in: Rename to ...
580 * gdb.base/max-depth.exp.tcl: ... this.
581 * gdb.base/max-depth-c++.exp: Update.
582 * gdb.base/max-depth-c.exp: Update.
583 * gdb.cp/cpexprs.exp.in: Rename to ...
584 * gdb.cp/cpexprs.exp.tcl: ... this.
585 * gdb.cp/cpexprs-debug-types.exp: Update.
586 * gdb.cp/cpexprs.exp: Update.
587 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
588 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
589 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
590 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
591 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
592 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
593 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
594 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
595 * gdb.dwarf2/clang-debug-names-2.exp: Update.
596 * gdb.dwarf2/clang-debug-names.exp: Update.
597
598 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 * lib/check-test-names.exp: Remove code that prevents this file
601 loading when tests are run in parallel.
602
603 2020-05-15 Pedro Alves <palves@redhat.com>
604
605 * gdb.multi/multi-kill.exp (start_inferior): Remove
606 'testpid' parameter. Refer to namespace variable directly.
607 (testpid): Declare as namespace variable.
608
609 2020-05-15 Pedro Alves <palves@redhat.com>
610
611 * gdb.multi/multi-kill.exp: Wrap in namespace.
612 (start_inferior): Add TESTPID parameter. Use it instead of the
613 testpid global.
614 (top level): Define empty TESTPID array, and pass it down to
615 start_inferior.
616
617 2020-05-14 Tom de Vries <tdevries@suse.de>
618
619 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
620 output.
621
622 2020-05-14 Tom de Vries <tdevries@suse.de>
623
624 * gdb.base/align.exp: Split into ...
625 * gdb.base/align.exp.in: ...
626 * gdb.base/align-c++.exp: ...
627 * gdb.base/align-c.exp: ... these.
628 * gdb.base/infcall-nested-structs.exp: Split into ...
629 * gdb.base/infcall-nested-structs.exp.in: ...
630 * gdb.base/infcall-nested-structs-c++.exp: ...
631 * gdb.base/infcall-nested-structs-c.exp: ... these.
632 * gdb.base/info-types.exp: Split into ...
633 * gdb.base/info-types.exp.in: ...
634 * gdb.base/info-types-c++.exp: ...
635 * gdb.base/info-types-c.exp: ... these.
636 * gdb.base/max-depth.exp: Split into ...
637 * gdb.base/max-depth.exp.in: ...
638 * gdb.base/max-depth-c++.exp: ...
639 * gdb.base/max-depth-c.exp: ... these.
640 * gdb.cp/infcall-nodebug.exp: Split into ...
641 * gdb.cp/infcall-nodebug.exp.in: ...
642 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
643 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
644 * gdb.cp/infcall-nodebug-c-d0.exp: ...
645 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
646
647 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
648 Pedro Alves <palves@redhat.com>
649
650 * gdb.multi/multi-exit.c: New file.
651 * gdb.multi/multi-exit.exp: New file.
652 * gdb.multi/multi-kill.c: New file.
653 * gdb.multi/multi-kill.exp: New file.
654
655 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
656
657 * gdb.base/annota1.exp: Update the expected output.
658 * gdb.cp/annota2.exp: Ditto.
659
660 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * lib/check-test-names.exp: Disable when testing is being run in
663 parallel.
664
665 2020-05-12 Tom de Vries <tdevries@suse.de>
666
667 * gdb.base/jit-elf.exp: Fix string concat.
668
669 2020-05-12 Tom de Vries <tdevries@suse.de>
670
671 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
672 messages.
673
674 2020-05-12 Tom de Vries <tdevries@suse.de>
675
676 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
677
678 2020-05-12 Tom de Vries <tdevries@suse.de>
679
680 * gdb.ada/catch_ex.exp: Use with_test_prefix.
681 * gdb.ada/mi_catch_ex.exp: Same.
682 * gdb.ada/mi_catch_ex_hand.exp: Same.
683
684 2020-05-12 Tom de Vries <tdevries@suse.de>
685
686 * gdb.fortran/complex.exp: Use with_test_prefix.
687
688 2020-05-12 Tom de Vries <tdevries@suse.de>
689
690 * gdb.trace/passcount.exp: Fix test-names.
691
692 2020-05-12 Tom de Vries <tdevries@suse.de>
693
694 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
695
696 2020-05-12 Tom de Vries <tdevries@suse.de>
697
698 * gdb.gdb/complaints.exp: Use with_test_prefix.
699 * gdb.xml/tdesc-regs.exp: Same.
700 * gdb.opt/inline-locals.exp: Fix test name.
701
702 2020-05-12 Tom de Vries <tdevries@suse.de>
703
704 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
705 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
706 * gdb.dwarf2/implref-struct.exp: Same.
707 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
708 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
709
710 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
711
712 * gdb.base/jit-so.exp (one_jit_test): Change test name.
713
714 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * lib/check-test-names.exp (all_test_names): New module variable.
717 (counts): Add 'duplicates' field.
718 (_check_duplicates): New procedure.
719 (check): Also check for duplicates.
720 (do_log_summary): Print duplicates count.
721 (do_reset_vars): Reset counter for duplicate test names, and
722 discard all know test names.
723
724 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * lib/gdb.exp: Include check-test-names.exp library.
727 * lib/check-test-names.exp: New file.
728
729 2020-05-11 Tom de Vries <tdevries@suse.de>
730
731 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
732
733 2020-05-11 Keith Seitz <keiths@redhat.com>
734
735 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
736
737 2020-05-11 Tom de Vries <tdevries@suse.de>
738
739 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
740 * gdb.cp/cpexprs.exp.in: .. here.
741 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
742 cpexprs.exp.
743
744 2020-05-11 Keith Seitz <keiths@redhat.com>
745
746 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
747 test names.
748 * gdb.ada/arrayptr.exp: Likewise.
749 * gdb.ada/assign_arr.exp: Likewise.
750 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
751 * gdb.ada/bp_on_var.exp: Likewise.
752 * gdb.ada/call_pn.exp: Likewise.
753 * gdb.ada/complete.exp: Likewise.
754 * gdb.ada/fun_overload_menu.exp: Likewise.
755 * gdb.ada/funcall_param.exp: Likewise.
756 * gdb.ada/funcall_ref.exp: Likewise.
757 * gdb.ada/packed_array_assign.exp: Likewise.
758 * gdb.ada/same_component_name.exp: Likewise.
759 * gdb.ada/type_coercion.exp: Likewise.
760 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
761 * gdb.ada/variant_record_packed_array.exp: Likewise.
762
763 2020-05-11 Tom de Vries <tdevries@suse.de>
764
765 PR symtab/25941
766 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
767 out of ...
768 * gdb.dwarf2/clang-debug-names.exp: ... here.
769 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
770 clang-debug-names.exp.in.
771 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
772 * gdb.dwarf2/clang-debug-names-2.c: New test.
773
774 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
775
776 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
777 (fortran_runto_main): New Proc, fortran version of runto_main.
778 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
779 * gdb.fortran/array-bounds.exp: Likewise.
780 * gdb.fortran/array-slices.exp: Likewise.
781 * gdb.fortran/block-data.exp: Likewise.
782 * gdb.fortran/charset.exp: Likewise.
783 * gdb.fortran/common-block.exp: Likewise.
784 * gdb.fortran/complex.exp: Likewise.
785 * gdb.fortran/derived-type-function.exp: Likewise.
786 * gdb.fortran/derived-type.exp: Likewise.
787 * gdb.fortran/info-modules.exp: Likewise.
788 * gdb.fortran/info-types.exp: Likewise.
789 * gdb.fortran/intrinsics.exp: Likewise.
790 * gdb.fortran/library-module.exp: Likewise.
791 * gdb.fortran/logical.exp: Likewise.
792 * gdb.fortran/max-depth.exp: Likewise.
793 * gdb.fortran/module.exp: Likewise.
794 * gdb.fortran/multi-dim.exp: Likewise.
795 * gdb.fortran/nested-funcs.exp: Likewise.
796 * gdb.fortran/print-formatted.exp: Likewise.
797 * gdb.fortran/print_type.exp: Likewise.
798 * gdb.fortran/printing-types.exp: Likewise.
799 * gdb.fortran/ptr-indentation.exp: Likewise.
800 * gdb.fortran/ptype-on-functions.exp: Likewise.
801 * gdb.fortran/subarray.exp: Likewise.
802 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
803 * gdb.fortran/vla-datatypes.exp: Likewise.
804 * gdb.fortran/vla-history.exp: Likewise.
805 * gdb.fortran/vla-ptr-info.exp: Likewise.
806 * gdb.fortran/vla-ptype-sub.exp: Likewise.
807 * gdb.fortran/vla-ptype.exp: Likewise.
808 * gdb.fortran/vla-sizeof.exp: Likewise.
809 * gdb.fortran/vla-type.exp: Likewise.
810 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
811 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
812 * gdb.fortran/vla-value-sub.exp: Likewise.
813 * gdb.fortran/vla-value.exp: Likewise.
814 * gdb.fortran/whatis_type.exp: Likewise.
815 * gdb.mi/mi-var-child-f.exp: Likewise.
816
817 2020-05-09 Tom de Vries <tdevries@suse.de>
818
819 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
820
821 2020-05-08 Tom de Vries <tdevries@suse.de>
822
823 * gdb.dwarf2/clang-debug-names.c: New test.
824 * gdb.dwarf2/clang-debug-names.exp: New file.
825
826 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
827
828 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
829 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
830
831 2020-05-06 Tom de Vries <tdevries@suse.de>
832
833 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
834 breakpoint is at a "recommended breakpoint location".
835 * gdb.reverse/consecutive-reverse.exp: Same.
836
837 2020-05-06 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
840 address.
841
842 2020-05-06 Tom de Vries <tdevries@suse.de>
843
844 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
845
846 2020-05-06 Tom de Vries <tdevries@suse.de>
847
848 * gdb.base/store.exp (check_set, up_set): Allowing missing location
849 info for r.
850
851 2020-05-06 Tom de Vries <tdevries@suse.de>
852
853 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
854 necessary.
855
856 2020-05-06 Tom de Vries <tdevries@suse.de>
857
858 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
859 void.
860
861 2020-05-06 Tom de Vries <tdevries@suse.de>
862
863 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
864 of ...
865 * gdb.base/async.exp: ... here.
866 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
867 "recommended breakpoint location".
868
869 2020-05-06 Tom de Vries <tdevries@suse.de>
870
871 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
872
873 2020-05-04 Tom de Vries <tdevries@suse.de>
874
875 * gdb.base/async.exp: Check whether instruction addresses are a
876 "recommended breakpoint location".
877
878 2020-05-03 Tom Tromey <tom@tromey.com>
879
880 * gdb.base/sepdebug.exp: Remove "catch" test.
881 * gdb.base/break.exp: Remove "catch" test.
882 * gdb.base/default.exp: Update expected output.
883
884 2020-05-02 Tom de Vries <tdevries@suse.de>
885
886 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
887 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
888 * gdb.arch/i386-mpx-map.exp: Same.
889 * gdb.arch/i386-mpx-sigsegv.exp: Same.
890 * gdb.arch/i386-mpx-simple_segv.exp: Same.
891 * gdb.arch/i386-mpx.exp: Same.
892
893 2020-05-02 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
896
897 2020-05-01 Tom de Vries <tdevries@suse.de>
898
899 * gdb.ada/operator_bp.exp: Allow more than required amount of
900 breakpoint.
901
902 2020-05-01 Tom de Vries <tdevries@suse.de>
903
904 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
905
906 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
907
908 PR gdb/18706
909 * gdb.cp/stub-array-size.cc: New test.
910 * gdb.cp/stub-array-size.exp: New file.
911 * gdb.cp/stub-array-size.h: New test.
912 * gdb.cp/stub-array-size2.cc: New test.
913
914 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
915
916 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
917 output to the new format.
918
919 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
920
921 * gdb.base/break.exp: Use with_test_prefix.
922
923 2020-04-29 Tom de Vries <tdevries@suse.de>
924
925 * lib/gdb.exp (debug_types): New proc.
926 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
927 * gdb.python/py-symtab.exp: Same.
928
929 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
930
931 PR gdb/17320
932 * gdb.base/pretty-array.c: New test.
933 * gdb.base/pretty-array.exp: New file.
934
935 2020-04-29 Tom de Vries <tdevries@suse.de>
936
937 PR symtab/25889
938 * gdb.cp/cpexprs.exp: Adapt for inclusion.
939 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
940 and include cpexprs.exp.
941
942 2020-04-28 Mark Williams <mark@myosotissp.com>
943
944 PR gdb/24480
945 * dw4-toplevel-types.exp: Test for top level types.
946 * dw4-toplevel-types.cc: Test for top level types.
947
948 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
949
950 * gdb.threads/stop-with-handle.exp: Fix typo in comment
951 (theads -> threads).
952
953 2020-04-28 Tom de Vries <tdevries@suse.de>
954
955 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
956
957 2020-04-28 Tom de Vries <tdevries@suse.de>
958
959 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
960
961 2020-04-28 Tom de Vries <tdevries@suse.de>
962
963 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
964
965 2020-04-28 Tom de Vries <tdevries@suse.de>
966
967 * gdb.dwarf2/main-foo.c: New test.
968 * gdb.dwarf2/struct-with-sig.exp: New file.
969
970 2020-04-25 Tom de Vries <tdevries@suse.de>
971
972 * boards/debug-types.exp: New file.
973
974 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
977
978 2020-04-24 Tom Tromey <tom@tromey.com>
979
980 PR symtab/12707:
981 * gdb.python/py-symbol.exp: Update expected results for
982 linkage_name test.
983 * gdb.cp/print-demangle.exp: New file.
984 * gdb.base/c-linkage-name.exp: Fix test.
985 * gdb.guile/scm-symbol.exp: Update expected results for
986 linkage_name test.
987
988 2020-04-24 Tom Tromey <tom@tromey.com>
989
990 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
991 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
992 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
993 assembler.
994
995 2020-04-24 Tom de Vries <tdevries@suse.de>
996
997 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
998 C++.
999
1000 2020-04-24 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1003 values.
1004 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1005 values. Update test for minimal encodings.
1006 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1007 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1008 values. Update test for minimal encodings.
1009
1010 2020-04-24 Tom Tromey <tromey@adacore.com>
1011
1012 PR python/23662:
1013 * gdb.ada/variant.exp: Add Python checks.
1014 * gdb.rust/simple.exp: Add dynamic type checks.
1015
1016 2020-04-24 Tom Tromey <tromey@adacore.com>
1017
1018 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1019 Make array type matching more lax.
1020 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1021 * gdb.ada/mi_variant.exp: New file.
1022 * gdb.ada/mi_variant/pck.ads: New file.
1023 * gdb.ada/mi_variant/pkg.adb: New file.
1024 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1025 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1026
1027 2020-04-24 Tom Tromey <tromey@adacore.com>
1028
1029 * gdb.ada/variant.exp: Add dynamic field offset tests.
1030 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1031 * gdb.ada/variant/pkg.adb: Add new variables.
1032
1033 2020-04-24 Tom Tromey <tromey@adacore.com>
1034
1035 * gdb.ada/variant.exp: New file
1036 * gdb.ada/variant/pkg.adb: New file
1037 * gdb.ada/variant/pck.adb: New file
1038
1039 2020-04-24 Tom de Vries <tdevries@suse.de>
1040
1041 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1042
1043 2020-04-24 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1046 flags.
1047
1048 2020-04-24 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1051
1052 2020-04-24 Tom de Vries <tdevries@suse.de>
1053
1054 * lib/gdb.exp (default_gdb_start): Handle eof.
1055 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1056 failure.
1057 * gdb.base/readnever.exp: Handle clean_restart failure.
1058
1059 2020-04-23 Tom de Vries <tdevries@suse.de>
1060
1061 * gdb.base/decl-before-def.exp: Run to main and print a again.
1062
1063 2020-04-23 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/decl-before-def-decl.c: New test.
1066 * gdb.base/decl-before-def-def.c: New test.
1067 * gdb.base/decl-before-def.exp: New file.
1068
1069 2020-04-23 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1072
1073 2020-04-22 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1076 debug_info_offset.
1077 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1078 before $objsfile in the line line.
1079
1080 2020-04-22 Tom de Vries <tdevries@suse.de>
1081
1082 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1083
1084 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1085
1086 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1087 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1088 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1089 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1090 * gdb.base/jit-protocol.h: Update definitions to match all usage
1091 contexts.
1092
1093 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1094
1095 * gdb.base: Rename all jit related test and source files.
1096
1097 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1098
1099 * gdb.base/jit-reader.exp: Relax register output check.
1100
1101 2020-04-22 Tom de Vries <tdevries@suse.de>
1102
1103 PR symtab/25764
1104 * gdb.base/psym-external-decl-2.c: New test.
1105 * gdb.base/psym-external-decl.c: New test.
1106 * gdb.base/psym-external-decl.exp: New file.
1107 * gdb.threads/tls.exp: Add PR25807 kfail.
1108
1109 2020-04-22 Tom de Vries <tdevries@suse.de>
1110
1111 PR symtab/25801
1112 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1113 in "info source" output.
1114
1115 2020-04-22 Tom de Vries <tdevries@suse.de>
1116
1117 PR symtab/25700
1118 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1119 symtab for imported_unit.c.
1120
1121 2020-04-21 Gary Benson <gbenson@redhat.com>
1122
1123 * gdb.base/advance.c (func): New argument, to match call site.
1124 (func2, func3): Add return statements.
1125
1126 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1127
1128 * gdb.multi/run-only-second-inf.c: New file.
1129 * gdb.multi/run-only-second-inf.exp: New file.
1130
1131 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1132
1133 * gdb.btrace/multi-inferior.c: New test.
1134 * gdb.btrace/multi-inferior.exp: New file.
1135
1136 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1137
1138 * gdb.btrace/enable-new-thread.c: New test.
1139 * gdb.btrace/enable-new-thread.exp: New file.
1140
1141 2020-04-21 Tom de Vries <tdevries@suse.de>
1142
1143 PR gdb/25471
1144 * gdb.threads/killed-outside.c: New test.
1145 * gdb.threads/killed-outside.exp: New file.
1146
1147 2020-04-20 Gary Benson <gbenson@redhat.com>
1148
1149 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1150 * gdb.base/nested-subp2.exp: Likewise.
1151 * gdb.base/nested-subp3.exp: Likewise.
1152
1153 2020-04-20 Gary Benson <gbenson@redhat.com>
1154
1155 * gdb.base/nested-subp1.exp: Disable test when using clang.
1156 * gdb.base/nested-subp2.exp: Likewise.
1157 * gdb.base/nested-subp3.exp: Likewise.
1158
1159 2020-04-20 Gary Benson <gbenson@redhat.com>
1160
1161 * gdb.cp/exception.cc: Fix compilation error with clang.
1162
1163 2020-04-20 Gary Benson <gbenson@redhat.com>
1164
1165 * gdb.trace/tspeed.c: Fix compilation error with clang.
1166
1167 2020-04-20 Gary Benson <gbenson@redhat.com>
1168
1169 * gdb.base/jit-main.c: Fix compilation error with clang.
1170
1171 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1172
1173 * gdb.base/attach-twice.c: Include "sys/types.h".
1174 (PTRACE_ATTACH): Add fallback definition.
1175 (main): Pass `0' to the 4th argument of `ptrace'.
1176
1177 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1178
1179 * gdb.base/fork-running-state.c: Include "signal.h".
1180
1181 2020-04-17 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1184 Update tests.
1185 * gdb.btrace/cpu.exp: Update tests.
1186 * gdb.base/maint.exp: Update tests.
1187 * gdb.base/default.exp: Update tests.
1188 * gdb.base/completion.exp: Update tests.
1189
1190 2020-04-16 Tom de Vries <tdevries@suse.de>
1191
1192 PR symtab/25791
1193 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1194 (ensure_gdb_index): and factor out and move ...
1195 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1196 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1197
1198 2020-04-16 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1201 loading exec.
1202
1203 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.base/many-completions.exp: New file.
1206
1207 2020-04-14 Tom de Vries <tdevries@suse.de>
1208
1209 PR symtab/25718
1210 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1211
1212 2020-04-14 Tom de Vries <tdevries@suse.de>
1213
1214 PR symtab/25720
1215 * gdb.base/maint-expand-symbols-header-file.c: New test.
1216 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1217 * gdb.base/maint-expand-symbols-header-file.h: New test.
1218
1219 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1222 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1223 get_func_info.
1224 (get_func_info): Delete.
1225 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1226 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1227 * lib/dwarf.exp (get_func_info): New function.
1228
1229 2020-04-13 Tom de Vries <tdevries@suse.de>
1230
1231 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1232 to what find_gnatmake does.
1233
1234 2020-04-10 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1237 -readnow.
1238
1239 2020-04-10 Tom de Vries <tdevries@suse.de>
1240
1241 PR cli/25808
1242 * gdb.base/style.c: Add leading newlines.
1243 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1244 Check listing of main's one-line body.
1245
1246 2020-04-08 Tom de Vries <tdevries@suse.de>
1247
1248 * lib/gdb.exp (psymtabs_p): New proc.
1249 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1250 importing unit" unsupported if there are no partial symbols.
1251
1252 2020-04-08 Tom de Vries <tdevries@suse.de>
1253
1254 PR testsuite/25760
1255 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1256
1257 2020-04-07 Tom de Vries <tdevries@suse.de>
1258
1259 PR symtab/25796
1260 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1261
1262 2020-04-07 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.base/check-psymtab.c: New test.
1265 * gdb.base/check-psymtab.exp: New file.
1266
1267 2020-04-06 Tom Tromey <tromey@adacore.com>
1268
1269 * gdb.ada/variant-record/proc.adb: New file.
1270 * gdb.ada/variant-record/value.adb: New file.
1271 * gdb.ada/variant-record/value.s: New file.
1272 * gdb.ada/variant-record.exp: New file.
1273
1274 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1275
1276 PR gdb/25325
1277 * gdb.cp/typed-enum.cc: New test.
1278 * gdb.cp/typed-enum.exp: New file.
1279
1280 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1283 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1284 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1285 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1286 * gdb.opt/inline-small-func.c: New file.
1287 * gdb.opt/inline-small-func.exp: New file.
1288 * gdb.opt/inline-small-func.h: New file.
1289
1290 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1293 function.
1294
1295 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * lib/dwarf.exp (function_range): Allow compiler options to be
1298 specified.
1299
1300 2020-04-02 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1303 __attribute__((always_inline)).
1304 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1305
1306 2020-04-02 Tom de Vries <tdevries@suse.de>
1307
1308 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1309 (gdbserver_gdb_exit): ... here. Add timeout warning.
1310 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1311 (connect_target_extended_remote): Append new server_spawn_id to
1312 server_spawn_ids.
1313 (cleanup): New proc.
1314 (setup, <toplevel>): Call cleanup.
1315
1316 2020-04-02 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.base/main-psymtab.exp: New file.
1319
1320 2020-04-02 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1323
1324 2020-04-01 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.base/complex-parts.exp: Add type tests.
1327
1328 2020-04-01 Tom Tromey <tom@tromey.com>
1329
1330 * gdb.base/complex-parts.exp: Add arithmetic tests.
1331
1332 2020-04-01 Tom Tromey <tom@tromey.com>
1333
1334 * gdb.compile/compile.exp: Update.
1335 * gdb.compile/compile-cplus.exp: Update.
1336 * gdb.base/varargs.exp: Update.
1337 * gdb.base/floatn.exp: Update.
1338 * gdb.base/endianity.exp: Update.
1339 * gdb.base/callfuncs.exp (do_function_calls): Update.
1340 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1341 (complex_float_integral_args): Update.
1342 * gdb.base/complex.exp: Update.
1343 * gdb.base/complex-parts.exp: Update.
1344
1345 2020-04-01 Tom Tromey <tromey@adacore.com>
1346
1347 * gdb.rust/union.rs: New file.
1348 * gdb.rust/union.exp: New file.
1349 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1350 (main): Update.
1351 * gdb.rust/simple.exp: Move union tests to union.exp.
1352
1353 2020-04-01 Tom Tromey <tromey@adacore.com>
1354
1355 * gdb.rust/simple.rs (main): Remove "y0".
1356
1357 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1358
1359 * gdb.multi/stop-all-on-exit.c: New test.
1360 * gdb.multi/stop-all-on-exit.exp: New file.
1361
1362 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1363
1364 PR gdb/24789
1365 * gdb.cp/misc.cc: Add integer reference variable.
1366 * gdb.cp/misc.exp: Add test.
1367
1368 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1369
1370 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1371 scenario to cover execution until the end and also the case
1372
1373 2020-03-31 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1376 c. Use "maint info symtabs" to check symtab expansion.
1377
1378 2020-03-30 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1381 unsupported.
1382 (verify_psymtab_expanded): Move ...
1383 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1384 test.
1385 (readnow): New proc.
1386
1387 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1390 with $hex.
1391
1392 2020-03-20 Tom Tromey <tromey@adacore.com>
1393
1394 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1395
1396 2020-03-20 Tom Tromey <tromey@adacore.com>
1397
1398 * gdb.ada/sub_variant/subv.adb: New file.
1399 * gdb.ada/sub_variant.exp: New file.
1400
1401 2020-03-20 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1404 first break fails.
1405 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1406
1407 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.server/exit-multiple-threads.c: New file.
1410 * gdb.server/exit-multiple-threads.exp: New file.
1411
1412 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.fortran/mixed-lang-stack.c: New file.
1415 * gdb.fortran/mixed-lang-stack.cpp: New file.
1416 * gdb.fortran/mixed-lang-stack.exp: New file.
1417 * gdb.fortran/mixed-lang-stack.f90: New file.
1418
1419 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.linespec/cp-completion-aliases.cc: New file.
1422 * gdb.linespec/cp-completion-aliases.exp: New file.
1423
1424 2020-03-19 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1427 more precise.
1428
1429 2020-03-18 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1432 * gdb.dwarf2/break-inline-psymtab.c: New test.
1433 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1434
1435 2020-03-16 Tom de Vries <tdevries@suse.de>
1436
1437 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1438 cache_verify and cache_verify_proc.
1439
1440 2020-03-15 Tom de Vries <tdevries@suse.de>
1441
1442 * gdb.server/solib-list.exp: Handle
1443 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1444
1445 2020-03-15 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1448 objfiles".
1449
1450 2020-03-14 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1453
1454 2020-03-14 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1457
1458 2020-03-14 Tom de Vries <tdevries@suse.de>
1459
1460 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1461 result in line-by-line fashion.
1462
1463 2020-03-14 Tom de Vries <tdevries@suse.de>
1464
1465 * lib/gdb.exp (supports_statement_frontiers): New proc.
1466 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1467
1468 2020-03-14 Tom de Vries <tdevries@suse.de>
1469
1470 * gdb.base/printcmds.exp: Add missing quoting for "print
1471 teststring2".
1472
1473 2020-03-13 Tom Tromey <tom@tromey.com>
1474
1475 * gdb.base/printcmds.exp (test_print_strings): Add regression
1476 test.
1477 * gdb.base/printcmds.c (charptr): New typedef.
1478 (teststring2): New global.
1479
1480 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1483 full path in the test name.
1484 (test_ld): Add some with_test_prefix blocks to make test names
1485 unique.
1486
1487 2020-03-13 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1490
1491 2020-03-13 Tom de Vries <tdevries@suse.de>
1492
1493 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1494
1495 2020-03-13 Tom de Vries <tdevries@suse.de>
1496
1497 PR symtab/25646
1498 * gdb.dwarf2/imported-unit.exp: Add test.
1499
1500 2020-03-13 Tom de Vries <tdevries@suse.de>
1501
1502 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1503 (var1, var2): New variable.
1504 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1505 matching symbols.
1506
1507 2020-03-13 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1510 (Term::command): Use prompt prefix.
1511 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1512 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1513 command_no_prompt_prefix instead of prefix.
1514 * gdb.tui/tui-layout-asm.exp: Same.
1515
1516 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1517
1518 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1519
1520 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1521
1522 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1523 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1524 on" while stepping over the test instruction, match printed
1525 message.
1526
1527 2020-03-12 Tom de Vries <tdevries@suse.de>
1528
1529 * gdb.base/info-types.exp: Use exp_continue during matching of output
1530 of "info types".
1531
1532 2020-03-12 Tom de Vries <tdevries@suse.de>
1533
1534 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1535
1536 2020-03-12 Tom de Vries <tdevries@suse.de>
1537
1538 * gdb.fortran/module.exp: Use exp_continue during matching of output
1539 of "info variable -n".
1540
1541 2020-03-12 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1544 gdb.dwarf2/dw2-ranges-base.c.
1545
1546 2020-03-12 Tom de Vries <tdevries@suse.de>
1547
1548 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1549 in presence of GLIBC debuginfo.
1550
1551 2020-03-12 Tom de Vries <tdevries@suse.de>
1552
1553 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1554 $core.
1555
1556 2020-03-12 Tom de Vries <tdevries@suse.de>
1557
1558 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1559 more precise.
1560
1561 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1562
1563 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1564 from Unix to Windows path.
1565
1566 2020-03-11 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.ada/minsyms.exp: Set language to ada.
1569
1570 2020-03-11 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1573
1574 2020-03-11 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1577
1578 2020-03-11 Tom Tromey <tromey@adacore.com>
1579
1580 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1581
1582 2020-03-11 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1585
1586 2020-03-11 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.base/break-interp.exp: Limit verbose scope.
1589
1590 2020-03-11 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.fortran/logical.f90: Define variable with character type.
1593 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1594
1595 2020-03-11 Tom de Vries <tdevries@suse.de>
1596
1597 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1598
1599 2020-03-11 Tom de Vries <tdevries@suse.de>
1600
1601 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1602 symtabs.
1603
1604 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1605 Bernd Edlinger <bernd.edlinger@hotmail.de>
1606
1607 * gdb.cp/step-and-next-inline.cc: New file.
1608 * gdb.cp/step-and-next-inline.exp: New file.
1609 * gdb.cp/step-and-next-inline.h: New file.
1610 * gdb.dwarf2/dw2-is-stmt.c: New file.
1611 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1612 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1613 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1614 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1615
1616 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1619 is-stmt flag in the line table.
1620
1621 2020-03-09 Tom de Vries <tdevries@suse.de>
1622
1623 * lib/gdb.exp (cached_file): Create cache dir.
1624
1625 2020-03-07 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1628 * gdb.cp/rvalue-ref-params.exp: Same.
1629
1630 2020-03-06 Tom de Vries <tdevries@suse.de>
1631
1632 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1633 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1634
1635 2020-03-06 Tom de Vries <tdevries@suse.de>
1636
1637 * README: Fix "the the".
1638 * gdb.base/dprintf.exp: Same.
1639
1640 2020-03-05 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/maint.exp: Update "main print statistics" expected output.
1643
1644 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1645
1646 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1647 (fortran_int8): Likewise.
1648 (fortran_real4): Likewise.
1649 (fortran_real8): Likewise.
1650 (fortran_complex4): Likewise.
1651 (fortran_logical4): Likewise.
1652 (fortran_character1): Likewise.
1653
1654 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1657 printed as true.
1658
1659 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1660
1661 * gdb.base/printcmds.exp: Add test to verify printf of a
1662 variable holding an address.
1663
1664 2020-03-03 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1667
1668 2020-03-03 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1671 gdb_test_multiple call.
1672
1673 2020-03-03 Tom de Vries <tdevries@suse.de>
1674
1675 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1676 gdb_test_multiple calls.
1677
1678 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.base/default.exp: Remove test of 'set history filename'.
1681 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1682 filename to the empty string.
1683 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1684 and GDBHISTSIZE.
1685
1686 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1689 disabled.
1690
1691 2020-03-02 Pedro Alves <palves@redhat.com>
1692 Tom de Vries <tdevries@suse.de>
1693
1694 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1695 -prompt prefix, before user_code argument. Add -lbl option likewise.
1696 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1697 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1698 argument.
1699 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1700 have "\r\n" at start-of-line, instead of at end-of-line.
1701
1702 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1703
1704 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1705 libinproctrace.so.
1706
1707 2020-02-28 Luis Machado <luis.machado@linaro.org>
1708
1709 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1710 to "p/x".
1711
1712 2020-02-28 Luis Machado <luis.machado@linaro.org>
1713
1714 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1715 asm/ptrace.h and error.h.
1716
1717 2020-02-28 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1720 (struct wrapper, do_something, mundane/symada__cS): Move ...
1721 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1722 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1723 Update "print symada__cS before partial symtab expansion" regexp.
1724 Update breakpoint location. Flush symbol cache after expansion.
1725
1726 2020-02-28 Luis Machado <luis.machado@linaro.org>
1727
1728 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1729
1730 2020-02-27 Tom de Vries <tdevries@suse.de>
1731
1732 * config/sid.exp: Remove unused globals.
1733 * gdb.base/attach.exp: Same.
1734 * gdb.base/catch-load.exp: Same.
1735 * gdb.base/dbx.exp: Same.
1736 * lib/gdb.exp: Same.
1737 * lib/mi-support.exp: Same.
1738 * lib/prompt.exp: Same.
1739
1740 2020-02-27 Tom de Vries <tdevries@suse.de>
1741
1742 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1743 not set.
1744
1745 2020-02-26 Aaron Merey <amerey@redhat.com>
1746
1747 * gdb.debuginfod: New directory for debuginfod tests.
1748 * gdb.debuginfod/main.c: New test file.
1749 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1750
1751 2020-02-26 Tom de Vries <tdevries@suse.de>
1752
1753 PR gdb/25603
1754 * gdb.base/persistent-lang.cc: New test.
1755 * gdb.base/persistent-lang.exp: New file.
1756
1757 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1758
1759 * gdb.fortran/derived-type-striding.exp: Add a new test.
1760 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1761 new test.
1762
1763 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1766 names.
1767
1768 2020-02-25 Tom de Vries <tdevries@suse.de>
1769
1770 PR go/18926
1771 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1772
1773 2020-02-24 Tom de Vries <tdevries@suse.de>
1774
1775 PR gdb/25592
1776 * gdb.base/info-locals-unused-static-var.c: New test.
1777 * gdb.base/info-locals-unused-static-var.exp: New file.
1778
1779 2020-02-22 Tom Tromey <tom@tromey.com>
1780
1781 * gdb.python/tui-window.exp: New file.
1782 * gdb.python/tui-window.py: New file.
1783
1784 2020-02-22 Tom Tromey <tom@tromey.com>
1785
1786 PR tui/17850:
1787 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1788 tests.
1789
1790 2020-02-22 Tom Tromey <tom@tromey.com>
1791
1792 * gdb.tui/new-layout.exp: Add sub-layout tests.
1793
1794 2020-02-22 Tom Tromey <tom@tromey.com>
1795
1796 * gdb.tui/new-layout.exp: New file.
1797
1798 2020-02-22 Tom Tromey <tom@tromey.com>
1799
1800 * gdb.rust/rust-style.rs: New file.
1801 * gdb.rust/rust-style.exp: New file.
1802 * gdb.base/style.exp: Test structure printing.
1803 * gdb.base/style.c (struct some_struct): New type.
1804 (enum etype): New type.
1805 (struct_value): New global.
1806
1807 2020-02-21 Tom de Vries <tdevries@suse.de>
1808
1809 PR go/18926
1810 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1811 Remove blanket xfails. Use message argument for gdb_breakpoint.
1812 Make continuing to breakpoint test conditional on setting breakpoint.
1813 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1814 DW_AT_name attribute. Add xfail for GCC PR93866.
1815
1816 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.dwarf2/cpp-linkage-name.c: New file.
1819 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1820
1821 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1822
1823 * lib/gdb.exp (gdb_wrapper_init): Reset
1824 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1825 not exist.
1826
1827 2020-02-20 Tom de Vries <tdevries@suse.de>
1828
1829 PR go/17018
1830 * gdb.go/hello.exp: Copy ...
1831 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1832 print of st to print value of global definition. Add xfail for GCC
1833 PR93844.
1834 * gdb.go/hello.exp: Remove printing of st before definition.
1835 * gdb.go/hello.go: Copy ...
1836 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1837 to st.
1838 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1839
1840 2020-02-20 Tom de Vries <tdevries@suse.de>
1841
1842 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
1843 (gdb_simple_compile): Handle compile_flags go by using .go extension
1844 for source file.
1845 * gdb.go/chan.exp: Use support_go_compile.
1846 * gdb.go/handcall.exp: Same.
1847 * gdb.go/hello.exp: Same.
1848 * gdb.go/integers.exp: Same.
1849 * gdb.go/max-depth.exp: Same.
1850 * gdb.go/methods.exp: Same.
1851 * gdb.go/package.exp: Same.
1852 * gdb.go/strings.exp: Same.
1853 * gdb.go/types.exp: Same.
1854 * gdb.go/unsafe.exp: Same.
1855
1856 2020-02-19 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.python/lib-types.exp: Make xfail more strict.
1859
1860 2020-02-19 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
1863
1864 2020-02-19 Doug Evans <dje@google.com>
1865
1866 PR rust/25535
1867 * gdb.rust/simple.exp: Add test.
1868 * gdb.rust/simple.rs: Add test.
1869
1870 2020-02-19 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
1873 output line-by-line.
1874
1875 2020-02-19 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
1878
1879 2020-02-19 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
1882 prelink.
1883
1884 2020-02-19 Tom de Vries <tdevries@suse.de>
1885
1886 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
1887 (gdb_do_cache): Use gdb_do_cache_wrap.
1888 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
1889
1890 2020-02-19 Tom de Vries <tdevries@suse.de>
1891
1892 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
1893 gdb_compile option.
1894
1895 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1896
1897 * gdb.base/printcmds.exp (test_print_enums): Update expected
1898 output.
1899
1900 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1901
1902 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
1903 for "unknown".
1904
1905 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1906
1907 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
1908 enumerator.
1909
1910 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
1911
1912 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
1913 FE_, add FE_NONE.
1914 (three): Update.
1915 (enum flag_enum_without_zero): New enum.
1916 (flag_enum_without_zero): New variable.
1917 (enum not_flag_enum): New enum.
1918 (three_not_flag): New variable.
1919 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
1920 (test_print_enums): Add more tests for printing flag enums.
1921
1922 2020-02-18 Tom de Vries <tdevries@suse.de>
1923
1924 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
1925 (gdb_compile_ada): ... here.
1926 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
1927 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
1928
1929 2020-02-14 Tom Tromey <tom@tromey.com>
1930
1931 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
1932 build directory.
1933 * boards/gdbserver-base.exp: Update path to gdbserver.
1934
1935 2020-02-13 Tom de Vries <tdevries@suse.de>
1936
1937 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
1938
1939 2020-02-13 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
1942 are missing.
1943
1944 2020-02-13 Tom de Vries <tdevries@suse.de>
1945
1946 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
1947 call.
1948
1949 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1950
1951 PR tui/25126
1952 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
1953 * gdb.base/cached-source-file.c: New file.
1954 * gdb.base/cached-source-file.exp: New file.
1955
1956 2020-02-11 Tom de Vries <tdevries@suse.de>
1957
1958 PR testsuite/25488
1959 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
1960
1961 2020-02-10 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
1964
1965 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
1966
1967 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
1968 and $after_addr are both integers before making a comparison.
1969
1970 2020-02-09 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
1973 command output and paste it into gdb.log. If any, paste catch message
1974 to gdb.log.
1975
1976 2020-02-07 Tom Tromey <tromey@adacore.com>
1977
1978 PR breakpoints/24915:
1979 * gdb.base/annotate-symlink.exp: Use setup_xfail.
1980
1981 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
1982
1983 * gdb.tui/tui-missing-src.exp: Add the "missing source
1984 file" test for the TUI.
1985
1986 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
1989 including a port number in the output.
1990
1991 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1992
1993 * lib/fortran.exp (fortran_int4): Handle clang.
1994 (fortran_int8): Likewise.
1995 (fortran_real4): Likewise.
1996 (fortran_real8): Likewise.
1997 (fortran_complex4): Likewise.
1998 (fortran_logical4): Likewise.
1999 (fortran_character1): Likewise.
2000
2001 2020-02-04 Tom de Vries <tdevries@suse.de>
2002
2003 * README (Race detection): Add note.
2004
2005 2020-02-04 Tom de Vries <tdevries@suse.de>
2006
2007 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2008
2009 2020-02-04 Tom de Vries <tdevries@suse.de>
2010
2011 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2012
2013 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2014
2015 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2016 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2017 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2018 blttar, bnetarl.
2019 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2020 binary for blttar, bnetarl.
2021 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2022 wait instruction. Delete ldmx test.
2023 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2024
2025 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2026
2027 * gdb.fortran/array-bounds-high.exp: New file.
2028 * gdb.fortran/array-bounds-high.f90: New file.
2029
2030 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2031
2032 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2033 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2034
2035 2020-02-01 Tom de Vries <tdevries@suse.de>
2036
2037 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2038
2039 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2040
2041 PR tui/9765
2042 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2043 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2044
2045 2020-01-29 Luis Machado <luis.machado@linaro.org>
2046
2047 * gdb.arch/aarch64-brk-patterns.c: New source file.
2048 * gdb.arch/aarch64-brk-patterns.exp: New test.
2049
2050 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2051
2052 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2053 GCC/Clang version.
2054 * gdb.cp/pass-by-ref.exp: Ditto.
2055
2056 2020-01-29 Tom de Vries <tdevries@suse.de>
2057
2058 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2059 * gdb.threads/watchpoint-fork-mt.c: Same.
2060 * gdb.threads/watchpoint-fork-parent.c: Same.
2061 * gdb.threads/watchpoint-fork-st.c: Same.
2062 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2063
2064 2020-01-27 Luis Machado <luis.machado@linaro.org>
2065
2066 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2067 sitting at a syscall instruction when we hit the syscall function's
2068 breakpoint.
2069 Check PC against one obtained with the x command.
2070 Validate syscall number.
2071 (step_over_syscall): Don't continue to the syscall instruction if
2072 we're already there.
2073
2074 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2075
2076 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2077
2078 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2079
2080 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2081 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2082
2083 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2084
2085 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2086 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2087
2088 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.base/maint.exp: Update line table parsing test.
2091 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2092
2093 2020-01-24 Pedro Alves <palves@redhat.com>
2094
2095 PR gdb/25410
2096 * gdb.multi/multi-re-run-1.c: New.
2097 * gdb.multi/multi-re-run-2.c: New.
2098 * gdb.multi/multi-re-run.exp: New.
2099
2100 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 PR gdb/23718
2103 * gdb.server/server-kill-python.exp: New file.
2104
2105 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.server/multi-ui-errors.c: New file.
2108 * gdb.server/multi-ui-errors.exp: New file.
2109
2110 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 PR tui/9765
2113 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2114
2115 2020-01-19 Tom Tromey <tom@tromey.com>
2116
2117 * gdb.tui/main.exp: Add check for plain "file".
2118
2119 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2120
2121 * lib/gdb.exp: Fix spelling error (seperatelly).
2122
2123 2020-01-14 Tom Tromey <tom@tromey.com>
2124
2125 PR symtab/12535:
2126 * gdb.python/python.exp: Test decode_line with empty string
2127 argument.
2128
2129 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2130
2131 * gdb.base/skip-inline.exp: Extend test.
2132
2133 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2134
2135 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2136 * gdb.dwarf2/dw2-bad-elf.c: New file.
2137 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2138
2139 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2142 _line_saw_file.
2143
2144 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2145
2146 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2147 border.
2148
2149 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2150
2151 * gdb.multi/multi-target.exp (setup): Factor out "info
2152 connections" and "info inferiors" tests to ...
2153 (test_info_inferiors): ... this new procedure.
2154 (top level): Run new "info-inferiors" tests.
2155
2156 2020-01-10 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.server/bkpt-other-inferior.exp: New file.
2159
2160 2020-01-10 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2163 of "add-inferior".
2164 * gdb.base/quit-live.exp: Likewise.
2165 * gdb.base/remote-exec-file.exp: Likewise.
2166 * gdb.guile/scm-progspace.exp: Likewise.
2167 * gdb.linespec/linespec.exp: Likewise.
2168 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2169 * gdb.mi/user-selected-context-sync.exp: Likewise.
2170 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2171 "info inferiors" tests.
2172 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2173 "add-inferior".
2174 * gdb.multi/watchpoint-multi.exp: Likewise.
2175 * gdb.python/py-inferior.exp: Likewise.
2176 * gdb.server/extended-remote-restart.exp: Likewise.
2177 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2178 "info inferiors".
2179 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2180 * gdb.trace/report.exp: Likewise.
2181
2182 2020-01-10 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.multi/multi-target.c: New file.
2185 * gdb.multi/multi-target.exp: New file.
2186 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2187 mode requested, but remote does not support non-stop".
2188
2189 2020-01-10 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2192 disconnect before reconnecting.
2193
2194 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2195 Pedro Alves <palves@redhat.com>
2196
2197 * gdb.server/connect-without-multi-process.exp: Also test
2198 continuing to end.
2199
2200 2020-01-10 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.base/remote-exec-file.exp: New file.
2203
2204 2020-01-10 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2207 output.
2208 * gdb.threads/async.c: New.
2209 * gdb.threads/async.exp: New.
2210 * gdb.multi/tids-gid-reset.c: New.
2211 * gdb.multi/tids-gid-reset.exp: New.
2212
2213 2020-01-10 George Barrett <bob@bob131.so>
2214
2215 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2216 to help in finding the image relocation offset.
2217 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2218 options in arguments.
2219 (stap_test_no_debuginfo): Likewise.
2220 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2221 test variants.
2222 (stap_test): Add null semaphore relocation test.
2223
2224 2020-01-10 George Barrett <bob@bob131.so>
2225
2226 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2227 * gdb.base/stap-probe.exp: Likewise.
2228 (stap_test): Pass argument as an additional flag.
2229 (stap_test_no_debuginfo): Likewise.
2230 (stap_test): Check `info probes stap' output for semaphore
2231 addresses if the test binary is supposed to have them.
2232
2233 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.tui/basic.exp: Add more scrolling tests.
2236
2237 2020-01-09 Tom Tromey <tom@tromey.com>
2238
2239 PR tui/18932:
2240 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2241 meangingful value.
2242 (Term::command, Term::resize): Update.
2243 * gdb.tui/basic.exp: Add scrolling test.
2244
2245 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.tui/tui-layout-asm.exp: New file.
2248
2249 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2252
2253 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2254
2255 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2256 (Term::enter_tui): Use Term::prepare_for_tui.
2257
2258 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2259
2260 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2261 called.
2262
2263 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.base/skip.exp: Fix race condition in test.
2266
2267 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2268
2269 * gdb.base/backtrace.c: New file.
2270 * gdb.base/backtrace.exp: New file.
2271
2272 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2273
2274 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2275
2276 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2277
2278 * gdb.base/style.exp: Test that warnings are styled.
2279
2280 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2281
2282 * gdb.base/line65535.exp: New file.
2283 * gdb.base/line65535.c: New file.
2284
2285 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2286
2287 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2288 * lib/gnat_debug_info_test.adb: New file.
2289 * gdb.ada/ptype_tagged_param.exp: Use
2290 gnat_runtime_has_debug_info, expect a different output if
2291 runtime does not have debug info.
2292
2293 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2294
2295 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2296 (another) quote in test name.
2297
2298 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2299
2300 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2301 Add quote in test name.
2302
2303 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2304
2305 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2306 directory instead.
2307 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2308 * gdb.cp/pass-by-ref-2.cc: New file.
2309 * gdb.cp/pass-by-ref-2.exp: New file.
2310
2311 2019-12-20 Tom Tromey <tom@tromey.com>
2312
2313 * gdb.tui/list-before.exp: New file.
2314
2315 2019-12-20 Tom Tromey <tom@tromey.com>
2316
2317 * gdb.tui/list.exp: Check for source on initial listing.
2318
2319 2019-12-11 Tom Tromey <tromey@adacore.com>
2320
2321 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2322 Add crlf test.
2323
2324 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2325
2326 * gdb.base/default.exp: Update value of $_gdb_major.
2327
2328 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2329
2330 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2331
2332 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2333
2334 * gdb.base/skip.exp: Whitespace fix.
2335
2336 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2337
2338 * gdb.base/skip-inline.c: New file.
2339 * gdb.base/skip-inline.exp: New file.
2340
2341 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2342
2343 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2344 jit_function_00 to jit_function_stack_mangle.
2345 * gdb.base/jithost.c (jit_function_t): Rename to...
2346 (jit_function_stack_mangle_t): ... this.
2347 (jit_function_add_t): New typedef.
2348 (jit_function_00_code): Rename to...
2349 (jit_function_stack_mangle_code): ... this, make static.
2350 (jit_function_add_code): New.
2351 (main): Generate "add" function and call it. Adjust to changes
2352 in jithost_abi.
2353 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2354 (struct jithost_abi) <begin, end>: Remove fields.
2355 <object, function_stack_mangle, function_add>: New fields.
2356 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2357 code_end>: Remove fields.
2358 <func_stack_mangle>: New field.
2359 (read_debug_info): Adjust to renaming, create block for "add"
2360 function.
2361 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2362
2363 2019-12-11 Tom Tromey <tom@tromey.com>
2364
2365 * gdb.tui/resize.exp: Fix regexp.
2366 * gdb.tui/regs.exp: Fix regexps.
2367 * gdb.tui/main.exp: Fix regexp.
2368
2369 2019-12-11 Tom Tromey <tom@tromey.com>
2370
2371 * gdb.tui/resize.exp: Update.
2372 * gdb.tui/empty.exp (layouts): Update.
2373
2374 2019-12-11 Tom Tromey <tom@tromey.com>
2375
2376 * gdb.tui/regs.exp: Update.
2377 * gdb.tui/empty.exp (layouts): Update.
2378 * gdb.tui/basic.exp: Update.
2379 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2380
2381 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2382
2383 * gdb.base/options.exp: Add -raw-values in the print completion list.
2384 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2385
2386 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2387
2388 * gdb.threads/omp-par-scope.c: New file.
2389 * gdb/threads/omp-par-scope.exp: New file.
2390
2391 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2392
2393 * lib/gdb.exp (support_nested_function_tests): New proc.
2394
2395 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2396
2397 * lib/gdb.exp (gdb_compile_openmp): New proc.
2398 (build_executable_from_specs): Add an "openmp" option.
2399 (gdb_compile_pthreads): Add non-executable case.
2400
2401 2019-12-10 Tom Tromey <tromey@adacore.com>
2402
2403 * gdb.ada/unchecked_union.exp: New file.
2404 * gdb.ada/unchecked_union/pck.adb: New file.
2405 * gdb.ada/unchecked_union/pck.ads: New file.
2406 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2407 * gdb-utils.exp (string_to_regexp): Also quote "?".
2408
2409 2019-12-10 George Barrett <bob@bob131.so>
2410
2411 Test scripted probe breakpoints.
2412 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2413 * gdb.python/py-breakpoint.c (main): Likewise.
2414 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2415 specifier test.
2416 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2417
2418 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2419
2420 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2421 an rvalue parameter.
2422 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2423 parameter.
2424
2425 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2428 modules.
2429
2430 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2431
2432 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2433 broken version of GCC.
2434
2435 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2438 sym-info-cmds library.
2439 * gdb.fortran/info-types.exp: Likewise.
2440 * lib/sym-info-cmds.exp: New file.
2441
2442 2019-12-08 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2445
2446 2019-12-07 Keith Seitz <keiths@redhat.com>
2447
2448 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2449 * gdb.base/corefile-buildid-shlib.c: New file.
2450 * gdb.base/corefile-buildid.c: New file.
2451 * gdb.base/corefile-buildid.exp: New file.
2452
2453 2019-12-06 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.dwarf2/varval.exp: Add decl before def test.
2456
2457 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2458
2459 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2460
2461 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2462
2463 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2464 CV and reference conversion for overload resolution.
2465 * gdb.cp/rvalue-ref-overload.exp: Test it.
2466
2467 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2468
2469 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2470 * gdb.base/frameapply.exp: Test faas without command.
2471
2472 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2475 Fortran tests.
2476 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2477 order.
2478
2479 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2482 casting to type with no kind specified.
2483 (test_basic_parsing_of_type_kinds): Additional tests for types
2484 with no kind specified, and add tests for single/double
2485 precision/complex types.
2486
2487 2019-12-04 Tom Tromey <tromey@adacore.com>
2488
2489 * gdb.base/endianity.c (struct other) <x>: New field.
2490 (main): Initialize it.
2491 * gdb.base/endianity.exp: Update.
2492
2493 2019-12-04 Tom Tromey <tromey@adacore.com>
2494
2495 * gdb.ada/scalar_storage/storage.adb: New file.
2496 * gdb.ada/scalar_storage/pck.adb: New file.
2497 * gdb.ada/scalar_storage/pck.ads: New file.
2498 * gdb.ada/scalar_storage.exp: New file.
2499
2500 2019-12-04 Tom Tromey <tromey@adacore.com>
2501
2502 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2503 (main): Initialize it.
2504 * gdb.base/endianity.exp: Update.
2505
2506 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2509
2510 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2513 -symbol-info-module-functions and -symbol-info-module-variables.
2514
2515 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2518
2519 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2520 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.fortran/derived-type-striding.exp: New file.
2523 * gdb.fortran/derived-type-striding.f90: New file.
2524 * gdb.fortran/array-slices.exp: New file.
2525 * gdb.fortran/array-slices.f90: New file.
2526
2527 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2528
2529 * gdb.base/define.exp: Test . in command names.
2530 * gdb.base/setshow.exp: Update test, as . is now part of
2531 command name.
2532
2533 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2534
2535 * gdb.base/define-prefix.exp: New file.
2536
2537 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2540 compile.
2541 (skip_btrace_pt_tests): Likewise.
2542
2543 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.fortran/info-modules.exp: Compile source files in correct
2546 order.
2547
2548 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2549
2550 * gdb.dwarf2/imported-unit.exp: New file.
2551 * gdb.dwarf2/imported-unit.c: New file.
2552
2553 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.mi/mi-fortran-modules-2.f90: New file.
2556 * gdb.mi/mi-fortran-modules.exp: New file.
2557 * gdb.mi/mi-fortran-modules.f90: New file.
2558
2559 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.mi/mi-sym-info-1.c: New file.
2562 * gdb.mi/mi-sym-info-2.c: New file.
2563 * gdb.mi/mi-sym-info.exp: New file.
2564
2565 2019-11-22 Tom Tromey <tromey@adacore.com>
2566
2567 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2568 * gdb.ada/tasks/foo.adb: Add another stopping location.
2569
2570 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2571
2572 * gdb.base/endianity.c: New test.
2573 * gdb.base/endianity.exp: New file.
2574
2575 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2576
2577 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2578
2579 2019-11-21 Tom de Vries <tdevries@suse.de>
2580
2581 PR gdb/24956
2582 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2583
2584 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2585
2586 * gdb.python/py-progspace.exp: Add missing parentheses on some
2587 'print' commands.
2588
2589 2019-11-19 Tom Tromey <tom@tromey.com>
2590
2591 * gdb.tui/winheight.exp: New file.
2592
2593 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.base/ctf-whatis.c: Delete.
2596 * gdb.base/ctf-whatis.exp: Delete.
2597 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2598
2599 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.base/ctf-cvexpr.exp: Delete.
2602 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2603
2604 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2607 the compiler. Clean up header comment a little.
2608 * gdb.base/ctf-ptype.exp: Likewise.
2609 * gdb.base/ctf-whatis.exp: Likewise.
2610 * lib/gdb.exp (skip_ctf_tests): New proc.
2611
2612 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2613
2614 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2615 * gdb.tui/corefile-run.exp: New file.
2616
2617 2019-11-14 Tom Tromey <tromey@adacore.com>
2618
2619 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2620 regression tests.
2621
2622 2019-11-12 Tom Tromey <tom@tromey.com>
2623
2624 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2625 after any command. Expect prompt after WAIT_FOR is seen.
2626 (enter_tui): Enable resize messages.
2627 (command): Expect command in output.
2628 (get_line): Avoid error when cursor appears to be off-screen.
2629 (dump_screen): Include screen size in title.
2630 (_do_resize): New proc, from "resize".
2631 (resize): Rewrite. Do resize in two steps.
2632 * gdb.tui/empty.exp (layouts): Fix entries.
2633 (check_boxes): Remove xfail.
2634 (check_text): Dump screen on failure.
2635
2636 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.python/py-symbol.exp: Add test for
2639 gdb.lookup_static_symbols.
2640
2641 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 * gdb.python/py-symbol.c: Declare and call function from new
2644 py-symbol-2.c file.
2645 * gdb.python/py-symbol.exp: Compile both source files, and add new
2646 tests for gdb.lookup_static_symbol.
2647 * gdb.python/py-symbol-2.c: New file.
2648
2649 2019-11-02 Tom de Vries <tdevries@suse.de>
2650
2651 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2652 * gdb.base/anon.exp: Same.
2653 * gdb.base/auto-connect-native-target.exp: Same.
2654 * gdb.base/call-ar-st.exp: Same.
2655 * gdb.base/catch-syscall.exp: Same.
2656 * gdb.base/commands.exp: Same.
2657 * gdb.base/default.exp: Same.
2658 * gdb.base/display.exp: Same.
2659 * gdb.base/float.exp: Same.
2660 * gdb.base/foll-fork.exp: Same.
2661 * gdb.base/help.exp: Same.
2662 * gdb.base/info-macros.exp: Same.
2663 * gdb.base/info-proc.exp: Same.
2664 * gdb.base/info-target.exp: Same.
2665 * gdb.base/long_long.exp: Same.
2666 * gdb.base/macscp.exp: Same.
2667 * gdb.base/memattr.exp: Same.
2668 * gdb.base/nofield.exp: Same.
2669 * gdb.base/pointers.exp: Same.
2670 * gdb.base/printcmds.exp: Same.
2671 * gdb.base/ptype.exp: Same.
2672 * gdb.base/restore.exp: Same.
2673 * gdb.base/return.exp: Same.
2674 * gdb.base/scope.exp: Same.
2675 * gdb.base/set-noassign.exp: Same.
2676 * gdb.base/setshow.exp: Same.
2677 * gdb.base/shlib-call.exp: Same.
2678 * gdb.base/signals.exp: Same.
2679 * gdb.base/sigstep.exp: Same.
2680 * gdb.base/skip.exp: Same.
2681 * gdb.base/solib-symbol.exp: Same.
2682 * gdb.base/stap-probe.exp: Same.
2683 * gdb.base/step-line.exp: Same.
2684 * gdb.base/step-test.exp: Same.
2685 * gdb.base/style.exp: Same.
2686 * gdb.base/varargs.exp: Same.
2687 * gdb.base/vla-datatypes.exp: Same.
2688 * gdb.base/vla-ptr.exp: Same.
2689 * gdb.base/vla-sideeffect.exp: Same.
2690 * gdb.base/volatile.exp: Same.
2691 * gdb.base/watch-cond-infcall.exp: Same.
2692 * gdb.base/watchpoint.exp: Same.
2693
2694 2019-11-02 Tom de Vries <tdevries@suse.de>
2695
2696 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2697 * gdb.cp/cpexprs.exp: Same.
2698 * gdb.cp/except-multi-location.exp: Same.
2699 * gdb.cp/exceptprint.exp: Same.
2700 * gdb.cp/gdb2384.exp: Same.
2701 * gdb.cp/inherit.exp: Same.
2702 * gdb.cp/m-static.exp: Same.
2703 * gdb.cp/meth-typedefs.exp: Same.
2704 * gdb.cp/misc.exp: Same.
2705 * gdb.cp/namespace.exp: Same.
2706 * gdb.cp/non-trivial-retval.exp: Same.
2707 * gdb.cp/overload.exp: Same.
2708 * gdb.cp/pr17132.exp: Same.
2709 * gdb.cp/re-set-overloaded.exp: Same.
2710 * gdb.cp/rvalue-ref-types.exp: Same.
2711 * gdb.cp/templates.exp: Same.
2712
2713 2019-11-01 Luis Machado <luis.machado@linaro.org>
2714
2715 PR gdb/25124
2716
2717 * gdb.arch/pr25124.S: New file.
2718 * gdb.arch/pr25124.exp: New file.
2719
2720 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.fortran/info-modules.exp: Update expected results, and add
2723 additional tests for 'info module functinos', and 'info module
2724 variables'.
2725 * gdb.fortran/info-types.exp: Update expected results.
2726 * gdb.fortran/info-types.f90: Extend testcase with additional
2727 module variables and functions.
2728
2729 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2730
2731 * gdb.fortran/info-modules.exp: New file.
2732 * gdb.fortran/info-types.exp: Build with new file.
2733 * gdb.fortran/info-types.f90: Include and use new module.
2734 * gdb.fortran/info-types-2.f90: New file.
2735
2736 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2737
2738 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2739 * gdb.base/settings.exp: Test all settings types using
2740 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2741 that now verifies that the value of "maint show" is the same as
2742 returned by the settings functions. Test the type of the
2743 maintenance settings.
2744 * gdb.base/default.exp: Update show_conv_list.
2745
2746 2019-10-31 Tom de Vries <tdevries@suse.de>
2747
2748 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2749 gdb_test.
2750 * gdb.arch/amd64-disp-step.exp: Same.
2751 * gdb.asm/asm-source.exp: Same.
2752 * gdb.btrace/buffer-size.exp: Same.
2753 * gdb.btrace/cpu.exp: Same.
2754 * gdb.btrace/enable.exp: Same.
2755 * gdb.dwarf2/count.exp: Same.
2756 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2757 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2758 * gdb.fortran/vla-datatypes.exp: Same.
2759 * gdb.fortran/vla-history.exp: Same.
2760 * gdb.fortran/vla-ptype.exp: Same.
2761 * gdb.fortran/vla-value.exp: Same.
2762 * gdb.fortran/whatis_type.exp: Same.
2763 * gdb.guile/guile.exp: Same.
2764 * gdb.multi/tids.exp: Same.
2765 * gdb.python/py-finish-breakpoint.exp: Same.
2766 * gdb.python/py-framefilter.exp: Same.
2767 * gdb.python/py-pp-registration.exp: Same.
2768 * gdb.python/py-xmethods.exp: Same.
2769 * gdb.python/python.exp: Same.
2770 * gdb.server/connect-with-no-symbol-file.exp: Same.
2771 * gdb.server/no-thread-db.exp: Same.
2772 * gdb.server/run-without-local-binary.exp: Same.
2773 * gdb.stabs/weird.exp: Same.
2774 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2775 * gdb.threads/thread-find.exp: Same.
2776 * gdb.threads/tls-shared.exp: Same.
2777 * gdb.threads/tls.exp: Same.
2778 * gdb.threads/wp-replication.exp: Same.
2779 * gdb.trace/ax.exp: Same.
2780 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2781
2782 2019-10-31 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2785 * gdb.ada/array_subscript_addr.exp: Same.
2786 * gdb.ada/arrayidx.exp: Same.
2787 * gdb.ada/arrayparam.exp: Same.
2788 * gdb.ada/arrayptr.exp: Same.
2789 * gdb.ada/boolean_expr.exp: Same.
2790 * gdb.ada/call_pn.exp: Same.
2791 * gdb.ada/complete.exp: Same.
2792 * gdb.ada/fixed_cmp.exp: Same.
2793 * gdb.ada/fun_addr.exp: Same.
2794 * gdb.ada/funcall_param.exp: Same.
2795 * gdb.ada/interface.exp: Same.
2796 * gdb.ada/mod_from_name.exp: Same.
2797 * gdb.ada/null_array.exp: Same.
2798 * gdb.ada/packed_array.exp: Same.
2799 * gdb.ada/packed_tagged.exp: Same.
2800 * gdb.ada/print_chars.exp: Same.
2801 * gdb.ada/print_pc.exp: Same.
2802 * gdb.ada/ptype_arith_binop.exp: Same.
2803 * gdb.ada/ptype_field.exp: Same.
2804 * gdb.ada/ptype_tagged_param.exp: Same.
2805 * gdb.ada/rec_return.exp: Same.
2806 * gdb.ada/ref_tick_size.exp: Same.
2807 * gdb.ada/str_ref_cmp.exp: Same.
2808 * gdb.ada/taft_type.exp: Same.
2809 * gdb.ada/tagged.exp: Same.
2810 * gdb.ada/type_coercion.exp: Same.
2811 * gdb.ada/uninitialized_vars.exp: Same.
2812
2813 2019-10-30 Tom de Vries <tdevries@suse.de>
2814
2815 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2816
2817 2019-10-26 Tom de Vries <tdevries@suse.de>
2818
2819 * gdb.base/bigcore.c: Fix typos in comments.
2820 * gdb.base/ctf-ptype.c: Same.
2821 * gdb.base/long_long.c: Same.
2822 * gdb.dwarf2/dw2-op-out-param.S: Same.
2823 * gdb.python/py-evthreads.c: Same.
2824 * gdb.reverse/i387-stack-reverse.c: Same.
2825 * gdb.trace/tfile.c: Same.
2826 * lib/compiler.c: Same.
2827 * lib/compiler.cc: Same.
2828
2829 2019-10-25 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2832 gdb_test_multiple calls.
2833 * gdb.reverse/sigall-reverse.exp: Same.
2834 * gdb.reverse/solib-precsave.exp: Same.
2835 * gdb.reverse/solib-reverse.exp: Same.
2836 * gdb.reverse/until-precsave.exp: Same.
2837 * gdb.reverse/until-reverse.exp: Same.
2838
2839 2019-10-24 Tom de Vries <tdevries@suse.de>
2840
2841 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
2842 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
2843 kfail using -wrap pattern flag and convenience variable
2844 gdb_test_name.
2845
2846 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
2847
2848 * gdb.python/py-progspace.exp: Add tests for the
2849 Progspace.block_for_pc method.
2850
2851 2019-10-23 Tom Tromey <tom@tromey.com>
2852
2853 * configure: Rebuild.
2854 * aclocal.m4: Use m4_include, not sinclude.
2855
2856 2019-10-21 Tom de Vries <tdevries@suse.de>
2857
2858 * gdb.base/infcall-nested-structs.c: Add
2859 __attribute__((noinline,noclone)) to all functions.
2860 (call_all): Add missing variable initialization. Simplify return value.
2861 (breakpt): Increment volatile variable, to prevent call from being
2862 optimized out.
2863 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
2864
2865 2019-10-17 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.fortran/module.exp: Allow info variables to print info for files
2868 other than module.f90.
2869
2870 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.fortran/module.exp: Extend with 'info variables' test.
2873
2874 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
2877 F77_FOR_TARGET.
2878
2879 2019-10-16 Tom de Vries <tdevries@suse.de>
2880
2881 PR tdep/25096
2882 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
2883
2884 2019-10-16 Tom de Vries <tdevries@suse.de>
2885
2886 PR tdep/24104
2887 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
2888 Add KFAIL for PR tdep/25096.
2889
2890 2019-10-16 Tom de Vries <tdevries@suse.de>
2891
2892 PR testsuite/25059
2893 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
2894
2895 2019-10-16 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
2898 as signed.
2899
2900 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2901
2902 * gdb.mi/list-thread-groups-available.exp: Read entries one by
2903 one instead of increasing timeout.
2904
2905 2019-10-13 Tom de Vries <tdevries@suse.de>
2906
2907 PR record/25038
2908 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
2909 * gdb.reverse/sigall-reverse.exp: Same.
2910 * gdb.reverse/solib-precsave.exp: Same.
2911 * gdb.reverse/solib-reverse.exp: Same.
2912 * gdb.reverse/step-precsave.exp: Same.
2913 * gdb.reverse/until-precsave.exp: Same.
2914 * gdb.reverse/until-reverse.exp: Same.
2915 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
2916
2917 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2918
2919 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
2920 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
2921 (cmp_struct_05_01, cmp_struct_static_02_01)
2922 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
2923 comparisons.
2924
2925 2019-10-10 Tom de Vries <tdevries@suse.de>
2926
2927 PR testsuite/24888
2928 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
2929 gnatlink.
2930
2931 2019-10-09 Tom de Vries <tdevries@suse.de>
2932
2933 PR testsuite/25048
2934 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
2935
2936 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
2939 exceptions due to missing debug information.
2940
2941 2019-10-07 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
2944
2945 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
2948 * gdb.base/annota1.exp: Update to use gdb_test_name.
2949
2950 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2951
2952 * gdb.base/ctf-whatis.exp: New file.
2953 * gdb.base/ctf-whatis.c: New file.
2954 * gdb.base/ctf-ptype.exp: New file.
2955 * gdb.base/ctf-ptype.c: New file.
2956 * gdb.base/ctf-constvars.exp: New file.
2957 * gdb.base/ctf-constvars.c: New file.
2958 * gdb.base/ctf-cvexpr.exp: New file.
2959
2960 2019-10-04 Tom de Vries <tdevries@suse.de>
2961
2962 * gdb.cp/local-static.c (main): Move declaration of int i out of the
2963 for loop.
2964
2965 2019-10-03 Tom Tromey <tom@tromey.com>
2966
2967 PR rust/24976:
2968 * gdb.rust/simple.rs (Union2): New type.
2969 (main): Use Union2.
2970 * gdb.rust/simple.exp: Add test.
2971
2972 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
2975 nested function prefix.
2976
2977 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2978 Richard Bunt <richard.bunt@arm.com>
2979 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
2982 nested functions.
2983 * gdb.fortran/nested-funcs.f90: Update expected results.
2984 * gdb.fortran/nested-funcs-2.exp: New file.
2985 * gdb.fortran/nested-funcs-2.f90: New file.
2986
2987 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.python/py-parameter.exp: Make test names unique.
2990 * gdb.python/py-template.exp: Likewise.
2991 * gdb.python/py-value.exp: Likewise.
2992
2993 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/break-interp.exp: Reduce test name duplication.
2996 * gdb.base/call-sc.exp: Likewise.
2997 * gdb.base/callfuncs.exp: Likewise.
2998 * gdb.base/charset.exp: Likewise.
2999 * gdb.base/dump.exp: Likewise.
3000 * gdb.base/ena-dis-br.exp: Likewise.
3001 * gdb.base/relational.exp: Likewise.
3002 * gdb.base/step-over-syscall.exp: Likewise.
3003 * gdb.base/structs.exp: Likewise.
3004
3005 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.linespec/explicit.exp: Make test names unique.
3008 * gdb.linespec/ls-errs.exp: Likewise.
3009
3010 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.reverse/break-precsave.exp: Make test names unique.
3013 * gdb.reverse/break-reverse.exp: Likewise.
3014 * gdb.reverse/finish-precsave.exp: Likewise.
3015 * gdb.reverse/finish-reverse.exp: Likewise.
3016 * gdb.reverse/machinestate-precsave.exp: Likewise.
3017 * gdb.reverse/machinestate.exp: Likewise.
3018 * gdb.reverse/readv-reverse.exp: Likewise.
3019 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3020 * gdb.reverse/sigall-precsave.exp: Likewise.
3021 * gdb.reverse/sigall-reverse.exp: Likewise.
3022 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3023 * gdb.reverse/watch-precsave.exp: Likewise.
3024 * gdb.reverse/watch-reverse.exp: Likewise.
3025
3026 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3027
3028 * gdb.threads/stop-with-handle.c: New file.
3029 * gdb.threads/stop-with-handle.exp: New file.
3030
3031 2019-10-03 Tom de Vries <tdevries@suse.de>
3032
3033 PR testsuite/25059
3034 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3035 directory" line to be missing.
3036
3037 2019-10-03 Tom de Vries <tdevries@suse.de>
3038
3039 PR testsuite/25059
3040 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3041 type optional.
3042
3043 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3044
3045 * gdb.python/py-format-string.c (string.h): New include.
3046 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3047 the same value, for endianness-independence.
3048 * gdb.python/py-format-string.exp (default_regexp_dict)
3049 (test_pretty_structs, test_format): Adjust expected output to the
3050 changed initialization.
3051
3052 2019-10-02 Tom Tromey <tromey@adacore.com>
3053
3054 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3055
3056 2019-10-02 Pedro Alves <palves@redhat.com>
3057 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3060 "print-file-var.h".
3061 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3062 (get_version_1): Print this_version_id and its address.
3063 Add extern "C" wrappers around interface functions.
3064 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3065 "print-file-var.h".
3066 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3067 (get_version_2): Print this_version_id and its address.
3068 Add extern "C" wrappers around interface functions.
3069 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3070 <stddef.h> and "print-file-var.h".
3071 Add extern "C" wrappers around interface functions.
3072 [VERSION_ID_MAIN] (this_version_id): Define.
3073 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3074 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3075 up extern "C" blocks.
3076 * gdb.base/print-file-var.exp (test): New, factored out from top
3077 level.
3078 (top level): Test all combinations of attribute hidden or not,
3079 dlopen or not, and this_version_id symbol in main file or not.
3080 Compile tests as both C++ and C, make test names unique.
3081
3082 2019-10-01 Tom Tromey <tom@tromey.com>
3083
3084 * gdb.base/style.exp: Test "show logging filename".
3085
3086 2019-10-01 Tom Tromey <tom@tromey.com>
3087
3088 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3089 * gdb.base/style.exp: Add metadata style test.
3090
3091 2019-10-01 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.base/style.exp: Test "pwd".
3094
3095 2019-10-01 Tom Tromey <tom@tromey.com>
3096
3097 * gdb.base/style.exp: Update tests.
3098
3099 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3100
3101 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3102 'six' to unsigned.
3103 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3104 'five'. Use an all-ones bit pattern for each.
3105 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3106 to its changed values.
3107
3108 2019-09-30 Tom Tromey <tromey@adacore.com>
3109
3110 * gdb.rust/traits.rs: Disable all warnings.
3111
3112 2019-09-29 Tom de Vries <tdevries@suse.de>
3113
3114 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3115
3116 2019-09-29 Tom de Vries <tdevries@suse.de>
3117
3118 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3119
3120 2019-09-27 Tom de Vries <tdevries@suse.de>
3121
3122 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3123
3124 2019-09-27 Tom de Vries <tdevries@suse.de>
3125
3126 PR record/23188
3127 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3128
3129 2019-09-26 Tom Tromey <tromey@adacore.com>
3130
3131 * gdb.ada/py_taft.exp: New file.
3132 * gdb.ada/py_taft/main.adb: New file.
3133 * gdb.ada/py_taft/pkg.adb: New file.
3134 * gdb.ada/py_taft/pkg.ads: New file.
3135
3136 2019-09-24 Tom de Vries <tdevries@suse.de>
3137
3138 PR gdb/24598
3139 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3140
3141 2019-09-22 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.base/restore.exp: Allow register variables to be optimized out at
3144 -O0.
3145
3146 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3147
3148 * gdb.arch/spu-info.exp: Remove file.
3149 * gdb.arch/spu-info.c: Remove file.
3150 * gdb.arch/spu-ls.exp: Remove file.
3151 * gdb.arch/spu-ls.c: Remove file.
3152
3153 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3154 * gdb.asm/spu.inc: Remove file.
3155
3156 * gdb.base/dump.exp: Remove support for spu*-*-*.
3157 * gdb.base/stack-checking.exp: Likewise.
3158 * gdb.base/overlays.exp: Likewise.
3159 * gdb.base/ovlymgr.c: Likewise.
3160 * gdb.base/spu.ld: Remove file.
3161
3162 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3163 * gdb.cp/cpexprs.exp: Likewise.
3164 * gdb.cp/exception.exp: Likewise.
3165 * gdb.cp/gdb2495.exp: Likewise.
3166 * gdb.cp/mb-templates.exp: Likewise.
3167 * gdb.cp/pr9167.exp: Likewise.
3168 * gdb.cp/userdef.exp: Likewise.
3169
3170 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3171
3172 * gdb.cell: Remove directory.
3173 * lib/cell.exp: Remove file.
3174
3175 2019-09-19 Tom de Vries <tdevries@suse.de>
3176
3177 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3178
3179 2019-09-19 Tom de Vries <tdevries@suse.de>
3180
3181 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3182
3183 2019-09-19 Tom de Vries <tdevries@suse.de>
3184
3185 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3186 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3187 (gdb_target_cmd): ... here.
3188 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3189 value 2.
3190
3191 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.base/source-dir.exp: Avoid having directory names in test
3194 names.
3195
3196 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3197
3198 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3199 directory.
3200
3201 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.base/list-missing-source.exp: New file.
3204
3205 2019-09-14 Tom de Vries <tdevries@suse.de>
3206
3207 PR teststuite/24599
3208 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3209 * lib/ada.exp (gnatmake_version_at_least): New proc.
3210
3211 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3212
3213 * gdb.base/maint.exp: Use exec_has_index_section.
3214
3215 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.base/maint.exp: Add test for 'maint info sections'.
3218
3219 2019-09-12 Tom de Vries <tdevries@suse.de>
3220
3221 * gdb.base/store.exp: Allow register variables to be optimized out at
3222 -O0.
3223
3224 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3225
3226 * gdb.ada/rdv_wait.exp: Update to new task names.
3227 * gdb.base/task_switch_in_core.exp: Likewise.
3228 * gdb.base/info_sources_base.c: Likewise.
3229
3230 2019-09-10 Tom Tromey <tromey@adacore.com>
3231
3232 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3233
3234 2019-09-10 Tom Tromey <tromey@adacore.com>
3235
3236 * gdb.ada/dgopt.exp: New file.
3237 * gdb.ada/dgopt/x.adb: New file.
3238
3239 2019-09-08 Tom Tromey <tom@tromey.com>
3240
3241 * gdb.tui/resize.exp: Remove setup_xfail.
3242 * gdb.tui/regs.exp: Remove setup_xfail.
3243 * gdb.tui/basic.exp: Remove setup_xfail.
3244
3245 2019-09-06 David Blaikie <dblaikie@gmail.com>
3246
3247 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3248 * gdb.cp/cplabel.exp: Ditto.
3249 * gdb.linespec/ls-errs.exp: Ditto.
3250
3251 2019-09-05 Tom de Vries <tdevries@suse.de>
3252
3253 * lib/gdb.exp (cmp_file_string): New proc.
3254 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3255 runto_main. Verify save breakpoints output.
3256
3257 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3258
3259 * gdb.base/info-var.exp: Test info variables without running
3260 to main, to avoid expect's buffer overflow.
3261
3262 2019-09-03 Tom Tromey <tromey@adacore.com>
3263
3264 * gdb.ada/bias.exp: New file.
3265 * gdb.ada/bias/bias.adb: New file.
3266 * gdb.ada/print_chars.exp: Add regression test.
3267 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3268 (MC): New variable.
3269
3270 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3271
3272 * gdb.base/argv0-symlink.exp: Run only on native target
3273 and local host.
3274
3275 2019-08-29 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3278 diverse debug info.
3279 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3280
3281 2019-08-28 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.base/info-var.exp: Allow info variables to print info for files
3284 other than info-var-f1.c and info-var-f2.c.
3285
3286 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3287
3288 * gdb.fortran/info-types.exp: Add module.
3289 * gdb.fortran/info-types.f90: Update expected results.
3290
3291 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3292
3293 * gdb.fortran/info-types.exp: New file.
3294 * gdb.fortran/info-types.f90: New file.
3295 * lib/fortran.exp (fortran_character1): New proc.
3296
3297 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3300 functions'. Reindent as needed.
3301 * gdb.base/info-var-f1.c: New file.
3302 * gdb.base/info-var-f2.c: New file.
3303 * gdb.base/info-var.exp: New file.
3304 * gdb.base/info-var.h: New file.
3305
3306 2019-08-26 Tom de Vries <tdevries@suse.de>
3307
3308 PR c++/24852
3309 * gdb.cp/no-libstdcxx-probe.exp: New test.
3310
3311 2019-08-26 Tom de Vries <tdevries@suse.de>
3312
3313 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3314 * tests need to be skipped.
3315 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3316 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3317 mi_skip_libstdcxx_probe_tests.
3318
3319 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3320
3321 * gdb.python/py-xmethods.exp: Use raw strings when passing
3322 arguments to SimpleXMethodMatcher.
3323
3324 2019-08-22 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3327 more informative.
3328
3329 2019-08-21 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/with.exp: Test "with" with no arguments.
3332
3333 2019-08-21 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.base/gdb-caching-proc.exp: Sort files.
3336
3337 2019-08-20 Tom de Vries <tdevries@suse.de>
3338
3339 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3340 compilation.
3341
3342 2019-08-16 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.base/compare-sections.exp ("after run to main"): Allow
3345 mismatched read-only sections for PIE executables.
3346
3347 2019-08-16 Tom Tromey <tom@tromey.com>
3348
3349 * lib/tuiterm.exp (_csi_Z): New proc.
3350 * gdb.tui/basic.exp: Update window positions.
3351 * gdb.tui/empty.exp: Update window positions.
3352
3353 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3354
3355 * gdb.base/examine-backward.exp: Correct regexp for
3356 "examine 3 bytes backward from ${address_zero}".
3357
3358 2019-08-15 Tom Tromey <tom@tromey.com>
3359
3360 * gdb.tui/empty.exp: Enable resizing tests.
3361
3362 2019-08-15 Tom Tromey <tromey@adacore.com>
3363
3364 * gdb.ada/char_enum.exp: Add regression tests.
3365 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3366 and '0'.
3367 (Char, Gchar): Update.
3368 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3369
3370 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3371
3372 * gdb.python/python.exp: Expect a leading underscore on
3373 GdbOutput{,Error}File.
3374
3375 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3376
3377 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3378 Windows host.
3379
3380 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3381
3382 * gdb.base/batch-preserve-term-settings.exp
3383 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3384
3385 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3386
3387 * lib/gdb.exp: When running on a mingw target, replace
3388 /x/ with x:/.
3389
3390 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3391
3392 * gdb.arch/aarch64-prologue.c: New test.
3393 * gdb.arch/aarch64-prologue.exp: New file.
3394
3395 2019-08-13 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3398 Thread.
3399
3400 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3401
3402 * gdb.python/py-completion.exp: Download the .py file to the host
3403 and use its host pathname. Conditionalize tests that use
3404 tab completion and manipulate files on the build machine.
3405 * gdb.python/py-events.exp: Download the .py file to the host
3406 and use its host pathname.
3407 * gdb.python/py-evsignal.exp: Likewise.
3408 * gdb.python/py-evthreads.exp: Likewise.
3409 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3410 pathname syntax.
3411 * gdb.python/py-framefilter.exp: Download the .py file to the right
3412 place on the host. Match Windows pathname syntax.
3413 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3414 .py file to the host and use its host pathname.
3415 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3416 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3417 build pathname. Skip symlink test on Windows host. Add missing
3418 newline at end of file.
3419 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3420 and use its host pathname.
3421 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3422 * gdb.python/py-section-script.exp: Use host location of binfile
3423 on safe-path. Use correct path separator on Windows host.
3424 Reorder alternatives in gdb_test_multiple to prevent matching
3425 the wrong alternative on success.
3426 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3427
3428 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3429
3430 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3431 expect the GDB inferior to no longer immediately stop after
3432 being resumed with "signal SIGINT".
3433
3434 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3435
3436 * gdb.linespec/break-ask.exp: Generalize regexps to match
3437 Windows pathnames too.
3438
3439 2019-08-08 Tom de Vries <tdevries@suse.de>
3440
3441 PR testsuite/24862
3442 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3443
3444 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3445
3446 * gdb.base/style.exp: Update tests for help doc new invariants.
3447 * gdb.base/help.exp: Likewise.
3448
3449 2019-08-06 Tom Tromey <tom@tromey.com>
3450
3451 * gdb.base/style.exp: Add disassemble test.
3452 * gdb.base/style.c (some_called_function): New function.
3453 (main): Use it.
3454
3455 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3456
3457 * gdb.python/py-block.exp: Test dictionary access on blocks.
3458
3459 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3460
3461 PR gdb/24863
3462 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3463 -list-thread-groups --available test when running under
3464 check-read1.
3465
3466 2019-08-05 Tom de Vries <tdevries@suse.de>
3467
3468 PR testsuite/24863
3469 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3470 * gdb.base/help.exp: Use with_read1_timeout_factor.
3471 * gdb.base/info-macros.exp: Same.
3472 * gdb.cp/nested-types.exp: Same.
3473
3474 2019-08-05 Tom de Vries <tdevries@suse.de>
3475
3476 * lib/gdb.exp (version_at_least): Factor out of ...
3477 (tcl_version_at_least): ... here.
3478 (gdb_compile): Fail if pie results in non-PIE executable.
3479 (readelf_version, readelf_prints_pie): New proc.
3480 (exec_is_pie): Return -1 if unknown.
3481
3482 2019-08-05 Tom de Vries <tdevries@suse.de>
3483
3484 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3485
3486 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3487
3488 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3489
3490 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3491
3492 * lib/completion-support.exp (test_gdb_complete_none): Skip
3493 tab completion tests if no readline support.
3494 (test_gdb_complete_unique_re): Likewise.
3495 (test_gdb_complete_multiple): Likewise.
3496
3497 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3498
3499 * gdb.base/info_sources.exp: New file.
3500 * gdb.base/info_sources.c: New file.
3501 * gdb.base/info_sources_base.c: New file.
3502
3503 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3504
3505 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3506 prefix argument.
3507 (test_exit_status): Add prefix argument.
3508
3509 2019-08-01 Tom de Vries <tdevries@suse.de>
3510
3511 PR testsuite/24863
3512 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3513 calling exp_continue for new thread and thread exited messages.
3514
3515 2019-08-01 Tom de Vries <tdevries@suse.de>
3516
3517 PR testsuite/24863
3518 * gdb.base/structs.exp: Fix check-read1 timeout using
3519 gdb_test_sequence.
3520 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3521
3522 2019-08-01 Tom de Vries <tdevries@suse.de>
3523
3524 PR testsuite/24863
3525 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3526 line.
3527
3528 2019-08-01 Tom de Vries <tdevries@suse.de>
3529
3530 PR testsuite/24863
3531 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3532
3533 2019-07-30 Tom Tromey <tromey@adacore.com>
3534
3535 * gdb.ada/display_nested.exp: New file.
3536 * gdb.ada/display_nested/foo.adb: New file.
3537 * gdb.ada/display_nested/pack.adb: New file.
3538 * gdb.ada/display_nested/pack.ads: New file.
3539
3540 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3541
3542 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3543 namespace.
3544 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3545
3546 2019-07-30 Tom de Vries <tdevries@suse.de>
3547
3548 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3549 instead.
3550
3551 2019-07-30 Tom de Vries <tdevries@suse.de>
3552
3553 PR testsuite/24834
3554 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3555 (exec_is_pie): New proc.
3556
3557 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3558
3559 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3560
3561 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3562
3563 * gdb.python/py-objfile.c: Add global and static vars.
3564 * gdb.python/py-objfile.exp: Test new functions Objfile.
3565 lookup_global_symbol and lookup_static_symbol.
3566
3567 2019-07-29 Tom Tromey <tom@tromey.com>
3568
3569 * lib/tuiterm.exp (Term::_csi_@): New proc.
3570 (Term::_csi_X): Don't move cursor.
3571
3572 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3573
3574 * gdb.base/options.exp: Update backtrace - completion to
3575 new option -frame-info.
3576 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3577 Test new 'set print frame-info'. Test backtrace -frame-info
3578 overriding 'set print frame-info'.
3579 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3580 Test new 'set print frame-info'.
3581 Verify consistency of backtrace with and without filters, with and
3582 without -no-filters.
3583 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3584 default.
3585
3586 2019-07-29 Tom de Vries <tdevries@suse.de>
3587
3588 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3589 no arguments".
3590
3591 2019-07-29 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3594 is a substring of the first for "complete non-unique file name".
3595
3596 2019-07-29 Tom de Vries <tdevries@suse.de>
3597
3598 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3599 with ".*".
3600
3601 2019-07-29 Tom de Vries <tdevries@suse.de>
3602
3603 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3604 Pass prompt_regexp parameter to gdb_test_multiple calls.
3605
3606 2019-07-29 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3609 print registers" regexps.
3610
3611 2019-07-29 Tom de Vries <tdevries@suse.de>
3612
3613 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3614
3615 2019-07-29 Tom de Vries <tdevries@suse.de>
3616
3617 PR gdb/24855
3618 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3619 (skip_python_tests_prompt): Add prompt_regexp argument to
3620 gdb_test_multiple calls.
3621
3622 2019-07-27 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.tui/main.exp: New file.
3625
3626 2019-07-27 Tom Tromey <tom@tromey.com>
3627
3628 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3629 optional.
3630 * gdb.tui/empty.exp: New file.
3631
3632 2019-07-27 Tom Tromey <tom@tromey.com>
3633
3634 * lib/tuiterm.exp (spawn): New proc.
3635 (Term::resize): New proc.
3636 * gdb.tui/resize.exp: New file.
3637
3638 2019-07-27 Tom Tromey <tom@tromey.com>
3639
3640 * gdb.tui/list.exp: New file.
3641
3642 2019-07-27 Tom Tromey <tom@tromey.com>
3643
3644 * gdb.tui/regs.exp: New file.
3645
3646 2019-07-27 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.tui/basic.exp: Add "layout split" test.
3649
3650 2019-07-27 Tom Tromey <tom@tromey.com>
3651
3652 * gdb.tui/basic.exp: Add "layout asm" test.
3653
3654 2019-07-27 Tom Tromey <tom@tromey.com>
3655
3656 * lib/tuiterm.exp: New file.
3657 * gdb.tui/basic.exp: New file.
3658
3659 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3660
3661 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3662 Enable tests associated with this flag. Adjust regex
3663 referencing "foo_low" to now refer to "foo_cold" instead.
3664
3665 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3666
3667 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3668 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3669 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3670 foo_cold. Revise comments to match.
3671 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3672 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3673 were wrapped into this proc; Call do_test in loop from outermost
3674 level.
3675 (foo_low): Rename all occurrences to "foo_cold".
3676 (backtrace from baz): New test.
3677 (x2/i foo_cold): New test.
3678 (info line *foo_cold): New test.
3679
3680 2019-07-26 Tom de Vries <tdevries@suse.de>
3681
3682 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3683
3684 2019-07-25 Tom de Vries <tdevries@suse.de>
3685
3686 PR testsuite/24830
3687 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3688 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3689 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3690 (skip_libstdcxx_probe_tests): ... here.
3691 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3692
3693 2019-07-24 Tom de Vries <tdevries@suse.de>
3694
3695 PR testsuite/24807
3696 * gdb.objc/basicclass.m: Include stdio.h.
3697 * gdb.objc/nondebug.m: Same.
3698 * gdb.objc/objcdecode.m: Same.
3699
3700 2019-07-24 Tom de Vries <tdevries@suse.de>
3701
3702 PR testsuite/24612
3703 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3704 additional_flags.
3705
3706 2019-07-24 Tom de Vries <tdevries@suse.de>
3707
3708 PR testsuite/24831
3709 * gdb.multi/tids.exp: Update error messages for info threads.
3710
3711 2019-07-24 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.base/info-types.exp: Allow info types to print info for more than
3714 one file.
3715
3716 2019-07-23 Tom de Vries <tdevries@suse.de>
3717
3718 PR testsuite/24842
3719 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3720 gdb_spawn_with_cmdline_opts.
3721
3722 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3723
3724 * gdb.arch/arm-cmse-sgstubs.c: New test.
3725 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3726
3727 2019-07-23 Tom de Vries <tdevries@suse.de>
3728
3729 PR testsuite/24711
3730 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3731 issuing next command.
3732
3733 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.ada/info_auto_lang.exp: Update expected results.
3736 * gdb.base/info-types.c: Add additional types to check.
3737 * gdb.base/info-types.exp: Update expected results.
3738
3739 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3740
3741 * gdb.base/info-types.c: New file.
3742 * gdb.base/info-types.exp: New file.
3743
3744 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3745
3746 * gdb.arch/riscv-bp-infcall.c: New file.
3747 * gdb.arch/riscv-bp-infcall.exp: New file.
3748
3749 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 PR breakpoints/24541
3752 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3753
3754 2019-07-14 Tom de Vries <tdevries@suse.de>
3755
3756 PR testsuite/24760
3757 * gdb.objc/basicclass.exp: Fix unterminated string.
3758
3759 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3760 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3763 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3764 negative bounds.
3765 * gdb.fortran/vla-value.exp: Print elements of an array with
3766 negative bounds.
3767 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3768 testing.
3769
3770 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * gdb.base/options.exp (expect_string): Dequote strings in
3773 results.
3774 (test-string): Test strings with different quoting and reindent.
3775
3776 2019-07-10 Tom Tromey <tromey@adacore.com>
3777
3778 * gdb.ada/mi_ex_cond.exp: Update expected results.
3779 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3780 * gdb.ada/mi_catch_ex.exp: Update expected results.
3781 * gdb.ada/mi_catch_assert.exp: Update expected results.
3782 * gdb.ada/catch_ex.exp (catch_exception_info)
3783 (catch_exception_entry, catch_assert_entry)
3784 (catch_unhandled_entry): Update.
3785 * gdb.ada/catch_assert_if.exp: Update expected results.
3786
3787 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3788 Stephen Roberts <stephen.roberts@arm.com>
3789
3790 * gdb.base/define.exp: Restore original prompt.
3791
3792 2019-07-09 Pedro Alves <palves@redhat.com>
3793
3794 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3795 breakpoints" output.
3796 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3797 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3798 throw" creates breakpoint.
3799 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3800 'type="catchpoint"'.
3801
3802 2019-07-09 Pedro Alves <palves@redhat.com>
3803
3804 PR c++/15468
3805 * gdb.cp/except-multi-location-lib.cc: New.
3806 * gdb.cp/except-multi-location-main.cc: New.
3807 * gdb.cp/except-multi-location.exp: New.
3808
3809 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3810
3811 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3812 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3813 argument and update callers.
3814
3815 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3816
3817 * gdb.arch/amd64-break-on-asm-line.S: New file.
3818 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3819
3820 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3821
3822 * gdb.base/printcmds.exp: Test printing C string and
3823 C wide string convenience vars without transiting via the inferior.
3824 Also make test names unique.
3825
3826 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3827
3828 PR breakpoints/25011
3829 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3830
3831 2019-07-04 Pedro Alves <palves@redhat.com>
3832
3833 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3834 body returned ok(0), break(3) or continue(4).
3835 * gdb.testsuite/foreach_with_prefix.exp: New file.
3836
3837 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3838
3839 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3840
3841 2019-07-03 Pedro Alves <palves@redhat.com>
3842
3843 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
3844 "return -code".
3845
3846 2019-07-03 Pedro Alves <palves@redhat.com>
3847
3848 PR cli/24732
3849 * gdb.base/shell.exp: Load completion-support.exp.
3850 Adjust expected error output. Add completion tests.
3851
3852 2019-07-03 Pedro Alves <palves@redhat.com>
3853
3854 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
3855 string_to_regexp.
3856
3857 2019-07-03 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
3860 (expect_integer): Adjust to expect "-string".
3861 (expect_string): New.
3862 (all_options): Expect "-string".
3863 (test-flag, test-boolean): Adjust to expect "-string".
3864 (test-string): New proc.
3865 (top level): Call it.
3866
3867 2019-07-03 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
3870 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
3871 the expected output in the success.
3872
3873 2019-07-03 Pedro Alves <palves@redhat.com>
3874
3875 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3876 Split one gdb_test_multiple call in two to avoid a race.
3877
3878 2019-07-03 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.base/with.c: New file.
3881 * gdb.base/with.exp: New file.
3882
3883 2019-07-03 Pedro Alves <palves@redhat.com>
3884
3885 * gdb.base/settings.exp: Replace all references to "maint
3886 test-settings set" with references to "maint set test-settings",
3887 and all references to "maint test-settings show" with references
3888 to "maint show test-settings".
3889
3890 2019-07-03 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/settings.exp (test-string): Adjust expected out when
3893 testing "maint test-settings show filename"
3894
3895 2019-07-02 Pedro Alves <palves@redhat.com>
3896
3897 * gdb.base/options.exp (test-info-threads): New procedure.
3898 (top level): Call it.
3899
3900 2019-06-28 Tom Tromey <tromey@adacore.com>
3901
3902 * gdb.dwarf2/ada-linkage-name.c: New file.
3903 * gdb.dwarf2/ada-linkage-name.exp: New file.
3904
3905 2019-06-27 Tom Tromey <tromey@adacore.com>
3906
3907 PR c++/20020:
3908 * gdb.cp/constexpr-field.exp: Use setup_xfail.
3909
3910 2019-06-26 Tom de Vries <tdevries@suse.de>
3911
3912 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
3913
3914 2019-06-26 Tom de Vries <tdevries@suse.de>
3915
3916 * gdb.base/index-cache.exp: Add back missing debug option.
3917
3918 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3919
3920 * gdb.base/alias.exp: Test non matching/non existing prefixes.
3921
3922 2019-06-25 Tom de Vries <tdevries@suse.de>
3923
3924 PR testsuite/24727
3925 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
3926
3927 2019-06-24 Tom de Vries <tdevries@suse.de>
3928
3929 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
3930
3931 2019-06-24 Tom de Vries <tdevries@suse.de>
3932
3933 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
3934 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
3935 * gdb.trace/unavailable-dwarf-piece.exp: Same.
3936
3937 2019-06-24 Tom de Vries <tdevries@suse.de>
3938
3939 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
3940
3941 2019-06-21 Tom de Vries <tdevries@suse.de>
3942
3943 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
3944
3945 2019-06-21 Tom de Vries <tdevries@suse.de>
3946
3947 PR testsuite/24518
3948 PR ada/24713
3949 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
3950 index.
3951
3952 2019-06-19 Tom Tromey <tromey@adacore.com>
3953
3954 * gdb.ada/length_cond.exp: Add intro comment.
3955
3956 2019-06-19 Tom Tromey <tromey@adacore.com>
3957
3958 * gdb.ada/length_cond.exp: New file.
3959 * gdb.ada/length_cond/length_cond.adb: New file.
3960 * gdb.ada/length_cond/pck.adb: New file.
3961 * gdb.ada/length_cond/pck.ads: New file.
3962
3963 2019-06-18 Tom de Vries <tdevries@suse.de>
3964
3965 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
3966
3967 2019-06-18 Tom Tromey <tromey@adacore.com>
3968
3969 * gdb.base/list0.h: Add comment explaining control character.
3970
3971 2019-06-18 Tom de Vries <tdevries@suse.de>
3972
3973 * boards/fission.exp: Break up long debug_flags line.
3974
3975 2019-06-16 Tom de Vries <tdevries@suse.de>
3976
3977 PR gdb/24445
3978 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
3979 generated index.
3980
3981 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 PR gdb/24686
3984 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
3985 improve detection of bug gdb/24541.
3986
3987 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
3988
3989 PR gdb/24669
3990 * gdb.base/index-cache.exp (uses_readnow,
3991 expecting_index_cache_use): Define global variable.
3992 (test_cache_enabled_miss, test_cache_enabled_hit): Use
3993 expecting_index_cache_use.
3994
3995 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
3996 Andrew Burgess <andrew.burgess@embecosm.com>
3997
3998 * gdb.fortran/pointers.f90: New file.
3999 * gdb.fortran/print_type.exp: New file.
4000 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4001 * gdb.fortran/vla-type.exp: Likewise.
4002 * gdb.fortran/vla-value.exp: Likewise.
4003 * gdb.mi/mi-vla-fortran.exp: Likewise.
4004
4005 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4008 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4009 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4010 as a stop reason.
4011
4012 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.base/annota1.exp: Update expected results.
4015 * gdb.cp/annota2.exp: Likewise.
4016 * gdb.cp/annota3.exp: Likewise.
4017
4018 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4019
4020 * gdb.base/style-logging.exp: Remove path from test name.
4021
4022 2019-06-14 Tom Tromey <tromey@adacore.com>
4023
4024 PR gdb/24502:
4025 * gdb.base/style-logging.exp: New file.
4026
4027 2019-06-14 Tom Tromey <tromey@adacore.com>
4028
4029 * gdb.base/symfile-warn.exp: New file.
4030 * gdb.base/symfile-warn.c: New file.
4031
4032 2019-06-14 Tom Tromey <tromey@adacore.com>
4033
4034 * gdb.base/annotate-symlink.exp: New file.
4035
4036 2019-06-14 Tom Tromey <tromey@adacore.com>
4037
4038 * gdb.ada/set_wstr.exp: Add reassignment test.
4039
4040 2019-06-14 Tom Tromey <tromey@adacore.com>
4041
4042 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4043 'unchecked_access and 'unrestricted_access as well.
4044
4045 2019-06-14 Tom Tromey <tromey@adacore.com>
4046
4047 PR ada/24539:
4048 * gdb.ada/vla.exp: Update tests.
4049 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4050 pragma.
4051
4052 2019-06-13 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/settings.exp (test-integer): Test junk after
4055 "unlimited".
4056
4057 2019-06-13 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.base/options.exp (test-thread-apply): New.
4060 (top level): Call it.
4061
4062 2019-06-13 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.base/options.exp (test-frame-apply): New.
4065 (top level): Test print commands with different "frame apply"
4066 prefixes.
4067
4068 2019-06-13 Pedro Alves <palves@redhat.com>
4069
4070 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4071 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4072 'max_completions' parameter and handle it.
4073 (test_gdb_completion_offers_commands): New.
4074
4075 2019-06-13 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4078
4079 2019-06-13 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/options.exp (test-backtrace): New.
4082 (top level): Call it.
4083
4084 2019-06-13 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.guile/scm-frame-args.exp: Use "set print
4087 raw-frame-arguments" instead of "set print raw frame-arguments".
4088 * gdb.python/py-frame-args.exp: Likewise.
4089
4090 2019-06-13 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.compile/compile.exp: Adjust expected output to option
4093 processing changes.
4094
4095 2019-06-13 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/options.exp: Build executable.
4098 (test-print): New procedure.
4099 (top level): Call it, once for "print" and another for "compile
4100 print".
4101
4102 2019-06-13 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/options.c: New file.
4105 * gdb.base/options.exp: New file.
4106
4107 2019-06-13 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4110 that "o" is ambiguous.
4111
4112 2019-06-13 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/settings.c: New file.
4115 * gdb.base/settings.exp: New file.
4116
4117 2019-06-13 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/completion.exp: Fix comment typo.
4120
4121 2019-06-13 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4124 foo --1" test.
4125
4126 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4127
4128 * gdb.fortran/block-data.f: New.
4129 * gdb.fortran/block-data.exp: New.
4130
4131 2019-06-11 Tom de Vries <tdevries@suse.de>
4132
4133 PR testsuite/24521
4134 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4135 message.
4136
4137 2019-06-11 Tom de Vries <tdevries@suse.de>
4138
4139 PR testsuite/24521
4140 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4141
4142 2019-06-11 Tom de Vries <tdevries@suse.de>
4143
4144 * boards/readnow.exp: New file.
4145
4146 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.fortran/vla-sizeof.exp: Update expected results.
4149
4150 2019-06-06 Amos Bird <amosbird@gmail.com>
4151
4152 * gdb.base/annota1.exp (thread_switch): Add test for
4153 thread-exited annotation.
4154
4155 2019-06-06 Tom Tromey <tromey@adacore.com>
4156
4157 * gdb.base/maint.exp: Expect command started/finished output.
4158
4159 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4160
4161 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4162 comment.
4163 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4164
4165 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4166
4167 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4168 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4169 * gdb.arch/riscv-unwind-long-insn.c: New file.
4170 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4171
4172 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4173
4174 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4175
4176 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4177
4178 * lib/gdb.exp (help_list_trailer): New regexp variable
4179 factorizing the help trailer message.
4180 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4181 arg to allow to better factorize various tests.
4182 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4183 (test_prefix_command_help): Use help_list_trailer.
4184 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4185 * gdb.guile/scm-cmd.exp: Likewise.
4186 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4187 * gdb.base/help.exp: Use test_user_defined_class_help.
4188 * gdb.base/style.exp: Add tests for styling of help and apropos.
4189 * lib/gdb-utils.exp (style): Add title and highlight styles.
4190
4191 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4192
4193 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4194 $_shell_exitsignal.
4195 * gdb.base/default.exp: Update for new convenience variables.
4196
4197 2019-05-29 Tom Tromey <tromey@adacore.com>
4198
4199 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4200 to "break complete ada" test case's regexp.
4201
4202 2019-05-29 Tom Tromey <tromey@adacore.com>
4203
4204 PR c++/20020:
4205 * gdb.cp/constexpr-field.exp: New file.
4206 * gdb.cp/constexpr-field.cc: New file.
4207
4208 2019-05-29 Tom Tromey <tromey@adacore.com>
4209
4210 * gdb.base/finish.exp (finish_no_print): New proc.
4211 (finish_tests): Call it.
4212
4213 2019-05-24 Tom de Vries <tdevries@suse.de>
4214
4215 * gdb.dwarf2/gdb-add-index.exp: New file.
4216
4217 2019-05-22 Tom Tromey <tromey@adacore.com>
4218
4219 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4220 * gdb.base/style.exp: Use "style".
4221 * lib/gdb-utils.exp (style): New proc.
4222
4223 2019-05-22 Tom de Vries <tdevries@suse.de>
4224
4225 * gdb.base/align.exp: Require c++11.
4226
4227 2019-05-22 Tom de Vries <tdevries@suse.de>
4228
4229 PR testsuite/24586
4230 * gdb.python/py-mi-var-info-path-expression.exp: Call
4231 mi_skip_python_tests to check if python is supported.
4232
4233 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4234
4235 * gdb.arch/aarch64-pauth.c: New test.
4236 * gdb.arch/aarch64-pauth.exp: New file.
4237
4238 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4239
4240 * README (Re-running Tests Outside The Testsuite): New section.
4241
4242 2019-05-21 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.arch/amd64-eval.exp: Require c++11.
4245 * gdb.base/max-depth.exp: Same.
4246 * gdb.compile/compile-cplus-array-decay.exp: Same.
4247 * gdb.cp/meth-typedefs.exp: Same.
4248 * gdb.cp/subtypes.exp: Same.
4249 * gdb.cp/temargs.exp: Same.
4250
4251 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4252
4253 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4254
4255 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 PR gdb/18644
4258 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4259 * gdb.fortran/printing-types.exp: Add new test.
4260 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4261 testing.
4262 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4263 setup_kfail call.
4264
4265 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4266
4267 * README (Running the Testsuite): Change example.
4268 (Testsuite Parameters): Remove TRANSCRIPT.
4269 * lib/gdb.exp: Remove TRANSCRIPT check.
4270
4271 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4272
4273 * README (Testsuite Parameters): Add replay logging to
4274 GDBSERVER_DEBUG.
4275 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4276 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4277 as a comma separated list.
4278 (gdb_debug_init): Override procedure.
4279
4280 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4281
4282 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4283 (gdb_write_cmd_file): New procedure.
4284 * lib/gdbserver-support.exp (gdbserver_start): Call
4285 gdbserver_write_cmd_file.
4286 (gdbserver_write_cmd_file): New procedure.
4287
4288 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4289
4290 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4291 (delete_breakpoints): Likewise.
4292 (gdb_run_cmd): Likewise.
4293 (gdb_start_cmd): Likewise.
4294 (gdb_starti_cmd): Likewise.
4295 (gdb_internal_error_resync): Likewise.
4296 (gdb_test_multiple): Likewise.
4297 (gdb_reinitialize_dir): Likewise.
4298 (default_gdb_exit): Likewise.
4299 (gdb_file_cmd): Mark kill as optional.
4300 (default_gdb_start): Call gdb_stdin_log_init.
4301 (send_gdb): Call gdb_stdin_log_write.
4302 (rerun_to_main): Mark Y as an answer.
4303 (gdb_stdin_log_init): New function.
4304 (gdb_stdin_log_write): Likewise.
4305
4306 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4307
4308 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4309 * gdb.base/debug-expr.exp: Likewise.
4310 * gdb.base/foll-fork.exp: Likewise.
4311 * gdb.base/foll-vfork.exp: Likewise.
4312 * gdb.base/fork-print-inferior-events.exp: Likewise.
4313 * gdb.base/gdb-sigterm.exp: Likewise.
4314 * gdb.base/gdbinit-history.exp: Likewise.
4315 * gdb.base/osabi.exp: Likewise.
4316 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4317 * gdb.base/ui-redirect.exp: Likewise.
4318 * gdb.gdb/unittest.exp: Likewise.
4319 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4320 * gdb.mi/mi-watch.exp: Likewise.
4321 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4322 * gdb.mi/user-selected-context-sync.exp: Likewise.
4323 * gdb.python/python.exp: Disable debug test when debugging.
4324 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4325 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4326 Likewise.
4327 * gdb.threads/stepi-random-signal.exp: Likewise.
4328
4329 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4330
4331 * Makefile.in: Pass through GDB_DEBUG.
4332 * README (Testsuite Parameters): Add GDB_DEBUG.
4333 (gdb,debug): Add board setting.
4334 * lib/gdb.exp (default_gdb_start): Start debugging.
4335 (gdb_debug_enabled): New procedure.
4336 (gdb_debug_init): Likewise.
4337
4338 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4339
4340 * Makefile.in: Pass through GDB_DEBUG.
4341 * README (Testsuite Parameters): Add GDB_DEBUG.
4342 (gdb,debug): Add board setting.
4343 * lib/gdb.exp (default_gdb_start): Start debugging.
4344 (gdb_debug_enabled): New procedure.
4345 (gdb_debug_init): Likewise.
4346
4347 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4348
4349 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4350
4351 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4352
4353 * gdb.base/ui-redirect.exp: Test redirection.
4354
4355 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4356
4357 * gdb.mi/mi-complete.exp: New file.
4358 * gdb.mi/mi-complete.cc: Likewise.
4359
4360 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4361
4362 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4363 indexed and sliced arrays, and pointers to arrays.
4364
4365 2019-05-14 Tom Tromey <tromey@adacore.com>
4366
4367 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4368 styling test.
4369
4370 2019-05-14 Tom de Vries <tdevries@suse.de>
4371
4372 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4373 selection entry encoding.
4374
4375 2019-05-10 Tom Tromey <tromey@adacore.com>
4376
4377 * gdb.ada/info_exc.exp: Add "complete" test.
4378
4379 2019-05-09 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4382 CU-relative.
4383
4384 2019-05-09 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4387 CU-relative.
4388
4389 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4390
4391 * gdb.ada/frame_arg_lang.exp: New testcase.
4392 * gdb.ada/frame_arg_lang/bla.adb: New file.
4393 * gdb.ada/frame_arg_lang/pck.ads: New file.
4394 * gdb.ada/frame_arg_lang/pck.adb: New file.
4395 * gdb.ada/frame_arg_lang/foo.c: New file.
4396
4397 2019-05-08 Tom Tromey <tromey@adacore.com>
4398
4399 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4400
4401 2019-05-08 Tom Tromey <tromey@adacore.com>
4402
4403 * gdb.base/ptype-offsets.exp: Update tests.
4404
4405 2019-05-08 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4408 cases.
4409 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4410 "short".
4411
4412 2019-05-08 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.ada/vla.exp: New file.
4415 * gdb.ada/vla/vla.adb: New file.
4416
4417 2019-05-07 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4420
4421 2019-05-07 Tom de Vries <tdevries@suse.de>
4422
4423 PR testsuite/24522
4424 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4425 section.
4426
4427 2019-05-07 Tom de Vries <tdevries@suse.de>
4428
4429 PR testsuite/24522
4430 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4431 .debug_aranges section.
4432
4433 2019-05-07 Tom de Vries <tdevries@suse.de>
4434
4435 PR testsuite/24159
4436 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4437
4438 2019-05-06 Tom de Vries <tdevries@suse.de>
4439
4440 * lib/gdb.exp (exec_has_index_section): New proc.
4441 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4442 section.
4443
4444 2019-05-04 Tom de Vries <tdevries@suse.de>
4445
4446 * boards/cc-with-debug-names.exp: New file.
4447
4448 2019-05-03 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4451 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4452 * gdb.ada/char_enum.exp: Add test.
4453
4454 2019-05-03 Tom de Vries <tdevries@suse.de>
4455
4456 * boards/cc-with-gdb-index.exp: New file.
4457
4458 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4459
4460 * gdb.rust/simple.exp: Add new test case.
4461 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4462 (main): Initialise an instance of the new struct.
4463
4464 2019-05-01 Tom Tromey <tromey@adacore.com>
4465
4466 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4467 record.
4468 (NPR): New variable.
4469 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4470 test.
4471
4472 2019-05-01 Tom Tromey <tromey@adacore.com>
4473
4474 * gdb.ada/packed_array_assign.exp: Add packed assignment
4475 regression test.
4476
4477 2019-05-01 Tom de Vries <tdevries@suse.de>
4478
4479 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4480
4481 2019-05-01 Tom de Vries <tdevries@suse.de>
4482
4483 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4484
4485 2019-04-30 Ali Tamur <tamur@google.com>
4486
4487 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4488
4489 2019-04-30 Tom Tromey <tromey@adacore.com>
4490
4491 * lib/ada.exp (find_ada_tool): New proc.
4492 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4493 * gdb.ada/catch_ex_std.exp: New file.
4494 * gdb.ada/catch_ex_std/foo.adb: New file.
4495 * gdb.ada/catch_ex_std/some_package.adb: New file.
4496 * gdb.ada/catch_ex_std/some_package.ads: New file.
4497
4498 2019-04-30 Tom Tromey <tromey@adacore.com>
4499
4500 PR c++/24470:
4501 * gdb.cp/temargs.cc: Add test code from PR.
4502
4503 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * gdb.fortran/vla-datatypes.exp: Update expected results.
4506 * gdb.fortran/vla-ptype.exp: Likewise.
4507 * gdb.fortran/vla-type.exp: Likewise.
4508 * gdb.fortran/vla-value.exp: Likewise.
4509
4510 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.fortran/ptr-indentation.exp: Update expected results.
4513 * gdb.fortran/ptype-on-functions.exp: Likewise.
4514 * gdb.fortran/vla-ptr-info.exp: Likewise.
4515 * gdb.fortran/vla-value.exp: Likewise.
4516
4517 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.fortran/ptype-on-functions.exp: New file.
4520 * gdb.fortran/ptype-on-functions.f90: New file.
4521
4522 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4523
4524 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4525 case void string.
4526
4527 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.fortran/complex.exp: Expand.
4530 * gdb.fortran/complex.f: Renamed to...
4531 * gdb.fortran/complex.f90: ...this, and extended to add more
4532 complex values.
4533
4534 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4537 MODULO, CMPLX.
4538
4539 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4540 Richard Bunt <richard.bunt@arm.com>
4541
4542 * gdb.base/max-depth.c: New file.
4543 * gdb.base/max-depth.exp: New file.
4544 * gdb.python/py-nested-maps.c: New file.
4545 * gdb.python/py-nested-maps.exp: New file.
4546 * gdb.python/py-nested-maps.py: New file.
4547 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4548 (test_all_common): Call test_max_depth.
4549 * gdb.fortran/max-depth.exp: New file.
4550 * gdb.fortran/max-depth.f90: New file.
4551 * gdb.go/max-depth.exp: New file.
4552 * gdb.go/max-depth.go: New file.
4553 * gdb.modula2/max-depth.exp: New file.
4554 * gdb.modula2/max-depth.c: New file.
4555 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4556
4557 2019-04-29 Tom de Vries <tdevries@suse.de>
4558
4559 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4560
4561 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4562
4563 * gdb.base/callexit.exp: Test may-call-functions off.
4564
4565 2019-04-25 Keith Seitz <keiths@redhat.com>
4566
4567 PR c++/24367
4568 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4569 (another_incomplete_struct, test_incomplete): New definitions.
4570 (main): Use new definitions.
4571 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4572 functions.
4573
4574 2019-04-25 Ali Tamur <tamur@google.com>
4575
4576 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4577
4578 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4579
4580 PR corefiles/11608
4581 PR corefiles/18187
4582 * gdb.base/coredump-filter-build-id.exp: New file.
4583
4584 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4585
4586 * Makefile.in: Pass through GDBSERVER_DEBUG.
4587 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4588 (gdbserver,debug): Add board setting.
4589 * gdb.trace/tspeed.exp: Skip when debugging.
4590 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4591 * lib/gdbserver-support.exp: Likewise
4592
4593 2019-04-24 Tom Tromey <tromey@adacore.com>
4594
4595 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4596 Rust.
4597
4598 2019-04-24 Tom Tromey <tromey@adacore.com>
4599
4600 * gdb.arch/amd64-eval.exp: Test bitfield return.
4601 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4602 (class Foo) <return_bitfields>: New method.
4603 (main): Call it.
4604
4605 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * gdb.cp/many-args.cc: New file.
4608 * gdb.cp/many-args.exp: New file.
4609
4610 2019-04-23 Tom de Vries <tdevries@suse.de>
4611
4612 PR gdb/24433
4613 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4614
4615 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4616
4617 * gdb.trace/backtrace.exp: Use nopie flag.
4618 * gdb.trace/circ.exp: Likewise.
4619 * gdb.trace/collection.exp: Likewise.
4620 * gdb.trace/ftrace.exp: Likewise.
4621 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4622 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4623 * gdb.trace/qtro.exp: Likewise.
4624 * gdb.trace/read-memory.exp: Likewise.
4625 * gdb.trace/report.exp: Likewise.
4626 * gdb.trace/tfile.exp: Likewise.
4627 * gdb.trace/tfind.exp: Likewise.
4628 * gdb.trace/unavailable.exp: Likewise.
4629
4630 2019-04-22 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/solib-probes-nosharedlibrary.c,
4633 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4634
4635 2019-04-19 Tom Tromey <tromey@adacore.com>
4636
4637 * gdb.ada/ptype_union.c: New file.
4638 * gdb.ada/ptype_union.exp: New file.
4639
4640 2019-04-19 Tom Tromey <tromey@adacore.com>
4641
4642 PR symtab/24423:
4643 * gdb.base/list0.h (foo): Add a control-l character.
4644
4645 2019-04-18 Tom de Vries <tdevries@suse.de>
4646
4647 PR gdb/24433
4648 * boards/local-board.exp: Set sysroot to "".
4649
4650 2019-04-18 Tom de Vries <tdevries@suse.de>
4651 Pedro Alves <palves@redhat.com>
4652
4653 PR gdb/24454
4654 * gdb.threads/vfork-follow-child-exec.c: New file.
4655 * gdb.threads/vfork-follow-child-exec.exp: New file.
4656 * gdb.threads/vfork-follow-child-exit.c: New file.
4657 * gdb.threads/vfork-follow-child-exit.exp: New file.
4658
4659 2019-04-15 Leszek Swirski <leszeks@google.com>
4660
4661 * gdb.arch/amd64-eval.cc: New file.
4662 * gdb.arch/amd64-eval.exp: New file.
4663
4664 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4665
4666 * gdb.server/sysroot.c: New test.
4667 * gdb.server/sysroot.exp: New file.
4668 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4669 matching param.
4670
4671 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4672
4673 * gdb.base/align.exp: Extend test to cover structures containing
4674 only static fields.
4675
4676 2019-04-11 Tom de Vries <tdevries@suse.de>
4677
4678 * boards/cc-with-dwz-m.exp: New file.
4679 * boards/cc-with-dwz.exp: New file.
4680 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4681
4682 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4683
4684 * gdb.base/start-cpp.exp: New file.
4685 * gdb.base/start-cpp.cc: New file.
4686
4687 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4688
4689 * gdb.python/py-thrhandle.exp: Adjust tests to call
4690 thread_from_handle instead of thread_from_thread_handle.
4691
4692 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4693
4694 * gdb.python/py-thrhandle.exp: Add tests for
4695 gdb.InferiorThread.handle.
4696
4697 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4698
4699 * gdb.python/py-function.exp: Check calling helper function from
4700 all languages.
4701 * lib/gdb.exp (gdb_supported_languages): New proc.
4702
4703 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.base/complex-parts.c: New file.
4706 * gdb.base/complex-parts.exp: New file.
4707
4708 2019-04-01 Tom Tromey <tromey@adacore.com>
4709
4710 PR symtab/23331:
4711 * gdb.dwarf2/dw2-ranges-main.c: New file.
4712 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4713 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4714
4715 2019-03-30 Simon Marchi <simark@simark.ca>
4716
4717 * gdb.base/default.exp: Add values for $_gdb_major and
4718 $_gdb_minor.
4719
4720 2019-03-29 Tom Tromey <tromey@adacore.com>
4721
4722 * gdb.base/help.exp: Tighten apropos regexp.
4723
4724 2019-03-29 Keith Seitz <keiths@redhat.com>
4725
4726 * gdb.fortran/array-bounds.exp: New file.
4727 * gdb.fortran/array-bounds.f90: New file.
4728
4729 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4730
4731 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4732
4733 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4734
4735 * gdb.multi/hello.c (main): Increase alarm timer.
4736
4737 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4738
4739 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4740 factor when no hardware watchpoint support.
4741
4742 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4743 Pedro Alves <palves@redhat.com>
4744
4745 * boards/local-board.exp: set sysroot to /.
4746
4747 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4748
4749 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4750 in child.
4751
4752 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4753
4754 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4755 field.
4756 (make_container): Initialise new field.
4757 * gdb.python/py-prettyprint.exp: Add new tests.
4758 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4759 <display_hint>: New method.
4760
4761 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4762
4763 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4764 gdb_continue_to_breakpoint more throughout this test.
4765 (run_lang_tests) Supply unique test names, and use
4766 gdb_test_no_output.
4767
4768 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4769
4770 * gdb.base/finish-pretty.exp: Update expected results.
4771 * gdb.base/pretty-print.c: New file.
4772 * gdb.base/pretty-print.exp: New file.
4773
4774 2019-03-25 Pedro Alves <palves@redhat.com>
4775
4776 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4777 move comments outside list. Append '-i "" eof' section.
4778
4779 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4780
4781 PR testsuite/25016
4782 * README: Add pie options.
4783 * gdb.base/break-interp.exp: Ensure pie is disabled.
4784 * gdb.base/dump.exp: Likewise.
4785 * lib/gdb.exp (gdb_compile): Add pie option.
4786
4787 2019-03-19 Tom Tromey <tromey@adacore.com>
4788
4789 * gdb.mi/mi2-cli-display.c: New file.
4790 * gdb.mi/mi2-cli-display.exp: New file.
4791
4792 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4793 Tom Tromey <tromey@adacore.com>
4794
4795 * gdb.ada/ptype_array/pck.adb: New file.
4796 * gdb.ada/ptype_array/pck.ads: New file.
4797 * gdb.ada/ptype_array/foo.adb: New file.
4798 * gdb.ada/ptype_array.exp: New file.
4799
4800 2019-03-14 Tom Tromey <tromey@adacore.com>
4801
4802 * gdb.base/style.exp: Add "set style sources" test.
4803
4804 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4805
4806 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4807 * mi-breakpoint-multiple-locations.exp: ... this.
4808 (make_breakpoints_pattern): New proc.
4809 (do_test): Add mi_version parameter, test -break-insert,
4810 -break-info and =breakpoint-created.
4811
4812 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4813
4814 * config/default.exp: Remove 'load_lib gdb.exp'.
4815 * config/monitor.exp: Likewise.
4816 * config/sid.exp: Likewise.
4817 * config/sim.exp: Likewise.
4818 * config/slite.exp: Likewise.
4819 * config/unix.exp: Likewise.
4820 * gdb.base/default.exp: Remove unhelpful comment.
4821
4822 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4823
4824 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4825
4826 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4827
4828 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4829
4830 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 * gdb.fortran/type-kinds.exp: Update expected results.
4833
4834 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4835
4836 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4837
4838 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
4841 function.
4842 (test_basic_parsing_of_type_kinds): Expand types tested.
4843 (test_parsing_invalid_type_kinds): New function.
4844
4845 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.fortran/intrinsics.exp: New file.
4848 * gdb.fortran/intrinsics.f90: New file.
4849 * gdb.fortran/type-kinds.exp: New file.
4850
4851 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4852
4853 * gdb.fortran/dot-ops.exp: New file.
4854
4855 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
4858 Check upper and lower case logical literals.
4859
4860 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4861
4862 * gdb.fortran/types.exp (test_float_literal_types_accepted):
4863 Remove duplicate tests.
4864
4865 2019-03-06 Alan Hayward <alan.hayward@arm.com>
4866
4867 * lib/gdb.exp (builtin_cd): rename of cd.
4868 (cd): Override builtin.
4869
4870 2019-03-06 Richard Bunt <richard.bunt@arm.com>
4871
4872 * gdb.fortran/function-calls.exp: New file.
4873 * gdb.fortran/function-calls.f90: New test.
4874
4875 2019-03-04 Richard Bunt <richard.bunt@arm.com>
4876
4877 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
4878 on user program standard output.
4879 * gdb.fortran/short-circuit-argument-list.f90: Record function
4880 calls.
4881
4882 2019-02-28 Alan Hayward <alan.hayward@arm.com>
4883
4884 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
4885 failure.
4886
4887 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4888
4889 PR gdb/8527
4890 * gdb.base/interrupt-daemon-attach.c,
4891 gdb.base/interrupt-daemon-attach.exp: New test.
4892
4893 2019-02-27 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/page.exp: Add tests for "set width/height -1".
4896
4897 2019-02-27 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.base/page.exp: Add tests for "set/show width/height" with
4900 "infinite" values.
4901
4902 2019-02-27 Tom Tromey <tromey@adacore.com>
4903
4904 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4905 2.4.
4906 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
4907 workaround.
4908
4909 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
4910
4911 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4912 tests for structs with static members.
4913
4914 2019-02-26 Tom Tromey <tromey@adacore.com>
4915
4916 * gdb.python/py-value.exp (test_value_from_buffer): Check for
4917 ValueError, not TypeError.
4918
4919 2019-02-26 Kevin Buettner <kevinb@redhat.com>
4920
4921 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4922 call from main program.
4923
4924 2019-02-23 Joel Brobecker <brobecker@adacore.com>
4925
4926 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
4927 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
4928 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
4929 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
4930 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
4931
4932 2019-02-22 Keith Seitz <keiths@redhat.com>
4933
4934 PR symtab/23853
4935 * gdb.base/symlink-sourcefile.c: New file.
4936 * gdb.base/symlink-sourcefile.exp: New file.
4937
4938 2019-02-20 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.base/info_qt.exp: Update.
4941
4942 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4943
4944 * gdb.base/source.exp: Move "error in sourced script" code to
4945 the end.
4946 * gdb.base/source-error.gdb: Move contents to
4947 source-error-1.gdb. Add new code to source source-error-1.gdb.
4948 * gdb.base/source-error-1.gdb: New file, from previous
4949 source-error.gdb.
4950
4951 2019-02-17 Tom Tromey <tom@tromey.com>
4952
4953 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
4954 for macro styling.
4955 * gdb.base/style.c (SOME_MACRO): New macro.
4956
4957 2019-02-17 Tom Tromey <tom@tromey.com>
4958
4959 * gdb.base/style.exp: Add line-wrapping tests.
4960 * gdb.base/page.exp: Add test for quitting during pagination.
4961
4962 2019-02-17 Joel Brobecker <brobecker@adacore.com>
4963
4964 * gdb.ada/big_packed_array: New testcase.
4965 * gdb.ada/homonym.exp: Fix incorrect expected output for
4966 "break <homonym__get_value>" test.
4967
4968 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
4969
4970 PR breakpoints/21870
4971 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
4972 and prepare_for_testing. Add comment.
4973 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
4974 redundant cleanup call. Clean up comment.
4975
4976 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
4977
4978 PR breakpoints/21870
4979 * gdb.arch/aarch64-dbreg-contents.exp: New file.
4980 * gdb.arch/aarch64-dbreg-contents.c: New file.
4981
4982 2019-02-10 Joel Brobecker <brobecker@adacore.com>
4983
4984 * gdb.ada/mi_ref_changeable: New testcase.
4985
4986 2019-02-07 Alan Hayward <alan.hayward@arm.com>
4987
4988 * gdb.base/attach.exp: Add double attach test.
4989
4990 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
4991
4992 * lib/gdb.exp (default_gdb_start): Don't match pagination
4993 prompt.
4994 (gdb_init): Set stty_init.
4995
4996 2019-01-27 Tom Tromey <tom@tromey.com>
4997
4998 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
4999 skip_python_tests.
5000
5001 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5002
5003 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5004 New structure.
5005 (struct struct_static_02_02): Likewise.
5006 (struct struct_static_02_03): Likewise.
5007 (struct struct_static_02_04): Likewise.
5008 (struct struct_static_04_01): Likewise.
5009 (struct struct_static_04_02): Likewise.
5010 (struct struct_static_04_03): Likewise.
5011 (struct struct_static_04_04): Likewise.
5012 (struct struct_static_06_01): Likewise.
5013 (struct struct_static_06_02): Likewise.
5014 (struct struct_static_06_03): Likewise.
5015 (struct struct_static_06_04): Likewise.
5016 (cmp_struct_static_02_01): Likewise.
5017 (cmp_struct_static_02_02): Likewise.
5018 (cmp_struct_static_02_03): Likewise.
5019 (cmp_struct_static_02_04): Likewise.
5020 (cmp_struct_static_04_01): Likewise.
5021 (cmp_struct_static_04_02): Likewise.
5022 (cmp_struct_static_04_03): Likewise.
5023 (cmp_struct_static_04_04): Likewise.
5024 (cmp_struct_static_06_01): Likewise.
5025 (cmp_struct_static_06_02): Likewise.
5026 (cmp_struct_static_06_03): Likewise.
5027 (cmp_struct_static_06_04): Likewise.
5028 (call_all): Test new structs.
5029 * gdb.base/infcall-nested-structs.exp: Likewise.
5030
5031 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5032 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5033
5034 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5035 * gdb.base/stack-protector.c: New test.
5036 * gdb.base/stack-protector.exp: New file.
5037 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5038 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5039 option.
5040 (gdb_compile): Remove stack protector for GCC and prevent
5041 recursion.
5042
5043 2019-01-16 Keith Seitz <keiths@redhat.com>
5044
5045 PR gdb/23773
5046 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5047
5048 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5049
5050 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5051 aliases.
5052 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5053 tests.
5054 * gdb.arch/powerpc-vector-regs.c: New file.
5055 * gdb.arch/powerpc-vector-regs.exp: New file.
5056
5057 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5058
5059 * gdb.arch/altivec-regs.exp: Fix the list passed to
5060 gdb_expect_list when testing "info vector".
5061
5062 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5063
5064 * gdb.base/style.exp: Don't include path in testname.
5065
5066 2019-01-10 Keith Seitz <keiths@redhat.com>
5067
5068 PR gdb/23712
5069 PR symtab/23010
5070 * gdb.dwarf2/multidictionary.exp: New file.
5071
5072 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5073
5074 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5075 (test_gnuv3_style_demangling): ... this.
5076 (test_lucid_style_demangling): Remove.
5077 (test_arm_style_demangling): Remove.
5078 (test_hp_style_demangling): Remove.
5079 (do_tests): Remove calls to the above.
5080
5081 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5084 case.
5085
5086 2019-01-06 Tom Tromey <tom@tromey.com>
5087
5088 PR gdb/28155:
5089 * gdb.dwarf2/typedef-void-finish.exp: New file.
5090
5091 2018-12-28 Tom Tromey <tom@tromey.com>
5092 Simon Marchi <simark@simark.ca>
5093
5094 * gdb.base/jit-exec.exp: New file.
5095 * gdb.base/jit-exec.c: New file.
5096 * gdb.base/jit-execd.c: New file.
5097
5098 2018-12-28 Tom Tromey <tom@tromey.com>
5099
5100 * gdb.base/style.exp: Update test to check for address styling.
5101
5102 2018-12-28 Tom Tromey <tom@tromey.com>
5103
5104 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5105 message.
5106
5107 2018-12-28 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.base/style.exp: Add test for version number styling.
5110
5111 2018-12-28 Tom Tromey <tom@tromey.com>
5112
5113 * gdb.base/style.exp: Add test for print_address_symbolic.
5114
5115 2018-12-28 Tom Tromey <tom@tromey.com>
5116
5117 * gdb.base/style.exp: Add test for breakpoint setting.
5118
5119 2018-12-28 Tom Tromey <tom@tromey.com>
5120
5121 * gdb.base/style.exp: Add test for variable names.
5122
5123 2018-12-28 Tom Tromey <tom@tromey.com>
5124
5125 * gdb.base/style.exp: New file.
5126 * gdb.base/style.c: New file.
5127
5128 2018-12-28 Tom Tromey <tom@tromey.com>
5129
5130 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5131 "dumb".
5132 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5133 the TERM environment variable.
5134
5135 2018-12-27 Tom Tromey <tom@tromey.com>
5136
5137 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5138 pagination test.
5139
5140 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5143 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5144
5145 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5146
5147 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5148 Filename a.adb changed to bp_fun_addr.adb.
5149 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5150
5151 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5152
5153 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5154 non-PIE executables.
5155 * README: Mention the gdb,nopie_flag board setting.
5156 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5157 non-PIE executable.
5158 * gdb.arch/amd64-entry-value.exp: Likewise.
5159 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5160 * gdb.arch/i386-float.exp: Likewise.
5161 * gdb.arch/i386-signal.exp: Likewise.
5162 * gdb.mi/mi-reg-undefined.exp: Likewise.
5163
5164 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5165
5166 PR gdb/23974
5167 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5168
5169 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5170
5171 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5172 Update order of results accordingly.
5173
5174 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.base/annota1.exp: Update a test regexp.
5177
5178 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5181
5182 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5183
5184 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5185 (reuse_time): Initialize to REUSE_TIME_CAP.
5186 (check_rc): New function.
5187 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5188 Check pthread_create rc.
5189 (spawner_thread_func): Check pthread_create and pthread_join rc.
5190
5191 2018-12-08 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/list.exp (test_forward_search): Rename to ...
5194 (test_forward_reverse_search): ... this. Also test reverse-search
5195 and the forward-search alias.
5196
5197 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5198
5199 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5200 local timeout variable before return, and remove all local timeout
5201 variable entirely.
5202 (gdb_load): Likewise.
5203
5204 2018-12-01 Tom de Vries <tdevries@suse.de>
5205
5206 * gdb.base/gdb-caching-proc.exp: New file.
5207
5208 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5209
5210 * Makefile.in (TIMESTAMP): New variable.
5211 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5212 command.
5213 (check-single-racy): Likewise.
5214 (check/%.exp): Likewise.
5215 (check-racy/%.exp): Likewise.
5216 (workers/%.worker): Likewise.
5217 (build-perf): Likewise.
5218 (check-perf): Likewise.
5219 * README: Describe new "TS" and "TS_FORMAT" variables.
5220 * print-ts.py: New file.
5221
5222 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5223
5224 PR python/23714
5225 * gdb.python/python.exp: Test command repetition after
5226 gdb.execute.
5227
5228 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5231 is correctly aligned.
5232
5233 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5234
5235 * gdb.ada/info_auto_lang.exp: New testcase.
5236 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5237 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5238 * gdb.ada/info_auto_lang/some_c.c: New file.
5239
5240 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5241
5242 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5243 FUNC_lang language syntax.
5244
5245 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5246
5247 * gdb.base/info_minsym.c: New file.
5248 * gdb.base/info_minsym.exp: New file.
5249
5250 2018-11-19 Tom Tromey <tom@tromey.com>
5251
5252 PR rust/23625:
5253 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5254 * gdb.rust/expr.exp: Update expected output. Change one test.
5255
5256 2018-11-19 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5259
5260 2018-11-19 Pedro Alves <palves@redhat.com>
5261
5262 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5263 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5264 see the expected warning.
5265
5266 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5267
5268 PR gdb/22736:
5269 * gdb.cp/infcall-nodebug-lib.c: New test.
5270 * gdb.cp/infcall-nodebug-main.c: New test.
5271 * gdb.cp/infcall-nodebug.exp: New file.
5272
5273 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5274
5275 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5276 completer tests.
5277
5278 2018-11-09 Tom de Vries <tdevries@suse.de>
5279
5280 * gdb.base/msym-lang.c: New test.
5281 * gdb.base/msym-lang.exp: New file.
5282 * gdb.base/msym-lang-main.c: New test.
5283
5284 2018-11-08 Tom Tromey <tom@tromey.com>
5285
5286 PR gdb/23555:
5287 PR gdb/23838:
5288 * gdb.base/warning.exp: New file.
5289
5290 2018-11-08 Jan Beulich <jbeulich@suse.com>
5291
5292 * testsuite/gdb.arch/i386-avx512.c,
5293 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5294
5295 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5298 point hardware.
5299
5300 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5301
5302 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5303 * gdb.dwarf2/missing-type-name.exp: New file.
5304
5305 2018-11-06 Tom de Vries <tdevries@suse.de>
5306
5307 * gdb.base/many-headers.c: New test.
5308 * gdb.base/many-headers.exp: New file.
5309
5310 2018-11-06 Jim Wilson <jimw@sifive.com>
5311
5312 * gdb.base/code_elim.exp: For riscv, set additional_flags
5313 to include -msmall-data-limit=0.
5314
5315 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.ada/watch_minus_l: New testcase.
5318
5319 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5320
5321 * gdb.arch/aix-sighandle.c: New file.
5322 * gdb.arch/aix-sighandle.exp: New file.
5323
5324 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5327 registers being unions.
5328
5329 2018-10-31 Tom de Vries <tdevries@suse.de>
5330
5331 * lib/valgrind.exp: New file.
5332 (vgdb_start, vgdb_stop): New procs, factored out of ...
5333 * gdb.base/valgrind-bt.exp: ... here, ...
5334 * gdb.base/valgrind-disp-step.exp: ... here and ...
5335 * gdb.base/valgrind-infcall.exp: ... here.
5336
5337 2018-10-31 Tom de Vries <tdevries@suse.de>
5338
5339 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5340
5341 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 * gdb.dwarf2/void-type.c: New file.
5344 * gdb.dwarf2/void-type.exp: New file.
5345
5346 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5347
5348 * gdb.base/info_qt.c: New file.
5349 * gdb.base/info_qt.exp: New file.
5350
5351 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5352
5353 * gdb.arch/powerpc-htm-regs.c: New file.
5354 * gdb.arch/powerpc-htm-regs.exp: New file.
5355
5356 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5357
5358 * gdb.arch/powerpc-tar.c: New file.
5359 * gdb.arch/powerpc-tar.exp: New file.
5360
5361 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5362
5363 * gdb.arch/powerpc-ppr-dscr.c: New file.
5364 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5365
5366 2018-10-25 Tom de Vries <tdevries@suse.de>
5367
5368 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5369
5370 2018-10-24 Tom de Vries <tdevries@suse.de>
5371
5372 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5373 longer exists error.
5374
5375 2018-10-24 Tom de Vries <tdevries@suse.de>
5376
5377 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5378
5379 2018-10-24 Tom de Vries <tdevries@suse.de>
5380
5381 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5382 --db-attach in valgrind.
5383
5384 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.arch/riscv-reg-aliases.c: New file.
5387 * gdb.arch/riscv-reg-aliases.exp: New file.
5388
5389 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5390
5391 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5392
5393 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5394
5395 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5396
5397 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5398
5399 * gdb.cp/ovldbreak.exp: Fix regexps.
5400
5401 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5402
5403 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5404
5405 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 PR cli/23785
5408 * gdb.base/restore.exp: New test to check if "restore" with an
5409 invalid file doesn't segfault.
5410
5411 2018-10-18 Tom de Vries <tdevries@suse.de>
5412
5413 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5414 * gdb.ada/excep_handle.exp: Same.
5415 * gdb.ada/mi_string_access.exp: Same.
5416 * gdb.ada/mi_var_union.exp: Same.
5417 * gdb.arch/arc-analyze-prologue.exp: Same.
5418 * gdb.arch/arc-decode-insn.exp: Same.
5419 * gdb.base/readnever.exp: Same.
5420 * gdb.fortran/printing-types.exp: Same.
5421 * gdb.guile/scm-lazy-string.exp: Same.
5422
5423 2018-10-16 Tom de Vries <tdevries@suse.de>
5424
5425 PR gdb/23730
5426 * gdb.base/catch-follow-exec.c: Add copyright notice.
5427 * gdb.base/catch-follow-exec.exp: Rewrite to use
5428 gdb_spawn_with_cmdline_opts. Require gdb-native.
5429
5430 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5431
5432 * gdb.trace/actions-changed.exp: Check for arch support.
5433 * gdb.trace/actions.exp: Likewise.
5434 * gdb.trace/ax.exp: Likewise.
5435 * gdb.trace/backtrace.exp: Likewise.
5436 * gdb.trace/change-loc.exp: Likewise.
5437 * gdb.trace/deltrace.exp: Likewise.
5438 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5439 * gdb.trace/ftrace.exp: Likewise.
5440 * gdb.trace/infotrace.exp: Check for arch support.
5441 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5442 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5443 * gdb.trace/mi-tsv-changed.exp: Likewise.
5444 * gdb.trace/packetlen.exp: Likewise.
5445 * gdb.trace/passc-dyn.exp: Likewise.
5446 * gdb.trace/passcount.exp: Likewise.
5447 * gdb.trace/pending.exp: Likewise.
5448 * gdb.trace/range-stepping.exp: Check for shlib support.
5449 * gdb.trace/report.exp: Check for arch support.
5450 * gdb.trace/save-trace.exp: Likewise.
5451 * gdb.trace/signal.exp: Check for signal support.
5452 * gdb.trace/tfind.exp: Check for arch support.
5453 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5454 * gdb.trace/trace-common.h: Add comment.
5455 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5456 * gdb.trace/trace-enable-disable.exp: Likewise.
5457 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5458 * gdb.trace/tracecmd.exp: Check for arch support.
5459 * gdb.trace/tspeed.exp: Check for shlib and target support.
5460 * gdb.trace/tstatus.exp: Check for arch support.
5461 * gdb.trace/tsv.exp: Likewise.
5462 * gdb.trace/while-dyn.exp: Likewise.
5463 * gdb.trace/while-stepping.exp: Likewise.
5464 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5465
5466 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5467
5468 * gdb.trace/tspeed.exp: Remove nowarnings.
5469 (prepare_for_trace_test): Declare "global ipalib".
5470 * gdb.trace/tspeed.c: Include unistd.h.
5471 (main): Remove superfluous printf argument.
5472
5473 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5474
5475 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5476 directory prefix on the filename.
5477
5478 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5479
5480 * gdb.gdb/unittest.exp: Update expected message informing that
5481 selftests have been disabled.
5482 * gdb.server/unittest.exp: Likewise.
5483
5484 2018-10-09 Tom de Vries <tdevries@suse.de>
5485
5486 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5487 with runto_main.
5488
5489 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5490
5491 PR c++/16841
5492 * gdb.cp/virtbase2.cc: New file.
5493 * gdb.cp/virtbase2.exp: New file.
5494
5495 2018-10-06 Tom Tromey <tom@tromey.com>
5496
5497 PR python/19399:
5498 * gdb.python/py-inferior.exp: Add architecture test.
5499
5500 2018-10-06 Tom Tromey <tom@tromey.com>
5501
5502 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5503 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5504
5505 2018-10-06 Tom Tromey <tom@tromey.com>
5506
5507 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5508 of a "throw" catchpoint.
5509
5510 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5511
5512 * gdb.base/info-proc.exp: Update string expected from "help info
5513 proc".
5514
5515 2018-10-04 Tom Tromey <tom@tromey.com>
5516
5517 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5518 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5519 (test_initial_complaints, test_empty_complaints): Update.
5520 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5521
5522 2018-10-04 Tom Tromey <tom@tromey.com>
5523
5524 PR cli/19551:
5525 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5526 * lib/gdb.exp (gdb_file_cmd): Update.
5527 * gdb.stabs/weird.exp (print_weird_var): Update.
5528 * gdb.server/solib-list.exp: Update.
5529 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5530 * gdb.mi/mi-cli.exp: Update.
5531 * gdb.linespec/linespec.exp: Update.
5532 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5533 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5534 * gdb.cp/cp-relocate.exp: Update.
5535 * gdb.base/sym-file.exp: Update.
5536 * gdb.base/relocate.exp: Update.
5537 * gdb.base/readnever.exp: Update.
5538 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5539 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5540 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5541 * gdb.base/code_elim.exp: Update.
5542 * gdb.base/break-unload-file.exp (test_break): Update.
5543 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5544 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5545 Update.
5546 * gdb.base/attach.exp (do_attach_tests): Update.
5547 * gdb.base/sepdebug.exp: Update.
5548 * gdb.python/py-section-script.exp: Update.
5549
5550 2018-10-04 Tom Tromey <tom@tromey.com>
5551
5552 PR cli/22234:
5553 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5554 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5555 output.
5556
5557 2018-10-04 Tom Tromey <tom@tromey.com>
5558
5559 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5560 set width and height to 0.
5561 (test_command_line_attach_run): Use -quiet.
5562
5563 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5564
5565 * lib/gdb.exp (skip_ifunc_tests): New.
5566 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5567 other compile failures.
5568 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5569
5570 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5571
5572 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5573 is_amd64_regs_target.
5574
5575 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5576
5577 * gdb.arch/aarch64-sighandler-regs.c: New test.
5578 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5579 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5580
5581 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5582
5583 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5584 assembly.
5585
5586 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5587
5588 * gdb.base/frame-selection.exp: New file.
5589 * gdb.base/frame-selection.c: New file.
5590
5591 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5592
5593 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5594 pthread barrier.
5595 (main): Likewise.
5596
5597 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5598
5599 * gdb.base/large-frame-1.c: New file.
5600 * gdb.base/large-frame-2.c: New file.
5601 * gdb.base/large-frame.exp: New file.
5602 * gdb.base/large-frame.h: New file.
5603
5604 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5605
5606 PR gdb/20948
5607 * gdb.base/write_mem.exp: New test.
5608 * gdb.base/write_mem.c: Likewise.
5609
5610 2018-09-23 Tom Tromey <tom@tromey.com>
5611
5612 PR python/18852:
5613 * gdb.python/py-parameter.exp: Add test for parameter that throws
5614 on "set".
5615
5616 2018-09-23 Tom Tromey <tom@tromey.com>
5617
5618 PR python/17284:
5619 * gdb.python/py-template.exp (test_template_arg): Add test for
5620 negative template argument number.
5621
5622 2018-09-23 Tom Tromey <tom@tromey.com>
5623
5624 PR python/14062:
5625 * gdb.python/python.exp: Add test for post_event error.
5626
5627 2018-09-23 Tom Tromey <tom@tromey.com>
5628
5629 PR python/18170:
5630 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5631 convert pointers to int and long.
5632
5633 2018-09-23 Tom Tromey <tom@tromey.com>
5634
5635 PR python/20126:
5636 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5637 signed-ness conversion tests.
5638
5639 2018-09-23 Tom Tromey <tom@tromey.com>
5640
5641 PR python/18352;
5642 * gdb.python/py-value.exp (test_float_conversion): New proc.
5643 Use it.
5644
5645 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5646
5647 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5648
5649 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5650
5651 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5652 no readline.
5653 * gdb.base/utf8-identifiers.exp: Likewise.
5654 * gdb.cp/cpcompletion.exp: Likewise.
5655 * gdb.linespec/cpcompletion.exp: Likewise.
5656 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5657 * gdb.linespec/cpls-ops.exp: Likewise.
5658
5659 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5660 Chris January <chris.january@arm.com>
5661
5662 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5663 * gdb.fortran/short-circuit-argument-list.exp: New file.
5664 * gdb.fortran/short-circuit-argument-list.f90: New test.
5665
5666 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5667
5668 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5669 "arch=" keyword when executing "-stack-list-frames".
5670
5671 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5672
5673 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5674 "arch=" keyword when executing "-stack-list-frames".
5675
5676 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5677
5678 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5679 break ada".
5680
5681 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5682
5683 PR python/23669
5684 * gdb.python/python.exp: Test gdb.execute("show commands").
5685
5686 2018-09-16 Tom Tromey <tom@tromey.com>
5687
5688 * gdb.base/new-ui.exp (do_execution_tests): Update.
5689 * gdb.base/dbx.exp (test_breakpoints): Update.
5690
5691 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5692
5693 * lib/gdb.exp (gdb_simple_compile): Add proc.
5694 (is_elf_target): Use gdb_simple_compile.
5695 (skip_altivec_tests): Likewise.
5696 (skip_vsx_tests): Likewise.
5697 (skip_tsx_tests): Likewise.
5698 (skip_btrace_tests): Likewise.
5699 (skip_btrace_pt_tests): Likewise.
5700 (gdb_can_simple_compile): Likewise.
5701 (gdb_has_argv0): Likewise.
5702 (gdb_target_symbol_prefix): Likewise.
5703 (target_supports_scheduler_locking): Likewise.
5704
5705 2018-09-13 Tom Tromey <tom@tromey.com>
5706
5707 * Makefile.in (TAGS): Recognize proc_with_prefix and
5708 gdb_caching_proc.
5709
5710 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5711
5712 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5713 method.
5714
5715 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5716
5717 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5718 and a few other Inferior properties when the Inferior is no
5719 longer valid.
5720
5721 2018-09-13 Tom Tromey <tom@tromey.com>
5722
5723 PR rust/23650:
5724 * gdb.rust/simple.exp: Add test for enum field access error.
5725
5726 2018-09-13 Tom Tromey <tom@tromey.com>
5727
5728 PR rust/23626:
5729 * gdb.rust/simple.rs (EmptyEnum): New type.
5730 (main): Use it.
5731 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5732
5733 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5736 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5737 * gdb.python/py-symtab.exp: Update test printing an objfile.
5738
5739 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5742 object.
5743
5744 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5745
5746 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5747 (support_complex_tests): Use gdb_can_simple_compile.
5748 (is_ilp32_target): Likewise.
5749 (is_lp64_target): Likewise.
5750 (is_64_target): Likewise.
5751 (is_amd64_regs_target): Likewise.
5752 (is_aarch32_target): Likewise.
5753 (gdb_int128_helper): Likewise.
5754
5755 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5758
5759 2018-09-10 Jerome Guitton <guitton@adacore.com>
5760
5761 * gdb.ada/same_component_name: Add test for case of tagged record
5762 with variable-length fields.
5763
5764 2018-09-10 Xavier Roirand <roirand@adacore.com>
5765
5766 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5767 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5768 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5769 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5770
5771 2018-09-10 Xavier Roirand <roirand@adacore.com>
5772
5773 * gdb.ada/mi_string_access.exp: New testcase.
5774 * gdb.ada/mi_string_access/bar.adb: New file.
5775 * gdb.ada/mi_string_access/pck.adb: New file.
5776 * gdb.ada/mi_string_access/pck.asd: New file.
5777
5778 2018-09-10 Xavier Roirand <roirand@adacore.com>
5779
5780 * gdb.ada/mi_var_union.exp: New testcase.
5781 * gdb.ada/mi_var_union/bar.adb: New file.
5782 * gdb.ada/mi_var_union/pck.adb: New file.
5783 * gdb.ada/mi_var_union/pck.asd: New file.
5784
5785 2018-09-08 Tom Tromey <tom@tromey.com>
5786
5787 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5788
5789 2018-09-08 Tom Tromey <tom@tromey.com>
5790
5791 PR python/16047:
5792 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5793 (register_pretty_printers): Register new printer.
5794 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5795 test.
5796 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5797 (an_int_type3): New global.
5798
5799 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5800
5801 * gdb.ada/expr_with_funcall: New testcase.
5802
5803 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.ada/packed_array_assign: New testcase.
5806
5807 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5808
5809 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5810 names, and add test prefixes to make test names unique.
5811
5812 2018-09-05 Tom de Vries <tdevries@suse.de>
5813
5814 * gdb.dwarf2/varval.exp: Add test.
5815
5816 2018-09-04 Gary Benson <gbenson@redhat.com>
5817
5818 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5819 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5820
5821 2018-08-31 Tom Tromey <tom@tromey.com>
5822
5823 * gdb.rust/simple.rs: Rename second variable "v".
5824
5825 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.base/funcargs.c (use_a): New function.
5828 (recurse): Call use_a.
5829
5830 2018-08-29 Keith Seitz <keiths@redhat.com>
5831
5832 * gdb.compile/compile-cplus-anonymous.cc: New file.
5833 * gdb.compile/compile-cplus-anonymous.exp: New file.
5834 * gdb.compile/compile-cplus-array-decay.cc: New file.
5835 * gdb.compile/compile-cplus-array-decay.exp: New file.
5836 * gdb.compile/compile-cplus-inherit.cc: New file.
5837 * gdb.compile/compile-cplus-inherit.exp: New file.
5838 * gdb.compile/compile-cplus-member.cc: New file.
5839 * gdb.compile/compile-cplus-member.exp: New file.
5840 * gdb.compile/compile-cplus-method.cc: New file.
5841 * gdb.compile/compile-cplus-method.exp: New file.
5842 * gdb.compile/compile-cplus-mod.c: "New" file.
5843 * gdb.compile/compile-cplus-namespace.cc: New file.
5844 * gdb.compile/compile-cplus-namespace.exp: New file.
5845 * gdb.compile/compile-cplus-nested.cc: New file.
5846 * gdb.compile/compile-cplus-nested.exp: New file.
5847 * gdb.compile/compile-cplus-print.c: "New" file.
5848 * gdb.compile/compile-cplus-print.exp: "New" file.
5849 * gdb.compile/compile-cplus-virtual.cc: New file.
5850 * gdb.compile/compile-cplus-virtual.exp: New file.
5851 * gdb.compile/compile-cplus.c: "New" file.
5852 * gdb.compile/compile-cplus.exp: "New" file.
5853 * lib/compile-support.exp: New file.
5854
5855 2018-08-16 Gary Benson <gbenson@redhat.com>
5856
5857 PR gdb/13000:
5858 * gdb.base/batch-exit-status.exp: New file.
5859 * gdb.base/batch-exit-status.good-commands: Likewise.
5860 * gdb.base/batch-exit-status.bad-commands: Likewise.
5861
5862 2018-08-29 Alan Hayward <alan.hayward@arm.com>
5863
5864 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
5865 (struct struct02): Likewise.
5866 (struct struct03): Likewise.
5867 (struct struct04): Likewise.
5868 (struct struct_01_01): New struct.
5869 (struct struct_01_02): Likewise.
5870 (struct struct_01_03): Likewise.
5871 (struct struct_01_04): Likewise.
5872 (struct struct_02_01): Likewise.
5873 (struct struct_02_02): Likewise.
5874 (struct struct_02_03): Likewise.
5875 (struct struct_02_04): Likewise.
5876 (struct struct_04_01): Likewise.
5877 (struct struct_04_02): Likewise.
5878 (struct struct_04_03): Likewise.
5879 (struct struct_04_04): Likewise.
5880 (struct struct_05_01): Likewise.
5881 (struct struct_05_02): Likewise.
5882 (struct struct_05_03): Likewise.
5883 (struct struct_05_04): Likewise.
5884 (cmp_struct01): Remove function.
5885 (cmp_struct02): Likewise.
5886 (cmp_struct03): Likewise.
5887 (cmp_struct04): Likewise.
5888 (cmp_struct_01_01): Add Function.
5889 (cmp_struct_01_02): Likewise.
5890 (cmp_struct_01_03): Likewise.
5891 (cmp_struct_01_04): Likewise.
5892 (cmp_struct_02_01): Likewise.
5893 (cmp_struct_02_02): Likewise.
5894 (cmp_struct_02_03): Likewise.
5895 (cmp_struct_02_04): Likewise.
5896 (cmp_struct_04_01): Likewise.
5897 (cmp_struct_04_02): Likewise.
5898 (cmp_struct_04_03): Likewise.
5899 (cmp_struct_04_04): Likewise.
5900 (cmp_struct_05_01): Likewise.
5901 (cmp_struct_05_02): Likewise.
5902 (cmp_struct_05_03): Likewise.
5903 (cmp_struct_05_04): Likewise.
5904 (call_all): Add new structs.
5905 * gdb.base/infcall-nested-structs.exp: Likewise.
5906
5907 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
5908
5909 * gdb.python/py-framefilter-mi.exp: Update regexp to
5910 check for "arch" field in frame output.
5911
5912 2018-08-23 Kevin Buettner <kevinb@redhat.com>
5913
5914 * gdb.dwarf2/dw2-ranges-func.c: New file.
5915 * gdb.dwarf2/dw2-ranges-func.exp: New file.
5916
5917 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
5918
5919 * gdb.base/term.exp: Compare terminal settings with values from
5920 the inferior.
5921 * gdb.base/term.c: Get and set terminal settings.
5922
5923 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
5924
5925 * lib/mi-support.exp (mi_expect_stop): Update regexp to
5926 accommodate new "arch" field in frame output.
5927 * gdb.mi/mi-return.exp: Likewise.
5928 * gdb.mi/mi-stack.exp: Likewise.
5929 * gdb.mi/mi-syn-frame.exp: Likewise.
5930 * gdb.mi/user-selected-context-sync.exp: Likewise.
5931
5932 2018-08-19 Michael Spang <spang@google.com>
5933
5934 PR gdb/11786
5935 * gdb.base/gcore-tls-pie.c: New file.
5936 * gdb.base/gcore-tls-pie.exp: New file.
5937
5938 2018-08-18 Kevin Buettner <kevinb@redhat.com>
5939
5940 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
5941 * gdb.dwarf2/varval.c: New file.
5942 * gdb.dwarf2/varval.exp: New file.
5943
5944 2018-08-17 Alan Hayward <alan.hayward@arm.com>
5945
5946 PR gdb/18931
5947 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
5948
5949 2018-08-16 Keith Seitz <keiths@redhat.com>
5950
5951 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
5952 tests expected to pass.
5953
5954 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
5955
5956 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
5957 -data-disassemble -a.
5958 (test_disassembly_bogus_args): Likewise.
5959
5960 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
5961
5962 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
5963
5964 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5965
5966 * gdb.base/vla-optimized-out.exp: Add new test.
5967
5968 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
5969
5970 * gdb.base/vla-optimized-out-o3.exp: Delete.
5971 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
5972 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
5973 deleted tests.
5974
5975 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
5976
5977 PR gdb/18050:
5978 * gdb.server/extended-remote-restart.c: New file.
5979 * gdb.server/extended-remote-restart.exp: New file.
5980
5981 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
5982
5983 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
5984 "set variable index = 42".
5985
5986 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * boards/index-cache-gdb.exp: New file.
5989 * gdb.dwarf2/index-cache.exp: New file.
5990 * gdb.dwarf2/index-cache.c: New file.
5991 * gdb.base/maint.exp: Check if we are using the index cache.
5992
5993 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5994
5995 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
5996 MAKEFLAGS.
5997
5998 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5999
6000 * dg-extract-results.sh: Move to toplevel contrib.
6001 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6002 * Makefile.in (check-parallel-racy): Likewise.
6003
6004 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6005
6006 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6007 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6008 tests if the target supports scheduler locking.
6009
6010 2018-08-04 Tom de Vries <tdevries@suse.de>
6011
6012 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6013
6014 2018-08-02 Tom Tromey <tom@tromey.com>
6015
6016 PR symtab/16842.
6017 * gdb.cp/temargs.exp: Test "info address" of a template
6018 parameter.
6019
6020 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6021
6022 * gdb.python/py-mi-var-info-path-expression.c: New file.
6023 * gdb.python/py-mi-var-info-path-expression.py: New file.
6024 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6025
6026 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6027
6028 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6029 error after "cannot resolve name" string.
6030
6031 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6034 started.
6035 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6036
6037 2018-07-28 Tom de Vries <tdevries@suse.de>
6038
6039 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6040
6041 2018-07-26 Tom de Vries <tdevries@suse.de>
6042
6043 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6044
6045 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6048 is visible.
6049
6050 2018-07-26 Tom de Vries <tdevries@suse.de>
6051
6052 PR breakpoints/23366
6053 * gdb.base/catch-follow-exec.c: New test.
6054 * gdb.base/catch-follow-exec.exp: New file.
6055
6056 2018-07-25 Tom de Vries <tdevries@suse.de>
6057
6058 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6059 vla-optimized-out.c.
6060
6061 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6062
6063 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6064 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6065
6066 2018-07-20 Tom de Vries <tdevries@suse.de>
6067
6068 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6069 NOCLONE macro.
6070 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6071
6072 2018-07-19 Tom de Vries <tdevries@suse.de>
6073
6074 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6075 regular expression.
6076
6077 2018-07-18 Tom de Vries <tdevries@suse.de>
6078
6079 * gdb.base/vla-optimized-out.c: New test.
6080 * gdb.base/vla-optimized-out.exp: New file.
6081
6082 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6083
6084 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6085 message "No address associated with hostname" when gdbserver
6086 cannot resolve the hostname.
6087
6088 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6089
6090 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6091 Add some test prefixes to make tests unique.
6092
6093 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6094
6095 * gdb.base/frameapply.c: New file.
6096 * gdb.base/frameapply.exp: New file.
6097
6098 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6099
6100 * gdb.base/skip.exp: Update expected error message.
6101
6102 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6103 Jan Kratochvil <jan.kratochvil@redhat.com>
6104 Paul Fertser <fercerpav@gmail.com>
6105 Tsutomu Seki <sekiriki@gmail.com>
6106
6107 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6108 parameter.
6109 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6110 by default.
6111 * boards/native-gdbserver.exp: Likewise.
6112 * gdb.server/run-without-local-binary.exp: Improve regexp used
6113 for detecting when a remote debugging connection succeeds.
6114 * gdb.server/server-connect.exp: New file.
6115 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6116 Do not prefix the port number with ":".
6117 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6118 support for detecting and using it. Add '$debughost_gdbserver'
6119 to the list of arguments used to start gdbserver. Handle case
6120 when gdbserver cannot resolve a network name.
6121
6122 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6123
6124 PR c++/23373
6125 * gdb.base/ptype-offsets.cc (struct static_member): New
6126 struct.
6127 (main) <stmember>: New variable.
6128 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6129 with a static member in it.
6130
6131 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6134 watchpoints enabled and disabled.
6135
6136 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6137
6138 * gdb.base/examine-backward.exp: Still run tests around address
6139 0x0, even if address 0x0 is not readable. Update the pattern for
6140 matching address 0x0 in expected output.
6141
6142 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6143
6144 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6145 malloc/free.
6146
6147 2018-07-04 Tom de Vries <tdevries@suse.de>
6148
6149 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6150
6151 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6152
6153 PR tdep/8282
6154 * gdb.arch/mips-disassembler-options.exp: New test.
6155 * gdb.arch/mips-disassembler-options.s: New test source.
6156
6157 2018-06-29 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.threads/names.exp: Adjust expected "info threads" output.
6160
6161 2018-06-29 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.opt/inline-break.exp (line number, address): Add "info
6164 break" tests.
6165
6166 2018-06-29 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6169 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6170 number and address and running to them.
6171
6172 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6173
6174 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6175
6176 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * lib/compiler.c: Remove executable permission flag.
6179
6180 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6181
6182 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6183 code.
6184 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6185
6186 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6187
6188 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6189
6190 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6191
6192 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6193 address argument is omitted.
6194
6195 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6196
6197 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6198
6199 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6200
6201 PR gdb/21695
6202 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6203 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6204
6205 2018-06-26 Tom Tromey <tom@tromey.com>
6206
6207 PR rust/22574:
6208 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6209 * gdb.rust/simple.rs (struct SimpleLayout): New.
6210
6211 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6214 "info registers" output.
6215
6216 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6217
6218 * gdb.base/watchpoint-hw-attach.c: New test.
6219 * gdb.base/watchpoint-hw-attach.exp: New file.
6220
6221 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6222
6223 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6224 through /bin/sh.
6225 * boards/dwarf4-gdb-index.exp: Likewise.
6226 * boards/fission-dwp.exp: Likewise.
6227
6228 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6229
6230 * gdb.base/float128.exp: Add comment and improved fail message
6231 to the failure case of "print large128" test.
6232
6233 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 * configure.ac: Remove AC_PREREQ.
6236 * configure: Re-generate.
6237
6238 2018-06-19 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6241 (func_extern_caller): New.
6242 (main): Call func_extern_caller.
6243 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6244 logic change.
6245
6246 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6247
6248 PR gdb/16841
6249 * gdb.cp/typedef-base.cc: New file.
6250 * gdb.cp/typedef-base.exp: New file.
6251
6252 2018-06-18 Tom de Vries <tdevries@suse.de>
6253
6254 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6255
6256 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6257 Richard Bunt <Richard.Bunt@arm.com>
6258
6259 * gdb.threads/attach-slow-waitpid.c: New file.
6260 * gdb.threads/attach-slow-waitpid.exp: New file.
6261 * gdb.threads/slow-waitpid.c: New file.
6262
6263 2018-06-14 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.base/fork-running-state.c: Include <errno.h>.
6266 (exit_if_relative_exits): New.
6267 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6268 exits.
6269 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6270 child exits.
6271
6272 2018-06-14 Tom de Vries <tdevries@suse.de>
6273
6274 PR cli/22573
6275 * gdb.base/finish-pretty.c: New test.
6276 * gdb.base/finish-pretty.exp: New file.
6277
6278 2018-06-14 Pedro Alves <palves@redhat.com>
6279
6280 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6281 gdb's expected startup output.
6282
6283 2018-06-14 Pedro Alves <palves@redhat.com>
6284
6285 * lib/selftest-support.exp (selftest_setup): Remove inlined
6286 function handling.
6287
6288 2018-06-14 Tom de Vries <tdevries@suse.de>
6289
6290 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6291 matching of breakpoint printing.
6292
6293 2018-06-13 Tom de Vries <tdevries@suse.de>
6294
6295 PR testsuite/23269
6296 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6297 (fork_child): ... here, and ...
6298 (fork_parent): ... here.
6299
6300 2018-06-12 Tom de Vries <tdevries@suse.de>
6301
6302 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6303
6304 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6305 Stephen Roberts <stephen.roberts@arm.com>
6306
6307 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6308 rewrite test to describe action performed, rather than possible
6309 failure.
6310
6311 2018-06-08 Gary Benson <gbenson@redhat.com>
6312
6313 * gdb.threads/check-libthread-db.exp: New file.
6314 * gdb.threads/check-libthread-db.c: Likewise.
6315
6316 2018-06-05 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.base/default.exp: Update expected "show version" output.
6319
6320 2018-06-05 Tom Tromey <tom@tromey.com>
6321
6322 PR cli/12326:
6323 * gdb.cp/static-print-quit.exp: Update.
6324 * lib/gdb.exp (pagination_prompt): Update.
6325 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6326 * gdb.python/python.exp: Update.
6327
6328 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6329
6330 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6331
6332 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6333
6334 * gdb.ada/bp_fun_addr: New testcase.
6335
6336 2018-06-01 Tom Tromey <tom@tromey.com>
6337
6338 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6339 results.
6340 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6341 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6342 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6343 * gdb.base/maint.exp (maint_pass_if): Update.
6344
6345 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6346
6347 * gdb.base/endian.exp: New test.
6348 * gdb.base/endian.c: New test source.
6349
6350 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6351
6352 PR gdb/23203
6353 * gdb.base/bt-selected-frame.c: New file.
6354 * gdb.base/bt-selected-frame.exp: New file.
6355 * lib/gdb.exp (get_current_frame_number): New function.
6356
6357 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6358 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.threads/tls-core.c: Include <stdlib.h>
6361 (thread_proc): Call `abort'.
6362 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6363 (tls_core_test): New procedure, bits factored out from ...
6364 (top level): ... here. Test both native cores and gcore cores.
6365
6366 2018-05-23 Tom Tromey <tom@tromey.com>
6367
6368 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6369
6370 2018-05-23 Tom Tromey <tom@tromey.com>
6371
6372 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6373 symfile_complaints.
6374 (test_short_complaints): Likewise.
6375 (test_empty_complaints): Likewise.
6376 (test_initial_complaints): Update.
6377
6378 2018-05-23 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6381
6382 2018-05-23 Tom Tromey <tom@tromey.com>
6383
6384 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6385 (test_short_complaints): Update.
6386
6387 2018-05-22 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.base/remote.exp: Only gdb_start after compiling the
6390 testcase. Issue "disconnect" before testing "set remote" command
6391 defaults. Issue clean_restart before running to main.
6392
6393 2018-05-22 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.base/remote.exp: Adjust expected output of "show remote
6396 memory-write-packet-size". Add tests for "set remote
6397 memory-write-packet-size 0" and "set remote
6398 memory-write-packet-size fixed/limit".
6399
6400 2018-05-22 Pedro Alves <palves@redhat.com>
6401
6402 PR gdb/22973
6403 * gdb.base/utf8-identifiers.c: New file.
6404 * gdb.base/utf8-identifiers.exp: New file.
6405
6406 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6407
6408 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6409
6410 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6411
6412 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6413
6414 2018-05-18 Tom Tromey <tom@tromey.com>
6415
6416 * gdb.base/ptype-offsets.exp: Update.
6417
6418 2018-05-17 Keith Seitz <keiths@redhat.com>
6419
6420 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6421 in expected breakpoint stop locations.
6422 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6423 move to proper scope to test variable values.
6424 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6425 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6426 New functions.
6427 (main): Call not_inline_func3.
6428 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6429 inline_func1, inline_func2, and inline_func3. Test that when each
6430 breakpoint is hit, GDB properly reports both the stop location
6431 and the backtrace. Repeat tests for temporary breakpoints.
6432
6433 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6434
6435 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6436 rather then trying to access it in determining whether the PID
6437 of `gdbserver' could have been retrieved.
6438
6439 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6440
6441 * gdb.arch/amd64-init-x87-values.S: New file.
6442 * gdb.arch/amd64-init-x87-values.exp: New file.
6443
6444 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6445
6446 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6447
6448 2018-05-04 Tom Tromey <tom@tromey.com>
6449
6450 PR python/22730:
6451 * gdb.python/python.exp: Test multi-line execute.
6452
6453 2018-05-04 Tom Tromey <tom@tromey.com>
6454
6455 PR python/22731:
6456 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6457
6458 2018-05-04 Tom Tromey <tom@tromey.com>
6459
6460 PR gdb/11750:
6461 * gdb.base/define.exp: Test defining a user command inside a user
6462 command.
6463 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6464
6465 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6466 Pedro Alves <palves@redhat.com>
6467
6468 PR breakpoints/19806 and support for PR external/20207.
6469 * gdb.base/watchpoint-unaligned.c: New file.
6470 * gdb.base/watchpoint-unaligned.exp: New file.
6471
6472 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6473
6474 * gdb.base/maint.exp: Make test names unique, use
6475 test_prefix_command_help to test 'help maint info', and remove
6476 repeated test of 'help maint'.
6477
6478 2018-05-04 Tom Tromey <tom@tromey.com>
6479
6480 PR gdb/22619:
6481 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6482 behavior.
6483
6484 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6485
6486 * gdb.base/maint.exp: Process output from 'maint print registers'
6487 line at a time.
6488
6489 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6492 timeout.
6493
6494 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6495
6496 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6497 filter pattern.
6498
6499 2018-05-02 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6502 to_log_command renames.
6503 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6504
6505 2018-05-02 Tom Tromey <tom@tromey.com>
6506
6507 * gdb.python/py-parameter.exp: Set test message.
6508
6509 2018-05-02 Tom Tromey <tom@tromey.com>
6510
6511 PR python/20084:
6512 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6513 PARAM_ZUINTEGER_UNLIMITED tests.
6514
6515 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6516
6517 PR rust/23124
6518 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6519 when casting.
6520
6521 2018-04-30 Tom Tromey <tom@tromey.com>
6522
6523 * gdb.python/py-type.exp: Check align attribute.
6524 * gdb.python/py-type.c: New "aligncheck" global.
6525
6526 2018-04-30 Tom Tromey <tom@tromey.com>
6527
6528 PR exp/17095:
6529 * gdb.dwarf2/dw2-align.exp: New file.
6530 * gdb.cp/align.exp: New file.
6531 * gdb.base/align.exp: New file.
6532 * lib/gdb.exp (gdb_int128_helper): New proc.
6533 (has_int128_c, has_int128_cxx): New caching procs.
6534
6535 2018-04-27 Tom Tromey <tom@tromey.com>
6536
6537 PR rust/22545:
6538 * gdb.rust/simple.exp: Add inclusive range tests.
6539
6540 2018-04-26 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6543 ifunc breakpoint locations correctly of ifunc breakpoints set
6544 while the program resolves the ifunc.
6545
6546 2018-04-26 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/gnu-ifunc-final.c: New file.
6549 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6550 * gdb.base/gnu-ifunc.exp (executable): Delete.
6551 (staticexecutable): Adjust.
6552 (lib_opts, exec_opts): Delete.
6553 (make_binsuffix, build, set-break): New procedures.
6554 (misc_tests): New, with tests factored out from the top level.
6555 (top level): Test different combinations of ifunc resolver name,
6556 resolver with and with debug info, and ifunc target with and
6557 without debug info. Wrap static tests with with_target_prefix.
6558
6559 2018-04-26 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6562 return type" warnings.
6563
6564 2018-04-25 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6567 killed".
6568 * gdb.base/kill-after-signal.exp: Likewise.
6569 * gdb.threads/kill.exp: Likewise.
6570
6571 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6572 Sergio Durigan Junior <sergiodj@redhat.com>
6573 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6576 regexps to expect for '[Inferior ... detached]' as well.
6577 * gdb.base/attach.exp: Likewise.
6578 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6579 "gdb_continue_to_end".
6580 (test_catch_syscall_with_wrong_args): Likewise.
6581 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6582 ']'. Don't set 'verbose' on.
6583 * gdb.base/foll-vfork.exp: Likewise.
6584 * gdb.base/fork-print-inferior-events.c: New file.
6585 * gdb.base/fork-print-inferior-events.exp: New file.
6586 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6587 '[Inferior ... has been killed]' message.
6588 * gdb.base/kill-after-signal.exp: Likewise.
6589 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6590 detach message.
6591 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6592 message.
6593 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6594 regexps to expect for '[Inferior ... detached]' as well.
6595 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6596
6597 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6598
6599 PR gdb/23104
6600 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6601
6602 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6603
6604 PR gdb/23095
6605 * gdb.base/break-probes.exp: Pass shlib_load to
6606 prepare_for_testing. Set normal_bp to r_debug_state if target is
6607 bsd.
6608
6609 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6610
6611 * gdb.threads/multiple-successive-infcall.c: New test.
6612 * gdb.threads/multiple-successive-infcall.exp: New file.
6613
6614 2018-04-17 Tom Tromey <tom@tromey.com>
6615
6616 * gdb.rust/simple.rs (Union): New type.
6617 (main): New local "u".
6618 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6619
6620 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6621
6622 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6623 number information in output of "whereis" command.
6624 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6625
6626 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6627
6628 * gdb.ada/info_types.exp: Adjust expected output to the line
6629 numbers now printed by "info var/func/type".
6630 * gdb.base/completion.exp: Likewise.
6631 * gdb.base/included.exp: Likewise.
6632 * gdb.cp/cp-relocate.exp: Likewise.
6633 * gdb.cp/cplusfuncs.exp: Likewise.
6634 * gdb.cp/namespace.exp: Likewise.
6635 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6636
6637 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6638
6639 * gdb.btrace/cpu.exp: New.
6640
6641 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6642
6643 * gdb.base/step-indirect-call-thunk.exp: New.
6644 * gdb.base/step-indirect-call-thunk.c: New.
6645 * gdb.reverse/step-indirect-call-thunk.exp: New.
6646 * gdb.reverse/step-indirect-call-thunk.c: New.
6647
6648 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6649
6650 * gdb.base/pie-fork.c: New file.
6651 * gdb.base/pie-fork.exp: New file.
6652
6653 2018-04-11 Tom Tromey <tom@tromey.com>
6654
6655 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6656
6657 2018-04-10 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6660 exits. Instead loop running forever.
6661 (fork_parent): Run forever too.
6662
6663 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6664
6665 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6666 mi_continue_to_line.
6667 * gdb.mi/mi-stack.c (callee4): Add comment.
6668
6669 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6670
6671 * gdb.mi/mi-stack.exp: Fix indentation.
6672
6673 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6674
6675 PR gdb/22979
6676 * gdb.arch/amd64-osabi.exp: New file.
6677
6678 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6679
6680 PR gdb/22980
6681 * gdb.base/osabi.exp: New file.
6682
6683 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6684
6685 * gdb.cp/static-typedef-print.exp: New file.
6686 * gdb.cp/static-typedef-print.cc: New file.
6687
6688 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6689
6690 * gdb.ada/varsize_limit: New testcase.
6691
6692 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6695
6696 * gdb.ada/notcplusplus: New testcase.
6697
6698 * gdb.base/c-linkage-name.c: New file.
6699 * gdb.base/c-linkage-name.exp: New testcase.
6700
6701 2018-03-26 Tom Tromey <tom@tromey.com>
6702
6703 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6704 * gdb.python/py-framefilter.py (name_error): New global.
6705 (ErrorInName.function): Use name_error.
6706
6707 2018-03-26 Tom Tromey <tom@tromey.com>
6708
6709 PR backtrace/15582:
6710 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6711
6712 2018-03-23 Keith Seitz <keiths@redhat.com>
6713
6714 PR c++/22968
6715 * gdb.cp/subtypes.exp: New file.
6716 * gdb.cp/subtypes.h: New file.
6717 * gdb.cp/subtypes.cc: New file.
6718 * gdb.cp/subtypes-2.cc: New file.
6719
6720 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6723 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6724 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6725 -nostartfiles when compiling the test. Confirm that all registers
6726 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6727
6728 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6729
6730 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6731 option, syntax was wrong anyway.
6732 * gdb.arch/arm-disp-step.exp: Likewise.
6733 * gdb.arch/sparc64-regs.exp: Likewise.
6734 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6735 option, syntax was wrong anyway, switch to use
6736 prepare_for_testing.
6737 * gdb.arch/i386-disp-step.exp: Likewise.
6738
6739 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6740
6741 * gdb.ada/exec_changed.exp: Replace "target_info exists
6742 use_gdb_stub" by "use_gdb_stub".
6743 * gdb.ada/start.exp: Likewise.
6744 * gdb.base/async-shell.exp: Likewise.
6745 * gdb.base/attach-pie-misread.exp: Likewise.
6746 * gdb.base/attach-wait-input.exp: Likewise.
6747 * gdb.base/break-entry.exp: Likewise.
6748 * gdb.base/break-interp.exp: Likewise.
6749 * gdb.base/dprintf-detach.exp: Likewise.
6750 * gdb.base/nostdlib.exp: Likewise.
6751 * gdb.base/solib-nodir.exp: Likewise.
6752 * gdb.base/statistics.exp: Likewise.
6753 * gdb.base/testenv.exp: Likewise.
6754 * gdb.mi/mi-exec-run.exp: Likewise.
6755 * gdb.mi/mi-start.exp: Likewise.
6756 * gdb.multi/dummy-frame-restore.exp: Likewise.
6757 * gdb.multi/multi-arch-exec.exp: Likewise.
6758 * gdb.multi/multi-arch.exp: Likewise.
6759 * gdb.multi/tids.exp: Likewise.
6760 * gdb.multi/watchpoint-multi.exp: Likewise.
6761 * gdb.python/py-events.exp: Likewise.
6762 * gdb.threads/attach-into-signal.exp: Likewise.
6763 * gdb.threads/attach-stopped.exp: Likewise.
6764 * gdb.threads/threadapply.exp: Likewise.
6765 * lib/selftest-support.exp: Likewise.
6766
6767 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6768
6769 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6770
6771 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6772
6773 * gdb.perf/template-breakpoints.cc: New file.
6774 * gdb.perf/template-breakpoints.exp: New file.
6775 * gdb.perf/template-breakpoints.py: New file.
6776
6777 2018-03-19 Tom Tromey <tom@tromey.com>
6778
6779 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6780 y0.
6781 * gdb.rust/simple.exp: Test bare identifier form of struct
6782 initializer.
6783
6784 2018-03-19 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.gdb/observer.exp: Remove.
6787
6788 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6789
6790 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6791 "qualified" option when setting breakpoints.
6792 * gdb.trace/backtrace.exp: Likewise.
6793 * gdb.trace/circ.exp: Likewise.
6794 * gdb.trace/collection.exp: Likewise.
6795 * gdb.trace/disconnected-tracing.exp: Likewise.
6796 * gdb.trace/ftrace-lock.exp: Likewise.
6797 * gdb.trace/ftrace.exp: Likewise.
6798 * gdb.trace/infotrace.exp: Likewise.
6799 * gdb.trace/packetlen.exp: Likewise.
6800 * gdb.trace/passc-dyn.exp: Likewise.
6801 * gdb.trace/qtro.exp: Likewise.
6802 * gdb.trace/read-memory.exp: Likewise.
6803 * gdb.trace/report.exp: Likewise.
6804 * gdb.trace/signal.exp: Likewise.
6805 * gdb.trace/status-stop.exp: Likewise.
6806 * gdb.trace/strace.exp: Likewise.
6807 * gdb.trace/tfind.exp: Likewise.
6808 * gdb.trace/trace-break.exp: Likewise.
6809 * gdb.trace/trace-condition.exp: Likewise.
6810 * gdb.trace/trace-mt.exp: Likewise.
6811 * gdb.trace/tstatus.exp: Likewise.
6812 * gdb.trace/tsv.exp: Likewise.
6813 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6814 * gdb.trace/unavailable.exp: Likewise.
6815 * gdb.trace/while-dyn.exp: Likewise.
6816
6817 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6818
6819 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6820 that libinproctrace is copied to the target.
6821
6822 2018-03-14 Tom Tromey <tom@tromey.com>
6823
6824 PR cli/14977:
6825 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6826 a null pointer.
6827 * gdb.base/wchar.exp: Likewise.
6828
6829 2018-03-14 Tom Tromey <tom@tromey.com>
6830
6831 PR cli/19918:
6832 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6833 flag.
6834
6835 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 PR gdb/22841
6838 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6839 "target" to remote_exec.
6840
6841 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
6842
6843 PR gdb/22841
6844 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
6845 ${board}_upload): Remove.
6846
6847 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * gdb.cp/watch-cp.cc: New test.
6850 * gdb.cp/watch-cp.exp: New file.
6851
6852 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6853
6854 * gdb.base/infcall-nested-structs.exp: New file.
6855 * gdb.base/infcall-nested-structs.c: New file.
6856 * gdb.base/float.exp: Add riscv support.
6857
6858 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
6859
6860 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
6861 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
6862
6863 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
6864
6865 * gdb.server/abspath.exp: New file.
6866 * lib/gdb.exp (with_cwd): New procedure.
6867
6868 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
6869
6870 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
6871 use it.
6872 (gdb_is_target_remote_prompt): New proc.
6873 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
6874 (gdb_is_target_native): Pass prompt parameter to
6875 gdb_is_target_1.
6876
6877 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
6878
6879 * gdb.base/load-command.c: New file.
6880 * gdb.base/load-command.exp: New file.
6881 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
6882 (gdb_is_target_1): ...this, and generalize for other targets
6883 than just remote.
6884 (gdb_is_target_remote): Use gdb_is_target_1.
6885 (gdb_is_target_native): use gdb_is_target_1.
6886
6887 2018-02-26 Tom Tromey <tom@tromey.com>
6888
6889 PR python/16497:
6890 * gdb.python/py-framefilter.exp: Update test.
6891
6892 2018-02-26 Tom Tromey <tom@tromey.com>
6893
6894 * gdb.dwarf2/variant.c: New file.
6895 * gdb.dwarf2/variant.exp: New file.
6896
6897 2018-02-26 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.rust/simple.exp: Accept more possible results in enum test.
6900
6901 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
6902
6903 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
6904 parentheses.
6905
6906 2018-02-23 Maciej W. Rozycki <macro@mips.com>
6907
6908 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
6909 name of a variable: $actual_linejj -> $actual_line.
6910
6911 2018-02-21 John Baldwin <jhb@FreeBSD.org>
6912
6913 * gdb.arch/amd64-i386-address.exp: Fix a typo.
6914
6915 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
6916
6917 * gdb.btrace/buffer-size.exp: Do not force BTS.
6918
6919 2018-02-14 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
6922 getting a "Quit".
6923
6924 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
6925
6926 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
6927 Fix test name.
6928
6929 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
6930
6931 * gdb.cp/m-static.exp: Check type of optimized out static
6932 member.
6933
6934 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
6935
6936 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
6937 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
6938
6939 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
6940 Leszek Swirski <leszeks@google.com>
6941
6942 * gdb.python/py-prettyprint.c
6943 (struct to_string_returns_value_inner,
6944 struct to_string_returns_value_wrapper): New.
6945 (main): Add tsrvw variable.
6946 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
6947 ToStringReturnsValueWrapper): New classes.
6948 (register_pretty_printers): Register new pretty-printers.
6949 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
6950 recursive pretty printer.
6951 * gdb.python/py-mi.exp: Likewise.
6952
6953 2018-02-01 Leszek Swirski <leszeks@google.com>
6954
6955 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
6956 functions with the same name as an include file are parsed
6957 correctly.
6958
6959 2018-02-01 Yao Qi <yao.qi@linaro.org>
6960
6961 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
6962 "\[^\r\n\]*".
6963
6964 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
6965
6966 * gdb.arch/powerpc-prologue-frame.s: New file.
6967 * gdb.arch/powerpc-prologue-frame.c: Likewise.
6968 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
6969
6970 2018-01-31 Joel Brobecker <brobecker@adacore.com>
6971
6972 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
6973
6974 2018-01-30 Pedro Alves <palves@redhat.com>
6975
6976 PR gdb/13211
6977 * gdb.base/interrupt-daemon.c: New.
6978 * gdb.base/interrupt-daemon.exp: New.
6979 * gdb.multi/multi-term-settings.c: New.
6980 * gdb.multi/multi-term-settings.exp: New.
6981
6982 2018-01-30 Joel Brobecker <brobecker@adacore.com>
6983
6984 * gdb.base/break.exp: Save the location where the breakpoint
6985 on break.c:47 was actually inserted when debugging the version
6986 compiled at -O2 and use it in the expected output of the "info
6987 break" test performed soon after.
6988
6989 2018-01-22 Pedro Alves <palves@redhat.com>
6990 Sergio Durigan Junior <sergiodj@redhat.com>
6991
6992 * gdb.base/whatis.exp: Add tests for 'set print object on' +
6993 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
6994
6995 2018-01-22 Joel Brobecker <brobecker@adacore.com>
6996
6997 * gdb.base/break-include.c, gdb.base/break-include.inc,
6998 gdb.base/break-include.exp: New files.
6999 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7000 line number now being the actual line number where the breakpoint
7001 was inserted.
7002 * gdb.mi/mi-break.exp: Likewise.
7003 * gdb.mi/mi-reverse.exp: Likewise.
7004 * gdb.mi/mi-simplerun.exp: Ditto.
7005
7006 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7007
7008 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7009 varobj.
7010 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7011
7012 2018-01-21 Don Breazeal <donb@codesourcery.com>
7013 Andrew Burgess <andrew.burgess@embecosm.com>
7014
7015 * gdb.mi/basics.c: Add new global.
7016 * gdb.mi/mi-frame-regs.exp: New file.
7017 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7018 case.
7019
7020 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7023 non-parameter, and on an unknown symbol.
7024
7025 2018-01-19 Tom Tromey <tom@tromey.com>
7026
7027 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7028 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7029
7030 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7031
7032 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7033 setrlimit and chdir to int.
7034
7035 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7036
7037 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7038 function.
7039 (my_tend): Likewise.
7040 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7041 rationale of avoiding FP- and vector instructions.
7042
7043 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7044
7045 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7046 "info reg" with "\[ \t\]*".
7047 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7048 "\[ \t\]+".
7049 * gdb.arch/s390-multiarch.exp: Ditto.
7050 * gdb.base/pc-fp.exp: Ditto.
7051 * gdb.reverse/i386-precsave.exp: Ditto.
7052 * gdb.reverse/i386-reverse.exp: Ditto.
7053 * gdb.reverse/i387-env-reverse.exp: Ditto.
7054 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7055
7056 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7057
7058 * lib/gdb.exp (gdb_compile): Re-enable use of
7059 universal_compile_options for languages other than Rust.
7060
7061 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7062
7063 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7064
7065 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7066
7067 PR gdb/16577
7068 * gdb.base/solib-vanish.exp: New.
7069 * gdb.base/solib-vanish-main.c: New.
7070 * gdb.base/solib-vanish-lib1.c: New.
7071 * gdb.base/solib-vanish-lib2.c: New.
7072
7073 2018-01-17 Yao Qi <yao.qi@linaro.org>
7074
7075 * gdb.compile/compile.exp: Match the address printed for
7076 frame in the output of command "bt".
7077
7078 2018-01-15 Tom Tromey <tom@tromey.com>
7079
7080 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7081 compute sp_reg.
7082
7083 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7084
7085 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7086 to prepare.
7087 (prepare): Return 0 on error, 1 on success.
7088
7089 2018-01-12 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/continue-after-aborted-step-over.c: New.
7092 * gdb.base/continue-after-aborted-step-over.exp: New.
7093
7094 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7095
7096 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7097 options when not creating an executable.
7098
7099 2018-01-11 Pedro Alves <palves@redhat.com>
7100
7101 PR remote/22597
7102 * gdb.server/stop-reply-no-thread.c: New file.
7103 * gdb.server/stop-reply-no-thread.exp: New file.
7104
7105 2018-01-10 Pedro Alves <palves@redhat.com>
7106
7107 PR gdb/22670
7108 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7109 functions too. Test setting breakpoints and printing C functions
7110 with no debug info too.
7111 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7112
7113 2018-01-10 Pedro Alves <palves@redhat.com>
7114
7115 PR gdb/22670
7116 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7117 a fail.
7118
7119 2018-01-10 Pedro Alves <palves@redhat.com>
7120
7121 PR gdb/22670
7122 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7123
7124 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7125
7126 * gdb.server/unittest.exp: Match the output in non-development
7127 mode.
7128
7129 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.gdb/unittest.exp: Match output in non-development mode.
7132
7133 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7134
7135 * gdb.ada/access_tagged_param.exp: Relax expected output
7136 for value of "ObjL" in "continue" to pck.inspect breakpoint
7137 test.
7138
7139 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7142 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7143
7144 2018-01-05 Pedro Alves <palves@redhat.com>
7145
7146 PR gdb/18653
7147 * gdb.base/libsegfault.exp: New.
7148
7149 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7150
7151 PR gdb/22670
7152 * gdb.ada/access_tagged_param.exp: New file.
7153 * gdb.ada/access_tagged_param/foo.adb: New file.
7154
7155 2018-01-05 Pedro Alves <palves@redhat.com>
7156
7157 PR gdb/22670
7158 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7159 exercise lower case too, and to exercise both full matching and
7160 wild matching.
7161
7162 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7163
7164 * gdb.ada/rename_subscript_param: New testcase.
7165
7166 2018-01-05 Jerome Guitton <guitton@adacore.com>
7167
7168 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7169
7170 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7171
7172 * gdb.ada/convvar_comp: New testcase.
7173
7174 2018-01-05 Xavier Roirand <roirand@adacore.com>
7175
7176 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7177 (My_Table): New global variable.
7178 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7179
7180 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7181
7182 PR gdb/22670
7183 * gdb.ada/maint_with_ada: New testcase.
7184
7185 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7186
7187 PR gdb/22670
7188 * gdb.ada/bp_c_mixed_case: New testcase.
7189
7190 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7191
7192 PR gdb/22670
7193 * gdb.ada/complete.exp: Add "complete break ada" test.
7194
7195 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7196
7197 PR gdb/22670
7198 * gdb.ada/info_addr_mixed_case: New testcase.
7199
7200 2018-01-03 Xavier Roirand <roirand@adacore.com>
7201
7202 * gdb.ada/excep_handle.exp: New testcase.
7203 * gdb.ada/excep_handle/foo.adb: New file.
7204 * gdb.ada/excep_handle/pck.ads: New file.
7205
7206 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7207
7208 * gdb.base/step-line.c: Add extra empty line in copyright header.
7209 * gdb.base/step-line.inp: Likewise.
7210
7211 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7212
7213 * gdb.ada/dyn_stride.exp: Add slice test.
7214
7215 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7216
7217 * gdb.ada/dyn_stride: New testcase.
7218
7219 2017-12-27 Stafford Horne <shorne@gmail.com>
7220
7221 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7222 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7223
7224 2017-12-27 Stafford Horne <shorne@gmail.com>
7225
7226 * gdb.base/reggroups.c: New file.
7227 * gdb.base/reggroups.exp: New file.
7228
7229 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7230
7231 * gdb.dwarf2/ada-valprint-error.c: New file.
7232 * gdb.dwarf2/ada-valprint-error.exp: New file.
7233
7234 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7235
7236 * gdb.ada/assign_arr: New testcase.
7237
7238 2017-12-18 Xavier Roirand <roirand@adacore.com>
7239
7240 * gdb.ada/funcall_ptr: New testcase.
7241
7242 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7243
7244 PR cli/16224
7245 * gdb.base/ptype-offsets.cc: New file.
7246 * gdb.base/ptype-offsets.exp: New file.
7247
7248 2017-12-15 Yao Qi <yao.qi@linaro.org>
7249
7250 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7251 if XML is disabled.
7252
7253 2017-12-15 Xavier Roirand <roirand@adacore.com>
7254
7255 * gdb.ada/same_component_name: New testcase.
7256
7257 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7258
7259 * gdb.ada/str_binop_equal: New testcase.
7260
7261 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7262
7263 * gdb.ada/task_switch_in_core: New testcase.
7264
7265 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7266
7267 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7268 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7269 call test_bkpt_qualified.
7270 (test_bkpt_qualified): New proc.
7271
7272 2017-12-13 Pedro Alves <palves@redhat.com>
7273
7274 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7275 Tighten regexp by matching with an anchor.
7276
7277 2017-12-13 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7280 ("expression with namespace"): New set of tests.
7281 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7282 (Nested::Test_NS::qux): New.
7283 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7284 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7285
7286 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7287
7288 * gdb.base/server-del-break.c: New file.
7289 * gdb.base/server-del-break.exp: New file.
7290
7291 2017-12-12 Stafford Horne <shorne@gmail.com>
7292
7293 * gdb.xml/tdesc-regs.exp: Add or1k support.
7294
7295 2017-12-12 Stafford Horne <shorne@gmail.com>
7296
7297 * gdb.base/bp-permanent.c: Define nop of or1k.
7298
7299 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7302 output with components being reordered.
7303
7304 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7305
7306 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7307 output with components being reordered.
7308
7309 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7310 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.base/maint.exp (check for .gdb_index): Check also for
7313 .debug_names.
7314 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7315 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7316 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7317 (.gdb_index used after symbol reloading): Support also .debug_names.
7318 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7319
7320 2017-12-08 Yao Qi <yao.qi@linaro.org>
7321
7322 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7323 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7324
7325 2017-12-08 Yao Qi <yao.qi@linaro.org>
7326
7327 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7328 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7329
7330 2017-12-08 Yao Qi <yao.qi@linaro.org>
7331
7332 * gdb.arch/aarch64-tagged-pointer.c: New file.
7333 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7334
7335 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7336
7337 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7338 "int".
7339
7340 2017-12-07 Keith Seitz <keiths@redhat.com>
7341
7342 PR breakpoints/22569
7343 * gdb.linespec/ls-errs.exp: Change expected result of "break
7344 -source this file has spaces.c -line 3".
7345 Check that an explicit source file followed by whitespace is
7346 identified as an invalid explicit location.
7347
7348 2017-12-07 Keith Seitz <keiths@redhat.com>
7349
7350 * gdb.cp/nested-types.cc: New file.
7351 * gdb.cp/nested-types.exp: New file.
7352 * lib/cp-support.exp: Load data-structures.exp library.
7353 (debug_cp_test_ptype_class): New global.
7354 (cp_ptype_class_verbose, next_line): New procedures.
7355 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7356 Add and document new return value.
7357 Switch the list of lines to a queue.
7358 Add support for new `type' key for nested type definitions.
7359 Add debugging/troubleshooting messages.
7360 * lib/data-structures.exp: New file.
7361
7362 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7363
7364 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7365 with proc_with_prefix, don't use with_test_prefix.
7366
7367 2017-12-07 Tom Tromey <tom@tromey.com>
7368
7369 * gdb.base/break.exp: Add test for empty "commands".
7370
7371 2017-12-07 Yao Qi <yao.qi@linaro.org>
7372
7373 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7374 malloc and catch syscall.
7375
7376 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7377
7378 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7379 tests for explicit locations.
7380
7381 2017-12-06 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7384 force-disabling XML descriptions.
7385
7386 2017-12-04 Pedro Alves <palves@redhat.com>
7387
7388 PR gdb/22499
7389 * gdb.arch/amd64-disp-step-avx.S: New file.
7390 * gdb.arch/amd64-disp-step-avx.exp: New file.
7391
7392 2017-12-03 Pedro Alves <palves@redhat.com>
7393
7394 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7395 and <string.h>.
7396 (parent_function): Print distinct messages when waitpid fails, or
7397 the child exits with a signal, or the child exits for an unhandled
7398 reason.
7399 * gdb.threads/process-dies-while-detaching.exp
7400 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7401 it. Wait for both inferior output and GDB's prompt. Use an
7402 indirect spawn id list.
7403 (do_detach): New parameter 'child_exit'. Use it to compute
7404 expected inferior output.
7405 (test_detach, test_detach_watch, test_detach_killed_outside):
7406 Adjust to pass down the expected child exit kind.
7407
7408 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7409 Sergio Durigan Junior <sergiodj@redhat.com>
7410 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7413
7414 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7415
7416 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7417 to 'symbol-file' and 'add-symbol-file' can be
7418 position-independent.
7419
7420 2017-12-01 Yao Qi <yao.qi@linaro.org>
7421
7422 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7423 the URL in copyright header.
7424 * gdb.arch/aarch64-fp.exp: Likewise.
7425 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7426 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7427 * gdb.base/expand-psymtabs.exp: Likewise.
7428 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7429 * gdb.fortran/common-block.exp: Likewise.
7430 * gdb.fortran/common-block.f90: Likewise.
7431 * gdb.fortran/logical.exp: Likewise.
7432 * gdb.fortran/vla-datatypes.f90: Likewise.
7433 * gdb.fortran/vla-sub.f90: Likewise.
7434
7435 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7436
7437 * gdb.ada/repeat_dyn: New testcase.
7438
7439 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7440
7441 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7442 Update for changed thread numbering.
7443 * gdb.cell/bt.exp: Update for changed GDB output.
7444
7445 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7446
7447 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7448 setting isremote by hand.
7449 * boards/dwarf4-gdb-index.exp: Likewise.
7450 * boards/fission.exp: Likewise.
7451 * boards/stabs.exp: Likewise.
7452
7453 2017-11-30 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.linespec/cpls-ops.exp
7456 (check_explicit_skips_function_argument): Extract the underlying
7457 type of size_t instead of hardcoding it.
7458
7459 2017-11-29 Pedro Alves <palves@redhat.com>
7460
7461 PR c++/19436
7462 * gdb.linespec/cpls-abi-tag.cc: New file.
7463 * gdb.linespec/cpls-abi-tag.exp: New file.
7464
7465 2017-11-29 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/langs.exp: Use -qualified.
7468 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7469 it.
7470 * gdb.cp/namespace.exp: Use -qualified.
7471 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7472 (overload-3, template-overload, template-ret-type, const-overload)
7473 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7474 procedures.
7475 (test_driver): Call them.
7476 * gdb.cp/save-bp-qualified.cc: New.
7477 * gdb.cp/save-bp-qualified.exp: New.
7478 * gdb.linespec/explicit.exp: Test -qualified.
7479 * lib/completion-support.exp (completion::explicit_opts_list): Add
7480 "-qualified".
7481 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7482
7483 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7484
7485 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7486
7487 2017-11-29 Tom Tromey <tom@tromey.com>
7488
7489 * gdb.base/relocate.exp: Update invalid argument test.
7490 Add new tests for invalid arguments.
7491
7492 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7493
7494 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7495 Return 0 as a long.
7496 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7497
7498 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7499
7500 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7501 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7502 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7503 func ().
7504 * gdb.cp/shadow.cc (B.func): Return 0.
7505
7506 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7507
7508 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7509 expected output in gdb_expect call to allow the exception
7510 message to be present as well. Fix syntax confusion to avoid
7511 TCL thinking that exception_name is an array.
7512
7513 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7514
7515 * gdb.arch/spu-info.c: Include <unistd.h>.
7516 (do_signal_test): Fix broken calls to write.
7517 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7518 Fix checks for empty mailboxes. Update signal tests for corrected
7519 do_signal_test routine. Allow nonzero event status.
7520 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7521 * gdb.cell/arch.exp: Use standard_output_file.
7522 * gdb.cell/break.exp: Likewise.
7523 * gdb.cell/bt.exp: Likewise.
7524 * gdb.cell/core.exp: Likewise.
7525 * gdb.cell/dwarfaddr.exp: Likewise.
7526 * gdb.cell/ea-cache.exp: Likewise.
7527 * gdb.cell/ea-standalone.exp: Likewise.
7528 * gdb.cell/f-regs.exp: Likewise.
7529 * gdb.cell/fork.exp: Likewise.
7530 * gdb.cell/gcore.exp: Likewise.
7531 * gdb.cell/mem-access.exp: Likewise.
7532 * gdb.cell/ptype.exp: Likewise.
7533 * gdb.cell/registers.exp: Likewise.
7534 * gdb.cell/sizeof.exp: Likewise.
7535 * gdb.cell/solib-symbol.exp: Likewise.
7536 * gdb.cell/solib.exp: Likewise.
7537
7538 2017-11-25 Pedro Alves <palves@redhat.com>
7539
7540 * gdb.base/complete-empty.exp: New file.
7541 * gdb.base/completion.exp: Adjust.
7542
7543 2017-11-25 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.linespec/cpls-ops.cc: New file.
7546 * gdb.linespec/cpls-ops.exp: New file.
7547 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7548 factored out from ...
7549 (test_complete_prefix_range): ... this.
7550
7551 2017-11-24 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.linespec/cpcompletion.exp: New file.
7554 * gdb.linespec/cpls-hyphen.cc: New file.
7555 * gdb.linespec/cpls.cc: New file.
7556 * gdb.linespec/cpls2.cc: New file.
7557 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7558 test to use test_gdb_complete_unique. Add label completion,
7559 keyword completion and explicit location completion tests.
7560 * lib/completion-support.exp: New file.
7561
7562 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7563
7564 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7565 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7566 when hitting an exception catchpoint.
7567
7568 2017-11-22 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7571
7572 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7573
7574 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7575 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7576 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7577
7578 2017-11-22 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.base/info-os.exp: Pass pthreads.
7581 * gdb.multi/multi-attach.exp: Likewise.
7582
7583 2017-11-22 Yao Qi <yao.qi@linaro.org>
7584
7585 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7586 compiler.
7587
7588 2017-11-22 Yao Qi <yao.qi@linaro.org>
7589
7590 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7591 * gdb.base/break-interp.exp: Likewise.
7592 * gdb.base/jit-attach-pie.exp: Likewise.
7593
7594 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7595
7596 * gdb.base/float128.c (large128): New variable.
7597 * gdb.base/float128.exp: Add test to print largest __float128 value.
7598
7599 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7600
7601 * gdb.arch/vsx-regs.exp: Update register content checks.
7602
7603 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7604
7605 * gdb.arch/ppc-longdouble.exp: New file.
7606 * gdb.arch/ppc-longdouble.c: Likewise.
7607
7608 2017-11-21 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7611
7612 2017-11-20 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7615 (long_double_typedef): New typedefs.
7616 Use DEF on double and long double.
7617 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7618 cases.
7619 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7620 and 'long_double_ptr_same_size' locals. Use them to decide
7621 whether cast from array/function to float is valid/invalid.
7622
7623 2017-11-17 Tom Tromey <tom@tromey.com>
7624
7625 * gdb.rust/traits.rs: New file.
7626 * gdb.rust/traits.exp: New file.
7627
7628 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7629
7630 * gdb.ada/minsyms: New testcase.
7631
7632 2017-11-16 Pedro Alves <palves@redhat.com>
7633
7634 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7635 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7636
7637 2017-11-16 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7640 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7641
7642 2017-11-16 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.server/reconnect-ctrl-c.c: New file.
7645 * gdb.server/reconnect-ctrl-c.exp: New file.
7646
7647 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7648
7649 * gdb.python/py-rbreak.exp: New file.
7650 * gdb.python/py-rbreak.c: New file.
7651 * gdb.python/py-rbreak-func2.c: New file.
7652
7653 2017-11-16 Pedro Alves <palves@redhat.com>
7654
7655 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7656 pattern.
7657 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7658 GDB.
7659
7660 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7661
7662 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7663 regex.
7664
7665 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7666
7667 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7668 test names.
7669
7670 2017-11-09 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7673 factored out from ...
7674 (top level): ... here, and adjusted to avoid expecting beyond the
7675 prompt in a single gdb_test_multiple.
7676
7677 2017-11-09 Pedro Alves <palves@redhat.com>
7678
7679 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7680 output.
7681 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7682 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7683 * gdb.server/ext-run.exp ("kill" test): Likewise.
7684 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7685
7686 2017-11-09 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7689 match till end of line.
7690
7691 2017-11-09 Pedro Alves <palves@redhat.com>
7692
7693 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7694
7695 2017-11-09 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7698 New procedures, factored out from ...
7699 (top level): ... here, and adjusted to avoid expecting beyond the
7700 prompt in one go.
7701
7702 2017-11-09 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7705 output. Fix '?' match.
7706
7707 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7708
7709 * gdb.ada/scoped_watch: New testcase.
7710 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7711 which is actually correct.
7712 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7713 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7714
7715 2017-11-08 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.gdb/complaints.exp (test_initial_complaints)
7718 (test_serial_complaints, test_short_complaints): Call
7719 complaint_internal instead of complaint.
7720
7721 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7722
7723 * gdb.threads/tls-core.c: New file.
7724 * gdb.threads/tls-core.exp: Likewise.
7725
7726 2017-11-08 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7729 (p Exported_Capitalized): New test.
7730 (p exported_capitalized): New test.
7731
7732 2017-11-07 Pedro Alves <palves@redhat.com>
7733
7734 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7735
7736 2017-11-07 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7739 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7740 (disable_invalid, disable_inverted, disable_negative): New
7741 procedures.
7742 ("bad numbers"): New set of tests.
7743
7744 2017-11-07 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.cp/ena-dis-br-range.exp: Add tests.
7747
7748 2017-11-07 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7751
7752 2017-11-07 Xavier Roirand <roirand@adacore.com>
7753 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/ena-dis-br.exp: Add reference to
7756 gdb.cp/ena-dis-br-range.exp.
7757 * gdb.cp/ena-dis-br-range.exp: New file.
7758 * gdb.cp/ena-dis-br-range.cc: New file.
7759
7760 2017-11-06 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/attach-non-pgrp-leader.c: New.
7763 * gdb.base/attach-non-pgrp-leader.exp: New.
7764
7765 2017-11-06 Pedro Alves <palves@redhat.com>
7766
7767 * configure.ac: No longer check for termio.h and sgtty.h.
7768 * configure: Regenerate.
7769 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7770 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7771 Remove termio and sgtty code.
7772
7773 2017-11-03 Yao Qi <yao.qi@linaro.org>
7774
7775 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7776 in GDB is disabled.
7777
7778 2017-11-03 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.python/py-thrhandle.exp: Skip it if python is not
7781 enabled.
7782
7783 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7784
7785 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7786 as a breakpoint command.
7787
7788 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7789
7790 PR python/21213
7791 * gdb.python/py-infthread.exp: Test calling
7792 InferiorThread.inferior () multiple times in a row.
7793
7794 2017-10-27 Keith Seitz <keiths@redhat.com>
7795
7796 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7797 Test "info break" for every inlined function breakpoint.
7798
7799 2017-10-27 Yao Qi <yao.qi@linaro.org>
7800
7801 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7802
7803 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7804
7805 * gdb.cp/classes.exp (test_static_members): Test printing
7806 Outer::instance.
7807 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7808 (Inner::instance, Outer::instance): New.
7809
7810 2017-10-24 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7813 extra console" test in two stages.
7814
7815 2017-10-24 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7818
7819 2017-10-24 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7822 loop.
7823
7824 2017-10-24 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7827 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7828
7829 2017-10-24 Pedro Alves <palves@redhat.com>
7830
7831 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7832 parameter and handle it. Don't output read value in test name.
7833
7834 2017-10-24 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7837 custom test name.
7838
7839 2017-10-24 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
7842 include the unstable output directory name in the test's name.
7843 (initial_setup_simple) <'set args'>: Use custom test name.
7844
7845 2017-10-24 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
7848 with explicit test name.
7849
7850 2017-10-20 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
7853 'wait -i'. Use gdb_assert and remote_close.
7854
7855 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
7856
7857 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
7858 number from variable rather than hard-coded.
7859
7860 2017-10-19 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/long-inferior-output.c: New file.
7863 * gdb.base/long-inferior-output.exp: New file.
7864
7865 2017-11-18 Keith Seitz <keiths@redhat.com>
7866
7867 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
7868 method.
7869 (main): Call it.
7870 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
7871 Add additional user-defined conversion operator tests.
7872
7873 2017-10-17 Pedro Alves <palves@redhat.com>
7874
7875 * boards/native-stdio-gdbserver.exp: Load "local-board".
7876
7877 2017-10-17 Pedro Alves <palves@redhat.com>
7878
7879 * gdb.base/quit-live.c: New file.
7880 * gdb.base/quit-live.exp: New file.
7881
7882 2017-10-16 Keith Seitz <keiths@redhat.com>
7883
7884 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
7885 (class_with_protected_typedef, class_with_private_typedef)
7886 (struct_with_public_typedef, struct_with_protected_typedef)
7887 (struct_with_private_typedef): New classes/structs.
7888 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
7889 typedefs and access specifiers.
7890
7891 2017-10-16 Pedro Alves <palves@redhat.com>
7892 Simon Marchi <simon.marchi@polymtl.ca>
7893
7894 * README (Local vs Remote vs Native): New section.
7895 * boards/local-board.exp: New file, with bits factored out from
7896 ...
7897 * boards/native-extended-gdbserver.exp: ... here. Load
7898 "local-board".
7899 * boards/native-gdbserver.exp: Load "local-board".
7900 (${board}_spawn, ${board}_exec): Delete.
7901 * boards/native-stdio-gdbserver.exp: Most contents factored out to
7902 ...
7903 * boards/stdio-gdbserver-base.exp: ... this new file.
7904 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
7905 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
7906 procedure.
7907 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
7908 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
7909 stdio_gdbserver_command.
7910 (${board}_get_remote_address, ${board}_get_comm_port)
7911 (${board}_download, ${board}_upload): Delete.
7912 (get_target_remote_pipe_cmd): New.
7913
7914 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
7915
7916 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
7917 test_bkpt_deletion, test_bkpt_cond_and_cmds,
7918 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
7919 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
7920 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
7921 remove with_test_prefix.
7922
7923 2017-10-13 Pedro Alves <palves@redhat.com>
7924
7925 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
7926 * gdb.base/annota1.exp: Use it instead of is_remote.
7927 * gdb.base/annota3.exp: Use it instead of is_remote.
7928 * gdb.cp/annota2.exp: Use it instead of is_remote.
7929 * gdb.cp/annota3.exp: Use it instead of is_remote.
7930 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
7931
7932 2017-10-13 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
7935 (test_num_test_vars, run_and_count_vars, find_env)
7936 (test_set_unset_env, test_inherit_env_var): New procedures.
7937 (top level): Use them.
7938
7939 2017-10-13 Pedro Alves <palves@redhat.com>
7940
7941 * lib/selftest-support.exp (selftest_setup): Extend comments, and
7942 also skip on stub-like targets.
7943
7944 2017-10-13 Pedro Alves <palves@redhat.com>
7945
7946 PR gdb/22293
7947 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
7948 (top level): Move some tests to ...
7949 (test_not_found): ... this new procedure.
7950 (top level): Call it.
7951
7952 2017-10-13 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
7955 expect different "info terminal" output if testing with a
7956 non-native target.
7957
7958 2017-10-13 Pedro Alves <palves@redhat.com>
7959 Simon Marchi <simon.marchi@polymtl.ca>
7960
7961 PR python/12966
7962 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
7963
7964 2017-10-13 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
7967 already.
7968
7969 2017-10-13 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
7972 is_remote.
7973
7974 2017-10-13 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
7977 is_remote.
7978
7979 2017-10-13 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
7982 is set.
7983 (corefile_test_attach): Likewise. Check can_spawn_for_attach
7984 instead of is_remote.
7985
7986 2017-10-13 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
7989 (top level): Add comment.
7990
7991 2017-10-13 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/remote.exp (top level): Fix comment typo and add
7994 missing return.
7995
7996 2017-10-13 Pedro Alves <palves@redhat.com>
7997 Simon Marchi <simon.marchi@polymtl.ca>
7998
7999 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8000 calls and add comments. Skip test if use_gdb_stub is set.
8001 (top level): Use "set cwd" command instead of "cd" command.
8002
8003 2017-10-13 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8006 is_remote target check.
8007
8008 2017-10-13 Pedro Alves <palves@redhat.com>
8009
8010 * gdb.base/scope.exp: Use build_executable + clean_restart +
8011 gdb_file_cmd instead of prepare_for_testing and no longer skip
8012 "before run" tests on is_remote target boards. Update comments.
8013 * boards/native-extended-gdbserver.exp
8014 (extended_gdbserver_load_last_file): New, factored out from ...
8015 (gdb_load): ... this. Move further below and add comment.
8016 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8017
8018 2017-10-12 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.base/attach.exp: Remove references to gdb64.
8021 * gdb.base/dbx.exp: Remove references to gdb64.
8022
8023 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8024 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/label.exp: Remove is_remote target check.
8027
8028 2017-10-12 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.base/auvx.exp (coredir): Update comment.
8031 (top level) <core_works>: Use "set cwd" command instead of "cd"
8032 command.
8033
8034 2017-10-12 Pedro Alves <palves@redhat.com>
8035 Simon Marchi <simon.marchi@polymtl.ca>
8036
8037 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8038 target boards.
8039
8040 2017-10-12 Pedro Alves <palves@redhat.com>
8041 Simon Marchi <simon.marchi@polymtl.ca>
8042
8043 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8044 Instead skip if there's any gdb_protocol set.
8045
8046 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8047 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8050
8051 2017-10-12 Pedro Alves <palves@redhat.com>
8052 Simon Marchi <simon.marchi@polymtl.ca>
8053
8054 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8055 instead of on dejagnu remote boards.
8056
8057 2017-10-12 Pedro Alves <palves@redhat.com>
8058 Simon Marchi <simon.marchi@polymtl.ca>
8059
8060 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8061 checks. Use build_executable + clean_restart instead of
8062 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8063 of enabling non-stop after starting gdb.
8064
8065 2017-10-12 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8068 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8069 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8070 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8071
8072 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8073
8074 * gdb.arch/arc-tdesc-cpu.exp: New file.
8075 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8076
8077 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8078
8079 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8080
8081 2017-10-10 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8084 expect CLI output.
8085
8086 2017-10-10 Pedro Alves <palves@redhat.com>
8087
8088 * lib/selftest-support.exp (selftest_setup): Update for
8089 captured_command_loop's prototype change.
8090
8091 2017-10-09 Pedro Alves <palves@redhat.com>
8092
8093 Test both arch1=>arch2 and arch2=>arch1.
8094
8095 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8096 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8097 factored out to...
8098 (append_arch1_options, append_arch2_options, append_arch_options)
8099 (build_executables): New procedures.
8100 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8101 local.
8102 (top level): Add new 'first_arch' testing axis.
8103
8104 2017-10-09 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8107 (barrier): New.
8108 (thread_start, all_started): New functions.
8109 (main): Spawn new thread and wait until it is scheduled.
8110 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8111 option.
8112 (do_test): Add 'selected_thread' parameter. Run to all_started
8113 instead of main. Explicitly set the breakpoint at main. Switch
8114 to the SELECTED_THREAD thread.
8115 (top level): Test handling the exec event with either the main
8116 thread or the second thread selected.
8117
8118 2017-10-09 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8121 logic. Move STOP marker after the value checks.
8122 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8123 regexp.
8124
8125 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8126
8127 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8128
8129 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8130
8131 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8132 integer-to-dfp conversion.
8133 * gdb.base/dfp-test.exp: Likewise.
8134
8135 2017-10-04 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.multi/hangout.c: Include <unistd.h>.
8138 (hangout_loop): New function.
8139 (main): Call alarm. Call hangout_loop in a loop.
8140 * gdb.multi/hello.c: Include <unistd.h>.
8141 (hello_loop): New function.
8142 (main): Call alarm. Call hangout_loop in a loop.
8143 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8144 inferior with the other selected.
8145
8146 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8147
8148 * gdb.mi/list-thread-groups-available.exp: New file.
8149 * gdb.mi/list-thread-groups-available.c: New file.
8150
8151 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8152
8153 * gdb.base/set-cwd.exp: Make it available on
8154 native-extended-gdbserver.
8155
8156 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8157
8158 * gdb.base/set-cwd.c: New file.
8159 * gdb.base/set-cwd.exp: Likewise.
8160
8161 2017-10-02 Tom Tromey <tom@tromey.com>
8162
8163 PR rust/22236:
8164 * gdb.rust/simple.rs (main): New variable "fslice".
8165 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8166
8167 2017-10-02 Tom Tromey <tom@tromey.com>
8168
8169 * gdb.rust/simple.exp: Test ptype of a slice.
8170
8171 2017-10-02 Tom Tromey <tom@tromey.com>
8172
8173 * gdb.rust/simple.exp: Test index of slice.
8174
8175 2017-09-27 Tom Tromey <tom@tromey.com>
8176
8177 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8178
8179 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8180 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.base/compare-sections.exp (get value of read-only section): Read
8183 as unsigned value.
8184 (corrupt read-only section): Likewise and don't set written if patching
8185 failed.
8186
8187 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8188
8189 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8190 files.
8191
8192 2017-09-20 Pedro Alves <palves@redhat.com>
8193
8194 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8195 symbol names in gdb's output.
8196 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8197
8198 2017-09-20 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8201 Rename to ...
8202 (test_list_ambiguous_symbol): ... this and add a symbol name
8203 parameter. Adjust.
8204 (test_list_ambiguous_function): Reimplement on top of
8205 test_list_ambiguous_symbol and also test listing ambiguous
8206 variables.
8207 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8208 (ambiguous_fun): ... this.
8209 (ambiguous_var): New.
8210 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8211 (ambiguous_fun): ... this.
8212 (ambiguous_var): New.
8213
8214 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8215
8216 * gdb.base/starti.c: New file.
8217 * gdb.base/starti.exp: New file.
8218 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8219
8220 2017-09-14 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8223 (top level): Use it instead of runto.
8224
8225 2017-09-11 Tom Tromey <tom@tromey.com>
8226
8227 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8228
8229 2017-09-11 Tom Tromey <tom@tromey.com>
8230
8231 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8232 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8233
8234 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8235
8236 * gdb.fortran/printing-types.exp: New file.
8237 * gdb.fortran/printing-types.exp: New file.
8238
8239 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8240
8241 * gdb.fortran/vla-ptype.exp: Fix typos.
8242 * gdb.fortran/vla-value.exp: Same.
8243
8244 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8245
8246 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8247 * gdb.mi/mi-var-child-f.exp: Likewise.
8248 * gdb.mi/mi-vla-fortran.exp: Likewise.
8249
8250 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8251 Christoph Weinmann <christoph.t.weinmann@intel.com>
8252 Bernhard Heckel <bernhard.heckel@intel.com>
8253
8254 * gdb.fortran/ptr-indentation.f90: New file.
8255 * gdb.fortran/ptr-indentation.exp: New file.
8256
8257 2017-09-05 Tom Tromey <tom@tromey.com>
8258
8259 PR gdb/22010:
8260 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8261
8262 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8263
8264 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8265
8266 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 * gdb.threads/tls-nodebug-pie.c: New file.
8269 * gdb.threads/tls-nodebug-pie.exp: New file.
8270
8271 2017-09-05 Tom Tromey <tom@tromey.com>
8272
8273 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8274 for rust.
8275
8276 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8277
8278 * gdb.multi/multi-arch-exec.exp: Test with different
8279 "follow-exec-mode" settings.
8280 (do_test): New procedure.
8281
8282 2017-09-04 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/func-static.c (S::method const, S::method volatile)
8285 (S::method volatile const): New methods.
8286 (c_s, v_s, cv_s): New instances.
8287 (main): Call method() on them.
8288 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8289 (cannot_resolve): New procedure.
8290 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8291 print-quote-unquoted columns.
8292 (do_test): Test printing each scope too.
8293
8294 2017-09-04 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/local-static.exp: Also test with
8297 class::method::variable wholly quoted.
8298 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8299
8300 2017-09-04 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/local-static.c: New.
8303 * gdb.base/local-static.cc: New.
8304 * gdb.base/local-static.exp: New.
8305
8306 2017-09-04 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.asm/asm-source.exp: Add casts to int.
8309 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8310 (dataglobal64_1, dataglobal64_2): New globals.
8311 * gdb.base/nodebug.exp: Test different expressions involving the
8312 new globals, with print, whatis and ptype. Add casts to int.
8313 * gdb.base/solib-display.exp: Add casts to int.
8314 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8315 * gdb.cp/m-static.exp: Add cast to int.
8316 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8317 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8318 tls variable with no debug info without a cast. Test with a cast
8319 to int too.
8320 * gdb.trace/entry-values.exp: Add casts.
8321
8322 2017-09-04 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/nodebug.exp: Test that ptype's error about functions
8325 with unknown return type includes the function name too.
8326
8327 2017-09-04 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8330 return type of munmap in infcall.
8331 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8332 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8333 type of ftell in infcall.
8334 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8335 type of getpid in infcall.
8336 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8337 infcall.
8338 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8339 Bail on failure to extract the pid.
8340 * gdb.base/nodebug.c: #include <stdint.h>.
8341 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8342 New functions.
8343 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8344 Change expected output of print/whatis/ptype with functions with
8345 no debug info. Test all supported languages. Call
8346 test_call_promotion.
8347 * gdb.compile/compile.exp: Adjust expected output to expect
8348 warning.
8349 * gdb.threads/siginfo-threads.exp: Likewise.
8350
8351 2017-09-04 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8354 "prototypes". Test calling float functions via prototyped and
8355 unprototyped function pointers.
8356 (perform_all_tests): New parameter "prototypes". Pass it down.
8357 (top level): Pass down "prototypes" parameter to
8358 perform_all_tests.
8359
8360 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8361
8362 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8363 Test with nested loops.
8364
8365 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * gdb.base/commands.exp: Call the new procedures.
8368 (loop_break_test, loop_continue_test): New procedures.
8369
8370 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8371
8372 * gdb.base/commands.exp: Call new procedure.
8373 (define_if_without_arg_test): New procedure.
8374
8375 2017-09-04 Pedro Alves <palves@redhat.com>
8376
8377 * gdb.base/list-ambiguous.exp: New file.
8378 * gdb.base/list-ambiguous0.c: New file.
8379 * gdb.base/list-ambiguous1.c: New file.
8380 * gdb.base/list.exp (test_list_range): Adjust expected output.
8381
8382 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8383
8384 * gdb.base/share-env-with-gdbserver.c: New file.
8385 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8386
8387 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.base/commands.exp (gdbvar_simple_if_test,
8390 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8391 progvar_simple_if_test, progvar_simple_while_test,
8392 progvar_complex_if_while_test, user_defined_command_test,
8393 user_defined_command_args_eval,
8394 user_defined_command_args_stack_test,
8395 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8396 temporary_breakpoint_commands,
8397 gdb_test_no_prompt, redefine_hook_test,
8398 redefine_backtrace_test): Remove "global gdb_prompt".
8399
8400 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8401
8402 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8403 New proc, call it from toplevel.
8404
8405 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8406
8407 PR remote/21852
8408 * gdb.server/normal.c: New file, copied from gdb.base.
8409 * gdb.server/run-without-local-binary.exp: New file.
8410
8411 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8412
8413 * gdb.arch/sparc64-adi.exp: New file.
8414 * gdb.arch/sparc64-adi.c: New file.
8415
8416 2017-08-22 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8419 (top level): Add "list all overloads" tests.
8420
8421 2017-08-22 Tom Tromey <tom@tromey.com>
8422
8423 * gdb.gdb/xfullpath.exp: Remove.
8424
8425 2017-08-21 Pedro Alves <palves@redhat.com>
8426
8427 PR gdb/19487
8428 * gdb.base/symbol-alias.c: New.
8429 * gdb.base/symbol-alias2.c: New.
8430 * gdb.base/symbol-alias.exp: New.
8431
8432 2017-08-21 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/dfp-test.c
8435 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8436 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8437 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8438 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8439 * gdb.base/whatis-ptype-typedefs.c: New.
8440 * gdb.base/whatis-ptype-typedefs.exp: New.
8441 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8442 (an_int, an_int_type, an_int_type2): New globals.
8443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8444 involving typedefs and cast expressions.
8445 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8446 (lookup_typedefs_function): New.
8447 (typedefs_pretty_printers_dict): New.
8448 (top level): Register lookup_typedefs_function in
8449 gdb.pretty_printers.
8450
8451 2017-08-18 Yao Qi <yao.qi@linaro.org>
8452
8453 * gdb.server/unittest.exp: New.
8454
8455 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8456
8457 PR gdb/21954
8458 * gdb.base/environ.exp: Add test to check if 'unset environment'
8459 works.
8460
8461 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8462
8463 * lib/gdb.exp (universal_compile_options): New caching proc.
8464 (gdb_compile): Suppress GCC's coloring of messages.
8465
8466 2017-08-14 Tom Tromey <tom@tromey.com>
8467
8468 PR gdb/21675:
8469 * gdb.base/printcmds.exp (test_radices): New function.
8470 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8471 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8472 * lib/gdb.exp (get_integer_valueof): Use p/d.
8473
8474 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8475
8476 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8477 characters.
8478
8479 2017-08-05 Tom Tromey <tom@tromey.com>
8480
8481 * gdb.rust/simple.exp: Allow String to appear in a different
8482 namespace.
8483
8484 2017-07-26 Yao Qi <yao.qi@linaro.org>
8485
8486 * gdb.gdb/unittest.exp: Invoke command
8487 "maintenance check xml-descriptions".
8488
8489 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8492 calling context.
8493 (hex128): Drop erroneous calculation of parameters.
8494
8495 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8496
8497 * gdb.python/py-unwind.exp: Disable stack protection when
8498 building test file.
8499
8500 2017-07-20 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.base/default.exp (set language): Adjust expected output.
8503
8504 2017-07-20 Pedro Alves <palves@redhat.com>
8505
8506 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8507 (test_minsym): ... this, and make static.
8508 (get_pck__foo__bar__minsym): Rename to ...
8509 (get_test_minsym): ... this.
8510 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8511 symbol names and comments.
8512 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8513 (get_test_minsym): ... this.
8514 (pck__foo__bar__minsym__2): Rename to ...
8515 (test_minsym): ... this.
8516 (main): Adjust.
8517
8518 2017-07-17 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.base/completion.exp: Adjust expected output.
8521 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8522 the completer works.
8523
8524 2017-07-17 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8527
8528 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8529
8530 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8531
8532 2017-07-14 Tom Tromey <tom@tromey.com>
8533
8534 PR rust/21764:
8535 * gdb.rust/simple.exp: Add tests.
8536
8537 2017-07-14 Tom Tromey <tom@tromey.com>
8538
8539 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8540
8541 2017-07-14 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.linespec/base/one/thefile.cc (z1): New function.
8544 * gdb.linespec/base/two/thefile.cc (z2): New function.
8545 * gdb.linespec/linespec.exp: Add tests.
8546
8547 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8548
8549 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8550 to mi_create_breakpoint.
8551
8552 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8553
8554 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8555 mi_create_breakpoint.
8556
8557 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8558
8559 * gdb.dlang/demangle.exp: Update for demangling changes.
8560
8561 2017-07-09 Tom Tromey <tom@tromey.com>
8562
8563 * gdb.dwarf2/shortpiece.exp: New file.
8564
8565 2017-07-06 David Blaikie <dblaikie@gmail.com>
8566
8567 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8568 built from fissiont-multi-cu{1,2}.c.
8569 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8570 except putting 'main' and 'func' in separate CUs in the same DWO file.
8571 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8572 test.
8573 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8574 test.
8575
8576 2017-07-06 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.python/py-unwind.exp: Test flushregs.
8579
8580 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8581
8582 PR cli/21688
8583 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8584 tests for alias commands and trailing whitespace.
8585
8586 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8587
8588 PR cli/21688
8589 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8590 procedure. Call it.
8591
8592 2017-06-29 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.base/printcmds.exp: Add tests.
8595
8596 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8597
8598 PR gdb/21337
8599 * gdb.base/reread-readsym.exp: New file.
8600 * gdb.base/reread-readsym.c: New file.
8601
8602 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8603
8604 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8605 subpattern.
8606
8607 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8608
8609 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8610 extended mnemonic.
8611 * gdb.arch/powerpc-power9.s: Likewise.
8612
8613 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8614
8615 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8616 on 32-bit x86 targets. Exploit is_*_target macros where
8617 appropriate.
8618
8619 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8620
8621 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8622 register pieces.
8623
8624 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8625
8626 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8627 located in one or more DWARF pieces.
8628
8629 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8630
8631 * lib/gdb.exp (get_endianness): New proc.
8632 * gdb.arch/aarch64-fp.exp: Use it.
8633 * gdb.arch/altivec-regs.exp: Likewise.
8634 * gdb.arch/e500-regs.exp: Likewise.
8635 * gdb.arch/vsx-regs.exp: Likewise.
8636 * gdb.base/dump.exp: Likewise.
8637 * gdb.base/funcargs.exp: Likewise.
8638 * gdb.base/gnu_vector.exp: Likewise.
8639 * gdb.dwarf2/formdata16.exp: Likewise.
8640 * gdb.dwarf2/implptrpiece.exp: Likewise.
8641 * gdb.dwarf2/nonvar-access.exp: Likewise.
8642 * gdb.python/py-inferior.exp: Likewise.
8643 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8644
8645 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8646
8647 PR gdb/21226
8648 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8649 stack value pieces are taken from the LSB end.
8650
8651 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8652
8653 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8654 variable at nonzero offset.
8655
8656 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8657
8658 * gdb.dwarf2/var-access.c: New file.
8659 * gdb.dwarf2/var-access.exp: New test.
8660 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8661
8662 2017-06-12 Tom Tromey <tom@tromey.com>
8663
8664 * gdb.dwarf2/formdata16.exp: Add tests.
8665
8666 2017-06-12 Tom Tromey <tom@tromey.com>
8667
8668 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8669
8670 2017-06-12 Tom Tromey <tom@tromey.com>
8671
8672 PR exp/16225:
8673 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8674 * gdb.arch/vsx-regs.exp: Update tests.
8675 * gdb.arch/s390-vregs.exp (hex128): New proc.
8676 Update test.
8677 * gdb.arch/altivec-regs.exp: Update tests.
8678
8679 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8680
8681 * gdb.base/startup-with-shell.c: New file.
8682 * gdb.base/startup-with-shell.exp: Likewise.
8683
8684 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8685
8686 * gdb.server/non-existing-program.exp: Update regex in order to
8687 reflect the fact that gdbserver is now using fork_inferior (with a
8688 shell) to startup the inferior.
8689
8690 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8691
8692 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8693 support function calls from GDB.
8694
8695 2017-05-21 Tom Tromey <tom@tromey.com>
8696
8697 PR rust/21466:
8698 * gdb.rust/unsized.exp: New file.
8699 * gdb.rust/unsized.rs: New file.
8700
8701 2017-05-19 Tom Tromey <tom@tromey.com>
8702
8703 PR rust/21484:
8704 * gdb.rust/watch.exp: New file.
8705 * gdb.rust/watch.rs: New file.
8706
8707 2017-05-18 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.rust/simple.exp: Allow Box to be qualified.
8710
8711 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8712
8713 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8714
8715 2017-05-18 Pedro Alves <palves@redhat.com>
8716
8717 * gdb.base/fileio.c (test_write, test_read, test_close)
8718 (test_fstat): Don't print 'ret' in the fail path.
8719
8720 2017-05-18 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8723 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8724 (test_system, test_rename, test_unlink, test_time): Change
8725 prototypes.
8726 * gdb.base/fileio.exp (stop_msg): Adjust.
8727
8728 2017-05-18 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/fileio.c (null_str): New global.
8731 (test_stat): Use it.
8732 * gdb.base/fileio.exp: Remove nowarnings.
8733
8734 2017-05-17 Yao Qi <yao.qi@linaro.org>
8735
8736 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8737
8738 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8739
8740 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8741 argument command.
8742 (top-level): Invoke test_set_inferior_tty.
8743
8744 2017-05-04 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8747 Add parens to print call for Python 3.
8748
8749 2017-05-03 Keith Seitz <keiths@redhat.com>
8750
8751 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8752 (main): Call it.
8753
8754 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8755
8756 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8757 to prev and next.
8758
8759 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8760
8761 * gdb.python/py-record-btrace.exp: Remove test for
8762 gdb.BtraceInstruction.error.
8763
8764 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8765
8766 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8767
8768 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8769
8770 * gdb.python/py-record-btrace-threads.c: New file.
8771 * gdb.python/py-record-btrace-threads.exp: New file.
8772
8773 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8774
8775 PR testsuite/8595
8776 * gdb.base/environ.exp: Make test available in all architectures.
8777 Move bits related to "info program" testing to
8778 gdb.base/info-program.exp. Rewrite tests to use the two new
8779 procedures mentione below.
8780 (test_set_show_env_var) New procedure.
8781 (test_set_show_env_var_equal): Likewise.
8782 * gdb.base/info-program.exp: New file.
8783
8784 2017-04-27 Keith Seitz <keiths@redhat.com>
8785
8786 * gdb.cp/oranking.cc (test15): New function.
8787 (main): Call test15 and declare additional variables for testing.
8788 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8789 "p foo101('abc')" tests.
8790 Add tests for cv qualifier overloads.
8791 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8792 "lvalue reference overload" test.
8793 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8794 "print value of f1 on Child&& in f2" test.
8795
8796 2017-04-19 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8799 procedure.
8800 (top level): Call it.
8801 * lib/gdb.exp (gdb_define_cmd): New procedure.
8802
8803 2017-04-12 Pedro Alves <palves@redhat.com>
8804
8805 PR gdb/21323
8806 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8807 (wchar): New global.
8808 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8809 (do_test_wide_char, wide_char_types_no_program, top level): Add
8810 wchar_t testing.
8811
8812 2017-04-12 Pedro Alves <palves@redhat.com>
8813
8814 PR c++/21323
8815 * gdb.cp/wide_char_types.c: New file.
8816 * gdb.cp/wide_char_types.exp: New file.
8817
8818 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8819
8820 PR gdb/21352
8821 * gdb.trace/tsv.exp: Add test for "tsave -r".
8822
8823 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8824
8825 * gdb.dlang/watch-loc.c: New file.
8826 * gdb.dlang/watch-loc.exp: New file.
8827
8828 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8829
8830 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8831
8832 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8833
8834 * gdb.arch/arc-analyze-prologue.S: New file.
8835 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8836
8837 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8838
8839 * gdb.arch/arc-decode-insn.S: New file.
8840 * gdb.arch/arc-decode-insn.exp: Likewise.
8841
8842 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8843
8844 PR tdep/20928
8845 * gdb.arch/sparc64-regs.exp: New file.
8846 * gdb.arch/sparc64-regs.S: Likewise.
8847
8848 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8849
8850 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
8851 and memory view on Python 3.
8852
8853 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
8854 Keith Seitz <keiths@redhat.com>
8855
8856 PR gdb/14441
8857 * gdb.cp/demangle.exp: Add rvalue reference tests.
8858 * gdb.cp/rvalue-ref-casts.cc: New file.
8859 * gdb.cp/rvalue-ref-casts.exp: New file.
8860 * gdb.cp/rvalue-ref-overload.cc: New file.
8861 * gdb.cp/rvalue-ref-overload.exp: New file.
8862 * gdb.cp/rvalue-ref-params.cc: New file.
8863 * gdb.cp/rvalue-ref-params.exp: New file.
8864 * gdb.cp/rvalue-ref-sizeof.cc: New file.
8865 * gdb.cp/rvalue-ref-sizeof.exp: New file.
8866 * gdb.cp/rvalue-ref-types.cc: New file.
8867 * gdb.cp/rvalue-ref-types.exp: New file.
8868 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
8869 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
8870
8871 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8872
8873 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
8874 New procedure.
8875
8876 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
8877
8878 * lib/mi-support.exp (mi_gdb_test): Add additional message
8879 for unexpected output.
8880
8881 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8882
8883 * gdb.base/examine-backward.c (Barrier): New character array
8884 constant, to ensure that TestStrings is preceded by a string
8885 terminator.
8886
8887 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8888
8889 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
8890 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
8891 and implicit pointer into such a location.
8892
8893 2017-03-16 Doug Evans <dje@google.com>
8894
8895 * gdb.python/py-lazy-string (pointer): Really add new typedef.
8896
8897 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
8898
8899 * gdb.cp/m-static.exp: Fix expectation for prototype of
8900 test5.single_constructor and single_constructor::single_constructor.
8901
8902 2017-03-16 Doug Evans <dje@google.com>
8903
8904 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
8905 * gdb.guile/scm-lazy-string.c: New file.
8906 * gdb.guile/scm-value.exp: Move lazy string tests to ...
8907 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
8908 for pointer, array, typedef lazy strings.
8909
8910 2017-03-16 Doug Evans <dje@google.com>
8911
8912 PR python/17728, python/18439, python/18779
8913 * gdb.python/py-value.c (main) Delete locals sptr, sn.
8914 * gdb.python/py-lazy-string.c (pointer): New typedef.
8915 (main): New locals ptr, array, typedef_ptr.
8916 * gdb.python/py-value.exp: Move lazy string tests to ...
8917 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
8918 array, typedef lazy strings.
8919
8920 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
8921
8922 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
8923 Add optional 'test' parameter.
8924
8925 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8926
8927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8928 Skip for versions of DejaGnu < 1.5.
8929
8930 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
8931
8932 * lib/gdb.exp (dejagnu_version): New proc.
8933 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8934 Use dejagnu_version.
8935
8936 2017-03-10 Keith Seitz <keiths@redhat.com>
8937
8938 PR c++/8128
8939 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
8940 type from destructor regexps.
8941 Add a branch which actually passes the test.
8942 Adjust "ptype t5i" test names.
8943
8944 2017-03-08 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/step-over-exit.exp: Add explicit test message.
8947
8948 2017-03-08 Pedro Alves <palves@redhat.com>
8949
8950 PR gdb/18360
8951 * gdb.threads/interrupt-while-step-over.c: New file.
8952 * gdb.threads/interrupt-while-step-over.exp: New file.
8953
8954 2017-03-08 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
8957 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
8958
8959 2017-03-08 Pedro Alves <palves@redhat.com>
8960
8961 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
8962 PKRU as not supported as a PASS.
8963
8964 2017-03-08 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
8967 prefix instead of $binfile1/$binfile2.
8968 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
8969 in test message.
8970 * gdb.python/py-completion.exp: Use "load python file" as test
8971 messages instead of unstable path names.
8972
8973 2017-03-08 Pedro Alves <palves@redhat.com>
8974 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 PR cli/21218
8977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
8978 New proc.
8979 (top level): Call it.
8980
8981 2017-03-08 Pedro Alves <palves@redhat.com>
8982
8983 PR tui/21216
8984 * gdb.tui/tui-nl-filtered-output.exp: New file.
8985
8986 2017-03-08 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/completion.exp: Move TUI completion tests to ...
8989 * gdb.tui/completion.exp: ... this new file.
8990
8991 2017-03-08 Pedro Alves <palves@redhat.com>
8992
8993 * gdb.base/tui-disasm-long-lines.c,
8994 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
8995 gdb.base/tui-layout.exp: Move to ...
8996 * gdb.tui/: ... this new directory.
8997
8998 2017-03-07 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/tui-layout.c: New file.
9001 * gdb.base/tui-layout.exp: New file.
9002
9003 2017-03-07 Pedro Alves <palves@redhat.com>
9004
9005 * gdb.base/tui-layout.c: Rename to ...
9006 * gdb.base/tui-disasm-long-lines.c: ... this.
9007 * gdb.base/tui-layout.exp: Rename to ...
9008 * gdb.base/tui-disasm-long-lines.exp: ... this.
9009
9010 2017-03-07 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9013
9014 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9015
9016 * i386-mpx-call.c: New file.
9017 * i386-mpx-call.exp: New file.
9018
9019 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9020
9021 * gdb.arch/powerpc-power.exp: Delete test.
9022 * gdb.arch/powerpc-power.s: Likewise.
9023 * gdb.disasm/disassembler-options.exp: New test.
9024 * gdb.arch/powerpc-altivec.exp: Likewise.
9025 * gdb.arch/powerpc-altivec.s: Likewise.
9026 * gdb.arch/powerpc-altivec2.exp: Likewise.
9027 * gdb.arch/powerpc-altivec2.s: Likewise.
9028 * gdb.arch/powerpc-altivec3.exp: Likewise.
9029 * gdb.arch/powerpc-altivec3.s: Likewise.
9030 * gdb.arch/powerpc-power7.exp: Likewise.
9031 * gdb.arch/powerpc-power7.s: Likewise.
9032 * gdb.arch/powerpc-power8.exp: Likewise.
9033 * gdb.arch/powerpc-power8.s: Likewise.
9034 * gdb.arch/powerpc-power9.exp: Likewise.
9035 * gdb.arch/powerpc-power9.s: Likewise.
9036 * gdb.arch/powerpc-vsx.exp: Likewise.
9037 * gdb.arch/powerpc-vsx.s: Likewise.
9038 * gdb.arch/powerpc-vsx2.exp: Likewise.
9039 * gdb.arch/powerpc-vsx2.s: Likewise.
9040 * gdb.arch/powerpc-vsx3.exp: Likewise.
9041 * gdb.arch/powerpc-vsx3.s: Likewise.
9042 * gdb.arch/arm-disassembler-options.exp: Likewise.
9043 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9044 * gdb.arch/s390-disassembler-options.exp: Likewise.
9045
9046 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9047
9048 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9049 (check_supported_features): ... this. Changed return type to void.
9050 (supports_rdseed): New static global.
9051 (rdseed): Check supports_rdseed.
9052 (initialize): Call check_supported_features.
9053
9054 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9055
9056 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9057 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9058 and lqarx/stqcx.
9059 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9060 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9061
9062 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9063
9064 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9065 uppercase.
9066
9067 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 * gdb.dwarf2/formdata16.c: New file.
9070 * gdb.dwarf2/formdata16.exp: New file.
9071 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9072
9073 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9076 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9077 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9078 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9079 DW_AT_GNU_*.
9080
9081 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9084
9085 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9086
9087 PR gdb/21164
9088 * gdb.base/maint.exp: Add testcases for when the commands do
9089 not have arguments.
9090
9091 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9092
9093 * gdb.cp/chained-calls.exp: Use p instead of P.
9094
9095 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9096
9097 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9098 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9099
9100 2017-02-14 Tom Tromey <tom@tromey.com>
9101
9102 PR python/13598:
9103 * gdb.python/py-events.exp: Add before_prompt event tests.
9104
9105 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9106
9107 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9108
9109 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9110
9111 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9112 (main): Call my_unique_function_name.
9113 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9114 completion of patterns with a single match.
9115 Add missing -re switches to gdb_test_multiple calls.
9116
9117 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9118
9119 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9120 return if core file is not recognized.
9121
9122 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9123
9124 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9125 and extra UIs.
9126
9127 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9128
9129 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9130 proc_with_prefix.
9131
9132 2017-02-10 Tom Tromey <tom@tromey.com>
9133
9134 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9135
9136 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9137
9138 PR gdb/21122
9139 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9140
9141 2017-02-08 Jerome Guitton <guitton@adacore.com>
9142
9143 * gdb.base/define.exp: Add test for command abbreviations
9144 in define.
9145
9146 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9147
9148 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9149 * gdb.reverse/insn-reverse-x86.c: New file.
9150
9151 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9152
9153 PR tdep/20936
9154 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9155
9156 2017-02-03 Tom Tromey <tom@tromey.com>
9157
9158 PR rust/21097:
9159 * gdb.rust/simple.exp: Add new tests.
9160
9161 2017-02-02 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9164 tests.
9165
9166 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9169 taking a 2-byte value out of a 4-byte DWARF implicit value on
9170 big-endian targets.
9171 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9172 logic. Add test cases for DW_OP_implicit.
9173
9174 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9175
9176 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9177
9178 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9179
9180 * gdb.btrace/enable.exp: Call gdb_exit before
9181 skip_gdbserver_tests.
9182
9183 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9184
9185 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9186 GDBFLAGS.
9187
9188 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9189
9190 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9191 the test is skipped.
9192 * gdb.btrace/data.exp: Likewise.
9193 * gdb.btrace/delta.exp: Likewise.
9194 * gdb.btrace/dlopen.exp: Likewise.
9195 * gdb.btrace/enable-running.exp: Likewise.
9196 * gdb.btrace/enable.exp: Likewise.
9197 * gdb.btrace/exception.exp: Likewise.
9198 * gdb.btrace/function_call_history.exp: Likewise.
9199 * gdb.btrace/gcore.exp: Likewise.
9200 * gdb.btrace/instruction_history.exp: Likewise.
9201 * gdb.btrace/multi-thread-step.exp: Likewise.
9202 * gdb.btrace/nohist.exp: Likewise.
9203 * gdb.btrace/non-stop.exp: Likewise.
9204 * gdb.btrace/reconnect.exp: Likewise.
9205 * gdb.btrace/record_goto-step.exp: Likewise.
9206 * gdb.btrace/record_goto.exp: Likewise.
9207 * gdb.btrace/rn-dl-bind.exp: Likewise.
9208 * gdb.btrace/segv.exp: Likewise.
9209 * gdb.btrace/step.exp: Likewise.
9210 * gdb.btrace/stepi.exp: Likewise.
9211 * gdb.btrace/tailcall-only.exp: Likewise.
9212 * gdb.btrace/tailcall.exp: Likewise.
9213 * gdb.btrace/tsx.exp: Likewise.
9214 * gdb.btrace/unknown_functions.exp: Likewise.
9215 * gdb.btrace/vdso.exp: Likewise.
9216
9217 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9218
9219 * gdb.btrace/enable-running.c: New.
9220 * gdb.btrace/enable-running.exp: New.
9221
9222 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9223
9224 * gdb.arch/amd64-gs_base.c: New file.
9225 * gdb.arch/amd64-gs_base.exp: New file.
9226
9227 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9228
9229 * lib/memory.exp: Remove spurious empty newlines.
9230
9231 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9232
9233 * gdb.python/py-bad-printers.exp: Load python file using "source".
9234 * gdb.python/py-events.exp: Likewise.
9235 * gdb.python/py-evsignal.exp: Likewise.
9236 * gdb.python/py-evthreads.exp: Likewise.
9237 * gdb.python/py-frame-args.exp: Likewise.
9238 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9239 * gdb.python/py-framefilter-mi.exp: Likewise.
9240 * gdb.python/py-framefilter.exp: Likewise.
9241 * gdb.python/py-mi.exp: Likewise.
9242 * gdb.python/py-pp-maint.exp: Likewise.
9243 * gdb.python/py-pp-registration.exp: Likewise.
9244 * gdb.python/py-prettyprint.exp: Likewise.
9245 (run_lang_tests): Likewise.
9246 * gdb.python/py-typeprint.exp: Likewise.
9247
9248 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9249
9250 * lib/memory.exp: New file.
9251 * lib/gdb.exp: Load memory.exp.
9252 * gdb.base/memattr.exp (delete_memory): Move proc to
9253 lib/memory.exp and rename to delete_memory_regions.
9254 Replace delete_memory with delete_memory_regions.
9255 Cleanup memory regions before tests.
9256 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9257 before tests.
9258
9259 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9262 files.
9263 (initialize): New function conditionally defined.
9264 (testcases): Move within conditional block.
9265 (main): Call initialize.
9266 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9267 of gdb.reverse/insn-reverse.c.
9268 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9269 gdb.reverse/insn-reverse.c.
9270
9271 2017-01-26 Yao Qi <yao.qi@linaro.org>
9272
9273 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9274 disassemble on address 0.
9275
9276 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9277 Yao Qi <yao.qi@linaro.org>
9278
9279 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9280 * gdb.dwarf2/implptr-64bit.S: Remove.
9281 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9282 variables in caller's context. Add DW_OP_implicit_value.
9283
9284 2017-01-25 Yao Qi <yao.qi@linaro.org>
9285
9286 * lib/dwarf.exp (Dwarf::_location): Handle
9287 DW_OP_GNU_implicit_pointer with proper size.
9288
9289 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9290
9291 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9292 and add untested calls.
9293
9294 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9295
9296 * gdb.python/python.exp: Check line number against what GDB thinks
9297 the line number is for func1.
9298
9299 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9300
9301 * gdb.dlang/debug-expr.exp: New file.
9302
9303 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9304
9305 Fix test names for the following files:
9306
9307 * gdb.ada/exec_changed.exp
9308 * gdb.ada/info_types.exp
9309 * gdb.arch/aarch64-atomic-inst.exp
9310 * gdb.arch/aarch64-fp.exp
9311 * gdb.arch/altivec-abi.exp
9312 * gdb.arch/altivec-regs.exp
9313 * gdb.arch/amd64-byte.exp
9314 * gdb.arch/amd64-disp-step.exp
9315 * gdb.arch/amd64-dword.exp
9316 * gdb.arch/amd64-entry-value-inline.exp
9317 * gdb.arch/amd64-entry-value-param.exp
9318 * gdb.arch/amd64-entry-value-paramref.exp
9319 * gdb.arch/amd64-entry-value.exp
9320 * gdb.arch/amd64-i386-address.exp
9321 * gdb.arch/amd64-invalid-stack-middle.exp
9322 * gdb.arch/amd64-invalid-stack-top.exp
9323 * gdb.arch/amd64-optimout-repeat.exp
9324 * gdb.arch/amd64-prologue-skip.exp
9325 * gdb.arch/amd64-prologue-xmm.exp
9326 * gdb.arch/amd64-stap-special-operands.exp
9327 * gdb.arch/amd64-stap-wrong-subexp.exp
9328 * gdb.arch/amd64-tailcall-cxx.exp
9329 * gdb.arch/amd64-tailcall-noret.exp
9330 * gdb.arch/amd64-tailcall-ret.exp
9331 * gdb.arch/amd64-tailcall-self.exp
9332 * gdb.arch/amd64-word.exp
9333 * gdb.arch/arm-bl-branch-dest.exp
9334 * gdb.arch/arm-disp-step.exp
9335 * gdb.arch/arm-neon.exp
9336 * gdb.arch/arm-single-step-kernel-helper.exp
9337 * gdb.arch/avr-flash-qualifier.exp
9338 * gdb.arch/disp-step-insn-reloc.exp
9339 * gdb.arch/e500-abi.exp
9340 * gdb.arch/e500-regs.exp
9341 * gdb.arch/ftrace-insn-reloc.exp
9342 * gdb.arch/i386-avx512.exp
9343 * gdb.arch/i386-bp_permanent.exp
9344 * gdb.arch/i386-byte.exp
9345 * gdb.arch/i386-cfi-notcurrent.exp
9346 * gdb.arch/i386-disp-step.exp
9347 * gdb.arch/i386-dr3-watch.exp
9348 * gdb.arch/i386-float.exp
9349 * gdb.arch/i386-gnu-cfi.exp
9350 * gdb.arch/i386-mpx-map.exp
9351 * gdb.arch/i386-mpx-sigsegv.exp
9352 * gdb.arch/i386-mpx-simple_segv.exp
9353 * gdb.arch/i386-mpx.exp
9354 * gdb.arch/i386-permbkpt.exp
9355 * gdb.arch/i386-prologue.exp
9356 * gdb.arch/i386-signal.exp
9357 * gdb.arch/i386-size-overlap.exp
9358 * gdb.arch/i386-unwind.exp
9359 * gdb.arch/i386-word.exp
9360 * gdb.arch/mips-fcr.exp
9361 * gdb.arch/powerpc-d128-regs.exp
9362 * gdb.arch/powerpc-stackless.exp
9363 * gdb.arch/ppc64-atomic-inst.exp
9364 * gdb.arch/s390-stackless.exp
9365 * gdb.arch/s390-tdbregs.exp
9366 * gdb.arch/s390-vregs.exp
9367 * gdb.arch/sparc-sysstep.exp
9368 * gdb.arch/thumb-bx-pc.exp
9369 * gdb.arch/thumb-singlestep.exp
9370 * gdb.arch/thumb2-it.exp
9371 * gdb.arch/vsx-regs.exp
9372 * gdb.asm/asm-source.exp
9373 * gdb.base/a2-run.exp
9374 * gdb.base/advance.exp
9375 * gdb.base/all-bin.exp
9376 * gdb.base/anon.exp
9377 * gdb.base/args.exp
9378 * gdb.base/arithmet.exp
9379 * gdb.base/async-shell.exp
9380 * gdb.base/async.exp
9381 * gdb.base/attach-pie-noexec.exp
9382 * gdb.base/attach-twice.exp
9383 * gdb.base/auto-load.exp
9384 * gdb.base/bang.exp
9385 * gdb.base/bitfields.exp
9386 * gdb.base/break-always.exp
9387 * gdb.base/break-caller-line.exp
9388 * gdb.base/break-entry.exp
9389 * gdb.base/break-inline.exp
9390 * gdb.base/break-on-linker-gcd-function.exp
9391 * gdb.base/break-probes.exp
9392 * gdb.base/break.exp
9393 * gdb.base/breakpoint-shadow.exp
9394 * gdb.base/call-ar-st.exp
9395 * gdb.base/call-sc.exp
9396 * gdb.base/call-signal-resume.exp
9397 * gdb.base/call-strs.exp
9398 * gdb.base/callfuncs.exp
9399 * gdb.base/catch-fork-static.exp
9400 * gdb.base/catch-gdb-caused-signals.exp
9401 * gdb.base/catch-load.exp
9402 * gdb.base/catch-signal-fork.exp
9403 * gdb.base/catch-signal.exp
9404 * gdb.base/catch-syscall.exp
9405 * gdb.base/charset.exp
9406 * gdb.base/checkpoint.exp
9407 * gdb.base/chng-syms.exp
9408 * gdb.base/code-expr.exp
9409 * gdb.base/code_elim.exp
9410 * gdb.base/commands.exp
9411 * gdb.base/completion.exp
9412 * gdb.base/complex.exp
9413 * gdb.base/cond-expr.exp
9414 * gdb.base/condbreak.exp
9415 * gdb.base/consecutive.exp
9416 * gdb.base/continue-all-already-running.exp
9417 * gdb.base/coredump-filter.exp
9418 * gdb.base/corefile.exp
9419 * gdb.base/dbx.exp
9420 * gdb.base/debug-expr.exp
9421 * gdb.base/define.exp
9422 * gdb.base/del.exp
9423 * gdb.base/disabled-location.exp
9424 * gdb.base/disasm-end-cu.exp
9425 * gdb.base/disasm-optim.exp
9426 * gdb.base/display.exp
9427 * gdb.base/duplicate-bp.exp
9428 * gdb.base/ena-dis-br.exp
9429 * gdb.base/ending-run.exp
9430 * gdb.base/enumval.exp
9431 * gdb.base/environ.exp
9432 * gdb.base/eu-strip-infcall.exp
9433 * gdb.base/eval-avoid-side-effects.exp
9434 * gdb.base/eval-skip.exp
9435 * gdb.base/exitsignal.exp
9436 * gdb.base/expand-psymtabs.exp
9437 * gdb.base/filesym.exp
9438 * gdb.base/find-unmapped.exp
9439 * gdb.base/finish.exp
9440 * gdb.base/float.exp
9441 * gdb.base/foll-exec-mode.exp
9442 * gdb.base/foll-exec.exp
9443 * gdb.base/foll-fork.exp
9444 * gdb.base/fortran-sym-case.exp
9445 * gdb.base/freebpcmd.exp
9446 * gdb.base/func-ptr.exp
9447 * gdb.base/func-ptrs.exp
9448 * gdb.base/funcargs.exp
9449 * gdb.base/gcore-buffer-overflow.exp
9450 * gdb.base/gcore-relro-pie.exp
9451 * gdb.base/gcore-relro.exp
9452 * gdb.base/gcore.exp
9453 * gdb.base/gdb1090.exp
9454 * gdb.base/gdb11530.exp
9455 * gdb.base/gdb11531.exp
9456 * gdb.base/gdb1821.exp
9457 * gdb.base/gdbindex-stabs.exp
9458 * gdb.base/gdbvars.exp
9459 * gdb.base/hbreak.exp
9460 * gdb.base/hbreak2.exp
9461 * gdb.base/included.exp
9462 * gdb.base/infcall-input.exp
9463 * gdb.base/inferior-died.exp
9464 * gdb.base/infnan.exp
9465 * gdb.base/info-macros.exp
9466 * gdb.base/info-os.exp
9467 * gdb.base/info-proc.exp
9468 * gdb.base/info-shared.exp
9469 * gdb.base/info-target.exp
9470 * gdb.base/infoline.exp
9471 * gdb.base/interp.exp
9472 * gdb.base/interrupt.exp
9473 * gdb.base/jit-reader.exp
9474 * gdb.base/jit-simple.exp
9475 * gdb.base/kill-after-signal.exp
9476 * gdb.base/kill-detach-inferiors-cmd.exp
9477 * gdb.base/label.exp
9478 * gdb.base/langs.exp
9479 * gdb.base/ldbl_e308.exp
9480 * gdb.base/line-symtabs.exp
9481 * gdb.base/linespecs.exp
9482 * gdb.base/list.exp
9483 * gdb.base/long_long.exp
9484 * gdb.base/longest-types.exp
9485 * gdb.base/maint.exp
9486 * gdb.base/max-value-size.exp
9487 * gdb.base/memattr.exp
9488 * gdb.base/mips_pro.exp
9489 * gdb.base/morestack.exp
9490 * gdb.base/moribund-step.exp
9491 * gdb.base/multi-forks.exp
9492 * gdb.base/nested-addr.exp
9493 * gdb.base/nextoverexit.exp
9494 * gdb.base/noreturn-finish.exp
9495 * gdb.base/noreturn-return.exp
9496 * gdb.base/nostdlib.exp
9497 * gdb.base/offsets.exp
9498 * gdb.base/opaque.exp
9499 * gdb.base/pc-fp.exp
9500 * gdb.base/permissions.exp
9501 * gdb.base/print-symbol-loading.exp
9502 * gdb.base/prologue-include.exp
9503 * gdb.base/psymtab.exp
9504 * gdb.base/ptype.exp
9505 * gdb.base/random-signal.exp
9506 * gdb.base/randomize.exp
9507 * gdb.base/range-stepping.exp
9508 * gdb.base/readline-ask.exp
9509 * gdb.base/recpar.exp
9510 * gdb.base/recurse.exp
9511 * gdb.base/relational.exp
9512 * gdb.base/restore.exp
9513 * gdb.base/return-nodebug.exp
9514 * gdb.base/return.exp
9515 * gdb.base/run-after-attach.exp
9516 * gdb.base/save-bp.exp
9517 * gdb.base/scope.exp
9518 * gdb.base/sect-cmd.exp
9519 * gdb.base/set-lang-auto.exp
9520 * gdb.base/set-noassign.exp
9521 * gdb.base/setvar.exp
9522 * gdb.base/sigall.exp
9523 * gdb.base/sigbpt.exp
9524 * gdb.base/siginfo-addr.exp
9525 * gdb.base/siginfo-infcall.exp
9526 * gdb.base/siginfo-obj.exp
9527 * gdb.base/siginfo.exp
9528 * gdb.base/signals-state-child.exp
9529 * gdb.base/signest.exp
9530 * gdb.base/sigstep.exp
9531 * gdb.base/sizeof.exp
9532 * gdb.base/skip.exp
9533 * gdb.base/solib-corrupted.exp
9534 * gdb.base/solib-nodir.exp
9535 * gdb.base/solib-search.exp
9536 * gdb.base/stack-checking.exp
9537 * gdb.base/stale-infcall.exp
9538 * gdb.base/stap-probe.exp
9539 * gdb.base/start.exp
9540 * gdb.base/step-break.exp
9541 * gdb.base/step-bt.exp
9542 * gdb.base/step-line.exp
9543 * gdb.base/step-over-exit.exp
9544 * gdb.base/step-over-syscall.exp
9545 * gdb.base/step-resume-infcall.exp
9546 * gdb.base/step-test.exp
9547 * gdb.base/store.exp
9548 * gdb.base/structs3.exp
9549 * gdb.base/sym-file.exp
9550 * gdb.base/symbol-without-target_section.exp
9551 * gdb.base/term.exp
9552 * gdb.base/testenv.exp
9553 * gdb.base/ui-redirect.exp
9554 * gdb.base/until.exp
9555 * gdb.base/unwindonsignal.exp
9556 * gdb.base/value-double-free.exp
9557 * gdb.base/vla-datatypes.exp
9558 * gdb.base/vla-ptr.exp
9559 * gdb.base/vla-sideeffect.exp
9560 * gdb.base/volatile.exp
9561 * gdb.base/watch-cond-infcall.exp
9562 * gdb.base/watch-cond.exp
9563 * gdb.base/watch-non-mem.exp
9564 * gdb.base/watch-read.exp
9565 * gdb.base/watch-vfork.exp
9566 * gdb.base/watchpoint-cond-gone.exp
9567 * gdb.base/watchpoint-delete.exp
9568 * gdb.base/watchpoint-hw-hit-once.exp
9569 * gdb.base/watchpoint-hw.exp
9570 * gdb.base/watchpoint-stops-at-right-insn.exp
9571 * gdb.base/watchpoints.exp
9572 * gdb.base/wchar.exp
9573 * gdb.base/whatis-exp.exp
9574 * gdb.btrace/buffer-size.exp
9575 * gdb.btrace/data.exp
9576 * gdb.btrace/delta.exp
9577 * gdb.btrace/dlopen.exp
9578 * gdb.btrace/enable.exp
9579 * gdb.btrace/exception.exp
9580 * gdb.btrace/function_call_history.exp
9581 * gdb.btrace/gcore.exp
9582 * gdb.btrace/instruction_history.exp
9583 * gdb.btrace/nohist.exp
9584 * gdb.btrace/reconnect.exp
9585 * gdb.btrace/record_goto-step.exp
9586 * gdb.btrace/record_goto.exp
9587 * gdb.btrace/rn-dl-bind.exp
9588 * gdb.btrace/segv.exp
9589 * gdb.btrace/step.exp
9590 * gdb.btrace/stepi.exp
9591 * gdb.btrace/tailcall-only.exp
9592 * gdb.btrace/tailcall.exp
9593 * gdb.btrace/tsx.exp
9594 * gdb.btrace/unknown_functions.exp
9595 * gdb.btrace/vdso.exp
9596 * gdb.compile/compile-ifunc.exp
9597 * gdb.compile/compile-ops.exp
9598 * gdb.compile/compile-print.exp
9599 * gdb.compile/compile-setjmp.exp
9600 * gdb.cp/abstract-origin.exp
9601 * gdb.cp/ambiguous.exp
9602 * gdb.cp/annota2.exp
9603 * gdb.cp/annota3.exp
9604 * gdb.cp/anon-ns.exp
9605 * gdb.cp/anon-struct.exp
9606 * gdb.cp/anon-union.exp
9607 * gdb.cp/arg-reference.exp
9608 * gdb.cp/baseenum.exp
9609 * gdb.cp/bool.exp
9610 * gdb.cp/breakpoint.exp
9611 * gdb.cp/bs15503.exp
9612 * gdb.cp/call-c.exp
9613 * gdb.cp/casts.exp
9614 * gdb.cp/chained-calls.exp
9615 * gdb.cp/class2.exp
9616 * gdb.cp/classes.exp
9617 * gdb.cp/cmpd-minsyms.exp
9618 * gdb.cp/converts.exp
9619 * gdb.cp/cp-relocate.exp
9620 * gdb.cp/cpcompletion.exp
9621 * gdb.cp/cpexprs.exp
9622 * gdb.cp/cplabel.exp
9623 * gdb.cp/cplusfuncs.exp
9624 * gdb.cp/cpsizeof.exp
9625 * gdb.cp/ctti.exp
9626 * gdb.cp/derivation.exp
9627 * gdb.cp/destrprint.exp
9628 * gdb.cp/dispcxx.exp
9629 * gdb.cp/enum-class.exp
9630 * gdb.cp/exception.exp
9631 * gdb.cp/exceptprint.exp
9632 * gdb.cp/expand-psymtabs-cxx.exp
9633 * gdb.cp/expand-sals.exp
9634 * gdb.cp/extern-c.exp
9635 * gdb.cp/filename.exp
9636 * gdb.cp/formatted-ref.exp
9637 * gdb.cp/fpointer.exp
9638 * gdb.cp/gdb1355.exp
9639 * gdb.cp/gdb2495.exp
9640 * gdb.cp/hang.exp
9641 * gdb.cp/impl-this.exp
9642 * gdb.cp/infcall-dlopen.exp
9643 * gdb.cp/inherit.exp
9644 * gdb.cp/iostream.exp
9645 * gdb.cp/koenig.exp
9646 * gdb.cp/local.exp
9647 * gdb.cp/m-data.exp
9648 * gdb.cp/m-static.exp
9649 * gdb.cp/mb-ctor.exp
9650 * gdb.cp/mb-inline.exp
9651 * gdb.cp/mb-templates.exp
9652 * gdb.cp/member-name.exp
9653 * gdb.cp/member-ptr.exp
9654 * gdb.cp/meth-typedefs.exp
9655 * gdb.cp/method.exp
9656 * gdb.cp/method2.exp
9657 * gdb.cp/minsym-fallback.exp
9658 * gdb.cp/misc.exp
9659 * gdb.cp/namelessclass.exp
9660 * gdb.cp/namespace-enum.exp
9661 * gdb.cp/namespace-nested-import.exp
9662 * gdb.cp/namespace.exp
9663 * gdb.cp/nextoverthrow.exp
9664 * gdb.cp/no-dmgl-verbose.exp
9665 * gdb.cp/non-trivial-retval.exp
9666 * gdb.cp/noparam.exp
9667 * gdb.cp/nsdecl.exp
9668 * gdb.cp/nsimport.exp
9669 * gdb.cp/nsnested.exp
9670 * gdb.cp/nsnoimports.exp
9671 * gdb.cp/nsrecurs.exp
9672 * gdb.cp/nsstress.exp
9673 * gdb.cp/nsusing.exp
9674 * gdb.cp/operator.exp
9675 * gdb.cp/oranking.exp
9676 * gdb.cp/overload-const.exp
9677 * gdb.cp/overload.exp
9678 * gdb.cp/ovldbreak.exp
9679 * gdb.cp/ovsrch.exp
9680 * gdb.cp/paren-type.exp
9681 * gdb.cp/parse-lang.exp
9682 * gdb.cp/pass-by-ref.exp
9683 * gdb.cp/pr-1023.exp
9684 * gdb.cp/pr-1210.exp
9685 * gdb.cp/pr-574.exp
9686 * gdb.cp/pr10687.exp
9687 * gdb.cp/pr12028.exp
9688 * gdb.cp/pr17132.exp
9689 * gdb.cp/pr17494.exp
9690 * gdb.cp/pr9067.exp
9691 * gdb.cp/pr9167.exp
9692 * gdb.cp/pr9631.exp
9693 * gdb.cp/printmethod.exp
9694 * gdb.cp/psmang.exp
9695 * gdb.cp/psymtab-parameter.exp
9696 * gdb.cp/ptype-cv-cp.exp
9697 * gdb.cp/ptype-flags.exp
9698 * gdb.cp/re-set-overloaded.exp
9699 * gdb.cp/ref-types.exp
9700 * gdb.cp/rtti.exp
9701 * gdb.cp/scope-err.exp
9702 * gdb.cp/shadow.exp
9703 * gdb.cp/smartp.exp
9704 * gdb.cp/static-method.exp
9705 * gdb.cp/static-print-quit.exp
9706 * gdb.cp/temargs.exp
9707 * gdb.cp/templates.exp
9708 * gdb.cp/try_catch.exp
9709 * gdb.cp/typedef-operator.exp
9710 * gdb.cp/typeid.exp
9711 * gdb.cp/userdef.exp
9712 * gdb.cp/using-crash.exp
9713 * gdb.cp/var-tag.exp
9714 * gdb.cp/virtbase.exp
9715 * gdb.cp/virtfunc.exp
9716 * gdb.cp/virtfunc2.exp
9717 * gdb.cp/vla-cxx.exp
9718 * gdb.disasm/t01_mov.exp
9719 * gdb.disasm/t02_mova.exp
9720 * gdb.disasm/t03_add.exp
9721 * gdb.disasm/t04_sub.exp
9722 * gdb.disasm/t05_cmp.exp
9723 * gdb.disasm/t06_ari2.exp
9724 * gdb.disasm/t07_ari3.exp
9725 * gdb.disasm/t08_or.exp
9726 * gdb.disasm/t09_xor.exp
9727 * gdb.disasm/t10_and.exp
9728 * gdb.disasm/t11_logs.exp
9729 * gdb.disasm/t12_bit.exp
9730 * gdb.disasm/t13_otr.exp
9731 * gdb.dlang/circular.exp
9732 * gdb.dwarf2/arr-stride.exp
9733 * gdb.dwarf2/arr-subrange.exp
9734 * gdb.dwarf2/atomic-type.exp
9735 * gdb.dwarf2/bad-regnum.exp
9736 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9737 * gdb.dwarf2/callframecfa.exp
9738 * gdb.dwarf2/clztest.exp
9739 * gdb.dwarf2/corrupt.exp
9740 * gdb.dwarf2/data-loc.exp
9741 * gdb.dwarf2/dup-psym.exp
9742 * gdb.dwarf2/dw2-anon-mptr.exp
9743 * gdb.dwarf2/dw2-anonymous-func.exp
9744 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9745 * gdb.dwarf2/dw2-bad-unresolved.exp
9746 * gdb.dwarf2/dw2-basic.exp
9747 * gdb.dwarf2/dw2-canonicalize-type.exp
9748 * gdb.dwarf2/dw2-case-insensitive.exp
9749 * gdb.dwarf2/dw2-common-block.exp
9750 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9751 * gdb.dwarf2/dw2-compressed.exp
9752 * gdb.dwarf2/dw2-const.exp
9753 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9754 * gdb.dwarf2/dw2-cu-size.exp
9755 * gdb.dwarf2/dw2-dup-frame.exp
9756 * gdb.dwarf2/dw2-entry-value.exp
9757 * gdb.dwarf2/dw2-icycle.exp
9758 * gdb.dwarf2/dw2-ifort-parameter.exp
9759 * gdb.dwarf2/dw2-inline-break.exp
9760 * gdb.dwarf2/dw2-inline-param.exp
9761 * gdb.dwarf2/dw2-intercu.exp
9762 * gdb.dwarf2/dw2-intermix.exp
9763 * gdb.dwarf2/dw2-lexical-block-bare.exp
9764 * gdb.dwarf2/dw2-linkage-name-trust.exp
9765 * gdb.dwarf2/dw2-minsym-in-cu.exp
9766 * gdb.dwarf2/dw2-noloc.exp
9767 * gdb.dwarf2/dw2-op-call.exp
9768 * gdb.dwarf2/dw2-op-out-param.exp
9769 * gdb.dwarf2/dw2-opt-structptr.exp
9770 * gdb.dwarf2/dw2-param-error.exp
9771 * gdb.dwarf2/dw2-producer.exp
9772 * gdb.dwarf2/dw2-ranges-base.exp
9773 * gdb.dwarf2/dw2-ref-missing-frame.exp
9774 * gdb.dwarf2/dw2-reg-undefined.exp
9775 * gdb.dwarf2/dw2-regno-invalid.exp
9776 * gdb.dwarf2/dw2-restore.exp
9777 * gdb.dwarf2/dw2-restrict.exp
9778 * gdb.dwarf2/dw2-single-line-discriminators.exp
9779 * gdb.dwarf2/dw2-strp.exp
9780 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9781 * gdb.dwarf2/dw2-unresolved.exp
9782 * gdb.dwarf2/dw2-var-zero-addr.exp
9783 * gdb.dwarf2/dw4-sig-types.exp
9784 * gdb.dwarf2/dwz.exp
9785 * gdb.dwarf2/dynarr-ptr.exp
9786 * gdb.dwarf2/enum-type.exp
9787 * gdb.dwarf2/gdb-index.exp
9788 * gdb.dwarf2/implptr-64bit.exp
9789 * gdb.dwarf2/implptr-optimized-out.exp
9790 * gdb.dwarf2/implptr.exp
9791 * gdb.dwarf2/implref-array.exp
9792 * gdb.dwarf2/implref-const.exp
9793 * gdb.dwarf2/implref-global.exp
9794 * gdb.dwarf2/implref-struct.exp
9795 * gdb.dwarf2/mac-fileno.exp
9796 * gdb.dwarf2/main-subprogram.exp
9797 * gdb.dwarf2/member-ptr-forwardref.exp
9798 * gdb.dwarf2/method-ptr.exp
9799 * gdb.dwarf2/missing-sig-type.exp
9800 * gdb.dwarf2/nonvar-access.exp
9801 * gdb.dwarf2/opaque-type-lookup.exp
9802 * gdb.dwarf2/pieces-optimized-out.exp
9803 * gdb.dwarf2/pieces.exp
9804 * gdb.dwarf2/pr10770.exp
9805 * gdb.dwarf2/pr13961.exp
9806 * gdb.dwarf2/staticvirtual.exp
9807 * gdb.dwarf2/subrange.exp
9808 * gdb.dwarf2/symtab-producer.exp
9809 * gdb.dwarf2/trace-crash.exp
9810 * gdb.dwarf2/typeddwarf.exp
9811 * gdb.dwarf2/valop.exp
9812 * gdb.dwarf2/watch-notconst.exp
9813 * gdb.fortran/array-element.exp
9814 * gdb.fortran/charset.exp
9815 * gdb.fortran/common-block.exp
9816 * gdb.fortran/complex.exp
9817 * gdb.fortran/derived-type-function.exp
9818 * gdb.fortran/derived-type.exp
9819 * gdb.fortran/logical.exp
9820 * gdb.fortran/module.exp
9821 * gdb.fortran/multi-dim.exp
9822 * gdb.fortran/nested-funcs.exp
9823 * gdb.fortran/print-formatted.exp
9824 * gdb.fortran/subarray.exp
9825 * gdb.fortran/vla-alloc-assoc.exp
9826 * gdb.fortran/vla-datatypes.exp
9827 * gdb.fortran/vla-history.exp
9828 * gdb.fortran/vla-ptr-info.exp
9829 * gdb.fortran/vla-ptype-sub.exp
9830 * gdb.fortran/vla-ptype.exp
9831 * gdb.fortran/vla-sizeof.exp
9832 * gdb.fortran/vla-type.exp
9833 * gdb.fortran/vla-value-sub-arbitrary.exp
9834 * gdb.fortran/vla-value-sub-finish.exp
9835 * gdb.fortran/vla-value-sub.exp
9836 * gdb.fortran/vla-value.exp
9837 * gdb.fortran/whatis_type.exp
9838 * gdb.go/chan.exp
9839 * gdb.go/handcall.exp
9840 * gdb.go/hello.exp
9841 * gdb.go/integers.exp
9842 * gdb.go/methods.exp
9843 * gdb.go/package.exp
9844 * gdb.go/strings.exp
9845 * gdb.go/types.exp
9846 * gdb.go/unsafe.exp
9847 * gdb.guile/scm-arch.exp
9848 * gdb.guile/scm-block.exp
9849 * gdb.guile/scm-breakpoint.exp
9850 * gdb.guile/scm-cmd.exp
9851 * gdb.guile/scm-disasm.exp
9852 * gdb.guile/scm-equal.exp
9853 * gdb.guile/scm-frame-args.exp
9854 * gdb.guile/scm-frame-inline.exp
9855 * gdb.guile/scm-frame.exp
9856 * gdb.guile/scm-iterator.exp
9857 * gdb.guile/scm-math.exp
9858 * gdb.guile/scm-objfile.exp
9859 * gdb.guile/scm-ports.exp
9860 * gdb.guile/scm-symbol.exp
9861 * gdb.guile/scm-symtab.exp
9862 * gdb.guile/scm-value-cc.exp
9863 * gdb.guile/types-module.exp
9864 * gdb.linespec/break-ask.exp
9865 * gdb.linespec/cpexplicit.exp
9866 * gdb.linespec/explicit.exp
9867 * gdb.linespec/keywords.exp
9868 * gdb.linespec/linespec.exp
9869 * gdb.linespec/ls-dollar.exp
9870 * gdb.linespec/ls-errs.exp
9871 * gdb.linespec/skip-two.exp
9872 * gdb.linespec/thread.exp
9873 * gdb.mi/mi-async.exp
9874 * gdb.mi/mi-basics.exp
9875 * gdb.mi/mi-break.exp
9876 * gdb.mi/mi-catch-load.exp
9877 * gdb.mi/mi-cli.exp
9878 * gdb.mi/mi-cmd-param-changed.exp
9879 * gdb.mi/mi-console.exp
9880 * gdb.mi/mi-detach.exp
9881 * gdb.mi/mi-disassemble.exp
9882 * gdb.mi/mi-eval.exp
9883 * gdb.mi/mi-file-transfer.exp
9884 * gdb.mi/mi-file.exp
9885 * gdb.mi/mi-fill-memory.exp
9886 * gdb.mi/mi-inheritance-syntax-error.exp
9887 * gdb.mi/mi-linespec-err-cp.exp
9888 * gdb.mi/mi-logging.exp
9889 * gdb.mi/mi-memory-changed.exp
9890 * gdb.mi/mi-read-memory.exp
9891 * gdb.mi/mi-record-changed.exp
9892 * gdb.mi/mi-reg-undefined.exp
9893 * gdb.mi/mi-regs.exp
9894 * gdb.mi/mi-return.exp
9895 * gdb.mi/mi-reverse.exp
9896 * gdb.mi/mi-simplerun.exp
9897 * gdb.mi/mi-solib.exp
9898 * gdb.mi/mi-stack.exp
9899 * gdb.mi/mi-stepi.exp
9900 * gdb.mi/mi-syn-frame.exp
9901 * gdb.mi/mi-until.exp
9902 * gdb.mi/mi-var-block.exp
9903 * gdb.mi/mi-var-child.exp
9904 * gdb.mi/mi-var-cmd.exp
9905 * gdb.mi/mi-var-cp.exp
9906 * gdb.mi/mi-var-display.exp
9907 * gdb.mi/mi-var-invalidate.exp
9908 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
9909 * gdb.mi/mi-vla-fortran.exp
9910 * gdb.mi/mi-watch.exp
9911 * gdb.mi/mi2-var-child.exp
9912 * gdb.mi/user-selected-context-sync.exp
9913 * gdb.modula2/unbounded-array.exp
9914 * gdb.multi/dummy-frame-restore.exp
9915 * gdb.multi/multi-arch-exec.exp
9916 * gdb.multi/multi-arch.exp
9917 * gdb.multi/tids.exp
9918 * gdb.multi/watchpoint-multi.exp
9919 * gdb.opencl/callfuncs.exp
9920 * gdb.opencl/convs_casts.exp
9921 * gdb.opencl/datatypes.exp
9922 * gdb.opencl/operators.exp
9923 * gdb.opencl/vec_comps.exp
9924 * gdb.opt/clobbered-registers-O2.exp
9925 * gdb.opt/inline-break.exp
9926 * gdb.opt/inline-bt.exp
9927 * gdb.opt/inline-cmds.exp
9928 * gdb.opt/inline-locals.exp
9929 * gdb.pascal/case-insensitive-symbols.exp
9930 * gdb.pascal/floats.exp
9931 * gdb.pascal/gdb11492.exp
9932 * gdb.python/lib-types.exp
9933 * gdb.python/py-arch.exp
9934 * gdb.python/py-as-string.exp
9935 * gdb.python/py-bad-printers.exp
9936 * gdb.python/py-block.exp
9937 * gdb.python/py-breakpoint-create-fail.exp
9938 * gdb.python/py-breakpoint.exp
9939 * gdb.python/py-caller-is.exp
9940 * gdb.python/py-cmd.exp
9941 * gdb.python/py-explore-cc.exp
9942 * gdb.python/py-explore.exp
9943 * gdb.python/py-finish-breakpoint.exp
9944 * gdb.python/py-finish-breakpoint2.exp
9945 * gdb.python/py-frame-args.exp
9946 * gdb.python/py-frame-inline.exp
9947 * gdb.python/py-frame.exp
9948 * gdb.python/py-framefilter-mi.exp
9949 * gdb.python/py-infthread.exp
9950 * gdb.python/py-lazy-string.exp
9951 * gdb.python/py-linetable.exp
9952 * gdb.python/py-mi-events.exp
9953 * gdb.python/py-mi-objfile.exp
9954 * gdb.python/py-mi.exp
9955 * gdb.python/py-objfile.exp
9956 * gdb.python/py-pp-integral.exp
9957 * gdb.python/py-pp-maint.exp
9958 * gdb.python/py-pp-re-notag.exp
9959 * gdb.python/py-pp-registration.exp
9960 * gdb.python/py-recurse-unwind.exp
9961 * gdb.python/py-strfns.exp
9962 * gdb.python/py-symbol.exp
9963 * gdb.python/py-symtab.exp
9964 * gdb.python/py-sync-interp.exp
9965 * gdb.python/py-typeprint.exp
9966 * gdb.python/py-unwind-maint.exp
9967 * gdb.python/py-unwind.exp
9968 * gdb.python/py-value-cc.exp
9969 * gdb.python/py-xmethods.exp
9970 * gdb.reverse/amd64-tailcall-reverse.exp
9971 * gdb.reverse/break-precsave.exp
9972 * gdb.reverse/break-reverse.exp
9973 * gdb.reverse/consecutive-precsave.exp
9974 * gdb.reverse/consecutive-reverse.exp
9975 * gdb.reverse/finish-precsave.exp
9976 * gdb.reverse/finish-reverse-bkpt.exp
9977 * gdb.reverse/finish-reverse.exp
9978 * gdb.reverse/fstatat-reverse.exp
9979 * gdb.reverse/getresuid-reverse.exp
9980 * gdb.reverse/i386-precsave.exp
9981 * gdb.reverse/i386-reverse.exp
9982 * gdb.reverse/i386-sse-reverse.exp
9983 * gdb.reverse/i387-env-reverse.exp
9984 * gdb.reverse/i387-stack-reverse.exp
9985 * gdb.reverse/insn-reverse.exp
9986 * gdb.reverse/machinestate-precsave.exp
9987 * gdb.reverse/machinestate.exp
9988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9989 * gdb.reverse/pipe-reverse.exp
9990 * gdb.reverse/readv-reverse.exp
9991 * gdb.reverse/recvmsg-reverse.exp
9992 * gdb.reverse/rerun-prec.exp
9993 * gdb.reverse/s390-mvcle.exp
9994 * gdb.reverse/step-precsave.exp
9995 * gdb.reverse/step-reverse.exp
9996 * gdb.reverse/time-reverse.exp
9997 * gdb.reverse/until-precsave.exp
9998 * gdb.reverse/until-reverse.exp
9999 * gdb.reverse/waitpid-reverse.exp
10000 * gdb.reverse/watch-precsave.exp
10001 * gdb.reverse/watch-reverse.exp
10002 * gdb.rust/generics.exp
10003 * gdb.rust/methods.exp
10004 * gdb.rust/modules.exp
10005 * gdb.rust/simple.exp
10006 * gdb.server/connect-with-no-symbol-file.exp
10007 * gdb.server/ext-attach.exp
10008 * gdb.server/ext-restart.exp
10009 * gdb.server/ext-wrapper.exp
10010 * gdb.server/file-transfer.exp
10011 * gdb.server/server-exec-info.exp
10012 * gdb.server/server-kill.exp
10013 * gdb.server/server-mon.exp
10014 * gdb.server/wrapper.exp
10015 * gdb.stabs/exclfwd.exp
10016 * gdb.stabs/gdb11479.exp
10017 * gdb.threads/clone-new-thread-event.exp
10018 * gdb.threads/corethreads.exp
10019 * gdb.threads/current-lwp-dead.exp
10020 * gdb.threads/dlopen-libpthread.exp
10021 * gdb.threads/gcore-thread.exp
10022 * gdb.threads/sigstep-threads.exp
10023 * gdb.threads/watchpoint-fork.exp
10024 * gdb.trace/actions-changed.exp
10025 * gdb.trace/backtrace.exp
10026 * gdb.trace/change-loc.exp
10027 * gdb.trace/circ.exp
10028 * gdb.trace/collection.exp
10029 * gdb.trace/disconnected-tracing.exp
10030 * gdb.trace/ftrace.exp
10031 * gdb.trace/mi-trace-frame-collected.exp
10032 * gdb.trace/mi-trace-unavailable.exp
10033 * gdb.trace/mi-traceframe-changed.exp
10034 * gdb.trace/mi-tsv-changed.exp
10035 * gdb.trace/no-attach-trace.exp
10036 * gdb.trace/passc-dyn.exp
10037 * gdb.trace/qtro.exp
10038 * gdb.trace/range-stepping.exp
10039 * gdb.trace/read-memory.exp
10040 * gdb.trace/save-trace.exp
10041 * gdb.trace/signal.exp
10042 * gdb.trace/status-stop.exp
10043 * gdb.trace/tfile.exp
10044 * gdb.trace/trace-break.exp
10045 * gdb.trace/trace-buffer-size.exp
10046 * gdb.trace/trace-condition.exp
10047 * gdb.trace/tracefile-pseudo-reg.exp
10048 * gdb.trace/tstatus.exp
10049 * gdb.trace/unavailable.exp
10050 * gdb.trace/while-dyn.exp
10051 * gdb.trace/while-stepping.exp
10052
10053 2016-12-22 Doug Evans <xdje42@gmail.com>
10054
10055 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10056 and msymbols.
10057
10058 2016-12-19 Yao Qi <yao.qi@linaro.org>
10059
10060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10061 (test_with_self): Don't call do_steps_and_nexts, and remove
10062 code about stepping into xmalloc.
10063
10064 2016-12-09 Yao Qi <yao.qi@linaro.org>
10065
10066 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10067
10068 2016-12-09 Yao Qi <yao.qi@linaro.org>
10069
10070 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10071
10072 2016-12-09 Pedro Alves <palves@redhat.com>
10073
10074 * gdb.base/all-architectures-0.exp: New file.
10075 * gdb.base/all-architectures-1.exp: New file.
10076 * gdb.base/all-architectures-2.exp: New file.
10077 * gdb.base/all-architectures-3.exp: New file.
10078 * gdb.base/all-architectures-4.exp: New file.
10079 * gdb.base/all-architectures-5.exp: New file.
10080 * gdb.base/all-architectures-6.exp: New file.
10081 * gdb.base/all-architectures-7.exp: New file.
10082 * gdb.base/all-architectures.exp.in: New file.
10083
10084 2016-12-09 Yao Qi <yao.qi@linaro.org>
10085
10086 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10087
10088 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10089
10090 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10091 possible.
10092 Remove useless pattern-matching code.
10093
10094 2016-12-02 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10097 procedure.
10098 (top level): Call it.
10099
10100 2016-12-02 Pedro Alves <palves@redhat.com>
10101
10102 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10103 New procedure.
10104 (top level): Call it.
10105
10106 2016-12-02 Pedro Alves <palves@redhat.com>
10107
10108 PR cli/20559
10109 * gdb.base/commands.exp (user_defined_command_args_eval): New
10110 procedure.
10111 (top level): Call it.
10112
10113 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10114
10115 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10116 timeout handling.
10117
10118 2016-12-02 Tom Tromey <tom@tromey.com>
10119
10120 * gdb.dwarf2/main-subprogram.c: New file.
10121 * gdb.dwarf2/main-subprogram.exp: New file.
10122
10123 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10124
10125 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10126 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10127 gdb_test_no_output for a couple of cases.
10128 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10129
10130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10131
10132 Fix test names and standardize compilation error messages throughout
10133 the following files:
10134
10135 * gdb.ada/start.exp
10136 * gdb.arch/alpha-step.exp
10137 * gdb.arch/e500-prologue.exp
10138 * gdb.arch/ftrace-insn-reloc.exp
10139 * gdb.arch/gdb1291.exp
10140 * gdb.arch/gdb1431.exp
10141 * gdb.arch/gdb1558.exp
10142 * gdb.arch/i386-dr3-watch.exp
10143 * gdb.arch/i386-sse-stack-align.exp
10144 * gdb.arch/ia64-breakpoint-shadow.exp
10145 * gdb.arch/pa-nullify.exp
10146 * gdb.arch/powerpc-aix-prologue.exp
10147 * gdb.arch/thumb-bx-pc.exp
10148 * gdb.base/annota1.exp
10149 * gdb.base/annota3.exp
10150 * gdb.base/arrayidx.exp
10151 * gdb.base/assign.exp
10152 * gdb.base/attach.exp
10153 * gdb.base/auxv.exp
10154 * gdb.base/bang.exp
10155 * gdb.base/bfp-test.exp
10156 * gdb.base/bigcore.exp
10157 * gdb.base/bitfields2.exp
10158 * gdb.base/break-fun-addr.exp
10159 * gdb.base/break-probes.exp
10160 * gdb.base/call-rt-st.exp
10161 * gdb.base/callexit.exp
10162 * gdb.base/catch-fork-kill.exp
10163 * gdb.base/charset.exp
10164 * gdb.base/checkpoint.exp
10165 * gdb.base/comprdebug.exp
10166 * gdb.base/constvars.exp
10167 * gdb.base/coredump-filter.exp
10168 * gdb.base/cursal.exp
10169 * gdb.base/cvexpr.exp
10170 * gdb.base/detach.exp
10171 * gdb.base/display.exp
10172 * gdb.base/dmsym.exp
10173 * gdb.base/dprintf-pending.exp
10174 * gdb.base/dso2dso.exp
10175 * gdb.base/dtrace-probe.exp
10176 * gdb.base/dump.exp
10177 * gdb.base/enum_cond.exp
10178 * gdb.base/exe-lock.exp
10179 * gdb.base/exec-invalid-sysroot.exp
10180 * gdb.base/execl-update-breakpoints.exp
10181 * gdb.base/exprs.exp
10182 * gdb.base/fileio.exp
10183 * gdb.base/find.exp
10184 * gdb.base/finish.exp
10185 * gdb.base/fixsection.exp
10186 * gdb.base/foll-vfork.exp
10187 * gdb.base/frame-args.exp
10188 * gdb.base/gcore.exp
10189 * gdb.base/gdb1250.exp
10190 * gdb.base/global-var-nested-by-dso.exp
10191 * gdb.base/gnu-ifunc.exp
10192 * gdb.base/hashline1.exp
10193 * gdb.base/hashline2.exp
10194 * gdb.base/hashline3.exp
10195 * gdb.base/hbreak-in-shr-unsupported.exp
10196 * gdb.base/huge.exp
10197 * gdb.base/infcall-input.exp
10198 * gdb.base/info-fun.exp
10199 * gdb.base/info-shared.exp
10200 * gdb.base/jit-simple.exp
10201 * gdb.base/jit-so.exp
10202 * gdb.base/jit.exp
10203 * gdb.base/jump.exp
10204 * gdb.base/label.exp
10205 * gdb.base/lineinc.exp
10206 * gdb.base/logical.exp
10207 * gdb.base/longjmp.exp
10208 * gdb.base/macscp.exp
10209 * gdb.base/miscexprs.exp
10210 * gdb.base/new-ui-echo.exp
10211 * gdb.base/new-ui-pending-input.exp
10212 * gdb.base/new-ui.exp
10213 * gdb.base/nodebug.exp
10214 * gdb.base/nofield.exp
10215 * gdb.base/offsets.exp
10216 * gdb.base/overlays.exp
10217 * gdb.base/pending.exp
10218 * gdb.base/pointers.exp
10219 * gdb.base/pr11022.exp
10220 * gdb.base/printcmds.exp
10221 * gdb.base/prologue.exp
10222 * gdb.base/ptr-typedef.exp
10223 * gdb.base/realname-expand.exp
10224 * gdb.base/relativedebug.exp
10225 * gdb.base/relocate.exp
10226 * gdb.base/remote.exp
10227 * gdb.base/reread.exp
10228 * gdb.base/return2.exp
10229 * gdb.base/savedregs.exp
10230 * gdb.base/sep.exp
10231 * gdb.base/sepdebug.exp
10232 * gdb.base/sepsymtab.exp
10233 * gdb.base/set-inferior-tty.exp
10234 * gdb.base/setshow.exp
10235 * gdb.base/shlib-call.exp
10236 * gdb.base/sigaltstack.exp
10237 * gdb.base/siginfo-addr.exp
10238 * gdb.base/signals.exp
10239 * gdb.base/signull.exp
10240 * gdb.base/sigrepeat.exp
10241 * gdb.base/so-impl-ld.exp
10242 * gdb.base/solib-display.exp
10243 * gdb.base/solib-overlap.exp
10244 * gdb.base/solib-search.exp
10245 * gdb.base/solib-symbol.exp
10246 * gdb.base/structs.exp
10247 * gdb.base/structs2.exp
10248 * gdb.base/symtab-search-order.exp
10249 * gdb.base/twice.exp
10250 * gdb.base/unload.exp
10251 * gdb.base/varargs.exp
10252 * gdb.base/watchpoint-solib.exp
10253 * gdb.base/watchpoint.exp
10254 * gdb.base/whatis.exp
10255 * gdb.base/wrong_frame_bt_full.exp
10256 * gdb.btrace/dlopen.exp
10257 * gdb.cell/ea-standalone.exp
10258 * gdb.cell/ea-test.exp
10259 * gdb.cp/dispcxx.exp
10260 * gdb.cp/gdb2384.exp
10261 * gdb.cp/method2.exp
10262 * gdb.cp/nextoverthrow.exp
10263 * gdb.cp/pr10728.exp
10264 * gdb.disasm/am33.exp
10265 * gdb.disasm/h8300s.exp
10266 * gdb.disasm/mn10300.exp
10267 * gdb.disasm/sh3.exp
10268 * gdb.dwarf2/dw2-dir-file-name.exp
10269 * gdb.fortran/complex.exp
10270 * gdb.fortran/library-module.exp
10271 * gdb.guile/scm-pretty-print.exp
10272 * gdb.guile/scm-symbol.exp
10273 * gdb.guile/scm-type.exp
10274 * gdb.guile/scm-value.exp
10275 * gdb.linespec/linespec.exp
10276 * gdb.mi/gdb701.exp
10277 * gdb.mi/gdb792.exp
10278 * gdb.mi/mi-breakpoint-changed.exp
10279 * gdb.mi/mi-dprintf-pending.exp
10280 * gdb.mi/mi-dprintf.exp
10281 * gdb.mi/mi-exit-code.exp
10282 * gdb.mi/mi-pending.exp
10283 * gdb.mi/mi-solib.exp
10284 * gdb.mi/new-ui-mi-sync.exp
10285 * gdb.mi/pr11022.exp
10286 * gdb.mi/user-selected-context-sync.exp
10287 * gdb.opt/solib-intra-step.exp
10288 * gdb.python/py-events.exp
10289 * gdb.python/py-finish-breakpoint.exp
10290 * gdb.python/py-mi.exp
10291 * gdb.python/py-prettyprint.exp
10292 * gdb.python/py-shared.exp
10293 * gdb.python/py-symbol.exp
10294 * gdb.python/py-template.exp
10295 * gdb.python/py-type.exp
10296 * gdb.python/py-value.exp
10297 * gdb.reverse/solib-precsave.exp
10298 * gdb.reverse/solib-reverse.exp
10299 * gdb.server/solib-list.exp
10300 * gdb.stabs/weird.exp
10301 * gdb.threads/reconnect-signal.exp
10302 * gdb.threads/stepi-random-signal.exp
10303 * gdb.trace/actions.exp
10304 * gdb.trace/ax.exp
10305 * gdb.trace/backtrace.exp
10306 * gdb.trace/change-loc.exp
10307 * gdb.trace/deltrace.exp
10308 * gdb.trace/ftrace-lock.exp
10309 * gdb.trace/ftrace.exp
10310 * gdb.trace/infotrace.exp
10311 * gdb.trace/mi-tracepoint-changed.exp
10312 * gdb.trace/packetlen.exp
10313 * gdb.trace/passcount.exp
10314 * gdb.trace/pending.exp
10315 * gdb.trace/range-stepping.exp
10316 * gdb.trace/report.exp
10317 * gdb.trace/stap-trace.exp
10318 * gdb.trace/tfind.exp
10319 * gdb.trace/trace-break.exp
10320 * gdb.trace/trace-condition.exp
10321 * gdb.trace/trace-enable-disable.exp
10322 * gdb.trace/trace-mt.exp
10323 * gdb.trace/tracecmd.exp
10324 * gdb.trace/tspeed.exp
10325 * gdb.trace/tsv.exp
10326 * lib/perftest.exp
10327
10328 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10329
10330 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10331 with gdb_test_no_output.
10332 Use command as test name.
10333
10334 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10335
10336 Fix test names starting with uppercase throughout the files.
10337
10338 * gdb.ada/assign_1.exp
10339 * gdb.ada/boolean_expr.exp
10340 * gdb.base/arrayidx.exp
10341 * gdb.base/del.exp
10342 * gdb.base/gcore-buffer-overflow.exp
10343 * gdb.base/testenv.exp
10344 * gdb.compile/compile.exp
10345 * gdb.python/py-framefilter-invalidarg.exp
10346 * gdb.python/py-framefilter.exp
10347
10348 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10349
10350 Fix test names starting with uppercase throughout the files.
10351
10352 * gdb.ada/array_return.exp
10353 * gdb.ada/expr_delims.exp
10354 * gdb.ada/mi_dyn_arr.exp
10355 * gdb.ada/mi_interface.exp
10356 * gdb.ada/mi_var_array.exp
10357 * gdb.ada/watch_arg.exp
10358 * gdb.arch/alpha-step.exp
10359 * gdb.arch/altivec-regs.exp
10360 * gdb.arch/e500-regs.exp
10361 * gdb.arch/powerpc-d128-regs.exp
10362 * gdb.base/arrayidx.exp
10363 * gdb.base/break.exp
10364 * gdb.base/checkpoint.exp
10365 * gdb.base/debug-expr.exp
10366 * gdb.base/dmsym.exp
10367 * gdb.base/radix.exp
10368 * gdb.base/sepdebug.exp
10369 * gdb.base/testenv.exp
10370 * gdb.base/watch_thread_num.exp
10371 * gdb.base/watchpoint-cond-gone.exp
10372 * gdb.cell/break.exp
10373 * gdb.cell/ea-cache.exp
10374 * gdb.compile/compile.exp
10375 * gdb.cp/gdb2495.exp
10376 * gdb.gdb/selftest.exp
10377 * gdb.gdb/xfullpath.exp
10378 * gdb.go/hello.exp
10379 * gdb.go/integers.exp
10380 * gdb.objc/basicclass.exp
10381 * gdb.pascal/hello.exp
10382 * gdb.pascal/integers.exp
10383 * gdb.python/py-breakpoint.exp
10384 * gdb.python/py-cmd.exp
10385 * gdb.python/py-linetable.exp
10386 * gdb.python/py-xmethods.exp
10387 * gdb.python/python.exp
10388 * gdb.reverse/consecutive-precsave.exp
10389 * gdb.reverse/finish-precsave.exp
10390 * gdb.reverse/i386-precsave.exp
10391 * gdb.reverse/machinestate-precsave.exp
10392 * gdb.reverse/sigall-precsave.exp
10393 * gdb.reverse/solib-precsave.exp
10394 * gdb.reverse/step-precsave.exp
10395 * gdb.reverse/until-precsave.exp
10396 * gdb.reverse/watch-precsave.exp
10397 * gdb.threads/leader-exit.exp
10398 * gdb.threads/pthreads.exp
10399 * gdb.threads/wp-replication.exp
10400 * gdb.trace/actions.exp
10401 * gdb.trace/mi-tsv-changed.exp
10402 * gdb.trace/tsv.exp
10403
10404 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10405
10406 Fix test names starting with uppercase throughout the files.
10407
10408 * gdb.arch/i386-bp_permanent.exp
10409 * gdb.arch/i386-gnu-cfi.exp
10410 * gdb.base/disasm-end-cu.exp
10411 * gdb.base/macscp.exp
10412 * gdb.base/pending.exp
10413 * gdb.base/watch_thread_num.exp
10414 * gdb.cp/exception.exp
10415 * gdb.cp/gdb2495.exp
10416 * gdb.cp/local.exp
10417 * gdb.python/py-evsignal.exp
10418 * gdb.python/python.exp
10419 * gdb.trace/tracecmd.exp
10420
10421 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10422
10423 Fix test names starting with uppercase throughout the files.
10424
10425 * gdb.base/charset.exp
10426 * gdb.base/eval.exp
10427 * gdb.base/multi-forks.exp
10428 * gdb.guile/scm-progspace.exp
10429 * gdb.opencl/datatypes.exp
10430 * gdb.python/py-block.exp
10431 * gdb.python/py-function.exp
10432 * gdb.python/py-symbol.exp
10433 * gdb.python/py-symtab.exp
10434 * gdb.python/py-xmethods.exp
10435 * gdb.reverse/break-precsave.exp
10436 * gdb.reverse/break-reverse.exp
10437 * gdb.reverse/consecutive-precsave.exp
10438 * gdb.reverse/consecutive-reverse.exp
10439 * gdb.reverse/finish-precsave.exp
10440 * gdb.reverse/finish-reverse-bkpt.exp
10441 * gdb.reverse/finish-reverse.exp
10442 * gdb.reverse/fstatat-reverse.exp
10443 * gdb.reverse/getresuid-reverse.exp
10444 * gdb.reverse/i386-precsave.exp
10445 * gdb.reverse/i386-reverse.exp
10446 * gdb.reverse/i386-sse-reverse.exp
10447 * gdb.reverse/i387-stack-reverse.exp
10448 * gdb.reverse/insn-reverse.exp
10449 * gdb.reverse/machinestate-precsave.exp
10450 * gdb.reverse/machinestate.exp
10451 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10452 * gdb.reverse/pipe-reverse.exp
10453 * gdb.reverse/readv-reverse.exp
10454 * gdb.reverse/recvmsg-reverse.exp
10455 * gdb.reverse/rerun-prec.exp
10456 * gdb.reverse/s390-mvcle.exp
10457 * gdb.reverse/sigall-precsave.exp
10458 * gdb.reverse/sigall-reverse.exp
10459 * gdb.reverse/solib-precsave.exp
10460 * gdb.reverse/solib-reverse.exp
10461 * gdb.reverse/step-precsave.exp
10462 * gdb.reverse/step-reverse.exp
10463 * gdb.reverse/time-reverse.exp
10464 * gdb.reverse/until-precsave.exp
10465 * gdb.reverse/until-reverse.exp
10466 * gdb.reverse/waitpid-reverse.exp
10467 * gdb.reverse/watch-precsave.exp
10468 * gdb.reverse/watch-reverse.exp
10469
10470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10471
10472 Fix test names starting with uppercase throughout the files.
10473
10474 * gdb.arch/i386-mpx-simple_segv.exp
10475 * gdb.arch/i386-mpx.exp
10476 * gdb.arch/i386-permbkpt.exp
10477 * gdb.arch/pa-nullify.exp
10478 * gdb.arch/powerpc-d128-regs.exp
10479 * gdb.arch/vsx-regs.exp
10480 * gdb.base/bfp-test.exp
10481 * gdb.base/break.exp
10482 * gdb.base/breakpoint-shadow.exp
10483 * gdb.base/callfuncs.exp
10484 * gdb.base/charset.exp
10485 * gdb.base/commands.exp
10486 * gdb.base/completion.exp
10487 * gdb.base/dfp-test.exp
10488 * gdb.base/echo.exp
10489 * gdb.base/ending-run.exp
10490 * gdb.base/eval.exp
10491 * gdb.base/expand-psymtabs.exp
10492 * gdb.base/float128.exp
10493 * gdb.base/floatn.exp
10494 * gdb.base/foll-exec-mode.exp
10495 * gdb.base/gdb1056.exp
10496 * gdb.base/gdb11531.exp
10497 * gdb.base/kill-after-signal.exp
10498 * gdb.base/multi-forks.exp
10499 * gdb.base/overlays.exp
10500 * gdb.base/pending.exp
10501 * gdb.base/sepdebug.exp
10502 * gdb.base/testenv.exp
10503 * gdb.base/valgrind-db-attach.exp
10504 * gdb.base/watch_thread_num.exp
10505 * gdb.base/watchpoint-cond-gone.exp
10506 * gdb.base/watchpoint.exp
10507 * gdb.base/watchpoints.exp
10508 * gdb.cp/arg-reference.exp
10509 * gdb.cp/baseenum.exp
10510 * gdb.cp/operator.exp
10511 * gdb.cp/shadow.exp
10512 * gdb.dwarf2/dw2-op-out-param.exp
10513 * gdb.dwarf2/dw2-reg-undefined.exp
10514 * gdb.go/chan.exp
10515 * gdb.go/hello.exp
10516 * gdb.go/integers.exp
10517 * gdb.go/methods.exp
10518 * gdb.go/package.exp
10519 * gdb.guile/scm-parameter.exp
10520 * gdb.guile/scm-progspace.exp
10521 * gdb.guile/scm-value.exp
10522 * gdb.mi/mi-pending.exp
10523 * gdb.mi/user-selected-context-sync.exp
10524 * gdb.multi/multi-attach.exp
10525 * gdb.multi/tids.exp
10526 * gdb.opt/clobbered-registers-O2.exp
10527 * gdb.pascal/floats.exp
10528 * gdb.pascal/integers.exp
10529 * gdb.python/py-block.exp
10530 * gdb.python/py-events.exp
10531 * gdb.python/py-parameter.exp
10532 * gdb.python/py-symbol.exp
10533 * gdb.python/py-symtab.exp
10534 * gdb.python/py-type.exp
10535 * gdb.python/py-value.exp
10536 * gdb.python/py-xmethods.exp
10537 * gdb.python/python.exp
10538 * gdb.reverse/break-precsave.exp
10539 * gdb.reverse/consecutive-precsave.exp
10540 * gdb.reverse/finish-precsave.exp
10541 * gdb.reverse/i386-precsave.exp
10542 * gdb.reverse/machinestate-precsave.exp
10543 * gdb.reverse/sigall-precsave.exp
10544 * gdb.reverse/solib-precsave.exp
10545 * gdb.reverse/step-precsave.exp
10546 * gdb.reverse/until-precsave.exp
10547 * gdb.reverse/watch-precsave.exp
10548 * gdb.server/ext-attach.exp
10549 * gdb.server/ext-restart.exp
10550 * gdb.server/ext-run.exp
10551 * gdb.server/ext-wrapper.exp
10552 * gdb.stabs/gdb11479.exp
10553 * gdb.stabs/weird.exp
10554 * gdb.threads/attach-many-short-lived-threads.exp
10555 * gdb.threads/kill.exp
10556 * gdb.threads/watchpoint-fork.exp
10557
10558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10559
10560 Fix test names starting with uppercase throughout all the files below.
10561
10562 * gdb.ada/array_return.exp
10563 * gdb.ada/catch_ex.exp
10564 * gdb.ada/info_exc.exp
10565 * gdb.ada/mi_catch_ex.exp
10566 * gdb.ada/mi_dyn_arr.exp
10567 * gdb.ada/mi_ex_cond.exp
10568 * gdb.ada/mi_exc_info.exp
10569 * gdb.ada/mi_interface.exp
10570 * gdb.ada/mi_task_arg.exp
10571 * gdb.ada/mi_task_info.exp
10572 * gdb.ada/mi_var_array.exp
10573 * gdb.arch/alpha-step.exp
10574 * gdb.arch/amd64-disp-step.exp
10575 * gdb.arch/arm-disp-step.exp
10576 * gdb.arch/disp-step-insn-reloc.exp
10577 * gdb.arch/e500-prologue.exp
10578 * gdb.arch/ftrace-insn-reloc.exp
10579 * gdb.arch/gdb1558.exp
10580 * gdb.arch/i386-bp_permanent.exp
10581 * gdb.arch/i386-disp-step.exp
10582 * gdb.arch/i386-float.exp
10583 * gdb.arch/i386-gnu-cfi.exp
10584 * gdb.arch/ia64-breakpoint-shadow.exp
10585 * gdb.arch/mips16-thunks.exp
10586 * gdb.arch/pa-nullify.exp
10587 * gdb.arch/powerpc-aix-prologue.exp
10588 * gdb.arch/powerpc-power.exp
10589 * gdb.arch/ppc-dfp.exp
10590 * gdb.arch/s390-tdbregs.exp
10591 * gdb.arch/spu-info.exp
10592 * gdb.arch/spu-ls.exp
10593 * gdb.arch/thumb-bx-pc.exp
10594 * gdb.base/advance.exp
10595 * gdb.base/annota-input-while-running.exp
10596 * gdb.base/arrayidx.exp
10597 * gdb.base/asmlabel.exp
10598 * gdb.base/async.exp
10599 * gdb.base/attach-wait-input.exp
10600 * gdb.base/auto-connect-native-target.exp
10601 * gdb.base/batch-preserve-term-settings.exp
10602 * gdb.base/bfp-test.exp
10603 * gdb.base/bigcore.exp
10604 * gdb.base/bp-permanent.exp
10605 * gdb.base/break-always.exp
10606 * gdb.base/break-fun-addr.exp
10607 * gdb.base/break-idempotent.exp
10608 * gdb.base/break-main-file-remove-fail.exp
10609 * gdb.base/break-probes.exp
10610 * gdb.base/break-unload-file.exp
10611 * gdb.base/break.exp
10612 * gdb.base/call-ar-st.exp
10613 * gdb.base/call-rt-st.exp
10614 * gdb.base/call-sc.exp
10615 * gdb.base/call-signal-resume.exp
10616 * gdb.base/call-strs.exp
10617 * gdb.base/callexit.exp
10618 * gdb.base/callfuncs.exp
10619 * gdb.base/catch-gdb-caused-signals.exp
10620 * gdb.base/catch-signal-siginfo-cond.exp
10621 * gdb.base/catch-syscall.exp
10622 * gdb.base/compare-sections.exp
10623 * gdb.base/cond-eval-mode.exp
10624 * gdb.base/condbreak-call-false.exp
10625 * gdb.base/consecutive-step-over.exp
10626 * gdb.base/cursal.exp
10627 * gdb.base/disabled-location.exp
10628 * gdb.base/disasm-end-cu.exp
10629 * gdb.base/display.exp
10630 * gdb.base/double-prompt-target-event-error.exp
10631 * gdb.base/dprintf-bp-same-addr.exp
10632 * gdb.base/dprintf-detach.exp
10633 * gdb.base/dprintf-next.exp
10634 * gdb.base/dprintf-non-stop.exp
10635 * gdb.base/dprintf-pending.exp
10636 * gdb.base/dso2dso.exp
10637 * gdb.base/ending-run.exp
10638 * gdb.base/enum_cond.exp
10639 * gdb.base/examine-backward.exp
10640 * gdb.base/exe-lock.exp
10641 * gdb.base/exec-invalid-sysroot.exp
10642 * gdb.base/execl-update-breakpoints.exp
10643 * gdb.base/execution-termios.exp
10644 * gdb.base/fileio.exp
10645 * gdb.base/fixsection.exp
10646 * gdb.base/foll-exec-mode.exp
10647 * gdb.base/foll-exec.exp
10648 * gdb.base/fork-running-state.exp
10649 * gdb.base/frame-args.exp
10650 * gdb.base/fullpath-expand.exp
10651 * gdb.base/func-ptr.exp
10652 * gdb.base/gcore-relro-pie.exp
10653 * gdb.base/gdb1090.exp
10654 * gdb.base/gdb1555.exp
10655 * gdb.base/global-var-nested-by-dso.exp
10656 * gdb.base/gnu-ifunc.exp
10657 * gdb.base/hbreak-in-shr-unsupported.exp
10658 * gdb.base/hbreak-unmapped.exp
10659 * gdb.base/hook-stop.exp
10660 * gdb.base/infcall-input.exp
10661 * gdb.base/info-fun.exp
10662 * gdb.base/info-shared.exp
10663 * gdb.base/interrupt-noterm.exp
10664 * gdb.base/jit-so.exp
10665 * gdb.base/jit.exp
10666 * gdb.base/line-symtabs.exp
10667 * gdb.base/list.exp
10668 * gdb.base/longjmp.exp
10669 * gdb.base/macscp.exp
10670 * gdb.base/max-value-size.exp
10671 * gdb.base/nodebug.exp
10672 * gdb.base/nofield.exp
10673 * gdb.base/overlays.exp
10674 * gdb.base/paginate-after-ctrl-c-running.exp
10675 * gdb.base/paginate-bg-execution.exp
10676 * gdb.base/paginate-inferior-exit.exp
10677 * gdb.base/pending.exp
10678 * gdb.base/pr11022.exp
10679 * gdb.base/printcmds.exp
10680 * gdb.base/ptr-typedef.exp
10681 * gdb.base/ptype.exp
10682 * gdb.base/randomize.exp
10683 * gdb.base/range-stepping.exp
10684 * gdb.base/realname-expand.exp
10685 * gdb.base/relativedebug.exp
10686 * gdb.base/remote.exp
10687 * gdb.base/savedregs.exp
10688 * gdb.base/sepdebug.exp
10689 * gdb.base/set-noassign.exp
10690 * gdb.base/shlib-call.exp
10691 * gdb.base/shreloc.exp
10692 * gdb.base/sigaltstack.exp
10693 * gdb.base/sigbpt.exp
10694 * gdb.base/siginfo-addr.exp
10695 * gdb.base/siginfo-obj.exp
10696 * gdb.base/siginfo-thread.exp
10697 * gdb.base/signest.exp
10698 * gdb.base/signull.exp
10699 * gdb.base/sigrepeat.exp
10700 * gdb.base/skip.exp
10701 * gdb.base/so-impl-ld.exp
10702 * gdb.base/solib-corrupted.exp
10703 * gdb.base/solib-disc.exp
10704 * gdb.base/solib-display.exp
10705 * gdb.base/solib-overlap.exp
10706 * gdb.base/solib-search.exp
10707 * gdb.base/solib-symbol.exp
10708 * gdb.base/source-execution.exp
10709 * gdb.base/sss-bp-on-user-bp-2.exp
10710 * gdb.base/sss-bp-on-user-bp.exp
10711 * gdb.base/stack-checking.exp
10712 * gdb.base/stale-infcall.exp
10713 * gdb.base/step-break.exp
10714 * gdb.base/step-line.exp
10715 * gdb.base/step-over-exit.exp
10716 * gdb.base/step-test.exp
10717 * gdb.base/structs.exp
10718 * gdb.base/sym-file.exp
10719 * gdb.base/symtab-search-order.exp
10720 * gdb.base/term.exp
10721 * gdb.base/type-opaque.exp
10722 * gdb.base/unload.exp
10723 * gdb.base/until-nodebug.exp
10724 * gdb.base/until.exp
10725 * gdb.base/unwindonsignal.exp
10726 * gdb.base/watch-cond.exp
10727 * gdb.base/watch-non-mem.exp
10728 * gdb.base/watch_thread_num.exp
10729 * gdb.base/watchpoint-reuse-slot.exp
10730 * gdb.base/watchpoint-solib.exp
10731 * gdb.base/watchpoint.exp
10732 * gdb.btrace/dlopen.exp
10733 * gdb.cell/arch.exp
10734 * gdb.cell/break.exp
10735 * gdb.cell/bt.exp
10736 * gdb.cell/core.exp
10737 * gdb.cell/data.exp
10738 * gdb.cell/dwarfaddr.exp
10739 * gdb.cell/ea-cache.exp
10740 * gdb.cell/ea-standalone.exp
10741 * gdb.cell/ea-test.exp
10742 * gdb.cell/f-regs.exp
10743 * gdb.cell/fork.exp
10744 * gdb.cell/gcore.exp
10745 * gdb.cell/mem-access.exp
10746 * gdb.cell/ptype.exp
10747 * gdb.cell/registers.exp
10748 * gdb.cell/sizeof.exp
10749 * gdb.cell/solib-symbol.exp
10750 * gdb.cell/solib.exp
10751 * gdb.compile/compile-tls.exp
10752 * gdb.cp/exception.exp
10753 * gdb.cp/gdb2495.exp
10754 * gdb.cp/local.exp
10755 * gdb.cp/mb-inline.exp
10756 * gdb.cp/mb-templates.exp
10757 * gdb.cp/pr10687.exp
10758 * gdb.cp/pr9167.exp
10759 * gdb.cp/scope-err.exp
10760 * gdb.cp/templates.exp
10761 * gdb.cp/virtfunc.exp
10762 * gdb.dwarf2/dw2-dir-file-name.exp
10763 * gdb.dwarf2/dw2-single-line-discriminators.exp
10764 * gdb.fortran/complex.exp
10765 * gdb.fortran/library-module.exp
10766 * gdb.guile/guile.exp
10767 * gdb.guile/scm-cmd.exp
10768 * gdb.guile/scm-frame-inline.exp
10769 * gdb.guile/scm-objfile.exp
10770 * gdb.guile/scm-pretty-print.exp
10771 * gdb.guile/scm-symbol.exp
10772 * gdb.guile/scm-type.exp
10773 * gdb.guile/scm-value.exp
10774 * gdb.linespec/keywords.exp
10775 * gdb.linespec/ls-errs.exp
10776 * gdb.linespec/macro-relative.exp
10777 * gdb.linespec/thread.exp
10778 * gdb.mi/mi-breakpoint-changed.exp
10779 * gdb.mi/mi-dprintf-pending.exp
10780 * gdb.mi/mi-fullname-deleted.exp
10781 * gdb.mi/mi-logging.exp
10782 * gdb.mi/mi-pending.exp
10783 * gdb.mi/mi-solib.exp
10784 * gdb.mi/new-ui-mi-sync.exp
10785 * gdb.mi/user-selected-context-sync.exp
10786 * gdb.multi/dummy-frame-restore.exp
10787 * gdb.multi/multi-arch-exec.exp
10788 * gdb.multi/remove-inferiors.exp
10789 * gdb.multi/watchpoint-multi-exit.exp
10790 * gdb.opt/solib-intra-step.exp
10791 * gdb.perf/backtrace.exp
10792 * gdb.perf/single-step.exp
10793 * gdb.perf/skip-command.exp
10794 * gdb.perf/skip-prologue.exp
10795 * gdb.perf/solib.exp
10796 * gdb.python/lib-types.exp
10797 * gdb.python/py-as-string.exp
10798 * gdb.python/py-bad-printers.exp
10799 * gdb.python/py-block.exp
10800 * gdb.python/py-breakpoint.exp
10801 * gdb.python/py-cmd.exp
10802 * gdb.python/py-events.exp
10803 * gdb.python/py-evthreads.exp
10804 * gdb.python/py-finish-breakpoint.exp
10805 * gdb.python/py-finish-breakpoint2.exp
10806 * gdb.python/py-frame-inline.exp
10807 * gdb.python/py-frame.exp
10808 * gdb.python/py-inferior.exp
10809 * gdb.python/py-infthread.exp
10810 * gdb.python/py-mi.exp
10811 * gdb.python/py-objfile.exp
10812 * gdb.python/py-pp-maint.exp
10813 * gdb.python/py-pp-registration.exp
10814 * gdb.python/py-prettyprint.exp
10815 * gdb.python/py-recurse-unwind.exp
10816 * gdb.python/py-shared.exp
10817 * gdb.python/py-symbol.exp
10818 * gdb.python/py-symtab.exp
10819 * gdb.python/py-template.exp
10820 * gdb.python/py-type.exp
10821 * gdb.python/py-unwind-maint.exp
10822 * gdb.python/py-unwind.exp
10823 * gdb.python/py-value.exp
10824 * gdb.python/python.exp
10825 * gdb.reverse/finish-reverse-bkpt.exp
10826 * gdb.reverse/insn-reverse.exp
10827 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10828 * gdb.reverse/solib-precsave.exp
10829 * gdb.reverse/solib-reverse.exp
10830 * gdb.stabs/gdb11479.exp
10831 * gdb.stabs/weird.exp
10832 * gdb.threads/fork-child-threads.exp
10833 * gdb.threads/fork-plus-threads.exp
10834 * gdb.threads/fork-thread-pending.exp
10835 * gdb.threads/forking-threads-plus-breakpoint.exp
10836 * gdb.threads/hand-call-in-threads.exp
10837 * gdb.threads/interrupted-hand-call.exp
10838 * gdb.threads/linux-dp.exp
10839 * gdb.threads/local-watch-wrong-thread.exp
10840 * gdb.threads/next-while-other-thread-longjmps.exp
10841 * gdb.threads/non-ldr-exit.exp
10842 * gdb.threads/pending-step.exp
10843 * gdb.threads/print-threads.exp
10844 * gdb.threads/process-dies-while-detaching.exp
10845 * gdb.threads/process-dies-while-handling-bp.exp
10846 * gdb.threads/pthreads.exp
10847 * gdb.threads/queue-signal.exp
10848 * gdb.threads/reconnect-signal.exp
10849 * gdb.threads/signal-command-handle-nopass.exp
10850 * gdb.threads/signal-command-multiple-signals-pending.exp
10851 * gdb.threads/signal-delivered-right-thread.exp
10852 * gdb.threads/signal-sigtrap.exp
10853 * gdb.threads/sigthread.exp
10854 * gdb.threads/staticthreads.exp
10855 * gdb.threads/stepi-random-signal.exp
10856 * gdb.threads/thread-unwindonsignal.exp
10857 * gdb.threads/thread_check.exp
10858 * gdb.threads/thread_events.exp
10859 * gdb.threads/tid-reuse.exp
10860 * gdb.threads/tls-nodebug.exp
10861 * gdb.threads/tls-shared.exp
10862 * gdb.threads/tls-so_extern.exp
10863 * gdb.threads/tls.exp
10864 * gdb.threads/wp-replication.exp
10865 * gdb.trace/actions-changed.exp
10866 * gdb.trace/actions.exp
10867 * gdb.trace/backtrace.exp
10868 * gdb.trace/change-loc.exp
10869 * gdb.trace/collection.exp
10870 * gdb.trace/deltrace.exp
10871 * gdb.trace/disconnected-tracing.exp
10872 * gdb.trace/entry-values.exp
10873 * gdb.trace/ftrace-lock.exp
10874 * gdb.trace/ftrace.exp
10875 * gdb.trace/infotrace.exp
10876 * gdb.trace/mi-trace-frame-collected.exp
10877 * gdb.trace/mi-trace-unavailable.exp
10878 * gdb.trace/mi-traceframe-changed.exp
10879 * gdb.trace/mi-tracepoint-changed.exp
10880 * gdb.trace/mi-tsv-changed.exp
10881 * gdb.trace/no-attach-trace.exp
10882 * gdb.trace/packetlen.exp
10883 * gdb.trace/passc-dyn.exp
10884 * gdb.trace/passcount.exp
10885 * gdb.trace/pending.exp
10886 * gdb.trace/pr16508.exp
10887 * gdb.trace/qtro.exp
10888 * gdb.trace/range-stepping.exp
10889 * gdb.trace/read-memory.exp
10890 * gdb.trace/report.exp
10891 * gdb.trace/save-trace.exp
10892 * gdb.trace/signal.exp
10893 * gdb.trace/stap-trace.exp
10894 * gdb.trace/status-stop.exp
10895 * gdb.trace/strace.exp
10896 * gdb.trace/tfile.exp
10897 * gdb.trace/tfind.exp
10898 * gdb.trace/trace-break.exp
10899 * gdb.trace/trace-condition.exp
10900 * gdb.trace/trace-enable-disable.exp
10901 * gdb.trace/trace-mt.exp
10902 * gdb.trace/tracecmd.exp
10903 * gdb.trace/tracefile-pseudo-reg.exp
10904 * gdb.trace/tspeed.exp
10905 * gdb.trace/tstatus.exp
10906 * gdb.trace/tsv.exp
10907 * gdb.trace/unavailable.exp
10908 * gdb.trace/while-dyn.exp
10909 * gdb.trace/while-stepping.exp
10910 * lib/gdb-guile.exp
10911 * lib/gdb.exp
10912 * lib/mi-support.exp
10913 * lib/pascal.exp
10914 * lib/perftest.exp
10915 * lib/prelink-support.exp
10916 * lib/selftest-support.exp
10917
10918 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
10919
10920 * Makefile.in: Include disable-implicit-rules.mk.
10921
10922 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10923
10924 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
10925 non-byte-aligned bit fields.
10926
10927 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10928
10929 PR gdb/12616
10930 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
10931 respects the DW_AT_data_bit_offset attribute.
10932
10933 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
10934
10935 * gdb.base/default.exp: Fix output of "set language".
10936
10937 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
10938
10939 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
10940 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
10941 make.
10942 * configure.ac: Remove checks for the make program.
10943 * configure: Re-generate.
10944
10945 2016-11-16 Kevin Buettner <kevinb@redhat.com>
10946
10947 * gdb.python/py-recurse-unwind.c (main): Add loop.
10948 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
10949 to read_register() and gdb.parse_and_eval(). Make each code
10950 call a separate case that can be individually tested.
10951 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
10952 proc. Call cont_and_backtrace for each of the code paths that
10953 we want to test in the unwinder.
10954
10955 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
10956
10957 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
10958 the definition of struct S.
10959
10960 2016-11-11 Catherine Moore <clm@codesourcery.com>
10961
10962 * gdb.base/dump.exp: Identify verilog format dump tests as such.
10963
10964 2016-11-09 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/commands.exp (runto_or_return): New procedure.
10967 (gdbvar_simple_if_test, gdbvar_simple_while_test)
10968 (gdbvar_complex_if_while_test, progvar_simple_if_test)
10969 (progvar_simple_while_test, progvar_complex_if_while_test)
10970 (if_while_breakpoint_command_test)
10971 (infrun_breakpoint_command_test, breakpoint_command_test)
10972 (user_defined_command_test, watchpoint_command_test)
10973 (test_command_prompt_position, redefine_hook_test)
10974 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
10975 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
10976 multi_line_input and multi_line. Remove gdb_expect and
10977 gdb_stop_suppressing_tests uses.
10978 * lib/gdb.exp (valnum_re): New global.
10979 (multi_line_input): New procedure.
10980
10981 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
10982
10983 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
10984 Remove.
10985 (test_setup): Define with proc_with_prefix.
10986 (test_cli_inferior): Likewise.
10987 (test_cli_thread): Likewise.
10988 (test_cli_frame): Likewise.
10989 (test_cli_select_frame): Likewise.
10990 (test_cli_up_down): Likewise.
10991 (test_mi_thread_select): Likewise.
10992 (test_mi_stack_select_frame): Likewise.
10993 (test_cli_in_mi_inferior): Likewise.
10994 (test_cli_in_mi_thread): Likewise.
10995 (test_cli_in_mi_frame): Likewise.
10996 (top level): Do not use with_test_prefix_procname.
10997
10998 2016-11-09 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/commands.exp (gdbvar_simple_if_test)
11001 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11002 (progvar_simple_if_test, progvar_simple_while_test)
11003 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11004 (infrun_breakpoint_command_test, breakpoint_command_test)
11005 (user_defined_command_test, watchpoint_command_test)
11006 (test_command_prompt_position, deprecated_command_test)
11007 (bp_deleted_in_command, temporary_breakpoint_commands)
11008 (stray_arg0_test, source_file_with_indented_comment)
11009 (recursive_source_test, if_commands_test)
11010 (error_clears_commands_left, redefine_hook_test)
11011 (redefine_backtrace_test): Use proc_with_prefix.
11012 * lib/gdb.exp (proc_with_prefix): New proc.
11013
11014 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11015
11016 * gdb.base/tui-layout.c: New file.
11017 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11018 disassembly window contains very long lines.
11019
11020 2016-11-08 Tom Tromey <tom@tromey.com>
11021
11022 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11023 depend on Python 2.
11024
11025 2016-11-08 Tom Tromey <tom@tromey.com>
11026
11027 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11028 New method.
11029
11030 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11031
11032 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11033
11034 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11035
11036 * gdb.rust/simple.rs: Add test for univariant enums without
11037 discriminants and for encoded struct-like enums.
11038
11039 2016-10-28 Pedro Alves <palves@redhat.com>
11040
11041 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11042 gdb_test_multiple, tighten regexps and match symtabs and line
11043 tables incrementally.
11044
11045 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11046
11047 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11048 general.
11049
11050 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11051
11052 * gdb.base/exec-invalid-sysroot.exp: New file.
11053
11054 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11057
11058 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11059
11060 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11061
11062 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11063
11064 * gdb.base/killed-outside.exp: Remove $options from a call to
11065 `prepare_for_testing'.
11066
11067 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11068
11069 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11070 Change test message.
11071
11072 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11073
11074 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11075 Update comment.
11076
11077 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11078
11079 * gdb.trace/mi-trace-save.exp: New file.
11080
11081 2016-10-13 Yao Qi <yao.qi@linaro.org>
11082
11083 * gdb.base/code_elim.exp (get_var_address): Remove.
11084 * gdb.base/relocate.exp: Likewise.
11085 * gdb.base/shreloc.exp: Likewise.
11086 * lib/gdb.exp (get_var_address): New.
11087
11088 2016-10-13 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11091 floating point tests if $skip_float_test is false.
11092
11093 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11094
11095 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11096 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11097 argc values.
11098 Add 1 to argc so we guarantee distinct initial/modified argc values.
11099
11100 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11103
11104 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11107 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11108 * gdb.arch/vsx-regs.exp: Likewise.
11109
11110 2016-10-07 Yao Qi <yao.qi@linaro.org>
11111
11112 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11113
11114 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11115
11116 * gdb.python/python.exp: Test decode_line("*0").
11117
11118 2016-10-06 Doug Evans <dje@google.com>
11119
11120 * gdb.python/py-value.exp (test_value_creation): Add test for large
11121 unsigned 64-bit value.
11122
11123 2016-10-06 Tom Tromey <tom@tromey.com>
11124
11125 * gdb.compile/compile.exp: Change java tests to rust.
11126 * gdb.base/setshow.exp: Change java tests to rust.
11127 * gdb.base/default.exp: Remove java from language list.
11128 * README (Examples): Update language example.
11129 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11130 test.
11131 * lib/gdb.exp (skip_java_tests): Remove.
11132 * lib/java.exp: Remove.
11133 * gdb.java: Remove.
11134
11135 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11136
11137 * gdb.arch/mips-fcr.exp: New test.
11138 * gdb.arch/mips-fcr.c: Source for the new test.
11139
11140 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11141
11142 * gdb.base/solib-disc.exp: Use `standard_output_file'
11143 throughout.
11144
11145 2016-10-06 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.base/jit-simple-dl.c: New file.
11148 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11149 * gdb.base/jit-simple.c: ... this.
11150 * gdb.base/jit-simple.exp (jit_run): Delete.
11151 (build_jit): New proc.
11152 (jit_test_reread): Recompile either the main program or the shared
11153 library, depending on what is being tested. Skip changing address
11154 if caller wants to. Compare before/after addresses. If testing
11155 standalone, explicitly load the binary. Test "maint info
11156 breakpoints".
11157 (top level): Add "standalone vs shared lib" and "change address"
11158 vs "same address" axes.
11159
11160 2016-10-06 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11163 call.
11164 (jit_run): Delete.
11165 (jit_test_reread): Use with_test_prefix. Reload the main binary
11166 explicitly. Compare the before/after addresses of the JIT
11167 descriptor.
11168
11169 2016-08-15 Doug Evans <dje@google.com>
11170
11171 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11172 for single bitfields is bool.
11173 * gdb.xml/tdesc-regs.exp: Ditto.
11174
11175 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11176
11177 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11178
11179 2016-10-05 Yao Qi <yao.qi@linaro.org>
11180
11181 * lib/gdb.exp (support_complex_tests): Return zero if
11182 gdb_skip_float_test return true.
11183
11184 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11185 Simon Marchi <simon.marchi@ericsson.com>
11186
11187 PR gdb/20487
11188 * gdb.mi/user-selected-context-sync.exp: New file.
11189 * gdb.mi/user-selected-context-sync.c: New file.
11190
11191 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11192 Simon Marchi <simon.marchi@ericsson.com>
11193
11194 PR gdb/20487
11195 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11196 =thread-select-event check.
11197
11198 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11199
11200 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11201 the compulsory L operand changes.
11202 * gdb.arch/powerpc-power.s: Likewise.
11203
11204 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11205
11206 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11207 * gdb.base/jit-attach-pie.c: New file.
11208 * gdb.base/jit-attach-pie.exp: New file.
11209
11210 2016-09-28 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/infcall-input.c: New file.
11213 * gdb.base/infcall-input.exp: New file.
11214
11215 2016-09-22 Yao Qi <yao.qi@linaro.org>
11216
11217 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11218 (gdb_exit): Rename it to ...
11219 (gdbserver_gdb_exit): ... Close GDBserver.
11220 (gdb_exit): New proc, call gdbserver_gdb_exit.
11221 (mi_gdb_exit): Likewise.
11222
11223 2016-09-22 Yao Qi <yao.qi@linaro.org>
11224
11225 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11226 path.
11227 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11228 Remove duplication.
11229
11230 2016-09-22 Yao Qi <yao.qi@linaro.org>
11231
11232 * lib/gdbserver-support.exp: Check the existence of
11233 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11234
11235 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11236
11237 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11238
11239 2016-09-21 Tom Tromey <tom@tromey.com>
11240
11241 PR gdb/20604:
11242 * gdb.base/quit.exp: New file.
11243
11244 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11245
11246 * .gitignore: New file.
11247
11248 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11249
11250 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11251 throughout.
11252
11253 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11254
11255 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11256
11257 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11258
11259 * gdb.cp/casts.cc (decltype): Move it ...
11260 (main): ... with its call to ...
11261 * gdb.cp/casts03.cc: ... a new file.
11262 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11263
11264 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11267
11268 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11269
11270 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11271 and sync up the test with tests in gas/testsuite/gas/ppc.
11272 * gdb.arch/powerpc-power.exp: Likewise.
11273
11274 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11275
11276 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11277
11278 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11279 Jan Kratochvil <jan.kratochvil@redhat.com>
11280
11281 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11282 make m1's definition to be different from m2's. Use 'dummy' as an
11283 argument for probe 'two'.
11284
11285 2016-09-10 Jon Beniston <jon@beniston.com>
11286
11287 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11288 for sim target.
11289
11290 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11291
11292 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11293 variable declaration.
11294 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11295 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11296 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11297 received HWCAP as its argument.
11298
11299 2016-09-06 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/new-ui-pending-input.c: New file.
11302 * gdb.base/new-ui-pending-input.exp: New file.
11303 * gdb.exp (clear_gdb_spawn_id): New procedure.
11304 (with_spawn_id): Check whether gdb_spawn_id exists before
11305 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11306 on exit.
11307
11308 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11309
11310 * gdb.base/float128.c: New file.
11311 * gdb.base/float128.exp: Likewise.
11312 * gdb.base/floatn.c: Likewise.
11313 * gdb.base/floatn.exp: Likewise.
11314
11315 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11316
11317 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11318
11319 2016-09-05 Pedro Alves <palves@redhat.com>
11320
11321 PR backtrace/19927
11322 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11323 unwinders are immediately called as side effect of "source" or
11324 "disable unwinder" commands.
11325 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11326
11327 2016-09-02 Yao Qi <yao.qi@linaro.org>
11328
11329 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11330 is true and $type is "float" or "double".
11331
11332 2016-09-02 Yao Qi <yao.qi@linaro.org>
11333
11334 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11335 true.
11336 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11337 * gdb.base/call-rt-st.exp: Likewise.
11338 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11339 return value instead of gdb,skip_float_test.
11340 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11341 (do_function_calls): Use its return value instead of
11342 gdb,skip_float_test.
11343 * gdb.base/finish.exp: Likewise.
11344 * gdb.base/funcargs.exp: Likewise.
11345 * gdb.base/return.exp: Likewise.
11346 * gdb.base/return2.exp: Likewise.
11347 * gdb.base/varargs.exp: Likewise.
11348 * lib/gdb.exp (gdb_skip_float_test): Change it to
11349 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11350
11351 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11352
11353 * gdb.multi/tids.exp: Test "thread apply all".
11354
11355 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11356
11357 * gdb.base/default.exp (tty): Remove.
11358
11359 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11360
11361 * gdb.python/py-recurse-unwind.c: New file.
11362 * gdb.python/py-recurse-unwind.py: New file.
11363 * gdb.python/py-recurse-unwind.exp: New file.
11364
11365 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.base/set-inferior-tty.exp: New file.
11368 * gdb.base/set-inferior-tty.c: New file.
11369
11370 2016-08-23 Pedro Alves <palves@redhat.com>
11371
11372 PR gdb/20494
11373 * gdb.base/new-ui-echo.c: New file.
11374 * gdb.base/new-ui-echo.exp: New file.
11375
11376 2016-08-23 Yao Qi <yao.qi@linaro.org>
11377
11378 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11379 gdbserver_spawn.
11380 * gdb.server/connect-without-multi-process.exp (do_test):
11381 Likewise.
11382
11383 2016-08-23 Yao Qi <yao.qi@linaro.org>
11384
11385 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11386 standalone_txt. Delete gdb_txt and standalone_txt on host
11387 and target. Spawn the binary on target. Copy files from
11388 target to host.
11389
11390 2016-08-22 Pedro Alves <palves@redhat.com>
11391
11392 PR gdb/20505
11393 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11394 with_test_prefix. Factor out bits to ...
11395 (test_no_vdso): ... this new procedure.
11396
11397 2016-08-19 Carl Love <cel@us.ibm.com>
11398
11399 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11400 maintaining separate logic for constructing the output path.
11401 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11402 * gdb.arch/ppc-dfp.exp: Likewise.
11403 * gdb.arch/ppc-fp.exp: Likewise.
11404 * gdb.arch/vsx-regs.exp: Likewise.
11405 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11406 binprefix for generating the additional binary files.
11407
11408 2016-08-19 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.trace/mi-trace-frame-collected.exp
11411 (test_trace_frame_collected): On x32, expect two registers.
11412
11413 2016-08-18 Carl Love <cel@us.ibm.com>
11414
11415 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11416 and sync up the test with tests in gas/testsuite/gas/ppc.
11417 * gdb.arch/powerpc-power.exp: Likewise.
11418
11419 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11422 expected error message.
11423
11424 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11425
11426 * gdb.multi/remove-inferiors.exp: New file.
11427 * gdb.multi/remove-inferiors.c: New file.
11428
11429 2016-08-12 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11432 argument list.
11433
11434 2016-08-10 Pedro Alves <palves@redhat.com>
11435
11436 PR gdb/19187
11437 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11438 setup_kfails.
11439
11440 2016-08-09 Pedro Alves <palves@redhat.com>
11441 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 PR gdb/20418
11444 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11445 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11446
11447 2016-08-09 Pedro Alves <palves@redhat.com>
11448
11449 PR mi/20431
11450 * gdb.mi/mi-cmd-error.exp: New file.
11451
11452 2016-08-09 Pedro Alves <palves@redhat.com>
11453
11454 PR gdb/18653
11455 * gdb.base/signals-state-child.c: New file.
11456 * gdb.base/signals-state-child.exp: New file.
11457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11458
11459 2016-08-09 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11462
11463 2016-08-03 Tom Tromey <tom@tromey.com>
11464
11465 PR python/18565:
11466 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11467
11468 2016-08-01 Yao Qi <yao.qi@linaro.org>
11469
11470 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11471 variable mode to "multi-process" if $multi_process is 1, otherwise
11472 set it to "single-process".
11473
11474 2016-08-01 Yao Qi <yao.qi@linaro.org>
11475
11476 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11477 * gdb.cp/cpexprs.exp: Likewise.
11478 * gdb.cp/m-static.exp: Likewise.
11479
11480 2016-07-26 Tom Tromey <tom@tromey.com>
11481
11482 PR python/20190:
11483 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11484 test.
11485
11486 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11487
11488 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11489 selecting assembly source files.
11490 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11491 assembly source files.
11492 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11493 assembly source files.
11494 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11495 selecting assembly source files.
11496
11497 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11498
11499 * gdb.base/new-ui.exp (do_test_invalid_args): New
11500 procedure.
11501
11502 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11503
11504 * gdb.btrace/reconnect.c: New file.
11505 * gdb.btrace/reconnect.exp: New file.
11506
11507 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11508
11509 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11510 to test_catch_syscall_group.
11511 (test_catch_syscall_group): New.
11512
11513 2016-07-21 Tom Tromey <tom@tromey.com>
11514
11515 * gdb.rust/simple.rs (main): Use empty struct expression.
11516 * gdb.rust/simple.exp: Add tests for empty struct expression.
11517
11518 2016-07-21 Yao Qi <yao.qi@linaro.org>
11519
11520 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11521 if gdb_skip_xml_test is true on some targets.
11522
11523 2016-07-21 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.server/solib-list.exp: Unset last_loaded_file.
11526
11527 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11528
11529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11530 "step into captured_main (args)".
11531
11532 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11535
11536 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11537
11538 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11539
11540 2016-07-19 Pedro Alves <palves@redhat.com>
11541
11542 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11543 * gdb.opt/inline-bt.exp: Likewise.
11544 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11545 additional_flags=-Winline.
11546 * gdb.opt/inline-locals.exp: Likewise.
11547 * gdb.opt/inline-markers.c (ATTR): Define.
11548 (inlined_fn): Use it.
11549
11550 2016-07-19 Yao Qi <yao.qi@linaro.org>
11551
11552 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11553 (test_with_self): Remove some code. Remove argument executable.
11554 (top-level): Use do_self_tests.
11555
11556 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11557 Don Breazeal <donb@codesourcery.com>
11558
11559 * gdb.base/maint.exp: Escape paths used in regular expressions.
11560 * gdb.stabs/weird.exp: Likewise.
11561
11562 2016-07-13 Tom Tromey <tom@tromey.com>
11563
11564 PR python/15620, PR python/18620:
11565 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11566 (test_bkpt_events): New procs.
11567
11568 2016-07-13 Tom Tromey <tom@tromey.com>
11569
11570 PR python/17698:
11571 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11572 test.
11573 (test_watchpoints): Likewise.
11574 (test_bkpt_pending): New proc.
11575
11576 2016-07-13 Tom Tromey <tom@tromey.com>
11577
11578 PR cli/18053:
11579 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11580 completion test.
11581
11582 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11583
11584 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11585 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11586 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11587 f_label.
11588 (g): Rename g_end_lbl to g_label.
11589 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11590 low_pc and high_pc.
11591 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11592
11593 2016-07-12 Tom Tromey <tom@tromey.com>
11594
11595 PR python/19293:
11596 * gdb.python/py-unwind-maint.exp: Update tests.
11597
11598 2016-07-12 Yao Qi <yao.qi@linaro.org>
11599
11600 * lib/selftest-support.exp (selftest_setup): Match the output
11601 when captured_main is inlined.
11602
11603 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11604
11605 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11606 New variables.
11607 (print this%a, print this%b, print this): New tests.
11608 * gdb.fortran/derived-types.f90 (this): New object and
11609 initialization.
11610
11611 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11612
11613 * gdb.ada/arraydim.exp: Remove extra directory level in build
11614 directory.
11615
11616 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11617
11618 * lib/ada.exp: Remove extra directory level in build directory.
11619 * gdb.ada/cond_lang.exp: Likewise.
11620 * gdb.ada/exec_changed.exp: Likewise.
11621 * gdb.ada/lang_switch.exp: Likewise.
11622
11623 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11624
11625 * simple.rs: Add test for raw pointer subscripting.
11626 * simple.exp: Add test expectations.
11627
11628 2016-07-05 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.mi/mi-reverse.exp: Match =record-started output.
11631
11632 2016-07-01 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11635 procedure.
11636 (jit_reader_test): Test the jit reader's unwinder.
11637 * gdb.base/jithost.c (jit_function_00_code): New global.
11638 (main): Use memcpy to fill in the mmapped code, instead of poking
11639 bytes manually here.
11640 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11641 value.
11642 (read_debug_info): Save the function's range.
11643 (read_sp): New function.
11644 (unwind_frame): Use it. Also unwind RBP.
11645 (get_frame_id): Use read_sp.
11646 (gdb_init_reader): Use calloc instead of malloc.
11647 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11648 parameter. Use gdb_test_multiple.
11649
11650 2016-07-01 Pedro Alves <palves@redhat.com>
11651 Antoine Tremblay <antoine.tremblay@ericsson.com>
11652
11653 * gdb.threads/process-dies-while-detaching.c: New file.
11654 * gdb.threads/process-dies-while-detaching.exp: New file.
11655
11656 2016-07-01 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.multi/watchpoint-multi-exit.c: New file.
11659 * gdb.multi/watchpoint-multi-exit.exp: New file.
11660
11661 2016-06-30 Pedro Alves <palves@redhat.com>
11662
11663 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11664 unset inferior_spawn_id.
11665
11666 2016-06-30 Pedro Alves <palves@redhat.com>
11667
11668 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11669 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11670
11671 2016-06-29 Yao Qi <yao.qi@linaro.org>
11672
11673 * gdb.base/return.c: Add copyright header.
11674
11675 2016-06-29 Tom Tromey <tom@tromey.com>
11676
11677 PR python/20129:
11678 * gdb.python/py-framefilter.exp: Add tests for setting priority
11679 and disabling of non-existent frame filter.
11680
11681 2016-06-29 Yao Qi <yao.qi@linaro.org>
11682
11683 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11684 0x0f07ff.
11685
11686 2016-06-28 Yao Qi <yao.qi@linaro.org>
11687
11688 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11689 triplets. Start gdb, execute catch syscall, and continue. Check
11690 gdb's output to determine catch syscall is supported.
11691
11692 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11693
11694 * gdb.rust/simple.rs: Add test for returning unit in a function.
11695 * gdb.rust/simple.exp: Add expectation for functions returning
11696 unit.
11697
11698 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11699
11700 * gdb.python/py-breakpoint-create-fail.c,
11701 gdb.python/py-breakpoint-create-fail.exp,
11702 gdb.python/py-breakpoint-create-fail.py: New testcase.
11703
11704 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11705
11706 PR gdb/20239
11707 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11708 * gdb.rust/simple.exp: Add test expectations for new NonZero
11709 tests.
11710
11711 2016-06-24 David Taylor <dtaylor@emc.com>
11712
11713 * gdb.base/offsets.exp: New file.
11714 * gdb.base/offsets.c: New file.
11715
11716 2016-06-23 Tom Tromey <tom@tromey.com>
11717
11718 PR gdb/16483:
11719 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11720 before any filters are loaded.
11721
11722 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11723
11724 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11725 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11726 structs.
11727 * gdb.fortran/derived-type-function.exp: New file.
11728 * gdb.fortran/derived-type-function.f90: New file.
11729
11730
11731 2016-06-21 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.base/new-ui.exp: New file.
11734 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11735 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11736 (with_spawn_id): New procedure.
11737
11738 2016-06-21 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.mi/mi-exec-run.exp: New file.
11741
11742 2016-06-21 Pedro Alves <palves@redhat.com>
11743
11744 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11745 breakpoint command's output on the main UI.
11746 (test_break): New procedure, factored out from calls in the top
11747 level.
11748 (top level): Use foreach_with_prefix to test MI as main UI and as
11749 separate UI.
11750
11751 2016-06-21 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11754 (test_awatch_creation_and_listing)
11755 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11756 Remove 'type' parameter.
11757 (test_watchpoint_all): New parameter mi_mode. Remove
11758 with_test_prefix.
11759 (top level): Use foreach_with_prefix, and add main/separate UI MI
11760 testing axis.
11761
11762 2016-06-21 Pedro Alves <palves@redhat.com>
11763
11764 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11765 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11766 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11767 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11768 (gdb_main_spawn_id, mi_spawn_id): Declare and
11769 comment.
11770 (mi_create_inferior_pty): New procedure,
11771 factored out from default_mi_gdb_start.
11772 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11773 procedures.
11774 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11775 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11776 Use mi_create_inferior_pty.
11777 (mi_gdb_start): Use eval to pass down args list.
11778
11779 2016-06-21 Pedro Alves <palves@redhat.com>
11780
11781 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11782 * gdb.opt/inline-cmds.exp: Add MI tests.
11783
11784 2016-06-21 Pedro Alves <palves@redhat.com>
11785
11786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11787
11788 2016-06-21 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11791 (top level): Use it instead of mi_execute_to.
11792
11793 2016-06-21 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11796 (cont_handler_str): New.
11797 (signal_stop_handler): Set stop_handler_str instead of printing to
11798 stdout.
11799 (continue_handler): Set cont_handler_str instead of printing to
11800 stdout.
11801 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11802 mi_send_resuming_command. Print stop_handler_str and
11803 cont_handler_str instead of expecting the python events print
11804 directly.
11805
11806 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11807
11808 * gdb.base/jit-reader.exp: New file.
11809 * gdb.base/jithost.c: New file.
11810 * gdb.base/jithost.h: New file.
11811 * gdb.base/jitreader.c : New file.
11812 * gdb.base/jit-protocol.h: New file.
11813
11814 2016-06-17 Yao Qi <yao.qi@linaro.org>
11815
11816 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11817 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11818 and detach-on-fork. Adjust tests.
11819 (top level): Invoke break_cond_on_syscall with combinations of
11820 syscall, follow-fork-mode and detach-on-fork.
11821
11822 2016-06-17 Yao Qi <yao.qi@linaro.org>
11823
11824 * gdb.base/step-over-exit.c: New.
11825 * gdb.base/step-over-exit.exp: New.
11826
11827 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11828
11829 * gdb.base/float.exp: Add target check for nds32*-*-*.
11830 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11831
11832 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11833
11834 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11835 for unsupported target features.
11836 * gdb.base/call-rt-st.exp: Likewise.
11837 * gdb.base/call-sc.exp: Likewise.
11838 * gdb.base/call-signal-resume.exp: Likewise.
11839 * gdb.base/call-strs.exp: Likewise.
11840 * gdb.base/callexit.exp: Likewise.
11841 * gdb.base/callfuncs.exp: Likewise.
11842 * gdb.base/nodebug.exp: Likewise.
11843 * gdb.base/printcmds.exp: Likewise.
11844 * gdb.base/ptype.exp: Likewise.
11845 * gdb.base/structs.exp: Likewise.
11846 * gdb.base/unwindonsignal.exp: Likewise.
11847 * gdb.cp/gdb2495.exp: Likewise.
11848 * gdb.cp/templates.exp: Likewise.
11849 * gdb.cp/virtfunc.exp: Likewise.
11850 * gdb.threads/hand-call-in-threads.exp: Likewise.
11851 * gdb.threads/interrupted-hand-call.exp: Likewise.
11852 * gdb.threads/thread-unwindonsignal.exp: Likewise.
11853
11854 2016-06-10 Tom Tromey <tom@tromey.com>
11855
11856 PR rust/20110:
11857 * gdb.rust/expr.exp: Add test for integer constant larger than
11858 i32.
11859
11860 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
11861
11862 * gdb.fortran/nested-funcs.exp: New.
11863 * gdb.fortran/nested-funcs.f90: New.
11864
11865 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
11866
11867 * gdb.base/examine-backward.c: New file.
11868 * gdb.base/examine-backward.exp: New file.
11869
11870 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
11871
11872 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
11873 matching.
11874
11875 2016-06-02 Tom Tromey <tom@tromey.com>
11876
11877 PR python/18984:
11878 * gdb.python/py-shared.exp: Add solib_name test.
11879
11880 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
11881
11882 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
11883
11884 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
11885
11886 PR c++/19893
11887 * gdb.dwarf2/implref.exp: Rename to...
11888 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
11889 * gdb.dwarf2/implref-array.c: New file.
11890 * gdb.dwarf2/implref-array.exp: Likewise.
11891 * gdb.dwarf2/implref-global.c: Likewise.
11892 * gdb.dwarf2/implref-global.exp: Likewise.
11893 * gdb.dwarf2/implref-struct.c: Likewise.
11894 * gdb.dwarf2/implref-struct.exp: Likewise.
11895
11896 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11897
11898 * gdb.trace/trace-condition.exp: Add 64bit tests.
11899
11900 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11901
11902 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
11903 bits types.
11904 (main): Adapt to 8 to 64 bits types.
11905 * gdb.trace/trace-condition.exp: Add new tests.
11906
11907 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11908
11909 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
11910
11911 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11912
11913 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
11914 Move condition tests...
11915 * gdb.trace/trace-condition.exp: Here.
11916
11917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
11918
11919 * gdb.trace/trace-condition.exp: Add counter-case tests.
11920
11921 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11922
11923 PR c++/15231
11924 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
11925 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
11926
11927 2016-05-27 Pedro Alves <palves@redhat.com>
11928
11929 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11930 New procedure.
11931 (top level): Call it, and bail out of DejaGnu is known to be bad.
11932
11933 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
11934
11935 * gdb.base/whatis.c: Extend the test case.
11936 * gdb.base/whatis.exp: Add additional tests.
11937
11938 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11939
11940 * gdb.fortran/type.f90: Add pointer variable.
11941 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
11942
11943 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11944
11945 * gdb.fortran/vla-type.exp: Fix testcase name.
11946
11947 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11948
11949 * gdb.fortran/vla-type.exp: Access elements in nested structs.
11950
11951 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11952
11953 * gdb.fortran/type.f90: Add nested structures.
11954 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
11955 * gdb.fortran/derived-type.exp: Adapt expected output.
11956 * gdb.fortran/vla-type.exp: Adapt expected output.
11957
11958 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11959
11960 * gdb.fortran/whatis_type.exp: Adapt expected output.
11961
11962 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11963
11964 * gdb.fortran/print_type.exp: Fix expected output.
11965 * gdb.fortran/whatis_type.exp: Fix expected output.
11966
11967 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
11968
11969 * gdb.fortran/whatis_type.exp: Use multi_line.
11970
11971 2016-05-24 Tom Tromey <tom@tromey.com>
11972
11973 PR python/17386:
11974 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
11975 use value as an index.
11976
11977 2016-05-23 Tom Tromey <tom@tromey.com>
11978
11979 PR python/17981:
11980 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
11981 no-breakpoint case.
11982
11983 2016-05-24 Pedro Alves <palves@redhat.com>
11984
11985 PR gdb/19828
11986 * gdb.threads/clone-attach-detach.c: New file.
11987 * gdb.threads/clone-attach-detach.exp: New file.
11988
11989 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
11990
11991 * gdb.base/annota-input-while-running.exp: Fix syntax error.
11992
11993 2016-05-23 Tom Tromey <tom@tromey.com>
11994
11995 PR python/19438, PR python/18393:
11996 * gdb.python/py-progspace.exp: Add "dir" test.
11997 * gdb.python/py-objfile.exp: Add "dir" test.
11998
11999 2016-05-23 Yao Qi <yao.qi@linaro.org>
12000
12001 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12002 * gdb.arch/thumb2-it.exp: Likewise.
12003
12004 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12005
12006 * gdb.mi/mi-threads-interrupt.c: New file.
12007 * gdb.mi/mi-threads-interrupt.exp: New file.
12008
12009 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12010
12011 PR gdb/18077
12012 * gdb.mi/mi-async-run.exp: New file.
12013 * gdb.mi/mi-async-run.c: New file.
12014
12015 2016-05-17 Tom Tromey <tom@tromey.com>
12016 Manish Goregaokar <manishsmail@gmail.com>
12017
12018 * lib/rust-support.exp: New file.
12019 * lib/gdb.exp (skip_rust_tests): New proc.
12020 (build_executable_from_specs): Handle rust.
12021 * lib/future.exp (gdb_find_rustc): New proc.
12022 (gdb_default_target_compile): Handle rust.
12023 * gdb.rust/expr.exp: New file.
12024 * gdb.rust/generics.exp: New file.
12025 * gdb.rust/generics.rs: New file.
12026 * gdb.rust/methods.exp: New file.
12027 * gdb.rust/methods.rs: New file.
12028 * gdb.rust/modules.exp: New file.
12029 * gdb.rust/modules.rs: New file.
12030 * gdb.rust/simple.exp: New file.
12031 * gdb.rust/simple.rs: New file.
12032
12033 2016-05-17 Tom Tromey <tom@tromey.com>
12034
12035 * gdb.base/default.exp (set language): Add rust.
12036
12037 2016-05-17 Tom Tromey <tom@tromey.com>
12038
12039 * gdb.gdb/unittest.exp: New file.
12040
12041 2016-05-16 Yao Qi <yao.qi@linaro.org>
12042
12043 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12044 shell_prompt. Update shell_prompt_re.
12045
12046 2016-05-12 Doug Evans <dje@google.com>
12047
12048 PR symtab/19999
12049 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12050 $options when building executable.
12051 * gdb.dwarf2/fission-loclists-pie.S: New file.
12052 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12053
12054 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12055
12056 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12057 of [is_remote target],
12058
12059 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12060
12061 * lib/gdb.exp (use_gdb_stub): New procedure.
12062
12063 2016-05-03 Yunlian Jiang <yunlian@google.com>
12064 Doug Evans <dje@google.com>
12065
12066 PR symtab/19914
12067 * gdb.dwarf2/dwp-sepdebug.c: New file.
12068 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12069
12070 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12071
12072 * gdb.base/detach.exp: Remove is_remote check.
12073
12074 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12075
12076 * gdb.base/annota-input-while-running.exp: Don't check for
12077 [is_remote target]. Enable annotations after running to main.
12078 Remove unused "set test..." line.
12079
12080 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12081
12082 * gdb.trace/trace-enable-disable.exp: New file.
12083 * gdb.trace/trace-enable-disable.c: New file.
12084
12085 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12086
12087 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12088 use it in info sharedlibrary test.
12089 * gdb.trace/ftrace-lock.exp: Likewise.
12090 * gdb.trace/ftrace.exp: Likewise.
12091 * gdb.trace/range-stepping.exp: Likewise.
12092 * gdb.trace/trace-break.exp: Likewise.
12093 * gdb.trace/trace-condition.exp: Likewise.
12094 * gdb.trace/trace-mt.exp: Likewise.
12095
12096 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12097
12098 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12099 (gdb_load_shlib): ... this.
12100 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12101 gdb_load_shlib.
12102 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12103 * gdb.base/ctxobj.exp: Likewise.
12104 * gdb.base/dprintf-pending.exp: Likewise.
12105 * gdb.base/dso2dso.exp: Likewise.
12106 * gdb.base/fixsection.exp: Likewise.
12107 * gdb.base/gcore-relro.exp: Likewise.
12108 * gdb.base/gdb1555.exp: Likewise.
12109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12110 * gdb.base/gnu-ifunc.exp: Likewise.
12111 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12112 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12113 * gdb.base/pending.exp: Likewise.
12114 * gdb.base/print-file-var.exp: Likewise.
12115 * gdb.base/print-symbol-loading.exp: Likewise.
12116 * gdb.base/shlib-call.exp: Likewise.
12117 * gdb.base/shreloc.exp: Likewise.
12118 * gdb.base/so-impl-ld.exp: Likewise.
12119 * gdb.base/solib-disc.exp: Likewise.
12120 * gdb.base/solib-nodir.exp: Likewise.
12121 * gdb.base/solib-overlap.exp: Likewise.
12122 * gdb.base/solib-symbol.exp: Likewise.
12123 * gdb.base/solib-weak.exp (do_test): Likewise.
12124 * gdb.base/sym-file.exp: Likewise.
12125 * gdb.base/symtab-search-order.exp: Likewise.
12126 * gdb.base/type-opaque.exp: Likewise.
12127 * gdb.base/unload.exp: Likewise.
12128 * gdb.base/watchpoint-solib.exp: Likewise.
12129 * gdb.compile/compile.exp: Likewise.
12130 * gdb.cp/gdb2384.exp: Likewise.
12131 * gdb.cp/infcall-dlopen.exp: Likewise.
12132 * gdb.cp/re-set-overloaded.exp: Likewise.
12133 * gdb.fortran/library-module.exp: Likewise.
12134 * gdb.opt/solib-intra-step.exp: Likewise.
12135 * gdb.python/py-finish-breakpoint.exp: Likewise.
12136 * gdb.python/py-shared.exp: Likewise.
12137 * gdb.reverse/solib-precsave.exp: Likewise.
12138 * gdb.reverse/solib-reverse.exp: Likewise.
12139 * gdb.server/solib-list.exp: Likewise.
12140 * gdb.threads/dlopen-libpthread.exp: Likewise.
12141 * gdb.threads/tls-shared.exp: Likewise.
12142 * gdb.threads/tls-so_extern.exp: Likewise.
12143 * gdb.trace/change-loc.exp: Likewise.
12144 * gdb.trace/ftrace-lock.exp: Likewise.
12145 * gdb.trace/ftrace.exp: Likewise.
12146 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12147 * gdb.trace/pending.exp: Likewise.
12148 * gdb.trace/range-stepping.exp: Likewise.
12149 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12150 (strace_info_marker): Likewise.
12151 (strace_probe_marker): Likewise.
12152 (strace_trace_on_same_addr): Likewise.
12153 (strace_trace_on_diff_addr): Likewise.
12154 * gdb.trace/trace-break.exp: Likewise.
12155 * gdb.trace/trace-condition.exp: Likewise.
12156 * gdb.trace/trace-mt.exp: Likewise.
12157
12158 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12159
12160 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12161 result of gdb_remote_download.
12162 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12163 * gdb.base/dso2dso.exp: Likewise.
12164 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12165 * gdb.base/print-file-var.exp: Likewise.
12166 * gdb.base/shlib-call.exp: Likewise.
12167 * gdb.base/shreloc.exp: Likewise.
12168 * gdb.base/solib-overlap.exp: Likewise.
12169 * gdb.base/solib-weak.exp (do_test): Likewise.
12170 * gdb.base/unload.exp: Likewise.
12171
12172 2016-04-27 Yao Qi <yao.qi@linaro.org>
12173
12174 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12175 exists.
12176
12177 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12178
12179 * vla-type.exp: Print structure from toplevel.
12180
12181 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12182
12183 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12184 of dynamic types.
12185 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12186 of dynamic types.
12187
12188 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12189
12190 * gdb.fortran/vla-type.f90: New file.
12191 * gdb.fortran/vla-type.exp: New file.
12192
12193 2016-04-25 Yao Qi <yao.qi@linaro.org>
12194
12195 * gdb.base/branch-to-self.c: New file.
12196 * gdb.base/branch-to-self.exp: New file.
12197
12198 2016-04-22 Yao Qi <yao.qi@linaro.org>
12199
12200 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12201 more after $hex.
12202
12203 2016-04-22 Yao Qi <yao.qi@linaro.org>
12204
12205 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12206 * gdb.base/annota3.exp: Likewise.
12207
12208 2016-04-22 Yao Qi <yao.qi@linaro.org>
12209
12210 * gdb.reverse/step-precsave.exp: Do one step and test program
12211 stops in "callee" and do multiple steps until program goes out
12212 of "callee".
12213 * gdb.reverse/step-reverse.exp: Likewise.
12214
12215 2016-04-22 Yao Qi <yao.qi@linaro.org>
12216
12217 * gdb.trace/signal.exp: Also pass if
12218 $tracepoint_hits($i) > $iterations.
12219
12220 2016-04-22 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.trace/signal.c: New file.
12223 * gdb.trace/signal.exp: New file.
12224
12225 2016-04-19 Doug Evans <xdje42@gmail.com>
12226
12227 * gdb.base/bad-file.exp: New file.
12228
12229 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12230
12231 * gdb.dwarf2/implref.exp: New file.
12232
12233 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12234
12235 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12236 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12237 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12238 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12239 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12240 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12241 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12242 * lib/fortran.exp (fortran_int4): New procedure.
12243 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12244 (fortran_logical4): Likewise.
12245
12246 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12247
12248 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12249
12250 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12251
12252 * lib/compiler.c: Add Intel specific preprocessor macros.
12253 * lib/compiler.cc: Likewise.
12254
12255 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12256
12257 * gdb.server/connect-with-no-symbol-file.c: New file.
12258 * gdb.server/connect-with-no-symbol-file.exp: New file.
12259
12260 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12261
12262 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12263
12264 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12265
12266 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12267 standard output directory.
12268
12269 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12270
12271 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12272
12273 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12274
12275 * gdb.btrace/instruction_history.c (loop): Add declaration.
12276
12277 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12278
12279 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12280
12281 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12282
12283 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12284 parentheses to print.
12285 (continue_handler): Likewise.
12286
12287 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12288
12289 * gdb.server/solib-list.exp: Remove is_remote check.
12290 Pass shlib= to gdb_compile. Don't link shared library with
12291 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12292 Run binary filename through "readlink -f" on the target.
12293
12294 2016-04-08 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12297 interpreter filename as argument to gdbserver_spawn.
12298 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12299 Return empty if $last_loaded_file does not exist.
12300
12301 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12304 * gdb.base/jit-main.c: Use exit after usage.
12305
12306 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12307
12308 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12309 GDBHISTSIZE prior to the tests.
12310 * gdb.base/gdbinit-history.exp: Likewise.
12311
12312 2016-04-07 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12315 instead of build_executable. Use gdb_load_shlibs.
12316
12317 2016-04-07 Yao Qi <yao.qi@linaro.org>
12318
12319 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12320 Execute "si" command.
12321
12322 2016-04-07 Yao Qi <yao.qi@linaro.org>
12323
12324 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12325 number instead of the comments on some line.
12326
12327 2016-04-06 Don Breazeal <donb@codesourcery.com>
12328
12329 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12330 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12331
12332 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12335 standard_output_file. Remove unused binfile variable.
12336
12337 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12338
12339 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12340 * gdb.python/py-mi-objfile.exp: Match "list main" output
12341 in console format.
12342
12343 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12344
12345 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12346 absolute.
12347
12348 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12349
12350 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12351 absolute.
12352 * gdb.trace/ftrace.exp: Likewise.
12353 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12354 targets as well.
12355 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12356 (gdb_load_shlibs): Copy libraries to test directory when testing
12357 natively. Only set solib-search-path if testing remotely.
12358 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12359
12360 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12361
12362 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12363 gdb_download. Use it even if the target is not remote.
12364 * gdb.base/jit.exp (compile_jit_test): Likewise.
12365 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12366 output directory if the destination board is local, otherwise use
12367 the standard remote_download from DejaGnu.
12368 (gdb_download): Remove.
12369 (gdb_load_shlibs): Use gdb_remote_download instead of
12370 gdb_download.
12371 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12372 Use gdb_remote_download instead of gdb_download. Use it even if
12373 the target is not remote.
12374 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12375 instead of gdb_download.
12376
12377 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12378
12379 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12380 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12381 run.
12382
12383 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12384
12385 PR gdb/19820
12386 * gdb.base/printcmds.exp: Add artificial arrays tests.
12387
12388 2016-03-31 Pedro Alves <palves@redhat.com>
12389
12390 PR gdb/19858
12391 * gdb.base/jit-main.c: Include unistd.h.
12392 (ATTACH): Define to 0 if not already defined.
12393 (wait_for_gdb, mypid): New globals.
12394 (WAIT_FOR_GDB): New macro.
12395 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12396 some breakpoint locations.
12397 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12398 New procedures.
12399 (one_jit_test): Add REATTACH parameter, and handle it. Use
12400 continue_to_test_location.
12401 (top level): Test attach, and adjusts calls to one_jit_test.
12402
12403 2016-03-31 Pedro Alves <palves@redhat.com>
12404
12405 PR gdb/19858
12406 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12407 BINSUFFIX parameter, and handle it.
12408 (top level): Adjust calls compile_jit_test.
12409
12410 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12411
12412 PR python/19743
12413 * gdb.python/py-mi-events-gdb.py: New file.
12414 * gdb.python/py-mi-events.c: New file.
12415 * gdb.python/py-mi-events.exp: New file.
12416
12417 2016-03-30 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.reverse/until-precsave.exp: Match function name only.
12420 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12421 Move malloc to a condition block.
12422 * gdb.reverse/until-reverse.exp: Match function name only.
12423
12424 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12425
12426 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12427 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12428 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12429 variable for GPR 0 instead of assuming it is register 0.
12430 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12431 * lib/trace-support.exp: Add s390 registers.
12432
12433 2016-03-29 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12436
12437 2016-03-24 Yao Qi <yao.qi@linaro.org>
12438
12439 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12440 test message.
12441
12442 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12443
12444 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12445 maintaining separate logic for constructing the output path.
12446
12447 2016-03-16 Don Breazeal <donb@codesourcery.com>
12448
12449 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12450 Retry fork and waitpid on interrupted system call errors.
12451 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12452 Use with_timeout_factor to increase timeout by factor of 10.
12453
12454 2016-03-15 Don Breazeal <donb@codesourcery.com>
12455
12456 * gdb.cp/scope-err.cc: New test program.
12457 * gdb.cp/scope-err.exp: New test script.
12458 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12459 lines and "set breakpoint here" comment.
12460 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12461 Fixed some whitespace and format issues.
12462 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12463 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12464
12465 2016-03-15 Doug Evans <dje@google.com>
12466
12467 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12468 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12469 All callers updated. Add tests for enums, mixed flags register.
12470
12471 2016-03-15 Doug Evans <dje@google.com>
12472
12473 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12474 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12475
12476 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * gdb.base/default.exp: Add $_as_string to the list of expected
12479 convenience functions.
12480
12481 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12482
12483 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12484
12485 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12486
12487 * gdb.python/py-as-string.exp: New file.
12488 * gdb.python/py-as-string.c: New file.
12489
12490 2016-03-09 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12493 signal" -> "Thread NN received signal" output change.
12494 * gdb.threads/ia64-sigill.exp: Likewise.
12495 * gdb.threads/linux-dp.exp: Likewise.
12496 * gdb.threads/manythreads.exp: Likewise.
12497 * gdb.threads/pending-step.exp: Likewise.
12498 * gdb.threads/print-threads.exp: Likewise.
12499 * gdb.threads/sigstep-threads.exp: Likewise.
12500 * gdb.threads/staticthreads.exp: Likewise.
12501 * gdb.threads/tls.exp: Likewise.
12502
12503 2016-03-09 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/command-line-input.exp: New file.
12506
12507 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12508
12509 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12510 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12511 * gdb.trace/pending.exp: Accept leading dot before function name.
12512 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12513 * lib/trace-support.exp: Set registers for ppc.
12514
12515 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12516
12517 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12518 use it for disassembly; accept .main in addition to main in backtrace.
12519
12520 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12521 Marcin Kościelnicki <koriakin@0x04.net>
12522
12523 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12524 (gdb_recursion_test_ptr): New global variable.
12525 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12526 gdb_recursion_test.
12527 (gdb_c_test): Ditto.
12528
12529 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12530
12531 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12532 ordering.
12533
12534 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12535
12536 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12537 (bar): Add bar_start_lbl label.
12538 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12539 of foo/bar for emitting DWARF and tracing.
12540
12541 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12542
12543 * analyze-racy-logs.py: Set executable bit.
12544
12545 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12546
12547 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12548 (CHECK_TARGET_TMP): Likewise.
12549 (check-single-racy): New rule.
12550 (check-parallel-racy): Likewise.
12551 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12552 (do-check-parallel-racy): New rule.
12553 (check-racy/%.exp): Likewise.
12554 * README (Racy testcases): New section.
12555 * analyze-racy-logs.py: New file.
12556
12557 2016-03-03 Doug Evans <dje@google.com>
12558
12559 * gdb.base/skip.exp: Use with_test_prefix.
12560
12561 2016-03-03 Yao Qi <yao.qi@linaro.org>
12562
12563 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12564 Invoke step_over_syscall "clone" and break_cond_on_syscall
12565 "clone".
12566 * gdb.base/step-over-clone.c: New file.
12567
12568 2016-03-03 Yao Qi <yao.qi@linaro.org>
12569
12570 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12571 code format.
12572
12573 2016-03-03 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.base/disp-step-fork.c: Rename to ...
12576 * gdb.base/step-over-fork.c: ... it. New file.
12577 * gdb.base/disp-step-vfork.c: Rename to ...
12578 * gdb.base/step-over-vfork.c: ... it. New file.
12579 * gdb.base/disp-step-syscall.exp: Rename to ...
12580 * gdb.base/step-over-syscall.exp: ... it. New file.
12581 (disp_step_cross_syscall): Rename to ...
12582 (step_over_syscall): ... it.
12583
12584 2016-03-03 Yao Qi <yao.qi@linaro.org>
12585
12586 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12587 If target supports condition evaluation on target, invoke
12588 break_cond_on_syscall for fork and vfork.
12589
12590 2016-03-03 Yao Qi <yao.qi@linaro.org>
12591
12592 * gdb.base/disp-step-syscall.exp: Don't invoke
12593 support_displaced_stepping.
12594 (disp_step_cross_syscall): Test with displaced stepping off and
12595 on if supported.
12596
12597 2016-03-03 Yao Qi <yao.qi@linaro.org>
12598
12599 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12600 proc.
12601 (setup): New proc.
12602 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12603 and setup.
12604
12605 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12606
12607 * gdb.fortran/vla-history.exp: Remove breakpoint.
12608
12609 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12610
12611 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12612 exceeds timeout.
12613
12614 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12615
12616 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12617 breakpoint.
12618
12619 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12620
12621 * gdb.mi/vla.f90: Nullify pointer after declaration.
12622
12623 2016-03-01 Pedro Alves <palves@redhat.com>
12624
12625 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12626
12627 2016-03-01 Pedro Alves <palves@redhat.com>
12628
12629 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12630 before anything else.
12631 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12632 _GNU_SOURCE here.
12633 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12634 before anything else.
12635 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12636
12637 2016-03-01 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12640
12641 2016-03-01 Yao Qi <yao.qi@linaro.org>
12642
12643 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12644 prepare_for_testing.
12645
12646 2016-03-01 Yao Qi <yao.qi@linaro.org>
12647
12648 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12649
12650 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12651
12652 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12653 manually constructing the output path.
12654
12655 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12656
12657 * gdb.arch/s390-stackless.S: New.
12658 * gdb.arch/s390-stackless.exp: New.
12659
12660 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12661
12662 * gdb.dlang/circular.c: New file.
12663 * gdb.dlang/circular.exp: New file.
12664
12665 2016-02-26 Yao Qi <yao.qi@linaro.org>
12666
12667 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12668 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12669 (testcases): Update.
12670
12671 2016-02-26 Yao Qi <yao.qi@linaro.org>
12672
12673 * gdb.reverse/aarch64.c: Rename to ...
12674 * gdb.reverse/insn-reverse.c: ... it.
12675 * gdb.reverse/aarch64.exp: Rename to ...
12676 * gdb.reverse/insn-reverse.exp: ... it.
12677
12678 2016-02-26 Yao Qi <yao.qi@linaro.org>
12679
12680 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12681 (testcase_ftype): New.
12682 (testcases): New array.
12683 (n_testcases): New.
12684 (main): Call each element in testcases.
12685 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12686 (read_testcase): New.
12687 Do the tests in a loop.
12688
12689 2016-02-25 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.base/branches.c: Remove.
12692
12693 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12694
12695 PR gdb/13808
12696 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12697
12698 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12699
12700 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12701
12702 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12703
12704 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12705 change x86_64 call_insn to 'callq'.
12706
12707 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12708
12709 * gdb.trace/tfile-avx.c: Move to...
12710 * gdb.trace/tracefile-pseudo-reg.c: Here.
12711 * gdb.trace/tfile-avx.exp: Move to...
12712 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12713
12714 2016-02-24 Gary Benson <gbenson@redhat.com>
12715
12716 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12717 message on attach.
12718
12719 2016-02-23 Doug Evans <dje@google.com>
12720
12721 * gdb.base/skip.c (test_skip): New function.
12722 (end_test_skip_file_and_function): New function.
12723 (test_skip_file_and_function): New function.
12724 * gdb.base/skip1.c (test_skip): New function.
12725 (skip1_test_skip_file_and_function): New function.
12726 * gdb.base/skip.exp: Add tests for new skip options.
12727 * gdb.base/skip-solib.exp: Update expected output.
12728 * gdb.perf/skip-command.cc: New file.
12729 * gdb.perf/skip-command.exp: New file.
12730 * gdb.perf/skip-command.py: New file.
12731
12732 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12733
12734 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12735 info registers pattern.
12736
12737 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12738
12739 * lib/future.exp: Add D support.
12740 (gdb_find_gdc): New proc.
12741 (gdb_default_target_compile): Add D support.
12742
12743 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12744
12745 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12746 user+system time.
12747 (trace_speed_test): Determine the iteration count for a time
12748 between 15..30 seconds.
12749
12750 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12751
12752 * gdb.arch/i386-mpx-sigsegv.c: New file.
12753 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12754 * gdb.arch/i386-mpx-simple_segv.c: New file.
12755 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12756
12757 2016-02-18 Yao Qi <yao.qi@linaro.org>
12758
12759 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12760 Don't call setup_kfail.
12761
12762 2016-02-18 Yao Qi <yao.qi@linaro.org>
12763
12764 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12765 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12766
12767 2016-02-16 Doug Evans <dje@google.com>
12768
12769 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12770 * gdb.base/skip1.c: Ditto.
12771 * gdb.base/skip.exp: Whitespace cleanup.
12772
12773 2016-02-16 Don Breazeal <donb@codesourcery.com>
12774
12775 PR remote/19496
12776 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12777 Remove kfail for PR remote/19496.
12778
12779 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12780
12781 * lib/gdb.exp (standard_temp_file): Return a path specific to
12782 the runtest invocation.
12783
12784 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12785
12786 * gdb.trace/save-trace.exp: Change relative path to be in the
12787 standard output directory.
12788
12789 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12790
12791 * gdb.arch/i386-prologue.c: Add missing prototypes.
12792
12793 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12794
12795 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12796 * gdb.arch/i386-prologue.exp: Likewise.
12797 * gdb.arch/i386-size.exp: Likewise.
12798
12799 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12800
12801 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12802 define object file path.
12803 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12804 file path.
12805 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12806 standard_output_file to define binfile.
12807
12808 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 Fix compatibility with recent gfortran-5.3.1.
12811 * gdb.fortran/vla-history.exp (print vla1 allocated)
12812 (print vla2 allocated, print $2, print $3): Remove
12813 (print $4): Rename to ...
12814 (print $2): ... here.
12815 (print $9): Rename to ...
12816 (print $5): ... here.
12817 (print $10): Rename to ...
12818 (print $6): ... here.
12819 * gdb.fortran/vla.f90: Add pvla initialization.
12820
12821 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12822
12823 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12824 New test.
12825 * gdb.fortran/vla-value-sub.exp: Likewise.
12826
12827 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12828
12829 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12830
12831 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12832
12833 * i386-biarch-core.exp: Define corefile using
12834 standard_output_file.
12835
12836 2016-02-12 Yao Qi <yao.qi@linaro.org>
12837
12838 * gdb.arch/arm-single-step-kernel-helper.c: New.
12839 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12840
12841 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
12842
12843 * gdb.btrace/tailcall-only.exp: New.
12844 * gdb.btrace/tailcall-only.c: New.
12845 * gdb.btrace/x86_64-tailcall-only.S: New.
12846 * gdb.btrace/i686-tailcall-only.S: New.
12847
12848 2016-02-11 Pedro Alves <palves@redhat.com>
12849
12850 * README (Parallel testing): Add missing double quotes.
12851
12852 2016-02-11 Pedro Alves <palves@redhat.com>
12853
12854 * README (Parallel testing): New section.
12855 (GDB_PARALLEL): Rewrite.
12856 (FORCE_PARALLEL): Document.
12857
12858 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
12859
12860 * gdb.trace/tfile-avx.c: New test.
12861 * gdb.trace/tfile-avx.exp: New test.
12862
12863 2016-02-09 Keith Seitz <keiths@redhat.com>
12864
12865 PR breakpoints/19546
12866 * gdb.base/infcall-exec.c: New file.
12867 * gdb.base/infcall-exec2.c: New file.
12868 * gdb.base/infcall-exec.exp: New file.
12869
12870 2016-02-09 Keith Seitz <keiths@redhat.com>
12871
12872 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
12873 (toplevel): Call test_bkpt_address.
12874
12875 2016-02-09 Keith Seitz <keiths@redhat.com>
12876
12877 PR python/19506
12878 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
12879 (toplevel): Call test_bkpt_address.
12880
12881 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
12882
12883 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
12884 to AC_OUTPUT.
12885 * configure: Regenerate.
12886
12887 2016-02-09 Pedro Alves <palves@redhat.com>
12888
12889 PR breakpoints/19548
12890 * gdb.base/execl-update-breakpoints.c (some_function): New
12891 function.
12892 (main): Call it.
12893 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
12894 Tighten expected GDB output.
12895
12896 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12897
12898 * Makefile.in (ALL_SUBDIRS): Remove.
12899 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
12900 (distclean maintainer-clean realclean): Likewise.
12901 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
12902 * configure: Regenerate.
12903 * gdb.ada/Makefile.in: Delete.
12904 * gdb.arch/Makefile.in: Likewise.
12905 * gdb.asm/Makefile.in: Likewise.
12906 * gdb.base/Makefile.in: Likewise.
12907 * gdb.btrace/Makefile.in: Likewise.
12908 * gdb.cell/Makefile.in: Likewise.
12909 * gdb.compile/Makefile.in: Likewise.
12910 * gdb.cp/Makefile.in: Likewise.
12911 * gdb.disasm/Makefile.in: Likewise.
12912 * gdb.dlang/Makefile.in: Likewise.
12913 * gdb.dwarf2/Makefile.in: Likewise.
12914 * gdb.fortran/Makefile.in: Likewise.
12915 * gdb.gdb/Makefile.in: Likewise.
12916 * gdb.go/Makefile.in: Likewise.
12917 * gdb.guile/Makefile.in: Likewise.
12918 * gdb.java/Makefile.in: Likewise.
12919 * gdb.linespec/Makefile.in: Likewise.
12920 * gdb.mi/Makefile.in: Likewise.
12921 * gdb.modula2/Makefile.in: Likewise.
12922 * gdb.multi/Makefile.in: Likewise.
12923 * gdb.objc/Makefile.in: Likewise.
12924 * gdb.opencl/Makefile.in: Likewise.
12925 * gdb.opt/Makefile.in: Likewise.
12926 * gdb.pascal/Makefile.in: Likewise.
12927 * gdb.perf/Makefile.in: Likewise.
12928 * gdb.python/Makefile.in: Likewise.
12929 * gdb.reverse/Makefile.in: Likewise.
12930 * gdb.server/Makefile.in: Likewise.
12931 * gdb.stabs/Makefile.in: Likewise.
12932 * gdb.threads/Makefile.in: Likewise.
12933 * gdb.trace/Makefile.in: Likewise.
12934 * gdb.xml/Makefile.in: Likewise.
12935 * lib/gdb.exp (make_gdb_parallel_path): Add check for
12936 GDB_PARALLEL.
12937 (standard_output_file): Remove check for GDB_PARALLEL, always
12938 return path in outputs/$subdir/$testname.
12939
12940 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
12941
12942 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
12943 (site.exp): Assign abs_srcdir to tcl's srcdir.
12944
12945 2016-02-04 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.base/foll-exec-mode.c: Include limits.h.
12948 (main): Add parameters argc and argv. Get directory from
12949 argv[0].
12950 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
12951 compilation.
12952 * gdb.base/foll-exec.c: Include limits.h.
12953 (main): Add parameters argc and argv.
12954 Get directory from argv[0].
12955 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
12956 Adjust tests on the number of lines as source code changed.
12957 * gdb.base/foll-vfork-exit.c: Include limits.h.
12958 (main): Add one line of statement before vfork.
12959 * gdb.base/foll-vfork.c: Include limits.h and string.h.
12960 (main): Add parameters argc and argv. Get directory from
12961 argv[0].
12962 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
12963 (setup_gdb): Set tbreak to skip some source lines.
12964 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
12965 (main): Add parameters argc and argv. Get directory from
12966 argv[0].
12967 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
12968 compilation.
12969 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
12970 (main): Add parameters argc and argv. Get directory from
12971 argv[0].
12972 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
12973 compilation.
12974
12975 2016-02-01 Doug Evans <dje@google.com>
12976
12977 * gdb.base/skip.exp: Clean up multiple references to same test name.
12978
12979 2016-02-01 Pedro Alves <palves@redhat.com>
12980
12981 PR remote/19496
12982 * gdb.threads/forking-threads-plus-breakpoint.exp
12983 (displaced_stepping_supported): New global.
12984 (probe_displaced_stepping_support): New procedure.
12985 (do_test): Add 'displaced' parameter, and use it.
12986 (top level): Check for displaced stepping support. Add displaced
12987 stepping on/off testing axis.
12988
12989 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12990
12991 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
12992 pointer. Don't perform further tests on the unassociated pointer
12993 if the first test fails.
12994
12995 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
12996
12997 * gdb.base/max-value-size.c: New file.
12998 * gdb.base/max-value-size.exp: New file.
12999 * gdb.base/huge.exp: Disable max-value-size for this test.
13000
13001 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13002
13003 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13004
13005 2016-01-28 Yao Qi <yao.qi@linaro.org>
13006
13007 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13008
13009 2016-01-25 Pedro Alves <palves@redhat.com>
13010
13011 PR threads/19461
13012 * gdb.base/fork-running-state.c: New file.
13013 * gdb.base/fork-running-state.exp: New file.
13014
13015 2016-01-25 Pedro Alves <palves@redhat.com>
13016
13017 PR gdb/19494
13018 * gdb.base/catch-fork-kill.c: New file.
13019 * gdb.base/catch-fork-kill.exp: New file.
13020
13021 2016-01-25 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13024 Delete, moved to lib/gdb.exp.
13025 * gdb.threads/forking-threads-plus-breakpoint.exp
13026 (foreach_with_prefix): Likewise.
13027 * gdb.threads/process-dies-while-handling-bp.exp
13028 (foreach_with_prefix): Likewise.
13029 * lib/gdb.exp (foreach_with_prefix): New procedure.
13030
13031 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13032
13033 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13034 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13035
13036 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13037
13038 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13039 endian targets.
13040
13041 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13042 Pedro Alves <palves@redhat.com>
13043
13044 Fix testsuite compatibility with Guile.
13045 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13046 number.
13047
13048 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13049
13050 Fix testsuite compatibility with Guile.
13051 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13052 (thread 1): New test for backtrace through signal handler.
13053
13054 2016-01-22 Yao Qi <yao.qi@linaro.org>
13055
13056 PR testsuite/19491
13057 * gdb.base/multi-forks.c: Include
13058 ../lib/unbuffer_output.c
13059 (main): Call gdb_unbuffer_output.
13060
13061 2016-01-21 Doug Evans <dje@google.com>
13062
13063 * lib/ada.exp (gdb_compile_ada): Fix typo.
13064
13065 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13066
13067 * gdb.base/break-fun-addr.exp: New file.
13068 * gdb.base/break-fun-addr1.c: New file.
13069 * gdb.base/break-fun-addr2.c: New file.
13070
13071 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13072
13073 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13074 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13075 enum flag values.
13076
13077 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13078
13079 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13080 when GDB can not set the vector return value. Add more comments
13081 for clarification.
13082
13083 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13084
13085 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13086 command.
13087
13088 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13089
13090 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13091
13092 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13093
13094 * Makefile.in (check-single): Pass --status to runtest.
13095 (check/%.exp): Likewise.
13096
13097 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13098
13099 * Makefile.in (check-parallel): Propagate return code from make
13100 do-check-parallel.
13101
13102 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13103
13104 * gdb.trace/ftrace.exp: Fix expected message on continue.
13105 * gdb.trace/pending.exp: Fix expected message on continue.
13106 * gdb.trace/trace-break.exp: Fix expected message on continue.
13107
13108 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13109
13110 * lib/gdb.exp (gdb_test): Remove unused global references.
13111
13112 2016-01-18 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.base/async-shell.exp: Adjust expected output.
13115 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13116 * gdb.base/siginfo-thread.exp: Adjust expected output.
13117 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13118 * gdb.java/jnpe.exp: Adjust expected output.
13119 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13120 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13121 * gdb.threads/leader-exit.exp: Adjust expected output.
13122 * gdb.threads/manythreads.exp: Adjust expected output.
13123 * gdb.threads/pthreads.exp: Adjust expected output.
13124 * gdb.threads/schedlock.exp: Adjust expected output.
13125 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13126 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13127 expected output.
13128 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13129 output.
13130 * gdb.threads/sigthread.exp: Adjust expected output.
13131 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13132
13133 2016-01-18 Yao Qi <yao.qi@linaro.org>
13134
13135 * gdb.guile/scm-section-script.c: Replace @progbits with
13136 %progbits.
13137 * gdb.python/py-section-script.c: Likewise.
13138
13139 2016-01-15 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.multi/tids.exp: Test star wildcard ranges.
13142
13143 2016-01-15 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13146 command from "thread apply" invocation.
13147 (thr_apply_info_thr_invalid): Default the expected output to the
13148 input tid list.
13149 (top level): Add tests that use convenience variables. Add tests
13150 for "thread apply" with a valid TID list, but missing the command.
13151
13152 2016-01-13 Pedro Alves <palves@redhat.com>
13153
13154 * gdb.base/default.exp: Expect $_gthread as well.
13155 * gdb.multi/tids.exp: Test $_gthread.
13156 * gdb.threads/thread-specific.exp: Test $_gthread.
13157
13158 2016-01-13 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.multi/tids.exp: Test "info threads -gid".
13161
13162 2016-01-13 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13165 Breakpoint.thread.
13166 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13167
13168 2016-01-07 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/break.exp: Adjust to output changes.
13171 * gdb.base/hbreak2.exp: Likewise.
13172 * gdb.base/sepdebug.exp: Likewise.
13173 * gdb.base/watch_thread_num.exp: Likewise.
13174 * gdb.linespec/keywords.exp: Likewise.
13175 * gdb.multi/info-threads.exp: Likewise.
13176 * gdb.threads/thread-find.exp: Likewise.
13177 * gdb.multi/tids.c: New file.
13178 * gdb.multi/tids.exp: New file.
13179
13180 2016-01-13 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13183
13184 2016-01-13 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.base/default.exp: Expect $_inferior as well.
13187 * gdb.multi/base.exp: Test $_inferior.
13188
13189 2016-01-13 Pedro Alves <palves@redhat.com>
13190
13191 PR breakpoints/19388
13192 * gdb.base/catch-signal-siginfo-cond.c: New file.
13193 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13194
13195 2016-01-12 Josh Stone <jistone@redhat.com>
13196 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13197
13198 * gdb.base/catch-syscall.c (do_execve): New variable.
13199 (main): Conditionally trigger an execve.
13200 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13201 (test_catch_syscall_execve): New, check entry/return across execve.
13202 (do_syscall_tests): Call test_catch_syscall_execve.
13203
13204 2016-01-12 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.base/random-signal.exp (do_test): New procedure, with body
13207 of testcase moved in.
13208
13209 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13210 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/funcargs.exp (finish from indirectly called function):
13213 Reintroduce the case for 'First'.
13214
13215 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13216 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13219 (tcatch_vfork_then_child_follow_exec)
13220 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13221 identification.
13222
13223 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13224
13225 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13226 and repeats to unlimited.
13227 * gdb.python/py-value.exp: Likewise.
13228 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13229 and repeats to unlimited.
13230
13231 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13232
13233 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13234 and reordering the functions.
13235 * gdb.multi/hangout.c: Likewise.
13236 * gdb.multi/hello.c: Likewise.
13237
13238 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13239
13240 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13241 absolute.
13242 (SingleStatisticTestResult.report): Use dict.keys instead of
13243 dict.iterkeys.
13244
13245 2016-01-06 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13248
13249 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13250
13251 * gdb.btrace/dlopen.exp: New.
13252 * gdb.btrace/dlopen.c: New.
13253 * gdb.btrace/dlopen-dso.c: New.
13254
13255 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13256
13257 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13258 PATTERN argument is optional.
13259
13260 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13261
13262 * lib/ada.exp (target_compile_ada_from_dir): New function.
13263 (gdb_compile_ada): Reimplement avoiding the use of project files.
13264 * gdb.ada/gnat_ada.gpr: Delete.
13265 * gdb.ada/cond_lang.exp: Adjust test to make path before
13266 filename optional.
13267 * gdb.ada/small_reg_param.exp: Likewise.
13268
13269 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13270
13271 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13272
13273 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13274
13275 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13276 case.
13277
13278 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 * gdb.base/break.exp: Remove dead code.
13281 * gdb.base/sepdebug.exp: Likewise.
13282
13283 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13284
13285 * gdb.asm/asm-source.exp: Remove HP-UX references.
13286 * gdb.base/annota1.exp: Likewise.
13287 * gdb.base/annota3.exp: Likewise.
13288 * gdb.base/attach.exp: Likewise.
13289 * gdb.base/bigcore.exp: Likewise.
13290 * gdb.base/break.exp: Likewise.
13291 * gdb.base/call-ar-st.exp: Likewise.
13292 * gdb.base/callfuncs.exp: Likewise.
13293 * gdb.base/catch-fork-static.exp: Likewise.
13294 * gdb.base/display.exp: Likewise.
13295 * gdb.base/foll-exec-mode.exp: Likewise.
13296 * gdb.base/foll-exec.exp: Likewise.
13297 * gdb.base/foll-fork.exp: Likewise.
13298 * gdb.base/foll-vfork.exp: Likewise.
13299 * gdb.base/funcargs.exp: Likewise.
13300 * gdb.base/hbreak2.exp: Likewise.
13301 * gdb.base/inferior-died.exp: Likewise.
13302 * gdb.base/interrupt.exp: Likewise.
13303 * gdb.base/multi-forks.exp: Likewise.
13304 * gdb.base/nodebug.exp: Likewise.
13305 * gdb.base/sepdebug.exp: Likewise.
13306 * gdb.base/solib1.c: Likewise.
13307 * gdb.base/step-test.exp: Likewise.
13308 * gdb.mi/non-stop.c: Likewise.
13309 * gdb.mi/pthreads.c: Likewise.
13310 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13311 * gdb.threads/pthreads.c: Likewise.
13312 * gdb.threads/staticthreads.exp: Likewise.
13313 * lib/future.exp: Likewise.
13314 * lib/gdb.exp: Likewise.
13315 * gdb.base/so-indr-cl.c: Remove.
13316 * gdb.base/so-indr-cl.exp: Likewise.
13317 * gdb.base/solib.c: Likewise.
13318 * gdb.base/solib.exp: Likewise.
13319 * gdb.base/solib2.c: Likewise.
13320
13321 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13322
13323 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13324 * gdb.base/call-ar-st.exp: Likewise.
13325 * gdb.base/callfuncs.exp: Likewise.
13326 * gdb.base/condbreak.exp: Likewise.
13327 * gdb.base/constvars.exp: Likewise.
13328 * gdb.base/hbreak2.exp: Likewise.
13329 * gdb.base/langs.exp: Likewise.
13330 * gdb.base/list.exp: Likewise.
13331 * gdb.base/long_long.exp: Likewise.
13332 * gdb.base/ptype.exp: Likewise.
13333 * gdb.base/scope.exp: Likewise.
13334 * gdb.base/signals.exp: Likewise.
13335 * gdb.base/so-impl-ld.exp: Likewise.
13336 * gdb.base/varargs.exp: Likewise.
13337 * gdb.base/volatile.exp: Likewise.
13338 * gdb.base/whatis.exp: Likewise.
13339 * gdb.cp/cplusfuncs.exp: Likewise.
13340 * gdb.cp/inherit.exp: Likewise.
13341 * gdb.cp/local.exp: Likewise.
13342 * gdb.cp/member-ptr.exp: Likewise.
13343 * gdb.cp/method.exp: Likewise.
13344 * gdb.cp/overload.exp: Likewise.
13345 * gdb.cp/templates.exp: Likewise.
13346 * gdb.stabs/weird.exp: Likewise.
13347 * lib/compiler.c: Likewise.
13348 * lib/compiler.cc: Likewise.
13349 * lib/cp-support.exp: Likewise.
13350 * lib/gdb.exp: Likewise.
13351
13352 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13353
13354 * configure.ac: Remove HP-UX case.
13355 * configure: Regenerate.
13356
13357 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13358
13359 * lib/gdb.exp (gdb_compile): Add function doc.
13360
13361 2015-12-17 Pedro Alves <palves@redhat.com>
13362
13363 PR threads/19354
13364 * gdb.multi/info-threads.exp: New file.
13365
13366 2015-12-15 Yao Qi <yao.qi@linaro.org>
13367
13368 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13369 is aarch64*-*-*.
13370
13371 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13372
13373 * gdb.base/history-duplicates.exp: Skip if no readline support.
13374
13375 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13376
13377 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13378
13379 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13380
13381 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13382
13383 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13384
13385 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13386 ctrl-C if nointerrupts target property is set.
13387 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13388 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13389 * gdb.base/paginate-bg-execution.exp: Likewise.
13390 * gdb.base/paginate-execution-startup.exp: Likewise.
13391 * gdb.base/random-signal.exp: Likewise.
13392 * gdb.base/range-stepping.exp: Likewise.
13393 * gdb.cp/annota2.exp: Likewise.
13394 * gdb.cp/annota3.exp: Likewise.
13395 * gdb.gdb/selftest.exp: Likewise.
13396 * gdb.threads/continue-pending-status.exp: Likewise.
13397 * gdb.threads/leader-exit.exp: Likewise.
13398 * gdb.threads/manythreads.exp: Likewise.
13399 * gdb.threads/pthreads.exp: Likewise.
13400 * gdb.threads/schedlock.exp: Likewise.
13401 * gdb.threads/sigthread.exp: Likewise.
13402
13403 2015-12-11 Don Breazeal <donb@codesourcery.com>
13404
13405 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13406 remote.
13407 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13408 * gdb.base/foll-exec.exp (main): Enable for target remote.
13409 * gdb.base/foll-fork.exp (main): Likewise.
13410 * gdb.base/foll-vfork.exp (main): Likewise.
13411 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13412 (proc continue_to_exit_bp_loc): Use clean_restart.
13413 * gdb.base/pie-execl.exp (main): Disable for target remote.
13414 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13415 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13416 * gdb.threads/execl.exp (main): Likewise.
13417 * gdb.threads/fork-child-threads.exp (main): Likewise.
13418 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13419 remote.
13420 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13421 remote.
13422 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13423 pid.tid style ptids, instead of just tid.
13424 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13425 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13426 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13427 ptids, instead of just tid.
13428
13429 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13430
13431 * gdb.base/list.exp (test_list_forward): Add end of file error
13432 test.
13433 (test_repeat_list_command): Add end of file error test.
13434 (test_list_backwards): Add beginning of file error test.
13435
13436 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13437
13438 * gdb.base/list.exp (test_list_invalid_args): New function,
13439 defined, and called.
13440
13441 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13442
13443 * gdb.base/list.exp (test_list): Make test names unique.
13444
13445 2015-12-11 Yao Qi <yao.qi@linaro.org>
13446
13447 * gdb.base/coremaker2.c: Remove.
13448
13449 2015-12-10 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.multi/base.exp: Remove stale "spaces" references.
13452
13453 2015-12-10 Pedro Alves <palves@redhat.com>
13454
13455 * gdb.multi/base.exp: Don't use nowarnings.
13456 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13457 * gdb.multi/hangout.c: Include stdio.h.
13458 * gdb.multi/hello.c: Include stdlib.h.
13459 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13460 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13461 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13462
13463 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13464
13465 * gdb.dwarf2/dw2-ranges-base.c: New file.
13466 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13467 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13468 support additional line table, and debug ranges generation.
13469 (Dwarf::ranges): New function, generate .debug_ranges.
13470 (Dwarf::lines): Support generating simple line table programs.
13471 (Dwarf::assemble): Initialise new namespace variables.
13472
13473 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13474
13475 * gdb.base/async.exp (proc test_background): Add case for
13476 asynchronous execution not supported.
13477
13478 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13479
13480 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13481 format and change test names to make them unique.
13482
13483 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13484 Pedro Alves <pedro@redhat.com>
13485
13486 PR gdb/18702
13487 Add checking of floatformats setup on x86_64 hosts.
13488 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13489 (smallval, bigval): New labels/constants.
13490 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13491 float" after loading bigval and smallval.
13492
13493 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13494
13495 * gdb.ada/fun_overload_menu.exp: New testcase.
13496 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13497
13498 2015-12-04 Josh Stone <jistone@redhat.com>
13499
13500 * gdb.base/catch-fork-static.exp: New.
13501
13502 2015-12-03 Yao Qi <yao.qi@linaro.org>
13503
13504 * gdb.base/sizeof.c: Don't include stdio.h and
13505 ../lib/unbuffer_output.c.
13506 (main): New variable 'size' and 'value'. Remove printf and
13507 gdb_unbuffer_output. Assign return value to size and value.
13508 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13509 at the beginning.
13510 (check_sizeof): Check the result by printing variable 'size'.
13511 (check_valueof): Check the result by printing variable 'value'.
13512
13513 2015-12-01 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13516 for aarch64*-*-linux* target.
13517
13518 2015-11-30 Pedro Alves <palves@redhat.com>
13519
13520 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13521
13522 2015-11-30 Pedro Alves <palves@redhat.com>
13523
13524 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13525 Handle non-stop mode vCont replies.
13526
13527 2015-11-30 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13530 prepare_for_testing. Start gdb with "set non-stop on" appended to
13531 GDBFLAGS. Lax expected stop output.
13532
13533 2015-11-27 Yao Qi <yao.qi@linaro.org>
13534
13535 * gdb.arch/arm-neon.exp: New.
13536 * gdb.arch/arm-neon.c: New.
13537
13538 2015-11-27 Yao Qi <yao.qi@linaro.org>
13539
13540 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13541
13542 2015-11-27 Yao Qi <yao.qi@linaro.org>
13543
13544 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13545 frames-invalid annotation.
13546
13547 2015-11-27 Yao Qi <yao.qi@linaro.org>
13548
13549 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13550
13551 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13552
13553 * gdb.threads/names.exp: New file.
13554 * gdb.threads/names.c: New file.
13555 * README: Mention gdb,no_thread_names.
13556
13557 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13558
13559 PR 19297
13560 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13561 support" error.
13562
13563 2015-11-24 Pedro Alves <palves@redhat.com>
13564
13565 PR 17539
13566 * gdb.base/display.exp: Expect displays to be sorted in ascending
13567 order. Use multi_line.
13568 * gdb.base/solib-display.exp: Likewise.
13569
13570 2015-11-24 Pedro Alves <palves@redhat.com>
13571
13572 PR 17539
13573 * gdb.base/display.exp: Expect displays to be sorted in ascending
13574 order. Use multi_line.
13575 * gdb.base/solib-display.exp: Likewise.
13576
13577 2015-11-24 Pedro Alves <palves@redhat.com>
13578
13579 PR 17539
13580 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13581 threads in ascending order.
13582 * gdb.base/foll-fork.exp: Likewise.
13583 * gdb.base/foll-vfork.exp: Likewise.
13584 * gdb.base/multi-forks.exp: Likewise.
13585 * gdb.mi/mi-nonstop.exp: Likewise.
13586 * gdb.mi/mi-nsintrall.exp: Likewise.
13587 * gdb.multi/base.exp: Likewise.
13588 * gdb.multi/multi-arch.exp: Likewise.
13589 * gdb.python/py-inferior.exp: Likewise.
13590 * gdb.threads/break-while-running.exp: Likewise.
13591 * gdb.threads/execl.exp: Likewise.
13592 * gdb.threads/gcore-thread.exp: Likewise.
13593 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13594 * gdb.threads/kill.exp: Likewise.
13595 * gdb.threads/linux-dp.exp: Likewise.
13596 * gdb.threads/multiple-step-overs.exp: Likewise.
13597 * gdb.threads/next-bp-other-thread.exp: Likewise.
13598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13599 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13600 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13601 * gdb.threads/thread-find.exp: Likewise.
13602 * gdb.threads/tls.exp: Likewise.
13603 * lib/mi-support.exp (mi_reverse_list): Delete.
13604 (mi_check_thread_states): No longer reverse list.
13605
13606 2015-11-24 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13609 use lowercase.
13610
13611 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13612
13613 * gdb.trace/actions.c: Include trace-common.h.
13614 (main): Add a location for a fast tracepoint.
13615 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13616 the normal tracepoints.
13617 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13618
13619 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * save-trace.exp: Factor out code to these...
13622 (gdb_save_tracepoints): New.
13623 (gdb_load_tracepoints): New.
13624 (do_save_load_test): New.
13625
13626 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13627
13628 * gdb.base/asmlabel.exp: New test.
13629 * gdb.base/asmlabel.c: New test case.
13630
13631 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13632
13633 * gdb.base/wrong_frame_bt_full-main.c: New file.
13634 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13635 * gdb.base/wrong_frame_bt_full.exp: New file.
13636
13637 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13638
13639 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13640
13641 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13642
13643 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13644 pstate register when comparing registers values in
13645 sparc64-*-linux-gnu targets to avoid spurious differences.
13646
13647 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13648
13649 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13650
13651 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13652
13653 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13654 as type argument to gdb_compile.
13655 * gdb.base/nested-subp2.exp: Likewise.
13656 * gdb.base/nested-subp3.exp: Likewise.
13657
13658 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13659
13660 * lib/dwarf.exp (_note): Fix left shift of negative value.
13661 * gdb.trace/trace-condition.exp: Likewise.
13662
13663 2015-11-13 Yao Qi <yao.qi@linaro.org>
13664
13665 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13666 comments about d10v.
13667 (test_scalar_returns): Likewise.
13668 * gdb.base/d10v.ld: Remove.
13669 * gdb.base/overlays.exp: Remove the target triplet checking for
13670 d10v-*-*.
13671 * gdb.base/structs.exp (test_struct_returns): Remove the
13672 comments about d10v.
13673 (test_struct_calls): Likewise.
13674
13675 2015-11-13 Yao Qi <yao.qi@linaro.org>
13676
13677 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13678 * gdb.base/gnu_vector.c: Don't include stdio.h.
13679 (main): Don't print res and call add_some_intvecs.
13680
13681 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13682
13683 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13684 macro.
13685 (func5): Removed.
13686 (func4): Use FAST_TRACEPOINT_LABEL.
13687 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13688 macro.
13689 (func): Removed.
13690 (thread_function): Use FAST_TRACEPOINT_LABEL.
13691 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13692 (func): Remove.
13693 (marker): Use FAST_TRACEPOINT_LABEL.
13694 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13695 (pendfunc1): Remove.
13696 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13697 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13698 (foo): Remove.
13699 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13700 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13701 macro.
13702 (func): Remove.
13703 (marker): Use FAST_TRACEPOINT_LABEL.
13704 * gdb.trace/trace-common.h: New header.
13705 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13706 macro.
13707 (func): Remove.
13708 (marker): Use FAST_TRACEPOINT_LABEL.
13709 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13710 (func): Remove.
13711 (thread_function): Use FAST_TRACEPOINT_LABEL.
13712
13713 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13714
13715 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13716 in front.
13717 * gdb.trace/change-loc.exp: Use global pcreg definition.
13718 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13719 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13720 in front.
13721 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13722 * gdb.trace/pending.exp: Likewise.
13723 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13724 * gdb.trace/trace-break.exp: Likewise.
13725 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13726 in front.
13727 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13728 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13729 in front.
13730 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13731
13732 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13733
13734 * gdb.ada/fin_fun_out: New testcase.
13735
13736 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13737
13738 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13739 value associated with DW_AT_byte_size.
13740 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13741 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13742 DW_AT_upper_bound.
13743
13744 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13745
13746 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13747 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13748 version.
13749 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13750 gdb.dwarf2/dw2-canonicalize-type.exp,
13751 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13752 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13753 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13754 provided by gdb_target_symbol_prefix_flags_asm.
13755 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13756 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13757 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13758 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13759 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13760 macros where needed). Use this macro for symbols which require
13761 the prefix provided by SYMBOL_PREFIX.
13762
13763 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13764
13765 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13766 New procs.
13767 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13768 representing expressions, of more than one list element.
13769 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13770 to prepend linker symbol prefix to f.
13771 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13772 table_1 and table_2.
13773 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13774 Likewise, for f and g.
13775 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13776 for ptr.
13777 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13778 for main.
13779 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13780 table_1_ptr and table_2_ptr.
13781
13782 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13783 Joel Brobecker <brobecker@adacore.com>
13784
13785 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13786
13787 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13788
13789 * gdb.reverse/s390-mvcle.c: New test.
13790 * gdb.reverse/s390-mvcle.exp: New file.
13791 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13792
13793 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13794
13795 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13796
13797 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13798
13799 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13800 reaching marker2.
13801 * gdb.reverse/getresuid-reverse.exp: Likewise.
13802 * gdb.reverse/pipe-reverse.exp: Likewise.
13803 * gdb.reverse/readv-reverse.exp: Likewise.
13804 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13805 * gdb.reverse/time-reverse.exp: Likewise.
13806 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13807
13808 2015-10-30 Yao Qi <yao.qi@linaro.org>
13809
13810 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13811 (empty_cycle): Remove.
13812 (main): Don't call empty_cycle. Don't use watch_count_done.
13813 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13814 empty_cycle. Rewrite the code counting HW watchpoints.
13815
13816 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13817
13818 * gdb.reverse/fstatat-reverse.c: New test.
13819 * gdb.reverse/fstatat-reverse.exp: New file.
13820 * gdb.reverse/getresuid-reverse.c: New test.
13821 * gdb.reverse/getresuid-reverse.exp: New file.
13822 * gdb.reverse/pipe-reverse.c: New test.
13823 * gdb.reverse/pipe-reverse.exp: New file.
13824 * gdb.reverse/readv-reverse.c: New test.
13825 * gdb.reverse/readv-reverse.exp: New file.
13826 * gdb.reverse/recvmsg-reverse.c: New test.
13827 * gdb.reverse/recvmsg-reverse.exp: New file.
13828 * gdb.reverse/time-reverse.c: New test.
13829 * gdb.reverse/time-reverse.exp: New file.
13830 * gdb.reverse/waitpid-reverse.c: New test.
13831 * gdb.reverse/waitpid-reverse.exp: New file.
13832
13833 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13834
13835 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13836
13837 2015-10-26 Doug Evans <dje@google.com>
13838
13839 PR symtab/17391
13840 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
13841 * gdb.dwarf2/bad-regnum.c: New file.
13842 * gdb.dwarf2/bad-regnum.exp: New file.
13843
13844 2015-10-26 Doug Evans <dje@google.com>
13845
13846 PR python/18938
13847 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
13848 file.
13849
13850 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13851
13852 * gdb.compile/compile.exp (compile code globalvar): Update expectation
13853 for a change by "Mention language in compile error message".
13854
13855 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13856
13857 PR python/18073
13858 * gdb.python/py-type.c (C::a_method): New.
13859 (C::a_const_method): New.
13860 (C::a_static_method): New.
13861 (a_function): New.
13862 * gdb.python/py-type.exp (test_fields): Test getting fields
13863 from function and method.
13864
13865 2015-10-21 Keven Boell <keven.boell@intel.com>
13866
13867 * gdb.fortran/vla-alloc-assoc.exp: New file.
13868 * gdb.fortran/vla-datatypes.exp: New file.
13869 * gdb.fortran/vla-datatypes.f90: New file.
13870 * gdb.fortran/vla-history.exp: New file.
13871 * gdb.fortran/vla-ptype-sub.exp: New file.
13872 * gdb.fortran/vla-ptype.exp: New file.
13873 * gdb.fortran/vla-sizeof.exp: New file.
13874 * gdb.fortran/vla-sub.f90: New file.
13875 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
13876 * gdb.fortran/vla-value-sub-finish.exp: New file.
13877 * gdb.fortran/vla-value-sub.exp: New file.
13878 * gdb.fortran/vla-value.exp: New file.
13879 * gdb.fortran/vla-ptr-info.exp: New file.
13880 * gdb.mi/mi-vla-fortran.exp: New file.
13881 * gdb.mi/vla.f90: New file.
13882
13883 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
13884
13885 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
13886 of hardwired timeout value.
13887
13888 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13889 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
13892 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
13893
13894 2015-10-19 Josh Stone <jistone@redhat.com>
13895
13896 * gdb.base/catch-syscall.c: Include <sched.h>.
13897 (unknown_syscall): New variable.
13898 (main): Trigger a vfork and an unknown syscall.
13899 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13900 (unknown_syscall_number): Likewise.
13901 (check_call_to_syscall): Accept an optional syscall pattern.
13902 (check_return_from_syscall): Likewise.
13903 (check_continue): Likewise.
13904 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
13905 (test_catch_syscall_skipping_return): New test toggling off 'catch
13906 syscall' to step over the syscall return, then toggling back on.
13907 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
13908 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
13909 (do_syscall_tests): Call test_catch_syscall_without_args and
13910 test_catch_syscall_mid_vfork.
13911 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
13912 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
13913
13914 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
13915
13916 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
13917 print g_vE): Add new pass patterns.
13918 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
13919 print various symbol names for vptr fields.
13920
13921 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
13922
13923 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
13924 results.
13925
13926 2015-10-12 Yao Qi <yao.qi@linaro.org>
13927
13928 * gdb.arch/disp-step-insn-reloc.exp: New test case.
13929
13930 2015-10-12 Yao Qi <yao.qi@linaro.org>
13931
13932 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
13933 is aarch64*-*-linux*.
13934
13935 2015-10-12 Yao Qi <yao.qi@linaro.org>
13936
13937 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
13938 (can_relocate_bcond_true): ... it.
13939 (can_relocate_bcond_false): New function.
13940 (foo): Likewise.
13941 (can_relocate_bl): Likewise.
13942 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
13943 can_relocate_bl.
13944
13945 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
13946
13947 * gdb.base/nested-addr.c: New file.
13948 * gdb.base/nested-addr.exp: New testcase.
13949
13950 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
13951
13952 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
13953 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
13954 its output. Ignore the output of "record goto begin" and instead
13955 check that GDB is replaying.
13956
13957 2015-10-09 Pedro Alves <palves@redhat.com>
13958
13959 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
13960 (top level): Use it in the run with no args test.
13961
13962 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
13963
13964 * gdb.dlang/properties.exp: New file.
13965
13966 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
13967
13968 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
13969 whether or not address 0x1000 is mapped on the target.
13970
13971 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
13972
13973 * gdb.python/py-type.exp: Do not run tests if binaries fail to
13974 build.
13975
13976 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
13977
13978 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
13979 instruction-history test.
13980
13981 2015-09-28 Doug Evans <dje@google.com>
13982
13983 * gdb.base/gcore.c (array_func): Add reference to static_array.
13984
13985 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
13986
13987 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
13988 source line.
13989
13990 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
13991
13992 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
13993 short or char as base type.
13994
13995 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
13996
13997 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
13998 to allow any size enum.
13999
14000 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14001
14002 * gdb.ada/array_ptr_renaming.exp: New testcase.
14003 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14004 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14005
14006 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14007
14008 * gdb.trace/ftrace-lock.c: New file.
14009 * gdb.trace/ftrace-lock.exp: New file.
14010
14011 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14012
14013 * gdb.arch/insn-reloc.c: New file.
14014 * gdb.arch/ftrace-insn-reloc.exp: New file.
14015
14016 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14017
14018 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14019 instruction.
14020 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14021 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14022 * gdb.trace/range-stepping.c: Likewise.
14023 * gdb.trace/trace-break.c: Likewise.
14024 * gdb.trace/trace-mt.c (thread_function): Likewise.
14025 * gdb.trace/ftrace.c (marker): Likewise.
14026 * gdb.trace/trace-condition.c (marker): Likewise.
14027 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14028 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14029 is_aarch64_target.
14030
14031 2015-09-18 Doug Evans <xdje42@gmail.com>
14032
14033 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14034 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14035
14036 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14037
14038 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14039 the breakpoint.
14040
14041 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14042
14043 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14044 the pending breakpoint. Remove timeout override for "Run till
14045 MI pending breakpoint on pendfunc3 on thread 2" test.
14046
14047 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14048
14049 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14050 filename pattern.
14051
14052 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14053
14054 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14055 in breakpoint filename pattern.
14056
14057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14058
14059 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14060
14061 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14062
14063 * gdb.linespec/explicit.exp: Check for readline support for
14064 tab-completion tests. Fix obvious typo.
14065
14066 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14067
14068 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14069 and replay.
14070
14071 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14072
14073 * gdb.btrace/non-stop.c: New.
14074 * gdb.btrace/non-stop.exp: New.
14075
14076 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14077 Yao Qi <yao.qi@linaro.org>
14078
14079 * gdb.trace/trace-condition.c: New file.
14080 * gdb.trace/trace-condition.exp: New file.
14081
14082 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14083
14084 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14085 for testing bytecode compilation.
14086
14087 2015-09-16 Pedro Alves <palves@redhat.com>
14088 Sandra Loosemore <sandra@codesourcery.com>
14089
14090 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14091 (SECONDS): Redefine.
14092 (main): Call pthread_kill and alarm early.
14093 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14094 support.
14095 (test): If the target can't hardware step and doesn't support
14096 displaced stepping, increase the timeout.
14097
14098 2015-09-16 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14101 (enable_debug): New procedures.
14102 (test): Use them. Bail out if waiting for threads fails.
14103 (top level): Bail out if a test fails.
14104
14105 2015-09-16 Yao Qi <yao.qi@linaro.org>
14106
14107 * gdb.asm/asm-source.exp: Set asm-arch for
14108 aarch64*-*-* target.
14109 * gdb.asm/aarch64.inc: New file.
14110
14111 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14112
14113 * gdb.ada/array_of_variable_length.exp: New testcase.
14114 * gdb.ada/array_of_variable_length/foo.adb: New file.
14115 * gdb.ada/array_of_variable_length/pck.adb: New file.
14116 * gdb.ada/array_of_variable_length/pck.ads: New file.
14117
14118 2015-09-15 Doug Evans <dje@google.com>
14119
14120 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14121 of function static local variable.
14122
14123 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14124
14125 * gdb.threads/tls-so_extern.exp: New test file.
14126 * gdb.threads/tls-so_extern.c: New test file.
14127 * gdb.threads/tls-so_extern_main.c: New test file.
14128
14129 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14130
14131 * gdb.opt/solib-intra-step-lib.c: New file.
14132 * gdb.opt/solib-intra-step-main.c: New file.
14133 * gdb.opt/solib-intra-step.exp: New file.
14134
14135 2015-09-15 Pedro Alves <palves@redhat.com>
14136
14137 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14138 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14139
14140 2015-09-14 Pedro Alves <palves@redhat.com>
14141
14142 * gdb.base/hook-stop-continue.c: Delete.
14143 * gdb.base/hook-stop-continue.exp: Delete.
14144 * gdb.base/hook-stop-frame.c: Delete.
14145 * gdb.base/hook-stop-frame.exp: Delete.
14146 * gdb.base/hook-stop.c: New file.
14147 * gdb.base/hook-stop.exp: New file.
14148
14149 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14150
14151 * gdb.ada/access_to_packed_array.exp: New testcase.
14152 * gdb.ada/access_to_packed_array/foo.adb: New file.
14153 * gdb.ada/access_to_packed_array/pack.adb: New file.
14154 * gdb.ada/access_to_packed_array/pack.ads: New file.
14155
14156 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14157
14158 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14159 buffer size test.
14160
14161 2015-09-11 Don Breazeal <donb@codesourcery.com>
14162
14163 * gdb.base/foll-exec.c: Add copyright header. Fix
14164 formatting issues.
14165 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14166 (do_exec_tests): Use clean_restart in place of zap_session,
14167 and for test initialization. Fix formatting issues. Use
14168 fail in place of perror.
14169 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14170 an expect statement to match an expression with output from
14171 the program under debug.
14172 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14173 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14174 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14175 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14176 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14177
14178 2015-09-09 Doug Evans <dje@google.com>
14179
14180 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14181
14182 2015-09-09 Doug Evans <dje@google.com>
14183
14184 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14185
14186 2015-09-09 Doug Evans <dje@google.com>
14187
14188 * gdb.base/savedregs.exp: Fix typo.
14189
14190 2015-09-09 Pedro Alves <palves@redhat.com>
14191
14192 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14193
14194 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14195
14196 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14197 command actually switches threads. Give up on remaining
14198 tests if target fails to stop at breakpoint.
14199
14200 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14201
14202 * gdb.ada/funcall_char.exp: New testcase.
14203 * gdb.ada/funcall_char/foo.adb: New file.
14204
14205 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14206
14207 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14208 expected outputs. Add two testcases for completing ambiguous
14209 functions.
14210 * gdb.ada/complete/aux_pck.adb: New file.
14211 * gdb.ada/complete/aux_pck.ads: New file.
14212 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14213 Ambiguous_Func functions.
14214 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14215 * gdb.ada/complete/pck.adb: Likewise.
14216
14217 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14218
14219 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14220 failures to run the test program under GDB.
14221
14222 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14223
14224 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14225 to C.
14226
14227 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14228
14229 * gdb.base/run-after-attach.exp: New test file.
14230 * gdb.base/run-after-attach.c: New test file.
14231
14232 2015-08-26 Don Breazeal <donb@codesourcery.com>
14233
14234 * gdb.base/foll-exec-2.c: New test program.
14235 * gdb.base/foll-exec-2.exp: New test.
14236
14237 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14238
14239 * gdb.base/nested-subp1.exp: New file.
14240 * gdb.base/nested-subp1.c: New file.
14241 * gdb.base/nested-subp2.exp: New file.
14242 * gdb.base/nested-subp2.c: New file.
14243 * gdb.base/nested-subp3.exp: New file.
14244 * gdb.base/nested-subp3.c: New file.
14245
14246 2015-08-24 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.server/connect-without-multi-process.c: New file.
14249 * gdb.server/connect-without-multi-process.exp: New file.
14250
14251 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14252
14253 * gdb.opt/inline-markers.c: Make z int.
14254
14255 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14256
14257 * gdb.opt/inline-markers.c: Make z volatile.
14258
14259 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14260
14261 * gdb.opt/inline-bt.c: New volatile global z.
14262 * gdb.opt/inline-cmds.c: Likewise.
14263 * gdb.opt/inline-locals.c: Likewise.
14264 * gdb.opt/inline-markers.c: New extern global z.
14265 (marker): Use z.
14266 (inline_fn): Likewise.
14267
14268 2015-08-24 Pedro Alves <palves@redhat.com>
14269
14270 * config/m32r-stub.exp: Remove file.
14271 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14272 * gdb.base/call-rt-st.exp: Likewise.
14273 * gdb.base/call-strs.exp: Likewise.
14274 * gdb.base/default.exp: Remove references to h8300-*-hms and
14275 *-*-udi*.
14276 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14277
14278 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14279
14280 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14281 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14282 and "return" use KFAIL when GDB can not read/write the vector
14283 return value.
14284
14285 2015-08-21 Gary Benson <gbenson@redhat.com>
14286
14287 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14288
14289 2015-08-20 Pedro Alves <palves@redhat.com>
14290
14291 * gdb.server/solib-list.exp: No longer expect an interior stop in
14292 non-stop mode.
14293
14294 2015-08-20 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.server/connect-stopped-target.c: New file.
14297 * gdb.server/connect-stopped-target.exp: New file.
14298
14299 2015-08-20 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.dwarf2/comp-unit-lang.exp: New file.
14302 * gdb.dwarf2/comp-unit-lang.c: New file.
14303
14304 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14305
14306 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14307 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14308
14309 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14310
14311 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14312 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14313
14314 2015-08-18 Doug Evans <dje@google.com>
14315 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14316
14317 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14318 skip_python_tests. New arg prompt_regexp.
14319 (skip_python_tests): New function.
14320 * lib/mi-support.exp (mi_skip_python_tests): New function.
14321 * gdb.python/py-mi-objfile-gdb.py: New file.
14322 * gdb.python/py-mi-objfile.c: New file.
14323 * gdb.python/py-mi-objfile.exp: New file.
14324
14325 2015-08-17 Keith Seitz <keiths@redhat.com>
14326
14327 * gdb.linespec/explicit.exp: Move strace test from here ...
14328 * gdb.trace/strace.exp: ... to here.
14329
14330 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14331
14332 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14333 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14334
14335 2015-08-14 Doug Evans <xdje42@gmail.com>
14336
14337 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14338 inferior before selecting a new file.
14339
14340 2015-08-14 Doug Evans <xdje42@gmail.com>
14341
14342 * gdb.mi/mi-disassemble.exp: Update.
14343 * gdb.base/disasm-optim.S: New file.
14344 * gdb.base/disasm-optim.c: New file.
14345 * gdb.base/disasm-optim.h: New file.
14346 * gdb.base/disasm-optim.exp: New file.
14347
14348 2015-08-14 Keith Seitz <keiths@redhat.com>
14349
14350 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14351 "evaluated-by".
14352
14353 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14354
14355 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14356
14357 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14358
14359 * gdb.ada/fun_renaming.exp: New testcase.
14360 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14361 * gdb.ada/fun_renaming/pack.adb: New file.
14362 * gdb.ada/fun_renaming/pack.ads: New file.
14363
14364 2015-08-12 Keith Seitz <keiths@redhat.com>
14365
14366 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14367 gdb_get_line_number.
14368
14369 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14370
14371 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14372 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14373 gdb.base/dso2dso.exp: New files.
14374
14375 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14376 Pedro Alves <palves@redhat.com>
14377 Keith Seitz <keiths@redhat.com>
14378
14379 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14380 GDBFLAGS.
14381
14382 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14383
14384 * gdb.base/gdbhistsize-history.exp
14385 (test_histsize_history_setting): Use save_vars.
14386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14387 Use save_vars.
14388 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14389 * gdb.base/readline.exp: Use save_vars.
14390
14391 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14392
14393 * lib/gdb.exp (save_vars): New proc.
14394
14395 2015-08-11 Keith Seitz <keiths@redhat.com>
14396
14397 * gdb.base/help.exp: Update help_breakpoint_text.
14398
14399 2015-08-11 Keith Seitz <keiths@redhat.com>
14400
14401 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14402 (at toplevel): Call test_explicit_breakpoints.
14403 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14404 breakpoints.
14405 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14406 breakpoint conditions, "-cond".
14407
14408 2015-08-11 Keith Seitz <keiths@redhat.com>
14409
14410 * gdb.linespec/3explicit.c: New file.
14411 * gdb.linespec/cpexplicit.cc: New file.
14412 * gdb.linespec/cpexplicit.exp: New file.
14413 * gdb.linespec/explicit.c: New file.
14414 * gdb.linespec/explicit.exp: New file.
14415 * gdb.linespec/explicit2.c: New file.
14416 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14417 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14418 before using in the matching pattern.
14419 Clarify that `prefix' is a regular expression.
14420
14421 2015-08-11 Keith Seitz <keiths@redhat.com>
14422
14423 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14424 test.
14425 Add tests for missing ",FMT" and ",".
14426
14427 2015-08-10 Doug Evans <dje@google.com>
14428 Keith Seitz <keiths@redhat.com>
14429
14430 PR gdb/17960
14431 * gdb.base/completion.exp: Add location completer tests.
14432
14433 2015-08-07 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14436 tests here.
14437 (top level): Run do_test with and without displaced stepping.
14438
14439 2015-08-07 Pedro Alves <palves@redhat.com>
14440
14441 * gdb.base/valgrind-disp-step.c: New file.
14442 * gdb.base/valgrind-disp-step.exp: New file.
14443
14444 2015-08-07 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14447 Delete function.
14448 (main): Add alarm. Run an infinite loop instead of calling
14449 wait_threads.
14450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14451 comment.
14452 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14453 Delete function.
14454 (main): Add alarm. Run an infinite loop instead of calling
14455 wait_threads.
14456 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14457 comment.
14458
14459 2015-08-07 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.base/checkpoint-ns.exp: New file.
14462 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14463 standard_testfile.
14464
14465 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14466
14467 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14468 * gdb.btrace/instruction_history.exp: Update.
14469 * gdb.btrace/tsx.exp: New.
14470 * gdb.btrace/tsx.c: New.
14471
14472 2015-08-06 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14475 increase timeout.
14476 * gdb.reverse/until-precsave.exp: Bump timeouts.
14477
14478 2015-08-06 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14481
14482 2015-08-06 Pedro Alves <palves@redhat.com>
14483
14484 PR gdb/18749
14485 * gdb.threads/process-dies-while-handling-bp.c: New file.
14486 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14487
14488 2015-08-06 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14491 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14492
14493 2015-08-05 Pedro Alves <palves@redhat.com>
14494
14495 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14496 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14497
14498 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14499
14500 * gdb.base/bp-permanent.exp: Report test as unsupported if
14501 the target cannot stop at the permanent breakpoint.
14502
14503 2015-08-03 Doug Evans <dje@google.com>
14504
14505 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14506 10000.
14507
14508 2015-08-03 Doug Evans <dje@google.com>
14509
14510 * Makefile.in (workers/%.worker, build-perf): New rule.
14511 (GDB_PERFTEST_MODE): New variable.
14512 (check-perf): Use it.
14513 (clean): Clean up gdb.perf parallel build subdirs.
14514 * lib/build-piece.exp: New file.
14515 * lib/gdb.exp (make_gdb_parallel_path): New function
14516 (standard_output_file, standard_temp_file): Call it.
14517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14518 of $GDB_PARALLEL.
14519 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14520
14521 2015-08-03 Doug Evans <dje@google.com>
14522
14523 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14524 (LOG_FILE_NAME): New global.
14525 (TextReporter.__init__): Initialize self.txt_sum.
14526 (TextReporter.report): Add support for multiple data-points.
14527 Move report to perftest.sum, put raw data in perftest.log.
14528 (TextReporter.start): Open sum and log files.
14529 (TextReporter.end): Close sum and log files.
14530 * gdb.perf/lib/perftest/testresult.py
14531 (SingleStatisticTestResult.record): Handle multiple data-points.
14532
14533 2015-07-31 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14536 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14537 kill_wait_spawned_process instead of explicit "kill -9".
14538 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14539 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14540 kill_wait_spawned_process.
14541 * gdb.base/attach-twice.exp: Likewise.
14542 * gdb.base/attach.exp: Likewise.
14543 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14544 gdb_test_multiple.
14545 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14546 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14547 kill_wait_spawned_process.
14548 * gdb.base/valgrind-infcall.exp: Likewise.
14549 * gdb.multi/multi-attach.exp: Likewise.
14550 * gdb.python/py-prompt.exp: Likewise.
14551 * gdb.python/py-sync-interp.exp: Likewise.
14552 * gdb.server/ext-attach.exp: Likewise.
14553 * gdb.threads/attach-into-signal.exp (corefunc): Use
14554 spawn_wait_for_attach, spawn_id_get_pid and
14555 kill_wait_spawned_process.
14556 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14557 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14558 spawn_id_get_pid and kill_wait_spawned_process.
14559 * gdb.threads/attach-stopped.exp (corefunc): Use
14560 spawn_wait_for_attach, spawn_id_get_pid and
14561 kill_wait_spawned_process.
14562 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14563 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14564 kill_wait_spawned_process instead of explicit "kill -9".
14565 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14566 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14567 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14568 processes. Don't map cygwin/windows pids here. Now returns a
14569 spawn id list.
14570
14571 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14572
14573 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14574 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14575 correct patch.
14576
14577 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14578
14579 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14580
14581 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14582
14583 Reapply:
14584 2014-05-21 Mark Wielaard <mjw@redhat.com>
14585
14586 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14587
14588 2015-07-30 Pedro Alves <palves@redhat.com>
14589
14590 * linux-low.c (handle_extended_wait): Set the child's last
14591 reported status to TARGET_WAITKIND_STOPPED.
14592
14593 2015-07-30 Pedro Alves <palves@redhat.com>
14594
14595 PR threads/18600
14596 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14597 only shows inferior 1.
14598
14599 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14600 Pedro Alves <palves@redhat.com>
14601
14602 PR threads/18600
14603 * gdb.threads/fork-plus-threads.c: New file.
14604 * gdb.threads/fork-plus-threads.exp: New file.
14605
14606 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14607
14608 * gdb.base/batch-preserve-term-settings.exp
14609 (test_terminal_settings_preserved_after_cli_exit): Use
14610 send_quit_command.
14611
14612 2015-07-29 Pedro Alves <palves@redhat.com>
14613 Don Breazeal <donb@codesourcery.com>
14614
14615 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14616 output from both inferior_spawn_id and gdb_spawn_id.
14617
14618 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14619
14620 * gdb.threads/attach-into-signal.exp (corefunc): Use
14621 with_test_prefix on nested loops, uniquefying the test messages.
14622
14623 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14624
14625 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14626 commit.
14627
14628 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14629
14630 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14631 New proc.
14632 (test_terminal_settings_preserved_after_sigterm): New test.
14633
14634 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14635
14636 * gdb.base/batch-preserve-term-settings.exp
14637 (test_terminal_settings_preserved_after_cli_exit): New test.
14638
14639 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14640
14641 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14642 manipulation of saved_gdbflags.
14643 (test_terminal_settings_preserved): Remove global declaration of
14644 the unused variable pagination_prompt. Remove manipulation of
14645 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14646 GDBFLAGS.
14647
14648 2015-07-29 Pedro Alves <palves@redhat.com>
14649
14650 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14651
14652 2015-07-29 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14655 at the top.
14656
14657 2015-07-29 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14660 (main): Call gdb_unbuffer_output.
14661 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14662 (main): Call gdb_unbuffer_output.
14663 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14664 (main): Call gdb_unbuffer_output.
14665 * gdb.base/call-strs.exp: Adjust to step over the
14666 gdb_unbuffer_output call.
14667 * gdb.base/catch-gdb-caused-signals.c: Include
14668 "../lib/unbuffer_output.c".
14669 (main): Call gdb_unbuffer_output.
14670 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14671 (main): Call gdb_unbuffer_output.
14672 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14673 (main): Call gdb_unbuffer_output.
14674 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14675 (main): Call gdb_unbuffer_output.
14676 * gdb.base/shlib-call.exp: Adjust to step over the
14677 gdb_unbuffer_output call.
14678 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14679 (main): Call gdb_unbuffer_output.
14680 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14681 (main): Call gdb_unbuffer_output.
14682 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14683 (main): Rename to ...
14684 (test): ... this.
14685 (main): Reimplement.
14686 * gdb.base/varargs.exp: Run to test instead of to main.
14687 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14688 (main): Call gdb_unbuffer_output.
14689
14690 2015-07-29 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14693 factore out from mi_continue_dprintf. For call-style dprintfs,
14694 expect dprintf output out of $inferior_spawn_id.
14695 (mi_continue_dprintf): Use mi_expect_dprintf.
14696 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14697 (main): Call gdb_unbuffer_output.
14698
14699 2015-07-29 Pedro Alves <palves@redhat.com>
14700
14701 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14702 (default_mi_gdb_start): Set inferior_spawn_id instead of
14703 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14704 gdb_spawn_id.
14705 (mi_gdb_test): Always expect inferior output from both
14706 $inferior_spawn_id and $gdb_spawn_id.
14707
14708 2015-07-29 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14711 send_inferior and $inferior_spawn_id.
14712
14713 2015-07-29 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.gdb/complaints.exp (test_initial_complaints)
14716 (test_serial_complaints, test_short_complaints): Use
14717 gdb_test_stdio.
14718 (test_empty_complaint): Handle $inferior_spawn_id !=
14719 $gdb_spawn_id.
14720
14721 2015-07-29 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.base/varargs.exp: Use gdb_test_stdio.
14724
14725 2015-07-29 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14728
14729 2015-07-29 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14732
14733 2015-07-29 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14736 parameter into two new parameters, "inf_result" and "gdb_result".
14737 Expect inferior output and gdb output from $inferior_spawn_id and
14738 $gdb_spawn_id, respectively. Adjust all callers.
14739
14740 2015-07-29 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14743 of gdb_test_sequence.
14744
14745 2015-07-29 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14748 (saw_spurious_output): Expect inferior output from
14749 $inferior_spawn_id. Use gdb_test_stdio.
14750
14751 2015-07-29 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.base/dprintf.exp: Use standard_testfile. Change
14754 prepare_for_testing call.
14755 (srcfile): Don't set.
14756 (restart): New procedure.
14757 (test_dprintf): New procecure, use to continue over dprintfs.
14758 (test_call, test_agent): New procedures, tests moved here.
14759 Restart gdb and recreate dprintfs. Adjust expected output.
14760
14761 2015-07-29 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14764
14765 2015-07-29 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14768
14769 2015-07-29 Pedro Alves <palves@redhat.com>
14770
14771 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14772 gdb_test_stdio.
14773
14774 2015-07-29 Pedro Alves <palves@redhat.com>
14775
14776 * lib/gdb.exp (gdb_test_stdio): New procedure.
14777
14778 2015-07-29 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14781
14782 2015-07-29 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.base/call-signal-resume.exp: Remove check for
14785 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14786 * gdb.base/unwindonsignal.exp: Likewise.
14787 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14788 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14789
14790 2015-07-29 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/siginfo-addr.c (pass): New function.
14793 (handler): Call it iff si_addr is correct.
14794 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14795 Set a breakpoint at "pass" and continue to it.
14796
14797 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14798
14799 * gdb.python/py-objfile.exp: Make some tests have unique names.
14800 * gdb.python/py-pp-registration.exp: Likewise.
14801
14802 2015-07-28 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14805
14806 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14807
14808 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14809
14810 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14811
14812 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14813
14814 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14815
14816 * gdb.base/gdb-sigterm-2.exp: New test.
14817
14818 2015-07-25 Doug Evans <xdje42@gmail.com>
14819
14820 Revert:
14821 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14822 (workers/%.worker, build-perf): New rule.
14823 (GDB_PERFTEST_MODE): New variable.
14824 (check-perf): Use it.
14825 (clean): Clean up gdb.perf parallel build subdirs.
14826 * lib/build-piece.exp: New file.
14827 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14828 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14829 name.
14830 (standard_temp_file): Ditto.
14831 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14832 of $GDB_PARALLEL.
14833
14834 2015-07-24 Doug Evans <dje@google.com>
14835
14836 * gdb.perf/lib/perftest/utils.py: New file.
14837 * gdb.perf/gm-hello.cc: New file.
14838 * gdb.perf/gm-pervasive-typedef.cc: New file.
14839 * gdb.perf/gm-pervasive-typedef.h: New file.
14840 * gdb.perf/gm-std.cc: New file.
14841 * gdb.perf/gm-std.h: New file.
14842 * gdb.perf/gm-use-cerr.cc: New file.
14843 * gdb.perf/gm-utils.h: New file.
14844 * gdb.perf/gmonster-null-lookup.py: New file.
14845 * gdb.perf/gmonster-pervasive-typedef.py: New file.
14846 * gdb.perf/gmonster-print-cerr.py: New file.
14847 * gdb.perf/gmonster-ptype-string.py: New file.
14848 * gdb.perf/gmonster-runto-main.py: New file.
14849 * gdb.perf/gmonster-select-file.py: New file.
14850 * gdb.perf/gmonster1-null-lookup.exp: New file.
14851 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
14852 * gdb.perf/gmonster1-print-cerr.exp: New file.
14853 * gdb.perf/gmonster1-ptype-string.exp: New file.
14854 * gdb.perf/gmonster1-runto-main.exp: New file.
14855 * gdb.perf/gmonster1-select-file.exp: New file.
14856 * gdb.perf/gmonster1.cc: New file.
14857 * gdb.perf/gmonster1.exp: New file.
14858 * gdb.perf/gmonster2-null-lookup.exp: New file.
14859 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
14860 * gdb.perf/gmonster2-print-cerr.exp: New file.
14861 * gdb.perf/gmonster2-ptype-string.exp: New file.
14862 * gdb.perf/gmonster2-runto-main.exp: New file.
14863 * gdb.perf/gmonster2-select-file.exp: New file.
14864 * gdb.perf/gmonster2.cc: New file.
14865 * gdb.perf/gmonster2.exp: New file.
14866
14867 2015-07-24 Doug Evans <dje@google.com>
14868
14869 * gdb.perf/README: New file.
14870 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
14871 * lib/gen-perf-test.exp: New file.
14872
14873 2015-07-24 Doug Evans <dje@google.com>
14874
14875 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
14876 (PerfTest::startup): New function.
14877 (PerfTest::run): Return result of calling body.
14878 (PerfTest::assemble): Rewrite.
14879 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
14880 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
14881 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
14882 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
14883 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
14884
14885 2015-07-24 Doug Evans <dje@google.com>
14886
14887 * lib/gdb.exp (clean_restart): Make executable optional.
14888
14889 2015-07-24 Doug Evans <dje@google.com>
14890
14891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
14892 compiler_info references.
14893 * gdb.cp/temargs.exp: Ditto.
14894 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
14895 (get_compiler_info): Early exit if already computed. Set compiler_info
14896 to "unknown" if there was a problem.
14897 (test_compiler_info): Add function comment. Call get_compiler_info.
14898
14899 2015-07-24 Doug Evans <dje@google.com>
14900
14901 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14902 (workers/%.worker, build-perf): New rule.
14903 (GDB_PERFTEST_MODE): New variable.
14904 (check-perf): Use it.
14905 (clean): Clean up gdb.perf parallel build subdirs.
14906 * lib/build-piece.exp: New file.
14907 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14908 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14909 name.
14910 (standard_temp_file): Ditto.
14911 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14912 of $GDB_PARALLEL.
14913
14914 2015-07-24 Doug Evans <dje@google.com>
14915
14916 * lib/future.exp (gdb_default_target_compile): New option
14917 "early_flags".
14918 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
14919 --as-needed.
14920
14921 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
14922
14923 * gdb.base/catch-syscall.exp: Call gdb_exit before
14924 gdb_skip_xml_test.
14925
14926 2015-07-24 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.python/py-events.exp: Accept output between the stop event
14929 and the prompt.
14930 * gdb.python/py-evsignal.exp: Likewise.
14931 * gdb.python/py-evthreads.exp: Likewise.
14932
14933 2015-07-24 Pedro Alves <palves@redhat.com>
14934
14935 PR gdb/18717
14936 * gdb.threads/non-ldr-exit.c: New file.
14937 * gdb.threads/non-ldr-exit.exp: New file.
14938
14939 2015-07-24 Yao Qi <yao.qi@linaro.org>
14940
14941 * gdb.server/ext-wrapper.exp: Test --wrapper option when
14942 restarting process.
14943
14944 2015-07-24 Yao Qi <yao.qi@linaro.org>
14945
14946 * gdb.server/ext-restart.exp: New file.
14947
14948 2015-07-24 Yao Qi <yao.qi@linaro.org>
14949
14950 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
14951 argument options.
14952 * gdb.server/ext-wrapper.exp: New file.
14953
14954 2015-07-23 Doug Evans <dje@google.com>
14955
14956 * gdb.dwarf2/dw2-dummy-cu.S: New file.
14957 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
14958
14959 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
14960
14961 * gdb.ada/var_arr_typedef.exp: New testcase.
14962 * gdb.ada/var_arr_typedef/pack.adb: New file.
14963 * gdb.ada/var_arr_typedef/pack.ads: New file.
14964 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
14965
14966 2015-07-20 Joel Brobecker <brobecker@adacore.com>
14967
14968 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
14969
14970 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14971
14972 * gdb.arch/i386-biarch-core.exp: Replace istarget
14973 by "complete set gnutarget". Remove expectation for the "core-file"
14974 command.
14975
14976 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14977
14978 Revert the previous commit:
14979 Tests for validate symbol file using build-id.
14980
14981 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
14982
14983 Tests for validate symbol file using build-id.
14984 * gdb.base/solib-mismatch-lib.c: New file.
14985 * gdb.base/solib-mismatch-libmod.c: New file.
14986 * gdb.base/solib-mismatch.c: New file.
14987 * gdb.base/solib-mismatch.exp: New file.
14988
14989 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
14990
14991 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
14992 nios2-*-linux*.
14993 * gdb.base/sigbpt.exp (stepi_out): Likewise.
14994 * gdb.base/siginfo.exp: Likewise.
14995 * gdb.base/sigstep.exp (advance, advancei): Likewise.
14996
14997 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
14998
14999 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15000 Move it to ...
15001 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15002 ... here.
15003 * gdb.trace/range-stepping.exp: Check that the target supports
15004 range stepping.
15005
15006 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15007
15008 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15009
15010 2015-07-14 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.base/killed-outside.exp: New file.
15013 * gdb.base/killed-outside.c: New file.
15014
15015 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15016
15017 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15018 (n at main): New.
15019 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15020
15021 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15022
15023 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15024 infcall tests instead of setting up for KFAIL.
15025
15026 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15027
15028 * gdb.btrace/record_goto-step.exp: New.
15029
15030 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15031
15032 PR compile/18484
15033 * gdb.compile/compile.c (struct struct_type): Add volatile to
15034 selffield's type.
15035 * gdb.compile/compile.exp
15036 (compile code struct_object.selffield = &struct_object): Skip further
15037 struct_object tests if this one xfails.
15038
15039 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15040
15041 PR exp/18617
15042 * gdb.trace/ax.exp: Add test.
15043
15044 2015-07-07 Yao Qi <yao.qi@linaro.org>
15045
15046 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15047 instead of istarget "aarch64*-*-*".
15048 * gdb.arch/aarch64-fp.exp: Likewise.
15049 * gdb.base/float.exp: Likewise.
15050 * gdb.reverse/aarch64.exp: Likewise.
15051 * lib/gdb.exp (is_aarch64_target): New proc.
15052
15053 2015-07-07 Yao Qi <yao.qi@linaro.org>
15054
15055 * lib/gdb.exp (is_aarch32_target): New proc.
15056 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15057 instead of "istarget "arm*-*-*"".
15058 * gdb.arch/arm-disp-step.exp: Likewise.
15059 * gdb.arch/thumb-bx-pc.exp: Likewise.
15060 * gdb.arch/thumb-prologue.exp: Likewise.
15061 * gdb.arch/thumb-singlestep.exp: Likewise.
15062 * gdb.base/disp-step-syscall.exp: Likewise.
15063 * gdb.base/float.exp: Likewise.
15064
15065 2015-07-07 Yao Qi <yao.qi@linaro.org>
15066
15067 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15068 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15069
15070 2015-07-07 Yao Qi <yao.qi@linaro.org>
15071
15072 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15073 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15074 if it exists.
15075 * gdb.multi/multi-arch.exp: Likewise.
15076
15077 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15078
15079 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15080 print.
15081
15082 2015-07-07 Yao Qi <yao.qi@linaro.org>
15083
15084 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15085
15086 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15087
15088 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15089 '[' and ']' characters.
15090
15091 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15092
15093 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15094
15095 2015-06-29 Pedro Alves <palves@redhat.com>
15096
15097 PR threads/18127
15098 * gdb.threads/hand-call-new-thread.c: New file.
15099 * gdb.threads/hand-call-new-thread.c: New file.
15100
15101 2015-06-26 Keith Seitz <keiths@redhat.com>
15102 Doug Evans <dje@google.com>
15103
15104 PR 16253
15105 * gdb.cp/var-tag-2.cc: New file.
15106 * gdb.cp/var-tag-3.cc: New file.
15107 * gdb.cp/var-tag-4.cc: New file.
15108 * gdb.cp/var-tag.cc: New file.
15109 * gdb.cp/var-tag.exp: New file.
15110
15111 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15112
15113 * gdb.base/history-duplicates.exp: New test.
15114
15115 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15116
15117 * gdb.base/completion.exp: Test the completion of the "focus"
15118 command.
15119
15120 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15121
15122 * gdb.arch/amd64-prologue-skip.S: New file.
15123 * gdb.arch/amd64-prologue-skip.exp: New file.
15124
15125 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15126
15127 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15128 is_address_zero_readable check.
15129
15130 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15131
15132 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15133 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15134
15135 2015-06-24 Yao Qi <yao.qi@linaro.org>
15136
15137 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15138 linux targets.
15139
15140 2015-06-24 Yao Qi <yao.qi@linaro.org>
15141
15142 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15143 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15144 * gdb.base/siginfo-thread.exp: Likewise.
15145
15146 2015-06-22 Yao Qi <yao.qi@linaro.org>
15147
15148 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15149
15150 2015-06-22 Yao Qi <yao.qi@linaro.org>
15151
15152 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15153 aarch64*-*-*.
15154 (skip_hw_watchpoint_tests): Likewise.
15155
15156 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15157
15158 * gdb.base/gdbinit-history.exp: Test the interaction between
15159 setting GDBHISTSIZE and setting the history size via .gdbinit.
15160
15161 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15162
15163 PR gdb/16999
15164 * gdb.base/gdbhistsize-history.exp: New test.
15165
15166 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15167
15168 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15169 with GDBHISTSIZE.
15170 * gdb.base/readline.exp: Likewise.
15171
15172 2015-06-17 Yao Qi <yao.qi@linaro.org>
15173
15174 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15175 line.
15176
15177 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15178
15179 * gdb.base/gdbinit-history.exp: Add test case to check that
15180 an unlimited history file does not get truncated on exit.
15181
15182 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15183
15184 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15185 (VECTOR): New macro. Use it...
15186 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15187 ...for these typedefs.
15188 (int8, char1, int1, double1): New typedefs.
15189 (struct just_int2, struct two_int2): New structures.
15190 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15191 (add_structvecs, add_singlevecs): New functions.
15192 (main): Call add_some_intvecs twice.
15193 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15194 the compile and exit upon failure. Try compiling for the "native"
15195 architecture. Test inferior function calls with vector arguments
15196 and vector return value handling with "finish" and "return".
15197
15198 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15199
15200 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15201 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15202 PE file.
15203 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15204
15205 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15206
15207 PR breakpoints/16465
15208 * gdb.mi/mi-dprintf-pending.c: New file.
15209 * gdb.mi/mi-dprintf-pending.exp: New test.
15210 * gdb.mi/mi-dprintf-pendshr.c: New file.
15211
15212 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15213 Mircea Gherzan <mircea.gherzan@intel.com>
15214
15215 * gdb.arch/i386-mpx-map.c: New file.
15216 * gdb.arch/i386-mpx-map.exp: New File.
15217
15218 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15219
15220 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15221 * gdb.arch/i386-mpx.exp: Indentation fixed.
15222
15223 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15224
15225 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15226 function and improved indentation.
15227 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15228 gdb_test_multiple. Added additional tests to skip the test.
15229
15230 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15231
15232 * gdb.arch/i386-avx512.c: Change path in include file.
15233 * gdb.arch/i386-avx512.exp: Change include dir path
15234 compilation flag.
15235 * gdb.arch/i386-mpx.c: Change path in include file.
15236 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15237 flag.
15238
15239 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15240
15241 * gdb.compile/compile-print.exp (compile print *vararray@3)
15242 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15243
15244 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15245
15246 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15247 (do not keep jit in memory): ... this.
15248 (expect 5): Change it to ...
15249 (expect no 5): ... this.
15250
15251 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15252
15253 PR gdb/15564
15254 * gdb.mi/mi-detach.exp: New file.
15255
15256 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15257
15258 PR symtab/18392
15259 * gdb.arch/amd64-tailcall-self.S: New file.
15260 * gdb.arch/amd64-tailcall-self.c: New file.
15261 * gdb.arch/amd64-tailcall-self.exp: New file.
15262
15263 2015-05-28 Don Breazeal <donb@codesourcery.com>
15264
15265 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15266 tests for remote targets by checking is_target_gdbserver.
15267
15268 2015-05-27 Doug Evans <dje@google.com>
15269
15270 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15271 * gdb.dwarf2/opaque-type-lookup.c: New file.
15272 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15273
15274 2015-05-26 Doug Evans <dje@google.com>
15275
15276 * gdb.cp/iostream.cc: New file.
15277 * gdb.cp/iostream.exp: New file.
15278
15279 2015-05-26 Doug Evans <dje@google.com>
15280
15281 * gdb.dwarf2/dw2-op-call.exp: Update.
15282 * gdb.dwarf2/dw4-sig-types.exp: Update.
15283 * gdb.dwarf2/implptr.exp: Update.
15284 * gdb.mi/mi-cmd-param-changed.exp: Update.
15285
15286 2015-05-26 Doug Evans <dje@google.com>
15287
15288 * gdb.python/py-lazy-string.c: New file.
15289 * gdb.python/py-lazy-string.exp: New file.
15290 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15291 (main): Update. Add estring3.
15292 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15293 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15294
15295 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15296 Yao Qi <yao.qi@linaro.org>
15297
15298 * gdb.reverse/aarch64.c: New.
15299 * gdb.reverse/aarch64.exp: New.
15300
15301 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15302
15303 * lib/gdb.exp (supports_process_record): Return true for
15304 aarch64*-linux*.
15305 (supports_reverse): Likewise.
15306
15307 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15308
15309 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15310 Use with_test_prefix.
15311
15312 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15313
15314 * gdb.base/completion.exp: Add test for completion of layout
15315 names.
15316
15317 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15318
15319 * lib/gdb.exp (skip_tui_tests): New proc.
15320 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15321
15322 2015-05-19 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15325 Save the whole env array instead of just HOME. Unset HISTSIZE in
15326 the environment while testing. Restore whole environment
15327 afterwards.
15328
15329 2015-05-16 Doug Evans <xdje42@gmail.com>
15330
15331 * gdb.guile/scm-ports.c: New file.
15332 * gdb.guile/scm-ports.exp: Add memory port tests.
15333
15334 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15335
15336 * gdb.compile/compile-print.c: New file.
15337 * gdb.compile/compile-print.exp: New file.
15338
15339 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15340
15341 * gdb.compile/compile-ops.exp: Cast param to void.
15342 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15343 (compile code struct_object.selffield = &struct_object): Add xfail.
15344
15345 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15346
15347 * gdb.ada/arr_enum_with_gap: New testcase.
15348
15349 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15350
15351 * gdb.ada/byte_packed_arr: New testcase.
15352
15353 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15354
15355 * gdb.ada/pckd_neg: New testcase.
15356
15357 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15358
15359 PR gdb/17820
15360 * gdb.base/gdbinit-history.exp: New test.
15361 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15362 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15363
15364 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15365
15366 * gdb.python/py-xmethods.cc: Enhance test case.
15367 * gdb.python/py-xmethods.exp: New tests.
15368 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15369 function.
15370 (B_indexoper): Likewise.
15371 (global_dm_list) : Add new xmethod worker functions.
15372
15373 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15374
15375 * gdb.base/coredump-filter.exp: Correctly unset
15376 "coredump_var_addr" array.
15377
15378 2015-05-08 Pedro Alves <palves@redhat.com>
15379
15380 * gdb.server/non-existing-program.exp: Unset spawn_id.
15381
15382 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15383
15384 PR python/18291
15385 * gdb.python/py-xmethods.exp: Add tests.
15386
15387 2015-05-08 Yao Qi <yao.qi@linaro.org>
15388
15389 PR gdb/18208
15390 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15391 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15392 function set_coredump_filter, and remove remote_exec call.
15393 Remove argument ipid. Callers update.
15394 (top level): Don't get inferior's PID.
15395
15396 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15397
15398 * gdb.base/watch_thread_num.exp: Skip test on targets without
15399 access watchpoints.
15400
15401 2015-05-06 Pedro Alves <palves@redhat.com>
15402
15403 PR server/18081
15404 * gdb.server/non-existing-program.exp: New file.
15405
15406 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15407
15408 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15409
15410 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15411
15412 * gdb.ada/out_of_line_in_inlined: New testcase.
15413
15414 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15415
15416 * gdb.ada/var_rec_arr: New testcase.
15417
15418 2015-04-30 Yao Qi <yao.qi@linaro.org>
15419
15420 * gdb.base/break-idempotent.exp: If
15421 skip_hw_watchpoint_multi_tests returns true, skip the tests
15422 on "rwatch" and "awatch".
15423
15424 2015-04-30 Yao Qi <yao.qi@linaro.org>
15425
15426 * gdb.base/relativedebug.exp: Invoke gdb command
15427 "info sharedlibrary", and if libc.so doesn't have debug info,
15428 skip the test.
15429
15430 2015-04-29 Doug Evans <dje@google.com>
15431
15432 * gdb.python/py-xmethods.exp: Add ptype tests.
15433 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15434 get_result_type method.
15435
15436 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15437
15438 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15439 the target does not support hardware watchpoints.
15440
15441 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15442
15443 * gdb.base/break-always.exp: Abort testing if writing to memory
15444 causes an error.
15445
15446 2015-04-28 Doug Evans <dje@google.com>
15447
15448 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15449 * gdb.python/py-pp-registration.exp: ... here. New file.
15450 * gdb.python/py-pp-registration.c: New file.
15451 * gdb.python/py-pp-registration.py: New file.
15452
15453 2015-04-28 Doug Evans <dje@google.com>
15454
15455 * gdb.python/py-bad-printers.c: New file.
15456 * gdb.python/py-bad-printers.py: New file.
15457 * gdb.python/py-bad-printers.exp: New file.
15458
15459 2015-04-28 Sasha Smundak <asmundak@google.com>
15460
15461 * gdb.python/py-type.exp: New test.
15462
15463 2015-04-28 Andy Wingo <wingo@igalia.com>
15464
15465 * gdb.python/py-parameter.exp:
15466 * gdb.guile/scm-parameter.exp: Escape the path that we are
15467 matching against, as it might contain characters that are special
15468 to regular expressions.
15469
15470 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15471
15472 * gdb.ada/rec_comp: New testcase.
15473
15474 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15475
15476 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15477 before using it.
15478
15479 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15480
15481 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15482 new tests for verilog output.
15483
15484 2015-04-24 Yao Qi <yao.qi@linaro.org>
15485
15486 * boards/remote-gdbserver-on-localhost.exp: New file.
15487
15488 2015-04-23 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15491 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15492 "end of file", remove $inferior_spawn_id from the indirect list.
15493
15494 2015-04-23 Pedro Alves <palves@redhat.com>
15495
15496 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15497
15498 2015-04-23 Pedro Alves <palves@redhat.com>
15499
15500 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15501 on $any_spawn_id instead of only on $gdb_spawn_id.
15502
15503 2015-04-21 Pierre Muller <muller@sourceware.org>
15504
15505 PR pascal/17815
15506 * lib/pascal.exp (gpc_compile): Add new option "class".
15507 (fpc_compile): Likewise.
15508 * gdb.pascal/case-insensitive-symbols.pas: New file.
15509 * gdb.pascal/case-insensitive-symbols.exp: New file.
15510
15511 2015-04-20 Gary Benson <gbenson@redhat.com>
15512
15513 * gdb.base/attach.exp: Fix three extended remote failures.
15514
15515 2015-04-17 Gary Benson <gbenson@redhat.com>
15516
15517 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15518 the main executable over the remote protocol.
15519
15520 2015-04-16 Pedro Alves <palves@redhat.com>
15521
15522 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15523 a new gdbserver if gdbserver_reconnect_p is set.
15524
15525 2015-04-16 Pedro Alves <palves@redhat.com>
15526
15527 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15528 is set, don't exit gdbserver.
15529
15530 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15531
15532 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15533 appropriate .insn, such that an older assembler can be used.
15534 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15535 the z/Architecture instruction set on 31-bit targets as well.
15536
15537 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15538
15539 * gdb.go/handcall.exp: Remove all logic related to the first
15540 breakpoint and rely on go_runto_main instead.
15541 * gdb.go/strings.exp: Likewise.
15542 * gdb.go/unsafe.exp: Likewise.
15543 * gdb.go/hello.exp: Likewise. Also rename the remaining
15544 breakpoint marker to "breakpoint 1".
15545 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15546 * gdb.go/strings.go: Likewise.
15547 * gdb.go/unsafe.go: Likewise.
15548 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15549 "set breakpoint 2 here" and rename the remaining breakpoint marker
15550 to "breakpoint 1".
15551
15552 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15553
15554 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15555 if itertools.imap is not present.
15556 * gdb.python/py-objfile.exp: Add parentheses.
15557 * gdb.python/py-type.exp: Same.
15558 * gdb.python/py-unwind-maint.py: Same.
15559
15560 2015-04-15 Yao Qi <yao.qi@linaro.org>
15561
15562 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15563 of ":$ptr_size" and set its form explicitly.
15564
15565 2015-04-15 Pedro Alves <palves@redhat.com>
15566 Yao Qi <yao.qi@linaro.org>
15567
15568 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15569 timeout by factor of 4.
15570 (test_regular_watch): Likewise.
15571 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15572 * gdb.reverse/sigall-reverse.exp: Likewise.
15573 * gdb.reverse/until-precsave.exp: Likewise.
15574 * lib/gdb.exp (with_timeout_factor): New proc.
15575 (gdb_expect): Move some code to ...
15576 (get_largest_timeout): ... here. New procedure.
15577
15578 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15579
15580 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15581
15582 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15583
15584 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15585 to write to the .text section.
15586
15587 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15588
15589 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15590 Handle the case of targets that do not provide PID information.
15591
15592 2015-04-13 Yao Qi <yao.qi@linaro.org>
15593
15594 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15595 and use expect instead of gdb_expect.
15596
15597 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15598
15599 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15600 "coredump_var_addr" to avoid naming conflict with other testcases.
15601
15602 2015-04-10 Pedro Alves <palves@redhat.com>
15603
15604 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15605 gdb_test_sequence and gdb_assert.
15606
15607 2015-04-10 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15610 test messages that don't include the breakpoint address.
15611
15612 2015-04-10 Yao Qi <yao.qi@linaro.org>
15613
15614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15615 false for some offset and width combinations which aren't
15616 supported by linux kernel.
15617
15618 2015-04-10 Pedro Alves <palves@redhat.com>
15619
15620 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15621 procedure, factored out from ...
15622 (top level): ... here. Add "set displaced-stepping" testing axis.
15623 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15624 parameter "displaced". Use it.
15625 (top level): Use foreach and add "set displaced-stepping" testing
15626 axis.
15627
15628 2015-04-10 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15631 Remove comment.
15632 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15633 both the address of the instruction that triggers the watchpoint
15634 and the address of the instruction immediately after, and use
15635 those addresses for the test. Fix comment.
15636
15637 2015-04-10 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.base/sigstep.exp (breakpoint_to_handler)
15640 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15641 Test "backtrace" in handler.
15642 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15643 (top level): Add new "displaced" test axis to
15644 breakpoint_to_handler, breakpoint_to_handler_entry and
15645 breakpoint_over_handler.
15646
15647 2015-04-10 Pedro Alves <palves@redhat.com>
15648
15649 PR gdb/18216
15650 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15651
15652 2015-04-10 Yao Qi <yao.qi@linaro.org>
15653
15654 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15655 (test_add_rn_pc): New function.
15656 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15657 (top level): Invoke test_add_rn_pc.
15658
15659 2015-04-10 Pedro Alves <palves@redhat.com>
15660
15661 PR gdb/13858
15662 * gdb.base/step-over-no-symbols.exp: New file.
15663
15664 2015-04-09 Andy Wingo <wingo@igalia.com>
15665
15666 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15667 after the Python tests.
15668
15669 2015-04-08 Keith Seitz <keiths@redhat.com>
15670
15671 PR python/16699
15672 * gdb.python/py-completion.exp: New tests for completion.
15673 * gdb.python/py-completion.py (CompleteLimit1): New class.
15674 (CompleteLimit2): Likewise.
15675 (CompleteLimit3): Likewise.
15676 (CompleteLimit4): Likewise.
15677 (CompleteLimit5): Likewise.
15678 (CompleteLimit6): Likewise.
15679 (CompleteLimit7): Likewise.
15680
15681 2015-04-08 Pedro Alves <palves@redhat.com>
15682
15683 PR gdb/18214
15684 PR gdb/18216
15685 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15686 function.
15687 (main): Install it as SIGUSR1 handler.
15688 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15689 parameter. Always use "setup" as prefix. Toggle "set
15690 displaced-stepping" off/on depending on global. Don't switch to
15691 thread 1 here.
15692 (top level): Add displaced stepping "off/on" test axis. Update
15693 "setup" calls. Wrap each subtest with with_test_prefix. Test
15694 continuing with a queued signal in each thread.
15695
15696 2015-04-08 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15699 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15700 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15701 Return early if running to main fails.
15702 * gdb.trace/while-stepping.exp: Likewise.
15703
15704 2015-04-07 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15707 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15708 interact with inferior program.
15709
15710 2015-04-07 Pedro Alves <palves@redhat.com>
15711
15712 * lib/gdb.exp (inferior_spawn_id): New global.
15713 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15714 spawn id after processing the user code.
15715 (default_gdb_start): Set inferior_spawn_id.
15716 (send_inferior): New procedure.
15717 * lib/gdbserver-support.exp (gdbserver_start): Set
15718 inferior_spawn_id.
15719 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15720
15721 2015-04-07 Pedro Alves <palves@redhat.com>
15722
15723 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15724 * lib/gdbserver-support.exp (gdbserver_start): Make
15725 $server_spawn_id global.
15726 (gdbserver_start): Don't wait for gdbserver's spawn id with
15727 expect_background.
15728 (close_gdbserver): New procedure.
15729 (gdb_exit): Rename the default version and reimplement.
15730
15731 2015-04-07 Pedro Alves <palves@redhat.com>
15732
15733 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15734 append the substituted item, not the original item.
15735
15736 2015-04-07 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15739 gdb_expect.
15740
15741 2015-04-07 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15744 output appearing once only.
15745
15746 2015-04-07 Pedro Alves <palves@redhat.com>
15747
15748 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15749 that doesn't expect anything. Return early if running to main
15750 fails.
15751
15752 2015-04-07 Yao Qi <yao.qi@linaro.org>
15753
15754 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15755 (child_function): Call alarm.
15756 (main): Move call to alarm into the loop.
15757 * gdb.threads/non-stop-fair-events.exp: Build program with
15758 -DTIMEOUT=$timeout.
15759
15760 2015-04-06 Doug Evans <xdje42@gmail.com>
15761
15762 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15763 Fix dest parameter to board_info.
15764 (fpc_compile): Ditto.
15765 (gdb_compile_pascal): Rename dest arg to destfile.
15766
15767 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15768
15769 * gdb.ada/funcall_ref.exp: New file.
15770 * gdb.ada/funcall_ref/foo.adb: New file.
15771
15772 2015-04-02 Yao Qi <yao.qi@linaro.org>
15773
15774 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15775 is remote.
15776
15777 2015-04-02 Gary Benson <gbenson@redhat.com>
15778
15779 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15780
15781 2015-04-01 Sasha Smundak <asmundak@google.com>
15782
15783 * gdb.python/py-unwind-maint.c: New file.
15784 * gdb.python/py-unwind-maint.exp: New test.
15785 * gdb.python/py-unwind-maint.py: New file.
15786 * gdb.python/py-unwind.c: New file.
15787 * gdb.python/py-unwind.exp: New test.
15788 * gdb.python/py-unwind.py: New test.
15789
15790 2015-04-01 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15793 to fail instead of non-existent $test.
15794
15795 2015-04-01 Pedro Alves <palves@redhat.com>
15796
15797 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15798 GDBFLAGS if not empty.
15799
15800 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15801
15802 * gdb.ada/complete.exp: Remove "multi_line".
15803 * gdb.ada/info_exc.exp: Remove "multi_line".
15804 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15805 * gdb.ada/ptype_field.exp: Remove "multi_line".
15806 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15807 * gdb.ada/tagged.exp: Remove "multi_line".
15808 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15809 [multi_line ...]
15810 * gdb.btrace/delta.exp: Likewise.
15811 * gdb.btrace/exception.exp: Likewise.
15812 * gdb.btrace/function_call_history.exp: Likewise.
15813 * gdb.btrace/instruction_history.exp: Likewise.
15814 * gdb.btrace/nohist.exp: Likewise.
15815 * gdb.btrace/record_goto.exp: Likewise.
15816 * gdb.btrace/segv.exp: Likewise.
15817 * gdb.btrace/stepi.exp: Likewise.
15818 * gdb.btrace/tailcall.exp: Likewise.
15819 * gdb.btrace/unknown_functions.exp: Likewise.
15820 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15821 * lib/gdb.exp: Add the "multi_line" helper.
15822
15823 2015-04-01 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.threads/tid-reuse.c: New file.
15826 * gdb.threads/tid-reuse.exp: New file.
15827
15828 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15829
15830 PR corefiles/16092
15831 * gdb.base/coredump-filter.c: New file.
15832 * gdb.base/coredump-filter.exp: Likewise.
15833
15834 2015-03-27 Petr Machata <pmachata@redhat.com>
15835
15836 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15837 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15838 (Dwarf::assemble): Initialize them.
15839 (Dwarf::lines): New function.
15840
15841 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
15842
15843 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
15844 SYMBOL_PREFIX for x86_64-*-cygwin.
15845
15846 2015-03-26 Andy Wingo <wingo@igalia.com>
15847
15848 PR symtab/18148
15849 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
15850 const_value but not a location.
15851 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
15852 location defined in non-main CUs are visible.
15853
15854 2015-03-26 Yao Qi <yao.qi@linaro.org>
15855
15856 PR testsuite/18139
15857 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
15858 Add a line number entry for the same line.
15859 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
15860 Add a line number entry for the same line.
15861
15862 2015-03-26 Yao Qi <yao.qi@linaro.org>
15863
15864 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
15865 .int 0.
15866 (func): Likewise. Add .Lfunc_1 label.
15867 Use .Lfunc_1 label.
15868 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
15869 .int 0.
15870 (func): Likewise.
15871 Use .Lfunc_1 label.
15872
15873 2015-03-26 Yao Qi <yao.qi@linaro.org>
15874
15875 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
15876 Call gdb_compile instead to compile each .s files without debug
15877 information.
15878
15879 2015-03-26 Yao Qi <yao.qi@linaro.org>
15880
15881 * gdb.base/savedregs.exp (process_saved_regs): Make
15882 "Saved registers:" optional in the pattern.
15883
15884 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15885
15886 * gdb.btrace/next.exp: Merged into step.exp.
15887 * gdb.btrace/finish.exp: Merged into step.exp.
15888 * gdb.btrace/nexti.exp: Merged into stepi.exp.
15889 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
15890 "record goto" and checking the exact replay position.
15891 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
15892 check for "Recording format" in "info record" output.
15893 * gdb.btrace/record_goto.exp: Choose test file based on target.
15894 * gdb.btrace/x86-record_goto.S: Renamed into ...
15895 * gdb.btrace/x86_64-record_goto.S: ... this.
15896 * gdb.btrace/i686-record_goto.S: New.
15897 * gdb.btrace/x86-tailcall.S: Renamed into ...
15898 * gdb.btrace/x86_64-tailcall.S: ... this.
15899 * gdb.btrace/i686-tailcall.S: New.
15900 * gdb.btrace/x86-tailcall.c: Renamed into ...
15901 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
15902 separate statements. Update test.
15903 * gdb.btrace/delta.exp: Use record_goto.c as test file.
15904 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
15905 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
15906 * gdb.btrace/tailcall.exp: Choose test file based on target.
15907 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
15908
15909 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
15910
15911 * gdb.btrace/exception.exp: Increase BTS buffer size.
15912
15913 2015-03-24 Pedro Alves <palves@redhat.com>
15914
15915 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
15916
15917 2015-03-24 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.threads/schedlock.exp (test_step): No longer expect that
15920 "set scheduler-locking step" with "next" over a function call runs
15921 threads unlocked.
15922
15923 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15924
15925 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
15926
15927 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15928
15929 PR breakpoints/16466
15930 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
15931 * gdb.mi/mi-pending.c (thread_func): New function.
15932 (int main): Add threading support required.
15933 * gdb.mi/mi-pending.exp: Add tests for this issue.
15934 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
15935 (pendfunc2): Remove stdio dependency.
15936 * gdb.mi/mi-pendshr2.c: New file.
15937
15938 2015-03-23 Keith Seitz <keiths@redhat.com>
15939
15940 * gdb.linespec/keywords.c: New file.
15941 * gdb.linespec/keywords.exp: New file.
15942
15943 2015-03-23 Keith Seitz <keiths@redhat.com>
15944
15945 PR gdb/18021
15946 * gdb.dwarf2/staticvirtual.exp: New test.
15947
15948 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15949
15950 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
15951 * README: Remove HP-UX and gdb.hp.
15952 (configuration):
15953 * configure: Regenerate.
15954 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
15955 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
15956 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
15957 gdb.hp/gdb.defects/Makefile.
15958 * gdb.hp/Makefile.in: File deleted.
15959 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
15960 * gdb.hp/gdb.aCC/optimize.c: File deleted.
15961 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
15962 * gdb.hp/gdb.aCC/run.c: File deleted.
15963 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
15964 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
15965 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
15966 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
15967 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
15968 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
15969 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
15970 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
15971 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
15972 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
15973 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
15974 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
15975 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
15976 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
15977 * gdb.hp/gdb.base-hp/reg.s: File deleted.
15978 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
15979 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
15980 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
15981 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
15982 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
15983 * gdb.hp/gdb.compat/Makefile.in: File deleted.
15984 * gdb.hp/gdb.compat/average.c: File deleted.
15985 * gdb.hp/gdb.compat/sum.c: File deleted.
15986 * gdb.hp/gdb.compat/xdb.c: File deleted.
15987 * gdb.hp/gdb.compat/xdb0.c: File deleted.
15988 * gdb.hp/gdb.compat/xdb0.h: File deleted.
15989 * gdb.hp/gdb.compat/xdb1.c: File deleted.
15990 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
15991 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
15992 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
15993 * gdb.hp/gdb.defects/Makefile.in: File deleted.
15994 * gdb.hp/gdb.defects/bs14602.c: File deleted.
15995 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
15996 * gdb.hp/gdb.defects/solib-d.c: File deleted.
15997 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
15998 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
15999 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16000 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16001 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16002 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16003 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16004 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16005 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16006 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16007 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16008 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16009 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16010 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16011 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16012 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16013 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16014 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16015 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16016 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16017 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16018 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16019 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16020 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16021 * gdb.hp/tools/odump: File deleted.
16022
16023 2015-03-19 Pedro Alves <palves@redhat.com>
16024
16025 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16026 (saw_thread_3): New globals.
16027 (top level): Increment them when an event for the corresponding
16028 thread is seen.
16029 (no thread starvation): New test.
16030
16031 2015-03-19 Pedro Alves <palves@redhat.com>
16032
16033 * gdb.threads/continue-pending-status.c: New file.
16034 * gdb.threads/continue-pending-status.exp: New file.
16035
16036 2015-03-18 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16039 Use gdb_is_target_remote instead of is_remote. Use
16040 gdb_test_multiple instead of gdb_expect. Exit early if
16041 gdb_test_multiple hits its internal matches. Tighten stepi tests
16042 expected output. Fail on exit with any signal, instead of just
16043 SIGILL.
16044
16045 2015-03-18 Yao Qi <yao.qi@linaro.org>
16046
16047 PR tdep/18107
16048 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16049 variable.
16050 * gdb.base/catch-syscall.exp: Don't skip it on
16051 aarch64*-*-linux* target. Remove elements in all_syscalls.
16052 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16053 target.
16054 (setup_all_syscalls): New proc.
16055
16056 2015-03-16 Yao Qi <yao.qi@linaro.org>
16057
16058 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16059 (top level): Skip tests if valid_addr_p returns false for
16060 $cmd1 or $cmd2.
16061
16062 2015-03-11 Andy Wingo <wingo@igalia.com>
16063
16064 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16065
16066 2015-03-11 Yao Qi <yao.qi@linaro.org>
16067
16068 * gdb.base/catch-syscall.exp: Fix typo in comments.
16069
16070 2015-03-11 Yao Qi <yao.qi@linaro.org>
16071
16072 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16073
16074 2015-03-09 Pedro Alves <palves@redhat.com>
16075
16076 * dg-extract-results.py: Delete.
16077
16078 2015-03-09 Pedro Alves <palves@redhat.com>
16079
16080 Merge dg-extract-results.sh from GCC upstream (r218843).
16081
16082 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16083 * dg-extract-results.sh: Use --text with grep to avoid issues with
16084 binary files. Fall back to cat -v, if that doesn't work.
16085
16086 2015-03-05 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16089
16090 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16091
16092 * lib/mi-support.exp (mi_expect_interrupt): Accept
16093 alternative event for when in all-stop mode.
16094
16095 2015-03-04 Pedro Alves <palves@redhat.com>
16096
16097 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16098
16099 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16100
16101 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16102
16103 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16104
16105 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16106 regexps for GDB's current line display, accept a hex address
16107 preceding the line number.
16108
16109 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16110
16111 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16112 the 'arch1' variable for "s390*-linux*" targets.
16113
16114 2015-03-04 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16117 (main): Pass missing retval argument to pthread_join call.
16118
16119 2015-03-02 Pedro Alves <palves@redhat.com>
16120
16121 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16122 (top level): Call do_test with non-stop as well.
16123
16124 2015-03-02 Pedro Alves <palves@redhat.com>
16125
16126 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16127 -1.
16128
16129 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16130
16131 * gdb.arch/s390-vregs.exp: New test.
16132 * gdb.arch/s390-vregs.S: New file.
16133
16134 2015-02-27 Pedro Alves <palves@redhat.com>
16135
16136 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16137 call to catch_command_errors.
16138 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16139 catch_command_errors.
16140
16141 2015-02-27 Pedro Alves <palves@redhat.com>
16142
16143 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16144 "true" for boolean result.
16145 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16146 prototype of main.
16147
16148 2015-02-27 Pedro Alves <palves@redhat.com>
16149
16150 * lib/unbuffer_output.c: New file.
16151 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16152 (main): Call gdb_unbuffer_output.
16153
16154 2015-02-27 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16157 target.
16158
16159 2015-02-26 Doug Evans <dje@google.com>
16160
16161 * gdb.cp/class2.cc (Dbase, D): New classes.
16162 (main): New local delta.
16163 * gdb.cp/class2.exp: Test printing delta.
16164 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16165 (dynbar): New global.
16166 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16167
16168 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16169
16170 * gdb.compile/compile-ifunc.c: New file.
16171 * gdb.compile/compile-ifunc.exp: New file.
16172
16173 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16174
16175 * gdb.base/structs.exp: Check for correct struct on finish.
16176
16177 2015-02-26 Yao Qi <yao.qi@linaro.org>
16178
16179 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16180 is zero.
16181
16182 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16183
16184 * gdb.arch/cordic.ko.bz2: New file.
16185 * gdb.arch/cordic.ko.debug.bz2: New file.
16186 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16187
16188 2015-02-25 Yao Qi <yao.qi@linaro.org>
16189
16190 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16191 aarch64*-*-* target.
16192
16193 2015-02-23 Pedro Alves <palves@redhat.com>
16194
16195 * lib/gdb.exp (delete_breakpoints): Rewrite using
16196 gdb_test_multiple.
16197
16198 2015-02-23 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.base/info-os.c: Include stdlib.h.
16201
16202 2015-02-22 Doug Evans <xdje42@gmail.com>
16203
16204 PR symtab/17855
16205 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16206 is read after symbols have been re-read.
16207 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16208 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16209
16210 2015-02-21 Doug Evans <dje@google.com>
16211
16212 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16213
16214 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16215
16216 PR corefiles/17808
16217 * gdb.arch/i386-biarch-core.core.bz2: New file.
16218 * gdb.arch/i386-biarch-core.exp: New file.
16219
16220 2015-02-21 Pedro Alves <palves@redhat.com>
16221
16222 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16223 runto_main fails.
16224
16225 2015-02-20 Pedro Alves <palves@redhat.com>
16226
16227 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16228 info probes.
16229
16230 2015-02-20 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16233
16234 2015-02-20 Pedro Alves <palves@redhat.com>
16235
16236 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16237 clean_restart before gdb_target_supports_trace.
16238
16239 2015-02-20 Pedro Alves <palves@redhat.com>
16240
16241 PR threads/18006
16242 * gdb.threads/clone-thread_db.c: New file.
16243 * gdb.threads/clone-thread_db.exp: New file.
16244
16245 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16246
16247 PR breakpoints/16812
16248 * gdb.base/catch-gdb-caused-signals.c: New file.
16249 * gdb.base/catch-gdb-caused-signals.exp: New file.
16250
16251 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16252
16253 * configure: Regenerated.
16254 * configure.ac: Use GDB_AC_TRANSFORM.
16255 * aclocal.m4: sinclude ../transform.m4.
16256
16257 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16258
16259 * lib/dtrace.exp: New file.
16260 * gdb.base/dtrace-probe.exp: Likewise.
16261 * gdb.base/dtrace-probe.d: Likewise.
16262 * gdb.base/dtrace-probe.c: Likewise.
16263 * lib/pdtrace.in: Likewise.
16264 * configure.ac: Output variables with the transformed names of
16265 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16266 * configure: Regenerated.
16267
16268 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16269
16270 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16271 expected message when trying to access $_probe_* convenience
16272 variables while not on a probe.
16273
16274 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16277
16278 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16279
16280 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16281 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16282
16283 2015-02-10 Doug Evans <xdje42@gmail.com>
16284
16285 * lib/gdb.exp (gdb_load): Always return a result.
16286
16287 2015-02-10 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.threads/signal-sigtrap.c: New file.
16290 * gdb.threads/signal-sigtrap.exp: New file.
16291
16292 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16293
16294 * gdb.trace/no-attach-trace.c: New file.
16295 * gdb.trace/no-attach-trace.exp: New file.
16296
16297 2015-02-09 Mark Wielaard <mjw@redhat.com>
16298
16299 * gdb.dwarf2/atomic.c: New file.
16300 * gdb.dwarf2/atomic-type.exp: Likewise.
16301
16302 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16303
16304 * gdb.btrace/buffer-size.exp: Update "info record" output.
16305 * gdb.btrace/delta.exp: Update "info record" output.
16306 * gdb.btrace/enable.exp: Update "info record" output.
16307 * gdb.btrace/finish.exp: Update "info record" output.
16308 * gdb.btrace/instruction_history.exp: Update "info record" output.
16309 * gdb.btrace/next.exp: Update "info record" output.
16310 * gdb.btrace/nexti.exp: Update "info record" output.
16311 * gdb.btrace/step.exp: Update "info record" output.
16312 * gdb.btrace/stepi.exp: Update "info record" output.
16313 * gdb.btrace/nohist.exp: Update "info record" output.
16314
16315 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16316
16317 * gdb.btrace/buffer-size: New.
16318
16319 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16320
16321 * gdb.btrace/delta.exp: Update "info record" output.
16322 * gdb.btrace/enable.exp: Update "info record" output.
16323 * gdb.btrace/finish.exp: Update "info record" output.
16324 * gdb.btrace/instruction_history.exp: Update "info record" output.
16325 * gdb.btrace/next.exp: Update "info record" output.
16326 * gdb.btrace/nexti.exp: Update "info record" output.
16327 * gdb.btrace/step.exp: Update "info record" output.
16328 * gdb.btrace/stepi.exp: Update "info record" output.
16329 * gdb.btrace/nohist.exp: Update "info record" output.
16330
16331 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16332
16333 PR gdb/15678
16334 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16335
16336 2015-02-06 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16339 macro.
16340 (seconds_left, again): New globals.
16341 (main): Wait seconds_left in a 1-second sleep loop instead of
16342 sleeping 180 seconds. If 'again' is set, reset the seconds
16343 counter.
16344 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16345 'again' in the inferior before detaching. Print the seconds left.
16346 (options): New global.
16347 (top level): Build program with -DTIMEOUT=$timeout.
16348
16349 2015-02-06 Pedro Alves <palves@redhat.com>
16350
16351 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16352 determine how many seconds to pass to 'alarm'.
16353 * gdb.base/gdb-sigterm.exp (top level): Build program with
16354 -DTIMEOUT=$timeout.
16355 (do_test): Return success/failure indication. Add more verbose
16356 logging. Don't fail if 200 single steps are seen. Instead, fail
16357 when the test times out.
16358 (passes): New global.
16359 (top level): Break the testing loop if testing fails on any
16360 iteration. Use gdb_assert.
16361
16362 2015-02-04 Don Breazeal <donb@codesourcery.com>
16363
16364 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16365 and initialize them.
16366 (ipc_cleanup): New function.
16367 (main): Don't declare shmid, semid, and msqid. Add a call to
16368 atexit so that we call ipc_cleanup on exit.
16369
16370 2015-02-04 Pedro Alves <palves@redhat.com>
16371
16372 * boards/native-extended-gdbserver.exp: Remove any target variant
16373 specifications from the board name before clearing the isremote
16374 flag from board_info.
16375
16376 2015-01-31 Doug Evans <xdje42@gmail.com>
16377
16378 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16379
16380 2015-01-31 Gary Benson <gbenson@redhat.com>
16381
16382 * gdb.base/completion.exp: Disable completion limiting for
16383 existing tests. Add new tests to check completion limiting.
16384 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16385
16386 2015-01-31 Doug Evans <xdje42@gmail.com>
16387
16388 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16389
16390 2015-01-31 Doug Evans <xdje42@gmail.com>
16391
16392 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16393 entries. Duplicate file section script entries.
16394 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16395 inlined entries. Add test for safe-path rejection.
16396 * gdb.python/py-section-script.c: Add duplicate inlined section script
16397 entries. Duplicate file section script entries.
16398 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16399 inlined entries. Add test for safe-path rejection.
16400
16401 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16402
16403 * gdb.ada/disc_arr_bound: New testcase.
16404
16405 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16406
16407 * gdb.ada/mi_var_array: New testcase.
16408
16409 2015-01-27 Doug Evans <dje@google.com>
16410
16411 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16412 Add test for objfile.filename, objfile.username after objfile
16413 has been unloaded.
16414
16415 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16416
16417 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16418 the second test to print the name attribute of value
16419 returned by the call to gdb.lookup_type, and adjust
16420 the expected output accordingly.
16421
16422 2015-01-25 Mark Wielaard <mjw@redhat.com>
16423
16424 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16425 * gdb.base/disp-step-fork.c: Include unistd.h.
16426 * gdb.base/siginfo-obj.c: Include stdio.h.
16427 * gdb.base/siginfo-thread.c: Likewise.
16428 * gdb.mi/non-stop.c: Include unistd.h.
16429 * gdb.mi/nsthrexec.c: Include stdio.h.
16430 * gdb.mi/pthreads.c: Include unistd.h.
16431 * gdb.modula2/unbounded1.c (main): Declare returns int.
16432 * gdb.reverse/consecutive-reverse.c: Likewise.
16433 * gdb.threads/create-fail.c: Include unistd.h.
16434 * gdb.threads/killed.c: Likewise.
16435 * gdb.threads/linux-dp.c: Likewise.
16436 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16437 * gdb.threads/non-ldr-exc-2.c: Likewise.
16438 * gdb.threads/non-ldr-exc-3.c: Likewise.
16439 * gdb.threads/non-ldr-exc-4.c: Likewise.
16440 * gdb.threads/pthreads.c: Include unistd.h.
16441 (main): Declare returns int.
16442 * gdb.threads/tls-main.c (foo): New declaration.
16443 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16444
16445 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16446
16447 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16448 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16449
16450 2015-01-15 Mark Wielaard <mjw@redhat.com>
16451
16452 * gdb.base/noreturn-return.c: New file.
16453 * gdb.base/noreturn-return.exp: New file.
16454 * gdb.base/noreturn-finish.c: New file.
16455 * gdb.base/noreturn-finish.exp: New file.
16456
16457 2015-01-23 Pedro Alves <palves@redhat.com>
16458
16459 * gdb.threads/continue-pending-after-query.c: New file.
16460 * gdb.threads/continue-pending-after-query.exp: New file.
16461
16462 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16463 Simon Marchi <simon.marchi@ericsson.com>
16464
16465 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16466 * gdb.base/valgrind-db-attach.exp: Same.
16467 * gdb.base/valgrind-infcall.exp: Same.
16468 * lib/mi-support.exp (default_mi_gdb_start): Same.
16469 * lib/prompt.exp (default_prompt_gdb_start): Same.
16470 * lib/gdb.exp (default_gdb_spawn): Same.
16471 (gdb_interact): New.
16472
16473
16474 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16475
16476 * gdb.compile/compile.exp (pointer to jit function): New test.
16477
16478 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16479
16480 * lib/gdb.exp (supports_process_record): Return true for
16481 powerpc*-*-linux*.
16482 (supports_reverse): Likewise.
16483
16484 2015-01-15 Don Breazeal <donb@codesourcery.com>
16485
16486 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16487 instead of checking whether the target board is remote and
16488 use spawn_wait_for_attach instead of exec/sleep.
16489 * gdb.base/attach-twice.exp: Likewise.
16490
16491 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16492
16493 * gdb.ada/var_arr_attrs: New testcase.
16494
16495 2015-01-14 Pedro Alves <palves@redhat.com>
16496 Joel Brobecker <brobecker@adacore.com>
16497
16498 PR gdb/17525
16499 * gdb.base/bp-cmds-execution-x-script.c: New file.
16500 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16501 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16502
16503 2015-01-14 Pedro Alves <palves@redhat.com>
16504
16505 PR cli/17828
16506 * gdb.base/batch-preserve-term-settings.c: New file.
16507 * gdb.base/batch-preserve-term-settings.exp: New file.
16508
16509 2015-01-13 Doug Evans <dje@google.com>
16510
16511 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16512 binary.
16513
16514 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16515
16516 * Makefile.in (clean mostlyclean): Do not delete *.py.
16517
16518 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16519
16520 * gdb.python/py-lookup-type.exp: New file.
16521
16522 2015-01-12 Pedro Alves <palves@redhat.com>
16523
16524 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16525 restore GDBFLAGS before returning.
16526
16527 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16528
16529 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16530 is_amd64_regs_target and is_x86_like_target.
16531
16532 2015-01-11 Doug Evans <xdje42@gmail.com>
16533
16534 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16535 is given without an explicit form.
16536 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16537 attributes.
16538 * gdb.dwarf/corrupt.exp: Ditto.
16539 * gdb.dwarf2/enum-type.exp: Ditto.
16540 * gdb.trace/entry-values.exp: Ditto.
16541 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16542
16543 2015-01-11 Doug Evans <xdje42@gmail.com>
16544
16545 PR gdb/15830
16546 * gdb.base/maint.exp: Remove references to "maint demangle".
16547 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16548 Add tests for explicitly specifying language to demangle.
16549 * gdb.dlang/demangle.exp: Ditto.
16550
16551 2015-01-09 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.threads/non-stop-fair-events.c: New file.
16554 * gdb.threads/non-stop-fair-events.exp: New file.
16555
16556 2015-01-09 Pedro Alves <palves@redhat.com>
16557
16558 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16559 the global scope. Set a breakpoint after all threads are started
16560 rather than stepping over two source lines. Expect the prompt.
16561 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16562 global.
16563 (NUM): Now 15.
16564 (main): Use threads_started_barrier to wait for all threads to
16565 start. Main thread no longer calls thread_function. Exit after
16566 180 seconds.
16567 (loop): New function.
16568 (thread_function): Wait on threads_started_barrier barrier. Call
16569 'loop' at each iteration.
16570 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16571 threads have started, instead of hardcoding number of "next"
16572 steps. Use an access watchpoint instead of a write watchpoint.
16573
16574 2015-01-09 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16577 (thread_func): Wait on barrier.
16578 (main): Wait for all threads to start before stopping GDB.
16579 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16580 global.
16581 (thread1_func, thread2_func): Wait on barrier.
16582 (main): Wait for all threads to start before stopping GDB.
16583 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16584 New global.
16585 (thread1_func, thread2_func): Wait on barrier.
16586 (main): Wait for all threads to start before stopping GDB.
16587
16588 2015-01-09 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.threads/attach-many-short-lived-threads.c: New file.
16591 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16592
16593 2014-01-09 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16596 instead of to thread 2.
16597 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16598 Add barrier around each pthread_create call instead of around all
16599 calls.
16600 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16601 Set a break on thread_function and have the child threads hit it
16602 one at at a time.
16603
16604 2015-01-09 Pedro Alves <palves@redhat.com>
16605
16606 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16607 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16608 false.
16609 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16610 checking whether the target board is remote.
16611 * gdb.multi/multi-attach.exp: Likewise.
16612 * gdb.python/py-sync-interp.exp: Likewise.
16613 * gdb.server/ext-attach.exp: Likewise.
16614 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16615 tests that need to attach, instead of checking whether the target
16616 board is remote at the top of the file.
16617
16618 2015-01-08 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16621
16622 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16623
16624 Fix testcase compilation.
16625 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16626
16627 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16628
16629 * gdb.python/py-type.exp: Add a couple test about empty
16630 array creation, and negative-length array creation.
16631
16632 2015-01-02 Doug Evans <xdje42@gmail.com>
16633
16634 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16635
16636 2015-01-02 Doug Evans <dje@google.com>
16637
16638 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16639
16640 2014-12-29 Yao Qi <yao@codesourcery.com>
16641
16642 * gdb.trace/entry-values.exp: Update comments. Rename variable
16643 bar_call_foo to returned_from_foo.
16644
16645 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16646
16647 PR gdb/17394
16648 * gdb.linespec/break-asm-file.c: New file.
16649 * gdb.linespec/break-asm-file.exp: New file.
16650 * gdb.linespec/break-asm-file0.s: New file.
16651 * gdb.linespec/break-asm-file1.s: New file.
16652
16653 2014-12-18 Nigel Stephens <nigel@mips.com>
16654 Maciej W. Rozycki <macro@codesourcery.com>
16655
16656 * gdb.base/float.exp: Handle the new output from "info float" on
16657 MIPS targets.
16658
16659 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16660
16661 Fix MinGW compilation.
16662 * gdb.compile/compile-ops.exp: Update untested message if
16663 !skip_compile_feature_tests.
16664 * gdb.compile/compile-setjmp.exp: Likewise.
16665 * gdb.compile/compile-tls.exp: Likewise.
16666 * gdb.compile/compile.exp: Likewise.
16667 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16668 supported on this host".
16669
16670 2014-12-16 Doug Evans <xdje42@gmail.com>
16671
16672 * boards/stabs.exp: New file.
16673
16674 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16675
16676 * gdb.base/completion.exp: Adjust to format changes of "maint
16677 print user-registers".
16678
16679 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16680
16681 PR server/17457
16682 * gdb.arch/aarch64-fp.c: New file.
16683 * gdb.arch/aarch64-fp.exp: New file.
16684
16685 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16686
16687 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16688 r210637, r210913, r211666, r215400, r215817).
16689
16690 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16691 * dg-extract-results.py: New file.
16692 * dg-extract-results.sh: Use it if the environment seems
16693 suitable.
16694
16695 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16696
16697 * dg-extract-results.py (parse_run): Handle warnings that
16698 are printed before a test harness is run.
16699
16700 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16701
16702 * dg-extract-results.py (Named): Remove __cmp__ method.
16703 (output_variation): Use a key to sort variation.harnesses.
16704
16705 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16706
16707 * dg-extract-results.py: For Python 3, force sys.stdout to
16708 handle surrogate escape sequences.
16709 (safe_open): New function.
16710 (output_segment, main): Use it.
16711
16712 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16713
16714 * dg-extract-results.py (Prog.result_re): Include options
16715 in test name.
16716
16717 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16718
16719 * dg-extract-results.py (output_variation): Always sort if
16720 do_sum.
16721
16722 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16723
16724 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16725 as long as we get pagination notifications.
16726
16727 2014-12-15 Jason Merrill <jason@redhat.com>
16728
16729 * Makefile.in (check-gdb.%): Restore.
16730 * README: Mention it.
16731
16732 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16733
16734 * gdb.ada/str_uninit: New testcase.
16735
16736 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16737
16738 PR symtab/17642
16739 * gdb.base/vla-stub-define.c: New file.
16740 * gdb.base/vla-stub.c: New file.
16741 * gdb.base/vla-stub.exp: New file.
16742
16743 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16744 Jan Kratochvil <jan.kratochvil@redhat.com>
16745 Tom Tromey <tromey@redhat.com>
16746
16747 * configure.ac: Add gdb.compile/.
16748 * configure: Regenerate.
16749 * gdb.compile/Makefile.in: New file.
16750 * gdb.compile/compile-ops.exp: New file.
16751 * gdb.compile/compile-ops.c: New file.
16752 * gdb.compile/compile-tls.c: New file.
16753 * gdb.compile/compile-tls.exp: New file.
16754 * gdb.compile/compile-constvar.S: New file.
16755 * gdb.compile/compile-constvar.c: New file.
16756 * gdb.compile/compile-mod.c: New file.
16757 * gdb.compile/compile-nodebug.c: New file.
16758 * gdb.compile/compile-setjmp-mod.c: New file.
16759 * gdb.compile/compile-setjmp.c: New file.
16760 * gdb.compile/compile-setjmp.exp: New file.
16761 * gdb.compile/compile-shlib.c: New file.
16762 * gdb.compile/compile.c: New file.
16763 * gdb.compile/compile.exp: New file.
16764 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16765
16766 2014-12-12 Tom Tromey <tromey@redhat.com>
16767
16768 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16769 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16770
16771 2014-12-12 Doug Evans <dje@google.com>
16772
16773 * lib/gdb-python.exp (get_python_valueof): New function.
16774 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16775
16776 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16777
16778 * gdb.base/completion.exp: Add test for completion of "info
16779 registers ".
16780
16781 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16782
16783 * gdb.base/func-ptrs.c: New file.
16784 * gdb.base/func-ptrs.exp: New file.
16785
16786 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16787
16788 PR breakpoints/17012
16789 * gdb.base/dprintf-detach.c: New file.
16790 * gdb.base/dprintf-detach.exp: New file.
16791
16792 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16793
16794 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16795 * lib/gdb.exp (target_is_gdbserver): New procedure.
16796
16797 2014-12-08 Doug Evans <dje@google.com>
16798
16799 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16800
16801 2014-12-05 Yao Qi <yao@codesourcery.com>
16802
16803 * gdb.guile/scm-error.exp: Remove the third argument to
16804 gdb_remote_download.
16805 * gdb.guile/scm-frame-args.exp: Likewise.
16806 * gdb.guile/scm-section-script.exp: Likewise.
16807
16808 2014-12-05 Yao Qi <yao@codesourcery.com>
16809
16810 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16811
16812 2014-12-04 Doug Evans <dje@google.com>
16813
16814 * gdb.python/py-objfile.exp: Add tests for
16815 objfile.add_separate_debug_file.
16816
16817 2014-12-04 Doug Evans <dje@google.com>
16818
16819 * lib/gdb.exp (get_build_id): New function.
16820 (build_id_debug_filename_get): Rewrite to use it.
16821 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16822
16823 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16824
16825 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16826 `method(long)', not just 0x0.
16827 * gdb.cp/nsalias.exp: Align code labels to 4.
16828 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16829 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16830 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16831 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16832 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16833 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16834
16835 2014-12-02 Doug Evans <dje@google.com>
16836
16837 PR symtab/17602
16838 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16839 * gdb.cp/anon-ns2.cc: ... here. New file.
16840 * gdb.cp/anon-ns.exp: Update.
16841
16842 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
16843
16844 * gdb.python/py-events.py (inferior_call_handler): New.
16845 (register_changed_handler, memory_changed_handler): New.
16846 (test_events.invoke): Register new handlers.
16847 * gdb.python/py-events.exp: Add tests for inferior call,
16848 memory_changed and register_changed events.
16849
16850 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16851
16852 * gdb.base/execl-update-breakpoints.exp: Specify the link address
16853 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
16854 if the linker doesn't understand this.
16855
16856 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
16857
16858 * gdb.python/python.exp: Change expected reply to help().
16859
16860 2014-12-01 Yao Qi <yao@codesourcery.com>
16861
16862 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
16863 AC_CONFIG_SUBDIRS(gdb.gdbtk).
16864 * configure: Re-generated.
16865
16866 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
16867
16868 * gdb.cp/chained-calls.cc: New file.
16869 * gdb.cp/chained-calls.exp: New file.
16870 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
16871
16872 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
16873
16874 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
16875 * gdb.dwarf2/symtab-producer.exp: Same.
16876 * gdb.gdb/python-interrupts.exp: Same.
16877 * gdb.gdb/python-selftest.exp: Same.
16878 * gdb.python/py-linetable.exp: Same.
16879 * gdb.python/py-type.exp: Same.
16880 * gdb.python/py-value-cc.exp: Same.
16881 * gdb.python/py-value.exp: Same.
16882
16883 2014-11-28 Yao Qi <yao@codesourcery.com>
16884
16885 * gdb.base/break-probes.exp: Match library name prefixed with
16886 sysroot.
16887
16888 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
16889
16890 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
16891 test expected output. Add parentheses for the call to print.
16892 Remove L suffix from integers.
16893
16894 2014-11-26 Doug Evans <dje@google.com>
16895
16896 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
16897
16898 2014-11-22 Yao Qi <yao@codesourcery.com>
16899
16900 * gdb.trace/entry-values.c: Remove asms.
16901 (foo): Add foo_label.
16902 (bar): Add bar_label.
16903 * gdb.trace/entry-values.exp: Remove code computing foo's
16904 length and bar's length.
16905 (Dwarf::assemble): Invoke function_range for bar and use
16906 MACRO_AT_func for foo.
16907
16908 2014-11-22 Yao Qi <yao@codesourcery.com>
16909
16910 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
16911 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
16912 Use .Lgcc43_procstart instead of gcc43.
16913
16914 2014-11-21 Joel Brobecker <brobecker@adacore.com>
16915
16916 * gdb.ada/n_arr_bound: New testcase.
16917
16918 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
16919
16920 PR breakpoints/10737
16921 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
16922 test_catch_syscall_multi_arch.
16923 (test_catch_syscall_multi_arch): New function.
16924
16925 2014-11-20 Doug Evans <xdje42@gmail.com>
16926
16927 * gdb.base/maint.exp: Update expected output.
16928
16929 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
16930
16931 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
16932 4-byte instruction on S390.
16933
16934 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16935
16936 * gdb.ada/arr_arr: New testcase.
16937
16938 2014-11-19 Joel Brobecker <brobecker@adacore.com>
16939
16940 * gdb.ada/pkd_arr_elem: New Testcase.
16941
16942 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
16943
16944 * gdb.reverse/break-precsave: Expect completion message for
16945 core file reads.
16946 * gdb.reverse/consecutive-precsave.exp: Likewise.
16947 * gdb.reverse/finish-precsave.exp: Likewise.
16948 * gdb.reverse/i386-precsave.exp: Likewise.
16949 * gdb.reverse/machinestate-precsave.exp: Likewise.
16950 * gdb.reverse/sigall-precsave.exp: Likewise.
16951 * gdb.reverse/solib-precsave.exp: Likewise.
16952 * gdb.reverse/step-precsave.exp: Likewise.
16953 * gdb.reverse/until-precsave.exp: Likewise.
16954 * gdb.reverse/watch-precsave.exp: Likewise.
16955
16956 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16957
16958 * gdb.base/bp-permanent.c: Include unistd.h.
16959 * gdb.python/py-framefilter-mi.c (main): Add return type.
16960 * gdb.python/py-framefilter.c (main): Likewise.
16961 * gdb.trace/actions-changed.c (main): Likewise.
16962
16963 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16964
16965 * gdb.mi/until.c: Add eye-catchers.
16966 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
16967 line numbers.
16968
16969 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16970
16971 * gdb.base/condbreak.exp: Drop references to removed non-prototype
16972 function header variants in break1.c.
16973 * gdb.base/ena-dis-br.exp: Likewise.
16974 * gdb.base/hbreak2.exp: Likewise.
16975 * gdb.reverse/until-precsave.exp: Drop references to removed
16976 non-prototype function header variants in ur1.c.
16977 * gdb.reverse/until-reverse.exp: Likewise.
16978
16979 2014-11-17 Petr Machata <pmachata@redhat.com>
16980
16981 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
16982 ${_cu_offset_size} bytes abbrev offset.
16983
16984 2014-11-15 Doug Evans <xdje42@gmail.com>
16985
16986 PR symtab/17559
16987 * gdb.base/line-symtabs.exp: New file.
16988 * gdb.base/line-symtabs.c: New file.
16989 * gdb.base/line-symtabs.h: New file.
16990
16991 2014-11-14 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
16994 (func): Add label func_label.
16995 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
16996 Replace low_pc and high_pc with MACRO_AT_range.
16997 Replace name, low_pc and high_pc with MACRO_AT_func.
16998
16999 2014-11-14 Yao Qi <yao@codesourcery.com>
17000
17001 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17002 Replace name, low_pc and high_pc with MACRO_AT_func.
17003
17004 2014-11-14 Yao Qi <yao@codesourcery.com>
17005
17006 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17007 produce debug information.
17008 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17009
17010 2014-11-14 Yao Qi <yao@codesourcery.com>
17011
17012 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17013 object and get function length.
17014 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17015 with MACRO_AT_func.
17016 (top-level): Replace gdb_compile and clean_restart with
17017 prepare_for_testing.
17018 * gdb.dwarf2/main.c (main): Add label main_label.
17019
17020 2014-11-14 Yao Qi <yao@codesourcery.com>
17021
17022 * lib/dwarf.exp (function_range): New procedure.
17023 (Dwarf::_handle_macro_at_func): New procedure.
17024 (Dwarf::_handle_macro_at_range): New procedure.
17025 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17026
17027 2014-11-14 Yao Qi <yao@codesourcery.com>
17028
17029 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17030 (_handle_attribute): New procedure.
17031
17032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17033
17034 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17035 * gdb.base/call-sc.c (zed): Likewise.
17036 * gdb.base/checkpoint.c (main): Likewise.
17037 * gdb.base/dump.c (main): Likewise.
17038 * gdb.base/gcore.c (main): Likewise.
17039 * gdb.base/huge.c (main): Likewise.
17040 * gdb.base/multi-forks.c (main): Likewise.
17041 * gdb.base/pr10179-a.c (main): Likewise.
17042 * gdb.base/savedregs.c (main): Likewise.
17043 * gdb.base/sigaltstack.c (main): Likewise.
17044 * gdb.base/siginfo.c (main): Likewise.
17045 * gdb.base/structs.c (zed): Likewise.
17046 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17047 * gdb.mi/mi-syn-frame.c (main): Likewise.
17048 * gdb.mi/until.c (foo, main): Likewise.
17049 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17050 * gdb.base/solib-weak.c (foo): Declare.
17051 * gdb.base/attach-twice.c: Include stdio.h.
17052 * gdb.base/weaklib1.c: Likewise.
17053 * gdb.base/weaklib2.c: Likewise.
17054 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17055 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17056 unistd.h.
17057 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17058 * gdb.mi/mi-exit-code.c: Likewise.
17059 * gdb.base/break-interp-lib.c: Include string.h.
17060 * gdb.base/coremaker.c: Likewise.
17061 * gdb.base/testenv.c: Likewise.
17062 * gdb.python/py-finish-breakpoint.c: Likewise.
17063 * gdb.base/inferior-died.c: Include sys/wait.h.
17064 * gdb.base/fileio.c: Include time.h.
17065 * gdb.base/async-shell.c: Include unistd.h.
17066 * gdb.base/dprintf-non-stop.c: Likewise.
17067 * gdb.base/info-os.c: Likewise.
17068 * gdb.mi/mi-console.c: Likewise.
17069 * gdb.mi/watch-nonstop.c: Likewise.
17070 * gdb.python/py-events.c: Likewise.
17071 * gdb.base/async.c (baz): Move up before its invocation.
17072 * gdb.base/code_elim2.c (my_global_func): Likewise.
17073 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17074 * gdb.base/advance.c (func2): Likewise.
17075
17076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17077
17078 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17079 variant.
17080 * gdb.base/annota3.c: Likewise.
17081 * gdb.base/async.c: Likewise.
17082 * gdb.base/average.c: Likewise.
17083 * gdb.base/call-ar-st.c: Likewise.
17084 * gdb.base/call-rt-st.c: Likewise.
17085 * gdb.base/call-sc.c: Likewise.
17086 * gdb.base/call-strs.c: Likewise.
17087 * gdb.base/ending-run.c: Likewise.
17088 * gdb.base/execd-prog.c: Likewise.
17089 * gdb.base/exprs.c: Likewise.
17090 * gdb.base/foll-exec.c: Likewise.
17091 * gdb.base/foll-fork.c: Likewise.
17092 * gdb.base/foll-vfork.c: Likewise.
17093 * gdb.base/funcargs.c: Likewise.
17094 * gdb.base/gcore.c: Likewise.
17095 * gdb.base/jump.c: Likewise.
17096 * gdb.base/langs0.c: Likewise.
17097 * gdb.base/langs1.c: Likewise.
17098 * gdb.base/langs2.c: Likewise.
17099 * gdb.base/mips_pro.c: Likewise.
17100 * gdb.base/nodebug.c: Likewise.
17101 * gdb.base/opaque0.c: Likewise.
17102 * gdb.base/opaque1.c: Likewise.
17103 * gdb.base/recurse.c: Likewise.
17104 * gdb.base/run.c: Likewise.
17105 * gdb.base/scope0.c: Likewise.
17106 * gdb.base/scope1.c: Likewise.
17107 * gdb.base/setshow.c: Likewise.
17108 * gdb.base/setvar.c: Likewise.
17109 * gdb.base/shmain.c: Likewise.
17110 * gdb.base/shr1.c: Likewise.
17111 * gdb.base/shr2.c: Likewise.
17112 * gdb.base/sigall.c: Likewise.
17113 * gdb.base/signals.c: Likewise.
17114 * gdb.base/so-indr-cl.c: Likewise.
17115 * gdb.base/solib2.c: Likewise.
17116 * gdb.base/structs.c: Likewise.
17117 * gdb.base/sum.c: Likewise.
17118 * gdb.base/vforked-prog.c: Likewise.
17119 * gdb.base/watchpoint.c: Likewise.
17120 * gdb.reverse/shr2.c: Likewise.
17121 * gdb.reverse/until-reverse.c: Likewise.
17122 * gdb.reverse/ur1.c: Likewise.
17123 * gdb.reverse/watch-reverse.c: Likewise.
17124
17125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17126
17127 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17128 variant.
17129 * gdb.base/sepdebug.exp: Drop references to removed code.
17130
17131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17132
17133 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17134 variant. Preserve original line numbering.
17135 * gdb.base/list1.c: Likewise.
17136
17137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17138
17139 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17140 variant.
17141 * gdb.base/break1.c: Likewise.
17142 * gdb.base/break.exp: Drop references to removed code.
17143
17144 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17145
17146 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17147 variant.
17148
17149 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17150
17151 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17152
17153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17154
17155 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17156 logic into perform_all_tests() and invoke it with and without
17157 function header prototypes.
17158 (do_function_calls): Remove conditional XFAIL for PR 5318.
17159 (rerun_and_prepare): Remove duplicate code.
17160 (perform_all_tests): New. Main logic moved here.
17161
17162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17163
17164 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17165 code guarded by #ifdef NO_PROTOTYPES.
17166 (t_double_many_args): Likewise.
17167 (DEF_FUNC_MANY_ARGS_1): Likewise.
17168 (DEF_FUNC_VALUES_1): Likewise.
17169 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17170 guarded by #ifdef PROTOTYPES.
17171
17172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17173
17174 * gdb.mi/mi-console.c: Add eye-catcher.
17175 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17176 instead of literal line number.
17177
17178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17179
17180 * gdb.base/shr2.c: Add eye-catcher.
17181 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17182 line number.
17183
17184 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17185
17186 * gdb.base/jump.c: Add eye-catchers.
17187 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17188 numbers.
17189
17190 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17191
17192 * gdb.base/execd-prog.c: Add eye-catchers.
17193 * gdb.base/foll-exec.c: Likewise.
17194 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17195 line numbers.
17196
17197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17198
17199 * gdb.base/ending-run.c: Add eye-catchers.
17200 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17201 literal line numbers.
17202
17203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17204
17205 * gdb.base/call-rt-st.c: Add eye-catchers.
17206 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17207 literal line numbers.
17208
17209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/call-ar-st.c: Add eye-catchers.
17212 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17213 literal line numbers.
17214
17215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17216
17217 * gdb.base/average.c: Add eye-catchers.
17218 * gdb.base/sum.c: Likewise.
17219 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17220 regexps dynamically.
17221
17222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17223
17224 * gdb.base/solib1.c: Add eye-catchers.
17225 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17226 literal line numbers.
17227
17228 2014-11-12 Pedro Alves <palves@redhat.com>
17229
17230 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17231 leader has exited.
17232
17233 2014-11-12 Pedro Alves <palves@redhat.com>
17234
17235 * gdb.arch/i386-bp_permanent.c: New file.
17236 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17237 (srcfile): Set to i386-bp_permanent.c.
17238 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17239 that stepi does not execute the 'leave' instruction, instead of
17240 testing it does execute.
17241 * gdb.base/bp-permanent.c: New file.
17242 * gdb.base/bp-permanent.exp: New file.
17243
17244 2014-11-10 Doug Evans <xdje42@gmail.com>
17245
17246 PR symtab/17564
17247 * gdb.base/symtab-search-order.exp: New file.
17248 * gdb.base/symtab-search-order.c: New file.
17249 * gdb.base/symtab-search-order-1.c: New file.
17250 * gdb.base/symtab-search-order-shlib-1.c: New file.
17251
17252 2014-11-07 Pedro Alves <palves@redhat.com>
17253
17254 PR gdb/17511
17255 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17256 i?86-*-linux*.
17257
17258 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17259
17260 PR c++/17494
17261 * gdb.cp/pr17494.cc: New file.
17262 * gdb.cp/pr17494.exp: New file.
17263
17264 2014-11-02 Yao Qi <yao@codesourcery.com>
17265
17266 * gdb.python/python.exp: Get working directory and match the
17267 output of "set extended-prompt \\w " with it.
17268
17269 2014-10-30 Doug Evans <dje@google.com>
17270
17271 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17272 in objfiles.
17273 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17274 in progspaces.
17275
17276 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17277
17278 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17279 * gdb.base/realname-expand.exp: Likewise.
17280 * gdb.linespec/macro-relative.exp: Likewise.
17281
17282 2014-10-29 Pedro Alves <palves@redhat.com>
17283
17284 PR gdb/17408
17285 * gdb.threads/schedlock.c (some_function): New function.
17286 (call_function): New global.
17287 (MAYBE_CALL_SOME_FUNCTION): New macro.
17288 (thread_function): Call it.
17289 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17290 and use it instead of a global counter. Adjust all callers.
17291 (get_current_thread): Use "find current thread" for test message
17292 here rather than having all callers pass down the same string.
17293 (goto_loop): New procedure, factored out from ...
17294 (my_continue): ... this.
17295 (step_ten_loops): Change parameter from test message to command to
17296 use. Adjust.
17297 (list_count): Delete global.
17298 (check_result): New procedure, factored out from duplicate top
17299 level code.
17300 (continue tests): Wrap in with_test_prefix.
17301 (test_step): New procedure, factored out from duplicate top level
17302 code.
17303 (top level): Test "step" in combination with all scheduler-locking
17304 modes. Test "next" in combination with all scheduler-locking
17305 modes, and in combination with stepping over a function call or
17306 not.
17307 * gdb.threads/next-bp-other-thread.c: New file.
17308 * gdb.threads/next-bp-other-thread.exp: New file.
17309
17310 2014-10-29 Pedro Alves <palves@redhat.com>
17311
17312 PR python/17372
17313 * gdb.python/python.exp: Test a multi-line command that spawns
17314 interactive Python.
17315 * gdb.base/multi-line-starts-subshell.exp: New file.
17316
17317 2014-10-29 Yao Qi <yao@codesourcery.com>
17318
17319 * gdb.base/fileio.exp: Make directories on host.
17320
17321 2014-10-29 Yao Qi <yao@codesourcery.com>
17322
17323 * gdb.base/fileio.c (test_write): Close the file.
17324
17325 2014-10-28 Pedro Alves <palves@redhat.com>
17326
17327 PR gdb/12623
17328 * gdb.base/sigstep.c (no_handler): New global.
17329 (main): If 'no_handler is true, set the signal handlers to
17330 SIG_IGN.
17331 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17332 with_sw_watch and no_handler parameters. Handle them.
17333 (top level) <stepping over handler when stopped at a breakpoint
17334 test>: Add a test axis for testing with a software watchpoint, and
17335 another for testing with the signal handler set to SIG_IGN.
17336 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17337 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17338
17339 2014-10-28 Pedro Alves <palves@redhat.com>
17340
17341 PR gdb/17511
17342 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17343 * gdb.base/sigstep.exp (other_handler_location): New global.
17344 (advance): Support stepping into the signal handler, and running
17345 commands while in the handler.
17346 (in_handler_map): New global.
17347 (top level): In the advance test, add combinations for getting
17348 into the handler with stepping commands, and for running commands
17349 in the handler. Add comment descripting the advancei tests.
17350
17351 2014-10-28 Pedro Alves <palves@redhat.com>
17352
17353 * gdb.base/sigstep.exp: Use build_executable instead of
17354 prepare_for_testing.
17355 (top level): Move code that starts GDB, runs to main and creates a
17356 display to ...
17357 (restart): ... this new procedure.
17358 (top level): Move backtrace from signal handler test to ...
17359 (validate_backtrace): ... this new procedure.
17360 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17361 with_test_prefix. Always restart GDB.
17362 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17363 with_test_prefix. Always restart GDB. No need to delete
17364 breakpoints after the test.
17365 (test_skip_handler): Remove prefix parameter.
17366 (skip_over_handler, breakpoint_to_handler)
17367 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17368 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17369 restart GDB. No need to delete breakpoints after the test.
17370 (top level): Use foreach to call the test procedures with
17371 different commands.
17372
17373 2014-10-28 Pedro Alves <palves@redhat.com>
17374
17375 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17376 instead of GNATS numbers.
17377 * gdb.base/sigbpt.exp: Likewise.
17378 * gdb.base/siginfo.exp: Likewise.
17379 * gdb.base/sigstep.exp: Likewise.
17380
17381 2014-10-27 Pedro Alves <palves@redhat.com>
17382
17383 * gdb.base/sigstep.c (dummy): New global.
17384 (main): Issue a couple writes to the new global.
17385 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17386 procedures.
17387 (skip_over_handler): Use test_skip_handler.
17388 (top level): Call skip_over_handler for stepi and nexti too.
17389 (breakpoint_over_handler): Use test_skip_handler.
17390 (top level): Call breakpoint_over_handler for stepi and nexti too.
17391
17392 2014-10-27 Yao Qi <yao@codesourcery.com>
17393
17394 * gdb.trace/tfile.c (adjust_function_address)
17395 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17396 function descriptor.
17397
17398 2014-10-24 Don Breazeal <donb@codesourcery.com>
17399
17400 * gdb.base/foll-fork.exp (test_follow_fork,
17401 catch_fork_child_follow): Check for updated fork messages emitted
17402 from infrun.c.
17403 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17404 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17405 vfork_and_exec_child_follow_through_step): Check for updated vfork
17406 messages emitted from infrun.c.
17407
17408 2014-10-24 Pedro Alves <palves@redhat.com>
17409
17410 * gdb.base/corefile.exp: Remove references to ultrix.
17411 * gdb.base/interrupt.exp: Likewise.
17412 * gdb.base/whatis.exp: Likewise.
17413 * gdb.gdb/selftest.exp: Likewise.
17414 * gdb.threads/manythreads.exp: Likewise.
17415 * gdb.threads/print-threads.exp: Likewise.
17416 * gdb.threads/pthreads.exp:: Likewise.
17417 * gdb.threads/schedlock.exp: Likewise.
17418
17419 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17420
17421 * gdb.cp/non-trivial-retval.cc: Add a test case.
17422 * gdb.cp/non-trivial-retval.exp: Add a test.
17423
17424 2014-10-20 Yao Qi <yao@codesourcery.com>
17425
17426 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17427 * gdb.python/py-objfile-script-gdb.py: New file.
17428 * gdb.python/py-objfile-script.exp: Update reference to
17429 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17430 of remote_download. Remove the dest file.
17431
17432 2014-10-20 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17435 * gdb.base/step-line.exp: Likewise.
17436 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17437 * gdb.dwarf2/dw2-basic.exp: Likewise.
17438 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17439 * gdb.dwarf2/dw2-filename.exp: Likewise.
17440 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17441 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17442 * gdb.dwarf2/dw2-producer.exp: Likewise.
17443 * gdb.dwarf2/mac-fileno.exp: Likewise.
17444 * gdb.python/py-frame-args.exp: Likewise.
17445 * gdb.python/py-framefilter.exp: Likewise.
17446 * gdb.python/py-mi.exp: Likewise.
17447 * gdb.python/py-objfile-script.exp: Likewise
17448 * gdb.python/py-pp-integral.exp: Likewise.
17449 * gdb.python/py-pp-re-notag.exp: Likewise.
17450 * gdb.python/py-prettyprint.exp: Likewise.
17451 * gdb.python/py-section-script.exp: Likewise.
17452 * gdb.python/py-typeprint.exp: Likewise.
17453 * gdb.python/py-xmethods.exp: Likewise.
17454 * gdb.stabs/weird.exp: Likewise.
17455 * gdb.xml/tdesc-regs.exp: Likewise.
17456
17457 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17458
17459 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17460 (out_cu): Use addr_len for the size of addresses.
17461 (out_line): Likewise. Size DW_LNE_set_address instruction
17462 according to addr_len.
17463 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17464 (FUNC): Add START_INSNS to definition.
17465
17466 2014-10-18 Yao Qi <yao@codesourcery.com>
17467
17468 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17469 gdb_has_argv0 return true.
17470 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17471 check [target_info exists noargs], check [gdb_has_argv0]
17472 instead.
17473 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17474 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17475 procedures.
17476
17477 2014-10-17 Doug Evans <dje@google.com>
17478
17479 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17480 event.
17481 * gdb.python/py-events.py: Add clear_objfiles event.
17482
17483 2014-10-17 Doug Evans <dje@google.com>
17484
17485 * gdb.python/py-objfile.exp: Test progspace attribute.
17486
17487 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17488
17489 * gdb.guile/scm-breakpoint.exp: Do not assume any
17490 directory separators when matching source file paths.
17491 * gdb.python/py-breakpoint.exp: Likewise.
17492 * gdb.reverse/break-precsave.exp: Likewise.
17493 * gdb.reverse/break-reverse.exp: Likewise.
17494 * gdb.reverse/consecutive-precsave.exp: Likewise.
17495 * gdb.reverse/finish-precsave.exp: Likewise.
17496 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17497 * gdb.reverse/finish-reverse.exp: Likewise.
17498 * gdb.reverse/i386-precsave.exp: Likewise.
17499 * gdb.reverse/i387-env-reverse.exp: Likewise.
17500 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17501 * gdb.reverse/machinestate-precsave.exp: Likewise.
17502 * gdb.reverse/machinestate.exp: Likewise.
17503 * gdb.reverse/sigall-precsave.exp: Likewise.
17504 * gdb.reverse/solib-precsave.exp: Likewise.
17505 * gdb.reverse/step-precsave.exp: Likewise.
17506 * gdb.reverse/until-precsave.exp: Likewise.
17507 * gdb.reverse/watch-precsave.exp: Likewise.
17508 * gdb.reverse/watch-reverse.exp: Likewise.
17509
17510 2014-10-17 Yao Qi <yao@codesourcery.com>
17511
17512 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17513 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17514
17515 2014-10-17 Pedro Alves <palves@redhat.com>
17516
17517 PR gdb/17471
17518 * gdb.base/bg-execution-repeat.c: New file.
17519 * gdb.base/bg-execution-repeat.exp: New file.
17520
17521 2014-10-17 Pedro Alves <palves@redhat.com>
17522
17523 PR gdb/17300
17524 * gdb.base/continue-all-already-running.c: New file.
17525 * gdb.base/continue-all-already-running.exp: New file.
17526
17527 2014-10-17 Pedro Alves <palves@redhat.com>
17528
17529 PR gdb/17472
17530 * gdb.base/annota-input-while-running.c: New file.
17531 * gdb.base/annota-input-while-running.exp: New file.
17532
17533 2014-10-17 Pedro Alves <palves@redhat.com>
17534
17535 * gdb.base/callfuncs.exp: emove references to osf.
17536 * gdb.base/sigall.exp: Likewise.
17537 * gdb.gdb/selftest.exp: Likewise.
17538 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17539 * gdb.mi/non-stop.c: Likewise.
17540 * gdb.mi/pthreads.c: Likewise.
17541 * gdb.reverse/sigall-precsave.exp: Likewise.
17542 * gdb.reverse/sigall-reverse.exp: Likewise.
17543 * gdb.threads/pthreads.c: Likewise.
17544 * gdb.threads/pthreads.exp: Likewise.
17545
17546 2014-10-17 Yao Qi <yao@codesourcery.com>
17547
17548 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17549 check 'target_info exists noargs'.
17550 (test_command_prompt_position): Likewise.
17551 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17552 Remove "set args".
17553 (progvar_simple_while_test): Likewise.
17554 (progvar_complex_if_while_test): Likewise.
17555 (if_while_breakpoint_command_test): Likewise.
17556 (infrun_breakpoint_command_test): Likewise.
17557 (breakpoint_command_test): Likewise.
17558 (watchpoint_command_test): Likewise.
17559 (bp_deleted_in_command_test): Likewise.
17560 (temporary_breakpoint_commands): Likewise.
17561
17562 2014-10-16 Yao Qi <yao@codesourcery.com>
17563
17564 * gdb.base/remotetimeout.exp: Remove noargs checking.
17565
17566 2014-10-15 Pedro Alves <palves@redhat.com>
17567
17568 PR breakpoints/9649
17569 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17570 * gdb.base/breakpoint-in-ro-region.exp
17571 (probe_target_hardware_step): New procedure.
17572 (top level): Probe hardware stepping and hardware breakpoint
17573 support. Test stepping through a read-only region, with both
17574 "breakpoint auto-hw" on and off and both "always-inserted" on and
17575 off.
17576
17577 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17578
17579 * gdb.dlang/demangle.exp: Update for demangling changes.
17580
17581 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17582
17583 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17584 * gdb.cp/non-trivial-retval.exp: Add new tests.
17585
17586 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17587
17588 PR c++/13403
17589 PR c++/15154
17590 * gdb.cp/non-trivial-retval.cc: New file.
17591 * gdb.cp/non-trivial-retval.exp: New file.
17592
17593 2014-10-15 Yao Qi <yao@codesourcery.com>
17594
17595 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17596 remote host.
17597
17598 2014-10-15 Yao Qi <yao@codesourcery.com>
17599
17600 * gdb.python/py-symbol.exp: Match file base name if host is
17601 remote, otherwise match file name with dir name.
17602 * gdb.python/py-symtab.exp: Likewise.
17603 * gdb.python/python.exp: Likewise.
17604
17605 2014-10-15 Yao Qi <yao@codesourcery.com>
17606
17607 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17608 pattern.
17609 * gdb.python/py-symtab.exp: Likewise.
17610 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17611 locationn.
17612
17613 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17614
17615 * gdb.ada/addr_arith: New testcase.
17616
17617 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17618
17619 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17620 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17621 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17622 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17623
17624 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17625
17626 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17627 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17628 * gdb.arch/stap-eval-lang-ada.exp: New file.
17629
17630 2014-10-14 Yao Qi <yao@codesourcery.com>
17631
17632 * gdb.mi/mi-var-child.c (nothing1): New function.
17633 (nothing2): New function.
17634 (do_children_tests): Set function pointers by nothing1 and
17635 nothing2.
17636 * gdb.mi/mi-var-child.exp: Step over new added statements.
17637 Update test to match the new output.
17638 * gdb.mi/var-cmd.c (nothing1): New function.
17639 (nothing2): New function.
17640 (do_children_tests): Set function pointers by nothing1 and
17641 nothing2.
17642 * gdb.mi/mi-var-display.exp: Update test to match output.
17643 Step to the line specified by $line_dct_nothing.
17644 Increase the number of lines to step.
17645
17646 2014-10-14 Yao Qi <yao@codesourcery.com>
17647
17648 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17649 tests.
17650 * gdb.mi/mi2-var-child.exp: Likewise.
17651
17652 2014-10-13 Doug Evans <dje@google.com>
17653
17654 * gdb.python/py-objfile.exp: Change name of file name test.
17655
17656 2014-10-13 Doug Evans <dje@google.com>
17657
17658 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17659 from the start of the CU.
17660
17661 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17662 Yao Qi <yao@codesourcery.com>
17663
17664 Fix "save breakpoints" for "catch" command.
17665 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17666 Remove -nonewline. Match also the added "main" line.
17667
17668 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17669
17670 Fix "save breakpoints" for "disable $bpnum" command.
17671 * gdb.base/save-bp.c (main): Add label.
17672 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17673
17674 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17675
17676 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17677
17678 2014-10-11 Yao Qi <yao@codesourcery.com>
17679
17680 * gdb.server/server-kill.exp: Execute command
17681 "set remote trace-status-packet on" before "tstatus".
17682
17683 2014-10-11 Yao Qi <yao@codesourcery.com>
17684
17685 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17686 (main): Call getppid.
17687 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17688 and continue to it. Read variable "server_pid".
17689
17690 2014-10-11 Yao Qi <yao@codesourcery.com>
17691
17692 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17693
17694 2014-10-11 Yao Qi <yao@codesourcery.com>
17695
17696 * gdb.threads/thread-find.exp: Don't execute command
17697 "info threads".
17698 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17699 * gdb.threads/linux-dp.exp: Don't check the condition
17700 $threads_created equals to zero.
17701
17702 2014-10-10 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.base/bigcore.exp: Remove references to IRIX.
17705 * gdb.base/funcargs.exp: Likewise.
17706 * gdb.base/interrupt.exp: Likewise.
17707 * gdb.base/mips_pro.exp: Likewise.
17708 * gdb.base/nodebug.exp: Likewise.
17709 * gdb.base/setvar.exp: Likewise.
17710 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17711
17712 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17713 Pedro Alves <palves@redhat.com>
17714
17715 PR symtab/14466
17716 * gdb.base/vdso-warning.c: New file.
17717 * gdb.base/vdso-warning.exp: New file.
17718
17719 2014-10-02 Doug Evans <dje@google.com>
17720
17721 * gdb.base/structs.c (main): Don't run forever.
17722
17723 2014-10-02 Pedro Alves <palves@redhat.com>
17724
17725 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17726 (top level) <stop threads 1, stop threads 2>: Use it.
17727
17728 2014-10-02 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.threads/break-while-running.exp (test): Add new
17731 'update_thread_list' argument. Skip "info threads" if false.
17732 (top level): Add new 'update_thread_list' axis.
17733
17734 2014-10-02 Pedro Alves <palves@redhat.com>
17735
17736 PR breakpoints/17431
17737 * gdb.base/execl-update-breakpoints.c: New file.
17738 * gdb.base/execl-update-breakpoints.exp: New file.
17739
17740 2014-10-01 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/breakpoint-in-ro-region.c: New file.
17743 * gdb.base/breakpoint-in-ro-region.exp: New file.
17744
17745 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17746
17747 * gdb.mi/mi-exit-code.exp: New file.
17748 * gdb.mi/mi-exit-code.c: New file.
17749
17750 2014-09-30 Yao Qi <yao@codesourcery.com>
17751
17752 * lib/prelink-support.exp (build_executable_own_libs): Error if
17753 the target isn't native.
17754
17755 2014-09-30 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17758 false.
17759
17760 2014-09-22 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.threads/break-while-running.exp: New file.
17763 * gdb.threads/break-while-running.c: New file.
17764
17765 2014-09-19 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17768 Invoke test. Restart GDB with --readnow and invoke test again.
17769
17770 2014-09-19 Yao Qi <yao@codesourcery.com>
17771
17772 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17773 proc set_breakpoint_on_gcd_function. Invoke
17774 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17775 invoke set_breakpoint_on_gcd_function again.
17776
17777 2014-09-18 Doug Evans <dje@google.com>
17778
17779 * gdb.dwarf2/symtab-producer.exp: New file.
17780
17781 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17782
17783 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17784 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17785 * gdb.base/global-var-nested-by-dso.c: Likewise.
17786 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17787
17788 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17789 Pedro Alves <palves@redhat.com>
17790
17791 * gdb.base/watch-bitfields.exp: Pass string other than test file
17792 name to prepare_for_testing.
17793 (watch): New procedure.
17794 (expect_watchpoint): Use with_test_prefix.
17795 (top level): Factor out tests to ...
17796 (test_watch_location, test_regular_watch): ... these new
17797 procedures, and use with_test_prefix and gdb_continue_to_end.
17798
17799 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17800
17801 PR breakpoints/12526
17802 * gdb.base/watch-bitfields.exp: New file.
17803 * gdb.base/watch-bitfields.c: New file.
17804
17805 2014-09-16 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17808 software and hardware addresses, not software address against
17809 itself.
17810
17811 2014-09-16 Pedro Alves <palves@redhat.com>
17812
17813 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17814 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17815
17816 2014-09-16 Pedro Alves <palves@redhat.com>
17817
17818 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17819 files.
17820 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17821 "*-*-vxworks*" throughout.
17822 * gdb.base/break.exp: Likewise.
17823 * gdb.base/default.exp: Likewise.
17824 * gdb.base/scope.exp: Likewise.
17825 * gdb.base/sepdebug.exp: Likewise.
17826 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17827 throughout.
17828 * gdb.base/run.c: Likewise.
17829 * gdb.base/sepdebug.c: Likewise.
17830 * gdb.hp/gdb.aCC/run.c: Likewise.
17831 * gdb.reverse/until-reverse.c: Likewise.
17832 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17833
17834 2014-09-16 Yao Qi <yao@codesourcery.com>
17835
17836 * boards/local-remote-host-native.exp: New file.
17837
17838 2014-09-14 Doug Evans <xdje42@gmail.com>
17839
17840 * gdb.threads/queue-signal.c (thread_count): New variable.
17841 (thread_count_mutex, thread_count_condvar): New variables.
17842 (incr_thread_count, wait_all_threads_running): New functions.
17843 (main): Wait for all threads to be in their thread functions.
17844
17845 2014-09-13 Doug Evans <xdje42@gmail.com>
17846
17847 * gdb.threads/queue-signal.c: New file.
17848 * gdb.threads/queue-signal.exp: New file.
17849
17850 2014-09-13 Doug Evans <xdje42@gmail.com>
17851
17852 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
17853 be consistent with what default_gdb_init uses.
17854 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
17855 the plain text of the prompt. Add some logging printfs.
17856 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
17857
17858 2014-09-12 Pedro Alves <palves@redhat.com>
17859
17860 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
17861 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
17862 * gdb.arch/i386-size-overlap.exp: Likewise.
17863 * gdb.arch/i386-size.exp: Likewise.
17864 * gdb.arch/i386-unwind.exp: Likewise.
17865 * gdb.base/a2-run.exp: Likewise.
17866 * gdb.base/break.exp: Likewise.
17867 * gdb.base/charset.exp: Likewise.
17868 * gdb.base/chng-syms.exp: Likewise.
17869 * gdb.base/commands.exp: Likewise.
17870 * gdb.base/dbx.exp: Likewise.
17871 * gdb.base/find.exp: Likewise.
17872 * gdb.base/funcargs.exp: Likewise.
17873 * gdb.base/jit-simple.exp: Likewise.
17874 * gdb.base/reread.exp: Likewise.
17875 * gdb.base/sepdebug.exp: Likewise.
17876 * gdb.base/step-bt.exp: Likewise.
17877 * gdb.cp/mb-inline.exp: Likewise.
17878 * gdb.cp/mb-templates.exp: Likewise.
17879 * gdb.objc/basicclass.exp: Likewise.
17880 * gdb.threads/killed.exp: Likewise.
17881
17882 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17883
17884 PR tdep/17379
17885 * gdb.arch/powerpc-stackless.S: New file.
17886 * gdb.arch/powerpc-stackless.exp: New file.
17887
17888 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17889
17890 * gdb.base/attach.c: Include unistd.h.
17891 (main): Call alarm. Add label postloop.
17892 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
17893 gdb_breakpoint, gdb_continue_to_breakpoint.
17894 (test_command_line_attach_run): Kill ${testpid} in one exit path.
17895
17896 2014-09-11 Pedro Alves <palves@redhat.com>
17897
17898 PR gdb/17347
17899 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
17900 * gdb.base/attach.exp (test_command_line_attach_run): New
17901 procedure.
17902 (top level): Call it.
17903
17904 2014-09-11 Pedro Alves <palves@redhat.com>
17905
17906 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
17907 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
17908 (do_command_attach_tests): Use spawn_wait_for_attach.
17909 * gdb.base/solib-overlap.exp: Likewise.
17910 * gdb.multi/multi-attach.exp: Likewise.
17911 * gdb.python/py-prompt.exp: Likewise.
17912 * gdb.python/py-sync-interp.exp: Likewise.
17913 * gdb.server/ext-attach.exp: Likewise.
17914
17915 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
17916
17917 * gdb.fortran/array-element.exp: Remove unexpected "continue"
17918 command in testcase. Simplify testcase.
17919
17920 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17921
17922 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
17923
17924 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17925
17926 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
17927
17928 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
17931
17932 2014-09-10 Joel Brobecker <brobecker@adacore.com>
17933
17934 * gdb.dwarf2/dynarr-ptr.c: New file.
17935 * gdb.dwarf2/dynarr-ptr.exp: New file.
17936
17937 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17938
17939 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
17940 of 30 rather than hardcoding 120 for a slow test case. Take the
17941 `gdb,timeout' target setting into account for this calculation.
17942 Don't extend the timeout for the test cases that don't need it.
17943
17944 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17945
17946 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
17947 a factor of 2 for a slow test case. Take the `gdb,timeout'
17948 target setting into account for this calculation.
17949 * gdb.reverse/until-precsave.exp: Increase the timeout by
17950 a factor of 15 and 3 respectively rather than adding 120
17951 for a pair of slow test cases. Take the `gdb,timeout'
17952 target setting into account for this calculation.
17953
17954 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17955
17956 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
17957 timeout, don't pass one down to gdb_expect.
17958 (gdb_expect): Rework timeout selection.
17959
17960 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17961
17962 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
17963 exception on timeout.
17964 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
17965 (gdbserver_start_extended): Catch any `gdbserver_start' error
17966 exceptions.
17967 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
17968 * lib/mi-support.exp (mi_gdb_target_load): Catch any
17969 `gdbserver_gdb_load' error exceptions.
17970
17971 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17972
17973 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
17974 120 on waiting for the TCP socket to open.
17975
17976 2014-09-09 Doug Evans <xdje42@gmail.com>
17977
17978 * gdb.base/default.exp (show_conv_list): Add _caller_is,
17979 _caller_matches, _any_caller_is, _any_caller_matches.
17980
17981 2014-09-09 Doug Evans <xdje42@gmail.com>
17982
17983 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
17984
17985 2014-09-09 Yao Qi <yao@codesourcery.com>
17986
17987 * gdb.mi/mi-var-display.exp: Set print symbol off.
17988
17989 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
17990
17991 PR gdb/17035
17992 * gdb.base/commands.exp: Add tests to verify user-defined
17993 commands with empty bodies.
17994 * gdb.python/py-cmd.exp: Test that we don't show user-defined
17995 python commands in `show user command`.
17996 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
17997 scheme commands in `show user command`.
17998
17999 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18000
18001 PR python/17355
18002 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18003 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18004 * gdb.python/py-framefilter-invalidarg.exp: New file.
18005 * gdb.python/py-framefilter-invalidarg.py: New file.
18006
18007 2014-09-06 Doug Evans <xdje42@gmail.com>
18008
18009 PR 15276
18010 * gdb.python/py-caller-is.c: New file.
18011 * gdb.python/py-caller-is.exp: New file.
18012
18013 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18014
18015 PR gdb/17235
18016 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18017 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18018
18019 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18020
18021 PR fortran/17237
18022 * gdb.fortran/print-formatted.exp: New file.
18023 * gdb.fortran/print-formatted.f90: Likewise.
18024
18025 2014-09-03 Sasha Smundak <asmundak@google.com>
18026
18027 * gdb.python/py-frame.exp: Test Frame.read_register.
18028
18029 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18030
18031 PR python/16699
18032 * gdb.python/py-completion.exp: New file.
18033 * gdb.python/py-completion.py: Likewise.
18034
18035 2014-08-28 Doug Evans <dje@google.com>
18036
18037 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18038 eax,etc. are live with values set by gdb and thus the compiler can't
18039 use them.
18040 * gdb.arch/i386-pseudo.c (main): Ditto.
18041
18042 2014-08-27 Doug Evans <dje@google.com>
18043
18044 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18045
18046 2014-08-25 Doug Evans <dje@google.com>
18047
18048 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18049 (main): Ditto.
18050
18051 2014-08-25 Doug Evans <dje@google.com>
18052
18053 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18054
18055 2014-08-24 Yao Qi <yao@codesourcery.com>
18056
18057 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18058 symbol off.
18059 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18060
18061 2014-08-22 Doug Evans <dje@google.com>
18062
18063 PR 17276
18064 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18065 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18066 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18067
18068 2014-08-22 Yao Qi <yao@codesourcery.com>
18069
18070 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18071 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18072 * gdb.python/python.exp: Likewise. Use .py file on the host
18073 instead of the build.
18074
18075 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18076
18077 * gdb.threads/gcore-stale-thread.c: New file.
18078 * gdb.threads/gcore-stale-thread.exp: New file.
18079
18080 2014-08-21 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18083 * gdb.base/gcore-relro-pie.exp: Likewise.
18084 * gdb.base/gcore-relro.exp: Likewise.
18085 * gdb.base/gcore.exp: Likewise.
18086 * gdb.base/print-symbol-loading.exp: Likewise.
18087 * gdb.threads/gcore-thread.exp: Likewise.
18088 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18089
18090 2014-08-20 Pedro Alves <palves@redhat.com>
18091 Jan Kratochvil <jan.kratochvil@redhat.com>
18092
18093 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18094 configure.
18095 (EXPECT): Handle READ1 being set.
18096 (all): Depend on EXTRA_RULES.
18097 (check-read1, expect-read1, read1.so, read1): New rules.
18098 * README (Testsuite Parameters): Document the READ1 make variable.
18099 (Race detection): New section.
18100 * configure: Regenerate.
18101 * configure.ac: If build==host==target, and running under a
18102 GNU/glibc system, add read1 to the extra Makefile rules.
18103 (EXTRA_RULES): AC_SUBST it.
18104 * lib/read1.c: New file.
18105
18106 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18107
18108 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18109 the handling of variables declared as a typedef to an array
18110 which a DW_AT_data_location attribute.
18111
18112 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18113 Pedro Alves <palves@redhat.com>
18114
18115 PR symtab/14604
18116 PR symtab/14605
18117 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18118 gdb_test.
18119
18120 2014-08-19 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18123
18124 2014-08-19 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18127 right line.
18128
18129 2014-08-18 David Blaikie <dblaikie@gmail.com>
18130
18131 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18132
18133 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18134
18135 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18136 attribute in array range.
18137
18138 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18139
18140 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18141
18142 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18143
18144 PR c++/17132
18145 * gdb.cp/pr17132.cc: New file.
18146 * gdb.cp/pr17132.exp: New file.
18147
18148 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18149
18150 * gdb.python/py-xmethods.py (A_getarrayind)
18151 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18152 Use 'print' with function call syntax.
18153 (E_method_matcher.match): Fix tab vs space indentation mixup.
18154
18155 2014-08-15 Yao Qi <yao@codesourcery.com>
18156
18157 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18158 false.
18159
18160 2014-08-15 Yao Qi <yao@codesourcery.com>
18161
18162 * gdb.cp/casts.exp: Set print symbol off.
18163 * gdb.cp/class2.exp: Likewise.
18164 * gdb.cp/overload.exp: Likewise.
18165 * gdb.cp/templates.exp: Likewise.
18166
18167 2014-08-11 Doug Evans <dje@google.com>
18168
18169 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18170 (test_load_shlib): Update.
18171
18172 2014-08-09 Yao Qi <yao@codesourcery.com>
18173
18174 * gdb.base/display.exp: Invoke is_address_zero_readable.
18175 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18176 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18177 * gdb.base/hbreak-unmapped.exp: Return if
18178 is_address_zero_readable returns true.
18179 * gdb.base/signest.exp: Likewise.
18180 * gdb.base/signull.exp: Likewise.
18181 * gdb.base/sigbpt.exp: Likewise.
18182 * gdb.guile/scm-disasm.exp: Do the test if
18183 is_address_zero_readable returns false.
18184 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18185 * gdb.python/py-arch.exp: Likewise.
18186 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18187 * lib/gdb.exp (is_address_zero_readable): New proc.
18188
18189 2014-08-09 Yao Qi <yao@codesourcery.com>
18190
18191 PR testsuite/13443
18192 * gdb.mi/mi-var-display.exp: Make test messages unique.
18193
18194 2014-08-04 Tom Tromey <tromey@redhat.com>
18195
18196 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18197 target 0".
18198
18199 2014-08-04 Tom Tromey <tromey@redhat.com>
18200
18201 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18202 "target_resume".
18203
18204 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18205
18206 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18207 inner_vla_struct_object_size.
18208 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18209 as xfail.
18210
18211 2014-07-30 Pedro Alves <palves@redhat.com>
18212
18213 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18214 comment.
18215
18216 2014-07-29 Yao Qi <yao@codesourcery.com>
18217
18218 PR gdb/17206
18219 * gdb.base/until-nodebug.exp: New.
18220
18221 2014-07-28 Doug Evans <xdje42@gmail.com>
18222
18223 PR guile/17203
18224 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18225 previously existing parameter, and previously ambiguously spelled
18226 parameter.
18227
18228 2014-07-28 Will Newton <will.newton@linaro.org>
18229
18230 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18231
18232 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18233 Doug Evans <xdje42@gmail.com>
18234
18235 PR guile/17146
18236 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18237
18238 2014-07-25 Pedro Alves <palves@redhat.com>
18239
18240 * gdb.threads/signal-command-handle-nopass.c: New file.
18241 * gdb.threads/signal-command-handle-nopass.exp: New file.
18242 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18243 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18244 * gdb.threads/signal-delivered-right-thread.c: New file.
18245 * gdb.threads/signal-delivered-right-thread.exp: New file.
18246
18247 2014-07-25 Pedro Alves <palves@redhat.com>
18248
18249 * gdb.base/double-prompt-target-event-error.exp
18250 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18251 match.
18252 (cancel_pagination_in_target_event): Rework double prompt
18253 detection.
18254 * gdb.base/paginate-after-ctrl-c-running.exp
18255 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18256 <return>' match.
18257 * gdb.base/paginate-bg-execution.exp
18258 (test_bg_execution_pagination_return)
18259 (test_bg_execution_pagination_cancel): Remove '-notransfer
18260 <return>' matches.
18261 * gdb.base/paginate-execution-startup.exp
18262 (test_fg_execution_pagination_return)
18263 (test_fg_execution_pagination_cancel): Remove '-notransfer
18264 <return>' matches.
18265 * gdb.base/paginate-inferior-exit.exp
18266 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18267 match.
18268 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18269 * lib/gdb.exp (pagination_prompt): Run text through
18270 string_to_regexp.
18271 (gdb_test_multiple): Match $pagination_prompt instead of
18272 "<return>".
18273 (string_to_regexp): Move to lib/gdb-utils.exp.
18274
18275 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18276
18277 * gdb.arch/amd64-entry-value-paramref.S: New file.
18278 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18279 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18280 * gdb.arch/amd64-optimout-repeat.S: New file.
18281 * gdb.arch/amd64-optimout-repeat.c: New file.
18282 * gdb.arch/amd64-optimout-repeat.exp: New file.
18283
18284 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18285
18286 PR gdb/17170
18287 * gdb.base/statistics.exp: New file.
18288
18289 2014-07-17 Doug Evans <dje@google.com>
18290
18291 PR gdb/17170
18292 * gdb.base/maint.exp: Update testing of per-command stats.
18293
18294 2014-07-16 Pedro Alves <palves@redhat.com>
18295
18296 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18297 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18298 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18299 (tfile_write_buf): New functions.
18300 (add_memory_block): Rewrite using the above.
18301 (adjust_function_address): New function.
18302 (FUNCTION_ADDRESS): New macro.
18303 (write_basic_trace_file): Remove short_x local, and use
18304 tfile_write_16. Change type of func_addr local to unsigned long
18305 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18306 here. Cast argument of add_memory_block to char pointer.
18307 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18308 (main): Remove parameters.
18309 * gdb.trace/tfile.exp: Remove nowarnings.
18310
18311 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18312
18313 * gdb.base/debug-expr.exp: Test string evaluation with
18314 "debug expression" on.
18315
18316 2014-07-15 Pedro Alves <palves@redhat.com>
18317
18318 * gdb.base/reread.exp: Use clean_restart.
18319
18320 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18321
18322 * gdb.arch/avr-flash-qualifer.c: New.
18323 * gdb.arch/avr-flash-qualifer.exp: New.
18324
18325 2014-07-14 Pedro Alves <palves@redhat.com>
18326
18327 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18328 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18329
18330 2014-07-14 Pedro Alves <palves@redhat.com>
18331
18332 * gdb.base/double-prompt-target-event-error.c: New file.
18333 * gdb.base/double-prompt-target-event-error.exp: New file.
18334
18335 2014-07-14 Pedro Alves <palves@redhat.com>
18336
18337 PR gdb/17072
18338 * gdb.base/paginate-inferior-exit.c: New file.
18339 * gdb.base/paginate-inferior-exit.exp: New file.
18340
18341 2014-07-14 Pedro Alves <palves@redhat.com>
18342
18343 PR gdb/17072
18344 * gdb.base/paginate-bg-execution.c: New file.
18345 * gdb.base/paginate-bg-execution.exp: New file.
18346
18347 2014-07-14 Pedro Alves <palves@redhat.com>
18348
18349 PR gdb/17072
18350 * gdb.base/paginate-execution-startup.c: New file.
18351 * gdb.base/paginate-execution-startup.exp: New file.
18352 * lib/gdb.exp (pagination_prompt): New global.
18353 (default_gdb_spawn): New procedure, factored out from
18354 default_gdb_spawn.
18355 (default_gdb_start): Adjust to call default_gdb_spawn.
18356 (gdb_spawn): New procedure.
18357
18358 2014-07-14 Pedro Alves <palves@redhat.com>
18359
18360 * lib/gdb.exp (gdb_assert): New procedure.
18361 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18362
18363 2014-07-14 Pedro Alves <palves@redhat.com>
18364
18365 * gdb.base/execution-termios.c: New file.
18366 * gdb.base/execution-termios.exp: New file.
18367
18368 2014-07-14 Tom Tromey <tromey@redhat.com>
18369
18370 * gdb.cp/vla-cxx.cc: New file.
18371 * gdb.cp/vla-cxx.exp: New file.
18372
18373 2014-07-14 Tom Tromey <tromey@redhat.com>
18374
18375 * gdb.reverse/rerun-prec.c: New file.
18376 * gdb.reverse/rerun-prec.exp: New file.
18377
18378 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18379 Maciej W. Rozycki <macro@codesourcery.com>
18380
18381 * lib/gdb-utils.exp: New file.
18382 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18383 inline `gdb_init_command' processing.
18384 (gdb_start_cmd): Likewise.
18385 * lib/mi-support.exp (mi_run_cmd): Likewise.
18386 * README: Document `gdb_init_command' and `gdb_init_commands'.
18387
18388 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18389
18390 Fix false FAIL running under a very long directory name.
18391 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18392 and "set print elements 10000". Twice.
18393
18394 2014-07-11 Yao Qi <yao@codesourcery.com>
18395
18396 * gdb.base/exprs.exp: "set print symbol off".
18397
18398 2014-07-11 Pedro Alves <palves@redhat.com>
18399
18400 * gdb.threads/kill.c: New file.
18401 * gdb.threads/kill.exp: New file.
18402
18403 2014-07-10 Yao Qi <yao@codesourcery.com>
18404
18405 * gdb.trace/tfile.c (write_basic_trace_file)
18406 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18407 address written to trace file.
18408
18409 2014-07-09 Pedro Alves <palves@redhat.com>
18410
18411 * gdb.base/attach-wait-input.exp: New file.
18412 * gdb.base/attach-wait-input.c: New file.
18413
18414 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18415
18416 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18417 setting up test structures.
18418 (main): Call new test function.
18419 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18420 test function, continue into test function and walk test
18421 structures.
18422
18423 2014-07-02 Yao Qi <yao@codesourcery.com>
18424
18425 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18426 'bar_start' at the beginning of functions 'foo' and 'bar'
18427 respectively.
18428 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18429 instead of 'foo' and 'bar'.
18430
18431 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18432
18433 * gdb.btrace/segv.exp: New.
18434 * gdb.btrace/segv.c: New.
18435
18436 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18437
18438 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18439 instruction.
18440
18441 2014-06-30 Mark Wielaard <mjw@redhat.com>
18442
18443 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18444 vulture, vilify, villar): New volatile array constants.
18445 (vindictive, vegetation): New const volatile array constants.
18446 * gdb.base/volatile.exp: Test volatile and const volatile array
18447 types.
18448
18449 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18450
18451 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18452 target lacks support for awatch, rwatch, or hbreak.
18453
18454 2014-06-27 Yao Qi <yao@codesourcery.com>
18455
18456 * gdb.multi/dummy-frame-restore.exp: New.
18457 * gdb.multi/dummy-frame-restore.c: New.
18458
18459 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18460
18461 * gdb.btrace/gcore.exp: New.
18462
18463 2014-06-23 Pedro Alves <palves@redhat.com>
18464
18465 * gdb.base/watchpoint-reuse-slot.c: New file.
18466 * gdb.base/watchpoint-reuse-slot.exp: New file.
18467
18468 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18469
18470 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18471 progspace's filename in 'info', 'enable' and 'disable' command
18472 tests.
18473
18474 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18475
18476 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18477 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18478 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18479
18480 2014-06-20 Gary Benson <gbenson@redhat.com>
18481
18482 * gdb.arch/i386-avx.exp: Fix include file location.
18483 * gdb.arch/i386-sse.exp: Likewise.
18484
18485 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18486
18487 * gdb.dlang/expression.exp: New file.
18488
18489 2014-06-19 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18492 out from ...
18493 (top level): ... here. Iterate running tests under different
18494 scheduler-locking settings.
18495
18496 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18497
18498 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18499 to DW_FORM_addr and use non-zero addresses.
18500
18501 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18502
18503 PR gdb/17017
18504 * gdb.python/py-xmethods.cc: Add global function call counters and
18505 increment them in their respective functions. Remove "cout"
18506 statements.
18507 * gdb.python/py-xmethods.exp: Make tests check the global function
18508 call counters instead of depending on inferior IO.
18509
18510 2014-06-18 Don Breazeal <donb@codesourcery.com>
18511
18512 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18513 Deleted procedure.
18514 (explicit_fork_parent_follow): Deleted procedure.
18515 (explicit_fork_child_follow): Deleted procedure.
18516 (test_follow_fork): New procedure.
18517 (do_fork_tests): Replace calls to deleted procedures with
18518 calls to test_follow_fork and reset GDB for subsequent
18519 procedure calls.
18520
18521 2014-06-17 Yao Qi <yao@codesourcery.com>
18522
18523 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18524 CP1252.
18525
18526 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18527
18528 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18529 Initialize ptr and S explicitly.
18530 (skip_type_update_when_not_use_rtti_test): Likewise.
18531
18532 2014-06-16 Keith Seitz <keiths@redhat.com>
18533
18534 PR mi/15863
18535 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18536 the inferior is started.
18537
18538 2014-06-16 Pedro Alves <palves@redhat.com>
18539
18540 * gdb.base/break-main-file-remove-fail.c: New file.
18541 * gdb.base/break-main-file-remove-fail.exp: New file.
18542 * gdb.base/break-unload-file.exp: Use build_executable instead of
18543 prepare_for_testing.
18544 (test_break): New parameter "initial_load". Handle it.
18545 (top level): Add initial_load cmdline/file axis.
18546
18547 2014-06-12 Tom Tromey <tromey@redhat.com>
18548
18549 * gdb.base/completion.exp: Don't use directory name in test.
18550
18551 2014-06-09 Gary Benson <gbenson@redhat.com>
18552
18553 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18554 separate the always-available ANSI-standard signals from the
18555 signals that require checking.
18556 (main): Likewise.
18557 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18558 Likewise.
18559 (main): Likewise.
18560
18561 2014-06-07 Keith Seitz <keiths@redhat.com>
18562
18563 Revert:
18564 PR c++/16253
18565 * gdb.cp/var-tag.cc: New file.
18566 * gdb.cp/var-tag.exp: New file.
18567 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18568 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18569 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18570 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18571
18572 2014-06-06 Doug Evans <xdje42@gmail.com>
18573
18574 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18575
18576 2014-06-06 Pedro Alves <palves@redhat.com>
18577
18578 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18579 in target debug output instead of looking at RSP packets,
18580 disabling the test on any target that uses hardware stepping.
18581 Update comments.
18582
18583 2014-06-06 Pedro Alves <palves@redhat.com>
18584
18585 * gdb.base/break-unload-file.exp: Fix typo.
18586
18587 2014-06-06 Yao Qi <yao@codesourcery.com>
18588
18589 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18590 from "jit_function" to "^jit_function".
18591
18592 2014-06-06 Yao Qi <yao@codesourcery.com>
18593
18594 * gdb.base/async.c (foo): Add one statement.
18595 * gdb.base/async.exp: Get the next instruction address and
18596 match the output of "nexti" by instruction address. Match
18597 the hex address in the output of "finish".
18598
18599 2014-06-06 Gary Benson <gbenson@redhat.com>
18600
18601 * gdb.base/call-signals.c: Remove preprocessor conditionals
18602 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18603 SIGSEGV and SIGTERM.
18604 * gdb.base/sigall.c: Likewise.
18605 * gdb.base/unwindonsignal.c: Likewise.
18606 * gdb.reverse/sigall-reverse.c: Likewise.
18607
18608 2014-06-06 Yao Qi <yao@codesourcery.com>
18609
18610 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18611 readable, skip the test.
18612
18613 2014-06-06 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.threads/staticthreads.c (thread_function): Move the line
18616 setting breakpoint on forward.
18617 * gdb.threads/staticthreads.exp: Update comments.
18618
18619 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18620
18621 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18622 "history-append! type error".
18623
18624 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18625
18626 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18627 erroneous dprintf expected input.
18628
18629 2014-06-04 Doug Evans <xdje42@gmail.com>
18630
18631 * gdb.guile/scm-generics.exp: Delete.
18632
18633 2014-06-04 Doug Evans <xdje42@gmail.com>
18634
18635 * gdb.guile/scm-breakpoint.exp: Update.
18636 Add tests for breakpoint registration.
18637
18638 2014-06-04 Tom Tromey <tromey@redhat.com>
18639
18640 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18641 VLA-in-union.
18642 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18643 inner_vla_struct, vla_union types. Initialize objects of those
18644 types and compute their sizes.
18645
18646 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18647 Hui Zhu <hui@codesourcery.com>
18648
18649 * gdb.base/fileio.exp: Add test for shell not available as well as
18650 available.
18651 * gdb.base/fileio.c (test_system): Check for shell twice.
18652
18653 2014-06-04 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/auto-connect-native-target.exp: Remove redundant
18656 space from the regexp pattern.
18657
18658 2014-06-04 Yao Qi <yao@codesourcery.com>
18659
18660 * gdb.base/default.exp: Replace "child" with "native" in
18661 regexp pattern.
18662
18663 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18664
18665 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18666 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18667 * gdb.python/py-xmethods.py: Python script supporting the
18668 new testcase and tests.
18669
18670 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18671 Pedro Alves <palves@redhat.com>
18672
18673 PR breakpoints/17000
18674 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18675 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18676
18677 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18678
18679 * gdb.base/subst.exp: Add tests to verify partial path matching
18680 output.
18681
18682 2014-06-03 Pedro Alves <palves@redhat.com>
18683
18684 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18685 target that doesn't use software single-stepping.
18686
18687 2014-06-03 Pedro Alves <palves@redhat.com>
18688
18689 PR breakpoints/17000
18690 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18691 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18692
18693 2014-06-02 Doug Evans <xdje42@gmail.com>
18694
18695 * gdb.guile/scm-parameter.exp: New file.
18696
18697 2014-06-02 Doug Evans <xdje42@gmail.com>
18698
18699 * gdb.guile/scm-cmd.c: New file.
18700 * gdb.guile/scm-cmd.exp: New file.
18701
18702 2014-06-02 Doug Evans <xdje42@gmail.com>
18703
18704 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18705 pretty-printer lookup.
18706 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18707 (make-pp_s-printer): Call it.
18708 (make-pretty-printer-from-dict): New function.
18709 (lookup-pretty-printer-maker-from-dict): New function.
18710 (*pretty-printer*): Simplify.
18711 (make-objfile-pp_s-printer): New function.
18712 (install-objfile-pretty-printers!): New function.
18713 (make-progspace-pp_s-printer): New function.
18714 (install-progspace-pretty-printers!): New function.
18715 * gdb.guile/scm-progspace.c: New file.
18716 * gdb.guile/scm-progspace.exp: New file.
18717
18718 2014-06-02 Pedro Alves <palves@redhat.com>
18719
18720 * gdb.base/dprintf-bp-same-addr.c: New file.
18721 * gdb.base/dprintf-bp-same-addr.exp: New file.
18722
18723 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18724
18725 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18726 * gdb.arch/powerpc-power.s: Likewise.
18727
18728 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18729
18730 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18731
18732 2014-06-01 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.base/watchpoint.exp (test_watch_location): Check null
18735 pointer can be dereferenced. If not, do the test, otherwise
18736 skip it.
18737
18738 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18739
18740 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18741 results.
18742 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18743
18744 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18745
18746 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18747 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18748 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18749 * gdb.arch/amd64-invalid-stack-top.c: New file.
18750 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18751
18752 2014-05-30 Pedro Alves <palves@redhat.com>
18753
18754 PR breakpoints/17000
18755 * gdb.base/sss-bp-on-user-bp.c: New file.
18756 * gdb.base/sss-bp-on-user-bp.exp: New file.
18757
18758 2014-05-30 David Blaikie <dblaikie@gmail.com>
18759
18760 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18761 gnu_inline semantics via attribute.
18762 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18763 source explicitly specifies the required semantics.
18764
18765 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18766
18767 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18768
18769 2014-05-29 Pedro Alves <palves@redhat.com>
18770 Tom Tromey <tromey@redhat.com>
18771
18772 * gdb.base/async-shell.exp: Don't enable target-async.
18773 * gdb.base/async.exp
18774 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18775 parameter. Adjust.
18776 (top level): Don't test with "target-async".
18777 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18778 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18779 * gdb.base/inferior-died.exp: Don't enable target-async.
18780 * gdb.base/interrupt-noterm.exp: Likewise.
18781 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18782 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18783 * gdb.mi/mi-nonstop.exp: Likewise.
18784 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18785 * gdb.mi/mi-nsintrall.exp: Likewise.
18786 * gdb.mi/mi-nsmoribund.exp: Likewise.
18787 * gdb.mi/mi-nsthrexec.exp: Likewise.
18788 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18789 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18790 * gdb.python/py-evsignal.exp: Don't enable target-async.
18791 * gdb.python/py-evthreads.exp: Likewise.
18792 * gdb.python/py-prompt.exp: Likewise.
18793 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18794 * gdb.server/solib-list.exp: Don't enable target-async.
18795 * gdb.threads/thread-specific-bp.exp: Likewise.
18796 * lib/mi-support.exp: Adjust to use mi-async.
18797
18798 2014-05-29 Pedro Alves <palves@redhat.com>
18799
18800 PR gdb/13860
18801 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18802 reason, even in sync mode.
18803
18804 2014-05-29 Pedro Alves <palves@redhat.com>
18805 Hui Zhu <hui@codesourcery.com>
18806
18807 PR PR15693
18808 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18809 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18810 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18811 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18812
18813 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18814
18815 * config/monitor.exp (gdb_target_monitor): Replace use of
18816 "set remotebaud" by "set serial baud".
18817
18818 2014-05-26 Andy Wingo <wingo@igalia.com>
18819
18820 * gdb.guile/scm-breakpoint.exp:
18821 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18822 properties instead of gdb-object-properties.
18823
18824 2014-05-26 Yao Qi <yao@codesourcery.com>
18825
18826 * gdb.server/no-thread-db.exp: Specify source file name
18827 explicitly when setting a breakpoint.
18828
18829 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18830
18831 * gdb.btrace/vdso.c: New.
18832 * gdb.btrace/vdso.exp: New.
18833
18834 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18835
18836 * gdb.base/gcore.exp (capture_command_output): Move ...
18837 * lib/gdb.exp (capture_command_output): ... here.
18838
18839 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18840
18841 * gdb.btrace/data.exp: Test memory access during btrace replay.
18842
18843 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
18844
18845 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
18846
18847 2014-05-21 Pedro Alves <palves@redhat.com>
18848
18849 PR gdb/13860
18850 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
18851 (top level): Test that output related to execution commands is
18852 sent to the console with CLI commands, but not with MI commands.
18853 Test that breakpoint events are always mirrored to the console.
18854 Also expect the new source line to be output after a "next" in
18855 async mode too. Make it a pass/fail test.
18856 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
18857 output.
18858 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
18859
18860 2014-05-21 Pedro Alves <palves@redhat.com>
18861
18862 * gdb.base/list.exp (build_pattern, test_list): New procedures.
18863 Use them to test variations of "list" after reaching a breakpoint.
18864 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
18865 Test "list" with listsize 10 after reaching a breakpoint.
18866 * gdb.python/python.exp (decode_line current location line
18867 number): Adjust expected line number.
18868
18869 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
18870
18871 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
18872 behavior for $args, pass it directly to "run".
18873
18874 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
18875
18876 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
18877 30000 to 65536.
18878
18879 2014-05-21 Pedro Alves <palves@redhat.com>
18880
18881 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
18882 auto-connect-native-target off".
18883 * gdb.base/auto-connect-native-target.c: New file.
18884 * gdb.base/auto-connect-native-target.exp: New file.
18885
18886 2014-05-21 Pedro Alves <palves@redhat.com>
18887
18888 * gdb.base/default.exp: Test "target native" instead of "target
18889 child".
18890
18891 2014-05-21 Mark Wielaard <mjw@redhat.com>
18892
18893 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18894
18895 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18896
18897 Fix TLS access for -static -pthread.
18898 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
18899 <HAVE_TLS> (thread_function, main): Initialize it.
18900 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
18901 Add clean_restart.
18902 <$have_tls != "">: Check TLSVAR.
18903
18904 2014-05-21 Pedro Alves <palves@redhat.com>
18905
18906 * gdb.base/dcache-line-read-error.c: New.
18907 * gdb.base/dcache-line-read-error.exp: New.
18908
18909 2014-05-20 Pedro Alves <palves@redhat.com>
18910
18911 * gdb.base/compare-sections.c: New file.
18912 * gdb.base/compare-sections.exp: New file.
18913
18914 2014-05-20 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.base/break-idempotent.c: New file.
18917 * gdb.base/break-idempotent.exp: New file.
18918
18919 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
18920
18921 * gdb.btrace/nohist.exp: New.
18922
18923 2014-05-20 Yao Qi <yao@codesourcery.com>
18924
18925 * lib/gdb.exp (gdb_init): Set timeout if test file is under
18926 gdb.reverse directory and gdb_reverse_timeout exists in board
18927 setting.
18928 * README: Document gdb_reverse_timeout.
18929
18930 2014-05-20 Yao Qi <yao@codesourcery.com>
18931
18932 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
18933 'test_file_name'. Treat args as a string instead of a list.
18934 (gdb_init): Rename argument 'args' by 'test_file_name'.
18935
18936 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
18937
18938 * gdb.arch/powerpc-power.exp: New file.
18939 * gdb.arch/powerpc-power.s: New file.
18940
18941 2014-05-16 Doug Evans <dje@google.com>
18942
18943 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
18944 * gdb.base/completion.exp: Check that all expected files exist
18945 before doing file completion.
18946
18947 2014-05-16 Doug Evans <dje@google.com>
18948
18949 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
18950 Update.
18951 (do_syscall_tests_without_xml): Update.
18952
18953 2014-05-16 Pedro Alves <palves@redhat.com>
18954
18955 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
18956 instead of "unknown output after running".
18957
18958 2014-05-16 Yao Qi <yao@codesourcery.com>
18959
18960 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
18961 file1.txt from host at the end.
18962 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18963
18964 2014-05-15 Doug Evans <dje@google.com>
18965
18966 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
18967 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
18968 loading file. Add test for TU lookup.
18969
18970 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18971
18972 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
18973 calling "-exec-arguments" or "set args" before running the
18974 inferior.
18975
18976 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
18977
18978 * lib/mi-support.exp (mi_expect_stop): Expect message for
18979 inferiors that exit with non-zero exit code.
18980
18981 2014-05-14 Yao Qi <yao@codesourcery.com>
18982
18983 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
18984 match absolute path on remote host.
18985 (test_file_list_exec_source_files): Remove "/" from the
18986 pattern.
18987
18988 2014-05-14 Yao Qi <yao@codesourcery.com>
18989
18990 * boards/local-remote-host-notty.exp (${board}_file): New
18991 proc.
18992
18993 2014-05-07 Kyle McMartin <kyle@redhat.com>
18994
18995 Pushed by Joel Brobecker <brobecker@adacore.com>.
18996 * gdb.arch/aarch64-atomic-inst.c: New file.
18997 * gdb.arch/aarch64-atomic-inst.exp: New file.
18998
18999 2014-05-07 Yao Qi <yao@codesourcery.com>
19000
19001 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19002 in current context" too.
19003
19004 2014-05-05 Keith Seitz <keiths@redhat.com>
19005
19006 * gdb.linespec/ls-dollar.exp: Add test for linespec
19007 file:convenience_variable.
19008
19009 2014-05-05 Yao Qi <yao@codesourcery.com>
19010
19011 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19012 traceframes into tfile and ctf trace files. Read data from
19013 trace file and test collected data.
19014 (gdb_collect_locals_test): Likewise.
19015 (gdb_unavailable_registers_test): Likewise.
19016 (gdb_unavailable_floats): Likewise.
19017 (gdb_collect_globals_test): Likewise.
19018 (top-level): Append "ctf" to trace_file_targets if GDB
19019 supports.
19020
19021 2014-05-05 Yao Qi <yao@codesourcery.com>
19022
19023 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19024 code to ...
19025 (gdb_collect_args_test_1): ... it. New proc.
19026 (gdb_collect_locals_test): Move some code to ...
19027 (gdb_collect_locals_test_1): ... it. New proc.
19028 (gdb_unavailable_registers_test): Move some code to ...
19029 (gdb_unavailable_registers_test_1): ... it. New proc.
19030 (gdb_unavailable_floats): Move some code to ...
19031 (gdb_unavailable_floats_1): ... it. New proc.
19032
19033 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19034
19035 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19036 probes to test for bitness recognition.
19037 * gdb.arch/amd64-stap-optional-prefix.exp
19038 (test_probe_value_without_reg): New procedure.
19039 Add code to test for different kinds of bitness.
19040
19041 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19042
19043 PR breakpoints/16889
19044 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19045 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19046
19047 2014-05-01 Pedro Alves <palves@redhat.com>
19048
19049 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19050 gdb_file_cmd if no file is specified.
19051 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19052 last_loaded_file to set the remote exec-file.
19053
19054 2014-05-01 Pedro Alves <palves@redhat.com>
19055
19056 * boards/local-remote-host.exp: New file.
19057
19058 2014-05-01 Pedro Alves <palves@redhat.com>
19059
19060 * boards/local-remote-host.exp: Rename to ...
19061 * boards/local-remote-host-notty.exp: ... this.
19062
19063 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19064
19065 * gdb.ada/dyn_arrayidx: New testcase.
19066
19067 2014-04-26 Yao Qi <yao@codesourcery.com>
19068
19069 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19070 and compute the length of function main. Save it in
19071 $main_length.
19072 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19073 (top-level): Use gdb_compile to compile objects into
19074 executable and restart GDB. Remove invocation to
19075 prepare_for_testing.
19076
19077 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19078 Pedro Alves <palves@redhat.com>
19079
19080 PR server/16255
19081 * gdb.multi/multi-attach.c: New file.
19082 * gdb.multi/multi-attach.exp: New file.
19083
19084 2014-04-25 Pedro Alves <palves@redhat.com>
19085
19086 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19087 user.
19088 (top level): Test that "set remote conditional-breakpoints-packet
19089 off" works as intended.
19090 * gdb.base/dprintf.exp: Test that "set remote
19091 breakpoint-commands-packet off" works as intended.
19092 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19093 New function.
19094 (top level): Call it.
19095 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19096 remote fast-tracepoints-packet off" works as intended.
19097 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19098 * lib/gdb.exp (gdb_is_target_remote): ... here.
19099
19100 2014-04-24 David Blaikie <dblaikie@gmail.com>
19101
19102 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19103 ensure clang would not discard them.
19104 * gdb.base/gdbvars.c: Ditto.
19105 * gdb.base/memattr.c: Ditto.
19106 * gdb.base/whatis.c: Ditto.
19107 * gdb.python/py-prettyprint.c: Ditto.
19108 * gdb.trace/actions.c: Ditto.
19109 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19110 ensure clang would not discard it.
19111
19112 2014-04-24 David Blaikie <dblaikie@gmail.com>
19113
19114 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19115 clang to emit the full definition of type required by the test
19116 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19117
19118 2014-04-24 David Blaikie <dblaikie@gmail.com>
19119
19120 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19121 coax Clang into emitting the definition of the type.
19122 * gdb.cp/pr10728-x.h (y): Ditto.
19123 * gdb.cp/pr10728-y.cc (y): Ditto.
19124
19125 2014-04-24 David Blaikie <dblaikie@gmail.com>
19126
19127 * gdb.base/label.exp: XFAIL label related tests under Clang.
19128 * gdb.cp/cplabel.exp: Ditto.
19129 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19130 under Clang those using labels.
19131
19132 2014-04-25 Yao Qi <yao@codesourcery.com>
19133
19134 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19135 double_label.
19136 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19137 partial_label and double_label.
19138
19139 2014-04-24 David Blaikie <dblaikie@gmail.com>
19140
19141 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19142
19143 2014-04-24 David Blaikie <dblaikie@gmail.com>
19144
19145 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19146 of the function to work across GCC and Clang.
19147 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19148 pointer types (const void ** const V void **).
19149
19150 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19151 Walfred Tedeschi <walfred.tedeschi@intel.com>
19152
19153 * Makefile.in (EXECUTABLES): Added i386-avx512.
19154 * gdb.arch/i386-avx512.c: New file.
19155 * gdb.arch/i386-avx512.exp: Likewise.
19156
19157 2014-04-23 Keith Seitz <keiths@redhat.com>
19158
19159 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19160 (mi_make_breakpoint_table): New procedure.
19161 (mi_create_breakpoint): Use mi_make_breakpoint
19162 and return the result.
19163 (mi_make_breakpoint): New procedure.
19164 (mi_build_kv_pairs): New procedure.
19165
19166 * gdb.mi/mi-break.exp: Remove unused globals,
19167 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19168 All callers updated.
19169 * gdb.mi/mi-dprintf.exp: Use variable to track command
19170 number.
19171 Update all callers of mi_create_breakpoint and use
19172 mi_make_breakpoint_table.
19173 Remove any unused global variables.
19174 * gdb.mi/mi-nonstop.exp: Likewise.
19175 * gdb.mi/mi-nsintrall.exp: Likewise.
19176 * gdb.mi/mi-nsmoribund.exp: Likewise.
19177 * gdb.mi/mi-nsthrexec.exp: Likewise.
19178 * gdb.mi/mi-reverse.exp: Likewise.
19179 * gdb.mi/mi-simplerun.exp: Likewise.
19180 * gdb.mi/mi-stepn.exp: Likewise.
19181 * gdb.mi/mi-syn-frame.exp: Likewise.
19182 * gdb.mi/mi-until.exp: Likewise.
19183 * gdb.mi/mi-var-cp.exp: Likewise.
19184 * gdb.mi/mi-var-display.exp: Likewise.
19185 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19186 * gdb.mi/mi2-var-child.exp: Likewise.
19187 * gdb.mi/mi-vla-c99.exp: Likewise.
19188 * lib/mi-support.exp: Likewise.
19189
19190 From Ian Lance Taylor <iant@cygnus.com>:
19191 * lib/gdb.exp (parse_args): New procedure.
19192
19193 2014-04-23 Pedro Alves <palves@redhat.com>
19194
19195 * gdb.base/break-unload-file.c: New file.
19196 * gdb.base/break-unload-file.exp: New file.
19197 * gdb.base/sym-file-lib.c (baz): New function.
19198 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19199 field.
19200 (load): Store the segment's mapped size.
19201 (unload): New function.
19202 (unload_shlib): New function.
19203 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19204 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19205 set a breakpoint at baz, and call it.
19206 * gdb.base/sym-file.exp: New tests for stale breakpoint
19207 instructions.
19208
19209 2014-04-23 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19212 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19213 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19214 * gdb.base/hbreak-unmapped.c: New file.
19215 * gdb.base/hbreak-unmapped.exp: New file.
19216 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19217 * lib/gdb.exp (gdb_is_target_remote): ... here.
19218
19219 2014-04-22 Pedro Alves <palves@redhat.com>
19220
19221 * gdb.base/consecutive-step-over.c: New file.
19222 * gdb.base/consecutive-step-over.exp: New file.
19223
19224 2014-04-22 Pedro Alves <palves@redhat.com>
19225
19226 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19227 instead of send_gdb/gdb_expect.
19228
19229 2014-04-22 Yao Qi <yao@codesourcery.com>
19230
19231 * lib/trace-support.exp (generate_tracefile): New procedure.
19232 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19233 return 0.
19234 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19235 if generate_tracefile returns 1.
19236
19237 2014-04-18 Tom Tromey <palves@redhat.com>
19238 Pedro alves <tromey@redhat.com>
19239
19240 PR backtrace/15558
19241 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19242 with a backtrace limit.
19243 * gdb.python/py-frame-inline.exp: Test running to an inline
19244 function with a backtrace limit, and printing the newest frame.
19245 * gdb.python/py-frame-inline.c (main): Call f.
19246
19247 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19248
19249 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19250
19251 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19252
19253 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19254 Drop prefix from unsupported source file path.
19255
19256 2014-04-17 Yao Qi <yao@codesourcery.com>
19257
19258 * lib/gdb.exp (with_target_charset): New proc.
19259 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19260 with_target_charset.
19261 (test_print_strings): Likewise.
19262 (test_repeat_bytes): Likewise.
19263 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19264 for some tests.
19265
19266 2014-04-16 Keith Seitz <keiths@redhat.com>
19267
19268 PR gdb/15827
19269 * gdb.dwarf2/corrupt.c: New file.
19270 * gdb.dwarf2/corrupt.exp: New file.
19271
19272 2014-04-16 Keith Seitz <keiths@redhat.com>
19273
19274 PR c++/16597
19275 * gdb.cp/namelessclass.cc: New file.
19276 * gdb.cp/namelessclass.exp: New file.
19277 * gdb.cp/namelessclass.S: New file.
19278
19279 2014-04-16 Doug Evans <dje@google.com>
19280
19281 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19282 Add comment.
19283 (gdbserver_default_get_comm_port): New function.
19284 (gdbserver_start): Check if board file provided
19285 "gdbserver,get_comm_port" and use it if so.
19286 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19287 (gdb,socketport): Set to "stdio".
19288 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19289 (stdio_gdbserver_template): Delete.
19290 (${board}_get_remote_address): Update.
19291 (${board}_build_remote_cmd): Delete.
19292 (${board}_get_comm_port): New function.
19293 (${board}_spawn): Update.
19294 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19295 Delete.
19296 (${board}_get_remote_address): Update.
19297 (${board}_get_comm_port): New function.
19298
19299 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19300
19301 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19302 appearing in any order.
19303
19304 2014-04-15 Doug Evans <dje@google.com>
19305
19306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19307 uninitialized value of "description".
19308
19309 2014-04-15 Keith Seitz <keiths@redhat.com>
19310
19311 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19312 Remove unused globals.
19313 (test_running_the_program): Likewise.
19314 (test_controlled_execution): Likewise.
19315 (test_controlling_breakpoints): Likewise.
19316 (test_program_termination): Likewise.
19317
19318 2014-04-15 Keith Seitz <keiths@redhat.com>
19319
19320 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19321 unused globals.
19322 (test_rbreak_creation_and_listing): Likewise.
19323 (test_ignore_count): Likewise.
19324 (test_error): Likewise.
19325
19326 2014-04-15 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19329 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19330 sym-file-loader.c.
19331 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19332 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19333 to sym-file-loader.c.
19334 (struct library): Forward declare.
19335 (load_shlib, lookup_function): Change prototypes.
19336 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19337 (translate_offset): Remove declarations.
19338 (get_text_addr): New declaration.
19339 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19340 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19341 sym-file-loader.h.
19342 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19343 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19344 here from sym-file-loader.h.
19345 (struct library): New structure.
19346 (load_shlib, lookup_function): Change prototypes and adjust to
19347 work with a struct library.
19348 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19349 (translate_offset): Make static.
19350 (get_text_addr): New function.
19351 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19352
19353 2014-04-15 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19356
19357 2014-04-15 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.base/sym-file-loader.c: Include <limits.h>.
19360 (SELF_LINK): New define.
19361 (get_origin): New function.
19362 (load_shlib): Use it.
19363 * gdb.base/sym-file.exp: Don't early return if the target is
19364 remote. Use runto_main, and issue fail is that fails. Use
19365 gdb_load_shlibs.
19366 (shlib_name): Delete.
19367 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19368
19369 2014-04-15 Pedro Alves <palves@redhat.com>
19370
19371 * gdb.base/sym-file.exp: Remove regex characters from test
19372 message. Don't refer to breakpoint numbers in test messages.
19373
19374 2014-04-14 Keith Seitz <keiths@redhat.com>
19375
19376 PR c++/16253
19377 * gdb.cp/var-tag.cc: New file.
19378 * gdb.cp/var-tag.exp: New file.
19379 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19380 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19381 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19382 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19383
19384 2014-04-14 Tom Tromey <tromey@redhat.com>
19385
19386 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19387 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19388 type.
19389 * gdb.cp/enum-class.exp: New file.
19390 * gdb.cp/enum-class.cc: New file.
19391
19392 2014-04-14 Tom Tromey <tromey@redhat.com>
19393
19394 * gdb.dwarf2/enum-type.exp: New file.
19395
19396 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19397
19398 * gdb.mi/mi-vla-c99.exp: New file.
19399 * gdb.mi/vla.c: New file.
19400
19401 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19402
19403 * gdb.base/vla-datatypes.c: New file.
19404 * gdb.base/vla-datatypes.exp: New file.
19405
19406 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19407
19408 * gdb.base/vla-ptr.c: New file.
19409 * gdb.base/vla-ptr.exp: New file.
19410
19411 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19412
19413 * gdb.dwarf2/count.exp: New file.
19414
19415 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19416
19417 * gdb.base/vla-sideeffect.c: New file.
19418 * gdb.base/vla-sideeffect.exp: New file.
19419
19420 2014-04-14 David Blaikie <dblaikie@gmail.com>
19421
19422 * gdb.mi/non-stop.c: Add return value for non-void function return
19423 statement.
19424 * gdb.threads/staticthreads.c: Ditto.
19425
19426 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19427 Doug Evans <xdje42@gmail.com>
19428
19429 * gdb.guile/scm-value.c: Improve test case.
19430 * gdb.guile/scm-value.exp: Add new test.
19431
19432 2014-04-11 David Blaikie <dblaikie@gmail.com>
19433
19434 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19435 override Clang's default.
19436
19437 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19438
19439 Revert the following changes (regressions):
19440
19441 * gdb.base/vla-sideeffect.c: New file.
19442 * gdb.base/vla-sideeffect.exp: New file.
19443
19444 * gdb.dwarf2/count.exp: New file.
19445
19446 * gdb.base/vla-multi.c: New file.
19447 * gdb.base/vla-multi.exp: New file.
19448
19449 * gdb.base/vla-ptr.c: New file.
19450 * gdb.base/vla-ptr.exp: New file.
19451
19452 * gdb.base/vla-datatypes.c: New file.
19453 * gdb.base/vla-datatypes.exp: New file.
19454
19455 * gdb.mi/mi-vla-c99.exp: New file.
19456 * gdb.mi/vla.c: New file.
19457
19458 2014-04-11 Keith Seitz <keiths@redhat.com>
19459
19460 PR c++/16675
19461 * gdb.cp/cpsizeof.exp: New file.
19462 * gdb.cp/cpsizeof.cc: New file.
19463
19464 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19465
19466 * gdb.mi/mi-vla-c99.exp: New file.
19467 * gdb.mi/vla.c: New file.
19468
19469 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19470
19471 * gdb.base/vla-datatypes.c: New file.
19472 * gdb.base/vla-datatypes.exp: New file.
19473
19474 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19475
19476 * gdb.base/vla-ptr.c: New file.
19477 * gdb.base/vla-ptr.exp: New file.
19478
19479 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19480
19481 * gdb.base/vla-multi.c: New file.
19482 * gdb.base/vla-multi.exp: New file.
19483
19484 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19485
19486 * gdb.dwarf2/count.exp: New file.
19487
19488 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19489
19490 * gdb.base/vla-sideeffect.c: New file.
19491 * gdb.base/vla-sideeffect.exp: New file.
19492
19493 2014-04-11 Yao Qi <yao@codesourcery.com>
19494
19495 * gdb.base/completion.exp: Check file exists before running tests
19496 on file completion.
19497
19498 2014-04-10 Pedro Alves <palves@redhat.com>
19499
19500 * gdb.base/cond-eval-mode.c: New file.
19501 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19502 prepare_for_testing to build the new file. Check result of
19503 runto_main.
19504 (test_break, test_watch): New procedures.
19505 (top level): Use them.
19506
19507 2014-04-08 Pierre Muller <muller@sourceware.org>
19508
19509 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19510 Ctrl-V use for mingw hosts.
19511
19512 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19513
19514 * gdb.python/py-value.c: Improve test case.
19515 * gdb.python/py-value.exp: Add new test.
19516
19517 2014-04-07 David Blaikie <dblaikie@gmail.com>
19518
19519 * lib/compiler.c: Identify the clang compiler.
19520 * lib/compiler.cc: Ditto.
19521
19522 2014-04-03 Yao Qi <yao@codesourcery.com>
19523
19524 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19525
19526 2014-04-01 Anton Blanchard <anton@samba.org>
19527
19528 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19529 messages unique.
19530
19531 2014-04-01 Anton Blanchard <anton@samba.org>
19532
19533 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19534 prepare_for_testing.
19535
19536 2014-04-01 Anton Blanchard <anton@samba.org>
19537
19538 * gdb.arch/ppc64-atomic-inst.c: Remove.
19539 * gdb.arch/ppc64-atomic-inst.S: New file.
19540 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19541
19542 2014-03-31 Doug Evans <dje@google.com>
19543
19544 * gdb.base/print-symbol-loading-lib.c: New file.
19545 * gdb.base/print-symbol-loading-main.c: New file.
19546 * gdb.base/print-symbol-loading.exp: New file.
19547
19548 2014-03-31 Yao Qi <yao@codesourcery.com>
19549
19550 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19551
19552 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19553
19554 * gdb.ada/mi_dyn_arr: New testcase.
19555
19556 2014-03-27 Doug Evans <dje@google.com>
19557
19558 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19559
19560 2014-03-27 Yao Qi <yao@codesourcery.com>
19561
19562 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19563 if target is nios2-*-*.
19564
19565 2014-03-26 Yao Qi <yao@codesourcery.com>
19566
19567 * lib/gdb.exp (readline_is_used): New proc.
19568 * gdb.base/completion.exp: Move tests on command complete up.
19569 Skip the rest of tests if readline is not used.
19570 * gdb.ada/complete.exp: Skp the test if readline is not
19571 used.
19572 * gdb.base/filesym.exp: Likewise.
19573 * gdb.base/macscp.exp: Likewise.
19574 * gdb.base/readline-ask.exp: Likewise.
19575 * gdb.base/readline.exp: Likewise.
19576 * gdb.python/py-cmd.exp: Likewise.
19577 * gdb.trace/tfile.exp: Likewise.
19578
19579 2014-03-26 Yao Qi <yao@codesourcery.com>
19580
19581 * gdb.base/macscp.exp: Fix code format issues.
19582
19583 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19584
19585 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19586 * gdb.asm/powerpc64le.inc: New file.
19587
19588 2014-03-25 Pedro Alves <palves@redhat.com>
19589 Doug Evans <dje@google.com>
19590
19591 * gdb.base/source-execution.c: New file.
19592 * gdb.base/source-execution.exp: New file.
19593 * gdb.base/source-execution.gdb: New file.
19594
19595 2014-03-24 Doug Evans <dje@google.com>
19596
19597 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19598 using fission.
19599
19600 2014-03-24 Hui Zhu <hui@codesourcery.com>
19601 Pedro Alves <palves@redhat.com>
19602
19603 PR breakpoints/16101
19604 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19605 test pass/fail messages. Detect missing support for dprintf when
19606 breakpoints are actually inserted.
19607 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19608 breakpoints are actually inserted.
19609 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19610 fails.
19611
19612 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19613
19614 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19615
19616 2014-03-22 Doug Evans <xdje42@gmail.com>
19617
19618 * gdb.python/python.exp (python not supported): Verify multi-line
19619 python command issues an error.
19620 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19621 guile command issues an error.
19622
19623 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19624
19625 * gdb.threads/thread-specific.exp: Handle the lack of usable
19626 $this_breakpoint and $this_thread.
19627
19628 2014-03-21 Hui Zhu <hui@codesourcery.com>
19629
19630 * gdb.base/attach.exp (do_command_attach_tests): New.
19631
19632 2014-03-20 Tom Tromey <tromey@redhat.com>
19633 Pedro Alves <palves@redhat.com>
19634
19635 PR cli/15718
19636 * gdb.base/condbreak-call-false.c: New file.
19637 * gdb.base/condbreak-call-false.exp: New file.
19638
19639 2014-03-20 Pedro Alves <palves@redhat.com>
19640
19641 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19642 Delete.
19643 (block_signals, unblock_signals): Delete.
19644 (child_function_2, main): Remove references to deleted variable
19645 and functions.
19646
19647 2014-03-20 Pedro Alves <palves@redhat.com>
19648
19649 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19650 Use pthread_kill to signal thread 2.
19651 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19652 Adjust to make the test send itself a signal rather than using the
19653 host's "kill" command.
19654
19655 2014-03-20 Pedro Alves <palves@redhat.com>
19656
19657 * gdb.threads/multiple-step-overs.c: New file.
19658 * gdb.threads/multiple-step-overs.exp: New file.
19659 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19660 Adjust expected infrun debug output.
19661
19662 2014-03-20 Pedro Alves <palves@redhat.com>
19663
19664 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19665 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19666
19667 2014-03-20 Pedro Alves <palves@redhat.com>
19668
19669 PR breakpoints/7143
19670 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19671 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19672 of gdb_test_multiple.
19673 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19674 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19675
19676 2014-03-20 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19679 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19680
19681 2014-03-19 Pedro Alves <palves@redhat.com>
19682
19683 * gdb.base/async.exp: Remove early return.
19684
19685 2014-03-19 Pedro Alves <palves@redhat.com>
19686
19687 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19688
19689 2014-03-19 Pedro Alves <palves@redhat.com>
19690
19691 * gdb.base/async.exp (test_background): Expect \r\n after
19692 "completed." in the fail pattern.
19693
19694 2014-03-19 Pedro Alves <palves@redhat.com>
19695
19696 * gdb.base/async.exp (test_background): New procedure.
19697 Use it for all background execution command tests.
19698
19699 2014-03-19 Pedro Alves <palves@redhat.com>
19700
19701 * gdb.base/async.exp: Use prepare_for_testing.
19702
19703 2014-03-19 Pedro Alves <palves@redhat.com>
19704
19705 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19706 the same line.
19707
19708 2014-03-19 Pedro Alves <palves@redhat.com>
19709
19710 * gdb.base/async.c (main): Add "jump here" and "until here" line
19711 marker comments.
19712 * gdb.base/async.exp (jump_here): New global.
19713 (jump& test): Use it.
19714 (until_here): New global.
19715 (until& test): Use it.
19716
19717 2014-03-19 Pedro Alves <palves@redhat.com>
19718
19719 * gdb.base/async.exp: Don't frob gdb_protocol.
19720
19721 2014-03-18 Doug Evans <xdje42@gmail.com>
19722
19723 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19724 Fix spelling of exec-done-display.
19725
19726 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19727
19728 PR gdb/15358
19729 * gdb.base/gdb-sigterm.c: New file.
19730 * gdb.base/gdb-sigterm.exp: New file.
19731
19732 2014-03-18 Pedro Alves <palves@redhat.com>
19733
19734 PR gdb/13860
19735 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19736 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19737 solib-event.
19738
19739 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19740
19741 * gdb.ada/pckd_arr_ren: New testcase.
19742
19743 2014-03-13 Doug Evans <xdje42@gmail.com>
19744
19745 PR guile/16612
19746 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19747 collect after discarding symbols.
19748
19749 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19750 Doug Evans <xdje42@gmail.com>
19751
19752 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19753 to history survives a gc.
19754
19755 2014-03-13 Pedro Alves <palves@redhat.com>
19756
19757 * gdb.base/default.exp: Don't test "target procfs".
19758
19759 2014-03-13 Pedro Alves <palves@redhat.com>
19760
19761 * gdb.base/default.exp: Update "target child" and "target procfs"
19762 tests to not expect "Unix".
19763
19764 2014-03-12 Tom Tromey <tromey@redhat.com>
19765
19766 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19767 New procs. Add target-async tests.
19768 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19769 Add target-async tests.
19770
19771 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19772
19773 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19774 'func_start' and 'func_end' for the beginning and end of the
19775 function code, respectively.
19776 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19777 'func_end' instead of 'func' and 'main'.
19778
19779 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19780
19781 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19782 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19783 generate the debug info assembler source.
19784
19785 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19786
19787 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19788 * gdb.dwarf2/arr-subrange.exp: Likewise.
19789 * gdb.dwarf2/dwz.exp: Likewise.
19790 * gdb.dwarf2/method-ptr.exp: Likewise.
19791 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19792 * gdb.dwarf2/subrange.exp: Likewise.
19793 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19794 * gdb.dwarf2/implptrpiece.exp: Likewise.
19795 * gdb.dwarf2/nostaticblock.exp: Likewise.
19796
19797 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19798
19799 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19800 directory to absolute path name arguments.
19801
19802 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19803
19804 * gdb.ada/tagged_access: New testcase.
19805
19806 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19807
19808 * gdb.btrace/data.exp: Update expected output.
19809
19810 2014-03-06 Yao Qi <yao@codesourcery.com>
19811
19812 * gdb.trace/pr16508.exp: New file.
19813
19814 2014-03-05 Pedro Alves <palves@redhat.com>
19815
19816 PR gdb/16575
19817 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19818 procedure.
19819 (top level): Adjust to use it. Add tests that exercise breakpoint
19820 interaction with the code-cache.
19821
19822 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19823
19824 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19825 test for 'history-append!'.
19826
19827 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19828
19829 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19830 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19831 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19832 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19833 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19834 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19835
19836 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19837
19838 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19839 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19840 * testsuite/gdb.python/py-pp-re-notag.p: New file.
19841
19842 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19843
19844 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
19845
19846 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19847
19848 * gdb.dwarf2/arr-stride.c: New file.
19849 * gdb.dwarf2/arr-stride.exp: New file.
19850
19851 2014-02-26 Pedro Alves <palves@redhat.com>
19852
19853 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
19854 that won't ever trigger. Make sure that GDB reports the correct
19855 breakpoint that caused the stop.
19856
19857 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19858
19859 PR gdb/16626
19860 * gdb.base/auto-load-script: New file.
19861 * gdb.base/auto-load.c: New file.
19862 * gdb.base/auto-load.exp: New file.
19863
19864 PR gdb/16626
19865 * gdb.base/auto-load.exp: Fix out-of-srctree run.
19866
19867 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19868
19869 Fix dw2-icycle.exp -fsanitize=address GDB crash.
19870 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
19871
19872 2014-02-24 Doug Evans <dje@google.com>
19873
19874 * lib/gdb.exp (run_on_host): Log error output if program fails.
19875
19876 2014-02-21 Pedro Alves <palves@redhat.com>
19877
19878 * gdb.threads/step-after-sr-lock.c: Rename to ...
19879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
19880 * gdb.threads/step-after-sr-lock.exp: Rename to ...
19881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19882 ... this.
19883
19884 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
19885
19886 PR tdep/16397
19887 * gdb.arch/amd64-stap-special-operands.exp: New file.
19888 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
19889 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
19890 * gdb.arch/amd64-stap-triplet.S: Likewise.
19891 * gdb.arch/amd64-stap-triplet.c: Likewise.
19892
19893 2014-02-20 Joel Brobecker <brobecker@adacore.com>
19894
19895 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
19896 in .section pseudo-op.
19897
19898 2014-02-20 lin zuojian <manjian2006@gmail.com>
19899 Joel Brobecker <brobecker@adacore.com>
19900 Doug Evans <xdje42@gmail.com>
19901
19902 PR symtab/16581
19903 * gdb.dwarf2/dw2-icycle.S: New file.
19904 * gdb.dwarf2/dw2-icycle.c: New file.
19905 * gdb.dwarf2/dw2-icycle.exp: New file.
19906
19907 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
19908
19909 * gdb.python/py-value-cc.cc: Improve test case to enable testing
19910 operations on gdb.Value objects.
19911 * gdb.python/py-value-cc.exp: Add new test to test operations on
19912 gdb.Value objects.
19913
19914 2014-02-18 Doug Evans <dje@google.com>
19915
19916 * Makefile.in (TESTS): New variable.
19917 (expanded_tests, expanded_tests_or_none): New variables
19918 (check-single): Pass $(expanded_tests_or_none) to runtest.
19919 (check-parallel): Only run tests in $(TESTS) if non-empty.
19920 (check/no-matching-tests-found): New rule.
19921 * README: Document TESTS makefile variable.
19922
19923 2014-02-18 Doug Evans <dje@google.com>
19924
19925 * Makefile.in (check-parallel): rm -rf outputs temp.
19926
19927 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19928
19929 Fix "ERROR: no fileid for" in the testsuite.
19930 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
19931
19932 2014-02-12 Doug Evans <dje@google.com>
19933
19934 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
19935 (MISCELLANEOUS): New variable.
19936 (clean): rm -rf $(MISCELLANEOUS).
19937 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
19938 dwp live in the same directory as symlinks, with each symlink pointed
19939 to a differently named file in a different directory.
19940
19941 2014-02-11 Doug Evans <dje@google.com>
19942
19943 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
19944 of Tcl file commands.
19945
19946 2014-02-10 Mark Kettenis <kettenis@gnu.org>
19947
19948 * gdb.threads/step-after-sr-lock.exp: Avoid executing
19949 "kill -SIGUSR1 -1".
19950
19951 2014-02-10 Joel Brobecker <brobecker@adacore.com>
19952
19953 * gdb.ada/tick_length_array_enum_idx: New testcase.
19954
19955 2014-02-10 Doug Evans <xdje42@gmail.com>
19956
19957 * configure.ac (AC_OUTPUT): Add gdb.guile.
19958 * configure: Regenerate.
19959 * lib/gdb-guile.exp: New file.
19960 * lib/gdb.exp (get_target_charset): New function.
19961 * gdb.base/help.exp: Update expected output from "apropos apropos".
19962 * gdb.guile/Makefile.in: New file.
19963 * gdb.guile/guile.exp: New file.
19964 * gdb.guile/scm-arch.c: New file.
19965 * gdb.guile/scm-arch.exp: New file.
19966 * gdb.guile/scm-block.c: New file.
19967 * gdb.guile/scm-block.exp: New file.
19968 * gdb.guile/scm-breakpoint.c: New file.
19969 * gdb.guile/scm-breakpoint.exp: New file.
19970 * gdb.guile/scm-disasm.c: New file.
19971 * gdb.guile/scm-disasm.exp: New file.
19972 * gdb.guile/scm-equal.c: New file.
19973 * gdb.guile/scm-equal.exp: New file.
19974 * gdb.guile/scm-error.exp: New file.
19975 * gdb.guile/scm-error.scm: New file.
19976 * gdb.guile/scm-frame-args.c: New file.
19977 * gdb.guile/scm-frame-args.exp: New file.
19978 * gdb.guile/scm-frame-args.scm: New file.
19979 * gdb.guile/scm-frame-inline.c: New file.
19980 * gdb.guile/scm-frame-inline.exp: New file.
19981 * gdb.guile/scm-frame.c: New file.
19982 * gdb.guile/scm-frame.exp: New file.
19983 * gdb.guile/scm-generics.exp: New file.
19984 * gdb.guile/scm-gsmob.exp: New file.
19985 * gdb.guile/scm-iterator.c: New file.
19986 * gdb.guile/scm-iterator.exp: New file.
19987 * gdb.guile/scm-math.c: New file.
19988 * gdb.guile/scm-math.exp: New file.
19989 * gdb.guile/scm-objfile-script-gdb.in: New file.
19990 * gdb.guile/scm-objfile-script.c: New file.
19991 * gdb.guile/scm-objfile-script.exp: New file.
19992 * gdb.guile/scm-objfile.c: New file.
19993 * gdb.guile/scm-objfile.exp: New file.
19994 * gdb.guile/scm-ports.exp: New file.
19995 * gdb.guile/scm-pretty-print.c: New file.
19996 * gdb.guile/scm-pretty-print.exp: New file.
19997 * gdb.guile/scm-pretty-print.scm: New file.
19998 * gdb.guile/scm-section-script.c: New file.
19999 * gdb.guile/scm-section-script.exp: New file.
20000 * gdb.guile/scm-section-script.scm: New file.
20001 * gdb.guile/scm-symbol.c: New file.
20002 * gdb.guile/scm-symbol.exp: New file.
20003 * gdb.guile/scm-symtab-2.c: New file.
20004 * gdb.guile/scm-symtab.c: New file.
20005 * gdb.guile/scm-symtab.exp: New file.
20006 * gdb.guile/scm-type.c: New file.
20007 * gdb.guile/scm-type.exp: New file.
20008 * gdb.guile/scm-value-cc.cc: New file.
20009 * gdb.guile/scm-value-cc.exp: New file.
20010 * gdb.guile/scm-value.c: New file.
20011 * gdb.guile/scm-value.exp: New file.
20012 * gdb.guile/source2.scm: New file.
20013 * gdb.guile/types-module.cc: New file.
20014 * gdb.guile/types-module.exp: New file.
20015
20016 2014-02-10 Yao Qi <yao@codesourcery.com>
20017
20018 PR testsuite/16543
20019 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20020 * configure: Regenerated.
20021 * Makefile.in: New file.
20022
20023 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20024
20025 * gdb.python/py-framefilter.exp: Fix typo.
20026
20027 2014-02-08 Yao Qi <yao@codesourcery.com>
20028
20029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20030 that no =breakpoint-modified is emitted when breakpoints are
20031 modified through MI commands.
20032
20033 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20034 Pedro Alves <palves@redhat.com>
20035
20036 * gdb.threads/step-after-sr-lock.c: New file.
20037 * gdb.threads/step-after-sr-lock.exp: New file.
20038
20039 2014-02-07 Pedro Alves <palves@redhat.com>
20040
20041 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20042
20043 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20044
20045 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20046 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20047
20048 2014-02-06 Doug Evans <xdje42@gmail.com>
20049
20050 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20051 output.
20052
20053 * gdb.gdb/python-interrupts.exp: New file.
20054
20055 2014-02-05 Yao Qi <yao@codesourcery.com>
20056
20057 * gdb.trace/report.exp (use_collected_data): Test the output
20058 of "info threads" and "info inferiors".
20059
20060 2014-02-05 Yao Qi <yao@codesourcery.com>
20061
20062 Revert this patch:
20063
20064 2013-05-24 Yao Qi <yao@codesourcery.com>
20065
20066 * gdb.trace/tfile.exp: Test inferior and thread.
20067
20068 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20069
20070 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20071 on a function.
20072 * gdb.base/step-bt.c: Call hello via function pointer to make
20073 sure its first instruction is executed on powerpc64le-linux.
20074
20075 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20076
20077 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20078
20079 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20080
20081 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20082 of the test patterns for use on little-endian systems.
20083
20084 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20085
20086 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20087 (decimal_vector): Fix for little-endian.
20088
20089 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20090
20091 * gdb.arch/sparc-sysstep.exp: New file.
20092 * gdb.arch/sparc-sysstep.c: Likewise.
20093
20094 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20095
20096 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20097
20098 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20099
20100 2014-01-23 Tom Tromey <tromey@redhat.com>
20101
20102 * gdb.ada/array_char_idx: New testcase.
20103
20104 2014-01-23 Tom Tromey <tromey@redhat.com>
20105
20106 PR python/16487:
20107 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20108 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20109 classes.
20110
20111 2014-01-23 Tom Tromey <tromey@redhat.com>
20112
20113 PR python/16491:
20114 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20115 string from an inferior frame.
20116 * gdb.python/py-framefilter-mi.exp: Update.
20117
20118 2014-01-22 Doug Evans <dje@google.com>
20119
20120 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20121
20122 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20123
20124 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20125
20126 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20127
20128 * gdb.trace/entry-values.exp: Remove excess space character from
20129 regex patterns. Handle s390 call instruction.
20130
20131 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20132
20133 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20134 define "*_start" label. Make "name" static.
20135 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20136 ${name} by references to ${name}_start.
20137
20138 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20139
20140 * gdb.base/info-macros.exp: Remove "debug" from the compile
20141 options.
20142
20143 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20144
20145 * gdb.dlang/demangle.exp: New file.
20146
20147 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20148
20149 * gdb.dlang/primitive-types.exp: New file.
20150
20151 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20152
20153 * configure.ac: Create gdb.dlang/Makefile.
20154 * configure: Regenerate.
20155 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20156 * gdb.dlang/Makefile.in: New file.
20157 * lib/d-support.exp: New file.
20158 * lib/gdb.exp (skip_d_tests): New proc.
20159
20160 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20161
20162 * gdb.btrace/delta.exp: Check reverse stepi.
20163 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20164 * gdb.btrace/finish.exp: New.
20165 * gdb.btrace/next.exp: New.
20166 * gdb.btrace/nexti.exp: New.
20167 * gdb.btrace/record_goto.c: Add comments.
20168 * gdb.btrace/step.exp: New.
20169 * gdb.btrace/stepi.exp: New.
20170 * gdb.btrace/multi-thread-step.c: New.
20171 * gdb.btrace/multi-thread-step.exp: New.
20172 * gdb.btrace/rn-dl-bind.c: New.
20173 * gdb.btrace/rn-dl-bind.exp: New.
20174 * gdb.btrace/data.c: New.
20175 * gdb.btrace/data.exp: New.
20176 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20177
20178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20179
20180 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20181 * gdb.btrace/exception.exp: Update.
20182 * gdb.btrace/instruction_history.exp: Update.
20183 * gdb.btrace/record_goto.exp: Update.
20184 * gdb.btrace/tailcall.exp: Update.
20185 * gdb.btrace/unknown_functions.exp: Update.
20186 * gdb.btrace/delta.exp: New.
20187
20188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20189
20190 * gdb.btrace/record_goto.exp: Add backtrace test.
20191 * gdb.btrace/tailcall.exp: Add backtrace test.
20192
20193 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20194
20195 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20196 * gdb.btrace/record_goto.c: New.
20197 * gdb.btrace/record_goto.exp: New.
20198 * gdb.btrace/x86-record_goto.S: New.
20199
20200 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20201
20202 * gdb.btrace/function_call_history.exp: Update tests.
20203 * gdb.btrace/instruction_history.exp: Update tests.
20204
20205 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20206
20207 * gdb.btrace/function_call_history.exp: Fix expected field
20208 order for "record function-call-history".
20209 Add new tests for "record function-call-history /c".
20210 * gdb.btrace/exception.cc: New.
20211 * gdb.btrace/exception.exp: New.
20212 * gdb.btrace/tailcall.exp: New.
20213 * gdb.btrace/x86-tailcall.S: New.
20214 * gdb.btrace/x86-tailcall.c: New.
20215 * gdb.btrace/unknown_functions.c: New.
20216 * gdb.btrace/unknown_functions.exp: New.
20217 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20218
20219 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20220
20221 * gdb.btrace/instruction_history.exp: Update.
20222 * gdb.btrace/function_call_history.exp: Update.
20223
20224 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20225
20226 * gdb.btrace/function_call_history.exp: Fix expected function
20227 trace.
20228 * gdb.btrace/instruction_history.exp: Initialize traced.
20229 Remove traced_functions.
20230
20231 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20232
20233 * gdb.btrace/function_call_history.exp: Update
20234 * gdb.btrace/instruction_history.exp: Update.
20235
20236 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20237
20238 * gdb.btrace/enable.exp: Update expected text.
20239
20240 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20241
20242 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20243 bytes.
20244
20245 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20246
20247 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20248
20249 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20250
20251 * lib/gdb.exp (supports_process_record): Return true for
20252 arm*-linux*. (supports_reverse): Likewise.
20253
20254 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20255
20256 PR python/15464
20257 PR python/16113
20258 * gdb.python/py-type.c: Enhance test case.
20259 * gdb.python/py-value-cc.cc: Likewise
20260 * gdb.python/py-type.exp: Add new tests.
20261 * gdb.python/py-value-cc.exp: Likewise
20262
20263 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20264 Pedro Alves <palves@redhat.com>
20265
20266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20267 Make "name" extern.
20268 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20269 references to ${name}_start by references to ${name}.
20270
20271 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20272
20273 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20274
20275 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20276
20277 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20278
20279 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20280 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.mi/mi-info-os.exp: Connect to the target with
20283 mi_gdb_target_load.
20284
20285 2014-01-08 Pedro Alves <palves@redhat.com>
20286
20287 * gdb.threads/reconnect-signal.c: New file.
20288 * gdb.threads/reconnect-signal.exp: New file.
20289
20290 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20291
20292 * gdb.base/source-dir.exp: New file.
20293
20294 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20295
20296 * gdb.ada/mi_interface: New testcase.
20297
20298 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20299
20300 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20301 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20302 gdb.ada/pp-rec-component/pck.ads: New files.
20303
20304 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20305
20306 * gdb.python/py-pp-integral.c: New file.
20307 * gdb.python/py-pp-integral.py: New file.
20308 * gdb.python/py-pp-integral.exp: New file.
20309
20310 For older changes see ChangeLog-1993-2013.
20311 \f
20312 ;; Local Variables:
20313 ;; mode: change-log
20314 ;; left-margin: 8
20315 ;; fill-column: 74
20316 ;; version-control: never
20317 ;; End:
20318
20319 Copyright 2014-2020 Free Software Foundation, Inc.
20320 Copying and distribution of this file, with or without modification,
20321 are permitted provided the copyright notice and this notice are preserved.
This page took 0.455846 seconds and 4 git commands to generate.