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