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