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