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