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