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