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