Make the default sysroot be "target:"
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-04-02 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4
5 2015-04-01 Sasha Smundak <asmundak@google.com>
6
7 * gdb.python/py-unwind-maint.c: New file.
8 * gdb.python/py-unwind-maint.exp: New test.
9 * gdb.python/py-unwind-maint.py: New file.
10 * gdb.python/py-unwind.c: New file.
11 * gdb.python/py-unwind.exp: New test.
12 * gdb.python/py-unwind.py: New test.
13
14 2015-04-01 Pedro Alves <palves@redhat.com>
15
16 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17 to fail instead of non-existent $test.
18
19 2015-04-01 Pedro Alves <palves@redhat.com>
20
21 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
22 GDBFLAGS if not empty.
23
24 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
25
26 * gdb.ada/complete.exp: Remove "multi_line".
27 * gdb.ada/info_exc.exp: Remove "multi_line".
28 * gdb.ada/packed_tagged.exp: Remove "multi_line".
29 * gdb.ada/ptype_field.exp: Remove "multi_line".
30 * gdb.ada/sym_print_name.exp: Remove "multi_line".
31 * gdb.ada/tagged.exp: Remove "multi_line".
32 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
33 [multi_line ...]
34 * gdb.btrace/delta.exp: Likewise.
35 * gdb.btrace/exception.exp: Likewise.
36 * gdb.btrace/function_call_history.exp: Likewise.
37 * gdb.btrace/instruction_history.exp: Likewise.
38 * gdb.btrace/nohist.exp: Likewise.
39 * gdb.btrace/record_goto.exp: Likewise.
40 * gdb.btrace/segv.exp: Likewise.
41 * gdb.btrace/stepi.exp: Likewise.
42 * gdb.btrace/tailcall.exp: Likewise.
43 * gdb.btrace/unknown_functions.exp: Likewise.
44 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
45 * lib/gdb.exp: Add the "multi_line" helper.
46
47 2015-04-01 Pedro Alves <palves@redhat.com>
48
49 * gdb.threads/tid-reuse.c: New file.
50 * gdb.threads/tid-reuse.exp: New file.
51
52 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
53
54 PR corefiles/16092
55 * gdb.base/coredump-filter.c: New file.
56 * gdb.base/coredump-filter.exp: Likewise.
57
58 2015-03-27 Petr Machata <pmachata@redhat.com>
59
60 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
61 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
62 (Dwarf::assemble): Initialize them.
63 (Dwarf::lines): New function.
64
65 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
66
67 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
68 SYMBOL_PREFIX for x86_64-*-cygwin.
69
70 2015-03-26 Andy Wingo <wingo@igalia.com>
71
72 PR symtab/18148
73 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
74 const_value but not a location.
75 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
76 location defined in non-main CUs are visible.
77
78 2015-03-26 Yao Qi <yao.qi@linaro.org>
79
80 PR testsuite/18139
81 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
82 Add a line number entry for the same line.
83 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
84 Add a line number entry for the same line.
85
86 2015-03-26 Yao Qi <yao.qi@linaro.org>
87
88 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
89 .int 0.
90 (func): Likewise. Add .Lfunc_1 label.
91 Use .Lfunc_1 label.
92 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
93 .int 0.
94 (func): Likewise.
95 Use .Lfunc_1 label.
96
97 2015-03-26 Yao Qi <yao.qi@linaro.org>
98
99 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
100 Call gdb_compile instead to compile each .s files without debug
101 information.
102
103 2015-03-26 Yao Qi <yao.qi@linaro.org>
104
105 * gdb.base/savedregs.exp (process_saved_regs): Make
106 "Saved registers:" optional in the pattern.
107
108 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
109
110 * gdb.btrace/next.exp: Merged into step.exp.
111 * gdb.btrace/finish.exp: Merged into step.exp.
112 * gdb.btrace/nexti.exp: Merged into stepi.exp.
113 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
114 "record goto" and checking the exact replay position.
115 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
116 check for "Recording format" in "info record" output.
117 * gdb.btrace/record_goto.exp: Choose test file based on target.
118 * gdb.btrace/x86-record_goto.S: Renamed into ...
119 * gdb.btrace/x86_64-record_goto.S: ... this.
120 * gdb.btrace/i686-record_goto.S: New.
121 * gdb.btrace/x86-tailcall.S: Renamed into ...
122 * gdb.btrace/x86_64-tailcall.S: ... this.
123 * gdb.btrace/i686-tailcall.S: New.
124 * gdb.btrace/x86-tailcall.c: Renamed into ...
125 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
126 separate statements. Update test.
127 * gdb.btrace/delta.exp: Use record_goto.c as test file.
128 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
129 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
130 * gdb.btrace/tailcall.exp: Choose test file based on target.
131 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
132
133 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
134
135 * gdb.btrace/exception.exp: Increase BTS buffer size.
136
137 2015-03-24 Pedro Alves <palves@redhat.com>
138
139 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
140
141 2015-03-24 Pedro Alves <palves@redhat.com>
142
143 * gdb.threads/schedlock.exp (test_step): No longer expect that
144 "set scheduler-locking step" with "next" over a function call runs
145 threads unlocked.
146
147 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
148
149 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
150
151 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
152
153 PR breakpoints/16466
154 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
155 * gdb.mi/mi-pending.c (thread_func): New function.
156 (int main): Add threading support required.
157 * gdb.mi/mi-pending.exp: Add tests for this issue.
158 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
159 (pendfunc2): Remove stdio dependency.
160 * gdb.mi/mi-pendshr2.c: New file.
161
162 2015-03-23 Keith Seitz <keiths@redhat.com>
163
164 * gdb.linespec/keywords.c: New file.
165 * gdb.linespec/keywords.exp: New file.
166
167 2015-03-23 Keith Seitz <keiths@redhat.com>
168
169 PR gdb/18021
170 * gdb.dwarf2/staticvirtual.exp: New test.
171
172 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
175 * README: Remove HP-UX and gdb.hp.
176 (configuration):
177 * configure: Regenerate.
178 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
179 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
180 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
181 gdb.hp/gdb.defects/Makefile.
182 * gdb.hp/Makefile.in: File deleted.
183 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
184 * gdb.hp/gdb.aCC/optimize.c: File deleted.
185 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
186 * gdb.hp/gdb.aCC/run.c: File deleted.
187 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
188 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
189 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
190 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
191 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
192 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
193 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
194 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
195 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
196 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
197 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
198 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
199 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
200 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
201 * gdb.hp/gdb.base-hp/reg.s: File deleted.
202 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
203 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
204 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
205 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
206 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
207 * gdb.hp/gdb.compat/Makefile.in: File deleted.
208 * gdb.hp/gdb.compat/average.c: File deleted.
209 * gdb.hp/gdb.compat/sum.c: File deleted.
210 * gdb.hp/gdb.compat/xdb.c: File deleted.
211 * gdb.hp/gdb.compat/xdb0.c: File deleted.
212 * gdb.hp/gdb.compat/xdb0.h: File deleted.
213 * gdb.hp/gdb.compat/xdb1.c: File deleted.
214 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
215 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
216 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
217 * gdb.hp/gdb.defects/Makefile.in: File deleted.
218 * gdb.hp/gdb.defects/bs14602.c: File deleted.
219 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
220 * gdb.hp/gdb.defects/solib-d.c: File deleted.
221 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
222 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
223 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
224 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
225 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
226 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
227 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
228 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
229 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
230 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
231 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
232 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
233 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
234 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
235 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
236 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
237 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
238 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
239 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
240 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
241 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
242 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
243 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
244 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
245 * gdb.hp/tools/odump: File deleted.
246
247 2015-03-19 Pedro Alves <palves@redhat.com>
248
249 * gdb.threads/continue-pending-status.exp (saw_thread_2)
250 (saw_thread_3): New globals.
251 (top level): Increment them when an event for the corresponding
252 thread is seen.
253 (no thread starvation): New test.
254
255 2015-03-19 Pedro Alves <palves@redhat.com>
256
257 * gdb.threads/continue-pending-status.c: New file.
258 * gdb.threads/continue-pending-status.exp: New file.
259
260 2015-03-18 Pedro Alves <palves@redhat.com>
261
262 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
263 Use gdb_is_target_remote instead of is_remote. Use
264 gdb_test_multiple instead of gdb_expect. Exit early if
265 gdb_test_multiple hits its internal matches. Tighten stepi tests
266 expected output. Fail on exit with any signal, instead of just
267 SIGILL.
268
269 2015-03-18 Yao Qi <yao.qi@linaro.org>
270
271 PR tdep/18107
272 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
273 variable.
274 * gdb.base/catch-syscall.exp: Don't skip it on
275 aarch64*-*-linux* target. Remove elements in all_syscalls.
276 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
277 target.
278 (setup_all_syscalls): New proc.
279
280 2015-03-16 Yao Qi <yao.qi@linaro.org>
281
282 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
283 (top level): Skip tests if valid_addr_p returns false for
284 $cmd1 or $cmd2.
285
286 2015-03-11 Andy Wingo <wingo@igalia.com>
287
288 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
289
290 2015-03-11 Yao Qi <yao.qi@linaro.org>
291
292 * gdb.base/catch-syscall.exp: Fix typo in comments.
293
294 2015-03-11 Yao Qi <yao.qi@linaro.org>
295
296 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
297
298 2015-03-09 Pedro Alves <palves@redhat.com>
299
300 * dg-extract-results.py: Delete.
301
302 2015-03-09 Pedro Alves <palves@redhat.com>
303
304 Merge dg-extract-results.sh from GCC upstream (r218843).
305
306 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
307 * dg-extract-results.sh: Use --text with grep to avoid issues with
308 binary files. Fall back to cat -v, if that doesn't work.
309
310 2015-03-05 Pedro Alves <palves@redhat.com>
311
312 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
313
314 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
315
316 * lib/mi-support.exp (mi_expect_interrupt): Accept
317 alternative event for when in all-stop mode.
318
319 2015-03-04 Pedro Alves <palves@redhat.com>
320
321 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
322
323 2015-03-04 Mark Kettenis <kettenis@gnu.org>
324
325 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
326
327 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
328
329 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
330 regexps for GDB's current line display, accept a hex address
331 preceding the line number.
332
333 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
334
335 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
336 the 'arch1' variable for "s390*-linux*" targets.
337
338 2015-03-04 Pedro Alves <palves@redhat.com>
339
340 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
341 (main): Pass missing retval argument to pthread_join call.
342
343 2015-03-02 Pedro Alves <palves@redhat.com>
344
345 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
346 (top level): Call do_test with non-stop as well.
347
348 2015-03-02 Pedro Alves <palves@redhat.com>
349
350 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
351 -1.
352
353 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
354
355 * gdb.arch/s390-vregs.exp: New test.
356 * gdb.arch/s390-vregs.S: New file.
357
358 2015-02-27 Pedro Alves <palves@redhat.com>
359
360 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
361 call to catch_command_errors.
362 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
363 catch_command_errors.
364
365 2015-02-27 Pedro Alves <palves@redhat.com>
366
367 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
368 "true" for boolean result.
369 * gdb.gdb/selftest.exp (test_with_self): Also accept full
370 prototype of main.
371
372 2015-02-27 Pedro Alves <palves@redhat.com>
373
374 * lib/unbuffer_output.c: New file.
375 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
376 (main): Call gdb_unbuffer_output.
377
378 2015-02-27 Yao Qi <yao.qi@linaro.org>
379
380 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
381 target.
382
383 2015-02-26 Doug Evans <dje@google.com>
384
385 * gdb.cp/class2.cc (Dbase, D): New classes.
386 (main): New local delta.
387 * gdb.cp/class2.exp: Test printing delta.
388 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
389 (dynbar): New global.
390 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
391
392 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * gdb.compile/compile-ifunc.c: New file.
395 * gdb.compile/compile-ifunc.exp: New file.
396
397 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
398
399 * gdb.base/structs.exp: Check for correct struct on finish.
400
401 2015-02-26 Yao Qi <yao.qi@linaro.org>
402
403 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
404 is zero.
405
406 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * gdb.arch/cordic.ko.bz2: New file.
409 * gdb.arch/cordic.ko.debug.bz2: New file.
410 * gdb.arch/ppc64-symtab-cordic.exp: New file.
411
412 2015-02-25 Yao Qi <yao.qi@linaro.org>
413
414 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
415 aarch64*-*-* target.
416
417 2015-02-23 Pedro Alves <palves@redhat.com>
418
419 * lib/gdb.exp (delete_breakpoints): Rewrite using
420 gdb_test_multiple.
421
422 2015-02-23 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/info-os.c: Include stdlib.h.
425
426 2015-02-22 Doug Evans <xdje42@gmail.com>
427
428 PR symtab/17855
429 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
430 is read after symbols have been re-read.
431 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
432 * gdb.ada/exec_changed/second.adb (Second): Ditto.
433
434 2015-02-21 Doug Evans <dje@google.com>
435
436 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
437
438 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 PR corefiles/17808
441 * gdb.arch/i386-biarch-core.core.bz2: New file.
442 * gdb.arch/i386-biarch-core.exp: New file.
443
444 2015-02-21 Pedro Alves <palves@redhat.com>
445
446 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
447 runto_main fails.
448
449 2015-02-20 Pedro Alves <palves@redhat.com>
450
451 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
452 info probes.
453
454 2015-02-20 Pedro Alves <palves@redhat.com>
455
456 * gdb.threads/multi-create-ns-info-thr.exp: New file.
457
458 2015-02-20 Pedro Alves <palves@redhat.com>
459
460 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
461 clean_restart before gdb_target_supports_trace.
462
463 2015-02-20 Pedro Alves <palves@redhat.com>
464
465 PR threads/18006
466 * gdb.threads/clone-thread_db.c: New file.
467 * gdb.threads/clone-thread_db.exp: New file.
468
469 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
470
471 PR breakpoints/16812
472 * gdb.base/catch-gdb-caused-signals.c: New file.
473 * gdb.base/catch-gdb-caused-signals.exp: New file.
474
475 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
476
477 * configure: Regenerated.
478 * configure.ac: Use GDB_AC_TRANSFORM.
479 * aclocal.m4: sinclude ../transform.m4.
480
481 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
482
483 * lib/dtrace.exp: New file.
484 * gdb.base/dtrace-probe.exp: Likewise.
485 * gdb.base/dtrace-probe.d: Likewise.
486 * gdb.base/dtrace-probe.c: Likewise.
487 * lib/pdtrace.in: Likewise.
488 * configure.ac: Output variables with the transformed names of
489 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
490 * configure: Regenerated.
491
492 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
493
494 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
495 expected message when trying to access $_probe_* convenience
496 variables while not on a probe.
497
498 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
499
500 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
501
502 2015-02-11 Pedro Alves <pedro@codesourcery.com>
503
504 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
505 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
506
507 2015-02-10 Doug Evans <xdje42@gmail.com>
508
509 * lib/gdb.exp (gdb_load): Always return a result.
510
511 2015-02-10 Pedro Alves <palves@redhat.com>
512
513 * gdb.threads/signal-sigtrap.c: New file.
514 * gdb.threads/signal-sigtrap.exp: New file.
515
516 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
517
518 * gdb.trace/no-attach-trace.c: New file.
519 * gdb.trace/no-attach-trace.exp: New file.
520
521 2015-02-09 Mark Wielaard <mjw@redhat.com>
522
523 * gdb.dwarf2/atomic.c: New file.
524 * gdb.dwarf2/atomic-type.exp: Likewise.
525
526 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
527
528 * gdb.btrace/buffer-size.exp: Update "info record" output.
529 * gdb.btrace/delta.exp: Update "info record" output.
530 * gdb.btrace/enable.exp: Update "info record" output.
531 * gdb.btrace/finish.exp: Update "info record" output.
532 * gdb.btrace/instruction_history.exp: Update "info record" output.
533 * gdb.btrace/next.exp: Update "info record" output.
534 * gdb.btrace/nexti.exp: Update "info record" output.
535 * gdb.btrace/step.exp: Update "info record" output.
536 * gdb.btrace/stepi.exp: Update "info record" output.
537 * gdb.btrace/nohist.exp: Update "info record" output.
538
539 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
540
541 * gdb.btrace/buffer-size: New.
542
543 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
544
545 * gdb.btrace/delta.exp: Update "info record" output.
546 * gdb.btrace/enable.exp: Update "info record" output.
547 * gdb.btrace/finish.exp: Update "info record" output.
548 * gdb.btrace/instruction_history.exp: Update "info record" output.
549 * gdb.btrace/next.exp: Update "info record" output.
550 * gdb.btrace/nexti.exp: Update "info record" output.
551 * gdb.btrace/step.exp: Update "info record" output.
552 * gdb.btrace/stepi.exp: Update "info record" output.
553 * gdb.btrace/nohist.exp: Update "info record" output.
554
555 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
556
557 PR gdb/15678
558 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
559
560 2015-02-06 Pedro Alves <palves@redhat.com>
561
562 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
563 macro.
564 (seconds_left, again): New globals.
565 (main): Wait seconds_left in a 1-second sleep loop instead of
566 sleeping 180 seconds. If 'again' is set, reset the seconds
567 counter.
568 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
569 'again' in the inferior before detaching. Print the seconds left.
570 (options): New global.
571 (top level): Build program with -DTIMEOUT=$timeout.
572
573 2015-02-06 Pedro Alves <palves@redhat.com>
574
575 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
576 determine how many seconds to pass to 'alarm'.
577 * gdb.base/gdb-sigterm.exp (top level): Build program with
578 -DTIMEOUT=$timeout.
579 (do_test): Return success/failure indication. Add more verbose
580 logging. Don't fail if 200 single steps are seen. Instead, fail
581 when the test times out.
582 (passes): New global.
583 (top level): Break the testing loop if testing fails on any
584 iteration. Use gdb_assert.
585
586 2015-02-04 Don Breazeal <donb@codesourcery.com>
587
588 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
589 and initialize them.
590 (ipc_cleanup): New function.
591 (main): Don't declare shmid, semid, and msqid. Add a call to
592 atexit so that we call ipc_cleanup on exit.
593
594 2015-02-04 Pedro Alves <palves@redhat.com>
595
596 * boards/native-extended-gdbserver.exp: Remove any target variant
597 specifications from the board name before clearing the isremote
598 flag from board_info.
599
600 2015-01-31 Doug Evans <xdje42@gmail.com>
601
602 * gdb.base/maint.exp <maint print type argc>: Update expected output.
603
604 2015-01-31 Gary Benson <gbenson@redhat.com>
605
606 * gdb.base/completion.exp: Disable completion limiting for
607 existing tests. Add new tests to check completion limiting.
608 * gdb.linespec/ls-errs.exp: Disable completion limiting.
609
610 2015-01-31 Doug Evans <xdje42@gmail.com>
611
612 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
613
614 2015-01-31 Doug Evans <xdje42@gmail.com>
615
616 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
617 entries. Duplicate file section script entries.
618 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
619 inlined entries. Add test for safe-path rejection.
620 * gdb.python/py-section-script.c: Add duplicate inlined section script
621 entries. Duplicate file section script entries.
622 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
623 inlined entries. Add test for safe-path rejection.
624
625 2015-01-29 Joel Brobecker <brobecker@adacore.com>
626
627 * gdb.ada/disc_arr_bound: New testcase.
628
629 2015-01-29 Joel Brobecker <brobecker@adacore.com>
630
631 * gdb.ada/mi_var_array: New testcase.
632
633 2015-01-27 Doug Evans <dje@google.com>
634
635 * gdb.python/py-objfile.exp: Add tests for objfile.username.
636 Add test for objfile.filename, objfile.username after objfile
637 has been unloaded.
638
639 2015-01-26 Joel Brobecker <brobecker@adacore.com>
640
641 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
642 the second test to print the name attribute of value
643 returned by the call to gdb.lookup_type, and adjust
644 the expected output accordingly.
645
646 2015-01-25 Mark Wielaard <mjw@redhat.com>
647
648 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
649 * gdb.base/disp-step-fork.c: Include unistd.h.
650 * gdb.base/siginfo-obj.c: Include stdio.h.
651 * gdb.base/siginfo-thread.c: Likewise.
652 * gdb.mi/non-stop.c: Include unistd.h.
653 * gdb.mi/nsthrexec.c: Include stdio.h.
654 * gdb.mi/pthreads.c: Include unistd.h.
655 * gdb.modula2/unbounded1.c (main): Declare returns int.
656 * gdb.reverse/consecutive-reverse.c: Likewise.
657 * gdb.threads/create-fail.c: Include unistd.h.
658 * gdb.threads/killed.c: Likewise.
659 * gdb.threads/linux-dp.c: Likewise.
660 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
661 * gdb.threads/non-ldr-exc-2.c: Likewise.
662 * gdb.threads/non-ldr-exc-3.c: Likewise.
663 * gdb.threads/non-ldr-exc-4.c: Likewise.
664 * gdb.threads/pthreads.c: Include unistd.h.
665 (main): Declare returns int.
666 * gdb.threads/tls-main.c (foo): New declaration.
667 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
668
669 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
670
671 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
672 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
673
674 2015-01-15 Mark Wielaard <mjw@redhat.com>
675
676 * gdb.base/noreturn-return.c: New file.
677 * gdb.base/noreturn-return.exp: New file.
678 * gdb.base/noreturn-finish.c: New file.
679 * gdb.base/noreturn-finish.exp: New file.
680
681 2015-01-23 Pedro Alves <palves@redhat.com>
682
683 * gdb.threads/continue-pending-after-query.c: New file.
684 * gdb.threads/continue-pending-after-query.exp: New file.
685
686 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
687 Simon Marchi <simon.marchi@ericsson.com>
688
689 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
690 * gdb.base/valgrind-db-attach.exp: Same.
691 * gdb.base/valgrind-infcall.exp: Same.
692 * lib/mi-support.exp (default_mi_gdb_start): Same.
693 * lib/prompt.exp (default_prompt_gdb_start): Same.
694 * lib/gdb.exp (default_gdb_spawn): Same.
695 (gdb_interact): New.
696
697
698 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
699
700 * gdb.compile/compile.exp (pointer to jit function): New test.
701
702 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
703
704 * lib/gdb.exp (supports_process_record): Return true for
705 powerpc*-*-linux*.
706 (supports_reverse): Likewise.
707
708 2015-01-15 Don Breazeal <donb@codesourcery.com>
709
710 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
711 instead of checking whether the target board is remote and
712 use spawn_wait_for_attach instead of exec/sleep.
713 * gdb.base/attach-twice.exp: Likewise.
714
715 2015-01-15 Joel Brobecker <brobecker@adacore.com>
716
717 * gdb.ada/var_arr_attrs: New testcase.
718
719 2015-01-14 Pedro Alves <palves@redhat.com>
720 Joel Brobecker <brobecker@adacore.com>
721
722 PR gdb/17525
723 * gdb.base/bp-cmds-execution-x-script.c: New file.
724 * gdb.base/bp-cmds-execution-x-script.exp: New file.
725 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
726
727 2015-01-14 Pedro Alves <palves@redhat.com>
728
729 PR cli/17828
730 * gdb.base/batch-preserve-term-settings.c: New file.
731 * gdb.base/batch-preserve-term-settings.exp: New file.
732
733 2015-01-13 Doug Evans <dje@google.com>
734
735 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
736 binary.
737
738 2015-01-13 Joel Brobecker <brobecker@adacore.com>
739
740 * Makefile.in (clean mostlyclean): Do not delete *.py.
741
742 2015-01-13 Joel Brobecker <brobecker@adacore.com>
743
744 * gdb.python/py-lookup-type.exp: New file.
745
746 2015-01-12 Pedro Alves <palves@redhat.com>
747
748 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
749 restore GDBFLAGS before returning.
750
751 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
754 is_amd64_regs_target and is_x86_like_target.
755
756 2015-01-11 Doug Evans <xdje42@gmail.com>
757
758 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
759 is given without an explicit form.
760 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
761 attributes.
762 * gdb.dwarf/corrupt.exp: Ditto.
763 * gdb.dwarf2/enum-type.exp: Ditto.
764 * gdb.trace/entry-values.exp: Ditto.
765 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
766
767 2015-01-11 Doug Evans <xdje42@gmail.com>
768
769 PR gdb/15830
770 * gdb.base/maint.exp: Remove references to "maint demangle".
771 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
772 Add tests for explicitly specifying language to demangle.
773 * gdb.dlang/demangle.exp: Ditto.
774
775 2015-01-09 Pedro Alves <palves@redhat.com>
776
777 * gdb.threads/non-stop-fair-events.c: New file.
778 * gdb.threads/non-stop-fair-events.exp: New file.
779
780 2015-01-09 Pedro Alves <palves@redhat.com>
781
782 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
783 the global scope. Set a breakpoint after all threads are started
784 rather than stepping over two source lines. Expect the prompt.
785 * gdb.base/watch_thread_num.c (threads_started_barrier): New
786 global.
787 (NUM): Now 15.
788 (main): Use threads_started_barrier to wait for all threads to
789 start. Main thread no longer calls thread_function. Exit after
790 180 seconds.
791 (loop): New function.
792 (thread_function): Wait on threads_started_barrier barrier. Call
793 'loop' at each iteration.
794 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
795 threads have started, instead of hardcoding number of "next"
796 steps. Use an access watchpoint instead of a write watchpoint.
797
798 2015-01-09 Pedro Alves <palves@redhat.com>
799
800 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
801 (thread_func): Wait on barrier.
802 (main): Wait for all threads to start before stopping GDB.
803 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
804 global.
805 (thread1_func, thread2_func): Wait on barrier.
806 (main): Wait for all threads to start before stopping GDB.
807 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
808 New global.
809 (thread1_func, thread2_func): Wait on barrier.
810 (main): Wait for all threads to start before stopping GDB.
811
812 2015-01-09 Pedro Alves <palves@redhat.com>
813
814 * gdb.threads/attach-many-short-lived-threads.c: New file.
815 * gdb.threads/attach-many-short-lived-threads.exp: New file.
816
817 2014-01-09 Pedro Alves <palves@redhat.com>
818
819 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
820 instead of to thread 2.
821 * gdb.threads/signal-command-multiple-signals-pending.c (main):
822 Add barrier around each pthread_create call instead of around all
823 calls.
824 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
825 Set a break on thread_function and have the child threads hit it
826 one at at a time.
827
828 2015-01-09 Pedro Alves <palves@redhat.com>
829
830 * lib/gdb.exp (can_spawn_for_attach): New procedure.
831 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
832 false.
833 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
834 checking whether the target board is remote.
835 * gdb.multi/multi-attach.exp: Likewise.
836 * gdb.python/py-sync-interp.exp: Likewise.
837 * gdb.server/ext-attach.exp: Likewise.
838 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
839 tests that need to attach, instead of checking whether the target
840 board is remote at the top of the file.
841
842 2015-01-08 Yao Qi <yao@codesourcery.com>
843
844 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
845
846 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 Fix testcase compilation.
849 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
850
851 2015-01-06 Joel Brobecker <brobecker@adacore.com>
852
853 * gdb.python/py-type.exp: Add a couple test about empty
854 array creation, and negative-length array creation.
855
856 2015-01-02 Doug Evans <xdje42@gmail.com>
857
858 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
859
860 2015-01-02 Doug Evans <dje@google.com>
861
862 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
863
864 2014-12-29 Yao Qi <yao@codesourcery.com>
865
866 * gdb.trace/entry-values.exp: Update comments. Rename variable
867 bar_call_foo to returned_from_foo.
868
869 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
870
871 PR gdb/17394
872 * gdb.linespec/break-asm-file.c: New file.
873 * gdb.linespec/break-asm-file.exp: New file.
874 * gdb.linespec/break-asm-file0.s: New file.
875 * gdb.linespec/break-asm-file1.s: New file.
876
877 2014-12-18 Nigel Stephens <nigel@mips.com>
878 Maciej W. Rozycki <macro@codesourcery.com>
879
880 * gdb.base/float.exp: Handle the new output from "info float" on
881 MIPS targets.
882
883 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
884
885 Fix MinGW compilation.
886 * gdb.compile/compile-ops.exp: Update untested message if
887 !skip_compile_feature_tests.
888 * gdb.compile/compile-setjmp.exp: Likewise.
889 * gdb.compile/compile-tls.exp: Likewise.
890 * gdb.compile/compile.exp: Likewise.
891 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
892 supported on this host".
893
894 2014-12-16 Doug Evans <xdje42@gmail.com>
895
896 * boards/stabs.exp: New file.
897
898 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
899
900 * gdb.base/completion.exp: Adjust to format changes of "maint
901 print user-registers".
902
903 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
904
905 PR server/17457
906 * gdb.arch/aarch64-fp.c: New file.
907 * gdb.arch/aarch64-fp.exp: New file.
908
909 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
910
911 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
912 r210637, r210913, r211666, r215400, r215817).
913
914 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
915 * dg-extract-results.py: New file.
916 * dg-extract-results.sh: Use it if the environment seems
917 suitable.
918
919 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
920
921 * dg-extract-results.py (parse_run): Handle warnings that
922 are printed before a test harness is run.
923
924 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
925
926 * dg-extract-results.py (Named): Remove __cmp__ method.
927 (output_variation): Use a key to sort variation.harnesses.
928
929 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
930
931 * dg-extract-results.py: For Python 3, force sys.stdout to
932 handle surrogate escape sequences.
933 (safe_open): New function.
934 (output_segment, main): Use it.
935
936 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
937
938 * dg-extract-results.py (Prog.result_re): Include options
939 in test name.
940
941 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
942
943 * dg-extract-results.py (output_variation): Always sort if
944 do_sum.
945
946 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
947
948 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
949 as long as we get pagination notifications.
950
951 2014-12-15 Jason Merrill <jason@redhat.com>
952
953 * Makefile.in (check-gdb.%): Restore.
954 * README: Mention it.
955
956 2014-12-13 Joel Brobecker <brobecker@adacore.com>
957
958 * gdb.ada/str_uninit: New testcase.
959
960 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 PR symtab/17642
963 * gdb.base/vla-stub-define.c: New file.
964 * gdb.base/vla-stub.c: New file.
965 * gdb.base/vla-stub.exp: New file.
966
967 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
968 Jan Kratochvil <jan.kratochvil@redhat.com>
969 Tom Tromey <tromey@redhat.com>
970
971 * configure.ac: Add gdb.compile/.
972 * configure: Regenerate.
973 * gdb.compile/Makefile.in: New file.
974 * gdb.compile/compile-ops.exp: New file.
975 * gdb.compile/compile-ops.c: New file.
976 * gdb.compile/compile-tls.c: New file.
977 * gdb.compile/compile-tls.exp: New file.
978 * gdb.compile/compile-constvar.S: New file.
979 * gdb.compile/compile-constvar.c: New file.
980 * gdb.compile/compile-mod.c: New file.
981 * gdb.compile/compile-nodebug.c: New file.
982 * gdb.compile/compile-setjmp-mod.c: New file.
983 * gdb.compile/compile-setjmp.c: New file.
984 * gdb.compile/compile-setjmp.exp: New file.
985 * gdb.compile/compile-shlib.c: New file.
986 * gdb.compile/compile.c: New file.
987 * gdb.compile/compile.exp: New file.
988 * lib/gdb.exp (skip_compile_feature_tests): New proc.
989
990 2014-12-12 Tom Tromey <tromey@redhat.com>
991
992 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
993 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
994
995 2014-12-12 Doug Evans <dje@google.com>
996
997 * lib/gdb-python.exp (get_python_valueof): New function.
998 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
999
1000 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1001
1002 * gdb.base/completion.exp: Add test for completion of "info
1003 registers ".
1004
1005 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1006
1007 * gdb.base/func-ptrs.c: New file.
1008 * gdb.base/func-ptrs.exp: New file.
1009
1010 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1011
1012 PR breakpoints/17012
1013 * gdb.base/dprintf-detach.c: New file.
1014 * gdb.base/dprintf-detach.exp: New file.
1015
1016 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1019 * lib/gdb.exp (target_is_gdbserver): New procedure.
1020
1021 2014-12-08 Doug Evans <dje@google.com>
1022
1023 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1024
1025 2014-12-05 Yao Qi <yao@codesourcery.com>
1026
1027 * gdb.guile/scm-error.exp: Remove the third argument to
1028 gdb_remote_download.
1029 * gdb.guile/scm-frame-args.exp: Likewise.
1030 * gdb.guile/scm-section-script.exp: Likewise.
1031
1032 2014-12-05 Yao Qi <yao@codesourcery.com>
1033
1034 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1035
1036 2014-12-04 Doug Evans <dje@google.com>
1037
1038 * gdb.python/py-objfile.exp: Add tests for
1039 objfile.add_separate_debug_file.
1040
1041 2014-12-04 Doug Evans <dje@google.com>
1042
1043 * lib/gdb.exp (get_build_id): New function.
1044 (build_id_debug_filename_get): Rewrite to use it.
1045 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1046
1047 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1048
1049 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1050 `method(long)', not just 0x0.
1051 * gdb.cp/nsalias.exp: Align code labels to 4.
1052 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1053 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1054 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1055 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1056 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1057 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1058
1059 2014-12-02 Doug Evans <dje@google.com>
1060
1061 PR symtab/17602
1062 * gdb.cp/anon-ns.cc: Move guts of this file to ...
1063 * gdb.cp/anon-ns2.cc: ... here. New file.
1064 * gdb.cp/anon-ns.exp: Update.
1065
1066 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1067
1068 * gdb.python/py-events.py (inferior_call_handler): New.
1069 (register_changed_handler, memory_changed_handler): New.
1070 (test_events.invoke): Register new handlers.
1071 * gdb.python/py-events.exp: Add tests for inferior call,
1072 memory_changed and register_changed events.
1073
1074 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1075
1076 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1077 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1078 if the linker doesn't understand this.
1079
1080 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1081
1082 * gdb.python/python.exp: Change expected reply to help().
1083
1084 2014-12-01 Yao Qi <yao@codesourcery.com>
1085
1086 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1087 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1088 * configure: Re-generated.
1089
1090 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1091
1092 * gdb.cp/chained-calls.cc: New file.
1093 * gdb.cp/chained-calls.exp: New file.
1094 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1095
1096 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1099 * gdb.dwarf2/symtab-producer.exp: Same.
1100 * gdb.gdb/python-interrupts.exp: Same.
1101 * gdb.gdb/python-selftest.exp: Same.
1102 * gdb.python/py-linetable.exp: Same.
1103 * gdb.python/py-type.exp: Same.
1104 * gdb.python/py-value-cc.exp: Same.
1105 * gdb.python/py-value.exp: Same.
1106
1107 2014-11-28 Yao Qi <yao@codesourcery.com>
1108
1109 * gdb.base/break-probes.exp: Match library name prefixed with
1110 sysroot.
1111
1112 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1113
1114 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1115 test expected output. Add parentheses for the call to print.
1116 Remove L suffix from integers.
1117
1118 2014-11-26 Doug Evans <dje@google.com>
1119
1120 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1121
1122 2014-11-22 Yao Qi <yao@codesourcery.com>
1123
1124 * gdb.trace/entry-values.c: Remove asms.
1125 (foo): Add foo_label.
1126 (bar): Add bar_label.
1127 * gdb.trace/entry-values.exp: Remove code computing foo's
1128 length and bar's length.
1129 (Dwarf::assemble): Invoke function_range for bar and use
1130 MACRO_AT_func for foo.
1131
1132 2014-11-22 Yao Qi <yao@codesourcery.com>
1133
1134 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1135 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1136 Use .Lgcc43_procstart instead of gcc43.
1137
1138 2014-11-21 Joel Brobecker <brobecker@adacore.com>
1139
1140 * gdb.ada/n_arr_bound: New testcase.
1141
1142 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1143
1144 PR breakpoints/10737
1145 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1146 test_catch_syscall_multi_arch.
1147 (test_catch_syscall_multi_arch): New function.
1148
1149 2014-11-20 Doug Evans <xdje42@gmail.com>
1150
1151 * gdb.base/maint.exp: Update expected output.
1152
1153 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1154
1155 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1156 4-byte instruction on S390.
1157
1158 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.ada/arr_arr: New testcase.
1161
1162 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.ada/pkd_arr_elem: New Testcase.
1165
1166 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
1167
1168 * gdb.reverse/break-precsave: Expect completion message for
1169 core file reads.
1170 * gdb.reverse/consecutive-precsave.exp: Likewise.
1171 * gdb.reverse/finish-precsave.exp: Likewise.
1172 * gdb.reverse/i386-precsave.exp: Likewise.
1173 * gdb.reverse/machinestate-precsave.exp: Likewise.
1174 * gdb.reverse/sigall-precsave.exp: Likewise.
1175 * gdb.reverse/solib-precsave.exp: Likewise.
1176 * gdb.reverse/step-precsave.exp: Likewise.
1177 * gdb.reverse/until-precsave.exp: Likewise.
1178 * gdb.reverse/watch-precsave.exp: Likewise.
1179
1180 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1181
1182 * gdb.base/bp-permanent.c: Include unistd.h.
1183 * gdb.python/py-framefilter-mi.c (main): Add return type.
1184 * gdb.python/py-framefilter.c (main): Likewise.
1185 * gdb.trace/actions-changed.c (main): Likewise.
1186
1187 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1188
1189 * gdb.mi/until.c: Add eye-catchers.
1190 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1191 line numbers.
1192
1193 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1194
1195 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1196 function header variants in break1.c.
1197 * gdb.base/ena-dis-br.exp: Likewise.
1198 * gdb.base/hbreak2.exp: Likewise.
1199 * gdb.reverse/until-precsave.exp: Drop references to removed
1200 non-prototype function header variants in ur1.c.
1201 * gdb.reverse/until-reverse.exp: Likewise.
1202
1203 2014-11-17 Petr Machata <pmachata@redhat.com>
1204
1205 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1206 ${_cu_offset_size} bytes abbrev offset.
1207
1208 2014-11-15 Doug Evans <xdje42@gmail.com>
1209
1210 PR symtab/17559
1211 * gdb.base/line-symtabs.exp: New file.
1212 * gdb.base/line-symtabs.c: New file.
1213 * gdb.base/line-symtabs.h: New file.
1214
1215 2014-11-14 Yao Qi <yao@codesourcery.com>
1216
1217 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1218 (func): Add label func_label.
1219 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1220 Replace low_pc and high_pc with MACRO_AT_range.
1221 Replace name, low_pc and high_pc with MACRO_AT_func.
1222
1223 2014-11-14 Yao Qi <yao@codesourcery.com>
1224
1225 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1226 Replace name, low_pc and high_pc with MACRO_AT_func.
1227
1228 2014-11-14 Yao Qi <yao@codesourcery.com>
1229
1230 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1231 produce debug information.
1232 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1233
1234 2014-11-14 Yao Qi <yao@codesourcery.com>
1235
1236 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1237 object and get function length.
1238 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1239 with MACRO_AT_func.
1240 (top-level): Replace gdb_compile and clean_restart with
1241 prepare_for_testing.
1242 * gdb.dwarf2/main.c (main): Add label main_label.
1243
1244 2014-11-14 Yao Qi <yao@codesourcery.com>
1245
1246 * lib/dwarf.exp (function_range): New procedure.
1247 (Dwarf::_handle_macro_at_func): New procedure.
1248 (Dwarf::_handle_macro_at_range): New procedure.
1249 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1250
1251 2014-11-14 Yao Qi <yao@codesourcery.com>
1252
1253 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1254 (_handle_attribute): New procedure.
1255
1256 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1257
1258 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1259 * gdb.base/call-sc.c (zed): Likewise.
1260 * gdb.base/checkpoint.c (main): Likewise.
1261 * gdb.base/dump.c (main): Likewise.
1262 * gdb.base/gcore.c (main): Likewise.
1263 * gdb.base/huge.c (main): Likewise.
1264 * gdb.base/multi-forks.c (main): Likewise.
1265 * gdb.base/pr10179-a.c (main): Likewise.
1266 * gdb.base/savedregs.c (main): Likewise.
1267 * gdb.base/sigaltstack.c (main): Likewise.
1268 * gdb.base/siginfo.c (main): Likewise.
1269 * gdb.base/structs.c (zed): Likewise.
1270 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1271 * gdb.mi/mi-syn-frame.c (main): Likewise.
1272 * gdb.mi/until.c (foo, main): Likewise.
1273 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1274 * gdb.base/solib-weak.c (foo): Declare.
1275 * gdb.base/attach-twice.c: Include stdio.h.
1276 * gdb.base/weaklib1.c: Likewise.
1277 * gdb.base/weaklib2.c: Likewise.
1278 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1279 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1280 unistd.h.
1281 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1282 * gdb.mi/mi-exit-code.c: Likewise.
1283 * gdb.base/break-interp-lib.c: Include string.h.
1284 * gdb.base/coremaker.c: Likewise.
1285 * gdb.base/testenv.c: Likewise.
1286 * gdb.python/py-finish-breakpoint.c: Likewise.
1287 * gdb.base/inferior-died.c: Include sys/wait.h.
1288 * gdb.base/fileio.c: Include time.h.
1289 * gdb.base/async-shell.c: Include unistd.h.
1290 * gdb.base/dprintf-non-stop.c: Likewise.
1291 * gdb.base/info-os.c: Likewise.
1292 * gdb.mi/mi-console.c: Likewise.
1293 * gdb.mi/watch-nonstop.c: Likewise.
1294 * gdb.python/py-events.c: Likewise.
1295 * gdb.base/async.c (baz): Move up before its invocation.
1296 * gdb.base/code_elim2.c (my_global_func): Likewise.
1297 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1298 * gdb.base/advance.c (func2): Likewise.
1299
1300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1301
1302 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1303 variant.
1304 * gdb.base/annota3.c: Likewise.
1305 * gdb.base/async.c: Likewise.
1306 * gdb.base/average.c: Likewise.
1307 * gdb.base/call-ar-st.c: Likewise.
1308 * gdb.base/call-rt-st.c: Likewise.
1309 * gdb.base/call-sc.c: Likewise.
1310 * gdb.base/call-strs.c: Likewise.
1311 * gdb.base/ending-run.c: Likewise.
1312 * gdb.base/execd-prog.c: Likewise.
1313 * gdb.base/exprs.c: Likewise.
1314 * gdb.base/foll-exec.c: Likewise.
1315 * gdb.base/foll-fork.c: Likewise.
1316 * gdb.base/foll-vfork.c: Likewise.
1317 * gdb.base/funcargs.c: Likewise.
1318 * gdb.base/gcore.c: Likewise.
1319 * gdb.base/jump.c: Likewise.
1320 * gdb.base/langs0.c: Likewise.
1321 * gdb.base/langs1.c: Likewise.
1322 * gdb.base/langs2.c: Likewise.
1323 * gdb.base/mips_pro.c: Likewise.
1324 * gdb.base/nodebug.c: Likewise.
1325 * gdb.base/opaque0.c: Likewise.
1326 * gdb.base/opaque1.c: Likewise.
1327 * gdb.base/recurse.c: Likewise.
1328 * gdb.base/run.c: Likewise.
1329 * gdb.base/scope0.c: Likewise.
1330 * gdb.base/scope1.c: Likewise.
1331 * gdb.base/setshow.c: Likewise.
1332 * gdb.base/setvar.c: Likewise.
1333 * gdb.base/shmain.c: Likewise.
1334 * gdb.base/shr1.c: Likewise.
1335 * gdb.base/shr2.c: Likewise.
1336 * gdb.base/sigall.c: Likewise.
1337 * gdb.base/signals.c: Likewise.
1338 * gdb.base/so-indr-cl.c: Likewise.
1339 * gdb.base/solib2.c: Likewise.
1340 * gdb.base/structs.c: Likewise.
1341 * gdb.base/sum.c: Likewise.
1342 * gdb.base/vforked-prog.c: Likewise.
1343 * gdb.base/watchpoint.c: Likewise.
1344 * gdb.reverse/shr2.c: Likewise.
1345 * gdb.reverse/until-reverse.c: Likewise.
1346 * gdb.reverse/ur1.c: Likewise.
1347 * gdb.reverse/watch-reverse.c: Likewise.
1348
1349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1350
1351 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1352 variant.
1353 * gdb.base/sepdebug.exp: Drop references to removed code.
1354
1355 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1356
1357 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1358 variant. Preserve original line numbering.
1359 * gdb.base/list1.c: Likewise.
1360
1361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1362
1363 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1364 variant.
1365 * gdb.base/break1.c: Likewise.
1366 * gdb.base/break.exp: Drop references to removed code.
1367
1368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1369
1370 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1371 variant.
1372
1373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374
1375 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1376
1377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1378
1379 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1380 logic into perform_all_tests() and invoke it with and without
1381 function header prototypes.
1382 (do_function_calls): Remove conditional XFAIL for PR 5318.
1383 (rerun_and_prepare): Remove duplicate code.
1384 (perform_all_tests): New. Main logic moved here.
1385
1386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1387
1388 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1389 code guarded by #ifdef NO_PROTOTYPES.
1390 (t_double_many_args): Likewise.
1391 (DEF_FUNC_MANY_ARGS_1): Likewise.
1392 (DEF_FUNC_VALUES_1): Likewise.
1393 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1394 guarded by #ifdef PROTOTYPES.
1395
1396 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1397
1398 * gdb.mi/mi-console.c: Add eye-catcher.
1399 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1400 instead of literal line number.
1401
1402 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1403
1404 * gdb.base/shr2.c: Add eye-catcher.
1405 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1406 line number.
1407
1408 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1409
1410 * gdb.base/jump.c: Add eye-catchers.
1411 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1412 numbers.
1413
1414 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1415
1416 * gdb.base/execd-prog.c: Add eye-catchers.
1417 * gdb.base/foll-exec.c: Likewise.
1418 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1419 line numbers.
1420
1421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.base/ending-run.c: Add eye-catchers.
1424 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1425 literal line numbers.
1426
1427 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1428
1429 * gdb.base/call-rt-st.c: Add eye-catchers.
1430 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1431 literal line numbers.
1432
1433 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1434
1435 * gdb.base/call-ar-st.c: Add eye-catchers.
1436 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1437 literal line numbers.
1438
1439 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1440
1441 * gdb.base/average.c: Add eye-catchers.
1442 * gdb.base/sum.c: Likewise.
1443 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1444 regexps dynamically.
1445
1446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1447
1448 * gdb.base/solib1.c: Add eye-catchers.
1449 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1450 literal line numbers.
1451
1452 2014-11-12 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1455 leader has exited.
1456
1457 2014-11-12 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.arch/i386-bp_permanent.c: New file.
1460 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1461 (srcfile): Set to i386-bp_permanent.c.
1462 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1463 that stepi does not execute the 'leave' instruction, instead of
1464 testing it does execute.
1465 * gdb.base/bp-permanent.c: New file.
1466 * gdb.base/bp-permanent.exp: New file.
1467
1468 2014-11-10 Doug Evans <xdje42@gmail.com>
1469
1470 PR symtab/17564
1471 * gdb.base/symtab-search-order.exp: New file.
1472 * gdb.base/symtab-search-order.c: New file.
1473 * gdb.base/symtab-search-order-1.c: New file.
1474 * gdb.base/symtab-search-order-shlib-1.c: New file.
1475
1476 2014-11-07 Pedro Alves <palves@redhat.com>
1477
1478 PR gdb/17511
1479 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1480 i?86-*-linux*.
1481
1482 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1483
1484 PR c++/17494
1485 * gdb.cp/pr17494.cc: New file.
1486 * gdb.cp/pr17494.exp: New file.
1487
1488 2014-11-02 Yao Qi <yao@codesourcery.com>
1489
1490 * gdb.python/python.exp: Get working directory and match the
1491 output of "set extended-prompt \\w " with it.
1492
1493 2014-10-30 Doug Evans <dje@google.com>
1494
1495 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1496 in objfiles.
1497 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1498 in progspaces.
1499
1500 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
1501
1502 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1503 * gdb.base/realname-expand.exp: Likewise.
1504 * gdb.linespec/macro-relative.exp: Likewise.
1505
1506 2014-10-29 Pedro Alves <palves@redhat.com>
1507
1508 PR gdb/17408
1509 * gdb.threads/schedlock.c (some_function): New function.
1510 (call_function): New global.
1511 (MAYBE_CALL_SOME_FUNCTION): New macro.
1512 (thread_function): Call it.
1513 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1514 and use it instead of a global counter. Adjust all callers.
1515 (get_current_thread): Use "find current thread" for test message
1516 here rather than having all callers pass down the same string.
1517 (goto_loop): New procedure, factored out from ...
1518 (my_continue): ... this.
1519 (step_ten_loops): Change parameter from test message to command to
1520 use. Adjust.
1521 (list_count): Delete global.
1522 (check_result): New procedure, factored out from duplicate top
1523 level code.
1524 (continue tests): Wrap in with_test_prefix.
1525 (test_step): New procedure, factored out from duplicate top level
1526 code.
1527 (top level): Test "step" in combination with all scheduler-locking
1528 modes. Test "next" in combination with all scheduler-locking
1529 modes, and in combination with stepping over a function call or
1530 not.
1531 * gdb.threads/next-bp-other-thread.c: New file.
1532 * gdb.threads/next-bp-other-thread.exp: New file.
1533
1534 2014-10-29 Pedro Alves <palves@redhat.com>
1535
1536 PR python/17372
1537 * gdb.python/python.exp: Test a multi-line command that spawns
1538 interactive Python.
1539 * gdb.base/multi-line-starts-subshell.exp: New file.
1540
1541 2014-10-29 Yao Qi <yao@codesourcery.com>
1542
1543 * gdb.base/fileio.exp: Make directories on host.
1544
1545 2014-10-29 Yao Qi <yao@codesourcery.com>
1546
1547 * gdb.base/fileio.c (test_write): Close the file.
1548
1549 2014-10-28 Pedro Alves <palves@redhat.com>
1550
1551 PR gdb/12623
1552 * gdb.base/sigstep.c (no_handler): New global.
1553 (main): If 'no_handler is true, set the signal handlers to
1554 SIG_IGN.
1555 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1556 with_sw_watch and no_handler parameters. Handle them.
1557 (top level) <stepping over handler when stopped at a breakpoint
1558 test>: Add a test axis for testing with a software watchpoint, and
1559 another for testing with the signal handler set to SIG_IGN.
1560 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1561 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1562
1563 2014-10-28 Pedro Alves <palves@redhat.com>
1564
1565 PR gdb/17511
1566 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1567 * gdb.base/sigstep.exp (other_handler_location): New global.
1568 (advance): Support stepping into the signal handler, and running
1569 commands while in the handler.
1570 (in_handler_map): New global.
1571 (top level): In the advance test, add combinations for getting
1572 into the handler with stepping commands, and for running commands
1573 in the handler. Add comment descripting the advancei tests.
1574
1575 2014-10-28 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.base/sigstep.exp: Use build_executable instead of
1578 prepare_for_testing.
1579 (top level): Move code that starts GDB, runs to main and creates a
1580 display to ...
1581 (restart): ... this new procedure.
1582 (top level): Move backtrace from signal handler test to ...
1583 (validate_backtrace): ... this new procedure.
1584 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1585 with_test_prefix. Always restart GDB.
1586 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1587 with_test_prefix. Always restart GDB. No need to delete
1588 breakpoints after the test.
1589 (test_skip_handler): Remove prefix parameter.
1590 (skip_over_handler, breakpoint_to_handler)
1591 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1592 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1593 restart GDB. No need to delete breakpoints after the test.
1594 (top level): Use foreach to call the test procedures with
1595 different commands.
1596
1597 2014-10-28 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1600 instead of GNATS numbers.
1601 * gdb.base/sigbpt.exp: Likewise.
1602 * gdb.base/siginfo.exp: Likewise.
1603 * gdb.base/sigstep.exp: Likewise.
1604
1605 2014-10-27 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.base/sigstep.c (dummy): New global.
1608 (main): Issue a couple writes to the new global.
1609 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1610 procedures.
1611 (skip_over_handler): Use test_skip_handler.
1612 (top level): Call skip_over_handler for stepi and nexti too.
1613 (breakpoint_over_handler): Use test_skip_handler.
1614 (top level): Call breakpoint_over_handler for stepi and nexti too.
1615
1616 2014-10-27 Yao Qi <yao@codesourcery.com>
1617
1618 * gdb.trace/tfile.c (adjust_function_address)
1619 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1620 function descriptor.
1621
1622 2014-10-24 Don Breazeal <donb@codesourcery.com>
1623
1624 * gdb.base/foll-fork.exp (test_follow_fork,
1625 catch_fork_child_follow): Check for updated fork messages emitted
1626 from infrun.c.
1627 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1628 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1629 vfork_and_exec_child_follow_through_step): Check for updated vfork
1630 messages emitted from infrun.c.
1631
1632 2014-10-24 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/corefile.exp: Remove references to ultrix.
1635 * gdb.base/interrupt.exp: Likewise.
1636 * gdb.base/whatis.exp: Likewise.
1637 * gdb.gdb/selftest.exp: Likewise.
1638 * gdb.threads/manythreads.exp: Likewise.
1639 * gdb.threads/print-threads.exp: Likewise.
1640 * gdb.threads/pthreads.exp:: Likewise.
1641 * gdb.threads/schedlock.exp: Likewise.
1642
1643 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1644
1645 * gdb.cp/non-trivial-retval.cc: Add a test case.
1646 * gdb.cp/non-trivial-retval.exp: Add a test.
1647
1648 2014-10-20 Yao Qi <yao@codesourcery.com>
1649
1650 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1651 * gdb.python/py-objfile-script-gdb.py: New file.
1652 * gdb.python/py-objfile-script.exp: Update reference to
1653 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1654 of remote_download. Remove the dest file.
1655
1656 2014-10-20 Yao Qi <yao@codesourcery.com>
1657
1658 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1659 * gdb.base/step-line.exp: Likewise.
1660 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1661 * gdb.dwarf2/dw2-basic.exp: Likewise.
1662 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1663 * gdb.dwarf2/dw2-filename.exp: Likewise.
1664 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1665 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1666 * gdb.dwarf2/dw2-producer.exp: Likewise.
1667 * gdb.dwarf2/mac-fileno.exp: Likewise.
1668 * gdb.python/py-frame-args.exp: Likewise.
1669 * gdb.python/py-framefilter.exp: Likewise.
1670 * gdb.python/py-mi.exp: Likewise.
1671 * gdb.python/py-objfile-script.exp: Likewise
1672 * gdb.python/py-pp-integral.exp: Likewise.
1673 * gdb.python/py-pp-re-notag.exp: Likewise.
1674 * gdb.python/py-prettyprint.exp: Likewise.
1675 * gdb.python/py-section-script.exp: Likewise.
1676 * gdb.python/py-typeprint.exp: Likewise.
1677 * gdb.python/py-xmethods.exp: Likewise.
1678 * gdb.stabs/weird.exp: Likewise.
1679 * gdb.xml/tdesc-regs.exp: Likewise.
1680
1681 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1682
1683 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1684 (out_cu): Use addr_len for the size of addresses.
1685 (out_line): Likewise. Size DW_LNE_set_address instruction
1686 according to addr_len.
1687 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1688 (FUNC): Add START_INSNS to definition.
1689
1690 2014-10-18 Yao Qi <yao@codesourcery.com>
1691
1692 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1693 gdb_has_argv0 return true.
1694 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1695 check [target_info exists noargs], check [gdb_has_argv0]
1696 instead.
1697 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1698 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1699 procedures.
1700
1701 2014-10-17 Doug Evans <dje@google.com>
1702
1703 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1704 event.
1705 * gdb.python/py-events.py: Add clear_objfiles event.
1706
1707 2014-10-17 Doug Evans <dje@google.com>
1708
1709 * gdb.python/py-objfile.exp: Test progspace attribute.
1710
1711 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
1712
1713 * gdb.guile/scm-breakpoint.exp: Do not assume any
1714 directory separators when matching source file paths.
1715 * gdb.python/py-breakpoint.exp: Likewise.
1716 * gdb.reverse/break-precsave.exp: Likewise.
1717 * gdb.reverse/break-reverse.exp: Likewise.
1718 * gdb.reverse/consecutive-precsave.exp: Likewise.
1719 * gdb.reverse/finish-precsave.exp: Likewise.
1720 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1721 * gdb.reverse/finish-reverse.exp: Likewise.
1722 * gdb.reverse/i386-precsave.exp: Likewise.
1723 * gdb.reverse/i387-env-reverse.exp: Likewise.
1724 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1725 * gdb.reverse/machinestate-precsave.exp: Likewise.
1726 * gdb.reverse/machinestate.exp: Likewise.
1727 * gdb.reverse/sigall-precsave.exp: Likewise.
1728 * gdb.reverse/solib-precsave.exp: Likewise.
1729 * gdb.reverse/step-precsave.exp: Likewise.
1730 * gdb.reverse/until-precsave.exp: Likewise.
1731 * gdb.reverse/watch-precsave.exp: Likewise.
1732 * gdb.reverse/watch-reverse.exp: Likewise.
1733
1734 2014-10-17 Yao Qi <yao@codesourcery.com>
1735
1736 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1737 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1738
1739 2014-10-17 Pedro Alves <palves@redhat.com>
1740
1741 PR gdb/17471
1742 * gdb.base/bg-execution-repeat.c: New file.
1743 * gdb.base/bg-execution-repeat.exp: New file.
1744
1745 2014-10-17 Pedro Alves <palves@redhat.com>
1746
1747 PR gdb/17300
1748 * gdb.base/continue-all-already-running.c: New file.
1749 * gdb.base/continue-all-already-running.exp: New file.
1750
1751 2014-10-17 Pedro Alves <palves@redhat.com>
1752
1753 PR gdb/17472
1754 * gdb.base/annota-input-while-running.c: New file.
1755 * gdb.base/annota-input-while-running.exp: New file.
1756
1757 2014-10-17 Pedro Alves <palves@redhat.com>
1758
1759 * gdb.base/callfuncs.exp: emove references to osf.
1760 * gdb.base/sigall.exp: Likewise.
1761 * gdb.gdb/selftest.exp: Likewise.
1762 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1763 * gdb.mi/non-stop.c: Likewise.
1764 * gdb.mi/pthreads.c: Likewise.
1765 * gdb.reverse/sigall-precsave.exp: Likewise.
1766 * gdb.reverse/sigall-reverse.exp: Likewise.
1767 * gdb.threads/pthreads.c: Likewise.
1768 * gdb.threads/pthreads.exp: Likewise.
1769
1770 2014-10-17 Yao Qi <yao@codesourcery.com>
1771
1772 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1773 check 'target_info exists noargs'.
1774 (test_command_prompt_position): Likewise.
1775 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1776 Remove "set args".
1777 (progvar_simple_while_test): Likewise.
1778 (progvar_complex_if_while_test): Likewise.
1779 (if_while_breakpoint_command_test): Likewise.
1780 (infrun_breakpoint_command_test): Likewise.
1781 (breakpoint_command_test): Likewise.
1782 (watchpoint_command_test): Likewise.
1783 (bp_deleted_in_command_test): Likewise.
1784 (temporary_breakpoint_commands): Likewise.
1785
1786 2014-10-16 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.base/remotetimeout.exp: Remove noargs checking.
1789
1790 2014-10-15 Pedro Alves <palves@redhat.com>
1791
1792 PR breakpoints/9649
1793 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1794 * gdb.base/breakpoint-in-ro-region.exp
1795 (probe_target_hardware_step): New procedure.
1796 (top level): Probe hardware stepping and hardware breakpoint
1797 support. Test stepping through a read-only region, with both
1798 "breakpoint auto-hw" on and off and both "always-inserted" on and
1799 off.
1800
1801 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1802
1803 * gdb.dlang/demangle.exp: Update for demangling changes.
1804
1805 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1806
1807 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1808 * gdb.cp/non-trivial-retval.exp: Add new tests.
1809
1810 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1811
1812 PR c++/13403
1813 PR c++/15154
1814 * gdb.cp/non-trivial-retval.cc: New file.
1815 * gdb.cp/non-trivial-retval.exp: New file.
1816
1817 2014-10-15 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1820 remote host.
1821
1822 2014-10-15 Yao Qi <yao@codesourcery.com>
1823
1824 * gdb.python/py-symbol.exp: Match file base name if host is
1825 remote, otherwise match file name with dir name.
1826 * gdb.python/py-symtab.exp: Likewise.
1827 * gdb.python/python.exp: Likewise.
1828
1829 2014-10-15 Yao Qi <yao@codesourcery.com>
1830
1831 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1832 pattern.
1833 * gdb.python/py-symtab.exp: Likewise.
1834 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1835 locationn.
1836
1837 2014-10-14 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdb.ada/addr_arith: New testcase.
1840
1841 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1842
1843 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1844 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1845 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1846 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1847
1848 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1849
1850 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1851 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1852 * gdb.arch/stap-eval-lang-ada.exp: New file.
1853
1854 2014-10-14 Yao Qi <yao@codesourcery.com>
1855
1856 * gdb.mi/mi-var-child.c (nothing1): New function.
1857 (nothing2): New function.
1858 (do_children_tests): Set function pointers by nothing1 and
1859 nothing2.
1860 * gdb.mi/mi-var-child.exp: Step over new added statements.
1861 Update test to match the new output.
1862 * gdb.mi/var-cmd.c (nothing1): New function.
1863 (nothing2): New function.
1864 (do_children_tests): Set function pointers by nothing1 and
1865 nothing2.
1866 * gdb.mi/mi-var-display.exp: Update test to match output.
1867 Step to the line specified by $line_dct_nothing.
1868 Increase the number of lines to step.
1869
1870 2014-10-14 Yao Qi <yao@codesourcery.com>
1871
1872 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1873 tests.
1874 * gdb.mi/mi2-var-child.exp: Likewise.
1875
1876 2014-10-13 Doug Evans <dje@google.com>
1877
1878 * gdb.python/py-objfile.exp: Change name of file name test.
1879
1880 2014-10-13 Doug Evans <dje@google.com>
1881
1882 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1883 from the start of the CU.
1884
1885 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1886 Yao Qi <yao@codesourcery.com>
1887
1888 Fix "save breakpoints" for "catch" command.
1889 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1890 Remove -nonewline. Match also the added "main" line.
1891
1892 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 Fix "save breakpoints" for "disable $bpnum" command.
1895 * gdb.base/save-bp.c (main): Add label.
1896 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1897
1898 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1901
1902 2014-10-11 Yao Qi <yao@codesourcery.com>
1903
1904 * gdb.server/server-kill.exp: Execute command
1905 "set remote trace-status-packet on" before "tstatus".
1906
1907 2014-10-11 Yao Qi <yao@codesourcery.com>
1908
1909 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1910 (main): Call getppid.
1911 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1912 and continue to it. Read variable "server_pid".
1913
1914 2014-10-11 Yao Qi <yao@codesourcery.com>
1915
1916 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1917
1918 2014-10-11 Yao Qi <yao@codesourcery.com>
1919
1920 * gdb.threads/thread-find.exp: Don't execute command
1921 "info threads".
1922 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1923 * gdb.threads/linux-dp.exp: Don't check the condition
1924 $threads_created equals to zero.
1925
1926 2014-10-10 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/bigcore.exp: Remove references to IRIX.
1929 * gdb.base/funcargs.exp: Likewise.
1930 * gdb.base/interrupt.exp: Likewise.
1931 * gdb.base/mips_pro.exp: Likewise.
1932 * gdb.base/nodebug.exp: Likewise.
1933 * gdb.base/setvar.exp: Likewise.
1934 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1935
1936 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1937 Pedro Alves <palves@redhat.com>
1938
1939 PR symtab/14466
1940 * gdb.base/vdso-warning.c: New file.
1941 * gdb.base/vdso-warning.exp: New file.
1942
1943 2014-10-02 Doug Evans <dje@google.com>
1944
1945 * gdb.base/structs.c (main): Don't run forever.
1946
1947 2014-10-02 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1950 (top level) <stop threads 1, stop threads 2>: Use it.
1951
1952 2014-10-02 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.threads/break-while-running.exp (test): Add new
1955 'update_thread_list' argument. Skip "info threads" if false.
1956 (top level): Add new 'update_thread_list' axis.
1957
1958 2014-10-02 Pedro Alves <palves@redhat.com>
1959
1960 PR breakpoints/17431
1961 * gdb.base/execl-update-breakpoints.c: New file.
1962 * gdb.base/execl-update-breakpoints.exp: New file.
1963
1964 2014-10-01 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/breakpoint-in-ro-region.c: New file.
1967 * gdb.base/breakpoint-in-ro-region.exp: New file.
1968
1969 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1970
1971 * gdb.mi/mi-exit-code.exp: New file.
1972 * gdb.mi/mi-exit-code.c: New file.
1973
1974 2014-09-30 Yao Qi <yao@codesourcery.com>
1975
1976 * lib/prelink-support.exp (build_executable_own_libs): Error if
1977 the target isn't native.
1978
1979 2014-09-30 Yao Qi <yao@codesourcery.com>
1980
1981 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1982 false.
1983
1984 2014-09-22 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.threads/break-while-running.exp: New file.
1987 * gdb.threads/break-while-running.c: New file.
1988
1989 2014-09-19 Yao Qi <yao@codesourcery.com>
1990
1991 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
1992 Invoke test. Restart GDB with --readnow and invoke test again.
1993
1994 2014-09-19 Yao Qi <yao@codesourcery.com>
1995
1996 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
1997 proc set_breakpoint_on_gcd_function. Invoke
1998 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
1999 invoke set_breakpoint_on_gcd_function again.
2000
2001 2014-09-18 Doug Evans <dje@google.com>
2002
2003 * gdb.dwarf2/symtab-producer.exp: New file.
2004
2005 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2006
2007 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2008 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2009 * gdb.base/global-var-nested-by-dso.c: Likewise.
2010 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2011
2012 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2013 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.base/watch-bitfields.exp: Pass string other than test file
2016 name to prepare_for_testing.
2017 (watch): New procedure.
2018 (expect_watchpoint): Use with_test_prefix.
2019 (top level): Factor out tests to ...
2020 (test_watch_location, test_regular_watch): ... these new
2021 procedures, and use with_test_prefix and gdb_continue_to_end.
2022
2023 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2024
2025 PR breakpoints/12526
2026 * gdb.base/watch-bitfields.exp: New file.
2027 * gdb.base/watch-bitfields.c: New file.
2028
2029 2014-09-16 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2032 software and hardware addresses, not software address against
2033 itself.
2034
2035 2014-09-16 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2038 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2039
2040 2014-09-16 Pedro Alves <palves@redhat.com>
2041
2042 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2043 files.
2044 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2045 "*-*-vxworks*" throughout.
2046 * gdb.base/break.exp: Likewise.
2047 * gdb.base/default.exp: Likewise.
2048 * gdb.base/scope.exp: Likewise.
2049 * gdb.base/sepdebug.exp: Likewise.
2050 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2051 throughout.
2052 * gdb.base/run.c: Likewise.
2053 * gdb.base/sepdebug.c: Likewise.
2054 * gdb.hp/gdb.aCC/run.c: Likewise.
2055 * gdb.reverse/until-reverse.c: Likewise.
2056 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2057
2058 2014-09-16 Yao Qi <yao@codesourcery.com>
2059
2060 * boards/local-remote-host-native.exp: New file.
2061
2062 2014-09-14 Doug Evans <xdje42@gmail.com>
2063
2064 * gdb.threads/queue-signal.c (thread_count): New variable.
2065 (thread_count_mutex, thread_count_condvar): New variables.
2066 (incr_thread_count, wait_all_threads_running): New functions.
2067 (main): Wait for all threads to be in their thread functions.
2068
2069 2014-09-13 Doug Evans <xdje42@gmail.com>
2070
2071 * gdb.threads/queue-signal.c: New file.
2072 * gdb.threads/queue-signal.exp: New file.
2073
2074 2014-09-13 Doug Evans <xdje42@gmail.com>
2075
2076 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2077 be consistent with what default_gdb_init uses.
2078 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2079 the plain text of the prompt. Add some logging printfs.
2080 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2081
2082 2014-09-12 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2085 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2086 * gdb.arch/i386-size-overlap.exp: Likewise.
2087 * gdb.arch/i386-size.exp: Likewise.
2088 * gdb.arch/i386-unwind.exp: Likewise.
2089 * gdb.base/a2-run.exp: Likewise.
2090 * gdb.base/break.exp: Likewise.
2091 * gdb.base/charset.exp: Likewise.
2092 * gdb.base/chng-syms.exp: Likewise.
2093 * gdb.base/commands.exp: Likewise.
2094 * gdb.base/dbx.exp: Likewise.
2095 * gdb.base/find.exp: Likewise.
2096 * gdb.base/funcargs.exp: Likewise.
2097 * gdb.base/jit-simple.exp: Likewise.
2098 * gdb.base/reread.exp: Likewise.
2099 * gdb.base/sepdebug.exp: Likewise.
2100 * gdb.base/step-bt.exp: Likewise.
2101 * gdb.cp/mb-inline.exp: Likewise.
2102 * gdb.cp/mb-templates.exp: Likewise.
2103 * gdb.objc/basicclass.exp: Likewise.
2104 * gdb.threads/killed.exp: Likewise.
2105
2106 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2107
2108 PR tdep/17379
2109 * gdb.arch/powerpc-stackless.S: New file.
2110 * gdb.arch/powerpc-stackless.exp: New file.
2111
2112 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 * gdb.base/attach.c: Include unistd.h.
2115 (main): Call alarm. Add label postloop.
2116 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2117 gdb_breakpoint, gdb_continue_to_breakpoint.
2118 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2119
2120 2014-09-11 Pedro Alves <palves@redhat.com>
2121
2122 PR gdb/17347
2123 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2124 * gdb.base/attach.exp (test_command_line_attach_run): New
2125 procedure.
2126 (top level): Call it.
2127
2128 2014-09-11 Pedro Alves <palves@redhat.com>
2129
2130 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2131 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2132 (do_command_attach_tests): Use spawn_wait_for_attach.
2133 * gdb.base/solib-overlap.exp: Likewise.
2134 * gdb.multi/multi-attach.exp: Likewise.
2135 * gdb.python/py-prompt.exp: Likewise.
2136 * gdb.python/py-sync-interp.exp: Likewise.
2137 * gdb.server/ext-attach.exp: Likewise.
2138
2139 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2140
2141 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2142 command in testcase. Simplify testcase.
2143
2144 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2145
2146 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2147
2148 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2149
2150 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2151
2152 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2155
2156 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2157
2158 * gdb.dwarf2/dynarr-ptr.c: New file.
2159 * gdb.dwarf2/dynarr-ptr.exp: New file.
2160
2161 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2162
2163 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2164 of 30 rather than hardcoding 120 for a slow test case. Take the
2165 `gdb,timeout' target setting into account for this calculation.
2166 Don't extend the timeout for the test cases that don't need it.
2167
2168 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2169
2170 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2171 a factor of 2 for a slow test case. Take the `gdb,timeout'
2172 target setting into account for this calculation.
2173 * gdb.reverse/until-precsave.exp: Increase the timeout by
2174 a factor of 15 and 3 respectively rather than adding 120
2175 for a pair of slow test cases. Take the `gdb,timeout'
2176 target setting into account for this calculation.
2177
2178 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2179
2180 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2181 timeout, don't pass one down to gdb_expect.
2182 (gdb_expect): Rework timeout selection.
2183
2184 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2185
2186 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2187 exception on timeout.
2188 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2189 (gdbserver_start_extended): Catch any `gdbserver_start' error
2190 exceptions.
2191 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2192 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2193 `gdbserver_gdb_load' error exceptions.
2194
2195 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2196
2197 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2198 120 on waiting for the TCP socket to open.
2199
2200 2014-09-09 Doug Evans <xdje42@gmail.com>
2201
2202 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2203 _caller_matches, _any_caller_is, _any_caller_matches.
2204
2205 2014-09-09 Doug Evans <xdje42@gmail.com>
2206
2207 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2208
2209 2014-09-09 Yao Qi <yao@codesourcery.com>
2210
2211 * gdb.mi/mi-var-display.exp: Set print symbol off.
2212
2213 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2214
2215 PR gdb/17035
2216 * gdb.base/commands.exp: Add tests to verify user-defined
2217 commands with empty bodies.
2218 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2219 python commands in `show user command`.
2220 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2221 scheme commands in `show user command`.
2222
2223 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 PR python/17355
2226 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2227 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2228 * gdb.python/py-framefilter-invalidarg.exp: New file.
2229 * gdb.python/py-framefilter-invalidarg.py: New file.
2230
2231 2014-09-06 Doug Evans <xdje42@gmail.com>
2232
2233 PR 15276
2234 * gdb.python/py-caller-is.c: New file.
2235 * gdb.python/py-caller-is.exp: New file.
2236
2237 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2238
2239 PR gdb/17235
2240 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2241 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2242
2243 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2244
2245 PR fortran/17237
2246 * gdb.fortran/print-formatted.exp: New file.
2247 * gdb.fortran/print-formatted.f90: Likewise.
2248
2249 2014-09-03 Sasha Smundak <asmundak@google.com>
2250
2251 * gdb.python/py-frame.exp: Test Frame.read_register.
2252
2253 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2254
2255 PR python/16699
2256 * gdb.python/py-completion.exp: New file.
2257 * gdb.python/py-completion.py: Likewise.
2258
2259 2014-08-28 Doug Evans <dje@google.com>
2260
2261 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2262 eax,etc. are live with values set by gdb and thus the compiler can't
2263 use them.
2264 * gdb.arch/i386-pseudo.c (main): Ditto.
2265
2266 2014-08-27 Doug Evans <dje@google.com>
2267
2268 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2269
2270 2014-08-25 Doug Evans <dje@google.com>
2271
2272 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2273 (main): Ditto.
2274
2275 2014-08-25 Doug Evans <dje@google.com>
2276
2277 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2278
2279 2014-08-24 Yao Qi <yao@codesourcery.com>
2280
2281 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2282 symbol off.
2283 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2284
2285 2014-08-22 Doug Evans <dje@google.com>
2286
2287 PR 17276
2288 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2289 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2290 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2291
2292 2014-08-22 Yao Qi <yao@codesourcery.com>
2293
2294 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2295 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2296 * gdb.python/python.exp: Likewise. Use .py file on the host
2297 instead of the build.
2298
2299 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2300
2301 * gdb.threads/gcore-stale-thread.c: New file.
2302 * gdb.threads/gcore-stale-thread.exp: New file.
2303
2304 2014-08-21 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2307 * gdb.base/gcore-relro-pie.exp: Likewise.
2308 * gdb.base/gcore-relro.exp: Likewise.
2309 * gdb.base/gcore.exp: Likewise.
2310 * gdb.base/print-symbol-loading.exp: Likewise.
2311 * gdb.threads/gcore-thread.exp: Likewise.
2312 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2313
2314 2014-08-20 Pedro Alves <palves@redhat.com>
2315 Jan Kratochvil <jan.kratochvil@redhat.com>
2316
2317 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2318 configure.
2319 (EXPECT): Handle READ1 being set.
2320 (all): Depend on EXTRA_RULES.
2321 (check-read1, expect-read1, read1.so, read1): New rules.
2322 * README (Testsuite Parameters): Document the READ1 make variable.
2323 (Race detection): New section.
2324 * configure: Regenerate.
2325 * configure.ac: If build==host==target, and running under a
2326 GNU/glibc system, add read1 to the extra Makefile rules.
2327 (EXTRA_RULES): AC_SUBST it.
2328 * lib/read1.c: New file.
2329
2330 2014-08-20 Joel Brobecker <brobecker@adacore.com>
2331
2332 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2333 the handling of variables declared as a typedef to an array
2334 which a DW_AT_data_location attribute.
2335
2336 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
2337 Pedro Alves <palves@redhat.com>
2338
2339 PR symtab/14604
2340 PR symtab/14605
2341 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2342 gdb_test.
2343
2344 2014-08-19 Pedro Alves <palves@redhat.com>
2345
2346 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2347
2348 2014-08-19 Yao Qi <yao@codesourcery.com>
2349
2350 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2351 right line.
2352
2353 2014-08-18 David Blaikie <dblaikie@gmail.com>
2354
2355 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2356
2357 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2358
2359 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2360 attribute in array range.
2361
2362 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2365
2366 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2367
2368 PR c++/17132
2369 * gdb.cp/pr17132.cc: New file.
2370 * gdb.cp/pr17132.exp: New file.
2371
2372 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2373
2374 * gdb.python/py-xmethods.py (A_getarrayind)
2375 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2376 Use 'print' with function call syntax.
2377 (E_method_matcher.match): Fix tab vs space indentation mixup.
2378
2379 2014-08-15 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2382 false.
2383
2384 2014-08-15 Yao Qi <yao@codesourcery.com>
2385
2386 * gdb.cp/casts.exp: Set print symbol off.
2387 * gdb.cp/class2.exp: Likewise.
2388 * gdb.cp/overload.exp: Likewise.
2389 * gdb.cp/templates.exp: Likewise.
2390
2391 2014-08-11 Doug Evans <dje@google.com>
2392
2393 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2394 (test_load_shlib): Update.
2395
2396 2014-08-09 Yao Qi <yao@codesourcery.com>
2397
2398 * gdb.base/display.exp: Invoke is_address_zero_readable.
2399 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2400 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2401 * gdb.base/hbreak-unmapped.exp: Return if
2402 is_address_zero_readable returns true.
2403 * gdb.base/signest.exp: Likewise.
2404 * gdb.base/signull.exp: Likewise.
2405 * gdb.base/sigbpt.exp: Likewise.
2406 * gdb.guile/scm-disasm.exp: Do the test if
2407 is_address_zero_readable returns false.
2408 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2409 * gdb.python/py-arch.exp: Likewise.
2410 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2411 * lib/gdb.exp (is_address_zero_readable): New proc.
2412
2413 2014-08-09 Yao Qi <yao@codesourcery.com>
2414
2415 PR testsuite/13443
2416 * gdb.mi/mi-var-display.exp: Make test messages unique.
2417
2418 2014-08-04 Tom Tromey <tromey@redhat.com>
2419
2420 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2421 target 0".
2422
2423 2014-08-04 Tom Tromey <tromey@redhat.com>
2424
2425 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2426 "target_resume".
2427
2428 2014-08-01 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2431 inner_vla_struct_object_size.
2432 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2433 as xfail.
2434
2435 2014-07-30 Pedro Alves <palves@redhat.com>
2436
2437 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2438 comment.
2439
2440 2014-07-29 Yao Qi <yao@codesourcery.com>
2441
2442 PR gdb/17206
2443 * gdb.base/until-nodebug.exp: New.
2444
2445 2014-07-28 Doug Evans <xdje42@gmail.com>
2446
2447 PR guile/17203
2448 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2449 previously existing parameter, and previously ambiguously spelled
2450 parameter.
2451
2452 2014-07-28 Will Newton <will.newton@linaro.org>
2453
2454 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2455
2456 2014-07-26 Ludovic Courtès <ludo@gnu.org>
2457 Doug Evans <xdje42@gmail.com>
2458
2459 PR guile/17146
2460 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2461
2462 2014-07-25 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.threads/signal-command-handle-nopass.c: New file.
2465 * gdb.threads/signal-command-handle-nopass.exp: New file.
2466 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2467 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2468 * gdb.threads/signal-delivered-right-thread.c: New file.
2469 * gdb.threads/signal-delivered-right-thread.exp: New file.
2470
2471 2014-07-25 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/double-prompt-target-event-error.exp
2474 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2475 match.
2476 (cancel_pagination_in_target_event): Rework double prompt
2477 detection.
2478 * gdb.base/paginate-after-ctrl-c-running.exp
2479 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2480 <return>' match.
2481 * gdb.base/paginate-bg-execution.exp
2482 (test_bg_execution_pagination_return)
2483 (test_bg_execution_pagination_cancel): Remove '-notransfer
2484 <return>' matches.
2485 * gdb.base/paginate-execution-startup.exp
2486 (test_fg_execution_pagination_return)
2487 (test_fg_execution_pagination_cancel): Remove '-notransfer
2488 <return>' matches.
2489 * gdb.base/paginate-inferior-exit.exp
2490 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2491 match.
2492 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2493 * lib/gdb.exp (pagination_prompt): Run text through
2494 string_to_regexp.
2495 (gdb_test_multiple): Match $pagination_prompt instead of
2496 "<return>".
2497 (string_to_regexp): Move to lib/gdb-utils.exp.
2498
2499 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2500
2501 * gdb.arch/amd64-entry-value-paramref.S: New file.
2502 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2503 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2504 * gdb.arch/amd64-optimout-repeat.S: New file.
2505 * gdb.arch/amd64-optimout-repeat.c: New file.
2506 * gdb.arch/amd64-optimout-repeat.exp: New file.
2507
2508 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 PR gdb/17170
2511 * gdb.base/statistics.exp: New file.
2512
2513 2014-07-17 Doug Evans <dje@google.com>
2514
2515 PR gdb/17170
2516 * gdb.base/maint.exp: Update testing of per-command stats.
2517
2518 2014-07-16 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2521 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2522 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2523 (tfile_write_buf): New functions.
2524 (add_memory_block): Rewrite using the above.
2525 (adjust_function_address): New function.
2526 (FUNCTION_ADDRESS): New macro.
2527 (write_basic_trace_file): Remove short_x local, and use
2528 tfile_write_16. Change type of func_addr local to unsigned long
2529 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2530 here. Cast argument of add_memory_block to char pointer.
2531 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2532 (main): Remove parameters.
2533 * gdb.trace/tfile.exp: Remove nowarnings.
2534
2535 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2536
2537 * gdb.base/debug-expr.exp: Test string evaluation with
2538 "debug expression" on.
2539
2540 2014-07-15 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/reread.exp: Use clean_restart.
2543
2544 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2545
2546 * gdb.arch/avr-flash-qualifer.c: New.
2547 * gdb.arch/avr-flash-qualifer.exp: New.
2548
2549 2014-07-14 Pedro Alves <palves@redhat.com>
2550
2551 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2552 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2553
2554 2014-07-14 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.base/double-prompt-target-event-error.c: New file.
2557 * gdb.base/double-prompt-target-event-error.exp: New file.
2558
2559 2014-07-14 Pedro Alves <palves@redhat.com>
2560
2561 PR gdb/17072
2562 * gdb.base/paginate-inferior-exit.c: New file.
2563 * gdb.base/paginate-inferior-exit.exp: New file.
2564
2565 2014-07-14 Pedro Alves <palves@redhat.com>
2566
2567 PR gdb/17072
2568 * gdb.base/paginate-bg-execution.c: New file.
2569 * gdb.base/paginate-bg-execution.exp: New file.
2570
2571 2014-07-14 Pedro Alves <palves@redhat.com>
2572
2573 PR gdb/17072
2574 * gdb.base/paginate-execution-startup.c: New file.
2575 * gdb.base/paginate-execution-startup.exp: New file.
2576 * lib/gdb.exp (pagination_prompt): New global.
2577 (default_gdb_spawn): New procedure, factored out from
2578 default_gdb_spawn.
2579 (default_gdb_start): Adjust to call default_gdb_spawn.
2580 (gdb_spawn): New procedure.
2581
2582 2014-07-14 Pedro Alves <palves@redhat.com>
2583
2584 * lib/gdb.exp (gdb_assert): New procedure.
2585 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2586
2587 2014-07-14 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/execution-termios.c: New file.
2590 * gdb.base/execution-termios.exp: New file.
2591
2592 2014-07-14 Tom Tromey <tromey@redhat.com>
2593
2594 * gdb.cp/vla-cxx.cc: New file.
2595 * gdb.cp/vla-cxx.exp: New file.
2596
2597 2014-07-14 Tom Tromey <tromey@redhat.com>
2598
2599 * gdb.reverse/rerun-prec.c: New file.
2600 * gdb.reverse/rerun-prec.exp: New file.
2601
2602 2014-07-12 Maciej W. Rozycki <macro@mips.com>
2603 Maciej W. Rozycki <macro@codesourcery.com>
2604
2605 * lib/gdb-utils.exp: New file.
2606 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2607 inline `gdb_init_command' processing.
2608 (gdb_start_cmd): Likewise.
2609 * lib/mi-support.exp (mi_run_cmd): Likewise.
2610 * README: Document `gdb_init_command' and `gdb_init_commands'.
2611
2612 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 Fix false FAIL running under a very long directory name.
2615 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2616 and "set print elements 10000". Twice.
2617
2618 2014-07-11 Yao Qi <yao@codesourcery.com>
2619
2620 * gdb.base/exprs.exp: "set print symbol off".
2621
2622 2014-07-11 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.threads/kill.c: New file.
2625 * gdb.threads/kill.exp: New file.
2626
2627 2014-07-10 Yao Qi <yao@codesourcery.com>
2628
2629 * gdb.trace/tfile.c (write_basic_trace_file)
2630 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2631 address written to trace file.
2632
2633 2014-07-09 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.base/attach-wait-input.exp: New file.
2636 * gdb.base/attach-wait-input.c: New file.
2637
2638 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2641 setting up test structures.
2642 (main): Call new test function.
2643 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2644 test function, continue into test function and walk test
2645 structures.
2646
2647 2014-07-02 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2650 'bar_start' at the beginning of functions 'foo' and 'bar'
2651 respectively.
2652 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2653 instead of 'foo' and 'bar'.
2654
2655 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2656
2657 * gdb.btrace/segv.exp: New.
2658 * gdb.btrace/segv.c: New.
2659
2660 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
2661
2662 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2663 instruction.
2664
2665 2014-06-30 Mark Wielaard <mjw@redhat.com>
2666
2667 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2668 vulture, vilify, villar): New volatile array constants.
2669 (vindictive, vegetation): New const volatile array constants.
2670 * gdb.base/volatile.exp: Test volatile and const volatile array
2671 types.
2672
2673 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2674
2675 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2676 target lacks support for awatch, rwatch, or hbreak.
2677
2678 2014-06-27 Yao Qi <yao@codesourcery.com>
2679
2680 * gdb.multi/dummy-frame-restore.exp: New.
2681 * gdb.multi/dummy-frame-restore.c: New.
2682
2683 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2684
2685 * gdb.btrace/gcore.exp: New.
2686
2687 2014-06-23 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/watchpoint-reuse-slot.c: New file.
2690 * gdb.base/watchpoint-reuse-slot.exp: New file.
2691
2692 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2693
2694 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2695 progspace's filename in 'info', 'enable' and 'disable' command
2696 tests.
2697
2698 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2701 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2702 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2703
2704 2014-06-20 Gary Benson <gbenson@redhat.com>
2705
2706 * gdb.arch/i386-avx.exp: Fix include file location.
2707 * gdb.arch/i386-sse.exp: Likewise.
2708
2709 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2710
2711 * gdb.dlang/expression.exp: New file.
2712
2713 2014-06-19 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2716 out from ...
2717 (top level): ... here. Iterate running tests under different
2718 scheduler-locking settings.
2719
2720 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
2721
2722 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2723 to DW_FORM_addr and use non-zero addresses.
2724
2725 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2726
2727 PR gdb/17017
2728 * gdb.python/py-xmethods.cc: Add global function call counters and
2729 increment them in their respective functions. Remove "cout"
2730 statements.
2731 * gdb.python/py-xmethods.exp: Make tests check the global function
2732 call counters instead of depending on inferior IO.
2733
2734 2014-06-18 Don Breazeal <donb@codesourcery.com>
2735
2736 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2737 Deleted procedure.
2738 (explicit_fork_parent_follow): Deleted procedure.
2739 (explicit_fork_child_follow): Deleted procedure.
2740 (test_follow_fork): New procedure.
2741 (do_fork_tests): Replace calls to deleted procedures with
2742 calls to test_follow_fork and reset GDB for subsequent
2743 procedure calls.
2744
2745 2014-06-17 Yao Qi <yao@codesourcery.com>
2746
2747 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2748 CP1252.
2749
2750 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
2751
2752 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2753 Initialize ptr and S explicitly.
2754 (skip_type_update_when_not_use_rtti_test): Likewise.
2755
2756 2014-06-16 Keith Seitz <keiths@redhat.com>
2757
2758 PR mi/15863
2759 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2760 the inferior is started.
2761
2762 2014-06-16 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.base/break-main-file-remove-fail.c: New file.
2765 * gdb.base/break-main-file-remove-fail.exp: New file.
2766 * gdb.base/break-unload-file.exp: Use build_executable instead of
2767 prepare_for_testing.
2768 (test_break): New parameter "initial_load". Handle it.
2769 (top level): Add initial_load cmdline/file axis.
2770
2771 2014-06-12 Tom Tromey <tromey@redhat.com>
2772
2773 * gdb.base/completion.exp: Don't use directory name in test.
2774
2775 2014-06-09 Gary Benson <gbenson@redhat.com>
2776
2777 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2778 separate the always-available ANSI-standard signals from the
2779 signals that require checking.
2780 (main): Likewise.
2781 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2782 Likewise.
2783 (main): Likewise.
2784
2785 2014-06-07 Keith Seitz <keiths@redhat.com>
2786
2787 Revert:
2788 PR c++/16253
2789 * gdb.cp/var-tag.cc: New file.
2790 * gdb.cp/var-tag.exp: New file.
2791 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2792 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2793 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2794 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2795
2796 2014-06-06 Doug Evans <xdje42@gmail.com>
2797
2798 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2799
2800 2014-06-06 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2803 in target debug output instead of looking at RSP packets,
2804 disabling the test on any target that uses hardware stepping.
2805 Update comments.
2806
2807 2014-06-06 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/break-unload-file.exp: Fix typo.
2810
2811 2014-06-06 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2814 from "jit_function" to "^jit_function".
2815
2816 2014-06-06 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.base/async.c (foo): Add one statement.
2819 * gdb.base/async.exp: Get the next instruction address and
2820 match the output of "nexti" by instruction address. Match
2821 the hex address in the output of "finish".
2822
2823 2014-06-06 Gary Benson <gbenson@redhat.com>
2824
2825 * gdb.base/call-signals.c: Remove preprocessor conditionals
2826 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2827 SIGSEGV and SIGTERM.
2828 * gdb.base/sigall.c: Likewise.
2829 * gdb.base/unwindonsignal.c: Likewise.
2830 * gdb.reverse/sigall-reverse.c: Likewise.
2831
2832 2014-06-06 Yao Qi <yao@codesourcery.com>
2833
2834 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2835 readable, skip the test.
2836
2837 2014-06-06 Yao Qi <yao@codesourcery.com>
2838
2839 * gdb.threads/staticthreads.c (thread_function): Move the line
2840 setting breakpoint on forward.
2841 * gdb.threads/staticthreads.exp: Update comments.
2842
2843 2014-06-05 Ludovic Courtès <ludo@gnu.org>
2844
2845 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2846 "history-append! type error".
2847
2848 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2849
2850 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2851 erroneous dprintf expected input.
2852
2853 2014-06-04 Doug Evans <xdje42@gmail.com>
2854
2855 * gdb.guile/scm-generics.exp: Delete.
2856
2857 2014-06-04 Doug Evans <xdje42@gmail.com>
2858
2859 * gdb.guile/scm-breakpoint.exp: Update.
2860 Add tests for breakpoint registration.
2861
2862 2014-06-04 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2865 VLA-in-union.
2866 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2867 inner_vla_struct, vla_union types. Initialize objects of those
2868 types and compute their sizes.
2869
2870 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2871 Hui Zhu <hui@codesourcery.com>
2872
2873 * gdb.base/fileio.exp: Add test for shell not available as well as
2874 available.
2875 * gdb.base/fileio.c (test_system): Check for shell twice.
2876
2877 2014-06-04 Yao Qi <yao@codesourcery.com>
2878
2879 * gdb.base/auto-connect-native-target.exp: Remove redundant
2880 space from the regexp pattern.
2881
2882 2014-06-04 Yao Qi <yao@codesourcery.com>
2883
2884 * gdb.base/default.exp: Replace "child" with "native" in
2885 regexp pattern.
2886
2887 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2888
2889 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2890 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2891 * gdb.python/py-xmethods.py: Python script supporting the
2892 new testcase and tests.
2893
2894 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2895 Pedro Alves <palves@redhat.com>
2896
2897 PR breakpoints/17000
2898 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2899 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2900
2901 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2902
2903 * gdb.base/subst.exp: Add tests to verify partial path matching
2904 output.
2905
2906 2014-06-03 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2909 target that doesn't use software single-stepping.
2910
2911 2014-06-03 Pedro Alves <palves@redhat.com>
2912
2913 PR breakpoints/17000
2914 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2915 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2916
2917 2014-06-02 Doug Evans <xdje42@gmail.com>
2918
2919 * gdb.guile/scm-parameter.exp: New file.
2920
2921 2014-06-02 Doug Evans <xdje42@gmail.com>
2922
2923 * gdb.guile/scm-cmd.c: New file.
2924 * gdb.guile/scm-cmd.exp: New file.
2925
2926 2014-06-02 Doug Evans <xdje42@gmail.com>
2927
2928 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2929 pretty-printer lookup.
2930 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2931 (make-pp_s-printer): Call it.
2932 (make-pretty-printer-from-dict): New function.
2933 (lookup-pretty-printer-maker-from-dict): New function.
2934 (*pretty-printer*): Simplify.
2935 (make-objfile-pp_s-printer): New function.
2936 (install-objfile-pretty-printers!): New function.
2937 (make-progspace-pp_s-printer): New function.
2938 (install-progspace-pretty-printers!): New function.
2939 * gdb.guile/scm-progspace.c: New file.
2940 * gdb.guile/scm-progspace.exp: New file.
2941
2942 2014-06-02 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/dprintf-bp-same-addr.c: New file.
2945 * gdb.base/dprintf-bp-same-addr.exp: New file.
2946
2947 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2948
2949 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2950 * gdb.arch/powerpc-power.s: Likewise.
2951
2952 2014-06-02 Joel Brobecker <brobecker@adacore.com>
2953
2954 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2955
2956 2014-06-01 Yao Qi <yao@codesourcery.com>
2957
2958 * gdb.base/watchpoint.exp (test_watch_location): Check null
2959 pointer can be dereferenced. If not, do the test, otherwise
2960 skip it.
2961
2962 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2963
2964 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2965 results.
2966 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2967
2968 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2969
2970 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2971 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2972 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2973 * gdb.arch/amd64-invalid-stack-top.c: New file.
2974 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2975
2976 2014-05-30 Pedro Alves <palves@redhat.com>
2977
2978 PR breakpoints/17000
2979 * gdb.base/sss-bp-on-user-bp.c: New file.
2980 * gdb.base/sss-bp-on-user-bp.exp: New file.
2981
2982 2014-05-30 David Blaikie <dblaikie@gmail.com>
2983
2984 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
2985 gnu_inline semantics via attribute.
2986 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
2987 source explicitly specifies the required semantics.
2988
2989 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2990
2991 * gdb.reverse/sigall-reverse.exp: Fix a typo.
2992
2993 2014-05-29 Pedro Alves <palves@redhat.com>
2994 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.base/async-shell.exp: Don't enable target-async.
2997 * gdb.base/async.exp
2998 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
2999 parameter. Adjust.
3000 (top level): Don't test with "target-async".
3001 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3002 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3003 * gdb.base/inferior-died.exp: Don't enable target-async.
3004 * gdb.base/interrupt-noterm.exp: Likewise.
3005 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3006 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3007 * gdb.mi/mi-nonstop.exp: Likewise.
3008 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3009 * gdb.mi/mi-nsintrall.exp: Likewise.
3010 * gdb.mi/mi-nsmoribund.exp: Likewise.
3011 * gdb.mi/mi-nsthrexec.exp: Likewise.
3012 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3013 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3014 * gdb.python/py-evsignal.exp: Don't enable target-async.
3015 * gdb.python/py-evthreads.exp: Likewise.
3016 * gdb.python/py-prompt.exp: Likewise.
3017 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3018 * gdb.server/solib-list.exp: Don't enable target-async.
3019 * gdb.threads/thread-specific-bp.exp: Likewise.
3020 * lib/mi-support.exp: Adjust to use mi-async.
3021
3022 2014-05-29 Pedro Alves <palves@redhat.com>
3023
3024 PR gdb/13860
3025 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3026 reason, even in sync mode.
3027
3028 2014-05-29 Pedro Alves <palves@redhat.com>
3029 Hui Zhu <hui@codesourcery.com>
3030
3031 PR PR15693
3032 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3033 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3034 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3035 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3036
3037 2014-05-28 Joel Brobecker <brobecker@adacore.com>
3038
3039 * config/monitor.exp (gdb_target_monitor): Replace use of
3040 "set remotebaud" by "set serial baud".
3041
3042 2014-05-26 Andy Wingo <wingo@igalia.com>
3043
3044 * gdb.guile/scm-breakpoint.exp:
3045 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3046 properties instead of gdb-object-properties.
3047
3048 2014-05-26 Yao Qi <yao@codesourcery.com>
3049
3050 * gdb.server/no-thread-db.exp: Specify source file name
3051 explicitly when setting a breakpoint.
3052
3053 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3054
3055 * gdb.btrace/vdso.c: New.
3056 * gdb.btrace/vdso.exp: New.
3057
3058 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3059
3060 * gdb.base/gcore.exp (capture_command_output): Move ...
3061 * lib/gdb.exp (capture_command_output): ... here.
3062
3063 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3064
3065 * gdb.btrace/data.exp: Test memory access during btrace replay.
3066
3067 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3070
3071 2014-05-21 Pedro Alves <palves@redhat.com>
3072
3073 PR gdb/13860
3074 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3075 (top level): Test that output related to execution commands is
3076 sent to the console with CLI commands, but not with MI commands.
3077 Test that breakpoint events are always mirrored to the console.
3078 Also expect the new source line to be output after a "next" in
3079 async mode too. Make it a pass/fail test.
3080 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3081 output.
3082 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3083
3084 2014-05-21 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3087 Use them to test variations of "list" after reaching a breakpoint.
3088 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3089 Test "list" with listsize 10 after reaching a breakpoint.
3090 * gdb.python/python.exp (decode_line current location line
3091 number): Adjust expected line number.
3092
3093 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3094
3095 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3096 behavior for $args, pass it directly to "run".
3097
3098 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3099
3100 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3101 30000 to 65536.
3102
3103 2014-05-21 Pedro Alves <palves@redhat.com>
3104
3105 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3106 auto-connect-native-target off".
3107 * gdb.base/auto-connect-native-target.c: New file.
3108 * gdb.base/auto-connect-native-target.exp: New file.
3109
3110 2014-05-21 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/default.exp: Test "target native" instead of "target
3113 child".
3114
3115 2014-05-21 Mark Wielaard <mjw@redhat.com>
3116
3117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3118
3119 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 Fix TLS access for -static -pthread.
3122 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3123 <HAVE_TLS> (thread_function, main): Initialize it.
3124 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3125 Add clean_restart.
3126 <$have_tls != "">: Check TLSVAR.
3127
3128 2014-05-21 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.base/dcache-line-read-error.c: New.
3131 * gdb.base/dcache-line-read-error.exp: New.
3132
3133 2014-05-20 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/compare-sections.c: New file.
3136 * gdb.base/compare-sections.exp: New file.
3137
3138 2014-05-20 Pedro Alves <palves@redhat.com>
3139
3140 * gdb.base/break-idempotent.c: New file.
3141 * gdb.base/break-idempotent.exp: New file.
3142
3143 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3144
3145 * gdb.btrace/nohist.exp: New.
3146
3147 2014-05-20 Yao Qi <yao@codesourcery.com>
3148
3149 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3150 gdb.reverse directory and gdb_reverse_timeout exists in board
3151 setting.
3152 * README: Document gdb_reverse_timeout.
3153
3154 2014-05-20 Yao Qi <yao@codesourcery.com>
3155
3156 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3157 'test_file_name'. Treat args as a string instead of a list.
3158 (gdb_init): Rename argument 'args' by 'test_file_name'.
3159
3160 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3161
3162 * gdb.arch/powerpc-power.exp: New file.
3163 * gdb.arch/powerpc-power.s: New file.
3164
3165 2014-05-16 Doug Evans <dje@google.com>
3166
3167 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
3168 * gdb.base/completion.exp: Check that all expected files exist
3169 before doing file completion.
3170
3171 2014-05-16 Doug Evans <dje@google.com>
3172
3173 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3174 Update.
3175 (do_syscall_tests_without_xml): Update.
3176
3177 2014-05-16 Pedro Alves <palves@redhat.com>
3178
3179 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3180 instead of "unknown output after running".
3181
3182 2014-05-16 Yao Qi <yao@codesourcery.com>
3183
3184 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3185 file1.txt from host at the end.
3186 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3187
3188 2014-05-15 Doug Evans <dje@google.com>
3189
3190 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3191 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3192 loading file. Add test for TU lookup.
3193
3194 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3195
3196 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3197 calling "-exec-arguments" or "set args" before running the
3198 inferior.
3199
3200 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3201
3202 * lib/mi-support.exp (mi_expect_stop): Expect message for
3203 inferiors that exit with non-zero exit code.
3204
3205 2014-05-14 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3208 match absolute path on remote host.
3209 (test_file_list_exec_source_files): Remove "/" from the
3210 pattern.
3211
3212 2014-05-14 Yao Qi <yao@codesourcery.com>
3213
3214 * boards/local-remote-host-notty.exp (${board}_file): New
3215 proc.
3216
3217 2014-05-07 Kyle McMartin <kyle@redhat.com>
3218
3219 Pushed by Joel Brobecker <brobecker@adacore.com>.
3220 * gdb.arch/aarch64-atomic-inst.c: New file.
3221 * gdb.arch/aarch64-atomic-inst.exp: New file.
3222
3223 2014-05-07 Yao Qi <yao@codesourcery.com>
3224
3225 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3226 in current context" too.
3227
3228 2014-05-05 Keith Seitz <keiths@redhat.com>
3229
3230 * gdb.linespec/ls-dollar.exp: Add test for linespec
3231 file:convenience_variable.
3232
3233 2014-05-05 Yao Qi <yao@codesourcery.com>
3234
3235 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3236 traceframes into tfile and ctf trace files. Read data from
3237 trace file and test collected data.
3238 (gdb_collect_locals_test): Likewise.
3239 (gdb_unavailable_registers_test): Likewise.
3240 (gdb_unavailable_floats): Likewise.
3241 (gdb_collect_globals_test): Likewise.
3242 (top-level): Append "ctf" to trace_file_targets if GDB
3243 supports.
3244
3245 2014-05-05 Yao Qi <yao@codesourcery.com>
3246
3247 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3248 code to ...
3249 (gdb_collect_args_test_1): ... it. New proc.
3250 (gdb_collect_locals_test): Move some code to ...
3251 (gdb_collect_locals_test_1): ... it. New proc.
3252 (gdb_unavailable_registers_test): Move some code to ...
3253 (gdb_unavailable_registers_test_1): ... it. New proc.
3254 (gdb_unavailable_floats): Move some code to ...
3255 (gdb_unavailable_floats_1): ... it. New proc.
3256
3257 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3258
3259 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3260 probes to test for bitness recognition.
3261 * gdb.arch/amd64-stap-optional-prefix.exp
3262 (test_probe_value_without_reg): New procedure.
3263 Add code to test for different kinds of bitness.
3264
3265 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3266
3267 PR breakpoints/16889
3268 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3269 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3270
3271 2014-05-01 Pedro Alves <palves@redhat.com>
3272
3273 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3274 gdb_file_cmd if no file is specified.
3275 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3276 last_loaded_file to set the remote exec-file.
3277
3278 2014-05-01 Pedro Alves <palves@redhat.com>
3279
3280 * boards/local-remote-host.exp: New file.
3281
3282 2014-05-01 Pedro Alves <palves@redhat.com>
3283
3284 * boards/local-remote-host.exp: Rename to ...
3285 * boards/local-remote-host-notty.exp: ... this.
3286
3287 2014-04-28 Joel Brobecker <brobecker@adacore.com>
3288
3289 * gdb.ada/dyn_arrayidx: New testcase.
3290
3291 2014-04-26 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3294 and compute the length of function main. Save it in
3295 $main_length.
3296 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3297 (top-level): Use gdb_compile to compile objects into
3298 executable and restart GDB. Remove invocation to
3299 prepare_for_testing.
3300
3301 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3302 Pedro Alves <palves@redhat.com>
3303
3304 PR server/16255
3305 * gdb.multi/multi-attach.c: New file.
3306 * gdb.multi/multi-attach.exp: New file.
3307
3308 2014-04-25 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3311 user.
3312 (top level): Test that "set remote conditional-breakpoints-packet
3313 off" works as intended.
3314 * gdb.base/dprintf.exp: Test that "set remote
3315 breakpoint-commands-packet off" works as intended.
3316 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3317 New function.
3318 (top level): Call it.
3319 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3320 remote fast-tracepoints-packet off" works as intended.
3321 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3322 * lib/gdb.exp (gdb_is_target_remote): ... here.
3323
3324 2014-04-24 David Blaikie <dblaikie@gmail.com>
3325
3326 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3327 ensure clang would not discard them.
3328 * gdb.base/gdbvars.c: Ditto.
3329 * gdb.base/memattr.c: Ditto.
3330 * gdb.base/whatis.c: Ditto.
3331 * gdb.python/py-prettyprint.c: Ditto.
3332 * gdb.trace/actions.c: Ditto.
3333 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3334 ensure clang would not discard it.
3335
3336 2014-04-24 David Blaikie <dblaikie@gmail.com>
3337
3338 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3339 clang to emit the full definition of type required by the test
3340 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3341
3342 2014-04-24 David Blaikie <dblaikie@gmail.com>
3343
3344 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3345 coax Clang into emitting the definition of the type.
3346 * gdb.cp/pr10728-x.h (y): Ditto.
3347 * gdb.cp/pr10728-y.cc (y): Ditto.
3348
3349 2014-04-24 David Blaikie <dblaikie@gmail.com>
3350
3351 * gdb.base/label.exp: XFAIL label related tests under Clang.
3352 * gdb.cp/cplabel.exp: Ditto.
3353 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3354 under Clang those using labels.
3355
3356 2014-04-25 Yao Qi <yao@codesourcery.com>
3357
3358 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3359 double_label.
3360 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3361 partial_label and double_label.
3362
3363 2014-04-24 David Blaikie <dblaikie@gmail.com>
3364
3365 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3366
3367 2014-04-24 David Blaikie <dblaikie@gmail.com>
3368
3369 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3370 of the function to work across GCC and Clang.
3371 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3372 pointer types (const void ** const V void **).
3373
3374 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3375 Walfred Tedeschi <walfred.tedeschi@intel.com>
3376
3377 * Makefile.in (EXECUTABLES): Added i386-avx512.
3378 * gdb.arch/i386-avx512.c: New file.
3379 * gdb.arch/i386-avx512.exp: Likewise.
3380
3381 2014-04-23 Keith Seitz <keiths@redhat.com>
3382
3383 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3384 (mi_make_breakpoint_table): New procedure.
3385 (mi_create_breakpoint): Use mi_make_breakpoint
3386 and return the result.
3387 (mi_make_breakpoint): New procedure.
3388 (mi_build_kv_pairs): New procedure.
3389
3390 * gdb.mi/mi-break.exp: Remove unused globals,
3391 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3392 All callers updated.
3393 * gdb.mi/mi-dprintf.exp: Use variable to track command
3394 number.
3395 Update all callers of mi_create_breakpoint and use
3396 mi_make_breakpoint_table.
3397 Remove any unused global variables.
3398 * gdb.mi/mi-nonstop.exp: Likewise.
3399 * gdb.mi/mi-nsintrall.exp: Likewise.
3400 * gdb.mi/mi-nsmoribund.exp: Likewise.
3401 * gdb.mi/mi-nsthrexec.exp: Likewise.
3402 * gdb.mi/mi-reverse.exp: Likewise.
3403 * gdb.mi/mi-simplerun.exp: Likewise.
3404 * gdb.mi/mi-stepn.exp: Likewise.
3405 * gdb.mi/mi-syn-frame.exp: Likewise.
3406 * gdb.mi/mi-until.exp: Likewise.
3407 * gdb.mi/mi-var-cp.exp: Likewise.
3408 * gdb.mi/mi-var-display.exp: Likewise.
3409 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3410 * gdb.mi/mi2-var-child.exp: Likewise.
3411 * gdb.mi/mi-vla-c99.exp: Likewise.
3412 * lib/mi-support.exp: Likewise.
3413
3414 From Ian Lance Taylor <iant@cygnus.com>:
3415 * lib/gdb.exp (parse_args): New procedure.
3416
3417 2014-04-23 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/break-unload-file.c: New file.
3420 * gdb.base/break-unload-file.exp: New file.
3421 * gdb.base/sym-file-lib.c (baz): New function.
3422 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3423 field.
3424 (load): Store the segment's mapped size.
3425 (unload): New function.
3426 (unload_shlib): New function.
3427 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3428 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3429 set a breakpoint at baz, and call it.
3430 * gdb.base/sym-file.exp: New tests for stale breakpoint
3431 instructions.
3432
3433 2014-04-23 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3436 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3437 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3438 * gdb.base/hbreak-unmapped.c: New file.
3439 * gdb.base/hbreak-unmapped.exp: New file.
3440 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3441 * lib/gdb.exp (gdb_is_target_remote): ... here.
3442
3443 2014-04-22 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/consecutive-step-over.c: New file.
3446 * gdb.base/consecutive-step-over.exp: New file.
3447
3448 2014-04-22 Pedro Alves <palves@redhat.com>
3449
3450 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3451 instead of send_gdb/gdb_expect.
3452
3453 2014-04-22 Yao Qi <yao@codesourcery.com>
3454
3455 * lib/trace-support.exp (generate_tracefile): New procedure.
3456 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3457 return 0.
3458 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3459 if generate_tracefile returns 1.
3460
3461 2014-04-18 Tom Tromey <palves@redhat.com>
3462 Pedro alves <tromey@redhat.com>
3463
3464 PR backtrace/15558
3465 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3466 with a backtrace limit.
3467 * gdb.python/py-frame-inline.exp: Test running to an inline
3468 function with a backtrace limit, and printing the newest frame.
3469 * gdb.python/py-frame-inline.c (main): Call f.
3470
3471 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3472
3473 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3474
3475 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3476
3477 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3478 Drop prefix from unsupported source file path.
3479
3480 2014-04-17 Yao Qi <yao@codesourcery.com>
3481
3482 * lib/gdb.exp (with_target_charset): New proc.
3483 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3484 with_target_charset.
3485 (test_print_strings): Likewise.
3486 (test_repeat_bytes): Likewise.
3487 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3488 for some tests.
3489
3490 2014-04-16 Keith Seitz <keiths@redhat.com>
3491
3492 PR gdb/15827
3493 * gdb.dwarf2/corrupt.c: New file.
3494 * gdb.dwarf2/corrupt.exp: New file.
3495
3496 2014-04-16 Keith Seitz <keiths@redhat.com>
3497
3498 PR c++/16597
3499 * gdb.cp/namelessclass.cc: New file.
3500 * gdb.cp/namelessclass.exp: New file.
3501 * gdb.cp/namelessclass.S: New file.
3502
3503 2014-04-16 Doug Evans <dje@google.com>
3504
3505 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3506 Add comment.
3507 (gdbserver_default_get_comm_port): New function.
3508 (gdbserver_start): Check if board file provided
3509 "gdbserver,get_comm_port" and use it if so.
3510 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3511 (gdb,socketport): Set to "stdio".
3512 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3513 (stdio_gdbserver_template): Delete.
3514 (${board}_get_remote_address): Update.
3515 (${board}_build_remote_cmd): Delete.
3516 (${board}_get_comm_port): New function.
3517 (${board}_spawn): Update.
3518 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3519 Delete.
3520 (${board}_get_remote_address): Update.
3521 (${board}_get_comm_port): New function.
3522
3523 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
3524
3525 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3526 appearing in any order.
3527
3528 2014-04-15 Doug Evans <dje@google.com>
3529
3530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3531 uninitialized value of "description".
3532
3533 2014-04-15 Keith Seitz <keiths@redhat.com>
3534
3535 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3536 Remove unused globals.
3537 (test_running_the_program): Likewise.
3538 (test_controlled_execution): Likewise.
3539 (test_controlling_breakpoints): Likewise.
3540 (test_program_termination): Likewise.
3541
3542 2014-04-15 Keith Seitz <keiths@redhat.com>
3543
3544 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3545 unused globals.
3546 (test_rbreak_creation_and_listing): Likewise.
3547 (test_ignore_count): Likewise.
3548 (test_error): Likewise.
3549
3550 2014-04-15 Pedro Alves <palves@redhat.com>
3551
3552 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3553 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3554 sym-file-loader.c.
3555 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3556 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3557 to sym-file-loader.c.
3558 (struct library): Forward declare.
3559 (load_shlib, lookup_function): Change prototypes.
3560 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3561 (translate_offset): Remove declarations.
3562 (get_text_addr): New declaration.
3563 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3564 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3565 sym-file-loader.h.
3566 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3567 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3568 here from sym-file-loader.h.
3569 (struct library): New structure.
3570 (load_shlib, lookup_function): Change prototypes and adjust to
3571 work with a struct library.
3572 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3573 (translate_offset): Make static.
3574 (get_text_addr): New function.
3575 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3576
3577 2014-04-15 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3580
3581 2014-04-15 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/sym-file-loader.c: Include <limits.h>.
3584 (SELF_LINK): New define.
3585 (get_origin): New function.
3586 (load_shlib): Use it.
3587 * gdb.base/sym-file.exp: Don't early return if the target is
3588 remote. Use runto_main, and issue fail is that fails. Use
3589 gdb_load_shlibs.
3590 (shlib_name): Delete.
3591 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3592
3593 2014-04-15 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/sym-file.exp: Remove regex characters from test
3596 message. Don't refer to breakpoint numbers in test messages.
3597
3598 2014-04-14 Keith Seitz <keiths@redhat.com>
3599
3600 PR c++/16253
3601 * gdb.cp/var-tag.cc: New file.
3602 * gdb.cp/var-tag.exp: New file.
3603 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3604 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3605 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3606 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3607
3608 2014-04-14 Tom Tromey <tromey@redhat.com>
3609
3610 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3611 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3612 type.
3613 * gdb.cp/enum-class.exp: New file.
3614 * gdb.cp/enum-class.cc: New file.
3615
3616 2014-04-14 Tom Tromey <tromey@redhat.com>
3617
3618 * gdb.dwarf2/enum-type.exp: New file.
3619
3620 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3621
3622 * gdb.mi/mi-vla-c99.exp: New file.
3623 * gdb.mi/vla.c: New file.
3624
3625 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3626
3627 * gdb.base/vla-datatypes.c: New file.
3628 * gdb.base/vla-datatypes.exp: New file.
3629
3630 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3631
3632 * gdb.base/vla-ptr.c: New file.
3633 * gdb.base/vla-ptr.exp: New file.
3634
3635 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3636
3637 * gdb.dwarf2/count.exp: New file.
3638
3639 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3640
3641 * gdb.base/vla-sideeffect.c: New file.
3642 * gdb.base/vla-sideeffect.exp: New file.
3643
3644 2014-04-14 David Blaikie <dblaikie@gmail.com>
3645
3646 * gdb.mi/non-stop.c: Add return value for non-void function return
3647 statement.
3648 * gdb.threads/staticthreads.c: Ditto.
3649
3650 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3651 Doug Evans <xdje42@gmail.com>
3652
3653 * gdb.guile/scm-value.c: Improve test case.
3654 * gdb.guile/scm-value.exp: Add new test.
3655
3656 2014-04-11 David Blaikie <dblaikie@gmail.com>
3657
3658 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3659 override Clang's default.
3660
3661 2014-04-11 Joel Brobecker <brobecker@adacore.com>
3662
3663 Revert the following changes (regressions):
3664
3665 * gdb.base/vla-sideeffect.c: New file.
3666 * gdb.base/vla-sideeffect.exp: New file.
3667
3668 * gdb.dwarf2/count.exp: New file.
3669
3670 * gdb.base/vla-multi.c: New file.
3671 * gdb.base/vla-multi.exp: New file.
3672
3673 * gdb.base/vla-ptr.c: New file.
3674 * gdb.base/vla-ptr.exp: New file.
3675
3676 * gdb.base/vla-datatypes.c: New file.
3677 * gdb.base/vla-datatypes.exp: New file.
3678
3679 * gdb.mi/mi-vla-c99.exp: New file.
3680 * gdb.mi/vla.c: New file.
3681
3682 2014-04-11 Keith Seitz <keiths@redhat.com>
3683
3684 PR c++/16675
3685 * gdb.cp/cpsizeof.exp: New file.
3686 * gdb.cp/cpsizeof.cc: New file.
3687
3688 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3689
3690 * gdb.mi/mi-vla-c99.exp: New file.
3691 * gdb.mi/vla.c: New file.
3692
3693 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3694
3695 * gdb.base/vla-datatypes.c: New file.
3696 * gdb.base/vla-datatypes.exp: New file.
3697
3698 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3699
3700 * gdb.base/vla-ptr.c: New file.
3701 * gdb.base/vla-ptr.exp: New file.
3702
3703 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3704
3705 * gdb.base/vla-multi.c: New file.
3706 * gdb.base/vla-multi.exp: New file.
3707
3708 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3709
3710 * gdb.dwarf2/count.exp: New file.
3711
3712 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3713
3714 * gdb.base/vla-sideeffect.c: New file.
3715 * gdb.base/vla-sideeffect.exp: New file.
3716
3717 2014-04-11 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.base/completion.exp: Check file exists before running tests
3720 on file completion.
3721
3722 2014-04-10 Pedro Alves <palves@redhat.com>
3723
3724 * gdb.base/cond-eval-mode.c: New file.
3725 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3726 prepare_for_testing to build the new file. Check result of
3727 runto_main.
3728 (test_break, test_watch): New procedures.
3729 (top level): Use them.
3730
3731 2014-04-08 Pierre Muller <muller@sourceware.org>
3732
3733 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3734 Ctrl-V use for mingw hosts.
3735
3736 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3737
3738 * gdb.python/py-value.c: Improve test case.
3739 * gdb.python/py-value.exp: Add new test.
3740
3741 2014-04-07 David Blaikie <dblaikie@gmail.com>
3742
3743 * lib/compiler.c: Identify the clang compiler.
3744 * lib/compiler.cc: Ditto.
3745
3746 2014-04-03 Yao Qi <yao@codesourcery.com>
3747
3748 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3749
3750 2014-04-01 Anton Blanchard <anton@samba.org>
3751
3752 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3753 messages unique.
3754
3755 2014-04-01 Anton Blanchard <anton@samba.org>
3756
3757 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3758 prepare_for_testing.
3759
3760 2014-04-01 Anton Blanchard <anton@samba.org>
3761
3762 * gdb.arch/ppc64-atomic-inst.c: Remove.
3763 * gdb.arch/ppc64-atomic-inst.S: New file.
3764 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3765
3766 2014-03-31 Doug Evans <dje@google.com>
3767
3768 * gdb.base/print-symbol-loading-lib.c: New file.
3769 * gdb.base/print-symbol-loading-main.c: New file.
3770 * gdb.base/print-symbol-loading.exp: New file.
3771
3772 2014-03-31 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3775
3776 2014-03-28 Joel Brobecker <brobecker@adacore.com>
3777
3778 * gdb.ada/mi_dyn_arr: New testcase.
3779
3780 2014-03-27 Doug Evans <dje@google.com>
3781
3782 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3783
3784 2014-03-27 Yao Qi <yao@codesourcery.com>
3785
3786 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3787 if target is nios2-*-*.
3788
3789 2014-03-26 Yao Qi <yao@codesourcery.com>
3790
3791 * lib/gdb.exp (readline_is_used): New proc.
3792 * gdb.base/completion.exp: Move tests on command complete up.
3793 Skip the rest of tests if readline is not used.
3794 * gdb.ada/complete.exp: Skp the test if readline is not
3795 used.
3796 * gdb.base/filesym.exp: Likewise.
3797 * gdb.base/macscp.exp: Likewise.
3798 * gdb.base/readline-ask.exp: Likewise.
3799 * gdb.base/readline.exp: Likewise.
3800 * gdb.python/py-cmd.exp: Likewise.
3801 * gdb.trace/tfile.exp: Likewise.
3802
3803 2014-03-26 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.base/macscp.exp: Fix code format issues.
3806
3807 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3808
3809 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3810 * gdb.asm/powerpc64le.inc: New file.
3811
3812 2014-03-25 Pedro Alves <palves@redhat.com>
3813 Doug Evans <dje@google.com>
3814
3815 * gdb.base/source-execution.c: New file.
3816 * gdb.base/source-execution.exp: New file.
3817 * gdb.base/source-execution.gdb: New file.
3818
3819 2014-03-24 Doug Evans <dje@google.com>
3820
3821 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3822 using fission.
3823
3824 2014-03-24 Hui Zhu <hui@codesourcery.com>
3825 Pedro Alves <palves@redhat.com>
3826
3827 PR breakpoints/16101
3828 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3829 test pass/fail messages. Detect missing support for dprintf when
3830 breakpoints are actually inserted.
3831 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3832 breakpoints are actually inserted.
3833 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3834 fails.
3835
3836 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3839
3840 2014-03-22 Doug Evans <xdje42@gmail.com>
3841
3842 * gdb.python/python.exp (python not supported): Verify multi-line
3843 python command issues an error.
3844 * gdb.guile/guile.exp (guile not supported): Verify multi-line
3845 guile command issues an error.
3846
3847 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3848
3849 * gdb.threads/thread-specific.exp: Handle the lack of usable
3850 $this_breakpoint and $this_thread.
3851
3852 2014-03-21 Hui Zhu <hui@codesourcery.com>
3853
3854 * gdb.base/attach.exp (do_command_attach_tests): New.
3855
3856 2014-03-20 Tom Tromey <tromey@redhat.com>
3857 Pedro Alves <palves@redhat.com>
3858
3859 PR cli/15718
3860 * gdb.base/condbreak-call-false.c: New file.
3861 * gdb.base/condbreak-call-false.exp: New file.
3862
3863 2014-03-20 Pedro Alves <palves@redhat.com>
3864
3865 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3866 Delete.
3867 (block_signals, unblock_signals): Delete.
3868 (child_function_2, main): Remove references to deleted variable
3869 and functions.
3870
3871 2014-03-20 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3874 Use pthread_kill to signal thread 2.
3875 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3876 Adjust to make the test send itself a signal rather than using the
3877 host's "kill" command.
3878
3879 2014-03-20 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.threads/multiple-step-overs.c: New file.
3882 * gdb.threads/multiple-step-overs.exp: New file.
3883 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3884 Adjust expected infrun debug output.
3885
3886 2014-03-20 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3889 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3890
3891 2014-03-20 Pedro Alves <palves@redhat.com>
3892
3893 PR breakpoints/7143
3894 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3895 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3896 of gdb_test_multiple.
3897 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3898 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3899
3900 2014-03-20 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3903 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3904
3905 2014-03-19 Pedro Alves <palves@redhat.com>
3906
3907 * gdb.base/async.exp: Remove early return.
3908
3909 2014-03-19 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3912
3913 2014-03-19 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/async.exp (test_background): Expect \r\n after
3916 "completed." in the fail pattern.
3917
3918 2014-03-19 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.base/async.exp (test_background): New procedure.
3921 Use it for all background execution command tests.
3922
3923 2014-03-19 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/async.exp: Use prepare_for_testing.
3926
3927 2014-03-19 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3930 the same line.
3931
3932 2014-03-19 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/async.c (main): Add "jump here" and "until here" line
3935 marker comments.
3936 * gdb.base/async.exp (jump_here): New global.
3937 (jump& test): Use it.
3938 (until_here): New global.
3939 (until& test): Use it.
3940
3941 2014-03-19 Pedro Alves <palves@redhat.com>
3942
3943 * gdb.base/async.exp: Don't frob gdb_protocol.
3944
3945 2014-03-18 Doug Evans <xdje42@gmail.com>
3946
3947 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3948 Fix spelling of exec-done-display.
3949
3950 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 PR gdb/15358
3953 * gdb.base/gdb-sigterm.c: New file.
3954 * gdb.base/gdb-sigterm.exp: New file.
3955
3956 2014-03-18 Pedro Alves <palves@redhat.com>
3957
3958 PR gdb/13860
3959 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3960 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3961 solib-event.
3962
3963 2014-03-17 Joel Brobecker <brobecker@adacore.com>
3964
3965 * gdb.ada/pckd_arr_ren: New testcase.
3966
3967 2014-03-13 Doug Evans <xdje42@gmail.com>
3968
3969 PR guile/16612
3970 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3971 collect after discarding symbols.
3972
3973 2014-03-13 Ludovic Courtès <ludo@gnu.org>
3974 Doug Evans <xdje42@gmail.com>
3975
3976 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3977 to history survives a gc.
3978
3979 2014-03-13 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.base/default.exp: Don't test "target procfs".
3982
3983 2014-03-13 Pedro Alves <palves@redhat.com>
3984
3985 * gdb.base/default.exp: Update "target child" and "target procfs"
3986 tests to not expect "Unix".
3987
3988 2014-03-12 Tom Tromey <tromey@redhat.com>
3989
3990 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
3991 New procs. Add target-async tests.
3992 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
3993 Add target-async tests.
3994
3995 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3996
3997 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
3998 'func_start' and 'func_end' for the beginning and end of the
3999 function code, respectively.
4000 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4001 'func_end' instead of 'func' and 'main'.
4002
4003 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4004
4005 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4006 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4007 generate the debug info assembler source.
4008
4009 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4010
4011 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4012 * gdb.dwarf2/arr-subrange.exp: Likewise.
4013 * gdb.dwarf2/dwz.exp: Likewise.
4014 * gdb.dwarf2/method-ptr.exp: Likewise.
4015 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4016 * gdb.dwarf2/subrange.exp: Likewise.
4017 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4018 * gdb.dwarf2/implptrpiece.exp: Likewise.
4019 * gdb.dwarf2/nostaticblock.exp: Likewise.
4020
4021 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4022
4023 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4024 directory to absolute path name arguments.
4025
4026 2014-03-10 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.ada/tagged_access: New testcase.
4029
4030 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4031
4032 * gdb.btrace/data.exp: Update expected output.
4033
4034 2014-03-06 Yao Qi <yao@codesourcery.com>
4035
4036 * gdb.trace/pr16508.exp: New file.
4037
4038 2014-03-05 Pedro Alves <palves@redhat.com>
4039
4040 PR gdb/16575
4041 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4042 procedure.
4043 (top level): Adjust to use it. Add tests that exercise breakpoint
4044 interaction with the code-cache.
4045
4046 2014-02-26 Ludovic Courtès <ludo@gnu.org>
4047
4048 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4049 test for 'history-append!'.
4050
4051 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4052
4053 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4054 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4055 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4056 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4057 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4058 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4059
4060 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4061
4062 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4063 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4064 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4065
4066 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4067
4068 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4069
4070 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4071
4072 * gdb.dwarf2/arr-stride.c: New file.
4073 * gdb.dwarf2/arr-stride.exp: New file.
4074
4075 2014-02-26 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4078 that won't ever trigger. Make sure that GDB reports the correct
4079 breakpoint that caused the stop.
4080
4081 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 PR gdb/16626
4084 * gdb.base/auto-load-script: New file.
4085 * gdb.base/auto-load.c: New file.
4086 * gdb.base/auto-load.exp: New file.
4087
4088 PR gdb/16626
4089 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4090
4091 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4092
4093 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4094 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4095
4096 2014-02-24 Doug Evans <dje@google.com>
4097
4098 * lib/gdb.exp (run_on_host): Log error output if program fails.
4099
4100 2014-02-21 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.threads/step-after-sr-lock.c: Rename to ...
4103 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4104 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4106 ... this.
4107
4108 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4109
4110 PR tdep/16397
4111 * gdb.arch/amd64-stap-special-operands.exp: New file.
4112 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4113 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4114 * gdb.arch/amd64-stap-triplet.S: Likewise.
4115 * gdb.arch/amd64-stap-triplet.c: Likewise.
4116
4117 2014-02-20 Joel Brobecker <brobecker@adacore.com>
4118
4119 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4120 in .section pseudo-op.
4121
4122 2014-02-20 lin zuojian <manjian2006@gmail.com>
4123 Joel Brobecker <brobecker@adacore.com>
4124 Doug Evans <xdje42@gmail.com>
4125
4126 PR symtab/16581
4127 * gdb.dwarf2/dw2-icycle.S: New file.
4128 * gdb.dwarf2/dw2-icycle.c: New file.
4129 * gdb.dwarf2/dw2-icycle.exp: New file.
4130
4131 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4132
4133 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4134 operations on gdb.Value objects.
4135 * gdb.python/py-value-cc.exp: Add new test to test operations on
4136 gdb.Value objects.
4137
4138 2014-02-18 Doug Evans <dje@google.com>
4139
4140 * Makefile.in (TESTS): New variable.
4141 (expanded_tests, expanded_tests_or_none): New variables
4142 (check-single): Pass $(expanded_tests_or_none) to runtest.
4143 (check-parallel): Only run tests in $(TESTS) if non-empty.
4144 (check/no-matching-tests-found): New rule.
4145 * README: Document TESTS makefile variable.
4146
4147 2014-02-18 Doug Evans <dje@google.com>
4148
4149 * Makefile.in (check-parallel): rm -rf outputs temp.
4150
4151 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4152
4153 Fix "ERROR: no fileid for" in the testsuite.
4154 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4155
4156 2014-02-12 Doug Evans <dje@google.com>
4157
4158 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4159 (MISCELLANEOUS): New variable.
4160 (clean): rm -rf $(MISCELLANEOUS).
4161 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4162 dwp live in the same directory as symlinks, with each symlink pointed
4163 to a differently named file in a different directory.
4164
4165 2014-02-11 Doug Evans <dje@google.com>
4166
4167 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4168 of Tcl file commands.
4169
4170 2014-02-10 Mark Kettenis <kettenis@gnu.org>
4171
4172 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4173 "kill -SIGUSR1 -1".
4174
4175 2014-02-10 Joel Brobecker <brobecker@adacore.com>
4176
4177 * gdb.ada/tick_length_array_enum_idx: New testcase.
4178
4179 2014-02-10 Doug Evans <xdje42@gmail.com>
4180
4181 * configure.ac (AC_OUTPUT): Add gdb.guile.
4182 * configure: Regenerate.
4183 * lib/gdb-guile.exp: New file.
4184 * lib/gdb.exp (get_target_charset): New function.
4185 * gdb.base/help.exp: Update expected output from "apropos apropos".
4186 * gdb.guile/Makefile.in: New file.
4187 * gdb.guile/guile.exp: New file.
4188 * gdb.guile/scm-arch.c: New file.
4189 * gdb.guile/scm-arch.exp: New file.
4190 * gdb.guile/scm-block.c: New file.
4191 * gdb.guile/scm-block.exp: New file.
4192 * gdb.guile/scm-breakpoint.c: New file.
4193 * gdb.guile/scm-breakpoint.exp: New file.
4194 * gdb.guile/scm-disasm.c: New file.
4195 * gdb.guile/scm-disasm.exp: New file.
4196 * gdb.guile/scm-equal.c: New file.
4197 * gdb.guile/scm-equal.exp: New file.
4198 * gdb.guile/scm-error.exp: New file.
4199 * gdb.guile/scm-error.scm: New file.
4200 * gdb.guile/scm-frame-args.c: New file.
4201 * gdb.guile/scm-frame-args.exp: New file.
4202 * gdb.guile/scm-frame-args.scm: New file.
4203 * gdb.guile/scm-frame-inline.c: New file.
4204 * gdb.guile/scm-frame-inline.exp: New file.
4205 * gdb.guile/scm-frame.c: New file.
4206 * gdb.guile/scm-frame.exp: New file.
4207 * gdb.guile/scm-generics.exp: New file.
4208 * gdb.guile/scm-gsmob.exp: New file.
4209 * gdb.guile/scm-iterator.c: New file.
4210 * gdb.guile/scm-iterator.exp: New file.
4211 * gdb.guile/scm-math.c: New file.
4212 * gdb.guile/scm-math.exp: New file.
4213 * gdb.guile/scm-objfile-script-gdb.in: New file.
4214 * gdb.guile/scm-objfile-script.c: New file.
4215 * gdb.guile/scm-objfile-script.exp: New file.
4216 * gdb.guile/scm-objfile.c: New file.
4217 * gdb.guile/scm-objfile.exp: New file.
4218 * gdb.guile/scm-ports.exp: New file.
4219 * gdb.guile/scm-pretty-print.c: New file.
4220 * gdb.guile/scm-pretty-print.exp: New file.
4221 * gdb.guile/scm-pretty-print.scm: New file.
4222 * gdb.guile/scm-section-script.c: New file.
4223 * gdb.guile/scm-section-script.exp: New file.
4224 * gdb.guile/scm-section-script.scm: New file.
4225 * gdb.guile/scm-symbol.c: New file.
4226 * gdb.guile/scm-symbol.exp: New file.
4227 * gdb.guile/scm-symtab-2.c: New file.
4228 * gdb.guile/scm-symtab.c: New file.
4229 * gdb.guile/scm-symtab.exp: New file.
4230 * gdb.guile/scm-type.c: New file.
4231 * gdb.guile/scm-type.exp: New file.
4232 * gdb.guile/scm-value-cc.cc: New file.
4233 * gdb.guile/scm-value-cc.exp: New file.
4234 * gdb.guile/scm-value.c: New file.
4235 * gdb.guile/scm-value.exp: New file.
4236 * gdb.guile/source2.scm: New file.
4237 * gdb.guile/types-module.cc: New file.
4238 * gdb.guile/types-module.exp: New file.
4239
4240 2014-02-10 Yao Qi <yao@codesourcery.com>
4241
4242 PR testsuite/16543
4243 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4244 * configure: Regenerated.
4245 * Makefile.in: New file.
4246
4247 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4248
4249 * gdb.python/py-framefilter.exp: Fix typo.
4250
4251 2014-02-08 Yao Qi <yao@codesourcery.com>
4252
4253 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4254 that no =breakpoint-modified is emitted when breakpoints are
4255 modified through MI commands.
4256
4257 2014-02-07 Pedro Alves <pedro@codesourcery.com>
4258 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.threads/step-after-sr-lock.c: New file.
4261 * gdb.threads/step-after-sr-lock.exp: New file.
4262
4263 2014-02-07 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4266
4267 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4270 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4271
4272 2014-02-06 Doug Evans <xdje42@gmail.com>
4273
4274 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4275 output.
4276
4277 * gdb.gdb/python-interrupts.exp: New file.
4278
4279 2014-02-05 Yao Qi <yao@codesourcery.com>
4280
4281 * gdb.trace/report.exp (use_collected_data): Test the output
4282 of "info threads" and "info inferiors".
4283
4284 2014-02-05 Yao Qi <yao@codesourcery.com>
4285
4286 Revert this patch:
4287
4288 2013-05-24 Yao Qi <yao@codesourcery.com>
4289
4290 * gdb.trace/tfile.exp: Test inferior and thread.
4291
4292 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4293
4294 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4295 on a function.
4296 * gdb.base/step-bt.c: Call hello via function pointer to make
4297 sure its first instruction is executed on powerpc64le-linux.
4298
4299 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4300
4301 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4302
4303 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4304
4305 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4306 of the test patterns for use on little-endian systems.
4307
4308 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4309
4310 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4311 (decimal_vector): Fix for little-endian.
4312
4313 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4314
4315 * gdb.arch/sparc-sysstep.exp: New file.
4316 * gdb.arch/sparc-sysstep.c: Likewise.
4317
4318 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4319
4320 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4321
4322 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4323
4324 2014-01-23 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.ada/array_char_idx: New testcase.
4327
4328 2014-01-23 Tom Tromey <tromey@redhat.com>
4329
4330 PR python/16487:
4331 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4332 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4333 classes.
4334
4335 2014-01-23 Tom Tromey <tromey@redhat.com>
4336
4337 PR python/16491:
4338 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4339 string from an inferior frame.
4340 * gdb.python/py-framefilter-mi.exp: Update.
4341
4342 2014-01-22 Doug Evans <dje@google.com>
4343
4344 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4345
4346 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4347
4348 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4349
4350 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4351
4352 * gdb.trace/entry-values.exp: Remove excess space character from
4353 regex patterns. Handle s390 call instruction.
4354
4355 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4356
4357 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4358 define "*_start" label. Make "name" static.
4359 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4360 ${name} by references to ${name}_start.
4361
4362 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4363
4364 * gdb.base/info-macros.exp: Remove "debug" from the compile
4365 options.
4366
4367 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4368
4369 * gdb.dlang/demangle.exp: New file.
4370
4371 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4372
4373 * gdb.dlang/primitive-types.exp: New file.
4374
4375 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4376
4377 * configure.ac: Create gdb.dlang/Makefile.
4378 * configure: Regenerate.
4379 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4380 * gdb.dlang/Makefile.in: New file.
4381 * lib/d-support.exp: New file.
4382 * lib/gdb.exp (skip_d_tests): New proc.
4383
4384 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4385
4386 * gdb.btrace/delta.exp: Check reverse stepi.
4387 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4388 * gdb.btrace/finish.exp: New.
4389 * gdb.btrace/next.exp: New.
4390 * gdb.btrace/nexti.exp: New.
4391 * gdb.btrace/record_goto.c: Add comments.
4392 * gdb.btrace/step.exp: New.
4393 * gdb.btrace/stepi.exp: New.
4394 * gdb.btrace/multi-thread-step.c: New.
4395 * gdb.btrace/multi-thread-step.exp: New.
4396 * gdb.btrace/rn-dl-bind.c: New.
4397 * gdb.btrace/rn-dl-bind.exp: New.
4398 * gdb.btrace/data.c: New.
4399 * gdb.btrace/data.exp: New.
4400 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4401
4402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4403
4404 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4405 * gdb.btrace/exception.exp: Update.
4406 * gdb.btrace/instruction_history.exp: Update.
4407 * gdb.btrace/record_goto.exp: Update.
4408 * gdb.btrace/tailcall.exp: Update.
4409 * gdb.btrace/unknown_functions.exp: Update.
4410 * gdb.btrace/delta.exp: New.
4411
4412 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4413
4414 * gdb.btrace/record_goto.exp: Add backtrace test.
4415 * gdb.btrace/tailcall.exp: Add backtrace test.
4416
4417 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4418
4419 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4420 * gdb.btrace/record_goto.c: New.
4421 * gdb.btrace/record_goto.exp: New.
4422 * gdb.btrace/x86-record_goto.S: New.
4423
4424 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4425
4426 * gdb.btrace/function_call_history.exp: Update tests.
4427 * gdb.btrace/instruction_history.exp: Update tests.
4428
4429 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4430
4431 * gdb.btrace/function_call_history.exp: Fix expected field
4432 order for "record function-call-history".
4433 Add new tests for "record function-call-history /c".
4434 * gdb.btrace/exception.cc: New.
4435 * gdb.btrace/exception.exp: New.
4436 * gdb.btrace/tailcall.exp: New.
4437 * gdb.btrace/x86-tailcall.S: New.
4438 * gdb.btrace/x86-tailcall.c: New.
4439 * gdb.btrace/unknown_functions.c: New.
4440 * gdb.btrace/unknown_functions.exp: New.
4441 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4442
4443 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4444
4445 * gdb.btrace/instruction_history.exp: Update.
4446 * gdb.btrace/function_call_history.exp: Update.
4447
4448 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4449
4450 * gdb.btrace/function_call_history.exp: Fix expected function
4451 trace.
4452 * gdb.btrace/instruction_history.exp: Initialize traced.
4453 Remove traced_functions.
4454
4455 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4456
4457 * gdb.btrace/function_call_history.exp: Update
4458 * gdb.btrace/instruction_history.exp: Update.
4459
4460 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * gdb.btrace/enable.exp: Update expected text.
4463
4464 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4465
4466 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4467 bytes.
4468
4469 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4470
4471 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4472
4473 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
4474
4475 * lib/gdb.exp (supports_process_record): Return true for
4476 arm*-linux*. (supports_reverse): Likewise.
4477
4478 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4479
4480 PR python/15464
4481 PR python/16113
4482 * gdb.python/py-type.c: Enhance test case.
4483 * gdb.python/py-value-cc.cc: Likewise
4484 * gdb.python/py-type.exp: Add new tests.
4485 * gdb.python/py-value-cc.exp: Likewise
4486
4487 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4488 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4491 Make "name" extern.
4492 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4493 references to ${name}_start by references to ${name}.
4494
4495 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4498
4499 2014-01-10 Joel Brobecker <brobecker@adacore.com>
4500
4501 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4502
4503 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4504 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.mi/mi-info-os.exp: Connect to the target with
4507 mi_gdb_target_load.
4508
4509 2014-01-08 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.threads/reconnect-signal.c: New file.
4512 * gdb.threads/reconnect-signal.exp: New file.
4513
4514 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 * gdb.base/source-dir.exp: New file.
4517
4518 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4519
4520 * gdb.ada/mi_interface: New testcase.
4521
4522 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4525 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4526 gdb.ada/pp-rec-component/pck.ads: New files.
4527
4528 2014-01-07 Joel Brobecker <brobecker@adacore.com>
4529
4530 * gdb.python/py-pp-integral.c: New file.
4531 * gdb.python/py-pp-integral.py: New file.
4532 * gdb.python/py-pp-integral.exp: New file.
4533
4534 For older changes see ChangeLog-1993-2013.
4535 \f
4536 ;; Local Variables:
4537 ;; mode: change-log
4538 ;; left-margin: 8
4539 ;; fill-column: 74
4540 ;; version-control: never
4541 ;; End:
4542
4543 Copyright 2014-2015 Free Software Foundation, Inc.
4544 Copying and distribution of this file, with or without modification,
4545 are permitted provided the copyright notice and this notice are preserved.
This page took 0.125572 seconds and 4 git commands to generate.