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