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