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