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