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