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