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