Simplify gdb.reverse/until-reverse.c
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-03-30 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.reverse/until-precsave.exp: Match function name only.
4 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5 Move malloc to a condition block.
6 * gdb.reverse/until-reverse.exp: Match function name only.
7
8 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9
10 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13 variable for GPR 0 instead of assuming it is register 0.
14 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15 * lib/trace-support.exp: Add s390 registers.
16
17 2016-03-29 Yao Qi <yao.qi@linaro.org>
18
19 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
20
21 2016-03-24 Yao Qi <yao.qi@linaro.org>
22
23 * gdb.reverse/break-reverse.exp: Add quotation mark in the
24 test message.
25
26 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
27
28 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
29 maintaining separate logic for constructing the output path.
30
31 2016-03-16 Don Breazeal <donb@codesourcery.com>
32
33 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
34 Retry fork and waitpid on interrupted system call errors.
35 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
36 Use with_timeout_factor to increase timeout by factor of 10.
37
38 2016-03-15 Don Breazeal <donb@codesourcery.com>
39
40 * gdb.cp/scope-err.cc: New test program.
41 * gdb.cp/scope-err.exp: New test script.
42 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
43 lines and "set breakpoint here" comment.
44 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
45 Fixed some whitespace and format issues.
46 * gdb.mi/mi-linespec-err-cp.cc: New test program.
47 * gdb.mi/mi-linespec-err-cp.exp: New test script.
48
49 2016-03-15 Doug Evans <dje@google.com>
50
51 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
52 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
53 All callers updated. Add tests for enums, mixed flags register.
54
55 2016-03-15 Doug Evans <dje@google.com>
56
57 * gdb.base/skip.c (main): Call test_skip_file_and_function.
58 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
59
60 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
61
62 * gdb.base/default.exp: Add $_as_string to the list of expected
63 convenience functions.
64
65 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.base/maint.exp: New tests for 'maint info line-table'.
68
69 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
70
71 * gdb.python/py-as-string.exp: New file.
72 * gdb.python/py-as-string.c: New file.
73
74 2016-03-09 Pedro Alves <palves@redhat.com>
75
76 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
77 signal" -> "Thread NN received signal" output change.
78 * gdb.threads/ia64-sigill.exp: Likewise.
79 * gdb.threads/linux-dp.exp: Likewise.
80 * gdb.threads/manythreads.exp: Likewise.
81 * gdb.threads/pending-step.exp: Likewise.
82 * gdb.threads/print-threads.exp: Likewise.
83 * gdb.threads/sigstep-threads.exp: Likewise.
84 * gdb.threads/staticthreads.exp: Likewise.
85 * gdb.threads/tls.exp: Likewise.
86
87 2016-03-09 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/command-line-input.exp: New file.
90
91 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
92
93 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
94 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
95 * gdb.trace/pending.exp: Accept leading dot before function name.
96 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
97 * lib/trace-support.exp: Set registers for ppc.
98
99 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
100
101 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
102 use it for disassembly; accept .main in addition to main in backtrace.
103
104 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
105 Marcin Kościelnicki <koriakin@0x04.net>
106
107 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
108 (gdb_recursion_test_ptr): New global variable.
109 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
110 gdb_recursion_test.
111 (gdb_c_test): Ditto.
112
113 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
114
115 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
116 ordering.
117
118 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
119
120 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
121 (bar): Add bar_start_lbl label.
122 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
123 of foo/bar for emitting DWARF and tracing.
124
125 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
126
127 * analyze-racy-logs.py: Set executable bit.
128
129 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
130
131 * Makefile.in (DEFAULT_RACY_ITER): New variable.
132 (CHECK_TARGET_TMP): Likewise.
133 (check-single-racy): New rule.
134 (check-parallel-racy): Likewise.
135 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
136 (do-check-parallel-racy): New rule.
137 (check-racy/%.exp): Likewise.
138 * README (Racy testcases): New section.
139 * analyze-racy-logs.py: New file.
140
141 2016-03-03 Doug Evans <dje@google.com>
142
143 * gdb.base/skip.exp: Use with_test_prefix.
144
145 2016-03-03 Yao Qi <yao.qi@linaro.org>
146
147 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
148 Invoke step_over_syscall "clone" and break_cond_on_syscall
149 "clone".
150 * gdb.base/step-over-clone.c: New file.
151
152 2016-03-03 Yao Qi <yao.qi@linaro.org>
153
154 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
155 code format.
156
157 2016-03-03 Yao Qi <yao.qi@linaro.org>
158
159 * gdb.base/disp-step-fork.c: Rename to ...
160 * gdb.base/step-over-fork.c: ... it. New file.
161 * gdb.base/disp-step-vfork.c: Rename to ...
162 * gdb.base/step-over-vfork.c: ... it. New file.
163 * gdb.base/disp-step-syscall.exp: Rename to ...
164 * gdb.base/step-over-syscall.exp: ... it. New file.
165 (disp_step_cross_syscall): Rename to ...
166 (step_over_syscall): ... it.
167
168 2016-03-03 Yao Qi <yao.qi@linaro.org>
169
170 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
171 If target supports condition evaluation on target, invoke
172 break_cond_on_syscall for fork and vfork.
173
174 2016-03-03 Yao Qi <yao.qi@linaro.org>
175
176 * gdb.base/disp-step-syscall.exp: Don't invoke
177 support_displaced_stepping.
178 (disp_step_cross_syscall): Test with displaced stepping off and
179 on if supported.
180
181 2016-03-03 Yao Qi <yao.qi@linaro.org>
182
183 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
184 proc.
185 (setup): New proc.
186 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
187 and setup.
188
189 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
190
191 * gdb.fortran/vla-history.exp: Remove breakpoint.
192
193 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
194
195 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
196
197 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
198
199 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
200
201 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
202
203 * gdb.mi/vla.f90: Nullify pointer after declaration.
204
205 2016-03-01 Pedro Alves <palves@redhat.com>
206
207 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
208
209 2016-03-01 Pedro Alves <palves@redhat.com>
210
211 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
212 before anything else.
213 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
214 _GNU_SOURCE here.
215 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
216 before anything else.
217 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
218
219 2016-03-01 Pedro Alves <palves@redhat.com>
220
221 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
222
223 2016-03-01 Yao Qi <yao.qi@linaro.org>
224
225 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
226 prepare_for_testing.
227
228 2016-03-01 Yao Qi <yao.qi@linaro.org>
229
230 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
231
232 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
233
234 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
235 manually constructing the output path.
236
237 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
238
239 * gdb.arch/s390-stackless.S: New.
240 * gdb.arch/s390-stackless.exp: New.
241
242 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
243
244 * gdb.dlang/circular.c: New file.
245 * gdb.dlang/circular.exp: New file.
246
247 2016-02-26 Yao Qi <yao.qi@linaro.org>
248
249 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
250 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
251 (testcases): Update.
252
253 2016-02-26 Yao Qi <yao.qi@linaro.org>
254
255 * gdb.reverse/aarch64.c: Rename to ...
256 * gdb.reverse/insn-reverse.c: ... it.
257 * gdb.reverse/aarch64.exp: Rename to ...
258 * gdb.reverse/insn-reverse.exp: ... it.
259
260 2016-02-26 Yao Qi <yao.qi@linaro.org>
261
262 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
263 (testcase_ftype): New.
264 (testcases): New array.
265 (n_testcases): New.
266 (main): Call each element in testcases.
267 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
268 (read_testcase): New.
269 Do the tests in a loop.
270
271 2016-02-25 Yao Qi <yao.qi@linaro.org>
272
273 * gdb.base/branches.c: Remove.
274
275 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
276
277 PR gdb/13808
278 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
279
280 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
281
282 * gdb.trace/ftrace.exp: Remove unnecessary target check.
283
284 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
285
286 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
287 change x86_64 call_insn to 'callq'.
288
289 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
290
291 * gdb.trace/tfile-avx.c: Move to...
292 * gdb.trace/tracefile-pseudo-reg.c: Here.
293 * gdb.trace/tfile-avx.exp: Move to...
294 * gdb.trace/tracefile-pseudo-reg.exp: Here.
295
296 2016-02-24 Gary Benson <gbenson@redhat.com>
297
298 * gdb.base/attach-pie-noexec.exp: Do not expect an error
299 message on attach.
300
301 2016-02-23 Doug Evans <dje@google.com>
302
303 * gdb.base/skip.c (test_skip): New function.
304 (end_test_skip_file_and_function): New function.
305 (test_skip_file_and_function): New function.
306 * gdb.base/skip1.c (test_skip): New function.
307 (skip1_test_skip_file_and_function): New function.
308 * gdb.base/skip.exp: Add tests for new skip options.
309 * gdb.base/skip-solib.exp: Update expected output.
310 * gdb.perf/skip-command.cc: New file.
311 * gdb.perf/skip-command.exp: New file.
312 * gdb.perf/skip-command.py: New file.
313
314 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
315
316 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
317 info registers pattern.
318
319 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
320
321 * lib/future.exp: Add D support.
322 (gdb_find_gdc): New proc.
323 (gdb_default_target_compile): Add D support.
324
325 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
326
327 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
328 user+system time.
329 (trace_speed_test): Determine the iteration count for a time
330 between 15..30 seconds.
331
332 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
333
334 * gdb.arch/i386-mpx-sigsegv.c: New file.
335 * gdb.arch/i386-mpx-sigsegv.exp: New file.
336 * gdb.arch/i386-mpx-simple_segv.c: New file.
337 * gdb.arch/i386-mpx-simple_segv.exp: New file.
338
339 2016-02-18 Yao Qi <yao.qi@linaro.org>
340
341 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
342 Don't call setup_kfail.
343
344 2016-02-18 Yao Qi <yao.qi@linaro.org>
345
346 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
347 Set "set breakpoint condition-evaluation" per $cond_bp_target.
348
349 2016-02-16 Doug Evans <dje@google.com>
350
351 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
352 * gdb.base/skip1.c: Ditto.
353 * gdb.base/skip.exp: Whitespace cleanup.
354
355 2016-02-16 Don Breazeal <donb@codesourcery.com>
356
357 PR remote/19496
358 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
359 Remove kfail for PR remote/19496.
360
361 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
362
363 * lib/gdb.exp (standard_temp_file): Return a path specific to
364 the runtest invocation.
365
366 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
367
368 * gdb.trace/save-trace.exp: Change relative path to be in the
369 standard output directory.
370
371 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * gdb.arch/i386-prologue.c: Add missing prototypes.
374
375 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
378 * gdb.arch/i386-prologue.exp: Likewise.
379 * gdb.arch/i386-size.exp: Likewise.
380
381 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
382
383 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
384 define object file path.
385 * gdb.btrace/gcore.exp: Use standard_output_file to define core
386 file path.
387 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
388 standard_output_file to define binfile.
389
390 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 Fix compatibility with recent gfortran-5.3.1.
393 * gdb.fortran/vla-history.exp (print vla1 allocated)
394 (print vla2 allocated, print $2, print $3): Remove
395 (print $4): Rename to ...
396 (print $2): ... here.
397 (print $9): Rename to ...
398 (print $5): ... here.
399 (print $10): Rename to ...
400 (print $6): ... here.
401 * gdb.fortran/vla.f90: Add pvla initialization.
402
403 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
406 New test.
407 * gdb.fortran/vla-value-sub.exp: Likewise.
408
409 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
410
411 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
412
413 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
414
415 * i386-biarch-core.exp: Define corefile using
416 standard_output_file.
417
418 2016-02-12 Yao Qi <yao.qi@linaro.org>
419
420 * gdb.arch/arm-single-step-kernel-helper.c: New.
421 * gdb.arch/arm-single-step-kernel-helper.exp: New.
422
423 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
424
425 * gdb.btrace/tailcall-only.exp: New.
426 * gdb.btrace/tailcall-only.c: New.
427 * gdb.btrace/x86_64-tailcall-only.S: New.
428 * gdb.btrace/i686-tailcall-only.S: New.
429
430 2016-02-11 Pedro Alves <palves@redhat.com>
431
432 * README (Parallel testing): Add missing double quotes.
433
434 2016-02-11 Pedro Alves <palves@redhat.com>
435
436 * README (Parallel testing): New section.
437 (GDB_PARALLEL): Rewrite.
438 (FORCE_PARALLEL): Document.
439
440 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
441
442 * gdb.trace/tfile-avx.c: New test.
443 * gdb.trace/tfile-avx.exp: New test.
444
445 2016-02-09 Keith Seitz <keiths@redhat.com>
446
447 PR breakpoints/19546
448 * gdb.base/infcall-exec.c: New file.
449 * gdb.base/infcall-exec2.c: New file.
450 * gdb.base/infcall-exec.exp: New file.
451
452 2016-02-09 Keith Seitz <keiths@redhat.com>
453
454 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
455 (toplevel): Call test_bkpt_address.
456
457 2016-02-09 Keith Seitz <keiths@redhat.com>
458
459 PR python/19506
460 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
461 (toplevel): Call test_bkpt_address.
462
463 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
464
465 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
466 to AC_OUTPUT.
467 * configure: Regenerate.
468
469 2016-02-09 Pedro Alves <palves@redhat.com>
470
471 PR breakpoints/19548
472 * gdb.base/execl-update-breakpoints.c (some_function): New
473 function.
474 (main): Call it.
475 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
476 Tighten expected GDB output.
477
478 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
479
480 * Makefile.in (ALL_SUBDIRS): Remove.
481 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
482 (distclean maintainer-clean realclean): Likewise.
483 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
484 * configure: Regenerate.
485 * gdb.ada/Makefile.in: Delete.
486 * gdb.arch/Makefile.in: Likewise.
487 * gdb.asm/Makefile.in: Likewise.
488 * gdb.base/Makefile.in: Likewise.
489 * gdb.btrace/Makefile.in: Likewise.
490 * gdb.cell/Makefile.in: Likewise.
491 * gdb.compile/Makefile.in: Likewise.
492 * gdb.cp/Makefile.in: Likewise.
493 * gdb.disasm/Makefile.in: Likewise.
494 * gdb.dlang/Makefile.in: Likewise.
495 * gdb.dwarf2/Makefile.in: Likewise.
496 * gdb.fortran/Makefile.in: Likewise.
497 * gdb.gdb/Makefile.in: Likewise.
498 * gdb.go/Makefile.in: Likewise.
499 * gdb.guile/Makefile.in: Likewise.
500 * gdb.java/Makefile.in: Likewise.
501 * gdb.linespec/Makefile.in: Likewise.
502 * gdb.mi/Makefile.in: Likewise.
503 * gdb.modula2/Makefile.in: Likewise.
504 * gdb.multi/Makefile.in: Likewise.
505 * gdb.objc/Makefile.in: Likewise.
506 * gdb.opencl/Makefile.in: Likewise.
507 * gdb.opt/Makefile.in: Likewise.
508 * gdb.pascal/Makefile.in: Likewise.
509 * gdb.perf/Makefile.in: Likewise.
510 * gdb.python/Makefile.in: Likewise.
511 * gdb.reverse/Makefile.in: Likewise.
512 * gdb.server/Makefile.in: Likewise.
513 * gdb.stabs/Makefile.in: Likewise.
514 * gdb.threads/Makefile.in: Likewise.
515 * gdb.trace/Makefile.in: Likewise.
516 * gdb.xml/Makefile.in: Likewise.
517 * lib/gdb.exp (make_gdb_parallel_path): Add check for
518 GDB_PARALLEL.
519 (standard_output_file): Remove check for GDB_PARALLEL, always
520 return path in outputs/$subdir/$testname.
521
522 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
523
524 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
525 (site.exp): Assign abs_srcdir to tcl's srcdir.
526
527 2016-02-04 Yao Qi <yao.qi@linaro.org>
528
529 * gdb.base/foll-exec-mode.c: Include limits.h.
530 (main): Add parameters argc and argv. Get directory from
531 argv[0].
532 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
533 compilation.
534 * gdb.base/foll-exec.c: Include limits.h.
535 (main): Add parameters argc and argv.
536 Get directory from argv[0].
537 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
538 Adjust tests on the number of lines as source code changed.
539 * gdb.base/foll-vfork-exit.c: Include limits.h.
540 (main): Add one line of statement before vfork.
541 * gdb.base/foll-vfork.c: Include limits.h and string.h.
542 (main): Add parameters argc and argv. Get directory from
543 argv[0].
544 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
545 (setup_gdb): Set tbreak to skip some source lines.
546 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
547 (main): Add parameters argc and argv. Get directory from
548 argv[0].
549 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
550 compilation.
551 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
552 (main): Add parameters argc and argv. Get directory from
553 argv[0].
554 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
555 compilation.
556
557 2016-02-01 Doug Evans <dje@google.com>
558
559 * gdb.base/skip.exp: Clean up multiple references to same test name.
560
561 2016-02-01 Pedro Alves <palves@redhat.com>
562
563 PR remote/19496
564 * gdb.threads/forking-threads-plus-breakpoint.exp
565 (displaced_stepping_supported): New global.
566 (probe_displaced_stepping_support): New procedure.
567 (do_test): Add 'displaced' parameter, and use it.
568 (top level): Check for displaced stepping support. Add displaced
569 stepping on/off testing axis.
570
571 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
574 pointer. Don't perform further tests on the unassociated pointer
575 if the first test fails.
576
577 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.base/max-value-size.c: New file.
580 * gdb.base/max-value-size.exp: New file.
581 * gdb.base/huge.exp: Disable max-value-size for this test.
582
583 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
584
585 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
586
587 2016-01-28 Yao Qi <yao.qi@linaro.org>
588
589 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
590
591 2016-01-25 Pedro Alves <palves@redhat.com>
592
593 PR threads/19461
594 * gdb.base/fork-running-state.c: New file.
595 * gdb.base/fork-running-state.exp: New file.
596
597 2016-01-25 Pedro Alves <palves@redhat.com>
598
599 PR gdb/19494
600 * gdb.base/catch-fork-kill.c: New file.
601 * gdb.base/catch-fork-kill.exp: New file.
602
603 2016-01-25 Pedro Alves <palves@redhat.com>
604
605 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
606 Delete, moved to lib/gdb.exp.
607 * gdb.threads/forking-threads-plus-breakpoint.exp
608 (foreach_with_prefix): Likewise.
609 * gdb.threads/process-dies-while-handling-bp.exp
610 (foreach_with_prefix): Likewise.
611 * lib/gdb.exp (foreach_with_prefix): New procedure.
612
613 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
614
615 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
616 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
617
618 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
619
620 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
621 endian targets.
622
623 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
624 Pedro Alves <palves@redhat.com>
625
626 Fix testsuite compatibility with Guile.
627 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
628 number.
629
630 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 Fix testsuite compatibility with Guile.
633 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
634 (thread 1): New test for backtrace through signal handler.
635
636 2016-01-22 Yao Qi <yao.qi@linaro.org>
637
638 PR testsuite/19491
639 * gdb.base/multi-forks.c: Include
640 ../lib/unbuffer_output.c
641 (main): Call gdb_unbuffer_output.
642
643 2016-01-21 Doug Evans <dje@google.com>
644
645 * lib/ada.exp (gdb_compile_ada): Fix typo.
646
647 2016-01-21 Joel Brobecker <brobecker@adacore.com>
648
649 * gdb.base/break-fun-addr.exp: New file.
650 * gdb.base/break-fun-addr1.c: New file.
651 * gdb.base/break-fun-addr2.c: New file.
652
653 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
654
655 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
656 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
657 enum flag values.
658
659 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
660
661 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
662 when GDB can not set the vector return value. Add more comments
663 for clarification.
664
665 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
666
667 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
668 command.
669
670 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
671
672 * Makefile.in (DO_RUNTEST): Add --status and update usages.
673
674 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
675
676 * Makefile.in (check-single): Pass --status to runtest.
677 (check/%.exp): Likewise.
678
679 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
680
681 * Makefile.in (check-parallel): Propagate return code from make
682 do-check-parallel.
683
684 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
685
686 * gdb.trace/ftrace.exp: Fix expected message on continue.
687 * gdb.trace/pending.exp: Fix expected message on continue.
688 * gdb.trace/trace-break.exp: Fix expected message on continue.
689
690 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
691
692 * lib/gdb.exp (gdb_test): Remove unused global references.
693
694 2016-01-18 Pedro Alves <palves@redhat.com>
695
696 * gdb.base/async-shell.exp: Adjust expected output.
697 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
698 * gdb.base/siginfo-thread.exp: Adjust expected output.
699 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
700 * gdb.java/jnpe.exp: Adjust expected output.
701 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
702 * gdb.threads/continue-pending-status.exp: Adjust expected output.
703 * gdb.threads/leader-exit.exp: Adjust expected output.
704 * gdb.threads/manythreads.exp: Adjust expected output.
705 * gdb.threads/pthreads.exp: Adjust expected output.
706 * gdb.threads/schedlock.exp: Adjust expected output.
707 * gdb.threads/siginfo-threads.exp: Adjust expected output.
708 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
709 expected output.
710 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
711 output.
712 * gdb.threads/sigthread.exp: Adjust expected output.
713 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
714
715 2016-01-18 Yao Qi <yao.qi@linaro.org>
716
717 * gdb.guile/scm-section-script.c: Replace @progbits with
718 %progbits.
719 * gdb.python/py-section-script.c: Likewise.
720
721 2016-01-15 Pedro Alves <palves@redhat.com>
722
723 * gdb.multi/tids.exp: Test star wildcard ranges.
724
725 2016-01-15 Pedro Alves <palves@redhat.com>
726
727 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
728 command from "thread apply" invocation.
729 (thr_apply_info_thr_invalid): Default the expected output to the
730 input tid list.
731 (top level): Add tests that use convenience variables. Add tests
732 for "thread apply" with a valid TID list, but missing the command.
733
734 2016-01-13 Pedro Alves <palves@redhat.com>
735
736 * gdb.base/default.exp: Expect $_gthread as well.
737 * gdb.multi/tids.exp: Test $_gthread.
738 * gdb.threads/thread-specific.exp: Test $_gthread.
739
740 2016-01-13 Pedro Alves <palves@redhat.com>
741
742 * gdb.multi/tids.exp: Test "info threads -gid".
743
744 2016-01-13 Pedro Alves <palves@redhat.com>
745
746 * gdb.multi/tids.exp: Test InferiorThread.global_num and
747 Breakpoint.thread.
748 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
749
750 2016-01-07 Pedro Alves <palves@redhat.com>
751
752 * gdb.base/break.exp: Adjust to output changes.
753 * gdb.base/hbreak2.exp: Likewise.
754 * gdb.base/sepdebug.exp: Likewise.
755 * gdb.base/watch_thread_num.exp: Likewise.
756 * gdb.linespec/keywords.exp: Likewise.
757 * gdb.multi/info-threads.exp: Likewise.
758 * gdb.threads/thread-find.exp: Likewise.
759 * gdb.multi/tids.c: New file.
760 * gdb.multi/tids.exp: New file.
761
762 2016-01-13 Pedro Alves <palves@redhat.com>
763
764 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
765
766 2016-01-13 Pedro Alves <palves@redhat.com>
767
768 * gdb.base/default.exp: Expect $_inferior as well.
769 * gdb.multi/base.exp: Test $_inferior.
770
771 2016-01-13 Pedro Alves <palves@redhat.com>
772
773 PR breakpoints/19388
774 * gdb.base/catch-signal-siginfo-cond.c: New file.
775 * gdb.base/catch-signal-siginfo-cond.exp: New file.
776
777 2016-01-12 Josh Stone <jistone@redhat.com>
778 Philippe Waroquiers <philippe.waroquiers@skynet.be>
779
780 * gdb.base/catch-syscall.c (do_execve): New variable.
781 (main): Conditionally trigger an execve.
782 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
783 (test_catch_syscall_execve): New, check entry/return across execve.
784 (do_syscall_tests): Call test_catch_syscall_execve.
785
786 2016-01-12 Pedro Alves <palves@redhat.com>
787
788 * gdb.base/random-signal.exp (do_test): New procedure, with body
789 of testcase moved in.
790
791 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
792 Pedro Alves <palves@redhat.com>
793
794 * gdb.base/funcargs.exp (finish from indirectly called function):
795 Reintroduce the case for 'First'.
796
797 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
798 Pedro Alves <palves@redhat.com>
799
800 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
801 (tcatch_vfork_then_child_follow_exec)
802 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
803 identification.
804
805 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
806
807 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
808 and repeats to unlimited.
809 * gdb.python/py-value.exp: Likewise.
810 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
811 and repeats to unlimited.
812
813 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
814
815 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
816 and reordering the functions.
817 * gdb.multi/hangout.c: Likewise.
818 * gdb.multi/hello.c: Likewise.
819
820 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
821
822 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
823 absolute.
824 (SingleStatisticTestResult.report): Use dict.keys instead of
825 dict.iterkeys.
826
827 2016-01-06 Pedro Alves <palves@redhat.com>
828
829 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
830
831 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
832
833 * gdb.btrace/dlopen.exp: New.
834 * gdb.btrace/dlopen.c: New.
835 * gdb.btrace/dlopen-dso.c: New.
836
837 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
838
839 * lib/gdb.exp (gdb_test): Update comments to clarify that the
840 PATTERN argument is optional.
841
842 2015-12-24 Joel Brobecker <brobecker@adacore.com>
843
844 * lib/ada.exp (target_compile_ada_from_dir): New function.
845 (gdb_compile_ada): Reimplement avoiding the use of project files.
846 * gdb.ada/gnat_ada.gpr: Delete.
847 * gdb.ada/cond_lang.exp: Adjust test to make path before
848 filename optional.
849 * gdb.ada/small_reg_param.exp: Likewise.
850
851 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
852
853 * gdb.base/foll-vork.exp: Remove HP-UX special case.
854
855 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
856
857 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
858 case.
859
860 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
861
862 * gdb.base/break.exp: Remove dead code.
863 * gdb.base/sepdebug.exp: Likewise.
864
865 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
866
867 * gdb.asm/asm-source.exp: Remove HP-UX references.
868 * gdb.base/annota1.exp: Likewise.
869 * gdb.base/annota3.exp: Likewise.
870 * gdb.base/attach.exp: Likewise.
871 * gdb.base/bigcore.exp: Likewise.
872 * gdb.base/break.exp: Likewise.
873 * gdb.base/call-ar-st.exp: Likewise.
874 * gdb.base/callfuncs.exp: Likewise.
875 * gdb.base/catch-fork-static.exp: Likewise.
876 * gdb.base/display.exp: Likewise.
877 * gdb.base/foll-exec-mode.exp: Likewise.
878 * gdb.base/foll-exec.exp: Likewise.
879 * gdb.base/foll-fork.exp: Likewise.
880 * gdb.base/foll-vfork.exp: Likewise.
881 * gdb.base/funcargs.exp: Likewise.
882 * gdb.base/hbreak2.exp: Likewise.
883 * gdb.base/inferior-died.exp: Likewise.
884 * gdb.base/interrupt.exp: Likewise.
885 * gdb.base/multi-forks.exp: Likewise.
886 * gdb.base/nodebug.exp: Likewise.
887 * gdb.base/sepdebug.exp: Likewise.
888 * gdb.base/solib1.c: Likewise.
889 * gdb.base/step-test.exp: Likewise.
890 * gdb.mi/non-stop.c: Likewise.
891 * gdb.mi/pthreads.c: Likewise.
892 * gdb.multi/bkpt-multi-exec.ex: Likewise.
893 * gdb.threads/pthreads.c: Likewise.
894 * gdb.threads/staticthreads.exp: Likewise.
895 * lib/future.exp: Likewise.
896 * lib/gdb.exp: Likewise.
897 * gdb.base/so-indr-cl.c: Remove.
898 * gdb.base/so-indr-cl.exp: Likewise.
899 * gdb.base/solib.c: Likewise.
900 * gdb.base/solib.exp: Likewise.
901 * gdb.base/solib2.c: Likewise.
902
903 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
904
905 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
906 * gdb.base/call-ar-st.exp: Likewise.
907 * gdb.base/callfuncs.exp: Likewise.
908 * gdb.base/condbreak.exp: Likewise.
909 * gdb.base/constvars.exp: Likewise.
910 * gdb.base/hbreak2.exp: Likewise.
911 * gdb.base/langs.exp: Likewise.
912 * gdb.base/list.exp: Likewise.
913 * gdb.base/long_long.exp: Likewise.
914 * gdb.base/ptype.exp: Likewise.
915 * gdb.base/scope.exp: Likewise.
916 * gdb.base/signals.exp: Likewise.
917 * gdb.base/so-impl-ld.exp: Likewise.
918 * gdb.base/varargs.exp: Likewise.
919 * gdb.base/volatile.exp: Likewise.
920 * gdb.base/whatis.exp: Likewise.
921 * gdb.cp/cplusfuncs.exp: Likewise.
922 * gdb.cp/inherit.exp: Likewise.
923 * gdb.cp/local.exp: Likewise.
924 * gdb.cp/member-ptr.exp: Likewise.
925 * gdb.cp/method.exp: Likewise.
926 * gdb.cp/overload.exp: Likewise.
927 * gdb.cp/templates.exp: Likewise.
928 * gdb.stabs/weird.exp: Likewise.
929 * lib/compiler.c: Likewise.
930 * lib/compiler.cc: Likewise.
931 * lib/cp-support.exp: Likewise.
932 * lib/gdb.exp: Likewise.
933
934 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
935
936 * configure.ac: Remove HP-UX case.
937 * configure: Regenerate.
938
939 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
940
941 * lib/gdb.exp (gdb_compile): Add function doc.
942
943 2015-12-17 Pedro Alves <palves@redhat.com>
944
945 PR threads/19354
946 * gdb.multi/info-threads.exp: New file.
947
948 2015-12-15 Yao Qi <yao.qi@linaro.org>
949
950 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
951 is aarch64*-*-*.
952
953 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
954
955 * gdb.base/history-duplicates.exp: Skip if no readline support.
956
957 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
958
959 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
960
961 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
962
963 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
964
965 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
966
967 * gdb.base/completion.exp: Skip tests that interrupt GDB with
968 ctrl-C if nointerrupts target property is set.
969 * gdb.base/double-prompt-target-event-error.exp: Likewise.
970 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
971 * gdb.base/paginate-bg-execution.exp: Likewise.
972 * gdb.base/paginate-execution-startup.exp: Likewise.
973 * gdb.base/random-signal.exp: Likewise.
974 * gdb.base/range-stepping.exp: Likewise.
975 * gdb.cp/annota2.exp: Likewise.
976 * gdb.cp/annota3.exp: Likewise.
977 * gdb.gdb/selftest.exp: Likewise.
978 * gdb.threads/continue-pending-status.exp: Likewise.
979 * gdb.threads/leader-exit.exp: Likewise.
980 * gdb.threads/manythreads.exp: Likewise.
981 * gdb.threads/pthreads.exp: Likewise.
982 * gdb.threads/schedlock.exp: Likewise.
983 * gdb.threads/sigthread.exp: Likewise.
984
985 2015-12-11 Don Breazeal <donb@codesourcery.com>
986
987 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
988 remote.
989 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
990 * gdb.base/foll-exec.exp (main): Enable for target remote.
991 * gdb.base/foll-fork.exp (main): Likewise.
992 * gdb.base/foll-vfork.exp (main): Likewise.
993 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
994 (proc continue_to_exit_bp_loc): Use clean_restart.
995 * gdb.base/pie-execl.exp (main): Disable for target remote.
996 * gdb.base/watch-vfork.exp (main): Enable for target remote.
997 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
998 * gdb.threads/execl.exp (main): Likewise.
999 * gdb.threads/fork-child-threads.exp (main): Likewise.
1000 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1001 remote.
1002 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1003 remote.
1004 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1005 pid.tid style ptids, instead of just tid.
1006 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1007 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1008 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1009 ptids, instead of just tid.
1010
1011 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.base/list.exp (test_list_forward): Add end of file error
1014 test.
1015 (test_repeat_list_command): Add end of file error test.
1016 (test_list_backwards): Add beginning of file error test.
1017
1018 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/list.exp (test_list_invalid_args): New function,
1021 defined, and called.
1022
1023 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.base/list.exp (test_list): Make test names unique.
1026
1027 2015-12-11 Yao Qi <yao.qi@linaro.org>
1028
1029 * gdb.base/coremaker2.c: Remove.
1030
1031 2015-12-10 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.multi/base.exp: Remove stale "spaces" references.
1034
1035 2015-12-10 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.multi/base.exp: Don't use nowarnings.
1038 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1039 * gdb.multi/hangout.c: Include stdio.h.
1040 * gdb.multi/hello.c: Include stdlib.h.
1041 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1042 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1043 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1044
1045 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.dwarf2/dw2-ranges-base.c: New file.
1048 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1049 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1050 support additional line table, and debug ranges generation.
1051 (Dwarf::ranges): New function, generate .debug_ranges.
1052 (Dwarf::lines): Support generating simple line table programs.
1053 (Dwarf::assemble): Initialise new namespace variables.
1054
1055 2015-12-09 Kevin Buettner <kevinb@redhat.com>
1056
1057 * gdb.base/async.exp (proc test_background): Add case for
1058 asynchronous execution not supported.
1059
1060 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1061
1062 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1063 format and change test names to make them unique.
1064
1065 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1066 Pedro Alves <pedro@redhat.com>
1067
1068 PR gdb/18702
1069 Add checking of floatformats setup on x86_64 hosts.
1070 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1071 (smallval, bigval): New labels/constants.
1072 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1073 float" after loading bigval and smallval.
1074
1075 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1076
1077 * gdb.ada/fun_overload_menu.exp: New testcase.
1078 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1079
1080 2015-12-04 Josh Stone <jistone@redhat.com>
1081
1082 * gdb.base/catch-fork-static.exp: New.
1083
1084 2015-12-03 Yao Qi <yao.qi@linaro.org>
1085
1086 * gdb.base/sizeof.c: Don't include stdio.h and
1087 ../lib/unbuffer_output.c.
1088 (main): New variable 'size' and 'value'. Remove printf and
1089 gdb_unbuffer_output. Assign return value to size and value.
1090 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1091 at the beginning.
1092 (check_sizeof): Check the result by printing variable 'size'.
1093 (check_valueof): Check the result by printing variable 'value'.
1094
1095 2015-12-01 Yao Qi <yao.qi@linaro.org>
1096
1097 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1098 for aarch64*-*-linux* target.
1099
1100 2015-11-30 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1103
1104 2015-11-30 Pedro Alves <palves@redhat.com>
1105
1106 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1107 Handle non-stop mode vCont replies.
1108
1109 2015-11-30 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1112 prepare_for_testing. Start gdb with "set non-stop on" appended to
1113 GDBFLAGS. Lax expected stop output.
1114
1115 2015-11-27 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.arch/arm-neon.exp: New.
1118 * gdb.arch/arm-neon.c: New.
1119
1120 2015-11-27 Yao Qi <yao.qi@linaro.org>
1121
1122 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1123
1124 2015-11-27 Yao Qi <yao.qi@linaro.org>
1125
1126 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1127 frames-invalid annotation.
1128
1129 2015-11-27 Yao Qi <yao.qi@linaro.org>
1130
1131 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1132
1133 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1134
1135 * gdb.threads/names.exp: New file.
1136 * gdb.threads/names.c: New file.
1137 * README: Mention gdb,no_thread_names.
1138
1139 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1140
1141 PR 19297
1142 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1143 support" error.
1144
1145 2015-11-24 Pedro Alves <palves@redhat.com>
1146
1147 PR 17539
1148 * gdb.base/display.exp: Expect displays to be sorted in ascending
1149 order. Use multi_line.
1150 * gdb.base/solib-display.exp: Likewise.
1151
1152 2015-11-24 Pedro Alves <palves@redhat.com>
1153
1154 PR 17539
1155 * gdb.base/display.exp: Expect displays to be sorted in ascending
1156 order. Use multi_line.
1157 * gdb.base/solib-display.exp: Likewise.
1158
1159 2015-11-24 Pedro Alves <palves@redhat.com>
1160
1161 PR 17539
1162 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1163 threads in ascending order.
1164 * gdb.base/foll-fork.exp: Likewise.
1165 * gdb.base/foll-vfork.exp: Likewise.
1166 * gdb.base/multi-forks.exp: Likewise.
1167 * gdb.mi/mi-nonstop.exp: Likewise.
1168 * gdb.mi/mi-nsintrall.exp: Likewise.
1169 * gdb.multi/base.exp: Likewise.
1170 * gdb.multi/multi-arch.exp: Likewise.
1171 * gdb.python/py-inferior.exp: Likewise.
1172 * gdb.threads/break-while-running.exp: Likewise.
1173 * gdb.threads/execl.exp: Likewise.
1174 * gdb.threads/gcore-thread.exp: Likewise.
1175 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1176 * gdb.threads/kill.exp: Likewise.
1177 * gdb.threads/linux-dp.exp: Likewise.
1178 * gdb.threads/multiple-step-overs.exp: Likewise.
1179 * gdb.threads/next-bp-other-thread.exp: Likewise.
1180 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1181 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1182 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1183 * gdb.threads/thread-find.exp: Likewise.
1184 * gdb.threads/tls.exp: Likewise.
1185 * lib/mi-support.exp (mi_reverse_list): Delete.
1186 (mi_check_thread_states): No longer reverse list.
1187
1188 2015-11-24 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1191 use lowercase.
1192
1193 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * gdb.trace/actions.c: Include trace-common.h.
1196 (main): Add a location for a fast tracepoint.
1197 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1198 the normal tracepoints.
1199 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1200
1201 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1202
1203 * save-trace.exp: Factor out code to these...
1204 (gdb_save_tracepoints): New.
1205 (gdb_load_tracepoints): New.
1206 (do_save_load_test): New.
1207
1208 2015-11-23 Kevin Buettner <kevinb@redhat.com>
1209
1210 * gdb.base/asmlabel.exp: New test.
1211 * gdb.base/asmlabel.c: New test case.
1212
1213 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1214
1215 * gdb.base/wrong_frame_bt_full-main.c: New file.
1216 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1217 * gdb.base/wrong_frame_bt_full.exp: New file.
1218
1219 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1220
1221 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1222
1223 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1224
1225 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
1226 pstate register when comparing registers values in
1227 sparc64-*-linux-gnu targets to avoid spurious differences.
1228
1229 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1230
1231 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
1232
1233 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1234
1235 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1236 as type argument to gdb_compile.
1237 * gdb.base/nested-subp2.exp: Likewise.
1238 * gdb.base/nested-subp3.exp: Likewise.
1239
1240 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1241
1242 * lib/dwarf.exp (_note): Fix left shift of negative value.
1243 * gdb.trace/trace-condition.exp: Likewise.
1244
1245 2015-11-13 Yao Qi <yao.qi@linaro.org>
1246
1247 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1248 comments about d10v.
1249 (test_scalar_returns): Likewise.
1250 * gdb.base/d10v.ld: Remove.
1251 * gdb.base/overlays.exp: Remove the target triplet checking for
1252 d10v-*-*.
1253 * gdb.base/structs.exp (test_struct_returns): Remove the
1254 comments about d10v.
1255 (test_struct_calls): Likewise.
1256
1257 2015-11-13 Yao Qi <yao.qi@linaro.org>
1258
1259 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1260 * gdb.base/gnu_vector.c: Don't include stdio.h.
1261 (main): Don't print res and call add_some_intvecs.
1262
1263 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1264
1265 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1266 macro.
1267 (func5): Removed.
1268 (func4): Use FAST_TRACEPOINT_LABEL.
1269 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1270 macro.
1271 (func): Removed.
1272 (thread_function): Use FAST_TRACEPOINT_LABEL.
1273 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1274 (func): Remove.
1275 (marker): Use FAST_TRACEPOINT_LABEL.
1276 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1277 (pendfunc1): Remove.
1278 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1279 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1280 (foo): Remove.
1281 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1282 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1283 macro.
1284 (func): Remove.
1285 (marker): Use FAST_TRACEPOINT_LABEL.
1286 * gdb.trace/trace-common.h: New header.
1287 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1288 macro.
1289 (func): Remove.
1290 (marker): Use FAST_TRACEPOINT_LABEL.
1291 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1292 (func): Remove.
1293 (thread_function): Use FAST_TRACEPOINT_LABEL.
1294
1295 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1296
1297 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1298 in front.
1299 * gdb.trace/change-loc.exp: Use global pcreg definition.
1300 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1301 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1302 in front.
1303 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1304 * gdb.trace/pending.exp: Likewise.
1305 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1306 * gdb.trace/trace-break.exp: Likewise.
1307 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1308 in front.
1309 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1310 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1311 in front.
1312 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1313
1314 2015-11-09 Joel Brobecker <brobecker@adacore.com>
1315
1316 * gdb.ada/fin_fun_out: New testcase.
1317
1318 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1319
1320 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1321 value associated with DW_AT_byte_size.
1322 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1323 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1324 DW_AT_upper_bound.
1325
1326 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1327
1328 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1329 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1330 version.
1331 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1332 gdb.dwarf2/dw2-canonicalize-type.exp,
1333 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1334 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1335 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1336 provided by gdb_target_symbol_prefix_flags_asm.
1337 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1338 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1339 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1340 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1341 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1342 macros where needed). Use this macro for symbols which require
1343 the prefix provided by SYMBOL_PREFIX.
1344
1345 2015-11-05 Kevin Buettner <kevinb@redhat.com>
1346
1347 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1348 New procs.
1349 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1350 representing expressions, of more than one list element.
1351 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1352 to prepend linker symbol prefix to f.
1353 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1354 table_1 and table_2.
1355 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1356 Likewise, for f and g.
1357 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1358 for ptr.
1359 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1360 for main.
1361 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1362 table_1_ptr and table_2_ptr.
1363
1364 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1365 Joel Brobecker <brobecker@adacore.com>
1366
1367 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1368
1369 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1370
1371 * gdb.reverse/s390-mvcle.c: New test.
1372 * gdb.reverse/s390-mvcle.exp: New file.
1373 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1374
1375 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1376
1377 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1378
1379 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1380
1381 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1382 reaching marker2.
1383 * gdb.reverse/getresuid-reverse.exp: Likewise.
1384 * gdb.reverse/pipe-reverse.exp: Likewise.
1385 * gdb.reverse/readv-reverse.exp: Likewise.
1386 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1387 * gdb.reverse/time-reverse.exp: Likewise.
1388 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1389
1390 2015-10-30 Yao Qi <yao.qi@linaro.org>
1391
1392 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1393 (empty_cycle): Remove.
1394 (main): Don't call empty_cycle. Don't use watch_count_done.
1395 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1396 empty_cycle. Rewrite the code counting HW watchpoints.
1397
1398 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1399
1400 * gdb.reverse/fstatat-reverse.c: New test.
1401 * gdb.reverse/fstatat-reverse.exp: New file.
1402 * gdb.reverse/getresuid-reverse.c: New test.
1403 * gdb.reverse/getresuid-reverse.exp: New file.
1404 * gdb.reverse/pipe-reverse.c: New test.
1405 * gdb.reverse/pipe-reverse.exp: New file.
1406 * gdb.reverse/readv-reverse.c: New test.
1407 * gdb.reverse/readv-reverse.exp: New file.
1408 * gdb.reverse/recvmsg-reverse.c: New test.
1409 * gdb.reverse/recvmsg-reverse.exp: New file.
1410 * gdb.reverse/time-reverse.c: New test.
1411 * gdb.reverse/time-reverse.exp: New file.
1412 * gdb.reverse/waitpid-reverse.c: New test.
1413 * gdb.reverse/waitpid-reverse.exp: New file.
1414
1415 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1418
1419 2015-10-26 Doug Evans <dje@google.com>
1420
1421 PR symtab/17391
1422 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1423 * gdb.dwarf2/bad-regnum.c: New file.
1424 * gdb.dwarf2/bad-regnum.exp: New file.
1425
1426 2015-10-26 Doug Evans <dje@google.com>
1427
1428 PR python/18938
1429 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1430 file.
1431
1432 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1433
1434 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1435 for a change by "Mention language in compile error message".
1436
1437 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1438
1439 PR python/18073
1440 * gdb.python/py-type.c (C::a_method): New.
1441 (C::a_const_method): New.
1442 (C::a_static_method): New.
1443 (a_function): New.
1444 * gdb.python/py-type.exp (test_fields): Test getting fields
1445 from function and method.
1446
1447 2015-10-21 Keven Boell <keven.boell@intel.com>
1448
1449 * gdb.fortran/vla-alloc-assoc.exp: New file.
1450 * gdb.fortran/vla-datatypes.exp: New file.
1451 * gdb.fortran/vla-datatypes.f90: New file.
1452 * gdb.fortran/vla-history.exp: New file.
1453 * gdb.fortran/vla-ptype-sub.exp: New file.
1454 * gdb.fortran/vla-ptype.exp: New file.
1455 * gdb.fortran/vla-sizeof.exp: New file.
1456 * gdb.fortran/vla-sub.f90: New file.
1457 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1458 * gdb.fortran/vla-value-sub-finish.exp: New file.
1459 * gdb.fortran/vla-value-sub.exp: New file.
1460 * gdb.fortran/vla-value.exp: New file.
1461 * gdb.fortran/vla-ptr-info.exp: New file.
1462 * gdb.mi/mi-vla-fortran.exp: New file.
1463 * gdb.mi/vla.f90: New file.
1464
1465 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1466
1467 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1468 of hardwired timeout value.
1469
1470 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1471 Pedro Alves <palves@redhat.com>
1472
1473 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1474 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1475
1476 2015-10-19 Josh Stone <jistone@redhat.com>
1477
1478 * gdb.base/catch-syscall.c: Include <sched.h>.
1479 (unknown_syscall): New variable.
1480 (main): Trigger a vfork and an unknown syscall.
1481 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1482 (unknown_syscall_number): Likewise.
1483 (check_call_to_syscall): Accept an optional syscall pattern.
1484 (check_return_from_syscall): Likewise.
1485 (check_continue): Likewise.
1486 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1487 (test_catch_syscall_skipping_return): New test toggling off 'catch
1488 syscall' to step over the syscall return, then toggling back on.
1489 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1490 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1491 (do_syscall_tests): Call test_catch_syscall_without_args and
1492 test_catch_syscall_mid_vfork.
1493 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1494 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1495
1496 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
1497
1498 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1499 print g_vE): Add new pass patterns.
1500 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1501 print various symbol names for vptr fields.
1502
1503 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1506 results.
1507
1508 2015-10-12 Yao Qi <yao.qi@linaro.org>
1509
1510 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1511
1512 2015-10-12 Yao Qi <yao.qi@linaro.org>
1513
1514 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1515 is aarch64*-*-linux*.
1516
1517 2015-10-12 Yao Qi <yao.qi@linaro.org>
1518
1519 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1520 (can_relocate_bcond_true): ... it.
1521 (can_relocate_bcond_false): New function.
1522 (foo): Likewise.
1523 (can_relocate_bl): Likewise.
1524 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1525 can_relocate_bl.
1526
1527 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1528
1529 * gdb.base/nested-addr.c: New file.
1530 * gdb.base/nested-addr.exp: New testcase.
1531
1532 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1533
1534 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1535 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1536 its output. Ignore the output of "record goto begin" and instead
1537 check that GDB is replaying.
1538
1539 2015-10-09 Pedro Alves <palves@redhat.com>
1540
1541 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1542 (top level): Use it in the run with no args test.
1543
1544 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1545
1546 * gdb.dlang/properties.exp: New file.
1547
1548 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1549
1550 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1551 whether or not address 0x1000 is mapped on the target.
1552
1553 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1554
1555 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1556 build.
1557
1558 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1559
1560 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1561 instruction-history test.
1562
1563 2015-09-28 Doug Evans <dje@google.com>
1564
1565 * gdb.base/gcore.c (array_func): Add reference to static_array.
1566
1567 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1570 source line.
1571
1572 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1573
1574 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1575 short or char as base type.
1576
1577 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1578
1579 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1580 to allow any size enum.
1581
1582 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1583
1584 * gdb.ada/array_ptr_renaming.exp: New testcase.
1585 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1586 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1587
1588 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1589
1590 * gdb.trace/ftrace-lock.c: New file.
1591 * gdb.trace/ftrace-lock.exp: New file.
1592
1593 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1594
1595 * gdb.arch/insn-reloc.c: New file.
1596 * gdb.arch/ftrace-insn-reloc.exp: New file.
1597
1598 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1599
1600 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1601 instruction.
1602 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1603 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1604 * gdb.trace/range-stepping.c: Likewise.
1605 * gdb.trace/trace-break.c: Likewise.
1606 * gdb.trace/trace-mt.c (thread_function): Likewise.
1607 * gdb.trace/ftrace.c (marker): Likewise.
1608 * gdb.trace/trace-condition.c (marker): Likewise.
1609 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1610 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1611 is_aarch64_target.
1612
1613 2015-09-18 Doug Evans <xdje42@gmail.com>
1614
1615 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1616 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1617
1618 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1619
1620 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1621 the breakpoint.
1622
1623 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1624
1625 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1626 the pending breakpoint. Remove timeout override for "Run till
1627 MI pending breakpoint on pendfunc3 on thread 2" test.
1628
1629 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1630
1631 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1632 filename pattern.
1633
1634 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1635
1636 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1637 in breakpoint filename pattern.
1638
1639 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1640
1641 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1642
1643 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1644
1645 * gdb.linespec/explicit.exp: Check for readline support for
1646 tab-completion tests. Fix obvious typo.
1647
1648 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1649
1650 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1651 and replay.
1652
1653 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1654
1655 * gdb.btrace/non-stop.c: New.
1656 * gdb.btrace/non-stop.exp: New.
1657
1658 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1659 Yao Qi <yao.qi@linaro.org>
1660
1661 * gdb.trace/trace-condition.c: New file.
1662 * gdb.trace/trace-condition.exp: New file.
1663
1664 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
1665
1666 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1667 for testing bytecode compilation.
1668
1669 2015-09-16 Pedro Alves <palves@redhat.com>
1670 Sandra Loosemore <sandra@codesourcery.com>
1671
1672 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1673 (SECONDS): Redefine.
1674 (main): Call pthread_kill and alarm early.
1675 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1676 support.
1677 (test): If the target can't hardware step and doesn't support
1678 displaced stepping, increase the timeout.
1679
1680 2015-09-16 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1683 (enable_debug): New procedures.
1684 (test): Use them. Bail out if waiting for threads fails.
1685 (top level): Bail out if a test fails.
1686
1687 2015-09-16 Yao Qi <yao.qi@linaro.org>
1688
1689 * gdb.asm/asm-source.exp: Set asm-arch for
1690 aarch64*-*-* target.
1691 * gdb.asm/aarch64.inc: New file.
1692
1693 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1694
1695 * gdb.ada/array_of_variable_length.exp: New testcase.
1696 * gdb.ada/array_of_variable_length/foo.adb: New file.
1697 * gdb.ada/array_of_variable_length/pck.adb: New file.
1698 * gdb.ada/array_of_variable_length/pck.ads: New file.
1699
1700 2015-09-15 Doug Evans <dje@google.com>
1701
1702 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1703 of function static local variable.
1704
1705 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1706
1707 * gdb.threads/tls-so_extern.exp: New test file.
1708 * gdb.threads/tls-so_extern.c: New test file.
1709 * gdb.threads/tls-so_extern_main.c: New test file.
1710
1711 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 * gdb.opt/solib-intra-step-lib.c: New file.
1714 * gdb.opt/solib-intra-step-main.c: New file.
1715 * gdb.opt/solib-intra-step.exp: New file.
1716
1717 2015-09-15 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1720 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1721
1722 2015-09-14 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/hook-stop-continue.c: Delete.
1725 * gdb.base/hook-stop-continue.exp: Delete.
1726 * gdb.base/hook-stop-frame.c: Delete.
1727 * gdb.base/hook-stop-frame.exp: Delete.
1728 * gdb.base/hook-stop.c: New file.
1729 * gdb.base/hook-stop.exp: New file.
1730
1731 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1732
1733 * gdb.ada/access_to_packed_array.exp: New testcase.
1734 * gdb.ada/access_to_packed_array/foo.adb: New file.
1735 * gdb.ada/access_to_packed_array/pack.adb: New file.
1736 * gdb.ada/access_to_packed_array/pack.ads: New file.
1737
1738 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1739
1740 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1741 buffer size test.
1742
1743 2015-09-11 Don Breazeal <donb@codesourcery.com>
1744
1745 * gdb.base/foll-exec.c: Add copyright header. Fix
1746 formatting issues.
1747 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1748 (do_exec_tests): Use clean_restart in place of zap_session,
1749 and for test initialization. Fix formatting issues. Use
1750 fail in place of perror.
1751 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1752 an expect statement to match an expression with output from
1753 the program under debug.
1754 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1755 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1756 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1757 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1758 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1759
1760 2015-09-09 Doug Evans <dje@google.com>
1761
1762 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1763
1764 2015-09-09 Doug Evans <dje@google.com>
1765
1766 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1767
1768 2015-09-09 Doug Evans <dje@google.com>
1769
1770 * gdb.base/savedregs.exp: Fix typo.
1771
1772 2015-09-09 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1775
1776 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1777
1778 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1779 command actually switches threads. Give up on remaining
1780 tests if target fails to stop at breakpoint.
1781
1782 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1783
1784 * gdb.ada/funcall_char.exp: New testcase.
1785 * gdb.ada/funcall_char/foo.adb: New file.
1786
1787 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1788
1789 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1790 expected outputs. Add two testcases for completing ambiguous
1791 functions.
1792 * gdb.ada/complete/aux_pck.adb: New file.
1793 * gdb.ada/complete/aux_pck.ads: New file.
1794 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1795 Ambiguous_Func functions.
1796 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1797 * gdb.ada/complete/pck.adb: Likewise.
1798
1799 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1800
1801 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1802 failures to run the test program under GDB.
1803
1804 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
1805
1806 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1807 to C.
1808
1809 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1810
1811 * gdb.base/run-after-attach.exp: New test file.
1812 * gdb.base/run-after-attach.c: New test file.
1813
1814 2015-08-26 Don Breazeal <donb@codesourcery.com>
1815
1816 * gdb.base/foll-exec-2.c: New test program.
1817 * gdb.base/foll-exec-2.exp: New test.
1818
1819 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1820
1821 * gdb.base/nested-subp1.exp: New file.
1822 * gdb.base/nested-subp1.c: New file.
1823 * gdb.base/nested-subp2.exp: New file.
1824 * gdb.base/nested-subp2.c: New file.
1825 * gdb.base/nested-subp3.exp: New file.
1826 * gdb.base/nested-subp3.c: New file.
1827
1828 2015-08-24 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.server/connect-without-multi-process.c: New file.
1831 * gdb.server/connect-without-multi-process.exp: New file.
1832
1833 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1834
1835 * gdb.opt/inline-markers.c: Make z int.
1836
1837 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1838
1839 * gdb.opt/inline-markers.c: Make z volatile.
1840
1841 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1842
1843 * gdb.opt/inline-bt.c: New volatile global z.
1844 * gdb.opt/inline-cmds.c: Likewise.
1845 * gdb.opt/inline-locals.c: Likewise.
1846 * gdb.opt/inline-markers.c: New extern global z.
1847 (marker): Use z.
1848 (inline_fn): Likewise.
1849
1850 2015-08-24 Pedro Alves <palves@redhat.com>
1851
1852 * config/m32r-stub.exp: Remove file.
1853 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1854 * gdb.base/call-rt-st.exp: Likewise.
1855 * gdb.base/call-strs.exp: Likewise.
1856 * gdb.base/default.exp: Remove references to h8300-*-hms and
1857 *-*-udi*.
1858 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1859
1860 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1861
1862 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1863 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1864 and "return" use KFAIL when GDB can not read/write the vector
1865 return value.
1866
1867 2015-08-21 Gary Benson <gbenson@redhat.com>
1868
1869 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1870
1871 2015-08-20 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.server/solib-list.exp: No longer expect an interior stop in
1874 non-stop mode.
1875
1876 2015-08-20 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.server/connect-stopped-target.c: New file.
1879 * gdb.server/connect-stopped-target.exp: New file.
1880
1881 2015-08-20 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.dwarf2/comp-unit-lang.exp: New file.
1884 * gdb.dwarf2/comp-unit-lang.c: New file.
1885
1886 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1887
1888 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1889 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1890
1891 2015-08-19 Kevin Buettner <kevinb@redhat.com>
1892
1893 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1894 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1895
1896 2015-08-18 Doug Evans <dje@google.com>
1897 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1898
1899 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1900 skip_python_tests. New arg prompt_regexp.
1901 (skip_python_tests): New function.
1902 * lib/mi-support.exp (mi_skip_python_tests): New function.
1903 * gdb.python/py-mi-objfile-gdb.py: New file.
1904 * gdb.python/py-mi-objfile.c: New file.
1905 * gdb.python/py-mi-objfile.exp: New file.
1906
1907 2015-08-17 Keith Seitz <keiths@redhat.com>
1908
1909 * gdb.linespec/explicit.exp: Move strace test from here ...
1910 * gdb.trace/strace.exp: ... to here.
1911
1912 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1913
1914 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1915 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1916
1917 2015-08-14 Doug Evans <xdje42@gmail.com>
1918
1919 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1920 inferior before selecting a new file.
1921
1922 2015-08-14 Doug Evans <xdje42@gmail.com>
1923
1924 * gdb.mi/mi-disassemble.exp: Update.
1925 * gdb.base/disasm-optim.S: New file.
1926 * gdb.base/disasm-optim.c: New file.
1927 * gdb.base/disasm-optim.h: New file.
1928 * gdb.base/disasm-optim.exp: New file.
1929
1930 2015-08-14 Keith Seitz <keiths@redhat.com>
1931
1932 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1933 "evaluated-by".
1934
1935 2015-08-13 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1938
1939 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1940
1941 * gdb.ada/fun_renaming.exp: New testcase.
1942 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1943 * gdb.ada/fun_renaming/pack.adb: New file.
1944 * gdb.ada/fun_renaming/pack.ads: New file.
1945
1946 2015-08-12 Keith Seitz <keiths@redhat.com>
1947
1948 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1949 gdb_get_line_number.
1950
1951 2015-08-12 Joel Brobecker <brobecker@adacore.com>
1952
1953 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1954 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1955 gdb.base/dso2dso.exp: New files.
1956
1957 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1958 Pedro Alves <palves@redhat.com>
1959 Keith Seitz <keiths@redhat.com>
1960
1961 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1962 GDBFLAGS.
1963
1964 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1965
1966 * gdb.base/gdbhistsize-history.exp
1967 (test_histsize_history_setting): Use save_vars.
1968 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1969 Use save_vars.
1970 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1971 * gdb.base/readline.exp: Use save_vars.
1972
1973 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1974
1975 * lib/gdb.exp (save_vars): New proc.
1976
1977 2015-08-11 Keith Seitz <keiths@redhat.com>
1978
1979 * gdb.base/help.exp: Update help_breakpoint_text.
1980
1981 2015-08-11 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1984 (at toplevel): Call test_explicit_breakpoints.
1985 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1986 breakpoints.
1987 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1988 breakpoint conditions, "-cond".
1989
1990 2015-08-11 Keith Seitz <keiths@redhat.com>
1991
1992 * gdb.linespec/3explicit.c: New file.
1993 * gdb.linespec/cpexplicit.cc: New file.
1994 * gdb.linespec/cpexplicit.exp: New file.
1995 * gdb.linespec/explicit.c: New file.
1996 * gdb.linespec/explicit.exp: New file.
1997 * gdb.linespec/explicit2.c: New file.
1998 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1999 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2000 before using in the matching pattern.
2001 Clarify that `prefix' is a regular expression.
2002
2003 2015-08-11 Keith Seitz <keiths@redhat.com>
2004
2005 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2006 test.
2007 Add tests for missing ",FMT" and ",".
2008
2009 2015-08-10 Doug Evans <dje@google.com>
2010 Keith Seitz <keiths@redhat.com>
2011
2012 PR gdb/17960
2013 * gdb.base/completion.exp: Add location completer tests.
2014
2015 2015-08-07 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2018 tests here.
2019 (top level): Run do_test with and without displaced stepping.
2020
2021 2015-08-07 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/valgrind-disp-step.c: New file.
2024 * gdb.base/valgrind-disp-step.exp: New file.
2025
2026 2015-08-07 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2029 Delete function.
2030 (main): Add alarm. Run an infinite loop instead of calling
2031 wait_threads.
2032 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2033 comment.
2034 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2035 Delete function.
2036 (main): Add alarm. Run an infinite loop instead of calling
2037 wait_threads.
2038 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2039 comment.
2040
2041 2015-08-07 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.base/checkpoint-ns.exp: New file.
2044 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2045 standard_testfile.
2046
2047 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2048
2049 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2050 * gdb.btrace/instruction_history.exp: Update.
2051 * gdb.btrace/tsx.exp: New.
2052 * gdb.btrace/tsx.c: New.
2053
2054 2015-08-06 Pedro Alves <palves@redhat.com>
2055
2056 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2057 increase timeout.
2058 * gdb.reverse/until-precsave.exp: Bump timeouts.
2059
2060 2015-08-06 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2063
2064 2015-08-06 Pedro Alves <palves@redhat.com>
2065
2066 PR gdb/18749
2067 * gdb.threads/process-dies-while-handling-bp.c: New file.
2068 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2069
2070 2015-08-06 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2073 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2074
2075 2015-08-05 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2078 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2079
2080 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2081
2082 * gdb.base/bp-permanent.exp: Report test as unsupported if
2083 the target cannot stop at the permanent breakpoint.
2084
2085 2015-08-03 Doug Evans <dje@google.com>
2086
2087 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2088 10000.
2089
2090 2015-08-03 Doug Evans <dje@google.com>
2091
2092 * Makefile.in (workers/%.worker, build-perf): New rule.
2093 (GDB_PERFTEST_MODE): New variable.
2094 (check-perf): Use it.
2095 (clean): Clean up gdb.perf parallel build subdirs.
2096 * lib/build-piece.exp: New file.
2097 * lib/gdb.exp (make_gdb_parallel_path): New function
2098 (standard_output_file, standard_temp_file): Call it.
2099 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2100 of $GDB_PARALLEL.
2101 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2102
2103 2015-08-03 Doug Evans <dje@google.com>
2104
2105 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
2106 (LOG_FILE_NAME): New global.
2107 (TextReporter.__init__): Initialize self.txt_sum.
2108 (TextReporter.report): Add support for multiple data-points.
2109 Move report to perftest.sum, put raw data in perftest.log.
2110 (TextReporter.start): Open sum and log files.
2111 (TextReporter.end): Close sum and log files.
2112 * gdb.perf/lib/perftest/testresult.py
2113 (SingleStatisticTestResult.record): Handle multiple data-points.
2114
2115 2015-07-31 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2118 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2119 kill_wait_spawned_process instead of explicit "kill -9".
2120 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2121 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2122 kill_wait_spawned_process.
2123 * gdb.base/attach-twice.exp: Likewise.
2124 * gdb.base/attach.exp: Likewise.
2125 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2126 gdb_test_multiple.
2127 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2128 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2129 kill_wait_spawned_process.
2130 * gdb.base/valgrind-infcall.exp: Likewise.
2131 * gdb.multi/multi-attach.exp: Likewise.
2132 * gdb.python/py-prompt.exp: Likewise.
2133 * gdb.python/py-sync-interp.exp: Likewise.
2134 * gdb.server/ext-attach.exp: Likewise.
2135 * gdb.threads/attach-into-signal.exp (corefunc): Use
2136 spawn_wait_for_attach, spawn_id_get_pid and
2137 kill_wait_spawned_process.
2138 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2139 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2140 spawn_id_get_pid and kill_wait_spawned_process.
2141 * gdb.threads/attach-stopped.exp (corefunc): Use
2142 spawn_wait_for_attach, spawn_id_get_pid and
2143 kill_wait_spawned_process.
2144 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2145 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2146 kill_wait_spawned_process instead of explicit "kill -9".
2147 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2148 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2149 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2150 processes. Don't map cygwin/windows pids here. Now returns a
2151 spawn id list.
2152
2153 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2154
2155 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2156 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2157 correct patch.
2158
2159 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2160
2161 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2162
2163 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2164
2165 Reapply:
2166 2014-05-21 Mark Wielaard <mjw@redhat.com>
2167
2168 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2169
2170 2015-07-30 Pedro Alves <palves@redhat.com>
2171
2172 * linux-low.c (handle_extended_wait): Set the child's last
2173 reported status to TARGET_WAITKIND_STOPPED.
2174
2175 2015-07-30 Pedro Alves <palves@redhat.com>
2176
2177 PR threads/18600
2178 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2179 only shows inferior 1.
2180
2181 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2182 Pedro Alves <palves@redhat.com>
2183
2184 PR threads/18600
2185 * gdb.threads/fork-plus-threads.c: New file.
2186 * gdb.threads/fork-plus-threads.exp: New file.
2187
2188 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2189
2190 * gdb.base/batch-preserve-term-settings.exp
2191 (test_terminal_settings_preserved_after_cli_exit): Use
2192 send_quit_command.
2193
2194 2015-07-29 Pedro Alves <palves@redhat.com>
2195 Don Breazeal <donb@codesourcery.com>
2196
2197 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2198 output from both inferior_spawn_id and gdb_spawn_id.
2199
2200 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2201
2202 * gdb.threads/attach-into-signal.exp (corefunc): Use
2203 with_test_prefix on nested loops, uniquefying the test messages.
2204
2205 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2206
2207 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2208 commit.
2209
2210 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2211
2212 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2213 New proc.
2214 (test_terminal_settings_preserved_after_sigterm): New test.
2215
2216 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2217
2218 * gdb.base/batch-preserve-term-settings.exp
2219 (test_terminal_settings_preserved_after_cli_exit): New test.
2220
2221 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2222
2223 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2224 manipulation of saved_gdbflags.
2225 (test_terminal_settings_preserved): Remove global declaration of
2226 the unused variable pagination_prompt. Remove manipulation of
2227 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2228 GDBFLAGS.
2229
2230 2015-07-29 Pedro Alves <palves@redhat.com>
2231
2232 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2233
2234 2015-07-29 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2237 at the top.
2238
2239 2015-07-29 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2242 (main): Call gdb_unbuffer_output.
2243 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2244 (main): Call gdb_unbuffer_output.
2245 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2246 (main): Call gdb_unbuffer_output.
2247 * gdb.base/call-strs.exp: Adjust to step over the
2248 gdb_unbuffer_output call.
2249 * gdb.base/catch-gdb-caused-signals.c: Include
2250 "../lib/unbuffer_output.c".
2251 (main): Call gdb_unbuffer_output.
2252 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2253 (main): Call gdb_unbuffer_output.
2254 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2255 (main): Call gdb_unbuffer_output.
2256 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2257 (main): Call gdb_unbuffer_output.
2258 * gdb.base/shlib-call.exp: Adjust to step over the
2259 gdb_unbuffer_output call.
2260 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2261 (main): Call gdb_unbuffer_output.
2262 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2263 (main): Call gdb_unbuffer_output.
2264 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2265 (main): Rename to ...
2266 (test): ... this.
2267 (main): Reimplement.
2268 * gdb.base/varargs.exp: Run to test instead of to main.
2269 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2270 (main): Call gdb_unbuffer_output.
2271
2272 2015-07-29 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2275 factore out from mi_continue_dprintf. For call-style dprintfs,
2276 expect dprintf output out of $inferior_spawn_id.
2277 (mi_continue_dprintf): Use mi_expect_dprintf.
2278 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2279 (main): Call gdb_unbuffer_output.
2280
2281 2015-07-29 Pedro Alves <palves@redhat.com>
2282
2283 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2284 (default_mi_gdb_start): Set inferior_spawn_id instead of
2285 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2286 gdb_spawn_id.
2287 (mi_gdb_test): Always expect inferior output from both
2288 $inferior_spawn_id and $gdb_spawn_id.
2289
2290 2015-07-29 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2293 send_inferior and $inferior_spawn_id.
2294
2295 2015-07-29 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.gdb/complaints.exp (test_initial_complaints)
2298 (test_serial_complaints, test_short_complaints): Use
2299 gdb_test_stdio.
2300 (test_empty_complaint): Handle $inferior_spawn_id !=
2301 $gdb_spawn_id.
2302
2303 2015-07-29 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.base/varargs.exp: Use gdb_test_stdio.
2306
2307 2015-07-29 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2310
2311 2015-07-29 Pedro Alves <palves@redhat.com>
2312
2313 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2314
2315 2015-07-29 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2318 parameter into two new parameters, "inf_result" and "gdb_result".
2319 Expect inferior output and gdb output from $inferior_spawn_id and
2320 $gdb_spawn_id, respectively. Adjust all callers.
2321
2322 2015-07-29 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2325 of gdb_test_sequence.
2326
2327 2015-07-29 Pedro Alves <palves@redhat.com>
2328
2329 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2330 (saw_spurious_output): Expect inferior output from
2331 $inferior_spawn_id. Use gdb_test_stdio.
2332
2333 2015-07-29 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/dprintf.exp: Use standard_testfile. Change
2336 prepare_for_testing call.
2337 (srcfile): Don't set.
2338 (restart): New procedure.
2339 (test_dprintf): New procecure, use to continue over dprintfs.
2340 (test_call, test_agent): New procedures, tests moved here.
2341 Restart gdb and recreate dprintfs. Adjust expected output.
2342
2343 2015-07-29 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2346
2347 2015-07-29 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2350
2351 2015-07-29 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2354 gdb_test_stdio.
2355
2356 2015-07-29 Pedro Alves <palves@redhat.com>
2357
2358 * lib/gdb.exp (gdb_test_stdio): New procedure.
2359
2360 2015-07-29 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2363
2364 2015-07-29 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.base/call-signal-resume.exp: Remove check for
2367 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2368 * gdb.base/unwindonsignal.exp: Likewise.
2369 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2370 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2371
2372 2015-07-29 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/siginfo-addr.c (pass): New function.
2375 (handler): Call it iff si_addr is correct.
2376 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2377 Set a breakpoint at "pass" and continue to it.
2378
2379 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2380
2381 * gdb.python/py-objfile.exp: Make some tests have unique names.
2382 * gdb.python/py-pp-registration.exp: Likewise.
2383
2384 2015-07-28 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2387
2388 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2389
2390 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2391
2392 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2393
2394 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2395
2396 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2397
2398 * gdb.base/gdb-sigterm-2.exp: New test.
2399
2400 2015-07-25 Doug Evans <xdje42@gmail.com>
2401
2402 Revert:
2403 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2404 (workers/%.worker, build-perf): New rule.
2405 (GDB_PERFTEST_MODE): New variable.
2406 (check-perf): Use it.
2407 (clean): Clean up gdb.perf parallel build subdirs.
2408 * lib/build-piece.exp: New file.
2409 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2410 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2411 name.
2412 (standard_temp_file): Ditto.
2413 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2414 of $GDB_PARALLEL.
2415
2416 2015-07-24 Doug Evans <dje@google.com>
2417
2418 * gdb.perf/lib/perftest/utils.py: New file.
2419 * gdb.perf/gm-hello.cc: New file.
2420 * gdb.perf/gm-pervasive-typedef.cc: New file.
2421 * gdb.perf/gm-pervasive-typedef.h: New file.
2422 * gdb.perf/gm-std.cc: New file.
2423 * gdb.perf/gm-std.h: New file.
2424 * gdb.perf/gm-use-cerr.cc: New file.
2425 * gdb.perf/gm-utils.h: New file.
2426 * gdb.perf/gmonster-null-lookup.py: New file.
2427 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2428 * gdb.perf/gmonster-print-cerr.py: New file.
2429 * gdb.perf/gmonster-ptype-string.py: New file.
2430 * gdb.perf/gmonster-runto-main.py: New file.
2431 * gdb.perf/gmonster-select-file.py: New file.
2432 * gdb.perf/gmonster1-null-lookup.exp: New file.
2433 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2434 * gdb.perf/gmonster1-print-cerr.exp: New file.
2435 * gdb.perf/gmonster1-ptype-string.exp: New file.
2436 * gdb.perf/gmonster1-runto-main.exp: New file.
2437 * gdb.perf/gmonster1-select-file.exp: New file.
2438 * gdb.perf/gmonster1.cc: New file.
2439 * gdb.perf/gmonster1.exp: New file.
2440 * gdb.perf/gmonster2-null-lookup.exp: New file.
2441 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2442 * gdb.perf/gmonster2-print-cerr.exp: New file.
2443 * gdb.perf/gmonster2-ptype-string.exp: New file.
2444 * gdb.perf/gmonster2-runto-main.exp: New file.
2445 * gdb.perf/gmonster2-select-file.exp: New file.
2446 * gdb.perf/gmonster2.cc: New file.
2447 * gdb.perf/gmonster2.exp: New file.
2448
2449 2015-07-24 Doug Evans <dje@google.com>
2450
2451 * gdb.perf/README: New file.
2452 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2453 * lib/gen-perf-test.exp: New file.
2454
2455 2015-07-24 Doug Evans <dje@google.com>
2456
2457 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2458 (PerfTest::startup): New function.
2459 (PerfTest::run): Return result of calling body.
2460 (PerfTest::assemble): Rewrite.
2461 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2462 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2463 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2464 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2465 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2466
2467 2015-07-24 Doug Evans <dje@google.com>
2468
2469 * lib/gdb.exp (clean_restart): Make executable optional.
2470
2471 2015-07-24 Doug Evans <dje@google.com>
2472
2473 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2474 compiler_info references.
2475 * gdb.cp/temargs.exp: Ditto.
2476 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2477 (get_compiler_info): Early exit if already computed. Set compiler_info
2478 to "unknown" if there was a problem.
2479 (test_compiler_info): Add function comment. Call get_compiler_info.
2480
2481 2015-07-24 Doug Evans <dje@google.com>
2482
2483 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2484 (workers/%.worker, build-perf): New rule.
2485 (GDB_PERFTEST_MODE): New variable.
2486 (check-perf): Use it.
2487 (clean): Clean up gdb.perf parallel build subdirs.
2488 * lib/build-piece.exp: New file.
2489 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2490 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2491 name.
2492 (standard_temp_file): Ditto.
2493 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2494 of $GDB_PARALLEL.
2495
2496 2015-07-24 Doug Evans <dje@google.com>
2497
2498 * lib/future.exp (gdb_default_target_compile): New option
2499 "early_flags".
2500 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2501 --as-needed.
2502
2503 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2504
2505 * gdb.base/catch-syscall.exp: Call gdb_exit before
2506 gdb_skip_xml_test.
2507
2508 2015-07-24 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.python/py-events.exp: Accept output between the stop event
2511 and the prompt.
2512 * gdb.python/py-evsignal.exp: Likewise.
2513 * gdb.python/py-evthreads.exp: Likewise.
2514
2515 2015-07-24 Pedro Alves <palves@redhat.com>
2516
2517 PR gdb/18717
2518 * gdb.threads/non-ldr-exit.c: New file.
2519 * gdb.threads/non-ldr-exit.exp: New file.
2520
2521 2015-07-24 Yao Qi <yao.qi@linaro.org>
2522
2523 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2524 restarting process.
2525
2526 2015-07-24 Yao Qi <yao.qi@linaro.org>
2527
2528 * gdb.server/ext-restart.exp: New file.
2529
2530 2015-07-24 Yao Qi <yao.qi@linaro.org>
2531
2532 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2533 argument options.
2534 * gdb.server/ext-wrapper.exp: New file.
2535
2536 2015-07-23 Doug Evans <dje@google.com>
2537
2538 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2539 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2540
2541 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2542
2543 * gdb.ada/var_arr_typedef.exp: New testcase.
2544 * gdb.ada/var_arr_typedef/pack.adb: New file.
2545 * gdb.ada/var_arr_typedef/pack.ads: New file.
2546 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2547
2548 2015-07-20 Joel Brobecker <brobecker@adacore.com>
2549
2550 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2551
2552 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2553
2554 * gdb.arch/i386-biarch-core.exp: Replace istarget
2555 by "complete set gnutarget". Remove expectation for the "core-file"
2556 command.
2557
2558 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 Revert the previous commit:
2561 Tests for validate symbol file using build-id.
2562
2563 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2564
2565 Tests for validate symbol file using build-id.
2566 * gdb.base/solib-mismatch-lib.c: New file.
2567 * gdb.base/solib-mismatch-libmod.c: New file.
2568 * gdb.base/solib-mismatch.c: New file.
2569 * gdb.base/solib-mismatch.exp: New file.
2570
2571 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2572
2573 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2574 nios2-*-linux*.
2575 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2576 * gdb.base/siginfo.exp: Likewise.
2577 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2578
2579 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2580
2581 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2582 Move it to ...
2583 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2584 ... here.
2585 * gdb.trace/range-stepping.exp: Check that the target supports
2586 range stepping.
2587
2588 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2591
2592 2015-07-14 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.base/killed-outside.exp: New file.
2595 * gdb.base/killed-outside.c: New file.
2596
2597 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2600 (n at main): New.
2601 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2602
2603 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2604
2605 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2606 infcall tests instead of setting up for KFAIL.
2607
2608 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2609
2610 * gdb.btrace/record_goto-step.exp: New.
2611
2612 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 PR compile/18484
2615 * gdb.compile/compile.c (struct struct_type): Add volatile to
2616 selffield's type.
2617 * gdb.compile/compile.exp
2618 (compile code struct_object.selffield = &struct_object): Skip further
2619 struct_object tests if this one xfails.
2620
2621 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
2622
2623 PR exp/18617
2624 * gdb.trace/ax.exp: Add test.
2625
2626 2015-07-07 Yao Qi <yao.qi@linaro.org>
2627
2628 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2629 instead of istarget "aarch64*-*-*".
2630 * gdb.arch/aarch64-fp.exp: Likewise.
2631 * gdb.base/float.exp: Likewise.
2632 * gdb.reverse/aarch64.exp: Likewise.
2633 * lib/gdb.exp (is_aarch64_target): New proc.
2634
2635 2015-07-07 Yao Qi <yao.qi@linaro.org>
2636
2637 * lib/gdb.exp (is_aarch32_target): New proc.
2638 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2639 instead of "istarget "arm*-*-*"".
2640 * gdb.arch/arm-disp-step.exp: Likewise.
2641 * gdb.arch/thumb-bx-pc.exp: Likewise.
2642 * gdb.arch/thumb-prologue.exp: Likewise.
2643 * gdb.arch/thumb-singlestep.exp: Likewise.
2644 * gdb.base/disp-step-syscall.exp: Likewise.
2645 * gdb.base/float.exp: Likewise.
2646
2647 2015-07-07 Yao Qi <yao.qi@linaro.org>
2648
2649 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2650 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2651
2652 2015-07-07 Yao Qi <yao.qi@linaro.org>
2653
2654 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2655 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2656 if it exists.
2657 * gdb.multi/multi-arch.exp: Likewise.
2658
2659 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2660
2661 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2662 print.
2663
2664 2015-07-07 Yao Qi <yao.qi@linaro.org>
2665
2666 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2667
2668 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2669
2670 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2671 '[' and ']' characters.
2672
2673 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2674
2675 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2676
2677 2015-06-29 Pedro Alves <palves@redhat.com>
2678
2679 PR threads/18127
2680 * gdb.threads/hand-call-new-thread.c: New file.
2681 * gdb.threads/hand-call-new-thread.c: New file.
2682
2683 2015-06-26 Keith Seitz <keiths@redhat.com>
2684 Doug Evans <dje@google.com>
2685
2686 PR 16253
2687 * gdb.cp/var-tag-2.cc: New file.
2688 * gdb.cp/var-tag-3.cc: New file.
2689 * gdb.cp/var-tag-4.cc: New file.
2690 * gdb.cp/var-tag.cc: New file.
2691 * gdb.cp/var-tag.exp: New file.
2692
2693 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2694
2695 * gdb.base/history-duplicates.exp: New test.
2696
2697 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2698
2699 * gdb.base/completion.exp: Test the completion of the "focus"
2700 command.
2701
2702 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2703
2704 * gdb.arch/amd64-prologue-skip.S: New file.
2705 * gdb.arch/amd64-prologue-skip.exp: New file.
2706
2707 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2708
2709 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2710 is_address_zero_readable check.
2711
2712 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2713
2714 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2715 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2716
2717 2015-06-24 Yao Qi <yao.qi@linaro.org>
2718
2719 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2720 linux targets.
2721
2722 2015-06-24 Yao Qi <yao.qi@linaro.org>
2723
2724 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2725 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2726 * gdb.base/siginfo-thread.exp: Likewise.
2727
2728 2015-06-22 Yao Qi <yao.qi@linaro.org>
2729
2730 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2731
2732 2015-06-22 Yao Qi <yao.qi@linaro.org>
2733
2734 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2735 aarch64*-*-*.
2736 (skip_hw_watchpoint_tests): Likewise.
2737
2738 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2739
2740 * gdb.base/gdbinit-history.exp: Test the interaction between
2741 setting GDBHISTSIZE and setting the history size via .gdbinit.
2742
2743 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2744
2745 PR gdb/16999
2746 * gdb.base/gdbhistsize-history.exp: New test.
2747
2748 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2749
2750 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2751 with GDBHISTSIZE.
2752 * gdb.base/readline.exp: Likewise.
2753
2754 2015-06-17 Yao Qi <yao.qi@linaro.org>
2755
2756 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2757 line.
2758
2759 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2760
2761 * gdb.base/gdbinit-history.exp: Add test case to check that
2762 an unlimited history file does not get truncated on exit.
2763
2764 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2765
2766 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2767 (VECTOR): New macro. Use it...
2768 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2769 ...for these typedefs.
2770 (int8, char1, int1, double1): New typedefs.
2771 (struct just_int2, struct two_int2): New structures.
2772 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2773 (add_structvecs, add_singlevecs): New functions.
2774 (main): Call add_some_intvecs twice.
2775 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2776 the compile and exit upon failure. Try compiling for the "native"
2777 architecture. Test inferior function calls with vector arguments
2778 and vector return value handling with "finish" and "return".
2779
2780 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2781
2782 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2783 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2784 PE file.
2785 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2786
2787 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2788
2789 PR breakpoints/16465
2790 * gdb.mi/mi-dprintf-pending.c: New file.
2791 * gdb.mi/mi-dprintf-pending.exp: New test.
2792 * gdb.mi/mi-dprintf-pendshr.c: New file.
2793
2794 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2795 Mircea Gherzan <mircea.gherzan@intel.com>
2796
2797 * gdb.arch/i386-mpx-map.c: New file.
2798 * gdb.arch/i386-mpx-map.exp: New File.
2799
2800 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2801
2802 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2803 * gdb.arch/i386-mpx.exp: Indentation fixed.
2804
2805 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2806
2807 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2808 function and improved indentation.
2809 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2810 gdb_test_multiple. Added additional tests to skip the test.
2811
2812 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2813
2814 * gdb.arch/i386-avx512.c: Change path in include file.
2815 * gdb.arch/i386-avx512.exp: Change include dir path
2816 compilation flag.
2817 * gdb.arch/i386-mpx.c: Change path in include file.
2818 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2819 flag.
2820
2821 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 * gdb.compile/compile-print.exp (compile print *vararray@3)
2824 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2825
2826 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2829 (do not keep jit in memory): ... this.
2830 (expect 5): Change it to ...
2831 (expect no 5): ... this.
2832
2833 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2834
2835 PR gdb/15564
2836 * gdb.mi/mi-detach.exp: New file.
2837
2838 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 PR symtab/18392
2841 * gdb.arch/amd64-tailcall-self.S: New file.
2842 * gdb.arch/amd64-tailcall-self.c: New file.
2843 * gdb.arch/amd64-tailcall-self.exp: New file.
2844
2845 2015-05-28 Don Breazeal <donb@codesourcery.com>
2846
2847 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2848 tests for remote targets by checking is_target_gdbserver.
2849
2850 2015-05-27 Doug Evans <dje@google.com>
2851
2852 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2853 * gdb.dwarf2/opaque-type-lookup.c: New file.
2854 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2855
2856 2015-05-26 Doug Evans <dje@google.com>
2857
2858 * gdb.cp/iostream.cc: New file.
2859 * gdb.cp/iostream.exp: New file.
2860
2861 2015-05-26 Doug Evans <dje@google.com>
2862
2863 * gdb.dwarf2/dw2-op-call.exp: Update.
2864 * gdb.dwarf2/dw4-sig-types.exp: Update.
2865 * gdb.dwarf2/implptr.exp: Update.
2866 * gdb.mi/mi-cmd-param-changed.exp: Update.
2867
2868 2015-05-26 Doug Evans <dje@google.com>
2869
2870 * gdb.python/py-lazy-string.c: New file.
2871 * gdb.python/py-lazy-string.exp: New file.
2872 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2873 (main): Update. Add estring3.
2874 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2875 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2876
2877 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2878 Yao Qi <yao.qi@linaro.org>
2879
2880 * gdb.reverse/aarch64.c: New.
2881 * gdb.reverse/aarch64.exp: New.
2882
2883 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2884
2885 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2886 (supports_reverse): Likewise.
2887
2888 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2889
2890 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2891 Use with_test_prefix.
2892
2893 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.base/completion.exp: Add test for completion of layout
2896 names.
2897
2898 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * lib/gdb.exp (skip_tui_tests): New proc.
2901 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2902
2903 2015-05-19 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2906 Save the whole env array instead of just HOME. Unset HISTSIZE in
2907 the environment while testing. Restore whole environment
2908 afterwards.
2909
2910 2015-05-16 Doug Evans <xdje42@gmail.com>
2911
2912 * gdb.guile/scm-ports.c: New file.
2913 * gdb.guile/scm-ports.exp: Add memory port tests.
2914
2915 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.compile/compile-print.c: New file.
2918 * gdb.compile/compile-print.exp: New file.
2919
2920 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 * gdb.compile/compile-ops.exp: Cast param to void.
2923 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2924 (compile code struct_object.selffield = &struct_object): Add xfail.
2925
2926 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.ada/arr_enum_with_gap: New testcase.
2929
2930 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2931
2932 * gdb.ada/byte_packed_arr: New testcase.
2933
2934 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2935
2936 * gdb.ada/pckd_neg: New testcase.
2937
2938 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2939
2940 PR gdb/17820
2941 * gdb.base/gdbinit-history.exp: New test.
2942 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2943 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2944
2945 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2946
2947 * gdb.python/py-xmethods.cc: Enhance test case.
2948 * gdb.python/py-xmethods.exp: New tests.
2949 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2950 function.
2951 (B_indexoper): Likewise.
2952 (global_dm_list) : Add new xmethod worker functions.
2953
2954 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2955
2956 * gdb.base/coredump-filter.exp: Correctly unset
2957 "coredump_var_addr" array.
2958
2959 2015-05-08 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.server/non-existing-program.exp: Unset spawn_id.
2962
2963 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2964
2965 PR python/18291
2966 * gdb.python/py-xmethods.exp: Add tests.
2967
2968 2015-05-08 Yao Qi <yao.qi@linaro.org>
2969
2970 PR gdb/18208
2971 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2972 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2973 function set_coredump_filter, and remove remote_exec call.
2974 Remove argument ipid. Callers update.
2975 (top level): Don't get inferior's PID.
2976
2977 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2978
2979 * gdb.base/watch_thread_num.exp: Skip test on targets without
2980 access watchpoints.
2981
2982 2015-05-06 Pedro Alves <palves@redhat.com>
2983
2984 PR server/18081
2985 * gdb.server/non-existing-program.exp: New file.
2986
2987 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2988
2989 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2990
2991 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.ada/out_of_line_in_inlined: New testcase.
2994
2995 2015-05-05 Joel Brobecker <brobecker@adacore.com>
2996
2997 * gdb.ada/var_rec_arr: New testcase.
2998
2999 2015-04-30 Yao Qi <yao.qi@linaro.org>
3000
3001 * gdb.base/break-idempotent.exp: If
3002 skip_hw_watchpoint_multi_tests returns true, skip the tests
3003 on "rwatch" and "awatch".
3004
3005 2015-04-30 Yao Qi <yao.qi@linaro.org>
3006
3007 * gdb.base/relativedebug.exp: Invoke gdb command
3008 "info sharedlibrary", and if libc.so doesn't have debug info,
3009 skip the test.
3010
3011 2015-04-29 Doug Evans <dje@google.com>
3012
3013 * gdb.python/py-xmethods.exp: Add ptype tests.
3014 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3015 get_result_type method.
3016
3017 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3018
3019 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3020 the target does not support hardware watchpoints.
3021
3022 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3023
3024 * gdb.base/break-always.exp: Abort testing if writing to memory
3025 causes an error.
3026
3027 2015-04-28 Doug Evans <dje@google.com>
3028
3029 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3030 * gdb.python/py-pp-registration.exp: ... here. New file.
3031 * gdb.python/py-pp-registration.c: New file.
3032 * gdb.python/py-pp-registration.py: New file.
3033
3034 2015-04-28 Doug Evans <dje@google.com>
3035
3036 * gdb.python/py-bad-printers.c: New file.
3037 * gdb.python/py-bad-printers.py: New file.
3038 * gdb.python/py-bad-printers.exp: New file.
3039
3040 2015-04-28 Sasha Smundak <asmundak@google.com>
3041
3042 * gdb.python/py-type.exp: New test.
3043
3044 2015-04-28 Andy Wingo <wingo@igalia.com>
3045
3046 * gdb.python/py-parameter.exp:
3047 * gdb.guile/scm-parameter.exp: Escape the path that we are
3048 matching against, as it might contain characters that are special
3049 to regular expressions.
3050
3051 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3052
3053 * gdb.ada/rec_comp: New testcase.
3054
3055 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3056
3057 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3058 before using it.
3059
3060 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3063 new tests for verilog output.
3064
3065 2015-04-24 Yao Qi <yao.qi@linaro.org>
3066
3067 * boards/remote-gdbserver-on-localhost.exp: New file.
3068
3069 2015-04-23 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3072 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3073 "end of file", remove $inferior_spawn_id from the indirect list.
3074
3075 2015-04-23 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3078
3079 2015-04-23 Pedro Alves <palves@redhat.com>
3080
3081 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3082 on $any_spawn_id instead of only on $gdb_spawn_id.
3083
3084 2015-04-21 Pierre Muller <muller@sourceware.org>
3085
3086 PR pascal/17815
3087 * lib/pascal.exp (gpc_compile): Add new option "class".
3088 (fpc_compile): Likewise.
3089 * gdb.pascal/case-insensitive-symbols.pas: New file.
3090 * gdb.pascal/case-insensitive-symbols.exp: New file.
3091
3092 2015-04-20 Gary Benson <gbenson@redhat.com>
3093
3094 * gdb.base/attach.exp: Fix three extended remote failures.
3095
3096 2015-04-17 Gary Benson <gbenson@redhat.com>
3097
3098 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3099 the main executable over the remote protocol.
3100
3101 2015-04-16 Pedro Alves <palves@redhat.com>
3102
3103 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3104 a new gdbserver if gdbserver_reconnect_p is set.
3105
3106 2015-04-16 Pedro Alves <palves@redhat.com>
3107
3108 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3109 is set, don't exit gdbserver.
3110
3111 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3112
3113 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3114 appropriate .insn, such that an older assembler can be used.
3115 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3116 the z/Architecture instruction set on 31-bit targets as well.
3117
3118 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3119
3120 * gdb.go/handcall.exp: Remove all logic related to the first
3121 breakpoint and rely on go_runto_main instead.
3122 * gdb.go/strings.exp: Likewise.
3123 * gdb.go/unsafe.exp: Likewise.
3124 * gdb.go/hello.exp: Likewise. Also rename the remaining
3125 breakpoint marker to "breakpoint 1".
3126 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3127 * gdb.go/strings.go: Likewise.
3128 * gdb.go/unsafe.go: Likewise.
3129 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3130 "set breakpoint 2 here" and rename the remaining breakpoint marker
3131 to "breakpoint 1".
3132
3133 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3134
3135 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3136 if itertools.imap is not present.
3137 * gdb.python/py-objfile.exp: Add parentheses.
3138 * gdb.python/py-type.exp: Same.
3139 * gdb.python/py-unwind-maint.py: Same.
3140
3141 2015-04-15 Yao Qi <yao.qi@linaro.org>
3142
3143 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3144 of ":$ptr_size" and set its form explicitly.
3145
3146 2015-04-15 Pedro Alves <palves@redhat.com>
3147 Yao Qi <yao.qi@linaro.org>
3148
3149 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3150 timeout by factor of 4.
3151 (test_regular_watch): Likewise.
3152 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3153 * gdb.reverse/sigall-reverse.exp: Likewise.
3154 * gdb.reverse/until-precsave.exp: Likewise.
3155 * lib/gdb.exp (with_timeout_factor): New proc.
3156 (gdb_expect): Move some code to ...
3157 (get_largest_timeout): ... here. New procedure.
3158
3159 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
3160
3161 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3162
3163 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3164
3165 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3166 to write to the .text section.
3167
3168 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3169
3170 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3171 Handle the case of targets that do not provide PID information.
3172
3173 2015-04-13 Yao Qi <yao.qi@linaro.org>
3174
3175 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3176 and use expect instead of gdb_expect.
3177
3178 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3179
3180 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3181 "coredump_var_addr" to avoid naming conflict with other testcases.
3182
3183 2015-04-10 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3186 gdb_test_sequence and gdb_assert.
3187
3188 2015-04-10 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3191 test messages that don't include the breakpoint address.
3192
3193 2015-04-10 Yao Qi <yao.qi@linaro.org>
3194
3195 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3196 false for some offset and width combinations which aren't
3197 supported by linux kernel.
3198
3199 2015-04-10 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3202 procedure, factored out from ...
3203 (top level): ... here. Add "set displaced-stepping" testing axis.
3204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3205 parameter "displaced". Use it.
3206 (top level): Use foreach and add "set displaced-stepping" testing
3207 axis.
3208
3209 2015-04-10 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3212 Remove comment.
3213 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3214 both the address of the instruction that triggers the watchpoint
3215 and the address of the instruction immediately after, and use
3216 those addresses for the test. Fix comment.
3217
3218 2015-04-10 Pedro Alves <palves@redhat.com>
3219
3220 * gdb.base/sigstep.exp (breakpoint_to_handler)
3221 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3222 Test "backtrace" in handler.
3223 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3224 (top level): Add new "displaced" test axis to
3225 breakpoint_to_handler, breakpoint_to_handler_entry and
3226 breakpoint_over_handler.
3227
3228 2015-04-10 Pedro Alves <palves@redhat.com>
3229
3230 PR gdb/18216
3231 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3232
3233 2015-04-10 Yao Qi <yao.qi@linaro.org>
3234
3235 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3236 (test_add_rn_pc): New function.
3237 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3238 (top level): Invoke test_add_rn_pc.
3239
3240 2015-04-10 Pedro Alves <palves@redhat.com>
3241
3242 PR gdb/13858
3243 * gdb.base/step-over-no-symbols.exp: New file.
3244
3245 2015-04-09 Andy Wingo <wingo@igalia.com>
3246
3247 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3248 after the Python tests.
3249
3250 2015-04-08 Keith Seitz <keiths@redhat.com>
3251
3252 PR python/16699
3253 * gdb.python/py-completion.exp: New tests for completion.
3254 * gdb.python/py-completion.py (CompleteLimit1): New class.
3255 (CompleteLimit2): Likewise.
3256 (CompleteLimit3): Likewise.
3257 (CompleteLimit4): Likewise.
3258 (CompleteLimit5): Likewise.
3259 (CompleteLimit6): Likewise.
3260 (CompleteLimit7): Likewise.
3261
3262 2015-04-08 Pedro Alves <palves@redhat.com>
3263
3264 PR gdb/18214
3265 PR gdb/18216
3266 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3267 function.
3268 (main): Install it as SIGUSR1 handler.
3269 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3270 parameter. Always use "setup" as prefix. Toggle "set
3271 displaced-stepping" off/on depending on global. Don't switch to
3272 thread 1 here.
3273 (top level): Add displaced stepping "off/on" test axis. Update
3274 "setup" calls. Wrap each subtest with with_test_prefix. Test
3275 continuing with a queued signal in each thread.
3276
3277 2015-04-08 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3280 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3281 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3282 Return early if running to main fails.
3283 * gdb.trace/while-stepping.exp: Likewise.
3284
3285 2015-04-07 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3288 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3289 interact with inferior program.
3290
3291 2015-04-07 Pedro Alves <palves@redhat.com>
3292
3293 * lib/gdb.exp (inferior_spawn_id): New global.
3294 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3295 spawn id after processing the user code.
3296 (default_gdb_start): Set inferior_spawn_id.
3297 (send_inferior): New procedure.
3298 * lib/gdbserver-support.exp (gdbserver_start): Set
3299 inferior_spawn_id.
3300 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3301
3302 2015-04-07 Pedro Alves <palves@redhat.com>
3303
3304 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3305 * lib/gdbserver-support.exp (gdbserver_start): Make
3306 $server_spawn_id global.
3307 (gdbserver_start): Don't wait for gdbserver's spawn id with
3308 expect_background.
3309 (close_gdbserver): New procedure.
3310 (gdb_exit): Rename the default version and reimplement.
3311
3312 2015-04-07 Pedro Alves <palves@redhat.com>
3313
3314 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
3315 append the substituted item, not the original item.
3316
3317 2015-04-07 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3320 gdb_expect.
3321
3322 2015-04-07 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3325 output appearing once only.
3326
3327 2015-04-07 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3330 that doesn't expect anything. Return early if running to main
3331 fails.
3332
3333 2015-04-07 Yao Qi <yao.qi@linaro.org>
3334
3335 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3336 (child_function): Call alarm.
3337 (main): Move call to alarm into the loop.
3338 * gdb.threads/non-stop-fair-events.exp: Build program with
3339 -DTIMEOUT=$timeout.
3340
3341 2015-04-06 Doug Evans <xdje42@gmail.com>
3342
3343 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3344 Fix dest parameter to board_info.
3345 (fpc_compile): Ditto.
3346 (gdb_compile_pascal): Rename dest arg to destfile.
3347
3348 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3349
3350 * gdb.ada/funcall_ref.exp: New file.
3351 * gdb.ada/funcall_ref/foo.adb: New file.
3352
3353 2015-04-02 Yao Qi <yao.qi@linaro.org>
3354
3355 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3356 is remote.
3357
3358 2015-04-02 Gary Benson <gbenson@redhat.com>
3359
3360 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3361
3362 2015-04-01 Sasha Smundak <asmundak@google.com>
3363
3364 * gdb.python/py-unwind-maint.c: New file.
3365 * gdb.python/py-unwind-maint.exp: New test.
3366 * gdb.python/py-unwind-maint.py: New file.
3367 * gdb.python/py-unwind.c: New file.
3368 * gdb.python/py-unwind.exp: New test.
3369 * gdb.python/py-unwind.py: New test.
3370
3371 2015-04-01 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3374 to fail instead of non-existent $test.
3375
3376 2015-04-01 Pedro Alves <palves@redhat.com>
3377
3378 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3379 GDBFLAGS if not empty.
3380
3381 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3382
3383 * gdb.ada/complete.exp: Remove "multi_line".
3384 * gdb.ada/info_exc.exp: Remove "multi_line".
3385 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3386 * gdb.ada/ptype_field.exp: Remove "multi_line".
3387 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3388 * gdb.ada/tagged.exp: Remove "multi_line".
3389 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3390 [multi_line ...]
3391 * gdb.btrace/delta.exp: Likewise.
3392 * gdb.btrace/exception.exp: Likewise.
3393 * gdb.btrace/function_call_history.exp: Likewise.
3394 * gdb.btrace/instruction_history.exp: Likewise.
3395 * gdb.btrace/nohist.exp: Likewise.
3396 * gdb.btrace/record_goto.exp: Likewise.
3397 * gdb.btrace/segv.exp: Likewise.
3398 * gdb.btrace/stepi.exp: Likewise.
3399 * gdb.btrace/tailcall.exp: Likewise.
3400 * gdb.btrace/unknown_functions.exp: Likewise.
3401 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3402 * lib/gdb.exp: Add the "multi_line" helper.
3403
3404 2015-04-01 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.threads/tid-reuse.c: New file.
3407 * gdb.threads/tid-reuse.exp: New file.
3408
3409 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3410
3411 PR corefiles/16092
3412 * gdb.base/coredump-filter.c: New file.
3413 * gdb.base/coredump-filter.exp: Likewise.
3414
3415 2015-03-27 Petr Machata <pmachata@redhat.com>
3416
3417 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3418 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3419 (Dwarf::assemble): Initialize them.
3420 (Dwarf::lines): New function.
3421
3422 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3423
3424 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3425 SYMBOL_PREFIX for x86_64-*-cygwin.
3426
3427 2015-03-26 Andy Wingo <wingo@igalia.com>
3428
3429 PR symtab/18148
3430 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3431 const_value but not a location.
3432 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3433 location defined in non-main CUs are visible.
3434
3435 2015-03-26 Yao Qi <yao.qi@linaro.org>
3436
3437 PR testsuite/18139
3438 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3439 Add a line number entry for the same line.
3440 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3441 Add a line number entry for the same line.
3442
3443 2015-03-26 Yao Qi <yao.qi@linaro.org>
3444
3445 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3446 .int 0.
3447 (func): Likewise. Add .Lfunc_1 label.
3448 Use .Lfunc_1 label.
3449 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3450 .int 0.
3451 (func): Likewise.
3452 Use .Lfunc_1 label.
3453
3454 2015-03-26 Yao Qi <yao.qi@linaro.org>
3455
3456 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3457 Call gdb_compile instead to compile each .s files without debug
3458 information.
3459
3460 2015-03-26 Yao Qi <yao.qi@linaro.org>
3461
3462 * gdb.base/savedregs.exp (process_saved_regs): Make
3463 "Saved registers:" optional in the pattern.
3464
3465 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3466
3467 * gdb.btrace/next.exp: Merged into step.exp.
3468 * gdb.btrace/finish.exp: Merged into step.exp.
3469 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3470 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3471 "record goto" and checking the exact replay position.
3472 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3473 check for "Recording format" in "info record" output.
3474 * gdb.btrace/record_goto.exp: Choose test file based on target.
3475 * gdb.btrace/x86-record_goto.S: Renamed into ...
3476 * gdb.btrace/x86_64-record_goto.S: ... this.
3477 * gdb.btrace/i686-record_goto.S: New.
3478 * gdb.btrace/x86-tailcall.S: Renamed into ...
3479 * gdb.btrace/x86_64-tailcall.S: ... this.
3480 * gdb.btrace/i686-tailcall.S: New.
3481 * gdb.btrace/x86-tailcall.c: Renamed into ...
3482 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3483 separate statements. Update test.
3484 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3485 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3486 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3487 * gdb.btrace/tailcall.exp: Choose test file based on target.
3488 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3489
3490 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3491
3492 * gdb.btrace/exception.exp: Increase BTS buffer size.
3493
3494 2015-03-24 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3497
3498 2015-03-24 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.threads/schedlock.exp (test_step): No longer expect that
3501 "set scheduler-locking step" with "next" over a function call runs
3502 threads unlocked.
3503
3504 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3505
3506 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3507
3508 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3509
3510 PR breakpoints/16466
3511 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3512 * gdb.mi/mi-pending.c (thread_func): New function.
3513 (int main): Add threading support required.
3514 * gdb.mi/mi-pending.exp: Add tests for this issue.
3515 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3516 (pendfunc2): Remove stdio dependency.
3517 * gdb.mi/mi-pendshr2.c: New file.
3518
3519 2015-03-23 Keith Seitz <keiths@redhat.com>
3520
3521 * gdb.linespec/keywords.c: New file.
3522 * gdb.linespec/keywords.exp: New file.
3523
3524 2015-03-23 Keith Seitz <keiths@redhat.com>
3525
3526 PR gdb/18021
3527 * gdb.dwarf2/staticvirtual.exp: New test.
3528
3529 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3532 * README: Remove HP-UX and gdb.hp.
3533 (configuration):
3534 * configure: Regenerate.
3535 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3536 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3537 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3538 gdb.hp/gdb.defects/Makefile.
3539 * gdb.hp/Makefile.in: File deleted.
3540 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3541 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3542 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3543 * gdb.hp/gdb.aCC/run.c: File deleted.
3544 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3545 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3546 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3547 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3548 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3549 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3550 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3551 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3552 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3553 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3554 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3555 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3556 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3557 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3558 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3559 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3560 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3561 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3562 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3563 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3564 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3565 * gdb.hp/gdb.compat/average.c: File deleted.
3566 * gdb.hp/gdb.compat/sum.c: File deleted.
3567 * gdb.hp/gdb.compat/xdb.c: File deleted.
3568 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3569 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3570 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3571 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3572 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3573 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3574 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3575 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3576 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3577 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3578 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3579 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3580 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3581 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3582 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3583 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3584 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3585 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3586 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3587 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3588 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3589 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3590 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3591 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3592 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3593 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3594 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3595 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3596 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3597 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3598 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3599 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3600 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3601 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3602 * gdb.hp/tools/odump: File deleted.
3603
3604 2015-03-19 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3607 (saw_thread_3): New globals.
3608 (top level): Increment them when an event for the corresponding
3609 thread is seen.
3610 (no thread starvation): New test.
3611
3612 2015-03-19 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.threads/continue-pending-status.c: New file.
3615 * gdb.threads/continue-pending-status.exp: New file.
3616
3617 2015-03-18 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3620 Use gdb_is_target_remote instead of is_remote. Use
3621 gdb_test_multiple instead of gdb_expect. Exit early if
3622 gdb_test_multiple hits its internal matches. Tighten stepi tests
3623 expected output. Fail on exit with any signal, instead of just
3624 SIGILL.
3625
3626 2015-03-18 Yao Qi <yao.qi@linaro.org>
3627
3628 PR tdep/18107
3629 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3630 variable.
3631 * gdb.base/catch-syscall.exp: Don't skip it on
3632 aarch64*-*-linux* target. Remove elements in all_syscalls.
3633 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3634 target.
3635 (setup_all_syscalls): New proc.
3636
3637 2015-03-16 Yao Qi <yao.qi@linaro.org>
3638
3639 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3640 (top level): Skip tests if valid_addr_p returns false for
3641 $cmd1 or $cmd2.
3642
3643 2015-03-11 Andy Wingo <wingo@igalia.com>
3644
3645 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3646
3647 2015-03-11 Yao Qi <yao.qi@linaro.org>
3648
3649 * gdb.base/catch-syscall.exp: Fix typo in comments.
3650
3651 2015-03-11 Yao Qi <yao.qi@linaro.org>
3652
3653 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3654
3655 2015-03-09 Pedro Alves <palves@redhat.com>
3656
3657 * dg-extract-results.py: Delete.
3658
3659 2015-03-09 Pedro Alves <palves@redhat.com>
3660
3661 Merge dg-extract-results.sh from GCC upstream (r218843).
3662
3663 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3664 * dg-extract-results.sh: Use --text with grep to avoid issues with
3665 binary files. Fall back to cat -v, if that doesn't work.
3666
3667 2015-03-05 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3670
3671 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3672
3673 * lib/mi-support.exp (mi_expect_interrupt): Accept
3674 alternative event for when in all-stop mode.
3675
3676 2015-03-04 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3679
3680 2015-03-04 Mark Kettenis <kettenis@gnu.org>
3681
3682 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3683
3684 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3685
3686 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3687 regexps for GDB's current line display, accept a hex address
3688 preceding the line number.
3689
3690 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3691
3692 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3693 the 'arch1' variable for "s390*-linux*" targets.
3694
3695 2015-03-04 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3698 (main): Pass missing retval argument to pthread_join call.
3699
3700 2015-03-02 Pedro Alves <palves@redhat.com>
3701
3702 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3703 (top level): Call do_test with non-stop as well.
3704
3705 2015-03-02 Pedro Alves <palves@redhat.com>
3706
3707 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3708 -1.
3709
3710 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3711
3712 * gdb.arch/s390-vregs.exp: New test.
3713 * gdb.arch/s390-vregs.S: New file.
3714
3715 2015-02-27 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3718 call to catch_command_errors.
3719 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3720 catch_command_errors.
3721
3722 2015-02-27 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3725 "true" for boolean result.
3726 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3727 prototype of main.
3728
3729 2015-02-27 Pedro Alves <palves@redhat.com>
3730
3731 * lib/unbuffer_output.c: New file.
3732 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3733 (main): Call gdb_unbuffer_output.
3734
3735 2015-02-27 Yao Qi <yao.qi@linaro.org>
3736
3737 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3738 target.
3739
3740 2015-02-26 Doug Evans <dje@google.com>
3741
3742 * gdb.cp/class2.cc (Dbase, D): New classes.
3743 (main): New local delta.
3744 * gdb.cp/class2.exp: Test printing delta.
3745 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3746 (dynbar): New global.
3747 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3748
3749 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 * gdb.compile/compile-ifunc.c: New file.
3752 * gdb.compile/compile-ifunc.exp: New file.
3753
3754 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3755
3756 * gdb.base/structs.exp: Check for correct struct on finish.
3757
3758 2015-02-26 Yao Qi <yao.qi@linaro.org>
3759
3760 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3761 is zero.
3762
3763 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 * gdb.arch/cordic.ko.bz2: New file.
3766 * gdb.arch/cordic.ko.debug.bz2: New file.
3767 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3768
3769 2015-02-25 Yao Qi <yao.qi@linaro.org>
3770
3771 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3772 aarch64*-*-* target.
3773
3774 2015-02-23 Pedro Alves <palves@redhat.com>
3775
3776 * lib/gdb.exp (delete_breakpoints): Rewrite using
3777 gdb_test_multiple.
3778
3779 2015-02-23 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.base/info-os.c: Include stdlib.h.
3782
3783 2015-02-22 Doug Evans <xdje42@gmail.com>
3784
3785 PR symtab/17855
3786 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3787 is read after symbols have been re-read.
3788 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3789 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3790
3791 2015-02-21 Doug Evans <dje@google.com>
3792
3793 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3794
3795 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3796
3797 PR corefiles/17808
3798 * gdb.arch/i386-biarch-core.core.bz2: New file.
3799 * gdb.arch/i386-biarch-core.exp: New file.
3800
3801 2015-02-21 Pedro Alves <palves@redhat.com>
3802
3803 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3804 runto_main fails.
3805
3806 2015-02-20 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3809 info probes.
3810
3811 2015-02-20 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3814
3815 2015-02-20 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3818 clean_restart before gdb_target_supports_trace.
3819
3820 2015-02-20 Pedro Alves <palves@redhat.com>
3821
3822 PR threads/18006
3823 * gdb.threads/clone-thread_db.c: New file.
3824 * gdb.threads/clone-thread_db.exp: New file.
3825
3826 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3827
3828 PR breakpoints/16812
3829 * gdb.base/catch-gdb-caused-signals.c: New file.
3830 * gdb.base/catch-gdb-caused-signals.exp: New file.
3831
3832 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3833
3834 * configure: Regenerated.
3835 * configure.ac: Use GDB_AC_TRANSFORM.
3836 * aclocal.m4: sinclude ../transform.m4.
3837
3838 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3839
3840 * lib/dtrace.exp: New file.
3841 * gdb.base/dtrace-probe.exp: Likewise.
3842 * gdb.base/dtrace-probe.d: Likewise.
3843 * gdb.base/dtrace-probe.c: Likewise.
3844 * lib/pdtrace.in: Likewise.
3845 * configure.ac: Output variables with the transformed names of
3846 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3847 * configure: Regenerated.
3848
3849 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3850
3851 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3852 expected message when trying to access $_probe_* convenience
3853 variables while not on a probe.
3854
3855 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3858
3859 2015-02-11 Pedro Alves <pedro@codesourcery.com>
3860
3861 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3862 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3863
3864 2015-02-10 Doug Evans <xdje42@gmail.com>
3865
3866 * lib/gdb.exp (gdb_load): Always return a result.
3867
3868 2015-02-10 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.threads/signal-sigtrap.c: New file.
3871 * gdb.threads/signal-sigtrap.exp: New file.
3872
3873 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3874
3875 * gdb.trace/no-attach-trace.c: New file.
3876 * gdb.trace/no-attach-trace.exp: New file.
3877
3878 2015-02-09 Mark Wielaard <mjw@redhat.com>
3879
3880 * gdb.dwarf2/atomic.c: New file.
3881 * gdb.dwarf2/atomic-type.exp: Likewise.
3882
3883 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3884
3885 * gdb.btrace/buffer-size.exp: Update "info record" output.
3886 * gdb.btrace/delta.exp: Update "info record" output.
3887 * gdb.btrace/enable.exp: Update "info record" output.
3888 * gdb.btrace/finish.exp: Update "info record" output.
3889 * gdb.btrace/instruction_history.exp: Update "info record" output.
3890 * gdb.btrace/next.exp: Update "info record" output.
3891 * gdb.btrace/nexti.exp: Update "info record" output.
3892 * gdb.btrace/step.exp: Update "info record" output.
3893 * gdb.btrace/stepi.exp: Update "info record" output.
3894 * gdb.btrace/nohist.exp: Update "info record" output.
3895
3896 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3897
3898 * gdb.btrace/buffer-size: New.
3899
3900 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3901
3902 * gdb.btrace/delta.exp: Update "info record" output.
3903 * gdb.btrace/enable.exp: Update "info record" output.
3904 * gdb.btrace/finish.exp: Update "info record" output.
3905 * gdb.btrace/instruction_history.exp: Update "info record" output.
3906 * gdb.btrace/next.exp: Update "info record" output.
3907 * gdb.btrace/nexti.exp: Update "info record" output.
3908 * gdb.btrace/step.exp: Update "info record" output.
3909 * gdb.btrace/stepi.exp: Update "info record" output.
3910 * gdb.btrace/nohist.exp: Update "info record" output.
3911
3912 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3913
3914 PR gdb/15678
3915 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3916
3917 2015-02-06 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3920 macro.
3921 (seconds_left, again): New globals.
3922 (main): Wait seconds_left in a 1-second sleep loop instead of
3923 sleeping 180 seconds. If 'again' is set, reset the seconds
3924 counter.
3925 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3926 'again' in the inferior before detaching. Print the seconds left.
3927 (options): New global.
3928 (top level): Build program with -DTIMEOUT=$timeout.
3929
3930 2015-02-06 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3933 determine how many seconds to pass to 'alarm'.
3934 * gdb.base/gdb-sigterm.exp (top level): Build program with
3935 -DTIMEOUT=$timeout.
3936 (do_test): Return success/failure indication. Add more verbose
3937 logging. Don't fail if 200 single steps are seen. Instead, fail
3938 when the test times out.
3939 (passes): New global.
3940 (top level): Break the testing loop if testing fails on any
3941 iteration. Use gdb_assert.
3942
3943 2015-02-04 Don Breazeal <donb@codesourcery.com>
3944
3945 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3946 and initialize them.
3947 (ipc_cleanup): New function.
3948 (main): Don't declare shmid, semid, and msqid. Add a call to
3949 atexit so that we call ipc_cleanup on exit.
3950
3951 2015-02-04 Pedro Alves <palves@redhat.com>
3952
3953 * boards/native-extended-gdbserver.exp: Remove any target variant
3954 specifications from the board name before clearing the isremote
3955 flag from board_info.
3956
3957 2015-01-31 Doug Evans <xdje42@gmail.com>
3958
3959 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3960
3961 2015-01-31 Gary Benson <gbenson@redhat.com>
3962
3963 * gdb.base/completion.exp: Disable completion limiting for
3964 existing tests. Add new tests to check completion limiting.
3965 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3966
3967 2015-01-31 Doug Evans <xdje42@gmail.com>
3968
3969 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3970
3971 2015-01-31 Doug Evans <xdje42@gmail.com>
3972
3973 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3974 entries. Duplicate file section script entries.
3975 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3976 inlined entries. Add test for safe-path rejection.
3977 * gdb.python/py-section-script.c: Add duplicate inlined section script
3978 entries. Duplicate file section script entries.
3979 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3980 inlined entries. Add test for safe-path rejection.
3981
3982 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.ada/disc_arr_bound: New testcase.
3985
3986 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3987
3988 * gdb.ada/mi_var_array: New testcase.
3989
3990 2015-01-27 Doug Evans <dje@google.com>
3991
3992 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3993 Add test for objfile.filename, objfile.username after objfile
3994 has been unloaded.
3995
3996 2015-01-26 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3999 the second test to print the name attribute of value
4000 returned by the call to gdb.lookup_type, and adjust
4001 the expected output accordingly.
4002
4003 2015-01-25 Mark Wielaard <mjw@redhat.com>
4004
4005 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4006 * gdb.base/disp-step-fork.c: Include unistd.h.
4007 * gdb.base/siginfo-obj.c: Include stdio.h.
4008 * gdb.base/siginfo-thread.c: Likewise.
4009 * gdb.mi/non-stop.c: Include unistd.h.
4010 * gdb.mi/nsthrexec.c: Include stdio.h.
4011 * gdb.mi/pthreads.c: Include unistd.h.
4012 * gdb.modula2/unbounded1.c (main): Declare returns int.
4013 * gdb.reverse/consecutive-reverse.c: Likewise.
4014 * gdb.threads/create-fail.c: Include unistd.h.
4015 * gdb.threads/killed.c: Likewise.
4016 * gdb.threads/linux-dp.c: Likewise.
4017 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4018 * gdb.threads/non-ldr-exc-2.c: Likewise.
4019 * gdb.threads/non-ldr-exc-3.c: Likewise.
4020 * gdb.threads/non-ldr-exc-4.c: Likewise.
4021 * gdb.threads/pthreads.c: Include unistd.h.
4022 (main): Declare returns int.
4023 * gdb.threads/tls-main.c (foo): New declaration.
4024 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4025
4026 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4029 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4030
4031 2015-01-15 Mark Wielaard <mjw@redhat.com>
4032
4033 * gdb.base/noreturn-return.c: New file.
4034 * gdb.base/noreturn-return.exp: New file.
4035 * gdb.base/noreturn-finish.c: New file.
4036 * gdb.base/noreturn-finish.exp: New file.
4037
4038 2015-01-23 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.threads/continue-pending-after-query.c: New file.
4041 * gdb.threads/continue-pending-after-query.exp: New file.
4042
4043 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4044 Simon Marchi <simon.marchi@ericsson.com>
4045
4046 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4047 * gdb.base/valgrind-db-attach.exp: Same.
4048 * gdb.base/valgrind-infcall.exp: Same.
4049 * lib/mi-support.exp (default_mi_gdb_start): Same.
4050 * lib/prompt.exp (default_prompt_gdb_start): Same.
4051 * lib/gdb.exp (default_gdb_spawn): Same.
4052 (gdb_interact): New.
4053
4054
4055 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 * gdb.compile/compile.exp (pointer to jit function): New test.
4058
4059 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4060
4061 * lib/gdb.exp (supports_process_record): Return true for
4062 powerpc*-*-linux*.
4063 (supports_reverse): Likewise.
4064
4065 2015-01-15 Don Breazeal <donb@codesourcery.com>
4066
4067 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4068 instead of checking whether the target board is remote and
4069 use spawn_wait_for_attach instead of exec/sleep.
4070 * gdb.base/attach-twice.exp: Likewise.
4071
4072 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4073
4074 * gdb.ada/var_arr_attrs: New testcase.
4075
4076 2015-01-14 Pedro Alves <palves@redhat.com>
4077 Joel Brobecker <brobecker@adacore.com>
4078
4079 PR gdb/17525
4080 * gdb.base/bp-cmds-execution-x-script.c: New file.
4081 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4082 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4083
4084 2015-01-14 Pedro Alves <palves@redhat.com>
4085
4086 PR cli/17828
4087 * gdb.base/batch-preserve-term-settings.c: New file.
4088 * gdb.base/batch-preserve-term-settings.exp: New file.
4089
4090 2015-01-13 Doug Evans <dje@google.com>
4091
4092 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4093 binary.
4094
4095 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4096
4097 * Makefile.in (clean mostlyclean): Do not delete *.py.
4098
4099 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.python/py-lookup-type.exp: New file.
4102
4103 2015-01-12 Pedro Alves <palves@redhat.com>
4104
4105 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4106 restore GDBFLAGS before returning.
4107
4108 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4111 is_amd64_regs_target and is_x86_like_target.
4112
4113 2015-01-11 Doug Evans <xdje42@gmail.com>
4114
4115 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4116 is given without an explicit form.
4117 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4118 attributes.
4119 * gdb.dwarf/corrupt.exp: Ditto.
4120 * gdb.dwarf2/enum-type.exp: Ditto.
4121 * gdb.trace/entry-values.exp: Ditto.
4122 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4123
4124 2015-01-11 Doug Evans <xdje42@gmail.com>
4125
4126 PR gdb/15830
4127 * gdb.base/maint.exp: Remove references to "maint demangle".
4128 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4129 Add tests for explicitly specifying language to demangle.
4130 * gdb.dlang/demangle.exp: Ditto.
4131
4132 2015-01-09 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.threads/non-stop-fair-events.c: New file.
4135 * gdb.threads/non-stop-fair-events.exp: New file.
4136
4137 2015-01-09 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4140 the global scope. Set a breakpoint after all threads are started
4141 rather than stepping over two source lines. Expect the prompt.
4142 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4143 global.
4144 (NUM): Now 15.
4145 (main): Use threads_started_barrier to wait for all threads to
4146 start. Main thread no longer calls thread_function. Exit after
4147 180 seconds.
4148 (loop): New function.
4149 (thread_function): Wait on threads_started_barrier barrier. Call
4150 'loop' at each iteration.
4151 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4152 threads have started, instead of hardcoding number of "next"
4153 steps. Use an access watchpoint instead of a write watchpoint.
4154
4155 2015-01-09 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4158 (thread_func): Wait on barrier.
4159 (main): Wait for all threads to start before stopping GDB.
4160 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4161 global.
4162 (thread1_func, thread2_func): Wait on barrier.
4163 (main): Wait for all threads to start before stopping GDB.
4164 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4165 New global.
4166 (thread1_func, thread2_func): Wait on barrier.
4167 (main): Wait for all threads to start before stopping GDB.
4168
4169 2015-01-09 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.threads/attach-many-short-lived-threads.c: New file.
4172 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4173
4174 2014-01-09 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4177 instead of to thread 2.
4178 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4179 Add barrier around each pthread_create call instead of around all
4180 calls.
4181 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4182 Set a break on thread_function and have the child threads hit it
4183 one at at a time.
4184
4185 2015-01-09 Pedro Alves <palves@redhat.com>
4186
4187 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4188 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4189 false.
4190 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4191 checking whether the target board is remote.
4192 * gdb.multi/multi-attach.exp: Likewise.
4193 * gdb.python/py-sync-interp.exp: Likewise.
4194 * gdb.server/ext-attach.exp: Likewise.
4195 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4196 tests that need to attach, instead of checking whether the target
4197 board is remote at the top of the file.
4198
4199 2015-01-08 Yao Qi <yao@codesourcery.com>
4200
4201 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4202
4203 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 Fix testcase compilation.
4206 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4207
4208 2015-01-06 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.python/py-type.exp: Add a couple test about empty
4211 array creation, and negative-length array creation.
4212
4213 2015-01-02 Doug Evans <xdje42@gmail.com>
4214
4215 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4216
4217 2015-01-02 Doug Evans <dje@google.com>
4218
4219 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4220
4221 2014-12-29 Yao Qi <yao@codesourcery.com>
4222
4223 * gdb.trace/entry-values.exp: Update comments. Rename variable
4224 bar_call_foo to returned_from_foo.
4225
4226 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4227
4228 PR gdb/17394
4229 * gdb.linespec/break-asm-file.c: New file.
4230 * gdb.linespec/break-asm-file.exp: New file.
4231 * gdb.linespec/break-asm-file0.s: New file.
4232 * gdb.linespec/break-asm-file1.s: New file.
4233
4234 2014-12-18 Nigel Stephens <nigel@mips.com>
4235 Maciej W. Rozycki <macro@codesourcery.com>
4236
4237 * gdb.base/float.exp: Handle the new output from "info float" on
4238 MIPS targets.
4239
4240 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4241
4242 Fix MinGW compilation.
4243 * gdb.compile/compile-ops.exp: Update untested message if
4244 !skip_compile_feature_tests.
4245 * gdb.compile/compile-setjmp.exp: Likewise.
4246 * gdb.compile/compile-tls.exp: Likewise.
4247 * gdb.compile/compile.exp: Likewise.
4248 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4249 supported on this host".
4250
4251 2014-12-16 Doug Evans <xdje42@gmail.com>
4252
4253 * boards/stabs.exp: New file.
4254
4255 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4256
4257 * gdb.base/completion.exp: Adjust to format changes of "maint
4258 print user-registers".
4259
4260 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
4261
4262 PR server/17457
4263 * gdb.arch/aarch64-fp.c: New file.
4264 * gdb.arch/aarch64-fp.exp: New file.
4265
4266 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4267
4268 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4269 r210637, r210913, r211666, r215400, r215817).
4270
4271 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4272 * dg-extract-results.py: New file.
4273 * dg-extract-results.sh: Use it if the environment seems
4274 suitable.
4275
4276 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4277
4278 * dg-extract-results.py (parse_run): Handle warnings that
4279 are printed before a test harness is run.
4280
4281 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4282
4283 * dg-extract-results.py (Named): Remove __cmp__ method.
4284 (output_variation): Use a key to sort variation.harnesses.
4285
4286 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4287
4288 * dg-extract-results.py: For Python 3, force sys.stdout to
4289 handle surrogate escape sequences.
4290 (safe_open): New function.
4291 (output_segment, main): Use it.
4292
4293 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4294
4295 * dg-extract-results.py (Prog.result_re): Include options
4296 in test name.
4297
4298 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4299
4300 * dg-extract-results.py (output_variation): Always sort if
4301 do_sum.
4302
4303 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4304
4305 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4306 as long as we get pagination notifications.
4307
4308 2014-12-15 Jason Merrill <jason@redhat.com>
4309
4310 * Makefile.in (check-gdb.%): Restore.
4311 * README: Mention it.
4312
4313 2014-12-13 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/str_uninit: New testcase.
4316
4317 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4318
4319 PR symtab/17642
4320 * gdb.base/vla-stub-define.c: New file.
4321 * gdb.base/vla-stub.c: New file.
4322 * gdb.base/vla-stub.exp: New file.
4323
4324 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4325 Jan Kratochvil <jan.kratochvil@redhat.com>
4326 Tom Tromey <tromey@redhat.com>
4327
4328 * configure.ac: Add gdb.compile/.
4329 * configure: Regenerate.
4330 * gdb.compile/Makefile.in: New file.
4331 * gdb.compile/compile-ops.exp: New file.
4332 * gdb.compile/compile-ops.c: New file.
4333 * gdb.compile/compile-tls.c: New file.
4334 * gdb.compile/compile-tls.exp: New file.
4335 * gdb.compile/compile-constvar.S: New file.
4336 * gdb.compile/compile-constvar.c: New file.
4337 * gdb.compile/compile-mod.c: New file.
4338 * gdb.compile/compile-nodebug.c: New file.
4339 * gdb.compile/compile-setjmp-mod.c: New file.
4340 * gdb.compile/compile-setjmp.c: New file.
4341 * gdb.compile/compile-setjmp.exp: New file.
4342 * gdb.compile/compile-shlib.c: New file.
4343 * gdb.compile/compile.c: New file.
4344 * gdb.compile/compile.exp: New file.
4345 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4346
4347 2014-12-12 Tom Tromey <tromey@redhat.com>
4348
4349 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4350 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4351
4352 2014-12-12 Doug Evans <dje@google.com>
4353
4354 * lib/gdb-python.exp (get_python_valueof): New function.
4355 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4356
4357 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * gdb.base/completion.exp: Add test for completion of "info
4360 registers ".
4361
4362 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4363
4364 * gdb.base/func-ptrs.c: New file.
4365 * gdb.base/func-ptrs.exp: New file.
4366
4367 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4368
4369 PR breakpoints/17012
4370 * gdb.base/dprintf-detach.c: New file.
4371 * gdb.base/dprintf-detach.exp: New file.
4372
4373 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4374
4375 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4376 * lib/gdb.exp (target_is_gdbserver): New procedure.
4377
4378 2014-12-08 Doug Evans <dje@google.com>
4379
4380 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4381
4382 2014-12-05 Yao Qi <yao@codesourcery.com>
4383
4384 * gdb.guile/scm-error.exp: Remove the third argument to
4385 gdb_remote_download.
4386 * gdb.guile/scm-frame-args.exp: Likewise.
4387 * gdb.guile/scm-section-script.exp: Likewise.
4388
4389 2014-12-05 Yao Qi <yao@codesourcery.com>
4390
4391 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4392
4393 2014-12-04 Doug Evans <dje@google.com>
4394
4395 * gdb.python/py-objfile.exp: Add tests for
4396 objfile.add_separate_debug_file.
4397
4398 2014-12-04 Doug Evans <dje@google.com>
4399
4400 * lib/gdb.exp (get_build_id): New function.
4401 (build_id_debug_filename_get): Rewrite to use it.
4402 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4403
4404 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4405
4406 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4407 `method(long)', not just 0x0.
4408 * gdb.cp/nsalias.exp: Align code labels to 4.
4409 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4410 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4411 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4412 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4413 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4414 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4415
4416 2014-12-02 Doug Evans <dje@google.com>
4417
4418 PR symtab/17602
4419 * gdb.cp/anon-ns.cc: Move guts of this file to ...
4420 * gdb.cp/anon-ns2.cc: ... here. New file.
4421 * gdb.cp/anon-ns.exp: Update.
4422
4423 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
4424
4425 * gdb.python/py-events.py (inferior_call_handler): New.
4426 (register_changed_handler, memory_changed_handler): New.
4427 (test_events.invoke): Register new handlers.
4428 * gdb.python/py-events.exp: Add tests for inferior call,
4429 memory_changed and register_changed events.
4430
4431 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4432
4433 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4434 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4435 if the linker doesn't understand this.
4436
4437 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4438
4439 * gdb.python/python.exp: Change expected reply to help().
4440
4441 2014-12-01 Yao Qi <yao@codesourcery.com>
4442
4443 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4444 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4445 * configure: Re-generated.
4446
4447 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4448
4449 * gdb.cp/chained-calls.cc: New file.
4450 * gdb.cp/chained-calls.exp: New file.
4451 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4452
4453 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4454
4455 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4456 * gdb.dwarf2/symtab-producer.exp: Same.
4457 * gdb.gdb/python-interrupts.exp: Same.
4458 * gdb.gdb/python-selftest.exp: Same.
4459 * gdb.python/py-linetable.exp: Same.
4460 * gdb.python/py-type.exp: Same.
4461 * gdb.python/py-value-cc.exp: Same.
4462 * gdb.python/py-value.exp: Same.
4463
4464 2014-11-28 Yao Qi <yao@codesourcery.com>
4465
4466 * gdb.base/break-probes.exp: Match library name prefixed with
4467 sysroot.
4468
4469 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4470
4471 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4472 test expected output. Add parentheses for the call to print.
4473 Remove L suffix from integers.
4474
4475 2014-11-26 Doug Evans <dje@google.com>
4476
4477 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4478
4479 2014-11-22 Yao Qi <yao@codesourcery.com>
4480
4481 * gdb.trace/entry-values.c: Remove asms.
4482 (foo): Add foo_label.
4483 (bar): Add bar_label.
4484 * gdb.trace/entry-values.exp: Remove code computing foo's
4485 length and bar's length.
4486 (Dwarf::assemble): Invoke function_range for bar and use
4487 MACRO_AT_func for foo.
4488
4489 2014-11-22 Yao Qi <yao@codesourcery.com>
4490
4491 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4492 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4493 Use .Lgcc43_procstart instead of gcc43.
4494
4495 2014-11-21 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.ada/n_arr_bound: New testcase.
4498
4499 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4500
4501 PR breakpoints/10737
4502 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4503 test_catch_syscall_multi_arch.
4504 (test_catch_syscall_multi_arch): New function.
4505
4506 2014-11-20 Doug Evans <xdje42@gmail.com>
4507
4508 * gdb.base/maint.exp: Update expected output.
4509
4510 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4511
4512 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4513 4-byte instruction on S390.
4514
4515 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.ada/arr_arr: New testcase.
4518
4519 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4520
4521 * gdb.ada/pkd_arr_elem: New Testcase.
4522
4523 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
4524
4525 * gdb.reverse/break-precsave: Expect completion message for
4526 core file reads.
4527 * gdb.reverse/consecutive-precsave.exp: Likewise.
4528 * gdb.reverse/finish-precsave.exp: Likewise.
4529 * gdb.reverse/i386-precsave.exp: Likewise.
4530 * gdb.reverse/machinestate-precsave.exp: Likewise.
4531 * gdb.reverse/sigall-precsave.exp: Likewise.
4532 * gdb.reverse/solib-precsave.exp: Likewise.
4533 * gdb.reverse/step-precsave.exp: Likewise.
4534 * gdb.reverse/until-precsave.exp: Likewise.
4535 * gdb.reverse/watch-precsave.exp: Likewise.
4536
4537 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4538
4539 * gdb.base/bp-permanent.c: Include unistd.h.
4540 * gdb.python/py-framefilter-mi.c (main): Add return type.
4541 * gdb.python/py-framefilter.c (main): Likewise.
4542 * gdb.trace/actions-changed.c (main): Likewise.
4543
4544 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4545
4546 * gdb.mi/until.c: Add eye-catchers.
4547 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4548 line numbers.
4549
4550 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4551
4552 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4553 function header variants in break1.c.
4554 * gdb.base/ena-dis-br.exp: Likewise.
4555 * gdb.base/hbreak2.exp: Likewise.
4556 * gdb.reverse/until-precsave.exp: Drop references to removed
4557 non-prototype function header variants in ur1.c.
4558 * gdb.reverse/until-reverse.exp: Likewise.
4559
4560 2014-11-17 Petr Machata <pmachata@redhat.com>
4561
4562 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4563 ${_cu_offset_size} bytes abbrev offset.
4564
4565 2014-11-15 Doug Evans <xdje42@gmail.com>
4566
4567 PR symtab/17559
4568 * gdb.base/line-symtabs.exp: New file.
4569 * gdb.base/line-symtabs.c: New file.
4570 * gdb.base/line-symtabs.h: New file.
4571
4572 2014-11-14 Yao Qi <yao@codesourcery.com>
4573
4574 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4575 (func): Add label func_label.
4576 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4577 Replace low_pc and high_pc with MACRO_AT_range.
4578 Replace name, low_pc and high_pc with MACRO_AT_func.
4579
4580 2014-11-14 Yao Qi <yao@codesourcery.com>
4581
4582 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4583 Replace name, low_pc and high_pc with MACRO_AT_func.
4584
4585 2014-11-14 Yao Qi <yao@codesourcery.com>
4586
4587 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4588 produce debug information.
4589 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4590
4591 2014-11-14 Yao Qi <yao@codesourcery.com>
4592
4593 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4594 object and get function length.
4595 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4596 with MACRO_AT_func.
4597 (top-level): Replace gdb_compile and clean_restart with
4598 prepare_for_testing.
4599 * gdb.dwarf2/main.c (main): Add label main_label.
4600
4601 2014-11-14 Yao Qi <yao@codesourcery.com>
4602
4603 * lib/dwarf.exp (function_range): New procedure.
4604 (Dwarf::_handle_macro_at_func): New procedure.
4605 (Dwarf::_handle_macro_at_range): New procedure.
4606 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4607
4608 2014-11-14 Yao Qi <yao@codesourcery.com>
4609
4610 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4611 (_handle_attribute): New procedure.
4612
4613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4614
4615 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4616 * gdb.base/call-sc.c (zed): Likewise.
4617 * gdb.base/checkpoint.c (main): Likewise.
4618 * gdb.base/dump.c (main): Likewise.
4619 * gdb.base/gcore.c (main): Likewise.
4620 * gdb.base/huge.c (main): Likewise.
4621 * gdb.base/multi-forks.c (main): Likewise.
4622 * gdb.base/pr10179-a.c (main): Likewise.
4623 * gdb.base/savedregs.c (main): Likewise.
4624 * gdb.base/sigaltstack.c (main): Likewise.
4625 * gdb.base/siginfo.c (main): Likewise.
4626 * gdb.base/structs.c (zed): Likewise.
4627 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4628 * gdb.mi/mi-syn-frame.c (main): Likewise.
4629 * gdb.mi/until.c (foo, main): Likewise.
4630 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4631 * gdb.base/solib-weak.c (foo): Declare.
4632 * gdb.base/attach-twice.c: Include stdio.h.
4633 * gdb.base/weaklib1.c: Likewise.
4634 * gdb.base/weaklib2.c: Likewise.
4635 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4636 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4637 unistd.h.
4638 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4639 * gdb.mi/mi-exit-code.c: Likewise.
4640 * gdb.base/break-interp-lib.c: Include string.h.
4641 * gdb.base/coremaker.c: Likewise.
4642 * gdb.base/testenv.c: Likewise.
4643 * gdb.python/py-finish-breakpoint.c: Likewise.
4644 * gdb.base/inferior-died.c: Include sys/wait.h.
4645 * gdb.base/fileio.c: Include time.h.
4646 * gdb.base/async-shell.c: Include unistd.h.
4647 * gdb.base/dprintf-non-stop.c: Likewise.
4648 * gdb.base/info-os.c: Likewise.
4649 * gdb.mi/mi-console.c: Likewise.
4650 * gdb.mi/watch-nonstop.c: Likewise.
4651 * gdb.python/py-events.c: Likewise.
4652 * gdb.base/async.c (baz): Move up before its invocation.
4653 * gdb.base/code_elim2.c (my_global_func): Likewise.
4654 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4655 * gdb.base/advance.c (func2): Likewise.
4656
4657 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4658
4659 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4660 variant.
4661 * gdb.base/annota3.c: Likewise.
4662 * gdb.base/async.c: Likewise.
4663 * gdb.base/average.c: Likewise.
4664 * gdb.base/call-ar-st.c: Likewise.
4665 * gdb.base/call-rt-st.c: Likewise.
4666 * gdb.base/call-sc.c: Likewise.
4667 * gdb.base/call-strs.c: Likewise.
4668 * gdb.base/ending-run.c: Likewise.
4669 * gdb.base/execd-prog.c: Likewise.
4670 * gdb.base/exprs.c: Likewise.
4671 * gdb.base/foll-exec.c: Likewise.
4672 * gdb.base/foll-fork.c: Likewise.
4673 * gdb.base/foll-vfork.c: Likewise.
4674 * gdb.base/funcargs.c: Likewise.
4675 * gdb.base/gcore.c: Likewise.
4676 * gdb.base/jump.c: Likewise.
4677 * gdb.base/langs0.c: Likewise.
4678 * gdb.base/langs1.c: Likewise.
4679 * gdb.base/langs2.c: Likewise.
4680 * gdb.base/mips_pro.c: Likewise.
4681 * gdb.base/nodebug.c: Likewise.
4682 * gdb.base/opaque0.c: Likewise.
4683 * gdb.base/opaque1.c: Likewise.
4684 * gdb.base/recurse.c: Likewise.
4685 * gdb.base/run.c: Likewise.
4686 * gdb.base/scope0.c: Likewise.
4687 * gdb.base/scope1.c: Likewise.
4688 * gdb.base/setshow.c: Likewise.
4689 * gdb.base/setvar.c: Likewise.
4690 * gdb.base/shmain.c: Likewise.
4691 * gdb.base/shr1.c: Likewise.
4692 * gdb.base/shr2.c: Likewise.
4693 * gdb.base/sigall.c: Likewise.
4694 * gdb.base/signals.c: Likewise.
4695 * gdb.base/so-indr-cl.c: Likewise.
4696 * gdb.base/solib2.c: Likewise.
4697 * gdb.base/structs.c: Likewise.
4698 * gdb.base/sum.c: Likewise.
4699 * gdb.base/vforked-prog.c: Likewise.
4700 * gdb.base/watchpoint.c: Likewise.
4701 * gdb.reverse/shr2.c: Likewise.
4702 * gdb.reverse/until-reverse.c: Likewise.
4703 * gdb.reverse/ur1.c: Likewise.
4704 * gdb.reverse/watch-reverse.c: Likewise.
4705
4706 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4707
4708 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4709 variant.
4710 * gdb.base/sepdebug.exp: Drop references to removed code.
4711
4712 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4713
4714 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4715 variant. Preserve original line numbering.
4716 * gdb.base/list1.c: Likewise.
4717
4718 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4719
4720 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4721 variant.
4722 * gdb.base/break1.c: Likewise.
4723 * gdb.base/break.exp: Drop references to removed code.
4724
4725 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4726
4727 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4728 variant.
4729
4730 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4731
4732 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4733
4734 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4735
4736 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4737 logic into perform_all_tests() and invoke it with and without
4738 function header prototypes.
4739 (do_function_calls): Remove conditional XFAIL for PR 5318.
4740 (rerun_and_prepare): Remove duplicate code.
4741 (perform_all_tests): New. Main logic moved here.
4742
4743 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4744
4745 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4746 code guarded by #ifdef NO_PROTOTYPES.
4747 (t_double_many_args): Likewise.
4748 (DEF_FUNC_MANY_ARGS_1): Likewise.
4749 (DEF_FUNC_VALUES_1): Likewise.
4750 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4751 guarded by #ifdef PROTOTYPES.
4752
4753 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4754
4755 * gdb.mi/mi-console.c: Add eye-catcher.
4756 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4757 instead of literal line number.
4758
4759 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4760
4761 * gdb.base/shr2.c: Add eye-catcher.
4762 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4763 line number.
4764
4765 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4766
4767 * gdb.base/jump.c: Add eye-catchers.
4768 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4769 numbers.
4770
4771 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4772
4773 * gdb.base/execd-prog.c: Add eye-catchers.
4774 * gdb.base/foll-exec.c: Likewise.
4775 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4776 line numbers.
4777
4778 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4779
4780 * gdb.base/ending-run.c: Add eye-catchers.
4781 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4782 literal line numbers.
4783
4784 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4785
4786 * gdb.base/call-rt-st.c: Add eye-catchers.
4787 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4788 literal line numbers.
4789
4790 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4791
4792 * gdb.base/call-ar-st.c: Add eye-catchers.
4793 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4794 literal line numbers.
4795
4796 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4797
4798 * gdb.base/average.c: Add eye-catchers.
4799 * gdb.base/sum.c: Likewise.
4800 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4801 regexps dynamically.
4802
4803 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4804
4805 * gdb.base/solib1.c: Add eye-catchers.
4806 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4807 literal line numbers.
4808
4809 2014-11-12 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4812 leader has exited.
4813
4814 2014-11-12 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.arch/i386-bp_permanent.c: New file.
4817 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4818 (srcfile): Set to i386-bp_permanent.c.
4819 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4820 that stepi does not execute the 'leave' instruction, instead of
4821 testing it does execute.
4822 * gdb.base/bp-permanent.c: New file.
4823 * gdb.base/bp-permanent.exp: New file.
4824
4825 2014-11-10 Doug Evans <xdje42@gmail.com>
4826
4827 PR symtab/17564
4828 * gdb.base/symtab-search-order.exp: New file.
4829 * gdb.base/symtab-search-order.c: New file.
4830 * gdb.base/symtab-search-order-1.c: New file.
4831 * gdb.base/symtab-search-order-shlib-1.c: New file.
4832
4833 2014-11-07 Pedro Alves <palves@redhat.com>
4834
4835 PR gdb/17511
4836 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4837 i?86-*-linux*.
4838
4839 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4840
4841 PR c++/17494
4842 * gdb.cp/pr17494.cc: New file.
4843 * gdb.cp/pr17494.exp: New file.
4844
4845 2014-11-02 Yao Qi <yao@codesourcery.com>
4846
4847 * gdb.python/python.exp: Get working directory and match the
4848 output of "set extended-prompt \\w " with it.
4849
4850 2014-10-30 Doug Evans <dje@google.com>
4851
4852 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4853 in objfiles.
4854 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4855 in progspaces.
4856
4857 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
4858
4859 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4860 * gdb.base/realname-expand.exp: Likewise.
4861 * gdb.linespec/macro-relative.exp: Likewise.
4862
4863 2014-10-29 Pedro Alves <palves@redhat.com>
4864
4865 PR gdb/17408
4866 * gdb.threads/schedlock.c (some_function): New function.
4867 (call_function): New global.
4868 (MAYBE_CALL_SOME_FUNCTION): New macro.
4869 (thread_function): Call it.
4870 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4871 and use it instead of a global counter. Adjust all callers.
4872 (get_current_thread): Use "find current thread" for test message
4873 here rather than having all callers pass down the same string.
4874 (goto_loop): New procedure, factored out from ...
4875 (my_continue): ... this.
4876 (step_ten_loops): Change parameter from test message to command to
4877 use. Adjust.
4878 (list_count): Delete global.
4879 (check_result): New procedure, factored out from duplicate top
4880 level code.
4881 (continue tests): Wrap in with_test_prefix.
4882 (test_step): New procedure, factored out from duplicate top level
4883 code.
4884 (top level): Test "step" in combination with all scheduler-locking
4885 modes. Test "next" in combination with all scheduler-locking
4886 modes, and in combination with stepping over a function call or
4887 not.
4888 * gdb.threads/next-bp-other-thread.c: New file.
4889 * gdb.threads/next-bp-other-thread.exp: New file.
4890
4891 2014-10-29 Pedro Alves <palves@redhat.com>
4892
4893 PR python/17372
4894 * gdb.python/python.exp: Test a multi-line command that spawns
4895 interactive Python.
4896 * gdb.base/multi-line-starts-subshell.exp: New file.
4897
4898 2014-10-29 Yao Qi <yao@codesourcery.com>
4899
4900 * gdb.base/fileio.exp: Make directories on host.
4901
4902 2014-10-29 Yao Qi <yao@codesourcery.com>
4903
4904 * gdb.base/fileio.c (test_write): Close the file.
4905
4906 2014-10-28 Pedro Alves <palves@redhat.com>
4907
4908 PR gdb/12623
4909 * gdb.base/sigstep.c (no_handler): New global.
4910 (main): If 'no_handler is true, set the signal handlers to
4911 SIG_IGN.
4912 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4913 with_sw_watch and no_handler parameters. Handle them.
4914 (top level) <stepping over handler when stopped at a breakpoint
4915 test>: Add a test axis for testing with a software watchpoint, and
4916 another for testing with the signal handler set to SIG_IGN.
4917 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4918 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4919
4920 2014-10-28 Pedro Alves <palves@redhat.com>
4921
4922 PR gdb/17511
4923 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4924 * gdb.base/sigstep.exp (other_handler_location): New global.
4925 (advance): Support stepping into the signal handler, and running
4926 commands while in the handler.
4927 (in_handler_map): New global.
4928 (top level): In the advance test, add combinations for getting
4929 into the handler with stepping commands, and for running commands
4930 in the handler. Add comment descripting the advancei tests.
4931
4932 2014-10-28 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/sigstep.exp: Use build_executable instead of
4935 prepare_for_testing.
4936 (top level): Move code that starts GDB, runs to main and creates a
4937 display to ...
4938 (restart): ... this new procedure.
4939 (top level): Move backtrace from signal handler test to ...
4940 (validate_backtrace): ... this new procedure.
4941 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4942 with_test_prefix. Always restart GDB.
4943 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4944 with_test_prefix. Always restart GDB. No need to delete
4945 breakpoints after the test.
4946 (test_skip_handler): Remove prefix parameter.
4947 (skip_over_handler, breakpoint_to_handler)
4948 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4949 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4950 restart GDB. No need to delete breakpoints after the test.
4951 (top level): Use foreach to call the test procedures with
4952 different commands.
4953
4954 2014-10-28 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4957 instead of GNATS numbers.
4958 * gdb.base/sigbpt.exp: Likewise.
4959 * gdb.base/siginfo.exp: Likewise.
4960 * gdb.base/sigstep.exp: Likewise.
4961
4962 2014-10-27 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.base/sigstep.c (dummy): New global.
4965 (main): Issue a couple writes to the new global.
4966 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4967 procedures.
4968 (skip_over_handler): Use test_skip_handler.
4969 (top level): Call skip_over_handler for stepi and nexti too.
4970 (breakpoint_over_handler): Use test_skip_handler.
4971 (top level): Call breakpoint_over_handler for stepi and nexti too.
4972
4973 2014-10-27 Yao Qi <yao@codesourcery.com>
4974
4975 * gdb.trace/tfile.c (adjust_function_address)
4976 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4977 function descriptor.
4978
4979 2014-10-24 Don Breazeal <donb@codesourcery.com>
4980
4981 * gdb.base/foll-fork.exp (test_follow_fork,
4982 catch_fork_child_follow): Check for updated fork messages emitted
4983 from infrun.c.
4984 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4985 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4986 vfork_and_exec_child_follow_through_step): Check for updated vfork
4987 messages emitted from infrun.c.
4988
4989 2014-10-24 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/corefile.exp: Remove references to ultrix.
4992 * gdb.base/interrupt.exp: Likewise.
4993 * gdb.base/whatis.exp: Likewise.
4994 * gdb.gdb/selftest.exp: Likewise.
4995 * gdb.threads/manythreads.exp: Likewise.
4996 * gdb.threads/print-threads.exp: Likewise.
4997 * gdb.threads/pthreads.exp:: Likewise.
4998 * gdb.threads/schedlock.exp: Likewise.
4999
5000 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5001
5002 * gdb.cp/non-trivial-retval.cc: Add a test case.
5003 * gdb.cp/non-trivial-retval.exp: Add a test.
5004
5005 2014-10-20 Yao Qi <yao@codesourcery.com>
5006
5007 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5008 * gdb.python/py-objfile-script-gdb.py: New file.
5009 * gdb.python/py-objfile-script.exp: Update reference to
5010 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5011 of remote_download. Remove the dest file.
5012
5013 2014-10-20 Yao Qi <yao@codesourcery.com>
5014
5015 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5016 * gdb.base/step-line.exp: Likewise.
5017 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5018 * gdb.dwarf2/dw2-basic.exp: Likewise.
5019 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5020 * gdb.dwarf2/dw2-filename.exp: Likewise.
5021 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5022 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5023 * gdb.dwarf2/dw2-producer.exp: Likewise.
5024 * gdb.dwarf2/mac-fileno.exp: Likewise.
5025 * gdb.python/py-frame-args.exp: Likewise.
5026 * gdb.python/py-framefilter.exp: Likewise.
5027 * gdb.python/py-mi.exp: Likewise.
5028 * gdb.python/py-objfile-script.exp: Likewise
5029 * gdb.python/py-pp-integral.exp: Likewise.
5030 * gdb.python/py-pp-re-notag.exp: Likewise.
5031 * gdb.python/py-prettyprint.exp: Likewise.
5032 * gdb.python/py-section-script.exp: Likewise.
5033 * gdb.python/py-typeprint.exp: Likewise.
5034 * gdb.python/py-xmethods.exp: Likewise.
5035 * gdb.stabs/weird.exp: Likewise.
5036 * gdb.xml/tdesc-regs.exp: Likewise.
5037
5038 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5039
5040 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5041 (out_cu): Use addr_len for the size of addresses.
5042 (out_line): Likewise. Size DW_LNE_set_address instruction
5043 according to addr_len.
5044 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5045 (FUNC): Add START_INSNS to definition.
5046
5047 2014-10-18 Yao Qi <yao@codesourcery.com>
5048
5049 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5050 gdb_has_argv0 return true.
5051 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5052 check [target_info exists noargs], check [gdb_has_argv0]
5053 instead.
5054 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5055 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5056 procedures.
5057
5058 2014-10-17 Doug Evans <dje@google.com>
5059
5060 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5061 event.
5062 * gdb.python/py-events.py: Add clear_objfiles event.
5063
5064 2014-10-17 Doug Evans <dje@google.com>
5065
5066 * gdb.python/py-objfile.exp: Test progspace attribute.
5067
5068 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
5069
5070 * gdb.guile/scm-breakpoint.exp: Do not assume any
5071 directory separators when matching source file paths.
5072 * gdb.python/py-breakpoint.exp: Likewise.
5073 * gdb.reverse/break-precsave.exp: Likewise.
5074 * gdb.reverse/break-reverse.exp: Likewise.
5075 * gdb.reverse/consecutive-precsave.exp: Likewise.
5076 * gdb.reverse/finish-precsave.exp: Likewise.
5077 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5078 * gdb.reverse/finish-reverse.exp: Likewise.
5079 * gdb.reverse/i386-precsave.exp: Likewise.
5080 * gdb.reverse/i387-env-reverse.exp: Likewise.
5081 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5082 * gdb.reverse/machinestate-precsave.exp: Likewise.
5083 * gdb.reverse/machinestate.exp: Likewise.
5084 * gdb.reverse/sigall-precsave.exp: Likewise.
5085 * gdb.reverse/solib-precsave.exp: Likewise.
5086 * gdb.reverse/step-precsave.exp: Likewise.
5087 * gdb.reverse/until-precsave.exp: Likewise.
5088 * gdb.reverse/watch-precsave.exp: Likewise.
5089 * gdb.reverse/watch-reverse.exp: Likewise.
5090
5091 2014-10-17 Yao Qi <yao@codesourcery.com>
5092
5093 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5094 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5095
5096 2014-10-17 Pedro Alves <palves@redhat.com>
5097
5098 PR gdb/17471
5099 * gdb.base/bg-execution-repeat.c: New file.
5100 * gdb.base/bg-execution-repeat.exp: New file.
5101
5102 2014-10-17 Pedro Alves <palves@redhat.com>
5103
5104 PR gdb/17300
5105 * gdb.base/continue-all-already-running.c: New file.
5106 * gdb.base/continue-all-already-running.exp: New file.
5107
5108 2014-10-17 Pedro Alves <palves@redhat.com>
5109
5110 PR gdb/17472
5111 * gdb.base/annota-input-while-running.c: New file.
5112 * gdb.base/annota-input-while-running.exp: New file.
5113
5114 2014-10-17 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/callfuncs.exp: emove references to osf.
5117 * gdb.base/sigall.exp: Likewise.
5118 * gdb.gdb/selftest.exp: Likewise.
5119 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5120 * gdb.mi/non-stop.c: Likewise.
5121 * gdb.mi/pthreads.c: Likewise.
5122 * gdb.reverse/sigall-precsave.exp: Likewise.
5123 * gdb.reverse/sigall-reverse.exp: Likewise.
5124 * gdb.threads/pthreads.c: Likewise.
5125 * gdb.threads/pthreads.exp: Likewise.
5126
5127 2014-10-17 Yao Qi <yao@codesourcery.com>
5128
5129 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5130 check 'target_info exists noargs'.
5131 (test_command_prompt_position): Likewise.
5132 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5133 Remove "set args".
5134 (progvar_simple_while_test): Likewise.
5135 (progvar_complex_if_while_test): Likewise.
5136 (if_while_breakpoint_command_test): Likewise.
5137 (infrun_breakpoint_command_test): Likewise.
5138 (breakpoint_command_test): Likewise.
5139 (watchpoint_command_test): Likewise.
5140 (bp_deleted_in_command_test): Likewise.
5141 (temporary_breakpoint_commands): Likewise.
5142
5143 2014-10-16 Yao Qi <yao@codesourcery.com>
5144
5145 * gdb.base/remotetimeout.exp: Remove noargs checking.
5146
5147 2014-10-15 Pedro Alves <palves@redhat.com>
5148
5149 PR breakpoints/9649
5150 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5151 * gdb.base/breakpoint-in-ro-region.exp
5152 (probe_target_hardware_step): New procedure.
5153 (top level): Probe hardware stepping and hardware breakpoint
5154 support. Test stepping through a read-only region, with both
5155 "breakpoint auto-hw" on and off and both "always-inserted" on and
5156 off.
5157
5158 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5159
5160 * gdb.dlang/demangle.exp: Update for demangling changes.
5161
5162 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5163
5164 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5165 * gdb.cp/non-trivial-retval.exp: Add new tests.
5166
5167 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5168
5169 PR c++/13403
5170 PR c++/15154
5171 * gdb.cp/non-trivial-retval.cc: New file.
5172 * gdb.cp/non-trivial-retval.exp: New file.
5173
5174 2014-10-15 Yao Qi <yao@codesourcery.com>
5175
5176 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5177 remote host.
5178
5179 2014-10-15 Yao Qi <yao@codesourcery.com>
5180
5181 * gdb.python/py-symbol.exp: Match file base name if host is
5182 remote, otherwise match file name with dir name.
5183 * gdb.python/py-symtab.exp: Likewise.
5184 * gdb.python/python.exp: Likewise.
5185
5186 2014-10-15 Yao Qi <yao@codesourcery.com>
5187
5188 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5189 pattern.
5190 * gdb.python/py-symtab.exp: Likewise.
5191 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5192 locationn.
5193
5194 2014-10-14 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.ada/addr_arith: New testcase.
5197
5198 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5199
5200 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5201 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5202 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5203 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5204
5205 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5206
5207 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5208 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5209 * gdb.arch/stap-eval-lang-ada.exp: New file.
5210
5211 2014-10-14 Yao Qi <yao@codesourcery.com>
5212
5213 * gdb.mi/mi-var-child.c (nothing1): New function.
5214 (nothing2): New function.
5215 (do_children_tests): Set function pointers by nothing1 and
5216 nothing2.
5217 * gdb.mi/mi-var-child.exp: Step over new added statements.
5218 Update test to match the new output.
5219 * gdb.mi/var-cmd.c (nothing1): New function.
5220 (nothing2): New function.
5221 (do_children_tests): Set function pointers by nothing1 and
5222 nothing2.
5223 * gdb.mi/mi-var-display.exp: Update test to match output.
5224 Step to the line specified by $line_dct_nothing.
5225 Increase the number of lines to step.
5226
5227 2014-10-14 Yao Qi <yao@codesourcery.com>
5228
5229 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5230 tests.
5231 * gdb.mi/mi2-var-child.exp: Likewise.
5232
5233 2014-10-13 Doug Evans <dje@google.com>
5234
5235 * gdb.python/py-objfile.exp: Change name of file name test.
5236
5237 2014-10-13 Doug Evans <dje@google.com>
5238
5239 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5240 from the start of the CU.
5241
5242 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5243 Yao Qi <yao@codesourcery.com>
5244
5245 Fix "save breakpoints" for "catch" command.
5246 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5247 Remove -nonewline. Match also the added "main" line.
5248
5249 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5250
5251 Fix "save breakpoints" for "disable $bpnum" command.
5252 * gdb.base/save-bp.c (main): Add label.
5253 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5254
5255 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5256
5257 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5258
5259 2014-10-11 Yao Qi <yao@codesourcery.com>
5260
5261 * gdb.server/server-kill.exp: Execute command
5262 "set remote trace-status-packet on" before "tstatus".
5263
5264 2014-10-11 Yao Qi <yao@codesourcery.com>
5265
5266 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5267 (main): Call getppid.
5268 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5269 and continue to it. Read variable "server_pid".
5270
5271 2014-10-11 Yao Qi <yao@codesourcery.com>
5272
5273 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5274
5275 2014-10-11 Yao Qi <yao@codesourcery.com>
5276
5277 * gdb.threads/thread-find.exp: Don't execute command
5278 "info threads".
5279 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5280 * gdb.threads/linux-dp.exp: Don't check the condition
5281 $threads_created equals to zero.
5282
5283 2014-10-10 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.base/bigcore.exp: Remove references to IRIX.
5286 * gdb.base/funcargs.exp: Likewise.
5287 * gdb.base/interrupt.exp: Likewise.
5288 * gdb.base/mips_pro.exp: Likewise.
5289 * gdb.base/nodebug.exp: Likewise.
5290 * gdb.base/setvar.exp: Likewise.
5291 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5292
5293 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5294 Pedro Alves <palves@redhat.com>
5295
5296 PR symtab/14466
5297 * gdb.base/vdso-warning.c: New file.
5298 * gdb.base/vdso-warning.exp: New file.
5299
5300 2014-10-02 Doug Evans <dje@google.com>
5301
5302 * gdb.base/structs.c (main): Don't run forever.
5303
5304 2014-10-02 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5307 (top level) <stop threads 1, stop threads 2>: Use it.
5308
5309 2014-10-02 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.threads/break-while-running.exp (test): Add new
5312 'update_thread_list' argument. Skip "info threads" if false.
5313 (top level): Add new 'update_thread_list' axis.
5314
5315 2014-10-02 Pedro Alves <palves@redhat.com>
5316
5317 PR breakpoints/17431
5318 * gdb.base/execl-update-breakpoints.c: New file.
5319 * gdb.base/execl-update-breakpoints.exp: New file.
5320
5321 2014-10-01 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/breakpoint-in-ro-region.c: New file.
5324 * gdb.base/breakpoint-in-ro-region.exp: New file.
5325
5326 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5327
5328 * gdb.mi/mi-exit-code.exp: New file.
5329 * gdb.mi/mi-exit-code.c: New file.
5330
5331 2014-09-30 Yao Qi <yao@codesourcery.com>
5332
5333 * lib/prelink-support.exp (build_executable_own_libs): Error if
5334 the target isn't native.
5335
5336 2014-09-30 Yao Qi <yao@codesourcery.com>
5337
5338 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5339 false.
5340
5341 2014-09-22 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.threads/break-while-running.exp: New file.
5344 * gdb.threads/break-while-running.c: New file.
5345
5346 2014-09-19 Yao Qi <yao@codesourcery.com>
5347
5348 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5349 Invoke test. Restart GDB with --readnow and invoke test again.
5350
5351 2014-09-19 Yao Qi <yao@codesourcery.com>
5352
5353 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5354 proc set_breakpoint_on_gcd_function. Invoke
5355 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5356 invoke set_breakpoint_on_gcd_function again.
5357
5358 2014-09-18 Doug Evans <dje@google.com>
5359
5360 * gdb.dwarf2/symtab-producer.exp: New file.
5361
5362 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5363
5364 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5365 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5366 * gdb.base/global-var-nested-by-dso.c: Likewise.
5367 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5368
5369 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5370 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.base/watch-bitfields.exp: Pass string other than test file
5373 name to prepare_for_testing.
5374 (watch): New procedure.
5375 (expect_watchpoint): Use with_test_prefix.
5376 (top level): Factor out tests to ...
5377 (test_watch_location, test_regular_watch): ... these new
5378 procedures, and use with_test_prefix and gdb_continue_to_end.
5379
5380 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5381
5382 PR breakpoints/12526
5383 * gdb.base/watch-bitfields.exp: New file.
5384 * gdb.base/watch-bitfields.c: New file.
5385
5386 2014-09-16 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5389 software and hardware addresses, not software address against
5390 itself.
5391
5392 2014-09-16 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5395 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5396
5397 2014-09-16 Pedro Alves <palves@redhat.com>
5398
5399 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5400 files.
5401 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5402 "*-*-vxworks*" throughout.
5403 * gdb.base/break.exp: Likewise.
5404 * gdb.base/default.exp: Likewise.
5405 * gdb.base/scope.exp: Likewise.
5406 * gdb.base/sepdebug.exp: Likewise.
5407 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5408 throughout.
5409 * gdb.base/run.c: Likewise.
5410 * gdb.base/sepdebug.c: Likewise.
5411 * gdb.hp/gdb.aCC/run.c: Likewise.
5412 * gdb.reverse/until-reverse.c: Likewise.
5413 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5414
5415 2014-09-16 Yao Qi <yao@codesourcery.com>
5416
5417 * boards/local-remote-host-native.exp: New file.
5418
5419 2014-09-14 Doug Evans <xdje42@gmail.com>
5420
5421 * gdb.threads/queue-signal.c (thread_count): New variable.
5422 (thread_count_mutex, thread_count_condvar): New variables.
5423 (incr_thread_count, wait_all_threads_running): New functions.
5424 (main): Wait for all threads to be in their thread functions.
5425
5426 2014-09-13 Doug Evans <xdje42@gmail.com>
5427
5428 * gdb.threads/queue-signal.c: New file.
5429 * gdb.threads/queue-signal.exp: New file.
5430
5431 2014-09-13 Doug Evans <xdje42@gmail.com>
5432
5433 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5434 be consistent with what default_gdb_init uses.
5435 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5436 the plain text of the prompt. Add some logging printfs.
5437 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5438
5439 2014-09-12 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5442 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5443 * gdb.arch/i386-size-overlap.exp: Likewise.
5444 * gdb.arch/i386-size.exp: Likewise.
5445 * gdb.arch/i386-unwind.exp: Likewise.
5446 * gdb.base/a2-run.exp: Likewise.
5447 * gdb.base/break.exp: Likewise.
5448 * gdb.base/charset.exp: Likewise.
5449 * gdb.base/chng-syms.exp: Likewise.
5450 * gdb.base/commands.exp: Likewise.
5451 * gdb.base/dbx.exp: Likewise.
5452 * gdb.base/find.exp: Likewise.
5453 * gdb.base/funcargs.exp: Likewise.
5454 * gdb.base/jit-simple.exp: Likewise.
5455 * gdb.base/reread.exp: Likewise.
5456 * gdb.base/sepdebug.exp: Likewise.
5457 * gdb.base/step-bt.exp: Likewise.
5458 * gdb.cp/mb-inline.exp: Likewise.
5459 * gdb.cp/mb-templates.exp: Likewise.
5460 * gdb.objc/basicclass.exp: Likewise.
5461 * gdb.threads/killed.exp: Likewise.
5462
5463 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5464
5465 PR tdep/17379
5466 * gdb.arch/powerpc-stackless.S: New file.
5467 * gdb.arch/powerpc-stackless.exp: New file.
5468
5469 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * gdb.base/attach.c: Include unistd.h.
5472 (main): Call alarm. Add label postloop.
5473 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5474 gdb_breakpoint, gdb_continue_to_breakpoint.
5475 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5476
5477 2014-09-11 Pedro Alves <palves@redhat.com>
5478
5479 PR gdb/17347
5480 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5481 * gdb.base/attach.exp (test_command_line_attach_run): New
5482 procedure.
5483 (top level): Call it.
5484
5485 2014-09-11 Pedro Alves <palves@redhat.com>
5486
5487 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5488 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5489 (do_command_attach_tests): Use spawn_wait_for_attach.
5490 * gdb.base/solib-overlap.exp: Likewise.
5491 * gdb.multi/multi-attach.exp: Likewise.
5492 * gdb.python/py-prompt.exp: Likewise.
5493 * gdb.python/py-sync-interp.exp: Likewise.
5494 * gdb.server/ext-attach.exp: Likewise.
5495
5496 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5497
5498 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5499 command in testcase. Simplify testcase.
5500
5501 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5502
5503 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5504
5505 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5508
5509 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5512
5513 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.dwarf2/dynarr-ptr.c: New file.
5516 * gdb.dwarf2/dynarr-ptr.exp: New file.
5517
5518 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5519
5520 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5521 of 30 rather than hardcoding 120 for a slow test case. Take the
5522 `gdb,timeout' target setting into account for this calculation.
5523 Don't extend the timeout for the test cases that don't need it.
5524
5525 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5526
5527 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5528 a factor of 2 for a slow test case. Take the `gdb,timeout'
5529 target setting into account for this calculation.
5530 * gdb.reverse/until-precsave.exp: Increase the timeout by
5531 a factor of 15 and 3 respectively rather than adding 120
5532 for a pair of slow test cases. Take the `gdb,timeout'
5533 target setting into account for this calculation.
5534
5535 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5536
5537 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5538 timeout, don't pass one down to gdb_expect.
5539 (gdb_expect): Rework timeout selection.
5540
5541 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5542
5543 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5544 exception on timeout.
5545 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5546 (gdbserver_start_extended): Catch any `gdbserver_start' error
5547 exceptions.
5548 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5549 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5550 `gdbserver_gdb_load' error exceptions.
5551
5552 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5553
5554 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5555 120 on waiting for the TCP socket to open.
5556
5557 2014-09-09 Doug Evans <xdje42@gmail.com>
5558
5559 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5560 _caller_matches, _any_caller_is, _any_caller_matches.
5561
5562 2014-09-09 Doug Evans <xdje42@gmail.com>
5563
5564 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5565
5566 2014-09-09 Yao Qi <yao@codesourcery.com>
5567
5568 * gdb.mi/mi-var-display.exp: Set print symbol off.
5569
5570 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5571
5572 PR gdb/17035
5573 * gdb.base/commands.exp: Add tests to verify user-defined
5574 commands with empty bodies.
5575 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5576 python commands in `show user command`.
5577 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5578 scheme commands in `show user command`.
5579
5580 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 PR python/17355
5583 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5584 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5585 * gdb.python/py-framefilter-invalidarg.exp: New file.
5586 * gdb.python/py-framefilter-invalidarg.py: New file.
5587
5588 2014-09-06 Doug Evans <xdje42@gmail.com>
5589
5590 PR 15276
5591 * gdb.python/py-caller-is.c: New file.
5592 * gdb.python/py-caller-is.exp: New file.
5593
5594 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5595
5596 PR gdb/17235
5597 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5598 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5599
5600 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5601
5602 PR fortran/17237
5603 * gdb.fortran/print-formatted.exp: New file.
5604 * gdb.fortran/print-formatted.f90: Likewise.
5605
5606 2014-09-03 Sasha Smundak <asmundak@google.com>
5607
5608 * gdb.python/py-frame.exp: Test Frame.read_register.
5609
5610 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5611
5612 PR python/16699
5613 * gdb.python/py-completion.exp: New file.
5614 * gdb.python/py-completion.py: Likewise.
5615
5616 2014-08-28 Doug Evans <dje@google.com>
5617
5618 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5619 eax,etc. are live with values set by gdb and thus the compiler can't
5620 use them.
5621 * gdb.arch/i386-pseudo.c (main): Ditto.
5622
5623 2014-08-27 Doug Evans <dje@google.com>
5624
5625 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5626
5627 2014-08-25 Doug Evans <dje@google.com>
5628
5629 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5630 (main): Ditto.
5631
5632 2014-08-25 Doug Evans <dje@google.com>
5633
5634 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5635
5636 2014-08-24 Yao Qi <yao@codesourcery.com>
5637
5638 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5639 symbol off.
5640 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5641
5642 2014-08-22 Doug Evans <dje@google.com>
5643
5644 PR 17276
5645 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5646 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5647 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5648
5649 2014-08-22 Yao Qi <yao@codesourcery.com>
5650
5651 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5652 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5653 * gdb.python/python.exp: Likewise. Use .py file on the host
5654 instead of the build.
5655
5656 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5657
5658 * gdb.threads/gcore-stale-thread.c: New file.
5659 * gdb.threads/gcore-stale-thread.exp: New file.
5660
5661 2014-08-21 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5664 * gdb.base/gcore-relro-pie.exp: Likewise.
5665 * gdb.base/gcore-relro.exp: Likewise.
5666 * gdb.base/gcore.exp: Likewise.
5667 * gdb.base/print-symbol-loading.exp: Likewise.
5668 * gdb.threads/gcore-thread.exp: Likewise.
5669 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5670
5671 2014-08-20 Pedro Alves <palves@redhat.com>
5672 Jan Kratochvil <jan.kratochvil@redhat.com>
5673
5674 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5675 configure.
5676 (EXPECT): Handle READ1 being set.
5677 (all): Depend on EXTRA_RULES.
5678 (check-read1, expect-read1, read1.so, read1): New rules.
5679 * README (Testsuite Parameters): Document the READ1 make variable.
5680 (Race detection): New section.
5681 * configure: Regenerate.
5682 * configure.ac: If build==host==target, and running under a
5683 GNU/glibc system, add read1 to the extra Makefile rules.
5684 (EXTRA_RULES): AC_SUBST it.
5685 * lib/read1.c: New file.
5686
5687 2014-08-20 Joel Brobecker <brobecker@adacore.com>
5688
5689 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5690 the handling of variables declared as a typedef to an array
5691 which a DW_AT_data_location attribute.
5692
5693 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
5694 Pedro Alves <palves@redhat.com>
5695
5696 PR symtab/14604
5697 PR symtab/14605
5698 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5699 gdb_test.
5700
5701 2014-08-19 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5704
5705 2014-08-19 Yao Qi <yao@codesourcery.com>
5706
5707 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5708 right line.
5709
5710 2014-08-18 David Blaikie <dblaikie@gmail.com>
5711
5712 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5713
5714 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5715
5716 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5717 attribute in array range.
5718
5719 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5720
5721 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5722
5723 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5724
5725 PR c++/17132
5726 * gdb.cp/pr17132.cc: New file.
5727 * gdb.cp/pr17132.exp: New file.
5728
5729 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5730
5731 * gdb.python/py-xmethods.py (A_getarrayind)
5732 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5733 Use 'print' with function call syntax.
5734 (E_method_matcher.match): Fix tab vs space indentation mixup.
5735
5736 2014-08-15 Yao Qi <yao@codesourcery.com>
5737
5738 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5739 false.
5740
5741 2014-08-15 Yao Qi <yao@codesourcery.com>
5742
5743 * gdb.cp/casts.exp: Set print symbol off.
5744 * gdb.cp/class2.exp: Likewise.
5745 * gdb.cp/overload.exp: Likewise.
5746 * gdb.cp/templates.exp: Likewise.
5747
5748 2014-08-11 Doug Evans <dje@google.com>
5749
5750 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5751 (test_load_shlib): Update.
5752
5753 2014-08-09 Yao Qi <yao@codesourcery.com>
5754
5755 * gdb.base/display.exp: Invoke is_address_zero_readable.
5756 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5757 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5758 * gdb.base/hbreak-unmapped.exp: Return if
5759 is_address_zero_readable returns true.
5760 * gdb.base/signest.exp: Likewise.
5761 * gdb.base/signull.exp: Likewise.
5762 * gdb.base/sigbpt.exp: Likewise.
5763 * gdb.guile/scm-disasm.exp: Do the test if
5764 is_address_zero_readable returns false.
5765 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5766 * gdb.python/py-arch.exp: Likewise.
5767 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5768 * lib/gdb.exp (is_address_zero_readable): New proc.
5769
5770 2014-08-09 Yao Qi <yao@codesourcery.com>
5771
5772 PR testsuite/13443
5773 * gdb.mi/mi-var-display.exp: Make test messages unique.
5774
5775 2014-08-04 Tom Tromey <tromey@redhat.com>
5776
5777 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5778 target 0".
5779
5780 2014-08-04 Tom Tromey <tromey@redhat.com>
5781
5782 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5783 "target_resume".
5784
5785 2014-08-01 Joel Brobecker <brobecker@adacore.com>
5786
5787 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5788 inner_vla_struct_object_size.
5789 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5790 as xfail.
5791
5792 2014-07-30 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5795 comment.
5796
5797 2014-07-29 Yao Qi <yao@codesourcery.com>
5798
5799 PR gdb/17206
5800 * gdb.base/until-nodebug.exp: New.
5801
5802 2014-07-28 Doug Evans <xdje42@gmail.com>
5803
5804 PR guile/17203
5805 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5806 previously existing parameter, and previously ambiguously spelled
5807 parameter.
5808
5809 2014-07-28 Will Newton <will.newton@linaro.org>
5810
5811 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5812
5813 2014-07-26 Ludovic Courtès <ludo@gnu.org>
5814 Doug Evans <xdje42@gmail.com>
5815
5816 PR guile/17146
5817 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5818
5819 2014-07-25 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.threads/signal-command-handle-nopass.c: New file.
5822 * gdb.threads/signal-command-handle-nopass.exp: New file.
5823 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5824 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5825 * gdb.threads/signal-delivered-right-thread.c: New file.
5826 * gdb.threads/signal-delivered-right-thread.exp: New file.
5827
5828 2014-07-25 Pedro Alves <palves@redhat.com>
5829
5830 * gdb.base/double-prompt-target-event-error.exp
5831 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5832 match.
5833 (cancel_pagination_in_target_event): Rework double prompt
5834 detection.
5835 * gdb.base/paginate-after-ctrl-c-running.exp
5836 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5837 <return>' match.
5838 * gdb.base/paginate-bg-execution.exp
5839 (test_bg_execution_pagination_return)
5840 (test_bg_execution_pagination_cancel): Remove '-notransfer
5841 <return>' matches.
5842 * gdb.base/paginate-execution-startup.exp
5843 (test_fg_execution_pagination_return)
5844 (test_fg_execution_pagination_cancel): Remove '-notransfer
5845 <return>' matches.
5846 * gdb.base/paginate-inferior-exit.exp
5847 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5848 match.
5849 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5850 * lib/gdb.exp (pagination_prompt): Run text through
5851 string_to_regexp.
5852 (gdb_test_multiple): Match $pagination_prompt instead of
5853 "<return>".
5854 (string_to_regexp): Move to lib/gdb-utils.exp.
5855
5856 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5857
5858 * gdb.arch/amd64-entry-value-paramref.S: New file.
5859 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5860 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5861 * gdb.arch/amd64-optimout-repeat.S: New file.
5862 * gdb.arch/amd64-optimout-repeat.c: New file.
5863 * gdb.arch/amd64-optimout-repeat.exp: New file.
5864
5865 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5866
5867 PR gdb/17170
5868 * gdb.base/statistics.exp: New file.
5869
5870 2014-07-17 Doug Evans <dje@google.com>
5871
5872 PR gdb/17170
5873 * gdb.base/maint.exp: Update testing of per-command stats.
5874
5875 2014-07-16 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5878 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5879 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5880 (tfile_write_buf): New functions.
5881 (add_memory_block): Rewrite using the above.
5882 (adjust_function_address): New function.
5883 (FUNCTION_ADDRESS): New macro.
5884 (write_basic_trace_file): Remove short_x local, and use
5885 tfile_write_16. Change type of func_addr local to unsigned long
5886 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5887 here. Cast argument of add_memory_block to char pointer.
5888 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5889 (main): Remove parameters.
5890 * gdb.trace/tfile.exp: Remove nowarnings.
5891
5892 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5893
5894 * gdb.base/debug-expr.exp: Test string evaluation with
5895 "debug expression" on.
5896
5897 2014-07-15 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/reread.exp: Use clean_restart.
5900
5901 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5902
5903 * gdb.arch/avr-flash-qualifer.c: New.
5904 * gdb.arch/avr-flash-qualifer.exp: New.
5905
5906 2014-07-14 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5909 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5910
5911 2014-07-14 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.base/double-prompt-target-event-error.c: New file.
5914 * gdb.base/double-prompt-target-event-error.exp: New file.
5915
5916 2014-07-14 Pedro Alves <palves@redhat.com>
5917
5918 PR gdb/17072
5919 * gdb.base/paginate-inferior-exit.c: New file.
5920 * gdb.base/paginate-inferior-exit.exp: New file.
5921
5922 2014-07-14 Pedro Alves <palves@redhat.com>
5923
5924 PR gdb/17072
5925 * gdb.base/paginate-bg-execution.c: New file.
5926 * gdb.base/paginate-bg-execution.exp: New file.
5927
5928 2014-07-14 Pedro Alves <palves@redhat.com>
5929
5930 PR gdb/17072
5931 * gdb.base/paginate-execution-startup.c: New file.
5932 * gdb.base/paginate-execution-startup.exp: New file.
5933 * lib/gdb.exp (pagination_prompt): New global.
5934 (default_gdb_spawn): New procedure, factored out from
5935 default_gdb_spawn.
5936 (default_gdb_start): Adjust to call default_gdb_spawn.
5937 (gdb_spawn): New procedure.
5938
5939 2014-07-14 Pedro Alves <palves@redhat.com>
5940
5941 * lib/gdb.exp (gdb_assert): New procedure.
5942 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5943
5944 2014-07-14 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/execution-termios.c: New file.
5947 * gdb.base/execution-termios.exp: New file.
5948
5949 2014-07-14 Tom Tromey <tromey@redhat.com>
5950
5951 * gdb.cp/vla-cxx.cc: New file.
5952 * gdb.cp/vla-cxx.exp: New file.
5953
5954 2014-07-14 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.reverse/rerun-prec.c: New file.
5957 * gdb.reverse/rerun-prec.exp: New file.
5958
5959 2014-07-12 Maciej W. Rozycki <macro@mips.com>
5960 Maciej W. Rozycki <macro@codesourcery.com>
5961
5962 * lib/gdb-utils.exp: New file.
5963 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5964 inline `gdb_init_command' processing.
5965 (gdb_start_cmd): Likewise.
5966 * lib/mi-support.exp (mi_run_cmd): Likewise.
5967 * README: Document `gdb_init_command' and `gdb_init_commands'.
5968
5969 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5970
5971 Fix false FAIL running under a very long directory name.
5972 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5973 and "set print elements 10000". Twice.
5974
5975 2014-07-11 Yao Qi <yao@codesourcery.com>
5976
5977 * gdb.base/exprs.exp: "set print symbol off".
5978
5979 2014-07-11 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.threads/kill.c: New file.
5982 * gdb.threads/kill.exp: New file.
5983
5984 2014-07-10 Yao Qi <yao@codesourcery.com>
5985
5986 * gdb.trace/tfile.c (write_basic_trace_file)
5987 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5988 address written to trace file.
5989
5990 2014-07-09 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.base/attach-wait-input.exp: New file.
5993 * gdb.base/attach-wait-input.c: New file.
5994
5995 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5996
5997 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5998 setting up test structures.
5999 (main): Call new test function.
6000 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6001 test function, continue into test function and walk test
6002 structures.
6003
6004 2014-07-02 Yao Qi <yao@codesourcery.com>
6005
6006 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6007 'bar_start' at the beginning of functions 'foo' and 'bar'
6008 respectively.
6009 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6010 instead of 'foo' and 'bar'.
6011
6012 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6013
6014 * gdb.btrace/segv.exp: New.
6015 * gdb.btrace/segv.c: New.
6016
6017 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
6018
6019 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6020 instruction.
6021
6022 2014-06-30 Mark Wielaard <mjw@redhat.com>
6023
6024 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6025 vulture, vilify, villar): New volatile array constants.
6026 (vindictive, vegetation): New const volatile array constants.
6027 * gdb.base/volatile.exp: Test volatile and const volatile array
6028 types.
6029
6030 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6031
6032 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6033 target lacks support for awatch, rwatch, or hbreak.
6034
6035 2014-06-27 Yao Qi <yao@codesourcery.com>
6036
6037 * gdb.multi/dummy-frame-restore.exp: New.
6038 * gdb.multi/dummy-frame-restore.c: New.
6039
6040 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6041
6042 * gdb.btrace/gcore.exp: New.
6043
6044 2014-06-23 Pedro Alves <palves@redhat.com>
6045
6046 * gdb.base/watchpoint-reuse-slot.c: New file.
6047 * gdb.base/watchpoint-reuse-slot.exp: New file.
6048
6049 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6050
6051 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6052 progspace's filename in 'info', 'enable' and 'disable' command
6053 tests.
6054
6055 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6056
6057 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6058 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6059 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6060
6061 2014-06-20 Gary Benson <gbenson@redhat.com>
6062
6063 * gdb.arch/i386-avx.exp: Fix include file location.
6064 * gdb.arch/i386-sse.exp: Likewise.
6065
6066 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6067
6068 * gdb.dlang/expression.exp: New file.
6069
6070 2014-06-19 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6073 out from ...
6074 (top level): ... here. Iterate running tests under different
6075 scheduler-locking settings.
6076
6077 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
6078
6079 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6080 to DW_FORM_addr and use non-zero addresses.
6081
6082 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6083
6084 PR gdb/17017
6085 * gdb.python/py-xmethods.cc: Add global function call counters and
6086 increment them in their respective functions. Remove "cout"
6087 statements.
6088 * gdb.python/py-xmethods.exp: Make tests check the global function
6089 call counters instead of depending on inferior IO.
6090
6091 2014-06-18 Don Breazeal <donb@codesourcery.com>
6092
6093 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6094 Deleted procedure.
6095 (explicit_fork_parent_follow): Deleted procedure.
6096 (explicit_fork_child_follow): Deleted procedure.
6097 (test_follow_fork): New procedure.
6098 (do_fork_tests): Replace calls to deleted procedures with
6099 calls to test_follow_fork and reset GDB for subsequent
6100 procedure calls.
6101
6102 2014-06-17 Yao Qi <yao@codesourcery.com>
6103
6104 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6105 CP1252.
6106
6107 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
6108
6109 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6110 Initialize ptr and S explicitly.
6111 (skip_type_update_when_not_use_rtti_test): Likewise.
6112
6113 2014-06-16 Keith Seitz <keiths@redhat.com>
6114
6115 PR mi/15863
6116 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6117 the inferior is started.
6118
6119 2014-06-16 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/break-main-file-remove-fail.c: New file.
6122 * gdb.base/break-main-file-remove-fail.exp: New file.
6123 * gdb.base/break-unload-file.exp: Use build_executable instead of
6124 prepare_for_testing.
6125 (test_break): New parameter "initial_load". Handle it.
6126 (top level): Add initial_load cmdline/file axis.
6127
6128 2014-06-12 Tom Tromey <tromey@redhat.com>
6129
6130 * gdb.base/completion.exp: Don't use directory name in test.
6131
6132 2014-06-09 Gary Benson <gbenson@redhat.com>
6133
6134 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6135 separate the always-available ANSI-standard signals from the
6136 signals that require checking.
6137 (main): Likewise.
6138 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6139 Likewise.
6140 (main): Likewise.
6141
6142 2014-06-07 Keith Seitz <keiths@redhat.com>
6143
6144 Revert:
6145 PR c++/16253
6146 * gdb.cp/var-tag.cc: New file.
6147 * gdb.cp/var-tag.exp: New file.
6148 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6149 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6150 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6151 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6152
6153 2014-06-06 Doug Evans <xdje42@gmail.com>
6154
6155 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6156
6157 2014-06-06 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6160 in target debug output instead of looking at RSP packets,
6161 disabling the test on any target that uses hardware stepping.
6162 Update comments.
6163
6164 2014-06-06 Pedro Alves <palves@redhat.com>
6165
6166 * gdb.base/break-unload-file.exp: Fix typo.
6167
6168 2014-06-06 Yao Qi <yao@codesourcery.com>
6169
6170 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6171 from "jit_function" to "^jit_function".
6172
6173 2014-06-06 Yao Qi <yao@codesourcery.com>
6174
6175 * gdb.base/async.c (foo): Add one statement.
6176 * gdb.base/async.exp: Get the next instruction address and
6177 match the output of "nexti" by instruction address. Match
6178 the hex address in the output of "finish".
6179
6180 2014-06-06 Gary Benson <gbenson@redhat.com>
6181
6182 * gdb.base/call-signals.c: Remove preprocessor conditionals
6183 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6184 SIGSEGV and SIGTERM.
6185 * gdb.base/sigall.c: Likewise.
6186 * gdb.base/unwindonsignal.c: Likewise.
6187 * gdb.reverse/sigall-reverse.c: Likewise.
6188
6189 2014-06-06 Yao Qi <yao@codesourcery.com>
6190
6191 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6192 readable, skip the test.
6193
6194 2014-06-06 Yao Qi <yao@codesourcery.com>
6195
6196 * gdb.threads/staticthreads.c (thread_function): Move the line
6197 setting breakpoint on forward.
6198 * gdb.threads/staticthreads.exp: Update comments.
6199
6200 2014-06-05 Ludovic Courtès <ludo@gnu.org>
6201
6202 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6203 "history-append! type error".
6204
6205 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6206
6207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6208 erroneous dprintf expected input.
6209
6210 2014-06-04 Doug Evans <xdje42@gmail.com>
6211
6212 * gdb.guile/scm-generics.exp: Delete.
6213
6214 2014-06-04 Doug Evans <xdje42@gmail.com>
6215
6216 * gdb.guile/scm-breakpoint.exp: Update.
6217 Add tests for breakpoint registration.
6218
6219 2014-06-04 Tom Tromey <tromey@redhat.com>
6220
6221 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6222 VLA-in-union.
6223 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6224 inner_vla_struct, vla_union types. Initialize objects of those
6225 types and compute their sizes.
6226
6227 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6228 Hui Zhu <hui@codesourcery.com>
6229
6230 * gdb.base/fileio.exp: Add test for shell not available as well as
6231 available.
6232 * gdb.base/fileio.c (test_system): Check for shell twice.
6233
6234 2014-06-04 Yao Qi <yao@codesourcery.com>
6235
6236 * gdb.base/auto-connect-native-target.exp: Remove redundant
6237 space from the regexp pattern.
6238
6239 2014-06-04 Yao Qi <yao@codesourcery.com>
6240
6241 * gdb.base/default.exp: Replace "child" with "native" in
6242 regexp pattern.
6243
6244 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6245
6246 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6247 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6248 * gdb.python/py-xmethods.py: Python script supporting the
6249 new testcase and tests.
6250
6251 2014-06-03 Joel Brobecker <brobecker@adacore.com>
6252 Pedro Alves <palves@redhat.com>
6253
6254 PR breakpoints/17000
6255 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6256 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6257
6258 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6259
6260 * gdb.base/subst.exp: Add tests to verify partial path matching
6261 output.
6262
6263 2014-06-03 Pedro Alves <palves@redhat.com>
6264
6265 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6266 target that doesn't use software single-stepping.
6267
6268 2014-06-03 Pedro Alves <palves@redhat.com>
6269
6270 PR breakpoints/17000
6271 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6272 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6273
6274 2014-06-02 Doug Evans <xdje42@gmail.com>
6275
6276 * gdb.guile/scm-parameter.exp: New file.
6277
6278 2014-06-02 Doug Evans <xdje42@gmail.com>
6279
6280 * gdb.guile/scm-cmd.c: New file.
6281 * gdb.guile/scm-cmd.exp: New file.
6282
6283 2014-06-02 Doug Evans <xdje42@gmail.com>
6284
6285 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6286 pretty-printer lookup.
6287 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6288 (make-pp_s-printer): Call it.
6289 (make-pretty-printer-from-dict): New function.
6290 (lookup-pretty-printer-maker-from-dict): New function.
6291 (*pretty-printer*): Simplify.
6292 (make-objfile-pp_s-printer): New function.
6293 (install-objfile-pretty-printers!): New function.
6294 (make-progspace-pp_s-printer): New function.
6295 (install-progspace-pretty-printers!): New function.
6296 * gdb.guile/scm-progspace.c: New file.
6297 * gdb.guile/scm-progspace.exp: New file.
6298
6299 2014-06-02 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.base/dprintf-bp-same-addr.c: New file.
6302 * gdb.base/dprintf-bp-same-addr.exp: New file.
6303
6304 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6305
6306 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6307 * gdb.arch/powerpc-power.s: Likewise.
6308
6309 2014-06-02 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6312
6313 2014-06-01 Yao Qi <yao@codesourcery.com>
6314
6315 * gdb.base/watchpoint.exp (test_watch_location): Check null
6316 pointer can be dereferenced. If not, do the test, otherwise
6317 skip it.
6318
6319 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6320
6321 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6322 results.
6323 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6324
6325 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6326
6327 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6328 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6329 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6330 * gdb.arch/amd64-invalid-stack-top.c: New file.
6331 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6332
6333 2014-05-30 Pedro Alves <palves@redhat.com>
6334
6335 PR breakpoints/17000
6336 * gdb.base/sss-bp-on-user-bp.c: New file.
6337 * gdb.base/sss-bp-on-user-bp.exp: New file.
6338
6339 2014-05-30 David Blaikie <dblaikie@gmail.com>
6340
6341 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6342 gnu_inline semantics via attribute.
6343 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6344 source explicitly specifies the required semantics.
6345
6346 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6347
6348 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6349
6350 2014-05-29 Pedro Alves <palves@redhat.com>
6351 Tom Tromey <tromey@redhat.com>
6352
6353 * gdb.base/async-shell.exp: Don't enable target-async.
6354 * gdb.base/async.exp
6355 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6356 parameter. Adjust.
6357 (top level): Don't test with "target-async".
6358 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6359 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6360 * gdb.base/inferior-died.exp: Don't enable target-async.
6361 * gdb.base/interrupt-noterm.exp: Likewise.
6362 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6363 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6364 * gdb.mi/mi-nonstop.exp: Likewise.
6365 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6366 * gdb.mi/mi-nsintrall.exp: Likewise.
6367 * gdb.mi/mi-nsmoribund.exp: Likewise.
6368 * gdb.mi/mi-nsthrexec.exp: Likewise.
6369 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6370 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6371 * gdb.python/py-evsignal.exp: Don't enable target-async.
6372 * gdb.python/py-evthreads.exp: Likewise.
6373 * gdb.python/py-prompt.exp: Likewise.
6374 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6375 * gdb.server/solib-list.exp: Don't enable target-async.
6376 * gdb.threads/thread-specific-bp.exp: Likewise.
6377 * lib/mi-support.exp: Adjust to use mi-async.
6378
6379 2014-05-29 Pedro Alves <palves@redhat.com>
6380
6381 PR gdb/13860
6382 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6383 reason, even in sync mode.
6384
6385 2014-05-29 Pedro Alves <palves@redhat.com>
6386 Hui Zhu <hui@codesourcery.com>
6387
6388 PR PR15693
6389 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6390 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6391 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6392 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6393
6394 2014-05-28 Joel Brobecker <brobecker@adacore.com>
6395
6396 * config/monitor.exp (gdb_target_monitor): Replace use of
6397 "set remotebaud" by "set serial baud".
6398
6399 2014-05-26 Andy Wingo <wingo@igalia.com>
6400
6401 * gdb.guile/scm-breakpoint.exp:
6402 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6403 properties instead of gdb-object-properties.
6404
6405 2014-05-26 Yao Qi <yao@codesourcery.com>
6406
6407 * gdb.server/no-thread-db.exp: Specify source file name
6408 explicitly when setting a breakpoint.
6409
6410 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6411
6412 * gdb.btrace/vdso.c: New.
6413 * gdb.btrace/vdso.exp: New.
6414
6415 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6416
6417 * gdb.base/gcore.exp (capture_command_output): Move ...
6418 * lib/gdb.exp (capture_command_output): ... here.
6419
6420 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6421
6422 * gdb.btrace/data.exp: Test memory access during btrace replay.
6423
6424 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6425
6426 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6427
6428 2014-05-21 Pedro Alves <palves@redhat.com>
6429
6430 PR gdb/13860
6431 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6432 (top level): Test that output related to execution commands is
6433 sent to the console with CLI commands, but not with MI commands.
6434 Test that breakpoint events are always mirrored to the console.
6435 Also expect the new source line to be output after a "next" in
6436 async mode too. Make it a pass/fail test.
6437 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6438 output.
6439 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6440
6441 2014-05-21 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6444 Use them to test variations of "list" after reaching a breakpoint.
6445 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6446 Test "list" with listsize 10 after reaching a breakpoint.
6447 * gdb.python/python.exp (decode_line current location line
6448 number): Adjust expected line number.
6449
6450 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6451
6452 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6453 behavior for $args, pass it directly to "run".
6454
6455 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6456
6457 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6458 30000 to 65536.
6459
6460 2014-05-21 Pedro Alves <palves@redhat.com>
6461
6462 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6463 auto-connect-native-target off".
6464 * gdb.base/auto-connect-native-target.c: New file.
6465 * gdb.base/auto-connect-native-target.exp: New file.
6466
6467 2014-05-21 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.base/default.exp: Test "target native" instead of "target
6470 child".
6471
6472 2014-05-21 Mark Wielaard <mjw@redhat.com>
6473
6474 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6475
6476 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 Fix TLS access for -static -pthread.
6479 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6480 <HAVE_TLS> (thread_function, main): Initialize it.
6481 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6482 Add clean_restart.
6483 <$have_tls != "">: Check TLSVAR.
6484
6485 2014-05-21 Pedro Alves <palves@redhat.com>
6486
6487 * gdb.base/dcache-line-read-error.c: New.
6488 * gdb.base/dcache-line-read-error.exp: New.
6489
6490 2014-05-20 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.base/compare-sections.c: New file.
6493 * gdb.base/compare-sections.exp: New file.
6494
6495 2014-05-20 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/break-idempotent.c: New file.
6498 * gdb.base/break-idempotent.exp: New file.
6499
6500 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6501
6502 * gdb.btrace/nohist.exp: New.
6503
6504 2014-05-20 Yao Qi <yao@codesourcery.com>
6505
6506 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6507 gdb.reverse directory and gdb_reverse_timeout exists in board
6508 setting.
6509 * README: Document gdb_reverse_timeout.
6510
6511 2014-05-20 Yao Qi <yao@codesourcery.com>
6512
6513 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6514 'test_file_name'. Treat args as a string instead of a list.
6515 (gdb_init): Rename argument 'args' by 'test_file_name'.
6516
6517 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6518
6519 * gdb.arch/powerpc-power.exp: New file.
6520 * gdb.arch/powerpc-power.s: New file.
6521
6522 2014-05-16 Doug Evans <dje@google.com>
6523
6524 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
6525 * gdb.base/completion.exp: Check that all expected files exist
6526 before doing file completion.
6527
6528 2014-05-16 Doug Evans <dje@google.com>
6529
6530 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6531 Update.
6532 (do_syscall_tests_without_xml): Update.
6533
6534 2014-05-16 Pedro Alves <palves@redhat.com>
6535
6536 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6537 instead of "unknown output after running".
6538
6539 2014-05-16 Yao Qi <yao@codesourcery.com>
6540
6541 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6542 file1.txt from host at the end.
6543 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6544
6545 2014-05-15 Doug Evans <dje@google.com>
6546
6547 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6548 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6549 loading file. Add test for TU lookup.
6550
6551 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6552
6553 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6554 calling "-exec-arguments" or "set args" before running the
6555 inferior.
6556
6557 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6558
6559 * lib/mi-support.exp (mi_expect_stop): Expect message for
6560 inferiors that exit with non-zero exit code.
6561
6562 2014-05-14 Yao Qi <yao@codesourcery.com>
6563
6564 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6565 match absolute path on remote host.
6566 (test_file_list_exec_source_files): Remove "/" from the
6567 pattern.
6568
6569 2014-05-14 Yao Qi <yao@codesourcery.com>
6570
6571 * boards/local-remote-host-notty.exp (${board}_file): New
6572 proc.
6573
6574 2014-05-07 Kyle McMartin <kyle@redhat.com>
6575
6576 Pushed by Joel Brobecker <brobecker@adacore.com>.
6577 * gdb.arch/aarch64-atomic-inst.c: New file.
6578 * gdb.arch/aarch64-atomic-inst.exp: New file.
6579
6580 2014-05-07 Yao Qi <yao@codesourcery.com>
6581
6582 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6583 in current context" too.
6584
6585 2014-05-05 Keith Seitz <keiths@redhat.com>
6586
6587 * gdb.linespec/ls-dollar.exp: Add test for linespec
6588 file:convenience_variable.
6589
6590 2014-05-05 Yao Qi <yao@codesourcery.com>
6591
6592 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6593 traceframes into tfile and ctf trace files. Read data from
6594 trace file and test collected data.
6595 (gdb_collect_locals_test): Likewise.
6596 (gdb_unavailable_registers_test): Likewise.
6597 (gdb_unavailable_floats): Likewise.
6598 (gdb_collect_globals_test): Likewise.
6599 (top-level): Append "ctf" to trace_file_targets if GDB
6600 supports.
6601
6602 2014-05-05 Yao Qi <yao@codesourcery.com>
6603
6604 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6605 code to ...
6606 (gdb_collect_args_test_1): ... it. New proc.
6607 (gdb_collect_locals_test): Move some code to ...
6608 (gdb_collect_locals_test_1): ... it. New proc.
6609 (gdb_unavailable_registers_test): Move some code to ...
6610 (gdb_unavailable_registers_test_1): ... it. New proc.
6611 (gdb_unavailable_floats): Move some code to ...
6612 (gdb_unavailable_floats_1): ... it. New proc.
6613
6614 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6615
6616 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6617 probes to test for bitness recognition.
6618 * gdb.arch/amd64-stap-optional-prefix.exp
6619 (test_probe_value_without_reg): New procedure.
6620 Add code to test for different kinds of bitness.
6621
6622 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6623
6624 PR breakpoints/16889
6625 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6626 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6627
6628 2014-05-01 Pedro Alves <palves@redhat.com>
6629
6630 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6631 gdb_file_cmd if no file is specified.
6632 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6633 last_loaded_file to set the remote exec-file.
6634
6635 2014-05-01 Pedro Alves <palves@redhat.com>
6636
6637 * boards/local-remote-host.exp: New file.
6638
6639 2014-05-01 Pedro Alves <palves@redhat.com>
6640
6641 * boards/local-remote-host.exp: Rename to ...
6642 * boards/local-remote-host-notty.exp: ... this.
6643
6644 2014-04-28 Joel Brobecker <brobecker@adacore.com>
6645
6646 * gdb.ada/dyn_arrayidx: New testcase.
6647
6648 2014-04-26 Yao Qi <yao@codesourcery.com>
6649
6650 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6651 and compute the length of function main. Save it in
6652 $main_length.
6653 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6654 (top-level): Use gdb_compile to compile objects into
6655 executable and restart GDB. Remove invocation to
6656 prepare_for_testing.
6657
6658 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6659 Pedro Alves <palves@redhat.com>
6660
6661 PR server/16255
6662 * gdb.multi/multi-attach.c: New file.
6663 * gdb.multi/multi-attach.exp: New file.
6664
6665 2014-04-25 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6668 user.
6669 (top level): Test that "set remote conditional-breakpoints-packet
6670 off" works as intended.
6671 * gdb.base/dprintf.exp: Test that "set remote
6672 breakpoint-commands-packet off" works as intended.
6673 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6674 New function.
6675 (top level): Call it.
6676 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6677 remote fast-tracepoints-packet off" works as intended.
6678 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6679 * lib/gdb.exp (gdb_is_target_remote): ... here.
6680
6681 2014-04-24 David Blaikie <dblaikie@gmail.com>
6682
6683 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6684 ensure clang would not discard them.
6685 * gdb.base/gdbvars.c: Ditto.
6686 * gdb.base/memattr.c: Ditto.
6687 * gdb.base/whatis.c: Ditto.
6688 * gdb.python/py-prettyprint.c: Ditto.
6689 * gdb.trace/actions.c: Ditto.
6690 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6691 ensure clang would not discard it.
6692
6693 2014-04-24 David Blaikie <dblaikie@gmail.com>
6694
6695 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6696 clang to emit the full definition of type required by the test
6697 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6698
6699 2014-04-24 David Blaikie <dblaikie@gmail.com>
6700
6701 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6702 coax Clang into emitting the definition of the type.
6703 * gdb.cp/pr10728-x.h (y): Ditto.
6704 * gdb.cp/pr10728-y.cc (y): Ditto.
6705
6706 2014-04-24 David Blaikie <dblaikie@gmail.com>
6707
6708 * gdb.base/label.exp: XFAIL label related tests under Clang.
6709 * gdb.cp/cplabel.exp: Ditto.
6710 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6711 under Clang those using labels.
6712
6713 2014-04-25 Yao Qi <yao@codesourcery.com>
6714
6715 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6716 double_label.
6717 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6718 partial_label and double_label.
6719
6720 2014-04-24 David Blaikie <dblaikie@gmail.com>
6721
6722 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6723
6724 2014-04-24 David Blaikie <dblaikie@gmail.com>
6725
6726 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6727 of the function to work across GCC and Clang.
6728 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6729 pointer types (const void ** const V void **).
6730
6731 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6732 Walfred Tedeschi <walfred.tedeschi@intel.com>
6733
6734 * Makefile.in (EXECUTABLES): Added i386-avx512.
6735 * gdb.arch/i386-avx512.c: New file.
6736 * gdb.arch/i386-avx512.exp: Likewise.
6737
6738 2014-04-23 Keith Seitz <keiths@redhat.com>
6739
6740 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6741 (mi_make_breakpoint_table): New procedure.
6742 (mi_create_breakpoint): Use mi_make_breakpoint
6743 and return the result.
6744 (mi_make_breakpoint): New procedure.
6745 (mi_build_kv_pairs): New procedure.
6746
6747 * gdb.mi/mi-break.exp: Remove unused globals,
6748 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6749 All callers updated.
6750 * gdb.mi/mi-dprintf.exp: Use variable to track command
6751 number.
6752 Update all callers of mi_create_breakpoint and use
6753 mi_make_breakpoint_table.
6754 Remove any unused global variables.
6755 * gdb.mi/mi-nonstop.exp: Likewise.
6756 * gdb.mi/mi-nsintrall.exp: Likewise.
6757 * gdb.mi/mi-nsmoribund.exp: Likewise.
6758 * gdb.mi/mi-nsthrexec.exp: Likewise.
6759 * gdb.mi/mi-reverse.exp: Likewise.
6760 * gdb.mi/mi-simplerun.exp: Likewise.
6761 * gdb.mi/mi-stepn.exp: Likewise.
6762 * gdb.mi/mi-syn-frame.exp: Likewise.
6763 * gdb.mi/mi-until.exp: Likewise.
6764 * gdb.mi/mi-var-cp.exp: Likewise.
6765 * gdb.mi/mi-var-display.exp: Likewise.
6766 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6767 * gdb.mi/mi2-var-child.exp: Likewise.
6768 * gdb.mi/mi-vla-c99.exp: Likewise.
6769 * lib/mi-support.exp: Likewise.
6770
6771 From Ian Lance Taylor <iant@cygnus.com>:
6772 * lib/gdb.exp (parse_args): New procedure.
6773
6774 2014-04-23 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/break-unload-file.c: New file.
6777 * gdb.base/break-unload-file.exp: New file.
6778 * gdb.base/sym-file-lib.c (baz): New function.
6779 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6780 field.
6781 (load): Store the segment's mapped size.
6782 (unload): New function.
6783 (unload_shlib): New function.
6784 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6785 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6786 set a breakpoint at baz, and call it.
6787 * gdb.base/sym-file.exp: New tests for stale breakpoint
6788 instructions.
6789
6790 2014-04-23 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6793 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6794 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6795 * gdb.base/hbreak-unmapped.c: New file.
6796 * gdb.base/hbreak-unmapped.exp: New file.
6797 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6798 * lib/gdb.exp (gdb_is_target_remote): ... here.
6799
6800 2014-04-22 Pedro Alves <palves@redhat.com>
6801
6802 * gdb.base/consecutive-step-over.c: New file.
6803 * gdb.base/consecutive-step-over.exp: New file.
6804
6805 2014-04-22 Pedro Alves <palves@redhat.com>
6806
6807 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6808 instead of send_gdb/gdb_expect.
6809
6810 2014-04-22 Yao Qi <yao@codesourcery.com>
6811
6812 * lib/trace-support.exp (generate_tracefile): New procedure.
6813 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6814 return 0.
6815 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6816 if generate_tracefile returns 1.
6817
6818 2014-04-18 Tom Tromey <palves@redhat.com>
6819 Pedro alves <tromey@redhat.com>
6820
6821 PR backtrace/15558
6822 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6823 with a backtrace limit.
6824 * gdb.python/py-frame-inline.exp: Test running to an inline
6825 function with a backtrace limit, and printing the newest frame.
6826 * gdb.python/py-frame-inline.c (main): Call f.
6827
6828 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6829
6830 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6831
6832 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6833
6834 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6835 Drop prefix from unsupported source file path.
6836
6837 2014-04-17 Yao Qi <yao@codesourcery.com>
6838
6839 * lib/gdb.exp (with_target_charset): New proc.
6840 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6841 with_target_charset.
6842 (test_print_strings): Likewise.
6843 (test_repeat_bytes): Likewise.
6844 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6845 for some tests.
6846
6847 2014-04-16 Keith Seitz <keiths@redhat.com>
6848
6849 PR gdb/15827
6850 * gdb.dwarf2/corrupt.c: New file.
6851 * gdb.dwarf2/corrupt.exp: New file.
6852
6853 2014-04-16 Keith Seitz <keiths@redhat.com>
6854
6855 PR c++/16597
6856 * gdb.cp/namelessclass.cc: New file.
6857 * gdb.cp/namelessclass.exp: New file.
6858 * gdb.cp/namelessclass.S: New file.
6859
6860 2014-04-16 Doug Evans <dje@google.com>
6861
6862 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6863 Add comment.
6864 (gdbserver_default_get_comm_port): New function.
6865 (gdbserver_start): Check if board file provided
6866 "gdbserver,get_comm_port" and use it if so.
6867 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6868 (gdb,socketport): Set to "stdio".
6869 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6870 (stdio_gdbserver_template): Delete.
6871 (${board}_get_remote_address): Update.
6872 (${board}_build_remote_cmd): Delete.
6873 (${board}_get_comm_port): New function.
6874 (${board}_spawn): Update.
6875 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6876 Delete.
6877 (${board}_get_remote_address): Update.
6878 (${board}_get_comm_port): New function.
6879
6880 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
6881
6882 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6883 appearing in any order.
6884
6885 2014-04-15 Doug Evans <dje@google.com>
6886
6887 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6888 uninitialized value of "description".
6889
6890 2014-04-15 Keith Seitz <keiths@redhat.com>
6891
6892 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6893 Remove unused globals.
6894 (test_running_the_program): Likewise.
6895 (test_controlled_execution): Likewise.
6896 (test_controlling_breakpoints): Likewise.
6897 (test_program_termination): Likewise.
6898
6899 2014-04-15 Keith Seitz <keiths@redhat.com>
6900
6901 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6902 unused globals.
6903 (test_rbreak_creation_and_listing): Likewise.
6904 (test_ignore_count): Likewise.
6905 (test_error): Likewise.
6906
6907 2014-04-15 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6910 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6911 sym-file-loader.c.
6912 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6913 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6914 to sym-file-loader.c.
6915 (struct library): Forward declare.
6916 (load_shlib, lookup_function): Change prototypes.
6917 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6918 (translate_offset): Remove declarations.
6919 (get_text_addr): New declaration.
6920 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6921 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6922 sym-file-loader.h.
6923 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6924 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6925 here from sym-file-loader.h.
6926 (struct library): New structure.
6927 (load_shlib, lookup_function): Change prototypes and adjust to
6928 work with a struct library.
6929 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6930 (translate_offset): Make static.
6931 (get_text_addr): New function.
6932 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6933
6934 2014-04-15 Pedro Alves <palves@redhat.com>
6935
6936 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6937
6938 2014-04-15 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/sym-file-loader.c: Include <limits.h>.
6941 (SELF_LINK): New define.
6942 (get_origin): New function.
6943 (load_shlib): Use it.
6944 * gdb.base/sym-file.exp: Don't early return if the target is
6945 remote. Use runto_main, and issue fail is that fails. Use
6946 gdb_load_shlibs.
6947 (shlib_name): Delete.
6948 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6949
6950 2014-04-15 Pedro Alves <palves@redhat.com>
6951
6952 * gdb.base/sym-file.exp: Remove regex characters from test
6953 message. Don't refer to breakpoint numbers in test messages.
6954
6955 2014-04-14 Keith Seitz <keiths@redhat.com>
6956
6957 PR c++/16253
6958 * gdb.cp/var-tag.cc: New file.
6959 * gdb.cp/var-tag.exp: New file.
6960 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6961 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6962 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6963 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6964
6965 2014-04-14 Tom Tromey <tromey@redhat.com>
6966
6967 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6968 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6969 type.
6970 * gdb.cp/enum-class.exp: New file.
6971 * gdb.cp/enum-class.cc: New file.
6972
6973 2014-04-14 Tom Tromey <tromey@redhat.com>
6974
6975 * gdb.dwarf2/enum-type.exp: New file.
6976
6977 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6978
6979 * gdb.mi/mi-vla-c99.exp: New file.
6980 * gdb.mi/vla.c: New file.
6981
6982 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6983
6984 * gdb.base/vla-datatypes.c: New file.
6985 * gdb.base/vla-datatypes.exp: New file.
6986
6987 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6988
6989 * gdb.base/vla-ptr.c: New file.
6990 * gdb.base/vla-ptr.exp: New file.
6991
6992 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6993
6994 * gdb.dwarf2/count.exp: New file.
6995
6996 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6997
6998 * gdb.base/vla-sideeffect.c: New file.
6999 * gdb.base/vla-sideeffect.exp: New file.
7000
7001 2014-04-14 David Blaikie <dblaikie@gmail.com>
7002
7003 * gdb.mi/non-stop.c: Add return value for non-void function return
7004 statement.
7005 * gdb.threads/staticthreads.c: Ditto.
7006
7007 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7008 Doug Evans <xdje42@gmail.com>
7009
7010 * gdb.guile/scm-value.c: Improve test case.
7011 * gdb.guile/scm-value.exp: Add new test.
7012
7013 2014-04-11 David Blaikie <dblaikie@gmail.com>
7014
7015 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7016 override Clang's default.
7017
7018 2014-04-11 Joel Brobecker <brobecker@adacore.com>
7019
7020 Revert the following changes (regressions):
7021
7022 * gdb.base/vla-sideeffect.c: New file.
7023 * gdb.base/vla-sideeffect.exp: New file.
7024
7025 * gdb.dwarf2/count.exp: New file.
7026
7027 * gdb.base/vla-multi.c: New file.
7028 * gdb.base/vla-multi.exp: New file.
7029
7030 * gdb.base/vla-ptr.c: New file.
7031 * gdb.base/vla-ptr.exp: New file.
7032
7033 * gdb.base/vla-datatypes.c: New file.
7034 * gdb.base/vla-datatypes.exp: New file.
7035
7036 * gdb.mi/mi-vla-c99.exp: New file.
7037 * gdb.mi/vla.c: New file.
7038
7039 2014-04-11 Keith Seitz <keiths@redhat.com>
7040
7041 PR c++/16675
7042 * gdb.cp/cpsizeof.exp: New file.
7043 * gdb.cp/cpsizeof.cc: New file.
7044
7045 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7046
7047 * gdb.mi/mi-vla-c99.exp: New file.
7048 * gdb.mi/vla.c: New file.
7049
7050 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7051
7052 * gdb.base/vla-datatypes.c: New file.
7053 * gdb.base/vla-datatypes.exp: New file.
7054
7055 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7056
7057 * gdb.base/vla-ptr.c: New file.
7058 * gdb.base/vla-ptr.exp: New file.
7059
7060 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7061
7062 * gdb.base/vla-multi.c: New file.
7063 * gdb.base/vla-multi.exp: New file.
7064
7065 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7066
7067 * gdb.dwarf2/count.exp: New file.
7068
7069 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7070
7071 * gdb.base/vla-sideeffect.c: New file.
7072 * gdb.base/vla-sideeffect.exp: New file.
7073
7074 2014-04-11 Yao Qi <yao@codesourcery.com>
7075
7076 * gdb.base/completion.exp: Check file exists before running tests
7077 on file completion.
7078
7079 2014-04-10 Pedro Alves <palves@redhat.com>
7080
7081 * gdb.base/cond-eval-mode.c: New file.
7082 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7083 prepare_for_testing to build the new file. Check result of
7084 runto_main.
7085 (test_break, test_watch): New procedures.
7086 (top level): Use them.
7087
7088 2014-04-08 Pierre Muller <muller@sourceware.org>
7089
7090 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7091 Ctrl-V use for mingw hosts.
7092
7093 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7094
7095 * gdb.python/py-value.c: Improve test case.
7096 * gdb.python/py-value.exp: Add new test.
7097
7098 2014-04-07 David Blaikie <dblaikie@gmail.com>
7099
7100 * lib/compiler.c: Identify the clang compiler.
7101 * lib/compiler.cc: Ditto.
7102
7103 2014-04-03 Yao Qi <yao@codesourcery.com>
7104
7105 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7106
7107 2014-04-01 Anton Blanchard <anton@samba.org>
7108
7109 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7110 messages unique.
7111
7112 2014-04-01 Anton Blanchard <anton@samba.org>
7113
7114 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7115 prepare_for_testing.
7116
7117 2014-04-01 Anton Blanchard <anton@samba.org>
7118
7119 * gdb.arch/ppc64-atomic-inst.c: Remove.
7120 * gdb.arch/ppc64-atomic-inst.S: New file.
7121 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7122
7123 2014-03-31 Doug Evans <dje@google.com>
7124
7125 * gdb.base/print-symbol-loading-lib.c: New file.
7126 * gdb.base/print-symbol-loading-main.c: New file.
7127 * gdb.base/print-symbol-loading.exp: New file.
7128
7129 2014-03-31 Yao Qi <yao@codesourcery.com>
7130
7131 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7132
7133 2014-03-28 Joel Brobecker <brobecker@adacore.com>
7134
7135 * gdb.ada/mi_dyn_arr: New testcase.
7136
7137 2014-03-27 Doug Evans <dje@google.com>
7138
7139 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7140
7141 2014-03-27 Yao Qi <yao@codesourcery.com>
7142
7143 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7144 if target is nios2-*-*.
7145
7146 2014-03-26 Yao Qi <yao@codesourcery.com>
7147
7148 * lib/gdb.exp (readline_is_used): New proc.
7149 * gdb.base/completion.exp: Move tests on command complete up.
7150 Skip the rest of tests if readline is not used.
7151 * gdb.ada/complete.exp: Skp the test if readline is not
7152 used.
7153 * gdb.base/filesym.exp: Likewise.
7154 * gdb.base/macscp.exp: Likewise.
7155 * gdb.base/readline-ask.exp: Likewise.
7156 * gdb.base/readline.exp: Likewise.
7157 * gdb.python/py-cmd.exp: Likewise.
7158 * gdb.trace/tfile.exp: Likewise.
7159
7160 2014-03-26 Yao Qi <yao@codesourcery.com>
7161
7162 * gdb.base/macscp.exp: Fix code format issues.
7163
7164 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7165
7166 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7167 * gdb.asm/powerpc64le.inc: New file.
7168
7169 2014-03-25 Pedro Alves <palves@redhat.com>
7170 Doug Evans <dje@google.com>
7171
7172 * gdb.base/source-execution.c: New file.
7173 * gdb.base/source-execution.exp: New file.
7174 * gdb.base/source-execution.gdb: New file.
7175
7176 2014-03-24 Doug Evans <dje@google.com>
7177
7178 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7179 using fission.
7180
7181 2014-03-24 Hui Zhu <hui@codesourcery.com>
7182 Pedro Alves <palves@redhat.com>
7183
7184 PR breakpoints/16101
7185 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7186 test pass/fail messages. Detect missing support for dprintf when
7187 breakpoints are actually inserted.
7188 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7189 breakpoints are actually inserted.
7190 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7191 fails.
7192
7193 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7194
7195 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7196
7197 2014-03-22 Doug Evans <xdje42@gmail.com>
7198
7199 * gdb.python/python.exp (python not supported): Verify multi-line
7200 python command issues an error.
7201 * gdb.guile/guile.exp (guile not supported): Verify multi-line
7202 guile command issues an error.
7203
7204 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7205
7206 * gdb.threads/thread-specific.exp: Handle the lack of usable
7207 $this_breakpoint and $this_thread.
7208
7209 2014-03-21 Hui Zhu <hui@codesourcery.com>
7210
7211 * gdb.base/attach.exp (do_command_attach_tests): New.
7212
7213 2014-03-20 Tom Tromey <tromey@redhat.com>
7214 Pedro Alves <palves@redhat.com>
7215
7216 PR cli/15718
7217 * gdb.base/condbreak-call-false.c: New file.
7218 * gdb.base/condbreak-call-false.exp: New file.
7219
7220 2014-03-20 Pedro Alves <palves@redhat.com>
7221
7222 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7223 Delete.
7224 (block_signals, unblock_signals): Delete.
7225 (child_function_2, main): Remove references to deleted variable
7226 and functions.
7227
7228 2014-03-20 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7231 Use pthread_kill to signal thread 2.
7232 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7233 Adjust to make the test send itself a signal rather than using the
7234 host's "kill" command.
7235
7236 2014-03-20 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.threads/multiple-step-overs.c: New file.
7239 * gdb.threads/multiple-step-overs.exp: New file.
7240 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7241 Adjust expected infrun debug output.
7242
7243 2014-03-20 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7246 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7247
7248 2014-03-20 Pedro Alves <palves@redhat.com>
7249
7250 PR breakpoints/7143
7251 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7252 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7253 of gdb_test_multiple.
7254 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7255 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7256
7257 2014-03-20 Pedro Alves <palves@redhat.com>
7258
7259 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7260 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7261
7262 2014-03-19 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/async.exp: Remove early return.
7265
7266 2014-03-19 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7269
7270 2014-03-19 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/async.exp (test_background): Expect \r\n after
7273 "completed." in the fail pattern.
7274
7275 2014-03-19 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/async.exp (test_background): New procedure.
7278 Use it for all background execution command tests.
7279
7280 2014-03-19 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/async.exp: Use prepare_for_testing.
7283
7284 2014-03-19 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7287 the same line.
7288
7289 2014-03-19 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.base/async.c (main): Add "jump here" and "until here" line
7292 marker comments.
7293 * gdb.base/async.exp (jump_here): New global.
7294 (jump& test): Use it.
7295 (until_here): New global.
7296 (until& test): Use it.
7297
7298 2014-03-19 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/async.exp: Don't frob gdb_protocol.
7301
7302 2014-03-18 Doug Evans <xdje42@gmail.com>
7303
7304 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7305 Fix spelling of exec-done-display.
7306
7307 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7308
7309 PR gdb/15358
7310 * gdb.base/gdb-sigterm.c: New file.
7311 * gdb.base/gdb-sigterm.exp: New file.
7312
7313 2014-03-18 Pedro Alves <palves@redhat.com>
7314
7315 PR gdb/13860
7316 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7317 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7318 solib-event.
7319
7320 2014-03-17 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdb.ada/pckd_arr_ren: New testcase.
7323
7324 2014-03-13 Doug Evans <xdje42@gmail.com>
7325
7326 PR guile/16612
7327 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7328 collect after discarding symbols.
7329
7330 2014-03-13 Ludovic Courtès <ludo@gnu.org>
7331 Doug Evans <xdje42@gmail.com>
7332
7333 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7334 to history survives a gc.
7335
7336 2014-03-13 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/default.exp: Don't test "target procfs".
7339
7340 2014-03-13 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.base/default.exp: Update "target child" and "target procfs"
7343 tests to not expect "Unix".
7344
7345 2014-03-12 Tom Tromey <tromey@redhat.com>
7346
7347 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7348 New procs. Add target-async tests.
7349 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7350 Add target-async tests.
7351
7352 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7353
7354 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7355 'func_start' and 'func_end' for the beginning and end of the
7356 function code, respectively.
7357 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7358 'func_end' instead of 'func' and 'main'.
7359
7360 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7361
7362 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7363 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7364 generate the debug info assembler source.
7365
7366 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7367
7368 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7369 * gdb.dwarf2/arr-subrange.exp: Likewise.
7370 * gdb.dwarf2/dwz.exp: Likewise.
7371 * gdb.dwarf2/method-ptr.exp: Likewise.
7372 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7373 * gdb.dwarf2/subrange.exp: Likewise.
7374 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7375 * gdb.dwarf2/implptrpiece.exp: Likewise.
7376 * gdb.dwarf2/nostaticblock.exp: Likewise.
7377
7378 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7379
7380 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7381 directory to absolute path name arguments.
7382
7383 2014-03-10 Joel Brobecker <brobecker@adacore.com>
7384
7385 * gdb.ada/tagged_access: New testcase.
7386
7387 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7388
7389 * gdb.btrace/data.exp: Update expected output.
7390
7391 2014-03-06 Yao Qi <yao@codesourcery.com>
7392
7393 * gdb.trace/pr16508.exp: New file.
7394
7395 2014-03-05 Pedro Alves <palves@redhat.com>
7396
7397 PR gdb/16575
7398 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7399 procedure.
7400 (top level): Adjust to use it. Add tests that exercise breakpoint
7401 interaction with the code-cache.
7402
7403 2014-02-26 Ludovic Courtès <ludo@gnu.org>
7404
7405 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7406 test for 'history-append!'.
7407
7408 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7409
7410 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7411 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7412 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7413 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7414 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7415 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7416
7417 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7418
7419 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7420 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7421 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7422
7423 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7426
7427 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7428
7429 * gdb.dwarf2/arr-stride.c: New file.
7430 * gdb.dwarf2/arr-stride.exp: New file.
7431
7432 2014-02-26 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7435 that won't ever trigger. Make sure that GDB reports the correct
7436 breakpoint that caused the stop.
7437
7438 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 PR gdb/16626
7441 * gdb.base/auto-load-script: New file.
7442 * gdb.base/auto-load.c: New file.
7443 * gdb.base/auto-load.exp: New file.
7444
7445 PR gdb/16626
7446 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7447
7448 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7449
7450 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7451 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7452
7453 2014-02-24 Doug Evans <dje@google.com>
7454
7455 * lib/gdb.exp (run_on_host): Log error output if program fails.
7456
7457 2014-02-21 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.threads/step-after-sr-lock.c: Rename to ...
7460 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7461 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7463 ... this.
7464
7465 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7466
7467 PR tdep/16397
7468 * gdb.arch/amd64-stap-special-operands.exp: New file.
7469 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7470 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7471 * gdb.arch/amd64-stap-triplet.S: Likewise.
7472 * gdb.arch/amd64-stap-triplet.c: Likewise.
7473
7474 2014-02-20 Joel Brobecker <brobecker@adacore.com>
7475
7476 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7477 in .section pseudo-op.
7478
7479 2014-02-20 lin zuojian <manjian2006@gmail.com>
7480 Joel Brobecker <brobecker@adacore.com>
7481 Doug Evans <xdje42@gmail.com>
7482
7483 PR symtab/16581
7484 * gdb.dwarf2/dw2-icycle.S: New file.
7485 * gdb.dwarf2/dw2-icycle.c: New file.
7486 * gdb.dwarf2/dw2-icycle.exp: New file.
7487
7488 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7489
7490 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7491 operations on gdb.Value objects.
7492 * gdb.python/py-value-cc.exp: Add new test to test operations on
7493 gdb.Value objects.
7494
7495 2014-02-18 Doug Evans <dje@google.com>
7496
7497 * Makefile.in (TESTS): New variable.
7498 (expanded_tests, expanded_tests_or_none): New variables
7499 (check-single): Pass $(expanded_tests_or_none) to runtest.
7500 (check-parallel): Only run tests in $(TESTS) if non-empty.
7501 (check/no-matching-tests-found): New rule.
7502 * README: Document TESTS makefile variable.
7503
7504 2014-02-18 Doug Evans <dje@google.com>
7505
7506 * Makefile.in (check-parallel): rm -rf outputs temp.
7507
7508 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7509
7510 Fix "ERROR: no fileid for" in the testsuite.
7511 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7512
7513 2014-02-12 Doug Evans <dje@google.com>
7514
7515 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7516 (MISCELLANEOUS): New variable.
7517 (clean): rm -rf $(MISCELLANEOUS).
7518 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7519 dwp live in the same directory as symlinks, with each symlink pointed
7520 to a differently named file in a different directory.
7521
7522 2014-02-11 Doug Evans <dje@google.com>
7523
7524 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7525 of Tcl file commands.
7526
7527 2014-02-10 Mark Kettenis <kettenis@gnu.org>
7528
7529 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7530 "kill -SIGUSR1 -1".
7531
7532 2014-02-10 Joel Brobecker <brobecker@adacore.com>
7533
7534 * gdb.ada/tick_length_array_enum_idx: New testcase.
7535
7536 2014-02-10 Doug Evans <xdje42@gmail.com>
7537
7538 * configure.ac (AC_OUTPUT): Add gdb.guile.
7539 * configure: Regenerate.
7540 * lib/gdb-guile.exp: New file.
7541 * lib/gdb.exp (get_target_charset): New function.
7542 * gdb.base/help.exp: Update expected output from "apropos apropos".
7543 * gdb.guile/Makefile.in: New file.
7544 * gdb.guile/guile.exp: New file.
7545 * gdb.guile/scm-arch.c: New file.
7546 * gdb.guile/scm-arch.exp: New file.
7547 * gdb.guile/scm-block.c: New file.
7548 * gdb.guile/scm-block.exp: New file.
7549 * gdb.guile/scm-breakpoint.c: New file.
7550 * gdb.guile/scm-breakpoint.exp: New file.
7551 * gdb.guile/scm-disasm.c: New file.
7552 * gdb.guile/scm-disasm.exp: New file.
7553 * gdb.guile/scm-equal.c: New file.
7554 * gdb.guile/scm-equal.exp: New file.
7555 * gdb.guile/scm-error.exp: New file.
7556 * gdb.guile/scm-error.scm: New file.
7557 * gdb.guile/scm-frame-args.c: New file.
7558 * gdb.guile/scm-frame-args.exp: New file.
7559 * gdb.guile/scm-frame-args.scm: New file.
7560 * gdb.guile/scm-frame-inline.c: New file.
7561 * gdb.guile/scm-frame-inline.exp: New file.
7562 * gdb.guile/scm-frame.c: New file.
7563 * gdb.guile/scm-frame.exp: New file.
7564 * gdb.guile/scm-generics.exp: New file.
7565 * gdb.guile/scm-gsmob.exp: New file.
7566 * gdb.guile/scm-iterator.c: New file.
7567 * gdb.guile/scm-iterator.exp: New file.
7568 * gdb.guile/scm-math.c: New file.
7569 * gdb.guile/scm-math.exp: New file.
7570 * gdb.guile/scm-objfile-script-gdb.in: New file.
7571 * gdb.guile/scm-objfile-script.c: New file.
7572 * gdb.guile/scm-objfile-script.exp: New file.
7573 * gdb.guile/scm-objfile.c: New file.
7574 * gdb.guile/scm-objfile.exp: New file.
7575 * gdb.guile/scm-ports.exp: New file.
7576 * gdb.guile/scm-pretty-print.c: New file.
7577 * gdb.guile/scm-pretty-print.exp: New file.
7578 * gdb.guile/scm-pretty-print.scm: New file.
7579 * gdb.guile/scm-section-script.c: New file.
7580 * gdb.guile/scm-section-script.exp: New file.
7581 * gdb.guile/scm-section-script.scm: New file.
7582 * gdb.guile/scm-symbol.c: New file.
7583 * gdb.guile/scm-symbol.exp: New file.
7584 * gdb.guile/scm-symtab-2.c: New file.
7585 * gdb.guile/scm-symtab.c: New file.
7586 * gdb.guile/scm-symtab.exp: New file.
7587 * gdb.guile/scm-type.c: New file.
7588 * gdb.guile/scm-type.exp: New file.
7589 * gdb.guile/scm-value-cc.cc: New file.
7590 * gdb.guile/scm-value-cc.exp: New file.
7591 * gdb.guile/scm-value.c: New file.
7592 * gdb.guile/scm-value.exp: New file.
7593 * gdb.guile/source2.scm: New file.
7594 * gdb.guile/types-module.cc: New file.
7595 * gdb.guile/types-module.exp: New file.
7596
7597 2014-02-10 Yao Qi <yao@codesourcery.com>
7598
7599 PR testsuite/16543
7600 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7601 * configure: Regenerated.
7602 * Makefile.in: New file.
7603
7604 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7605
7606 * gdb.python/py-framefilter.exp: Fix typo.
7607
7608 2014-02-08 Yao Qi <yao@codesourcery.com>
7609
7610 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7611 that no =breakpoint-modified is emitted when breakpoints are
7612 modified through MI commands.
7613
7614 2014-02-07 Pedro Alves <pedro@codesourcery.com>
7615 Pedro Alves <palves@redhat.com>
7616
7617 * gdb.threads/step-after-sr-lock.c: New file.
7618 * gdb.threads/step-after-sr-lock.exp: New file.
7619
7620 2014-02-07 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7623
7624 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7627 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7628
7629 2014-02-06 Doug Evans <xdje42@gmail.com>
7630
7631 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7632 output.
7633
7634 * gdb.gdb/python-interrupts.exp: New file.
7635
7636 2014-02-05 Yao Qi <yao@codesourcery.com>
7637
7638 * gdb.trace/report.exp (use_collected_data): Test the output
7639 of "info threads" and "info inferiors".
7640
7641 2014-02-05 Yao Qi <yao@codesourcery.com>
7642
7643 Revert this patch:
7644
7645 2013-05-24 Yao Qi <yao@codesourcery.com>
7646
7647 * gdb.trace/tfile.exp: Test inferior and thread.
7648
7649 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7650
7651 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7652 on a function.
7653 * gdb.base/step-bt.c: Call hello via function pointer to make
7654 sure its first instruction is executed on powerpc64le-linux.
7655
7656 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7657
7658 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7659
7660 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7661
7662 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7663 of the test patterns for use on little-endian systems.
7664
7665 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7666
7667 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7668 (decimal_vector): Fix for little-endian.
7669
7670 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7671
7672 * gdb.arch/sparc-sysstep.exp: New file.
7673 * gdb.arch/sparc-sysstep.c: Likewise.
7674
7675 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7676
7677 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7678
7679 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7680
7681 2014-01-23 Tom Tromey <tromey@redhat.com>
7682
7683 * gdb.ada/array_char_idx: New testcase.
7684
7685 2014-01-23 Tom Tromey <tromey@redhat.com>
7686
7687 PR python/16487:
7688 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7689 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7690 classes.
7691
7692 2014-01-23 Tom Tromey <tromey@redhat.com>
7693
7694 PR python/16491:
7695 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7696 string from an inferior frame.
7697 * gdb.python/py-framefilter-mi.exp: Update.
7698
7699 2014-01-22 Doug Evans <dje@google.com>
7700
7701 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7702
7703 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7704
7705 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7706
7707 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7708
7709 * gdb.trace/entry-values.exp: Remove excess space character from
7710 regex patterns. Handle s390 call instruction.
7711
7712 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7713
7714 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7715 define "*_start" label. Make "name" static.
7716 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7717 ${name} by references to ${name}_start.
7718
7719 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7720
7721 * gdb.base/info-macros.exp: Remove "debug" from the compile
7722 options.
7723
7724 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7725
7726 * gdb.dlang/demangle.exp: New file.
7727
7728 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7729
7730 * gdb.dlang/primitive-types.exp: New file.
7731
7732 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7733
7734 * configure.ac: Create gdb.dlang/Makefile.
7735 * configure: Regenerate.
7736 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7737 * gdb.dlang/Makefile.in: New file.
7738 * lib/d-support.exp: New file.
7739 * lib/gdb.exp (skip_d_tests): New proc.
7740
7741 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7742
7743 * gdb.btrace/delta.exp: Check reverse stepi.
7744 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7745 * gdb.btrace/finish.exp: New.
7746 * gdb.btrace/next.exp: New.
7747 * gdb.btrace/nexti.exp: New.
7748 * gdb.btrace/record_goto.c: Add comments.
7749 * gdb.btrace/step.exp: New.
7750 * gdb.btrace/stepi.exp: New.
7751 * gdb.btrace/multi-thread-step.c: New.
7752 * gdb.btrace/multi-thread-step.exp: New.
7753 * gdb.btrace/rn-dl-bind.c: New.
7754 * gdb.btrace/rn-dl-bind.exp: New.
7755 * gdb.btrace/data.c: New.
7756 * gdb.btrace/data.exp: New.
7757 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7758
7759 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7760
7761 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7762 * gdb.btrace/exception.exp: Update.
7763 * gdb.btrace/instruction_history.exp: Update.
7764 * gdb.btrace/record_goto.exp: Update.
7765 * gdb.btrace/tailcall.exp: Update.
7766 * gdb.btrace/unknown_functions.exp: Update.
7767 * gdb.btrace/delta.exp: New.
7768
7769 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7770
7771 * gdb.btrace/record_goto.exp: Add backtrace test.
7772 * gdb.btrace/tailcall.exp: Add backtrace test.
7773
7774 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7775
7776 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7777 * gdb.btrace/record_goto.c: New.
7778 * gdb.btrace/record_goto.exp: New.
7779 * gdb.btrace/x86-record_goto.S: New.
7780
7781 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7782
7783 * gdb.btrace/function_call_history.exp: Update tests.
7784 * gdb.btrace/instruction_history.exp: Update tests.
7785
7786 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7787
7788 * gdb.btrace/function_call_history.exp: Fix expected field
7789 order for "record function-call-history".
7790 Add new tests for "record function-call-history /c".
7791 * gdb.btrace/exception.cc: New.
7792 * gdb.btrace/exception.exp: New.
7793 * gdb.btrace/tailcall.exp: New.
7794 * gdb.btrace/x86-tailcall.S: New.
7795 * gdb.btrace/x86-tailcall.c: New.
7796 * gdb.btrace/unknown_functions.c: New.
7797 * gdb.btrace/unknown_functions.exp: New.
7798 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7799
7800 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7801
7802 * gdb.btrace/instruction_history.exp: Update.
7803 * gdb.btrace/function_call_history.exp: Update.
7804
7805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7806
7807 * gdb.btrace/function_call_history.exp: Fix expected function
7808 trace.
7809 * gdb.btrace/instruction_history.exp: Initialize traced.
7810 Remove traced_functions.
7811
7812 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7813
7814 * gdb.btrace/function_call_history.exp: Update
7815 * gdb.btrace/instruction_history.exp: Update.
7816
7817 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7818
7819 * gdb.btrace/enable.exp: Update expected text.
7820
7821 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7822
7823 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7824 bytes.
7825
7826 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7827
7828 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7829
7830 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
7831
7832 * lib/gdb.exp (supports_process_record): Return true for
7833 arm*-linux*. (supports_reverse): Likewise.
7834
7835 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7836
7837 PR python/15464
7838 PR python/16113
7839 * gdb.python/py-type.c: Enhance test case.
7840 * gdb.python/py-value-cc.cc: Likewise
7841 * gdb.python/py-type.exp: Add new tests.
7842 * gdb.python/py-value-cc.exp: Likewise
7843
7844 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7845 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7848 Make "name" extern.
7849 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7850 references to ${name}_start by references to ${name}.
7851
7852 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7853
7854 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7855
7856 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7857
7858 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7859
7860 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7861 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.mi/mi-info-os.exp: Connect to the target with
7864 mi_gdb_target_load.
7865
7866 2014-01-08 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.threads/reconnect-signal.c: New file.
7869 * gdb.threads/reconnect-signal.exp: New file.
7870
7871 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7872
7873 * gdb.base/source-dir.exp: New file.
7874
7875 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7876
7877 * gdb.ada/mi_interface: New testcase.
7878
7879 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7880
7881 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7882 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7883 gdb.ada/pp-rec-component/pck.ads: New files.
7884
7885 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.python/py-pp-integral.c: New file.
7888 * gdb.python/py-pp-integral.py: New file.
7889 * gdb.python/py-pp-integral.exp: New file.
7890
7891 For older changes see ChangeLog-1993-2013.
7892 \f
7893 ;; Local Variables:
7894 ;; mode: change-log
7895 ;; left-margin: 8
7896 ;; fill-column: 74
7897 ;; version-control: never
7898 ;; End:
7899
7900 Copyright 2014-2016 Free Software Foundation, Inc.
7901 Copying and distribution of this file, with or without modification,
7902 are permitted provided the copyright notice and this notice are preserved.