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