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