Make gdb.base/corefile.exp work on terminals with few rows
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * lib/gdb.exp (default_gdb_start): Don't match pagination
4 prompt.
5 (gdb_init): Set stty_init.
6
7 2019-01-27 Tom Tromey <tom@tromey.com>
8
9 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
10 skip_python_tests.
11
12 2019-01-24 Alan Hayward <alan.hayward@arm.com>
13
14 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
15 New structure.
16 (struct struct_static_02_02): Likewise.
17 (struct struct_static_02_03): Likewise.
18 (struct struct_static_02_04): Likewise.
19 (struct struct_static_04_01): Likewise.
20 (struct struct_static_04_02): Likewise.
21 (struct struct_static_04_03): Likewise.
22 (struct struct_static_04_04): Likewise.
23 (struct struct_static_06_01): Likewise.
24 (struct struct_static_06_02): Likewise.
25 (struct struct_static_06_03): Likewise.
26 (struct struct_static_06_04): Likewise.
27 (cmp_struct_static_02_01): Likewise.
28 (cmp_struct_static_02_02): Likewise.
29 (cmp_struct_static_02_03): Likewise.
30 (cmp_struct_static_02_04): Likewise.
31 (cmp_struct_static_04_01): Likewise.
32 (cmp_struct_static_04_02): Likewise.
33 (cmp_struct_static_04_03): Likewise.
34 (cmp_struct_static_04_04): Likewise.
35 (cmp_struct_static_06_01): Likewise.
36 (cmp_struct_static_06_02): Likewise.
37 (cmp_struct_static_06_03): Likewise.
38 (cmp_struct_static_06_04): Likewise.
39 (call_all): Test new structs.
40 * gdb.base/infcall-nested-structs.exp: Likewise.
41
42 2019-01-21 Alan Hayward <alan.hayward@arm.com>
43 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
44
45 2019-01-21 Alan Hayward <alan.hayward@arm.com>
46 * gdb.base/stack-protector.c: New test.
47 * gdb.base/stack-protector.exp: New file.
48 * gdb.cp/ovldbreak.exp: Only allow a single break line.
49 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
50 option.
51 (gdb_compile): Remove stack protector for GCC and prevent
52 recursion.
53
54 2019-01-16 Keith Seitz <keiths@redhat.com>
55
56 PR gdb/23773
57 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
58
59 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
60
61 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
62 aliases.
63 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
64 tests.
65 * gdb.arch/powerpc-vector-regs.c: New file.
66 * gdb.arch/powerpc-vector-regs.exp: New file.
67
68 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
69
70 * gdb.arch/altivec-regs.exp: Fix the list passed to
71 gdb_expect_list when testing "info vector".
72
73 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.base/style.exp: Don't include path in testname.
76
77 2019-01-10 Keith Seitz <keiths@redhat.com>
78
79 PR gdb/23712
80 PR symtab/23010
81 * gdb.dwarf2/multidictionary.exp: New file.
82
83 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
84
85 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
86 (test_gnuv3_style_demangling): ... this.
87 (test_lucid_style_demangling): Remove.
88 (test_arm_style_demangling): Remove.
89 (test_hp_style_demangling): Remove.
90 (do_tests): Remove calls to the above.
91
92 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
95 case.
96
97 2019-01-06 Tom Tromey <tom@tromey.com>
98
99 PR gdb/28155:
100 * gdb.dwarf2/typedef-void-finish.exp: New file.
101
102 2018-12-28 Tom Tromey <tom@tromey.com>
103 Simon Marchi <simark@simark.ca>
104
105 * gdb.base/jit-exec.exp: New file.
106 * gdb.base/jit-exec.c: New file.
107 * gdb.base/jit-execd.c: New file.
108
109 2018-12-28 Tom Tromey <tom@tromey.com>
110
111 * gdb.base/style.exp: Update test to check for address styling.
112
113 2018-12-28 Tom Tromey <tom@tromey.com>
114
115 * gdb.base/style.exp: Add test for styling of "Reading symbols"
116 message.
117
118 2018-12-28 Tom Tromey <tom@tromey.com>
119
120 * gdb.base/style.exp: Add test for version number styling.
121
122 2018-12-28 Tom Tromey <tom@tromey.com>
123
124 * gdb.base/style.exp: Add test for print_address_symbolic.
125
126 2018-12-28 Tom Tromey <tom@tromey.com>
127
128 * gdb.base/style.exp: Add test for breakpoint setting.
129
130 2018-12-28 Tom Tromey <tom@tromey.com>
131
132 * gdb.base/style.exp: Add test for variable names.
133
134 2018-12-28 Tom Tromey <tom@tromey.com>
135
136 * gdb.base/style.exp: New file.
137 * gdb.base/style.c: New file.
138
139 2018-12-28 Tom Tromey <tom@tromey.com>
140
141 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
142 "dumb".
143 * gdb.base/readline.exp (operate_and_get_next): Save and restore
144 the TERM environment variable.
145
146 2018-12-27 Tom Tromey <tom@tromey.com>
147
148 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
149 pagination test.
150
151 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
154 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
155
156 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
157
158 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
159 Filename a.adb changed to bp_fun_addr.adb.
160 gdb.ada/bp_fun_addr.exp: Update test accordingly.
161
162 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
163
164 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
165 non-PIE executables.
166 * README: Mention the gdb,nopie_flag board setting.
167 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
168 non-PIE executable.
169 * gdb.arch/amd64-entry-value.exp: Likewise.
170 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
171 * gdb.arch/i386-float.exp: Likewise.
172 * gdb.arch/i386-signal.exp: Likewise.
173 * gdb.mi/mi-reg-undefined.exp: Likewise.
174
175 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
176
177 PR gdb/23974
178 * gdb.base/info-os.exp: Check return for unknown "info os" type.
179
180 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
181
182 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
183 Update order of results accordingly.
184
185 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.base/annota1.exp: Update a test regexp.
188
189 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
192
193 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
194
195 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
196 (reuse_time): Initialize to REUSE_TIME_CAP.
197 (check_rc): New function.
198 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
199 Check pthread_create rc.
200 (spawner_thread_func): Check pthread_create and pthread_join rc.
201
202 2018-12-08 Pedro Alves <palves@redhat.com>
203
204 * gdb.base/list.exp (test_forward_search): Rename to ...
205 (test_forward_reverse_search): ... this. Also test reverse-search
206 and the forward-search alias.
207
208 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
211 local timeout variable before return, and remove all local timeout
212 variable entirely.
213 (gdb_load): Likewise.
214
215 2018-12-01 Tom de Vries <tdevries@suse.de>
216
217 * gdb.base/gdb-caching-proc.exp: New file.
218
219 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
220
221 * Makefile.in (TIMESTAMP): New variable.
222 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
223 command.
224 (check-single-racy): Likewise.
225 (check/%.exp): Likewise.
226 (check-racy/%.exp): Likewise.
227 (workers/%.worker): Likewise.
228 (build-perf): Likewise.
229 (check-perf): Likewise.
230 * README: Describe new "TS" and "TS_FORMAT" variables.
231 * print-ts.py: New file.
232
233 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
234
235 PR python/23714
236 * gdb.python/python.exp: Test command repetition after
237 gdb.execute.
238
239 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.opt/inline-break.exp: Add test that info breakpoint output
242 is correctly aligned.
243
244 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * gdb.ada/info_auto_lang.exp: New testcase.
247 * gdb.ada/info_auto_lang/global_pack.ads: New file.
248 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
249 * gdb.ada/info_auto_lang/some_c.c: New file.
250
251 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
252
253 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
254 FUNC_lang language syntax.
255
256 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
257
258 * gdb.base/info_minsym.c: New file.
259 * gdb.base/info_minsym.exp: New file.
260
261 2018-11-19 Tom Tromey <tom@tromey.com>
262
263 PR rust/23625:
264 * gdb.rust/simple.exp: Add ptype test. Update expected output.
265 * gdb.rust/expr.exp: Update expected output. Change one test.
266
267 2018-11-19 Tom Tromey <tom@tromey.com>
268
269 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
270
271 2018-11-19 Pedro Alves <palves@redhat.com>
272
273 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
274 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
275 see the expected warning.
276
277 2018-11-16 Alan Hayward <alan.hayward@arm.com>
278
279 PR gdb/22736:
280 * gdb.cp/infcall-nodebug-lib.c: New test.
281 * gdb.cp/infcall-nodebug-main.c: New test.
282 * gdb.cp/infcall-nodebug.exp: New file.
283
284 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
285
286 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
287 completer tests.
288
289 2018-11-09 Tom de Vries <tdevries@suse.de>
290
291 * gdb.base/msym-lang.c: New test.
292 * gdb.base/msym-lang.exp: New file.
293 * gdb.base/msym-lang-main.c: New test.
294
295 2018-11-08 Tom Tromey <tom@tromey.com>
296
297 PR gdb/23555:
298 PR gdb/23838:
299 * gdb.base/warning.exp: New file.
300
301 2018-11-08 Jan Beulich <jbeulich@suse.com>
302
303 * testsuite/gdb.arch/i386-avx512.c,
304 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
305
306 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
309 point hardware.
310
311 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
314 * gdb.dwarf2/missing-type-name.exp: New file.
315
316 2018-11-06 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/many-headers.c: New test.
319 * gdb.base/many-headers.exp: New file.
320
321 2018-11-06 Jim Wilson <jimw@sifive.com>
322
323 * gdb.base/code_elim.exp: For riscv, set additional_flags
324 to include -msmall-data-limit=0.
325
326 2018-11-01 Joel Brobecker <brobecker@adacore.com>
327
328 * gdb.ada/watch_minus_l: New testcase.
329
330 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
331
332 * gdb.arch/aix-sighandle.c: New file.
333 * gdb.arch/aix-sighandle.exp: New file.
334
335 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
338 registers being unions.
339
340 2018-10-31 Tom de Vries <tdevries@suse.de>
341
342 * lib/valgrind.exp: New file.
343 (vgdb_start, vgdb_stop): New procs, factored out of ...
344 * gdb.base/valgrind-bt.exp: ... here, ...
345 * gdb.base/valgrind-disp-step.exp: ... here and ...
346 * gdb.base/valgrind-infcall.exp: ... here.
347
348 2018-10-31 Tom de Vries <tdevries@suse.de>
349
350 * lib/gdb.exp (get_valueof): Don't output read value in test name.
351
352 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.dwarf2/void-type.c: New file.
355 * gdb.dwarf2/void-type.exp: New file.
356
357 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
358
359 * gdb.base/info_qt.c: New file.
360 * gdb.base/info_qt.exp: New file.
361
362 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
363
364 * gdb.arch/powerpc-htm-regs.c: New file.
365 * gdb.arch/powerpc-htm-regs.exp: New file.
366
367 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
368
369 * gdb.arch/powerpc-tar.c: New file.
370 * gdb.arch/powerpc-tar.exp: New file.
371
372 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
373
374 * gdb.arch/powerpc-ppr-dscr.c: New file.
375 * gdb.arch/powerpc-ppr-dscr.exp: New file.
376
377 2018-10-25 Tom de Vries <tdevries@suse.de>
378
379 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
380
381 2018-10-24 Tom de Vries <tdevries@suse.de>
382
383 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
384 longer exists error.
385
386 2018-10-24 Tom de Vries <tdevries@suse.de>
387
388 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
389
390 2018-10-24 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/valgrind-db-attach.exp: Handle removed support for
393 --db-attach in valgrind.
394
395 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
396
397 * gdb.arch/riscv-reg-aliases.c: New file.
398 * gdb.arch/riscv-reg-aliases.exp: New file.
399
400 2018-10-19 Alan Hayward <alan.hayward@arm.com>
401
402 * gdb.python/py-cmd.exp: Check for gdb_prompt.
403
404 2018-10-19 Alan Hayward <alan.hayward@arm.com>
405
406 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
407
408 2018-10-19 Alan Hayward <alan.hayward@arm.com>
409
410 * gdb.cp/ovldbreak.exp: Fix regexps.
411
412 2018-10-19 Alan Hayward <alan.hayward@arm.com>
413
414 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
415
416 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
417
418 PR cli/23785
419 * gdb.base/restore.exp: New test to check if "restore" with an
420 invalid file doesn't segfault.
421
422 2018-10-18 Tom de Vries <tdevries@suse.de>
423
424 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
425 * gdb.ada/excep_handle.exp: Same.
426 * gdb.ada/mi_string_access.exp: Same.
427 * gdb.ada/mi_var_union.exp: Same.
428 * gdb.arch/arc-analyze-prologue.exp: Same.
429 * gdb.arch/arc-decode-insn.exp: Same.
430 * gdb.base/readnever.exp: Same.
431 * gdb.fortran/printing-types.exp: Same.
432 * gdb.guile/scm-lazy-string.exp: Same.
433
434 2018-10-16 Tom de Vries <tdevries@suse.de>
435
436 PR gdb/23730
437 * gdb.base/catch-follow-exec.c: Add copyright notice.
438 * gdb.base/catch-follow-exec.exp: Rewrite to use
439 gdb_spawn_with_cmdline_opts. Require gdb-native.
440
441 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
442
443 * gdb.trace/actions-changed.exp: Check for arch support.
444 * gdb.trace/actions.exp: Likewise.
445 * gdb.trace/ax.exp: Likewise.
446 * gdb.trace/backtrace.exp: Likewise.
447 * gdb.trace/change-loc.exp: Likewise.
448 * gdb.trace/deltrace.exp: Likewise.
449 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
450 * gdb.trace/ftrace.exp: Likewise.
451 * gdb.trace/infotrace.exp: Check for arch support.
452 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
453 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
454 * gdb.trace/mi-tsv-changed.exp: Likewise.
455 * gdb.trace/packetlen.exp: Likewise.
456 * gdb.trace/passc-dyn.exp: Likewise.
457 * gdb.trace/passcount.exp: Likewise.
458 * gdb.trace/pending.exp: Likewise.
459 * gdb.trace/range-stepping.exp: Check for shlib support.
460 * gdb.trace/report.exp: Check for arch support.
461 * gdb.trace/save-trace.exp: Likewise.
462 * gdb.trace/signal.exp: Check for signal support.
463 * gdb.trace/tfind.exp: Check for arch support.
464 * gdb.trace/trace-break.exp: Check for arch and shlib support.
465 * gdb.trace/trace-common.h: Add comment.
466 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
467 * gdb.trace/trace-enable-disable.exp: Likewise.
468 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
469 * gdb.trace/tracecmd.exp: Check for arch support.
470 * gdb.trace/tspeed.exp: Check for shlib and target support.
471 * gdb.trace/tstatus.exp: Check for arch support.
472 * gdb.trace/tsv.exp: Likewise.
473 * gdb.trace/while-dyn.exp: Likewise.
474 * gdb.trace/while-stepping.exp: Likewise.
475 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
476
477 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
478
479 * gdb.trace/tspeed.exp: Remove nowarnings.
480 (prepare_for_trace_test): Declare "global ipalib".
481 * gdb.trace/tspeed.c: Include unistd.h.
482 (main): Remove superfluous printf argument.
483
484 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
485
486 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
487 directory prefix on the filename.
488
489 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
490
491 * gdb.gdb/unittest.exp: Update expected message informing that
492 selftests have been disabled.
493 * gdb.server/unittest.exp: Likewise.
494
495 2018-10-09 Tom de Vries <tdevries@suse.de>
496
497 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
498 with runto_main.
499
500 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
501
502 PR c++/16841
503 * gdb.cp/virtbase2.cc: New file.
504 * gdb.cp/virtbase2.exp: New file.
505
506 2018-10-06 Tom Tromey <tom@tromey.com>
507
508 PR python/19399:
509 * gdb.python/py-inferior.exp: Add architecture test.
510
511 2018-10-06 Tom Tromey <tom@tromey.com>
512
513 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
514 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
515
516 2018-10-06 Tom Tromey <tom@tromey.com>
517
518 * gdb.python/py-breakpoint.exp (check_last_event): Check location
519 of a "throw" catchpoint.
520
521 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
522
523 * gdb.base/info-proc.exp: Update string expected from "help info
524 proc".
525
526 2018-10-04 Tom Tromey <tom@tromey.com>
527
528 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
529 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
530 (test_initial_complaints, test_empty_complaints): Update.
531 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
532
533 2018-10-04 Tom Tromey <tom@tromey.com>
534
535 PR cli/19551:
536 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
537 * lib/gdb.exp (gdb_file_cmd): Update.
538 * gdb.stabs/weird.exp (print_weird_var): Update.
539 * gdb.server/solib-list.exp: Update.
540 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
541 * gdb.mi/mi-cli.exp: Update.
542 * gdb.linespec/linespec.exp: Update.
543 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
544 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
545 * gdb.cp/cp-relocate.exp: Update.
546 * gdb.base/sym-file.exp: Update.
547 * gdb.base/relocate.exp: Update.
548 * gdb.base/readnever.exp: Update.
549 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
550 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
551 * gdb.base/dbx.exp (gdb_file_cmd): Update.
552 * gdb.base/code_elim.exp: Update.
553 * gdb.base/break-unload-file.exp (test_break): Update.
554 * gdb.base/break-interp.exp (test_attach_gdb): Update.
555 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
556 Update.
557 * gdb.base/attach.exp (do_attach_tests): Update.
558 * gdb.base/sepdebug.exp: Update.
559 * gdb.python/py-section-script.exp: Update.
560
561 2018-10-04 Tom Tromey <tom@tromey.com>
562
563 PR cli/22234:
564 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
565 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
566 output.
567
568 2018-10-04 Tom Tromey <tom@tromey.com>
569
570 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
571 set width and height to 0.
572 (test_command_line_attach_run): Use -quiet.
573
574 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
575
576 * lib/gdb.exp (skip_ifunc_tests): New.
577 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
578 other compile failures.
579 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
580
581 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
582
583 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
584 is_amd64_regs_target.
585
586 2018-10-01 Alan Hayward <alan.hayward@arm.com>
587
588 * gdb.arch/aarch64-sighandler-regs.c: New test.
589 * gdb.arch/aarch64-sighandler-regs.exp: New file.
590 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
591
592 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
593
594 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
595 assembly.
596
597 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.base/frame-selection.exp: New file.
600 * gdb.base/frame-selection.c: New file.
601
602 2018-09-27 Alan Hayward <alan.hayward@arm.com>
603
604 * gdb.threads/check-libthread-db.c (thread_routine): Use a
605 pthread barrier.
606 (main): Likewise.
607
608 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/large-frame-1.c: New file.
611 * gdb.base/large-frame-2.c: New file.
612 * gdb.base/large-frame.exp: New file.
613 * gdb.base/large-frame.h: New file.
614
615 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
616
617 PR gdb/20948
618 * gdb.base/write_mem.exp: New test.
619 * gdb.base/write_mem.c: Likewise.
620
621 2018-09-23 Tom Tromey <tom@tromey.com>
622
623 PR python/18852:
624 * gdb.python/py-parameter.exp: Add test for parameter that throws
625 on "set".
626
627 2018-09-23 Tom Tromey <tom@tromey.com>
628
629 PR python/17284:
630 * gdb.python/py-template.exp (test_template_arg): Add test for
631 negative template argument number.
632
633 2018-09-23 Tom Tromey <tom@tromey.com>
634
635 PR python/14062:
636 * gdb.python/python.exp: Add test for post_event error.
637
638 2018-09-23 Tom Tromey <tom@tromey.com>
639
640 PR python/18170:
641 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
642 convert pointers to int and long.
643
644 2018-09-23 Tom Tromey <tom@tromey.com>
645
646 PR python/20126:
647 * gdb.python/py-value.exp (test_value_numeric_ops): Add
648 signed-ness conversion tests.
649
650 2018-09-23 Tom Tromey <tom@tromey.com>
651
652 PR python/18352;
653 * gdb.python/py-value.exp (test_float_conversion): New proc.
654 Use it.
655
656 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
657
658 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
659
660 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
661
662 * gdb.base/complete-empty.exp: Skip tab-completion tests if
663 no readline.
664 * gdb.base/utf8-identifiers.exp: Likewise.
665 * gdb.cp/cpcompletion.exp: Likewise.
666 * gdb.linespec/cpcompletion.exp: Likewise.
667 * gdb.linespec/cpls-abi-tag.exp: Likewise.
668 * gdb.linespec/cpls-ops.exp: Likewise.
669
670 2018-09-19 Richard Bunt <richard.bunt@arm.com>
671 Chris January <chris.january@arm.com>
672
673 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
674 * gdb.fortran/short-circuit-argument-list.exp: New file.
675 * gdb.fortran/short-circuit-argument-list.f90: New test.
676
677 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
678
679 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
680 "arch=" keyword when executing "-stack-list-frames".
681
682 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
683
684 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
685 "arch=" keyword when executing "-stack-list-frames".
686
687 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
688
689 * gdb.ada/complete.exp: Expect for "@" when doing "complete
690 break ada".
691
692 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
693
694 PR python/23669
695 * gdb.python/python.exp: Test gdb.execute("show commands").
696
697 2018-09-16 Tom Tromey <tom@tromey.com>
698
699 * gdb.base/new-ui.exp (do_execution_tests): Update.
700 * gdb.base/dbx.exp (test_breakpoints): Update.
701
702 2018-09-14 Alan Hayward <alan.hayward@arm.com>
703
704 * lib/gdb.exp (gdb_simple_compile): Add proc.
705 (is_elf_target): Use gdb_simple_compile.
706 (skip_altivec_tests): Likewise.
707 (skip_vsx_tests): Likewise.
708 (skip_tsx_tests): Likewise.
709 (skip_btrace_tests): Likewise.
710 (skip_btrace_pt_tests): Likewise.
711 (gdb_can_simple_compile): Likewise.
712 (gdb_has_argv0): Likewise.
713 (gdb_target_symbol_prefix): Likewise.
714 (target_supports_scheduler_locking): Likewise.
715
716 2018-09-13 Tom Tromey <tom@tromey.com>
717
718 * Makefile.in (TAGS): Recognize proc_with_prefix and
719 gdb_caching_proc.
720
721 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
722
723 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
724 method.
725
726 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
727
728 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
729 and a few other Inferior properties when the Inferior is no
730 longer valid.
731
732 2018-09-13 Tom Tromey <tom@tromey.com>
733
734 PR rust/23650:
735 * gdb.rust/simple.exp: Add test for enum field access error.
736
737 2018-09-13 Tom Tromey <tom@tromey.com>
738
739 PR rust/23626:
740 * gdb.rust/simple.rs (EmptyEnum): New type.
741 (main): Use it.
742 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
743
744 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
745
746 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
747 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
748 * gdb.python/py-symtab.exp: Update test printing an objfile.
749
750 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
751
752 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
753 object.
754
755 2018-09-12 Alan Hayward <alan.hayward@arm.com>
756
757 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
758 (support_complex_tests): Use gdb_can_simple_compile.
759 (is_ilp32_target): Likewise.
760 (is_lp64_target): Likewise.
761 (is_64_target): Likewise.
762 (is_amd64_regs_target): Likewise.
763 (is_aarch32_target): Likewise.
764 (gdb_int128_helper): Likewise.
765
766 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
769
770 2018-09-10 Jerome Guitton <guitton@adacore.com>
771
772 * gdb.ada/same_component_name: Add test for case of tagged record
773 with variable-length fields.
774
775 2018-09-10 Xavier Roirand <roirand@adacore.com>
776
777 * gdb.ada/access_to_unbounded_array.exp: New testcase.
778 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
779 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
780 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
781
782 2018-09-10 Xavier Roirand <roirand@adacore.com>
783
784 * gdb.ada/mi_string_access.exp: New testcase.
785 * gdb.ada/mi_string_access/bar.adb: New file.
786 * gdb.ada/mi_string_access/pck.adb: New file.
787 * gdb.ada/mi_string_access/pck.asd: New file.
788
789 2018-09-10 Xavier Roirand <roirand@adacore.com>
790
791 * gdb.ada/mi_var_union.exp: New testcase.
792 * gdb.ada/mi_var_union/bar.adb: New file.
793 * gdb.ada/mi_var_union/pck.adb: New file.
794 * gdb.ada/mi_var_union/pck.asd: New file.
795
796 2018-09-08 Tom Tromey <tom@tromey.com>
797
798 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
799
800 2018-09-08 Tom Tromey <tom@tromey.com>
801
802 PR python/16047:
803 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
804 (register_pretty_printers): Register new printer.
805 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
806 test.
807 * gdb.python/py-prettyprint.c (int_type3): New typedef.
808 (an_int_type3): New global.
809
810 2018-09-08 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.ada/expr_with_funcall: New testcase.
813
814 2018-09-08 Joel Brobecker <brobecker@adacore.com>
815
816 * gdb.ada/packed_array_assign: New testcase.
817
818 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
821 names, and add test prefixes to make test names unique.
822
823 2018-09-05 Tom de Vries <tdevries@suse.de>
824
825 * gdb.dwarf2/varval.exp: Add test.
826
827 2018-09-04 Gary Benson <gbenson@redhat.com>
828
829 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
830 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
831
832 2018-08-31 Tom Tromey <tom@tromey.com>
833
834 * gdb.rust/simple.rs: Rename second variable "v".
835
836 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * gdb.base/funcargs.c (use_a): New function.
839 (recurse): Call use_a.
840
841 2018-08-29 Keith Seitz <keiths@redhat.com>
842
843 * gdb.compile/compile-cplus-anonymous.cc: New file.
844 * gdb.compile/compile-cplus-anonymous.exp: New file.
845 * gdb.compile/compile-cplus-array-decay.cc: New file.
846 * gdb.compile/compile-cplus-array-decay.exp: New file.
847 * gdb.compile/compile-cplus-inherit.cc: New file.
848 * gdb.compile/compile-cplus-inherit.exp: New file.
849 * gdb.compile/compile-cplus-member.cc: New file.
850 * gdb.compile/compile-cplus-member.exp: New file.
851 * gdb.compile/compile-cplus-method.cc: New file.
852 * gdb.compile/compile-cplus-method.exp: New file.
853 * gdb.compile/compile-cplus-mod.c: "New" file.
854 * gdb.compile/compile-cplus-namespace.cc: New file.
855 * gdb.compile/compile-cplus-namespace.exp: New file.
856 * gdb.compile/compile-cplus-nested.cc: New file.
857 * gdb.compile/compile-cplus-nested.exp: New file.
858 * gdb.compile/compile-cplus-print.c: "New" file.
859 * gdb.compile/compile-cplus-print.exp: "New" file.
860 * gdb.compile/compile-cplus-virtual.cc: New file.
861 * gdb.compile/compile-cplus-virtual.exp: New file.
862 * gdb.compile/compile-cplus.c: "New" file.
863 * gdb.compile/compile-cplus.exp: "New" file.
864 * lib/compile-support.exp: New file.
865
866 2018-08-16 Gary Benson <gbenson@redhat.com>
867
868 PR gdb/13000:
869 * gdb.base/batch-exit-status.exp: New file.
870 * gdb.base/batch-exit-status.good-commands: Likewise.
871 * gdb.base/batch-exit-status.bad-commands: Likewise.
872
873 2018-08-29 Alan Hayward <alan.hayward@arm.com>
874
875 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
876 (struct struct02): Likewise.
877 (struct struct03): Likewise.
878 (struct struct04): Likewise.
879 (struct struct_01_01): New struct.
880 (struct struct_01_02): Likewise.
881 (struct struct_01_03): Likewise.
882 (struct struct_01_04): Likewise.
883 (struct struct_02_01): Likewise.
884 (struct struct_02_02): Likewise.
885 (struct struct_02_03): Likewise.
886 (struct struct_02_04): Likewise.
887 (struct struct_04_01): Likewise.
888 (struct struct_04_02): Likewise.
889 (struct struct_04_03): Likewise.
890 (struct struct_04_04): Likewise.
891 (struct struct_05_01): Likewise.
892 (struct struct_05_02): Likewise.
893 (struct struct_05_03): Likewise.
894 (struct struct_05_04): Likewise.
895 (cmp_struct01): Remove function.
896 (cmp_struct02): Likewise.
897 (cmp_struct03): Likewise.
898 (cmp_struct04): Likewise.
899 (cmp_struct_01_01): Add Function.
900 (cmp_struct_01_02): Likewise.
901 (cmp_struct_01_03): Likewise.
902 (cmp_struct_01_04): Likewise.
903 (cmp_struct_02_01): Likewise.
904 (cmp_struct_02_02): Likewise.
905 (cmp_struct_02_03): Likewise.
906 (cmp_struct_02_04): Likewise.
907 (cmp_struct_04_01): Likewise.
908 (cmp_struct_04_02): Likewise.
909 (cmp_struct_04_03): Likewise.
910 (cmp_struct_04_04): Likewise.
911 (cmp_struct_05_01): Likewise.
912 (cmp_struct_05_02): Likewise.
913 (cmp_struct_05_03): Likewise.
914 (cmp_struct_05_04): Likewise.
915 (call_all): Add new structs.
916 * gdb.base/infcall-nested-structs.exp: Likewise.
917
918 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
919
920 * gdb.python/py-framefilter-mi.exp: Update regexp to
921 check for "arch" field in frame output.
922
923 2018-08-23 Kevin Buettner <kevinb@redhat.com>
924
925 * gdb.dwarf2/dw2-ranges-func.c: New file.
926 * gdb.dwarf2/dw2-ranges-func.exp: New file.
927
928 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
929
930 * gdb.base/term.exp: Compare terminal settings with values from
931 the inferior.
932 * gdb.base/term.c: Get and set terminal settings.
933
934 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
935
936 * lib/mi-support.exp (mi_expect_stop): Update regexp to
937 accommodate new "arch" field in frame output.
938 * gdb.mi/mi-return.exp: Likewise.
939 * gdb.mi/mi-stack.exp: Likewise.
940 * gdb.mi/mi-syn-frame.exp: Likewise.
941 * gdb.mi/user-selected-context-sync.exp: Likewise.
942
943 2018-08-19 Michael Spang <spang@google.com>
944
945 PR gdb/11786
946 * gdb.base/gcore-tls-pie.c: New file.
947 * gdb.base/gcore-tls-pie.exp: New file.
948
949 2018-08-18 Kevin Buettner <kevinb@redhat.com>
950
951 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
952 * gdb.dwarf2/varval.c: New file.
953 * gdb.dwarf2/varval.exp: New file.
954
955 2018-08-17 Alan Hayward <alan.hayward@arm.com>
956
957 PR gdb/18931
958 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
959
960 2018-08-16 Keith Seitz <keiths@redhat.com>
961
962 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
963 tests expected to pass.
964
965 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
966
967 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
968 -data-disassemble -a.
969 (test_disassembly_bogus_args): Likewise.
970
971 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
974
975 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.base/vla-optimized-out.exp: Add new test.
978
979 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb.base/vla-optimized-out-o3.exp: Delete.
982 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
983 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
984 deleted tests.
985
986 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 PR gdb/18050:
989 * gdb.server/extended-remote-restart.c: New file.
990 * gdb.server/extended-remote-restart.exp: New file.
991
992 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
993
994 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
995 "set variable index = 42".
996
997 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
998
999 * boards/index-cache-gdb.exp: New file.
1000 * gdb.dwarf2/index-cache.exp: New file.
1001 * gdb.dwarf2/index-cache.c: New file.
1002 * gdb.base/maint.exp: Check if we are using the index cache.
1003
1004 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1005
1006 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1007 MAKEFLAGS.
1008
1009 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1010
1011 * dg-extract-results.sh: Move to toplevel contrib.
1012 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1013 * Makefile.in (check-parallel-racy): Likewise.
1014
1015 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1018 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1019 tests if the target supports scheduler locking.
1020
1021 2018-08-04 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1024
1025 2018-08-02 Tom Tromey <tom@tromey.com>
1026
1027 PR symtab/16842.
1028 * gdb.cp/temargs.exp: Test "info address" of a template
1029 parameter.
1030
1031 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1032
1033 * gdb.python/py-mi-var-info-path-expression.c: New file.
1034 * gdb.python/py-mi-var-info-path-expression.py: New file.
1035 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1036
1037 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1038
1039 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1040 error after "cannot resolve name" string.
1041
1042 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1045 started.
1046 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1047
1048 2018-07-28 Tom de Vries <tdevries@suse.de>
1049
1050 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1051
1052 2018-07-26 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1055
1056 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1059 is visible.
1060
1061 2018-07-26 Tom de Vries <tdevries@suse.de>
1062
1063 PR breakpoints/23366
1064 * gdb.base/catch-follow-exec.c: New test.
1065 * gdb.base/catch-follow-exec.exp: New file.
1066
1067 2018-07-25 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1070 vla-optimized-out.c.
1071
1072 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1073
1074 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1075 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1076
1077 2018-07-20 Tom de Vries <tdevries@suse.de>
1078
1079 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1080 NOCLONE macro.
1081 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1082
1083 2018-07-19 Tom de Vries <tdevries@suse.de>
1084
1085 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1086 regular expression.
1087
1088 2018-07-18 Tom de Vries <tdevries@suse.de>
1089
1090 * gdb.base/vla-optimized-out.c: New test.
1091 * gdb.base/vla-optimized-out.exp: New file.
1092
1093 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1094
1095 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1096 message "No address associated with hostname" when gdbserver
1097 cannot resolve the hostname.
1098
1099 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1100
1101 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1102 Add some test prefixes to make tests unique.
1103
1104 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1105
1106 * gdb.base/frameapply.c: New file.
1107 * gdb.base/frameapply.exp: New file.
1108
1109 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1110
1111 * gdb.base/skip.exp: Update expected error message.
1112
1113 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1114 Jan Kratochvil <jan.kratochvil@redhat.com>
1115 Paul Fertser <fercerpav@gmail.com>
1116 Tsutomu Seki <sekiriki@gmail.com>
1117
1118 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1119 parameter.
1120 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1121 by default.
1122 * boards/native-gdbserver.exp: Likewise.
1123 * gdb.server/run-without-local-binary.exp: Improve regexp used
1124 for detecting when a remote debugging connection succeeds.
1125 * gdb.server/server-connect.exp: New file.
1126 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1127 Do not prefix the port number with ":".
1128 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1129 support for detecting and using it. Add '$debughost_gdbserver'
1130 to the list of arguments used to start gdbserver. Handle case
1131 when gdbserver cannot resolve a network name.
1132
1133 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1134
1135 PR c++/23373
1136 * gdb.base/ptype-offsets.cc (struct static_member): New
1137 struct.
1138 (main) <stmember>: New variable.
1139 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1140 with a static member in it.
1141
1142 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1145 watchpoints enabled and disabled.
1146
1147 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1148
1149 * gdb.base/examine-backward.exp: Still run tests around address
1150 0x0, even if address 0x0 is not readable. Update the pattern for
1151 matching address 0x0 in expected output.
1152
1153 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1156 malloc/free.
1157
1158 2018-07-04 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1161
1162 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1163
1164 PR tdep/8282
1165 * gdb.arch/mips-disassembler-options.exp: New test.
1166 * gdb.arch/mips-disassembler-options.s: New test source.
1167
1168 2018-06-29 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.threads/names.exp: Adjust expected "info threads" output.
1171
1172 2018-06-29 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.opt/inline-break.exp (line number, address): Add "info
1175 break" tests.
1176
1177 2018-06-29 Pedro Alves <palves@redhat.com>
1178
1179 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1180 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1181 number and address and running to them.
1182
1183 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1184
1185 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1186
1187 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * lib/compiler.c: Remove executable permission flag.
1190
1191 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1192
1193 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1194 code.
1195 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1196
1197 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1198
1199 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1200
1201 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1202
1203 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1204 address argument is omitted.
1205
1206 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1207
1208 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1209
1210 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1211
1212 PR gdb/21695
1213 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1214 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1215
1216 2018-06-26 Tom Tromey <tom@tromey.com>
1217
1218 PR rust/22574:
1219 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1220 * gdb.rust/simple.rs (struct SimpleLayout): New.
1221
1222 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1223
1224 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1225 "info registers" output.
1226
1227 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1228
1229 * gdb.base/watchpoint-hw-attach.c: New test.
1230 * gdb.base/watchpoint-hw-attach.exp: New file.
1231
1232 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1233
1234 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1235 through /bin/sh.
1236 * boards/dwarf4-gdb-index.exp: Likewise.
1237 * boards/fission-dwp.exp: Likewise.
1238
1239 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1240
1241 * gdb.base/float128.exp: Add comment and improved fail message
1242 to the failure case of "print large128" test.
1243
1244 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1245
1246 * configure.ac: Remove AC_PREREQ.
1247 * configure: Re-generate.
1248
1249 2018-06-19 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1252 (func_extern_caller): New.
1253 (main): Call func_extern_caller.
1254 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1255 logic change.
1256
1257 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1258
1259 PR gdb/16841
1260 * gdb.cp/typedef-base.cc: New file.
1261 * gdb.cp/typedef-base.exp: New file.
1262
1263 2018-06-18 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1266
1267 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1268 Richard Bunt <Richard.Bunt@arm.com>
1269
1270 * gdb.threads/attach-slow-waitpid.c: New file.
1271 * gdb.threads/attach-slow-waitpid.exp: New file.
1272 * gdb.threads/slow-waitpid.c: New file.
1273
1274 2018-06-14 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.base/fork-running-state.c: Include <errno.h>.
1277 (exit_if_relative_exits): New.
1278 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1279 exits.
1280 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1281 child exits.
1282
1283 2018-06-14 Tom de Vries <tdevries@suse.de>
1284
1285 PR cli/22573
1286 * gdb.base/finish-pretty.c: New test.
1287 * gdb.base/finish-pretty.exp: New file.
1288
1289 2018-06-14 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1292 gdb's expected startup output.
1293
1294 2018-06-14 Pedro Alves <palves@redhat.com>
1295
1296 * lib/selftest-support.exp (selftest_setup): Remove inlined
1297 function handling.
1298
1299 2018-06-14 Tom de Vries <tdevries@suse.de>
1300
1301 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1302 matching of breakpoint printing.
1303
1304 2018-06-13 Tom de Vries <tdevries@suse.de>
1305
1306 PR testsuite/23269
1307 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1308 (fork_child): ... here, and ...
1309 (fork_parent): ... here.
1310
1311 2018-06-12 Tom de Vries <tdevries@suse.de>
1312
1313 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1314
1315 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1316 Stephen Roberts <stephen.roberts@arm.com>
1317
1318 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1319 rewrite test to describe action performed, rather than possible
1320 failure.
1321
1322 2018-06-08 Gary Benson <gbenson@redhat.com>
1323
1324 * gdb.threads/check-libthread-db.exp: New file.
1325 * gdb.threads/check-libthread-db.c: Likewise.
1326
1327 2018-06-05 Tom Tromey <tom@tromey.com>
1328
1329 * gdb.base/default.exp: Update expected "show version" output.
1330
1331 2018-06-05 Tom Tromey <tom@tromey.com>
1332
1333 PR cli/12326:
1334 * gdb.cp/static-print-quit.exp: Update.
1335 * lib/gdb.exp (pagination_prompt): Update.
1336 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1337 * gdb.python/python.exp: Update.
1338
1339 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1342
1343 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1344
1345 * gdb.ada/bp_fun_addr: New testcase.
1346
1347 2018-06-01 Tom Tromey <tom@tromey.com>
1348
1349 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1350 results.
1351 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1352 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1353 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1354 * gdb.base/maint.exp (maint_pass_if): Update.
1355
1356 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1357
1358 * gdb.base/endian.exp: New test.
1359 * gdb.base/endian.c: New test source.
1360
1361 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 PR gdb/23203
1364 * gdb.base/bt-selected-frame.c: New file.
1365 * gdb.base/bt-selected-frame.exp: New file.
1366 * lib/gdb.exp (get_current_frame_number): New function.
1367
1368 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1369 Pedro Alves <palves@redhat.com>
1370
1371 * gdb.threads/tls-core.c: Include <stdlib.h>
1372 (thread_proc): Call `abort'.
1373 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1374 (tls_core_test): New procedure, bits factored out from ...
1375 (top level): ... here. Test both native cores and gcore cores.
1376
1377 2018-05-23 Tom Tromey <tom@tromey.com>
1378
1379 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1380
1381 2018-05-23 Tom Tromey <tom@tromey.com>
1382
1383 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1384 symfile_complaints.
1385 (test_short_complaints): Likewise.
1386 (test_empty_complaints): Likewise.
1387 (test_initial_complaints): Update.
1388
1389 2018-05-23 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1392
1393 2018-05-23 Tom Tromey <tom@tromey.com>
1394
1395 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1396 (test_short_complaints): Update.
1397
1398 2018-05-22 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.base/remote.exp: Only gdb_start after compiling the
1401 testcase. Issue "disconnect" before testing "set remote" command
1402 defaults. Issue clean_restart before running to main.
1403
1404 2018-05-22 Pedro Alves <palves@redhat.com>
1405
1406 * gdb.base/remote.exp: Adjust expected output of "show remote
1407 memory-write-packet-size". Add tests for "set remote
1408 memory-write-packet-size 0" and "set remote
1409 memory-write-packet-size fixed/limit".
1410
1411 2018-05-22 Pedro Alves <palves@redhat.com>
1412
1413 PR gdb/22973
1414 * gdb.base/utf8-identifiers.c: New file.
1415 * gdb.base/utf8-identifiers.exp: New file.
1416
1417 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1418
1419 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1420
1421 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1422
1423 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1424
1425 2018-05-18 Tom Tromey <tom@tromey.com>
1426
1427 * gdb.base/ptype-offsets.exp: Update.
1428
1429 2018-05-17 Keith Seitz <keiths@redhat.com>
1430
1431 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1432 in expected breakpoint stop locations.
1433 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1434 move to proper scope to test variable values.
1435 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1436 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1437 New functions.
1438 (main): Call not_inline_func3.
1439 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1440 inline_func1, inline_func2, and inline_func3. Test that when each
1441 breakpoint is hit, GDB properly reports both the stop location
1442 and the backtrace. Repeat tests for temporary breakpoints.
1443
1444 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1445
1446 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1447 rather then trying to access it in determining whether the PID
1448 of `gdbserver' could have been retrieved.
1449
1450 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.arch/amd64-init-x87-values.S: New file.
1453 * gdb.arch/amd64-init-x87-values.exp: New file.
1454
1455 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1456
1457 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1458
1459 2018-05-04 Tom Tromey <tom@tromey.com>
1460
1461 PR python/22730:
1462 * gdb.python/python.exp: Test multi-line execute.
1463
1464 2018-05-04 Tom Tromey <tom@tromey.com>
1465
1466 PR python/22731:
1467 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1468
1469 2018-05-04 Tom Tromey <tom@tromey.com>
1470
1471 PR gdb/11750:
1472 * gdb.base/define.exp: Test defining a user command inside a user
1473 command.
1474 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1475
1476 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1477 Pedro Alves <palves@redhat.com>
1478
1479 PR breakpoints/19806 and support for PR external/20207.
1480 * gdb.base/watchpoint-unaligned.c: New file.
1481 * gdb.base/watchpoint-unaligned.exp: New file.
1482
1483 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * gdb.base/maint.exp: Make test names unique, use
1486 test_prefix_command_help to test 'help maint info', and remove
1487 repeated test of 'help maint'.
1488
1489 2018-05-04 Tom Tromey <tom@tromey.com>
1490
1491 PR gdb/22619:
1492 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1493 behavior.
1494
1495 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.base/maint.exp: Process output from 'maint print registers'
1498 line at a time.
1499
1500 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1503 timeout.
1504
1505 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1508 filter pattern.
1509
1510 2018-05-02 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1513 to_log_command renames.
1514 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1515
1516 2018-05-02 Tom Tromey <tom@tromey.com>
1517
1518 * gdb.python/py-parameter.exp: Set test message.
1519
1520 2018-05-02 Tom Tromey <tom@tromey.com>
1521
1522 PR python/20084:
1523 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1524 PARAM_ZUINTEGER_UNLIMITED tests.
1525
1526 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1527
1528 PR rust/23124
1529 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1530 when casting.
1531
1532 2018-04-30 Tom Tromey <tom@tromey.com>
1533
1534 * gdb.python/py-type.exp: Check align attribute.
1535 * gdb.python/py-type.c: New "aligncheck" global.
1536
1537 2018-04-30 Tom Tromey <tom@tromey.com>
1538
1539 PR exp/17095:
1540 * gdb.dwarf2/dw2-align.exp: New file.
1541 * gdb.cp/align.exp: New file.
1542 * gdb.base/align.exp: New file.
1543 * lib/gdb.exp (gdb_int128_helper): New proc.
1544 (has_int128_c, has_int128_cxx): New caching procs.
1545
1546 2018-04-27 Tom Tromey <tom@tromey.com>
1547
1548 PR rust/22545:
1549 * gdb.rust/simple.exp: Add inclusive range tests.
1550
1551 2018-04-26 Pedro Alves <palves@redhat.com>
1552
1553 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1554 ifunc breakpoint locations correctly of ifunc breakpoints set
1555 while the program resolves the ifunc.
1556
1557 2018-04-26 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.base/gnu-ifunc-final.c: New file.
1560 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1561 * gdb.base/gnu-ifunc.exp (executable): Delete.
1562 (staticexecutable): Adjust.
1563 (lib_opts, exec_opts): Delete.
1564 (make_binsuffix, build, set-break): New procedures.
1565 (misc_tests): New, with tests factored out from the top level.
1566 (top level): Test different combinations of ifunc resolver name,
1567 resolver with and with debug info, and ifunc target with and
1568 without debug info. Wrap static tests with with_target_prefix.
1569
1570 2018-04-26 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1573 return type" warnings.
1574
1575 2018-04-25 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1578 killed".
1579 * gdb.base/kill-after-signal.exp: Likewise.
1580 * gdb.threads/kill.exp: Likewise.
1581
1582 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1583 Sergio Durigan Junior <sergiodj@redhat.com>
1584 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1587 regexps to expect for '[Inferior ... detached]' as well.
1588 * gdb.base/attach.exp: Likewise.
1589 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1590 "gdb_continue_to_end".
1591 (test_catch_syscall_with_wrong_args): Likewise.
1592 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1593 ']'. Don't set 'verbose' on.
1594 * gdb.base/foll-vfork.exp: Likewise.
1595 * gdb.base/fork-print-inferior-events.c: New file.
1596 * gdb.base/fork-print-inferior-events.exp: New file.
1597 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1598 '[Inferior ... has been killed]' message.
1599 * gdb.base/kill-after-signal.exp: Likewise.
1600 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1601 detach message.
1602 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1603 message.
1604 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1605 regexps to expect for '[Inferior ... detached]' as well.
1606 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1607
1608 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1609
1610 PR gdb/23104
1611 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1612
1613 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1614
1615 * gdb.threads/multiple-successive-infcall.c: New test.
1616 * gdb.threads/multiple-successive-infcall.exp: New file.
1617
1618 2018-04-17 Tom Tromey <tom@tromey.com>
1619
1620 * gdb.rust/simple.rs (Union): New type.
1621 (main): New local "u".
1622 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1623
1624 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1625
1626 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1627 number information in output of "whereis" command.
1628 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1629
1630 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1631
1632 * gdb.ada/info_types.exp: Adjust expected output to the line
1633 numbers now printed by "info var/func/type".
1634 * gdb.base/completion.exp: Likewise.
1635 * gdb.base/included.exp: Likewise.
1636 * gdb.cp/cp-relocate.exp: Likewise.
1637 * gdb.cp/cplusfuncs.exp: Likewise.
1638 * gdb.cp/namespace.exp: Likewise.
1639 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1640
1641 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1642
1643 * gdb.btrace/cpu.exp: New.
1644
1645 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1646
1647 * gdb.base/step-indirect-call-thunk.exp: New.
1648 * gdb.base/step-indirect-call-thunk.c: New.
1649 * gdb.reverse/step-indirect-call-thunk.exp: New.
1650 * gdb.reverse/step-indirect-call-thunk.c: New.
1651
1652 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1653
1654 * gdb.base/pie-fork.c: New file.
1655 * gdb.base/pie-fork.exp: New file.
1656
1657 2018-04-11 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1660
1661 2018-04-10 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1664 exits. Instead loop running forever.
1665 (fork_parent): Run forever too.
1666
1667 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1668
1669 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1670 mi_continue_to_line.
1671 * gdb.mi/mi-stack.c (callee4): Add comment.
1672
1673 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1674
1675 * gdb.mi/mi-stack.exp: Fix indentation.
1676
1677 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1678
1679 PR gdb/22979
1680 * gdb.arch/amd64-osabi.exp: New file.
1681
1682 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1683
1684 PR gdb/22980
1685 * gdb.base/osabi.exp: New file.
1686
1687 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1688
1689 * gdb.cp/static-typedef-print.exp: New file.
1690 * gdb.cp/static-typedef-print.cc: New file.
1691
1692 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1693
1694 * gdb.ada/varsize_limit: New testcase.
1695
1696 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1697
1698 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1699
1700 * gdb.ada/notcplusplus: New testcase.
1701
1702 * gdb.base/c-linkage-name.c: New file.
1703 * gdb.base/c-linkage-name.exp: New testcase.
1704
1705 2018-03-26 Tom Tromey <tom@tromey.com>
1706
1707 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1708 * gdb.python/py-framefilter.py (name_error): New global.
1709 (ErrorInName.function): Use name_error.
1710
1711 2018-03-26 Tom Tromey <tom@tromey.com>
1712
1713 PR backtrace/15582:
1714 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1715
1716 2018-03-23 Keith Seitz <keiths@redhat.com>
1717
1718 PR c++/22968
1719 * gdb.cp/subtypes.exp: New file.
1720 * gdb.cp/subtypes.h: New file.
1721 * gdb.cp/subtypes.cc: New file.
1722 * gdb.cp/subtypes-2.cc: New file.
1723
1724 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1727 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1728 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1729 -nostartfiles when compiling the test. Confirm that all registers
1730 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1731
1732 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1735 option, syntax was wrong anyway.
1736 * gdb.arch/arm-disp-step.exp: Likewise.
1737 * gdb.arch/sparc64-regs.exp: Likewise.
1738 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1739 option, syntax was wrong anyway, switch to use
1740 prepare_for_testing.
1741 * gdb.arch/i386-disp-step.exp: Likewise.
1742
1743 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1744
1745 * gdb.ada/exec_changed.exp: Replace "target_info exists
1746 use_gdb_stub" by "use_gdb_stub".
1747 * gdb.ada/start.exp: Likewise.
1748 * gdb.base/async-shell.exp: Likewise.
1749 * gdb.base/attach-pie-misread.exp: Likewise.
1750 * gdb.base/attach-wait-input.exp: Likewise.
1751 * gdb.base/break-entry.exp: Likewise.
1752 * gdb.base/break-interp.exp: Likewise.
1753 * gdb.base/dprintf-detach.exp: Likewise.
1754 * gdb.base/nostdlib.exp: Likewise.
1755 * gdb.base/solib-nodir.exp: Likewise.
1756 * gdb.base/statistics.exp: Likewise.
1757 * gdb.base/testenv.exp: Likewise.
1758 * gdb.mi/mi-exec-run.exp: Likewise.
1759 * gdb.mi/mi-start.exp: Likewise.
1760 * gdb.multi/dummy-frame-restore.exp: Likewise.
1761 * gdb.multi/multi-arch-exec.exp: Likewise.
1762 * gdb.multi/multi-arch.exp: Likewise.
1763 * gdb.multi/tids.exp: Likewise.
1764 * gdb.multi/watchpoint-multi.exp: Likewise.
1765 * gdb.python/py-events.exp: Likewise.
1766 * gdb.threads/attach-into-signal.exp: Likewise.
1767 * gdb.threads/attach-stopped.exp: Likewise.
1768 * gdb.threads/threadapply.exp: Likewise.
1769 * lib/selftest-support.exp: Likewise.
1770
1771 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1772
1773 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1774
1775 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1776
1777 * gdb.perf/template-breakpoints.cc: New file.
1778 * gdb.perf/template-breakpoints.exp: New file.
1779 * gdb.perf/template-breakpoints.py: New file.
1780
1781 2018-03-19 Tom Tromey <tom@tromey.com>
1782
1783 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1784 y0.
1785 * gdb.rust/simple.exp: Test bare identifier form of struct
1786 initializer.
1787
1788 2018-03-19 Tom Tromey <tom@tromey.com>
1789
1790 * gdb.gdb/observer.exp: Remove.
1791
1792 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1793
1794 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1795 "qualified" option when setting breakpoints.
1796 * gdb.trace/backtrace.exp: Likewise.
1797 * gdb.trace/circ.exp: Likewise.
1798 * gdb.trace/collection.exp: Likewise.
1799 * gdb.trace/disconnected-tracing.exp: Likewise.
1800 * gdb.trace/ftrace-lock.exp: Likewise.
1801 * gdb.trace/ftrace.exp: Likewise.
1802 * gdb.trace/infotrace.exp: Likewise.
1803 * gdb.trace/packetlen.exp: Likewise.
1804 * gdb.trace/passc-dyn.exp: Likewise.
1805 * gdb.trace/qtro.exp: Likewise.
1806 * gdb.trace/read-memory.exp: Likewise.
1807 * gdb.trace/report.exp: Likewise.
1808 * gdb.trace/signal.exp: Likewise.
1809 * gdb.trace/status-stop.exp: Likewise.
1810 * gdb.trace/strace.exp: Likewise.
1811 * gdb.trace/tfind.exp: Likewise.
1812 * gdb.trace/trace-break.exp: Likewise.
1813 * gdb.trace/trace-condition.exp: Likewise.
1814 * gdb.trace/trace-mt.exp: Likewise.
1815 * gdb.trace/tstatus.exp: Likewise.
1816 * gdb.trace/tsv.exp: Likewise.
1817 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1818 * gdb.trace/unavailable.exp: Likewise.
1819 * gdb.trace/while-dyn.exp: Likewise.
1820
1821 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1822
1823 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1824 that libinproctrace is copied to the target.
1825
1826 2018-03-14 Tom Tromey <tom@tromey.com>
1827
1828 PR cli/14977:
1829 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1830 a null pointer.
1831 * gdb.base/wchar.exp: Likewise.
1832
1833 2018-03-14 Tom Tromey <tom@tromey.com>
1834
1835 PR cli/19918:
1836 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1837 flag.
1838
1839 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1840
1841 PR gdb/22841
1842 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1843 "target" to remote_exec.
1844
1845 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1846
1847 PR gdb/22841
1848 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1849 ${board}_upload): Remove.
1850
1851 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1852
1853 * gdb.cp/watch-cp.cc: New test.
1854 * gdb.cp/watch-cp.exp: New file.
1855
1856 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.base/infcall-nested-structs.exp: New file.
1859 * gdb.base/infcall-nested-structs.c: New file.
1860 * gdb.base/float.exp: Add riscv support.
1861
1862 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1863
1864 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1865 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1866
1867 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1868
1869 * gdb.server/abspath.exp: New file.
1870 * lib/gdb.exp (with_cwd): New procedure.
1871
1872 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1873
1874 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1875 use it.
1876 (gdb_is_target_remote_prompt): New proc.
1877 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1878 (gdb_is_target_native): Pass prompt parameter to
1879 gdb_is_target_1.
1880
1881 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1882
1883 * gdb.base/load-command.c: New file.
1884 * gdb.base/load-command.exp: New file.
1885 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1886 (gdb_is_target_1): ...this, and generalize for other targets
1887 than just remote.
1888 (gdb_is_target_remote): Use gdb_is_target_1.
1889 (gdb_is_target_native): use gdb_is_target_1.
1890
1891 2018-02-26 Tom Tromey <tom@tromey.com>
1892
1893 PR python/16497:
1894 * gdb.python/py-framefilter.exp: Update test.
1895
1896 2018-02-26 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.dwarf2/variant.c: New file.
1899 * gdb.dwarf2/variant.exp: New file.
1900
1901 2018-02-26 Tom Tromey <tom@tromey.com>
1902
1903 * gdb.rust/simple.exp: Accept more possible results in enum test.
1904
1905 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1906
1907 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1908 parentheses.
1909
1910 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1911
1912 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1913 name of a variable: $actual_linejj -> $actual_line.
1914
1915 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1916
1917 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1918
1919 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1920
1921 * gdb.btrace/buffer-size.exp: Do not force BTS.
1922
1923 2018-02-14 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1926 getting a "Quit".
1927
1928 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1929
1930 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1931 Fix test name.
1932
1933 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1934
1935 * gdb.cp/m-static.exp: Check type of optimized out static
1936 member.
1937
1938 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1941 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1942
1943 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1944 Leszek Swirski <leszeks@google.com>
1945
1946 * gdb.python/py-prettyprint.c
1947 (struct to_string_returns_value_inner,
1948 struct to_string_returns_value_wrapper): New.
1949 (main): Add tsrvw variable.
1950 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1951 ToStringReturnsValueWrapper): New classes.
1952 (register_pretty_printers): Register new pretty-printers.
1953 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1954 recursive pretty printer.
1955 * gdb.python/py-mi.exp: Likewise.
1956
1957 2018-02-01 Leszek Swirski <leszeks@google.com>
1958
1959 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1960 functions with the same name as an include file are parsed
1961 correctly.
1962
1963 2018-02-01 Yao Qi <yao.qi@linaro.org>
1964
1965 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1966 "\[^\r\n\]*".
1967
1968 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1969
1970 * gdb.arch/powerpc-prologue-frame.s: New file.
1971 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1972 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1973
1974 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1975
1976 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1977
1978 2018-01-30 Pedro Alves <palves@redhat.com>
1979
1980 PR gdb/13211
1981 * gdb.base/interrupt-daemon.c: New.
1982 * gdb.base/interrupt-daemon.exp: New.
1983 * gdb.multi/multi-term-settings.c: New.
1984 * gdb.multi/multi-term-settings.exp: New.
1985
1986 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1987
1988 * gdb.base/break.exp: Save the location where the breakpoint
1989 on break.c:47 was actually inserted when debugging the version
1990 compiled at -O2 and use it in the expected output of the "info
1991 break" test performed soon after.
1992
1993 2018-01-22 Pedro Alves <palves@redhat.com>
1994 Sergio Durigan Junior <sergiodj@redhat.com>
1995
1996 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1997 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1998
1999 2018-01-22 Joel Brobecker <brobecker@adacore.com>
2000
2001 * gdb.base/break-include.c, gdb.base/break-include.inc,
2002 gdb.base/break-include.exp: New files.
2003 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2004 line number now being the actual line number where the breakpoint
2005 was inserted.
2006 * gdb.mi/mi-break.exp: Likewise.
2007 * gdb.mi/mi-reverse.exp: Likewise.
2008 * gdb.mi/mi-simplerun.exp: Ditto.
2009
2010 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2011
2012 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2013 varobj.
2014 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2015
2016 2018-01-21 Don Breazeal <donb@codesourcery.com>
2017 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * gdb.mi/basics.c: Add new global.
2020 * gdb.mi/mi-frame-regs.exp: New file.
2021 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2022 case.
2023
2024 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2027 non-parameter, and on an unknown symbol.
2028
2029 2018-01-19 Tom Tromey <tom@tromey.com>
2030
2031 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2032 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2033
2034 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2035
2036 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2037 setrlimit and chdir to int.
2038
2039 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2040
2041 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2042 function.
2043 (my_tend): Likewise.
2044 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2045 rationale of avoiding FP- and vector instructions.
2046
2047 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2048
2049 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2050 "info reg" with "\[ \t\]*".
2051 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2052 "\[ \t\]+".
2053 * gdb.arch/s390-multiarch.exp: Ditto.
2054 * gdb.base/pc-fp.exp: Ditto.
2055 * gdb.reverse/i386-precsave.exp: Ditto.
2056 * gdb.reverse/i386-reverse.exp: Ditto.
2057 * gdb.reverse/i387-env-reverse.exp: Ditto.
2058 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2059
2060 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2061
2062 * lib/gdb.exp (gdb_compile): Re-enable use of
2063 universal_compile_options for languages other than Rust.
2064
2065 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2066
2067 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2068
2069 2018-01-17 Mike Gulick <mgulick@mathworks.com>
2070
2071 PR gdb/16577
2072 * gdb.base/solib-vanish.exp: New.
2073 * gdb.base/solib-vanish-main.c: New.
2074 * gdb.base/solib-vanish-lib1.c: New.
2075 * gdb.base/solib-vanish-lib2.c: New.
2076
2077 2018-01-17 Yao Qi <yao.qi@linaro.org>
2078
2079 * gdb.compile/compile.exp: Match the address printed for
2080 frame in the output of command "bt".
2081
2082 2018-01-15 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2085 compute sp_reg.
2086
2087 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2090 to prepare.
2091 (prepare): Return 0 on error, 1 on success.
2092
2093 2018-01-12 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/continue-after-aborted-step-over.c: New.
2096 * gdb.base/continue-after-aborted-step-over.exp: New.
2097
2098 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2099
2100 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2101 options when not creating an executable.
2102
2103 2018-01-11 Pedro Alves <palves@redhat.com>
2104
2105 PR remote/22597
2106 * gdb.server/stop-reply-no-thread.c: New file.
2107 * gdb.server/stop-reply-no-thread.exp: New file.
2108
2109 2018-01-10 Pedro Alves <palves@redhat.com>
2110
2111 PR gdb/22670
2112 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2113 functions too. Test setting breakpoints and printing C functions
2114 with no debug info too.
2115 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2116
2117 2018-01-10 Pedro Alves <palves@redhat.com>
2118
2119 PR gdb/22670
2120 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2121 a fail.
2122
2123 2018-01-10 Pedro Alves <palves@redhat.com>
2124
2125 PR gdb/22670
2126 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2127
2128 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2129
2130 * gdb.server/unittest.exp: Match the output in non-development
2131 mode.
2132
2133 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2134
2135 * gdb.gdb/unittest.exp: Match output in non-development mode.
2136
2137 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.ada/access_tagged_param.exp: Relax expected output
2140 for value of "ObjL" in "continue" to pck.inspect breakpoint
2141 test.
2142
2143 2018-01-08 Joel Brobecker <brobecker@adacore.com>
2144
2145 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2146 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2147
2148 2018-01-05 Pedro Alves <palves@redhat.com>
2149
2150 PR gdb/18653
2151 * gdb.base/libsegfault.exp: New.
2152
2153 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2154
2155 PR gdb/22670
2156 * gdb.ada/access_tagged_param.exp: New file.
2157 * gdb.ada/access_tagged_param/foo.adb: New file.
2158
2159 2018-01-05 Pedro Alves <palves@redhat.com>
2160
2161 PR gdb/22670
2162 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2163 exercise lower case too, and to exercise both full matching and
2164 wild matching.
2165
2166 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2167
2168 * gdb.ada/rename_subscript_param: New testcase.
2169
2170 2018-01-05 Jerome Guitton <guitton@adacore.com>
2171
2172 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2173
2174 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2175
2176 * gdb.ada/convvar_comp: New testcase.
2177
2178 2018-01-05 Xavier Roirand <roirand@adacore.com>
2179
2180 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2181 (My_Table): New global variable.
2182 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2183
2184 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2185
2186 PR gdb/22670
2187 * gdb.ada/maint_with_ada: New testcase.
2188
2189 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2190
2191 PR gdb/22670
2192 * gdb.ada/bp_c_mixed_case: New testcase.
2193
2194 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2195
2196 PR gdb/22670
2197 * gdb.ada/complete.exp: Add "complete break ada" test.
2198
2199 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2200
2201 PR gdb/22670
2202 * gdb.ada/info_addr_mixed_case: New testcase.
2203
2204 2018-01-03 Xavier Roirand <roirand@adacore.com>
2205
2206 * gdb.ada/excep_handle.exp: New testcase.
2207 * gdb.ada/excep_handle/foo.adb: New file.
2208 * gdb.ada/excep_handle/pck.ads: New file.
2209
2210 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2211
2212 * gdb.base/step-line.c: Add extra empty line in copyright header.
2213 * gdb.base/step-line.inp: Likewise.
2214
2215 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.ada/dyn_stride.exp: Add slice test.
2218
2219 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.ada/dyn_stride: New testcase.
2222
2223 2017-12-27 Stafford Horne <shorne@gmail.com>
2224
2225 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2226 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2227
2228 2017-12-27 Stafford Horne <shorne@gmail.com>
2229
2230 * gdb.base/reggroups.c: New file.
2231 * gdb.base/reggroups.exp: New file.
2232
2233 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.dwarf2/ada-valprint-error.c: New file.
2236 * gdb.dwarf2/ada-valprint-error.exp: New file.
2237
2238 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2239
2240 * gdb.ada/assign_arr: New testcase.
2241
2242 2017-12-18 Xavier Roirand <roirand@adacore.com>
2243
2244 * gdb.ada/funcall_ptr: New testcase.
2245
2246 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2247
2248 PR cli/16224
2249 * gdb.base/ptype-offsets.cc: New file.
2250 * gdb.base/ptype-offsets.exp: New file.
2251
2252 2017-12-15 Yao Qi <yao.qi@linaro.org>
2253
2254 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2255 if XML is disabled.
2256
2257 2017-12-15 Xavier Roirand <roirand@adacore.com>
2258
2259 * gdb.ada/same_component_name: New testcase.
2260
2261 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2262
2263 * gdb.ada/str_binop_equal: New testcase.
2264
2265 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2266
2267 * gdb.ada/task_switch_in_core: New testcase.
2268
2269 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2270
2271 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2272 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2273 call test_bkpt_qualified.
2274 (test_bkpt_qualified): New proc.
2275
2276 2017-12-13 Pedro Alves <palves@redhat.com>
2277
2278 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2279 Tighten regexp by matching with an anchor.
2280
2281 2017-12-13 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2284 ("expression with namespace"): New set of tests.
2285 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2286 (Nested::Test_NS::qux): New.
2287 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2288 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2289
2290 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.base/server-del-break.c: New file.
2293 * gdb.base/server-del-break.exp: New file.
2294
2295 2017-12-12 Stafford Horne <shorne@gmail.com>
2296
2297 * gdb.xml/tdesc-regs.exp: Add or1k support.
2298
2299 2017-12-12 Stafford Horne <shorne@gmail.com>
2300
2301 * gdb.base/bp-permanent.c: Define nop of or1k.
2302
2303 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2306 output with components being reordered.
2307
2308 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2309
2310 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2311 output with components being reordered.
2312
2313 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2314 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/maint.exp (check for .gdb_index): Check also for
2317 .debug_names.
2318 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2319 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2320 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2321 (.gdb_index used after symbol reloading): Support also .debug_names.
2322 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2323
2324 2017-12-08 Yao Qi <yao.qi@linaro.org>
2325
2326 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2327 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2328
2329 2017-12-08 Yao Qi <yao.qi@linaro.org>
2330
2331 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2332 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2333
2334 2017-12-08 Yao Qi <yao.qi@linaro.org>
2335
2336 * gdb.arch/aarch64-tagged-pointer.c: New file.
2337 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2338
2339 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2340
2341 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2342 "int".
2343
2344 2017-12-07 Keith Seitz <keiths@redhat.com>
2345
2346 PR breakpoints/22569
2347 * gdb.linespec/ls-errs.exp: Change expected result of "break
2348 -source this file has spaces.c -line 3".
2349 Check that an explicit source file followed by whitespace is
2350 identified as an invalid explicit location.
2351
2352 2017-12-07 Keith Seitz <keiths@redhat.com>
2353
2354 * gdb.cp/nested-types.cc: New file.
2355 * gdb.cp/nested-types.exp: New file.
2356 * lib/cp-support.exp: Load data-structures.exp library.
2357 (debug_cp_test_ptype_class): New global.
2358 (cp_ptype_class_verbose, next_line): New procedures.
2359 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2360 Add and document new return value.
2361 Switch the list of lines to a queue.
2362 Add support for new `type' key for nested type definitions.
2363 Add debugging/troubleshooting messages.
2364 * lib/data-structures.exp: New file.
2365
2366 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2367
2368 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2369 with proc_with_prefix, don't use with_test_prefix.
2370
2371 2017-12-07 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.base/break.exp: Add test for empty "commands".
2374
2375 2017-12-07 Yao Qi <yao.qi@linaro.org>
2376
2377 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2378 malloc and catch syscall.
2379
2380 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2381
2382 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2383 tests for explicit locations.
2384
2385 2017-12-06 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2388 force-disabling XML descriptions.
2389
2390 2017-12-04 Pedro Alves <palves@redhat.com>
2391
2392 PR gdb/22499
2393 * gdb.arch/amd64-disp-step-avx.S: New file.
2394 * gdb.arch/amd64-disp-step-avx.exp: New file.
2395
2396 2017-12-03 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2399 and <string.h>.
2400 (parent_function): Print distinct messages when waitpid fails, or
2401 the child exits with a signal, or the child exits for an unhandled
2402 reason.
2403 * gdb.threads/process-dies-while-detaching.exp
2404 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2405 it. Wait for both inferior output and GDB's prompt. Use an
2406 indirect spawn id list.
2407 (do_detach): New parameter 'child_exit'. Use it to compute
2408 expected inferior output.
2409 (test_detach, test_detach_watch, test_detach_killed_outside):
2410 Adjust to pass down the expected child exit kind.
2411
2412 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2413 Sergio Durigan Junior <sergiodj@redhat.com>
2414 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2417
2418 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2419
2420 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2421 to 'symbol-file' and 'add-symbol-file' can be
2422 position-independent.
2423
2424 2017-12-01 Yao Qi <yao.qi@linaro.org>
2425
2426 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2427 the URL in copyright header.
2428 * gdb.arch/aarch64-fp.exp: Likewise.
2429 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2430 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2431 * gdb.base/expand-psymtabs.exp: Likewise.
2432 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2433 * gdb.fortran/common-block.exp: Likewise.
2434 * gdb.fortran/common-block.f90: Likewise.
2435 * gdb.fortran/logical.exp: Likewise.
2436 * gdb.fortran/vla-datatypes.f90: Likewise.
2437 * gdb.fortran/vla-sub.f90: Likewise.
2438
2439 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2440
2441 * gdb.ada/repeat_dyn: New testcase.
2442
2443 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2444
2445 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2446 Update for changed thread numbering.
2447 * gdb.cell/bt.exp: Update for changed GDB output.
2448
2449 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2450
2451 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2452 setting isremote by hand.
2453 * boards/dwarf4-gdb-index.exp: Likewise.
2454 * boards/fission.exp: Likewise.
2455 * boards/stabs.exp: Likewise.
2456
2457 2017-11-30 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.linespec/cpls-ops.exp
2460 (check_explicit_skips_function_argument): Extract the underlying
2461 type of size_t instead of hardcoding it.
2462
2463 2017-11-29 Pedro Alves <palves@redhat.com>
2464
2465 PR c++/19436
2466 * gdb.linespec/cpls-abi-tag.cc: New file.
2467 * gdb.linespec/cpls-abi-tag.exp: New file.
2468
2469 2017-11-29 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.base/langs.exp: Use -qualified.
2472 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2473 it.
2474 * gdb.cp/namespace.exp: Use -qualified.
2475 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2476 (overload-3, template-overload, template-ret-type, const-overload)
2477 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2478 procedures.
2479 (test_driver): Call them.
2480 * gdb.cp/save-bp-qualified.cc: New.
2481 * gdb.cp/save-bp-qualified.exp: New.
2482 * gdb.linespec/explicit.exp: Test -qualified.
2483 * lib/completion-support.exp (completion::explicit_opts_list): Add
2484 "-qualified".
2485 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2486
2487 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2488
2489 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2490
2491 2017-11-29 Tom Tromey <tom@tromey.com>
2492
2493 * gdb.base/relocate.exp: Update invalid argument test.
2494 Add new tests for invalid arguments.
2495
2496 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2497
2498 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2499 Return 0 as a long.
2500 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2501
2502 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2503
2504 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2505 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2506 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2507 func ().
2508 * gdb.cp/shadow.cc (B.func): Return 0.
2509
2510 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2513 expected output in gdb_expect call to allow the exception
2514 message to be present as well. Fix syntax confusion to avoid
2515 TCL thinking that exception_name is an array.
2516
2517 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2518
2519 * gdb.arch/spu-info.c: Include <unistd.h>.
2520 (do_signal_test): Fix broken calls to write.
2521 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2522 Fix checks for empty mailboxes. Update signal tests for corrected
2523 do_signal_test routine. Allow nonzero event status.
2524 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2525 * gdb.cell/arch.exp: Use standard_output_file.
2526 * gdb.cell/break.exp: Likewise.
2527 * gdb.cell/bt.exp: Likewise.
2528 * gdb.cell/core.exp: Likewise.
2529 * gdb.cell/dwarfaddr.exp: Likewise.
2530 * gdb.cell/ea-cache.exp: Likewise.
2531 * gdb.cell/ea-standalone.exp: Likewise.
2532 * gdb.cell/f-regs.exp: Likewise.
2533 * gdb.cell/fork.exp: Likewise.
2534 * gdb.cell/gcore.exp: Likewise.
2535 * gdb.cell/mem-access.exp: Likewise.
2536 * gdb.cell/ptype.exp: Likewise.
2537 * gdb.cell/registers.exp: Likewise.
2538 * gdb.cell/sizeof.exp: Likewise.
2539 * gdb.cell/solib-symbol.exp: Likewise.
2540 * gdb.cell/solib.exp: Likewise.
2541
2542 2017-11-25 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.base/complete-empty.exp: New file.
2545 * gdb.base/completion.exp: Adjust.
2546
2547 2017-11-25 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.linespec/cpls-ops.cc: New file.
2550 * gdb.linespec/cpls-ops.exp: New file.
2551 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2552 factored out from ...
2553 (test_complete_prefix_range): ... this.
2554
2555 2017-11-24 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.linespec/cpcompletion.exp: New file.
2558 * gdb.linespec/cpls-hyphen.cc: New file.
2559 * gdb.linespec/cpls.cc: New file.
2560 * gdb.linespec/cpls2.cc: New file.
2561 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2562 test to use test_gdb_complete_unique. Add label completion,
2563 keyword completion and explicit location completion tests.
2564 * lib/completion-support.exp: New file.
2565
2566 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2569 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2570 when hitting an exception catchpoint.
2571
2572 2017-11-22 Yao Qi <yao.qi@linaro.org>
2573
2574 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2575
2576 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2577
2578 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2579 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2580 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2581
2582 2017-11-22 Yao Qi <yao.qi@linaro.org>
2583
2584 * gdb.base/info-os.exp: Pass pthreads.
2585 * gdb.multi/multi-attach.exp: Likewise.
2586
2587 2017-11-22 Yao Qi <yao.qi@linaro.org>
2588
2589 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2590 compiler.
2591
2592 2017-11-22 Yao Qi <yao.qi@linaro.org>
2593
2594 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2595 * gdb.base/break-interp.exp: Likewise.
2596 * gdb.base/jit-attach-pie.exp: Likewise.
2597
2598 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2599
2600 * gdb.base/float128.c (large128): New variable.
2601 * gdb.base/float128.exp: Add test to print largest __float128 value.
2602
2603 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2604
2605 * gdb.arch/vsx-regs.exp: Update register content checks.
2606
2607 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2608
2609 * gdb.arch/ppc-longdouble.exp: New file.
2610 * gdb.arch/ppc-longdouble.c: Likewise.
2611
2612 2017-11-21 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2615
2616 2017-11-20 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2619 (long_double_typedef): New typedefs.
2620 Use DEF on double and long double.
2621 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2622 cases.
2623 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2624 and 'long_double_ptr_same_size' locals. Use them to decide
2625 whether cast from array/function to float is valid/invalid.
2626
2627 2017-11-17 Tom Tromey <tom@tromey.com>
2628
2629 * gdb.rust/traits.rs: New file.
2630 * gdb.rust/traits.exp: New file.
2631
2632 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2633
2634 * gdb.ada/minsyms: New testcase.
2635
2636 2017-11-16 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2639 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2640
2641 2017-11-16 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2644 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2645
2646 2017-11-16 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.server/reconnect-ctrl-c.c: New file.
2649 * gdb.server/reconnect-ctrl-c.exp: New file.
2650
2651 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2652
2653 * gdb.python/py-rbreak.exp: New file.
2654 * gdb.python/py-rbreak.c: New file.
2655 * gdb.python/py-rbreak-func2.c: New file.
2656
2657 2017-11-16 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2660 pattern.
2661 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2662 GDB.
2663
2664 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2665
2666 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2667 regex.
2668
2669 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2670
2671 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2672 test names.
2673
2674 2017-11-09 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2677 factored out from ...
2678 (top level): ... here, and adjusted to avoid expecting beyond the
2679 prompt in a single gdb_test_multiple.
2680
2681 2017-11-09 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2684 output.
2685 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2686 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2687 * gdb.server/ext-run.exp ("kill" test): Likewise.
2688 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2689
2690 2017-11-09 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2693 match till end of line.
2694
2695 2017-11-09 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2698
2699 2017-11-09 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2702 New procedures, factored out from ...
2703 (top level): ... here, and adjusted to avoid expecting beyond the
2704 prompt in one go.
2705
2706 2017-11-09 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2709 output. Fix '?' match.
2710
2711 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2712
2713 * gdb.ada/scoped_watch: New testcase.
2714 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2715 which is actually correct.
2716 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2717 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2718
2719 2017-11-08 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.gdb/complaints.exp (test_initial_complaints)
2722 (test_serial_complaints, test_short_complaints): Call
2723 complaint_internal instead of complaint.
2724
2725 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2726
2727 * gdb.threads/tls-core.c: New file.
2728 * gdb.threads/tls-core.exp: Likewise.
2729
2730 2017-11-08 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2733 (p Exported_Capitalized): New test.
2734 (p exported_capitalized): New test.
2735
2736 2017-11-07 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2739
2740 2017-11-07 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2743 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2744 (disable_invalid, disable_inverted, disable_negative): New
2745 procedures.
2746 ("bad numbers"): New set of tests.
2747
2748 2017-11-07 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.cp/ena-dis-br-range.exp: Add tests.
2751
2752 2017-11-07 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2755
2756 2017-11-07 Xavier Roirand <roirand@adacore.com>
2757 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/ena-dis-br.exp: Add reference to
2760 gdb.cp/ena-dis-br-range.exp.
2761 * gdb.cp/ena-dis-br-range.exp: New file.
2762 * gdb.cp/ena-dis-br-range.cc: New file.
2763
2764 2017-11-06 Pedro Alves <palves@redhat.com>
2765
2766 * gdb.base/attach-non-pgrp-leader.c: New.
2767 * gdb.base/attach-non-pgrp-leader.exp: New.
2768
2769 2017-11-06 Pedro Alves <palves@redhat.com>
2770
2771 * configure.ac: No longer check for termio.h and sgtty.h.
2772 * configure: Regenerate.
2773 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2774 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2775 Remove termio and sgtty code.
2776
2777 2017-11-03 Yao Qi <yao.qi@linaro.org>
2778
2779 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2780 in GDB is disabled.
2781
2782 2017-11-03 Yao Qi <yao.qi@linaro.org>
2783
2784 * gdb.python/py-thrhandle.exp: Skip it if python is not
2785 enabled.
2786
2787 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2788
2789 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2790 as a breakpoint command.
2791
2792 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2793
2794 PR python/21213
2795 * gdb.python/py-infthread.exp: Test calling
2796 InferiorThread.inferior () multiple times in a row.
2797
2798 2017-10-27 Keith Seitz <keiths@redhat.com>
2799
2800 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2801 Test "info break" for every inlined function breakpoint.
2802
2803 2017-10-27 Yao Qi <yao.qi@linaro.org>
2804
2805 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2806
2807 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2808
2809 * gdb.cp/classes.exp (test_static_members): Test printing
2810 Outer::instance.
2811 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2812 (Inner::instance, Outer::instance): New.
2813
2814 2017-10-24 Pedro Alves <palves@redhat.com>
2815
2816 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2817 extra console" test in two stages.
2818
2819 2017-10-24 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2822
2823 2017-10-24 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2826 loop.
2827
2828 2017-10-24 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2831 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2832
2833 2017-10-24 Pedro Alves <palves@redhat.com>
2834
2835 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2836 parameter and handle it. Don't output read value in test name.
2837
2838 2017-10-24 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2841 custom test name.
2842
2843 2017-10-24 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2846 include the unstable output directory name in the test's name.
2847 (initial_setup_simple) <'set args'>: Use custom test name.
2848
2849 2017-10-24 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2852 with explicit test name.
2853
2854 2017-10-20 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2857 'wait -i'. Use gdb_assert and remote_close.
2858
2859 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2862 number from variable rather than hard-coded.
2863
2864 2017-10-19 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.base/long-inferior-output.c: New file.
2867 * gdb.base/long-inferior-output.exp: New file.
2868
2869 2017-11-18 Keith Seitz <keiths@redhat.com>
2870
2871 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2872 method.
2873 (main): Call it.
2874 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2875 Add additional user-defined conversion operator tests.
2876
2877 2017-10-17 Pedro Alves <palves@redhat.com>
2878
2879 * boards/native-stdio-gdbserver.exp: Load "local-board".
2880
2881 2017-10-17 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/quit-live.c: New file.
2884 * gdb.base/quit-live.exp: New file.
2885
2886 2017-10-16 Keith Seitz <keiths@redhat.com>
2887
2888 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2889 (class_with_protected_typedef, class_with_private_typedef)
2890 (struct_with_public_typedef, struct_with_protected_typedef)
2891 (struct_with_private_typedef): New classes/structs.
2892 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2893 typedefs and access specifiers.
2894
2895 2017-10-16 Pedro Alves <palves@redhat.com>
2896 Simon Marchi <simon.marchi@polymtl.ca>
2897
2898 * README (Local vs Remote vs Native): New section.
2899 * boards/local-board.exp: New file, with bits factored out from
2900 ...
2901 * boards/native-extended-gdbserver.exp: ... here. Load
2902 "local-board".
2903 * boards/native-gdbserver.exp: Load "local-board".
2904 (${board}_spawn, ${board}_exec): Delete.
2905 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2906 ...
2907 * boards/stdio-gdbserver-base.exp: ... this new file.
2908 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2909 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2910 procedure.
2911 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2912 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2913 stdio_gdbserver_command.
2914 (${board}_get_remote_address, ${board}_get_comm_port)
2915 (${board}_download, ${board}_upload): Delete.
2916 (get_target_remote_pipe_cmd): New.
2917
2918 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2919
2920 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2921 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2922 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2923 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2924 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2925 remove with_test_prefix.
2926
2927 2017-10-13 Pedro Alves <palves@redhat.com>
2928
2929 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2930 * gdb.base/annota1.exp: Use it instead of is_remote.
2931 * gdb.base/annota3.exp: Use it instead of is_remote.
2932 * gdb.cp/annota2.exp: Use it instead of is_remote.
2933 * gdb.cp/annota3.exp: Use it instead of is_remote.
2934 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2935
2936 2017-10-13 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2939 (test_num_test_vars, run_and_count_vars, find_env)
2940 (test_set_unset_env, test_inherit_env_var): New procedures.
2941 (top level): Use them.
2942
2943 2017-10-13 Pedro Alves <palves@redhat.com>
2944
2945 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2946 also skip on stub-like targets.
2947
2948 2017-10-13 Pedro Alves <palves@redhat.com>
2949
2950 PR gdb/22293
2951 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2952 (top level): Move some tests to ...
2953 (test_not_found): ... this new procedure.
2954 (top level): Call it.
2955
2956 2017-10-13 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2959 expect different "info terminal" output if testing with a
2960 non-native target.
2961
2962 2017-10-13 Pedro Alves <palves@redhat.com>
2963 Simon Marchi <simon.marchi@polymtl.ca>
2964
2965 PR python/12966
2966 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2967
2968 2017-10-13 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2971 already.
2972
2973 2017-10-13 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2976 is_remote.
2977
2978 2017-10-13 Pedro Alves <palves@redhat.com>
2979
2980 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2981 is_remote.
2982
2983 2017-10-13 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2986 is set.
2987 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2988 instead of is_remote.
2989
2990 2017-10-13 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2993 (top level): Add comment.
2994
2995 2017-10-13 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.base/remote.exp (top level): Fix comment typo and add
2998 missing return.
2999
3000 2017-10-13 Pedro Alves <palves@redhat.com>
3001 Simon Marchi <simon.marchi@polymtl.ca>
3002
3003 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3004 calls and add comments. Skip test if use_gdb_stub is set.
3005 (top level): Use "set cwd" command instead of "cd" command.
3006
3007 2017-10-13 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3010 is_remote target check.
3011
3012 2017-10-13 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/scope.exp: Use build_executable + clean_restart +
3015 gdb_file_cmd instead of prepare_for_testing and no longer skip
3016 "before run" tests on is_remote target boards. Update comments.
3017 * boards/native-extended-gdbserver.exp
3018 (extended_gdbserver_load_last_file): New, factored out from ...
3019 (gdb_load): ... this. Move further below and add comment.
3020 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3021
3022 2017-10-12 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.base/attach.exp: Remove references to gdb64.
3025 * gdb.base/dbx.exp: Remove references to gdb64.
3026
3027 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3028 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.base/label.exp: Remove is_remote target check.
3031
3032 2017-10-12 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.base/auvx.exp (coredir): Update comment.
3035 (top level) <core_works>: Use "set cwd" command instead of "cd"
3036 command.
3037
3038 2017-10-12 Pedro Alves <palves@redhat.com>
3039 Simon Marchi <simon.marchi@polymtl.ca>
3040
3041 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3042 target boards.
3043
3044 2017-10-12 Pedro Alves <palves@redhat.com>
3045 Simon Marchi <simon.marchi@polymtl.ca>
3046
3047 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3048 Instead skip if there's any gdb_protocol set.
3049
3050 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3051 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3054
3055 2017-10-12 Pedro Alves <palves@redhat.com>
3056 Simon Marchi <simon.marchi@polymtl.ca>
3057
3058 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3059 instead of on dejagnu remote boards.
3060
3061 2017-10-12 Pedro Alves <palves@redhat.com>
3062 Simon Marchi <simon.marchi@polymtl.ca>
3063
3064 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3065 checks. Use build_executable + clean_restart instead of
3066 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3067 of enabling non-stop after starting gdb.
3068
3069 2017-10-12 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3072 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3073 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3074 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3075
3076 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3077
3078 * gdb.arch/arc-tdesc-cpu.exp: New file.
3079 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3080
3081 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3082
3083 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3084
3085 2017-10-10 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3088 expect CLI output.
3089
3090 2017-10-10 Pedro Alves <palves@redhat.com>
3091
3092 * lib/selftest-support.exp (selftest_setup): Update for
3093 captured_command_loop's prototype change.
3094
3095 2017-10-09 Pedro Alves <palves@redhat.com>
3096
3097 Test both arch1=>arch2 and arch2=>arch1.
3098
3099 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3100 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3101 factored out to...
3102 (append_arch1_options, append_arch2_options, append_arch_options)
3103 (build_executables): New procedures.
3104 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3105 local.
3106 (top level): Add new 'first_arch' testing axis.
3107
3108 2017-10-09 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3111 (barrier): New.
3112 (thread_start, all_started): New functions.
3113 (main): Spawn new thread and wait until it is scheduled.
3114 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3115 option.
3116 (do_test): Add 'selected_thread' parameter. Run to all_started
3117 instead of main. Explicitly set the breakpoint at main. Switch
3118 to the SELECTED_THREAD thread.
3119 (top level): Test handling the exec event with either the main
3120 thread or the second thread selected.
3121
3122 2017-10-09 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3125 logic. Move STOP marker after the value checks.
3126 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3127 regexp.
3128
3129 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3130
3131 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3132
3133 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3134
3135 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3136 integer-to-dfp conversion.
3137 * gdb.base/dfp-test.exp: Likewise.
3138
3139 2017-10-04 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.multi/hangout.c: Include <unistd.h>.
3142 (hangout_loop): New function.
3143 (main): Call alarm. Call hangout_loop in a loop.
3144 * gdb.multi/hello.c: Include <unistd.h>.
3145 (hello_loop): New function.
3146 (main): Call alarm. Call hangout_loop in a loop.
3147 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3148 inferior with the other selected.
3149
3150 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3151
3152 * gdb.mi/list-thread-groups-available.exp: New file.
3153 * gdb.mi/list-thread-groups-available.c: New file.
3154
3155 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3156
3157 * gdb.base/set-cwd.exp: Make it available on
3158 native-extended-gdbserver.
3159
3160 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3161
3162 * gdb.base/set-cwd.c: New file.
3163 * gdb.base/set-cwd.exp: Likewise.
3164
3165 2017-10-02 Tom Tromey <tom@tromey.com>
3166
3167 PR rust/22236:
3168 * gdb.rust/simple.rs (main): New variable "fslice".
3169 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3170
3171 2017-10-02 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.rust/simple.exp: Test ptype of a slice.
3174
3175 2017-10-02 Tom Tromey <tom@tromey.com>
3176
3177 * gdb.rust/simple.exp: Test index of slice.
3178
3179 2017-09-27 Tom Tromey <tom@tromey.com>
3180
3181 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3182
3183 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3184 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/compare-sections.exp (get value of read-only section): Read
3187 as unsigned value.
3188 (corrupt read-only section): Likewise and don't set written if patching
3189 failed.
3190
3191 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3192
3193 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3194 files.
3195
3196 2017-09-20 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3199 symbol names in gdb's output.
3200 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3201
3202 2017-09-20 Pedro Alves <palves@redhat.com>
3203
3204 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3205 Rename to ...
3206 (test_list_ambiguous_symbol): ... this and add a symbol name
3207 parameter. Adjust.
3208 (test_list_ambiguous_function): Reimplement on top of
3209 test_list_ambiguous_symbol and also test listing ambiguous
3210 variables.
3211 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3212 (ambiguous_fun): ... this.
3213 (ambiguous_var): New.
3214 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3215 (ambiguous_fun): ... this.
3216 (ambiguous_var): New.
3217
3218 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3219
3220 * gdb.base/starti.c: New file.
3221 * gdb.base/starti.exp: New file.
3222 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3223
3224 2017-09-14 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3227 (top level): Use it instead of runto.
3228
3229 2017-09-11 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3232
3233 2017-09-11 Tom Tromey <tom@tromey.com>
3234
3235 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3236 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3237
3238 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3239
3240 * gdb.fortran/printing-types.exp: New file.
3241 * gdb.fortran/printing-types.exp: New file.
3242
3243 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3244
3245 * gdb.fortran/vla-ptype.exp: Fix typos.
3246 * gdb.fortran/vla-value.exp: Same.
3247
3248 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3249
3250 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3251 * gdb.mi/mi-var-child-f.exp: Likewise.
3252 * gdb.mi/mi-vla-fortran.exp: Likewise.
3253
3254 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3255 Christoph Weinmann <christoph.t.weinmann@intel.com>
3256 Bernhard Heckel <bernhard.heckel@intel.com>
3257
3258 * gdb.fortran/ptr-indentation.f90: New file.
3259 * gdb.fortran/ptr-indentation.exp: New file.
3260
3261 2017-09-05 Tom Tromey <tom@tromey.com>
3262
3263 PR gdb/22010:
3264 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3265
3266 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3267
3268 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3269
3270 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 * gdb.threads/tls-nodebug-pie.c: New file.
3273 * gdb.threads/tls-nodebug-pie.exp: New file.
3274
3275 2017-09-05 Tom Tromey <tom@tromey.com>
3276
3277 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3278 for rust.
3279
3280 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3281
3282 * gdb.multi/multi-arch-exec.exp: Test with different
3283 "follow-exec-mode" settings.
3284 (do_test): New procedure.
3285
3286 2017-09-04 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/func-static.c (S::method const, S::method volatile)
3289 (S::method volatile const): New methods.
3290 (c_s, v_s, cv_s): New instances.
3291 (main): Call method() on them.
3292 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3293 (cannot_resolve): New procedure.
3294 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3295 print-quote-unquoted columns.
3296 (do_test): Test printing each scope too.
3297
3298 2017-09-04 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.base/local-static.exp: Also test with
3301 class::method::variable wholly quoted.
3302 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3303
3304 2017-09-04 Pedro Alves <palves@redhat.com>
3305
3306 * gdb.base/local-static.c: New.
3307 * gdb.base/local-static.cc: New.
3308 * gdb.base/local-static.exp: New.
3309
3310 2017-09-04 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.asm/asm-source.exp: Add casts to int.
3313 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3314 (dataglobal64_1, dataglobal64_2): New globals.
3315 * gdb.base/nodebug.exp: Test different expressions involving the
3316 new globals, with print, whatis and ptype. Add casts to int.
3317 * gdb.base/solib-display.exp: Add casts to int.
3318 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3319 * gdb.cp/m-static.exp: Add cast to int.
3320 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3321 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3322 tls variable with no debug info without a cast. Test with a cast
3323 to int too.
3324 * gdb.trace/entry-values.exp: Add casts.
3325
3326 2017-09-04 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.base/nodebug.exp: Test that ptype's error about functions
3329 with unknown return type includes the function name too.
3330
3331 2017-09-04 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3334 return type of munmap in infcall.
3335 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3336 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3337 type of ftell in infcall.
3338 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3339 type of getpid in infcall.
3340 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3341 infcall.
3342 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3343 Bail on failure to extract the pid.
3344 * gdb.base/nodebug.c: #include <stdint.h>.
3345 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3346 New functions.
3347 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3348 Change expected output of print/whatis/ptype with functions with
3349 no debug info. Test all supported languages. Call
3350 test_call_promotion.
3351 * gdb.compile/compile.exp: Adjust expected output to expect
3352 warning.
3353 * gdb.threads/siginfo-threads.exp: Likewise.
3354
3355 2017-09-04 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3358 "prototypes". Test calling float functions via prototyped and
3359 unprototyped function pointers.
3360 (perform_all_tests): New parameter "prototypes". Pass it down.
3361 (top level): Pass down "prototypes" parameter to
3362 perform_all_tests.
3363
3364 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3365
3366 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3367 Test with nested loops.
3368
3369 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3370
3371 * gdb.base/commands.exp: Call the new procedures.
3372 (loop_break_test, loop_continue_test): New procedures.
3373
3374 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3375
3376 * gdb.base/commands.exp: Call new procedure.
3377 (define_if_without_arg_test): New procedure.
3378
3379 2017-09-04 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.base/list-ambiguous.exp: New file.
3382 * gdb.base/list-ambiguous0.c: New file.
3383 * gdb.base/list-ambiguous1.c: New file.
3384 * gdb.base/list.exp (test_list_range): Adjust expected output.
3385
3386 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3387
3388 * gdb.base/share-env-with-gdbserver.c: New file.
3389 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3390
3391 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3392
3393 * gdb.base/commands.exp (gdbvar_simple_if_test,
3394 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3395 progvar_simple_if_test, progvar_simple_while_test,
3396 progvar_complex_if_while_test, user_defined_command_test,
3397 user_defined_command_args_eval,
3398 user_defined_command_args_stack_test,
3399 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3400 temporary_breakpoint_commands,
3401 gdb_test_no_prompt, redefine_hook_test,
3402 redefine_backtrace_test): Remove "global gdb_prompt".
3403
3404 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3405
3406 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3407 New proc, call it from toplevel.
3408
3409 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3410
3411 PR remote/21852
3412 * gdb.server/normal.c: New file, copied from gdb.base.
3413 * gdb.server/run-without-local-binary.exp: New file.
3414
3415 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3416
3417 * gdb.arch/sparc64-adi.exp: New file.
3418 * gdb.arch/sparc64-adi.c: New file.
3419
3420 2017-08-22 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3423 (top level): Add "list all overloads" tests.
3424
3425 2017-08-22 Tom Tromey <tom@tromey.com>
3426
3427 * gdb.gdb/xfullpath.exp: Remove.
3428
3429 2017-08-21 Pedro Alves <palves@redhat.com>
3430
3431 PR gdb/19487
3432 * gdb.base/symbol-alias.c: New.
3433 * gdb.base/symbol-alias2.c: New.
3434 * gdb.base/symbol-alias.exp: New.
3435
3436 2017-08-21 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/dfp-test.c
3439 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3440 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3441 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3442 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3443 * gdb.base/whatis-ptype-typedefs.c: New.
3444 * gdb.base/whatis-ptype-typedefs.exp: New.
3445 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3446 (an_int, an_int_type, an_int_type2): New globals.
3447 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3448 involving typedefs and cast expressions.
3449 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3450 (lookup_typedefs_function): New.
3451 (typedefs_pretty_printers_dict): New.
3452 (top level): Register lookup_typedefs_function in
3453 gdb.pretty_printers.
3454
3455 2017-08-18 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.server/unittest.exp: New.
3458
3459 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3460
3461 PR gdb/21954
3462 * gdb.base/environ.exp: Add test to check if 'unset environment'
3463 works.
3464
3465 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3466
3467 * lib/gdb.exp (universal_compile_options): New caching proc.
3468 (gdb_compile): Suppress GCC's coloring of messages.
3469
3470 2017-08-14 Tom Tromey <tom@tromey.com>
3471
3472 PR gdb/21675:
3473 * gdb.base/printcmds.exp (test_radices): New function.
3474 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3475 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3476 * lib/gdb.exp (get_integer_valueof): Use p/d.
3477
3478 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3479
3480 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3481 characters.
3482
3483 2017-08-05 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.rust/simple.exp: Allow String to appear in a different
3486 namespace.
3487
3488 2017-07-26 Yao Qi <yao.qi@linaro.org>
3489
3490 * gdb.gdb/unittest.exp: Invoke command
3491 "maintenance check xml-descriptions".
3492
3493 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3494
3495 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3496 calling context.
3497 (hex128): Drop erroneous calculation of parameters.
3498
3499 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3500
3501 * gdb.python/py-unwind.exp: Disable stack protection when
3502 building test file.
3503
3504 2017-07-20 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.base/default.exp (set language): Adjust expected output.
3507
3508 2017-07-20 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3511 (test_minsym): ... this, and make static.
3512 (get_pck__foo__bar__minsym): Rename to ...
3513 (get_test_minsym): ... this.
3514 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3515 symbol names and comments.
3516 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3517 (get_test_minsym): ... this.
3518 (pck__foo__bar__minsym__2): Rename to ...
3519 (test_minsym): ... this.
3520 (main): Adjust.
3521
3522 2017-07-17 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.base/completion.exp: Adjust expected output.
3525 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3526 the completer works.
3527
3528 2017-07-17 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3531
3532 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3533
3534 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3535
3536 2017-07-14 Tom Tromey <tom@tromey.com>
3537
3538 PR rust/21764:
3539 * gdb.rust/simple.exp: Add tests.
3540
3541 2017-07-14 Tom Tromey <tom@tromey.com>
3542
3543 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3544
3545 2017-07-14 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.linespec/base/one/thefile.cc (z1): New function.
3548 * gdb.linespec/base/two/thefile.cc (z2): New function.
3549 * gdb.linespec/linespec.exp: Add tests.
3550
3551 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3552
3553 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3554 to mi_create_breakpoint.
3555
3556 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3559 mi_create_breakpoint.
3560
3561 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3562
3563 * gdb.dlang/demangle.exp: Update for demangling changes.
3564
3565 2017-07-09 Tom Tromey <tom@tromey.com>
3566
3567 * gdb.dwarf2/shortpiece.exp: New file.
3568
3569 2017-07-06 David Blaikie <dblaikie@gmail.com>
3570
3571 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3572 built from fissiont-multi-cu{1,2}.c.
3573 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3574 except putting 'main' and 'func' in separate CUs in the same DWO file.
3575 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3576 test.
3577 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3578 test.
3579
3580 2017-07-06 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.python/py-unwind.exp: Test flushregs.
3583
3584 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3585
3586 PR cli/21688
3587 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3588 tests for alias commands and trailing whitespace.
3589
3590 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3591
3592 PR cli/21688
3593 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3594 procedure. Call it.
3595
3596 2017-06-29 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/printcmds.exp: Add tests.
3599
3600 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3601
3602 PR gdb/21337
3603 * gdb.base/reread-readsym.exp: New file.
3604 * gdb.base/reread-readsym.c: New file.
3605
3606 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3607
3608 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3609 subpattern.
3610
3611 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3612
3613 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3614 extended mnemonic.
3615 * gdb.arch/powerpc-power9.s: Likewise.
3616
3617 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3618
3619 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3620 on 32-bit x86 targets. Exploit is_*_target macros where
3621 appropriate.
3622
3623 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3624
3625 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3626 register pieces.
3627
3628 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3629
3630 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3631 located in one or more DWARF pieces.
3632
3633 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3634
3635 * lib/gdb.exp (get_endianness): New proc.
3636 * gdb.arch/aarch64-fp.exp: Use it.
3637 * gdb.arch/altivec-regs.exp: Likewise.
3638 * gdb.arch/e500-regs.exp: Likewise.
3639 * gdb.arch/vsx-regs.exp: Likewise.
3640 * gdb.base/dump.exp: Likewise.
3641 * gdb.base/funcargs.exp: Likewise.
3642 * gdb.base/gnu_vector.exp: Likewise.
3643 * gdb.dwarf2/formdata16.exp: Likewise.
3644 * gdb.dwarf2/implptrpiece.exp: Likewise.
3645 * gdb.dwarf2/nonvar-access.exp: Likewise.
3646 * gdb.python/py-inferior.exp: Likewise.
3647 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3648
3649 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3650
3651 PR gdb/21226
3652 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3653 stack value pieces are taken from the LSB end.
3654
3655 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3656
3657 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3658 variable at nonzero offset.
3659
3660 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3661
3662 * gdb.dwarf2/var-access.c: New file.
3663 * gdb.dwarf2/var-access.exp: New test.
3664 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3665
3666 2017-06-12 Tom Tromey <tom@tromey.com>
3667
3668 * gdb.dwarf2/formdata16.exp: Add tests.
3669
3670 2017-06-12 Tom Tromey <tom@tromey.com>
3671
3672 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3673
3674 2017-06-12 Tom Tromey <tom@tromey.com>
3675
3676 PR exp/16225:
3677 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3678 * gdb.arch/vsx-regs.exp: Update tests.
3679 * gdb.arch/s390-vregs.exp (hex128): New proc.
3680 Update test.
3681 * gdb.arch/altivec-regs.exp: Update tests.
3682
3683 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3684
3685 * gdb.base/startup-with-shell.c: New file.
3686 * gdb.base/startup-with-shell.exp: Likewise.
3687
3688 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3689
3690 * gdb.server/non-existing-program.exp: Update regex in order to
3691 reflect the fact that gdbserver is now using fork_inferior (with a
3692 shell) to startup the inferior.
3693
3694 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3695
3696 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3697 support function calls from GDB.
3698
3699 2017-05-21 Tom Tromey <tom@tromey.com>
3700
3701 PR rust/21466:
3702 * gdb.rust/unsized.exp: New file.
3703 * gdb.rust/unsized.rs: New file.
3704
3705 2017-05-19 Tom Tromey <tom@tromey.com>
3706
3707 PR rust/21484:
3708 * gdb.rust/watch.exp: New file.
3709 * gdb.rust/watch.rs: New file.
3710
3711 2017-05-18 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.rust/simple.exp: Allow Box to be qualified.
3714
3715 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3716
3717 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3718
3719 2017-05-18 Pedro Alves <palves@redhat.com>
3720
3721 * gdb.base/fileio.c (test_write, test_read, test_close)
3722 (test_fstat): Don't print 'ret' in the fail path.
3723
3724 2017-05-18 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3727 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3728 (test_system, test_rename, test_unlink, test_time): Change
3729 prototypes.
3730 * gdb.base/fileio.exp (stop_msg): Adjust.
3731
3732 2017-05-18 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.base/fileio.c (null_str): New global.
3735 (test_stat): Use it.
3736 * gdb.base/fileio.exp: Remove nowarnings.
3737
3738 2017-05-17 Yao Qi <yao.qi@linaro.org>
3739
3740 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3741
3742 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3743
3744 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3745 argument command.
3746 (top-level): Invoke test_set_inferior_tty.
3747
3748 2017-05-04 Pedro Alves <palves@redhat.com>
3749
3750 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3751 Add parens to print call for Python 3.
3752
3753 2017-05-03 Keith Seitz <keiths@redhat.com>
3754
3755 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3756 (main): Call it.
3757
3758 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3759
3760 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3761 to prev and next.
3762
3763 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3764
3765 * gdb.python/py-record-btrace.exp: Remove test for
3766 gdb.BtraceInstruction.error.
3767
3768 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3769
3770 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3771
3772 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3773
3774 * gdb.python/py-record-btrace-threads.c: New file.
3775 * gdb.python/py-record-btrace-threads.exp: New file.
3776
3777 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3778
3779 PR testsuite/8595
3780 * gdb.base/environ.exp: Make test available in all architectures.
3781 Move bits related to "info program" testing to
3782 gdb.base/info-program.exp. Rewrite tests to use the two new
3783 procedures mentione below.
3784 (test_set_show_env_var) New procedure.
3785 (test_set_show_env_var_equal): Likewise.
3786 * gdb.base/info-program.exp: New file.
3787
3788 2017-04-27 Keith Seitz <keiths@redhat.com>
3789
3790 * gdb.cp/oranking.cc (test15): New function.
3791 (main): Call test15 and declare additional variables for testing.
3792 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3793 "p foo101('abc')" tests.
3794 Add tests for cv qualifier overloads.
3795 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3796 "lvalue reference overload" test.
3797 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3798 "print value of f1 on Child&& in f2" test.
3799
3800 2017-04-19 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3803 procedure.
3804 (top level): Call it.
3805 * lib/gdb.exp (gdb_define_cmd): New procedure.
3806
3807 2017-04-12 Pedro Alves <palves@redhat.com>
3808
3809 PR gdb/21323
3810 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3811 (wchar): New global.
3812 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3813 (do_test_wide_char, wide_char_types_no_program, top level): Add
3814 wchar_t testing.
3815
3816 2017-04-12 Pedro Alves <palves@redhat.com>
3817
3818 PR c++/21323
3819 * gdb.cp/wide_char_types.c: New file.
3820 * gdb.cp/wide_char_types.exp: New file.
3821
3822 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3823
3824 PR gdb/21352
3825 * gdb.trace/tsv.exp: Add test for "tsave -r".
3826
3827 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3828
3829 * gdb.dlang/watch-loc.c: New file.
3830 * gdb.dlang/watch-loc.exp: New file.
3831
3832 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3835
3836 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3837
3838 * gdb.arch/arc-analyze-prologue.S: New file.
3839 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3840
3841 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3842
3843 * gdb.arch/arc-decode-insn.S: New file.
3844 * gdb.arch/arc-decode-insn.exp: Likewise.
3845
3846 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3847
3848 PR tdep/20928
3849 * gdb.arch/sparc64-regs.exp: New file.
3850 * gdb.arch/sparc64-regs.S: Likewise.
3851
3852 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3853
3854 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3855 and memory view on Python 3.
3856
3857 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3858 Keith Seitz <keiths@redhat.com>
3859
3860 PR gdb/14441
3861 * gdb.cp/demangle.exp: Add rvalue reference tests.
3862 * gdb.cp/rvalue-ref-casts.cc: New file.
3863 * gdb.cp/rvalue-ref-casts.exp: New file.
3864 * gdb.cp/rvalue-ref-overload.cc: New file.
3865 * gdb.cp/rvalue-ref-overload.exp: New file.
3866 * gdb.cp/rvalue-ref-params.cc: New file.
3867 * gdb.cp/rvalue-ref-params.exp: New file.
3868 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3869 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3870 * gdb.cp/rvalue-ref-types.cc: New file.
3871 * gdb.cp/rvalue-ref-types.exp: New file.
3872 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3873 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3874
3875 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3876
3877 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3878 New procedure.
3879
3880 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3881
3882 * lib/mi-support.exp (mi_gdb_test): Add additional message
3883 for unexpected output.
3884
3885 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3886
3887 * gdb.base/examine-backward.c (Barrier): New character array
3888 constant, to ensure that TestStrings is preceded by a string
3889 terminator.
3890
3891 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3892
3893 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3894 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3895 and implicit pointer into such a location.
3896
3897 2017-03-16 Doug Evans <dje@google.com>
3898
3899 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3900
3901 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3902
3903 * gdb.cp/m-static.exp: Fix expectation for prototype of
3904 test5.single_constructor and single_constructor::single_constructor.
3905
3906 2017-03-16 Doug Evans <dje@google.com>
3907
3908 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3909 * gdb.guile/scm-lazy-string.c: New file.
3910 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3911 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3912 for pointer, array, typedef lazy strings.
3913
3914 2017-03-16 Doug Evans <dje@google.com>
3915
3916 PR python/17728, python/18439, python/18779
3917 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3918 * gdb.python/py-lazy-string.c (pointer): New typedef.
3919 (main): New locals ptr, array, typedef_ptr.
3920 * gdb.python/py-value.exp: Move lazy string tests to ...
3921 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3922 array, typedef lazy strings.
3923
3924 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3925
3926 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3927 Add optional 'test' parameter.
3928
3929 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3930
3931 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3932 Skip for versions of DejaGnu < 1.5.
3933
3934 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3935
3936 * lib/gdb.exp (dejagnu_version): New proc.
3937 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3938 Use dejagnu_version.
3939
3940 2017-03-10 Keith Seitz <keiths@redhat.com>
3941
3942 PR c++/8128
3943 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3944 type from destructor regexps.
3945 Add a branch which actually passes the test.
3946 Adjust "ptype t5i" test names.
3947
3948 2017-03-08 Pedro Alves <palves@redhat.com>
3949
3950 * gdb.base/step-over-exit.exp: Add explicit test message.
3951
3952 2017-03-08 Pedro Alves <palves@redhat.com>
3953
3954 PR gdb/18360
3955 * gdb.threads/interrupt-while-step-over.c: New file.
3956 * gdb.threads/interrupt-while-step-over.exp: New file.
3957
3958 2017-03-08 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3961 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3962
3963 2017-03-08 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3966 PKRU as not supported as a PASS.
3967
3968 2017-03-08 Pedro Alves <palves@redhat.com>
3969
3970 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3971 prefix instead of $binfile1/$binfile2.
3972 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3973 in test message.
3974 * gdb.python/py-completion.exp: Use "load python file" as test
3975 messages instead of unstable path names.
3976
3977 2017-03-08 Pedro Alves <palves@redhat.com>
3978 Jan Kratochvil <jan.kratochvil@redhat.com>
3979
3980 PR cli/21218
3981 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3982 New proc.
3983 (top level): Call it.
3984
3985 2017-03-08 Pedro Alves <palves@redhat.com>
3986
3987 PR tui/21216
3988 * gdb.tui/tui-nl-filtered-output.exp: New file.
3989
3990 2017-03-08 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.base/completion.exp: Move TUI completion tests to ...
3993 * gdb.tui/completion.exp: ... this new file.
3994
3995 2017-03-08 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.base/tui-disasm-long-lines.c,
3998 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3999 gdb.base/tui-layout.exp: Move to ...
4000 * gdb.tui/: ... this new directory.
4001
4002 2017-03-07 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/tui-layout.c: New file.
4005 * gdb.base/tui-layout.exp: New file.
4006
4007 2017-03-07 Pedro Alves <palves@redhat.com>
4008
4009 * gdb.base/tui-layout.c: Rename to ...
4010 * gdb.base/tui-disasm-long-lines.c: ... this.
4011 * gdb.base/tui-layout.exp: Rename to ...
4012 * gdb.base/tui-disasm-long-lines.exp: ... this.
4013
4014 2017-03-07 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4017
4018 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4019
4020 * i386-mpx-call.c: New file.
4021 * i386-mpx-call.exp: New file.
4022
4023 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4024
4025 * gdb.arch/powerpc-power.exp: Delete test.
4026 * gdb.arch/powerpc-power.s: Likewise.
4027 * gdb.disasm/disassembler-options.exp: New test.
4028 * gdb.arch/powerpc-altivec.exp: Likewise.
4029 * gdb.arch/powerpc-altivec.s: Likewise.
4030 * gdb.arch/powerpc-altivec2.exp: Likewise.
4031 * gdb.arch/powerpc-altivec2.s: Likewise.
4032 * gdb.arch/powerpc-altivec3.exp: Likewise.
4033 * gdb.arch/powerpc-altivec3.s: Likewise.
4034 * gdb.arch/powerpc-power7.exp: Likewise.
4035 * gdb.arch/powerpc-power7.s: Likewise.
4036 * gdb.arch/powerpc-power8.exp: Likewise.
4037 * gdb.arch/powerpc-power8.s: Likewise.
4038 * gdb.arch/powerpc-power9.exp: Likewise.
4039 * gdb.arch/powerpc-power9.s: Likewise.
4040 * gdb.arch/powerpc-vsx.exp: Likewise.
4041 * gdb.arch/powerpc-vsx.s: Likewise.
4042 * gdb.arch/powerpc-vsx2.exp: Likewise.
4043 * gdb.arch/powerpc-vsx2.s: Likewise.
4044 * gdb.arch/powerpc-vsx3.exp: Likewise.
4045 * gdb.arch/powerpc-vsx3.s: Likewise.
4046 * gdb.arch/arm-disassembler-options.exp: Likewise.
4047 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4048 * gdb.arch/s390-disassembler-options.exp: Likewise.
4049
4050 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
4051
4052 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4053 (check_supported_features): ... this. Changed return type to void.
4054 (supports_rdseed): New static global.
4055 (rdseed): Check supports_rdseed.
4056 (initialize): Call check_supported_features.
4057
4058 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4059
4060 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4061 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4062 and lqarx/stqcx.
4063 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4064 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4065
4066 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4067
4068 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4069 uppercase.
4070
4071 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4072
4073 * gdb.dwarf2/formdata16.c: New file.
4074 * gdb.dwarf2/formdata16.exp: New file.
4075 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4076
4077 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4080 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4081 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4082 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4083 DW_AT_GNU_*.
4084
4085 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
4087 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4088
4089 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4090
4091 PR gdb/21164
4092 * gdb.base/maint.exp: Add testcases for when the commands do
4093 not have arguments.
4094
4095 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4096
4097 * gdb.cp/chained-calls.exp: Use p instead of P.
4098
4099 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4100
4101 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4102 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4103
4104 2017-02-14 Tom Tromey <tom@tromey.com>
4105
4106 PR python/13598:
4107 * gdb.python/py-events.exp: Add before_prompt event tests.
4108
4109 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4110
4111 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4112
4113 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4114
4115 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4116 (main): Call my_unique_function_name.
4117 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4118 completion of patterns with a single match.
4119 Add missing -re switches to gdb_test_multiple calls.
4120
4121 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
4122
4123 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4124 return if core file is not recognized.
4125
4126 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4127
4128 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4129 and extra UIs.
4130
4131 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4132
4133 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4134 proc_with_prefix.
4135
4136 2017-02-10 Tom Tromey <tom@tromey.com>
4137
4138 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4139
4140 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
4141
4142 PR gdb/21122
4143 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4144
4145 2017-02-08 Jerome Guitton <guitton@adacore.com>
4146
4147 * gdb.base/define.exp: Add test for command abbreviations
4148 in define.
4149
4150 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
4151
4152 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4153 * gdb.reverse/insn-reverse-x86.c: New file.
4154
4155 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4156
4157 PR tdep/20936
4158 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4159
4160 2017-02-03 Tom Tromey <tom@tromey.com>
4161
4162 PR rust/21097:
4163 * gdb.rust/simple.exp: Add new tests.
4164
4165 2017-02-02 Pedro Alves <palves@redhat.com>
4166
4167 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4168 tests.
4169
4170 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4171
4172 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4173 taking a 2-byte value out of a 4-byte DWARF implicit value on
4174 big-endian targets.
4175 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4176 logic. Add test cases for DW_OP_implicit.
4177
4178 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4179
4180 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4181
4182 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4183
4184 * gdb.btrace/enable.exp: Call gdb_exit before
4185 skip_gdbserver_tests.
4186
4187 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4188
4189 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4190 GDBFLAGS.
4191
4192 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4193
4194 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4195 the test is skipped.
4196 * gdb.btrace/data.exp: Likewise.
4197 * gdb.btrace/delta.exp: Likewise.
4198 * gdb.btrace/dlopen.exp: Likewise.
4199 * gdb.btrace/enable-running.exp: Likewise.
4200 * gdb.btrace/enable.exp: Likewise.
4201 * gdb.btrace/exception.exp: Likewise.
4202 * gdb.btrace/function_call_history.exp: Likewise.
4203 * gdb.btrace/gcore.exp: Likewise.
4204 * gdb.btrace/instruction_history.exp: Likewise.
4205 * gdb.btrace/multi-thread-step.exp: Likewise.
4206 * gdb.btrace/nohist.exp: Likewise.
4207 * gdb.btrace/non-stop.exp: Likewise.
4208 * gdb.btrace/reconnect.exp: Likewise.
4209 * gdb.btrace/record_goto-step.exp: Likewise.
4210 * gdb.btrace/record_goto.exp: Likewise.
4211 * gdb.btrace/rn-dl-bind.exp: Likewise.
4212 * gdb.btrace/segv.exp: Likewise.
4213 * gdb.btrace/step.exp: Likewise.
4214 * gdb.btrace/stepi.exp: Likewise.
4215 * gdb.btrace/tailcall-only.exp: Likewise.
4216 * gdb.btrace/tailcall.exp: Likewise.
4217 * gdb.btrace/tsx.exp: Likewise.
4218 * gdb.btrace/unknown_functions.exp: Likewise.
4219 * gdb.btrace/vdso.exp: Likewise.
4220
4221 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4222
4223 * gdb.btrace/enable-running.c: New.
4224 * gdb.btrace/enable-running.exp: New.
4225
4226 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4227
4228 * gdb.arch/amd64-gs_base.c: New file.
4229 * gdb.arch/amd64-gs_base.exp: New file.
4230
4231 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4232
4233 * lib/memory.exp: Remove spurious empty newlines.
4234
4235 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4236
4237 * gdb.python/py-bad-printers.exp: Load python file using "source".
4238 * gdb.python/py-events.exp: Likewise.
4239 * gdb.python/py-evsignal.exp: Likewise.
4240 * gdb.python/py-evthreads.exp: Likewise.
4241 * gdb.python/py-frame-args.exp: Likewise.
4242 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4243 * gdb.python/py-framefilter-mi.exp: Likewise.
4244 * gdb.python/py-framefilter.exp: Likewise.
4245 * gdb.python/py-mi.exp: Likewise.
4246 * gdb.python/py-pp-maint.exp: Likewise.
4247 * gdb.python/py-pp-registration.exp: Likewise.
4248 * gdb.python/py-prettyprint.exp: Likewise.
4249 (run_lang_tests): Likewise.
4250 * gdb.python/py-typeprint.exp: Likewise.
4251
4252 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4253
4254 * lib/memory.exp: New file.
4255 * lib/gdb.exp: Load memory.exp.
4256 * gdb.base/memattr.exp (delete_memory): Move proc to
4257 lib/memory.exp and rename to delete_memory_regions.
4258 Replace delete_memory with delete_memory_regions.
4259 Cleanup memory regions before tests.
4260 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4261 before tests.
4262
4263 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4264
4265 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4266 files.
4267 (initialize): New function conditionally defined.
4268 (testcases): Move within conditional block.
4269 (main): Call initialize.
4270 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4271 of gdb.reverse/insn-reverse.c.
4272 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4273 gdb.reverse/insn-reverse.c.
4274
4275 2017-01-26 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4278 disassemble on address 0.
4279
4280 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4281 Yao Qi <yao.qi@linaro.org>
4282
4283 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4284 * gdb.dwarf2/implptr-64bit.S: Remove.
4285 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4286 variables in caller's context. Add DW_OP_implicit_value.
4287
4288 2017-01-25 Yao Qi <yao.qi@linaro.org>
4289
4290 * lib/dwarf.exp (Dwarf::_location): Handle
4291 DW_OP_GNU_implicit_pointer with proper size.
4292
4293 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4294
4295 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4296 and add untested calls.
4297
4298 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4299
4300 * gdb.python/python.exp: Check line number against what GDB thinks
4301 the line number is for func1.
4302
4303 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4304
4305 * gdb.dlang/debug-expr.exp: New file.
4306
4307 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4308
4309 Fix test names for the following files:
4310
4311 * gdb.ada/exec_changed.exp
4312 * gdb.ada/info_types.exp
4313 * gdb.arch/aarch64-atomic-inst.exp
4314 * gdb.arch/aarch64-fp.exp
4315 * gdb.arch/altivec-abi.exp
4316 * gdb.arch/altivec-regs.exp
4317 * gdb.arch/amd64-byte.exp
4318 * gdb.arch/amd64-disp-step.exp
4319 * gdb.arch/amd64-dword.exp
4320 * gdb.arch/amd64-entry-value-inline.exp
4321 * gdb.arch/amd64-entry-value-param.exp
4322 * gdb.arch/amd64-entry-value-paramref.exp
4323 * gdb.arch/amd64-entry-value.exp
4324 * gdb.arch/amd64-i386-address.exp
4325 * gdb.arch/amd64-invalid-stack-middle.exp
4326 * gdb.arch/amd64-invalid-stack-top.exp
4327 * gdb.arch/amd64-optimout-repeat.exp
4328 * gdb.arch/amd64-prologue-skip.exp
4329 * gdb.arch/amd64-prologue-xmm.exp
4330 * gdb.arch/amd64-stap-special-operands.exp
4331 * gdb.arch/amd64-stap-wrong-subexp.exp
4332 * gdb.arch/amd64-tailcall-cxx.exp
4333 * gdb.arch/amd64-tailcall-noret.exp
4334 * gdb.arch/amd64-tailcall-ret.exp
4335 * gdb.arch/amd64-tailcall-self.exp
4336 * gdb.arch/amd64-word.exp
4337 * gdb.arch/arm-bl-branch-dest.exp
4338 * gdb.arch/arm-disp-step.exp
4339 * gdb.arch/arm-neon.exp
4340 * gdb.arch/arm-single-step-kernel-helper.exp
4341 * gdb.arch/avr-flash-qualifier.exp
4342 * gdb.arch/disp-step-insn-reloc.exp
4343 * gdb.arch/e500-abi.exp
4344 * gdb.arch/e500-regs.exp
4345 * gdb.arch/ftrace-insn-reloc.exp
4346 * gdb.arch/i386-avx512.exp
4347 * gdb.arch/i386-bp_permanent.exp
4348 * gdb.arch/i386-byte.exp
4349 * gdb.arch/i386-cfi-notcurrent.exp
4350 * gdb.arch/i386-disp-step.exp
4351 * gdb.arch/i386-dr3-watch.exp
4352 * gdb.arch/i386-float.exp
4353 * gdb.arch/i386-gnu-cfi.exp
4354 * gdb.arch/i386-mpx-map.exp
4355 * gdb.arch/i386-mpx-sigsegv.exp
4356 * gdb.arch/i386-mpx-simple_segv.exp
4357 * gdb.arch/i386-mpx.exp
4358 * gdb.arch/i386-permbkpt.exp
4359 * gdb.arch/i386-prologue.exp
4360 * gdb.arch/i386-signal.exp
4361 * gdb.arch/i386-size-overlap.exp
4362 * gdb.arch/i386-unwind.exp
4363 * gdb.arch/i386-word.exp
4364 * gdb.arch/mips-fcr.exp
4365 * gdb.arch/powerpc-d128-regs.exp
4366 * gdb.arch/powerpc-stackless.exp
4367 * gdb.arch/ppc64-atomic-inst.exp
4368 * gdb.arch/s390-stackless.exp
4369 * gdb.arch/s390-tdbregs.exp
4370 * gdb.arch/s390-vregs.exp
4371 * gdb.arch/sparc-sysstep.exp
4372 * gdb.arch/thumb-bx-pc.exp
4373 * gdb.arch/thumb-singlestep.exp
4374 * gdb.arch/thumb2-it.exp
4375 * gdb.arch/vsx-regs.exp
4376 * gdb.asm/asm-source.exp
4377 * gdb.base/a2-run.exp
4378 * gdb.base/advance.exp
4379 * gdb.base/all-bin.exp
4380 * gdb.base/anon.exp
4381 * gdb.base/args.exp
4382 * gdb.base/arithmet.exp
4383 * gdb.base/async-shell.exp
4384 * gdb.base/async.exp
4385 * gdb.base/attach-pie-noexec.exp
4386 * gdb.base/attach-twice.exp
4387 * gdb.base/auto-load.exp
4388 * gdb.base/bang.exp
4389 * gdb.base/bitfields.exp
4390 * gdb.base/break-always.exp
4391 * gdb.base/break-caller-line.exp
4392 * gdb.base/break-entry.exp
4393 * gdb.base/break-inline.exp
4394 * gdb.base/break-on-linker-gcd-function.exp
4395 * gdb.base/break-probes.exp
4396 * gdb.base/break.exp
4397 * gdb.base/breakpoint-shadow.exp
4398 * gdb.base/call-ar-st.exp
4399 * gdb.base/call-sc.exp
4400 * gdb.base/call-signal-resume.exp
4401 * gdb.base/call-strs.exp
4402 * gdb.base/callfuncs.exp
4403 * gdb.base/catch-fork-static.exp
4404 * gdb.base/catch-gdb-caused-signals.exp
4405 * gdb.base/catch-load.exp
4406 * gdb.base/catch-signal-fork.exp
4407 * gdb.base/catch-signal.exp
4408 * gdb.base/catch-syscall.exp
4409 * gdb.base/charset.exp
4410 * gdb.base/checkpoint.exp
4411 * gdb.base/chng-syms.exp
4412 * gdb.base/code-expr.exp
4413 * gdb.base/code_elim.exp
4414 * gdb.base/commands.exp
4415 * gdb.base/completion.exp
4416 * gdb.base/complex.exp
4417 * gdb.base/cond-expr.exp
4418 * gdb.base/condbreak.exp
4419 * gdb.base/consecutive.exp
4420 * gdb.base/continue-all-already-running.exp
4421 * gdb.base/coredump-filter.exp
4422 * gdb.base/corefile.exp
4423 * gdb.base/dbx.exp
4424 * gdb.base/debug-expr.exp
4425 * gdb.base/define.exp
4426 * gdb.base/del.exp
4427 * gdb.base/disabled-location.exp
4428 * gdb.base/disasm-end-cu.exp
4429 * gdb.base/disasm-optim.exp
4430 * gdb.base/display.exp
4431 * gdb.base/duplicate-bp.exp
4432 * gdb.base/ena-dis-br.exp
4433 * gdb.base/ending-run.exp
4434 * gdb.base/enumval.exp
4435 * gdb.base/environ.exp
4436 * gdb.base/eu-strip-infcall.exp
4437 * gdb.base/eval-avoid-side-effects.exp
4438 * gdb.base/eval-skip.exp
4439 * gdb.base/exitsignal.exp
4440 * gdb.base/expand-psymtabs.exp
4441 * gdb.base/filesym.exp
4442 * gdb.base/find-unmapped.exp
4443 * gdb.base/finish.exp
4444 * gdb.base/float.exp
4445 * gdb.base/foll-exec-mode.exp
4446 * gdb.base/foll-exec.exp
4447 * gdb.base/foll-fork.exp
4448 * gdb.base/fortran-sym-case.exp
4449 * gdb.base/freebpcmd.exp
4450 * gdb.base/func-ptr.exp
4451 * gdb.base/func-ptrs.exp
4452 * gdb.base/funcargs.exp
4453 * gdb.base/gcore-buffer-overflow.exp
4454 * gdb.base/gcore-relro-pie.exp
4455 * gdb.base/gcore-relro.exp
4456 * gdb.base/gcore.exp
4457 * gdb.base/gdb1090.exp
4458 * gdb.base/gdb11530.exp
4459 * gdb.base/gdb11531.exp
4460 * gdb.base/gdb1821.exp
4461 * gdb.base/gdbindex-stabs.exp
4462 * gdb.base/gdbvars.exp
4463 * gdb.base/hbreak.exp
4464 * gdb.base/hbreak2.exp
4465 * gdb.base/included.exp
4466 * gdb.base/infcall-input.exp
4467 * gdb.base/inferior-died.exp
4468 * gdb.base/infnan.exp
4469 * gdb.base/info-macros.exp
4470 * gdb.base/info-os.exp
4471 * gdb.base/info-proc.exp
4472 * gdb.base/info-shared.exp
4473 * gdb.base/info-target.exp
4474 * gdb.base/infoline.exp
4475 * gdb.base/interp.exp
4476 * gdb.base/interrupt.exp
4477 * gdb.base/jit-reader.exp
4478 * gdb.base/jit-simple.exp
4479 * gdb.base/kill-after-signal.exp
4480 * gdb.base/kill-detach-inferiors-cmd.exp
4481 * gdb.base/label.exp
4482 * gdb.base/langs.exp
4483 * gdb.base/ldbl_e308.exp
4484 * gdb.base/line-symtabs.exp
4485 * gdb.base/linespecs.exp
4486 * gdb.base/list.exp
4487 * gdb.base/long_long.exp
4488 * gdb.base/longest-types.exp
4489 * gdb.base/maint.exp
4490 * gdb.base/max-value-size.exp
4491 * gdb.base/memattr.exp
4492 * gdb.base/mips_pro.exp
4493 * gdb.base/morestack.exp
4494 * gdb.base/moribund-step.exp
4495 * gdb.base/multi-forks.exp
4496 * gdb.base/nested-addr.exp
4497 * gdb.base/nextoverexit.exp
4498 * gdb.base/noreturn-finish.exp
4499 * gdb.base/noreturn-return.exp
4500 * gdb.base/nostdlib.exp
4501 * gdb.base/offsets.exp
4502 * gdb.base/opaque.exp
4503 * gdb.base/pc-fp.exp
4504 * gdb.base/permissions.exp
4505 * gdb.base/print-symbol-loading.exp
4506 * gdb.base/prologue-include.exp
4507 * gdb.base/psymtab.exp
4508 * gdb.base/ptype.exp
4509 * gdb.base/random-signal.exp
4510 * gdb.base/randomize.exp
4511 * gdb.base/range-stepping.exp
4512 * gdb.base/readline-ask.exp
4513 * gdb.base/recpar.exp
4514 * gdb.base/recurse.exp
4515 * gdb.base/relational.exp
4516 * gdb.base/restore.exp
4517 * gdb.base/return-nodebug.exp
4518 * gdb.base/return.exp
4519 * gdb.base/run-after-attach.exp
4520 * gdb.base/save-bp.exp
4521 * gdb.base/scope.exp
4522 * gdb.base/sect-cmd.exp
4523 * gdb.base/set-lang-auto.exp
4524 * gdb.base/set-noassign.exp
4525 * gdb.base/setvar.exp
4526 * gdb.base/sigall.exp
4527 * gdb.base/sigbpt.exp
4528 * gdb.base/siginfo-addr.exp
4529 * gdb.base/siginfo-infcall.exp
4530 * gdb.base/siginfo-obj.exp
4531 * gdb.base/siginfo.exp
4532 * gdb.base/signals-state-child.exp
4533 * gdb.base/signest.exp
4534 * gdb.base/sigstep.exp
4535 * gdb.base/sizeof.exp
4536 * gdb.base/skip.exp
4537 * gdb.base/solib-corrupted.exp
4538 * gdb.base/solib-nodir.exp
4539 * gdb.base/solib-search.exp
4540 * gdb.base/stack-checking.exp
4541 * gdb.base/stale-infcall.exp
4542 * gdb.base/stap-probe.exp
4543 * gdb.base/start.exp
4544 * gdb.base/step-break.exp
4545 * gdb.base/step-bt.exp
4546 * gdb.base/step-line.exp
4547 * gdb.base/step-over-exit.exp
4548 * gdb.base/step-over-syscall.exp
4549 * gdb.base/step-resume-infcall.exp
4550 * gdb.base/step-test.exp
4551 * gdb.base/store.exp
4552 * gdb.base/structs3.exp
4553 * gdb.base/sym-file.exp
4554 * gdb.base/symbol-without-target_section.exp
4555 * gdb.base/term.exp
4556 * gdb.base/testenv.exp
4557 * gdb.base/ui-redirect.exp
4558 * gdb.base/until.exp
4559 * gdb.base/unwindonsignal.exp
4560 * gdb.base/value-double-free.exp
4561 * gdb.base/vla-datatypes.exp
4562 * gdb.base/vla-ptr.exp
4563 * gdb.base/vla-sideeffect.exp
4564 * gdb.base/volatile.exp
4565 * gdb.base/watch-cond-infcall.exp
4566 * gdb.base/watch-cond.exp
4567 * gdb.base/watch-non-mem.exp
4568 * gdb.base/watch-read.exp
4569 * gdb.base/watch-vfork.exp
4570 * gdb.base/watchpoint-cond-gone.exp
4571 * gdb.base/watchpoint-delete.exp
4572 * gdb.base/watchpoint-hw-hit-once.exp
4573 * gdb.base/watchpoint-hw.exp
4574 * gdb.base/watchpoint-stops-at-right-insn.exp
4575 * gdb.base/watchpoints.exp
4576 * gdb.base/wchar.exp
4577 * gdb.base/whatis-exp.exp
4578 * gdb.btrace/buffer-size.exp
4579 * gdb.btrace/data.exp
4580 * gdb.btrace/delta.exp
4581 * gdb.btrace/dlopen.exp
4582 * gdb.btrace/enable.exp
4583 * gdb.btrace/exception.exp
4584 * gdb.btrace/function_call_history.exp
4585 * gdb.btrace/gcore.exp
4586 * gdb.btrace/instruction_history.exp
4587 * gdb.btrace/nohist.exp
4588 * gdb.btrace/reconnect.exp
4589 * gdb.btrace/record_goto-step.exp
4590 * gdb.btrace/record_goto.exp
4591 * gdb.btrace/rn-dl-bind.exp
4592 * gdb.btrace/segv.exp
4593 * gdb.btrace/step.exp
4594 * gdb.btrace/stepi.exp
4595 * gdb.btrace/tailcall-only.exp
4596 * gdb.btrace/tailcall.exp
4597 * gdb.btrace/tsx.exp
4598 * gdb.btrace/unknown_functions.exp
4599 * gdb.btrace/vdso.exp
4600 * gdb.compile/compile-ifunc.exp
4601 * gdb.compile/compile-ops.exp
4602 * gdb.compile/compile-print.exp
4603 * gdb.compile/compile-setjmp.exp
4604 * gdb.cp/abstract-origin.exp
4605 * gdb.cp/ambiguous.exp
4606 * gdb.cp/annota2.exp
4607 * gdb.cp/annota3.exp
4608 * gdb.cp/anon-ns.exp
4609 * gdb.cp/anon-struct.exp
4610 * gdb.cp/anon-union.exp
4611 * gdb.cp/arg-reference.exp
4612 * gdb.cp/baseenum.exp
4613 * gdb.cp/bool.exp
4614 * gdb.cp/breakpoint.exp
4615 * gdb.cp/bs15503.exp
4616 * gdb.cp/call-c.exp
4617 * gdb.cp/casts.exp
4618 * gdb.cp/chained-calls.exp
4619 * gdb.cp/class2.exp
4620 * gdb.cp/classes.exp
4621 * gdb.cp/cmpd-minsyms.exp
4622 * gdb.cp/converts.exp
4623 * gdb.cp/cp-relocate.exp
4624 * gdb.cp/cpcompletion.exp
4625 * gdb.cp/cpexprs.exp
4626 * gdb.cp/cplabel.exp
4627 * gdb.cp/cplusfuncs.exp
4628 * gdb.cp/cpsizeof.exp
4629 * gdb.cp/ctti.exp
4630 * gdb.cp/derivation.exp
4631 * gdb.cp/destrprint.exp
4632 * gdb.cp/dispcxx.exp
4633 * gdb.cp/enum-class.exp
4634 * gdb.cp/exception.exp
4635 * gdb.cp/exceptprint.exp
4636 * gdb.cp/expand-psymtabs-cxx.exp
4637 * gdb.cp/expand-sals.exp
4638 * gdb.cp/extern-c.exp
4639 * gdb.cp/filename.exp
4640 * gdb.cp/formatted-ref.exp
4641 * gdb.cp/fpointer.exp
4642 * gdb.cp/gdb1355.exp
4643 * gdb.cp/gdb2495.exp
4644 * gdb.cp/hang.exp
4645 * gdb.cp/impl-this.exp
4646 * gdb.cp/infcall-dlopen.exp
4647 * gdb.cp/inherit.exp
4648 * gdb.cp/iostream.exp
4649 * gdb.cp/koenig.exp
4650 * gdb.cp/local.exp
4651 * gdb.cp/m-data.exp
4652 * gdb.cp/m-static.exp
4653 * gdb.cp/mb-ctor.exp
4654 * gdb.cp/mb-inline.exp
4655 * gdb.cp/mb-templates.exp
4656 * gdb.cp/member-name.exp
4657 * gdb.cp/member-ptr.exp
4658 * gdb.cp/meth-typedefs.exp
4659 * gdb.cp/method.exp
4660 * gdb.cp/method2.exp
4661 * gdb.cp/minsym-fallback.exp
4662 * gdb.cp/misc.exp
4663 * gdb.cp/namelessclass.exp
4664 * gdb.cp/namespace-enum.exp
4665 * gdb.cp/namespace-nested-import.exp
4666 * gdb.cp/namespace.exp
4667 * gdb.cp/nextoverthrow.exp
4668 * gdb.cp/no-dmgl-verbose.exp
4669 * gdb.cp/non-trivial-retval.exp
4670 * gdb.cp/noparam.exp
4671 * gdb.cp/nsdecl.exp
4672 * gdb.cp/nsimport.exp
4673 * gdb.cp/nsnested.exp
4674 * gdb.cp/nsnoimports.exp
4675 * gdb.cp/nsrecurs.exp
4676 * gdb.cp/nsstress.exp
4677 * gdb.cp/nsusing.exp
4678 * gdb.cp/operator.exp
4679 * gdb.cp/oranking.exp
4680 * gdb.cp/overload-const.exp
4681 * gdb.cp/overload.exp
4682 * gdb.cp/ovldbreak.exp
4683 * gdb.cp/ovsrch.exp
4684 * gdb.cp/paren-type.exp
4685 * gdb.cp/parse-lang.exp
4686 * gdb.cp/pass-by-ref.exp
4687 * gdb.cp/pr-1023.exp
4688 * gdb.cp/pr-1210.exp
4689 * gdb.cp/pr-574.exp
4690 * gdb.cp/pr10687.exp
4691 * gdb.cp/pr12028.exp
4692 * gdb.cp/pr17132.exp
4693 * gdb.cp/pr17494.exp
4694 * gdb.cp/pr9067.exp
4695 * gdb.cp/pr9167.exp
4696 * gdb.cp/pr9631.exp
4697 * gdb.cp/printmethod.exp
4698 * gdb.cp/psmang.exp
4699 * gdb.cp/psymtab-parameter.exp
4700 * gdb.cp/ptype-cv-cp.exp
4701 * gdb.cp/ptype-flags.exp
4702 * gdb.cp/re-set-overloaded.exp
4703 * gdb.cp/ref-types.exp
4704 * gdb.cp/rtti.exp
4705 * gdb.cp/scope-err.exp
4706 * gdb.cp/shadow.exp
4707 * gdb.cp/smartp.exp
4708 * gdb.cp/static-method.exp
4709 * gdb.cp/static-print-quit.exp
4710 * gdb.cp/temargs.exp
4711 * gdb.cp/templates.exp
4712 * gdb.cp/try_catch.exp
4713 * gdb.cp/typedef-operator.exp
4714 * gdb.cp/typeid.exp
4715 * gdb.cp/userdef.exp
4716 * gdb.cp/using-crash.exp
4717 * gdb.cp/var-tag.exp
4718 * gdb.cp/virtbase.exp
4719 * gdb.cp/virtfunc.exp
4720 * gdb.cp/virtfunc2.exp
4721 * gdb.cp/vla-cxx.exp
4722 * gdb.disasm/t01_mov.exp
4723 * gdb.disasm/t02_mova.exp
4724 * gdb.disasm/t03_add.exp
4725 * gdb.disasm/t04_sub.exp
4726 * gdb.disasm/t05_cmp.exp
4727 * gdb.disasm/t06_ari2.exp
4728 * gdb.disasm/t07_ari3.exp
4729 * gdb.disasm/t08_or.exp
4730 * gdb.disasm/t09_xor.exp
4731 * gdb.disasm/t10_and.exp
4732 * gdb.disasm/t11_logs.exp
4733 * gdb.disasm/t12_bit.exp
4734 * gdb.disasm/t13_otr.exp
4735 * gdb.dlang/circular.exp
4736 * gdb.dwarf2/arr-stride.exp
4737 * gdb.dwarf2/arr-subrange.exp
4738 * gdb.dwarf2/atomic-type.exp
4739 * gdb.dwarf2/bad-regnum.exp
4740 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4741 * gdb.dwarf2/callframecfa.exp
4742 * gdb.dwarf2/clztest.exp
4743 * gdb.dwarf2/corrupt.exp
4744 * gdb.dwarf2/data-loc.exp
4745 * gdb.dwarf2/dup-psym.exp
4746 * gdb.dwarf2/dw2-anon-mptr.exp
4747 * gdb.dwarf2/dw2-anonymous-func.exp
4748 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4749 * gdb.dwarf2/dw2-bad-unresolved.exp
4750 * gdb.dwarf2/dw2-basic.exp
4751 * gdb.dwarf2/dw2-canonicalize-type.exp
4752 * gdb.dwarf2/dw2-case-insensitive.exp
4753 * gdb.dwarf2/dw2-common-block.exp
4754 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4755 * gdb.dwarf2/dw2-compressed.exp
4756 * gdb.dwarf2/dw2-const.exp
4757 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4758 * gdb.dwarf2/dw2-cu-size.exp
4759 * gdb.dwarf2/dw2-dup-frame.exp
4760 * gdb.dwarf2/dw2-entry-value.exp
4761 * gdb.dwarf2/dw2-icycle.exp
4762 * gdb.dwarf2/dw2-ifort-parameter.exp
4763 * gdb.dwarf2/dw2-inline-break.exp
4764 * gdb.dwarf2/dw2-inline-param.exp
4765 * gdb.dwarf2/dw2-intercu.exp
4766 * gdb.dwarf2/dw2-intermix.exp
4767 * gdb.dwarf2/dw2-lexical-block-bare.exp
4768 * gdb.dwarf2/dw2-linkage-name-trust.exp
4769 * gdb.dwarf2/dw2-minsym-in-cu.exp
4770 * gdb.dwarf2/dw2-noloc.exp
4771 * gdb.dwarf2/dw2-op-call.exp
4772 * gdb.dwarf2/dw2-op-out-param.exp
4773 * gdb.dwarf2/dw2-opt-structptr.exp
4774 * gdb.dwarf2/dw2-param-error.exp
4775 * gdb.dwarf2/dw2-producer.exp
4776 * gdb.dwarf2/dw2-ranges-base.exp
4777 * gdb.dwarf2/dw2-ref-missing-frame.exp
4778 * gdb.dwarf2/dw2-reg-undefined.exp
4779 * gdb.dwarf2/dw2-regno-invalid.exp
4780 * gdb.dwarf2/dw2-restore.exp
4781 * gdb.dwarf2/dw2-restrict.exp
4782 * gdb.dwarf2/dw2-single-line-discriminators.exp
4783 * gdb.dwarf2/dw2-strp.exp
4784 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4785 * gdb.dwarf2/dw2-unresolved.exp
4786 * gdb.dwarf2/dw2-var-zero-addr.exp
4787 * gdb.dwarf2/dw4-sig-types.exp
4788 * gdb.dwarf2/dwz.exp
4789 * gdb.dwarf2/dynarr-ptr.exp
4790 * gdb.dwarf2/enum-type.exp
4791 * gdb.dwarf2/gdb-index.exp
4792 * gdb.dwarf2/implptr-64bit.exp
4793 * gdb.dwarf2/implptr-optimized-out.exp
4794 * gdb.dwarf2/implptr.exp
4795 * gdb.dwarf2/implref-array.exp
4796 * gdb.dwarf2/implref-const.exp
4797 * gdb.dwarf2/implref-global.exp
4798 * gdb.dwarf2/implref-struct.exp
4799 * gdb.dwarf2/mac-fileno.exp
4800 * gdb.dwarf2/main-subprogram.exp
4801 * gdb.dwarf2/member-ptr-forwardref.exp
4802 * gdb.dwarf2/method-ptr.exp
4803 * gdb.dwarf2/missing-sig-type.exp
4804 * gdb.dwarf2/nonvar-access.exp
4805 * gdb.dwarf2/opaque-type-lookup.exp
4806 * gdb.dwarf2/pieces-optimized-out.exp
4807 * gdb.dwarf2/pieces.exp
4808 * gdb.dwarf2/pr10770.exp
4809 * gdb.dwarf2/pr13961.exp
4810 * gdb.dwarf2/staticvirtual.exp
4811 * gdb.dwarf2/subrange.exp
4812 * gdb.dwarf2/symtab-producer.exp
4813 * gdb.dwarf2/trace-crash.exp
4814 * gdb.dwarf2/typeddwarf.exp
4815 * gdb.dwarf2/valop.exp
4816 * gdb.dwarf2/watch-notconst.exp
4817 * gdb.fortran/array-element.exp
4818 * gdb.fortran/charset.exp
4819 * gdb.fortran/common-block.exp
4820 * gdb.fortran/complex.exp
4821 * gdb.fortran/derived-type-function.exp
4822 * gdb.fortran/derived-type.exp
4823 * gdb.fortran/logical.exp
4824 * gdb.fortran/module.exp
4825 * gdb.fortran/multi-dim.exp
4826 * gdb.fortran/nested-funcs.exp
4827 * gdb.fortran/print-formatted.exp
4828 * gdb.fortran/subarray.exp
4829 * gdb.fortran/vla-alloc-assoc.exp
4830 * gdb.fortran/vla-datatypes.exp
4831 * gdb.fortran/vla-history.exp
4832 * gdb.fortran/vla-ptr-info.exp
4833 * gdb.fortran/vla-ptype-sub.exp
4834 * gdb.fortran/vla-ptype.exp
4835 * gdb.fortran/vla-sizeof.exp
4836 * gdb.fortran/vla-type.exp
4837 * gdb.fortran/vla-value-sub-arbitrary.exp
4838 * gdb.fortran/vla-value-sub-finish.exp
4839 * gdb.fortran/vla-value-sub.exp
4840 * gdb.fortran/vla-value.exp
4841 * gdb.fortran/whatis_type.exp
4842 * gdb.go/chan.exp
4843 * gdb.go/handcall.exp
4844 * gdb.go/hello.exp
4845 * gdb.go/integers.exp
4846 * gdb.go/methods.exp
4847 * gdb.go/package.exp
4848 * gdb.go/strings.exp
4849 * gdb.go/types.exp
4850 * gdb.go/unsafe.exp
4851 * gdb.guile/scm-arch.exp
4852 * gdb.guile/scm-block.exp
4853 * gdb.guile/scm-breakpoint.exp
4854 * gdb.guile/scm-cmd.exp
4855 * gdb.guile/scm-disasm.exp
4856 * gdb.guile/scm-equal.exp
4857 * gdb.guile/scm-frame-args.exp
4858 * gdb.guile/scm-frame-inline.exp
4859 * gdb.guile/scm-frame.exp
4860 * gdb.guile/scm-iterator.exp
4861 * gdb.guile/scm-math.exp
4862 * gdb.guile/scm-objfile.exp
4863 * gdb.guile/scm-ports.exp
4864 * gdb.guile/scm-symbol.exp
4865 * gdb.guile/scm-symtab.exp
4866 * gdb.guile/scm-value-cc.exp
4867 * gdb.guile/types-module.exp
4868 * gdb.linespec/break-ask.exp
4869 * gdb.linespec/cpexplicit.exp
4870 * gdb.linespec/explicit.exp
4871 * gdb.linespec/keywords.exp
4872 * gdb.linespec/linespec.exp
4873 * gdb.linespec/ls-dollar.exp
4874 * gdb.linespec/ls-errs.exp
4875 * gdb.linespec/skip-two.exp
4876 * gdb.linespec/thread.exp
4877 * gdb.mi/mi-async.exp
4878 * gdb.mi/mi-basics.exp
4879 * gdb.mi/mi-break.exp
4880 * gdb.mi/mi-catch-load.exp
4881 * gdb.mi/mi-cli.exp
4882 * gdb.mi/mi-cmd-param-changed.exp
4883 * gdb.mi/mi-console.exp
4884 * gdb.mi/mi-detach.exp
4885 * gdb.mi/mi-disassemble.exp
4886 * gdb.mi/mi-eval.exp
4887 * gdb.mi/mi-file-transfer.exp
4888 * gdb.mi/mi-file.exp
4889 * gdb.mi/mi-fill-memory.exp
4890 * gdb.mi/mi-inheritance-syntax-error.exp
4891 * gdb.mi/mi-linespec-err-cp.exp
4892 * gdb.mi/mi-logging.exp
4893 * gdb.mi/mi-memory-changed.exp
4894 * gdb.mi/mi-read-memory.exp
4895 * gdb.mi/mi-record-changed.exp
4896 * gdb.mi/mi-reg-undefined.exp
4897 * gdb.mi/mi-regs.exp
4898 * gdb.mi/mi-return.exp
4899 * gdb.mi/mi-reverse.exp
4900 * gdb.mi/mi-simplerun.exp
4901 * gdb.mi/mi-solib.exp
4902 * gdb.mi/mi-stack.exp
4903 * gdb.mi/mi-stepi.exp
4904 * gdb.mi/mi-syn-frame.exp
4905 * gdb.mi/mi-until.exp
4906 * gdb.mi/mi-var-block.exp
4907 * gdb.mi/mi-var-child.exp
4908 * gdb.mi/mi-var-cmd.exp
4909 * gdb.mi/mi-var-cp.exp
4910 * gdb.mi/mi-var-display.exp
4911 * gdb.mi/mi-var-invalidate.exp
4912 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4913 * gdb.mi/mi-vla-fortran.exp
4914 * gdb.mi/mi-watch.exp
4915 * gdb.mi/mi2-var-child.exp
4916 * gdb.mi/user-selected-context-sync.exp
4917 * gdb.modula2/unbounded-array.exp
4918 * gdb.multi/dummy-frame-restore.exp
4919 * gdb.multi/multi-arch-exec.exp
4920 * gdb.multi/multi-arch.exp
4921 * gdb.multi/tids.exp
4922 * gdb.multi/watchpoint-multi.exp
4923 * gdb.opencl/callfuncs.exp
4924 * gdb.opencl/convs_casts.exp
4925 * gdb.opencl/datatypes.exp
4926 * gdb.opencl/operators.exp
4927 * gdb.opencl/vec_comps.exp
4928 * gdb.opt/clobbered-registers-O2.exp
4929 * gdb.opt/inline-break.exp
4930 * gdb.opt/inline-bt.exp
4931 * gdb.opt/inline-cmds.exp
4932 * gdb.opt/inline-locals.exp
4933 * gdb.pascal/case-insensitive-symbols.exp
4934 * gdb.pascal/floats.exp
4935 * gdb.pascal/gdb11492.exp
4936 * gdb.python/lib-types.exp
4937 * gdb.python/py-arch.exp
4938 * gdb.python/py-as-string.exp
4939 * gdb.python/py-bad-printers.exp
4940 * gdb.python/py-block.exp
4941 * gdb.python/py-breakpoint-create-fail.exp
4942 * gdb.python/py-breakpoint.exp
4943 * gdb.python/py-caller-is.exp
4944 * gdb.python/py-cmd.exp
4945 * gdb.python/py-explore-cc.exp
4946 * gdb.python/py-explore.exp
4947 * gdb.python/py-finish-breakpoint.exp
4948 * gdb.python/py-finish-breakpoint2.exp
4949 * gdb.python/py-frame-args.exp
4950 * gdb.python/py-frame-inline.exp
4951 * gdb.python/py-frame.exp
4952 * gdb.python/py-framefilter-mi.exp
4953 * gdb.python/py-infthread.exp
4954 * gdb.python/py-lazy-string.exp
4955 * gdb.python/py-linetable.exp
4956 * gdb.python/py-mi-events.exp
4957 * gdb.python/py-mi-objfile.exp
4958 * gdb.python/py-mi.exp
4959 * gdb.python/py-objfile.exp
4960 * gdb.python/py-pp-integral.exp
4961 * gdb.python/py-pp-maint.exp
4962 * gdb.python/py-pp-re-notag.exp
4963 * gdb.python/py-pp-registration.exp
4964 * gdb.python/py-recurse-unwind.exp
4965 * gdb.python/py-strfns.exp
4966 * gdb.python/py-symbol.exp
4967 * gdb.python/py-symtab.exp
4968 * gdb.python/py-sync-interp.exp
4969 * gdb.python/py-typeprint.exp
4970 * gdb.python/py-unwind-maint.exp
4971 * gdb.python/py-unwind.exp
4972 * gdb.python/py-value-cc.exp
4973 * gdb.python/py-xmethods.exp
4974 * gdb.reverse/amd64-tailcall-reverse.exp
4975 * gdb.reverse/break-precsave.exp
4976 * gdb.reverse/break-reverse.exp
4977 * gdb.reverse/consecutive-precsave.exp
4978 * gdb.reverse/consecutive-reverse.exp
4979 * gdb.reverse/finish-precsave.exp
4980 * gdb.reverse/finish-reverse-bkpt.exp
4981 * gdb.reverse/finish-reverse.exp
4982 * gdb.reverse/fstatat-reverse.exp
4983 * gdb.reverse/getresuid-reverse.exp
4984 * gdb.reverse/i386-precsave.exp
4985 * gdb.reverse/i386-reverse.exp
4986 * gdb.reverse/i386-sse-reverse.exp
4987 * gdb.reverse/i387-env-reverse.exp
4988 * gdb.reverse/i387-stack-reverse.exp
4989 * gdb.reverse/insn-reverse.exp
4990 * gdb.reverse/machinestate-precsave.exp
4991 * gdb.reverse/machinestate.exp
4992 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4993 * gdb.reverse/pipe-reverse.exp
4994 * gdb.reverse/readv-reverse.exp
4995 * gdb.reverse/recvmsg-reverse.exp
4996 * gdb.reverse/rerun-prec.exp
4997 * gdb.reverse/s390-mvcle.exp
4998 * gdb.reverse/step-precsave.exp
4999 * gdb.reverse/step-reverse.exp
5000 * gdb.reverse/time-reverse.exp
5001 * gdb.reverse/until-precsave.exp
5002 * gdb.reverse/until-reverse.exp
5003 * gdb.reverse/waitpid-reverse.exp
5004 * gdb.reverse/watch-precsave.exp
5005 * gdb.reverse/watch-reverse.exp
5006 * gdb.rust/generics.exp
5007 * gdb.rust/methods.exp
5008 * gdb.rust/modules.exp
5009 * gdb.rust/simple.exp
5010 * gdb.server/connect-with-no-symbol-file.exp
5011 * gdb.server/ext-attach.exp
5012 * gdb.server/ext-restart.exp
5013 * gdb.server/ext-wrapper.exp
5014 * gdb.server/file-transfer.exp
5015 * gdb.server/server-exec-info.exp
5016 * gdb.server/server-kill.exp
5017 * gdb.server/server-mon.exp
5018 * gdb.server/wrapper.exp
5019 * gdb.stabs/exclfwd.exp
5020 * gdb.stabs/gdb11479.exp
5021 * gdb.threads/clone-new-thread-event.exp
5022 * gdb.threads/corethreads.exp
5023 * gdb.threads/current-lwp-dead.exp
5024 * gdb.threads/dlopen-libpthread.exp
5025 * gdb.threads/gcore-thread.exp
5026 * gdb.threads/sigstep-threads.exp
5027 * gdb.threads/watchpoint-fork.exp
5028 * gdb.trace/actions-changed.exp
5029 * gdb.trace/backtrace.exp
5030 * gdb.trace/change-loc.exp
5031 * gdb.trace/circ.exp
5032 * gdb.trace/collection.exp
5033 * gdb.trace/disconnected-tracing.exp
5034 * gdb.trace/ftrace.exp
5035 * gdb.trace/mi-trace-frame-collected.exp
5036 * gdb.trace/mi-trace-unavailable.exp
5037 * gdb.trace/mi-traceframe-changed.exp
5038 * gdb.trace/mi-tsv-changed.exp
5039 * gdb.trace/no-attach-trace.exp
5040 * gdb.trace/passc-dyn.exp
5041 * gdb.trace/qtro.exp
5042 * gdb.trace/range-stepping.exp
5043 * gdb.trace/read-memory.exp
5044 * gdb.trace/save-trace.exp
5045 * gdb.trace/signal.exp
5046 * gdb.trace/status-stop.exp
5047 * gdb.trace/tfile.exp
5048 * gdb.trace/trace-break.exp
5049 * gdb.trace/trace-buffer-size.exp
5050 * gdb.trace/trace-condition.exp
5051 * gdb.trace/tracefile-pseudo-reg.exp
5052 * gdb.trace/tstatus.exp
5053 * gdb.trace/unavailable.exp
5054 * gdb.trace/while-dyn.exp
5055 * gdb.trace/while-stepping.exp
5056
5057 2016-12-22 Doug Evans <xdje42@gmail.com>
5058
5059 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5060 and msymbols.
5061
5062 2016-12-19 Yao Qi <yao.qi@linaro.org>
5063
5064 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5065 (test_with_self): Don't call do_steps_and_nexts, and remove
5066 code about stepping into xmalloc.
5067
5068 2016-12-09 Yao Qi <yao.qi@linaro.org>
5069
5070 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5071
5072 2016-12-09 Yao Qi <yao.qi@linaro.org>
5073
5074 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5075
5076 2016-12-09 Pedro Alves <palves@redhat.com>
5077
5078 * gdb.base/all-architectures-0.exp: New file.
5079 * gdb.base/all-architectures-1.exp: New file.
5080 * gdb.base/all-architectures-2.exp: New file.
5081 * gdb.base/all-architectures-3.exp: New file.
5082 * gdb.base/all-architectures-4.exp: New file.
5083 * gdb.base/all-architectures-5.exp: New file.
5084 * gdb.base/all-architectures-6.exp: New file.
5085 * gdb.base/all-architectures-7.exp: New file.
5086 * gdb.base/all-architectures.exp.in: New file.
5087
5088 2016-12-09 Yao Qi <yao.qi@linaro.org>
5089
5090 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5091
5092 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5093
5094 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5095 possible.
5096 Remove useless pattern-matching code.
5097
5098 2016-12-02 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5101 procedure.
5102 (top level): Call it.
5103
5104 2016-12-02 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5107 New procedure.
5108 (top level): Call it.
5109
5110 2016-12-02 Pedro Alves <palves@redhat.com>
5111
5112 PR cli/20559
5113 * gdb.base/commands.exp (user_defined_command_args_eval): New
5114 procedure.
5115 (top level): Call it.
5116
5117 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
5118
5119 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5120 timeout handling.
5121
5122 2016-12-02 Tom Tromey <tom@tromey.com>
5123
5124 * gdb.dwarf2/main-subprogram.c: New file.
5125 * gdb.dwarf2/main-subprogram.exp: New file.
5126
5127 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5128
5129 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5130 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5131 gdb_test_no_output for a couple of cases.
5132 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5133
5134 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5135
5136 Fix test names and standardize compilation error messages throughout
5137 the following files:
5138
5139 * gdb.ada/start.exp
5140 * gdb.arch/alpha-step.exp
5141 * gdb.arch/e500-prologue.exp
5142 * gdb.arch/ftrace-insn-reloc.exp
5143 * gdb.arch/gdb1291.exp
5144 * gdb.arch/gdb1431.exp
5145 * gdb.arch/gdb1558.exp
5146 * gdb.arch/i386-dr3-watch.exp
5147 * gdb.arch/i386-sse-stack-align.exp
5148 * gdb.arch/ia64-breakpoint-shadow.exp
5149 * gdb.arch/pa-nullify.exp
5150 * gdb.arch/powerpc-aix-prologue.exp
5151 * gdb.arch/thumb-bx-pc.exp
5152 * gdb.base/annota1.exp
5153 * gdb.base/annota3.exp
5154 * gdb.base/arrayidx.exp
5155 * gdb.base/assign.exp
5156 * gdb.base/attach.exp
5157 * gdb.base/auxv.exp
5158 * gdb.base/bang.exp
5159 * gdb.base/bfp-test.exp
5160 * gdb.base/bigcore.exp
5161 * gdb.base/bitfields2.exp
5162 * gdb.base/break-fun-addr.exp
5163 * gdb.base/break-probes.exp
5164 * gdb.base/call-rt-st.exp
5165 * gdb.base/callexit.exp
5166 * gdb.base/catch-fork-kill.exp
5167 * gdb.base/charset.exp
5168 * gdb.base/checkpoint.exp
5169 * gdb.base/comprdebug.exp
5170 * gdb.base/constvars.exp
5171 * gdb.base/coredump-filter.exp
5172 * gdb.base/cursal.exp
5173 * gdb.base/cvexpr.exp
5174 * gdb.base/detach.exp
5175 * gdb.base/display.exp
5176 * gdb.base/dmsym.exp
5177 * gdb.base/dprintf-pending.exp
5178 * gdb.base/dso2dso.exp
5179 * gdb.base/dtrace-probe.exp
5180 * gdb.base/dump.exp
5181 * gdb.base/enum_cond.exp
5182 * gdb.base/exe-lock.exp
5183 * gdb.base/exec-invalid-sysroot.exp
5184 * gdb.base/execl-update-breakpoints.exp
5185 * gdb.base/exprs.exp
5186 * gdb.base/fileio.exp
5187 * gdb.base/find.exp
5188 * gdb.base/finish.exp
5189 * gdb.base/fixsection.exp
5190 * gdb.base/foll-vfork.exp
5191 * gdb.base/frame-args.exp
5192 * gdb.base/gcore.exp
5193 * gdb.base/gdb1250.exp
5194 * gdb.base/global-var-nested-by-dso.exp
5195 * gdb.base/gnu-ifunc.exp
5196 * gdb.base/hashline1.exp
5197 * gdb.base/hashline2.exp
5198 * gdb.base/hashline3.exp
5199 * gdb.base/hbreak-in-shr-unsupported.exp
5200 * gdb.base/huge.exp
5201 * gdb.base/infcall-input.exp
5202 * gdb.base/info-fun.exp
5203 * gdb.base/info-shared.exp
5204 * gdb.base/jit-simple.exp
5205 * gdb.base/jit-so.exp
5206 * gdb.base/jit.exp
5207 * gdb.base/jump.exp
5208 * gdb.base/label.exp
5209 * gdb.base/lineinc.exp
5210 * gdb.base/logical.exp
5211 * gdb.base/longjmp.exp
5212 * gdb.base/macscp.exp
5213 * gdb.base/miscexprs.exp
5214 * gdb.base/new-ui-echo.exp
5215 * gdb.base/new-ui-pending-input.exp
5216 * gdb.base/new-ui.exp
5217 * gdb.base/nodebug.exp
5218 * gdb.base/nofield.exp
5219 * gdb.base/offsets.exp
5220 * gdb.base/overlays.exp
5221 * gdb.base/pending.exp
5222 * gdb.base/pointers.exp
5223 * gdb.base/pr11022.exp
5224 * gdb.base/printcmds.exp
5225 * gdb.base/prologue.exp
5226 * gdb.base/ptr-typedef.exp
5227 * gdb.base/realname-expand.exp
5228 * gdb.base/relativedebug.exp
5229 * gdb.base/relocate.exp
5230 * gdb.base/remote.exp
5231 * gdb.base/reread.exp
5232 * gdb.base/return2.exp
5233 * gdb.base/savedregs.exp
5234 * gdb.base/sep.exp
5235 * gdb.base/sepdebug.exp
5236 * gdb.base/sepsymtab.exp
5237 * gdb.base/set-inferior-tty.exp
5238 * gdb.base/setshow.exp
5239 * gdb.base/shlib-call.exp
5240 * gdb.base/sigaltstack.exp
5241 * gdb.base/siginfo-addr.exp
5242 * gdb.base/signals.exp
5243 * gdb.base/signull.exp
5244 * gdb.base/sigrepeat.exp
5245 * gdb.base/so-impl-ld.exp
5246 * gdb.base/solib-display.exp
5247 * gdb.base/solib-overlap.exp
5248 * gdb.base/solib-search.exp
5249 * gdb.base/solib-symbol.exp
5250 * gdb.base/structs.exp
5251 * gdb.base/structs2.exp
5252 * gdb.base/symtab-search-order.exp
5253 * gdb.base/twice.exp
5254 * gdb.base/unload.exp
5255 * gdb.base/varargs.exp
5256 * gdb.base/watchpoint-solib.exp
5257 * gdb.base/watchpoint.exp
5258 * gdb.base/whatis.exp
5259 * gdb.base/wrong_frame_bt_full.exp
5260 * gdb.btrace/dlopen.exp
5261 * gdb.cell/ea-standalone.exp
5262 * gdb.cell/ea-test.exp
5263 * gdb.cp/dispcxx.exp
5264 * gdb.cp/gdb2384.exp
5265 * gdb.cp/method2.exp
5266 * gdb.cp/nextoverthrow.exp
5267 * gdb.cp/pr10728.exp
5268 * gdb.disasm/am33.exp
5269 * gdb.disasm/h8300s.exp
5270 * gdb.disasm/mn10300.exp
5271 * gdb.disasm/sh3.exp
5272 * gdb.dwarf2/dw2-dir-file-name.exp
5273 * gdb.fortran/complex.exp
5274 * gdb.fortran/library-module.exp
5275 * gdb.guile/scm-pretty-print.exp
5276 * gdb.guile/scm-symbol.exp
5277 * gdb.guile/scm-type.exp
5278 * gdb.guile/scm-value.exp
5279 * gdb.linespec/linespec.exp
5280 * gdb.mi/gdb701.exp
5281 * gdb.mi/gdb792.exp
5282 * gdb.mi/mi-breakpoint-changed.exp
5283 * gdb.mi/mi-dprintf-pending.exp
5284 * gdb.mi/mi-dprintf.exp
5285 * gdb.mi/mi-exit-code.exp
5286 * gdb.mi/mi-pending.exp
5287 * gdb.mi/mi-solib.exp
5288 * gdb.mi/new-ui-mi-sync.exp
5289 * gdb.mi/pr11022.exp
5290 * gdb.mi/user-selected-context-sync.exp
5291 * gdb.opt/solib-intra-step.exp
5292 * gdb.python/py-events.exp
5293 * gdb.python/py-finish-breakpoint.exp
5294 * gdb.python/py-mi.exp
5295 * gdb.python/py-prettyprint.exp
5296 * gdb.python/py-shared.exp
5297 * gdb.python/py-symbol.exp
5298 * gdb.python/py-template.exp
5299 * gdb.python/py-type.exp
5300 * gdb.python/py-value.exp
5301 * gdb.reverse/solib-precsave.exp
5302 * gdb.reverse/solib-reverse.exp
5303 * gdb.server/solib-list.exp
5304 * gdb.stabs/weird.exp
5305 * gdb.threads/reconnect-signal.exp
5306 * gdb.threads/stepi-random-signal.exp
5307 * gdb.trace/actions.exp
5308 * gdb.trace/ax.exp
5309 * gdb.trace/backtrace.exp
5310 * gdb.trace/change-loc.exp
5311 * gdb.trace/deltrace.exp
5312 * gdb.trace/ftrace-lock.exp
5313 * gdb.trace/ftrace.exp
5314 * gdb.trace/infotrace.exp
5315 * gdb.trace/mi-tracepoint-changed.exp
5316 * gdb.trace/packetlen.exp
5317 * gdb.trace/passcount.exp
5318 * gdb.trace/pending.exp
5319 * gdb.trace/range-stepping.exp
5320 * gdb.trace/report.exp
5321 * gdb.trace/stap-trace.exp
5322 * gdb.trace/tfind.exp
5323 * gdb.trace/trace-break.exp
5324 * gdb.trace/trace-condition.exp
5325 * gdb.trace/trace-enable-disable.exp
5326 * gdb.trace/trace-mt.exp
5327 * gdb.trace/tracecmd.exp
5328 * gdb.trace/tspeed.exp
5329 * gdb.trace/tsv.exp
5330 * lib/perftest.exp
5331
5332 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5333
5334 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5335 with gdb_test_no_output.
5336 Use command as test name.
5337
5338 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5339
5340 Fix test names starting with uppercase throughout the files.
5341
5342 * gdb.ada/assign_1.exp
5343 * gdb.ada/boolean_expr.exp
5344 * gdb.base/arrayidx.exp
5345 * gdb.base/del.exp
5346 * gdb.base/gcore-buffer-overflow.exp
5347 * gdb.base/testenv.exp
5348 * gdb.compile/compile.exp
5349 * gdb.python/py-framefilter-invalidarg.exp
5350 * gdb.python/py-framefilter.exp
5351
5352 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5353
5354 Fix test names starting with uppercase throughout the files.
5355
5356 * gdb.ada/array_return.exp
5357 * gdb.ada/expr_delims.exp
5358 * gdb.ada/mi_dyn_arr.exp
5359 * gdb.ada/mi_interface.exp
5360 * gdb.ada/mi_var_array.exp
5361 * gdb.ada/watch_arg.exp
5362 * gdb.arch/alpha-step.exp
5363 * gdb.arch/altivec-regs.exp
5364 * gdb.arch/e500-regs.exp
5365 * gdb.arch/powerpc-d128-regs.exp
5366 * gdb.base/arrayidx.exp
5367 * gdb.base/break.exp
5368 * gdb.base/checkpoint.exp
5369 * gdb.base/debug-expr.exp
5370 * gdb.base/dmsym.exp
5371 * gdb.base/radix.exp
5372 * gdb.base/sepdebug.exp
5373 * gdb.base/testenv.exp
5374 * gdb.base/watch_thread_num.exp
5375 * gdb.base/watchpoint-cond-gone.exp
5376 * gdb.cell/break.exp
5377 * gdb.cell/ea-cache.exp
5378 * gdb.compile/compile.exp
5379 * gdb.cp/gdb2495.exp
5380 * gdb.gdb/selftest.exp
5381 * gdb.gdb/xfullpath.exp
5382 * gdb.go/hello.exp
5383 * gdb.go/integers.exp
5384 * gdb.objc/basicclass.exp
5385 * gdb.pascal/hello.exp
5386 * gdb.pascal/integers.exp
5387 * gdb.python/py-breakpoint.exp
5388 * gdb.python/py-cmd.exp
5389 * gdb.python/py-linetable.exp
5390 * gdb.python/py-xmethods.exp
5391 * gdb.python/python.exp
5392 * gdb.reverse/consecutive-precsave.exp
5393 * gdb.reverse/finish-precsave.exp
5394 * gdb.reverse/i386-precsave.exp
5395 * gdb.reverse/machinestate-precsave.exp
5396 * gdb.reverse/sigall-precsave.exp
5397 * gdb.reverse/solib-precsave.exp
5398 * gdb.reverse/step-precsave.exp
5399 * gdb.reverse/until-precsave.exp
5400 * gdb.reverse/watch-precsave.exp
5401 * gdb.threads/leader-exit.exp
5402 * gdb.threads/pthreads.exp
5403 * gdb.threads/wp-replication.exp
5404 * gdb.trace/actions.exp
5405 * gdb.trace/mi-tsv-changed.exp
5406 * gdb.trace/tsv.exp
5407
5408 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5409
5410 Fix test names starting with uppercase throughout the files.
5411
5412 * gdb.arch/i386-bp_permanent.exp
5413 * gdb.arch/i386-gnu-cfi.exp
5414 * gdb.base/disasm-end-cu.exp
5415 * gdb.base/macscp.exp
5416 * gdb.base/pending.exp
5417 * gdb.base/watch_thread_num.exp
5418 * gdb.cp/exception.exp
5419 * gdb.cp/gdb2495.exp
5420 * gdb.cp/local.exp
5421 * gdb.python/py-evsignal.exp
5422 * gdb.python/python.exp
5423 * gdb.trace/tracecmd.exp
5424
5425 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5426
5427 Fix test names starting with uppercase throughout the files.
5428
5429 * gdb.base/charset.exp
5430 * gdb.base/eval.exp
5431 * gdb.base/multi-forks.exp
5432 * gdb.guile/scm-progspace.exp
5433 * gdb.opencl/datatypes.exp
5434 * gdb.python/py-block.exp
5435 * gdb.python/py-function.exp
5436 * gdb.python/py-symbol.exp
5437 * gdb.python/py-symtab.exp
5438 * gdb.python/py-xmethods.exp
5439 * gdb.reverse/break-precsave.exp
5440 * gdb.reverse/break-reverse.exp
5441 * gdb.reverse/consecutive-precsave.exp
5442 * gdb.reverse/consecutive-reverse.exp
5443 * gdb.reverse/finish-precsave.exp
5444 * gdb.reverse/finish-reverse-bkpt.exp
5445 * gdb.reverse/finish-reverse.exp
5446 * gdb.reverse/fstatat-reverse.exp
5447 * gdb.reverse/getresuid-reverse.exp
5448 * gdb.reverse/i386-precsave.exp
5449 * gdb.reverse/i386-reverse.exp
5450 * gdb.reverse/i386-sse-reverse.exp
5451 * gdb.reverse/i387-stack-reverse.exp
5452 * gdb.reverse/insn-reverse.exp
5453 * gdb.reverse/machinestate-precsave.exp
5454 * gdb.reverse/machinestate.exp
5455 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5456 * gdb.reverse/pipe-reverse.exp
5457 * gdb.reverse/readv-reverse.exp
5458 * gdb.reverse/recvmsg-reverse.exp
5459 * gdb.reverse/rerun-prec.exp
5460 * gdb.reverse/s390-mvcle.exp
5461 * gdb.reverse/sigall-precsave.exp
5462 * gdb.reverse/sigall-reverse.exp
5463 * gdb.reverse/solib-precsave.exp
5464 * gdb.reverse/solib-reverse.exp
5465 * gdb.reverse/step-precsave.exp
5466 * gdb.reverse/step-reverse.exp
5467 * gdb.reverse/time-reverse.exp
5468 * gdb.reverse/until-precsave.exp
5469 * gdb.reverse/until-reverse.exp
5470 * gdb.reverse/waitpid-reverse.exp
5471 * gdb.reverse/watch-precsave.exp
5472 * gdb.reverse/watch-reverse.exp
5473
5474 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5475
5476 Fix test names starting with uppercase throughout the files.
5477
5478 * gdb.arch/i386-mpx-simple_segv.exp
5479 * gdb.arch/i386-mpx.exp
5480 * gdb.arch/i386-permbkpt.exp
5481 * gdb.arch/pa-nullify.exp
5482 * gdb.arch/powerpc-d128-regs.exp
5483 * gdb.arch/vsx-regs.exp
5484 * gdb.base/bfp-test.exp
5485 * gdb.base/break.exp
5486 * gdb.base/breakpoint-shadow.exp
5487 * gdb.base/callfuncs.exp
5488 * gdb.base/charset.exp
5489 * gdb.base/commands.exp
5490 * gdb.base/completion.exp
5491 * gdb.base/dfp-test.exp
5492 * gdb.base/echo.exp
5493 * gdb.base/ending-run.exp
5494 * gdb.base/eval.exp
5495 * gdb.base/expand-psymtabs.exp
5496 * gdb.base/float128.exp
5497 * gdb.base/floatn.exp
5498 * gdb.base/foll-exec-mode.exp
5499 * gdb.base/gdb1056.exp
5500 * gdb.base/gdb11531.exp
5501 * gdb.base/kill-after-signal.exp
5502 * gdb.base/multi-forks.exp
5503 * gdb.base/overlays.exp
5504 * gdb.base/pending.exp
5505 * gdb.base/sepdebug.exp
5506 * gdb.base/testenv.exp
5507 * gdb.base/valgrind-db-attach.exp
5508 * gdb.base/watch_thread_num.exp
5509 * gdb.base/watchpoint-cond-gone.exp
5510 * gdb.base/watchpoint.exp
5511 * gdb.base/watchpoints.exp
5512 * gdb.cp/arg-reference.exp
5513 * gdb.cp/baseenum.exp
5514 * gdb.cp/operator.exp
5515 * gdb.cp/shadow.exp
5516 * gdb.dwarf2/dw2-op-out-param.exp
5517 * gdb.dwarf2/dw2-reg-undefined.exp
5518 * gdb.go/chan.exp
5519 * gdb.go/hello.exp
5520 * gdb.go/integers.exp
5521 * gdb.go/methods.exp
5522 * gdb.go/package.exp
5523 * gdb.guile/scm-parameter.exp
5524 * gdb.guile/scm-progspace.exp
5525 * gdb.guile/scm-value.exp
5526 * gdb.mi/mi-pending.exp
5527 * gdb.mi/user-selected-context-sync.exp
5528 * gdb.multi/multi-attach.exp
5529 * gdb.multi/tids.exp
5530 * gdb.opt/clobbered-registers-O2.exp
5531 * gdb.pascal/floats.exp
5532 * gdb.pascal/integers.exp
5533 * gdb.python/py-block.exp
5534 * gdb.python/py-events.exp
5535 * gdb.python/py-parameter.exp
5536 * gdb.python/py-symbol.exp
5537 * gdb.python/py-symtab.exp
5538 * gdb.python/py-type.exp
5539 * gdb.python/py-value.exp
5540 * gdb.python/py-xmethods.exp
5541 * gdb.python/python.exp
5542 * gdb.reverse/break-precsave.exp
5543 * gdb.reverse/consecutive-precsave.exp
5544 * gdb.reverse/finish-precsave.exp
5545 * gdb.reverse/i386-precsave.exp
5546 * gdb.reverse/machinestate-precsave.exp
5547 * gdb.reverse/sigall-precsave.exp
5548 * gdb.reverse/solib-precsave.exp
5549 * gdb.reverse/step-precsave.exp
5550 * gdb.reverse/until-precsave.exp
5551 * gdb.reverse/watch-precsave.exp
5552 * gdb.server/ext-attach.exp
5553 * gdb.server/ext-restart.exp
5554 * gdb.server/ext-run.exp
5555 * gdb.server/ext-wrapper.exp
5556 * gdb.stabs/gdb11479.exp
5557 * gdb.stabs/weird.exp
5558 * gdb.threads/attach-many-short-lived-threads.exp
5559 * gdb.threads/kill.exp
5560 * gdb.threads/watchpoint-fork.exp
5561
5562 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5563
5564 Fix test names starting with uppercase throughout all the files below.
5565
5566 * gdb.ada/array_return.exp
5567 * gdb.ada/catch_ex.exp
5568 * gdb.ada/info_exc.exp
5569 * gdb.ada/mi_catch_ex.exp
5570 * gdb.ada/mi_dyn_arr.exp
5571 * gdb.ada/mi_ex_cond.exp
5572 * gdb.ada/mi_exc_info.exp
5573 * gdb.ada/mi_interface.exp
5574 * gdb.ada/mi_task_arg.exp
5575 * gdb.ada/mi_task_info.exp
5576 * gdb.ada/mi_var_array.exp
5577 * gdb.arch/alpha-step.exp
5578 * gdb.arch/amd64-disp-step.exp
5579 * gdb.arch/arm-disp-step.exp
5580 * gdb.arch/disp-step-insn-reloc.exp
5581 * gdb.arch/e500-prologue.exp
5582 * gdb.arch/ftrace-insn-reloc.exp
5583 * gdb.arch/gdb1558.exp
5584 * gdb.arch/i386-bp_permanent.exp
5585 * gdb.arch/i386-disp-step.exp
5586 * gdb.arch/i386-float.exp
5587 * gdb.arch/i386-gnu-cfi.exp
5588 * gdb.arch/ia64-breakpoint-shadow.exp
5589 * gdb.arch/mips16-thunks.exp
5590 * gdb.arch/pa-nullify.exp
5591 * gdb.arch/powerpc-aix-prologue.exp
5592 * gdb.arch/powerpc-power.exp
5593 * gdb.arch/ppc-dfp.exp
5594 * gdb.arch/s390-tdbregs.exp
5595 * gdb.arch/spu-info.exp
5596 * gdb.arch/spu-ls.exp
5597 * gdb.arch/thumb-bx-pc.exp
5598 * gdb.base/advance.exp
5599 * gdb.base/annota-input-while-running.exp
5600 * gdb.base/arrayidx.exp
5601 * gdb.base/asmlabel.exp
5602 * gdb.base/async.exp
5603 * gdb.base/attach-wait-input.exp
5604 * gdb.base/auto-connect-native-target.exp
5605 * gdb.base/batch-preserve-term-settings.exp
5606 * gdb.base/bfp-test.exp
5607 * gdb.base/bigcore.exp
5608 * gdb.base/bp-permanent.exp
5609 * gdb.base/break-always.exp
5610 * gdb.base/break-fun-addr.exp
5611 * gdb.base/break-idempotent.exp
5612 * gdb.base/break-main-file-remove-fail.exp
5613 * gdb.base/break-probes.exp
5614 * gdb.base/break-unload-file.exp
5615 * gdb.base/break.exp
5616 * gdb.base/call-ar-st.exp
5617 * gdb.base/call-rt-st.exp
5618 * gdb.base/call-sc.exp
5619 * gdb.base/call-signal-resume.exp
5620 * gdb.base/call-strs.exp
5621 * gdb.base/callexit.exp
5622 * gdb.base/callfuncs.exp
5623 * gdb.base/catch-gdb-caused-signals.exp
5624 * gdb.base/catch-signal-siginfo-cond.exp
5625 * gdb.base/catch-syscall.exp
5626 * gdb.base/compare-sections.exp
5627 * gdb.base/cond-eval-mode.exp
5628 * gdb.base/condbreak-call-false.exp
5629 * gdb.base/consecutive-step-over.exp
5630 * gdb.base/cursal.exp
5631 * gdb.base/disabled-location.exp
5632 * gdb.base/disasm-end-cu.exp
5633 * gdb.base/display.exp
5634 * gdb.base/double-prompt-target-event-error.exp
5635 * gdb.base/dprintf-bp-same-addr.exp
5636 * gdb.base/dprintf-detach.exp
5637 * gdb.base/dprintf-next.exp
5638 * gdb.base/dprintf-non-stop.exp
5639 * gdb.base/dprintf-pending.exp
5640 * gdb.base/dso2dso.exp
5641 * gdb.base/ending-run.exp
5642 * gdb.base/enum_cond.exp
5643 * gdb.base/examine-backward.exp
5644 * gdb.base/exe-lock.exp
5645 * gdb.base/exec-invalid-sysroot.exp
5646 * gdb.base/execl-update-breakpoints.exp
5647 * gdb.base/execution-termios.exp
5648 * gdb.base/fileio.exp
5649 * gdb.base/fixsection.exp
5650 * gdb.base/foll-exec-mode.exp
5651 * gdb.base/foll-exec.exp
5652 * gdb.base/fork-running-state.exp
5653 * gdb.base/frame-args.exp
5654 * gdb.base/fullpath-expand.exp
5655 * gdb.base/func-ptr.exp
5656 * gdb.base/gcore-relro-pie.exp
5657 * gdb.base/gdb1090.exp
5658 * gdb.base/gdb1555.exp
5659 * gdb.base/global-var-nested-by-dso.exp
5660 * gdb.base/gnu-ifunc.exp
5661 * gdb.base/hbreak-in-shr-unsupported.exp
5662 * gdb.base/hbreak-unmapped.exp
5663 * gdb.base/hook-stop.exp
5664 * gdb.base/infcall-input.exp
5665 * gdb.base/info-fun.exp
5666 * gdb.base/info-shared.exp
5667 * gdb.base/interrupt-noterm.exp
5668 * gdb.base/jit-so.exp
5669 * gdb.base/jit.exp
5670 * gdb.base/line-symtabs.exp
5671 * gdb.base/list.exp
5672 * gdb.base/longjmp.exp
5673 * gdb.base/macscp.exp
5674 * gdb.base/max-value-size.exp
5675 * gdb.base/nodebug.exp
5676 * gdb.base/nofield.exp
5677 * gdb.base/overlays.exp
5678 * gdb.base/paginate-after-ctrl-c-running.exp
5679 * gdb.base/paginate-bg-execution.exp
5680 * gdb.base/paginate-inferior-exit.exp
5681 * gdb.base/pending.exp
5682 * gdb.base/pr11022.exp
5683 * gdb.base/printcmds.exp
5684 * gdb.base/ptr-typedef.exp
5685 * gdb.base/ptype.exp
5686 * gdb.base/randomize.exp
5687 * gdb.base/range-stepping.exp
5688 * gdb.base/realname-expand.exp
5689 * gdb.base/relativedebug.exp
5690 * gdb.base/remote.exp
5691 * gdb.base/savedregs.exp
5692 * gdb.base/sepdebug.exp
5693 * gdb.base/set-noassign.exp
5694 * gdb.base/shlib-call.exp
5695 * gdb.base/shreloc.exp
5696 * gdb.base/sigaltstack.exp
5697 * gdb.base/sigbpt.exp
5698 * gdb.base/siginfo-addr.exp
5699 * gdb.base/siginfo-obj.exp
5700 * gdb.base/siginfo-thread.exp
5701 * gdb.base/signest.exp
5702 * gdb.base/signull.exp
5703 * gdb.base/sigrepeat.exp
5704 * gdb.base/skip.exp
5705 * gdb.base/so-impl-ld.exp
5706 * gdb.base/solib-corrupted.exp
5707 * gdb.base/solib-disc.exp
5708 * gdb.base/solib-display.exp
5709 * gdb.base/solib-overlap.exp
5710 * gdb.base/solib-search.exp
5711 * gdb.base/solib-symbol.exp
5712 * gdb.base/source-execution.exp
5713 * gdb.base/sss-bp-on-user-bp-2.exp
5714 * gdb.base/sss-bp-on-user-bp.exp
5715 * gdb.base/stack-checking.exp
5716 * gdb.base/stale-infcall.exp
5717 * gdb.base/step-break.exp
5718 * gdb.base/step-line.exp
5719 * gdb.base/step-over-exit.exp
5720 * gdb.base/step-test.exp
5721 * gdb.base/structs.exp
5722 * gdb.base/sym-file.exp
5723 * gdb.base/symtab-search-order.exp
5724 * gdb.base/term.exp
5725 * gdb.base/type-opaque.exp
5726 * gdb.base/unload.exp
5727 * gdb.base/until-nodebug.exp
5728 * gdb.base/until.exp
5729 * gdb.base/unwindonsignal.exp
5730 * gdb.base/watch-cond.exp
5731 * gdb.base/watch-non-mem.exp
5732 * gdb.base/watch_thread_num.exp
5733 * gdb.base/watchpoint-reuse-slot.exp
5734 * gdb.base/watchpoint-solib.exp
5735 * gdb.base/watchpoint.exp
5736 * gdb.btrace/dlopen.exp
5737 * gdb.cell/arch.exp
5738 * gdb.cell/break.exp
5739 * gdb.cell/bt.exp
5740 * gdb.cell/core.exp
5741 * gdb.cell/data.exp
5742 * gdb.cell/dwarfaddr.exp
5743 * gdb.cell/ea-cache.exp
5744 * gdb.cell/ea-standalone.exp
5745 * gdb.cell/ea-test.exp
5746 * gdb.cell/f-regs.exp
5747 * gdb.cell/fork.exp
5748 * gdb.cell/gcore.exp
5749 * gdb.cell/mem-access.exp
5750 * gdb.cell/ptype.exp
5751 * gdb.cell/registers.exp
5752 * gdb.cell/sizeof.exp
5753 * gdb.cell/solib-symbol.exp
5754 * gdb.cell/solib.exp
5755 * gdb.compile/compile-tls.exp
5756 * gdb.cp/exception.exp
5757 * gdb.cp/gdb2495.exp
5758 * gdb.cp/local.exp
5759 * gdb.cp/mb-inline.exp
5760 * gdb.cp/mb-templates.exp
5761 * gdb.cp/pr10687.exp
5762 * gdb.cp/pr9167.exp
5763 * gdb.cp/scope-err.exp
5764 * gdb.cp/templates.exp
5765 * gdb.cp/virtfunc.exp
5766 * gdb.dwarf2/dw2-dir-file-name.exp
5767 * gdb.dwarf2/dw2-single-line-discriminators.exp
5768 * gdb.fortran/complex.exp
5769 * gdb.fortran/library-module.exp
5770 * gdb.guile/guile.exp
5771 * gdb.guile/scm-cmd.exp
5772 * gdb.guile/scm-frame-inline.exp
5773 * gdb.guile/scm-objfile.exp
5774 * gdb.guile/scm-pretty-print.exp
5775 * gdb.guile/scm-symbol.exp
5776 * gdb.guile/scm-type.exp
5777 * gdb.guile/scm-value.exp
5778 * gdb.linespec/keywords.exp
5779 * gdb.linespec/ls-errs.exp
5780 * gdb.linespec/macro-relative.exp
5781 * gdb.linespec/thread.exp
5782 * gdb.mi/mi-breakpoint-changed.exp
5783 * gdb.mi/mi-dprintf-pending.exp
5784 * gdb.mi/mi-fullname-deleted.exp
5785 * gdb.mi/mi-logging.exp
5786 * gdb.mi/mi-pending.exp
5787 * gdb.mi/mi-solib.exp
5788 * gdb.mi/new-ui-mi-sync.exp
5789 * gdb.mi/user-selected-context-sync.exp
5790 * gdb.multi/dummy-frame-restore.exp
5791 * gdb.multi/multi-arch-exec.exp
5792 * gdb.multi/remove-inferiors.exp
5793 * gdb.multi/watchpoint-multi-exit.exp
5794 * gdb.opt/solib-intra-step.exp
5795 * gdb.perf/backtrace.exp
5796 * gdb.perf/single-step.exp
5797 * gdb.perf/skip-command.exp
5798 * gdb.perf/skip-prologue.exp
5799 * gdb.perf/solib.exp
5800 * gdb.python/lib-types.exp
5801 * gdb.python/py-as-string.exp
5802 * gdb.python/py-bad-printers.exp
5803 * gdb.python/py-block.exp
5804 * gdb.python/py-breakpoint.exp
5805 * gdb.python/py-cmd.exp
5806 * gdb.python/py-events.exp
5807 * gdb.python/py-evthreads.exp
5808 * gdb.python/py-finish-breakpoint.exp
5809 * gdb.python/py-finish-breakpoint2.exp
5810 * gdb.python/py-frame-inline.exp
5811 * gdb.python/py-frame.exp
5812 * gdb.python/py-inferior.exp
5813 * gdb.python/py-infthread.exp
5814 * gdb.python/py-mi.exp
5815 * gdb.python/py-objfile.exp
5816 * gdb.python/py-pp-maint.exp
5817 * gdb.python/py-pp-registration.exp
5818 * gdb.python/py-prettyprint.exp
5819 * gdb.python/py-recurse-unwind.exp
5820 * gdb.python/py-shared.exp
5821 * gdb.python/py-symbol.exp
5822 * gdb.python/py-symtab.exp
5823 * gdb.python/py-template.exp
5824 * gdb.python/py-type.exp
5825 * gdb.python/py-unwind-maint.exp
5826 * gdb.python/py-unwind.exp
5827 * gdb.python/py-value.exp
5828 * gdb.python/python.exp
5829 * gdb.reverse/finish-reverse-bkpt.exp
5830 * gdb.reverse/insn-reverse.exp
5831 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5832 * gdb.reverse/solib-precsave.exp
5833 * gdb.reverse/solib-reverse.exp
5834 * gdb.stabs/gdb11479.exp
5835 * gdb.stabs/weird.exp
5836 * gdb.threads/fork-child-threads.exp
5837 * gdb.threads/fork-plus-threads.exp
5838 * gdb.threads/fork-thread-pending.exp
5839 * gdb.threads/forking-threads-plus-breakpoint.exp
5840 * gdb.threads/hand-call-in-threads.exp
5841 * gdb.threads/interrupted-hand-call.exp
5842 * gdb.threads/linux-dp.exp
5843 * gdb.threads/local-watch-wrong-thread.exp
5844 * gdb.threads/next-while-other-thread-longjmps.exp
5845 * gdb.threads/non-ldr-exit.exp
5846 * gdb.threads/pending-step.exp
5847 * gdb.threads/print-threads.exp
5848 * gdb.threads/process-dies-while-detaching.exp
5849 * gdb.threads/process-dies-while-handling-bp.exp
5850 * gdb.threads/pthreads.exp
5851 * gdb.threads/queue-signal.exp
5852 * gdb.threads/reconnect-signal.exp
5853 * gdb.threads/signal-command-handle-nopass.exp
5854 * gdb.threads/signal-command-multiple-signals-pending.exp
5855 * gdb.threads/signal-delivered-right-thread.exp
5856 * gdb.threads/signal-sigtrap.exp
5857 * gdb.threads/sigthread.exp
5858 * gdb.threads/staticthreads.exp
5859 * gdb.threads/stepi-random-signal.exp
5860 * gdb.threads/thread-unwindonsignal.exp
5861 * gdb.threads/thread_check.exp
5862 * gdb.threads/thread_events.exp
5863 * gdb.threads/tid-reuse.exp
5864 * gdb.threads/tls-nodebug.exp
5865 * gdb.threads/tls-shared.exp
5866 * gdb.threads/tls-so_extern.exp
5867 * gdb.threads/tls.exp
5868 * gdb.threads/wp-replication.exp
5869 * gdb.trace/actions-changed.exp
5870 * gdb.trace/actions.exp
5871 * gdb.trace/backtrace.exp
5872 * gdb.trace/change-loc.exp
5873 * gdb.trace/collection.exp
5874 * gdb.trace/deltrace.exp
5875 * gdb.trace/disconnected-tracing.exp
5876 * gdb.trace/entry-values.exp
5877 * gdb.trace/ftrace-lock.exp
5878 * gdb.trace/ftrace.exp
5879 * gdb.trace/infotrace.exp
5880 * gdb.trace/mi-trace-frame-collected.exp
5881 * gdb.trace/mi-trace-unavailable.exp
5882 * gdb.trace/mi-traceframe-changed.exp
5883 * gdb.trace/mi-tracepoint-changed.exp
5884 * gdb.trace/mi-tsv-changed.exp
5885 * gdb.trace/no-attach-trace.exp
5886 * gdb.trace/packetlen.exp
5887 * gdb.trace/passc-dyn.exp
5888 * gdb.trace/passcount.exp
5889 * gdb.trace/pending.exp
5890 * gdb.trace/pr16508.exp
5891 * gdb.trace/qtro.exp
5892 * gdb.trace/range-stepping.exp
5893 * gdb.trace/read-memory.exp
5894 * gdb.trace/report.exp
5895 * gdb.trace/save-trace.exp
5896 * gdb.trace/signal.exp
5897 * gdb.trace/stap-trace.exp
5898 * gdb.trace/status-stop.exp
5899 * gdb.trace/strace.exp
5900 * gdb.trace/tfile.exp
5901 * gdb.trace/tfind.exp
5902 * gdb.trace/trace-break.exp
5903 * gdb.trace/trace-condition.exp
5904 * gdb.trace/trace-enable-disable.exp
5905 * gdb.trace/trace-mt.exp
5906 * gdb.trace/tracecmd.exp
5907 * gdb.trace/tracefile-pseudo-reg.exp
5908 * gdb.trace/tspeed.exp
5909 * gdb.trace/tstatus.exp
5910 * gdb.trace/tsv.exp
5911 * gdb.trace/unavailable.exp
5912 * gdb.trace/while-dyn.exp
5913 * gdb.trace/while-stepping.exp
5914 * lib/gdb-guile.exp
5915 * lib/gdb.exp
5916 * lib/mi-support.exp
5917 * lib/pascal.exp
5918 * lib/perftest.exp
5919 * lib/prelink-support.exp
5920 * lib/selftest-support.exp
5921
5922 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5923
5924 * Makefile.in: Include disable-implicit-rules.mk.
5925
5926 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5927
5928 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5929 non-byte-aligned bit fields.
5930
5931 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5932
5933 PR gdb/12616
5934 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5935 respects the DW_AT_data_bit_offset attribute.
5936
5937 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5938
5939 * gdb.base/default.exp: Fix output of "set language".
5940
5941 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5942
5943 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5944 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5945 make.
5946 * configure.ac: Remove checks for the make program.
5947 * configure: Re-generate.
5948
5949 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5950
5951 * gdb.python/py-recurse-unwind.c (main): Add loop.
5952 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5953 to read_register() and gdb.parse_and_eval(). Make each code
5954 call a separate case that can be individually tested.
5955 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5956 proc. Call cont_and_backtrace for each of the code paths that
5957 we want to test in the unwinder.
5958
5959 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5960
5961 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5962 the definition of struct S.
5963
5964 2016-11-11 Catherine Moore <clm@codesourcery.com>
5965
5966 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5967
5968 2016-11-09 Pedro Alves <palves@redhat.com>
5969
5970 * gdb.base/commands.exp (runto_or_return): New procedure.
5971 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5972 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5973 (progvar_simple_while_test, progvar_complex_if_while_test)
5974 (if_while_breakpoint_command_test)
5975 (infrun_breakpoint_command_test, breakpoint_command_test)
5976 (user_defined_command_test, watchpoint_command_test)
5977 (test_command_prompt_position, redefine_hook_test)
5978 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5979 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5980 multi_line_input and multi_line. Remove gdb_expect and
5981 gdb_stop_suppressing_tests uses.
5982 * lib/gdb.exp (valnum_re): New global.
5983 (multi_line_input): New procedure.
5984
5985 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5986
5987 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5988 Remove.
5989 (test_setup): Define with proc_with_prefix.
5990 (test_cli_inferior): Likewise.
5991 (test_cli_thread): Likewise.
5992 (test_cli_frame): Likewise.
5993 (test_cli_select_frame): Likewise.
5994 (test_cli_up_down): Likewise.
5995 (test_mi_thread_select): Likewise.
5996 (test_mi_stack_select_frame): Likewise.
5997 (test_cli_in_mi_inferior): Likewise.
5998 (test_cli_in_mi_thread): Likewise.
5999 (test_cli_in_mi_frame): Likewise.
6000 (top level): Do not use with_test_prefix_procname.
6001
6002 2016-11-09 Pedro Alves <palves@redhat.com>
6003
6004 * gdb.base/commands.exp (gdbvar_simple_if_test)
6005 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6006 (progvar_simple_if_test, progvar_simple_while_test)
6007 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6008 (infrun_breakpoint_command_test, breakpoint_command_test)
6009 (user_defined_command_test, watchpoint_command_test)
6010 (test_command_prompt_position, deprecated_command_test)
6011 (bp_deleted_in_command, temporary_breakpoint_commands)
6012 (stray_arg0_test, source_file_with_indented_comment)
6013 (recursive_source_test, if_commands_test)
6014 (error_clears_commands_left, redefine_hook_test)
6015 (redefine_backtrace_test): Use proc_with_prefix.
6016 * lib/gdb.exp (proc_with_prefix): New proc.
6017
6018 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6019
6020 * gdb.base/tui-layout.c: New file.
6021 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6022 disassembly window contains very long lines.
6023
6024 2016-11-08 Tom Tromey <tom@tromey.com>
6025
6026 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6027 depend on Python 2.
6028
6029 2016-11-08 Tom Tromey <tom@tromey.com>
6030
6031 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6032 New method.
6033
6034 2016-10-29 Manish Goregaokar <manish@mozilla.com>
6035
6036 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6037
6038 2016-10-27 Manish Goregaokar <manish@mozilla.com>
6039
6040 * gdb.rust/simple.rs: Add test for univariant enums without
6041 discriminants and for encoded struct-like enums.
6042
6043 2016-10-28 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6046 gdb_test_multiple, tighten regexps and match symtabs and line
6047 tables incrementally.
6048
6049 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
6050
6051 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6052 general.
6053
6054 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
6055
6056 * gdb.base/exec-invalid-sysroot.exp: New file.
6057
6058 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6061
6062 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6065
6066 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6067
6068 * gdb.base/killed-outside.exp: Remove $options from a call to
6069 `prepare_for_testing'.
6070
6071 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6072
6073 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6074 Change test message.
6075
6076 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6077
6078 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6079 Update comment.
6080
6081 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6082
6083 * gdb.trace/mi-trace-save.exp: New file.
6084
6085 2016-10-13 Yao Qi <yao.qi@linaro.org>
6086
6087 * gdb.base/code_elim.exp (get_var_address): Remove.
6088 * gdb.base/relocate.exp: Likewise.
6089 * gdb.base/shreloc.exp: Likewise.
6090 * lib/gdb.exp (get_var_address): New.
6091
6092 2016-10-13 Yao Qi <yao.qi@linaro.org>
6093
6094 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6095 floating point tests if $skip_float_test is false.
6096
6097 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
6098
6099 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6100 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6101 argc values.
6102 Add 1 to argc so we guarantee distinct initial/modified argc values.
6103
6104 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6107
6108 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6111 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6112 * gdb.arch/vsx-regs.exp: Likewise.
6113
6114 2016-10-07 Yao Qi <yao.qi@linaro.org>
6115
6116 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6117
6118 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6119
6120 * gdb.python/python.exp: Test decode_line("*0").
6121
6122 2016-10-06 Doug Evans <dje@google.com>
6123
6124 * gdb.python/py-value.exp (test_value_creation): Add test for large
6125 unsigned 64-bit value.
6126
6127 2016-10-06 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.compile/compile.exp: Change java tests to rust.
6130 * gdb.base/setshow.exp: Change java tests to rust.
6131 * gdb.base/default.exp: Remove java from language list.
6132 * README (Examples): Update language example.
6133 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6134 test.
6135 * lib/gdb.exp (skip_java_tests): Remove.
6136 * lib/java.exp: Remove.
6137 * gdb.java: Remove.
6138
6139 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6140
6141 * gdb.arch/mips-fcr.exp: New test.
6142 * gdb.arch/mips-fcr.c: Source for the new test.
6143
6144 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6145
6146 * gdb.base/solib-disc.exp: Use `standard_output_file'
6147 throughout.
6148
6149 2016-10-06 Pedro Alves <palves@redhat.com>
6150
6151 * gdb.base/jit-simple-dl.c: New file.
6152 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6153 * gdb.base/jit-simple.c: ... this.
6154 * gdb.base/jit-simple.exp (jit_run): Delete.
6155 (build_jit): New proc.
6156 (jit_test_reread): Recompile either the main program or the shared
6157 library, depending on what is being tested. Skip changing address
6158 if caller wants to. Compare before/after addresses. If testing
6159 standalone, explicitly load the binary. Test "maint info
6160 breakpoints".
6161 (top level): Add "standalone vs shared lib" and "change address"
6162 vs "same address" axes.
6163
6164 2016-10-06 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6167 call.
6168 (jit_run): Delete.
6169 (jit_test_reread): Use with_test_prefix. Reload the main binary
6170 explicitly. Compare the before/after addresses of the JIT
6171 descriptor.
6172
6173 2016-08-15 Doug Evans <dje@google.com>
6174
6175 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6176 for single bitfields is bool.
6177 * gdb.xml/tdesc-regs.exp: Ditto.
6178
6179 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6182
6183 2016-10-05 Yao Qi <yao.qi@linaro.org>
6184
6185 * lib/gdb.exp (support_complex_tests): Return zero if
6186 gdb_skip_float_test return true.
6187
6188 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6189 Simon Marchi <simon.marchi@ericsson.com>
6190
6191 PR gdb/20487
6192 * gdb.mi/user-selected-context-sync.exp: New file.
6193 * gdb.mi/user-selected-context-sync.c: New file.
6194
6195 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6196 Simon Marchi <simon.marchi@ericsson.com>
6197
6198 PR gdb/20487
6199 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6200 =thread-select-event check.
6201
6202 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6203
6204 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6205 the compulsory L operand changes.
6206 * gdb.arch/powerpc-power.s: Likewise.
6207
6208 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6209
6210 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6211 * gdb.base/jit-attach-pie.c: New file.
6212 * gdb.base/jit-attach-pie.exp: New file.
6213
6214 2016-09-28 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/infcall-input.c: New file.
6217 * gdb.base/infcall-input.exp: New file.
6218
6219 2016-09-22 Yao Qi <yao.qi@linaro.org>
6220
6221 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6222 (gdb_exit): Rename it to ...
6223 (gdbserver_gdb_exit): ... Close GDBserver.
6224 (gdb_exit): New proc, call gdbserver_gdb_exit.
6225 (mi_gdb_exit): Likewise.
6226
6227 2016-09-22 Yao Qi <yao.qi@linaro.org>
6228
6229 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6230 path.
6231 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6232 Remove duplication.
6233
6234 2016-09-22 Yao Qi <yao.qi@linaro.org>
6235
6236 * lib/gdbserver-support.exp: Check the existence of
6237 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6238
6239 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6240
6241 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6242
6243 2016-09-21 Tom Tromey <tom@tromey.com>
6244
6245 PR gdb/20604:
6246 * gdb.base/quit.exp: New file.
6247
6248 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6249
6250 * .gitignore: New file.
6251
6252 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6253
6254 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6255 throughout.
6256
6257 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6258
6259 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6260
6261 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 * gdb.cp/casts.cc (decltype): Move it ...
6264 (main): ... with its call to ...
6265 * gdb.cp/casts03.cc: ... a new file.
6266 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6267
6268 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6269
6270 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6271
6272 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6273
6274 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6275 and sync up the test with tests in gas/testsuite/gas/ppc.
6276 * gdb.arch/powerpc-power.exp: Likewise.
6277
6278 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6281
6282 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6283 Jan Kratochvil <jan.kratochvil@redhat.com>
6284
6285 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6286 make m1's definition to be different from m2's. Use 'dummy' as an
6287 argument for probe 'two'.
6288
6289 2016-09-10 Jon Beniston <jon@beniston.com>
6290
6291 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6292 for sim target.
6293
6294 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6295
6296 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6297 variable declaration.
6298 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6299 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6300 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6301 received HWCAP as its argument.
6302
6303 2016-09-06 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/new-ui-pending-input.c: New file.
6306 * gdb.base/new-ui-pending-input.exp: New file.
6307 * gdb.exp (clear_gdb_spawn_id): New procedure.
6308 (with_spawn_id): Check whether gdb_spawn_id exists before
6309 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6310 on exit.
6311
6312 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6313
6314 * gdb.base/float128.c: New file.
6315 * gdb.base/float128.exp: Likewise.
6316 * gdb.base/floatn.c: Likewise.
6317 * gdb.base/floatn.exp: Likewise.
6318
6319 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6320
6321 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6322
6323 2016-09-05 Pedro Alves <palves@redhat.com>
6324
6325 PR backtrace/19927
6326 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6327 unwinders are immediately called as side effect of "source" or
6328 "disable unwinder" commands.
6329 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6330
6331 2016-09-02 Yao Qi <yao.qi@linaro.org>
6332
6333 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6334 is true and $type is "float" or "double".
6335
6336 2016-09-02 Yao Qi <yao.qi@linaro.org>
6337
6338 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6339 true.
6340 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6341 * gdb.base/call-rt-st.exp: Likewise.
6342 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6343 return value instead of gdb,skip_float_test.
6344 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6345 (do_function_calls): Use its return value instead of
6346 gdb,skip_float_test.
6347 * gdb.base/finish.exp: Likewise.
6348 * gdb.base/funcargs.exp: Likewise.
6349 * gdb.base/return.exp: Likewise.
6350 * gdb.base/return2.exp: Likewise.
6351 * gdb.base/varargs.exp: Likewise.
6352 * lib/gdb.exp (gdb_skip_float_test): Change it to
6353 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6354
6355 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6356
6357 * gdb.multi/tids.exp: Test "thread apply all".
6358
6359 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6360
6361 * gdb.base/default.exp (tty): Remove.
6362
6363 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6364
6365 * gdb.python/py-recurse-unwind.c: New file.
6366 * gdb.python/py-recurse-unwind.py: New file.
6367 * gdb.python/py-recurse-unwind.exp: New file.
6368
6369 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6370
6371 * gdb.base/set-inferior-tty.exp: New file.
6372 * gdb.base/set-inferior-tty.c: New file.
6373
6374 2016-08-23 Pedro Alves <palves@redhat.com>
6375
6376 PR gdb/20494
6377 * gdb.base/new-ui-echo.c: New file.
6378 * gdb.base/new-ui-echo.exp: New file.
6379
6380 2016-08-23 Yao Qi <yao.qi@linaro.org>
6381
6382 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6383 gdbserver_spawn.
6384 * gdb.server/connect-without-multi-process.exp (do_test):
6385 Likewise.
6386
6387 2016-08-23 Yao Qi <yao.qi@linaro.org>
6388
6389 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6390 standalone_txt. Delete gdb_txt and standalone_txt on host
6391 and target. Spawn the binary on target. Copy files from
6392 target to host.
6393
6394 2016-08-22 Pedro Alves <palves@redhat.com>
6395
6396 PR gdb/20505
6397 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6398 with_test_prefix. Factor out bits to ...
6399 (test_no_vdso): ... this new procedure.
6400
6401 2016-08-19 Carl Love <cel@us.ibm.com>
6402
6403 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6404 maintaining separate logic for constructing the output path.
6405 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6406 * gdb.arch/ppc-dfp.exp: Likewise.
6407 * gdb.arch/ppc-fp.exp: Likewise.
6408 * gdb.arch/vsx-regs.exp: Likewise.
6409 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6410 binprefix for generating the additional binary files.
6411
6412 2016-08-19 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.trace/mi-trace-frame-collected.exp
6415 (test_trace_frame_collected): On x32, expect two registers.
6416
6417 2016-08-18 Carl Love <cel@us.ibm.com>
6418
6419 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6420 and sync up the test with tests in gas/testsuite/gas/ppc.
6421 * gdb.arch/powerpc-power.exp: Likewise.
6422
6423 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6424
6425 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6426 expected error message.
6427
6428 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6429
6430 * gdb.multi/remove-inferiors.exp: New file.
6431 * gdb.multi/remove-inferiors.c: New file.
6432
6433 2016-08-12 Yao Qi <yao.qi@linaro.org>
6434
6435 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6436 argument list.
6437
6438 2016-08-10 Pedro Alves <palves@redhat.com>
6439
6440 PR gdb/19187
6441 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6442 setup_kfails.
6443
6444 2016-08-09 Pedro Alves <palves@redhat.com>
6445 Simon Marchi <simon.marchi@ericsson.com>
6446
6447 PR gdb/20418
6448 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6449 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6450
6451 2016-08-09 Pedro Alves <palves@redhat.com>
6452
6453 PR mi/20431
6454 * gdb.mi/mi-cmd-error.exp: New file.
6455
6456 2016-08-09 Pedro Alves <palves@redhat.com>
6457
6458 PR gdb/18653
6459 * gdb.base/signals-state-child.c: New file.
6460 * gdb.base/signals-state-child.exp: New file.
6461 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6462
6463 2016-08-09 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6466
6467 2016-08-03 Tom Tromey <tom@tromey.com>
6468
6469 PR python/18565:
6470 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6471
6472 2016-08-01 Yao Qi <yao.qi@linaro.org>
6473
6474 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6475 variable mode to "multi-process" if $multi_process is 1, otherwise
6476 set it to "single-process".
6477
6478 2016-08-01 Yao Qi <yao.qi@linaro.org>
6479
6480 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6481 * gdb.cp/cpexprs.exp: Likewise.
6482 * gdb.cp/m-static.exp: Likewise.
6483
6484 2016-07-26 Tom Tromey <tom@tromey.com>
6485
6486 PR python/20190:
6487 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6488 test.
6489
6490 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6491
6492 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6493 selecting assembly source files.
6494 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6495 assembly source files.
6496 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6497 assembly source files.
6498 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6499 selecting assembly source files.
6500
6501 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6502
6503 * gdb.base/new-ui.exp (do_test_invalid_args): New
6504 procedure.
6505
6506 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6507
6508 * gdb.btrace/reconnect.c: New file.
6509 * gdb.btrace/reconnect.exp: New file.
6510
6511 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6512
6513 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6514 to test_catch_syscall_group.
6515 (test_catch_syscall_group): New.
6516
6517 2016-07-21 Tom Tromey <tom@tromey.com>
6518
6519 * gdb.rust/simple.rs (main): Use empty struct expression.
6520 * gdb.rust/simple.exp: Add tests for empty struct expression.
6521
6522 2016-07-21 Yao Qi <yao.qi@linaro.org>
6523
6524 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6525 if gdb_skip_xml_test is true on some targets.
6526
6527 2016-07-21 Yao Qi <yao.qi@linaro.org>
6528
6529 * gdb.server/solib-list.exp: Unset last_loaded_file.
6530
6531 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6534 "step into captured_main (args)".
6535
6536 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6539
6540 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6541
6542 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6543
6544 2016-07-19 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6547 * gdb.opt/inline-bt.exp: Likewise.
6548 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6549 additional_flags=-Winline.
6550 * gdb.opt/inline-locals.exp: Likewise.
6551 * gdb.opt/inline-markers.c (ATTR): Define.
6552 (inlined_fn): Use it.
6553
6554 2016-07-19 Yao Qi <yao.qi@linaro.org>
6555
6556 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6557 (test_with_self): Remove some code. Remove argument executable.
6558 (top-level): Use do_self_tests.
6559
6560 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6561 Don Breazeal <donb@codesourcery.com>
6562
6563 * gdb.base/maint.exp: Escape paths used in regular expressions.
6564 * gdb.stabs/weird.exp: Likewise.
6565
6566 2016-07-13 Tom Tromey <tom@tromey.com>
6567
6568 PR python/15620, PR python/18620:
6569 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6570 (test_bkpt_events): New procs.
6571
6572 2016-07-13 Tom Tromey <tom@tromey.com>
6573
6574 PR python/17698:
6575 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6576 test.
6577 (test_watchpoints): Likewise.
6578 (test_bkpt_pending): New proc.
6579
6580 2016-07-13 Tom Tromey <tom@tromey.com>
6581
6582 PR cli/18053:
6583 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6584 completion test.
6585
6586 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6589 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6590 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6591 f_label.
6592 (g): Rename g_end_lbl to g_label.
6593 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6594 low_pc and high_pc.
6595 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6596
6597 2016-07-12 Tom Tromey <tom@tromey.com>
6598
6599 PR python/19293:
6600 * gdb.python/py-unwind-maint.exp: Update tests.
6601
6602 2016-07-12 Yao Qi <yao.qi@linaro.org>
6603
6604 * lib/selftest-support.exp (selftest_setup): Match the output
6605 when captured_main is inlined.
6606
6607 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6608
6609 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6610 New variables.
6611 (print this%a, print this%b, print this): New tests.
6612 * gdb.fortran/derived-types.f90 (this): New object and
6613 initialization.
6614
6615 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6616
6617 * gdb.ada/arraydim.exp: Remove extra directory level in build
6618 directory.
6619
6620 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * lib/ada.exp: Remove extra directory level in build directory.
6623 * gdb.ada/cond_lang.exp: Likewise.
6624 * gdb.ada/exec_changed.exp: Likewise.
6625 * gdb.ada/lang_switch.exp: Likewise.
6626
6627 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6628
6629 * simple.rs: Add test for raw pointer subscripting.
6630 * simple.exp: Add test expectations.
6631
6632 2016-07-05 Yao Qi <yao.qi@linaro.org>
6633
6634 * gdb.mi/mi-reverse.exp: Match =record-started output.
6635
6636 2016-07-01 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6639 procedure.
6640 (jit_reader_test): Test the jit reader's unwinder.
6641 * gdb.base/jithost.c (jit_function_00_code): New global.
6642 (main): Use memcpy to fill in the mmapped code, instead of poking
6643 bytes manually here.
6644 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6645 value.
6646 (read_debug_info): Save the function's range.
6647 (read_sp): New function.
6648 (unwind_frame): Use it. Also unwind RBP.
6649 (get_frame_id): Use read_sp.
6650 (gdb_init_reader): Use calloc instead of malloc.
6651 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6652 parameter. Use gdb_test_multiple.
6653
6654 2016-07-01 Pedro Alves <palves@redhat.com>
6655 Antoine Tremblay <antoine.tremblay@ericsson.com>
6656
6657 * gdb.threads/process-dies-while-detaching.c: New file.
6658 * gdb.threads/process-dies-while-detaching.exp: New file.
6659
6660 2016-07-01 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.multi/watchpoint-multi-exit.c: New file.
6663 * gdb.multi/watchpoint-multi-exit.exp: New file.
6664
6665 2016-06-30 Pedro Alves <palves@redhat.com>
6666
6667 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6668 unset inferior_spawn_id.
6669
6670 2016-06-30 Pedro Alves <palves@redhat.com>
6671
6672 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6673 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6674
6675 2016-06-29 Yao Qi <yao.qi@linaro.org>
6676
6677 * gdb.base/return.c: Add copyright header.
6678
6679 2016-06-29 Tom Tromey <tom@tromey.com>
6680
6681 PR python/20129:
6682 * gdb.python/py-framefilter.exp: Add tests for setting priority
6683 and disabling of non-existent frame filter.
6684
6685 2016-06-29 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6688 0x0f07ff.
6689
6690 2016-06-28 Yao Qi <yao.qi@linaro.org>
6691
6692 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6693 triplets. Start gdb, execute catch syscall, and continue. Check
6694 gdb's output to determine catch syscall is supported.
6695
6696 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6697
6698 * gdb.rust/simple.rs: Add test for returning unit in a function.
6699 * gdb.rust/simple.exp: Add expectation for functions returning
6700 unit.
6701
6702 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6703
6704 * gdb.python/py-breakpoint-create-fail.c,
6705 gdb.python/py-breakpoint-create-fail.exp,
6706 gdb.python/py-breakpoint-create-fail.py: New testcase.
6707
6708 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6709
6710 PR gdb/20239
6711 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6712 * gdb.rust/simple.exp: Add test expectations for new NonZero
6713 tests.
6714
6715 2016-06-24 David Taylor <dtaylor@emc.com>
6716
6717 * gdb.base/offsets.exp: New file.
6718 * gdb.base/offsets.c: New file.
6719
6720 2016-06-23 Tom Tromey <tom@tromey.com>
6721
6722 PR gdb/16483:
6723 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6724 before any filters are loaded.
6725
6726 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6727
6728 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6729 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6730 structs.
6731 * gdb.fortran/derived-type-function.exp: New file.
6732 * gdb.fortran/derived-type-function.f90: New file.
6733
6734
6735 2016-06-21 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.base/new-ui.exp: New file.
6738 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6739 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6740 (with_spawn_id): New procedure.
6741
6742 2016-06-21 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.mi/mi-exec-run.exp: New file.
6745
6746 2016-06-21 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6749 breakpoint command's output on the main UI.
6750 (test_break): New procedure, factored out from calls in the top
6751 level.
6752 (top level): Use foreach_with_prefix to test MI as main UI and as
6753 separate UI.
6754
6755 2016-06-21 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6758 (test_awatch_creation_and_listing)
6759 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6760 Remove 'type' parameter.
6761 (test_watchpoint_all): New parameter mi_mode. Remove
6762 with_test_prefix.
6763 (top level): Use foreach_with_prefix, and add main/separate UI MI
6764 testing axis.
6765
6766 2016-06-21 Pedro Alves <palves@redhat.com>
6767
6768 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6769 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6770 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6771 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6772 (gdb_main_spawn_id, mi_spawn_id): Declare and
6773 comment.
6774 (mi_create_inferior_pty): New procedure,
6775 factored out from default_mi_gdb_start.
6776 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6777 procedures.
6778 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6779 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6780 Use mi_create_inferior_pty.
6781 (mi_gdb_start): Use eval to pass down args list.
6782
6783 2016-06-21 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6786 * gdb.opt/inline-cmds.exp: Add MI tests.
6787
6788 2016-06-21 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6791
6792 2016-06-21 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6795 (top level): Use it instead of mi_execute_to.
6796
6797 2016-06-21 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6800 (cont_handler_str): New.
6801 (signal_stop_handler): Set stop_handler_str instead of printing to
6802 stdout.
6803 (continue_handler): Set cont_handler_str instead of printing to
6804 stdout.
6805 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6806 mi_send_resuming_command. Print stop_handler_str and
6807 cont_handler_str instead of expecting the python events print
6808 directly.
6809
6810 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6811
6812 * gdb.base/jit-reader.exp: New file.
6813 * gdb.base/jithost.c: New file.
6814 * gdb.base/jithost.h: New file.
6815 * gdb.base/jitreader.c : New file.
6816 * gdb.base/jit-protocol.h: New file.
6817
6818 2016-06-17 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6821 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6822 and detach-on-fork. Adjust tests.
6823 (top level): Invoke break_cond_on_syscall with combinations of
6824 syscall, follow-fork-mode and detach-on-fork.
6825
6826 2016-06-17 Yao Qi <yao.qi@linaro.org>
6827
6828 * gdb.base/step-over-exit.c: New.
6829 * gdb.base/step-over-exit.exp: New.
6830
6831 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6832
6833 * gdb.base/float.exp: Add target check for nds32*-*-*.
6834 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6835
6836 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6837
6838 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6839 for unsupported target features.
6840 * gdb.base/call-rt-st.exp: Likewise.
6841 * gdb.base/call-sc.exp: Likewise.
6842 * gdb.base/call-signal-resume.exp: Likewise.
6843 * gdb.base/call-strs.exp: Likewise.
6844 * gdb.base/callexit.exp: Likewise.
6845 * gdb.base/callfuncs.exp: Likewise.
6846 * gdb.base/nodebug.exp: Likewise.
6847 * gdb.base/printcmds.exp: Likewise.
6848 * gdb.base/ptype.exp: Likewise.
6849 * gdb.base/structs.exp: Likewise.
6850 * gdb.base/unwindonsignal.exp: Likewise.
6851 * gdb.cp/gdb2495.exp: Likewise.
6852 * gdb.cp/templates.exp: Likewise.
6853 * gdb.cp/virtfunc.exp: Likewise.
6854 * gdb.threads/hand-call-in-threads.exp: Likewise.
6855 * gdb.threads/interrupted-hand-call.exp: Likewise.
6856 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6857
6858 2016-06-10 Tom Tromey <tom@tromey.com>
6859
6860 PR rust/20110:
6861 * gdb.rust/expr.exp: Add test for integer constant larger than
6862 i32.
6863
6864 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6865
6866 * gdb.fortran/nested-funcs.exp: New.
6867 * gdb.fortran/nested-funcs.f90: New.
6868
6869 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6870
6871 * gdb.base/examine-backward.c: New file.
6872 * gdb.base/examine-backward.exp: New file.
6873
6874 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6877 matching.
6878
6879 2016-06-02 Tom Tromey <tom@tromey.com>
6880
6881 PR python/18984:
6882 * gdb.python/py-shared.exp: Add solib_name test.
6883
6884 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6885
6886 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6887
6888 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6889
6890 PR c++/19893
6891 * gdb.dwarf2/implref.exp: Rename to...
6892 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6893 * gdb.dwarf2/implref-array.c: New file.
6894 * gdb.dwarf2/implref-array.exp: Likewise.
6895 * gdb.dwarf2/implref-global.c: Likewise.
6896 * gdb.dwarf2/implref-global.exp: Likewise.
6897 * gdb.dwarf2/implref-struct.c: Likewise.
6898 * gdb.dwarf2/implref-struct.exp: Likewise.
6899
6900 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6901
6902 * gdb.trace/trace-condition.exp: Add 64bit tests.
6903
6904 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6905
6906 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6907 bits types.
6908 (main): Adapt to 8 to 64 bits types.
6909 * gdb.trace/trace-condition.exp: Add new tests.
6910
6911 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6912
6913 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6914
6915 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6916
6917 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6918 Move condition tests...
6919 * gdb.trace/trace-condition.exp: Here.
6920
6921 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6922
6923 * gdb.trace/trace-condition.exp: Add counter-case tests.
6924
6925 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 PR c++/15231
6928 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6929 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6930
6931 2016-05-27 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6934 New procedure.
6935 (top level): Call it, and bail out of DejaGnu is known to be bad.
6936
6937 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 * gdb.base/whatis.c: Extend the test case.
6940 * gdb.base/whatis.exp: Add additional tests.
6941
6942 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6943
6944 * gdb.fortran/type.f90: Add pointer variable.
6945 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6946
6947 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6948
6949 * gdb.fortran/vla-type.exp: Fix testcase name.
6950
6951 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6952
6953 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6954
6955 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6956
6957 * gdb.fortran/type.f90: Add nested structures.
6958 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6959 * gdb.fortran/derived-type.exp: Adapt expected output.
6960 * gdb.fortran/vla-type.exp: Adapt expected output.
6961
6962 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6963
6964 * gdb.fortran/whatis_type.exp: Adapt expected output.
6965
6966 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6967
6968 * gdb.fortran/print_type.exp: Fix expected output.
6969 * gdb.fortran/whatis_type.exp: Fix expected output.
6970
6971 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6972
6973 * gdb.fortran/whatis_type.exp: Use multi_line.
6974
6975 2016-05-24 Tom Tromey <tom@tromey.com>
6976
6977 PR python/17386:
6978 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6979 use value as an index.
6980
6981 2016-05-23 Tom Tromey <tom@tromey.com>
6982
6983 PR python/17981:
6984 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6985 no-breakpoint case.
6986
6987 2016-05-24 Pedro Alves <palves@redhat.com>
6988
6989 PR gdb/19828
6990 * gdb.threads/clone-attach-detach.c: New file.
6991 * gdb.threads/clone-attach-detach.exp: New file.
6992
6993 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6994
6995 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6996
6997 2016-05-23 Tom Tromey <tom@tromey.com>
6998
6999 PR python/19438, PR python/18393:
7000 * gdb.python/py-progspace.exp: Add "dir" test.
7001 * gdb.python/py-objfile.exp: Add "dir" test.
7002
7003 2016-05-23 Yao Qi <yao.qi@linaro.org>
7004
7005 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7006 * gdb.arch/thumb2-it.exp: Likewise.
7007
7008 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7009
7010 * gdb.mi/mi-threads-interrupt.c: New file.
7011 * gdb.mi/mi-threads-interrupt.exp: New file.
7012
7013 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7014
7015 PR gdb/18077
7016 * gdb.mi/mi-async-run.exp: New file.
7017 * gdb.mi/mi-async-run.c: New file.
7018
7019 2016-05-17 Tom Tromey <tom@tromey.com>
7020 Manish Goregaokar <manishsmail@gmail.com>
7021
7022 * lib/rust-support.exp: New file.
7023 * lib/gdb.exp (skip_rust_tests): New proc.
7024 (build_executable_from_specs): Handle rust.
7025 * lib/future.exp (gdb_find_rustc): New proc.
7026 (gdb_default_target_compile): Handle rust.
7027 * gdb.rust/expr.exp: New file.
7028 * gdb.rust/generics.exp: New file.
7029 * gdb.rust/generics.rs: New file.
7030 * gdb.rust/methods.exp: New file.
7031 * gdb.rust/methods.rs: New file.
7032 * gdb.rust/modules.exp: New file.
7033 * gdb.rust/modules.rs: New file.
7034 * gdb.rust/simple.exp: New file.
7035 * gdb.rust/simple.rs: New file.
7036
7037 2016-05-17 Tom Tromey <tom@tromey.com>
7038
7039 * gdb.base/default.exp (set language): Add rust.
7040
7041 2016-05-17 Tom Tromey <tom@tromey.com>
7042
7043 * gdb.gdb/unittest.exp: New file.
7044
7045 2016-05-16 Yao Qi <yao.qi@linaro.org>
7046
7047 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7048 shell_prompt. Update shell_prompt_re.
7049
7050 2016-05-12 Doug Evans <dje@google.com>
7051
7052 PR symtab/19999
7053 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7054 $options when building executable.
7055 * gdb.dwarf2/fission-loclists-pie.S: New file.
7056 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7057
7058 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7061 of [is_remote target],
7062
7063 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7064
7065 * lib/gdb.exp (use_gdb_stub): New procedure.
7066
7067 2016-05-03 Yunlian Jiang <yunlian@google.com>
7068 Doug Evans <dje@google.com>
7069
7070 PR symtab/19914
7071 * gdb.dwarf2/dwp-sepdebug.c: New file.
7072 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7073
7074 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * gdb.base/detach.exp: Remove is_remote check.
7077
7078 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7079
7080 * gdb.base/annota-input-while-running.exp: Don't check for
7081 [is_remote target]. Enable annotations after running to main.
7082 Remove unused "set test..." line.
7083
7084 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7085
7086 * gdb.trace/trace-enable-disable.exp: New file.
7087 * gdb.trace/trace-enable-disable.c: New file.
7088
7089 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7090
7091 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7092 use it in info sharedlibrary test.
7093 * gdb.trace/ftrace-lock.exp: Likewise.
7094 * gdb.trace/ftrace.exp: Likewise.
7095 * gdb.trace/range-stepping.exp: Likewise.
7096 * gdb.trace/trace-break.exp: Likewise.
7097 * gdb.trace/trace-condition.exp: Likewise.
7098 * gdb.trace/trace-mt.exp: Likewise.
7099
7100 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7101
7102 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7103 (gdb_load_shlib): ... this.
7104 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7105 gdb_load_shlib.
7106 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7107 * gdb.base/ctxobj.exp: Likewise.
7108 * gdb.base/dprintf-pending.exp: Likewise.
7109 * gdb.base/dso2dso.exp: Likewise.
7110 * gdb.base/fixsection.exp: Likewise.
7111 * gdb.base/gcore-relro.exp: Likewise.
7112 * gdb.base/gdb1555.exp: Likewise.
7113 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7114 * gdb.base/gnu-ifunc.exp: Likewise.
7115 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7116 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7117 * gdb.base/pending.exp: Likewise.
7118 * gdb.base/print-file-var.exp: Likewise.
7119 * gdb.base/print-symbol-loading.exp: Likewise.
7120 * gdb.base/shlib-call.exp: Likewise.
7121 * gdb.base/shreloc.exp: Likewise.
7122 * gdb.base/so-impl-ld.exp: Likewise.
7123 * gdb.base/solib-disc.exp: Likewise.
7124 * gdb.base/solib-nodir.exp: Likewise.
7125 * gdb.base/solib-overlap.exp: Likewise.
7126 * gdb.base/solib-symbol.exp: Likewise.
7127 * gdb.base/solib-weak.exp (do_test): Likewise.
7128 * gdb.base/sym-file.exp: Likewise.
7129 * gdb.base/symtab-search-order.exp: Likewise.
7130 * gdb.base/type-opaque.exp: Likewise.
7131 * gdb.base/unload.exp: Likewise.
7132 * gdb.base/watchpoint-solib.exp: Likewise.
7133 * gdb.compile/compile.exp: Likewise.
7134 * gdb.cp/gdb2384.exp: Likewise.
7135 * gdb.cp/infcall-dlopen.exp: Likewise.
7136 * gdb.cp/re-set-overloaded.exp: Likewise.
7137 * gdb.fortran/library-module.exp: Likewise.
7138 * gdb.opt/solib-intra-step.exp: Likewise.
7139 * gdb.python/py-finish-breakpoint.exp: Likewise.
7140 * gdb.python/py-shared.exp: Likewise.
7141 * gdb.reverse/solib-precsave.exp: Likewise.
7142 * gdb.reverse/solib-reverse.exp: Likewise.
7143 * gdb.server/solib-list.exp: Likewise.
7144 * gdb.threads/dlopen-libpthread.exp: Likewise.
7145 * gdb.threads/tls-shared.exp: Likewise.
7146 * gdb.threads/tls-so_extern.exp: Likewise.
7147 * gdb.trace/change-loc.exp: Likewise.
7148 * gdb.trace/ftrace-lock.exp: Likewise.
7149 * gdb.trace/ftrace.exp: Likewise.
7150 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7151 * gdb.trace/pending.exp: Likewise.
7152 * gdb.trace/range-stepping.exp: Likewise.
7153 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7154 (strace_info_marker): Likewise.
7155 (strace_probe_marker): Likewise.
7156 (strace_trace_on_same_addr): Likewise.
7157 (strace_trace_on_diff_addr): Likewise.
7158 * gdb.trace/trace-break.exp: Likewise.
7159 * gdb.trace/trace-condition.exp: Likewise.
7160 * gdb.trace/trace-mt.exp: Likewise.
7161
7162 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7163
7164 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7165 result of gdb_remote_download.
7166 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7167 * gdb.base/dso2dso.exp: Likewise.
7168 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7169 * gdb.base/print-file-var.exp: Likewise.
7170 * gdb.base/shlib-call.exp: Likewise.
7171 * gdb.base/shreloc.exp: Likewise.
7172 * gdb.base/solib-overlap.exp: Likewise.
7173 * gdb.base/solib-weak.exp (do_test): Likewise.
7174 * gdb.base/unload.exp: Likewise.
7175
7176 2016-04-27 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7179 exists.
7180
7181 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7182
7183 * vla-type.exp: Print structure from toplevel.
7184
7185 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7186
7187 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7188 of dynamic types.
7189 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7190 of dynamic types.
7191
7192 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7193
7194 * gdb.fortran/vla-type.f90: New file.
7195 * gdb.fortran/vla-type.exp: New file.
7196
7197 2016-04-25 Yao Qi <yao.qi@linaro.org>
7198
7199 * gdb.base/branch-to-self.c: New file.
7200 * gdb.base/branch-to-self.exp: New file.
7201
7202 2016-04-22 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7205 more after $hex.
7206
7207 2016-04-22 Yao Qi <yao.qi@linaro.org>
7208
7209 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7210 * gdb.base/annota3.exp: Likewise.
7211
7212 2016-04-22 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.reverse/step-precsave.exp: Do one step and test program
7215 stops in "callee" and do multiple steps until program goes out
7216 of "callee".
7217 * gdb.reverse/step-reverse.exp: Likewise.
7218
7219 2016-04-22 Yao Qi <yao.qi@linaro.org>
7220
7221 * gdb.trace/signal.exp: Also pass if
7222 $tracepoint_hits($i) > $iterations.
7223
7224 2016-04-22 Yao Qi <yao.qi@linaro.org>
7225
7226 * gdb.trace/signal.c: New file.
7227 * gdb.trace/signal.exp: New file.
7228
7229 2016-04-19 Doug Evans <xdje42@gmail.com>
7230
7231 * gdb.base/bad-file.exp: New file.
7232
7233 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7234
7235 * gdb.dwarf2/implref.exp: New file.
7236
7237 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7238
7239 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7240 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7241 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7242 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7243 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7244 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7245 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7246 * lib/fortran.exp (fortran_int4): New procedure.
7247 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7248 (fortran_logical4): Likewise.
7249
7250 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7251
7252 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7253
7254 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7255
7256 * lib/compiler.c: Add Intel specific preprocessor macros.
7257 * lib/compiler.cc: Likewise.
7258
7259 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7260
7261 * gdb.server/connect-with-no-symbol-file.c: New file.
7262 * gdb.server/connect-with-no-symbol-file.exp: New file.
7263
7264 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7265
7266 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7267
7268 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7269
7270 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7271 standard output directory.
7272
7273 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7274
7275 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7276
7277 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7278
7279 * gdb.btrace/instruction_history.c (loop): Add declaration.
7280
7281 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7282
7283 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7284
7285 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7286
7287 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7288 parentheses to print.
7289 (continue_handler): Likewise.
7290
7291 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7292
7293 * gdb.server/solib-list.exp: Remove is_remote check.
7294 Pass shlib= to gdb_compile. Don't link shared library with
7295 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7296 Run binary filename through "readlink -f" on the target.
7297
7298 2016-04-08 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7301 interpreter filename as argument to gdbserver_spawn.
7302 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7303 Return empty if $last_loaded_file does not exist.
7304
7305 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7306
7307 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7308 * gdb.base/jit-main.c: Use exit after usage.
7309
7310 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7311
7312 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7313 GDBHISTSIZE prior to the tests.
7314 * gdb.base/gdbinit-history.exp: Likewise.
7315
7316 2016-04-07 Pedro Alves <palves@redhat.com>
7317
7318 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7319 instead of build_executable. Use gdb_load_shlibs.
7320
7321 2016-04-07 Yao Qi <yao.qi@linaro.org>
7322
7323 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7324 Execute "si" command.
7325
7326 2016-04-07 Yao Qi <yao.qi@linaro.org>
7327
7328 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7329 number instead of the comments on some line.
7330
7331 2016-04-06 Don Breazeal <donb@codesourcery.com>
7332
7333 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7334 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7335
7336 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7337
7338 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7339 standard_output_file. Remove unused binfile variable.
7340
7341 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7342
7343 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7344 * gdb.python/py-mi-objfile.exp: Match "list main" output
7345 in console format.
7346
7347 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7348
7349 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7350 absolute.
7351
7352 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7353
7354 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7355 absolute.
7356 * gdb.trace/ftrace.exp: Likewise.
7357 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7358 targets as well.
7359 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7360 (gdb_load_shlibs): Copy libraries to test directory when testing
7361 natively. Only set solib-search-path if testing remotely.
7362 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7363
7364 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7365
7366 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7367 gdb_download. Use it even if the target is not remote.
7368 * gdb.base/jit.exp (compile_jit_test): Likewise.
7369 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7370 output directory if the destination board is local, otherwise use
7371 the standard remote_download from DejaGnu.
7372 (gdb_download): Remove.
7373 (gdb_load_shlibs): Use gdb_remote_download instead of
7374 gdb_download.
7375 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7376 Use gdb_remote_download instead of gdb_download. Use it even if
7377 the target is not remote.
7378 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7379 instead of gdb_download.
7380
7381 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7382
7383 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7384 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7385 run.
7386
7387 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7388
7389 PR gdb/19820
7390 * gdb.base/printcmds.exp: Add artificial arrays tests.
7391
7392 2016-03-31 Pedro Alves <palves@redhat.com>
7393
7394 PR gdb/19858
7395 * gdb.base/jit-main.c: Include unistd.h.
7396 (ATTACH): Define to 0 if not already defined.
7397 (wait_for_gdb, mypid): New globals.
7398 (WAIT_FOR_GDB): New macro.
7399 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7400 some breakpoint locations.
7401 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7402 New procedures.
7403 (one_jit_test): Add REATTACH parameter, and handle it. Use
7404 continue_to_test_location.
7405 (top level): Test attach, and adjusts calls to one_jit_test.
7406
7407 2016-03-31 Pedro Alves <palves@redhat.com>
7408
7409 PR gdb/19858
7410 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7411 BINSUFFIX parameter, and handle it.
7412 (top level): Adjust calls compile_jit_test.
7413
7414 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7415
7416 PR python/19743
7417 * gdb.python/py-mi-events-gdb.py: New file.
7418 * gdb.python/py-mi-events.c: New file.
7419 * gdb.python/py-mi-events.exp: New file.
7420
7421 2016-03-30 Yao Qi <yao.qi@linaro.org>
7422
7423 * gdb.reverse/until-precsave.exp: Match function name only.
7424 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7425 Move malloc to a condition block.
7426 * gdb.reverse/until-reverse.exp: Match function name only.
7427
7428 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7429
7430 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7431 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7432 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7433 variable for GPR 0 instead of assuming it is register 0.
7434 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7435 * lib/trace-support.exp: Add s390 registers.
7436
7437 2016-03-29 Yao Qi <yao.qi@linaro.org>
7438
7439 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7440
7441 2016-03-24 Yao Qi <yao.qi@linaro.org>
7442
7443 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7444 test message.
7445
7446 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7447
7448 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7449 maintaining separate logic for constructing the output path.
7450
7451 2016-03-16 Don Breazeal <donb@codesourcery.com>
7452
7453 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7454 Retry fork and waitpid on interrupted system call errors.
7455 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7456 Use with_timeout_factor to increase timeout by factor of 10.
7457
7458 2016-03-15 Don Breazeal <donb@codesourcery.com>
7459
7460 * gdb.cp/scope-err.cc: New test program.
7461 * gdb.cp/scope-err.exp: New test script.
7462 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7463 lines and "set breakpoint here" comment.
7464 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7465 Fixed some whitespace and format issues.
7466 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7467 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7468
7469 2016-03-15 Doug Evans <dje@google.com>
7470
7471 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7472 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7473 All callers updated. Add tests for enums, mixed flags register.
7474
7475 2016-03-15 Doug Evans <dje@google.com>
7476
7477 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7478 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7479
7480 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7481
7482 * gdb.base/default.exp: Add $_as_string to the list of expected
7483 convenience functions.
7484
7485 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7486
7487 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7488
7489 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7490
7491 * gdb.python/py-as-string.exp: New file.
7492 * gdb.python/py-as-string.c: New file.
7493
7494 2016-03-09 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7497 signal" -> "Thread NN received signal" output change.
7498 * gdb.threads/ia64-sigill.exp: Likewise.
7499 * gdb.threads/linux-dp.exp: Likewise.
7500 * gdb.threads/manythreads.exp: Likewise.
7501 * gdb.threads/pending-step.exp: Likewise.
7502 * gdb.threads/print-threads.exp: Likewise.
7503 * gdb.threads/sigstep-threads.exp: Likewise.
7504 * gdb.threads/staticthreads.exp: Likewise.
7505 * gdb.threads/tls.exp: Likewise.
7506
7507 2016-03-09 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/command-line-input.exp: New file.
7510
7511 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7512
7513 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7514 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7515 * gdb.trace/pending.exp: Accept leading dot before function name.
7516 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7517 * lib/trace-support.exp: Set registers for ppc.
7518
7519 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7520
7521 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7522 use it for disassembly; accept .main in addition to main in backtrace.
7523
7524 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7525 Marcin Kościelnicki <koriakin@0x04.net>
7526
7527 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7528 (gdb_recursion_test_ptr): New global variable.
7529 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7530 gdb_recursion_test.
7531 (gdb_c_test): Ditto.
7532
7533 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7534
7535 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7536 ordering.
7537
7538 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7539
7540 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7541 (bar): Add bar_start_lbl label.
7542 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7543 of foo/bar for emitting DWARF and tracing.
7544
7545 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7546
7547 * analyze-racy-logs.py: Set executable bit.
7548
7549 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7550
7551 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7552 (CHECK_TARGET_TMP): Likewise.
7553 (check-single-racy): New rule.
7554 (check-parallel-racy): Likewise.
7555 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7556 (do-check-parallel-racy): New rule.
7557 (check-racy/%.exp): Likewise.
7558 * README (Racy testcases): New section.
7559 * analyze-racy-logs.py: New file.
7560
7561 2016-03-03 Doug Evans <dje@google.com>
7562
7563 * gdb.base/skip.exp: Use with_test_prefix.
7564
7565 2016-03-03 Yao Qi <yao.qi@linaro.org>
7566
7567 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7568 Invoke step_over_syscall "clone" and break_cond_on_syscall
7569 "clone".
7570 * gdb.base/step-over-clone.c: New file.
7571
7572 2016-03-03 Yao Qi <yao.qi@linaro.org>
7573
7574 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7575 code format.
7576
7577 2016-03-03 Yao Qi <yao.qi@linaro.org>
7578
7579 * gdb.base/disp-step-fork.c: Rename to ...
7580 * gdb.base/step-over-fork.c: ... it. New file.
7581 * gdb.base/disp-step-vfork.c: Rename to ...
7582 * gdb.base/step-over-vfork.c: ... it. New file.
7583 * gdb.base/disp-step-syscall.exp: Rename to ...
7584 * gdb.base/step-over-syscall.exp: ... it. New file.
7585 (disp_step_cross_syscall): Rename to ...
7586 (step_over_syscall): ... it.
7587
7588 2016-03-03 Yao Qi <yao.qi@linaro.org>
7589
7590 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7591 If target supports condition evaluation on target, invoke
7592 break_cond_on_syscall for fork and vfork.
7593
7594 2016-03-03 Yao Qi <yao.qi@linaro.org>
7595
7596 * gdb.base/disp-step-syscall.exp: Don't invoke
7597 support_displaced_stepping.
7598 (disp_step_cross_syscall): Test with displaced stepping off and
7599 on if supported.
7600
7601 2016-03-03 Yao Qi <yao.qi@linaro.org>
7602
7603 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7604 proc.
7605 (setup): New proc.
7606 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7607 and setup.
7608
7609 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7610
7611 * gdb.fortran/vla-history.exp: Remove breakpoint.
7612
7613 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7614
7615 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7616 exceeds timeout.
7617
7618 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7619
7620 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7621 breakpoint.
7622
7623 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7624
7625 * gdb.mi/vla.f90: Nullify pointer after declaration.
7626
7627 2016-03-01 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7630
7631 2016-03-01 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7634 before anything else.
7635 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7636 _GNU_SOURCE here.
7637 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7638 before anything else.
7639 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7640
7641 2016-03-01 Pedro Alves <palves@redhat.com>
7642
7643 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7644
7645 2016-03-01 Yao Qi <yao.qi@linaro.org>
7646
7647 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7648 prepare_for_testing.
7649
7650 2016-03-01 Yao Qi <yao.qi@linaro.org>
7651
7652 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7653
7654 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7655
7656 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7657 manually constructing the output path.
7658
7659 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7660
7661 * gdb.arch/s390-stackless.S: New.
7662 * gdb.arch/s390-stackless.exp: New.
7663
7664 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7665
7666 * gdb.dlang/circular.c: New file.
7667 * gdb.dlang/circular.exp: New file.
7668
7669 2016-02-26 Yao Qi <yao.qi@linaro.org>
7670
7671 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7672 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7673 (testcases): Update.
7674
7675 2016-02-26 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.reverse/aarch64.c: Rename to ...
7678 * gdb.reverse/insn-reverse.c: ... it.
7679 * gdb.reverse/aarch64.exp: Rename to ...
7680 * gdb.reverse/insn-reverse.exp: ... it.
7681
7682 2016-02-26 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7685 (testcase_ftype): New.
7686 (testcases): New array.
7687 (n_testcases): New.
7688 (main): Call each element in testcases.
7689 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7690 (read_testcase): New.
7691 Do the tests in a loop.
7692
7693 2016-02-25 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.base/branches.c: Remove.
7696
7697 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7698
7699 PR gdb/13808
7700 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7701
7702 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7703
7704 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7705
7706 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7707
7708 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7709 change x86_64 call_insn to 'callq'.
7710
7711 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7712
7713 * gdb.trace/tfile-avx.c: Move to...
7714 * gdb.trace/tracefile-pseudo-reg.c: Here.
7715 * gdb.trace/tfile-avx.exp: Move to...
7716 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7717
7718 2016-02-24 Gary Benson <gbenson@redhat.com>
7719
7720 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7721 message on attach.
7722
7723 2016-02-23 Doug Evans <dje@google.com>
7724
7725 * gdb.base/skip.c (test_skip): New function.
7726 (end_test_skip_file_and_function): New function.
7727 (test_skip_file_and_function): New function.
7728 * gdb.base/skip1.c (test_skip): New function.
7729 (skip1_test_skip_file_and_function): New function.
7730 * gdb.base/skip.exp: Add tests for new skip options.
7731 * gdb.base/skip-solib.exp: Update expected output.
7732 * gdb.perf/skip-command.cc: New file.
7733 * gdb.perf/skip-command.exp: New file.
7734 * gdb.perf/skip-command.py: New file.
7735
7736 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7737
7738 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7739 info registers pattern.
7740
7741 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7742
7743 * lib/future.exp: Add D support.
7744 (gdb_find_gdc): New proc.
7745 (gdb_default_target_compile): Add D support.
7746
7747 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7748
7749 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7750 user+system time.
7751 (trace_speed_test): Determine the iteration count for a time
7752 between 15..30 seconds.
7753
7754 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7755
7756 * gdb.arch/i386-mpx-sigsegv.c: New file.
7757 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7758 * gdb.arch/i386-mpx-simple_segv.c: New file.
7759 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7760
7761 2016-02-18 Yao Qi <yao.qi@linaro.org>
7762
7763 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7764 Don't call setup_kfail.
7765
7766 2016-02-18 Yao Qi <yao.qi@linaro.org>
7767
7768 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7769 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7770
7771 2016-02-16 Doug Evans <dje@google.com>
7772
7773 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7774 * gdb.base/skip1.c: Ditto.
7775 * gdb.base/skip.exp: Whitespace cleanup.
7776
7777 2016-02-16 Don Breazeal <donb@codesourcery.com>
7778
7779 PR remote/19496
7780 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7781 Remove kfail for PR remote/19496.
7782
7783 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7784
7785 * lib/gdb.exp (standard_temp_file): Return a path specific to
7786 the runtest invocation.
7787
7788 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7789
7790 * gdb.trace/save-trace.exp: Change relative path to be in the
7791 standard output directory.
7792
7793 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7794
7795 * gdb.arch/i386-prologue.c: Add missing prototypes.
7796
7797 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7798
7799 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7800 * gdb.arch/i386-prologue.exp: Likewise.
7801 * gdb.arch/i386-size.exp: Likewise.
7802
7803 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7806 define object file path.
7807 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7808 file path.
7809 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7810 standard_output_file to define binfile.
7811
7812 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 Fix compatibility with recent gfortran-5.3.1.
7815 * gdb.fortran/vla-history.exp (print vla1 allocated)
7816 (print vla2 allocated, print $2, print $3): Remove
7817 (print $4): Rename to ...
7818 (print $2): ... here.
7819 (print $9): Rename to ...
7820 (print $5): ... here.
7821 (print $10): Rename to ...
7822 (print $6): ... here.
7823 * gdb.fortran/vla.f90: Add pvla initialization.
7824
7825 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7826
7827 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7828 New test.
7829 * gdb.fortran/vla-value-sub.exp: Likewise.
7830
7831 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7832
7833 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7834
7835 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * i386-biarch-core.exp: Define corefile using
7838 standard_output_file.
7839
7840 2016-02-12 Yao Qi <yao.qi@linaro.org>
7841
7842 * gdb.arch/arm-single-step-kernel-helper.c: New.
7843 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7844
7845 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7846
7847 * gdb.btrace/tailcall-only.exp: New.
7848 * gdb.btrace/tailcall-only.c: New.
7849 * gdb.btrace/x86_64-tailcall-only.S: New.
7850 * gdb.btrace/i686-tailcall-only.S: New.
7851
7852 2016-02-11 Pedro Alves <palves@redhat.com>
7853
7854 * README (Parallel testing): Add missing double quotes.
7855
7856 2016-02-11 Pedro Alves <palves@redhat.com>
7857
7858 * README (Parallel testing): New section.
7859 (GDB_PARALLEL): Rewrite.
7860 (FORCE_PARALLEL): Document.
7861
7862 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7863
7864 * gdb.trace/tfile-avx.c: New test.
7865 * gdb.trace/tfile-avx.exp: New test.
7866
7867 2016-02-09 Keith Seitz <keiths@redhat.com>
7868
7869 PR breakpoints/19546
7870 * gdb.base/infcall-exec.c: New file.
7871 * gdb.base/infcall-exec2.c: New file.
7872 * gdb.base/infcall-exec.exp: New file.
7873
7874 2016-02-09 Keith Seitz <keiths@redhat.com>
7875
7876 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7877 (toplevel): Call test_bkpt_address.
7878
7879 2016-02-09 Keith Seitz <keiths@redhat.com>
7880
7881 PR python/19506
7882 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7883 (toplevel): Call test_bkpt_address.
7884
7885 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7886
7887 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7888 to AC_OUTPUT.
7889 * configure: Regenerate.
7890
7891 2016-02-09 Pedro Alves <palves@redhat.com>
7892
7893 PR breakpoints/19548
7894 * gdb.base/execl-update-breakpoints.c (some_function): New
7895 function.
7896 (main): Call it.
7897 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7898 Tighten expected GDB output.
7899
7900 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * Makefile.in (ALL_SUBDIRS): Remove.
7903 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7904 (distclean maintainer-clean realclean): Likewise.
7905 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7906 * configure: Regenerate.
7907 * gdb.ada/Makefile.in: Delete.
7908 * gdb.arch/Makefile.in: Likewise.
7909 * gdb.asm/Makefile.in: Likewise.
7910 * gdb.base/Makefile.in: Likewise.
7911 * gdb.btrace/Makefile.in: Likewise.
7912 * gdb.cell/Makefile.in: Likewise.
7913 * gdb.compile/Makefile.in: Likewise.
7914 * gdb.cp/Makefile.in: Likewise.
7915 * gdb.disasm/Makefile.in: Likewise.
7916 * gdb.dlang/Makefile.in: Likewise.
7917 * gdb.dwarf2/Makefile.in: Likewise.
7918 * gdb.fortran/Makefile.in: Likewise.
7919 * gdb.gdb/Makefile.in: Likewise.
7920 * gdb.go/Makefile.in: Likewise.
7921 * gdb.guile/Makefile.in: Likewise.
7922 * gdb.java/Makefile.in: Likewise.
7923 * gdb.linespec/Makefile.in: Likewise.
7924 * gdb.mi/Makefile.in: Likewise.
7925 * gdb.modula2/Makefile.in: Likewise.
7926 * gdb.multi/Makefile.in: Likewise.
7927 * gdb.objc/Makefile.in: Likewise.
7928 * gdb.opencl/Makefile.in: Likewise.
7929 * gdb.opt/Makefile.in: Likewise.
7930 * gdb.pascal/Makefile.in: Likewise.
7931 * gdb.perf/Makefile.in: Likewise.
7932 * gdb.python/Makefile.in: Likewise.
7933 * gdb.reverse/Makefile.in: Likewise.
7934 * gdb.server/Makefile.in: Likewise.
7935 * gdb.stabs/Makefile.in: Likewise.
7936 * gdb.threads/Makefile.in: Likewise.
7937 * gdb.trace/Makefile.in: Likewise.
7938 * gdb.xml/Makefile.in: Likewise.
7939 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7940 GDB_PARALLEL.
7941 (standard_output_file): Remove check for GDB_PARALLEL, always
7942 return path in outputs/$subdir/$testname.
7943
7944 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7945
7946 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7947 (site.exp): Assign abs_srcdir to tcl's srcdir.
7948
7949 2016-02-04 Yao Qi <yao.qi@linaro.org>
7950
7951 * gdb.base/foll-exec-mode.c: Include limits.h.
7952 (main): Add parameters argc and argv. Get directory from
7953 argv[0].
7954 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7955 compilation.
7956 * gdb.base/foll-exec.c: Include limits.h.
7957 (main): Add parameters argc and argv.
7958 Get directory from argv[0].
7959 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7960 Adjust tests on the number of lines as source code changed.
7961 * gdb.base/foll-vfork-exit.c: Include limits.h.
7962 (main): Add one line of statement before vfork.
7963 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7964 (main): Add parameters argc and argv. Get directory from
7965 argv[0].
7966 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7967 (setup_gdb): Set tbreak to skip some source lines.
7968 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7969 (main): Add parameters argc and argv. Get directory from
7970 argv[0].
7971 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7972 compilation.
7973 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7974 (main): Add parameters argc and argv. Get directory from
7975 argv[0].
7976 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7977 compilation.
7978
7979 2016-02-01 Doug Evans <dje@google.com>
7980
7981 * gdb.base/skip.exp: Clean up multiple references to same test name.
7982
7983 2016-02-01 Pedro Alves <palves@redhat.com>
7984
7985 PR remote/19496
7986 * gdb.threads/forking-threads-plus-breakpoint.exp
7987 (displaced_stepping_supported): New global.
7988 (probe_displaced_stepping_support): New procedure.
7989 (do_test): Add 'displaced' parameter, and use it.
7990 (top level): Check for displaced stepping support. Add displaced
7991 stepping on/off testing axis.
7992
7993 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7994
7995 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7996 pointer. Don't perform further tests on the unassociated pointer
7997 if the first test fails.
7998
7999 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8000
8001 * gdb.base/max-value-size.c: New file.
8002 * gdb.base/max-value-size.exp: New file.
8003 * gdb.base/huge.exp: Disable max-value-size for this test.
8004
8005 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8006
8007 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8008
8009 2016-01-28 Yao Qi <yao.qi@linaro.org>
8010
8011 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8012
8013 2016-01-25 Pedro Alves <palves@redhat.com>
8014
8015 PR threads/19461
8016 * gdb.base/fork-running-state.c: New file.
8017 * gdb.base/fork-running-state.exp: New file.
8018
8019 2016-01-25 Pedro Alves <palves@redhat.com>
8020
8021 PR gdb/19494
8022 * gdb.base/catch-fork-kill.c: New file.
8023 * gdb.base/catch-fork-kill.exp: New file.
8024
8025 2016-01-25 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8028 Delete, moved to lib/gdb.exp.
8029 * gdb.threads/forking-threads-plus-breakpoint.exp
8030 (foreach_with_prefix): Likewise.
8031 * gdb.threads/process-dies-while-handling-bp.exp
8032 (foreach_with_prefix): Likewise.
8033 * lib/gdb.exp (foreach_with_prefix): New procedure.
8034
8035 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8036
8037 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8038 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8039
8040 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8041
8042 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8043 endian targets.
8044
8045 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8046 Pedro Alves <palves@redhat.com>
8047
8048 Fix testsuite compatibility with Guile.
8049 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8050 number.
8051
8052 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 Fix testsuite compatibility with Guile.
8055 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8056 (thread 1): New test for backtrace through signal handler.
8057
8058 2016-01-22 Yao Qi <yao.qi@linaro.org>
8059
8060 PR testsuite/19491
8061 * gdb.base/multi-forks.c: Include
8062 ../lib/unbuffer_output.c
8063 (main): Call gdb_unbuffer_output.
8064
8065 2016-01-21 Doug Evans <dje@google.com>
8066
8067 * lib/ada.exp (gdb_compile_ada): Fix typo.
8068
8069 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8070
8071 * gdb.base/break-fun-addr.exp: New file.
8072 * gdb.base/break-fun-addr1.c: New file.
8073 * gdb.base/break-fun-addr2.c: New file.
8074
8075 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8076
8077 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8078 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8079 enum flag values.
8080
8081 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8082
8083 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8084 when GDB can not set the vector return value. Add more comments
8085 for clarification.
8086
8087 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8088
8089 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8090 command.
8091
8092 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8093
8094 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8095
8096 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8097
8098 * Makefile.in (check-single): Pass --status to runtest.
8099 (check/%.exp): Likewise.
8100
8101 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8102
8103 * Makefile.in (check-parallel): Propagate return code from make
8104 do-check-parallel.
8105
8106 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8107
8108 * gdb.trace/ftrace.exp: Fix expected message on continue.
8109 * gdb.trace/pending.exp: Fix expected message on continue.
8110 * gdb.trace/trace-break.exp: Fix expected message on continue.
8111
8112 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8113
8114 * lib/gdb.exp (gdb_test): Remove unused global references.
8115
8116 2016-01-18 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/async-shell.exp: Adjust expected output.
8119 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8120 * gdb.base/siginfo-thread.exp: Adjust expected output.
8121 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8122 * gdb.java/jnpe.exp: Adjust expected output.
8123 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8124 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8125 * gdb.threads/leader-exit.exp: Adjust expected output.
8126 * gdb.threads/manythreads.exp: Adjust expected output.
8127 * gdb.threads/pthreads.exp: Adjust expected output.
8128 * gdb.threads/schedlock.exp: Adjust expected output.
8129 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8130 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8131 expected output.
8132 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8133 output.
8134 * gdb.threads/sigthread.exp: Adjust expected output.
8135 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8136
8137 2016-01-18 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.guile/scm-section-script.c: Replace @progbits with
8140 %progbits.
8141 * gdb.python/py-section-script.c: Likewise.
8142
8143 2016-01-15 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.multi/tids.exp: Test star wildcard ranges.
8146
8147 2016-01-15 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8150 command from "thread apply" invocation.
8151 (thr_apply_info_thr_invalid): Default the expected output to the
8152 input tid list.
8153 (top level): Add tests that use convenience variables. Add tests
8154 for "thread apply" with a valid TID list, but missing the command.
8155
8156 2016-01-13 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/default.exp: Expect $_gthread as well.
8159 * gdb.multi/tids.exp: Test $_gthread.
8160 * gdb.threads/thread-specific.exp: Test $_gthread.
8161
8162 2016-01-13 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.multi/tids.exp: Test "info threads -gid".
8165
8166 2016-01-13 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8169 Breakpoint.thread.
8170 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8171
8172 2016-01-07 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/break.exp: Adjust to output changes.
8175 * gdb.base/hbreak2.exp: Likewise.
8176 * gdb.base/sepdebug.exp: Likewise.
8177 * gdb.base/watch_thread_num.exp: Likewise.
8178 * gdb.linespec/keywords.exp: Likewise.
8179 * gdb.multi/info-threads.exp: Likewise.
8180 * gdb.threads/thread-find.exp: Likewise.
8181 * gdb.multi/tids.c: New file.
8182 * gdb.multi/tids.exp: New file.
8183
8184 2016-01-13 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8187
8188 2016-01-13 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/default.exp: Expect $_inferior as well.
8191 * gdb.multi/base.exp: Test $_inferior.
8192
8193 2016-01-13 Pedro Alves <palves@redhat.com>
8194
8195 PR breakpoints/19388
8196 * gdb.base/catch-signal-siginfo-cond.c: New file.
8197 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8198
8199 2016-01-12 Josh Stone <jistone@redhat.com>
8200 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8201
8202 * gdb.base/catch-syscall.c (do_execve): New variable.
8203 (main): Conditionally trigger an execve.
8204 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8205 (test_catch_syscall_execve): New, check entry/return across execve.
8206 (do_syscall_tests): Call test_catch_syscall_execve.
8207
8208 2016-01-12 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/random-signal.exp (do_test): New procedure, with body
8211 of testcase moved in.
8212
8213 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8214 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.base/funcargs.exp (finish from indirectly called function):
8217 Reintroduce the case for 'First'.
8218
8219 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8220 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8223 (tcatch_vfork_then_child_follow_exec)
8224 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8225 identification.
8226
8227 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8230 and repeats to unlimited.
8231 * gdb.python/py-value.exp: Likewise.
8232 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8233 and repeats to unlimited.
8234
8235 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8236
8237 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8238 and reordering the functions.
8239 * gdb.multi/hangout.c: Likewise.
8240 * gdb.multi/hello.c: Likewise.
8241
8242 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8243
8244 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8245 absolute.
8246 (SingleStatisticTestResult.report): Use dict.keys instead of
8247 dict.iterkeys.
8248
8249 2016-01-06 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8252
8253 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8254
8255 * gdb.btrace/dlopen.exp: New.
8256 * gdb.btrace/dlopen.c: New.
8257 * gdb.btrace/dlopen-dso.c: New.
8258
8259 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8260
8261 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8262 PATTERN argument is optional.
8263
8264 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8265
8266 * lib/ada.exp (target_compile_ada_from_dir): New function.
8267 (gdb_compile_ada): Reimplement avoiding the use of project files.
8268 * gdb.ada/gnat_ada.gpr: Delete.
8269 * gdb.ada/cond_lang.exp: Adjust test to make path before
8270 filename optional.
8271 * gdb.ada/small_reg_param.exp: Likewise.
8272
8273 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8274
8275 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8276
8277 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8278
8279 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8280 case.
8281
8282 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8283
8284 * gdb.base/break.exp: Remove dead code.
8285 * gdb.base/sepdebug.exp: Likewise.
8286
8287 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8288
8289 * gdb.asm/asm-source.exp: Remove HP-UX references.
8290 * gdb.base/annota1.exp: Likewise.
8291 * gdb.base/annota3.exp: Likewise.
8292 * gdb.base/attach.exp: Likewise.
8293 * gdb.base/bigcore.exp: Likewise.
8294 * gdb.base/break.exp: Likewise.
8295 * gdb.base/call-ar-st.exp: Likewise.
8296 * gdb.base/callfuncs.exp: Likewise.
8297 * gdb.base/catch-fork-static.exp: Likewise.
8298 * gdb.base/display.exp: Likewise.
8299 * gdb.base/foll-exec-mode.exp: Likewise.
8300 * gdb.base/foll-exec.exp: Likewise.
8301 * gdb.base/foll-fork.exp: Likewise.
8302 * gdb.base/foll-vfork.exp: Likewise.
8303 * gdb.base/funcargs.exp: Likewise.
8304 * gdb.base/hbreak2.exp: Likewise.
8305 * gdb.base/inferior-died.exp: Likewise.
8306 * gdb.base/interrupt.exp: Likewise.
8307 * gdb.base/multi-forks.exp: Likewise.
8308 * gdb.base/nodebug.exp: Likewise.
8309 * gdb.base/sepdebug.exp: Likewise.
8310 * gdb.base/solib1.c: Likewise.
8311 * gdb.base/step-test.exp: Likewise.
8312 * gdb.mi/non-stop.c: Likewise.
8313 * gdb.mi/pthreads.c: Likewise.
8314 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8315 * gdb.threads/pthreads.c: Likewise.
8316 * gdb.threads/staticthreads.exp: Likewise.
8317 * lib/future.exp: Likewise.
8318 * lib/gdb.exp: Likewise.
8319 * gdb.base/so-indr-cl.c: Remove.
8320 * gdb.base/so-indr-cl.exp: Likewise.
8321 * gdb.base/solib.c: Likewise.
8322 * gdb.base/solib.exp: Likewise.
8323 * gdb.base/solib2.c: Likewise.
8324
8325 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8326
8327 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8328 * gdb.base/call-ar-st.exp: Likewise.
8329 * gdb.base/callfuncs.exp: Likewise.
8330 * gdb.base/condbreak.exp: Likewise.
8331 * gdb.base/constvars.exp: Likewise.
8332 * gdb.base/hbreak2.exp: Likewise.
8333 * gdb.base/langs.exp: Likewise.
8334 * gdb.base/list.exp: Likewise.
8335 * gdb.base/long_long.exp: Likewise.
8336 * gdb.base/ptype.exp: Likewise.
8337 * gdb.base/scope.exp: Likewise.
8338 * gdb.base/signals.exp: Likewise.
8339 * gdb.base/so-impl-ld.exp: Likewise.
8340 * gdb.base/varargs.exp: Likewise.
8341 * gdb.base/volatile.exp: Likewise.
8342 * gdb.base/whatis.exp: Likewise.
8343 * gdb.cp/cplusfuncs.exp: Likewise.
8344 * gdb.cp/inherit.exp: Likewise.
8345 * gdb.cp/local.exp: Likewise.
8346 * gdb.cp/member-ptr.exp: Likewise.
8347 * gdb.cp/method.exp: Likewise.
8348 * gdb.cp/overload.exp: Likewise.
8349 * gdb.cp/templates.exp: Likewise.
8350 * gdb.stabs/weird.exp: Likewise.
8351 * lib/compiler.c: Likewise.
8352 * lib/compiler.cc: Likewise.
8353 * lib/cp-support.exp: Likewise.
8354 * lib/gdb.exp: Likewise.
8355
8356 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8357
8358 * configure.ac: Remove HP-UX case.
8359 * configure: Regenerate.
8360
8361 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8362
8363 * lib/gdb.exp (gdb_compile): Add function doc.
8364
8365 2015-12-17 Pedro Alves <palves@redhat.com>
8366
8367 PR threads/19354
8368 * gdb.multi/info-threads.exp: New file.
8369
8370 2015-12-15 Yao Qi <yao.qi@linaro.org>
8371
8372 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8373 is aarch64*-*-*.
8374
8375 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8376
8377 * gdb.base/history-duplicates.exp: Skip if no readline support.
8378
8379 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8380
8381 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8382
8383 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8384
8385 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8386
8387 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8388
8389 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8390 ctrl-C if nointerrupts target property is set.
8391 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8392 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8393 * gdb.base/paginate-bg-execution.exp: Likewise.
8394 * gdb.base/paginate-execution-startup.exp: Likewise.
8395 * gdb.base/random-signal.exp: Likewise.
8396 * gdb.base/range-stepping.exp: Likewise.
8397 * gdb.cp/annota2.exp: Likewise.
8398 * gdb.cp/annota3.exp: Likewise.
8399 * gdb.gdb/selftest.exp: Likewise.
8400 * gdb.threads/continue-pending-status.exp: Likewise.
8401 * gdb.threads/leader-exit.exp: Likewise.
8402 * gdb.threads/manythreads.exp: Likewise.
8403 * gdb.threads/pthreads.exp: Likewise.
8404 * gdb.threads/schedlock.exp: Likewise.
8405 * gdb.threads/sigthread.exp: Likewise.
8406
8407 2015-12-11 Don Breazeal <donb@codesourcery.com>
8408
8409 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8410 remote.
8411 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8412 * gdb.base/foll-exec.exp (main): Enable for target remote.
8413 * gdb.base/foll-fork.exp (main): Likewise.
8414 * gdb.base/foll-vfork.exp (main): Likewise.
8415 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8416 (proc continue_to_exit_bp_loc): Use clean_restart.
8417 * gdb.base/pie-execl.exp (main): Disable for target remote.
8418 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8419 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8420 * gdb.threads/execl.exp (main): Likewise.
8421 * gdb.threads/fork-child-threads.exp (main): Likewise.
8422 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8423 remote.
8424 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8425 remote.
8426 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8427 pid.tid style ptids, instead of just tid.
8428 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8429 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8430 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8431 ptids, instead of just tid.
8432
8433 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8434
8435 * gdb.base/list.exp (test_list_forward): Add end of file error
8436 test.
8437 (test_repeat_list_command): Add end of file error test.
8438 (test_list_backwards): Add beginning of file error test.
8439
8440 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8441
8442 * gdb.base/list.exp (test_list_invalid_args): New function,
8443 defined, and called.
8444
8445 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8446
8447 * gdb.base/list.exp (test_list): Make test names unique.
8448
8449 2015-12-11 Yao Qi <yao.qi@linaro.org>
8450
8451 * gdb.base/coremaker2.c: Remove.
8452
8453 2015-12-10 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.multi/base.exp: Remove stale "spaces" references.
8456
8457 2015-12-10 Pedro Alves <palves@redhat.com>
8458
8459 * gdb.multi/base.exp: Don't use nowarnings.
8460 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8461 * gdb.multi/hangout.c: Include stdio.h.
8462 * gdb.multi/hello.c: Include stdlib.h.
8463 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8464 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8465 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8466
8467 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8468
8469 * gdb.dwarf2/dw2-ranges-base.c: New file.
8470 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8471 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8472 support additional line table, and debug ranges generation.
8473 (Dwarf::ranges): New function, generate .debug_ranges.
8474 (Dwarf::lines): Support generating simple line table programs.
8475 (Dwarf::assemble): Initialise new namespace variables.
8476
8477 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8478
8479 * gdb.base/async.exp (proc test_background): Add case for
8480 asynchronous execution not supported.
8481
8482 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8483
8484 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8485 format and change test names to make them unique.
8486
8487 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8488 Pedro Alves <pedro@redhat.com>
8489
8490 PR gdb/18702
8491 Add checking of floatformats setup on x86_64 hosts.
8492 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8493 (smallval, bigval): New labels/constants.
8494 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8495 float" after loading bigval and smallval.
8496
8497 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8498
8499 * gdb.ada/fun_overload_menu.exp: New testcase.
8500 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8501
8502 2015-12-04 Josh Stone <jistone@redhat.com>
8503
8504 * gdb.base/catch-fork-static.exp: New.
8505
8506 2015-12-03 Yao Qi <yao.qi@linaro.org>
8507
8508 * gdb.base/sizeof.c: Don't include stdio.h and
8509 ../lib/unbuffer_output.c.
8510 (main): New variable 'size' and 'value'. Remove printf and
8511 gdb_unbuffer_output. Assign return value to size and value.
8512 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8513 at the beginning.
8514 (check_sizeof): Check the result by printing variable 'size'.
8515 (check_valueof): Check the result by printing variable 'value'.
8516
8517 2015-12-01 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8520 for aarch64*-*-linux* target.
8521
8522 2015-11-30 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8525
8526 2015-11-30 Pedro Alves <palves@redhat.com>
8527
8528 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8529 Handle non-stop mode vCont replies.
8530
8531 2015-11-30 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8534 prepare_for_testing. Start gdb with "set non-stop on" appended to
8535 GDBFLAGS. Lax expected stop output.
8536
8537 2015-11-27 Yao Qi <yao.qi@linaro.org>
8538
8539 * gdb.arch/arm-neon.exp: New.
8540 * gdb.arch/arm-neon.c: New.
8541
8542 2015-11-27 Yao Qi <yao.qi@linaro.org>
8543
8544 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8545
8546 2015-11-27 Yao Qi <yao.qi@linaro.org>
8547
8548 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8549 frames-invalid annotation.
8550
8551 2015-11-27 Yao Qi <yao.qi@linaro.org>
8552
8553 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8554
8555 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8556
8557 * gdb.threads/names.exp: New file.
8558 * gdb.threads/names.c: New file.
8559 * README: Mention gdb,no_thread_names.
8560
8561 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8562
8563 PR 19297
8564 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8565 support" error.
8566
8567 2015-11-24 Pedro Alves <palves@redhat.com>
8568
8569 PR 17539
8570 * gdb.base/display.exp: Expect displays to be sorted in ascending
8571 order. Use multi_line.
8572 * gdb.base/solib-display.exp: Likewise.
8573
8574 2015-11-24 Pedro Alves <palves@redhat.com>
8575
8576 PR 17539
8577 * gdb.base/display.exp: Expect displays to be sorted in ascending
8578 order. Use multi_line.
8579 * gdb.base/solib-display.exp: Likewise.
8580
8581 2015-11-24 Pedro Alves <palves@redhat.com>
8582
8583 PR 17539
8584 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8585 threads in ascending order.
8586 * gdb.base/foll-fork.exp: Likewise.
8587 * gdb.base/foll-vfork.exp: Likewise.
8588 * gdb.base/multi-forks.exp: Likewise.
8589 * gdb.mi/mi-nonstop.exp: Likewise.
8590 * gdb.mi/mi-nsintrall.exp: Likewise.
8591 * gdb.multi/base.exp: Likewise.
8592 * gdb.multi/multi-arch.exp: Likewise.
8593 * gdb.python/py-inferior.exp: Likewise.
8594 * gdb.threads/break-while-running.exp: Likewise.
8595 * gdb.threads/execl.exp: Likewise.
8596 * gdb.threads/gcore-thread.exp: Likewise.
8597 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8598 * gdb.threads/kill.exp: Likewise.
8599 * gdb.threads/linux-dp.exp: Likewise.
8600 * gdb.threads/multiple-step-overs.exp: Likewise.
8601 * gdb.threads/next-bp-other-thread.exp: Likewise.
8602 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8603 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8604 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8605 * gdb.threads/thread-find.exp: Likewise.
8606 * gdb.threads/tls.exp: Likewise.
8607 * lib/mi-support.exp (mi_reverse_list): Delete.
8608 (mi_check_thread_states): No longer reverse list.
8609
8610 2015-11-24 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8613 use lowercase.
8614
8615 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * gdb.trace/actions.c: Include trace-common.h.
8618 (main): Add a location for a fast tracepoint.
8619 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8620 the normal tracepoints.
8621 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8622
8623 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * save-trace.exp: Factor out code to these...
8626 (gdb_save_tracepoints): New.
8627 (gdb_load_tracepoints): New.
8628 (do_save_load_test): New.
8629
8630 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8631
8632 * gdb.base/asmlabel.exp: New test.
8633 * gdb.base/asmlabel.c: New test case.
8634
8635 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8636
8637 * gdb.base/wrong_frame_bt_full-main.c: New file.
8638 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8639 * gdb.base/wrong_frame_bt_full.exp: New file.
8640
8641 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8642
8643 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8644
8645 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8646
8647 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8648 pstate register when comparing registers values in
8649 sparc64-*-linux-gnu targets to avoid spurious differences.
8650
8651 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8652
8653 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8654
8655 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8656
8657 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8658 as type argument to gdb_compile.
8659 * gdb.base/nested-subp2.exp: Likewise.
8660 * gdb.base/nested-subp3.exp: Likewise.
8661
8662 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8663
8664 * lib/dwarf.exp (_note): Fix left shift of negative value.
8665 * gdb.trace/trace-condition.exp: Likewise.
8666
8667 2015-11-13 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8670 comments about d10v.
8671 (test_scalar_returns): Likewise.
8672 * gdb.base/d10v.ld: Remove.
8673 * gdb.base/overlays.exp: Remove the target triplet checking for
8674 d10v-*-*.
8675 * gdb.base/structs.exp (test_struct_returns): Remove the
8676 comments about d10v.
8677 (test_struct_calls): Likewise.
8678
8679 2015-11-13 Yao Qi <yao.qi@linaro.org>
8680
8681 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8682 * gdb.base/gnu_vector.c: Don't include stdio.h.
8683 (main): Don't print res and call add_some_intvecs.
8684
8685 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8686
8687 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8688 macro.
8689 (func5): Removed.
8690 (func4): Use FAST_TRACEPOINT_LABEL.
8691 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8692 macro.
8693 (func): Removed.
8694 (thread_function): Use FAST_TRACEPOINT_LABEL.
8695 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8696 (func): Remove.
8697 (marker): Use FAST_TRACEPOINT_LABEL.
8698 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8699 (pendfunc1): Remove.
8700 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8701 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8702 (foo): Remove.
8703 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8704 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8705 macro.
8706 (func): Remove.
8707 (marker): Use FAST_TRACEPOINT_LABEL.
8708 * gdb.trace/trace-common.h: New header.
8709 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8710 macro.
8711 (func): Remove.
8712 (marker): Use FAST_TRACEPOINT_LABEL.
8713 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8714 (func): Remove.
8715 (thread_function): Use FAST_TRACEPOINT_LABEL.
8716
8717 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8718
8719 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8720 in front.
8721 * gdb.trace/change-loc.exp: Use global pcreg definition.
8722 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8723 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8724 in front.
8725 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8726 * gdb.trace/pending.exp: Likewise.
8727 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8728 * gdb.trace/trace-break.exp: Likewise.
8729 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8730 in front.
8731 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8732 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8733 in front.
8734 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8735
8736 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8737
8738 * gdb.ada/fin_fun_out: New testcase.
8739
8740 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8741
8742 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8743 value associated with DW_AT_byte_size.
8744 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8745 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8746 DW_AT_upper_bound.
8747
8748 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8749
8750 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8751 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8752 version.
8753 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8754 gdb.dwarf2/dw2-canonicalize-type.exp,
8755 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8756 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8757 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8758 provided by gdb_target_symbol_prefix_flags_asm.
8759 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8760 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8761 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8762 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8763 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8764 macros where needed). Use this macro for symbols which require
8765 the prefix provided by SYMBOL_PREFIX.
8766
8767 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8768
8769 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8770 New procs.
8771 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8772 representing expressions, of more than one list element.
8773 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8774 to prepend linker symbol prefix to f.
8775 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8776 table_1 and table_2.
8777 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8778 Likewise, for f and g.
8779 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8780 for ptr.
8781 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8782 for main.
8783 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8784 table_1_ptr and table_2_ptr.
8785
8786 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8787 Joel Brobecker <brobecker@adacore.com>
8788
8789 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8790
8791 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8792
8793 * gdb.reverse/s390-mvcle.c: New test.
8794 * gdb.reverse/s390-mvcle.exp: New file.
8795 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8796
8797 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8798
8799 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8800
8801 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8802
8803 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8804 reaching marker2.
8805 * gdb.reverse/getresuid-reverse.exp: Likewise.
8806 * gdb.reverse/pipe-reverse.exp: Likewise.
8807 * gdb.reverse/readv-reverse.exp: Likewise.
8808 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8809 * gdb.reverse/time-reverse.exp: Likewise.
8810 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8811
8812 2015-10-30 Yao Qi <yao.qi@linaro.org>
8813
8814 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8815 (empty_cycle): Remove.
8816 (main): Don't call empty_cycle. Don't use watch_count_done.
8817 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8818 empty_cycle. Rewrite the code counting HW watchpoints.
8819
8820 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8821
8822 * gdb.reverse/fstatat-reverse.c: New test.
8823 * gdb.reverse/fstatat-reverse.exp: New file.
8824 * gdb.reverse/getresuid-reverse.c: New test.
8825 * gdb.reverse/getresuid-reverse.exp: New file.
8826 * gdb.reverse/pipe-reverse.c: New test.
8827 * gdb.reverse/pipe-reverse.exp: New file.
8828 * gdb.reverse/readv-reverse.c: New test.
8829 * gdb.reverse/readv-reverse.exp: New file.
8830 * gdb.reverse/recvmsg-reverse.c: New test.
8831 * gdb.reverse/recvmsg-reverse.exp: New file.
8832 * gdb.reverse/time-reverse.c: New test.
8833 * gdb.reverse/time-reverse.exp: New file.
8834 * gdb.reverse/waitpid-reverse.c: New test.
8835 * gdb.reverse/waitpid-reverse.exp: New file.
8836
8837 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8840
8841 2015-10-26 Doug Evans <dje@google.com>
8842
8843 PR symtab/17391
8844 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8845 * gdb.dwarf2/bad-regnum.c: New file.
8846 * gdb.dwarf2/bad-regnum.exp: New file.
8847
8848 2015-10-26 Doug Evans <dje@google.com>
8849
8850 PR python/18938
8851 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8852 file.
8853
8854 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8857 for a change by "Mention language in compile error message".
8858
8859 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8860
8861 PR python/18073
8862 * gdb.python/py-type.c (C::a_method): New.
8863 (C::a_const_method): New.
8864 (C::a_static_method): New.
8865 (a_function): New.
8866 * gdb.python/py-type.exp (test_fields): Test getting fields
8867 from function and method.
8868
8869 2015-10-21 Keven Boell <keven.boell@intel.com>
8870
8871 * gdb.fortran/vla-alloc-assoc.exp: New file.
8872 * gdb.fortran/vla-datatypes.exp: New file.
8873 * gdb.fortran/vla-datatypes.f90: New file.
8874 * gdb.fortran/vla-history.exp: New file.
8875 * gdb.fortran/vla-ptype-sub.exp: New file.
8876 * gdb.fortran/vla-ptype.exp: New file.
8877 * gdb.fortran/vla-sizeof.exp: New file.
8878 * gdb.fortran/vla-sub.f90: New file.
8879 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8880 * gdb.fortran/vla-value-sub-finish.exp: New file.
8881 * gdb.fortran/vla-value-sub.exp: New file.
8882 * gdb.fortran/vla-value.exp: New file.
8883 * gdb.fortran/vla-ptr-info.exp: New file.
8884 * gdb.mi/mi-vla-fortran.exp: New file.
8885 * gdb.mi/vla.f90: New file.
8886
8887 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8888
8889 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8890 of hardwired timeout value.
8891
8892 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8893 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8896 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8897
8898 2015-10-19 Josh Stone <jistone@redhat.com>
8899
8900 * gdb.base/catch-syscall.c: Include <sched.h>.
8901 (unknown_syscall): New variable.
8902 (main): Trigger a vfork and an unknown syscall.
8903 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8904 (unknown_syscall_number): Likewise.
8905 (check_call_to_syscall): Accept an optional syscall pattern.
8906 (check_return_from_syscall): Likewise.
8907 (check_continue): Likewise.
8908 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8909 (test_catch_syscall_skipping_return): New test toggling off 'catch
8910 syscall' to step over the syscall return, then toggling back on.
8911 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8912 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8913 (do_syscall_tests): Call test_catch_syscall_without_args and
8914 test_catch_syscall_mid_vfork.
8915 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8916 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8917
8918 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8919
8920 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8921 print g_vE): Add new pass patterns.
8922 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8923 print various symbol names for vptr fields.
8924
8925 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8926
8927 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8928 results.
8929
8930 2015-10-12 Yao Qi <yao.qi@linaro.org>
8931
8932 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8933
8934 2015-10-12 Yao Qi <yao.qi@linaro.org>
8935
8936 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8937 is aarch64*-*-linux*.
8938
8939 2015-10-12 Yao Qi <yao.qi@linaro.org>
8940
8941 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8942 (can_relocate_bcond_true): ... it.
8943 (can_relocate_bcond_false): New function.
8944 (foo): Likewise.
8945 (can_relocate_bl): Likewise.
8946 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8947 can_relocate_bl.
8948
8949 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8950
8951 * gdb.base/nested-addr.c: New file.
8952 * gdb.base/nested-addr.exp: New testcase.
8953
8954 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8955
8956 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8957 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8958 its output. Ignore the output of "record goto begin" and instead
8959 check that GDB is replaying.
8960
8961 2015-10-09 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8964 (top level): Use it in the run with no args test.
8965
8966 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8967
8968 * gdb.dlang/properties.exp: New file.
8969
8970 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8971
8972 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8973 whether or not address 0x1000 is mapped on the target.
8974
8975 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8976
8977 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8978 build.
8979
8980 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8981
8982 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8983 instruction-history test.
8984
8985 2015-09-28 Doug Evans <dje@google.com>
8986
8987 * gdb.base/gcore.c (array_func): Add reference to static_array.
8988
8989 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8992 source line.
8993
8994 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8995
8996 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8997 short or char as base type.
8998
8999 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9000
9001 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9002 to allow any size enum.
9003
9004 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9005
9006 * gdb.ada/array_ptr_renaming.exp: New testcase.
9007 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9008 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9009
9010 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9011
9012 * gdb.trace/ftrace-lock.c: New file.
9013 * gdb.trace/ftrace-lock.exp: New file.
9014
9015 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9016
9017 * gdb.arch/insn-reloc.c: New file.
9018 * gdb.arch/ftrace-insn-reloc.exp: New file.
9019
9020 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9021
9022 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9023 instruction.
9024 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9025 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9026 * gdb.trace/range-stepping.c: Likewise.
9027 * gdb.trace/trace-break.c: Likewise.
9028 * gdb.trace/trace-mt.c (thread_function): Likewise.
9029 * gdb.trace/ftrace.c (marker): Likewise.
9030 * gdb.trace/trace-condition.c (marker): Likewise.
9031 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9032 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9033 is_aarch64_target.
9034
9035 2015-09-18 Doug Evans <xdje42@gmail.com>
9036
9037 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9038 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9039
9040 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9041
9042 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9043 the breakpoint.
9044
9045 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9046
9047 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9048 the pending breakpoint. Remove timeout override for "Run till
9049 MI pending breakpoint on pendfunc3 on thread 2" test.
9050
9051 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9052
9053 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9054 filename pattern.
9055
9056 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9057
9058 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9059 in breakpoint filename pattern.
9060
9061 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9062
9063 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9064
9065 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9066
9067 * gdb.linespec/explicit.exp: Check for readline support for
9068 tab-completion tests. Fix obvious typo.
9069
9070 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9071
9072 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9073 and replay.
9074
9075 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9076
9077 * gdb.btrace/non-stop.c: New.
9078 * gdb.btrace/non-stop.exp: New.
9079
9080 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9081 Yao Qi <yao.qi@linaro.org>
9082
9083 * gdb.trace/trace-condition.c: New file.
9084 * gdb.trace/trace-condition.exp: New file.
9085
9086 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
9087
9088 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9089 for testing bytecode compilation.
9090
9091 2015-09-16 Pedro Alves <palves@redhat.com>
9092 Sandra Loosemore <sandra@codesourcery.com>
9093
9094 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9095 (SECONDS): Redefine.
9096 (main): Call pthread_kill and alarm early.
9097 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9098 support.
9099 (test): If the target can't hardware step and doesn't support
9100 displaced stepping, increase the timeout.
9101
9102 2015-09-16 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9105 (enable_debug): New procedures.
9106 (test): Use them. Bail out if waiting for threads fails.
9107 (top level): Bail out if a test fails.
9108
9109 2015-09-16 Yao Qi <yao.qi@linaro.org>
9110
9111 * gdb.asm/asm-source.exp: Set asm-arch for
9112 aarch64*-*-* target.
9113 * gdb.asm/aarch64.inc: New file.
9114
9115 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9116
9117 * gdb.ada/array_of_variable_length.exp: New testcase.
9118 * gdb.ada/array_of_variable_length/foo.adb: New file.
9119 * gdb.ada/array_of_variable_length/pck.adb: New file.
9120 * gdb.ada/array_of_variable_length/pck.ads: New file.
9121
9122 2015-09-15 Doug Evans <dje@google.com>
9123
9124 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9125 of function static local variable.
9126
9127 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9128
9129 * gdb.threads/tls-so_extern.exp: New test file.
9130 * gdb.threads/tls-so_extern.c: New test file.
9131 * gdb.threads/tls-so_extern_main.c: New test file.
9132
9133 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9134
9135 * gdb.opt/solib-intra-step-lib.c: New file.
9136 * gdb.opt/solib-intra-step-main.c: New file.
9137 * gdb.opt/solib-intra-step.exp: New file.
9138
9139 2015-09-15 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9142 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9143
9144 2015-09-14 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.base/hook-stop-continue.c: Delete.
9147 * gdb.base/hook-stop-continue.exp: Delete.
9148 * gdb.base/hook-stop-frame.c: Delete.
9149 * gdb.base/hook-stop-frame.exp: Delete.
9150 * gdb.base/hook-stop.c: New file.
9151 * gdb.base/hook-stop.exp: New file.
9152
9153 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9154
9155 * gdb.ada/access_to_packed_array.exp: New testcase.
9156 * gdb.ada/access_to_packed_array/foo.adb: New file.
9157 * gdb.ada/access_to_packed_array/pack.adb: New file.
9158 * gdb.ada/access_to_packed_array/pack.ads: New file.
9159
9160 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9161
9162 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9163 buffer size test.
9164
9165 2015-09-11 Don Breazeal <donb@codesourcery.com>
9166
9167 * gdb.base/foll-exec.c: Add copyright header. Fix
9168 formatting issues.
9169 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9170 (do_exec_tests): Use clean_restart in place of zap_session,
9171 and for test initialization. Fix formatting issues. Use
9172 fail in place of perror.
9173 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9174 an expect statement to match an expression with output from
9175 the program under debug.
9176 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9177 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9178 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9179 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9180 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9181
9182 2015-09-09 Doug Evans <dje@google.com>
9183
9184 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9185
9186 2015-09-09 Doug Evans <dje@google.com>
9187
9188 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9189
9190 2015-09-09 Doug Evans <dje@google.com>
9191
9192 * gdb.base/savedregs.exp: Fix typo.
9193
9194 2015-09-09 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9197
9198 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9199
9200 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9201 command actually switches threads. Give up on remaining
9202 tests if target fails to stop at breakpoint.
9203
9204 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9205
9206 * gdb.ada/funcall_char.exp: New testcase.
9207 * gdb.ada/funcall_char/foo.adb: New file.
9208
9209 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9210
9211 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9212 expected outputs. Add two testcases for completing ambiguous
9213 functions.
9214 * gdb.ada/complete/aux_pck.adb: New file.
9215 * gdb.ada/complete/aux_pck.ads: New file.
9216 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9217 Ambiguous_Func functions.
9218 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9219 * gdb.ada/complete/pck.adb: Likewise.
9220
9221 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9222
9223 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9224 failures to run the test program under GDB.
9225
9226 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9227
9228 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9229 to C.
9230
9231 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9232
9233 * gdb.base/run-after-attach.exp: New test file.
9234 * gdb.base/run-after-attach.c: New test file.
9235
9236 2015-08-26 Don Breazeal <donb@codesourcery.com>
9237
9238 * gdb.base/foll-exec-2.c: New test program.
9239 * gdb.base/foll-exec-2.exp: New test.
9240
9241 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9242
9243 * gdb.base/nested-subp1.exp: New file.
9244 * gdb.base/nested-subp1.c: New file.
9245 * gdb.base/nested-subp2.exp: New file.
9246 * gdb.base/nested-subp2.c: New file.
9247 * gdb.base/nested-subp3.exp: New file.
9248 * gdb.base/nested-subp3.c: New file.
9249
9250 2015-08-24 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.server/connect-without-multi-process.c: New file.
9253 * gdb.server/connect-without-multi-process.exp: New file.
9254
9255 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9256
9257 * gdb.opt/inline-markers.c: Make z int.
9258
9259 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9260
9261 * gdb.opt/inline-markers.c: Make z volatile.
9262
9263 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9264
9265 * gdb.opt/inline-bt.c: New volatile global z.
9266 * gdb.opt/inline-cmds.c: Likewise.
9267 * gdb.opt/inline-locals.c: Likewise.
9268 * gdb.opt/inline-markers.c: New extern global z.
9269 (marker): Use z.
9270 (inline_fn): Likewise.
9271
9272 2015-08-24 Pedro Alves <palves@redhat.com>
9273
9274 * config/m32r-stub.exp: Remove file.
9275 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9276 * gdb.base/call-rt-st.exp: Likewise.
9277 * gdb.base/call-strs.exp: Likewise.
9278 * gdb.base/default.exp: Remove references to h8300-*-hms and
9279 *-*-udi*.
9280 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9281
9282 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9283
9284 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9285 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9286 and "return" use KFAIL when GDB can not read/write the vector
9287 return value.
9288
9289 2015-08-21 Gary Benson <gbenson@redhat.com>
9290
9291 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9292
9293 2015-08-20 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.server/solib-list.exp: No longer expect an interior stop in
9296 non-stop mode.
9297
9298 2015-08-20 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.server/connect-stopped-target.c: New file.
9301 * gdb.server/connect-stopped-target.exp: New file.
9302
9303 2015-08-20 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.dwarf2/comp-unit-lang.exp: New file.
9306 * gdb.dwarf2/comp-unit-lang.c: New file.
9307
9308 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9309
9310 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9311 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9312
9313 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9314
9315 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9316 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9317
9318 2015-08-18 Doug Evans <dje@google.com>
9319 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9320
9321 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9322 skip_python_tests. New arg prompt_regexp.
9323 (skip_python_tests): New function.
9324 * lib/mi-support.exp (mi_skip_python_tests): New function.
9325 * gdb.python/py-mi-objfile-gdb.py: New file.
9326 * gdb.python/py-mi-objfile.c: New file.
9327 * gdb.python/py-mi-objfile.exp: New file.
9328
9329 2015-08-17 Keith Seitz <keiths@redhat.com>
9330
9331 * gdb.linespec/explicit.exp: Move strace test from here ...
9332 * gdb.trace/strace.exp: ... to here.
9333
9334 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9335
9336 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9337 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9338
9339 2015-08-14 Doug Evans <xdje42@gmail.com>
9340
9341 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9342 inferior before selecting a new file.
9343
9344 2015-08-14 Doug Evans <xdje42@gmail.com>
9345
9346 * gdb.mi/mi-disassemble.exp: Update.
9347 * gdb.base/disasm-optim.S: New file.
9348 * gdb.base/disasm-optim.c: New file.
9349 * gdb.base/disasm-optim.h: New file.
9350 * gdb.base/disasm-optim.exp: New file.
9351
9352 2015-08-14 Keith Seitz <keiths@redhat.com>
9353
9354 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9355 "evaluated-by".
9356
9357 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9358
9359 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9360
9361 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9362
9363 * gdb.ada/fun_renaming.exp: New testcase.
9364 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9365 * gdb.ada/fun_renaming/pack.adb: New file.
9366 * gdb.ada/fun_renaming/pack.ads: New file.
9367
9368 2015-08-12 Keith Seitz <keiths@redhat.com>
9369
9370 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9371 gdb_get_line_number.
9372
9373 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9376 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9377 gdb.base/dso2dso.exp: New files.
9378
9379 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9380 Pedro Alves <palves@redhat.com>
9381 Keith Seitz <keiths@redhat.com>
9382
9383 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9384 GDBFLAGS.
9385
9386 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9387
9388 * gdb.base/gdbhistsize-history.exp
9389 (test_histsize_history_setting): Use save_vars.
9390 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9391 Use save_vars.
9392 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9393 * gdb.base/readline.exp: Use save_vars.
9394
9395 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9396
9397 * lib/gdb.exp (save_vars): New proc.
9398
9399 2015-08-11 Keith Seitz <keiths@redhat.com>
9400
9401 * gdb.base/help.exp: Update help_breakpoint_text.
9402
9403 2015-08-11 Keith Seitz <keiths@redhat.com>
9404
9405 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9406 (at toplevel): Call test_explicit_breakpoints.
9407 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9408 breakpoints.
9409 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9410 breakpoint conditions, "-cond".
9411
9412 2015-08-11 Keith Seitz <keiths@redhat.com>
9413
9414 * gdb.linespec/3explicit.c: New file.
9415 * gdb.linespec/cpexplicit.cc: New file.
9416 * gdb.linespec/cpexplicit.exp: New file.
9417 * gdb.linespec/explicit.c: New file.
9418 * gdb.linespec/explicit.exp: New file.
9419 * gdb.linespec/explicit2.c: New file.
9420 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9421 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9422 before using in the matching pattern.
9423 Clarify that `prefix' is a regular expression.
9424
9425 2015-08-11 Keith Seitz <keiths@redhat.com>
9426
9427 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9428 test.
9429 Add tests for missing ",FMT" and ",".
9430
9431 2015-08-10 Doug Evans <dje@google.com>
9432 Keith Seitz <keiths@redhat.com>
9433
9434 PR gdb/17960
9435 * gdb.base/completion.exp: Add location completer tests.
9436
9437 2015-08-07 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9440 tests here.
9441 (top level): Run do_test with and without displaced stepping.
9442
9443 2015-08-07 Pedro Alves <palves@redhat.com>
9444
9445 * gdb.base/valgrind-disp-step.c: New file.
9446 * gdb.base/valgrind-disp-step.exp: New file.
9447
9448 2015-08-07 Pedro Alves <palves@redhat.com>
9449
9450 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9451 Delete function.
9452 (main): Add alarm. Run an infinite loop instead of calling
9453 wait_threads.
9454 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9455 comment.
9456 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9457 Delete function.
9458 (main): Add alarm. Run an infinite loop instead of calling
9459 wait_threads.
9460 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9461 comment.
9462
9463 2015-08-07 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.base/checkpoint-ns.exp: New file.
9466 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9467 standard_testfile.
9468
9469 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9470
9471 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9472 * gdb.btrace/instruction_history.exp: Update.
9473 * gdb.btrace/tsx.exp: New.
9474 * gdb.btrace/tsx.c: New.
9475
9476 2015-08-06 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9479 increase timeout.
9480 * gdb.reverse/until-precsave.exp: Bump timeouts.
9481
9482 2015-08-06 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9485
9486 2015-08-06 Pedro Alves <palves@redhat.com>
9487
9488 PR gdb/18749
9489 * gdb.threads/process-dies-while-handling-bp.c: New file.
9490 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9491
9492 2015-08-06 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9495 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9496
9497 2015-08-05 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9500 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9501
9502 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9503
9504 * gdb.base/bp-permanent.exp: Report test as unsupported if
9505 the target cannot stop at the permanent breakpoint.
9506
9507 2015-08-03 Doug Evans <dje@google.com>
9508
9509 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9510 10000.
9511
9512 2015-08-03 Doug Evans <dje@google.com>
9513
9514 * Makefile.in (workers/%.worker, build-perf): New rule.
9515 (GDB_PERFTEST_MODE): New variable.
9516 (check-perf): Use it.
9517 (clean): Clean up gdb.perf parallel build subdirs.
9518 * lib/build-piece.exp: New file.
9519 * lib/gdb.exp (make_gdb_parallel_path): New function
9520 (standard_output_file, standard_temp_file): Call it.
9521 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9522 of $GDB_PARALLEL.
9523 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9524
9525 2015-08-03 Doug Evans <dje@google.com>
9526
9527 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9528 (LOG_FILE_NAME): New global.
9529 (TextReporter.__init__): Initialize self.txt_sum.
9530 (TextReporter.report): Add support for multiple data-points.
9531 Move report to perftest.sum, put raw data in perftest.log.
9532 (TextReporter.start): Open sum and log files.
9533 (TextReporter.end): Close sum and log files.
9534 * gdb.perf/lib/perftest/testresult.py
9535 (SingleStatisticTestResult.record): Handle multiple data-points.
9536
9537 2015-07-31 Pedro Alves <palves@redhat.com>
9538
9539 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9540 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9541 kill_wait_spawned_process instead of explicit "kill -9".
9542 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9543 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9544 kill_wait_spawned_process.
9545 * gdb.base/attach-twice.exp: Likewise.
9546 * gdb.base/attach.exp: Likewise.
9547 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9548 gdb_test_multiple.
9549 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9550 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9551 kill_wait_spawned_process.
9552 * gdb.base/valgrind-infcall.exp: Likewise.
9553 * gdb.multi/multi-attach.exp: Likewise.
9554 * gdb.python/py-prompt.exp: Likewise.
9555 * gdb.python/py-sync-interp.exp: Likewise.
9556 * gdb.server/ext-attach.exp: Likewise.
9557 * gdb.threads/attach-into-signal.exp (corefunc): Use
9558 spawn_wait_for_attach, spawn_id_get_pid and
9559 kill_wait_spawned_process.
9560 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9561 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9562 spawn_id_get_pid and kill_wait_spawned_process.
9563 * gdb.threads/attach-stopped.exp (corefunc): Use
9564 spawn_wait_for_attach, spawn_id_get_pid and
9565 kill_wait_spawned_process.
9566 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9567 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9568 kill_wait_spawned_process instead of explicit "kill -9".
9569 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9570 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9571 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9572 processes. Don't map cygwin/windows pids here. Now returns a
9573 spawn id list.
9574
9575 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9576
9577 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9578 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9579 correct patch.
9580
9581 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9582
9583 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9584
9585 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9586
9587 Reapply:
9588 2014-05-21 Mark Wielaard <mjw@redhat.com>
9589
9590 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9591
9592 2015-07-30 Pedro Alves <palves@redhat.com>
9593
9594 * linux-low.c (handle_extended_wait): Set the child's last
9595 reported status to TARGET_WAITKIND_STOPPED.
9596
9597 2015-07-30 Pedro Alves <palves@redhat.com>
9598
9599 PR threads/18600
9600 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9601 only shows inferior 1.
9602
9603 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9604 Pedro Alves <palves@redhat.com>
9605
9606 PR threads/18600
9607 * gdb.threads/fork-plus-threads.c: New file.
9608 * gdb.threads/fork-plus-threads.exp: New file.
9609
9610 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9611
9612 * gdb.base/batch-preserve-term-settings.exp
9613 (test_terminal_settings_preserved_after_cli_exit): Use
9614 send_quit_command.
9615
9616 2015-07-29 Pedro Alves <palves@redhat.com>
9617 Don Breazeal <donb@codesourcery.com>
9618
9619 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9620 output from both inferior_spawn_id and gdb_spawn_id.
9621
9622 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9623
9624 * gdb.threads/attach-into-signal.exp (corefunc): Use
9625 with_test_prefix on nested loops, uniquefying the test messages.
9626
9627 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9628
9629 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9630 commit.
9631
9632 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9633
9634 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9635 New proc.
9636 (test_terminal_settings_preserved_after_sigterm): New test.
9637
9638 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9639
9640 * gdb.base/batch-preserve-term-settings.exp
9641 (test_terminal_settings_preserved_after_cli_exit): New test.
9642
9643 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9644
9645 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9646 manipulation of saved_gdbflags.
9647 (test_terminal_settings_preserved): Remove global declaration of
9648 the unused variable pagination_prompt. Remove manipulation of
9649 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9650 GDBFLAGS.
9651
9652 2015-07-29 Pedro Alves <palves@redhat.com>
9653
9654 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9655
9656 2015-07-29 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9659 at the top.
9660
9661 2015-07-29 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9664 (main): Call gdb_unbuffer_output.
9665 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9666 (main): Call gdb_unbuffer_output.
9667 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9668 (main): Call gdb_unbuffer_output.
9669 * gdb.base/call-strs.exp: Adjust to step over the
9670 gdb_unbuffer_output call.
9671 * gdb.base/catch-gdb-caused-signals.c: Include
9672 "../lib/unbuffer_output.c".
9673 (main): Call gdb_unbuffer_output.
9674 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9675 (main): Call gdb_unbuffer_output.
9676 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9677 (main): Call gdb_unbuffer_output.
9678 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9679 (main): Call gdb_unbuffer_output.
9680 * gdb.base/shlib-call.exp: Adjust to step over the
9681 gdb_unbuffer_output call.
9682 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9683 (main): Call gdb_unbuffer_output.
9684 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9685 (main): Call gdb_unbuffer_output.
9686 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9687 (main): Rename to ...
9688 (test): ... this.
9689 (main): Reimplement.
9690 * gdb.base/varargs.exp: Run to test instead of to main.
9691 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9692 (main): Call gdb_unbuffer_output.
9693
9694 2015-07-29 Pedro Alves <palves@redhat.com>
9695
9696 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9697 factore out from mi_continue_dprintf. For call-style dprintfs,
9698 expect dprintf output out of $inferior_spawn_id.
9699 (mi_continue_dprintf): Use mi_expect_dprintf.
9700 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9701 (main): Call gdb_unbuffer_output.
9702
9703 2015-07-29 Pedro Alves <palves@redhat.com>
9704
9705 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9706 (default_mi_gdb_start): Set inferior_spawn_id instead of
9707 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9708 gdb_spawn_id.
9709 (mi_gdb_test): Always expect inferior output from both
9710 $inferior_spawn_id and $gdb_spawn_id.
9711
9712 2015-07-29 Pedro Alves <palves@redhat.com>
9713
9714 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9715 send_inferior and $inferior_spawn_id.
9716
9717 2015-07-29 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.gdb/complaints.exp (test_initial_complaints)
9720 (test_serial_complaints, test_short_complaints): Use
9721 gdb_test_stdio.
9722 (test_empty_complaint): Handle $inferior_spawn_id !=
9723 $gdb_spawn_id.
9724
9725 2015-07-29 Pedro Alves <palves@redhat.com>
9726
9727 * gdb.base/varargs.exp: Use gdb_test_stdio.
9728
9729 2015-07-29 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9732
9733 2015-07-29 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9736
9737 2015-07-29 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9740 parameter into two new parameters, "inf_result" and "gdb_result".
9741 Expect inferior output and gdb output from $inferior_spawn_id and
9742 $gdb_spawn_id, respectively. Adjust all callers.
9743
9744 2015-07-29 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9747 of gdb_test_sequence.
9748
9749 2015-07-29 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9752 (saw_spurious_output): Expect inferior output from
9753 $inferior_spawn_id. Use gdb_test_stdio.
9754
9755 2015-07-29 Pedro Alves <palves@redhat.com>
9756
9757 * gdb.base/dprintf.exp: Use standard_testfile. Change
9758 prepare_for_testing call.
9759 (srcfile): Don't set.
9760 (restart): New procedure.
9761 (test_dprintf): New procecure, use to continue over dprintfs.
9762 (test_call, test_agent): New procedures, tests moved here.
9763 Restart gdb and recreate dprintfs. Adjust expected output.
9764
9765 2015-07-29 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9768
9769 2015-07-29 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9772
9773 2015-07-29 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9776 gdb_test_stdio.
9777
9778 2015-07-29 Pedro Alves <palves@redhat.com>
9779
9780 * lib/gdb.exp (gdb_test_stdio): New procedure.
9781
9782 2015-07-29 Pedro Alves <palves@redhat.com>
9783
9784 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9785
9786 2015-07-29 Pedro Alves <palves@redhat.com>
9787
9788 * gdb.base/call-signal-resume.exp: Remove check for
9789 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9790 * gdb.base/unwindonsignal.exp: Likewise.
9791 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9792 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9793
9794 2015-07-29 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.base/siginfo-addr.c (pass): New function.
9797 (handler): Call it iff si_addr is correct.
9798 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9799 Set a breakpoint at "pass" and continue to it.
9800
9801 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9802
9803 * gdb.python/py-objfile.exp: Make some tests have unique names.
9804 * gdb.python/py-pp-registration.exp: Likewise.
9805
9806 2015-07-28 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9809
9810 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9811
9812 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9813
9814 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9815
9816 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9817
9818 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9819
9820 * gdb.base/gdb-sigterm-2.exp: New test.
9821
9822 2015-07-25 Doug Evans <xdje42@gmail.com>
9823
9824 Revert:
9825 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9826 (workers/%.worker, build-perf): New rule.
9827 (GDB_PERFTEST_MODE): New variable.
9828 (check-perf): Use it.
9829 (clean): Clean up gdb.perf parallel build subdirs.
9830 * lib/build-piece.exp: New file.
9831 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9832 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9833 name.
9834 (standard_temp_file): Ditto.
9835 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9836 of $GDB_PARALLEL.
9837
9838 2015-07-24 Doug Evans <dje@google.com>
9839
9840 * gdb.perf/lib/perftest/utils.py: New file.
9841 * gdb.perf/gm-hello.cc: New file.
9842 * gdb.perf/gm-pervasive-typedef.cc: New file.
9843 * gdb.perf/gm-pervasive-typedef.h: New file.
9844 * gdb.perf/gm-std.cc: New file.
9845 * gdb.perf/gm-std.h: New file.
9846 * gdb.perf/gm-use-cerr.cc: New file.
9847 * gdb.perf/gm-utils.h: New file.
9848 * gdb.perf/gmonster-null-lookup.py: New file.
9849 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9850 * gdb.perf/gmonster-print-cerr.py: New file.
9851 * gdb.perf/gmonster-ptype-string.py: New file.
9852 * gdb.perf/gmonster-runto-main.py: New file.
9853 * gdb.perf/gmonster-select-file.py: New file.
9854 * gdb.perf/gmonster1-null-lookup.exp: New file.
9855 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9856 * gdb.perf/gmonster1-print-cerr.exp: New file.
9857 * gdb.perf/gmonster1-ptype-string.exp: New file.
9858 * gdb.perf/gmonster1-runto-main.exp: New file.
9859 * gdb.perf/gmonster1-select-file.exp: New file.
9860 * gdb.perf/gmonster1.cc: New file.
9861 * gdb.perf/gmonster1.exp: New file.
9862 * gdb.perf/gmonster2-null-lookup.exp: New file.
9863 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9864 * gdb.perf/gmonster2-print-cerr.exp: New file.
9865 * gdb.perf/gmonster2-ptype-string.exp: New file.
9866 * gdb.perf/gmonster2-runto-main.exp: New file.
9867 * gdb.perf/gmonster2-select-file.exp: New file.
9868 * gdb.perf/gmonster2.cc: New file.
9869 * gdb.perf/gmonster2.exp: New file.
9870
9871 2015-07-24 Doug Evans <dje@google.com>
9872
9873 * gdb.perf/README: New file.
9874 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9875 * lib/gen-perf-test.exp: New file.
9876
9877 2015-07-24 Doug Evans <dje@google.com>
9878
9879 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9880 (PerfTest::startup): New function.
9881 (PerfTest::run): Return result of calling body.
9882 (PerfTest::assemble): Rewrite.
9883 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9884 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9885 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9886 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9887 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9888
9889 2015-07-24 Doug Evans <dje@google.com>
9890
9891 * lib/gdb.exp (clean_restart): Make executable optional.
9892
9893 2015-07-24 Doug Evans <dje@google.com>
9894
9895 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9896 compiler_info references.
9897 * gdb.cp/temargs.exp: Ditto.
9898 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9899 (get_compiler_info): Early exit if already computed. Set compiler_info
9900 to "unknown" if there was a problem.
9901 (test_compiler_info): Add function comment. Call get_compiler_info.
9902
9903 2015-07-24 Doug Evans <dje@google.com>
9904
9905 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9906 (workers/%.worker, build-perf): New rule.
9907 (GDB_PERFTEST_MODE): New variable.
9908 (check-perf): Use it.
9909 (clean): Clean up gdb.perf parallel build subdirs.
9910 * lib/build-piece.exp: New file.
9911 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9912 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9913 name.
9914 (standard_temp_file): Ditto.
9915 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9916 of $GDB_PARALLEL.
9917
9918 2015-07-24 Doug Evans <dje@google.com>
9919
9920 * lib/future.exp (gdb_default_target_compile): New option
9921 "early_flags".
9922 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9923 --as-needed.
9924
9925 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9926
9927 * gdb.base/catch-syscall.exp: Call gdb_exit before
9928 gdb_skip_xml_test.
9929
9930 2015-07-24 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.python/py-events.exp: Accept output between the stop event
9933 and the prompt.
9934 * gdb.python/py-evsignal.exp: Likewise.
9935 * gdb.python/py-evthreads.exp: Likewise.
9936
9937 2015-07-24 Pedro Alves <palves@redhat.com>
9938
9939 PR gdb/18717
9940 * gdb.threads/non-ldr-exit.c: New file.
9941 * gdb.threads/non-ldr-exit.exp: New file.
9942
9943 2015-07-24 Yao Qi <yao.qi@linaro.org>
9944
9945 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9946 restarting process.
9947
9948 2015-07-24 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.server/ext-restart.exp: New file.
9951
9952 2015-07-24 Yao Qi <yao.qi@linaro.org>
9953
9954 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9955 argument options.
9956 * gdb.server/ext-wrapper.exp: New file.
9957
9958 2015-07-23 Doug Evans <dje@google.com>
9959
9960 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9961 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9962
9963 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9964
9965 * gdb.ada/var_arr_typedef.exp: New testcase.
9966 * gdb.ada/var_arr_typedef/pack.adb: New file.
9967 * gdb.ada/var_arr_typedef/pack.ads: New file.
9968 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9969
9970 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9971
9972 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9973
9974 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * gdb.arch/i386-biarch-core.exp: Replace istarget
9977 by "complete set gnutarget". Remove expectation for the "core-file"
9978 command.
9979
9980 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9981
9982 Revert the previous commit:
9983 Tests for validate symbol file using build-id.
9984
9985 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9986
9987 Tests for validate symbol file using build-id.
9988 * gdb.base/solib-mismatch-lib.c: New file.
9989 * gdb.base/solib-mismatch-libmod.c: New file.
9990 * gdb.base/solib-mismatch.c: New file.
9991 * gdb.base/solib-mismatch.exp: New file.
9992
9993 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9994
9995 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9996 nios2-*-linux*.
9997 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9998 * gdb.base/siginfo.exp: Likewise.
9999 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10000
10001 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10002
10003 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10004 Move it to ...
10005 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10006 ... here.
10007 * gdb.trace/range-stepping.exp: Check that the target supports
10008 range stepping.
10009
10010 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10011
10012 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10013
10014 2015-07-14 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/killed-outside.exp: New file.
10017 * gdb.base/killed-outside.c: New file.
10018
10019 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10022 (n at main): New.
10023 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10024
10025 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10026
10027 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10028 infcall tests instead of setting up for KFAIL.
10029
10030 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10031
10032 * gdb.btrace/record_goto-step.exp: New.
10033
10034 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10035
10036 PR compile/18484
10037 * gdb.compile/compile.c (struct struct_type): Add volatile to
10038 selffield's type.
10039 * gdb.compile/compile.exp
10040 (compile code struct_object.selffield = &struct_object): Skip further
10041 struct_object tests if this one xfails.
10042
10043 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
10044
10045 PR exp/18617
10046 * gdb.trace/ax.exp: Add test.
10047
10048 2015-07-07 Yao Qi <yao.qi@linaro.org>
10049
10050 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10051 instead of istarget "aarch64*-*-*".
10052 * gdb.arch/aarch64-fp.exp: Likewise.
10053 * gdb.base/float.exp: Likewise.
10054 * gdb.reverse/aarch64.exp: Likewise.
10055 * lib/gdb.exp (is_aarch64_target): New proc.
10056
10057 2015-07-07 Yao Qi <yao.qi@linaro.org>
10058
10059 * lib/gdb.exp (is_aarch32_target): New proc.
10060 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10061 instead of "istarget "arm*-*-*"".
10062 * gdb.arch/arm-disp-step.exp: Likewise.
10063 * gdb.arch/thumb-bx-pc.exp: Likewise.
10064 * gdb.arch/thumb-prologue.exp: Likewise.
10065 * gdb.arch/thumb-singlestep.exp: Likewise.
10066 * gdb.base/disp-step-syscall.exp: Likewise.
10067 * gdb.base/float.exp: Likewise.
10068
10069 2015-07-07 Yao Qi <yao.qi@linaro.org>
10070
10071 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10072 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10073
10074 2015-07-07 Yao Qi <yao.qi@linaro.org>
10075
10076 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10077 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10078 if it exists.
10079 * gdb.multi/multi-arch.exp: Likewise.
10080
10081 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10082
10083 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10084 print.
10085
10086 2015-07-07 Yao Qi <yao.qi@linaro.org>
10087
10088 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10089
10090 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10091
10092 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10093 '[' and ']' characters.
10094
10095 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10096
10097 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10098
10099 2015-06-29 Pedro Alves <palves@redhat.com>
10100
10101 PR threads/18127
10102 * gdb.threads/hand-call-new-thread.c: New file.
10103 * gdb.threads/hand-call-new-thread.c: New file.
10104
10105 2015-06-26 Keith Seitz <keiths@redhat.com>
10106 Doug Evans <dje@google.com>
10107
10108 PR 16253
10109 * gdb.cp/var-tag-2.cc: New file.
10110 * gdb.cp/var-tag-3.cc: New file.
10111 * gdb.cp/var-tag-4.cc: New file.
10112 * gdb.cp/var-tag.cc: New file.
10113 * gdb.cp/var-tag.exp: New file.
10114
10115 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10116
10117 * gdb.base/history-duplicates.exp: New test.
10118
10119 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10120
10121 * gdb.base/completion.exp: Test the completion of the "focus"
10122 command.
10123
10124 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10125
10126 * gdb.arch/amd64-prologue-skip.S: New file.
10127 * gdb.arch/amd64-prologue-skip.exp: New file.
10128
10129 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10130
10131 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10132 is_address_zero_readable check.
10133
10134 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10135
10136 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10137 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10138
10139 2015-06-24 Yao Qi <yao.qi@linaro.org>
10140
10141 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10142 linux targets.
10143
10144 2015-06-24 Yao Qi <yao.qi@linaro.org>
10145
10146 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10147 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10148 * gdb.base/siginfo-thread.exp: Likewise.
10149
10150 2015-06-22 Yao Qi <yao.qi@linaro.org>
10151
10152 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10153
10154 2015-06-22 Yao Qi <yao.qi@linaro.org>
10155
10156 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10157 aarch64*-*-*.
10158 (skip_hw_watchpoint_tests): Likewise.
10159
10160 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10161
10162 * gdb.base/gdbinit-history.exp: Test the interaction between
10163 setting GDBHISTSIZE and setting the history size via .gdbinit.
10164
10165 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10166
10167 PR gdb/16999
10168 * gdb.base/gdbhistsize-history.exp: New test.
10169
10170 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10171
10172 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10173 with GDBHISTSIZE.
10174 * gdb.base/readline.exp: Likewise.
10175
10176 2015-06-17 Yao Qi <yao.qi@linaro.org>
10177
10178 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10179 line.
10180
10181 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10182
10183 * gdb.base/gdbinit-history.exp: Add test case to check that
10184 an unlimited history file does not get truncated on exit.
10185
10186 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10187
10188 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10189 (VECTOR): New macro. Use it...
10190 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10191 ...for these typedefs.
10192 (int8, char1, int1, double1): New typedefs.
10193 (struct just_int2, struct two_int2): New structures.
10194 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10195 (add_structvecs, add_singlevecs): New functions.
10196 (main): Call add_some_intvecs twice.
10197 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10198 the compile and exit upon failure. Try compiling for the "native"
10199 architecture. Test inferior function calls with vector arguments
10200 and vector return value handling with "finish" and "return".
10201
10202 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10203
10204 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10205 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10206 PE file.
10207 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10208
10209 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10210
10211 PR breakpoints/16465
10212 * gdb.mi/mi-dprintf-pending.c: New file.
10213 * gdb.mi/mi-dprintf-pending.exp: New test.
10214 * gdb.mi/mi-dprintf-pendshr.c: New file.
10215
10216 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10217 Mircea Gherzan <mircea.gherzan@intel.com>
10218
10219 * gdb.arch/i386-mpx-map.c: New file.
10220 * gdb.arch/i386-mpx-map.exp: New File.
10221
10222 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10223
10224 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10225 * gdb.arch/i386-mpx.exp: Indentation fixed.
10226
10227 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10228
10229 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10230 function and improved indentation.
10231 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10232 gdb_test_multiple. Added additional tests to skip the test.
10233
10234 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10235
10236 * gdb.arch/i386-avx512.c: Change path in include file.
10237 * gdb.arch/i386-avx512.exp: Change include dir path
10238 compilation flag.
10239 * gdb.arch/i386-mpx.c: Change path in include file.
10240 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10241 flag.
10242
10243 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10244
10245 * gdb.compile/compile-print.exp (compile print *vararray@3)
10246 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10247
10248 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10249
10250 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10251 (do not keep jit in memory): ... this.
10252 (expect 5): Change it to ...
10253 (expect no 5): ... this.
10254
10255 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10256
10257 PR gdb/15564
10258 * gdb.mi/mi-detach.exp: New file.
10259
10260 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10261
10262 PR symtab/18392
10263 * gdb.arch/amd64-tailcall-self.S: New file.
10264 * gdb.arch/amd64-tailcall-self.c: New file.
10265 * gdb.arch/amd64-tailcall-self.exp: New file.
10266
10267 2015-05-28 Don Breazeal <donb@codesourcery.com>
10268
10269 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10270 tests for remote targets by checking is_target_gdbserver.
10271
10272 2015-05-27 Doug Evans <dje@google.com>
10273
10274 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10275 * gdb.dwarf2/opaque-type-lookup.c: New file.
10276 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10277
10278 2015-05-26 Doug Evans <dje@google.com>
10279
10280 * gdb.cp/iostream.cc: New file.
10281 * gdb.cp/iostream.exp: New file.
10282
10283 2015-05-26 Doug Evans <dje@google.com>
10284
10285 * gdb.dwarf2/dw2-op-call.exp: Update.
10286 * gdb.dwarf2/dw4-sig-types.exp: Update.
10287 * gdb.dwarf2/implptr.exp: Update.
10288 * gdb.mi/mi-cmd-param-changed.exp: Update.
10289
10290 2015-05-26 Doug Evans <dje@google.com>
10291
10292 * gdb.python/py-lazy-string.c: New file.
10293 * gdb.python/py-lazy-string.exp: New file.
10294 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10295 (main): Update. Add estring3.
10296 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10297 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10298
10299 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10300 Yao Qi <yao.qi@linaro.org>
10301
10302 * gdb.reverse/aarch64.c: New.
10303 * gdb.reverse/aarch64.exp: New.
10304
10305 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10306
10307 * lib/gdb.exp (supports_process_record): Return true for
10308 aarch64*-linux*.
10309 (supports_reverse): Likewise.
10310
10311 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10312
10313 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10314 Use with_test_prefix.
10315
10316 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10317
10318 * gdb.base/completion.exp: Add test for completion of layout
10319 names.
10320
10321 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10322
10323 * lib/gdb.exp (skip_tui_tests): New proc.
10324 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10325
10326 2015-05-19 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10329 Save the whole env array instead of just HOME. Unset HISTSIZE in
10330 the environment while testing. Restore whole environment
10331 afterwards.
10332
10333 2015-05-16 Doug Evans <xdje42@gmail.com>
10334
10335 * gdb.guile/scm-ports.c: New file.
10336 * gdb.guile/scm-ports.exp: Add memory port tests.
10337
10338 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10339
10340 * gdb.compile/compile-print.c: New file.
10341 * gdb.compile/compile-print.exp: New file.
10342
10343 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10344
10345 * gdb.compile/compile-ops.exp: Cast param to void.
10346 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10347 (compile code struct_object.selffield = &struct_object): Add xfail.
10348
10349 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10350
10351 * gdb.ada/arr_enum_with_gap: New testcase.
10352
10353 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10354
10355 * gdb.ada/byte_packed_arr: New testcase.
10356
10357 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.ada/pckd_neg: New testcase.
10360
10361 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10362
10363 PR gdb/17820
10364 * gdb.base/gdbinit-history.exp: New test.
10365 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10366 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10367
10368 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10369
10370 * gdb.python/py-xmethods.cc: Enhance test case.
10371 * gdb.python/py-xmethods.exp: New tests.
10372 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10373 function.
10374 (B_indexoper): Likewise.
10375 (global_dm_list) : Add new xmethod worker functions.
10376
10377 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10378
10379 * gdb.base/coredump-filter.exp: Correctly unset
10380 "coredump_var_addr" array.
10381
10382 2015-05-08 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.server/non-existing-program.exp: Unset spawn_id.
10385
10386 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10387
10388 PR python/18291
10389 * gdb.python/py-xmethods.exp: Add tests.
10390
10391 2015-05-08 Yao Qi <yao.qi@linaro.org>
10392
10393 PR gdb/18208
10394 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10395 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10396 function set_coredump_filter, and remove remote_exec call.
10397 Remove argument ipid. Callers update.
10398 (top level): Don't get inferior's PID.
10399
10400 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10401
10402 * gdb.base/watch_thread_num.exp: Skip test on targets without
10403 access watchpoints.
10404
10405 2015-05-06 Pedro Alves <palves@redhat.com>
10406
10407 PR server/18081
10408 * gdb.server/non-existing-program.exp: New file.
10409
10410 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10411
10412 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10413
10414 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.ada/out_of_line_in_inlined: New testcase.
10417
10418 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10419
10420 * gdb.ada/var_rec_arr: New testcase.
10421
10422 2015-04-30 Yao Qi <yao.qi@linaro.org>
10423
10424 * gdb.base/break-idempotent.exp: If
10425 skip_hw_watchpoint_multi_tests returns true, skip the tests
10426 on "rwatch" and "awatch".
10427
10428 2015-04-30 Yao Qi <yao.qi@linaro.org>
10429
10430 * gdb.base/relativedebug.exp: Invoke gdb command
10431 "info sharedlibrary", and if libc.so doesn't have debug info,
10432 skip the test.
10433
10434 2015-04-29 Doug Evans <dje@google.com>
10435
10436 * gdb.python/py-xmethods.exp: Add ptype tests.
10437 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10438 get_result_type method.
10439
10440 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10441
10442 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10443 the target does not support hardware watchpoints.
10444
10445 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10446
10447 * gdb.base/break-always.exp: Abort testing if writing to memory
10448 causes an error.
10449
10450 2015-04-28 Doug Evans <dje@google.com>
10451
10452 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10453 * gdb.python/py-pp-registration.exp: ... here. New file.
10454 * gdb.python/py-pp-registration.c: New file.
10455 * gdb.python/py-pp-registration.py: New file.
10456
10457 2015-04-28 Doug Evans <dje@google.com>
10458
10459 * gdb.python/py-bad-printers.c: New file.
10460 * gdb.python/py-bad-printers.py: New file.
10461 * gdb.python/py-bad-printers.exp: New file.
10462
10463 2015-04-28 Sasha Smundak <asmundak@google.com>
10464
10465 * gdb.python/py-type.exp: New test.
10466
10467 2015-04-28 Andy Wingo <wingo@igalia.com>
10468
10469 * gdb.python/py-parameter.exp:
10470 * gdb.guile/scm-parameter.exp: Escape the path that we are
10471 matching against, as it might contain characters that are special
10472 to regular expressions.
10473
10474 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10475
10476 * gdb.ada/rec_comp: New testcase.
10477
10478 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10479
10480 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10481 before using it.
10482
10483 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10484
10485 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10486 new tests for verilog output.
10487
10488 2015-04-24 Yao Qi <yao.qi@linaro.org>
10489
10490 * boards/remote-gdbserver-on-localhost.exp: New file.
10491
10492 2015-04-23 Pedro Alves <palves@redhat.com>
10493
10494 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10495 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10496 "end of file", remove $inferior_spawn_id from the indirect list.
10497
10498 2015-04-23 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10501
10502 2015-04-23 Pedro Alves <palves@redhat.com>
10503
10504 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10505 on $any_spawn_id instead of only on $gdb_spawn_id.
10506
10507 2015-04-21 Pierre Muller <muller@sourceware.org>
10508
10509 PR pascal/17815
10510 * lib/pascal.exp (gpc_compile): Add new option "class".
10511 (fpc_compile): Likewise.
10512 * gdb.pascal/case-insensitive-symbols.pas: New file.
10513 * gdb.pascal/case-insensitive-symbols.exp: New file.
10514
10515 2015-04-20 Gary Benson <gbenson@redhat.com>
10516
10517 * gdb.base/attach.exp: Fix three extended remote failures.
10518
10519 2015-04-17 Gary Benson <gbenson@redhat.com>
10520
10521 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10522 the main executable over the remote protocol.
10523
10524 2015-04-16 Pedro Alves <palves@redhat.com>
10525
10526 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10527 a new gdbserver if gdbserver_reconnect_p is set.
10528
10529 2015-04-16 Pedro Alves <palves@redhat.com>
10530
10531 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10532 is set, don't exit gdbserver.
10533
10534 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10535
10536 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10537 appropriate .insn, such that an older assembler can be used.
10538 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10539 the z/Architecture instruction set on 31-bit targets as well.
10540
10541 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10542
10543 * gdb.go/handcall.exp: Remove all logic related to the first
10544 breakpoint and rely on go_runto_main instead.
10545 * gdb.go/strings.exp: Likewise.
10546 * gdb.go/unsafe.exp: Likewise.
10547 * gdb.go/hello.exp: Likewise. Also rename the remaining
10548 breakpoint marker to "breakpoint 1".
10549 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10550 * gdb.go/strings.go: Likewise.
10551 * gdb.go/unsafe.go: Likewise.
10552 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10553 "set breakpoint 2 here" and rename the remaining breakpoint marker
10554 to "breakpoint 1".
10555
10556 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10557
10558 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10559 if itertools.imap is not present.
10560 * gdb.python/py-objfile.exp: Add parentheses.
10561 * gdb.python/py-type.exp: Same.
10562 * gdb.python/py-unwind-maint.py: Same.
10563
10564 2015-04-15 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10567 of ":$ptr_size" and set its form explicitly.
10568
10569 2015-04-15 Pedro Alves <palves@redhat.com>
10570 Yao Qi <yao.qi@linaro.org>
10571
10572 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10573 timeout by factor of 4.
10574 (test_regular_watch): Likewise.
10575 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10576 * gdb.reverse/sigall-reverse.exp: Likewise.
10577 * gdb.reverse/until-precsave.exp: Likewise.
10578 * lib/gdb.exp (with_timeout_factor): New proc.
10579 (gdb_expect): Move some code to ...
10580 (get_largest_timeout): ... here. New procedure.
10581
10582 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10583
10584 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10585
10586 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10587
10588 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10589 to write to the .text section.
10590
10591 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10592
10593 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10594 Handle the case of targets that do not provide PID information.
10595
10596 2015-04-13 Yao Qi <yao.qi@linaro.org>
10597
10598 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10599 and use expect instead of gdb_expect.
10600
10601 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10602
10603 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10604 "coredump_var_addr" to avoid naming conflict with other testcases.
10605
10606 2015-04-10 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10609 gdb_test_sequence and gdb_assert.
10610
10611 2015-04-10 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10614 test messages that don't include the breakpoint address.
10615
10616 2015-04-10 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10619 false for some offset and width combinations which aren't
10620 supported by linux kernel.
10621
10622 2015-04-10 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10625 procedure, factored out from ...
10626 (top level): ... here. Add "set displaced-stepping" testing axis.
10627 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10628 parameter "displaced". Use it.
10629 (top level): Use foreach and add "set displaced-stepping" testing
10630 axis.
10631
10632 2015-04-10 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10635 Remove comment.
10636 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10637 both the address of the instruction that triggers the watchpoint
10638 and the address of the instruction immediately after, and use
10639 those addresses for the test. Fix comment.
10640
10641 2015-04-10 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.base/sigstep.exp (breakpoint_to_handler)
10644 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10645 Test "backtrace" in handler.
10646 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10647 (top level): Add new "displaced" test axis to
10648 breakpoint_to_handler, breakpoint_to_handler_entry and
10649 breakpoint_over_handler.
10650
10651 2015-04-10 Pedro Alves <palves@redhat.com>
10652
10653 PR gdb/18216
10654 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10655
10656 2015-04-10 Yao Qi <yao.qi@linaro.org>
10657
10658 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10659 (test_add_rn_pc): New function.
10660 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10661 (top level): Invoke test_add_rn_pc.
10662
10663 2015-04-10 Pedro Alves <palves@redhat.com>
10664
10665 PR gdb/13858
10666 * gdb.base/step-over-no-symbols.exp: New file.
10667
10668 2015-04-09 Andy Wingo <wingo@igalia.com>
10669
10670 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10671 after the Python tests.
10672
10673 2015-04-08 Keith Seitz <keiths@redhat.com>
10674
10675 PR python/16699
10676 * gdb.python/py-completion.exp: New tests for completion.
10677 * gdb.python/py-completion.py (CompleteLimit1): New class.
10678 (CompleteLimit2): Likewise.
10679 (CompleteLimit3): Likewise.
10680 (CompleteLimit4): Likewise.
10681 (CompleteLimit5): Likewise.
10682 (CompleteLimit6): Likewise.
10683 (CompleteLimit7): Likewise.
10684
10685 2015-04-08 Pedro Alves <palves@redhat.com>
10686
10687 PR gdb/18214
10688 PR gdb/18216
10689 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10690 function.
10691 (main): Install it as SIGUSR1 handler.
10692 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10693 parameter. Always use "setup" as prefix. Toggle "set
10694 displaced-stepping" off/on depending on global. Don't switch to
10695 thread 1 here.
10696 (top level): Add displaced stepping "off/on" test axis. Update
10697 "setup" calls. Wrap each subtest with with_test_prefix. Test
10698 continuing with a queued signal in each thread.
10699
10700 2015-04-08 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10703 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10704 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10705 Return early if running to main fails.
10706 * gdb.trace/while-stepping.exp: Likewise.
10707
10708 2015-04-07 Pedro Alves <palves@redhat.com>
10709
10710 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10711 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10712 interact with inferior program.
10713
10714 2015-04-07 Pedro Alves <palves@redhat.com>
10715
10716 * lib/gdb.exp (inferior_spawn_id): New global.
10717 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10718 spawn id after processing the user code.
10719 (default_gdb_start): Set inferior_spawn_id.
10720 (send_inferior): New procedure.
10721 * lib/gdbserver-support.exp (gdbserver_start): Set
10722 inferior_spawn_id.
10723 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10724
10725 2015-04-07 Pedro Alves <palves@redhat.com>
10726
10727 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10728 * lib/gdbserver-support.exp (gdbserver_start): Make
10729 $server_spawn_id global.
10730 (gdbserver_start): Don't wait for gdbserver's spawn id with
10731 expect_background.
10732 (close_gdbserver): New procedure.
10733 (gdb_exit): Rename the default version and reimplement.
10734
10735 2015-04-07 Pedro Alves <palves@redhat.com>
10736
10737 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10738 append the substituted item, not the original item.
10739
10740 2015-04-07 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10743 gdb_expect.
10744
10745 2015-04-07 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10748 output appearing once only.
10749
10750 2015-04-07 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10753 that doesn't expect anything. Return early if running to main
10754 fails.
10755
10756 2015-04-07 Yao Qi <yao.qi@linaro.org>
10757
10758 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10759 (child_function): Call alarm.
10760 (main): Move call to alarm into the loop.
10761 * gdb.threads/non-stop-fair-events.exp: Build program with
10762 -DTIMEOUT=$timeout.
10763
10764 2015-04-06 Doug Evans <xdje42@gmail.com>
10765
10766 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10767 Fix dest parameter to board_info.
10768 (fpc_compile): Ditto.
10769 (gdb_compile_pascal): Rename dest arg to destfile.
10770
10771 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10772
10773 * gdb.ada/funcall_ref.exp: New file.
10774 * gdb.ada/funcall_ref/foo.adb: New file.
10775
10776 2015-04-02 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10779 is remote.
10780
10781 2015-04-02 Gary Benson <gbenson@redhat.com>
10782
10783 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10784
10785 2015-04-01 Sasha Smundak <asmundak@google.com>
10786
10787 * gdb.python/py-unwind-maint.c: New file.
10788 * gdb.python/py-unwind-maint.exp: New test.
10789 * gdb.python/py-unwind-maint.py: New file.
10790 * gdb.python/py-unwind.c: New file.
10791 * gdb.python/py-unwind.exp: New test.
10792 * gdb.python/py-unwind.py: New test.
10793
10794 2015-04-01 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10797 to fail instead of non-existent $test.
10798
10799 2015-04-01 Pedro Alves <palves@redhat.com>
10800
10801 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10802 GDBFLAGS if not empty.
10803
10804 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10805
10806 * gdb.ada/complete.exp: Remove "multi_line".
10807 * gdb.ada/info_exc.exp: Remove "multi_line".
10808 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10809 * gdb.ada/ptype_field.exp: Remove "multi_line".
10810 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10811 * gdb.ada/tagged.exp: Remove "multi_line".
10812 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10813 [multi_line ...]
10814 * gdb.btrace/delta.exp: Likewise.
10815 * gdb.btrace/exception.exp: Likewise.
10816 * gdb.btrace/function_call_history.exp: Likewise.
10817 * gdb.btrace/instruction_history.exp: Likewise.
10818 * gdb.btrace/nohist.exp: Likewise.
10819 * gdb.btrace/record_goto.exp: Likewise.
10820 * gdb.btrace/segv.exp: Likewise.
10821 * gdb.btrace/stepi.exp: Likewise.
10822 * gdb.btrace/tailcall.exp: Likewise.
10823 * gdb.btrace/unknown_functions.exp: Likewise.
10824 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10825 * lib/gdb.exp: Add the "multi_line" helper.
10826
10827 2015-04-01 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.threads/tid-reuse.c: New file.
10830 * gdb.threads/tid-reuse.exp: New file.
10831
10832 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10833
10834 PR corefiles/16092
10835 * gdb.base/coredump-filter.c: New file.
10836 * gdb.base/coredump-filter.exp: Likewise.
10837
10838 2015-03-27 Petr Machata <pmachata@redhat.com>
10839
10840 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10841 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10842 (Dwarf::assemble): Initialize them.
10843 (Dwarf::lines): New function.
10844
10845 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10846
10847 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10848 SYMBOL_PREFIX for x86_64-*-cygwin.
10849
10850 2015-03-26 Andy Wingo <wingo@igalia.com>
10851
10852 PR symtab/18148
10853 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10854 const_value but not a location.
10855 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10856 location defined in non-main CUs are visible.
10857
10858 2015-03-26 Yao Qi <yao.qi@linaro.org>
10859
10860 PR testsuite/18139
10861 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10862 Add a line number entry for the same line.
10863 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10864 Add a line number entry for the same line.
10865
10866 2015-03-26 Yao Qi <yao.qi@linaro.org>
10867
10868 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10869 .int 0.
10870 (func): Likewise. Add .Lfunc_1 label.
10871 Use .Lfunc_1 label.
10872 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10873 .int 0.
10874 (func): Likewise.
10875 Use .Lfunc_1 label.
10876
10877 2015-03-26 Yao Qi <yao.qi@linaro.org>
10878
10879 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10880 Call gdb_compile instead to compile each .s files without debug
10881 information.
10882
10883 2015-03-26 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/savedregs.exp (process_saved_regs): Make
10886 "Saved registers:" optional in the pattern.
10887
10888 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10889
10890 * gdb.btrace/next.exp: Merged into step.exp.
10891 * gdb.btrace/finish.exp: Merged into step.exp.
10892 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10893 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10894 "record goto" and checking the exact replay position.
10895 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10896 check for "Recording format" in "info record" output.
10897 * gdb.btrace/record_goto.exp: Choose test file based on target.
10898 * gdb.btrace/x86-record_goto.S: Renamed into ...
10899 * gdb.btrace/x86_64-record_goto.S: ... this.
10900 * gdb.btrace/i686-record_goto.S: New.
10901 * gdb.btrace/x86-tailcall.S: Renamed into ...
10902 * gdb.btrace/x86_64-tailcall.S: ... this.
10903 * gdb.btrace/i686-tailcall.S: New.
10904 * gdb.btrace/x86-tailcall.c: Renamed into ...
10905 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10906 separate statements. Update test.
10907 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10908 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10909 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10910 * gdb.btrace/tailcall.exp: Choose test file based on target.
10911 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10912
10913 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10914
10915 * gdb.btrace/exception.exp: Increase BTS buffer size.
10916
10917 2015-03-24 Pedro Alves <palves@redhat.com>
10918
10919 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10920
10921 2015-03-24 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.threads/schedlock.exp (test_step): No longer expect that
10924 "set scheduler-locking step" with "next" over a function call runs
10925 threads unlocked.
10926
10927 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10928
10929 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10930
10931 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10932
10933 PR breakpoints/16466
10934 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10935 * gdb.mi/mi-pending.c (thread_func): New function.
10936 (int main): Add threading support required.
10937 * gdb.mi/mi-pending.exp: Add tests for this issue.
10938 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10939 (pendfunc2): Remove stdio dependency.
10940 * gdb.mi/mi-pendshr2.c: New file.
10941
10942 2015-03-23 Keith Seitz <keiths@redhat.com>
10943
10944 * gdb.linespec/keywords.c: New file.
10945 * gdb.linespec/keywords.exp: New file.
10946
10947 2015-03-23 Keith Seitz <keiths@redhat.com>
10948
10949 PR gdb/18021
10950 * gdb.dwarf2/staticvirtual.exp: New test.
10951
10952 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10955 * README: Remove HP-UX and gdb.hp.
10956 (configuration):
10957 * configure: Regenerate.
10958 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10959 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10960 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10961 gdb.hp/gdb.defects/Makefile.
10962 * gdb.hp/Makefile.in: File deleted.
10963 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10964 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10965 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10966 * gdb.hp/gdb.aCC/run.c: File deleted.
10967 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10968 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10969 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10970 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10971 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10972 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10973 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10974 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10975 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10976 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10977 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10978 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10979 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10980 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10981 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10982 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10983 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10984 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10985 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10986 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10987 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10988 * gdb.hp/gdb.compat/average.c: File deleted.
10989 * gdb.hp/gdb.compat/sum.c: File deleted.
10990 * gdb.hp/gdb.compat/xdb.c: File deleted.
10991 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10992 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10993 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10994 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10995 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10996 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10997 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10998 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10999 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11000 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11001 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11002 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11003 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11004 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11005 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11006 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11007 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11008 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11009 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11010 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11011 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11012 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11013 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11014 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11015 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11016 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11017 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11018 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11019 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11020 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11021 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11022 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11023 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11024 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11025 * gdb.hp/tools/odump: File deleted.
11026
11027 2015-03-19 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11030 (saw_thread_3): New globals.
11031 (top level): Increment them when an event for the corresponding
11032 thread is seen.
11033 (no thread starvation): New test.
11034
11035 2015-03-19 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.threads/continue-pending-status.c: New file.
11038 * gdb.threads/continue-pending-status.exp: New file.
11039
11040 2015-03-18 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11043 Use gdb_is_target_remote instead of is_remote. Use
11044 gdb_test_multiple instead of gdb_expect. Exit early if
11045 gdb_test_multiple hits its internal matches. Tighten stepi tests
11046 expected output. Fail on exit with any signal, instead of just
11047 SIGILL.
11048
11049 2015-03-18 Yao Qi <yao.qi@linaro.org>
11050
11051 PR tdep/18107
11052 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11053 variable.
11054 * gdb.base/catch-syscall.exp: Don't skip it on
11055 aarch64*-*-linux* target. Remove elements in all_syscalls.
11056 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11057 target.
11058 (setup_all_syscalls): New proc.
11059
11060 2015-03-16 Yao Qi <yao.qi@linaro.org>
11061
11062 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11063 (top level): Skip tests if valid_addr_p returns false for
11064 $cmd1 or $cmd2.
11065
11066 2015-03-11 Andy Wingo <wingo@igalia.com>
11067
11068 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11069
11070 2015-03-11 Yao Qi <yao.qi@linaro.org>
11071
11072 * gdb.base/catch-syscall.exp: Fix typo in comments.
11073
11074 2015-03-11 Yao Qi <yao.qi@linaro.org>
11075
11076 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11077
11078 2015-03-09 Pedro Alves <palves@redhat.com>
11079
11080 * dg-extract-results.py: Delete.
11081
11082 2015-03-09 Pedro Alves <palves@redhat.com>
11083
11084 Merge dg-extract-results.sh from GCC upstream (r218843).
11085
11086 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11087 * dg-extract-results.sh: Use --text with grep to avoid issues with
11088 binary files. Fall back to cat -v, if that doesn't work.
11089
11090 2015-03-05 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11093
11094 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11095
11096 * lib/mi-support.exp (mi_expect_interrupt): Accept
11097 alternative event for when in all-stop mode.
11098
11099 2015-03-04 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11102
11103 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11104
11105 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11106
11107 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11108
11109 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11110 regexps for GDB's current line display, accept a hex address
11111 preceding the line number.
11112
11113 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11114
11115 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11116 the 'arch1' variable for "s390*-linux*" targets.
11117
11118 2015-03-04 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11121 (main): Pass missing retval argument to pthread_join call.
11122
11123 2015-03-02 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11126 (top level): Call do_test with non-stop as well.
11127
11128 2015-03-02 Pedro Alves <palves@redhat.com>
11129
11130 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11131 -1.
11132
11133 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11134
11135 * gdb.arch/s390-vregs.exp: New test.
11136 * gdb.arch/s390-vregs.S: New file.
11137
11138 2015-02-27 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11141 call to catch_command_errors.
11142 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11143 catch_command_errors.
11144
11145 2015-02-27 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11148 "true" for boolean result.
11149 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11150 prototype of main.
11151
11152 2015-02-27 Pedro Alves <palves@redhat.com>
11153
11154 * lib/unbuffer_output.c: New file.
11155 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11156 (main): Call gdb_unbuffer_output.
11157
11158 2015-02-27 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11161 target.
11162
11163 2015-02-26 Doug Evans <dje@google.com>
11164
11165 * gdb.cp/class2.cc (Dbase, D): New classes.
11166 (main): New local delta.
11167 * gdb.cp/class2.exp: Test printing delta.
11168 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11169 (dynbar): New global.
11170 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11171
11172 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 * gdb.compile/compile-ifunc.c: New file.
11175 * gdb.compile/compile-ifunc.exp: New file.
11176
11177 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11178
11179 * gdb.base/structs.exp: Check for correct struct on finish.
11180
11181 2015-02-26 Yao Qi <yao.qi@linaro.org>
11182
11183 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11184 is zero.
11185
11186 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 * gdb.arch/cordic.ko.bz2: New file.
11189 * gdb.arch/cordic.ko.debug.bz2: New file.
11190 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11191
11192 2015-02-25 Yao Qi <yao.qi@linaro.org>
11193
11194 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11195 aarch64*-*-* target.
11196
11197 2015-02-23 Pedro Alves <palves@redhat.com>
11198
11199 * lib/gdb.exp (delete_breakpoints): Rewrite using
11200 gdb_test_multiple.
11201
11202 2015-02-23 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/info-os.c: Include stdlib.h.
11205
11206 2015-02-22 Doug Evans <xdje42@gmail.com>
11207
11208 PR symtab/17855
11209 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11210 is read after symbols have been re-read.
11211 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11212 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11213
11214 2015-02-21 Doug Evans <dje@google.com>
11215
11216 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11217
11218 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 PR corefiles/17808
11221 * gdb.arch/i386-biarch-core.core.bz2: New file.
11222 * gdb.arch/i386-biarch-core.exp: New file.
11223
11224 2015-02-21 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11227 runto_main fails.
11228
11229 2015-02-20 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11232 info probes.
11233
11234 2015-02-20 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11237
11238 2015-02-20 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11241 clean_restart before gdb_target_supports_trace.
11242
11243 2015-02-20 Pedro Alves <palves@redhat.com>
11244
11245 PR threads/18006
11246 * gdb.threads/clone-thread_db.c: New file.
11247 * gdb.threads/clone-thread_db.exp: New file.
11248
11249 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11250
11251 PR breakpoints/16812
11252 * gdb.base/catch-gdb-caused-signals.c: New file.
11253 * gdb.base/catch-gdb-caused-signals.exp: New file.
11254
11255 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11256
11257 * configure: Regenerated.
11258 * configure.ac: Use GDB_AC_TRANSFORM.
11259 * aclocal.m4: sinclude ../transform.m4.
11260
11261 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11262
11263 * lib/dtrace.exp: New file.
11264 * gdb.base/dtrace-probe.exp: Likewise.
11265 * gdb.base/dtrace-probe.d: Likewise.
11266 * gdb.base/dtrace-probe.c: Likewise.
11267 * lib/pdtrace.in: Likewise.
11268 * configure.ac: Output variables with the transformed names of
11269 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11270 * configure: Regenerated.
11271
11272 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11273
11274 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11275 expected message when trying to access $_probe_* convenience
11276 variables while not on a probe.
11277
11278 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11279
11280 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11281
11282 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11283
11284 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11285 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11286
11287 2015-02-10 Doug Evans <xdje42@gmail.com>
11288
11289 * lib/gdb.exp (gdb_load): Always return a result.
11290
11291 2015-02-10 Pedro Alves <palves@redhat.com>
11292
11293 * gdb.threads/signal-sigtrap.c: New file.
11294 * gdb.threads/signal-sigtrap.exp: New file.
11295
11296 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11297
11298 * gdb.trace/no-attach-trace.c: New file.
11299 * gdb.trace/no-attach-trace.exp: New file.
11300
11301 2015-02-09 Mark Wielaard <mjw@redhat.com>
11302
11303 * gdb.dwarf2/atomic.c: New file.
11304 * gdb.dwarf2/atomic-type.exp: Likewise.
11305
11306 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11307
11308 * gdb.btrace/buffer-size.exp: Update "info record" output.
11309 * gdb.btrace/delta.exp: Update "info record" output.
11310 * gdb.btrace/enable.exp: Update "info record" output.
11311 * gdb.btrace/finish.exp: Update "info record" output.
11312 * gdb.btrace/instruction_history.exp: Update "info record" output.
11313 * gdb.btrace/next.exp: Update "info record" output.
11314 * gdb.btrace/nexti.exp: Update "info record" output.
11315 * gdb.btrace/step.exp: Update "info record" output.
11316 * gdb.btrace/stepi.exp: Update "info record" output.
11317 * gdb.btrace/nohist.exp: Update "info record" output.
11318
11319 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11320
11321 * gdb.btrace/buffer-size: New.
11322
11323 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11324
11325 * gdb.btrace/delta.exp: Update "info record" output.
11326 * gdb.btrace/enable.exp: Update "info record" output.
11327 * gdb.btrace/finish.exp: Update "info record" output.
11328 * gdb.btrace/instruction_history.exp: Update "info record" output.
11329 * gdb.btrace/next.exp: Update "info record" output.
11330 * gdb.btrace/nexti.exp: Update "info record" output.
11331 * gdb.btrace/step.exp: Update "info record" output.
11332 * gdb.btrace/stepi.exp: Update "info record" output.
11333 * gdb.btrace/nohist.exp: Update "info record" output.
11334
11335 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 PR gdb/15678
11338 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11339
11340 2015-02-06 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11343 macro.
11344 (seconds_left, again): New globals.
11345 (main): Wait seconds_left in a 1-second sleep loop instead of
11346 sleeping 180 seconds. If 'again' is set, reset the seconds
11347 counter.
11348 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11349 'again' in the inferior before detaching. Print the seconds left.
11350 (options): New global.
11351 (top level): Build program with -DTIMEOUT=$timeout.
11352
11353 2015-02-06 Pedro Alves <palves@redhat.com>
11354
11355 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11356 determine how many seconds to pass to 'alarm'.
11357 * gdb.base/gdb-sigterm.exp (top level): Build program with
11358 -DTIMEOUT=$timeout.
11359 (do_test): Return success/failure indication. Add more verbose
11360 logging. Don't fail if 200 single steps are seen. Instead, fail
11361 when the test times out.
11362 (passes): New global.
11363 (top level): Break the testing loop if testing fails on any
11364 iteration. Use gdb_assert.
11365
11366 2015-02-04 Don Breazeal <donb@codesourcery.com>
11367
11368 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11369 and initialize them.
11370 (ipc_cleanup): New function.
11371 (main): Don't declare shmid, semid, and msqid. Add a call to
11372 atexit so that we call ipc_cleanup on exit.
11373
11374 2015-02-04 Pedro Alves <palves@redhat.com>
11375
11376 * boards/native-extended-gdbserver.exp: Remove any target variant
11377 specifications from the board name before clearing the isremote
11378 flag from board_info.
11379
11380 2015-01-31 Doug Evans <xdje42@gmail.com>
11381
11382 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11383
11384 2015-01-31 Gary Benson <gbenson@redhat.com>
11385
11386 * gdb.base/completion.exp: Disable completion limiting for
11387 existing tests. Add new tests to check completion limiting.
11388 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11389
11390 2015-01-31 Doug Evans <xdje42@gmail.com>
11391
11392 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11393
11394 2015-01-31 Doug Evans <xdje42@gmail.com>
11395
11396 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11397 entries. Duplicate file section script entries.
11398 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11399 inlined entries. Add test for safe-path rejection.
11400 * gdb.python/py-section-script.c: Add duplicate inlined section script
11401 entries. Duplicate file section script entries.
11402 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11403 inlined entries. Add test for safe-path rejection.
11404
11405 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11406
11407 * gdb.ada/disc_arr_bound: New testcase.
11408
11409 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11410
11411 * gdb.ada/mi_var_array: New testcase.
11412
11413 2015-01-27 Doug Evans <dje@google.com>
11414
11415 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11416 Add test for objfile.filename, objfile.username after objfile
11417 has been unloaded.
11418
11419 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11420
11421 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11422 the second test to print the name attribute of value
11423 returned by the call to gdb.lookup_type, and adjust
11424 the expected output accordingly.
11425
11426 2015-01-25 Mark Wielaard <mjw@redhat.com>
11427
11428 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11429 * gdb.base/disp-step-fork.c: Include unistd.h.
11430 * gdb.base/siginfo-obj.c: Include stdio.h.
11431 * gdb.base/siginfo-thread.c: Likewise.
11432 * gdb.mi/non-stop.c: Include unistd.h.
11433 * gdb.mi/nsthrexec.c: Include stdio.h.
11434 * gdb.mi/pthreads.c: Include unistd.h.
11435 * gdb.modula2/unbounded1.c (main): Declare returns int.
11436 * gdb.reverse/consecutive-reverse.c: Likewise.
11437 * gdb.threads/create-fail.c: Include unistd.h.
11438 * gdb.threads/killed.c: Likewise.
11439 * gdb.threads/linux-dp.c: Likewise.
11440 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11441 * gdb.threads/non-ldr-exc-2.c: Likewise.
11442 * gdb.threads/non-ldr-exc-3.c: Likewise.
11443 * gdb.threads/non-ldr-exc-4.c: Likewise.
11444 * gdb.threads/pthreads.c: Include unistd.h.
11445 (main): Declare returns int.
11446 * gdb.threads/tls-main.c (foo): New declaration.
11447 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11448
11449 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11452 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11453
11454 2015-01-15 Mark Wielaard <mjw@redhat.com>
11455
11456 * gdb.base/noreturn-return.c: New file.
11457 * gdb.base/noreturn-return.exp: New file.
11458 * gdb.base/noreturn-finish.c: New file.
11459 * gdb.base/noreturn-finish.exp: New file.
11460
11461 2015-01-23 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.threads/continue-pending-after-query.c: New file.
11464 * gdb.threads/continue-pending-after-query.exp: New file.
11465
11466 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11467 Simon Marchi <simon.marchi@ericsson.com>
11468
11469 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11470 * gdb.base/valgrind-db-attach.exp: Same.
11471 * gdb.base/valgrind-infcall.exp: Same.
11472 * lib/mi-support.exp (default_mi_gdb_start): Same.
11473 * lib/prompt.exp (default_prompt_gdb_start): Same.
11474 * lib/gdb.exp (default_gdb_spawn): Same.
11475 (gdb_interact): New.
11476
11477
11478 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * gdb.compile/compile.exp (pointer to jit function): New test.
11481
11482 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11483
11484 * lib/gdb.exp (supports_process_record): Return true for
11485 powerpc*-*-linux*.
11486 (supports_reverse): Likewise.
11487
11488 2015-01-15 Don Breazeal <donb@codesourcery.com>
11489
11490 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11491 instead of checking whether the target board is remote and
11492 use spawn_wait_for_attach instead of exec/sleep.
11493 * gdb.base/attach-twice.exp: Likewise.
11494
11495 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11496
11497 * gdb.ada/var_arr_attrs: New testcase.
11498
11499 2015-01-14 Pedro Alves <palves@redhat.com>
11500 Joel Brobecker <brobecker@adacore.com>
11501
11502 PR gdb/17525
11503 * gdb.base/bp-cmds-execution-x-script.c: New file.
11504 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11505 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11506
11507 2015-01-14 Pedro Alves <palves@redhat.com>
11508
11509 PR cli/17828
11510 * gdb.base/batch-preserve-term-settings.c: New file.
11511 * gdb.base/batch-preserve-term-settings.exp: New file.
11512
11513 2015-01-13 Doug Evans <dje@google.com>
11514
11515 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11516 binary.
11517
11518 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11519
11520 * Makefile.in (clean mostlyclean): Do not delete *.py.
11521
11522 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.python/py-lookup-type.exp: New file.
11525
11526 2015-01-12 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11529 restore GDBFLAGS before returning.
11530
11531 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11534 is_amd64_regs_target and is_x86_like_target.
11535
11536 2015-01-11 Doug Evans <xdje42@gmail.com>
11537
11538 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11539 is given without an explicit form.
11540 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11541 attributes.
11542 * gdb.dwarf/corrupt.exp: Ditto.
11543 * gdb.dwarf2/enum-type.exp: Ditto.
11544 * gdb.trace/entry-values.exp: Ditto.
11545 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11546
11547 2015-01-11 Doug Evans <xdje42@gmail.com>
11548
11549 PR gdb/15830
11550 * gdb.base/maint.exp: Remove references to "maint demangle".
11551 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11552 Add tests for explicitly specifying language to demangle.
11553 * gdb.dlang/demangle.exp: Ditto.
11554
11555 2015-01-09 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.threads/non-stop-fair-events.c: New file.
11558 * gdb.threads/non-stop-fair-events.exp: New file.
11559
11560 2015-01-09 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11563 the global scope. Set a breakpoint after all threads are started
11564 rather than stepping over two source lines. Expect the prompt.
11565 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11566 global.
11567 (NUM): Now 15.
11568 (main): Use threads_started_barrier to wait for all threads to
11569 start. Main thread no longer calls thread_function. Exit after
11570 180 seconds.
11571 (loop): New function.
11572 (thread_function): Wait on threads_started_barrier barrier. Call
11573 'loop' at each iteration.
11574 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11575 threads have started, instead of hardcoding number of "next"
11576 steps. Use an access watchpoint instead of a write watchpoint.
11577
11578 2015-01-09 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11581 (thread_func): Wait on barrier.
11582 (main): Wait for all threads to start before stopping GDB.
11583 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11584 global.
11585 (thread1_func, thread2_func): Wait on barrier.
11586 (main): Wait for all threads to start before stopping GDB.
11587 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11588 New global.
11589 (thread1_func, thread2_func): Wait on barrier.
11590 (main): Wait for all threads to start before stopping GDB.
11591
11592 2015-01-09 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.threads/attach-many-short-lived-threads.c: New file.
11595 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11596
11597 2014-01-09 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11600 instead of to thread 2.
11601 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11602 Add barrier around each pthread_create call instead of around all
11603 calls.
11604 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11605 Set a break on thread_function and have the child threads hit it
11606 one at at a time.
11607
11608 2015-01-09 Pedro Alves <palves@redhat.com>
11609
11610 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11611 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11612 false.
11613 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11614 checking whether the target board is remote.
11615 * gdb.multi/multi-attach.exp: Likewise.
11616 * gdb.python/py-sync-interp.exp: Likewise.
11617 * gdb.server/ext-attach.exp: Likewise.
11618 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11619 tests that need to attach, instead of checking whether the target
11620 board is remote at the top of the file.
11621
11622 2015-01-08 Yao Qi <yao@codesourcery.com>
11623
11624 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11625
11626 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11627
11628 Fix testcase compilation.
11629 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11630
11631 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11632
11633 * gdb.python/py-type.exp: Add a couple test about empty
11634 array creation, and negative-length array creation.
11635
11636 2015-01-02 Doug Evans <xdje42@gmail.com>
11637
11638 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11639
11640 2015-01-02 Doug Evans <dje@google.com>
11641
11642 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11643
11644 2014-12-29 Yao Qi <yao@codesourcery.com>
11645
11646 * gdb.trace/entry-values.exp: Update comments. Rename variable
11647 bar_call_foo to returned_from_foo.
11648
11649 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11650
11651 PR gdb/17394
11652 * gdb.linespec/break-asm-file.c: New file.
11653 * gdb.linespec/break-asm-file.exp: New file.
11654 * gdb.linespec/break-asm-file0.s: New file.
11655 * gdb.linespec/break-asm-file1.s: New file.
11656
11657 2014-12-18 Nigel Stephens <nigel@mips.com>
11658 Maciej W. Rozycki <macro@codesourcery.com>
11659
11660 * gdb.base/float.exp: Handle the new output from "info float" on
11661 MIPS targets.
11662
11663 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 Fix MinGW compilation.
11666 * gdb.compile/compile-ops.exp: Update untested message if
11667 !skip_compile_feature_tests.
11668 * gdb.compile/compile-setjmp.exp: Likewise.
11669 * gdb.compile/compile-tls.exp: Likewise.
11670 * gdb.compile/compile.exp: Likewise.
11671 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11672 supported on this host".
11673
11674 2014-12-16 Doug Evans <xdje42@gmail.com>
11675
11676 * boards/stabs.exp: New file.
11677
11678 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11679
11680 * gdb.base/completion.exp: Adjust to format changes of "maint
11681 print user-registers".
11682
11683 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11684
11685 PR server/17457
11686 * gdb.arch/aarch64-fp.c: New file.
11687 * gdb.arch/aarch64-fp.exp: New file.
11688
11689 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11690
11691 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11692 r210637, r210913, r211666, r215400, r215817).
11693
11694 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11695 * dg-extract-results.py: New file.
11696 * dg-extract-results.sh: Use it if the environment seems
11697 suitable.
11698
11699 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11700
11701 * dg-extract-results.py (parse_run): Handle warnings that
11702 are printed before a test harness is run.
11703
11704 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11705
11706 * dg-extract-results.py (Named): Remove __cmp__ method.
11707 (output_variation): Use a key to sort variation.harnesses.
11708
11709 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11710
11711 * dg-extract-results.py: For Python 3, force sys.stdout to
11712 handle surrogate escape sequences.
11713 (safe_open): New function.
11714 (output_segment, main): Use it.
11715
11716 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11717
11718 * dg-extract-results.py (Prog.result_re): Include options
11719 in test name.
11720
11721 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11722
11723 * dg-extract-results.py (output_variation): Always sort if
11724 do_sum.
11725
11726 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11727
11728 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11729 as long as we get pagination notifications.
11730
11731 2014-12-15 Jason Merrill <jason@redhat.com>
11732
11733 * Makefile.in (check-gdb.%): Restore.
11734 * README: Mention it.
11735
11736 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11737
11738 * gdb.ada/str_uninit: New testcase.
11739
11740 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11741
11742 PR symtab/17642
11743 * gdb.base/vla-stub-define.c: New file.
11744 * gdb.base/vla-stub.c: New file.
11745 * gdb.base/vla-stub.exp: New file.
11746
11747 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11748 Jan Kratochvil <jan.kratochvil@redhat.com>
11749 Tom Tromey <tromey@redhat.com>
11750
11751 * configure.ac: Add gdb.compile/.
11752 * configure: Regenerate.
11753 * gdb.compile/Makefile.in: New file.
11754 * gdb.compile/compile-ops.exp: New file.
11755 * gdb.compile/compile-ops.c: New file.
11756 * gdb.compile/compile-tls.c: New file.
11757 * gdb.compile/compile-tls.exp: New file.
11758 * gdb.compile/compile-constvar.S: New file.
11759 * gdb.compile/compile-constvar.c: New file.
11760 * gdb.compile/compile-mod.c: New file.
11761 * gdb.compile/compile-nodebug.c: New file.
11762 * gdb.compile/compile-setjmp-mod.c: New file.
11763 * gdb.compile/compile-setjmp.c: New file.
11764 * gdb.compile/compile-setjmp.exp: New file.
11765 * gdb.compile/compile-shlib.c: New file.
11766 * gdb.compile/compile.c: New file.
11767 * gdb.compile/compile.exp: New file.
11768 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11769
11770 2014-12-12 Tom Tromey <tromey@redhat.com>
11771
11772 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11773 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11774
11775 2014-12-12 Doug Evans <dje@google.com>
11776
11777 * lib/gdb-python.exp (get_python_valueof): New function.
11778 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11779
11780 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11781
11782 * gdb.base/completion.exp: Add test for completion of "info
11783 registers ".
11784
11785 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11786
11787 * gdb.base/func-ptrs.c: New file.
11788 * gdb.base/func-ptrs.exp: New file.
11789
11790 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11791
11792 PR breakpoints/17012
11793 * gdb.base/dprintf-detach.c: New file.
11794 * gdb.base/dprintf-detach.exp: New file.
11795
11796 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11797
11798 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11799 * lib/gdb.exp (target_is_gdbserver): New procedure.
11800
11801 2014-12-08 Doug Evans <dje@google.com>
11802
11803 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11804
11805 2014-12-05 Yao Qi <yao@codesourcery.com>
11806
11807 * gdb.guile/scm-error.exp: Remove the third argument to
11808 gdb_remote_download.
11809 * gdb.guile/scm-frame-args.exp: Likewise.
11810 * gdb.guile/scm-section-script.exp: Likewise.
11811
11812 2014-12-05 Yao Qi <yao@codesourcery.com>
11813
11814 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11815
11816 2014-12-04 Doug Evans <dje@google.com>
11817
11818 * gdb.python/py-objfile.exp: Add tests for
11819 objfile.add_separate_debug_file.
11820
11821 2014-12-04 Doug Evans <dje@google.com>
11822
11823 * lib/gdb.exp (get_build_id): New function.
11824 (build_id_debug_filename_get): Rewrite to use it.
11825 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11826
11827 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11828
11829 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11830 `method(long)', not just 0x0.
11831 * gdb.cp/nsalias.exp: Align code labels to 4.
11832 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11833 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11834 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11835 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11836 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11837 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11838
11839 2014-12-02 Doug Evans <dje@google.com>
11840
11841 PR symtab/17602
11842 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11843 * gdb.cp/anon-ns2.cc: ... here. New file.
11844 * gdb.cp/anon-ns.exp: Update.
11845
11846 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11847
11848 * gdb.python/py-events.py (inferior_call_handler): New.
11849 (register_changed_handler, memory_changed_handler): New.
11850 (test_events.invoke): Register new handlers.
11851 * gdb.python/py-events.exp: Add tests for inferior call,
11852 memory_changed and register_changed events.
11853
11854 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11855
11856 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11857 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11858 if the linker doesn't understand this.
11859
11860 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * gdb.python/python.exp: Change expected reply to help().
11863
11864 2014-12-01 Yao Qi <yao@codesourcery.com>
11865
11866 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11867 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11868 * configure: Re-generated.
11869
11870 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11871
11872 * gdb.cp/chained-calls.cc: New file.
11873 * gdb.cp/chained-calls.exp: New file.
11874 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11875
11876 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11877
11878 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11879 * gdb.dwarf2/symtab-producer.exp: Same.
11880 * gdb.gdb/python-interrupts.exp: Same.
11881 * gdb.gdb/python-selftest.exp: Same.
11882 * gdb.python/py-linetable.exp: Same.
11883 * gdb.python/py-type.exp: Same.
11884 * gdb.python/py-value-cc.exp: Same.
11885 * gdb.python/py-value.exp: Same.
11886
11887 2014-11-28 Yao Qi <yao@codesourcery.com>
11888
11889 * gdb.base/break-probes.exp: Match library name prefixed with
11890 sysroot.
11891
11892 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11893
11894 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11895 test expected output. Add parentheses for the call to print.
11896 Remove L suffix from integers.
11897
11898 2014-11-26 Doug Evans <dje@google.com>
11899
11900 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11901
11902 2014-11-22 Yao Qi <yao@codesourcery.com>
11903
11904 * gdb.trace/entry-values.c: Remove asms.
11905 (foo): Add foo_label.
11906 (bar): Add bar_label.
11907 * gdb.trace/entry-values.exp: Remove code computing foo's
11908 length and bar's length.
11909 (Dwarf::assemble): Invoke function_range for bar and use
11910 MACRO_AT_func for foo.
11911
11912 2014-11-22 Yao Qi <yao@codesourcery.com>
11913
11914 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11915 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11916 Use .Lgcc43_procstart instead of gcc43.
11917
11918 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11919
11920 * gdb.ada/n_arr_bound: New testcase.
11921
11922 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11923
11924 PR breakpoints/10737
11925 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11926 test_catch_syscall_multi_arch.
11927 (test_catch_syscall_multi_arch): New function.
11928
11929 2014-11-20 Doug Evans <xdje42@gmail.com>
11930
11931 * gdb.base/maint.exp: Update expected output.
11932
11933 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11934
11935 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11936 4-byte instruction on S390.
11937
11938 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11939
11940 * gdb.ada/arr_arr: New testcase.
11941
11942 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11943
11944 * gdb.ada/pkd_arr_elem: New Testcase.
11945
11946 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11947
11948 * gdb.reverse/break-precsave: Expect completion message for
11949 core file reads.
11950 * gdb.reverse/consecutive-precsave.exp: Likewise.
11951 * gdb.reverse/finish-precsave.exp: Likewise.
11952 * gdb.reverse/i386-precsave.exp: Likewise.
11953 * gdb.reverse/machinestate-precsave.exp: Likewise.
11954 * gdb.reverse/sigall-precsave.exp: Likewise.
11955 * gdb.reverse/solib-precsave.exp: Likewise.
11956 * gdb.reverse/step-precsave.exp: Likewise.
11957 * gdb.reverse/until-precsave.exp: Likewise.
11958 * gdb.reverse/watch-precsave.exp: Likewise.
11959
11960 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11961
11962 * gdb.base/bp-permanent.c: Include unistd.h.
11963 * gdb.python/py-framefilter-mi.c (main): Add return type.
11964 * gdb.python/py-framefilter.c (main): Likewise.
11965 * gdb.trace/actions-changed.c (main): Likewise.
11966
11967 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11968
11969 * gdb.mi/until.c: Add eye-catchers.
11970 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11971 line numbers.
11972
11973 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11974
11975 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11976 function header variants in break1.c.
11977 * gdb.base/ena-dis-br.exp: Likewise.
11978 * gdb.base/hbreak2.exp: Likewise.
11979 * gdb.reverse/until-precsave.exp: Drop references to removed
11980 non-prototype function header variants in ur1.c.
11981 * gdb.reverse/until-reverse.exp: Likewise.
11982
11983 2014-11-17 Petr Machata <pmachata@redhat.com>
11984
11985 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11986 ${_cu_offset_size} bytes abbrev offset.
11987
11988 2014-11-15 Doug Evans <xdje42@gmail.com>
11989
11990 PR symtab/17559
11991 * gdb.base/line-symtabs.exp: New file.
11992 * gdb.base/line-symtabs.c: New file.
11993 * gdb.base/line-symtabs.h: New file.
11994
11995 2014-11-14 Yao Qi <yao@codesourcery.com>
11996
11997 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11998 (func): Add label func_label.
11999 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12000 Replace low_pc and high_pc with MACRO_AT_range.
12001 Replace name, low_pc and high_pc with MACRO_AT_func.
12002
12003 2014-11-14 Yao Qi <yao@codesourcery.com>
12004
12005 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12006 Replace name, low_pc and high_pc with MACRO_AT_func.
12007
12008 2014-11-14 Yao Qi <yao@codesourcery.com>
12009
12010 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12011 produce debug information.
12012 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12013
12014 2014-11-14 Yao Qi <yao@codesourcery.com>
12015
12016 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12017 object and get function length.
12018 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12019 with MACRO_AT_func.
12020 (top-level): Replace gdb_compile and clean_restart with
12021 prepare_for_testing.
12022 * gdb.dwarf2/main.c (main): Add label main_label.
12023
12024 2014-11-14 Yao Qi <yao@codesourcery.com>
12025
12026 * lib/dwarf.exp (function_range): New procedure.
12027 (Dwarf::_handle_macro_at_func): New procedure.
12028 (Dwarf::_handle_macro_at_range): New procedure.
12029 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12030
12031 2014-11-14 Yao Qi <yao@codesourcery.com>
12032
12033 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12034 (_handle_attribute): New procedure.
12035
12036 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12037
12038 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12039 * gdb.base/call-sc.c (zed): Likewise.
12040 * gdb.base/checkpoint.c (main): Likewise.
12041 * gdb.base/dump.c (main): Likewise.
12042 * gdb.base/gcore.c (main): Likewise.
12043 * gdb.base/huge.c (main): Likewise.
12044 * gdb.base/multi-forks.c (main): Likewise.
12045 * gdb.base/pr10179-a.c (main): Likewise.
12046 * gdb.base/savedregs.c (main): Likewise.
12047 * gdb.base/sigaltstack.c (main): Likewise.
12048 * gdb.base/siginfo.c (main): Likewise.
12049 * gdb.base/structs.c (zed): Likewise.
12050 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12051 * gdb.mi/mi-syn-frame.c (main): Likewise.
12052 * gdb.mi/until.c (foo, main): Likewise.
12053 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12054 * gdb.base/solib-weak.c (foo): Declare.
12055 * gdb.base/attach-twice.c: Include stdio.h.
12056 * gdb.base/weaklib1.c: Likewise.
12057 * gdb.base/weaklib2.c: Likewise.
12058 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12059 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12060 unistd.h.
12061 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12062 * gdb.mi/mi-exit-code.c: Likewise.
12063 * gdb.base/break-interp-lib.c: Include string.h.
12064 * gdb.base/coremaker.c: Likewise.
12065 * gdb.base/testenv.c: Likewise.
12066 * gdb.python/py-finish-breakpoint.c: Likewise.
12067 * gdb.base/inferior-died.c: Include sys/wait.h.
12068 * gdb.base/fileio.c: Include time.h.
12069 * gdb.base/async-shell.c: Include unistd.h.
12070 * gdb.base/dprintf-non-stop.c: Likewise.
12071 * gdb.base/info-os.c: Likewise.
12072 * gdb.mi/mi-console.c: Likewise.
12073 * gdb.mi/watch-nonstop.c: Likewise.
12074 * gdb.python/py-events.c: Likewise.
12075 * gdb.base/async.c (baz): Move up before its invocation.
12076 * gdb.base/code_elim2.c (my_global_func): Likewise.
12077 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12078 * gdb.base/advance.c (func2): Likewise.
12079
12080 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12081
12082 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12083 variant.
12084 * gdb.base/annota3.c: Likewise.
12085 * gdb.base/async.c: Likewise.
12086 * gdb.base/average.c: Likewise.
12087 * gdb.base/call-ar-st.c: Likewise.
12088 * gdb.base/call-rt-st.c: Likewise.
12089 * gdb.base/call-sc.c: Likewise.
12090 * gdb.base/call-strs.c: Likewise.
12091 * gdb.base/ending-run.c: Likewise.
12092 * gdb.base/execd-prog.c: Likewise.
12093 * gdb.base/exprs.c: Likewise.
12094 * gdb.base/foll-exec.c: Likewise.
12095 * gdb.base/foll-fork.c: Likewise.
12096 * gdb.base/foll-vfork.c: Likewise.
12097 * gdb.base/funcargs.c: Likewise.
12098 * gdb.base/gcore.c: Likewise.
12099 * gdb.base/jump.c: Likewise.
12100 * gdb.base/langs0.c: Likewise.
12101 * gdb.base/langs1.c: Likewise.
12102 * gdb.base/langs2.c: Likewise.
12103 * gdb.base/mips_pro.c: Likewise.
12104 * gdb.base/nodebug.c: Likewise.
12105 * gdb.base/opaque0.c: Likewise.
12106 * gdb.base/opaque1.c: Likewise.
12107 * gdb.base/recurse.c: Likewise.
12108 * gdb.base/run.c: Likewise.
12109 * gdb.base/scope0.c: Likewise.
12110 * gdb.base/scope1.c: Likewise.
12111 * gdb.base/setshow.c: Likewise.
12112 * gdb.base/setvar.c: Likewise.
12113 * gdb.base/shmain.c: Likewise.
12114 * gdb.base/shr1.c: Likewise.
12115 * gdb.base/shr2.c: Likewise.
12116 * gdb.base/sigall.c: Likewise.
12117 * gdb.base/signals.c: Likewise.
12118 * gdb.base/so-indr-cl.c: Likewise.
12119 * gdb.base/solib2.c: Likewise.
12120 * gdb.base/structs.c: Likewise.
12121 * gdb.base/sum.c: Likewise.
12122 * gdb.base/vforked-prog.c: Likewise.
12123 * gdb.base/watchpoint.c: Likewise.
12124 * gdb.reverse/shr2.c: Likewise.
12125 * gdb.reverse/until-reverse.c: Likewise.
12126 * gdb.reverse/ur1.c: Likewise.
12127 * gdb.reverse/watch-reverse.c: Likewise.
12128
12129 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12130
12131 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12132 variant.
12133 * gdb.base/sepdebug.exp: Drop references to removed code.
12134
12135 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12136
12137 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12138 variant. Preserve original line numbering.
12139 * gdb.base/list1.c: Likewise.
12140
12141 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12142
12143 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12144 variant.
12145 * gdb.base/break1.c: Likewise.
12146 * gdb.base/break.exp: Drop references to removed code.
12147
12148 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12149
12150 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12151 variant.
12152
12153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12154
12155 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12156
12157 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12158
12159 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12160 logic into perform_all_tests() and invoke it with and without
12161 function header prototypes.
12162 (do_function_calls): Remove conditional XFAIL for PR 5318.
12163 (rerun_and_prepare): Remove duplicate code.
12164 (perform_all_tests): New. Main logic moved here.
12165
12166 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12167
12168 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12169 code guarded by #ifdef NO_PROTOTYPES.
12170 (t_double_many_args): Likewise.
12171 (DEF_FUNC_MANY_ARGS_1): Likewise.
12172 (DEF_FUNC_VALUES_1): Likewise.
12173 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12174 guarded by #ifdef PROTOTYPES.
12175
12176 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12177
12178 * gdb.mi/mi-console.c: Add eye-catcher.
12179 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12180 instead of literal line number.
12181
12182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12183
12184 * gdb.base/shr2.c: Add eye-catcher.
12185 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12186 line number.
12187
12188 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12189
12190 * gdb.base/jump.c: Add eye-catchers.
12191 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12192 numbers.
12193
12194 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12195
12196 * gdb.base/execd-prog.c: Add eye-catchers.
12197 * gdb.base/foll-exec.c: Likewise.
12198 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12199 line numbers.
12200
12201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12202
12203 * gdb.base/ending-run.c: Add eye-catchers.
12204 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12205 literal line numbers.
12206
12207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12208
12209 * gdb.base/call-rt-st.c: Add eye-catchers.
12210 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12211 literal line numbers.
12212
12213 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12214
12215 * gdb.base/call-ar-st.c: Add eye-catchers.
12216 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12217 literal line numbers.
12218
12219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12220
12221 * gdb.base/average.c: Add eye-catchers.
12222 * gdb.base/sum.c: Likewise.
12223 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12224 regexps dynamically.
12225
12226 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12227
12228 * gdb.base/solib1.c: Add eye-catchers.
12229 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12230 literal line numbers.
12231
12232 2014-11-12 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12235 leader has exited.
12236
12237 2014-11-12 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.arch/i386-bp_permanent.c: New file.
12240 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12241 (srcfile): Set to i386-bp_permanent.c.
12242 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12243 that stepi does not execute the 'leave' instruction, instead of
12244 testing it does execute.
12245 * gdb.base/bp-permanent.c: New file.
12246 * gdb.base/bp-permanent.exp: New file.
12247
12248 2014-11-10 Doug Evans <xdje42@gmail.com>
12249
12250 PR symtab/17564
12251 * gdb.base/symtab-search-order.exp: New file.
12252 * gdb.base/symtab-search-order.c: New file.
12253 * gdb.base/symtab-search-order-1.c: New file.
12254 * gdb.base/symtab-search-order-shlib-1.c: New file.
12255
12256 2014-11-07 Pedro Alves <palves@redhat.com>
12257
12258 PR gdb/17511
12259 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12260 i?86-*-linux*.
12261
12262 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12263
12264 PR c++/17494
12265 * gdb.cp/pr17494.cc: New file.
12266 * gdb.cp/pr17494.exp: New file.
12267
12268 2014-11-02 Yao Qi <yao@codesourcery.com>
12269
12270 * gdb.python/python.exp: Get working directory and match the
12271 output of "set extended-prompt \\w " with it.
12272
12273 2014-10-30 Doug Evans <dje@google.com>
12274
12275 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12276 in objfiles.
12277 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12278 in progspaces.
12279
12280 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12281
12282 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12283 * gdb.base/realname-expand.exp: Likewise.
12284 * gdb.linespec/macro-relative.exp: Likewise.
12285
12286 2014-10-29 Pedro Alves <palves@redhat.com>
12287
12288 PR gdb/17408
12289 * gdb.threads/schedlock.c (some_function): New function.
12290 (call_function): New global.
12291 (MAYBE_CALL_SOME_FUNCTION): New macro.
12292 (thread_function): Call it.
12293 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12294 and use it instead of a global counter. Adjust all callers.
12295 (get_current_thread): Use "find current thread" for test message
12296 here rather than having all callers pass down the same string.
12297 (goto_loop): New procedure, factored out from ...
12298 (my_continue): ... this.
12299 (step_ten_loops): Change parameter from test message to command to
12300 use. Adjust.
12301 (list_count): Delete global.
12302 (check_result): New procedure, factored out from duplicate top
12303 level code.
12304 (continue tests): Wrap in with_test_prefix.
12305 (test_step): New procedure, factored out from duplicate top level
12306 code.
12307 (top level): Test "step" in combination with all scheduler-locking
12308 modes. Test "next" in combination with all scheduler-locking
12309 modes, and in combination with stepping over a function call or
12310 not.
12311 * gdb.threads/next-bp-other-thread.c: New file.
12312 * gdb.threads/next-bp-other-thread.exp: New file.
12313
12314 2014-10-29 Pedro Alves <palves@redhat.com>
12315
12316 PR python/17372
12317 * gdb.python/python.exp: Test a multi-line command that spawns
12318 interactive Python.
12319 * gdb.base/multi-line-starts-subshell.exp: New file.
12320
12321 2014-10-29 Yao Qi <yao@codesourcery.com>
12322
12323 * gdb.base/fileio.exp: Make directories on host.
12324
12325 2014-10-29 Yao Qi <yao@codesourcery.com>
12326
12327 * gdb.base/fileio.c (test_write): Close the file.
12328
12329 2014-10-28 Pedro Alves <palves@redhat.com>
12330
12331 PR gdb/12623
12332 * gdb.base/sigstep.c (no_handler): New global.
12333 (main): If 'no_handler is true, set the signal handlers to
12334 SIG_IGN.
12335 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12336 with_sw_watch and no_handler parameters. Handle them.
12337 (top level) <stepping over handler when stopped at a breakpoint
12338 test>: Add a test axis for testing with a software watchpoint, and
12339 another for testing with the signal handler set to SIG_IGN.
12340 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12341 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12342
12343 2014-10-28 Pedro Alves <palves@redhat.com>
12344
12345 PR gdb/17511
12346 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12347 * gdb.base/sigstep.exp (other_handler_location): New global.
12348 (advance): Support stepping into the signal handler, and running
12349 commands while in the handler.
12350 (in_handler_map): New global.
12351 (top level): In the advance test, add combinations for getting
12352 into the handler with stepping commands, and for running commands
12353 in the handler. Add comment descripting the advancei tests.
12354
12355 2014-10-28 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.base/sigstep.exp: Use build_executable instead of
12358 prepare_for_testing.
12359 (top level): Move code that starts GDB, runs to main and creates a
12360 display to ...
12361 (restart): ... this new procedure.
12362 (top level): Move backtrace from signal handler test to ...
12363 (validate_backtrace): ... this new procedure.
12364 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12365 with_test_prefix. Always restart GDB.
12366 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12367 with_test_prefix. Always restart GDB. No need to delete
12368 breakpoints after the test.
12369 (test_skip_handler): Remove prefix parameter.
12370 (skip_over_handler, breakpoint_to_handler)
12371 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12372 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12373 restart GDB. No need to delete breakpoints after the test.
12374 (top level): Use foreach to call the test procedures with
12375 different commands.
12376
12377 2014-10-28 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12380 instead of GNATS numbers.
12381 * gdb.base/sigbpt.exp: Likewise.
12382 * gdb.base/siginfo.exp: Likewise.
12383 * gdb.base/sigstep.exp: Likewise.
12384
12385 2014-10-27 Pedro Alves <palves@redhat.com>
12386
12387 * gdb.base/sigstep.c (dummy): New global.
12388 (main): Issue a couple writes to the new global.
12389 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12390 procedures.
12391 (skip_over_handler): Use test_skip_handler.
12392 (top level): Call skip_over_handler for stepi and nexti too.
12393 (breakpoint_over_handler): Use test_skip_handler.
12394 (top level): Call breakpoint_over_handler for stepi and nexti too.
12395
12396 2014-10-27 Yao Qi <yao@codesourcery.com>
12397
12398 * gdb.trace/tfile.c (adjust_function_address)
12399 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12400 function descriptor.
12401
12402 2014-10-24 Don Breazeal <donb@codesourcery.com>
12403
12404 * gdb.base/foll-fork.exp (test_follow_fork,
12405 catch_fork_child_follow): Check for updated fork messages emitted
12406 from infrun.c.
12407 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12408 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12409 vfork_and_exec_child_follow_through_step): Check for updated vfork
12410 messages emitted from infrun.c.
12411
12412 2014-10-24 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/corefile.exp: Remove references to ultrix.
12415 * gdb.base/interrupt.exp: Likewise.
12416 * gdb.base/whatis.exp: Likewise.
12417 * gdb.gdb/selftest.exp: Likewise.
12418 * gdb.threads/manythreads.exp: Likewise.
12419 * gdb.threads/print-threads.exp: Likewise.
12420 * gdb.threads/pthreads.exp:: Likewise.
12421 * gdb.threads/schedlock.exp: Likewise.
12422
12423 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12424
12425 * gdb.cp/non-trivial-retval.cc: Add a test case.
12426 * gdb.cp/non-trivial-retval.exp: Add a test.
12427
12428 2014-10-20 Yao Qi <yao@codesourcery.com>
12429
12430 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12431 * gdb.python/py-objfile-script-gdb.py: New file.
12432 * gdb.python/py-objfile-script.exp: Update reference to
12433 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12434 of remote_download. Remove the dest file.
12435
12436 2014-10-20 Yao Qi <yao@codesourcery.com>
12437
12438 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12439 * gdb.base/step-line.exp: Likewise.
12440 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12441 * gdb.dwarf2/dw2-basic.exp: Likewise.
12442 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12443 * gdb.dwarf2/dw2-filename.exp: Likewise.
12444 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12445 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12446 * gdb.dwarf2/dw2-producer.exp: Likewise.
12447 * gdb.dwarf2/mac-fileno.exp: Likewise.
12448 * gdb.python/py-frame-args.exp: Likewise.
12449 * gdb.python/py-framefilter.exp: Likewise.
12450 * gdb.python/py-mi.exp: Likewise.
12451 * gdb.python/py-objfile-script.exp: Likewise
12452 * gdb.python/py-pp-integral.exp: Likewise.
12453 * gdb.python/py-pp-re-notag.exp: Likewise.
12454 * gdb.python/py-prettyprint.exp: Likewise.
12455 * gdb.python/py-section-script.exp: Likewise.
12456 * gdb.python/py-typeprint.exp: Likewise.
12457 * gdb.python/py-xmethods.exp: Likewise.
12458 * gdb.stabs/weird.exp: Likewise.
12459 * gdb.xml/tdesc-regs.exp: Likewise.
12460
12461 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12462
12463 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12464 (out_cu): Use addr_len for the size of addresses.
12465 (out_line): Likewise. Size DW_LNE_set_address instruction
12466 according to addr_len.
12467 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12468 (FUNC): Add START_INSNS to definition.
12469
12470 2014-10-18 Yao Qi <yao@codesourcery.com>
12471
12472 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12473 gdb_has_argv0 return true.
12474 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12475 check [target_info exists noargs], check [gdb_has_argv0]
12476 instead.
12477 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12478 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12479 procedures.
12480
12481 2014-10-17 Doug Evans <dje@google.com>
12482
12483 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12484 event.
12485 * gdb.python/py-events.py: Add clear_objfiles event.
12486
12487 2014-10-17 Doug Evans <dje@google.com>
12488
12489 * gdb.python/py-objfile.exp: Test progspace attribute.
12490
12491 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12492
12493 * gdb.guile/scm-breakpoint.exp: Do not assume any
12494 directory separators when matching source file paths.
12495 * gdb.python/py-breakpoint.exp: Likewise.
12496 * gdb.reverse/break-precsave.exp: Likewise.
12497 * gdb.reverse/break-reverse.exp: Likewise.
12498 * gdb.reverse/consecutive-precsave.exp: Likewise.
12499 * gdb.reverse/finish-precsave.exp: Likewise.
12500 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12501 * gdb.reverse/finish-reverse.exp: Likewise.
12502 * gdb.reverse/i386-precsave.exp: Likewise.
12503 * gdb.reverse/i387-env-reverse.exp: Likewise.
12504 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12505 * gdb.reverse/machinestate-precsave.exp: Likewise.
12506 * gdb.reverse/machinestate.exp: Likewise.
12507 * gdb.reverse/sigall-precsave.exp: Likewise.
12508 * gdb.reverse/solib-precsave.exp: Likewise.
12509 * gdb.reverse/step-precsave.exp: Likewise.
12510 * gdb.reverse/until-precsave.exp: Likewise.
12511 * gdb.reverse/watch-precsave.exp: Likewise.
12512 * gdb.reverse/watch-reverse.exp: Likewise.
12513
12514 2014-10-17 Yao Qi <yao@codesourcery.com>
12515
12516 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12517 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12518
12519 2014-10-17 Pedro Alves <palves@redhat.com>
12520
12521 PR gdb/17471
12522 * gdb.base/bg-execution-repeat.c: New file.
12523 * gdb.base/bg-execution-repeat.exp: New file.
12524
12525 2014-10-17 Pedro Alves <palves@redhat.com>
12526
12527 PR gdb/17300
12528 * gdb.base/continue-all-already-running.c: New file.
12529 * gdb.base/continue-all-already-running.exp: New file.
12530
12531 2014-10-17 Pedro Alves <palves@redhat.com>
12532
12533 PR gdb/17472
12534 * gdb.base/annota-input-while-running.c: New file.
12535 * gdb.base/annota-input-while-running.exp: New file.
12536
12537 2014-10-17 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.base/callfuncs.exp: emove references to osf.
12540 * gdb.base/sigall.exp: Likewise.
12541 * gdb.gdb/selftest.exp: Likewise.
12542 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12543 * gdb.mi/non-stop.c: Likewise.
12544 * gdb.mi/pthreads.c: Likewise.
12545 * gdb.reverse/sigall-precsave.exp: Likewise.
12546 * gdb.reverse/sigall-reverse.exp: Likewise.
12547 * gdb.threads/pthreads.c: Likewise.
12548 * gdb.threads/pthreads.exp: Likewise.
12549
12550 2014-10-17 Yao Qi <yao@codesourcery.com>
12551
12552 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12553 check 'target_info exists noargs'.
12554 (test_command_prompt_position): Likewise.
12555 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12556 Remove "set args".
12557 (progvar_simple_while_test): Likewise.
12558 (progvar_complex_if_while_test): Likewise.
12559 (if_while_breakpoint_command_test): Likewise.
12560 (infrun_breakpoint_command_test): Likewise.
12561 (breakpoint_command_test): Likewise.
12562 (watchpoint_command_test): Likewise.
12563 (bp_deleted_in_command_test): Likewise.
12564 (temporary_breakpoint_commands): Likewise.
12565
12566 2014-10-16 Yao Qi <yao@codesourcery.com>
12567
12568 * gdb.base/remotetimeout.exp: Remove noargs checking.
12569
12570 2014-10-15 Pedro Alves <palves@redhat.com>
12571
12572 PR breakpoints/9649
12573 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12574 * gdb.base/breakpoint-in-ro-region.exp
12575 (probe_target_hardware_step): New procedure.
12576 (top level): Probe hardware stepping and hardware breakpoint
12577 support. Test stepping through a read-only region, with both
12578 "breakpoint auto-hw" on and off and both "always-inserted" on and
12579 off.
12580
12581 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12582
12583 * gdb.dlang/demangle.exp: Update for demangling changes.
12584
12585 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12586
12587 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12588 * gdb.cp/non-trivial-retval.exp: Add new tests.
12589
12590 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12591
12592 PR c++/13403
12593 PR c++/15154
12594 * gdb.cp/non-trivial-retval.cc: New file.
12595 * gdb.cp/non-trivial-retval.exp: New file.
12596
12597 2014-10-15 Yao Qi <yao@codesourcery.com>
12598
12599 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12600 remote host.
12601
12602 2014-10-15 Yao Qi <yao@codesourcery.com>
12603
12604 * gdb.python/py-symbol.exp: Match file base name if host is
12605 remote, otherwise match file name with dir name.
12606 * gdb.python/py-symtab.exp: Likewise.
12607 * gdb.python/python.exp: Likewise.
12608
12609 2014-10-15 Yao Qi <yao@codesourcery.com>
12610
12611 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12612 pattern.
12613 * gdb.python/py-symtab.exp: Likewise.
12614 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12615 locationn.
12616
12617 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12618
12619 * gdb.ada/addr_arith: New testcase.
12620
12621 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12622
12623 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12624 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12625 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12626 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12627
12628 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12629
12630 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12631 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12632 * gdb.arch/stap-eval-lang-ada.exp: New file.
12633
12634 2014-10-14 Yao Qi <yao@codesourcery.com>
12635
12636 * gdb.mi/mi-var-child.c (nothing1): New function.
12637 (nothing2): New function.
12638 (do_children_tests): Set function pointers by nothing1 and
12639 nothing2.
12640 * gdb.mi/mi-var-child.exp: Step over new added statements.
12641 Update test to match the new output.
12642 * gdb.mi/var-cmd.c (nothing1): New function.
12643 (nothing2): New function.
12644 (do_children_tests): Set function pointers by nothing1 and
12645 nothing2.
12646 * gdb.mi/mi-var-display.exp: Update test to match output.
12647 Step to the line specified by $line_dct_nothing.
12648 Increase the number of lines to step.
12649
12650 2014-10-14 Yao Qi <yao@codesourcery.com>
12651
12652 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12653 tests.
12654 * gdb.mi/mi2-var-child.exp: Likewise.
12655
12656 2014-10-13 Doug Evans <dje@google.com>
12657
12658 * gdb.python/py-objfile.exp: Change name of file name test.
12659
12660 2014-10-13 Doug Evans <dje@google.com>
12661
12662 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12663 from the start of the CU.
12664
12665 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12666 Yao Qi <yao@codesourcery.com>
12667
12668 Fix "save breakpoints" for "catch" command.
12669 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12670 Remove -nonewline. Match also the added "main" line.
12671
12672 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 Fix "save breakpoints" for "disable $bpnum" command.
12675 * gdb.base/save-bp.c (main): Add label.
12676 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12677
12678 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12679
12680 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12681
12682 2014-10-11 Yao Qi <yao@codesourcery.com>
12683
12684 * gdb.server/server-kill.exp: Execute command
12685 "set remote trace-status-packet on" before "tstatus".
12686
12687 2014-10-11 Yao Qi <yao@codesourcery.com>
12688
12689 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12690 (main): Call getppid.
12691 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12692 and continue to it. Read variable "server_pid".
12693
12694 2014-10-11 Yao Qi <yao@codesourcery.com>
12695
12696 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12697
12698 2014-10-11 Yao Qi <yao@codesourcery.com>
12699
12700 * gdb.threads/thread-find.exp: Don't execute command
12701 "info threads".
12702 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12703 * gdb.threads/linux-dp.exp: Don't check the condition
12704 $threads_created equals to zero.
12705
12706 2014-10-10 Pedro Alves <palves@redhat.com>
12707
12708 * gdb.base/bigcore.exp: Remove references to IRIX.
12709 * gdb.base/funcargs.exp: Likewise.
12710 * gdb.base/interrupt.exp: Likewise.
12711 * gdb.base/mips_pro.exp: Likewise.
12712 * gdb.base/nodebug.exp: Likewise.
12713 * gdb.base/setvar.exp: Likewise.
12714 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12715
12716 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12717 Pedro Alves <palves@redhat.com>
12718
12719 PR symtab/14466
12720 * gdb.base/vdso-warning.c: New file.
12721 * gdb.base/vdso-warning.exp: New file.
12722
12723 2014-10-02 Doug Evans <dje@google.com>
12724
12725 * gdb.base/structs.c (main): Don't run forever.
12726
12727 2014-10-02 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12730 (top level) <stop threads 1, stop threads 2>: Use it.
12731
12732 2014-10-02 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.threads/break-while-running.exp (test): Add new
12735 'update_thread_list' argument. Skip "info threads" if false.
12736 (top level): Add new 'update_thread_list' axis.
12737
12738 2014-10-02 Pedro Alves <palves@redhat.com>
12739
12740 PR breakpoints/17431
12741 * gdb.base/execl-update-breakpoints.c: New file.
12742 * gdb.base/execl-update-breakpoints.exp: New file.
12743
12744 2014-10-01 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/breakpoint-in-ro-region.c: New file.
12747 * gdb.base/breakpoint-in-ro-region.exp: New file.
12748
12749 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * gdb.mi/mi-exit-code.exp: New file.
12752 * gdb.mi/mi-exit-code.c: New file.
12753
12754 2014-09-30 Yao Qi <yao@codesourcery.com>
12755
12756 * lib/prelink-support.exp (build_executable_own_libs): Error if
12757 the target isn't native.
12758
12759 2014-09-30 Yao Qi <yao@codesourcery.com>
12760
12761 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12762 false.
12763
12764 2014-09-22 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.threads/break-while-running.exp: New file.
12767 * gdb.threads/break-while-running.c: New file.
12768
12769 2014-09-19 Yao Qi <yao@codesourcery.com>
12770
12771 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12772 Invoke test. Restart GDB with --readnow and invoke test again.
12773
12774 2014-09-19 Yao Qi <yao@codesourcery.com>
12775
12776 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12777 proc set_breakpoint_on_gcd_function. Invoke
12778 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12779 invoke set_breakpoint_on_gcd_function again.
12780
12781 2014-09-18 Doug Evans <dje@google.com>
12782
12783 * gdb.dwarf2/symtab-producer.exp: New file.
12784
12785 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12786
12787 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12788 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12789 * gdb.base/global-var-nested-by-dso.c: Likewise.
12790 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12791
12792 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12793 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.base/watch-bitfields.exp: Pass string other than test file
12796 name to prepare_for_testing.
12797 (watch): New procedure.
12798 (expect_watchpoint): Use with_test_prefix.
12799 (top level): Factor out tests to ...
12800 (test_watch_location, test_regular_watch): ... these new
12801 procedures, and use with_test_prefix and gdb_continue_to_end.
12802
12803 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12804
12805 PR breakpoints/12526
12806 * gdb.base/watch-bitfields.exp: New file.
12807 * gdb.base/watch-bitfields.c: New file.
12808
12809 2014-09-16 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12812 software and hardware addresses, not software address against
12813 itself.
12814
12815 2014-09-16 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12818 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12819
12820 2014-09-16 Pedro Alves <palves@redhat.com>
12821
12822 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12823 files.
12824 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12825 "*-*-vxworks*" throughout.
12826 * gdb.base/break.exp: Likewise.
12827 * gdb.base/default.exp: Likewise.
12828 * gdb.base/scope.exp: Likewise.
12829 * gdb.base/sepdebug.exp: Likewise.
12830 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12831 throughout.
12832 * gdb.base/run.c: Likewise.
12833 * gdb.base/sepdebug.c: Likewise.
12834 * gdb.hp/gdb.aCC/run.c: Likewise.
12835 * gdb.reverse/until-reverse.c: Likewise.
12836 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12837
12838 2014-09-16 Yao Qi <yao@codesourcery.com>
12839
12840 * boards/local-remote-host-native.exp: New file.
12841
12842 2014-09-14 Doug Evans <xdje42@gmail.com>
12843
12844 * gdb.threads/queue-signal.c (thread_count): New variable.
12845 (thread_count_mutex, thread_count_condvar): New variables.
12846 (incr_thread_count, wait_all_threads_running): New functions.
12847 (main): Wait for all threads to be in their thread functions.
12848
12849 2014-09-13 Doug Evans <xdje42@gmail.com>
12850
12851 * gdb.threads/queue-signal.c: New file.
12852 * gdb.threads/queue-signal.exp: New file.
12853
12854 2014-09-13 Doug Evans <xdje42@gmail.com>
12855
12856 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12857 be consistent with what default_gdb_init uses.
12858 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12859 the plain text of the prompt. Add some logging printfs.
12860 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12861
12862 2014-09-12 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12865 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12866 * gdb.arch/i386-size-overlap.exp: Likewise.
12867 * gdb.arch/i386-size.exp: Likewise.
12868 * gdb.arch/i386-unwind.exp: Likewise.
12869 * gdb.base/a2-run.exp: Likewise.
12870 * gdb.base/break.exp: Likewise.
12871 * gdb.base/charset.exp: Likewise.
12872 * gdb.base/chng-syms.exp: Likewise.
12873 * gdb.base/commands.exp: Likewise.
12874 * gdb.base/dbx.exp: Likewise.
12875 * gdb.base/find.exp: Likewise.
12876 * gdb.base/funcargs.exp: Likewise.
12877 * gdb.base/jit-simple.exp: Likewise.
12878 * gdb.base/reread.exp: Likewise.
12879 * gdb.base/sepdebug.exp: Likewise.
12880 * gdb.base/step-bt.exp: Likewise.
12881 * gdb.cp/mb-inline.exp: Likewise.
12882 * gdb.cp/mb-templates.exp: Likewise.
12883 * gdb.objc/basicclass.exp: Likewise.
12884 * gdb.threads/killed.exp: Likewise.
12885
12886 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12887
12888 PR tdep/17379
12889 * gdb.arch/powerpc-stackless.S: New file.
12890 * gdb.arch/powerpc-stackless.exp: New file.
12891
12892 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 * gdb.base/attach.c: Include unistd.h.
12895 (main): Call alarm. Add label postloop.
12896 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12897 gdb_breakpoint, gdb_continue_to_breakpoint.
12898 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12899
12900 2014-09-11 Pedro Alves <palves@redhat.com>
12901
12902 PR gdb/17347
12903 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12904 * gdb.base/attach.exp (test_command_line_attach_run): New
12905 procedure.
12906 (top level): Call it.
12907
12908 2014-09-11 Pedro Alves <palves@redhat.com>
12909
12910 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12911 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12912 (do_command_attach_tests): Use spawn_wait_for_attach.
12913 * gdb.base/solib-overlap.exp: Likewise.
12914 * gdb.multi/multi-attach.exp: Likewise.
12915 * gdb.python/py-prompt.exp: Likewise.
12916 * gdb.python/py-sync-interp.exp: Likewise.
12917 * gdb.server/ext-attach.exp: Likewise.
12918
12919 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12920
12921 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12922 command in testcase. Simplify testcase.
12923
12924 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12925
12926 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12927
12928 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12929
12930 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12931
12932 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12935
12936 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12937
12938 * gdb.dwarf2/dynarr-ptr.c: New file.
12939 * gdb.dwarf2/dynarr-ptr.exp: New file.
12940
12941 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12942
12943 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12944 of 30 rather than hardcoding 120 for a slow test case. Take the
12945 `gdb,timeout' target setting into account for this calculation.
12946 Don't extend the timeout for the test cases that don't need it.
12947
12948 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12949
12950 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12951 a factor of 2 for a slow test case. Take the `gdb,timeout'
12952 target setting into account for this calculation.
12953 * gdb.reverse/until-precsave.exp: Increase the timeout by
12954 a factor of 15 and 3 respectively rather than adding 120
12955 for a pair of slow test cases. Take the `gdb,timeout'
12956 target setting into account for this calculation.
12957
12958 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12959
12960 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12961 timeout, don't pass one down to gdb_expect.
12962 (gdb_expect): Rework timeout selection.
12963
12964 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12965
12966 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12967 exception on timeout.
12968 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12969 (gdbserver_start_extended): Catch any `gdbserver_start' error
12970 exceptions.
12971 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12972 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12973 `gdbserver_gdb_load' error exceptions.
12974
12975 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12976
12977 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12978 120 on waiting for the TCP socket to open.
12979
12980 2014-09-09 Doug Evans <xdje42@gmail.com>
12981
12982 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12983 _caller_matches, _any_caller_is, _any_caller_matches.
12984
12985 2014-09-09 Doug Evans <xdje42@gmail.com>
12986
12987 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12988
12989 2014-09-09 Yao Qi <yao@codesourcery.com>
12990
12991 * gdb.mi/mi-var-display.exp: Set print symbol off.
12992
12993 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12994
12995 PR gdb/17035
12996 * gdb.base/commands.exp: Add tests to verify user-defined
12997 commands with empty bodies.
12998 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12999 python commands in `show user command`.
13000 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13001 scheme commands in `show user command`.
13002
13003 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13004
13005 PR python/17355
13006 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13007 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13008 * gdb.python/py-framefilter-invalidarg.exp: New file.
13009 * gdb.python/py-framefilter-invalidarg.py: New file.
13010
13011 2014-09-06 Doug Evans <xdje42@gmail.com>
13012
13013 PR 15276
13014 * gdb.python/py-caller-is.c: New file.
13015 * gdb.python/py-caller-is.exp: New file.
13016
13017 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13018
13019 PR gdb/17235
13020 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13021 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13022
13023 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13024
13025 PR fortran/17237
13026 * gdb.fortran/print-formatted.exp: New file.
13027 * gdb.fortran/print-formatted.f90: Likewise.
13028
13029 2014-09-03 Sasha Smundak <asmundak@google.com>
13030
13031 * gdb.python/py-frame.exp: Test Frame.read_register.
13032
13033 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13034
13035 PR python/16699
13036 * gdb.python/py-completion.exp: New file.
13037 * gdb.python/py-completion.py: Likewise.
13038
13039 2014-08-28 Doug Evans <dje@google.com>
13040
13041 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13042 eax,etc. are live with values set by gdb and thus the compiler can't
13043 use them.
13044 * gdb.arch/i386-pseudo.c (main): Ditto.
13045
13046 2014-08-27 Doug Evans <dje@google.com>
13047
13048 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13049
13050 2014-08-25 Doug Evans <dje@google.com>
13051
13052 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13053 (main): Ditto.
13054
13055 2014-08-25 Doug Evans <dje@google.com>
13056
13057 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13058
13059 2014-08-24 Yao Qi <yao@codesourcery.com>
13060
13061 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13062 symbol off.
13063 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13064
13065 2014-08-22 Doug Evans <dje@google.com>
13066
13067 PR 17276
13068 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13069 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13070 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13071
13072 2014-08-22 Yao Qi <yao@codesourcery.com>
13073
13074 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13075 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13076 * gdb.python/python.exp: Likewise. Use .py file on the host
13077 instead of the build.
13078
13079 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.threads/gcore-stale-thread.c: New file.
13082 * gdb.threads/gcore-stale-thread.exp: New file.
13083
13084 2014-08-21 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13087 * gdb.base/gcore-relro-pie.exp: Likewise.
13088 * gdb.base/gcore-relro.exp: Likewise.
13089 * gdb.base/gcore.exp: Likewise.
13090 * gdb.base/print-symbol-loading.exp: Likewise.
13091 * gdb.threads/gcore-thread.exp: Likewise.
13092 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13093
13094 2014-08-20 Pedro Alves <palves@redhat.com>
13095 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13098 configure.
13099 (EXPECT): Handle READ1 being set.
13100 (all): Depend on EXTRA_RULES.
13101 (check-read1, expect-read1, read1.so, read1): New rules.
13102 * README (Testsuite Parameters): Document the READ1 make variable.
13103 (Race detection): New section.
13104 * configure: Regenerate.
13105 * configure.ac: If build==host==target, and running under a
13106 GNU/glibc system, add read1 to the extra Makefile rules.
13107 (EXTRA_RULES): AC_SUBST it.
13108 * lib/read1.c: New file.
13109
13110 2014-08-20 Joel Brobecker <brobecker@adacore.com>
13111
13112 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13113 the handling of variables declared as a typedef to an array
13114 which a DW_AT_data_location attribute.
13115
13116 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
13117 Pedro Alves <palves@redhat.com>
13118
13119 PR symtab/14604
13120 PR symtab/14605
13121 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13122 gdb_test.
13123
13124 2014-08-19 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13127
13128 2014-08-19 Yao Qi <yao@codesourcery.com>
13129
13130 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13131 right line.
13132
13133 2014-08-18 David Blaikie <dblaikie@gmail.com>
13134
13135 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13136
13137 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13138
13139 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13140 attribute in array range.
13141
13142 2014-08-18 Joel Brobecker <brobecker@adacore.com>
13143
13144 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13145
13146 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13147
13148 PR c++/17132
13149 * gdb.cp/pr17132.cc: New file.
13150 * gdb.cp/pr17132.exp: New file.
13151
13152 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13153
13154 * gdb.python/py-xmethods.py (A_getarrayind)
13155 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13156 Use 'print' with function call syntax.
13157 (E_method_matcher.match): Fix tab vs space indentation mixup.
13158
13159 2014-08-15 Yao Qi <yao@codesourcery.com>
13160
13161 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13162 false.
13163
13164 2014-08-15 Yao Qi <yao@codesourcery.com>
13165
13166 * gdb.cp/casts.exp: Set print symbol off.
13167 * gdb.cp/class2.exp: Likewise.
13168 * gdb.cp/overload.exp: Likewise.
13169 * gdb.cp/templates.exp: Likewise.
13170
13171 2014-08-11 Doug Evans <dje@google.com>
13172
13173 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13174 (test_load_shlib): Update.
13175
13176 2014-08-09 Yao Qi <yao@codesourcery.com>
13177
13178 * gdb.base/display.exp: Invoke is_address_zero_readable.
13179 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13180 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13181 * gdb.base/hbreak-unmapped.exp: Return if
13182 is_address_zero_readable returns true.
13183 * gdb.base/signest.exp: Likewise.
13184 * gdb.base/signull.exp: Likewise.
13185 * gdb.base/sigbpt.exp: Likewise.
13186 * gdb.guile/scm-disasm.exp: Do the test if
13187 is_address_zero_readable returns false.
13188 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13189 * gdb.python/py-arch.exp: Likewise.
13190 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13191 * lib/gdb.exp (is_address_zero_readable): New proc.
13192
13193 2014-08-09 Yao Qi <yao@codesourcery.com>
13194
13195 PR testsuite/13443
13196 * gdb.mi/mi-var-display.exp: Make test messages unique.
13197
13198 2014-08-04 Tom Tromey <tromey@redhat.com>
13199
13200 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13201 target 0".
13202
13203 2014-08-04 Tom Tromey <tromey@redhat.com>
13204
13205 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13206 "target_resume".
13207
13208 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13209
13210 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13211 inner_vla_struct_object_size.
13212 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13213 as xfail.
13214
13215 2014-07-30 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13218 comment.
13219
13220 2014-07-29 Yao Qi <yao@codesourcery.com>
13221
13222 PR gdb/17206
13223 * gdb.base/until-nodebug.exp: New.
13224
13225 2014-07-28 Doug Evans <xdje42@gmail.com>
13226
13227 PR guile/17203
13228 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13229 previously existing parameter, and previously ambiguously spelled
13230 parameter.
13231
13232 2014-07-28 Will Newton <will.newton@linaro.org>
13233
13234 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13235
13236 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13237 Doug Evans <xdje42@gmail.com>
13238
13239 PR guile/17146
13240 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13241
13242 2014-07-25 Pedro Alves <palves@redhat.com>
13243
13244 * gdb.threads/signal-command-handle-nopass.c: New file.
13245 * gdb.threads/signal-command-handle-nopass.exp: New file.
13246 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13247 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13248 * gdb.threads/signal-delivered-right-thread.c: New file.
13249 * gdb.threads/signal-delivered-right-thread.exp: New file.
13250
13251 2014-07-25 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.base/double-prompt-target-event-error.exp
13254 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13255 match.
13256 (cancel_pagination_in_target_event): Rework double prompt
13257 detection.
13258 * gdb.base/paginate-after-ctrl-c-running.exp
13259 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13260 <return>' match.
13261 * gdb.base/paginate-bg-execution.exp
13262 (test_bg_execution_pagination_return)
13263 (test_bg_execution_pagination_cancel): Remove '-notransfer
13264 <return>' matches.
13265 * gdb.base/paginate-execution-startup.exp
13266 (test_fg_execution_pagination_return)
13267 (test_fg_execution_pagination_cancel): Remove '-notransfer
13268 <return>' matches.
13269 * gdb.base/paginate-inferior-exit.exp
13270 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13271 match.
13272 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13273 * lib/gdb.exp (pagination_prompt): Run text through
13274 string_to_regexp.
13275 (gdb_test_multiple): Match $pagination_prompt instead of
13276 "<return>".
13277 (string_to_regexp): Move to lib/gdb-utils.exp.
13278
13279 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 * gdb.arch/amd64-entry-value-paramref.S: New file.
13282 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13283 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13284 * gdb.arch/amd64-optimout-repeat.S: New file.
13285 * gdb.arch/amd64-optimout-repeat.c: New file.
13286 * gdb.arch/amd64-optimout-repeat.exp: New file.
13287
13288 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13289
13290 PR gdb/17170
13291 * gdb.base/statistics.exp: New file.
13292
13293 2014-07-17 Doug Evans <dje@google.com>
13294
13295 PR gdb/17170
13296 * gdb.base/maint.exp: Update testing of per-command stats.
13297
13298 2014-07-16 Pedro Alves <palves@redhat.com>
13299
13300 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13301 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13302 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13303 (tfile_write_buf): New functions.
13304 (add_memory_block): Rewrite using the above.
13305 (adjust_function_address): New function.
13306 (FUNCTION_ADDRESS): New macro.
13307 (write_basic_trace_file): Remove short_x local, and use
13308 tfile_write_16. Change type of func_addr local to unsigned long
13309 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13310 here. Cast argument of add_memory_block to char pointer.
13311 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13312 (main): Remove parameters.
13313 * gdb.trace/tfile.exp: Remove nowarnings.
13314
13315 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.base/debug-expr.exp: Test string evaluation with
13318 "debug expression" on.
13319
13320 2014-07-15 Pedro Alves <palves@redhat.com>
13321
13322 * gdb.base/reread.exp: Use clean_restart.
13323
13324 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13325
13326 * gdb.arch/avr-flash-qualifer.c: New.
13327 * gdb.arch/avr-flash-qualifer.exp: New.
13328
13329 2014-07-14 Pedro Alves <palves@redhat.com>
13330
13331 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13332 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13333
13334 2014-07-14 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.base/double-prompt-target-event-error.c: New file.
13337 * gdb.base/double-prompt-target-event-error.exp: New file.
13338
13339 2014-07-14 Pedro Alves <palves@redhat.com>
13340
13341 PR gdb/17072
13342 * gdb.base/paginate-inferior-exit.c: New file.
13343 * gdb.base/paginate-inferior-exit.exp: New file.
13344
13345 2014-07-14 Pedro Alves <palves@redhat.com>
13346
13347 PR gdb/17072
13348 * gdb.base/paginate-bg-execution.c: New file.
13349 * gdb.base/paginate-bg-execution.exp: New file.
13350
13351 2014-07-14 Pedro Alves <palves@redhat.com>
13352
13353 PR gdb/17072
13354 * gdb.base/paginate-execution-startup.c: New file.
13355 * gdb.base/paginate-execution-startup.exp: New file.
13356 * lib/gdb.exp (pagination_prompt): New global.
13357 (default_gdb_spawn): New procedure, factored out from
13358 default_gdb_spawn.
13359 (default_gdb_start): Adjust to call default_gdb_spawn.
13360 (gdb_spawn): New procedure.
13361
13362 2014-07-14 Pedro Alves <palves@redhat.com>
13363
13364 * lib/gdb.exp (gdb_assert): New procedure.
13365 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13366
13367 2014-07-14 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.base/execution-termios.c: New file.
13370 * gdb.base/execution-termios.exp: New file.
13371
13372 2014-07-14 Tom Tromey <tromey@redhat.com>
13373
13374 * gdb.cp/vla-cxx.cc: New file.
13375 * gdb.cp/vla-cxx.exp: New file.
13376
13377 2014-07-14 Tom Tromey <tromey@redhat.com>
13378
13379 * gdb.reverse/rerun-prec.c: New file.
13380 * gdb.reverse/rerun-prec.exp: New file.
13381
13382 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13383 Maciej W. Rozycki <macro@codesourcery.com>
13384
13385 * lib/gdb-utils.exp: New file.
13386 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13387 inline `gdb_init_command' processing.
13388 (gdb_start_cmd): Likewise.
13389 * lib/mi-support.exp (mi_run_cmd): Likewise.
13390 * README: Document `gdb_init_command' and `gdb_init_commands'.
13391
13392 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13393
13394 Fix false FAIL running under a very long directory name.
13395 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13396 and "set print elements 10000". Twice.
13397
13398 2014-07-11 Yao Qi <yao@codesourcery.com>
13399
13400 * gdb.base/exprs.exp: "set print symbol off".
13401
13402 2014-07-11 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.threads/kill.c: New file.
13405 * gdb.threads/kill.exp: New file.
13406
13407 2014-07-10 Yao Qi <yao@codesourcery.com>
13408
13409 * gdb.trace/tfile.c (write_basic_trace_file)
13410 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13411 address written to trace file.
13412
13413 2014-07-09 Pedro Alves <palves@redhat.com>
13414
13415 * gdb.base/attach-wait-input.exp: New file.
13416 * gdb.base/attach-wait-input.c: New file.
13417
13418 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13419
13420 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13421 setting up test structures.
13422 (main): Call new test function.
13423 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13424 test function, continue into test function and walk test
13425 structures.
13426
13427 2014-07-02 Yao Qi <yao@codesourcery.com>
13428
13429 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13430 'bar_start' at the beginning of functions 'foo' and 'bar'
13431 respectively.
13432 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13433 instead of 'foo' and 'bar'.
13434
13435 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13436
13437 * gdb.btrace/segv.exp: New.
13438 * gdb.btrace/segv.c: New.
13439
13440 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13441
13442 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13443 instruction.
13444
13445 2014-06-30 Mark Wielaard <mjw@redhat.com>
13446
13447 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13448 vulture, vilify, villar): New volatile array constants.
13449 (vindictive, vegetation): New const volatile array constants.
13450 * gdb.base/volatile.exp: Test volatile and const volatile array
13451 types.
13452
13453 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13454
13455 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13456 target lacks support for awatch, rwatch, or hbreak.
13457
13458 2014-06-27 Yao Qi <yao@codesourcery.com>
13459
13460 * gdb.multi/dummy-frame-restore.exp: New.
13461 * gdb.multi/dummy-frame-restore.c: New.
13462
13463 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13464
13465 * gdb.btrace/gcore.exp: New.
13466
13467 2014-06-23 Pedro Alves <palves@redhat.com>
13468
13469 * gdb.base/watchpoint-reuse-slot.c: New file.
13470 * gdb.base/watchpoint-reuse-slot.exp: New file.
13471
13472 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13473
13474 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13475 progspace's filename in 'info', 'enable' and 'disable' command
13476 tests.
13477
13478 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13479
13480 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13481 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13482 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13483
13484 2014-06-20 Gary Benson <gbenson@redhat.com>
13485
13486 * gdb.arch/i386-avx.exp: Fix include file location.
13487 * gdb.arch/i386-sse.exp: Likewise.
13488
13489 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13490
13491 * gdb.dlang/expression.exp: New file.
13492
13493 2014-06-19 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13496 out from ...
13497 (top level): ... here. Iterate running tests under different
13498 scheduler-locking settings.
13499
13500 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13501
13502 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13503 to DW_FORM_addr and use non-zero addresses.
13504
13505 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13506
13507 PR gdb/17017
13508 * gdb.python/py-xmethods.cc: Add global function call counters and
13509 increment them in their respective functions. Remove "cout"
13510 statements.
13511 * gdb.python/py-xmethods.exp: Make tests check the global function
13512 call counters instead of depending on inferior IO.
13513
13514 2014-06-18 Don Breazeal <donb@codesourcery.com>
13515
13516 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13517 Deleted procedure.
13518 (explicit_fork_parent_follow): Deleted procedure.
13519 (explicit_fork_child_follow): Deleted procedure.
13520 (test_follow_fork): New procedure.
13521 (do_fork_tests): Replace calls to deleted procedures with
13522 calls to test_follow_fork and reset GDB for subsequent
13523 procedure calls.
13524
13525 2014-06-17 Yao Qi <yao@codesourcery.com>
13526
13527 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13528 CP1252.
13529
13530 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13531
13532 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13533 Initialize ptr and S explicitly.
13534 (skip_type_update_when_not_use_rtti_test): Likewise.
13535
13536 2014-06-16 Keith Seitz <keiths@redhat.com>
13537
13538 PR mi/15863
13539 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13540 the inferior is started.
13541
13542 2014-06-16 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.base/break-main-file-remove-fail.c: New file.
13545 * gdb.base/break-main-file-remove-fail.exp: New file.
13546 * gdb.base/break-unload-file.exp: Use build_executable instead of
13547 prepare_for_testing.
13548 (test_break): New parameter "initial_load". Handle it.
13549 (top level): Add initial_load cmdline/file axis.
13550
13551 2014-06-12 Tom Tromey <tromey@redhat.com>
13552
13553 * gdb.base/completion.exp: Don't use directory name in test.
13554
13555 2014-06-09 Gary Benson <gbenson@redhat.com>
13556
13557 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13558 separate the always-available ANSI-standard signals from the
13559 signals that require checking.
13560 (main): Likewise.
13561 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13562 Likewise.
13563 (main): Likewise.
13564
13565 2014-06-07 Keith Seitz <keiths@redhat.com>
13566
13567 Revert:
13568 PR c++/16253
13569 * gdb.cp/var-tag.cc: New file.
13570 * gdb.cp/var-tag.exp: New file.
13571 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13572 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13573 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13574 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13575
13576 2014-06-06 Doug Evans <xdje42@gmail.com>
13577
13578 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13579
13580 2014-06-06 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13583 in target debug output instead of looking at RSP packets,
13584 disabling the test on any target that uses hardware stepping.
13585 Update comments.
13586
13587 2014-06-06 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.base/break-unload-file.exp: Fix typo.
13590
13591 2014-06-06 Yao Qi <yao@codesourcery.com>
13592
13593 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13594 from "jit_function" to "^jit_function".
13595
13596 2014-06-06 Yao Qi <yao@codesourcery.com>
13597
13598 * gdb.base/async.c (foo): Add one statement.
13599 * gdb.base/async.exp: Get the next instruction address and
13600 match the output of "nexti" by instruction address. Match
13601 the hex address in the output of "finish".
13602
13603 2014-06-06 Gary Benson <gbenson@redhat.com>
13604
13605 * gdb.base/call-signals.c: Remove preprocessor conditionals
13606 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13607 SIGSEGV and SIGTERM.
13608 * gdb.base/sigall.c: Likewise.
13609 * gdb.base/unwindonsignal.c: Likewise.
13610 * gdb.reverse/sigall-reverse.c: Likewise.
13611
13612 2014-06-06 Yao Qi <yao@codesourcery.com>
13613
13614 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13615 readable, skip the test.
13616
13617 2014-06-06 Yao Qi <yao@codesourcery.com>
13618
13619 * gdb.threads/staticthreads.c (thread_function): Move the line
13620 setting breakpoint on forward.
13621 * gdb.threads/staticthreads.exp: Update comments.
13622
13623 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13624
13625 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13626 "history-append! type error".
13627
13628 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13631 erroneous dprintf expected input.
13632
13633 2014-06-04 Doug Evans <xdje42@gmail.com>
13634
13635 * gdb.guile/scm-generics.exp: Delete.
13636
13637 2014-06-04 Doug Evans <xdje42@gmail.com>
13638
13639 * gdb.guile/scm-breakpoint.exp: Update.
13640 Add tests for breakpoint registration.
13641
13642 2014-06-04 Tom Tromey <tromey@redhat.com>
13643
13644 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13645 VLA-in-union.
13646 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13647 inner_vla_struct, vla_union types. Initialize objects of those
13648 types and compute their sizes.
13649
13650 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13651 Hui Zhu <hui@codesourcery.com>
13652
13653 * gdb.base/fileio.exp: Add test for shell not available as well as
13654 available.
13655 * gdb.base/fileio.c (test_system): Check for shell twice.
13656
13657 2014-06-04 Yao Qi <yao@codesourcery.com>
13658
13659 * gdb.base/auto-connect-native-target.exp: Remove redundant
13660 space from the regexp pattern.
13661
13662 2014-06-04 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.base/default.exp: Replace "child" with "native" in
13665 regexp pattern.
13666
13667 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13668
13669 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13670 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13671 * gdb.python/py-xmethods.py: Python script supporting the
13672 new testcase and tests.
13673
13674 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13675 Pedro Alves <palves@redhat.com>
13676
13677 PR breakpoints/17000
13678 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13679 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13680
13681 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13682
13683 * gdb.base/subst.exp: Add tests to verify partial path matching
13684 output.
13685
13686 2014-06-03 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13689 target that doesn't use software single-stepping.
13690
13691 2014-06-03 Pedro Alves <palves@redhat.com>
13692
13693 PR breakpoints/17000
13694 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13695 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13696
13697 2014-06-02 Doug Evans <xdje42@gmail.com>
13698
13699 * gdb.guile/scm-parameter.exp: New file.
13700
13701 2014-06-02 Doug Evans <xdje42@gmail.com>
13702
13703 * gdb.guile/scm-cmd.c: New file.
13704 * gdb.guile/scm-cmd.exp: New file.
13705
13706 2014-06-02 Doug Evans <xdje42@gmail.com>
13707
13708 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13709 pretty-printer lookup.
13710 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13711 (make-pp_s-printer): Call it.
13712 (make-pretty-printer-from-dict): New function.
13713 (lookup-pretty-printer-maker-from-dict): New function.
13714 (*pretty-printer*): Simplify.
13715 (make-objfile-pp_s-printer): New function.
13716 (install-objfile-pretty-printers!): New function.
13717 (make-progspace-pp_s-printer): New function.
13718 (install-progspace-pretty-printers!): New function.
13719 * gdb.guile/scm-progspace.c: New file.
13720 * gdb.guile/scm-progspace.exp: New file.
13721
13722 2014-06-02 Pedro Alves <palves@redhat.com>
13723
13724 * gdb.base/dprintf-bp-same-addr.c: New file.
13725 * gdb.base/dprintf-bp-same-addr.exp: New file.
13726
13727 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13728
13729 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13730 * gdb.arch/powerpc-power.s: Likewise.
13731
13732 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13733
13734 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13735
13736 2014-06-01 Yao Qi <yao@codesourcery.com>
13737
13738 * gdb.base/watchpoint.exp (test_watch_location): Check null
13739 pointer can be dereferenced. If not, do the test, otherwise
13740 skip it.
13741
13742 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13743
13744 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13745 results.
13746 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13747
13748 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13749
13750 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13751 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13752 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13753 * gdb.arch/amd64-invalid-stack-top.c: New file.
13754 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13755
13756 2014-05-30 Pedro Alves <palves@redhat.com>
13757
13758 PR breakpoints/17000
13759 * gdb.base/sss-bp-on-user-bp.c: New file.
13760 * gdb.base/sss-bp-on-user-bp.exp: New file.
13761
13762 2014-05-30 David Blaikie <dblaikie@gmail.com>
13763
13764 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13765 gnu_inline semantics via attribute.
13766 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13767 source explicitly specifies the required semantics.
13768
13769 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13770
13771 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13772
13773 2014-05-29 Pedro Alves <palves@redhat.com>
13774 Tom Tromey <tromey@redhat.com>
13775
13776 * gdb.base/async-shell.exp: Don't enable target-async.
13777 * gdb.base/async.exp
13778 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13779 parameter. Adjust.
13780 (top level): Don't test with "target-async".
13781 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13782 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13783 * gdb.base/inferior-died.exp: Don't enable target-async.
13784 * gdb.base/interrupt-noterm.exp: Likewise.
13785 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13786 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13787 * gdb.mi/mi-nonstop.exp: Likewise.
13788 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13789 * gdb.mi/mi-nsintrall.exp: Likewise.
13790 * gdb.mi/mi-nsmoribund.exp: Likewise.
13791 * gdb.mi/mi-nsthrexec.exp: Likewise.
13792 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13793 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13794 * gdb.python/py-evsignal.exp: Don't enable target-async.
13795 * gdb.python/py-evthreads.exp: Likewise.
13796 * gdb.python/py-prompt.exp: Likewise.
13797 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13798 * gdb.server/solib-list.exp: Don't enable target-async.
13799 * gdb.threads/thread-specific-bp.exp: Likewise.
13800 * lib/mi-support.exp: Adjust to use mi-async.
13801
13802 2014-05-29 Pedro Alves <palves@redhat.com>
13803
13804 PR gdb/13860
13805 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13806 reason, even in sync mode.
13807
13808 2014-05-29 Pedro Alves <palves@redhat.com>
13809 Hui Zhu <hui@codesourcery.com>
13810
13811 PR PR15693
13812 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13813 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13814 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13815 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13816
13817 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13818
13819 * config/monitor.exp (gdb_target_monitor): Replace use of
13820 "set remotebaud" by "set serial baud".
13821
13822 2014-05-26 Andy Wingo <wingo@igalia.com>
13823
13824 * gdb.guile/scm-breakpoint.exp:
13825 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13826 properties instead of gdb-object-properties.
13827
13828 2014-05-26 Yao Qi <yao@codesourcery.com>
13829
13830 * gdb.server/no-thread-db.exp: Specify source file name
13831 explicitly when setting a breakpoint.
13832
13833 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13834
13835 * gdb.btrace/vdso.c: New.
13836 * gdb.btrace/vdso.exp: New.
13837
13838 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13839
13840 * gdb.base/gcore.exp (capture_command_output): Move ...
13841 * lib/gdb.exp (capture_command_output): ... here.
13842
13843 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13844
13845 * gdb.btrace/data.exp: Test memory access during btrace replay.
13846
13847 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13848
13849 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13850
13851 2014-05-21 Pedro Alves <palves@redhat.com>
13852
13853 PR gdb/13860
13854 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13855 (top level): Test that output related to execution commands is
13856 sent to the console with CLI commands, but not with MI commands.
13857 Test that breakpoint events are always mirrored to the console.
13858 Also expect the new source line to be output after a "next" in
13859 async mode too. Make it a pass/fail test.
13860 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13861 output.
13862 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13863
13864 2014-05-21 Pedro Alves <palves@redhat.com>
13865
13866 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13867 Use them to test variations of "list" after reaching a breakpoint.
13868 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13869 Test "list" with listsize 10 after reaching a breakpoint.
13870 * gdb.python/python.exp (decode_line current location line
13871 number): Adjust expected line number.
13872
13873 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13874
13875 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13876 behavior for $args, pass it directly to "run".
13877
13878 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13879
13880 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13881 30000 to 65536.
13882
13883 2014-05-21 Pedro Alves <palves@redhat.com>
13884
13885 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13886 auto-connect-native-target off".
13887 * gdb.base/auto-connect-native-target.c: New file.
13888 * gdb.base/auto-connect-native-target.exp: New file.
13889
13890 2014-05-21 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.base/default.exp: Test "target native" instead of "target
13893 child".
13894
13895 2014-05-21 Mark Wielaard <mjw@redhat.com>
13896
13897 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13898
13899 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13900
13901 Fix TLS access for -static -pthread.
13902 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13903 <HAVE_TLS> (thread_function, main): Initialize it.
13904 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13905 Add clean_restart.
13906 <$have_tls != "">: Check TLSVAR.
13907
13908 2014-05-21 Pedro Alves <palves@redhat.com>
13909
13910 * gdb.base/dcache-line-read-error.c: New.
13911 * gdb.base/dcache-line-read-error.exp: New.
13912
13913 2014-05-20 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.base/compare-sections.c: New file.
13916 * gdb.base/compare-sections.exp: New file.
13917
13918 2014-05-20 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.base/break-idempotent.c: New file.
13921 * gdb.base/break-idempotent.exp: New file.
13922
13923 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13924
13925 * gdb.btrace/nohist.exp: New.
13926
13927 2014-05-20 Yao Qi <yao@codesourcery.com>
13928
13929 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13930 gdb.reverse directory and gdb_reverse_timeout exists in board
13931 setting.
13932 * README: Document gdb_reverse_timeout.
13933
13934 2014-05-20 Yao Qi <yao@codesourcery.com>
13935
13936 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13937 'test_file_name'. Treat args as a string instead of a list.
13938 (gdb_init): Rename argument 'args' by 'test_file_name'.
13939
13940 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13941
13942 * gdb.arch/powerpc-power.exp: New file.
13943 * gdb.arch/powerpc-power.s: New file.
13944
13945 2014-05-16 Doug Evans <dje@google.com>
13946
13947 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13948 * gdb.base/completion.exp: Check that all expected files exist
13949 before doing file completion.
13950
13951 2014-05-16 Doug Evans <dje@google.com>
13952
13953 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13954 Update.
13955 (do_syscall_tests_without_xml): Update.
13956
13957 2014-05-16 Pedro Alves <palves@redhat.com>
13958
13959 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13960 instead of "unknown output after running".
13961
13962 2014-05-16 Yao Qi <yao@codesourcery.com>
13963
13964 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13965 file1.txt from host at the end.
13966 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13967
13968 2014-05-15 Doug Evans <dje@google.com>
13969
13970 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13971 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13972 loading file. Add test for TU lookup.
13973
13974 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13975
13976 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13977 calling "-exec-arguments" or "set args" before running the
13978 inferior.
13979
13980 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13981
13982 * lib/mi-support.exp (mi_expect_stop): Expect message for
13983 inferiors that exit with non-zero exit code.
13984
13985 2014-05-14 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13988 match absolute path on remote host.
13989 (test_file_list_exec_source_files): Remove "/" from the
13990 pattern.
13991
13992 2014-05-14 Yao Qi <yao@codesourcery.com>
13993
13994 * boards/local-remote-host-notty.exp (${board}_file): New
13995 proc.
13996
13997 2014-05-07 Kyle McMartin <kyle@redhat.com>
13998
13999 Pushed by Joel Brobecker <brobecker@adacore.com>.
14000 * gdb.arch/aarch64-atomic-inst.c: New file.
14001 * gdb.arch/aarch64-atomic-inst.exp: New file.
14002
14003 2014-05-07 Yao Qi <yao@codesourcery.com>
14004
14005 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14006 in current context" too.
14007
14008 2014-05-05 Keith Seitz <keiths@redhat.com>
14009
14010 * gdb.linespec/ls-dollar.exp: Add test for linespec
14011 file:convenience_variable.
14012
14013 2014-05-05 Yao Qi <yao@codesourcery.com>
14014
14015 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14016 traceframes into tfile and ctf trace files. Read data from
14017 trace file and test collected data.
14018 (gdb_collect_locals_test): Likewise.
14019 (gdb_unavailable_registers_test): Likewise.
14020 (gdb_unavailable_floats): Likewise.
14021 (gdb_collect_globals_test): Likewise.
14022 (top-level): Append "ctf" to trace_file_targets if GDB
14023 supports.
14024
14025 2014-05-05 Yao Qi <yao@codesourcery.com>
14026
14027 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14028 code to ...
14029 (gdb_collect_args_test_1): ... it. New proc.
14030 (gdb_collect_locals_test): Move some code to ...
14031 (gdb_collect_locals_test_1): ... it. New proc.
14032 (gdb_unavailable_registers_test): Move some code to ...
14033 (gdb_unavailable_registers_test_1): ... it. New proc.
14034 (gdb_unavailable_floats): Move some code to ...
14035 (gdb_unavailable_floats_1): ... it. New proc.
14036
14037 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14038
14039 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14040 probes to test for bitness recognition.
14041 * gdb.arch/amd64-stap-optional-prefix.exp
14042 (test_probe_value_without_reg): New procedure.
14043 Add code to test for different kinds of bitness.
14044
14045 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14046
14047 PR breakpoints/16889
14048 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14049 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14050
14051 2014-05-01 Pedro Alves <palves@redhat.com>
14052
14053 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14054 gdb_file_cmd if no file is specified.
14055 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14056 last_loaded_file to set the remote exec-file.
14057
14058 2014-05-01 Pedro Alves <palves@redhat.com>
14059
14060 * boards/local-remote-host.exp: New file.
14061
14062 2014-05-01 Pedro Alves <palves@redhat.com>
14063
14064 * boards/local-remote-host.exp: Rename to ...
14065 * boards/local-remote-host-notty.exp: ... this.
14066
14067 2014-04-28 Joel Brobecker <brobecker@adacore.com>
14068
14069 * gdb.ada/dyn_arrayidx: New testcase.
14070
14071 2014-04-26 Yao Qi <yao@codesourcery.com>
14072
14073 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14074 and compute the length of function main. Save it in
14075 $main_length.
14076 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14077 (top-level): Use gdb_compile to compile objects into
14078 executable and restart GDB. Remove invocation to
14079 prepare_for_testing.
14080
14081 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14082 Pedro Alves <palves@redhat.com>
14083
14084 PR server/16255
14085 * gdb.multi/multi-attach.c: New file.
14086 * gdb.multi/multi-attach.exp: New file.
14087
14088 2014-04-25 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14091 user.
14092 (top level): Test that "set remote conditional-breakpoints-packet
14093 off" works as intended.
14094 * gdb.base/dprintf.exp: Test that "set remote
14095 breakpoint-commands-packet off" works as intended.
14096 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14097 New function.
14098 (top level): Call it.
14099 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14100 remote fast-tracepoints-packet off" works as intended.
14101 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14102 * lib/gdb.exp (gdb_is_target_remote): ... here.
14103
14104 2014-04-24 David Blaikie <dblaikie@gmail.com>
14105
14106 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14107 ensure clang would not discard them.
14108 * gdb.base/gdbvars.c: Ditto.
14109 * gdb.base/memattr.c: Ditto.
14110 * gdb.base/whatis.c: Ditto.
14111 * gdb.python/py-prettyprint.c: Ditto.
14112 * gdb.trace/actions.c: Ditto.
14113 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14114 ensure clang would not discard it.
14115
14116 2014-04-24 David Blaikie <dblaikie@gmail.com>
14117
14118 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14119 clang to emit the full definition of type required by the test
14120 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14121
14122 2014-04-24 David Blaikie <dblaikie@gmail.com>
14123
14124 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14125 coax Clang into emitting the definition of the type.
14126 * gdb.cp/pr10728-x.h (y): Ditto.
14127 * gdb.cp/pr10728-y.cc (y): Ditto.
14128
14129 2014-04-24 David Blaikie <dblaikie@gmail.com>
14130
14131 * gdb.base/label.exp: XFAIL label related tests under Clang.
14132 * gdb.cp/cplabel.exp: Ditto.
14133 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14134 under Clang those using labels.
14135
14136 2014-04-25 Yao Qi <yao@codesourcery.com>
14137
14138 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14139 double_label.
14140 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14141 partial_label and double_label.
14142
14143 2014-04-24 David Blaikie <dblaikie@gmail.com>
14144
14145 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14146
14147 2014-04-24 David Blaikie <dblaikie@gmail.com>
14148
14149 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14150 of the function to work across GCC and Clang.
14151 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14152 pointer types (const void ** const V void **).
14153
14154 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14155 Walfred Tedeschi <walfred.tedeschi@intel.com>
14156
14157 * Makefile.in (EXECUTABLES): Added i386-avx512.
14158 * gdb.arch/i386-avx512.c: New file.
14159 * gdb.arch/i386-avx512.exp: Likewise.
14160
14161 2014-04-23 Keith Seitz <keiths@redhat.com>
14162
14163 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14164 (mi_make_breakpoint_table): New procedure.
14165 (mi_create_breakpoint): Use mi_make_breakpoint
14166 and return the result.
14167 (mi_make_breakpoint): New procedure.
14168 (mi_build_kv_pairs): New procedure.
14169
14170 * gdb.mi/mi-break.exp: Remove unused globals,
14171 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14172 All callers updated.
14173 * gdb.mi/mi-dprintf.exp: Use variable to track command
14174 number.
14175 Update all callers of mi_create_breakpoint and use
14176 mi_make_breakpoint_table.
14177 Remove any unused global variables.
14178 * gdb.mi/mi-nonstop.exp: Likewise.
14179 * gdb.mi/mi-nsintrall.exp: Likewise.
14180 * gdb.mi/mi-nsmoribund.exp: Likewise.
14181 * gdb.mi/mi-nsthrexec.exp: Likewise.
14182 * gdb.mi/mi-reverse.exp: Likewise.
14183 * gdb.mi/mi-simplerun.exp: Likewise.
14184 * gdb.mi/mi-stepn.exp: Likewise.
14185 * gdb.mi/mi-syn-frame.exp: Likewise.
14186 * gdb.mi/mi-until.exp: Likewise.
14187 * gdb.mi/mi-var-cp.exp: Likewise.
14188 * gdb.mi/mi-var-display.exp: Likewise.
14189 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14190 * gdb.mi/mi2-var-child.exp: Likewise.
14191 * gdb.mi/mi-vla-c99.exp: Likewise.
14192 * lib/mi-support.exp: Likewise.
14193
14194 From Ian Lance Taylor <iant@cygnus.com>:
14195 * lib/gdb.exp (parse_args): New procedure.
14196
14197 2014-04-23 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.base/break-unload-file.c: New file.
14200 * gdb.base/break-unload-file.exp: New file.
14201 * gdb.base/sym-file-lib.c (baz): New function.
14202 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14203 field.
14204 (load): Store the segment's mapped size.
14205 (unload): New function.
14206 (unload_shlib): New function.
14207 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14208 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14209 set a breakpoint at baz, and call it.
14210 * gdb.base/sym-file.exp: New tests for stale breakpoint
14211 instructions.
14212
14213 2014-04-23 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14216 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14217 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14218 * gdb.base/hbreak-unmapped.c: New file.
14219 * gdb.base/hbreak-unmapped.exp: New file.
14220 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14221 * lib/gdb.exp (gdb_is_target_remote): ... here.
14222
14223 2014-04-22 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/consecutive-step-over.c: New file.
14226 * gdb.base/consecutive-step-over.exp: New file.
14227
14228 2014-04-22 Pedro Alves <palves@redhat.com>
14229
14230 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14231 instead of send_gdb/gdb_expect.
14232
14233 2014-04-22 Yao Qi <yao@codesourcery.com>
14234
14235 * lib/trace-support.exp (generate_tracefile): New procedure.
14236 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14237 return 0.
14238 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14239 if generate_tracefile returns 1.
14240
14241 2014-04-18 Tom Tromey <palves@redhat.com>
14242 Pedro alves <tromey@redhat.com>
14243
14244 PR backtrace/15558
14245 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14246 with a backtrace limit.
14247 * gdb.python/py-frame-inline.exp: Test running to an inline
14248 function with a backtrace limit, and printing the newest frame.
14249 * gdb.python/py-frame-inline.c (main): Call f.
14250
14251 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14252
14253 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14254
14255 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14256
14257 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14258 Drop prefix from unsupported source file path.
14259
14260 2014-04-17 Yao Qi <yao@codesourcery.com>
14261
14262 * lib/gdb.exp (with_target_charset): New proc.
14263 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14264 with_target_charset.
14265 (test_print_strings): Likewise.
14266 (test_repeat_bytes): Likewise.
14267 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14268 for some tests.
14269
14270 2014-04-16 Keith Seitz <keiths@redhat.com>
14271
14272 PR gdb/15827
14273 * gdb.dwarf2/corrupt.c: New file.
14274 * gdb.dwarf2/corrupt.exp: New file.
14275
14276 2014-04-16 Keith Seitz <keiths@redhat.com>
14277
14278 PR c++/16597
14279 * gdb.cp/namelessclass.cc: New file.
14280 * gdb.cp/namelessclass.exp: New file.
14281 * gdb.cp/namelessclass.S: New file.
14282
14283 2014-04-16 Doug Evans <dje@google.com>
14284
14285 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14286 Add comment.
14287 (gdbserver_default_get_comm_port): New function.
14288 (gdbserver_start): Check if board file provided
14289 "gdbserver,get_comm_port" and use it if so.
14290 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14291 (gdb,socketport): Set to "stdio".
14292 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14293 (stdio_gdbserver_template): Delete.
14294 (${board}_get_remote_address): Update.
14295 (${board}_build_remote_cmd): Delete.
14296 (${board}_get_comm_port): New function.
14297 (${board}_spawn): Update.
14298 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14299 Delete.
14300 (${board}_get_remote_address): Update.
14301 (${board}_get_comm_port): New function.
14302
14303 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14304
14305 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14306 appearing in any order.
14307
14308 2014-04-15 Doug Evans <dje@google.com>
14309
14310 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14311 uninitialized value of "description".
14312
14313 2014-04-15 Keith Seitz <keiths@redhat.com>
14314
14315 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14316 Remove unused globals.
14317 (test_running_the_program): Likewise.
14318 (test_controlled_execution): Likewise.
14319 (test_controlling_breakpoints): Likewise.
14320 (test_program_termination): Likewise.
14321
14322 2014-04-15 Keith Seitz <keiths@redhat.com>
14323
14324 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14325 unused globals.
14326 (test_rbreak_creation_and_listing): Likewise.
14327 (test_ignore_count): Likewise.
14328 (test_error): Likewise.
14329
14330 2014-04-15 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14333 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14334 sym-file-loader.c.
14335 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14336 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14337 to sym-file-loader.c.
14338 (struct library): Forward declare.
14339 (load_shlib, lookup_function): Change prototypes.
14340 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14341 (translate_offset): Remove declarations.
14342 (get_text_addr): New declaration.
14343 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14344 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14345 sym-file-loader.h.
14346 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14347 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14348 here from sym-file-loader.h.
14349 (struct library): New structure.
14350 (load_shlib, lookup_function): Change prototypes and adjust to
14351 work with a struct library.
14352 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14353 (translate_offset): Make static.
14354 (get_text_addr): New function.
14355 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14356
14357 2014-04-15 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14360
14361 2014-04-15 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/sym-file-loader.c: Include <limits.h>.
14364 (SELF_LINK): New define.
14365 (get_origin): New function.
14366 (load_shlib): Use it.
14367 * gdb.base/sym-file.exp: Don't early return if the target is
14368 remote. Use runto_main, and issue fail is that fails. Use
14369 gdb_load_shlibs.
14370 (shlib_name): Delete.
14371 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14372
14373 2014-04-15 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.base/sym-file.exp: Remove regex characters from test
14376 message. Don't refer to breakpoint numbers in test messages.
14377
14378 2014-04-14 Keith Seitz <keiths@redhat.com>
14379
14380 PR c++/16253
14381 * gdb.cp/var-tag.cc: New file.
14382 * gdb.cp/var-tag.exp: New file.
14383 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14384 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14385 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14386 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14387
14388 2014-04-14 Tom Tromey <tromey@redhat.com>
14389
14390 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14391 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14392 type.
14393 * gdb.cp/enum-class.exp: New file.
14394 * gdb.cp/enum-class.cc: New file.
14395
14396 2014-04-14 Tom Tromey <tromey@redhat.com>
14397
14398 * gdb.dwarf2/enum-type.exp: New file.
14399
14400 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14401
14402 * gdb.mi/mi-vla-c99.exp: New file.
14403 * gdb.mi/vla.c: New file.
14404
14405 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14406
14407 * gdb.base/vla-datatypes.c: New file.
14408 * gdb.base/vla-datatypes.exp: New file.
14409
14410 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14411
14412 * gdb.base/vla-ptr.c: New file.
14413 * gdb.base/vla-ptr.exp: New file.
14414
14415 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14416
14417 * gdb.dwarf2/count.exp: New file.
14418
14419 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14420
14421 * gdb.base/vla-sideeffect.c: New file.
14422 * gdb.base/vla-sideeffect.exp: New file.
14423
14424 2014-04-14 David Blaikie <dblaikie@gmail.com>
14425
14426 * gdb.mi/non-stop.c: Add return value for non-void function return
14427 statement.
14428 * gdb.threads/staticthreads.c: Ditto.
14429
14430 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14431 Doug Evans <xdje42@gmail.com>
14432
14433 * gdb.guile/scm-value.c: Improve test case.
14434 * gdb.guile/scm-value.exp: Add new test.
14435
14436 2014-04-11 David Blaikie <dblaikie@gmail.com>
14437
14438 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14439 override Clang's default.
14440
14441 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14442
14443 Revert the following changes (regressions):
14444
14445 * gdb.base/vla-sideeffect.c: New file.
14446 * gdb.base/vla-sideeffect.exp: New file.
14447
14448 * gdb.dwarf2/count.exp: New file.
14449
14450 * gdb.base/vla-multi.c: New file.
14451 * gdb.base/vla-multi.exp: New file.
14452
14453 * gdb.base/vla-ptr.c: New file.
14454 * gdb.base/vla-ptr.exp: New file.
14455
14456 * gdb.base/vla-datatypes.c: New file.
14457 * gdb.base/vla-datatypes.exp: New file.
14458
14459 * gdb.mi/mi-vla-c99.exp: New file.
14460 * gdb.mi/vla.c: New file.
14461
14462 2014-04-11 Keith Seitz <keiths@redhat.com>
14463
14464 PR c++/16675
14465 * gdb.cp/cpsizeof.exp: New file.
14466 * gdb.cp/cpsizeof.cc: New file.
14467
14468 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14469
14470 * gdb.mi/mi-vla-c99.exp: New file.
14471 * gdb.mi/vla.c: New file.
14472
14473 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14474
14475 * gdb.base/vla-datatypes.c: New file.
14476 * gdb.base/vla-datatypes.exp: New file.
14477
14478 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14479
14480 * gdb.base/vla-ptr.c: New file.
14481 * gdb.base/vla-ptr.exp: New file.
14482
14483 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14484
14485 * gdb.base/vla-multi.c: New file.
14486 * gdb.base/vla-multi.exp: New file.
14487
14488 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14489
14490 * gdb.dwarf2/count.exp: New file.
14491
14492 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14493
14494 * gdb.base/vla-sideeffect.c: New file.
14495 * gdb.base/vla-sideeffect.exp: New file.
14496
14497 2014-04-11 Yao Qi <yao@codesourcery.com>
14498
14499 * gdb.base/completion.exp: Check file exists before running tests
14500 on file completion.
14501
14502 2014-04-10 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.base/cond-eval-mode.c: New file.
14505 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14506 prepare_for_testing to build the new file. Check result of
14507 runto_main.
14508 (test_break, test_watch): New procedures.
14509 (top level): Use them.
14510
14511 2014-04-08 Pierre Muller <muller@sourceware.org>
14512
14513 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14514 Ctrl-V use for mingw hosts.
14515
14516 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14517
14518 * gdb.python/py-value.c: Improve test case.
14519 * gdb.python/py-value.exp: Add new test.
14520
14521 2014-04-07 David Blaikie <dblaikie@gmail.com>
14522
14523 * lib/compiler.c: Identify the clang compiler.
14524 * lib/compiler.cc: Ditto.
14525
14526 2014-04-03 Yao Qi <yao@codesourcery.com>
14527
14528 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14529
14530 2014-04-01 Anton Blanchard <anton@samba.org>
14531
14532 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14533 messages unique.
14534
14535 2014-04-01 Anton Blanchard <anton@samba.org>
14536
14537 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14538 prepare_for_testing.
14539
14540 2014-04-01 Anton Blanchard <anton@samba.org>
14541
14542 * gdb.arch/ppc64-atomic-inst.c: Remove.
14543 * gdb.arch/ppc64-atomic-inst.S: New file.
14544 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14545
14546 2014-03-31 Doug Evans <dje@google.com>
14547
14548 * gdb.base/print-symbol-loading-lib.c: New file.
14549 * gdb.base/print-symbol-loading-main.c: New file.
14550 * gdb.base/print-symbol-loading.exp: New file.
14551
14552 2014-03-31 Yao Qi <yao@codesourcery.com>
14553
14554 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14555
14556 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14557
14558 * gdb.ada/mi_dyn_arr: New testcase.
14559
14560 2014-03-27 Doug Evans <dje@google.com>
14561
14562 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14563
14564 2014-03-27 Yao Qi <yao@codesourcery.com>
14565
14566 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14567 if target is nios2-*-*.
14568
14569 2014-03-26 Yao Qi <yao@codesourcery.com>
14570
14571 * lib/gdb.exp (readline_is_used): New proc.
14572 * gdb.base/completion.exp: Move tests on command complete up.
14573 Skip the rest of tests if readline is not used.
14574 * gdb.ada/complete.exp: Skp the test if readline is not
14575 used.
14576 * gdb.base/filesym.exp: Likewise.
14577 * gdb.base/macscp.exp: Likewise.
14578 * gdb.base/readline-ask.exp: Likewise.
14579 * gdb.base/readline.exp: Likewise.
14580 * gdb.python/py-cmd.exp: Likewise.
14581 * gdb.trace/tfile.exp: Likewise.
14582
14583 2014-03-26 Yao Qi <yao@codesourcery.com>
14584
14585 * gdb.base/macscp.exp: Fix code format issues.
14586
14587 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14588
14589 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14590 * gdb.asm/powerpc64le.inc: New file.
14591
14592 2014-03-25 Pedro Alves <palves@redhat.com>
14593 Doug Evans <dje@google.com>
14594
14595 * gdb.base/source-execution.c: New file.
14596 * gdb.base/source-execution.exp: New file.
14597 * gdb.base/source-execution.gdb: New file.
14598
14599 2014-03-24 Doug Evans <dje@google.com>
14600
14601 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14602 using fission.
14603
14604 2014-03-24 Hui Zhu <hui@codesourcery.com>
14605 Pedro Alves <palves@redhat.com>
14606
14607 PR breakpoints/16101
14608 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14609 test pass/fail messages. Detect missing support for dprintf when
14610 breakpoints are actually inserted.
14611 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14612 breakpoints are actually inserted.
14613 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14614 fails.
14615
14616 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14617
14618 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14619
14620 2014-03-22 Doug Evans <xdje42@gmail.com>
14621
14622 * gdb.python/python.exp (python not supported): Verify multi-line
14623 python command issues an error.
14624 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14625 guile command issues an error.
14626
14627 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14628
14629 * gdb.threads/thread-specific.exp: Handle the lack of usable
14630 $this_breakpoint and $this_thread.
14631
14632 2014-03-21 Hui Zhu <hui@codesourcery.com>
14633
14634 * gdb.base/attach.exp (do_command_attach_tests): New.
14635
14636 2014-03-20 Tom Tromey <tromey@redhat.com>
14637 Pedro Alves <palves@redhat.com>
14638
14639 PR cli/15718
14640 * gdb.base/condbreak-call-false.c: New file.
14641 * gdb.base/condbreak-call-false.exp: New file.
14642
14643 2014-03-20 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14646 Delete.
14647 (block_signals, unblock_signals): Delete.
14648 (child_function_2, main): Remove references to deleted variable
14649 and functions.
14650
14651 2014-03-20 Pedro Alves <palves@redhat.com>
14652
14653 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14654 Use pthread_kill to signal thread 2.
14655 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14656 Adjust to make the test send itself a signal rather than using the
14657 host's "kill" command.
14658
14659 2014-03-20 Pedro Alves <palves@redhat.com>
14660
14661 * gdb.threads/multiple-step-overs.c: New file.
14662 * gdb.threads/multiple-step-overs.exp: New file.
14663 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14664 Adjust expected infrun debug output.
14665
14666 2014-03-20 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14669 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14670
14671 2014-03-20 Pedro Alves <palves@redhat.com>
14672
14673 PR breakpoints/7143
14674 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14675 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14676 of gdb_test_multiple.
14677 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14678 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14679
14680 2014-03-20 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14683 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14684
14685 2014-03-19 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.base/async.exp: Remove early return.
14688
14689 2014-03-19 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14692
14693 2014-03-19 Pedro Alves <palves@redhat.com>
14694
14695 * gdb.base/async.exp (test_background): Expect \r\n after
14696 "completed." in the fail pattern.
14697
14698 2014-03-19 Pedro Alves <palves@redhat.com>
14699
14700 * gdb.base/async.exp (test_background): New procedure.
14701 Use it for all background execution command tests.
14702
14703 2014-03-19 Pedro Alves <palves@redhat.com>
14704
14705 * gdb.base/async.exp: Use prepare_for_testing.
14706
14707 2014-03-19 Pedro Alves <palves@redhat.com>
14708
14709 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14710 the same line.
14711
14712 2014-03-19 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/async.c (main): Add "jump here" and "until here" line
14715 marker comments.
14716 * gdb.base/async.exp (jump_here): New global.
14717 (jump& test): Use it.
14718 (until_here): New global.
14719 (until& test): Use it.
14720
14721 2014-03-19 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.base/async.exp: Don't frob gdb_protocol.
14724
14725 2014-03-18 Doug Evans <xdje42@gmail.com>
14726
14727 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14728 Fix spelling of exec-done-display.
14729
14730 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 PR gdb/15358
14733 * gdb.base/gdb-sigterm.c: New file.
14734 * gdb.base/gdb-sigterm.exp: New file.
14735
14736 2014-03-18 Pedro Alves <palves@redhat.com>
14737
14738 PR gdb/13860
14739 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14740 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14741 solib-event.
14742
14743 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14744
14745 * gdb.ada/pckd_arr_ren: New testcase.
14746
14747 2014-03-13 Doug Evans <xdje42@gmail.com>
14748
14749 PR guile/16612
14750 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14751 collect after discarding symbols.
14752
14753 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14754 Doug Evans <xdje42@gmail.com>
14755
14756 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14757 to history survives a gc.
14758
14759 2014-03-13 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.base/default.exp: Don't test "target procfs".
14762
14763 2014-03-13 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.base/default.exp: Update "target child" and "target procfs"
14766 tests to not expect "Unix".
14767
14768 2014-03-12 Tom Tromey <tromey@redhat.com>
14769
14770 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14771 New procs. Add target-async tests.
14772 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14773 Add target-async tests.
14774
14775 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14776
14777 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14778 'func_start' and 'func_end' for the beginning and end of the
14779 function code, respectively.
14780 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14781 'func_end' instead of 'func' and 'main'.
14782
14783 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14784
14785 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14786 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14787 generate the debug info assembler source.
14788
14789 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14790
14791 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14792 * gdb.dwarf2/arr-subrange.exp: Likewise.
14793 * gdb.dwarf2/dwz.exp: Likewise.
14794 * gdb.dwarf2/method-ptr.exp: Likewise.
14795 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14796 * gdb.dwarf2/subrange.exp: Likewise.
14797 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14798 * gdb.dwarf2/implptrpiece.exp: Likewise.
14799 * gdb.dwarf2/nostaticblock.exp: Likewise.
14800
14801 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14802
14803 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14804 directory to absolute path name arguments.
14805
14806 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14807
14808 * gdb.ada/tagged_access: New testcase.
14809
14810 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14811
14812 * gdb.btrace/data.exp: Update expected output.
14813
14814 2014-03-06 Yao Qi <yao@codesourcery.com>
14815
14816 * gdb.trace/pr16508.exp: New file.
14817
14818 2014-03-05 Pedro Alves <palves@redhat.com>
14819
14820 PR gdb/16575
14821 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14822 procedure.
14823 (top level): Adjust to use it. Add tests that exercise breakpoint
14824 interaction with the code-cache.
14825
14826 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14827
14828 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14829 test for 'history-append!'.
14830
14831 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14832
14833 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14834 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14835 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14836 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14837 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14838 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14839
14840 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14841
14842 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14843 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14844 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14845
14846 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14847
14848 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14849
14850 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14851
14852 * gdb.dwarf2/arr-stride.c: New file.
14853 * gdb.dwarf2/arr-stride.exp: New file.
14854
14855 2014-02-26 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14858 that won't ever trigger. Make sure that GDB reports the correct
14859 breakpoint that caused the stop.
14860
14861 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14862
14863 PR gdb/16626
14864 * gdb.base/auto-load-script: New file.
14865 * gdb.base/auto-load.c: New file.
14866 * gdb.base/auto-load.exp: New file.
14867
14868 PR gdb/16626
14869 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14870
14871 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14872
14873 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14874 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14875
14876 2014-02-24 Doug Evans <dje@google.com>
14877
14878 * lib/gdb.exp (run_on_host): Log error output if program fails.
14879
14880 2014-02-21 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.threads/step-after-sr-lock.c: Rename to ...
14883 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14884 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14885 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14886 ... this.
14887
14888 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14889
14890 PR tdep/16397
14891 * gdb.arch/amd64-stap-special-operands.exp: New file.
14892 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14893 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14894 * gdb.arch/amd64-stap-triplet.S: Likewise.
14895 * gdb.arch/amd64-stap-triplet.c: Likewise.
14896
14897 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14898
14899 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14900 in .section pseudo-op.
14901
14902 2014-02-20 lin zuojian <manjian2006@gmail.com>
14903 Joel Brobecker <brobecker@adacore.com>
14904 Doug Evans <xdje42@gmail.com>
14905
14906 PR symtab/16581
14907 * gdb.dwarf2/dw2-icycle.S: New file.
14908 * gdb.dwarf2/dw2-icycle.c: New file.
14909 * gdb.dwarf2/dw2-icycle.exp: New file.
14910
14911 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14912
14913 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14914 operations on gdb.Value objects.
14915 * gdb.python/py-value-cc.exp: Add new test to test operations on
14916 gdb.Value objects.
14917
14918 2014-02-18 Doug Evans <dje@google.com>
14919
14920 * Makefile.in (TESTS): New variable.
14921 (expanded_tests, expanded_tests_or_none): New variables
14922 (check-single): Pass $(expanded_tests_or_none) to runtest.
14923 (check-parallel): Only run tests in $(TESTS) if non-empty.
14924 (check/no-matching-tests-found): New rule.
14925 * README: Document TESTS makefile variable.
14926
14927 2014-02-18 Doug Evans <dje@google.com>
14928
14929 * Makefile.in (check-parallel): rm -rf outputs temp.
14930
14931 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 Fix "ERROR: no fileid for" in the testsuite.
14934 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14935
14936 2014-02-12 Doug Evans <dje@google.com>
14937
14938 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14939 (MISCELLANEOUS): New variable.
14940 (clean): rm -rf $(MISCELLANEOUS).
14941 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14942 dwp live in the same directory as symlinks, with each symlink pointed
14943 to a differently named file in a different directory.
14944
14945 2014-02-11 Doug Evans <dje@google.com>
14946
14947 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14948 of Tcl file commands.
14949
14950 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14951
14952 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14953 "kill -SIGUSR1 -1".
14954
14955 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14956
14957 * gdb.ada/tick_length_array_enum_idx: New testcase.
14958
14959 2014-02-10 Doug Evans <xdje42@gmail.com>
14960
14961 * configure.ac (AC_OUTPUT): Add gdb.guile.
14962 * configure: Regenerate.
14963 * lib/gdb-guile.exp: New file.
14964 * lib/gdb.exp (get_target_charset): New function.
14965 * gdb.base/help.exp: Update expected output from "apropos apropos".
14966 * gdb.guile/Makefile.in: New file.
14967 * gdb.guile/guile.exp: New file.
14968 * gdb.guile/scm-arch.c: New file.
14969 * gdb.guile/scm-arch.exp: New file.
14970 * gdb.guile/scm-block.c: New file.
14971 * gdb.guile/scm-block.exp: New file.
14972 * gdb.guile/scm-breakpoint.c: New file.
14973 * gdb.guile/scm-breakpoint.exp: New file.
14974 * gdb.guile/scm-disasm.c: New file.
14975 * gdb.guile/scm-disasm.exp: New file.
14976 * gdb.guile/scm-equal.c: New file.
14977 * gdb.guile/scm-equal.exp: New file.
14978 * gdb.guile/scm-error.exp: New file.
14979 * gdb.guile/scm-error.scm: New file.
14980 * gdb.guile/scm-frame-args.c: New file.
14981 * gdb.guile/scm-frame-args.exp: New file.
14982 * gdb.guile/scm-frame-args.scm: New file.
14983 * gdb.guile/scm-frame-inline.c: New file.
14984 * gdb.guile/scm-frame-inline.exp: New file.
14985 * gdb.guile/scm-frame.c: New file.
14986 * gdb.guile/scm-frame.exp: New file.
14987 * gdb.guile/scm-generics.exp: New file.
14988 * gdb.guile/scm-gsmob.exp: New file.
14989 * gdb.guile/scm-iterator.c: New file.
14990 * gdb.guile/scm-iterator.exp: New file.
14991 * gdb.guile/scm-math.c: New file.
14992 * gdb.guile/scm-math.exp: New file.
14993 * gdb.guile/scm-objfile-script-gdb.in: New file.
14994 * gdb.guile/scm-objfile-script.c: New file.
14995 * gdb.guile/scm-objfile-script.exp: New file.
14996 * gdb.guile/scm-objfile.c: New file.
14997 * gdb.guile/scm-objfile.exp: New file.
14998 * gdb.guile/scm-ports.exp: New file.
14999 * gdb.guile/scm-pretty-print.c: New file.
15000 * gdb.guile/scm-pretty-print.exp: New file.
15001 * gdb.guile/scm-pretty-print.scm: New file.
15002 * gdb.guile/scm-section-script.c: New file.
15003 * gdb.guile/scm-section-script.exp: New file.
15004 * gdb.guile/scm-section-script.scm: New file.
15005 * gdb.guile/scm-symbol.c: New file.
15006 * gdb.guile/scm-symbol.exp: New file.
15007 * gdb.guile/scm-symtab-2.c: New file.
15008 * gdb.guile/scm-symtab.c: New file.
15009 * gdb.guile/scm-symtab.exp: New file.
15010 * gdb.guile/scm-type.c: New file.
15011 * gdb.guile/scm-type.exp: New file.
15012 * gdb.guile/scm-value-cc.cc: New file.
15013 * gdb.guile/scm-value-cc.exp: New file.
15014 * gdb.guile/scm-value.c: New file.
15015 * gdb.guile/scm-value.exp: New file.
15016 * gdb.guile/source2.scm: New file.
15017 * gdb.guile/types-module.cc: New file.
15018 * gdb.guile/types-module.exp: New file.
15019
15020 2014-02-10 Yao Qi <yao@codesourcery.com>
15021
15022 PR testsuite/16543
15023 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15024 * configure: Regenerated.
15025 * Makefile.in: New file.
15026
15027 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15028
15029 * gdb.python/py-framefilter.exp: Fix typo.
15030
15031 2014-02-08 Yao Qi <yao@codesourcery.com>
15032
15033 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15034 that no =breakpoint-modified is emitted when breakpoints are
15035 modified through MI commands.
15036
15037 2014-02-07 Pedro Alves <pedro@codesourcery.com>
15038 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.threads/step-after-sr-lock.c: New file.
15041 * gdb.threads/step-after-sr-lock.exp: New file.
15042
15043 2014-02-07 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15046
15047 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15048
15049 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15050 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15051
15052 2014-02-06 Doug Evans <xdje42@gmail.com>
15053
15054 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15055 output.
15056
15057 * gdb.gdb/python-interrupts.exp: New file.
15058
15059 2014-02-05 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.trace/report.exp (use_collected_data): Test the output
15062 of "info threads" and "info inferiors".
15063
15064 2014-02-05 Yao Qi <yao@codesourcery.com>
15065
15066 Revert this patch:
15067
15068 2013-05-24 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.trace/tfile.exp: Test inferior and thread.
15071
15072 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15073
15074 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15075 on a function.
15076 * gdb.base/step-bt.c: Call hello via function pointer to make
15077 sure its first instruction is executed on powerpc64le-linux.
15078
15079 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15080
15081 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15082
15083 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15084
15085 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15086 of the test patterns for use on little-endian systems.
15087
15088 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15089
15090 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15091 (decimal_vector): Fix for little-endian.
15092
15093 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15094
15095 * gdb.arch/sparc-sysstep.exp: New file.
15096 * gdb.arch/sparc-sysstep.c: Likewise.
15097
15098 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15099
15100 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15101
15102 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15103
15104 2014-01-23 Tom Tromey <tromey@redhat.com>
15105
15106 * gdb.ada/array_char_idx: New testcase.
15107
15108 2014-01-23 Tom Tromey <tromey@redhat.com>
15109
15110 PR python/16487:
15111 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15112 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15113 classes.
15114
15115 2014-01-23 Tom Tromey <tromey@redhat.com>
15116
15117 PR python/16491:
15118 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15119 string from an inferior frame.
15120 * gdb.python/py-framefilter-mi.exp: Update.
15121
15122 2014-01-22 Doug Evans <dje@google.com>
15123
15124 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15125
15126 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15127
15128 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15129
15130 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15131
15132 * gdb.trace/entry-values.exp: Remove excess space character from
15133 regex patterns. Handle s390 call instruction.
15134
15135 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15136
15137 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15138 define "*_start" label. Make "name" static.
15139 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15140 ${name} by references to ${name}_start.
15141
15142 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15143
15144 * gdb.base/info-macros.exp: Remove "debug" from the compile
15145 options.
15146
15147 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15148
15149 * gdb.dlang/demangle.exp: New file.
15150
15151 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15152
15153 * gdb.dlang/primitive-types.exp: New file.
15154
15155 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15156
15157 * configure.ac: Create gdb.dlang/Makefile.
15158 * configure: Regenerate.
15159 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15160 * gdb.dlang/Makefile.in: New file.
15161 * lib/d-support.exp: New file.
15162 * lib/gdb.exp (skip_d_tests): New proc.
15163
15164 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15165
15166 * gdb.btrace/delta.exp: Check reverse stepi.
15167 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15168 * gdb.btrace/finish.exp: New.
15169 * gdb.btrace/next.exp: New.
15170 * gdb.btrace/nexti.exp: New.
15171 * gdb.btrace/record_goto.c: Add comments.
15172 * gdb.btrace/step.exp: New.
15173 * gdb.btrace/stepi.exp: New.
15174 * gdb.btrace/multi-thread-step.c: New.
15175 * gdb.btrace/multi-thread-step.exp: New.
15176 * gdb.btrace/rn-dl-bind.c: New.
15177 * gdb.btrace/rn-dl-bind.exp: New.
15178 * gdb.btrace/data.c: New.
15179 * gdb.btrace/data.exp: New.
15180 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15181
15182 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15183
15184 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15185 * gdb.btrace/exception.exp: Update.
15186 * gdb.btrace/instruction_history.exp: Update.
15187 * gdb.btrace/record_goto.exp: Update.
15188 * gdb.btrace/tailcall.exp: Update.
15189 * gdb.btrace/unknown_functions.exp: Update.
15190 * gdb.btrace/delta.exp: New.
15191
15192 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15193
15194 * gdb.btrace/record_goto.exp: Add backtrace test.
15195 * gdb.btrace/tailcall.exp: Add backtrace test.
15196
15197 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15198
15199 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15200 * gdb.btrace/record_goto.c: New.
15201 * gdb.btrace/record_goto.exp: New.
15202 * gdb.btrace/x86-record_goto.S: New.
15203
15204 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15205
15206 * gdb.btrace/function_call_history.exp: Update tests.
15207 * gdb.btrace/instruction_history.exp: Update tests.
15208
15209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15210
15211 * gdb.btrace/function_call_history.exp: Fix expected field
15212 order for "record function-call-history".
15213 Add new tests for "record function-call-history /c".
15214 * gdb.btrace/exception.cc: New.
15215 * gdb.btrace/exception.exp: New.
15216 * gdb.btrace/tailcall.exp: New.
15217 * gdb.btrace/x86-tailcall.S: New.
15218 * gdb.btrace/x86-tailcall.c: New.
15219 * gdb.btrace/unknown_functions.c: New.
15220 * gdb.btrace/unknown_functions.exp: New.
15221 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15222
15223 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15224
15225 * gdb.btrace/instruction_history.exp: Update.
15226 * gdb.btrace/function_call_history.exp: Update.
15227
15228 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15229
15230 * gdb.btrace/function_call_history.exp: Fix expected function
15231 trace.
15232 * gdb.btrace/instruction_history.exp: Initialize traced.
15233 Remove traced_functions.
15234
15235 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15236
15237 * gdb.btrace/function_call_history.exp: Update
15238 * gdb.btrace/instruction_history.exp: Update.
15239
15240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15241
15242 * gdb.btrace/enable.exp: Update expected text.
15243
15244 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15245
15246 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15247 bytes.
15248
15249 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15250
15251 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15252
15253 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15254
15255 * lib/gdb.exp (supports_process_record): Return true for
15256 arm*-linux*. (supports_reverse): Likewise.
15257
15258 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15259
15260 PR python/15464
15261 PR python/16113
15262 * gdb.python/py-type.c: Enhance test case.
15263 * gdb.python/py-value-cc.cc: Likewise
15264 * gdb.python/py-type.exp: Add new tests.
15265 * gdb.python/py-value-cc.exp: Likewise
15266
15267 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15268 Pedro Alves <palves@redhat.com>
15269
15270 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15271 Make "name" extern.
15272 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15273 references to ${name}_start by references to ${name}.
15274
15275 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15276
15277 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15278
15279 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15280
15281 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15282
15283 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15284 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.mi/mi-info-os.exp: Connect to the target with
15287 mi_gdb_target_load.
15288
15289 2014-01-08 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.threads/reconnect-signal.c: New file.
15292 * gdb.threads/reconnect-signal.exp: New file.
15293
15294 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15295
15296 * gdb.base/source-dir.exp: New file.
15297
15298 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15299
15300 * gdb.ada/mi_interface: New testcase.
15301
15302 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15303
15304 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15305 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15306 gdb.ada/pp-rec-component/pck.ads: New files.
15307
15308 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15309
15310 * gdb.python/py-pp-integral.c: New file.
15311 * gdb.python/py-pp-integral.py: New file.
15312 * gdb.python/py-pp-integral.exp: New file.
15313
15314 For older changes see ChangeLog-1993-2013.
15315 \f
15316 ;; Local Variables:
15317 ;; mode: change-log
15318 ;; left-margin: 8
15319 ;; fill-column: 74
15320 ;; version-control: never
15321 ;; End:
15322
15323 Copyright 2014-2019 Free Software Foundation, Inc.
15324 Copying and distribution of this file, with or without modification,
15325 are permitted provided the copyright notice and this notice are preserved.
This page took 0.352564 seconds and 4 git commands to generate.