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