Rename variable "addr" to "coredump_var_addr" in gdb.base/coredump-filter.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8cd8f2f8
SDJ
12015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4 "coredump_var_addr" to avoid naming conflict with other testcases.
5
9ee41772
PA
62015-04-10 Pedro Alves <palves@redhat.com>
7
8 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9 gdb_test_sequence and gdb_assert.
10
07473109
PA
112015-04-10 Pedro Alves <palves@redhat.com>
12
13 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14 test messages that don't include the breakpoint address.
15
de3db44c
YQ
162015-04-10 Yao Qi <yao.qi@linaro.org>
17
18 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19 false for some offset and width combinations which aren't
20 supported by linux kernel.
21
c79d856c
PA
222015-04-10 Pedro Alves <palves@redhat.com>
23
24 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
25 procedure, factored out from ...
26 (top level): ... here. Add "set displaced-stepping" testing axis.
27 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
28 parameter "displaced". Use it.
29 (top level): Use foreach and add "set displaced-stepping" testing
30 axis.
31
ebc90b50
PA
322015-04-10 Pedro Alves <palves@redhat.com>
33
34 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
35 Remove comment.
36 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
37 both the address of the instruction that triggers the watchpoint
38 and the address of the instruction immediately after, and use
39 those addresses for the test. Fix comment.
40
8f572e5c
PA
412015-04-10 Pedro Alves <palves@redhat.com>
42
43 * gdb.base/sigstep.exp (breakpoint_to_handler)
44 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
45 Test "backtrace" in handler.
46 (breakpoint_over_handler): New parameter 'displaced'. Use it.
47 (top level): Add new "displaced" test axis to
48 breakpoint_to_handler, breakpoint_to_handler_entry and
49 breakpoint_over_handler.
50
8d707a12
PA
512015-04-10 Pedro Alves <palves@redhat.com>
52
53 PR gdb/18216
54 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
55
ef713951
YQ
562015-04-10 Yao Qi <yao.qi@linaro.org>
57
58 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
59 (test_add_rn_pc): New function.
60 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
61 (top level): Invoke test_add_rn_pc.
62
906d60cf
PA
632015-04-10 Pedro Alves <palves@redhat.com>
64
65 PR gdb/13858
66 * gdb.base/step-over-no-symbols.exp: New file.
67
f2983cc3
AW
682015-04-09 Andy Wingo <wingo@igalia.com>
69
70 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
71 after the Python tests.
72
6d62641c
SDJ
732015-04-08 Keith Seitz <keiths@redhat.com>
74
75 PR python/16699
76 * gdb.python/py-completion.exp: New tests for completion.
77 * gdb.python/py-completion.py (CompleteLimit1): New class.
78 (CompleteLimit2): Likewise.
79 (CompleteLimit3): Likewise.
80 (CompleteLimit4): Likewise.
81 (CompleteLimit5): Likewise.
82 (CompleteLimit6): Likewise.
83 (CompleteLimit7): Likewise.
84
f3770638
PA
852015-04-08 Pedro Alves <palves@redhat.com>
86
87 PR gdb/18214
88 PR gdb/18216
89 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
90 function.
91 (main): Install it as SIGUSR1 handler.
92 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
93 parameter. Always use "setup" as prefix. Toggle "set
94 displaced-stepping" off/on depending on global. Don't switch to
95 thread 1 here.
96 (top level): Add displaced stepping "off/on" test axis. Update
97 "setup" calls. Wrap each subtest with with_test_prefix. Test
98 continuing with a queued signal in each thread.
99
4496bed7
PA
1002015-04-08 Pedro Alves <palves@redhat.com>
101
102 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
103 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
104 gdb_breakpoint instead of gdb_test that doesn't expect anything.
105 Return early if running to main fails.
106 * gdb.trace/while-stepping.exp: Likewise.
107
b97fde92
PA
1082015-04-07 Pedro Alves <palves@redhat.com>
109
110 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
111 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
112 interact with inferior program.
113
f71c18e7
PA
1142015-04-07 Pedro Alves <palves@redhat.com>
115
116 * lib/gdb.exp (inferior_spawn_id): New global.
117 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
118 spawn id after processing the user code.
119 (default_gdb_start): Set inferior_spawn_id.
120 (send_inferior): New procedure.
121 * lib/gdbserver-support.exp (gdbserver_start): Set
122 inferior_spawn_id.
123 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
124
6423214f
PA
1252015-04-07 Pedro Alves <palves@redhat.com>
126
127 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
128 * lib/gdbserver-support.exp (gdbserver_start): Make
129 $server_spawn_id global.
130 (gdbserver_start): Don't wait for gdbserver's spawn id with
131 expect_background.
132 (close_gdbserver): New procedure.
133 (gdb_exit): Rename the default version and reimplement.
134
71c0ee8c
PA
1352015-04-07 Pedro Alves <palves@redhat.com>
136
137 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
138 append the substituted item, not the original item.
139
203bc29b
PA
1402015-04-07 Pedro Alves <palves@redhat.com>
141
142 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
143 gdb_expect.
144
508a3ddf
PA
1452015-04-07 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/interrupt.exp: Don't handle the case of the inferior
148 output appearing once only.
149
9f6dbe2b
PA
1502015-04-07 Pedro Alves <palves@redhat.com>
151
152 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
153 that doesn't expect anything. Return early if running to main
154 fails.
155
337532fa
YQ
1562015-04-07 Yao Qi <yao.qi@linaro.org>
157
158 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
159 (child_function): Call alarm.
160 (main): Move call to alarm into the loop.
161 * gdb.threads/non-stop-fair-events.exp: Build program with
162 -DTIMEOUT=$timeout.
163
01b622d4
DE
1642015-04-06 Doug Evans <xdje42@gmail.com>
165
166 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
167 Fix dest parameter to board_info.
168 (fpc_compile): Ditto.
169 (gdb_compile_pascal): Rename dest arg to destfile.
170
961f4160
PMR
1712015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
172
173 * gdb.ada/funcall_ref.exp: New file.
174 * gdb.ada/funcall_ref/foo.adb: New file.
175
cafda597
YQ
1762015-04-02 Yao Qi <yao.qi@linaro.org>
177
178 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
179 is remote.
180
fed040c6
GB
1812015-04-02 Gary Benson <gbenson@redhat.com>
182
183 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
184
d11916aa
SS
1852015-04-01 Sasha Smundak <asmundak@google.com>
186
187 * gdb.python/py-unwind-maint.c: New file.
188 * gdb.python/py-unwind-maint.exp: New test.
189 * gdb.python/py-unwind-maint.py: New file.
190 * gdb.python/py-unwind.c: New file.
191 * gdb.python/py-unwind.exp: New test.
192 * gdb.python/py-unwind.py: New test.
193
a1471180
PA
1942015-04-01 Pedro Alves <palves@redhat.com>
195
196 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
197 to fail instead of non-existent $test.
198
0bbeccb1
PA
1992015-04-01 Pedro Alves <palves@redhat.com>
200
201 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
202 GDBFLAGS if not empty.
203
3c724c8c
PMR
2042015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
205
206 * gdb.ada/complete.exp: Remove "multi_line".
207 * gdb.ada/info_exc.exp: Remove "multi_line".
208 * gdb.ada/packed_tagged.exp: Remove "multi_line".
209 * gdb.ada/ptype_field.exp: Remove "multi_line".
210 * gdb.ada/sym_print_name.exp: Remove "multi_line".
211 * gdb.ada/tagged.exp: Remove "multi_line".
212 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
213 [multi_line ...]
214 * gdb.btrace/delta.exp: Likewise.
215 * gdb.btrace/exception.exp: Likewise.
216 * gdb.btrace/function_call_history.exp: Likewise.
217 * gdb.btrace/instruction_history.exp: Likewise.
218 * gdb.btrace/nohist.exp: Likewise.
219 * gdb.btrace/record_goto.exp: Likewise.
220 * gdb.btrace/segv.exp: Likewise.
221 * gdb.btrace/stepi.exp: Likewise.
222 * gdb.btrace/tailcall.exp: Likewise.
223 * gdb.btrace/unknown_functions.exp: Likewise.
224 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
225 * lib/gdb.exp: Add the "multi_line" helper.
226
4eec2deb
PA
2272015-04-01 Pedro Alves <palves@redhat.com>
228
229 * gdb.threads/tid-reuse.c: New file.
230 * gdb.threads/tid-reuse.exp: New file.
231
df8411da
SDJ
2322015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
233
234 PR corefiles/16092
235 * gdb.base/coredump-filter.c: New file.
236 * gdb.base/coredump-filter.exp: Likewise.
237
6ef37366
PM
2382015-03-27 Petr Machata <pmachata@redhat.com>
239
240 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
241 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
242 (Dwarf::assemble): Initialize them.
243 (Dwarf::lines): New function.
244
7ec911b0
JT
2452015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
246
247 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
248 SYMBOL_PREFIX for x86_64-*-cygwin.
249
ff908ebf
AW
2502015-03-26 Andy Wingo <wingo@igalia.com>
251
252 PR symtab/18148
253 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
254 const_value but not a location.
255 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
256 location defined in non-main CUs are visible.
257
6d5f0679
YQ
2582015-03-26 Yao Qi <yao.qi@linaro.org>
259
260 PR testsuite/18139
261 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
262 Add a line number entry for the same line.
263 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
264 Add a line number entry for the same line.
265
2898689b
YQ
2662015-03-26 Yao Qi <yao.qi@linaro.org>
267
268 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
269 .int 0.
270 (func): Likewise. Add .Lfunc_1 label.
271 Use .Lfunc_1 label.
272 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
273 .int 0.
274 (func): Likewise.
275 Use .Lfunc_1 label.
276
85180498
YQ
2772015-03-26 Yao Qi <yao.qi@linaro.org>
278
279 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
280 Call gdb_compile instead to compile each .s files without debug
281 information.
282
8aa08a8d
YQ
2832015-03-26 Yao Qi <yao.qi@linaro.org>
284
285 * gdb.base/savedregs.exp (process_saved_regs): Make
286 "Saved registers:" optional in the pattern.
287
66849923
MM
2882015-03-25 Markus Metzger <markus.t.metzger@intel.com>
289
290 * gdb.btrace/next.exp: Merged into step.exp.
291 * gdb.btrace/finish.exp: Merged into step.exp.
292 * gdb.btrace/nexti.exp: Merged into stepi.exp.
293 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
294 "record goto" and checking the exact replay position.
295 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
296 check for "Recording format" in "info record" output.
297 * gdb.btrace/record_goto.exp: Choose test file based on target.
298 * gdb.btrace/x86-record_goto.S: Renamed into ...
299 * gdb.btrace/x86_64-record_goto.S: ... this.
300 * gdb.btrace/i686-record_goto.S: New.
301 * gdb.btrace/x86-tailcall.S: Renamed into ...
302 * gdb.btrace/x86_64-tailcall.S: ... this.
303 * gdb.btrace/i686-tailcall.S: New.
304 * gdb.btrace/x86-tailcall.c: Renamed into ...
305 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
306 separate statements. Update test.
307 * gdb.btrace/delta.exp: Use record_goto.c as test file.
308 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
309 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
310 * gdb.btrace/tailcall.exp: Choose test file based on target.
311 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
312
11cc1b74
MM
3132015-03-25 Markus Metzger <markus.t.metzger@intel.com>
314
315 * gdb.btrace/exception.exp: Increase BTS buffer size.
316
a25d8bf9
PA
3172015-03-24 Pedro Alves <palves@redhat.com>
318
319 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
320
856e7dd6
PA
3212015-03-24 Pedro Alves <palves@redhat.com>
322
323 * gdb.threads/schedlock.exp (test_step): No longer expect that
324 "set scheduler-locking step" with "next" over a function call runs
325 threads unlocked.
326
ad235a41
AT
3272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
328
329 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
330
15630549
AT
3312015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
332
333 PR breakpoints/16466
334 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
335 * gdb.mi/mi-pending.c (thread_func): New function.
336 (int main): Add threading support required.
337 * gdb.mi/mi-pending.exp: Add tests for this issue.
338 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
339 (pendfunc2): Remove stdio dependency.
340 * gdb.mi/mi-pendshr2.c: New file.
341
693dca06
KS
3422015-03-23 Keith Seitz <keiths@redhat.com>
343
344 * gdb.linespec/keywords.c: New file.
345 * gdb.linespec/keywords.exp: New file.
346
7e993ebf
KS
3472015-03-23 Keith Seitz <keiths@redhat.com>
348
349 PR gdb/18021
350 * gdb.dwarf2/staticvirtual.exp: New test.
351
bc23328c
JK
3522015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
353
354 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
355 * README: Remove HP-UX and gdb.hp.
356 (configuration):
357 * configure: Regenerate.
358 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
359 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
360 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
361 gdb.hp/gdb.defects/Makefile.
362 * gdb.hp/Makefile.in: File deleted.
363 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
364 * gdb.hp/gdb.aCC/optimize.c: File deleted.
365 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
366 * gdb.hp/gdb.aCC/run.c: File deleted.
367 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
368 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
369 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
370 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
371 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
372 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
373 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
374 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
375 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
376 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
377 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
378 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
379 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
380 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
381 * gdb.hp/gdb.base-hp/reg.s: File deleted.
382 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
383 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
384 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
385 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
386 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
387 * gdb.hp/gdb.compat/Makefile.in: File deleted.
388 * gdb.hp/gdb.compat/average.c: File deleted.
389 * gdb.hp/gdb.compat/sum.c: File deleted.
390 * gdb.hp/gdb.compat/xdb.c: File deleted.
391 * gdb.hp/gdb.compat/xdb0.c: File deleted.
392 * gdb.hp/gdb.compat/xdb0.h: File deleted.
393 * gdb.hp/gdb.compat/xdb1.c: File deleted.
394 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
395 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
396 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
397 * gdb.hp/gdb.defects/Makefile.in: File deleted.
398 * gdb.hp/gdb.defects/bs14602.c: File deleted.
399 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
400 * gdb.hp/gdb.defects/solib-d.c: File deleted.
401 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
402 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
403 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
404 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
405 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
406 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
407 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
408 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
409 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
410 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
411 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
412 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
413 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
414 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
415 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
416 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
417 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
418 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
419 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
420 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
421 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
422 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
423 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
424 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
425 * gdb.hp/tools/odump: File deleted.
426
8bf3b159
PA
4272015-03-19 Pedro Alves <palves@redhat.com>
428
429 * gdb.threads/continue-pending-status.exp (saw_thread_2)
430 (saw_thread_3): New globals.
431 (top level): Increment them when an event for the corresponding
432 thread is seen.
433 (no thread starvation): New test.
434
eb54c8bf
PA
4352015-03-19 Pedro Alves <palves@redhat.com>
436
437 * gdb.threads/continue-pending-status.c: New file.
438 * gdb.threads/continue-pending-status.exp: New file.
439
32d2e5d6
PA
4402015-03-18 Pedro Alves <palves@redhat.com>
441
442 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
443 Use gdb_is_target_remote instead of is_remote. Use
444 gdb_test_multiple instead of gdb_expect. Exit early if
445 gdb_test_multiple hits its internal matches. Tighten stepi tests
446 expected output. Fail on exit with any signal, instead of just
447 SIGILL.
448
f68f11b7
YQ
4492015-03-18 Yao Qi <yao.qi@linaro.org>
450
451 PR tdep/18107
452 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
453 variable.
454 * gdb.base/catch-syscall.exp: Don't skip it on
455 aarch64*-*-linux* target. Remove elements in all_syscalls.
456 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
457 target.
458 (setup_all_syscalls): New proc.
459
ca5fd19b
YQ
4602015-03-16 Yao Qi <yao.qi@linaro.org>
461
462 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
463 (top level): Skip tests if valid_addr_p returns false for
464 $cmd1 or $cmd2.
465
85642ba0
AW
4662015-03-11 Andy Wingo <wingo@igalia.com>
467
468 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
469
e03f9645
YQ
4702015-03-11 Yao Qi <yao.qi@linaro.org>
471
472 * gdb.base/catch-syscall.exp: Fix typo in comments.
473
5d0962b2
YQ
4742015-03-11 Yao Qi <yao.qi@linaro.org>
475
476 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
477
b2df3cef
PA
4782015-03-09 Pedro Alves <palves@redhat.com>
479
480 * dg-extract-results.py: Delete.
481
ef878e53
PA
4822015-03-09 Pedro Alves <palves@redhat.com>
483
484 Merge dg-extract-results.sh from GCC upstream (r218843).
485
486 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
487 * dg-extract-results.sh: Use --text with grep to avoid issues with
488 binary files. Fall back to cat -v, if that doesn't work.
489
9494d219
PA
4902015-03-05 Pedro Alves <palves@redhat.com>
491
492 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
493
a8d9763a
SM
4942015-03-04 Simon Marchi <simon.marchi@ericsson.com>
495
496 * lib/mi-support.exp (mi_expect_interrupt): Accept
497 alternative event for when in all-stop mode.
498
be9957b8
PA
4992015-03-04 Pedro Alves <palves@redhat.com>
500
501 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
502
d57be0f4 5032015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
504
505 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
506
c214c7cf
AA
5072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
508
509 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
510 regexps for GDB's current line display, accept a hex address
511 preceding the line number.
512
6d74a497
AA
5132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
514
515 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
516 the 'arch1' variable for "s390*-linux*" targets.
517
511aee7c
PA
5182015-03-04 Pedro Alves <palves@redhat.com>
519
520 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
521 (main): Pass missing retval argument to pthread_join call.
522
95e50b27
PA
5232015-03-02 Pedro Alves <palves@redhat.com>
524
525 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
526 (top level): Call do_test with non-stop as well.
527
28054d69
PA
5282015-03-02 Pedro Alves <palves@redhat.com>
529
530 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
531 -1.
532
4fa5d7b4
AA
5332015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
534
535 * gdb.arch/s390-vregs.exp: New test.
536 * gdb.arch/s390-vregs.S: New file.
537
97c18565
PA
5382015-02-27 Pedro Alves <palves@redhat.com>
539
540 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
541 call to catch_command_errors.
542 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
543 catch_command_errors.
544
a37bfa30
PA
5452015-02-27 Pedro Alves <palves@redhat.com>
546
547 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
548 "true" for boolean result.
549 * gdb.gdb/selftest.exp (test_with_self): Also accept full
550 prototype of main.
551
6f98576f
PA
5522015-02-27 Pedro Alves <palves@redhat.com>
553
554 * lib/unbuffer_output.c: New file.
555 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
556 (main): Call gdb_unbuffer_output.
557
eba5ab56
YQ
5582015-02-27 Yao Qi <yao.qi@linaro.org>
559
560 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
561 target.
562
0def5aaa
DE
5632015-02-26 Doug Evans <dje@google.com>
564
565 * gdb.cp/class2.cc (Dbase, D): New classes.
566 (main): New local delta.
567 * gdb.cp/class2.exp: Test printing delta.
568 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
569 (dynbar): New global.
570 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
571
081a1c2c
JK
5722015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * gdb.compile/compile-ifunc.c: New file.
575 * gdb.compile/compile-ifunc.exp: New file.
576
2f41223f
AT
5772015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
578
579 * gdb.base/structs.exp: Check for correct struct on finish.
580
03eddd80
YQ
5812015-02-26 Yao Qi <yao.qi@linaro.org>
582
583 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
584 is zero.
585
80c57053
JK
5862015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
587
588 * gdb.arch/cordic.ko.bz2: New file.
589 * gdb.arch/cordic.ko.debug.bz2: New file.
590 * gdb.arch/ppc64-symtab-cordic.exp: New file.
591
21613c12
YQ
5922015-02-25 Yao Qi <yao.qi@linaro.org>
593
594 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
595 aarch64*-*-* target.
596
d8b901ed
PA
5972015-02-23 Pedro Alves <palves@redhat.com>
598
599 * lib/gdb.exp (delete_breakpoints): Rewrite using
600 gdb_test_multiple.
601
e5b85ead
PA
6022015-02-23 Pedro Alves <palves@redhat.com>
603
604 * gdb.base/info-os.c: Include stdlib.h.
605
85c3a371
DE
6062015-02-22 Doug Evans <xdje42@gmail.com>
607
608 PR symtab/17855
609 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
610 is read after symbols have been re-read.
611 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
612 * gdb.ada/exec_changed/second.adb (Second): Ditto.
613
96553a0c
DE
6142015-02-21 Doug Evans <dje@google.com>
615
616 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
617
97a0c697
JK
6182015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 PR corefiles/17808
621 * gdb.arch/i386-biarch-core.core.bz2: New file.
622 * gdb.arch/i386-biarch-core.exp: New file.
623
a47cd6e9
PA
6242015-02-21 Pedro Alves <palves@redhat.com>
625
626 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
627 runto_main fails.
628
c5facdc4
PA
6292015-02-20 Pedro Alves <palves@redhat.com>
630
631 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
632 info probes.
633
2db9a427
PA
6342015-02-20 Pedro Alves <palves@redhat.com>
635
636 * gdb.threads/multi-create-ns-info-thr.exp: New file.
637
60fb7e9e
PA
6382015-02-20 Pedro Alves <palves@redhat.com>
639
640 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
641 clean_restart before gdb_target_supports_trace.
642
5c5019c2
PA
6432015-02-20 Pedro Alves <palves@redhat.com>
644
645 PR threads/18006
646 * gdb.threads/clone-thread_db.c: New file.
647 * gdb.threads/clone-thread_db.exp: New file.
648
c9587f88
AT
6492015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
650
651 PR breakpoints/16812
652 * gdb.base/catch-gdb-caused-signals.c: New file.
653 * gdb.base/catch-gdb-caused-signals.exp: New file.
654
f6a88844
JM
6552015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
656
657 * configure: Regenerated.
658 * configure.ac: Use GDB_AC_TRANSFORM.
659 * aclocal.m4: sinclude ../transform.m4.
660
497c491b
JM
6612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
662
663 * lib/dtrace.exp: New file.
664 * gdb.base/dtrace-probe.exp: Likewise.
665 * gdb.base/dtrace-probe.d: Likewise.
666 * gdb.base/dtrace-probe.c: Likewise.
667 * lib/pdtrace.in: Likewise.
668 * configure.ac: Output variables with the transformed names of
669 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
670 * configure: Regenerated.
671
03e98035
JM
6722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
673
674 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
675 expected message when trying to access $_probe_* convenience
676 variables while not on a probe.
677
63cc30e9
JK
6782015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
681
0703599a
PA
6822015-02-11 Pedro Alves <pedro@codesourcery.com>
683
684 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
685 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
686
7e60a48e
DE
6872015-02-10 Doug Evans <xdje42@gmail.com>
688
689 * lib/gdb.exp (gdb_load): Always return a result.
690
01b088bc
PA
6912015-02-10 Pedro Alves <palves@redhat.com>
692
693 * gdb.threads/signal-sigtrap.c: New file.
694 * gdb.threads/signal-sigtrap.exp: New file.
695
b05ec7a5
AT
6962015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
697
698 * gdb.trace/no-attach-trace.c: New file.
699 * gdb.trace/no-attach-trace.exp: New file.
700
a2c2acaf
MW
7012015-02-09 Mark Wielaard <mjw@redhat.com>
702
703 * gdb.dwarf2/atomic.c: New file.
704 * gdb.dwarf2/atomic-type.exp: Likewise.
705
31fd9caa
MM
7062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
707
708 * gdb.btrace/buffer-size.exp: Update "info record" output.
709 * gdb.btrace/delta.exp: Update "info record" output.
710 * gdb.btrace/enable.exp: Update "info record" output.
711 * gdb.btrace/finish.exp: Update "info record" output.
712 * gdb.btrace/instruction_history.exp: Update "info record" output.
713 * gdb.btrace/next.exp: Update "info record" output.
714 * gdb.btrace/nexti.exp: Update "info record" output.
715 * gdb.btrace/step.exp: Update "info record" output.
716 * gdb.btrace/stepi.exp: Update "info record" output.
717 * gdb.btrace/nohist.exp: Update "info record" output.
718
d33501a5
MM
7192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
720
721 * gdb.btrace/buffer-size: New.
722
f4abbc16
MM
7232015-02-09 Markus Metzger <markus.t.metzger@intel.com>
724
725 * gdb.btrace/delta.exp: Update "info record" output.
726 * gdb.btrace/enable.exp: Update "info record" output.
727 * gdb.btrace/finish.exp: Update "info record" output.
728 * gdb.btrace/instruction_history.exp: Update "info record" output.
729 * gdb.btrace/next.exp: Update "info record" output.
730 * gdb.btrace/nexti.exp: Update "info record" output.
731 * gdb.btrace/step.exp: Update "info record" output.
732 * gdb.btrace/stepi.exp: Update "info record" output.
733 * gdb.btrace/nohist.exp: Update "info record" output.
734
b9d61307
SM
7352015-02-06 Simon Marchi <simon.marchi@ericsson.com>
736
737 PR gdb/15678
738 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
739
e584fdbc
PA
7402015-02-06 Pedro Alves <palves@redhat.com>
741
742 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
743 macro.
744 (seconds_left, again): New globals.
745 (main): Wait seconds_left in a 1-second sleep loop instead of
746 sleeping 180 seconds. If 'again' is set, reset the seconds
747 counter.
748 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
749 'again' in the inferior before detaching. Print the seconds left.
750 (options): New global.
751 (top level): Build program with -DTIMEOUT=$timeout.
752
77f41761
PA
7532015-02-06 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
756 determine how many seconds to pass to 'alarm'.
757 * gdb.base/gdb-sigterm.exp (top level): Build program with
758 -DTIMEOUT=$timeout.
759 (do_test): Return success/failure indication. Add more verbose
760 logging. Don't fail if 200 single steps are seen. Instead, fail
761 when the test times out.
762 (passes): New global.
763 (top level): Break the testing loop if testing fails on any
764 iteration. Use gdb_assert.
765
b9394193
DB
7662015-02-04 Don Breazeal <donb@codesourcery.com>
767
768 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
769 and initialize them.
770 (ipc_cleanup): New function.
771 (main): Don't declare shmid, semid, and msqid. Add a call to
772 atexit so that we call ipc_cleanup on exit.
773
42d9e528
PA
7742015-02-04 Pedro Alves <palves@redhat.com>
775
776 * boards/native-extended-gdbserver.exp: Remove any target variant
777 specifications from the board name before clearing the isremote
778 flag from board_info.
779
ae6ae975
DE
7802015-01-31 Doug Evans <xdje42@gmail.com>
781
782 * gdb.base/maint.exp <maint print type argc>: Update expected output.
783
cfb069a8
GB
7842015-01-31 Gary Benson <gbenson@redhat.com>
785
786 * gdb.base/completion.exp: Disable completion limiting for
787 existing tests. Add new tests to check completion limiting.
788 * gdb.linespec/ls-errs.exp: Disable completion limiting.
789
5dd31d79
DE
7902015-01-31 Doug Evans <xdje42@gmail.com>
791
792 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
793
9f050062
DE
7942015-01-31 Doug Evans <xdje42@gmail.com>
795
796 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
797 entries. Duplicate file section script entries.
798 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
799 inlined entries. Add test for safe-path rejection.
800 * gdb.python/py-section-script.c: Add duplicate inlined section script
801 entries. Duplicate file section script entries.
802 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
803 inlined entries. Add test for safe-path rejection.
804
df25ebbd
JB
8052015-01-29 Joel Brobecker <brobecker@adacore.com>
806
807 * gdb.ada/disc_arr_bound: New testcase.
808
4a0ca9ec
JB
8092015-01-29 Joel Brobecker <brobecker@adacore.com>
810
811 * gdb.ada/mi_var_array: New testcase.
812
3a8b707a
DE
8132015-01-27 Doug Evans <dje@google.com>
814
815 * gdb.python/py-objfile.exp: Add tests for objfile.username.
816 Add test for objfile.filename, objfile.username after objfile
817 has been unloaded.
818
f8313f6e
JB
8192015-01-26 Joel Brobecker <brobecker@adacore.com>
820
821 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
822 the second test to print the name attribute of value
823 returned by the call to gdb.lookup_type, and adjust
824 the expected output accordingly.
825
37bc665e
MW
8262015-01-25 Mark Wielaard <mjw@redhat.com>
827
828 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
829 * gdb.base/disp-step-fork.c: Include unistd.h.
830 * gdb.base/siginfo-obj.c: Include stdio.h.
831 * gdb.base/siginfo-thread.c: Likewise.
832 * gdb.mi/non-stop.c: Include unistd.h.
833 * gdb.mi/nsthrexec.c: Include stdio.h.
834 * gdb.mi/pthreads.c: Include unistd.h.
835 * gdb.modula2/unbounded1.c (main): Declare returns int.
836 * gdb.reverse/consecutive-reverse.c: Likewise.
837 * gdb.threads/create-fail.c: Include unistd.h.
838 * gdb.threads/killed.c: Likewise.
839 * gdb.threads/linux-dp.c: Likewise.
840 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
841 * gdb.threads/non-ldr-exc-2.c: Likewise.
842 * gdb.threads/non-ldr-exc-3.c: Likewise.
843 * gdb.threads/non-ldr-exc-4.c: Likewise.
844 * gdb.threads/pthreads.c: Include unistd.h.
845 (main): Declare returns int.
846 * gdb.threads/tls-main.c (foo): New declaration.
847 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
848
f7e5394d
SM
8492015-01-23 Simon Marchi <simon.marchi@ericsson.com>
850
851 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
852 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
853
743649fd
MW
8542015-01-15 Mark Wielaard <mjw@redhat.com>
855
856 * gdb.base/noreturn-return.c: New file.
857 * gdb.base/noreturn-return.exp: New file.
858 * gdb.base/noreturn-finish.c: New file.
859 * gdb.base/noreturn-finish.exp: New file.
860
198297aa
PA
8612015-01-23 Pedro Alves <palves@redhat.com>
862
863 * gdb.threads/continue-pending-after-query.c: New file.
864 * gdb.threads/continue-pending-after-query.exp: New file.
865
717cf30c
AG
8662015-01-22 Anders Granlund <anders.granlund@ericsson.com>
867 Simon Marchi <simon.marchi@ericsson.com>
868
869 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
870 * gdb.base/valgrind-db-attach.exp: Same.
871 * gdb.base/valgrind-infcall.exp: Same.
872 * lib/mi-support.exp (default_mi_gdb_start): Same.
873 * lib/prompt.exp (default_prompt_gdb_start): Same.
874 * lib/gdb.exp (default_gdb_spawn): Same.
875 (gdb_interact): New.
876
877
4b62a76e
JK
8782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
879
880 * gdb.compile/compile.exp (pointer to jit function): New test.
881
b4cdae6f
WW
8822015-01-17 Wei-cheng Wang <cole945@gmail.com>
883
884 * lib/gdb.exp (supports_process_record): Return true for
885 powerpc*-*-linux*.
886 (supports_reverse): Likewise.
887
d221e7ef
DB
8882015-01-15 Don Breazeal <donb@codesourcery.com>
889
890 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
891 instead of checking whether the target board is remote and
892 use spawn_wait_for_attach instead of exec/sleep.
893 * gdb.base/attach-twice.exp: Likewise.
894
bafffb51
JB
8952015-01-15 Joel Brobecker <brobecker@adacore.com>
896
897 * gdb.ada/var_arr_attrs: New testcase.
898
5589af0e
PA
8992015-01-14 Pedro Alves <palves@redhat.com>
900 Joel Brobecker <brobecker@adacore.com>
901
902 PR gdb/17525
903 * gdb.base/bp-cmds-execution-x-script.c: New file.
904 * gdb.base/bp-cmds-execution-x-script.exp: New file.
905 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
906
6c400b59
PA
9072015-01-14 Pedro Alves <palves@redhat.com>
908
909 PR cli/17828
910 * gdb.base/batch-preserve-term-settings.c: New file.
911 * gdb.base/batch-preserve-term-settings.exp: New file.
912
e02c96a7
DE
9132015-01-13 Doug Evans <dje@google.com>
914
915 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
916 binary.
917
576fd14c
JB
9182015-01-13 Joel Brobecker <brobecker@adacore.com>
919
920 * Makefile.in (clean mostlyclean): Do not delete *.py.
921
04dccad0
JB
9222015-01-13 Joel Brobecker <brobecker@adacore.com>
923
924 * gdb.python/py-lookup-type.exp: New file.
925
3d230f71
PA
9262015-01-12 Pedro Alves <palves@redhat.com>
927
928 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
929 restore GDBFLAGS before returning.
930
7e67715d
JK
9312015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
934 is_amd64_regs_target and is_x86_like_target.
935
f2e0d4b4
DE
9362015-01-11 Doug Evans <xdje42@gmail.com>
937
938 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
939 is given without an explicit form.
940 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
941 attributes.
942 * gdb.dwarf/corrupt.exp: Ditto.
943 * gdb.dwarf2/enum-type.exp: Ditto.
944 * gdb.trace/entry-values.exp: Ditto.
945 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
946
439250fb
DE
9472015-01-11 Doug Evans <xdje42@gmail.com>
948
949 PR gdb/15830
950 * gdb.base/maint.exp: Remove references to "maint demangle".
951 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
952 Add tests for explicitly specifying language to demangle.
953 * gdb.dlang/demangle.exp: Ditto.
954
ede9f622
PA
9552015-01-09 Pedro Alves <palves@redhat.com>
956
957 * gdb.threads/non-stop-fair-events.c: New file.
958 * gdb.threads/non-stop-fair-events.exp: New file.
959
a7b796db
PA
9602015-01-09 Pedro Alves <palves@redhat.com>
961
962 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
963 the global scope. Set a breakpoint after all threads are started
964 rather than stepping over two source lines. Expect the prompt.
965 * gdb.base/watch_thread_num.c (threads_started_barrier): New
966 global.
967 (NUM): Now 15.
968 (main): Use threads_started_barrier to wait for all threads to
969 start. Main thread no longer calls thread_function. Exit after
970 180 seconds.
971 (loop): New function.
972 (thread_function): Wait on threads_started_barrier barrier. Call
973 'loop' at each iteration.
974 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
975 threads have started, instead of hardcoding number of "next"
976 steps. Use an access watchpoint instead of a write watchpoint.
977
9665ffdd
PA
9782015-01-09 Pedro Alves <palves@redhat.com>
979
980 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
981 (thread_func): Wait on barrier.
982 (main): Wait for all threads to start before stopping GDB.
983 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
984 global.
985 (thread1_func, thread2_func): Wait on barrier.
986 (main): Wait for all threads to start before stopping GDB.
987 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
988 New global.
989 (thread1_func, thread2_func): Wait on barrier.
990 (main): Wait for all threads to start before stopping GDB.
991
c945a99f
PA
9922015-01-09 Pedro Alves <palves@redhat.com>
993
994 * gdb.threads/attach-many-short-lived-threads.c: New file.
995 * gdb.threads/attach-many-short-lived-threads.exp: New file.
996
c1a747c1
PA
9972014-01-09 Pedro Alves <palves@redhat.com>
998
999 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1000 instead of to thread 2.
1001 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1002 Add barrier around each pthread_create call instead of around all
1003 calls.
1004 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1005 Set a break on thread_function and have the child threads hit it
1006 one at at a time.
1007
60b3033e
PA
10082015-01-09 Pedro Alves <palves@redhat.com>
1009
1010 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1011 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1012 false.
1013 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1014 checking whether the target board is remote.
1015 * gdb.multi/multi-attach.exp: Likewise.
1016 * gdb.python/py-sync-interp.exp: Likewise.
1017 * gdb.server/ext-attach.exp: Likewise.
1018 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1019 tests that need to attach, instead of checking whether the target
1020 board is remote at the top of the file.
1021
acc018ac
YQ
10222015-01-08 Yao Qi <yao@codesourcery.com>
1023
1024 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1025
50a18af8
JK
10262015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 Fix testcase compilation.
1029 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1030
8503d6e1
JB
10312015-01-06 Joel Brobecker <brobecker@adacore.com>
1032
1033 * gdb.python/py-type.exp: Add a couple test about empty
1034 array creation, and negative-length array creation.
1035
cc73dbcc
DE
10362015-01-02 Doug Evans <xdje42@gmail.com>
1037
1038 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1039
0300bbc7
DE
10402015-01-02 Doug Evans <dje@google.com>
1041
1042 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1043
9d85a0ec
YQ
10442014-12-29 Yao Qi <yao@codesourcery.com>
1045
1046 * gdb.trace/entry-values.exp: Update comments. Rename variable
1047 bar_call_foo to returned_from_foo.
1048
87186c6a
MMN
10492014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1050
1051 PR gdb/17394
1052 * gdb.linespec/break-asm-file.c: New file.
1053 * gdb.linespec/break-asm-file.exp: New file.
1054 * gdb.linespec/break-asm-file0.s: New file.
1055 * gdb.linespec/break-asm-file1.s: New file.
1056
1bab7383
YQ
10572014-12-18 Nigel Stephens <nigel@mips.com>
1058 Maciej W. Rozycki <macro@codesourcery.com>
1059
1060 * gdb.base/float.exp: Handle the new output from "info float" on
1061 MIPS targets.
1062
1bc1068a
JK
10632014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1064
1065 Fix MinGW compilation.
1066 * gdb.compile/compile-ops.exp: Update untested message if
1067 !skip_compile_feature_tests.
1068 * gdb.compile/compile-setjmp.exp: Likewise.
1069 * gdb.compile/compile-tls.exp: Likewise.
1070 * gdb.compile/compile.exp: Likewise.
1071 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1072 supported on this host".
1073
b6615d10
DE
10742014-12-16 Doug Evans <xdje42@gmail.com>
1075
1076 * boards/stabs.exp: New file.
1077
25dda427
AA
10782014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1079
1080 * gdb.base/completion.exp: Adjust to format changes of "maint
1081 print user-registers".
1082
bf330350
CU
10832014-12-16 Catalin Udma <catalin.udma@freescale.com>
1084
1085 PR server/17457
1086 * gdb.arch/aarch64-fp.c: New file.
1087 * gdb.arch/aarch64-fp.exp: New file.
1088
395cf596
SDJ
10892014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1090
1091 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1092 r210637, r210913, r211666, r215400, r215817).
1093
1094 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1095 * dg-extract-results.py: New file.
1096 * dg-extract-results.sh: Use it if the environment seems
1097 suitable.
1098
1099 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1100
1101 * dg-extract-results.py (parse_run): Handle warnings that
1102 are printed before a test harness is run.
1103
1104 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1105
1106 * dg-extract-results.py (Named): Remove __cmp__ method.
1107 (output_variation): Use a key to sort variation.harnesses.
1108
1109 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1110
1111 * dg-extract-results.py: For Python 3, force sys.stdout to
1112 handle surrogate escape sequences.
1113 (safe_open): New function.
1114 (output_segment, main): Use it.
1115
1116 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1117
1118 * dg-extract-results.py (Prog.result_re): Include options
1119 in test name.
1120
1121 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1122
1123 * dg-extract-results.py (output_variation): Always sort if
1124 do_sum.
1125
e882ef3c
SM
11262014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1127
1128 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1129 as long as we get pagination notifications.
1130
4992aa20
JM
11312014-12-15 Jason Merrill <jason@redhat.com>
1132
1133 * Makefile.in (check-gdb.%): Restore.
1134 * README: Mention it.
1135
c1b5a1a6
JB
11362014-12-13 Joel Brobecker <brobecker@adacore.com>
1137
1138 * gdb.ada/str_uninit: New testcase.
1139
5537b577
JK
11402014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 PR symtab/17642
1143 * gdb.base/vla-stub-define.c: New file.
1144 * gdb.base/vla-stub.c: New file.
1145 * gdb.base/vla-stub.exp: New file.
1146
bb2ec1b3
TT
11472014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1148 Jan Kratochvil <jan.kratochvil@redhat.com>
1149 Tom Tromey <tromey@redhat.com>
1150
1151 * configure.ac: Add gdb.compile/.
1152 * configure: Regenerate.
1153 * gdb.compile/Makefile.in: New file.
1154 * gdb.compile/compile-ops.exp: New file.
1155 * gdb.compile/compile-ops.c: New file.
1156 * gdb.compile/compile-tls.c: New file.
1157 * gdb.compile/compile-tls.exp: New file.
1158 * gdb.compile/compile-constvar.S: New file.
1159 * gdb.compile/compile-constvar.c: New file.
1160 * gdb.compile/compile-mod.c: New file.
1161 * gdb.compile/compile-nodebug.c: New file.
1162 * gdb.compile/compile-setjmp-mod.c: New file.
1163 * gdb.compile/compile-setjmp.c: New file.
1164 * gdb.compile/compile-setjmp.exp: New file.
1165 * gdb.compile/compile-shlib.c: New file.
1166 * gdb.compile/compile.c: New file.
1167 * gdb.compile/compile.exp: New file.
1168 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1169
4ff709eb
TT
11702014-12-12 Tom Tromey <tromey@redhat.com>
1171
1172 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1173 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1174
6dddd6a5
DE
11752014-12-12 Doug Evans <dje@google.com>
1176
1177 * lib/gdb-python.exp (get_python_valueof): New function.
1178 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1179
71c24708
AA
11802014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1181
1182 * gdb.base/completion.exp: Add test for completion of "info
1183 registers ".
1184
3e29f34a
MR
11852014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1186
1187 * gdb.base/func-ptrs.c: New file.
1188 * gdb.base/func-ptrs.exp: New file.
1189
fc126975
SM
11902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1191
1192 PR breakpoints/17012
1193 * gdb.base/dprintf-detach.c: New file.
1194 * gdb.base/dprintf-detach.exp: New file.
1195
0a46d518
SM
11962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1197
1198 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1199 * lib/gdb.exp (target_is_gdbserver): New procedure.
1200
a0be3e44
DE
12012014-12-08 Doug Evans <dje@google.com>
1202
1203 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1204
df1b803a
YQ
12052014-12-05 Yao Qi <yao@codesourcery.com>
1206
1207 * gdb.guile/scm-error.exp: Remove the third argument to
1208 gdb_remote_download.
1209 * gdb.guile/scm-frame-args.exp: Likewise.
1210 * gdb.guile/scm-section-script.exp: Likewise.
1211
ddb9f679
YQ
12122014-12-05 Yao Qi <yao@codesourcery.com>
1213
1214 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1215
86e4ed39
DE
12162014-12-04 Doug Evans <dje@google.com>
1217
1218 * gdb.python/py-objfile.exp: Add tests for
1219 objfile.add_separate_debug_file.
1220
7c50a931
DE
12212014-12-04 Doug Evans <dje@google.com>
1222
1223 * lib/gdb.exp (get_build_id): New function.
1224 (build_id_debug_filename_get): Rewrite to use it.
1225 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1226
621661e3
MR
12272014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1228
1229 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1230 `method(long)', not just 0x0.
1231 * gdb.cp/nsalias.exp: Align code labels to 4.
1232 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1233 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1234 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1235 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1236 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1237 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1238
29f0c3b7
DE
12392014-12-02 Doug Evans <dje@google.com>
1240
e1e061e7 1241 PR symtab/17602
29f0c3b7 1242 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1243 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1244 * gdb.cp/anon-ns.exp: Update.
1245
162078c8
NB
12462014-12-02 Nick Bull <nicholaspbull@gmail.com>
1247
1248 * gdb.python/py-events.py (inferior_call_handler): New.
1249 (register_changed_handler, memory_changed_handler): New.
1250 (test_events.invoke): Register new handlers.
1251 * gdb.python/py-events.exp: Add tests for inferior call,
1252 memory_changed and register_changed events.
1253
fdb09caf
AA
12542014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1255
1256 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1257 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1258 if the linker doesn't understand this.
1259
55cfb2c4
SM
12602014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1261
1262 * gdb.python/python.exp: Change expected reply to help().
1263
9e8cd6df
YQ
12642014-12-01 Yao Qi <yao@codesourcery.com>
1265
1266 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1267 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1268 * configure: Re-generated.
1269
6c659fc2
SC
12702014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1271
1272 * gdb.cp/chained-calls.cc: New file.
1273 * gdb.cp/chained-calls.exp: New file.
1274 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1275
d7fc3181
SM
12762014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1277
1278 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1279 * gdb.dwarf2/symtab-producer.exp: Same.
1280 * gdb.gdb/python-interrupts.exp: Same.
1281 * gdb.gdb/python-selftest.exp: Same.
1282 * gdb.python/py-linetable.exp: Same.
1283 * gdb.python/py-type.exp: Same.
1284 * gdb.python/py-value-cc.exp: Same.
1285 * gdb.python/py-value.exp: Same.
1286
10e79639
YQ
12872014-11-28 Yao Qi <yao@codesourcery.com>
1288
1289 * gdb.base/break-probes.exp: Match library name prefixed with
1290 sysroot.
1291
f28a0564
SM
12922014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1293
1294 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1295 test expected output. Add parentheses for the call to print.
1296 Remove L suffix from integers.
1297
3fe1ce1d
DE
12982014-11-26 Doug Evans <dje@google.com>
1299
1300 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1301
84429e27
YQ
13022014-11-22 Yao Qi <yao@codesourcery.com>
1303
1304 * gdb.trace/entry-values.c: Remove asms.
1305 (foo): Add foo_label.
1306 (bar): Add bar_label.
1307 * gdb.trace/entry-values.exp: Remove code computing foo's
1308 length and bar's length.
1309 (Dwarf::assemble): Invoke function_range for bar and use
1310 MACRO_AT_func for foo.
1311
26741859
YQ
13122014-11-22 Yao Qi <yao@codesourcery.com>
1313
1314 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1315 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1316 Use .Lgcc43_procstart instead of gcc43.
1317
45e44d27
JB
13182014-11-21 Joel Brobecker <brobecker@adacore.com>
1319
1320 * gdb.ada/n_arr_bound: New testcase.
1321
458c8db8
SDJ
13222014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1323
1324 PR breakpoints/10737
1325 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1326 test_catch_syscall_multi_arch.
1327 (test_catch_syscall_multi_arch): New function.
1328
43f3e411
DE
13292014-11-20 Doug Evans <xdje42@gmail.com>
1330
1331 * gdb.base/maint.exp: Update expected output.
1332
0d7b2549
AA
13332014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1334
1335 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1336 4-byte instruction on S390.
1337
8908fca5
JB
13382014-11-19 Joel Brobecker <brobecker@adacore.com>
1339
1340 * gdb.ada/arr_arr: New testcase.
1341
4a46959e
JB
13422014-11-19 Joel Brobecker <brobecker@adacore.com>
1343
1344 * gdb.ada/pkd_arr_elem: New Testcase.
1345
470e2f4e
LM
13462014-11-18 Luis Machado <lgustavo@codesourcery.com>
1347
1348 * gdb.reverse/break-precsave: Expect completion message for
1349 core file reads.
1350 * gdb.reverse/consecutive-precsave.exp: Likewise.
1351 * gdb.reverse/finish-precsave.exp: Likewise.
1352 * gdb.reverse/i386-precsave.exp: Likewise.
1353 * gdb.reverse/machinestate-precsave.exp: Likewise.
1354 * gdb.reverse/sigall-precsave.exp: Likewise.
1355 * gdb.reverse/solib-precsave.exp: Likewise.
1356 * gdb.reverse/step-precsave.exp: Likewise.
1357 * gdb.reverse/until-precsave.exp: Likewise.
1358 * gdb.reverse/watch-precsave.exp: Likewise.
1359
a267f3ad
AA
13602014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1361
1362 * gdb.base/bp-permanent.c: Include unistd.h.
1363 * gdb.python/py-framefilter-mi.c (main): Add return type.
1364 * gdb.python/py-framefilter.c (main): Likewise.
1365 * gdb.trace/actions-changed.c (main): Likewise.
1366
12084a9a
AA
13672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1368
1369 * gdb.mi/until.c: Add eye-catchers.
1370 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1371 line numbers.
1372
dc7e1a77
AA
13732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374
1375 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1376 function header variants in break1.c.
1377 * gdb.base/ena-dis-br.exp: Likewise.
1378 * gdb.base/hbreak2.exp: Likewise.
1379 * gdb.reverse/until-precsave.exp: Drop references to removed
1380 non-prototype function header variants in ur1.c.
1381 * gdb.reverse/until-reverse.exp: Likewise.
1382
41c77605
PM
13832014-11-17 Petr Machata <pmachata@redhat.com>
1384
1385 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1386 ${_cu_offset_size} bytes abbrev offset.
1387
34248c3a
DE
13882014-11-15 Doug Evans <xdje42@gmail.com>
1389
1390 PR symtab/17559
1391 * gdb.base/line-symtabs.exp: New file.
1392 * gdb.base/line-symtabs.c: New file.
1393 * gdb.base/line-symtabs.h: New file.
1394
646da059
YQ
13952014-11-14 Yao Qi <yao@codesourcery.com>
1396
1397 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1398 (func): Add label func_label.
1399 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1400 Replace low_pc and high_pc with MACRO_AT_range.
1401 Replace name, low_pc and high_pc with MACRO_AT_func.
1402
9301ebe6
YQ
14032014-11-14 Yao Qi <yao@codesourcery.com>
1404
1405 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1406 Replace name, low_pc and high_pc with MACRO_AT_func.
1407
f166b542
YQ
14082014-11-14 Yao Qi <yao@codesourcery.com>
1409
1410 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1411 produce debug information.
1412 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1413
0f6e71e3
YQ
14142014-11-14 Yao Qi <yao@codesourcery.com>
1415
1416 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1417 object and get function length.
1418 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1419 with MACRO_AT_func.
1420 (top-level): Replace gdb_compile and clean_restart with
1421 prepare_for_testing.
1422 * gdb.dwarf2/main.c (main): Add label main_label.
1423
876c4df9
YQ
14242014-11-14 Yao Qi <yao@codesourcery.com>
1425
1426 * lib/dwarf.exp (function_range): New procedure.
1427 (Dwarf::_handle_macro_at_func): New procedure.
1428 (Dwarf::_handle_macro_at_range): New procedure.
1429 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1430
02ad9cf1
YQ
14312014-11-14 Yao Qi <yao@codesourcery.com>
1432
1433 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1434 (_handle_attribute): New procedure.
1435
a59add0c
AA
14362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1437
1438 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1439 * gdb.base/call-sc.c (zed): Likewise.
1440 * gdb.base/checkpoint.c (main): Likewise.
1441 * gdb.base/dump.c (main): Likewise.
1442 * gdb.base/gcore.c (main): Likewise.
1443 * gdb.base/huge.c (main): Likewise.
1444 * gdb.base/multi-forks.c (main): Likewise.
1445 * gdb.base/pr10179-a.c (main): Likewise.
1446 * gdb.base/savedregs.c (main): Likewise.
1447 * gdb.base/sigaltstack.c (main): Likewise.
1448 * gdb.base/siginfo.c (main): Likewise.
1449 * gdb.base/structs.c (zed): Likewise.
1450 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1451 * gdb.mi/mi-syn-frame.c (main): Likewise.
1452 * gdb.mi/until.c (foo, main): Likewise.
1453 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1454 * gdb.base/solib-weak.c (foo): Declare.
1455 * gdb.base/attach-twice.c: Include stdio.h.
1456 * gdb.base/weaklib1.c: Likewise.
1457 * gdb.base/weaklib2.c: Likewise.
1458 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1459 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1460 unistd.h.
1461 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1462 * gdb.mi/mi-exit-code.c: Likewise.
1463 * gdb.base/break-interp-lib.c: Include string.h.
1464 * gdb.base/coremaker.c: Likewise.
1465 * gdb.base/testenv.c: Likewise.
1466 * gdb.python/py-finish-breakpoint.c: Likewise.
1467 * gdb.base/inferior-died.c: Include sys/wait.h.
1468 * gdb.base/fileio.c: Include time.h.
1469 * gdb.base/async-shell.c: Include unistd.h.
1470 * gdb.base/dprintf-non-stop.c: Likewise.
1471 * gdb.base/info-os.c: Likewise.
1472 * gdb.mi/mi-console.c: Likewise.
1473 * gdb.mi/watch-nonstop.c: Likewise.
1474 * gdb.python/py-events.c: Likewise.
1475 * gdb.base/async.c (baz): Move up before its invocation.
1476 * gdb.base/code_elim2.c (my_global_func): Likewise.
1477 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1478 * gdb.base/advance.c (func2): Likewise.
1479
3b5d5997
AA
14802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1483 variant.
1484 * gdb.base/annota3.c: Likewise.
1485 * gdb.base/async.c: Likewise.
1486 * gdb.base/average.c: Likewise.
1487 * gdb.base/call-ar-st.c: Likewise.
1488 * gdb.base/call-rt-st.c: Likewise.
1489 * gdb.base/call-sc.c: Likewise.
1490 * gdb.base/call-strs.c: Likewise.
1491 * gdb.base/ending-run.c: Likewise.
1492 * gdb.base/execd-prog.c: Likewise.
1493 * gdb.base/exprs.c: Likewise.
1494 * gdb.base/foll-exec.c: Likewise.
1495 * gdb.base/foll-fork.c: Likewise.
1496 * gdb.base/foll-vfork.c: Likewise.
1497 * gdb.base/funcargs.c: Likewise.
1498 * gdb.base/gcore.c: Likewise.
1499 * gdb.base/jump.c: Likewise.
1500 * gdb.base/langs0.c: Likewise.
1501 * gdb.base/langs1.c: Likewise.
1502 * gdb.base/langs2.c: Likewise.
1503 * gdb.base/mips_pro.c: Likewise.
1504 * gdb.base/nodebug.c: Likewise.
1505 * gdb.base/opaque0.c: Likewise.
1506 * gdb.base/opaque1.c: Likewise.
1507 * gdb.base/recurse.c: Likewise.
1508 * gdb.base/run.c: Likewise.
1509 * gdb.base/scope0.c: Likewise.
1510 * gdb.base/scope1.c: Likewise.
1511 * gdb.base/setshow.c: Likewise.
1512 * gdb.base/setvar.c: Likewise.
1513 * gdb.base/shmain.c: Likewise.
1514 * gdb.base/shr1.c: Likewise.
1515 * gdb.base/shr2.c: Likewise.
1516 * gdb.base/sigall.c: Likewise.
1517 * gdb.base/signals.c: Likewise.
1518 * gdb.base/so-indr-cl.c: Likewise.
1519 * gdb.base/solib2.c: Likewise.
1520 * gdb.base/structs.c: Likewise.
1521 * gdb.base/sum.c: Likewise.
1522 * gdb.base/vforked-prog.c: Likewise.
1523 * gdb.base/watchpoint.c: Likewise.
1524 * gdb.reverse/shr2.c: Likewise.
1525 * gdb.reverse/until-reverse.c: Likewise.
1526 * gdb.reverse/ur1.c: Likewise.
1527 * gdb.reverse/watch-reverse.c: Likewise.
1528
066a77c5
AA
15292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1530
1531 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1532 variant.
1533 * gdb.base/sepdebug.exp: Drop references to removed code.
1534
4f204ea5
AA
15352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1536
1537 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1538 variant. Preserve original line numbering.
1539 * gdb.base/list1.c: Likewise.
1540
3b377a3a
AA
15412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1542
1543 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1544 variant.
1545 * gdb.base/break1.c: Likewise.
1546 * gdb.base/break.exp: Drop references to removed code.
1547
e444df73
AA
15482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1549
1550 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1551 variant.
1552
8008f2a7
AA
15532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1554
1555 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1556
a5a06887
AA
15572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1558
1559 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1560 logic into perform_all_tests() and invoke it with and without
1561 function header prototypes.
1562 (do_function_calls): Remove conditional XFAIL for PR 5318.
1563 (rerun_and_prepare): Remove duplicate code.
1564 (perform_all_tests): New. Main logic moved here.
1565
44dba9b9
AA
15662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1567
1568 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1569 code guarded by #ifdef NO_PROTOTYPES.
1570 (t_double_many_args): Likewise.
1571 (DEF_FUNC_MANY_ARGS_1): Likewise.
1572 (DEF_FUNC_VALUES_1): Likewise.
1573 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1574 guarded by #ifdef PROTOTYPES.
1575
d1fbcd56
AA
15762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1577
1578 * gdb.mi/mi-console.c: Add eye-catcher.
1579 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1580 instead of literal line number.
1581
b0e59b8f
AA
15822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1583
1584 * gdb.base/shr2.c: Add eye-catcher.
1585 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1586 line number.
1587
78f98cca
AA
15882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1589
1590 * gdb.base/jump.c: Add eye-catchers.
1591 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1592 numbers.
1593
58fa2af0
AA
15942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1595
1596 * gdb.base/execd-prog.c: Add eye-catchers.
1597 * gdb.base/foll-exec.c: Likewise.
1598 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1599 line numbers.
1600
04e5059b
AA
16012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1602
1603 * gdb.base/ending-run.c: Add eye-catchers.
1604 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1605 literal line numbers.
1606
dbfdb174
AA
16072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1608
1609 * gdb.base/call-rt-st.c: Add eye-catchers.
1610 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1611 literal line numbers.
1612
888a2ade
AA
16132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1614
1615 * gdb.base/call-ar-st.c: Add eye-catchers.
1616 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1617 literal line numbers.
1618
6acc2dde
AA
16192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1620
1621 * gdb.base/average.c: Add eye-catchers.
1622 * gdb.base/sum.c: Likewise.
1623 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1624 regexps dynamically.
1625
9ecfcd1d
AA
16262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1627
1628 * gdb.base/solib1.c: Add eye-catchers.
1629 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1630 literal line numbers.
1631
78708b7c
PA
16322014-11-12 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1635 leader has exited.
1636
af48d08f
PA
16372014-11-12 Pedro Alves <palves@redhat.com>
1638
1639 * gdb.arch/i386-bp_permanent.c: New file.
1640 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1641 (srcfile): Set to i386-bp_permanent.c.
1642 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1643 that stepi does not execute the 'leave' instruction, instead of
1644 testing it does execute.
1645 * gdb.base/bp-permanent.c: New file.
1646 * gdb.base/bp-permanent.exp: New file.
1647
af3768e9
DE
16482014-11-10 Doug Evans <xdje42@gmail.com>
1649
1650 PR symtab/17564
1651 * gdb.base/symtab-search-order.exp: New file.
1652 * gdb.base/symtab-search-order.c: New file.
1653 * gdb.base/symtab-search-order-1.c: New file.
1654 * gdb.base/symtab-search-order-shlib-1.c: New file.
1655
9de00a4a
PA
16562014-11-07 Pedro Alves <palves@redhat.com>
1657
1658 PR gdb/17511
1659 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1660 i?86-*-linux*.
1661
e0f52461
SC
16622014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1663
1664 PR c++/17494
1665 * gdb.cp/pr17494.cc: New file.
1666 * gdb.cp/pr17494.exp: New file.
1667
6ce8c980
YQ
16682014-11-02 Yao Qi <yao@codesourcery.com>
1669
1670 * gdb.python/python.exp: Get working directory and match the
1671 output of "set extended-prompt \\w " with it.
1672
02be9a71
DE
16732014-10-30 Doug Evans <dje@google.com>
1674
1675 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1676 in objfiles.
1677 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1678 in progspaces.
1679
3bdff46b
LM
16802014-10-30 Janis Johnson <janisjo@codesourcery.com>
1681
1682 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1683 * gdb.base/realname-expand.exp: Likewise.
1684 * gdb.linespec/macro-relative.exp: Likewise.
1685
ab917dfb
PA
16862014-10-29 Pedro Alves <palves@redhat.com>
1687
1688 PR gdb/17408
1689 * gdb.threads/schedlock.c (some_function): New function.
1690 (call_function): New global.
1691 (MAYBE_CALL_SOME_FUNCTION): New macro.
1692 (thread_function): Call it.
1693 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1694 and use it instead of a global counter. Adjust all callers.
1695 (get_current_thread): Use "find current thread" for test message
1696 here rather than having all callers pass down the same string.
1697 (goto_loop): New procedure, factored out from ...
1698 (my_continue): ... this.
1699 (step_ten_loops): Change parameter from test message to command to
1700 use. Adjust.
1701 (list_count): Delete global.
1702 (check_result): New procedure, factored out from duplicate top
1703 level code.
1704 (continue tests): Wrap in with_test_prefix.
1705 (test_step): New procedure, factored out from duplicate top level
1706 code.
1707 (top level): Test "step" in combination with all scheduler-locking
1708 modes. Test "next" in combination with all scheduler-locking
1709 modes, and in combination with stepping over a function call or
1710 not.
1711 * gdb.threads/next-bp-other-thread.c: New file.
1712 * gdb.threads/next-bp-other-thread.exp: New file.
1713
d3d4baed
PA
17142014-10-29 Pedro Alves <palves@redhat.com>
1715
1716 PR python/17372
1717 * gdb.python/python.exp: Test a multi-line command that spawns
1718 interactive Python.
1719 * gdb.base/multi-line-starts-subshell.exp: New file.
1720
563e8d85
YQ
17212014-10-29 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.base/fileio.exp: Make directories on host.
1724
0ea4d52e
YQ
17252014-10-29 Yao Qi <yao@codesourcery.com>
1726
1727 * gdb.base/fileio.c (test_write): Close the file.
1728
7f5ef605
PA
17292014-10-28 Pedro Alves <palves@redhat.com>
1730
1731 PR gdb/12623
1732 * gdb.base/sigstep.c (no_handler): New global.
1733 (main): If 'no_handler is true, set the signal handlers to
1734 SIG_IGN.
1735 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1736 with_sw_watch and no_handler parameters. Handle them.
1737 (top level) <stepping over handler when stopped at a breakpoint
1738 test>: Add a test axis for testing with a software watchpoint, and
1739 another for testing with the signal handler set to SIG_IGN.
1740 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1741 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1742
abbdbd03
PA
17432014-10-28 Pedro Alves <palves@redhat.com>
1744
1745 PR gdb/17511
1746 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1747 * gdb.base/sigstep.exp (other_handler_location): New global.
1748 (advance): Support stepping into the signal handler, and running
1749 commands while in the handler.
1750 (in_handler_map): New global.
1751 (top level): In the advance test, add combinations for getting
1752 into the handler with stepping commands, and for running commands
1753 in the handler. Add comment descripting the advancei tests.
1754
1df4399f
PA
17552014-10-28 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.base/sigstep.exp: Use build_executable instead of
1758 prepare_for_testing.
1759 (top level): Move code that starts GDB, runs to main and creates a
1760 display to ...
1761 (restart): ... this new procedure.
1762 (top level): Move backtrace from signal handler test to ...
1763 (validate_backtrace): ... this new procedure.
1764 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1765 with_test_prefix. Always restart GDB.
1766 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1767 with_test_prefix. Always restart GDB. No need to delete
1768 breakpoints after the test.
1769 (test_skip_handler): Remove prefix parameter.
1770 (skip_over_handler, breakpoint_to_handler)
1771 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1772 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1773 restart GDB. No need to delete breakpoints after the test.
1774 (top level): Use foreach to call the test procedures with
1775 different commands.
1776
a5b6e449
PA
17772014-10-28 Pedro Alves <palves@redhat.com>
1778
1779 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1780 instead of GNATS numbers.
1781 * gdb.base/sigbpt.exp: Likewise.
1782 * gdb.base/siginfo.exp: Likewise.
1783 * gdb.base/sigstep.exp: Likewise.
1784
e5f8a7cc
PA
17852014-10-27 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/sigstep.c (dummy): New global.
1788 (main): Issue a couple writes to the new global.
1789 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1790 procedures.
1791 (skip_over_handler): Use test_skip_handler.
1792 (top level): Call skip_over_handler for stepi and nexti too.
1793 (breakpoint_over_handler): Use test_skip_handler.
1794 (top level): Call breakpoint_over_handler for stepi and nexti too.
1795
763905a3
YQ
17962014-10-27 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.trace/tfile.c (adjust_function_address)
1799 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1800 function descriptor.
1801
6f259a23
DB
18022014-10-24 Don Breazeal <donb@codesourcery.com>
1803
1804 * gdb.base/foll-fork.exp (test_follow_fork,
1805 catch_fork_child_follow): Check for updated fork messages emitted
1806 from infrun.c.
1807 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1808 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1809 vfork_and_exec_child_follow_through_step): Check for updated vfork
1810 messages emitted from infrun.c.
1811
09dd9a69
PA
18122014-10-24 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.base/corefile.exp: Remove references to ultrix.
1815 * gdb.base/interrupt.exp: Likewise.
1816 * gdb.base/whatis.exp: Likewise.
1817 * gdb.gdb/selftest.exp: Likewise.
1818 * gdb.threads/manythreads.exp: Likewise.
1819 * gdb.threads/print-threads.exp: Likewise.
1820 * gdb.threads/pthreads.exp:: Likewise.
1821 * gdb.threads/schedlock.exp: Likewise.
1822
3433cfa5
SC
18232014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1824
1825 * gdb.cp/non-trivial-retval.cc: Add a test case.
1826 * gdb.cp/non-trivial-retval.exp: Add a test.
1827
092f880b
YQ
18282014-10-20 Yao Qi <yao@codesourcery.com>
1829
1830 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1831 * gdb.python/py-objfile-script-gdb.py: New file.
1832 * gdb.python/py-objfile-script.exp: Update reference to
1833 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1834 of remote_download. Remove the dest file.
1835
acbdb7f3
YQ
18362014-10-20 Yao Qi <yao@codesourcery.com>
1837
1838 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1839 * gdb.base/step-line.exp: Likewise.
1840 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1841 * gdb.dwarf2/dw2-basic.exp: Likewise.
1842 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1843 * gdb.dwarf2/dw2-filename.exp: Likewise.
1844 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1845 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1846 * gdb.dwarf2/dw2-producer.exp: Likewise.
1847 * gdb.dwarf2/mac-fileno.exp: Likewise.
1848 * gdb.python/py-frame-args.exp: Likewise.
1849 * gdb.python/py-framefilter.exp: Likewise.
1850 * gdb.python/py-mi.exp: Likewise.
1851 * gdb.python/py-objfile-script.exp: Likewise
1852 * gdb.python/py-pp-integral.exp: Likewise.
1853 * gdb.python/py-pp-re-notag.exp: Likewise.
1854 * gdb.python/py-prettyprint.exp: Likewise.
1855 * gdb.python/py-section-script.exp: Likewise.
1856 * gdb.python/py-typeprint.exp: Likewise.
1857 * gdb.python/py-xmethods.exp: Likewise.
1858 * gdb.stabs/weird.exp: Likewise.
1859 * gdb.xml/tdesc-regs.exp: Likewise.
1860
bd286a29
KCY
18612014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1862
1863 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1864 (out_cu): Use addr_len for the size of addresses.
1865 (out_line): Likewise. Size DW_LNE_set_address instruction
1866 according to addr_len.
1867 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1868 (FUNC): Add START_INSNS to definition.
1869
673dc4a0
YQ
18702014-10-18 Yao Qi <yao@codesourcery.com>
1871
1872 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1873 gdb_has_argv0 return true.
1874 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1875 check [target_info exists noargs], check [gdb_has_argv0]
1876 instead.
1877 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1878 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1879 procedures.
1880
4ffbba72
DE
18812014-10-17 Doug Evans <dje@google.com>
1882
1883 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1884 event.
1885 * gdb.python/py-events.py: Add clear_objfiles event.
1886
d096d8c1
DE
18872014-10-17 Doug Evans <dje@google.com>
1888
1889 * gdb.python/py-objfile.exp: Test progspace attribute.
1890
a80db015
LM
18912014-10-17 Luis Machado <lgustavo@codesourcery.com>
1892
1893 * gdb.guile/scm-breakpoint.exp: Do not assume any
1894 directory separators when matching source file paths.
1895 * gdb.python/py-breakpoint.exp: Likewise.
1896 * gdb.reverse/break-precsave.exp: Likewise.
1897 * gdb.reverse/break-reverse.exp: Likewise.
1898 * gdb.reverse/consecutive-precsave.exp: Likewise.
1899 * gdb.reverse/finish-precsave.exp: Likewise.
1900 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1901 * gdb.reverse/finish-reverse.exp: Likewise.
1902 * gdb.reverse/i386-precsave.exp: Likewise.
1903 * gdb.reverse/i387-env-reverse.exp: Likewise.
1904 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1905 * gdb.reverse/machinestate-precsave.exp: Likewise.
1906 * gdb.reverse/machinestate.exp: Likewise.
1907 * gdb.reverse/sigall-precsave.exp: Likewise.
1908 * gdb.reverse/solib-precsave.exp: Likewise.
1909 * gdb.reverse/step-precsave.exp: Likewise.
1910 * gdb.reverse/until-precsave.exp: Likewise.
1911 * gdb.reverse/watch-precsave.exp: Likewise.
1912 * gdb.reverse/watch-reverse.exp: Likewise.
1913
b22089ab
YQ
19142014-10-17 Yao Qi <yao@codesourcery.com>
1915
1916 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1917 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1918
6c4486e6
PA
19192014-10-17 Pedro Alves <palves@redhat.com>
1920
1921 PR gdb/17471
1922 * gdb.base/bg-execution-repeat.c: New file.
1923 * gdb.base/bg-execution-repeat.exp: New file.
1924
0ff33695
PA
19252014-10-17 Pedro Alves <palves@redhat.com>
1926
1927 PR gdb/17300
1928 * gdb.base/continue-all-already-running.c: New file.
1929 * gdb.base/continue-all-already-running.exp: New file.
1930
6fdebc3d
PA
19312014-10-17 Pedro Alves <palves@redhat.com>
1932
1933 PR gdb/17472
1934 * gdb.base/annota-input-while-running.c: New file.
1935 * gdb.base/annota-input-while-running.exp: New file.
1936
32a8097b
PA
19372014-10-17 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.base/callfuncs.exp: emove references to osf.
1940 * gdb.base/sigall.exp: Likewise.
1941 * gdb.gdb/selftest.exp: Likewise.
1942 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1943 * gdb.mi/non-stop.c: Likewise.
1944 * gdb.mi/pthreads.c: Likewise.
1945 * gdb.reverse/sigall-precsave.exp: Likewise.
1946 * gdb.reverse/sigall-reverse.exp: Likewise.
1947 * gdb.threads/pthreads.c: Likewise.
1948 * gdb.threads/pthreads.exp: Likewise.
1949
7a3517ff
YQ
19502014-10-17 Yao Qi <yao@codesourcery.com>
1951
1952 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1953 check 'target_info exists noargs'.
1954 (test_command_prompt_position): Likewise.
1955 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1956 Remove "set args".
1957 (progvar_simple_while_test): Likewise.
1958 (progvar_complex_if_while_test): Likewise.
1959 (if_while_breakpoint_command_test): Likewise.
1960 (infrun_breakpoint_command_test): Likewise.
1961 (breakpoint_command_test): Likewise.
1962 (watchpoint_command_test): Likewise.
1963 (bp_deleted_in_command_test): Likewise.
1964 (temporary_breakpoint_commands): Likewise.
1965
bb99c472
YQ
19662014-10-16 Yao Qi <yao@codesourcery.com>
1967
1968 * gdb.base/remotetimeout.exp: Remove noargs checking.
1969
7c16b83e
PA
19702014-10-15 Pedro Alves <palves@redhat.com>
1971
1972 PR breakpoints/9649
1973 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1974 * gdb.base/breakpoint-in-ro-region.exp
1975 (probe_target_hardware_step): New procedure.
1976 (top level): Probe hardware stepping and hardware breakpoint
1977 support. Test stepping through a read-only region, with both
1978 "breakpoint auto-hw" on and off and both "always-inserted" on and
1979 off.
1980
35a49624
IB
19812014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1982
1983 * gdb.dlang/demangle.exp: Update for demangling changes.
1984
2d1c107c
SC
19852014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1986
1987 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1988 * gdb.cp/non-trivial-retval.exp: Add new tests.
1989
778811d5
SC
19902014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1991
1992 PR c++/13403
1993 PR c++/15154
1994 * gdb.cp/non-trivial-retval.cc: New file.
1995 * gdb.cp/non-trivial-retval.exp: New file.
1996
10c5f0a8
YQ
19972014-10-15 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2000 remote host.
2001
65d7b369
YQ
20022014-10-15 Yao Qi <yao@codesourcery.com>
2003
2004 * gdb.python/py-symbol.exp: Match file base name if host is
2005 remote, otherwise match file name with dir name.
2006 * gdb.python/py-symtab.exp: Likewise.
2007 * gdb.python/python.exp: Likewise.
2008
46dc1394
YQ
20092014-10-15 Yao Qi <yao@codesourcery.com>
2010
2011 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2012 pattern.
2013 * gdb.python/py-symtab.exp: Likewise.
2014 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2015 locationn.
2016
c40cc657
JB
20172014-10-14 Joel Brobecker <brobecker@adacore.com>
2018
2019 * gdb.ada/addr_arith: New testcase.
2020
2abf49e1
MR
20212014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2022
2023 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2024 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2025 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2026 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2027
f7088df3
SDJ
20282014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2031 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2032 * gdb.arch/stap-eval-lang-ada.exp: New file.
2033
4dc06805
YQ
20342014-10-14 Yao Qi <yao@codesourcery.com>
2035
2036 * gdb.mi/mi-var-child.c (nothing1): New function.
2037 (nothing2): New function.
2038 (do_children_tests): Set function pointers by nothing1 and
2039 nothing2.
2040 * gdb.mi/mi-var-child.exp: Step over new added statements.
2041 Update test to match the new output.
2042 * gdb.mi/var-cmd.c (nothing1): New function.
2043 (nothing2): New function.
2044 (do_children_tests): Set function pointers by nothing1 and
2045 nothing2.
2046 * gdb.mi/mi-var-display.exp: Update test to match output.
2047 Step to the line specified by $line_dct_nothing.
2048 Increase the number of lines to step.
2049
46a93de2
YQ
20502014-10-14 Yao Qi <yao@codesourcery.com>
2051
2052 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2053 tests.
2054 * gdb.mi/mi2-var-child.exp: Likewise.
2055
14ea52ee
DE
20562014-10-13 Doug Evans <dje@google.com>
2057
2058 * gdb.python/py-objfile.exp: Change name of file name test.
2059
e5c6e92b
DE
20602014-10-13 Doug Evans <dje@google.com>
2061
2062 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2063 from the start of the CU.
2064
c780cc2f
JK
20652014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2066 Yao Qi <yao@codesourcery.com>
2067
2068 Fix "save breakpoints" for "catch" command.
2069 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2070 Remove -nonewline. Match also the added "main" line.
2071
99894e11
JK
20722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2073
2074 Fix "save breakpoints" for "disable $bpnum" command.
2075 * gdb.base/save-bp.c (main): Add label.
2076 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2077
6e1ac5a3
JK
20782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2081
754dd2b0
YQ
20822014-10-11 Yao Qi <yao@codesourcery.com>
2083
2084 * gdb.server/server-kill.exp: Execute command
2085 "set remote trace-status-packet on" before "tstatus".
2086
f90183d7
YQ
20872014-10-11 Yao Qi <yao@codesourcery.com>
2088
2089 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2090 (main): Call getppid.
2091 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2092 and continue to it. Read variable "server_pid".
2093
bf40a607
YQ
20942014-10-11 Yao Qi <yao@codesourcery.com>
2095
2096 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2097
052ca370
YQ
20982014-10-11 Yao Qi <yao@codesourcery.com>
2099
2100 * gdb.threads/thread-find.exp: Don't execute command
2101 "info threads".
2102 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2103 * gdb.threads/linux-dp.exp: Don't check the condition
2104 $threads_created equals to zero.
2105
3831839c
PA
21062014-10-10 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/bigcore.exp: Remove references to IRIX.
2109 * gdb.base/funcargs.exp: Likewise.
2110 * gdb.base/interrupt.exp: Likewise.
2111 * gdb.base/mips_pro.exp: Likewise.
2112 * gdb.base/nodebug.exp: Likewise.
2113 * gdb.base/setvar.exp: Likewise.
2114 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2115
8b9a549d
PA
21162014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2117 Pedro Alves <palves@redhat.com>
2118
2119 PR symtab/14466
2120 * gdb.base/vdso-warning.c: New file.
2121 * gdb.base/vdso-warning.exp: New file.
2122
d48ba5e8
DE
21232014-10-02 Doug Evans <dje@google.com>
2124
2125 * gdb.base/structs.c (main): Don't run forever.
2126
2278c276
PA
21272014-10-02 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2130 (top level) <stop threads 1, stop threads 2>: Use it.
2131
b57bacec
PA
21322014-10-02 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.threads/break-while-running.exp (test): Add new
2135 'update_thread_list' argument. Skip "info threads" if false.
2136 (top level): Add new 'update_thread_list' axis.
2137
13fd3ff3
PA
21382014-10-02 Pedro Alves <palves@redhat.com>
2139
2140 PR breakpoints/17431
2141 * gdb.base/execl-update-breakpoints.c: New file.
2142 * gdb.base/execl-update-breakpoints.exp: New file.
2143
0fec99e8
PA
21442014-10-01 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.base/breakpoint-in-ro-region.c: New file.
2147 * gdb.base/breakpoint-in-ro-region.exp: New file.
2148
2ddf4301
SM
21492014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 * gdb.mi/mi-exit-code.exp: New file.
2152 * gdb.mi/mi-exit-code.c: New file.
2153
6a5f3f43
YQ
21542014-09-30 Yao Qi <yao@codesourcery.com>
2155
2156 * lib/prelink-support.exp (build_executable_own_libs): Error if
2157 the target isn't native.
2158
345bcc73
YQ
21592014-09-30 Yao Qi <yao@codesourcery.com>
2160
2161 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2162 false.
2163
a25a5a45
PA
21642014-09-22 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.threads/break-while-running.exp: New file.
2167 * gdb.threads/break-while-running.c: New file.
2168
00ba3162
YQ
21692014-09-19 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2172 Invoke test. Restart GDB with --readnow and invoke test again.
2173
c3b7b696
YQ
21742014-09-19 Yao Qi <yao@codesourcery.com>
2175
2176 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2177 proc set_breakpoint_on_gcd_function. Invoke
2178 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2179 invoke set_breakpoint_on_gcd_function again.
2180
2b4fd423
DE
21812014-09-18 Doug Evans <dje@google.com>
2182
2183 * gdb.dwarf2/symtab-producer.exp: New file.
2184
a5947601
SDJ
21852014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2186
2187 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2188 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2189 * gdb.base/global-var-nested-by-dso.c: Likewise.
2190 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2191
91c19059
SDJ
21922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2193 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/watch-bitfields.exp: Pass string other than test file
2196 name to prepare_for_testing.
2197 (watch): New procedure.
2198 (expect_watchpoint): Use with_test_prefix.
2199 (top level): Factor out tests to ...
2200 (test_watch_location, test_regular_watch): ... these new
2201 procedures, and use with_test_prefix and gdb_continue_to_end.
2202
bb9d5f81
PP
22032014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2204
2205 PR breakpoints/12526
2206 * gdb.base/watch-bitfields.exp: New file.
2207 * gdb.base/watch-bitfields.c: New file.
2208
635856f5
PA
22092014-09-16 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2212 software and hardware addresses, not software address against
2213 itself.
2214
7280ceea
PA
22152014-09-16 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2218 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2219
428b16bd
PA
22202014-09-16 Pedro Alves <palves@redhat.com>
2221
2222 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2223 files.
2224 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2225 "*-*-vxworks*" throughout.
2226 * gdb.base/break.exp: Likewise.
2227 * gdb.base/default.exp: Likewise.
2228 * gdb.base/scope.exp: Likewise.
2229 * gdb.base/sepdebug.exp: Likewise.
2230 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2231 throughout.
2232 * gdb.base/run.c: Likewise.
2233 * gdb.base/sepdebug.c: Likewise.
2234 * gdb.hp/gdb.aCC/run.c: Likewise.
2235 * gdb.reverse/until-reverse.c: Likewise.
2236 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2237
666d413c
YQ
22382014-09-16 Yao Qi <yao@codesourcery.com>
2239
2240 * boards/local-remote-host-native.exp: New file.
2241
57cbd724
DE
22422014-09-14 Doug Evans <xdje42@gmail.com>
2243
2244 * gdb.threads/queue-signal.c (thread_count): New variable.
2245 (thread_count_mutex, thread_count_condvar): New variables.
2246 (incr_thread_count, wait_all_threads_running): New functions.
2247 (main): Wait for all threads to be in their thread functions.
2248
81219e53
DE
22492014-09-13 Doug Evans <xdje42@gmail.com>
2250
2251 * gdb.threads/queue-signal.c: New file.
2252 * gdb.threads/queue-signal.exp: New file.
2253
3714cea7
DE
22542014-09-13 Doug Evans <xdje42@gmail.com>
2255
2256 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2257 be consistent with what default_gdb_init uses.
2258 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2259 the plain text of the prompt. Add some logging printfs.
2260 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2261
fa43b1d7
PA
22622014-09-12 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2265 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2266 * gdb.arch/i386-size-overlap.exp: Likewise.
2267 * gdb.arch/i386-size.exp: Likewise.
2268 * gdb.arch/i386-unwind.exp: Likewise.
2269 * gdb.base/a2-run.exp: Likewise.
2270 * gdb.base/break.exp: Likewise.
2271 * gdb.base/charset.exp: Likewise.
2272 * gdb.base/chng-syms.exp: Likewise.
2273 * gdb.base/commands.exp: Likewise.
2274 * gdb.base/dbx.exp: Likewise.
2275 * gdb.base/find.exp: Likewise.
2276 * gdb.base/funcargs.exp: Likewise.
2277 * gdb.base/jit-simple.exp: Likewise.
2278 * gdb.base/reread.exp: Likewise.
2279 * gdb.base/sepdebug.exp: Likewise.
2280 * gdb.base/step-bt.exp: Likewise.
2281 * gdb.cp/mb-inline.exp: Likewise.
2282 * gdb.cp/mb-templates.exp: Likewise.
2283 * gdb.objc/basicclass.exp: Likewise.
2284 * gdb.threads/killed.exp: Likewise.
2285
9d9bf2df
EBM
22862014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2287
2288 PR tdep/17379
2289 * gdb.arch/powerpc-stackless.S: New file.
2290 * gdb.arch/powerpc-stackless.exp: New file.
2291
1cf2f1b0
JK
22922014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.base/attach.c: Include unistd.h.
2295 (main): Call alarm. Add label postloop.
2296 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2297 gdb_breakpoint, gdb_continue_to_breakpoint.
2298 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2299
98880d46
PA
23002014-09-11 Pedro Alves <palves@redhat.com>
2301
2302 PR gdb/17347
2303 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2304 * gdb.base/attach.exp (test_command_line_attach_run): New
2305 procedure.
2306 (top level): Call it.
2307
4c92ff2c
PA
23082014-09-11 Pedro Alves <palves@redhat.com>
2309
2310 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2311 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2312 (do_command_attach_tests): Use spawn_wait_for_attach.
2313 * gdb.base/solib-overlap.exp: Likewise.
2314 * gdb.multi/multi-attach.exp: Likewise.
2315 * gdb.python/py-prompt.exp: Likewise.
2316 * gdb.python/py-sync-interp.exp: Likewise.
2317 * gdb.server/ext-attach.exp: Likewise.
2318
3adc1a7d
GKB
23192014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2320
2321 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2322 command in testcase. Simplify testcase.
2323
96334934
JB
23242014-09-10 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2327
eb479039
JB
23282014-09-10 Joel Brobecker <brobecker@adacore.com>
2329
2330 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2331
deede10c
JB
23322014-09-10 Joel Brobecker <brobecker@adacore.com>
2333
2334 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2335
7828a5f5
JB
23362014-09-10 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.dwarf2/dynarr-ptr.c: New file.
2339 * gdb.dwarf2/dynarr-ptr.exp: New file.
2340
33aeebcf
MR
23412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2342
2343 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2344 of 30 rather than hardcoding 120 for a slow test case. Take the
2345 `gdb,timeout' target setting into account for this calculation.
2346 Don't extend the timeout for the test cases that don't need it.
2347
7b415901
MR
23482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2349
2350 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2351 a factor of 2 for a slow test case. Take the `gdb,timeout'
2352 target setting into account for this calculation.
2353 * gdb.reverse/until-precsave.exp: Increase the timeout by
2354 a factor of 15 and 3 respectively rather than adding 120
2355 for a pair of slow test cases. Take the `gdb,timeout'
2356 target setting into account for this calculation.
2357
4a40f85a
MR
23582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2359
2360 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2361 timeout, don't pass one down to gdb_expect.
2362 (gdb_expect): Rework timeout selection.
2363
09635af7
MR
23642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2365
2366 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2367 exception on timeout.
2368 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2369 (gdbserver_start_extended): Catch any `gdbserver_start' error
2370 exceptions.
2371 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2372 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2373 `gdbserver_gdb_load' error exceptions.
2374
2bdd10b7
MR
23752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2376
2377 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2378 120 on waiting for the TCP socket to open.
2379
316935f0
DE
23802014-09-09 Doug Evans <xdje42@gmail.com>
2381
2382 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2383 _caller_matches, _any_caller_is, _any_caller_matches.
2384
83740597
DE
23852014-09-09 Doug Evans <xdje42@gmail.com>
2386
2387 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2388
4c122fc3
YQ
23892014-09-09 Yao Qi <yao@codesourcery.com>
2390
2391 * gdb.mi/mi-var-display.exp: Set print symbol off.
2392
a9f116cb
GKB
23932014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2394
2395 PR gdb/17035
2396 * gdb.base/commands.exp: Add tests to verify user-defined
2397 commands with empty bodies.
2398 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2399 python commands in `show user command`.
2400 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2401 scheme commands in `show user command`.
2402
c75bd3a2
JK
24032014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 PR python/17355
2406 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2407 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2408 * gdb.python/py-framefilter-invalidarg.exp: New file.
2409 * gdb.python/py-framefilter-invalidarg.py: New file.
2410
faa42425
DE
24112014-09-06 Doug Evans <xdje42@gmail.com>
2412
2413 PR 15276
2414 * gdb.python/py-caller-is.c: New file.
2415 * gdb.python/py-caller-is.exp: New file.
2416
474ca4f6
SDJ
24172014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2418
2419 PR gdb/17235
2420 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2421 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2422
eb0b0463
SDJ
24232014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2424
2425 PR fortran/17237
2426 * gdb.fortran/print-formatted.exp: New file.
2427 * gdb.fortran/print-formatted.f90: Likewise.
2428
5f3b99cf
SS
24292014-09-03 Sasha Smundak <asmundak@google.com>
2430
2431 * gdb.python/py-frame.exp: Test Frame.read_register.
2432
7d793aa9
SDJ
24332014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2434
2435 PR python/16699
2436 * gdb.python/py-completion.exp: New file.
2437 * gdb.python/py-completion.py: Likewise.
2438
fb0576e9
DE
24392014-08-28 Doug Evans <dje@google.com>
2440
2441 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2442 eax,etc. are live with values set by gdb and thus the compiler can't
2443 use them.
2444 * gdb.arch/i386-pseudo.c (main): Ditto.
2445
ee92b0dd
DE
24462014-08-27 Doug Evans <dje@google.com>
2447
2448 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2449
6649db35
DE
24502014-08-25 Doug Evans <dje@google.com>
2451
2452 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2453 (main): Ditto.
2454
564b7600
DE
24552014-08-25 Doug Evans <dje@google.com>
2456
2457 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2458
3881fb67
YQ
24592014-08-24 Yao Qi <yao@codesourcery.com>
2460
2461 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2462 symbol off.
2463 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2464
a05a36a5
DE
24652014-08-22 Doug Evans <dje@google.com>
2466
2467 PR 17276
2468 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2469 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2470 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2471
7c343b48
YQ
24722014-08-22 Yao Qi <yao@codesourcery.com>
2473
2474 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2475 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2476 * gdb.python/python.exp: Likewise. Use .py file on the host
2477 instead of the build.
2478
22fd09ae
JK
24792014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 * gdb.threads/gcore-stale-thread.c: New file.
2482 * gdb.threads/gcore-stale-thread.exp: New file.
2483
a8454a7c
PA
24842014-08-21 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2487 * gdb.base/gcore-relro-pie.exp: Likewise.
2488 * gdb.base/gcore-relro.exp: Likewise.
2489 * gdb.base/gcore.exp: Likewise.
2490 * gdb.base/print-symbol-loading.exp: Likewise.
2491 * gdb.threads/gcore-thread.exp: Likewise.
2492 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2493
2a31c623
PA
24942014-08-20 Pedro Alves <palves@redhat.com>
2495 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2498 configure.
2499 (EXPECT): Handle READ1 being set.
2500 (all): Depend on EXTRA_RULES.
2501 (check-read1, expect-read1, read1.so, read1): New rules.
2502 * README (Testsuite Parameters): Document the READ1 make variable.
2503 (Race detection): New section.
2504 * configure: Regenerate.
2505 * configure.ac: If build==host==target, and running under a
2506 GNU/glibc system, add read1 to the extra Makefile rules.
2507 (EXTRA_RULES): AC_SUBST it.
2508 * lib/read1.c: New file.
2509
d36430db
JB
25102014-08-20 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2513 the handling of variables declared as a typedef to an array
2514 which a DW_AT_data_location attribute.
2515
9a0dc9e3
PA
25162014-08-19 Andrew Burgess <aburgess@broadcom.com>
2517 Pedro Alves <palves@redhat.com>
2518
2519 PR symtab/14604
2520 PR symtab/14605
2521 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2522 gdb_test.
2523
0718a8da
PA
25242014-08-19 Pedro Alves <palves@redhat.com>
2525
2526 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2527
13b448cd
YQ
25282014-08-19 Yao Qi <yao@codesourcery.com>
2529
2530 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2531 right line.
2532
1cbf5077
DB
25332014-08-18 David Blaikie <dblaikie@gmail.com>
2534
2535 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2536
bf0fae19
JB
25372014-08-18 Joel Brobecker <brobecker@adacore.com>
2538
2539 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2540 attribute in array range.
2541
3c8c5dcc
JB
25422014-08-18 Joel Brobecker <brobecker@adacore.com>
2543
2544 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2545
e66d4446
SC
25462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2547
2548 PR c++/17132
2549 * gdb.cp/pr17132.cc: New file.
2550 * gdb.cp/pr17132.exp: New file.
2551
940df408
SC
25522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2553
2554 * gdb.python/py-xmethods.py (A_getarrayind)
2555 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2556 Use 'print' with function call syntax.
2557 (E_method_matcher.match): Fix tab vs space indentation mixup.
2558
ebcc6c3a
YQ
25592014-08-15 Yao Qi <yao@codesourcery.com>
2560
2561 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2562 false.
2563
775e0f04
YQ
25642014-08-15 Yao Qi <yao@codesourcery.com>
2565
2566 * gdb.cp/casts.exp: Set print symbol off.
2567 * gdb.cp/class2.exp: Likewise.
2568 * gdb.cp/overload.exp: Likewise.
2569 * gdb.cp/templates.exp: Likewise.
2570
d769e349
DE
25712014-08-11 Doug Evans <dje@google.com>
2572
2573 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2574 (test_load_shlib): Update.
2575
20c6f1e1
YQ
25762014-08-09 Yao Qi <yao@codesourcery.com>
2577
2578 * gdb.base/display.exp: Invoke is_address_zero_readable.
2579 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2580 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2581 * gdb.base/hbreak-unmapped.exp: Return if
2582 is_address_zero_readable returns true.
2583 * gdb.base/signest.exp: Likewise.
2584 * gdb.base/signull.exp: Likewise.
2585 * gdb.base/sigbpt.exp: Likewise.
2586 * gdb.guile/scm-disasm.exp: Do the test if
2587 is_address_zero_readable returns false.
2588 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2589 * gdb.python/py-arch.exp: Likewise.
2590 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2591 * lib/gdb.exp (is_address_zero_readable): New proc.
2592
5792e8e3
YQ
25932014-08-09 Yao Qi <yao@codesourcery.com>
2594
2595 PR testsuite/13443
2596 * gdb.mi/mi-var-display.exp: Make test messages unique.
2597
3cecbbbe
TT
25982014-08-04 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2601 target 0".
2602
00b51ff5
TT
26032014-08-04 Tom Tromey <tromey@redhat.com>
2604
2605 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2606 "target_resume".
2607
6908c509
JB
26082014-08-01 Joel Brobecker <brobecker@adacore.com>
2609
2610 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2611 inner_vla_struct_object_size.
2612 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2613 as xfail.
2614
cc6563d2
PA
26152014-07-30 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2618 comment.
2619
7e09a223
YQ
26202014-07-29 Yao Qi <yao@codesourcery.com>
2621
2622 PR gdb/17206
2623 * gdb.base/until-nodebug.exp: New.
2624
7ebdbe92
DE
26252014-07-28 Doug Evans <xdje42@gmail.com>
2626
2627 PR guile/17203
2628 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2629 previously existing parameter, and previously ambiguously spelled
2630 parameter.
2631
fdb1adc6
WN
26322014-07-28 Will Newton <will.newton@linaro.org>
2633
2634 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2635
186fcde0
DE
26362014-07-26 Ludovic Courtès <ludo@gnu.org>
2637 Doug Evans <xdje42@gmail.com>
2638
2639 PR guile/17146
2640 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2641
70509625
PA
26422014-07-25 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.threads/signal-command-handle-nopass.c: New file.
2645 * gdb.threads/signal-command-handle-nopass.exp: New file.
2646 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2647 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2648 * gdb.threads/signal-delivered-right-thread.c: New file.
2649 * gdb.threads/signal-delivered-right-thread.exp: New file.
2650
c3f814a1
PA
26512014-07-25 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/double-prompt-target-event-error.exp
2654 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2655 match.
2656 (cancel_pagination_in_target_event): Rework double prompt
2657 detection.
2658 * gdb.base/paginate-after-ctrl-c-running.exp
2659 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2660 <return>' match.
2661 * gdb.base/paginate-bg-execution.exp
2662 (test_bg_execution_pagination_return)
2663 (test_bg_execution_pagination_cancel): Remove '-notransfer
2664 <return>' matches.
2665 * gdb.base/paginate-execution-startup.exp
2666 (test_fg_execution_pagination_return)
2667 (test_fg_execution_pagination_cancel): Remove '-notransfer
2668 <return>' matches.
2669 * gdb.base/paginate-inferior-exit.exp
2670 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2671 match.
2672 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2673 * lib/gdb.exp (pagination_prompt): Run text through
2674 string_to_regexp.
2675 (gdb_test_multiple): Match $pagination_prompt instead of
2676 "<return>".
2677 (string_to_regexp): Move to lib/gdb-utils.exp.
2678
e214cf6c
JK
26792014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2680
2681 * gdb.arch/amd64-entry-value-paramref.S: New file.
2682 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2683 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2684 * gdb.arch/amd64-optimout-repeat.S: New file.
2685 * gdb.arch/amd64-optimout-repeat.c: New file.
2686 * gdb.arch/amd64-optimout-repeat.exp: New file.
2687
17d0c5c8
JK
26882014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2689
2690 PR gdb/17170
2691 * gdb.base/statistics.exp: New file.
2692
b8b8facf
DE
26932014-07-17 Doug Evans <dje@google.com>
2694
74b49205 2695 PR gdb/17170
b8b8facf
DE
2696 * gdb.base/maint.exp: Update testing of per-command stats.
2697
1b5d0ab3
PA
26982014-07-16 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2701 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2702 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2703 (tfile_write_buf): New functions.
2704 (add_memory_block): Rewrite using the above.
2705 (adjust_function_address): New function.
2706 (FUNCTION_ADDRESS): New macro.
2707 (write_basic_trace_file): Remove short_x local, and use
2708 tfile_write_16. Change type of func_addr local to unsigned long
2709 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2710 here. Cast argument of add_memory_block to char pointer.
2711 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2712 (main): Remove parameters.
2713 * gdb.trace/tfile.exp: Remove nowarnings.
2714
4d974e88
SM
27152014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2716
2717 * gdb.base/debug-expr.exp: Test string evaluation with
2718 "debug expression" on.
2719
41e99568
PA
27202014-07-15 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.base/reread.exp: Use clean_restart.
2723
487d9753
PL
27242014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2725
2726 * gdb.arch/avr-flash-qualifer.c: New.
2727 * gdb.arch/avr-flash-qualifer.exp: New.
2728
cc1c52ad
PA
27292014-07-14 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2732 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2733
1e973570
PA
27342014-07-14 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/double-prompt-target-event-error.c: New file.
2737 * gdb.base/double-prompt-target-event-error.exp: New file.
2738
93d6eb10
PA
27392014-07-14 Pedro Alves <palves@redhat.com>
2740
2741 PR gdb/17072
2742 * gdb.base/paginate-inferior-exit.c: New file.
2743 * gdb.base/paginate-inferior-exit.exp: New file.
2744
0017922d
PA
27452014-07-14 Pedro Alves <palves@redhat.com>
2746
2747 PR gdb/17072
2748 * gdb.base/paginate-bg-execution.c: New file.
2749 * gdb.base/paginate-bg-execution.exp: New file.
2750
94696ad3
PA
27512014-07-14 Pedro Alves <palves@redhat.com>
2752
2753 PR gdb/17072
2754 * gdb.base/paginate-execution-startup.c: New file.
2755 * gdb.base/paginate-execution-startup.exp: New file.
2756 * lib/gdb.exp (pagination_prompt): New global.
2757 (default_gdb_spawn): New procedure, factored out from
2758 default_gdb_spawn.
2759 (default_gdb_start): Adjust to call default_gdb_spawn.
2760 (gdb_spawn): New procedure.
2761
bd293940
PA
27622014-07-14 Pedro Alves <palves@redhat.com>
2763
2764 * lib/gdb.exp (gdb_assert): New procedure.
2765 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2766
c933f875
PA
27672014-07-14 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.base/execution-termios.c: New file.
2770 * gdb.base/execution-termios.exp: New file.
2771
d98b7a16
TT
27722014-07-14 Tom Tromey <tromey@redhat.com>
2773
2774 * gdb.cp/vla-cxx.cc: New file.
2775 * gdb.cp/vla-cxx.exp: New file.
2776
548740d6
TT
27772014-07-14 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.reverse/rerun-prec.c: New file.
2780 * gdb.reverse/rerun-prec.exp: New file.
2781
a25eb028
MR
27822014-07-12 Maciej W. Rozycki <macro@mips.com>
2783 Maciej W. Rozycki <macro@codesourcery.com>
2784
2785 * lib/gdb-utils.exp: New file.
2786 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2787 inline `gdb_init_command' processing.
2788 (gdb_start_cmd): Likewise.
2789 * lib/mi-support.exp (mi_run_cmd): Likewise.
2790 * README: Document `gdb_init_command' and `gdb_init_commands'.
2791
218c2655
JK
27922014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 Fix false FAIL running under a very long directory name.
2795 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2796 and "set print elements 10000". Twice.
2797
5401fde3
YQ
27982014-07-11 Yao Qi <yao@codesourcery.com>
2799
2800 * gdb.base/exprs.exp: "set print symbol off".
2801
e76126e8
PA
28022014-07-11 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.threads/kill.c: New file.
2805 * gdb.threads/kill.exp: New file.
2806
2d6f0de6
YQ
28072014-07-10 Yao Qi <yao@codesourcery.com>
2808
2809 * gdb.trace/tfile.c (write_basic_trace_file)
2810 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2811 address written to trace file.
2812
7180e04a
PA
28132014-07-09 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/attach-wait-input.exp: New file.
2816 * gdb.base/attach-wait-input.c: New file.
2817
9a9a7608
AB
28182014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2821 setting up test structures.
2822 (main): Call new test function.
2823 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2824 test function, continue into test function and walk test
2825 structures.
2826
161ac41e
YQ
28272014-07-02 Yao Qi <yao@codesourcery.com>
2828
2829 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2830 'bar_start' at the beginning of functions 'foo' and 'bar'
2831 respectively.
2832 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2833 instead of 'foo' and 'bar'.
2834
1f267ae3
MM
28352014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2836
2837 * gdb.btrace/segv.exp: New.
2838 * gdb.btrace/segv.c: New.
2839
2b239efb
LM
28402014-07-02 Luis Machado <lgustavo@codesourcery.com>
2841
2842 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2843 instruction.
2844
cf363f18
MW
28452014-06-30 Mark Wielaard <mjw@redhat.com>
2846
2847 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2848 vulture, vilify, villar): New volatile array constants.
2849 (vindictive, vegetation): New const volatile array constants.
2850 * gdb.base/volatile.exp: Test volatile and const volatile array
2851 types.
2852
aebf9d24
AA
28532014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2854
2855 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2856 target lacks support for awatch, rwatch, or hbreak.
2857
b67a2c6f
YQ
28582014-06-27 Yao Qi <yao@codesourcery.com>
2859
2860 * gdb.multi/dummy-frame-restore.exp: New.
2861 * gdb.multi/dummy-frame-restore.c: New.
2862
aef92902
MM
28632014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2864
2865 * gdb.btrace/gcore.exp: New.
2866
8e9db26e
PA
28672014-06-23 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/watchpoint-reuse-slot.c: New file.
2870 * gdb.base/watchpoint-reuse-slot.exp: New file.
2871
70afc5b7
SC
28722014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2873
2874 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2875 progspace's filename in 'info', 'enable' and 'disable' command
2876 tests.
2877
b972bd9c
JK
28782014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2879
2880 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2881 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2882 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2883
125f8a3d
GB
28842014-06-20 Gary Benson <gbenson@redhat.com>
2885
2886 * gdb.arch/i386-avx.exp: Fix include file location.
2887 * gdb.arch/i386-sse.exp: Likewise.
2888
3ed9baed
IB
28892014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2890
2891 * gdb.dlang/expression.exp: New file.
2892
034f788c
PA
28932014-06-19 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2896 out from ...
2897 (top level): ... here. Iterate running tests under different
2898 scheduler-locking settings.
2899
45371d0c
LM
29002014-06-18 Luis Machado <lgustavo@codesourcery.com>
2901
2902 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2903 to DW_FORM_addr and use non-zero addresses.
2904
5d376983
SC
29052014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2906
2907 PR gdb/17017
2908 * gdb.python/py-xmethods.cc: Add global function call counters and
2909 increment them in their respective functions. Remove "cout"
2910 statements.
2911 * gdb.python/py-xmethods.exp: Make tests check the global function
2912 call counters instead of depending on inferior IO.
2913
a1aa2221
LM
29142014-06-18 Don Breazeal <donb@codesourcery.com>
2915
2916 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2917 Deleted procedure.
2918 (explicit_fork_parent_follow): Deleted procedure.
2919 (explicit_fork_child_follow): Deleted procedure.
2920 (test_follow_fork): New procedure.
2921 (do_fork_tests): Replace calls to deleted procedures with
2922 calls to test_follow_fork and reset GDB for subsequent
2923 procedure calls.
2924
0fc05997
YQ
29252014-06-17 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2928 CP1252.
2929
70795c52
LM
29302014-06-17 Luis Machado <lgustavo@codesourcery.com>
2931
2932 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2933 Initialize ptr and S explicitly.
2934 (skip_type_update_when_not_use_rtti_test): Likewise.
2935
6be47f0c
KS
29362014-06-16 Keith Seitz <keiths@redhat.com>
2937
2938 PR mi/15863
2939 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2940 the inferior is started.
2941
d03de421
PA
29422014-06-16 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/break-main-file-remove-fail.c: New file.
2945 * gdb.base/break-main-file-remove-fail.exp: New file.
2946 * gdb.base/break-unload-file.exp: Use build_executable instead of
2947 prepare_for_testing.
2948 (test_break): New parameter "initial_load". Handle it.
2949 (top level): Add initial_load cmdline/file axis.
2950
f9579b99
TT
29512014-06-12 Tom Tromey <tromey@redhat.com>
2952
2953 * gdb.base/completion.exp: Don't use directory name in test.
2954
3657956b
GB
29552014-06-09 Gary Benson <gbenson@redhat.com>
2956
2957 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2958 separate the always-available ANSI-standard signals from the
2959 signals that require checking.
2960 (main): Likewise.
2961 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2962 Likewise.
2963 (main): Likewise.
2964
4186eb54
KS
29652014-06-07 Keith Seitz <keiths@redhat.com>
2966
2967 Revert:
2968 PR c++/16253
2969 * gdb.cp/var-tag.cc: New file.
2970 * gdb.cp/var-tag.exp: New file.
2971 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2972 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2973 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2974 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2975
25326a28 29762014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2977
2978 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2979
829155c9
PA
29802014-06-06 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2983 in target debug output instead of looking at RSP packets,
2984 disabling the test on any target that uses hardware stepping.
2985 Update comments.
2986
61c8d22e
PA
29872014-06-06 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.base/break-unload-file.exp: Fix typo.
2990
d9a47287
YQ
29912014-06-06 Yao Qi <yao@codesourcery.com>
2992
2993 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2994 from "jit_function" to "^jit_function".
2995
e5e01dbf
YQ
29962014-06-06 Yao Qi <yao@codesourcery.com>
2997
2998 * gdb.base/async.c (foo): Add one statement.
2999 * gdb.base/async.exp: Get the next instruction address and
3000 match the output of "nexti" by instruction address. Match
3001 the hex address in the output of "finish".
3002
73ba372c
GB
30032014-06-06 Gary Benson <gbenson@redhat.com>
3004
3005 * gdb.base/call-signals.c: Remove preprocessor conditionals
3006 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3007 SIGSEGV and SIGTERM.
3008 * gdb.base/sigall.c: Likewise.
3009 * gdb.base/unwindonsignal.c: Likewise.
3010 * gdb.reverse/sigall-reverse.c: Likewise.
3011
831517df
YQ
30122014-06-06 Yao Qi <yao@codesourcery.com>
3013
3014 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3015 readable, skip the test.
3016
b8b91e98
YQ
30172014-06-06 Yao Qi <yao@codesourcery.com>
3018
3019 * gdb.threads/staticthreads.c (thread_function): Move the line
3020 setting breakpoint on forward.
3021 * gdb.threads/staticthreads.exp: Update comments.
3022
fb934770
LC
30232014-06-05 Ludovic Courtès <ludo@gnu.org>
3024
3025 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3026 "history-append! type error".
3027
6ef284bd
SM
30282014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3029
3030 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3031 erroneous dprintf expected input.
3032
a872e241
DE
30332014-06-04 Doug Evans <xdje42@gmail.com>
3034
3035 * gdb.guile/scm-generics.exp: Delete.
3036
16f691fb
DE
30372014-06-04 Doug Evans <xdje42@gmail.com>
3038
3039 * gdb.guile/scm-breakpoint.exp: Update.
3040 Add tests for breakpoint registration.
3041
012370f6
TT
30422014-06-04 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3045 VLA-in-union.
3046 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3047 inner_vla_struct, vla_union types. Initialize objects of those
3048 types and compute their sizes.
3049
9f5a4cef
HZ
30502014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3051 Hui Zhu <hui@codesourcery.com>
3052
3053 * gdb.base/fileio.exp: Add test for shell not available as well as
3054 available.
3055 * gdb.base/fileio.c (test_system): Check for shell twice.
3056
90a45c4d
YQ
30572014-06-04 Yao Qi <yao@codesourcery.com>
3058
3059 * gdb.base/auto-connect-native-target.exp: Remove redundant
3060 space from the regexp pattern.
3061
70017e41
YQ
30622014-06-04 Yao Qi <yao@codesourcery.com>
3063
3064 * gdb.base/default.exp: Replace "child" with "native" in
3065 regexp pattern.
3066
883964a7
SC
30672014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3068
3069 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3070 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3071 * gdb.python/py-xmethods.py: Python script supporting the
3072 new testcase and tests.
3073
ef370185
JB
30742014-06-03 Joel Brobecker <brobecker@adacore.com>
3075 Pedro Alves <palves@redhat.com>
3076
3077 PR breakpoints/17000
3078 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3079 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3080
1e2ccb61
BM
30812014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3082
3083 * gdb.base/subst.exp: Add tests to verify partial path matching
3084 output.
3085
c6ec5ab2
PA
30862014-06-03 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3089 target that doesn't use software single-stepping.
3090
835c559f
PA
30912014-06-03 Pedro Alves <palves@redhat.com>
3092
3093 PR breakpoints/17000
3094 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3095 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3096
06eb1586
DE
30972014-06-02 Doug Evans <xdje42@gmail.com>
3098
3099 * gdb.guile/scm-parameter.exp: New file.
3100
e698b8c4
DE
31012014-06-02 Doug Evans <xdje42@gmail.com>
3102
3103 * gdb.guile/scm-cmd.c: New file.
3104 * gdb.guile/scm-cmd.exp: New file.
3105
ded03782
DE
31062014-06-02 Doug Evans <xdje42@gmail.com>
3107
3108 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3109 pretty-printer lookup.
3110 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3111 (make-pp_s-printer): Call it.
3112 (make-pretty-printer-from-dict): New function.
3113 (lookup-pretty-printer-maker-from-dict): New function.
3114 (*pretty-printer*): Simplify.
3115 (make-objfile-pp_s-printer): New function.
3116 (install-objfile-pretty-printers!): New function.
3117 (make-progspace-pp_s-printer): New function.
3118 (install-progspace-pretty-printers!): New function.
3119 * gdb.guile/scm-progspace.c: New file.
3120 * gdb.guile/scm-progspace.exp: New file.
3121
41fac0cf
PA
31222014-06-02 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/dprintf-bp-same-addr.c: New file.
3125 * gdb.base/dprintf-bp-same-addr.exp: New file.
3126
96ae5695
EBM
31272014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3128
3129 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3130 * gdb.arch/powerpc-power.s: Likewise.
3131
da02b3a8
JB
31322014-06-02 Joel Brobecker <brobecker@adacore.com>
3133
3134 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3135
c72b2e7b
YQ
31362014-06-01 Yao Qi <yao@codesourcery.com>
3137
3138 * gdb.base/watchpoint.exp (test_watch_location): Check null
3139 pointer can be dereferenced. If not, do the test, otherwise
3140 skip it.
3141
53e8a631
AB
31422014-05-30 Andrew Burgess <aburgess@broadcom.com>
3143
3144 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3145 results.
3146 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3147
938f0e2f
AB
31482014-05-30 Andrew Burgess <aburgess@broadcom.com>
3149
3150 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3151 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3152 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3153 * gdb.arch/amd64-invalid-stack-top.c: New file.
3154 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3155
9ba6657a
PA
31562014-05-30 Pedro Alves <palves@redhat.com>
3157
3158 PR breakpoints/17000
3159 * gdb.base/sss-bp-on-user-bp.c: New file.
3160 * gdb.base/sss-bp-on-user-bp.exp: New file.
3161
522c09bf
DB
31622014-05-30 David Blaikie <dblaikie@gmail.com>
3163
3164 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3165 gnu_inline semantics via attribute.
3166 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3167 source explicitly specifies the required semantics.
3168
bf4ef81e
MR
31692014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3170
3171 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3172
329ea579
PA
31732014-05-29 Pedro Alves <palves@redhat.com>
3174 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.base/async-shell.exp: Don't enable target-async.
3177 * gdb.base/async.exp
3178 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3179 parameter. Adjust.
3180 (top level): Don't test with "target-async".
3181 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3182 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3183 * gdb.base/inferior-died.exp: Don't enable target-async.
3184 * gdb.base/interrupt-noterm.exp: Likewise.
3185 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3186 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3187 * gdb.mi/mi-nonstop.exp: Likewise.
3188 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3189 * gdb.mi/mi-nsintrall.exp: Likewise.
3190 * gdb.mi/mi-nsmoribund.exp: Likewise.
3191 * gdb.mi/mi-nsthrexec.exp: Likewise.
3192 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3193 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3194 * gdb.python/py-evsignal.exp: Don't enable target-async.
3195 * gdb.python/py-evthreads.exp: Likewise.
3196 * gdb.python/py-prompt.exp: Likewise.
3197 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3198 * gdb.server/solib-list.exp: Don't enable target-async.
3199 * gdb.threads/thread-specific-bp.exp: Likewise.
3200 * lib/mi-support.exp: Adjust to use mi-async.
3201
fd664c91
PA
32022014-05-29 Pedro Alves <palves@redhat.com>
3203
3204 PR gdb/13860
3205 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3206 reason, even in sync mode.
3207
251bde03
PA
32082014-05-29 Pedro Alves <palves@redhat.com>
3209 Hui Zhu <hui@codesourcery.com>
3210
3211 PR PR15693
3212 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3213 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3214 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3215 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3216
7f3c0343
JB
32172014-05-28 Joel Brobecker <brobecker@adacore.com>
3218
3219 * config/monitor.exp (gdb_target_monitor): Replace use of
3220 "set remotebaud" by "set serial baud".
3221
b2715b27
AW
32222014-05-26 Andy Wingo <wingo@igalia.com>
3223
3224 * gdb.guile/scm-breakpoint.exp:
3225 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3226 properties instead of gdb-object-properties.
3227
498a4489
YQ
32282014-05-26 Yao Qi <yao@codesourcery.com>
3229
3230 * gdb.server/no-thread-db.exp: Specify source file name
3231 explicitly when setting a breakpoint.
3232
589fdceb
MM
32332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3234
3235 * gdb.btrace/vdso.c: New.
3236 * gdb.btrace/vdso.exp: New.
3237
e9089e05
MM
32382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3239
3240 * gdb.base/gcore.exp (capture_command_output): Move ...
3241 * lib/gdb.exp (capture_command_output): ... here.
3242
67b5c0c1
MM
32432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3244
3245 * gdb.btrace/data.exp: Test memory access during btrace replay.
3246
a2199296
SM
32472014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3248
3249 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3250
17b2616c
PA
32512014-05-21 Pedro Alves <palves@redhat.com>
3252
3253 PR gdb/13860
3254 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3255 (top level): Test that output related to execution commands is
3256 sent to the console with CLI commands, but not with MI commands.
3257 Test that breakpoint events are always mirrored to the console.
3258 Also expect the new source line to be output after a "next" in
3259 async mode too. Make it a pass/fail test.
3260 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3261 output.
3262 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3263
5166082f
PA
32642014-05-21 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3267 Use them to test variations of "list" after reaching a breakpoint.
3268 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3269 Test "list" with listsize 10 after reaching a breakpoint.
3270 * gdb.python/python.exp (decode_line current location line
3271 number): Adjust expected line number.
3272
2f25d70f
SM
32732014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3274
3275 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3276 behavior for $args, pass it directly to "run".
3277
ff604a67
MR
32782014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3279
3280 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3281 30000 to 65536.
3282
6a3cb8e8
PA
32832014-05-21 Pedro Alves <palves@redhat.com>
3284
3285 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3286 auto-connect-native-target off".
3287 * gdb.base/auto-connect-native-target.c: New file.
3288 * gdb.base/auto-connect-native-target.exp: New file.
3289
4ebfc96e
PA
32902014-05-21 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.base/default.exp: Test "target native" instead of "target
3293 child".
3294
36d46afb
MW
32952014-05-21 Mark Wielaard <mjw@redhat.com>
3296
3297 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3298
5876f503
JK
32992014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 Fix TLS access for -static -pthread.
3302 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3303 <HAVE_TLS> (thread_function, main): Initialize it.
3304 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3305 Add clean_restart.
3306 <$have_tls != "">: Check TLSVAR.
3307
0256a6ac
PA
33082014-05-21 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/dcache-line-read-error.c: New.
3311 * gdb.base/dcache-line-read-error.exp: New.
3312
936d2992
PA
33132014-05-20 Pedro Alves <palves@redhat.com>
3314
3315 * gdb.base/compare-sections.c: New file.
3316 * gdb.base/compare-sections.exp: New file.
3317
802e8e6d
PA
33182014-05-20 Pedro Alves <palves@redhat.com>
3319
3320 * gdb.base/break-idempotent.c: New file.
3321 * gdb.base/break-idempotent.exp: New file.
3322
e59fa00f
MM
33232014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3324
3325 * gdb.btrace/nohist.exp: New.
3326
8b696e31
YQ
33272014-05-20 Yao Qi <yao@codesourcery.com>
3328
3329 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3330 gdb.reverse directory and gdb_reverse_timeout exists in board
3331 setting.
3332 * README: Document gdb_reverse_timeout.
3333
73c9764f
YQ
33342014-05-20 Yao Qi <yao@codesourcery.com>
3335
3336 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3337 'test_file_name'. Treat args as a string instead of a list.
3338 (gdb_init): Rename argument 'args' by 'test_file_name'.
3339
f1f4348a
JK
33402014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.arch/powerpc-power.exp: New file.
3343 * gdb.arch/powerpc-power.s: New file.
3344
0dbe70ce
DE
33452014-05-16 Doug Evans <dje@google.com>
3346
3347 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3348 * gdb.base/completion.exp: Check that all expected files exist
3349 before doing file completion.
0dbe70ce 3350
8d551b02
DE
33512014-05-16 Doug Evans <dje@google.com>
3352
3353 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3354 Update.
3355 (do_syscall_tests_without_xml): Update.
3356
73eb7709
PA
33572014-05-16 Pedro Alves <palves@redhat.com>
3358
3359 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3360 instead of "unknown output after running".
3361
3fae92fc
YQ
33622014-05-16 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3365 file1.txt from host at the end.
3366 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3367
c2b2ccc5
DE
33682014-05-15 Doug Evans <dje@google.com>
3369
3370 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3371 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3372 loading file. Add test for TU lookup.
3373
8c217a4b
SM
33742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3375
3376 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3377 calling "-exec-arguments" or "set args" before running the
3378 inferior.
3379
3deb39c6
SM
33802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3381
3382 * lib/mi-support.exp (mi_expect_stop): Expect message for
3383 inferiors that exit with non-zero exit code.
3384
71a79f8c
YQ
33852014-05-14 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3388 match absolute path on remote host.
3389 (test_file_list_exec_source_files): Remove "/" from the
3390 pattern.
3391
f23fcd46
YQ
33922014-05-14 Yao Qi <yao@codesourcery.com>
3393
3394 * boards/local-remote-host-notty.exp (${board}_file): New
3395 proc.
3396
9404b58f
KM
33972014-05-07 Kyle McMartin <kyle@redhat.com>
3398
3399 Pushed by Joel Brobecker <brobecker@adacore.com>.
3400 * gdb.arch/aarch64-atomic-inst.c: New file.
3401 * gdb.arch/aarch64-atomic-inst.exp: New file.
3402
5e45f04c
YQ
34032014-05-07 Yao Qi <yao@codesourcery.com>
3404
3405 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3406 in current context" too.
3407
c888a17d
KS
34082014-05-05 Keith Seitz <keiths@redhat.com>
3409
3410 * gdb.linespec/ls-dollar.exp: Add test for linespec
3411 file:convenience_variable.
3412
290a839c
YQ
34132014-05-05 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3416 traceframes into tfile and ctf trace files. Read data from
3417 trace file and test collected data.
3418 (gdb_collect_locals_test): Likewise.
3419 (gdb_unavailable_registers_test): Likewise.
3420 (gdb_unavailable_floats): Likewise.
3421 (gdb_collect_globals_test): Likewise.
3422 (top-level): Append "ctf" to trace_file_targets if GDB
3423 supports.
3424
b5262cd0
YQ
34252014-05-05 Yao Qi <yao@codesourcery.com>
3426
3427 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3428 code to ...
3429 (gdb_collect_args_test_1): ... it. New proc.
3430 (gdb_collect_locals_test): Move some code to ...
3431 (gdb_collect_locals_test_1): ... it. New proc.
3432 (gdb_unavailable_registers_test): Move some code to ...
3433 (gdb_unavailable_registers_test_1): ... it. New proc.
3434 (gdb_unavailable_floats): Move some code to ...
3435 (gdb_unavailable_floats_1): ... it. New proc.
3436
30a1e6cc
SDJ
34372014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3438
3439 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3440 probes to test for bitness recognition.
3441 * gdb.arch/amd64-stap-optional-prefix.exp
3442 (test_probe_value_without_reg): New procedure.
3443 Add code to test for different kinds of bitness.
3444
f33da99a
SDJ
34452014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3446
3447 PR breakpoints/16889
3448 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3449 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3450
5b80f00d
PA
34512014-05-01 Pedro Alves <palves@redhat.com>
3452
3453 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3454 gdb_file_cmd if no file is specified.
3455 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3456 last_loaded_file to set the remote exec-file.
3457
f8c2a73c
PA
34582014-05-01 Pedro Alves <palves@redhat.com>
3459
3460 * boards/local-remote-host.exp: New file.
3461
be6e8ac7
PA
34622014-05-01 Pedro Alves <palves@redhat.com>
3463
3464 * boards/local-remote-host.exp: Rename to ...
3465 * boards/local-remote-host-notty.exp: ... this.
3466
cac0dc8f
JB
34672014-04-28 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.ada/dyn_arrayidx: New testcase.
3470
9730e6cc
YQ
34712014-04-26 Yao Qi <yao@codesourcery.com>
3472
3473 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3474 and compute the length of function main. Save it in
3475 $main_length.
3476 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3477 (top-level): Use gdb_compile to compile objects into
3478 executable and restart GDB. Remove invocation to
3479 prepare_for_testing.
3480
7ae1a6a6
PA
34812014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3482 Pedro Alves <palves@redhat.com>
3483
3484 PR server/16255
3485 * gdb.multi/multi-attach.c: New file.
3486 * gdb.multi/multi-attach.exp: New file.
3487
4082afcc
PA
34882014-04-25 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3491 user.
3492 (top level): Test that "set remote conditional-breakpoints-packet
3493 off" works as intended.
3494 * gdb.base/dprintf.exp: Test that "set remote
3495 breakpoint-commands-packet off" works as intended.
3496 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3497 New function.
3498 (top level): Call it.
3499 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3500 remote fast-tracepoints-packet off" works as intended.
3501 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3502 * lib/gdb.exp (gdb_is_target_remote): ... here.
3503
2abc3f8d
DB
35042014-04-24 David Blaikie <dblaikie@gmail.com>
3505
3506 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3507 ensure clang would not discard them.
3508 * gdb.base/gdbvars.c: Ditto.
3509 * gdb.base/memattr.c: Ditto.
3510 * gdb.base/whatis.c: Ditto.
3511 * gdb.python/py-prettyprint.c: Ditto.
3512 * gdb.trace/actions.c: Ditto.
3513 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3514 ensure clang would not discard it.
3515
bfd39632
DB
35162014-04-24 David Blaikie <dblaikie@gmail.com>
3517
3518 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3519 clang to emit the full definition of type required by the test
3520 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3521
22842ff6
DB
35222014-04-24 David Blaikie <dblaikie@gmail.com>
3523
3524 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3525 coax Clang into emitting the definition of the type.
3526 * gdb.cp/pr10728-x.h (y): Ditto.
3527 * gdb.cp/pr10728-y.cc (y): Ditto.
3528
c2e827ad
DB
35292014-04-24 David Blaikie <dblaikie@gmail.com>
3530
3531 * gdb.base/label.exp: XFAIL label related tests under Clang.
3532 * gdb.cp/cplabel.exp: Ditto.
3533 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3534 under Clang those using labels.
3535
4c2d33e7
YQ
35362014-04-25 Yao Qi <yao@codesourcery.com>
3537
3538 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3539 double_label.
3540 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3541 partial_label and double_label.
3542
56083b99
DB
35432014-04-24 David Blaikie <dblaikie@gmail.com>
3544
3545 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3546
25d4e99d
DB
35472014-04-24 David Blaikie <dblaikie@gmail.com>
3548
3549 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3550 of the function to work across GCC and Clang.
3551 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3552 pointer types (const void ** const V void **).
3553
01f9f808
MS
35542014-04-24 Michael Sturm <michael.sturm@mintel.com>
3555 Walfred Tedeschi <walfred.tedeschi@intel.com>
3556
3557 * Makefile.in (EXECUTABLES): Added i386-avx512.
3558 * gdb.arch/i386-avx512.c: New file.
3559 * gdb.arch/i386-avx512.exp: Likewise.
3560
4b48d439
KS
35612014-04-23 Keith Seitz <keiths@redhat.com>
3562
3563 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3564 (mi_make_breakpoint_table): New procedure.
3565 (mi_create_breakpoint): Use mi_make_breakpoint
3566 and return the result.
3567 (mi_make_breakpoint): New procedure.
3568 (mi_build_kv_pairs): New procedure.
3569
3570 * gdb.mi/mi-break.exp: Remove unused globals,
3571 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3572 All callers updated.
3573 * gdb.mi/mi-dprintf.exp: Use variable to track command
3574 number.
3575 Update all callers of mi_create_breakpoint and use
3576 mi_make_breakpoint_table.
3577 Remove any unused global variables.
3578 * gdb.mi/mi-nonstop.exp: Likewise.
3579 * gdb.mi/mi-nsintrall.exp: Likewise.
3580 * gdb.mi/mi-nsmoribund.exp: Likewise.
3581 * gdb.mi/mi-nsthrexec.exp: Likewise.
3582 * gdb.mi/mi-reverse.exp: Likewise.
3583 * gdb.mi/mi-simplerun.exp: Likewise.
3584 * gdb.mi/mi-stepn.exp: Likewise.
3585 * gdb.mi/mi-syn-frame.exp: Likewise.
3586 * gdb.mi/mi-until.exp: Likewise.
3587 * gdb.mi/mi-var-cp.exp: Likewise.
3588 * gdb.mi/mi-var-display.exp: Likewise.
3589 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3590 * gdb.mi/mi2-var-child.exp: Likewise.
3591 * gdb.mi/mi-vla-c99.exp: Likewise.
3592 * lib/mi-support.exp: Likewise.
3593
3594 From Ian Lance Taylor <iant@cygnus.com>:
3595 * lib/gdb.exp (parse_args): New procedure.
3596
08351840
PA
35972014-04-23 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.base/break-unload-file.c: New file.
3600 * gdb.base/break-unload-file.exp: New file.
3601 * gdb.base/sym-file-lib.c (baz): New function.
3602 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3603 field.
3604 (load): Store the segment's mapped size.
3605 (unload): New function.
3606 (unload_shlib): New function.
3607 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3608 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3609 set a breakpoint at baz, and call it.
3610 * gdb.base/sym-file.exp: New tests for stale breakpoint
3611 instructions.
3612
076855f9
PA
36132014-04-23 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3616 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3617 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3618 * gdb.base/hbreak-unmapped.c: New file.
3619 * gdb.base/hbreak-unmapped.exp: New file.
3620 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3621 * lib/gdb.exp (gdb_is_target_remote): ... here.
3622
483805cf
PA
36232014-04-22 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/consecutive-step-over.c: New file.
3626 * gdb.base/consecutive-step-over.exp: New file.
3627
06d97543
PA
36282014-04-22 Pedro Alves <palves@redhat.com>
3629
3630 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3631 instead of send_gdb/gdb_expect.
3632
b4429ea2
YQ
36332014-04-22 Yao Qi <yao@codesourcery.com>
3634
3635 * lib/trace-support.exp (generate_tracefile): New procedure.
3636 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3637 return 0.
3638 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3639 if generate_tracefile returns 1.
3640
51d48146
PA
36412014-04-18 Tom Tromey <palves@redhat.com>
3642 Pedro alves <tromey@redhat.com>
3643
3644 PR backtrace/15558
3645 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3646 with a backtrace limit.
3647 * gdb.python/py-frame-inline.exp: Test running to an inline
3648 function with a backtrace limit, and printing the newest frame.
3649 * gdb.python/py-frame-inline.c (main): Call f.
3650
bd1dce5f
MS
36512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3652
3653 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3654
40d1a503
MS
36552014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3656
3657 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3658 Drop prefix from unsupported source file path.
3659
389b98f7
YQ
36602014-04-17 Yao Qi <yao@codesourcery.com>
3661
3662 * lib/gdb.exp (with_target_charset): New proc.
3663 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3664 with_target_charset.
3665 (test_print_strings): Likewise.
3666 (test_repeat_bytes): Likewise.
3667 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3668 for some tests.
3669
22869d73
KS
36702014-04-16 Keith Seitz <keiths@redhat.com>
3671
3672 PR gdb/15827
3673 * gdb.dwarf2/corrupt.c: New file.
3674 * gdb.dwarf2/corrupt.exp: New file.
3675
c4f87ca6
KS
36762014-04-16 Keith Seitz <keiths@redhat.com>
3677
3678 PR c++/16597
3679 * gdb.cp/namelessclass.cc: New file.
3680 * gdb.cp/namelessclass.exp: New file.
3681 * gdb.cp/namelessclass.S: New file.
3682
ab19de87
DE
36832014-04-16 Doug Evans <dje@google.com>
3684
3685 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3686 Add comment.
3687 (gdbserver_default_get_comm_port): New function.
3688 (gdbserver_start): Check if board file provided
3689 "gdbserver,get_comm_port" and use it if so.
3690 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3691 (gdb,socketport): Set to "stdio".
3692 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3693 (stdio_gdbserver_template): Delete.
3694 (${board}_get_remote_address): Update.
3695 (${board}_build_remote_cmd): Delete.
3696 (${board}_get_comm_port): New function.
3697 (${board}_spawn): Update.
3698 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3699 Delete.
3700 (${board}_get_remote_address): Update.
3701 (${board}_get_comm_port): New function.
3702
fc98a809
AB
37032014-04-16 Andrew Burgess <aburgess@broadcom.com>
3704
3705 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3706 appearing in any order.
3707
87fd9e6e
DE
37082014-04-15 Doug Evans <dje@google.com>
3709
3710 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3711 uninitialized value of "description".
3712
099fc3ea
KS
37132014-04-15 Keith Seitz <keiths@redhat.com>
3714
3715 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3716 Remove unused globals.
3717 (test_running_the_program): Likewise.
3718 (test_controlled_execution): Likewise.
3719 (test_controlling_breakpoints): Likewise.
3720 (test_program_termination): Likewise.
3721
5da151d4
KS
37222014-04-15 Keith Seitz <keiths@redhat.com>
3723
3724 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3725 unused globals.
3726 (test_rbreak_creation_and_listing): Likewise.
3727 (test_ignore_count): Likewise.
3728 (test_error): Likewise.
3729
35e5d2f0
PA
37302014-04-15 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3733 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3734 sym-file-loader.c.
3735 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3736 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3737 to sym-file-loader.c.
3738 (struct library): Forward declare.
3739 (load_shlib, lookup_function): Change prototypes.
3740 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3741 (translate_offset): Remove declarations.
3742 (get_text_addr): New declaration.
3743 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3744 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3745 sym-file-loader.h.
3746 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3747 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3748 here from sym-file-loader.h.
3749 (struct library): New structure.
3750 (load_shlib, lookup_function): Change prototypes and adjust to
3751 work with a struct library.
3752 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3753 (translate_offset): Make static.
3754 (get_text_addr): New function.
3755 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3756
eb4c1710
PA
37572014-04-15 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3760
2d1baf52
PA
37612014-04-15 Pedro Alves <palves@redhat.com>
3762
3763 * gdb.base/sym-file-loader.c: Include <limits.h>.
3764 (SELF_LINK): New define.
3765 (get_origin): New function.
3766 (load_shlib): Use it.
3767 * gdb.base/sym-file.exp: Don't early return if the target is
3768 remote. Use runto_main, and issue fail is that fails. Use
3769 gdb_load_shlibs.
3770 (shlib_name): Delete.
3771 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3772
7dd6df01
PA
37732014-04-15 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.base/sym-file.exp: Remove regex characters from test
3776 message. Don't refer to breakpoint numbers in test messages.
3777
b50c8614
KS
37782014-04-14 Keith Seitz <keiths@redhat.com>
3779
3780 PR c++/16253
3781 * gdb.cp/var-tag.cc: New file.
3782 * gdb.cp/var-tag.exp: New file.
3783 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3784 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3785 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3786 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3787
3d567982
TT
37882014-04-14 Tom Tromey <tromey@redhat.com>
3789
3790 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3791 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3792 type.
3793 * gdb.cp/enum-class.exp: New file.
3794 * gdb.cp/enum-class.cc: New file.
3795
0626fc76
TT
37962014-04-14 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.dwarf2/enum-type.exp: New file.
3799
dca325b3
SA
38002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3801
3802 * gdb.mi/mi-vla-c99.exp: New file.
3803 * gdb.mi/vla.c: New file.
3804
5854b38a
SA
38052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3806
3807 * gdb.base/vla-datatypes.c: New file.
3808 * gdb.base/vla-datatypes.exp: New file.
3809
463bb957
SA
38102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3811
3812 * gdb.base/vla-ptr.c: New file.
3813 * gdb.base/vla-ptr.exp: New file.
3814
3dd170be
SA
38152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3816
3817 * gdb.dwarf2/count.exp: New file.
3818
5ecaaa66
SA
38192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3820
3821 * gdb.base/vla-sideeffect.c: New file.
3822 * gdb.base/vla-sideeffect.exp: New file.
3823
41f1ada5
DB
38242014-04-14 David Blaikie <dblaikie@gmail.com>
3825
3826 * gdb.mi/non-stop.c: Add return value for non-void function return
3827 statement.
3828 * gdb.threads/staticthreads.c: Ditto.
3829
0be03e84
DE
38302014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3831 Doug Evans <xdje42@gmail.com>
3832
3833 * gdb.guile/scm-value.c: Improve test case.
3834 * gdb.guile/scm-value.exp: Add new test.
3835
f180a1fb
DB
38362014-04-11 David Blaikie <dblaikie@gmail.com>
3837
3838 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3839 override Clang's default.
3840
6b662e19
JB
38412014-04-11 Joel Brobecker <brobecker@adacore.com>
3842
3843 Revert the following changes (regressions):
3844
3845 * gdb.base/vla-sideeffect.c: New file.
3846 * gdb.base/vla-sideeffect.exp: New file.
3847
3848 * gdb.dwarf2/count.exp: New file.
3849
3850 * gdb.base/vla-multi.c: New file.
3851 * gdb.base/vla-multi.exp: New file.
3852
3853 * gdb.base/vla-ptr.c: New file.
3854 * gdb.base/vla-ptr.exp: New file.
3855
3856 * gdb.base/vla-datatypes.c: New file.
3857 * gdb.base/vla-datatypes.exp: New file.
3858
3859 * gdb.mi/mi-vla-c99.exp: New file.
3860 * gdb.mi/vla.c: New file.
3861
245a5f0b
KS
38622014-04-11 Keith Seitz <keiths@redhat.com>
3863
3864 PR c++/16675
3865 * gdb.cp/cpsizeof.exp: New file.
3866 * gdb.cp/cpsizeof.cc: New file.
3867
58a84dcf
SA
38682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3869
191a8a90
JB
3870 * gdb.mi/mi-vla-c99.exp: New file.
3871 * gdb.mi/vla.c: New file.
58a84dcf 3872
c8655f75
SA
38732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3874
3875 * gdb.base/vla-datatypes.c: New file.
3876 * gdb.base/vla-datatypes.exp: New file.
3877
024e13b4
SA
38782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3879
3880 * gdb.base/vla-ptr.c: New file.
3881 * gdb.base/vla-ptr.exp: New file.
3882
1a237e0e
SA
38832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3884
3885 * gdb.base/vla-multi.c: New file.
3886 * gdb.base/vla-multi.exp: New file.
3887
504f3432
SA
38882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3889
3890 * gdb.dwarf2/count.exp: New file.
3891
3bce8237
SA
38922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3893
191a8a90
JB
3894 * gdb.base/vla-sideeffect.c: New file.
3895 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3896
322f9c21
YQ
38972014-04-11 Yao Qi <yao@codesourcery.com>
3898
3899 * gdb.base/completion.exp: Check file exists before running tests
3900 on file completion.
3901
d708bcd1
PA
39022014-04-10 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.base/cond-eval-mode.c: New file.
3905 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3906 prepare_for_testing to build the new file. Check result of
3907 runto_main.
3908 (test_break, test_watch): New procedures.
3909 (top level): Use them.
3910
ae1d2761
PM
39112014-04-08 Pierre Muller <muller@sourceware.org>
3912
3913 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3914 Ctrl-V use for mingw hosts.
3915
7af389b8
SC
39162014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3917
3918 * gdb.python/py-value.c: Improve test case.
3919 * gdb.python/py-value.exp: Add new test.
3920
5e703181
DE
39212014-04-07 David Blaikie <dblaikie@gmail.com>
3922
3923 * lib/compiler.c: Identify the clang compiler.
3924 * lib/compiler.cc: Ditto.
3925
9810b410
YQ
39262014-04-03 Yao Qi <yao@codesourcery.com>
3927
3928 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3929
98d1b8dc
AB
39302014-04-01 Anton Blanchard <anton@samba.org>
3931
3932 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3933 messages unique.
3934
3114cea1
AB
39352014-04-01 Anton Blanchard <anton@samba.org>
3936
3937 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3938 prepare_for_testing.
3939
62f7182c
AB
39402014-04-01 Anton Blanchard <anton@samba.org>
3941
3942 * gdb.arch/ppc64-atomic-inst.c: Remove.
3943 * gdb.arch/ppc64-atomic-inst.S: New file.
3944 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3945
770e7fc7
DE
39462014-03-31 Doug Evans <dje@google.com>
3947
3948 * gdb.base/print-symbol-loading-lib.c: New file.
3949 * gdb.base/print-symbol-loading-main.c: New file.
3950 * gdb.base/print-symbol-loading.exp: New file.
3951
46e2bafa
YQ
39522014-03-31 Yao Qi <yao@codesourcery.com>
3953
3954 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3955
8776cfe9
JB
39562014-03-28 Joel Brobecker <brobecker@adacore.com>
3957
3958 * gdb.ada/mi_dyn_arr: New testcase.
3959
5d1ef361
DE
39602014-03-27 Doug Evans <dje@google.com>
3961
3962 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3963
b5bee914
YQ
39642014-03-27 Yao Qi <yao@codesourcery.com>
3965
3966 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3967 if target is nios2-*-*.
3968
0d4d0e77
YQ
39692014-03-26 Yao Qi <yao@codesourcery.com>
3970
3971 * lib/gdb.exp (readline_is_used): New proc.
3972 * gdb.base/completion.exp: Move tests on command complete up.
3973 Skip the rest of tests if readline is not used.
3974 * gdb.ada/complete.exp: Skp the test if readline is not
3975 used.
3976 * gdb.base/filesym.exp: Likewise.
3977 * gdb.base/macscp.exp: Likewise.
3978 * gdb.base/readline-ask.exp: Likewise.
3979 * gdb.base/readline.exp: Likewise.
3980 * gdb.python/py-cmd.exp: Likewise.
3981 * gdb.trace/tfile.exp: Likewise.
3982
29361eee
YQ
39832014-03-26 Yao Qi <yao@codesourcery.com>
3984
3985 * gdb.base/macscp.exp: Fix code format issues.
3986
bc9a5525
UW
39872014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3988
3989 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3990 * gdb.asm/powerpc64le.inc: New file.
3991
d3839ede
PA
39922014-03-25 Pedro Alves <palves@redhat.com>
3993 Doug Evans <dje@google.com>
3994
3995 * gdb.base/source-execution.c: New file.
3996 * gdb.base/source-execution.exp: New file.
3997 * gdb.base/source-execution.gdb: New file.
3998
01672a57
DE
39992014-03-24 Doug Evans <dje@google.com>
4000
4001 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4002 using fission.
4003
88bbeca9
HZ
40042014-03-24 Hui Zhu <hui@codesourcery.com>
4005 Pedro Alves <palves@redhat.com>
4006
4007 PR breakpoints/16101
4008 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4009 test pass/fail messages. Detect missing support for dprintf when
4010 breakpoints are actually inserted.
4011 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4012 breakpoints are actually inserted.
4013 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4014 fails.
4015
d2348791
JK
40162014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4019
feef67ab
DE
40202014-03-22 Doug Evans <xdje42@gmail.com>
4021
4022 * gdb.python/python.exp (python not supported): Verify multi-line
4023 python command issues an error.
25d743f9 4024 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4025 guile command issues an error.
feef67ab 4026
ecebef6a
MR
40272014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4028
4029 * gdb.threads/thread-specific.exp: Handle the lack of usable
4030 $this_breakpoint and $this_thread.
4031
ccdd1909
HZ
40322014-03-21 Hui Zhu <hui@codesourcery.com>
4033
4034 * gdb.base/attach.exp (do_command_attach_tests): New.
4035
beb460e8
PA
40362014-03-20 Tom Tromey <tromey@redhat.com>
4037 Pedro Alves <palves@redhat.com>
4038
4039 PR cli/15718
4040 * gdb.base/condbreak-call-false.c: New file.
4041 * gdb.base/condbreak-call-false.exp: New file.
4042
40acf43a
PA
40432014-03-20 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4046 Delete.
4047 (block_signals, unblock_signals): Delete.
4048 (child_function_2, main): Remove references to deleted variable
4049 and functions.
4050
9f5e1e02
PA
40512014-03-20 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4054 Use pthread_kill to signal thread 2.
4055 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4056 Adjust to make the test send itself a signal rather than using the
4057 host's "kill" command.
4058
99619bea
PA
40592014-03-20 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.threads/multiple-step-overs.c: New file.
4062 * gdb.threads/multiple-step-overs.exp: New file.
4063 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4064 Adjust expected infrun debug output.
4065
2adfaa28
PA
40662014-03-20 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4069 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4070
31e77af2
PA
40712014-03-20 Pedro Alves <palves@redhat.com>
4072
4073 PR breakpoints/7143
4074 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4075 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4076 of gdb_test_multiple.
4077 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4078 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4079
b9f437de
PA
40802014-03-20 Pedro Alves <palves@redhat.com>
4081
4082 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4083 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4084
05adc73e
PA
40852014-03-19 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/async.exp: Remove early return.
4088
6048b950
PA
40892014-03-19 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4092
8bcfb00a
PA
40932014-03-19 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.base/async.exp (test_background): Expect \r\n after
4096 "completed." in the fail pattern.
4097
884e37dc
PA
40982014-03-19 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.base/async.exp (test_background): New procedure.
4101 Use it for all background execution command tests.
4102
148e57e2
PA
41032014-03-19 Pedro Alves <palves@redhat.com>
4104
4105 * gdb.base/async.exp: Use prepare_for_testing.
4106
f48088c7
PA
41072014-03-19 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4110 the same line.
4111
e2f6c966
PA
41122014-03-19 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/async.c (main): Add "jump here" and "until here" line
4115 marker comments.
4116 * gdb.base/async.exp (jump_here): New global.
4117 (jump& test): Use it.
4118 (until_here): New global.
4119 (until& test): Use it.
4120
c30568d4
PA
41212014-03-19 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.base/async.exp: Don't frob gdb_protocol.
4124
0172b6a7
DE
41252014-03-18 Doug Evans <xdje42@gmail.com>
4126
4127 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4128 Fix spelling of exec-done-display.
4129
06c868a8
JK
41302014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 PR gdb/15358
4133 * gdb.base/gdb-sigterm.c: New file.
4134 * gdb.base/gdb-sigterm.exp: New file.
4135
0c7e1a46
PA
41362014-03-18 Pedro Alves <palves@redhat.com>
4137
4138 PR gdb/13860
4139 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4140 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4141 solib-event.
4142
f7c77d93
JB
41432014-03-17 Joel Brobecker <brobecker@adacore.com>
4144
4145 * gdb.ada/pckd_arr_ren: New testcase.
4146
5a1e8c7a
DE
41472014-03-13 Doug Evans <xdje42@gmail.com>
4148
4149 PR guile/16612
4150 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4151 collect after discarding symbols.
4152
350e1a76
DE
41532014-03-13 Ludovic Courtès <ludo@gnu.org>
4154 Doug Evans <xdje42@gmail.com>
4155
4156 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4157 to history survives a gc.
4158
a69900ae
PA
41592014-03-13 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/default.exp: Don't test "target procfs".
4162
5db9f0bd
PA
41632014-03-13 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/default.exp: Update "target child" and "target procfs"
4166 tests to not expect "Unix".
4167
b3ccfe11
TT
41682014-03-12 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4171 New procs. Add target-async tests.
4172 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4173 Add target-async tests.
4174
646f4417
AA
41752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4176
4177 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4178 'func_start' and 'func_end' for the beginning and end of the
4179 function code, respectively.
4180 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4181 'func_end' instead of 'func' and 'main'.
4182
288c211f
AA
41832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4184
4185 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4186 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4187 generate the debug info assembler source.
4188
e0c0f156
AA
41892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4190
4191 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4192 * gdb.dwarf2/arr-subrange.exp: Likewise.
4193 * gdb.dwarf2/dwz.exp: Likewise.
4194 * gdb.dwarf2/method-ptr.exp: Likewise.
4195 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4196 * gdb.dwarf2/subrange.exp: Likewise.
4197 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4198 * gdb.dwarf2/implptrpiece.exp: Likewise.
4199 * gdb.dwarf2/nostaticblock.exp: Likewise.
4200
0e5c4555
AA
42012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4202
4203 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4204 directory to absolute path name arguments.
4205
5ec18f2b
JG
42062014-03-10 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.ada/tagged_access: New testcase.
4209
847fc4f2
MM
42102014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4211
4212 * gdb.btrace/data.exp: Update expected output.
4213
cc3da688
YQ
42142014-03-06 Yao Qi <yao@codesourcery.com>
4215
4216 * gdb.trace/pr16508.exp: New file.
4217
0f26cec1
PA
42182014-03-05 Pedro Alves <palves@redhat.com>
4219
4220 PR gdb/16575
4221 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4222 procedure.
4223 (top level): Adjust to use it. Add tests that exercise breakpoint
4224 interaction with the code-cache.
4225
7a5a839f
LC
42262014-02-26 Ludovic Courtès <ludo@gnu.org>
4227
4228 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4229 test for 'history-append!'.
4230
31aa7e4e
JB
42312014-02-26 Joel Brobecker <brobecker@adacore.com>
4232
4233 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4234 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4235 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4236 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4237 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4238 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4239
1b588015
JB
42402014-02-26 Joel Brobecker <brobecker@adacore.com>
4241
4242 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4243 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4244 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4245
55426c9d
JB
42462014-02-26 Joel Brobecker <brobecker@adacore.com>
4247
4248 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4249
dc53a7ad
JB
42502014-02-26 Joel Brobecker <brobecker@adacore.com>
4251
4252 * gdb.dwarf2/arr-stride.c: New file.
4253 * gdb.dwarf2/arr-stride.exp: New file.
4254
12ab52e9
PA
42552014-02-26 Pedro Alves <palves@redhat.com>
4256
4257 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4258 that won't ever trigger. Make sure that GDB reports the correct
4259 breakpoint that caused the stop.
4260
849c862e
JK
42612014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 PR gdb/16626
4264 * gdb.base/auto-load-script: New file.
4265 * gdb.base/auto-load.c: New file.
4266 * gdb.base/auto-load.exp: New file.
4267
71b7d793
JK
4268 PR gdb/16626
4269 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4270
e2f0d509
JK
42712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4274 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4275
50cc37c8
DE
42762014-02-24 Doug Evans <dje@google.com>
4277
4278 * lib/gdb.exp (run_on_host): Log error output if program fails.
4279
ea4758f2
PA
42802014-02-21 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.threads/step-after-sr-lock.c: Rename to ...
4283 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4284 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4285 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4286 ... this.
4287
d7b30f67
SDJ
42882014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4289
4290 PR tdep/16397
4291 * gdb.arch/amd64-stap-special-operands.exp: New file.
4292 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4293 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4294 * gdb.arch/amd64-stap-triplet.S: Likewise.
4295 * gdb.arch/amd64-stap-triplet.c: Likewise.
4296
83deb43f
JB
42972014-02-20 Joel Brobecker <brobecker@adacore.com>
4298
4299 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4300 in .section pseudo-op.
4301
adde2bff
DE
43022014-02-20 lin zuojian <manjian2006@gmail.com>
4303 Joel Brobecker <brobecker@adacore.com>
4304 Doug Evans <xdje42@gmail.com>
4305
4306 PR symtab/16581
4307 * gdb.dwarf2/dw2-icycle.S: New file.
4308 * gdb.dwarf2/dw2-icycle.c: New file.
4309 * gdb.dwarf2/dw2-icycle.exp: New file.
4310
f7bd0f78
SC
43112014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4312
4313 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4314 operations on gdb.Value objects.
4315 * gdb.python/py-value-cc.exp: Add new test to test operations on
4316 gdb.Value objects.
4317
c17ef0d5
DE
43182014-02-18 Doug Evans <dje@google.com>
4319
4320 * Makefile.in (TESTS): New variable.
4321 (expanded_tests, expanded_tests_or_none): New variables
4322 (check-single): Pass $(expanded_tests_or_none) to runtest.
4323 (check-parallel): Only run tests in $(TESTS) if non-empty.
4324 (check/no-matching-tests-found): New rule.
4325 * README: Document TESTS makefile variable.
4326
5dd3176f
DE
43272014-02-18 Doug Evans <dje@google.com>
4328
4329 * Makefile.in (check-parallel): rm -rf outputs temp.
4330
0b10be4f
JK
43312014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 Fix "ERROR: no fileid for" in the testsuite.
4334 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4335
85f224e7
DE
43362014-02-12 Doug Evans <dje@google.com>
4337
4338 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4339 (MISCELLANEOUS): New variable.
4340 (clean): rm -rf $(MISCELLANEOUS).
4341 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4342 dwp live in the same directory as symlinks, with each symlink pointed
4343 to a differently named file in a different directory.
4344
149b30ff
DE
43452014-02-11 Doug Evans <dje@google.com>
4346
4347 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4348 of Tcl file commands.
4349
1dfdac32
MK
43502014-02-10 Mark Kettenis <kettenis@gnu.org>
4351
4352 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4353 "kill -SIGUSR1 -1".
4354
aa4fb036
JB
43552014-02-10 Joel Brobecker <brobecker@adacore.com>
4356
4357 * gdb.ada/tick_length_array_enum_idx: New testcase.
4358
ed3ef339
DE
43592014-02-10 Doug Evans <xdje42@gmail.com>
4360
4361 * configure.ac (AC_OUTPUT): Add gdb.guile.
4362 * configure: Regenerate.
4363 * lib/gdb-guile.exp: New file.
4364 * lib/gdb.exp (get_target_charset): New function.
4365 * gdb.base/help.exp: Update expected output from "apropos apropos".
4366 * gdb.guile/Makefile.in: New file.
4367 * gdb.guile/guile.exp: New file.
4368 * gdb.guile/scm-arch.c: New file.
4369 * gdb.guile/scm-arch.exp: New file.
4370 * gdb.guile/scm-block.c: New file.
4371 * gdb.guile/scm-block.exp: New file.
4372 * gdb.guile/scm-breakpoint.c: New file.
4373 * gdb.guile/scm-breakpoint.exp: New file.
4374 * gdb.guile/scm-disasm.c: New file.
4375 * gdb.guile/scm-disasm.exp: New file.
4376 * gdb.guile/scm-equal.c: New file.
4377 * gdb.guile/scm-equal.exp: New file.
4378 * gdb.guile/scm-error.exp: New file.
4379 * gdb.guile/scm-error.scm: New file.
4380 * gdb.guile/scm-frame-args.c: New file.
4381 * gdb.guile/scm-frame-args.exp: New file.
4382 * gdb.guile/scm-frame-args.scm: New file.
4383 * gdb.guile/scm-frame-inline.c: New file.
4384 * gdb.guile/scm-frame-inline.exp: New file.
4385 * gdb.guile/scm-frame.c: New file.
4386 * gdb.guile/scm-frame.exp: New file.
4387 * gdb.guile/scm-generics.exp: New file.
4388 * gdb.guile/scm-gsmob.exp: New file.
4389 * gdb.guile/scm-iterator.c: New file.
4390 * gdb.guile/scm-iterator.exp: New file.
4391 * gdb.guile/scm-math.c: New file.
4392 * gdb.guile/scm-math.exp: New file.
4393 * gdb.guile/scm-objfile-script-gdb.in: New file.
4394 * gdb.guile/scm-objfile-script.c: New file.
4395 * gdb.guile/scm-objfile-script.exp: New file.
4396 * gdb.guile/scm-objfile.c: New file.
4397 * gdb.guile/scm-objfile.exp: New file.
4398 * gdb.guile/scm-ports.exp: New file.
4399 * gdb.guile/scm-pretty-print.c: New file.
4400 * gdb.guile/scm-pretty-print.exp: New file.
4401 * gdb.guile/scm-pretty-print.scm: New file.
4402 * gdb.guile/scm-section-script.c: New file.
4403 * gdb.guile/scm-section-script.exp: New file.
4404 * gdb.guile/scm-section-script.scm: New file.
4405 * gdb.guile/scm-symbol.c: New file.
4406 * gdb.guile/scm-symbol.exp: New file.
4407 * gdb.guile/scm-symtab-2.c: New file.
4408 * gdb.guile/scm-symtab.c: New file.
4409 * gdb.guile/scm-symtab.exp: New file.
4410 * gdb.guile/scm-type.c: New file.
4411 * gdb.guile/scm-type.exp: New file.
4412 * gdb.guile/scm-value-cc.cc: New file.
4413 * gdb.guile/scm-value-cc.exp: New file.
4414 * gdb.guile/scm-value.c: New file.
4415 * gdb.guile/scm-value.exp: New file.
4416 * gdb.guile/source2.scm: New file.
4417 * gdb.guile/types-module.cc: New file.
4418 * gdb.guile/types-module.exp: New file.
4419
7026a7c1
YQ
44202014-02-10 Yao Qi <yao@codesourcery.com>
4421
4422 PR testsuite/16543
4423 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4424 * configure: Regenerated.
4425 * Makefile.in: New file.
4426
6c466447
AS
44272014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4428
4429 * gdb.python/py-framefilter.exp: Fix typo.
4430
6e854735
YQ
44312014-02-08 Yao Qi <yao@codesourcery.com>
4432
4433 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4434 that no =breakpoint-modified is emitted when breakpoints are
4435 modified through MI commands.
4436
d137e6dc
PA
44372014-02-07 Pedro Alves <pedro@codesourcery.com>
4438 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.threads/step-after-sr-lock.c: New file.
4441 * gdb.threads/step-after-sr-lock.exp: New file.
4442
b5ee5a50
PA
44432014-02-07 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4446
3c77faf3
JK
44472014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4450 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4451
6dddc817
DE
44522014-02-06 Doug Evans <xdje42@gmail.com>
4453
4454 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4455 output.
4456
4457 * gdb.gdb/python-interrupts.exp: New file.
4458
de7b2893
YQ
44592014-02-05 Yao Qi <yao@codesourcery.com>
4460
4461 * gdb.trace/report.exp (use_collected_data): Test the output
4462 of "info threads" and "info inferiors".
4463
66d032ac
YQ
44642014-02-05 Yao Qi <yao@codesourcery.com>
4465
4466 Revert this patch:
4467
4468 2013-05-24 Yao Qi <yao@codesourcery.com>
4469
4470 * gdb.trace/tfile.exp: Test inferior and thread.
4471
591a12a1
UW
44722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4473
4474 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4475 on a function.
4476 * gdb.base/step-bt.c: Call hello via function pointer to make
4477 sure its first instruction is executed on powerpc64le-linux.
4478
0ff3e01f
UW
44792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4480
4481 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4482
084ee545
UW
44832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4484
4485 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4486 of the test patterns for use on little-endian systems.
4487
6ed14ff3
UW
44882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4489
4490 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4491 (decimal_vector): Fix for little-endian.
4492
401e27fd
JM
44932014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4494
4495 * gdb.arch/sparc-sysstep.exp: New file.
4496 * gdb.arch/sparc-sysstep.c: Likewise.
4497
4498 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4499
8b924729
EBM
45002014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4501
4502 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4503
fb151210
JB
45042014-01-23 Tom Tromey <tromey@redhat.com>
4505
4506 * gdb.ada/array_char_idx: New testcase.
4507
0740f8d8
TT
45082014-01-23 Tom Tromey <tromey@redhat.com>
4509
4510 PR python/16487:
4511 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4512 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4513 classes.
4514
21909fa1
TT
45152014-01-23 Tom Tromey <tromey@redhat.com>
4516
4517 PR python/16491:
4518 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4519 string from an inferior frame.
4520 * gdb.python/py-framefilter-mi.exp: Update.
4521
87ce2a04
DE
45222014-01-22 Doug Evans <dje@google.com>
4523
4524 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4525
237b092b
AA
45262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4527
4528 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4529
d674a709
AA
45302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4531
4532 * gdb.trace/entry-values.exp: Remove excess space character from
4533 regex patterns. Handle s390 call instruction.
4534
20fa3390
AA
45352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4536
4537 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4538 define "*_start" label. Make "name" static.
4539 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4540 ${name} by references to ${name}_start.
4541
78466714
AA
45422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4543
4544 * gdb.base/info-macros.exp: Remove "debug" from the compile
4545 options.
4546
ec9f644a
IB
45472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4548
4549 * gdb.dlang/demangle.exp: New file.
4550
94b1b47e
IB
45512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4552
4553 * gdb.dlang/primitive-types.exp: New file.
4554
7f420862
IB
45552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4556
4557 * configure.ac: Create gdb.dlang/Makefile.
4558 * configure: Regenerate.
4559 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4560 * gdb.dlang/Makefile.in: New file.
4561 * lib/d-support.exp: New file.
4562 * lib/gdb.exp (skip_d_tests): New proc.
4563
52834460
MM
45642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4565
4566 * gdb.btrace/delta.exp: Check reverse stepi.
4567 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4568 * gdb.btrace/finish.exp: New.
4569 * gdb.btrace/next.exp: New.
4570 * gdb.btrace/nexti.exp: New.
4571 * gdb.btrace/record_goto.c: Add comments.
4572 * gdb.btrace/step.exp: New.
4573 * gdb.btrace/stepi.exp: New.
4574 * gdb.btrace/multi-thread-step.c: New.
4575 * gdb.btrace/multi-thread-step.exp: New.
4576 * gdb.btrace/rn-dl-bind.c: New.
4577 * gdb.btrace/rn-dl-bind.exp: New.
4578 * gdb.btrace/data.c: New.
4579 * gdb.btrace/data.exp: New.
4580 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4581
6e07b1d2
MM
45822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4583
4584 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4585 * gdb.btrace/exception.exp: Update.
4586 * gdb.btrace/instruction_history.exp: Update.
4587 * gdb.btrace/record_goto.exp: Update.
4588 * gdb.btrace/tailcall.exp: Update.
4589 * gdb.btrace/unknown_functions.exp: Update.
4590 * gdb.btrace/delta.exp: New.
4591
0b722aec
MM
45922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4593
4594 * gdb.btrace/record_goto.exp: Add backtrace test.
4595 * gdb.btrace/tailcall.exp: Add backtrace test.
4596
066ce621
MM
45972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4598
4599 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4600 * gdb.btrace/record_goto.c: New.
4601 * gdb.btrace/record_goto.exp: New.
4602 * gdb.btrace/x86-record_goto.S: New.
4603
0688d04e
MM
46042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4605
4606 * gdb.btrace/function_call_history.exp: Update tests.
4607 * gdb.btrace/instruction_history.exp: Update tests.
4608
8710b709
MM
46092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4610
4611 * gdb.btrace/function_call_history.exp: Fix expected field
4612 order for "record function-call-history".
4613 Add new tests for "record function-call-history /c".
4614 * gdb.btrace/exception.cc: New.
4615 * gdb.btrace/exception.exp: New.
4616 * gdb.btrace/tailcall.exp: New.
4617 * gdb.btrace/x86-tailcall.S: New.
4618 * gdb.btrace/x86-tailcall.c: New.
4619 * gdb.btrace/unknown_functions.c: New.
4620 * gdb.btrace/unknown_functions.exp: New.
4621 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4622
5de9129b
MM
46232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4624
4625 * gdb.btrace/instruction_history.exp: Update.
4626 * gdb.btrace/function_call_history.exp: Update.
4627
23a7fe75
MM
46282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4629
4630 * gdb.btrace/function_call_history.exp: Fix expected function
4631 trace.
4632 * gdb.btrace/instruction_history.exp: Initialize traced.
4633 Remove traced_functions.
4634
724c7dd8
MM
46352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4636
4637 * gdb.btrace/function_call_history.exp: Update
4638 * gdb.btrace/instruction_history.exp: Update.
4639
6d78d93b
MM
46402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4641
4642 * gdb.btrace/enable.exp: Update expected text.
4643
93a360cc
OJ
46442014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4645
4646 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4647 bytes.
4648
3772b53f
MR
46492014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4650
4651 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4652
596662fa
OJ
46532014-01-15 Omair Javaid <omair.javaid@linaro.org>
4654
4655 * lib/gdb.exp (supports_process_record): Return true for
4656 arm*-linux*. (supports_reverse): Likewise.
4657
b5b08fb4
SC
46582014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4659
4660 PR python/15464
4661 PR python/16113
4662 * gdb.python/py-type.c: Enhance test case.
4663 * gdb.python/py-value-cc.cc: Likewise
4664 * gdb.python/py-type.exp: Add new tests.
4665 * gdb.python/py-value-cc.exp: Likewise
4666
52d7fb13
AA
46672014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4668 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4671 Make "name" extern.
4672 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4673 references to ${name}_start by references to ${name}.
4674
a2cd8cfe
JB
46752014-01-10 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4678
4e23fced
JB
46792014-01-10 Joel Brobecker <brobecker@adacore.com>
4680
4681 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4682
c6a9e42c
PA
46832014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4684 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.mi/mi-info-os.exp: Connect to the target with
4687 mi_gdb_target_load.
4688
b7ea362b
PA
46892014-01-08 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.threads/reconnect-signal.c: New file.
4692 * gdb.threads/reconnect-signal.exp: New file.
4693
5e3f4fab
EBM
46942014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4695
4696 * gdb.base/source-dir.exp: New file.
4697
79301218
JB
46982014-01-07 Joel Brobecker <brobecker@adacore.com>
4699
4700 * gdb.ada/mi_interface: New testcase.
4701
8e355c5d
JB
47022014-01-07 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4705 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4706 gdb.ada/pp-rec-component/pck.ads: New files.
4707
c0d48811
JB
47082014-01-07 Joel Brobecker <brobecker@adacore.com>
4709
4710 * gdb.python/py-pp-integral.c: New file.
4711 * gdb.python/py-pp-integral.py: New file.
4712 * gdb.python/py-pp-integral.exp: New file.
4713
17b609c3 4714For older changes see ChangeLog-1993-2013.
c906108c 4715\f
8d8cb839
EZ
4716;; Local Variables:
4717;; mode: change-log
4718;; left-margin: 8
4719;; fill-column: 74
4720;; version-control: never
4721;; End:
902f2ccb 4722
32d0add0 4723 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4724 Copying and distribution of this file, with or without modification,
4725 are permitted provided the copyright notice and this notice are preserved.
This page took 2.311163 seconds and 4 git commands to generate.