]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Zero supplied stat buffers in functions that pretend to stat
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0ff6fcb2
LM
12015-04-13 Luis Machado <lgustavo@codesourcery.com>
2
3 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4 to write to the .text section.
5
7578d5f7
LM
62015-04-13 Luis Machado <lgustavo@codesourcery.com>
7
8 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9 Handle the case of targets that do not provide PID information.
10
2efe15c4
YQ
112015-04-13 Yao Qi <yao.qi@linaro.org>
12
13 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14 and use expect instead of gdb_expect.
15
8cd8f2f8
SDJ
162015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
17
18 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19 "coredump_var_addr" to avoid naming conflict with other testcases.
20
9ee41772
PA
212015-04-10 Pedro Alves <palves@redhat.com>
22
23 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
24 gdb_test_sequence and gdb_assert.
25
07473109
PA
262015-04-10 Pedro Alves <palves@redhat.com>
27
28 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
29 test messages that don't include the breakpoint address.
30
de3db44c
YQ
312015-04-10 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
34 false for some offset and width combinations which aren't
35 supported by linux kernel.
36
c79d856c
PA
372015-04-10 Pedro Alves <palves@redhat.com>
38
39 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
40 procedure, factored out from ...
41 (top level): ... here. Add "set displaced-stepping" testing axis.
42 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
43 parameter "displaced". Use it.
44 (top level): Use foreach and add "set displaced-stepping" testing
45 axis.
46
ebc90b50
PA
472015-04-10 Pedro Alves <palves@redhat.com>
48
49 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
50 Remove comment.
51 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
52 both the address of the instruction that triggers the watchpoint
53 and the address of the instruction immediately after, and use
54 those addresses for the test. Fix comment.
55
8f572e5c
PA
562015-04-10 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/sigstep.exp (breakpoint_to_handler)
59 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
60 Test "backtrace" in handler.
61 (breakpoint_over_handler): New parameter 'displaced'. Use it.
62 (top level): Add new "displaced" test axis to
63 breakpoint_to_handler, breakpoint_to_handler_entry and
64 breakpoint_over_handler.
65
8d707a12
PA
662015-04-10 Pedro Alves <palves@redhat.com>
67
68 PR gdb/18216
69 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
70
ef713951
YQ
712015-04-10 Yao Qi <yao.qi@linaro.org>
72
73 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
74 (test_add_rn_pc): New function.
75 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
76 (top level): Invoke test_add_rn_pc.
77
906d60cf
PA
782015-04-10 Pedro Alves <palves@redhat.com>
79
80 PR gdb/13858
81 * gdb.base/step-over-no-symbols.exp: New file.
82
f2983cc3
AW
832015-04-09 Andy Wingo <wingo@igalia.com>
84
85 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
86 after the Python tests.
87
6d62641c
SDJ
882015-04-08 Keith Seitz <keiths@redhat.com>
89
90 PR python/16699
91 * gdb.python/py-completion.exp: New tests for completion.
92 * gdb.python/py-completion.py (CompleteLimit1): New class.
93 (CompleteLimit2): Likewise.
94 (CompleteLimit3): Likewise.
95 (CompleteLimit4): Likewise.
96 (CompleteLimit5): Likewise.
97 (CompleteLimit6): Likewise.
98 (CompleteLimit7): Likewise.
99
f3770638
PA
1002015-04-08 Pedro Alves <palves@redhat.com>
101
102 PR gdb/18214
103 PR gdb/18216
104 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
105 function.
106 (main): Install it as SIGUSR1 handler.
107 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
108 parameter. Always use "setup" as prefix. Toggle "set
109 displaced-stepping" off/on depending on global. Don't switch to
110 thread 1 here.
111 (top level): Add displaced stepping "off/on" test axis. Update
112 "setup" calls. Wrap each subtest with with_test_prefix. Test
113 continuing with a queued signal in each thread.
114
4496bed7
PA
1152015-04-08 Pedro Alves <palves@redhat.com>
116
117 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
118 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
119 gdb_breakpoint instead of gdb_test that doesn't expect anything.
120 Return early if running to main fails.
121 * gdb.trace/while-stepping.exp: Likewise.
122
b97fde92
PA
1232015-04-07 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
126 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
127 interact with inferior program.
128
f71c18e7
PA
1292015-04-07 Pedro Alves <palves@redhat.com>
130
131 * lib/gdb.exp (inferior_spawn_id): New global.
132 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
133 spawn id after processing the user code.
134 (default_gdb_start): Set inferior_spawn_id.
135 (send_inferior): New procedure.
136 * lib/gdbserver-support.exp (gdbserver_start): Set
137 inferior_spawn_id.
138 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
139
6423214f
PA
1402015-04-07 Pedro Alves <palves@redhat.com>
141
142 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
143 * lib/gdbserver-support.exp (gdbserver_start): Make
144 $server_spawn_id global.
145 (gdbserver_start): Don't wait for gdbserver's spawn id with
146 expect_background.
147 (close_gdbserver): New procedure.
148 (gdb_exit): Rename the default version and reimplement.
149
71c0ee8c
PA
1502015-04-07 Pedro Alves <palves@redhat.com>
151
152 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
153 append the substituted item, not the original item.
154
203bc29b
PA
1552015-04-07 Pedro Alves <palves@redhat.com>
156
157 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
158 gdb_expect.
159
508a3ddf
PA
1602015-04-07 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/interrupt.exp: Don't handle the case of the inferior
163 output appearing once only.
164
9f6dbe2b
PA
1652015-04-07 Pedro Alves <palves@redhat.com>
166
167 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
168 that doesn't expect anything. Return early if running to main
169 fails.
170
337532fa
YQ
1712015-04-07 Yao Qi <yao.qi@linaro.org>
172
173 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
174 (child_function): Call alarm.
175 (main): Move call to alarm into the loop.
176 * gdb.threads/non-stop-fair-events.exp: Build program with
177 -DTIMEOUT=$timeout.
178
01b622d4
DE
1792015-04-06 Doug Evans <xdje42@gmail.com>
180
181 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
182 Fix dest parameter to board_info.
183 (fpc_compile): Ditto.
184 (gdb_compile_pascal): Rename dest arg to destfile.
185
961f4160
PMR
1862015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
187
188 * gdb.ada/funcall_ref.exp: New file.
189 * gdb.ada/funcall_ref/foo.adb: New file.
190
cafda597
YQ
1912015-04-02 Yao Qi <yao.qi@linaro.org>
192
193 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
194 is remote.
195
fed040c6
GB
1962015-04-02 Gary Benson <gbenson@redhat.com>
197
198 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
199
d11916aa
SS
2002015-04-01 Sasha Smundak <asmundak@google.com>
201
202 * gdb.python/py-unwind-maint.c: New file.
203 * gdb.python/py-unwind-maint.exp: New test.
204 * gdb.python/py-unwind-maint.py: New file.
205 * gdb.python/py-unwind.c: New file.
206 * gdb.python/py-unwind.exp: New test.
207 * gdb.python/py-unwind.py: New test.
208
a1471180
PA
2092015-04-01 Pedro Alves <palves@redhat.com>
210
211 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
212 to fail instead of non-existent $test.
213
0bbeccb1
PA
2142015-04-01 Pedro Alves <palves@redhat.com>
215
216 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
217 GDBFLAGS if not empty.
218
3c724c8c
PMR
2192015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
220
221 * gdb.ada/complete.exp: Remove "multi_line".
222 * gdb.ada/info_exc.exp: Remove "multi_line".
223 * gdb.ada/packed_tagged.exp: Remove "multi_line".
224 * gdb.ada/ptype_field.exp: Remove "multi_line".
225 * gdb.ada/sym_print_name.exp: Remove "multi_line".
226 * gdb.ada/tagged.exp: Remove "multi_line".
227 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
228 [multi_line ...]
229 * gdb.btrace/delta.exp: Likewise.
230 * gdb.btrace/exception.exp: Likewise.
231 * gdb.btrace/function_call_history.exp: Likewise.
232 * gdb.btrace/instruction_history.exp: Likewise.
233 * gdb.btrace/nohist.exp: Likewise.
234 * gdb.btrace/record_goto.exp: Likewise.
235 * gdb.btrace/segv.exp: Likewise.
236 * gdb.btrace/stepi.exp: Likewise.
237 * gdb.btrace/tailcall.exp: Likewise.
238 * gdb.btrace/unknown_functions.exp: Likewise.
239 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
240 * lib/gdb.exp: Add the "multi_line" helper.
241
4eec2deb
PA
2422015-04-01 Pedro Alves <palves@redhat.com>
243
244 * gdb.threads/tid-reuse.c: New file.
245 * gdb.threads/tid-reuse.exp: New file.
246
df8411da
SDJ
2472015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
248
249 PR corefiles/16092
250 * gdb.base/coredump-filter.c: New file.
251 * gdb.base/coredump-filter.exp: Likewise.
252
6ef37366
PM
2532015-03-27 Petr Machata <pmachata@redhat.com>
254
255 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
256 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
257 (Dwarf::assemble): Initialize them.
258 (Dwarf::lines): New function.
259
7ec911b0
JT
2602015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
261
262 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
263 SYMBOL_PREFIX for x86_64-*-cygwin.
264
ff908ebf
AW
2652015-03-26 Andy Wingo <wingo@igalia.com>
266
267 PR symtab/18148
268 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
269 const_value but not a location.
270 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
271 location defined in non-main CUs are visible.
272
6d5f0679
YQ
2732015-03-26 Yao Qi <yao.qi@linaro.org>
274
275 PR testsuite/18139
276 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
277 Add a line number entry for the same line.
278 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
279 Add a line number entry for the same line.
280
2898689b
YQ
2812015-03-26 Yao Qi <yao.qi@linaro.org>
282
283 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
284 .int 0.
285 (func): Likewise. Add .Lfunc_1 label.
286 Use .Lfunc_1 label.
287 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
288 .int 0.
289 (func): Likewise.
290 Use .Lfunc_1 label.
291
85180498
YQ
2922015-03-26 Yao Qi <yao.qi@linaro.org>
293
294 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
295 Call gdb_compile instead to compile each .s files without debug
296 information.
297
8aa08a8d
YQ
2982015-03-26 Yao Qi <yao.qi@linaro.org>
299
300 * gdb.base/savedregs.exp (process_saved_regs): Make
301 "Saved registers:" optional in the pattern.
302
66849923
MM
3032015-03-25 Markus Metzger <markus.t.metzger@intel.com>
304
305 * gdb.btrace/next.exp: Merged into step.exp.
306 * gdb.btrace/finish.exp: Merged into step.exp.
307 * gdb.btrace/nexti.exp: Merged into stepi.exp.
308 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
309 "record goto" and checking the exact replay position.
310 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
311 check for "Recording format" in "info record" output.
312 * gdb.btrace/record_goto.exp: Choose test file based on target.
313 * gdb.btrace/x86-record_goto.S: Renamed into ...
314 * gdb.btrace/x86_64-record_goto.S: ... this.
315 * gdb.btrace/i686-record_goto.S: New.
316 * gdb.btrace/x86-tailcall.S: Renamed into ...
317 * gdb.btrace/x86_64-tailcall.S: ... this.
318 * gdb.btrace/i686-tailcall.S: New.
319 * gdb.btrace/x86-tailcall.c: Renamed into ...
320 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
321 separate statements. Update test.
322 * gdb.btrace/delta.exp: Use record_goto.c as test file.
323 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
324 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
325 * gdb.btrace/tailcall.exp: Choose test file based on target.
326 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
327
11cc1b74
MM
3282015-03-25 Markus Metzger <markus.t.metzger@intel.com>
329
330 * gdb.btrace/exception.exp: Increase BTS buffer size.
331
a25d8bf9
PA
3322015-03-24 Pedro Alves <palves@redhat.com>
333
334 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
335
856e7dd6
PA
3362015-03-24 Pedro Alves <palves@redhat.com>
337
338 * gdb.threads/schedlock.exp (test_step): No longer expect that
339 "set scheduler-locking step" with "next" over a function call runs
340 threads unlocked.
341
ad235a41
AT
3422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
343
344 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
345
15630549
AT
3462015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
347
348 PR breakpoints/16466
349 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
350 * gdb.mi/mi-pending.c (thread_func): New function.
351 (int main): Add threading support required.
352 * gdb.mi/mi-pending.exp: Add tests for this issue.
353 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
354 (pendfunc2): Remove stdio dependency.
355 * gdb.mi/mi-pendshr2.c: New file.
356
693dca06
KS
3572015-03-23 Keith Seitz <keiths@redhat.com>
358
359 * gdb.linespec/keywords.c: New file.
360 * gdb.linespec/keywords.exp: New file.
361
7e993ebf
KS
3622015-03-23 Keith Seitz <keiths@redhat.com>
363
364 PR gdb/18021
365 * gdb.dwarf2/staticvirtual.exp: New test.
366
bc23328c
JK
3672015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
370 * README: Remove HP-UX and gdb.hp.
371 (configuration):
372 * configure: Regenerate.
373 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
374 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
375 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
376 gdb.hp/gdb.defects/Makefile.
377 * gdb.hp/Makefile.in: File deleted.
378 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
379 * gdb.hp/gdb.aCC/optimize.c: File deleted.
380 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
381 * gdb.hp/gdb.aCC/run.c: File deleted.
382 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
383 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
384 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
385 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
386 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
387 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
388 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
389 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
390 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
391 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
392 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
393 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
394 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
395 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
396 * gdb.hp/gdb.base-hp/reg.s: File deleted.
397 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
398 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
399 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
400 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
401 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
402 * gdb.hp/gdb.compat/Makefile.in: File deleted.
403 * gdb.hp/gdb.compat/average.c: File deleted.
404 * gdb.hp/gdb.compat/sum.c: File deleted.
405 * gdb.hp/gdb.compat/xdb.c: File deleted.
406 * gdb.hp/gdb.compat/xdb0.c: File deleted.
407 * gdb.hp/gdb.compat/xdb0.h: File deleted.
408 * gdb.hp/gdb.compat/xdb1.c: File deleted.
409 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
410 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
411 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
412 * gdb.hp/gdb.defects/Makefile.in: File deleted.
413 * gdb.hp/gdb.defects/bs14602.c: File deleted.
414 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
415 * gdb.hp/gdb.defects/solib-d.c: File deleted.
416 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
417 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
418 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
419 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
420 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
421 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
422 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
423 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
424 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
425 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
426 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
427 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
428 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
429 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
430 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
431 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
432 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
433 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
434 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
435 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
436 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
437 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
438 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
439 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
440 * gdb.hp/tools/odump: File deleted.
441
8bf3b159
PA
4422015-03-19 Pedro Alves <palves@redhat.com>
443
444 * gdb.threads/continue-pending-status.exp (saw_thread_2)
445 (saw_thread_3): New globals.
446 (top level): Increment them when an event for the corresponding
447 thread is seen.
448 (no thread starvation): New test.
449
eb54c8bf
PA
4502015-03-19 Pedro Alves <palves@redhat.com>
451
452 * gdb.threads/continue-pending-status.c: New file.
453 * gdb.threads/continue-pending-status.exp: New file.
454
32d2e5d6
PA
4552015-03-18 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
458 Use gdb_is_target_remote instead of is_remote. Use
459 gdb_test_multiple instead of gdb_expect. Exit early if
460 gdb_test_multiple hits its internal matches. Tighten stepi tests
461 expected output. Fail on exit with any signal, instead of just
462 SIGILL.
463
f68f11b7
YQ
4642015-03-18 Yao Qi <yao.qi@linaro.org>
465
466 PR tdep/18107
467 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
468 variable.
469 * gdb.base/catch-syscall.exp: Don't skip it on
470 aarch64*-*-linux* target. Remove elements in all_syscalls.
471 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
472 target.
473 (setup_all_syscalls): New proc.
474
ca5fd19b
YQ
4752015-03-16 Yao Qi <yao.qi@linaro.org>
476
477 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
478 (top level): Skip tests if valid_addr_p returns false for
479 $cmd1 or $cmd2.
480
85642ba0
AW
4812015-03-11 Andy Wingo <wingo@igalia.com>
482
483 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
484
e03f9645
YQ
4852015-03-11 Yao Qi <yao.qi@linaro.org>
486
487 * gdb.base/catch-syscall.exp: Fix typo in comments.
488
5d0962b2
YQ
4892015-03-11 Yao Qi <yao.qi@linaro.org>
490
491 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
492
b2df3cef
PA
4932015-03-09 Pedro Alves <palves@redhat.com>
494
495 * dg-extract-results.py: Delete.
496
ef878e53
PA
4972015-03-09 Pedro Alves <palves@redhat.com>
498
499 Merge dg-extract-results.sh from GCC upstream (r218843).
500
501 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
502 * dg-extract-results.sh: Use --text with grep to avoid issues with
503 binary files. Fall back to cat -v, if that doesn't work.
504
9494d219
PA
5052015-03-05 Pedro Alves <palves@redhat.com>
506
507 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
508
a8d9763a
SM
5092015-03-04 Simon Marchi <simon.marchi@ericsson.com>
510
511 * lib/mi-support.exp (mi_expect_interrupt): Accept
512 alternative event for when in all-stop mode.
513
be9957b8
PA
5142015-03-04 Pedro Alves <palves@redhat.com>
515
516 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
517
d57be0f4 5182015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
519
520 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
521
c214c7cf
AA
5222015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
523
524 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
525 regexps for GDB's current line display, accept a hex address
526 preceding the line number.
527
6d74a497
AA
5282015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
529
530 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
531 the 'arch1' variable for "s390*-linux*" targets.
532
511aee7c
PA
5332015-03-04 Pedro Alves <palves@redhat.com>
534
535 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
536 (main): Pass missing retval argument to pthread_join call.
537
95e50b27
PA
5382015-03-02 Pedro Alves <palves@redhat.com>
539
540 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
541 (top level): Call do_test with non-stop as well.
542
28054d69
PA
5432015-03-02 Pedro Alves <palves@redhat.com>
544
545 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
546 -1.
547
4fa5d7b4
AA
5482015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
549
550 * gdb.arch/s390-vregs.exp: New test.
551 * gdb.arch/s390-vregs.S: New file.
552
97c18565
PA
5532015-02-27 Pedro Alves <palves@redhat.com>
554
555 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
556 call to catch_command_errors.
557 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
558 catch_command_errors.
559
a37bfa30
PA
5602015-02-27 Pedro Alves <palves@redhat.com>
561
562 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
563 "true" for boolean result.
564 * gdb.gdb/selftest.exp (test_with_self): Also accept full
565 prototype of main.
566
6f98576f
PA
5672015-02-27 Pedro Alves <palves@redhat.com>
568
569 * lib/unbuffer_output.c: New file.
570 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
571 (main): Call gdb_unbuffer_output.
572
eba5ab56
YQ
5732015-02-27 Yao Qi <yao.qi@linaro.org>
574
575 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
576 target.
577
0def5aaa
DE
5782015-02-26 Doug Evans <dje@google.com>
579
580 * gdb.cp/class2.cc (Dbase, D): New classes.
581 (main): New local delta.
582 * gdb.cp/class2.exp: Test printing delta.
583 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
584 (dynbar): New global.
585 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
586
081a1c2c
JK
5872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 * gdb.compile/compile-ifunc.c: New file.
590 * gdb.compile/compile-ifunc.exp: New file.
591
2f41223f
AT
5922015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
593
594 * gdb.base/structs.exp: Check for correct struct on finish.
595
03eddd80
YQ
5962015-02-26 Yao Qi <yao.qi@linaro.org>
597
598 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
599 is zero.
600
80c57053
JK
6012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 * gdb.arch/cordic.ko.bz2: New file.
604 * gdb.arch/cordic.ko.debug.bz2: New file.
605 * gdb.arch/ppc64-symtab-cordic.exp: New file.
606
21613c12
YQ
6072015-02-25 Yao Qi <yao.qi@linaro.org>
608
609 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
610 aarch64*-*-* target.
611
d8b901ed
PA
6122015-02-23 Pedro Alves <palves@redhat.com>
613
614 * lib/gdb.exp (delete_breakpoints): Rewrite using
615 gdb_test_multiple.
616
e5b85ead
PA
6172015-02-23 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/info-os.c: Include stdlib.h.
620
85c3a371
DE
6212015-02-22 Doug Evans <xdje42@gmail.com>
622
623 PR symtab/17855
624 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
625 is read after symbols have been re-read.
626 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
627 * gdb.ada/exec_changed/second.adb (Second): Ditto.
628
96553a0c
DE
6292015-02-21 Doug Evans <dje@google.com>
630
631 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
632
97a0c697
JK
6332015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 PR corefiles/17808
636 * gdb.arch/i386-biarch-core.core.bz2: New file.
637 * gdb.arch/i386-biarch-core.exp: New file.
638
a47cd6e9
PA
6392015-02-21 Pedro Alves <palves@redhat.com>
640
641 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
642 runto_main fails.
643
c5facdc4
PA
6442015-02-20 Pedro Alves <palves@redhat.com>
645
646 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
647 info probes.
648
2db9a427
PA
6492015-02-20 Pedro Alves <palves@redhat.com>
650
651 * gdb.threads/multi-create-ns-info-thr.exp: New file.
652
60fb7e9e
PA
6532015-02-20 Pedro Alves <palves@redhat.com>
654
655 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
656 clean_restart before gdb_target_supports_trace.
657
5c5019c2
PA
6582015-02-20 Pedro Alves <palves@redhat.com>
659
660 PR threads/18006
661 * gdb.threads/clone-thread_db.c: New file.
662 * gdb.threads/clone-thread_db.exp: New file.
663
c9587f88
AT
6642015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
665
666 PR breakpoints/16812
667 * gdb.base/catch-gdb-caused-signals.c: New file.
668 * gdb.base/catch-gdb-caused-signals.exp: New file.
669
f6a88844
JM
6702015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
671
672 * configure: Regenerated.
673 * configure.ac: Use GDB_AC_TRANSFORM.
674 * aclocal.m4: sinclude ../transform.m4.
675
497c491b
JM
6762015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
677
678 * lib/dtrace.exp: New file.
679 * gdb.base/dtrace-probe.exp: Likewise.
680 * gdb.base/dtrace-probe.d: Likewise.
681 * gdb.base/dtrace-probe.c: Likewise.
682 * lib/pdtrace.in: Likewise.
683 * configure.ac: Output variables with the transformed names of
684 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
685 * configure: Regenerated.
686
03e98035
JM
6872015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
688
689 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
690 expected message when trying to access $_probe_* convenience
691 variables while not on a probe.
692
63cc30e9
JK
6932015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
696
0703599a
PA
6972015-02-11 Pedro Alves <pedro@codesourcery.com>
698
699 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
700 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
701
7e60a48e
DE
7022015-02-10 Doug Evans <xdje42@gmail.com>
703
704 * lib/gdb.exp (gdb_load): Always return a result.
705
01b088bc
PA
7062015-02-10 Pedro Alves <palves@redhat.com>
707
708 * gdb.threads/signal-sigtrap.c: New file.
709 * gdb.threads/signal-sigtrap.exp: New file.
710
b05ec7a5
AT
7112015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
712
713 * gdb.trace/no-attach-trace.c: New file.
714 * gdb.trace/no-attach-trace.exp: New file.
715
a2c2acaf
MW
7162015-02-09 Mark Wielaard <mjw@redhat.com>
717
718 * gdb.dwarf2/atomic.c: New file.
719 * gdb.dwarf2/atomic-type.exp: Likewise.
720
31fd9caa
MM
7212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
722
723 * gdb.btrace/buffer-size.exp: Update "info record" output.
724 * gdb.btrace/delta.exp: Update "info record" output.
725 * gdb.btrace/enable.exp: Update "info record" output.
726 * gdb.btrace/finish.exp: Update "info record" output.
727 * gdb.btrace/instruction_history.exp: Update "info record" output.
728 * gdb.btrace/next.exp: Update "info record" output.
729 * gdb.btrace/nexti.exp: Update "info record" output.
730 * gdb.btrace/step.exp: Update "info record" output.
731 * gdb.btrace/stepi.exp: Update "info record" output.
732 * gdb.btrace/nohist.exp: Update "info record" output.
733
d33501a5
MM
7342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
735
736 * gdb.btrace/buffer-size: New.
737
f4abbc16
MM
7382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
739
740 * gdb.btrace/delta.exp: Update "info record" output.
741 * gdb.btrace/enable.exp: Update "info record" output.
742 * gdb.btrace/finish.exp: Update "info record" output.
743 * gdb.btrace/instruction_history.exp: Update "info record" output.
744 * gdb.btrace/next.exp: Update "info record" output.
745 * gdb.btrace/nexti.exp: Update "info record" output.
746 * gdb.btrace/step.exp: Update "info record" output.
747 * gdb.btrace/stepi.exp: Update "info record" output.
748 * gdb.btrace/nohist.exp: Update "info record" output.
749
b9d61307
SM
7502015-02-06 Simon Marchi <simon.marchi@ericsson.com>
751
752 PR gdb/15678
753 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
754
e584fdbc
PA
7552015-02-06 Pedro Alves <palves@redhat.com>
756
757 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
758 macro.
759 (seconds_left, again): New globals.
760 (main): Wait seconds_left in a 1-second sleep loop instead of
761 sleeping 180 seconds. If 'again' is set, reset the seconds
762 counter.
763 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
764 'again' in the inferior before detaching. Print the seconds left.
765 (options): New global.
766 (top level): Build program with -DTIMEOUT=$timeout.
767
77f41761
PA
7682015-02-06 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
771 determine how many seconds to pass to 'alarm'.
772 * gdb.base/gdb-sigterm.exp (top level): Build program with
773 -DTIMEOUT=$timeout.
774 (do_test): Return success/failure indication. Add more verbose
775 logging. Don't fail if 200 single steps are seen. Instead, fail
776 when the test times out.
777 (passes): New global.
778 (top level): Break the testing loop if testing fails on any
779 iteration. Use gdb_assert.
780
b9394193
DB
7812015-02-04 Don Breazeal <donb@codesourcery.com>
782
783 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
784 and initialize them.
785 (ipc_cleanup): New function.
786 (main): Don't declare shmid, semid, and msqid. Add a call to
787 atexit so that we call ipc_cleanup on exit.
788
42d9e528
PA
7892015-02-04 Pedro Alves <palves@redhat.com>
790
791 * boards/native-extended-gdbserver.exp: Remove any target variant
792 specifications from the board name before clearing the isremote
793 flag from board_info.
794
ae6ae975
DE
7952015-01-31 Doug Evans <xdje42@gmail.com>
796
797 * gdb.base/maint.exp <maint print type argc>: Update expected output.
798
cfb069a8
GB
7992015-01-31 Gary Benson <gbenson@redhat.com>
800
801 * gdb.base/completion.exp: Disable completion limiting for
802 existing tests. Add new tests to check completion limiting.
803 * gdb.linespec/ls-errs.exp: Disable completion limiting.
804
5dd31d79
DE
8052015-01-31 Doug Evans <xdje42@gmail.com>
806
807 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
808
9f050062
DE
8092015-01-31 Doug Evans <xdje42@gmail.com>
810
811 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
812 entries. Duplicate file section script entries.
813 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
814 inlined entries. Add test for safe-path rejection.
815 * gdb.python/py-section-script.c: Add duplicate inlined section script
816 entries. Duplicate file section script entries.
817 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
818 inlined entries. Add test for safe-path rejection.
819
df25ebbd
JB
8202015-01-29 Joel Brobecker <brobecker@adacore.com>
821
822 * gdb.ada/disc_arr_bound: New testcase.
823
4a0ca9ec
JB
8242015-01-29 Joel Brobecker <brobecker@adacore.com>
825
826 * gdb.ada/mi_var_array: New testcase.
827
3a8b707a
DE
8282015-01-27 Doug Evans <dje@google.com>
829
830 * gdb.python/py-objfile.exp: Add tests for objfile.username.
831 Add test for objfile.filename, objfile.username after objfile
832 has been unloaded.
833
f8313f6e
JB
8342015-01-26 Joel Brobecker <brobecker@adacore.com>
835
836 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
837 the second test to print the name attribute of value
838 returned by the call to gdb.lookup_type, and adjust
839 the expected output accordingly.
840
37bc665e
MW
8412015-01-25 Mark Wielaard <mjw@redhat.com>
842
843 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
844 * gdb.base/disp-step-fork.c: Include unistd.h.
845 * gdb.base/siginfo-obj.c: Include stdio.h.
846 * gdb.base/siginfo-thread.c: Likewise.
847 * gdb.mi/non-stop.c: Include unistd.h.
848 * gdb.mi/nsthrexec.c: Include stdio.h.
849 * gdb.mi/pthreads.c: Include unistd.h.
850 * gdb.modula2/unbounded1.c (main): Declare returns int.
851 * gdb.reverse/consecutive-reverse.c: Likewise.
852 * gdb.threads/create-fail.c: Include unistd.h.
853 * gdb.threads/killed.c: Likewise.
854 * gdb.threads/linux-dp.c: Likewise.
855 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
856 * gdb.threads/non-ldr-exc-2.c: Likewise.
857 * gdb.threads/non-ldr-exc-3.c: Likewise.
858 * gdb.threads/non-ldr-exc-4.c: Likewise.
859 * gdb.threads/pthreads.c: Include unistd.h.
860 (main): Declare returns int.
861 * gdb.threads/tls-main.c (foo): New declaration.
862 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
863
f7e5394d
SM
8642015-01-23 Simon Marchi <simon.marchi@ericsson.com>
865
866 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
867 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
868
743649fd
MW
8692015-01-15 Mark Wielaard <mjw@redhat.com>
870
871 * gdb.base/noreturn-return.c: New file.
872 * gdb.base/noreturn-return.exp: New file.
873 * gdb.base/noreturn-finish.c: New file.
874 * gdb.base/noreturn-finish.exp: New file.
875
198297aa
PA
8762015-01-23 Pedro Alves <palves@redhat.com>
877
878 * gdb.threads/continue-pending-after-query.c: New file.
879 * gdb.threads/continue-pending-after-query.exp: New file.
880
717cf30c
AG
8812015-01-22 Anders Granlund <anders.granlund@ericsson.com>
882 Simon Marchi <simon.marchi@ericsson.com>
883
884 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
885 * gdb.base/valgrind-db-attach.exp: Same.
886 * gdb.base/valgrind-infcall.exp: Same.
887 * lib/mi-support.exp (default_mi_gdb_start): Same.
888 * lib/prompt.exp (default_prompt_gdb_start): Same.
889 * lib/gdb.exp (default_gdb_spawn): Same.
890 (gdb_interact): New.
891
892
4b62a76e
JK
8932015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * gdb.compile/compile.exp (pointer to jit function): New test.
896
b4cdae6f
WW
8972015-01-17 Wei-cheng Wang <cole945@gmail.com>
898
899 * lib/gdb.exp (supports_process_record): Return true for
900 powerpc*-*-linux*.
901 (supports_reverse): Likewise.
902
d221e7ef
DB
9032015-01-15 Don Breazeal <donb@codesourcery.com>
904
905 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
906 instead of checking whether the target board is remote and
907 use spawn_wait_for_attach instead of exec/sleep.
908 * gdb.base/attach-twice.exp: Likewise.
909
bafffb51
JB
9102015-01-15 Joel Brobecker <brobecker@adacore.com>
911
912 * gdb.ada/var_arr_attrs: New testcase.
913
5589af0e
PA
9142015-01-14 Pedro Alves <palves@redhat.com>
915 Joel Brobecker <brobecker@adacore.com>
916
917 PR gdb/17525
918 * gdb.base/bp-cmds-execution-x-script.c: New file.
919 * gdb.base/bp-cmds-execution-x-script.exp: New file.
920 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
921
6c400b59
PA
9222015-01-14 Pedro Alves <palves@redhat.com>
923
924 PR cli/17828
925 * gdb.base/batch-preserve-term-settings.c: New file.
926 * gdb.base/batch-preserve-term-settings.exp: New file.
927
e02c96a7
DE
9282015-01-13 Doug Evans <dje@google.com>
929
930 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
931 binary.
932
576fd14c
JB
9332015-01-13 Joel Brobecker <brobecker@adacore.com>
934
935 * Makefile.in (clean mostlyclean): Do not delete *.py.
936
04dccad0
JB
9372015-01-13 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.python/py-lookup-type.exp: New file.
940
3d230f71
PA
9412015-01-12 Pedro Alves <palves@redhat.com>
942
943 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
944 restore GDBFLAGS before returning.
945
7e67715d
JK
9462015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
949 is_amd64_regs_target and is_x86_like_target.
950
f2e0d4b4
DE
9512015-01-11 Doug Evans <xdje42@gmail.com>
952
953 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
954 is given without an explicit form.
955 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
956 attributes.
957 * gdb.dwarf/corrupt.exp: Ditto.
958 * gdb.dwarf2/enum-type.exp: Ditto.
959 * gdb.trace/entry-values.exp: Ditto.
960 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
961
439250fb
DE
9622015-01-11 Doug Evans <xdje42@gmail.com>
963
964 PR gdb/15830
965 * gdb.base/maint.exp: Remove references to "maint demangle".
966 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
967 Add tests for explicitly specifying language to demangle.
968 * gdb.dlang/demangle.exp: Ditto.
969
ede9f622
PA
9702015-01-09 Pedro Alves <palves@redhat.com>
971
972 * gdb.threads/non-stop-fair-events.c: New file.
973 * gdb.threads/non-stop-fair-events.exp: New file.
974
a7b796db
PA
9752015-01-09 Pedro Alves <palves@redhat.com>
976
977 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
978 the global scope. Set a breakpoint after all threads are started
979 rather than stepping over two source lines. Expect the prompt.
980 * gdb.base/watch_thread_num.c (threads_started_barrier): New
981 global.
982 (NUM): Now 15.
983 (main): Use threads_started_barrier to wait for all threads to
984 start. Main thread no longer calls thread_function. Exit after
985 180 seconds.
986 (loop): New function.
987 (thread_function): Wait on threads_started_barrier barrier. Call
988 'loop' at each iteration.
989 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
990 threads have started, instead of hardcoding number of "next"
991 steps. Use an access watchpoint instead of a write watchpoint.
992
9665ffdd
PA
9932015-01-09 Pedro Alves <palves@redhat.com>
994
995 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
996 (thread_func): Wait on barrier.
997 (main): Wait for all threads to start before stopping GDB.
998 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
999 global.
1000 (thread1_func, thread2_func): Wait on barrier.
1001 (main): Wait for all threads to start before stopping GDB.
1002 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1003 New global.
1004 (thread1_func, thread2_func): Wait on barrier.
1005 (main): Wait for all threads to start before stopping GDB.
1006
c945a99f
PA
10072015-01-09 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.threads/attach-many-short-lived-threads.c: New file.
1010 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1011
c1a747c1
PA
10122014-01-09 Pedro Alves <palves@redhat.com>
1013
1014 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1015 instead of to thread 2.
1016 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1017 Add barrier around each pthread_create call instead of around all
1018 calls.
1019 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1020 Set a break on thread_function and have the child threads hit it
1021 one at at a time.
1022
60b3033e
PA
10232015-01-09 Pedro Alves <palves@redhat.com>
1024
1025 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1026 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1027 false.
1028 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1029 checking whether the target board is remote.
1030 * gdb.multi/multi-attach.exp: Likewise.
1031 * gdb.python/py-sync-interp.exp: Likewise.
1032 * gdb.server/ext-attach.exp: Likewise.
1033 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1034 tests that need to attach, instead of checking whether the target
1035 board is remote at the top of the file.
1036
acc018ac
YQ
10372015-01-08 Yao Qi <yao@codesourcery.com>
1038
1039 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1040
50a18af8
JK
10412015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1042
1043 Fix testcase compilation.
1044 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1045
8503d6e1
JB
10462015-01-06 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.python/py-type.exp: Add a couple test about empty
1049 array creation, and negative-length array creation.
1050
cc73dbcc
DE
10512015-01-02 Doug Evans <xdje42@gmail.com>
1052
1053 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1054
0300bbc7
DE
10552015-01-02 Doug Evans <dje@google.com>
1056
1057 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1058
9d85a0ec
YQ
10592014-12-29 Yao Qi <yao@codesourcery.com>
1060
1061 * gdb.trace/entry-values.exp: Update comments. Rename variable
1062 bar_call_foo to returned_from_foo.
1063
87186c6a
MMN
10642014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1065
1066 PR gdb/17394
1067 * gdb.linespec/break-asm-file.c: New file.
1068 * gdb.linespec/break-asm-file.exp: New file.
1069 * gdb.linespec/break-asm-file0.s: New file.
1070 * gdb.linespec/break-asm-file1.s: New file.
1071
1bab7383
YQ
10722014-12-18 Nigel Stephens <nigel@mips.com>
1073 Maciej W. Rozycki <macro@codesourcery.com>
1074
1075 * gdb.base/float.exp: Handle the new output from "info float" on
1076 MIPS targets.
1077
1bc1068a
JK
10782014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1079
1080 Fix MinGW compilation.
1081 * gdb.compile/compile-ops.exp: Update untested message if
1082 !skip_compile_feature_tests.
1083 * gdb.compile/compile-setjmp.exp: Likewise.
1084 * gdb.compile/compile-tls.exp: Likewise.
1085 * gdb.compile/compile.exp: Likewise.
1086 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1087 supported on this host".
1088
b6615d10
DE
10892014-12-16 Doug Evans <xdje42@gmail.com>
1090
1091 * boards/stabs.exp: New file.
1092
25dda427
AA
10932014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1094
1095 * gdb.base/completion.exp: Adjust to format changes of "maint
1096 print user-registers".
1097
bf330350
CU
10982014-12-16 Catalin Udma <catalin.udma@freescale.com>
1099
1100 PR server/17457
1101 * gdb.arch/aarch64-fp.c: New file.
1102 * gdb.arch/aarch64-fp.exp: New file.
1103
395cf596
SDJ
11042014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1105
1106 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1107 r210637, r210913, r211666, r215400, r215817).
1108
1109 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1110 * dg-extract-results.py: New file.
1111 * dg-extract-results.sh: Use it if the environment seems
1112 suitable.
1113
1114 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1115
1116 * dg-extract-results.py (parse_run): Handle warnings that
1117 are printed before a test harness is run.
1118
1119 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1120
1121 * dg-extract-results.py (Named): Remove __cmp__ method.
1122 (output_variation): Use a key to sort variation.harnesses.
1123
1124 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1125
1126 * dg-extract-results.py: For Python 3, force sys.stdout to
1127 handle surrogate escape sequences.
1128 (safe_open): New function.
1129 (output_segment, main): Use it.
1130
1131 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1132
1133 * dg-extract-results.py (Prog.result_re): Include options
1134 in test name.
1135
1136 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1137
1138 * dg-extract-results.py (output_variation): Always sort if
1139 do_sum.
1140
e882ef3c
SM
11412014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1144 as long as we get pagination notifications.
1145
4992aa20
JM
11462014-12-15 Jason Merrill <jason@redhat.com>
1147
1148 * Makefile.in (check-gdb.%): Restore.
1149 * README: Mention it.
1150
c1b5a1a6
JB
11512014-12-13 Joel Brobecker <brobecker@adacore.com>
1152
1153 * gdb.ada/str_uninit: New testcase.
1154
5537b577
JK
11552014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 PR symtab/17642
1158 * gdb.base/vla-stub-define.c: New file.
1159 * gdb.base/vla-stub.c: New file.
1160 * gdb.base/vla-stub.exp: New file.
1161
bb2ec1b3
TT
11622014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1163 Jan Kratochvil <jan.kratochvil@redhat.com>
1164 Tom Tromey <tromey@redhat.com>
1165
1166 * configure.ac: Add gdb.compile/.
1167 * configure: Regenerate.
1168 * gdb.compile/Makefile.in: New file.
1169 * gdb.compile/compile-ops.exp: New file.
1170 * gdb.compile/compile-ops.c: New file.
1171 * gdb.compile/compile-tls.c: New file.
1172 * gdb.compile/compile-tls.exp: New file.
1173 * gdb.compile/compile-constvar.S: New file.
1174 * gdb.compile/compile-constvar.c: New file.
1175 * gdb.compile/compile-mod.c: New file.
1176 * gdb.compile/compile-nodebug.c: New file.
1177 * gdb.compile/compile-setjmp-mod.c: New file.
1178 * gdb.compile/compile-setjmp.c: New file.
1179 * gdb.compile/compile-setjmp.exp: New file.
1180 * gdb.compile/compile-shlib.c: New file.
1181 * gdb.compile/compile.c: New file.
1182 * gdb.compile/compile.exp: New file.
1183 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1184
4ff709eb
TT
11852014-12-12 Tom Tromey <tromey@redhat.com>
1186
1187 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1188 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1189
6dddd6a5
DE
11902014-12-12 Doug Evans <dje@google.com>
1191
1192 * lib/gdb-python.exp (get_python_valueof): New function.
1193 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1194
71c24708
AA
11952014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1196
1197 * gdb.base/completion.exp: Add test for completion of "info
1198 registers ".
1199
3e29f34a
MR
12002014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1201
1202 * gdb.base/func-ptrs.c: New file.
1203 * gdb.base/func-ptrs.exp: New file.
1204
fc126975
SM
12052014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1206
1207 PR breakpoints/17012
1208 * gdb.base/dprintf-detach.c: New file.
1209 * gdb.base/dprintf-detach.exp: New file.
1210
0a46d518
SM
12112014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1214 * lib/gdb.exp (target_is_gdbserver): New procedure.
1215
a0be3e44
DE
12162014-12-08 Doug Evans <dje@google.com>
1217
1218 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1219
df1b803a
YQ
12202014-12-05 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.guile/scm-error.exp: Remove the third argument to
1223 gdb_remote_download.
1224 * gdb.guile/scm-frame-args.exp: Likewise.
1225 * gdb.guile/scm-section-script.exp: Likewise.
1226
ddb9f679
YQ
12272014-12-05 Yao Qi <yao@codesourcery.com>
1228
1229 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1230
86e4ed39
DE
12312014-12-04 Doug Evans <dje@google.com>
1232
1233 * gdb.python/py-objfile.exp: Add tests for
1234 objfile.add_separate_debug_file.
1235
7c50a931
DE
12362014-12-04 Doug Evans <dje@google.com>
1237
1238 * lib/gdb.exp (get_build_id): New function.
1239 (build_id_debug_filename_get): Rewrite to use it.
1240 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1241
621661e3
MR
12422014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1243
1244 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1245 `method(long)', not just 0x0.
1246 * gdb.cp/nsalias.exp: Align code labels to 4.
1247 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1248 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1249 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1250 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1251 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1252 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1253
29f0c3b7
DE
12542014-12-02 Doug Evans <dje@google.com>
1255
e1e061e7 1256 PR symtab/17602
29f0c3b7 1257 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1258 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1259 * gdb.cp/anon-ns.exp: Update.
1260
162078c8
NB
12612014-12-02 Nick Bull <nicholaspbull@gmail.com>
1262
1263 * gdb.python/py-events.py (inferior_call_handler): New.
1264 (register_changed_handler, memory_changed_handler): New.
1265 (test_events.invoke): Register new handlers.
1266 * gdb.python/py-events.exp: Add tests for inferior call,
1267 memory_changed and register_changed events.
1268
fdb09caf
AA
12692014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1270
1271 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1272 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1273 if the linker doesn't understand this.
1274
55cfb2c4
SM
12752014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1276
1277 * gdb.python/python.exp: Change expected reply to help().
1278
9e8cd6df
YQ
12792014-12-01 Yao Qi <yao@codesourcery.com>
1280
1281 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1282 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1283 * configure: Re-generated.
1284
6c659fc2
SC
12852014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1286
1287 * gdb.cp/chained-calls.cc: New file.
1288 * gdb.cp/chained-calls.exp: New file.
1289 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1290
d7fc3181
SM
12912014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1292
1293 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1294 * gdb.dwarf2/symtab-producer.exp: Same.
1295 * gdb.gdb/python-interrupts.exp: Same.
1296 * gdb.gdb/python-selftest.exp: Same.
1297 * gdb.python/py-linetable.exp: Same.
1298 * gdb.python/py-type.exp: Same.
1299 * gdb.python/py-value-cc.exp: Same.
1300 * gdb.python/py-value.exp: Same.
1301
10e79639
YQ
13022014-11-28 Yao Qi <yao@codesourcery.com>
1303
1304 * gdb.base/break-probes.exp: Match library name prefixed with
1305 sysroot.
1306
f28a0564
SM
13072014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1308
1309 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1310 test expected output. Add parentheses for the call to print.
1311 Remove L suffix from integers.
1312
3fe1ce1d
DE
13132014-11-26 Doug Evans <dje@google.com>
1314
1315 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1316
84429e27
YQ
13172014-11-22 Yao Qi <yao@codesourcery.com>
1318
1319 * gdb.trace/entry-values.c: Remove asms.
1320 (foo): Add foo_label.
1321 (bar): Add bar_label.
1322 * gdb.trace/entry-values.exp: Remove code computing foo's
1323 length and bar's length.
1324 (Dwarf::assemble): Invoke function_range for bar and use
1325 MACRO_AT_func for foo.
1326
26741859
YQ
13272014-11-22 Yao Qi <yao@codesourcery.com>
1328
1329 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1330 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1331 Use .Lgcc43_procstart instead of gcc43.
1332
45e44d27
JB
13332014-11-21 Joel Brobecker <brobecker@adacore.com>
1334
1335 * gdb.ada/n_arr_bound: New testcase.
1336
458c8db8
SDJ
13372014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1338
1339 PR breakpoints/10737
1340 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1341 test_catch_syscall_multi_arch.
1342 (test_catch_syscall_multi_arch): New function.
1343
43f3e411
DE
13442014-11-20 Doug Evans <xdje42@gmail.com>
1345
1346 * gdb.base/maint.exp: Update expected output.
1347
0d7b2549
AA
13482014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1349
1350 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1351 4-byte instruction on S390.
1352
8908fca5
JB
13532014-11-19 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdb.ada/arr_arr: New testcase.
1356
4a46959e
JB
13572014-11-19 Joel Brobecker <brobecker@adacore.com>
1358
1359 * gdb.ada/pkd_arr_elem: New Testcase.
1360
470e2f4e
LM
13612014-11-18 Luis Machado <lgustavo@codesourcery.com>
1362
1363 * gdb.reverse/break-precsave: Expect completion message for
1364 core file reads.
1365 * gdb.reverse/consecutive-precsave.exp: Likewise.
1366 * gdb.reverse/finish-precsave.exp: Likewise.
1367 * gdb.reverse/i386-precsave.exp: Likewise.
1368 * gdb.reverse/machinestate-precsave.exp: Likewise.
1369 * gdb.reverse/sigall-precsave.exp: Likewise.
1370 * gdb.reverse/solib-precsave.exp: Likewise.
1371 * gdb.reverse/step-precsave.exp: Likewise.
1372 * gdb.reverse/until-precsave.exp: Likewise.
1373 * gdb.reverse/watch-precsave.exp: Likewise.
1374
a267f3ad
AA
13752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1376
1377 * gdb.base/bp-permanent.c: Include unistd.h.
1378 * gdb.python/py-framefilter-mi.c (main): Add return type.
1379 * gdb.python/py-framefilter.c (main): Likewise.
1380 * gdb.trace/actions-changed.c (main): Likewise.
1381
12084a9a
AA
13822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1383
1384 * gdb.mi/until.c: Add eye-catchers.
1385 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1386 line numbers.
1387
dc7e1a77
AA
13882014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1389
1390 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1391 function header variants in break1.c.
1392 * gdb.base/ena-dis-br.exp: Likewise.
1393 * gdb.base/hbreak2.exp: Likewise.
1394 * gdb.reverse/until-precsave.exp: Drop references to removed
1395 non-prototype function header variants in ur1.c.
1396 * gdb.reverse/until-reverse.exp: Likewise.
1397
41c77605
PM
13982014-11-17 Petr Machata <pmachata@redhat.com>
1399
1400 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1401 ${_cu_offset_size} bytes abbrev offset.
1402
34248c3a
DE
14032014-11-15 Doug Evans <xdje42@gmail.com>
1404
1405 PR symtab/17559
1406 * gdb.base/line-symtabs.exp: New file.
1407 * gdb.base/line-symtabs.c: New file.
1408 * gdb.base/line-symtabs.h: New file.
1409
646da059
YQ
14102014-11-14 Yao Qi <yao@codesourcery.com>
1411
1412 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1413 (func): Add label func_label.
1414 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1415 Replace low_pc and high_pc with MACRO_AT_range.
1416 Replace name, low_pc and high_pc with MACRO_AT_func.
1417
9301ebe6
YQ
14182014-11-14 Yao Qi <yao@codesourcery.com>
1419
1420 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1421 Replace name, low_pc and high_pc with MACRO_AT_func.
1422
f166b542
YQ
14232014-11-14 Yao Qi <yao@codesourcery.com>
1424
1425 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1426 produce debug information.
1427 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1428
0f6e71e3
YQ
14292014-11-14 Yao Qi <yao@codesourcery.com>
1430
1431 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1432 object and get function length.
1433 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1434 with MACRO_AT_func.
1435 (top-level): Replace gdb_compile and clean_restart with
1436 prepare_for_testing.
1437 * gdb.dwarf2/main.c (main): Add label main_label.
1438
876c4df9
YQ
14392014-11-14 Yao Qi <yao@codesourcery.com>
1440
1441 * lib/dwarf.exp (function_range): New procedure.
1442 (Dwarf::_handle_macro_at_func): New procedure.
1443 (Dwarf::_handle_macro_at_range): New procedure.
1444 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1445
02ad9cf1
YQ
14462014-11-14 Yao Qi <yao@codesourcery.com>
1447
1448 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1449 (_handle_attribute): New procedure.
1450
a59add0c
AA
14512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1452
1453 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1454 * gdb.base/call-sc.c (zed): Likewise.
1455 * gdb.base/checkpoint.c (main): Likewise.
1456 * gdb.base/dump.c (main): Likewise.
1457 * gdb.base/gcore.c (main): Likewise.
1458 * gdb.base/huge.c (main): Likewise.
1459 * gdb.base/multi-forks.c (main): Likewise.
1460 * gdb.base/pr10179-a.c (main): Likewise.
1461 * gdb.base/savedregs.c (main): Likewise.
1462 * gdb.base/sigaltstack.c (main): Likewise.
1463 * gdb.base/siginfo.c (main): Likewise.
1464 * gdb.base/structs.c (zed): Likewise.
1465 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1466 * gdb.mi/mi-syn-frame.c (main): Likewise.
1467 * gdb.mi/until.c (foo, main): Likewise.
1468 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1469 * gdb.base/solib-weak.c (foo): Declare.
1470 * gdb.base/attach-twice.c: Include stdio.h.
1471 * gdb.base/weaklib1.c: Likewise.
1472 * gdb.base/weaklib2.c: Likewise.
1473 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1474 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1475 unistd.h.
1476 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1477 * gdb.mi/mi-exit-code.c: Likewise.
1478 * gdb.base/break-interp-lib.c: Include string.h.
1479 * gdb.base/coremaker.c: Likewise.
1480 * gdb.base/testenv.c: Likewise.
1481 * gdb.python/py-finish-breakpoint.c: Likewise.
1482 * gdb.base/inferior-died.c: Include sys/wait.h.
1483 * gdb.base/fileio.c: Include time.h.
1484 * gdb.base/async-shell.c: Include unistd.h.
1485 * gdb.base/dprintf-non-stop.c: Likewise.
1486 * gdb.base/info-os.c: Likewise.
1487 * gdb.mi/mi-console.c: Likewise.
1488 * gdb.mi/watch-nonstop.c: Likewise.
1489 * gdb.python/py-events.c: Likewise.
1490 * gdb.base/async.c (baz): Move up before its invocation.
1491 * gdb.base/code_elim2.c (my_global_func): Likewise.
1492 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1493 * gdb.base/advance.c (func2): Likewise.
1494
3b5d5997
AA
14952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1496
1497 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1498 variant.
1499 * gdb.base/annota3.c: Likewise.
1500 * gdb.base/async.c: Likewise.
1501 * gdb.base/average.c: Likewise.
1502 * gdb.base/call-ar-st.c: Likewise.
1503 * gdb.base/call-rt-st.c: Likewise.
1504 * gdb.base/call-sc.c: Likewise.
1505 * gdb.base/call-strs.c: Likewise.
1506 * gdb.base/ending-run.c: Likewise.
1507 * gdb.base/execd-prog.c: Likewise.
1508 * gdb.base/exprs.c: Likewise.
1509 * gdb.base/foll-exec.c: Likewise.
1510 * gdb.base/foll-fork.c: Likewise.
1511 * gdb.base/foll-vfork.c: Likewise.
1512 * gdb.base/funcargs.c: Likewise.
1513 * gdb.base/gcore.c: Likewise.
1514 * gdb.base/jump.c: Likewise.
1515 * gdb.base/langs0.c: Likewise.
1516 * gdb.base/langs1.c: Likewise.
1517 * gdb.base/langs2.c: Likewise.
1518 * gdb.base/mips_pro.c: Likewise.
1519 * gdb.base/nodebug.c: Likewise.
1520 * gdb.base/opaque0.c: Likewise.
1521 * gdb.base/opaque1.c: Likewise.
1522 * gdb.base/recurse.c: Likewise.
1523 * gdb.base/run.c: Likewise.
1524 * gdb.base/scope0.c: Likewise.
1525 * gdb.base/scope1.c: Likewise.
1526 * gdb.base/setshow.c: Likewise.
1527 * gdb.base/setvar.c: Likewise.
1528 * gdb.base/shmain.c: Likewise.
1529 * gdb.base/shr1.c: Likewise.
1530 * gdb.base/shr2.c: Likewise.
1531 * gdb.base/sigall.c: Likewise.
1532 * gdb.base/signals.c: Likewise.
1533 * gdb.base/so-indr-cl.c: Likewise.
1534 * gdb.base/solib2.c: Likewise.
1535 * gdb.base/structs.c: Likewise.
1536 * gdb.base/sum.c: Likewise.
1537 * gdb.base/vforked-prog.c: Likewise.
1538 * gdb.base/watchpoint.c: Likewise.
1539 * gdb.reverse/shr2.c: Likewise.
1540 * gdb.reverse/until-reverse.c: Likewise.
1541 * gdb.reverse/ur1.c: Likewise.
1542 * gdb.reverse/watch-reverse.c: Likewise.
1543
066a77c5
AA
15442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1545
1546 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1547 variant.
1548 * gdb.base/sepdebug.exp: Drop references to removed code.
1549
4f204ea5
AA
15502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1551
1552 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1553 variant. Preserve original line numbering.
1554 * gdb.base/list1.c: Likewise.
1555
3b377a3a
AA
15562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1557
1558 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1559 variant.
1560 * gdb.base/break1.c: Likewise.
1561 * gdb.base/break.exp: Drop references to removed code.
1562
e444df73
AA
15632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1564
1565 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1566 variant.
1567
8008f2a7
AA
15682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1569
1570 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1571
a5a06887
AA
15722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1573
1574 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1575 logic into perform_all_tests() and invoke it with and without
1576 function header prototypes.
1577 (do_function_calls): Remove conditional XFAIL for PR 5318.
1578 (rerun_and_prepare): Remove duplicate code.
1579 (perform_all_tests): New. Main logic moved here.
1580
44dba9b9
AA
15812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1582
1583 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1584 code guarded by #ifdef NO_PROTOTYPES.
1585 (t_double_many_args): Likewise.
1586 (DEF_FUNC_MANY_ARGS_1): Likewise.
1587 (DEF_FUNC_VALUES_1): Likewise.
1588 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1589 guarded by #ifdef PROTOTYPES.
1590
d1fbcd56
AA
15912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1592
1593 * gdb.mi/mi-console.c: Add eye-catcher.
1594 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1595 instead of literal line number.
1596
b0e59b8f
AA
15972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1598
1599 * gdb.base/shr2.c: Add eye-catcher.
1600 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1601 line number.
1602
78f98cca
AA
16032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1604
1605 * gdb.base/jump.c: Add eye-catchers.
1606 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1607 numbers.
1608
58fa2af0
AA
16092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1610
1611 * gdb.base/execd-prog.c: Add eye-catchers.
1612 * gdb.base/foll-exec.c: Likewise.
1613 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1614 line numbers.
1615
04e5059b
AA
16162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.base/ending-run.c: Add eye-catchers.
1619 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1620 literal line numbers.
1621
dbfdb174
AA
16222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1623
1624 * gdb.base/call-rt-st.c: Add eye-catchers.
1625 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1626 literal line numbers.
1627
888a2ade
AA
16282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1629
1630 * gdb.base/call-ar-st.c: Add eye-catchers.
1631 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1632 literal line numbers.
1633
6acc2dde
AA
16342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1635
1636 * gdb.base/average.c: Add eye-catchers.
1637 * gdb.base/sum.c: Likewise.
1638 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1639 regexps dynamically.
1640
9ecfcd1d
AA
16412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1642
1643 * gdb.base/solib1.c: Add eye-catchers.
1644 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1645 literal line numbers.
1646
78708b7c
PA
16472014-11-12 Pedro Alves <palves@redhat.com>
1648
1649 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1650 leader has exited.
1651
af48d08f
PA
16522014-11-12 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.arch/i386-bp_permanent.c: New file.
1655 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1656 (srcfile): Set to i386-bp_permanent.c.
1657 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1658 that stepi does not execute the 'leave' instruction, instead of
1659 testing it does execute.
1660 * gdb.base/bp-permanent.c: New file.
1661 * gdb.base/bp-permanent.exp: New file.
1662
af3768e9
DE
16632014-11-10 Doug Evans <xdje42@gmail.com>
1664
1665 PR symtab/17564
1666 * gdb.base/symtab-search-order.exp: New file.
1667 * gdb.base/symtab-search-order.c: New file.
1668 * gdb.base/symtab-search-order-1.c: New file.
1669 * gdb.base/symtab-search-order-shlib-1.c: New file.
1670
9de00a4a
PA
16712014-11-07 Pedro Alves <palves@redhat.com>
1672
1673 PR gdb/17511
1674 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1675 i?86-*-linux*.
1676
e0f52461
SC
16772014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1678
1679 PR c++/17494
1680 * gdb.cp/pr17494.cc: New file.
1681 * gdb.cp/pr17494.exp: New file.
1682
6ce8c980
YQ
16832014-11-02 Yao Qi <yao@codesourcery.com>
1684
1685 * gdb.python/python.exp: Get working directory and match the
1686 output of "set extended-prompt \\w " with it.
1687
02be9a71
DE
16882014-10-30 Doug Evans <dje@google.com>
1689
1690 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1691 in objfiles.
1692 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1693 in progspaces.
1694
3bdff46b
LM
16952014-10-30 Janis Johnson <janisjo@codesourcery.com>
1696
1697 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1698 * gdb.base/realname-expand.exp: Likewise.
1699 * gdb.linespec/macro-relative.exp: Likewise.
1700
ab917dfb
PA
17012014-10-29 Pedro Alves <palves@redhat.com>
1702
1703 PR gdb/17408
1704 * gdb.threads/schedlock.c (some_function): New function.
1705 (call_function): New global.
1706 (MAYBE_CALL_SOME_FUNCTION): New macro.
1707 (thread_function): Call it.
1708 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1709 and use it instead of a global counter. Adjust all callers.
1710 (get_current_thread): Use "find current thread" for test message
1711 here rather than having all callers pass down the same string.
1712 (goto_loop): New procedure, factored out from ...
1713 (my_continue): ... this.
1714 (step_ten_loops): Change parameter from test message to command to
1715 use. Adjust.
1716 (list_count): Delete global.
1717 (check_result): New procedure, factored out from duplicate top
1718 level code.
1719 (continue tests): Wrap in with_test_prefix.
1720 (test_step): New procedure, factored out from duplicate top level
1721 code.
1722 (top level): Test "step" in combination with all scheduler-locking
1723 modes. Test "next" in combination with all scheduler-locking
1724 modes, and in combination with stepping over a function call or
1725 not.
1726 * gdb.threads/next-bp-other-thread.c: New file.
1727 * gdb.threads/next-bp-other-thread.exp: New file.
1728
d3d4baed
PA
17292014-10-29 Pedro Alves <palves@redhat.com>
1730
1731 PR python/17372
1732 * gdb.python/python.exp: Test a multi-line command that spawns
1733 interactive Python.
1734 * gdb.base/multi-line-starts-subshell.exp: New file.
1735
563e8d85
YQ
17362014-10-29 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.base/fileio.exp: Make directories on host.
1739
0ea4d52e
YQ
17402014-10-29 Yao Qi <yao@codesourcery.com>
1741
1742 * gdb.base/fileio.c (test_write): Close the file.
1743
7f5ef605
PA
17442014-10-28 Pedro Alves <palves@redhat.com>
1745
1746 PR gdb/12623
1747 * gdb.base/sigstep.c (no_handler): New global.
1748 (main): If 'no_handler is true, set the signal handlers to
1749 SIG_IGN.
1750 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1751 with_sw_watch and no_handler parameters. Handle them.
1752 (top level) <stepping over handler when stopped at a breakpoint
1753 test>: Add a test axis for testing with a software watchpoint, and
1754 another for testing with the signal handler set to SIG_IGN.
1755 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1756 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1757
abbdbd03
PA
17582014-10-28 Pedro Alves <palves@redhat.com>
1759
1760 PR gdb/17511
1761 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1762 * gdb.base/sigstep.exp (other_handler_location): New global.
1763 (advance): Support stepping into the signal handler, and running
1764 commands while in the handler.
1765 (in_handler_map): New global.
1766 (top level): In the advance test, add combinations for getting
1767 into the handler with stepping commands, and for running commands
1768 in the handler. Add comment descripting the advancei tests.
1769
1df4399f
PA
17702014-10-28 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.base/sigstep.exp: Use build_executable instead of
1773 prepare_for_testing.
1774 (top level): Move code that starts GDB, runs to main and creates a
1775 display to ...
1776 (restart): ... this new procedure.
1777 (top level): Move backtrace from signal handler test to ...
1778 (validate_backtrace): ... this new procedure.
1779 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1780 with_test_prefix. Always restart GDB.
1781 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1782 with_test_prefix. Always restart GDB. No need to delete
1783 breakpoints after the test.
1784 (test_skip_handler): Remove prefix parameter.
1785 (skip_over_handler, breakpoint_to_handler)
1786 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1787 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1788 restart GDB. No need to delete breakpoints after the test.
1789 (top level): Use foreach to call the test procedures with
1790 different commands.
1791
a5b6e449
PA
17922014-10-28 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1795 instead of GNATS numbers.
1796 * gdb.base/sigbpt.exp: Likewise.
1797 * gdb.base/siginfo.exp: Likewise.
1798 * gdb.base/sigstep.exp: Likewise.
1799
e5f8a7cc
PA
18002014-10-27 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/sigstep.c (dummy): New global.
1803 (main): Issue a couple writes to the new global.
1804 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1805 procedures.
1806 (skip_over_handler): Use test_skip_handler.
1807 (top level): Call skip_over_handler for stepi and nexti too.
1808 (breakpoint_over_handler): Use test_skip_handler.
1809 (top level): Call breakpoint_over_handler for stepi and nexti too.
1810
763905a3
YQ
18112014-10-27 Yao Qi <yao@codesourcery.com>
1812
1813 * gdb.trace/tfile.c (adjust_function_address)
1814 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1815 function descriptor.
1816
6f259a23
DB
18172014-10-24 Don Breazeal <donb@codesourcery.com>
1818
1819 * gdb.base/foll-fork.exp (test_follow_fork,
1820 catch_fork_child_follow): Check for updated fork messages emitted
1821 from infrun.c.
1822 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1823 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1824 vfork_and_exec_child_follow_through_step): Check for updated vfork
1825 messages emitted from infrun.c.
1826
09dd9a69
PA
18272014-10-24 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/corefile.exp: Remove references to ultrix.
1830 * gdb.base/interrupt.exp: Likewise.
1831 * gdb.base/whatis.exp: Likewise.
1832 * gdb.gdb/selftest.exp: Likewise.
1833 * gdb.threads/manythreads.exp: Likewise.
1834 * gdb.threads/print-threads.exp: Likewise.
1835 * gdb.threads/pthreads.exp:: Likewise.
1836 * gdb.threads/schedlock.exp: Likewise.
1837
3433cfa5
SC
18382014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1839
1840 * gdb.cp/non-trivial-retval.cc: Add a test case.
1841 * gdb.cp/non-trivial-retval.exp: Add a test.
1842
092f880b
YQ
18432014-10-20 Yao Qi <yao@codesourcery.com>
1844
1845 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1846 * gdb.python/py-objfile-script-gdb.py: New file.
1847 * gdb.python/py-objfile-script.exp: Update reference to
1848 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1849 of remote_download. Remove the dest file.
1850
acbdb7f3
YQ
18512014-10-20 Yao Qi <yao@codesourcery.com>
1852
1853 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1854 * gdb.base/step-line.exp: Likewise.
1855 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1856 * gdb.dwarf2/dw2-basic.exp: Likewise.
1857 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1858 * gdb.dwarf2/dw2-filename.exp: Likewise.
1859 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1860 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1861 * gdb.dwarf2/dw2-producer.exp: Likewise.
1862 * gdb.dwarf2/mac-fileno.exp: Likewise.
1863 * gdb.python/py-frame-args.exp: Likewise.
1864 * gdb.python/py-framefilter.exp: Likewise.
1865 * gdb.python/py-mi.exp: Likewise.
1866 * gdb.python/py-objfile-script.exp: Likewise
1867 * gdb.python/py-pp-integral.exp: Likewise.
1868 * gdb.python/py-pp-re-notag.exp: Likewise.
1869 * gdb.python/py-prettyprint.exp: Likewise.
1870 * gdb.python/py-section-script.exp: Likewise.
1871 * gdb.python/py-typeprint.exp: Likewise.
1872 * gdb.python/py-xmethods.exp: Likewise.
1873 * gdb.stabs/weird.exp: Likewise.
1874 * gdb.xml/tdesc-regs.exp: Likewise.
1875
bd286a29
KCY
18762014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1877
1878 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1879 (out_cu): Use addr_len for the size of addresses.
1880 (out_line): Likewise. Size DW_LNE_set_address instruction
1881 according to addr_len.
1882 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1883 (FUNC): Add START_INSNS to definition.
1884
673dc4a0
YQ
18852014-10-18 Yao Qi <yao@codesourcery.com>
1886
1887 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1888 gdb_has_argv0 return true.
1889 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1890 check [target_info exists noargs], check [gdb_has_argv0]
1891 instead.
1892 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1893 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1894 procedures.
1895
4ffbba72
DE
18962014-10-17 Doug Evans <dje@google.com>
1897
1898 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1899 event.
1900 * gdb.python/py-events.py: Add clear_objfiles event.
1901
d096d8c1
DE
19022014-10-17 Doug Evans <dje@google.com>
1903
1904 * gdb.python/py-objfile.exp: Test progspace attribute.
1905
a80db015
LM
19062014-10-17 Luis Machado <lgustavo@codesourcery.com>
1907
1908 * gdb.guile/scm-breakpoint.exp: Do not assume any
1909 directory separators when matching source file paths.
1910 * gdb.python/py-breakpoint.exp: Likewise.
1911 * gdb.reverse/break-precsave.exp: Likewise.
1912 * gdb.reverse/break-reverse.exp: Likewise.
1913 * gdb.reverse/consecutive-precsave.exp: Likewise.
1914 * gdb.reverse/finish-precsave.exp: Likewise.
1915 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1916 * gdb.reverse/finish-reverse.exp: Likewise.
1917 * gdb.reverse/i386-precsave.exp: Likewise.
1918 * gdb.reverse/i387-env-reverse.exp: Likewise.
1919 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1920 * gdb.reverse/machinestate-precsave.exp: Likewise.
1921 * gdb.reverse/machinestate.exp: Likewise.
1922 * gdb.reverse/sigall-precsave.exp: Likewise.
1923 * gdb.reverse/solib-precsave.exp: Likewise.
1924 * gdb.reverse/step-precsave.exp: Likewise.
1925 * gdb.reverse/until-precsave.exp: Likewise.
1926 * gdb.reverse/watch-precsave.exp: Likewise.
1927 * gdb.reverse/watch-reverse.exp: Likewise.
1928
b22089ab
YQ
19292014-10-17 Yao Qi <yao@codesourcery.com>
1930
1931 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1932 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1933
6c4486e6
PA
19342014-10-17 Pedro Alves <palves@redhat.com>
1935
1936 PR gdb/17471
1937 * gdb.base/bg-execution-repeat.c: New file.
1938 * gdb.base/bg-execution-repeat.exp: New file.
1939
0ff33695
PA
19402014-10-17 Pedro Alves <palves@redhat.com>
1941
1942 PR gdb/17300
1943 * gdb.base/continue-all-already-running.c: New file.
1944 * gdb.base/continue-all-already-running.exp: New file.
1945
6fdebc3d
PA
19462014-10-17 Pedro Alves <palves@redhat.com>
1947
1948 PR gdb/17472
1949 * gdb.base/annota-input-while-running.c: New file.
1950 * gdb.base/annota-input-while-running.exp: New file.
1951
32a8097b
PA
19522014-10-17 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/callfuncs.exp: emove references to osf.
1955 * gdb.base/sigall.exp: Likewise.
1956 * gdb.gdb/selftest.exp: Likewise.
1957 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1958 * gdb.mi/non-stop.c: Likewise.
1959 * gdb.mi/pthreads.c: Likewise.
1960 * gdb.reverse/sigall-precsave.exp: Likewise.
1961 * gdb.reverse/sigall-reverse.exp: Likewise.
1962 * gdb.threads/pthreads.c: Likewise.
1963 * gdb.threads/pthreads.exp: Likewise.
1964
7a3517ff
YQ
19652014-10-17 Yao Qi <yao@codesourcery.com>
1966
1967 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1968 check 'target_info exists noargs'.
1969 (test_command_prompt_position): Likewise.
1970 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1971 Remove "set args".
1972 (progvar_simple_while_test): Likewise.
1973 (progvar_complex_if_while_test): Likewise.
1974 (if_while_breakpoint_command_test): Likewise.
1975 (infrun_breakpoint_command_test): Likewise.
1976 (breakpoint_command_test): Likewise.
1977 (watchpoint_command_test): Likewise.
1978 (bp_deleted_in_command_test): Likewise.
1979 (temporary_breakpoint_commands): Likewise.
1980
bb99c472
YQ
19812014-10-16 Yao Qi <yao@codesourcery.com>
1982
1983 * gdb.base/remotetimeout.exp: Remove noargs checking.
1984
7c16b83e
PA
19852014-10-15 Pedro Alves <palves@redhat.com>
1986
1987 PR breakpoints/9649
1988 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1989 * gdb.base/breakpoint-in-ro-region.exp
1990 (probe_target_hardware_step): New procedure.
1991 (top level): Probe hardware stepping and hardware breakpoint
1992 support. Test stepping through a read-only region, with both
1993 "breakpoint auto-hw" on and off and both "always-inserted" on and
1994 off.
1995
35a49624
IB
19962014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1997
1998 * gdb.dlang/demangle.exp: Update for demangling changes.
1999
2d1c107c
SC
20002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2001
2002 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2003 * gdb.cp/non-trivial-retval.exp: Add new tests.
2004
778811d5
SC
20052014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2006
2007 PR c++/13403
2008 PR c++/15154
2009 * gdb.cp/non-trivial-retval.cc: New file.
2010 * gdb.cp/non-trivial-retval.exp: New file.
2011
10c5f0a8
YQ
20122014-10-15 Yao Qi <yao@codesourcery.com>
2013
2014 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2015 remote host.
2016
65d7b369
YQ
20172014-10-15 Yao Qi <yao@codesourcery.com>
2018
2019 * gdb.python/py-symbol.exp: Match file base name if host is
2020 remote, otherwise match file name with dir name.
2021 * gdb.python/py-symtab.exp: Likewise.
2022 * gdb.python/python.exp: Likewise.
2023
46dc1394
YQ
20242014-10-15 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2027 pattern.
2028 * gdb.python/py-symtab.exp: Likewise.
2029 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2030 locationn.
2031
c40cc657
JB
20322014-10-14 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.ada/addr_arith: New testcase.
2035
2abf49e1
MR
20362014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2037
2038 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2039 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2040 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2041 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2042
f7088df3
SDJ
20432014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2044
2045 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2046 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2047 * gdb.arch/stap-eval-lang-ada.exp: New file.
2048
4dc06805
YQ
20492014-10-14 Yao Qi <yao@codesourcery.com>
2050
2051 * gdb.mi/mi-var-child.c (nothing1): New function.
2052 (nothing2): New function.
2053 (do_children_tests): Set function pointers by nothing1 and
2054 nothing2.
2055 * gdb.mi/mi-var-child.exp: Step over new added statements.
2056 Update test to match the new output.
2057 * gdb.mi/var-cmd.c (nothing1): New function.
2058 (nothing2): New function.
2059 (do_children_tests): Set function pointers by nothing1 and
2060 nothing2.
2061 * gdb.mi/mi-var-display.exp: Update test to match output.
2062 Step to the line specified by $line_dct_nothing.
2063 Increase the number of lines to step.
2064
46a93de2
YQ
20652014-10-14 Yao Qi <yao@codesourcery.com>
2066
2067 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2068 tests.
2069 * gdb.mi/mi2-var-child.exp: Likewise.
2070
14ea52ee
DE
20712014-10-13 Doug Evans <dje@google.com>
2072
2073 * gdb.python/py-objfile.exp: Change name of file name test.
2074
e5c6e92b
DE
20752014-10-13 Doug Evans <dje@google.com>
2076
2077 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2078 from the start of the CU.
2079
c780cc2f
JK
20802014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2081 Yao Qi <yao@codesourcery.com>
2082
2083 Fix "save breakpoints" for "catch" command.
2084 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2085 Remove -nonewline. Match also the added "main" line.
2086
99894e11
JK
20872014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2088
2089 Fix "save breakpoints" for "disable $bpnum" command.
2090 * gdb.base/save-bp.c (main): Add label.
2091 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2092
6e1ac5a3
JK
20932014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2094
2095 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2096
754dd2b0
YQ
20972014-10-11 Yao Qi <yao@codesourcery.com>
2098
2099 * gdb.server/server-kill.exp: Execute command
2100 "set remote trace-status-packet on" before "tstatus".
2101
f90183d7
YQ
21022014-10-11 Yao Qi <yao@codesourcery.com>
2103
2104 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2105 (main): Call getppid.
2106 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2107 and continue to it. Read variable "server_pid".
2108
bf40a607
YQ
21092014-10-11 Yao Qi <yao@codesourcery.com>
2110
2111 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2112
052ca370
YQ
21132014-10-11 Yao Qi <yao@codesourcery.com>
2114
2115 * gdb.threads/thread-find.exp: Don't execute command
2116 "info threads".
2117 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2118 * gdb.threads/linux-dp.exp: Don't check the condition
2119 $threads_created equals to zero.
2120
3831839c
PA
21212014-10-10 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/bigcore.exp: Remove references to IRIX.
2124 * gdb.base/funcargs.exp: Likewise.
2125 * gdb.base/interrupt.exp: Likewise.
2126 * gdb.base/mips_pro.exp: Likewise.
2127 * gdb.base/nodebug.exp: Likewise.
2128 * gdb.base/setvar.exp: Likewise.
2129 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2130
8b9a549d
PA
21312014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2132 Pedro Alves <palves@redhat.com>
2133
2134 PR symtab/14466
2135 * gdb.base/vdso-warning.c: New file.
2136 * gdb.base/vdso-warning.exp: New file.
2137
d48ba5e8
DE
21382014-10-02 Doug Evans <dje@google.com>
2139
2140 * gdb.base/structs.c (main): Don't run forever.
2141
2278c276
PA
21422014-10-02 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2145 (top level) <stop threads 1, stop threads 2>: Use it.
2146
b57bacec
PA
21472014-10-02 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.threads/break-while-running.exp (test): Add new
2150 'update_thread_list' argument. Skip "info threads" if false.
2151 (top level): Add new 'update_thread_list' axis.
2152
13fd3ff3
PA
21532014-10-02 Pedro Alves <palves@redhat.com>
2154
2155 PR breakpoints/17431
2156 * gdb.base/execl-update-breakpoints.c: New file.
2157 * gdb.base/execl-update-breakpoints.exp: New file.
2158
0fec99e8
PA
21592014-10-01 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/breakpoint-in-ro-region.c: New file.
2162 * gdb.base/breakpoint-in-ro-region.exp: New file.
2163
2ddf4301
SM
21642014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2165
2166 * gdb.mi/mi-exit-code.exp: New file.
2167 * gdb.mi/mi-exit-code.c: New file.
2168
6a5f3f43
YQ
21692014-09-30 Yao Qi <yao@codesourcery.com>
2170
2171 * lib/prelink-support.exp (build_executable_own_libs): Error if
2172 the target isn't native.
2173
345bcc73
YQ
21742014-09-30 Yao Qi <yao@codesourcery.com>
2175
2176 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2177 false.
2178
a25a5a45
PA
21792014-09-22 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.threads/break-while-running.exp: New file.
2182 * gdb.threads/break-while-running.c: New file.
2183
00ba3162
YQ
21842014-09-19 Yao Qi <yao@codesourcery.com>
2185
2186 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2187 Invoke test. Restart GDB with --readnow and invoke test again.
2188
c3b7b696
YQ
21892014-09-19 Yao Qi <yao@codesourcery.com>
2190
2191 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2192 proc set_breakpoint_on_gcd_function. Invoke
2193 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2194 invoke set_breakpoint_on_gcd_function again.
2195
2b4fd423
DE
21962014-09-18 Doug Evans <dje@google.com>
2197
2198 * gdb.dwarf2/symtab-producer.exp: New file.
2199
a5947601
SDJ
22002014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2201
2202 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2203 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2204 * gdb.base/global-var-nested-by-dso.c: Likewise.
2205 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2206
91c19059
SDJ
22072014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2208 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.base/watch-bitfields.exp: Pass string other than test file
2211 name to prepare_for_testing.
2212 (watch): New procedure.
2213 (expect_watchpoint): Use with_test_prefix.
2214 (top level): Factor out tests to ...
2215 (test_watch_location, test_regular_watch): ... these new
2216 procedures, and use with_test_prefix and gdb_continue_to_end.
2217
bb9d5f81
PP
22182014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2219
2220 PR breakpoints/12526
2221 * gdb.base/watch-bitfields.exp: New file.
2222 * gdb.base/watch-bitfields.c: New file.
2223
635856f5
PA
22242014-09-16 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2227 software and hardware addresses, not software address against
2228 itself.
2229
7280ceea
PA
22302014-09-16 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2233 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2234
428b16bd
PA
22352014-09-16 Pedro Alves <palves@redhat.com>
2236
2237 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2238 files.
2239 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2240 "*-*-vxworks*" throughout.
2241 * gdb.base/break.exp: Likewise.
2242 * gdb.base/default.exp: Likewise.
2243 * gdb.base/scope.exp: Likewise.
2244 * gdb.base/sepdebug.exp: Likewise.
2245 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2246 throughout.
2247 * gdb.base/run.c: Likewise.
2248 * gdb.base/sepdebug.c: Likewise.
2249 * gdb.hp/gdb.aCC/run.c: Likewise.
2250 * gdb.reverse/until-reverse.c: Likewise.
2251 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2252
666d413c
YQ
22532014-09-16 Yao Qi <yao@codesourcery.com>
2254
2255 * boards/local-remote-host-native.exp: New file.
2256
57cbd724
DE
22572014-09-14 Doug Evans <xdje42@gmail.com>
2258
2259 * gdb.threads/queue-signal.c (thread_count): New variable.
2260 (thread_count_mutex, thread_count_condvar): New variables.
2261 (incr_thread_count, wait_all_threads_running): New functions.
2262 (main): Wait for all threads to be in their thread functions.
2263
81219e53
DE
22642014-09-13 Doug Evans <xdje42@gmail.com>
2265
2266 * gdb.threads/queue-signal.c: New file.
2267 * gdb.threads/queue-signal.exp: New file.
2268
3714cea7
DE
22692014-09-13 Doug Evans <xdje42@gmail.com>
2270
2271 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2272 be consistent with what default_gdb_init uses.
2273 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2274 the plain text of the prompt. Add some logging printfs.
2275 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2276
fa43b1d7
PA
22772014-09-12 Pedro Alves <palves@redhat.com>
2278
2279 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2280 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2281 * gdb.arch/i386-size-overlap.exp: Likewise.
2282 * gdb.arch/i386-size.exp: Likewise.
2283 * gdb.arch/i386-unwind.exp: Likewise.
2284 * gdb.base/a2-run.exp: Likewise.
2285 * gdb.base/break.exp: Likewise.
2286 * gdb.base/charset.exp: Likewise.
2287 * gdb.base/chng-syms.exp: Likewise.
2288 * gdb.base/commands.exp: Likewise.
2289 * gdb.base/dbx.exp: Likewise.
2290 * gdb.base/find.exp: Likewise.
2291 * gdb.base/funcargs.exp: Likewise.
2292 * gdb.base/jit-simple.exp: Likewise.
2293 * gdb.base/reread.exp: Likewise.
2294 * gdb.base/sepdebug.exp: Likewise.
2295 * gdb.base/step-bt.exp: Likewise.
2296 * gdb.cp/mb-inline.exp: Likewise.
2297 * gdb.cp/mb-templates.exp: Likewise.
2298 * gdb.objc/basicclass.exp: Likewise.
2299 * gdb.threads/killed.exp: Likewise.
2300
9d9bf2df
EBM
23012014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2302
2303 PR tdep/17379
2304 * gdb.arch/powerpc-stackless.S: New file.
2305 * gdb.arch/powerpc-stackless.exp: New file.
2306
1cf2f1b0
JK
23072014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * gdb.base/attach.c: Include unistd.h.
2310 (main): Call alarm. Add label postloop.
2311 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2312 gdb_breakpoint, gdb_continue_to_breakpoint.
2313 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2314
98880d46
PA
23152014-09-11 Pedro Alves <palves@redhat.com>
2316
2317 PR gdb/17347
2318 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2319 * gdb.base/attach.exp (test_command_line_attach_run): New
2320 procedure.
2321 (top level): Call it.
2322
4c92ff2c
PA
23232014-09-11 Pedro Alves <palves@redhat.com>
2324
2325 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2326 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2327 (do_command_attach_tests): Use spawn_wait_for_attach.
2328 * gdb.base/solib-overlap.exp: Likewise.
2329 * gdb.multi/multi-attach.exp: Likewise.
2330 * gdb.python/py-prompt.exp: Likewise.
2331 * gdb.python/py-sync-interp.exp: Likewise.
2332 * gdb.server/ext-attach.exp: Likewise.
2333
3adc1a7d
GKB
23342014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2335
2336 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2337 command in testcase. Simplify testcase.
2338
96334934
JB
23392014-09-10 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2342
eb479039
JB
23432014-09-10 Joel Brobecker <brobecker@adacore.com>
2344
2345 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2346
deede10c
JB
23472014-09-10 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2350
7828a5f5
JB
23512014-09-10 Joel Brobecker <brobecker@adacore.com>
2352
2353 * gdb.dwarf2/dynarr-ptr.c: New file.
2354 * gdb.dwarf2/dynarr-ptr.exp: New file.
2355
33aeebcf
MR
23562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2357
2358 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2359 of 30 rather than hardcoding 120 for a slow test case. Take the
2360 `gdb,timeout' target setting into account for this calculation.
2361 Don't extend the timeout for the test cases that don't need it.
2362
7b415901
MR
23632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2364
2365 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2366 a factor of 2 for a slow test case. Take the `gdb,timeout'
2367 target setting into account for this calculation.
2368 * gdb.reverse/until-precsave.exp: Increase the timeout by
2369 a factor of 15 and 3 respectively rather than adding 120
2370 for a pair of slow test cases. Take the `gdb,timeout'
2371 target setting into account for this calculation.
2372
4a40f85a
MR
23732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2374
2375 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2376 timeout, don't pass one down to gdb_expect.
2377 (gdb_expect): Rework timeout selection.
2378
09635af7
MR
23792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2380
2381 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2382 exception on timeout.
2383 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2384 (gdbserver_start_extended): Catch any `gdbserver_start' error
2385 exceptions.
2386 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2387 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2388 `gdbserver_gdb_load' error exceptions.
2389
2bdd10b7
MR
23902014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2391
2392 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2393 120 on waiting for the TCP socket to open.
2394
316935f0
DE
23952014-09-09 Doug Evans <xdje42@gmail.com>
2396
2397 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2398 _caller_matches, _any_caller_is, _any_caller_matches.
2399
83740597
DE
24002014-09-09 Doug Evans <xdje42@gmail.com>
2401
2402 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2403
4c122fc3
YQ
24042014-09-09 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.mi/mi-var-display.exp: Set print symbol off.
2407
a9f116cb
GKB
24082014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2409
2410 PR gdb/17035
2411 * gdb.base/commands.exp: Add tests to verify user-defined
2412 commands with empty bodies.
2413 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2414 python commands in `show user command`.
2415 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2416 scheme commands in `show user command`.
2417
c75bd3a2
JK
24182014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2419
2420 PR python/17355
2421 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2422 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2423 * gdb.python/py-framefilter-invalidarg.exp: New file.
2424 * gdb.python/py-framefilter-invalidarg.py: New file.
2425
faa42425
DE
24262014-09-06 Doug Evans <xdje42@gmail.com>
2427
2428 PR 15276
2429 * gdb.python/py-caller-is.c: New file.
2430 * gdb.python/py-caller-is.exp: New file.
2431
474ca4f6
SDJ
24322014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 PR gdb/17235
2435 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2436 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2437
eb0b0463
SDJ
24382014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2439
2440 PR fortran/17237
2441 * gdb.fortran/print-formatted.exp: New file.
2442 * gdb.fortran/print-formatted.f90: Likewise.
2443
5f3b99cf
SS
24442014-09-03 Sasha Smundak <asmundak@google.com>
2445
2446 * gdb.python/py-frame.exp: Test Frame.read_register.
2447
7d793aa9
SDJ
24482014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2449
2450 PR python/16699
2451 * gdb.python/py-completion.exp: New file.
2452 * gdb.python/py-completion.py: Likewise.
2453
fb0576e9
DE
24542014-08-28 Doug Evans <dje@google.com>
2455
2456 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2457 eax,etc. are live with values set by gdb and thus the compiler can't
2458 use them.
2459 * gdb.arch/i386-pseudo.c (main): Ditto.
2460
ee92b0dd
DE
24612014-08-27 Doug Evans <dje@google.com>
2462
2463 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2464
6649db35
DE
24652014-08-25 Doug Evans <dje@google.com>
2466
2467 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2468 (main): Ditto.
2469
564b7600
DE
24702014-08-25 Doug Evans <dje@google.com>
2471
2472 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2473
3881fb67
YQ
24742014-08-24 Yao Qi <yao@codesourcery.com>
2475
2476 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2477 symbol off.
2478 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2479
a05a36a5
DE
24802014-08-22 Doug Evans <dje@google.com>
2481
2482 PR 17276
2483 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2484 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2485 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2486
7c343b48
YQ
24872014-08-22 Yao Qi <yao@codesourcery.com>
2488
2489 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2490 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2491 * gdb.python/python.exp: Likewise. Use .py file on the host
2492 instead of the build.
2493
22fd09ae
JK
24942014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 * gdb.threads/gcore-stale-thread.c: New file.
2497 * gdb.threads/gcore-stale-thread.exp: New file.
2498
a8454a7c
PA
24992014-08-21 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2502 * gdb.base/gcore-relro-pie.exp: Likewise.
2503 * gdb.base/gcore-relro.exp: Likewise.
2504 * gdb.base/gcore.exp: Likewise.
2505 * gdb.base/print-symbol-loading.exp: Likewise.
2506 * gdb.threads/gcore-thread.exp: Likewise.
2507 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2508
2a31c623
PA
25092014-08-20 Pedro Alves <palves@redhat.com>
2510 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2513 configure.
2514 (EXPECT): Handle READ1 being set.
2515 (all): Depend on EXTRA_RULES.
2516 (check-read1, expect-read1, read1.so, read1): New rules.
2517 * README (Testsuite Parameters): Document the READ1 make variable.
2518 (Race detection): New section.
2519 * configure: Regenerate.
2520 * configure.ac: If build==host==target, and running under a
2521 GNU/glibc system, add read1 to the extra Makefile rules.
2522 (EXTRA_RULES): AC_SUBST it.
2523 * lib/read1.c: New file.
2524
d36430db
JB
25252014-08-20 Joel Brobecker <brobecker@adacore.com>
2526
2527 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2528 the handling of variables declared as a typedef to an array
2529 which a DW_AT_data_location attribute.
2530
9a0dc9e3
PA
25312014-08-19 Andrew Burgess <aburgess@broadcom.com>
2532 Pedro Alves <palves@redhat.com>
2533
2534 PR symtab/14604
2535 PR symtab/14605
2536 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2537 gdb_test.
2538
0718a8da
PA
25392014-08-19 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2542
13b448cd
YQ
25432014-08-19 Yao Qi <yao@codesourcery.com>
2544
2545 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2546 right line.
2547
1cbf5077
DB
25482014-08-18 David Blaikie <dblaikie@gmail.com>
2549
2550 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2551
bf0fae19
JB
25522014-08-18 Joel Brobecker <brobecker@adacore.com>
2553
2554 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2555 attribute in array range.
2556
3c8c5dcc
JB
25572014-08-18 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2560
e66d4446
SC
25612014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2562
2563 PR c++/17132
2564 * gdb.cp/pr17132.cc: New file.
2565 * gdb.cp/pr17132.exp: New file.
2566
940df408
SC
25672014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2568
2569 * gdb.python/py-xmethods.py (A_getarrayind)
2570 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2571 Use 'print' with function call syntax.
2572 (E_method_matcher.match): Fix tab vs space indentation mixup.
2573
ebcc6c3a
YQ
25742014-08-15 Yao Qi <yao@codesourcery.com>
2575
2576 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2577 false.
2578
775e0f04
YQ
25792014-08-15 Yao Qi <yao@codesourcery.com>
2580
2581 * gdb.cp/casts.exp: Set print symbol off.
2582 * gdb.cp/class2.exp: Likewise.
2583 * gdb.cp/overload.exp: Likewise.
2584 * gdb.cp/templates.exp: Likewise.
2585
d769e349
DE
25862014-08-11 Doug Evans <dje@google.com>
2587
2588 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2589 (test_load_shlib): Update.
2590
20c6f1e1
YQ
25912014-08-09 Yao Qi <yao@codesourcery.com>
2592
2593 * gdb.base/display.exp: Invoke is_address_zero_readable.
2594 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2595 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2596 * gdb.base/hbreak-unmapped.exp: Return if
2597 is_address_zero_readable returns true.
2598 * gdb.base/signest.exp: Likewise.
2599 * gdb.base/signull.exp: Likewise.
2600 * gdb.base/sigbpt.exp: Likewise.
2601 * gdb.guile/scm-disasm.exp: Do the test if
2602 is_address_zero_readable returns false.
2603 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2604 * gdb.python/py-arch.exp: Likewise.
2605 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2606 * lib/gdb.exp (is_address_zero_readable): New proc.
2607
5792e8e3
YQ
26082014-08-09 Yao Qi <yao@codesourcery.com>
2609
2610 PR testsuite/13443
2611 * gdb.mi/mi-var-display.exp: Make test messages unique.
2612
3cecbbbe
TT
26132014-08-04 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2616 target 0".
2617
00b51ff5
TT
26182014-08-04 Tom Tromey <tromey@redhat.com>
2619
2620 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2621 "target_resume".
2622
6908c509
JB
26232014-08-01 Joel Brobecker <brobecker@adacore.com>
2624
2625 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2626 inner_vla_struct_object_size.
2627 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2628 as xfail.
2629
cc6563d2
PA
26302014-07-30 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2633 comment.
2634
7e09a223
YQ
26352014-07-29 Yao Qi <yao@codesourcery.com>
2636
2637 PR gdb/17206
2638 * gdb.base/until-nodebug.exp: New.
2639
7ebdbe92
DE
26402014-07-28 Doug Evans <xdje42@gmail.com>
2641
2642 PR guile/17203
2643 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2644 previously existing parameter, and previously ambiguously spelled
2645 parameter.
2646
fdb1adc6
WN
26472014-07-28 Will Newton <will.newton@linaro.org>
2648
2649 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2650
186fcde0
DE
26512014-07-26 Ludovic Courtès <ludo@gnu.org>
2652 Doug Evans <xdje42@gmail.com>
2653
2654 PR guile/17146
2655 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2656
70509625
PA
26572014-07-25 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.threads/signal-command-handle-nopass.c: New file.
2660 * gdb.threads/signal-command-handle-nopass.exp: New file.
2661 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2662 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2663 * gdb.threads/signal-delivered-right-thread.c: New file.
2664 * gdb.threads/signal-delivered-right-thread.exp: New file.
2665
c3f814a1
PA
26662014-07-25 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.base/double-prompt-target-event-error.exp
2669 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2670 match.
2671 (cancel_pagination_in_target_event): Rework double prompt
2672 detection.
2673 * gdb.base/paginate-after-ctrl-c-running.exp
2674 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2675 <return>' match.
2676 * gdb.base/paginate-bg-execution.exp
2677 (test_bg_execution_pagination_return)
2678 (test_bg_execution_pagination_cancel): Remove '-notransfer
2679 <return>' matches.
2680 * gdb.base/paginate-execution-startup.exp
2681 (test_fg_execution_pagination_return)
2682 (test_fg_execution_pagination_cancel): Remove '-notransfer
2683 <return>' matches.
2684 * gdb.base/paginate-inferior-exit.exp
2685 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2686 match.
2687 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2688 * lib/gdb.exp (pagination_prompt): Run text through
2689 string_to_regexp.
2690 (gdb_test_multiple): Match $pagination_prompt instead of
2691 "<return>".
2692 (string_to_regexp): Move to lib/gdb-utils.exp.
2693
e214cf6c
JK
26942014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.arch/amd64-entry-value-paramref.S: New file.
2697 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2698 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2699 * gdb.arch/amd64-optimout-repeat.S: New file.
2700 * gdb.arch/amd64-optimout-repeat.c: New file.
2701 * gdb.arch/amd64-optimout-repeat.exp: New file.
2702
17d0c5c8
JK
27032014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 PR gdb/17170
2706 * gdb.base/statistics.exp: New file.
2707
b8b8facf
DE
27082014-07-17 Doug Evans <dje@google.com>
2709
74b49205 2710 PR gdb/17170
b8b8facf
DE
2711 * gdb.base/maint.exp: Update testing of per-command stats.
2712
1b5d0ab3
PA
27132014-07-16 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2716 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2717 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2718 (tfile_write_buf): New functions.
2719 (add_memory_block): Rewrite using the above.
2720 (adjust_function_address): New function.
2721 (FUNCTION_ADDRESS): New macro.
2722 (write_basic_trace_file): Remove short_x local, and use
2723 tfile_write_16. Change type of func_addr local to unsigned long
2724 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2725 here. Cast argument of add_memory_block to char pointer.
2726 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2727 (main): Remove parameters.
2728 * gdb.trace/tfile.exp: Remove nowarnings.
2729
4d974e88
SM
27302014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * gdb.base/debug-expr.exp: Test string evaluation with
2733 "debug expression" on.
2734
41e99568
PA
27352014-07-15 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/reread.exp: Use clean_restart.
2738
487d9753
PL
27392014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2740
2741 * gdb.arch/avr-flash-qualifer.c: New.
2742 * gdb.arch/avr-flash-qualifer.exp: New.
2743
cc1c52ad
PA
27442014-07-14 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2747 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2748
1e973570
PA
27492014-07-14 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.base/double-prompt-target-event-error.c: New file.
2752 * gdb.base/double-prompt-target-event-error.exp: New file.
2753
93d6eb10
PA
27542014-07-14 Pedro Alves <palves@redhat.com>
2755
2756 PR gdb/17072
2757 * gdb.base/paginate-inferior-exit.c: New file.
2758 * gdb.base/paginate-inferior-exit.exp: New file.
2759
0017922d
PA
27602014-07-14 Pedro Alves <palves@redhat.com>
2761
2762 PR gdb/17072
2763 * gdb.base/paginate-bg-execution.c: New file.
2764 * gdb.base/paginate-bg-execution.exp: New file.
2765
94696ad3
PA
27662014-07-14 Pedro Alves <palves@redhat.com>
2767
2768 PR gdb/17072
2769 * gdb.base/paginate-execution-startup.c: New file.
2770 * gdb.base/paginate-execution-startup.exp: New file.
2771 * lib/gdb.exp (pagination_prompt): New global.
2772 (default_gdb_spawn): New procedure, factored out from
2773 default_gdb_spawn.
2774 (default_gdb_start): Adjust to call default_gdb_spawn.
2775 (gdb_spawn): New procedure.
2776
bd293940
PA
27772014-07-14 Pedro Alves <palves@redhat.com>
2778
2779 * lib/gdb.exp (gdb_assert): New procedure.
2780 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2781
c933f875
PA
27822014-07-14 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.base/execution-termios.c: New file.
2785 * gdb.base/execution-termios.exp: New file.
2786
d98b7a16
TT
27872014-07-14 Tom Tromey <tromey@redhat.com>
2788
2789 * gdb.cp/vla-cxx.cc: New file.
2790 * gdb.cp/vla-cxx.exp: New file.
2791
548740d6
TT
27922014-07-14 Tom Tromey <tromey@redhat.com>
2793
2794 * gdb.reverse/rerun-prec.c: New file.
2795 * gdb.reverse/rerun-prec.exp: New file.
2796
a25eb028
MR
27972014-07-12 Maciej W. Rozycki <macro@mips.com>
2798 Maciej W. Rozycki <macro@codesourcery.com>
2799
2800 * lib/gdb-utils.exp: New file.
2801 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2802 inline `gdb_init_command' processing.
2803 (gdb_start_cmd): Likewise.
2804 * lib/mi-support.exp (mi_run_cmd): Likewise.
2805 * README: Document `gdb_init_command' and `gdb_init_commands'.
2806
218c2655
JK
28072014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 Fix false FAIL running under a very long directory name.
2810 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2811 and "set print elements 10000". Twice.
2812
5401fde3
YQ
28132014-07-11 Yao Qi <yao@codesourcery.com>
2814
2815 * gdb.base/exprs.exp: "set print symbol off".
2816
e76126e8
PA
28172014-07-11 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.threads/kill.c: New file.
2820 * gdb.threads/kill.exp: New file.
2821
2d6f0de6
YQ
28222014-07-10 Yao Qi <yao@codesourcery.com>
2823
2824 * gdb.trace/tfile.c (write_basic_trace_file)
2825 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2826 address written to trace file.
2827
7180e04a
PA
28282014-07-09 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/attach-wait-input.exp: New file.
2831 * gdb.base/attach-wait-input.c: New file.
2832
9a9a7608
AB
28332014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2836 setting up test structures.
2837 (main): Call new test function.
2838 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2839 test function, continue into test function and walk test
2840 structures.
2841
161ac41e
YQ
28422014-07-02 Yao Qi <yao@codesourcery.com>
2843
2844 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2845 'bar_start' at the beginning of functions 'foo' and 'bar'
2846 respectively.
2847 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2848 instead of 'foo' and 'bar'.
2849
1f267ae3
MM
28502014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2851
2852 * gdb.btrace/segv.exp: New.
2853 * gdb.btrace/segv.c: New.
2854
2b239efb
LM
28552014-07-02 Luis Machado <lgustavo@codesourcery.com>
2856
2857 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2858 instruction.
2859
cf363f18
MW
28602014-06-30 Mark Wielaard <mjw@redhat.com>
2861
2862 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2863 vulture, vilify, villar): New volatile array constants.
2864 (vindictive, vegetation): New const volatile array constants.
2865 * gdb.base/volatile.exp: Test volatile and const volatile array
2866 types.
2867
aebf9d24
AA
28682014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2869
2870 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2871 target lacks support for awatch, rwatch, or hbreak.
2872
b67a2c6f
YQ
28732014-06-27 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.multi/dummy-frame-restore.exp: New.
2876 * gdb.multi/dummy-frame-restore.c: New.
2877
aef92902
MM
28782014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2879
2880 * gdb.btrace/gcore.exp: New.
2881
8e9db26e
PA
28822014-06-23 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.base/watchpoint-reuse-slot.c: New file.
2885 * gdb.base/watchpoint-reuse-slot.exp: New file.
2886
70afc5b7
SC
28872014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2888
2889 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2890 progspace's filename in 'info', 'enable' and 'disable' command
2891 tests.
2892
b972bd9c
JK
28932014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2894
2895 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2896 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2897 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2898
125f8a3d
GB
28992014-06-20 Gary Benson <gbenson@redhat.com>
2900
2901 * gdb.arch/i386-avx.exp: Fix include file location.
2902 * gdb.arch/i386-sse.exp: Likewise.
2903
3ed9baed
IB
29042014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2905
2906 * gdb.dlang/expression.exp: New file.
2907
034f788c
PA
29082014-06-19 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2911 out from ...
2912 (top level): ... here. Iterate running tests under different
2913 scheduler-locking settings.
2914
45371d0c
LM
29152014-06-18 Luis Machado <lgustavo@codesourcery.com>
2916
2917 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2918 to DW_FORM_addr and use non-zero addresses.
2919
5d376983
SC
29202014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2921
2922 PR gdb/17017
2923 * gdb.python/py-xmethods.cc: Add global function call counters and
2924 increment them in their respective functions. Remove "cout"
2925 statements.
2926 * gdb.python/py-xmethods.exp: Make tests check the global function
2927 call counters instead of depending on inferior IO.
2928
a1aa2221
LM
29292014-06-18 Don Breazeal <donb@codesourcery.com>
2930
2931 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2932 Deleted procedure.
2933 (explicit_fork_parent_follow): Deleted procedure.
2934 (explicit_fork_child_follow): Deleted procedure.
2935 (test_follow_fork): New procedure.
2936 (do_fork_tests): Replace calls to deleted procedures with
2937 calls to test_follow_fork and reset GDB for subsequent
2938 procedure calls.
2939
0fc05997
YQ
29402014-06-17 Yao Qi <yao@codesourcery.com>
2941
2942 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2943 CP1252.
2944
70795c52
LM
29452014-06-17 Luis Machado <lgustavo@codesourcery.com>
2946
2947 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2948 Initialize ptr and S explicitly.
2949 (skip_type_update_when_not_use_rtti_test): Likewise.
2950
6be47f0c
KS
29512014-06-16 Keith Seitz <keiths@redhat.com>
2952
2953 PR mi/15863
2954 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2955 the inferior is started.
2956
d03de421
PA
29572014-06-16 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/break-main-file-remove-fail.c: New file.
2960 * gdb.base/break-main-file-remove-fail.exp: New file.
2961 * gdb.base/break-unload-file.exp: Use build_executable instead of
2962 prepare_for_testing.
2963 (test_break): New parameter "initial_load". Handle it.
2964 (top level): Add initial_load cmdline/file axis.
2965
f9579b99
TT
29662014-06-12 Tom Tromey <tromey@redhat.com>
2967
2968 * gdb.base/completion.exp: Don't use directory name in test.
2969
3657956b
GB
29702014-06-09 Gary Benson <gbenson@redhat.com>
2971
2972 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2973 separate the always-available ANSI-standard signals from the
2974 signals that require checking.
2975 (main): Likewise.
2976 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2977 Likewise.
2978 (main): Likewise.
2979
4186eb54
KS
29802014-06-07 Keith Seitz <keiths@redhat.com>
2981
2982 Revert:
2983 PR c++/16253
2984 * gdb.cp/var-tag.cc: New file.
2985 * gdb.cp/var-tag.exp: New file.
2986 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2987 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2988 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2989 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2990
25326a28 29912014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2992
2993 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2994
829155c9
PA
29952014-06-06 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2998 in target debug output instead of looking at RSP packets,
2999 disabling the test on any target that uses hardware stepping.
3000 Update comments.
3001
61c8d22e
PA
30022014-06-06 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.base/break-unload-file.exp: Fix typo.
3005
d9a47287
YQ
30062014-06-06 Yao Qi <yao@codesourcery.com>
3007
3008 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3009 from "jit_function" to "^jit_function".
3010
e5e01dbf
YQ
30112014-06-06 Yao Qi <yao@codesourcery.com>
3012
3013 * gdb.base/async.c (foo): Add one statement.
3014 * gdb.base/async.exp: Get the next instruction address and
3015 match the output of "nexti" by instruction address. Match
3016 the hex address in the output of "finish".
3017
73ba372c
GB
30182014-06-06 Gary Benson <gbenson@redhat.com>
3019
3020 * gdb.base/call-signals.c: Remove preprocessor conditionals
3021 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3022 SIGSEGV and SIGTERM.
3023 * gdb.base/sigall.c: Likewise.
3024 * gdb.base/unwindonsignal.c: Likewise.
3025 * gdb.reverse/sigall-reverse.c: Likewise.
3026
831517df
YQ
30272014-06-06 Yao Qi <yao@codesourcery.com>
3028
3029 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3030 readable, skip the test.
3031
b8b91e98
YQ
30322014-06-06 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.threads/staticthreads.c (thread_function): Move the line
3035 setting breakpoint on forward.
3036 * gdb.threads/staticthreads.exp: Update comments.
3037
fb934770
LC
30382014-06-05 Ludovic Courtès <ludo@gnu.org>
3039
3040 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3041 "history-append! type error".
3042
6ef284bd
SM
30432014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3044
3045 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3046 erroneous dprintf expected input.
3047
a872e241
DE
30482014-06-04 Doug Evans <xdje42@gmail.com>
3049
3050 * gdb.guile/scm-generics.exp: Delete.
3051
16f691fb
DE
30522014-06-04 Doug Evans <xdje42@gmail.com>
3053
3054 * gdb.guile/scm-breakpoint.exp: Update.
3055 Add tests for breakpoint registration.
3056
012370f6
TT
30572014-06-04 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3060 VLA-in-union.
3061 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3062 inner_vla_struct, vla_union types. Initialize objects of those
3063 types and compute their sizes.
3064
9f5a4cef
HZ
30652014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3066 Hui Zhu <hui@codesourcery.com>
3067
3068 * gdb.base/fileio.exp: Add test for shell not available as well as
3069 available.
3070 * gdb.base/fileio.c (test_system): Check for shell twice.
3071
90a45c4d
YQ
30722014-06-04 Yao Qi <yao@codesourcery.com>
3073
3074 * gdb.base/auto-connect-native-target.exp: Remove redundant
3075 space from the regexp pattern.
3076
70017e41
YQ
30772014-06-04 Yao Qi <yao@codesourcery.com>
3078
3079 * gdb.base/default.exp: Replace "child" with "native" in
3080 regexp pattern.
3081
883964a7
SC
30822014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3083
3084 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3085 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3086 * gdb.python/py-xmethods.py: Python script supporting the
3087 new testcase and tests.
3088
ef370185
JB
30892014-06-03 Joel Brobecker <brobecker@adacore.com>
3090 Pedro Alves <palves@redhat.com>
3091
3092 PR breakpoints/17000
3093 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3094 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3095
1e2ccb61
BM
30962014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3097
3098 * gdb.base/subst.exp: Add tests to verify partial path matching
3099 output.
3100
c6ec5ab2
PA
31012014-06-03 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3104 target that doesn't use software single-stepping.
3105
835c559f
PA
31062014-06-03 Pedro Alves <palves@redhat.com>
3107
3108 PR breakpoints/17000
3109 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3110 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3111
06eb1586
DE
31122014-06-02 Doug Evans <xdje42@gmail.com>
3113
3114 * gdb.guile/scm-parameter.exp: New file.
3115
e698b8c4
DE
31162014-06-02 Doug Evans <xdje42@gmail.com>
3117
3118 * gdb.guile/scm-cmd.c: New file.
3119 * gdb.guile/scm-cmd.exp: New file.
3120
ded03782
DE
31212014-06-02 Doug Evans <xdje42@gmail.com>
3122
3123 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3124 pretty-printer lookup.
3125 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3126 (make-pp_s-printer): Call it.
3127 (make-pretty-printer-from-dict): New function.
3128 (lookup-pretty-printer-maker-from-dict): New function.
3129 (*pretty-printer*): Simplify.
3130 (make-objfile-pp_s-printer): New function.
3131 (install-objfile-pretty-printers!): New function.
3132 (make-progspace-pp_s-printer): New function.
3133 (install-progspace-pretty-printers!): New function.
3134 * gdb.guile/scm-progspace.c: New file.
3135 * gdb.guile/scm-progspace.exp: New file.
3136
41fac0cf
PA
31372014-06-02 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.base/dprintf-bp-same-addr.c: New file.
3140 * gdb.base/dprintf-bp-same-addr.exp: New file.
3141
96ae5695
EBM
31422014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3143
3144 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3145 * gdb.arch/powerpc-power.s: Likewise.
3146
da02b3a8
JB
31472014-06-02 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3150
c72b2e7b
YQ
31512014-06-01 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.base/watchpoint.exp (test_watch_location): Check null
3154 pointer can be dereferenced. If not, do the test, otherwise
3155 skip it.
3156
53e8a631
AB
31572014-05-30 Andrew Burgess <aburgess@broadcom.com>
3158
3159 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3160 results.
3161 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3162
938f0e2f
AB
31632014-05-30 Andrew Burgess <aburgess@broadcom.com>
3164
3165 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3166 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3167 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3168 * gdb.arch/amd64-invalid-stack-top.c: New file.
3169 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3170
9ba6657a
PA
31712014-05-30 Pedro Alves <palves@redhat.com>
3172
3173 PR breakpoints/17000
3174 * gdb.base/sss-bp-on-user-bp.c: New file.
3175 * gdb.base/sss-bp-on-user-bp.exp: New file.
3176
522c09bf
DB
31772014-05-30 David Blaikie <dblaikie@gmail.com>
3178
3179 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3180 gnu_inline semantics via attribute.
3181 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3182 source explicitly specifies the required semantics.
3183
bf4ef81e
MR
31842014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3185
3186 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3187
329ea579
PA
31882014-05-29 Pedro Alves <palves@redhat.com>
3189 Tom Tromey <tromey@redhat.com>
3190
3191 * gdb.base/async-shell.exp: Don't enable target-async.
3192 * gdb.base/async.exp
3193 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3194 parameter. Adjust.
3195 (top level): Don't test with "target-async".
3196 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3197 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3198 * gdb.base/inferior-died.exp: Don't enable target-async.
3199 * gdb.base/interrupt-noterm.exp: Likewise.
3200 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3201 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3202 * gdb.mi/mi-nonstop.exp: Likewise.
3203 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3204 * gdb.mi/mi-nsintrall.exp: Likewise.
3205 * gdb.mi/mi-nsmoribund.exp: Likewise.
3206 * gdb.mi/mi-nsthrexec.exp: Likewise.
3207 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3208 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3209 * gdb.python/py-evsignal.exp: Don't enable target-async.
3210 * gdb.python/py-evthreads.exp: Likewise.
3211 * gdb.python/py-prompt.exp: Likewise.
3212 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3213 * gdb.server/solib-list.exp: Don't enable target-async.
3214 * gdb.threads/thread-specific-bp.exp: Likewise.
3215 * lib/mi-support.exp: Adjust to use mi-async.
3216
fd664c91
PA
32172014-05-29 Pedro Alves <palves@redhat.com>
3218
3219 PR gdb/13860
3220 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3221 reason, even in sync mode.
3222
251bde03
PA
32232014-05-29 Pedro Alves <palves@redhat.com>
3224 Hui Zhu <hui@codesourcery.com>
3225
3226 PR PR15693
3227 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3228 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3229 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3230 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3231
7f3c0343
JB
32322014-05-28 Joel Brobecker <brobecker@adacore.com>
3233
3234 * config/monitor.exp (gdb_target_monitor): Replace use of
3235 "set remotebaud" by "set serial baud".
3236
b2715b27
AW
32372014-05-26 Andy Wingo <wingo@igalia.com>
3238
3239 * gdb.guile/scm-breakpoint.exp:
3240 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3241 properties instead of gdb-object-properties.
3242
498a4489
YQ
32432014-05-26 Yao Qi <yao@codesourcery.com>
3244
3245 * gdb.server/no-thread-db.exp: Specify source file name
3246 explicitly when setting a breakpoint.
3247
589fdceb
MM
32482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3249
3250 * gdb.btrace/vdso.c: New.
3251 * gdb.btrace/vdso.exp: New.
3252
e9089e05
MM
32532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3254
3255 * gdb.base/gcore.exp (capture_command_output): Move ...
3256 * lib/gdb.exp (capture_command_output): ... here.
3257
67b5c0c1
MM
32582014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3259
3260 * gdb.btrace/data.exp: Test memory access during btrace replay.
3261
a2199296
SM
32622014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3265
17b2616c
PA
32662014-05-21 Pedro Alves <palves@redhat.com>
3267
3268 PR gdb/13860
3269 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3270 (top level): Test that output related to execution commands is
3271 sent to the console with CLI commands, but not with MI commands.
3272 Test that breakpoint events are always mirrored to the console.
3273 Also expect the new source line to be output after a "next" in
3274 async mode too. Make it a pass/fail test.
3275 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3276 output.
3277 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3278
5166082f
PA
32792014-05-21 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3282 Use them to test variations of "list" after reaching a breakpoint.
3283 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3284 Test "list" with listsize 10 after reaching a breakpoint.
3285 * gdb.python/python.exp (decode_line current location line
3286 number): Adjust expected line number.
3287
2f25d70f
SM
32882014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3291 behavior for $args, pass it directly to "run".
3292
ff604a67
MR
32932014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3294
3295 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3296 30000 to 65536.
3297
6a3cb8e8
PA
32982014-05-21 Pedro Alves <palves@redhat.com>
3299
3300 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3301 auto-connect-native-target off".
3302 * gdb.base/auto-connect-native-target.c: New file.
3303 * gdb.base/auto-connect-native-target.exp: New file.
3304
4ebfc96e
PA
33052014-05-21 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/default.exp: Test "target native" instead of "target
3308 child".
3309
36d46afb
MW
33102014-05-21 Mark Wielaard <mjw@redhat.com>
3311
3312 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3313
5876f503
JK
33142014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 Fix TLS access for -static -pthread.
3317 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3318 <HAVE_TLS> (thread_function, main): Initialize it.
3319 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3320 Add clean_restart.
3321 <$have_tls != "">: Check TLSVAR.
3322
0256a6ac
PA
33232014-05-21 Pedro Alves <palves@redhat.com>
3324
3325 * gdb.base/dcache-line-read-error.c: New.
3326 * gdb.base/dcache-line-read-error.exp: New.
3327
936d2992
PA
33282014-05-20 Pedro Alves <palves@redhat.com>
3329
3330 * gdb.base/compare-sections.c: New file.
3331 * gdb.base/compare-sections.exp: New file.
3332
802e8e6d
PA
33332014-05-20 Pedro Alves <palves@redhat.com>
3334
3335 * gdb.base/break-idempotent.c: New file.
3336 * gdb.base/break-idempotent.exp: New file.
3337
e59fa00f
MM
33382014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3339
3340 * gdb.btrace/nohist.exp: New.
3341
8b696e31
YQ
33422014-05-20 Yao Qi <yao@codesourcery.com>
3343
3344 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3345 gdb.reverse directory and gdb_reverse_timeout exists in board
3346 setting.
3347 * README: Document gdb_reverse_timeout.
3348
73c9764f
YQ
33492014-05-20 Yao Qi <yao@codesourcery.com>
3350
3351 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3352 'test_file_name'. Treat args as a string instead of a list.
3353 (gdb_init): Rename argument 'args' by 'test_file_name'.
3354
f1f4348a
JK
33552014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3356
3357 * gdb.arch/powerpc-power.exp: New file.
3358 * gdb.arch/powerpc-power.s: New file.
3359
0dbe70ce
DE
33602014-05-16 Doug Evans <dje@google.com>
3361
3362 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3363 * gdb.base/completion.exp: Check that all expected files exist
3364 before doing file completion.
0dbe70ce 3365
8d551b02
DE
33662014-05-16 Doug Evans <dje@google.com>
3367
3368 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3369 Update.
3370 (do_syscall_tests_without_xml): Update.
3371
73eb7709
PA
33722014-05-16 Pedro Alves <palves@redhat.com>
3373
3374 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3375 instead of "unknown output after running".
3376
3fae92fc
YQ
33772014-05-16 Yao Qi <yao@codesourcery.com>
3378
3379 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3380 file1.txt from host at the end.
3381 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3382
c2b2ccc5
DE
33832014-05-15 Doug Evans <dje@google.com>
3384
3385 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3386 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3387 loading file. Add test for TU lookup.
3388
8c217a4b
SM
33892014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3390
3391 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3392 calling "-exec-arguments" or "set args" before running the
3393 inferior.
3394
3deb39c6
SM
33952014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3396
3397 * lib/mi-support.exp (mi_expect_stop): Expect message for
3398 inferiors that exit with non-zero exit code.
3399
71a79f8c
YQ
34002014-05-14 Yao Qi <yao@codesourcery.com>
3401
3402 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3403 match absolute path on remote host.
3404 (test_file_list_exec_source_files): Remove "/" from the
3405 pattern.
3406
f23fcd46
YQ
34072014-05-14 Yao Qi <yao@codesourcery.com>
3408
3409 * boards/local-remote-host-notty.exp (${board}_file): New
3410 proc.
3411
9404b58f
KM
34122014-05-07 Kyle McMartin <kyle@redhat.com>
3413
3414 Pushed by Joel Brobecker <brobecker@adacore.com>.
3415 * gdb.arch/aarch64-atomic-inst.c: New file.
3416 * gdb.arch/aarch64-atomic-inst.exp: New file.
3417
5e45f04c
YQ
34182014-05-07 Yao Qi <yao@codesourcery.com>
3419
3420 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3421 in current context" too.
3422
c888a17d
KS
34232014-05-05 Keith Seitz <keiths@redhat.com>
3424
3425 * gdb.linespec/ls-dollar.exp: Add test for linespec
3426 file:convenience_variable.
3427
290a839c
YQ
34282014-05-05 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3431 traceframes into tfile and ctf trace files. Read data from
3432 trace file and test collected data.
3433 (gdb_collect_locals_test): Likewise.
3434 (gdb_unavailable_registers_test): Likewise.
3435 (gdb_unavailable_floats): Likewise.
3436 (gdb_collect_globals_test): Likewise.
3437 (top-level): Append "ctf" to trace_file_targets if GDB
3438 supports.
3439
b5262cd0
YQ
34402014-05-05 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3443 code to ...
3444 (gdb_collect_args_test_1): ... it. New proc.
3445 (gdb_collect_locals_test): Move some code to ...
3446 (gdb_collect_locals_test_1): ... it. New proc.
3447 (gdb_unavailable_registers_test): Move some code to ...
3448 (gdb_unavailable_registers_test_1): ... it. New proc.
3449 (gdb_unavailable_floats): Move some code to ...
3450 (gdb_unavailable_floats_1): ... it. New proc.
3451
30a1e6cc
SDJ
34522014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3455 probes to test for bitness recognition.
3456 * gdb.arch/amd64-stap-optional-prefix.exp
3457 (test_probe_value_without_reg): New procedure.
3458 Add code to test for different kinds of bitness.
3459
f33da99a
SDJ
34602014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3461
3462 PR breakpoints/16889
3463 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3464 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3465
5b80f00d
PA
34662014-05-01 Pedro Alves <palves@redhat.com>
3467
3468 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3469 gdb_file_cmd if no file is specified.
3470 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3471 last_loaded_file to set the remote exec-file.
3472
f8c2a73c
PA
34732014-05-01 Pedro Alves <palves@redhat.com>
3474
3475 * boards/local-remote-host.exp: New file.
3476
be6e8ac7
PA
34772014-05-01 Pedro Alves <palves@redhat.com>
3478
3479 * boards/local-remote-host.exp: Rename to ...
3480 * boards/local-remote-host-notty.exp: ... this.
3481
cac0dc8f
JB
34822014-04-28 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdb.ada/dyn_arrayidx: New testcase.
3485
9730e6cc
YQ
34862014-04-26 Yao Qi <yao@codesourcery.com>
3487
3488 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3489 and compute the length of function main. Save it in
3490 $main_length.
3491 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3492 (top-level): Use gdb_compile to compile objects into
3493 executable and restart GDB. Remove invocation to
3494 prepare_for_testing.
3495
7ae1a6a6
PA
34962014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3497 Pedro Alves <palves@redhat.com>
3498
3499 PR server/16255
3500 * gdb.multi/multi-attach.c: New file.
3501 * gdb.multi/multi-attach.exp: New file.
3502
4082afcc
PA
35032014-04-25 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3506 user.
3507 (top level): Test that "set remote conditional-breakpoints-packet
3508 off" works as intended.
3509 * gdb.base/dprintf.exp: Test that "set remote
3510 breakpoint-commands-packet off" works as intended.
3511 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3512 New function.
3513 (top level): Call it.
3514 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3515 remote fast-tracepoints-packet off" works as intended.
3516 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3517 * lib/gdb.exp (gdb_is_target_remote): ... here.
3518
2abc3f8d
DB
35192014-04-24 David Blaikie <dblaikie@gmail.com>
3520
3521 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3522 ensure clang would not discard them.
3523 * gdb.base/gdbvars.c: Ditto.
3524 * gdb.base/memattr.c: Ditto.
3525 * gdb.base/whatis.c: Ditto.
3526 * gdb.python/py-prettyprint.c: Ditto.
3527 * gdb.trace/actions.c: Ditto.
3528 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3529 ensure clang would not discard it.
3530
bfd39632
DB
35312014-04-24 David Blaikie <dblaikie@gmail.com>
3532
3533 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3534 clang to emit the full definition of type required by the test
3535 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3536
22842ff6
DB
35372014-04-24 David Blaikie <dblaikie@gmail.com>
3538
3539 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3540 coax Clang into emitting the definition of the type.
3541 * gdb.cp/pr10728-x.h (y): Ditto.
3542 * gdb.cp/pr10728-y.cc (y): Ditto.
3543
c2e827ad
DB
35442014-04-24 David Blaikie <dblaikie@gmail.com>
3545
3546 * gdb.base/label.exp: XFAIL label related tests under Clang.
3547 * gdb.cp/cplabel.exp: Ditto.
3548 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3549 under Clang those using labels.
3550
4c2d33e7
YQ
35512014-04-25 Yao Qi <yao@codesourcery.com>
3552
3553 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3554 double_label.
3555 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3556 partial_label and double_label.
3557
56083b99
DB
35582014-04-24 David Blaikie <dblaikie@gmail.com>
3559
3560 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3561
25d4e99d
DB
35622014-04-24 David Blaikie <dblaikie@gmail.com>
3563
3564 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3565 of the function to work across GCC and Clang.
3566 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3567 pointer types (const void ** const V void **).
3568
01f9f808
MS
35692014-04-24 Michael Sturm <michael.sturm@mintel.com>
3570 Walfred Tedeschi <walfred.tedeschi@intel.com>
3571
3572 * Makefile.in (EXECUTABLES): Added i386-avx512.
3573 * gdb.arch/i386-avx512.c: New file.
3574 * gdb.arch/i386-avx512.exp: Likewise.
3575
4b48d439
KS
35762014-04-23 Keith Seitz <keiths@redhat.com>
3577
3578 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3579 (mi_make_breakpoint_table): New procedure.
3580 (mi_create_breakpoint): Use mi_make_breakpoint
3581 and return the result.
3582 (mi_make_breakpoint): New procedure.
3583 (mi_build_kv_pairs): New procedure.
3584
3585 * gdb.mi/mi-break.exp: Remove unused globals,
3586 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3587 All callers updated.
3588 * gdb.mi/mi-dprintf.exp: Use variable to track command
3589 number.
3590 Update all callers of mi_create_breakpoint and use
3591 mi_make_breakpoint_table.
3592 Remove any unused global variables.
3593 * gdb.mi/mi-nonstop.exp: Likewise.
3594 * gdb.mi/mi-nsintrall.exp: Likewise.
3595 * gdb.mi/mi-nsmoribund.exp: Likewise.
3596 * gdb.mi/mi-nsthrexec.exp: Likewise.
3597 * gdb.mi/mi-reverse.exp: Likewise.
3598 * gdb.mi/mi-simplerun.exp: Likewise.
3599 * gdb.mi/mi-stepn.exp: Likewise.
3600 * gdb.mi/mi-syn-frame.exp: Likewise.
3601 * gdb.mi/mi-until.exp: Likewise.
3602 * gdb.mi/mi-var-cp.exp: Likewise.
3603 * gdb.mi/mi-var-display.exp: Likewise.
3604 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3605 * gdb.mi/mi2-var-child.exp: Likewise.
3606 * gdb.mi/mi-vla-c99.exp: Likewise.
3607 * lib/mi-support.exp: Likewise.
3608
3609 From Ian Lance Taylor <iant@cygnus.com>:
3610 * lib/gdb.exp (parse_args): New procedure.
3611
08351840
PA
36122014-04-23 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/break-unload-file.c: New file.
3615 * gdb.base/break-unload-file.exp: New file.
3616 * gdb.base/sym-file-lib.c (baz): New function.
3617 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3618 field.
3619 (load): Store the segment's mapped size.
3620 (unload): New function.
3621 (unload_shlib): New function.
3622 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3623 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3624 set a breakpoint at baz, and call it.
3625 * gdb.base/sym-file.exp: New tests for stale breakpoint
3626 instructions.
3627
076855f9
PA
36282014-04-23 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3631 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3632 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3633 * gdb.base/hbreak-unmapped.c: New file.
3634 * gdb.base/hbreak-unmapped.exp: New file.
3635 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3636 * lib/gdb.exp (gdb_is_target_remote): ... here.
3637
483805cf
PA
36382014-04-22 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.base/consecutive-step-over.c: New file.
3641 * gdb.base/consecutive-step-over.exp: New file.
3642
06d97543
PA
36432014-04-22 Pedro Alves <palves@redhat.com>
3644
3645 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3646 instead of send_gdb/gdb_expect.
3647
b4429ea2
YQ
36482014-04-22 Yao Qi <yao@codesourcery.com>
3649
3650 * lib/trace-support.exp (generate_tracefile): New procedure.
3651 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3652 return 0.
3653 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3654 if generate_tracefile returns 1.
3655
51d48146
PA
36562014-04-18 Tom Tromey <palves@redhat.com>
3657 Pedro alves <tromey@redhat.com>
3658
3659 PR backtrace/15558
3660 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3661 with a backtrace limit.
3662 * gdb.python/py-frame-inline.exp: Test running to an inline
3663 function with a backtrace limit, and printing the newest frame.
3664 * gdb.python/py-frame-inline.c (main): Call f.
3665
bd1dce5f
MS
36662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3667
3668 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3669
40d1a503
MS
36702014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3671
3672 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3673 Drop prefix from unsupported source file path.
3674
389b98f7
YQ
36752014-04-17 Yao Qi <yao@codesourcery.com>
3676
3677 * lib/gdb.exp (with_target_charset): New proc.
3678 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3679 with_target_charset.
3680 (test_print_strings): Likewise.
3681 (test_repeat_bytes): Likewise.
3682 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3683 for some tests.
3684
22869d73
KS
36852014-04-16 Keith Seitz <keiths@redhat.com>
3686
3687 PR gdb/15827
3688 * gdb.dwarf2/corrupt.c: New file.
3689 * gdb.dwarf2/corrupt.exp: New file.
3690
c4f87ca6
KS
36912014-04-16 Keith Seitz <keiths@redhat.com>
3692
3693 PR c++/16597
3694 * gdb.cp/namelessclass.cc: New file.
3695 * gdb.cp/namelessclass.exp: New file.
3696 * gdb.cp/namelessclass.S: New file.
3697
ab19de87
DE
36982014-04-16 Doug Evans <dje@google.com>
3699
3700 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3701 Add comment.
3702 (gdbserver_default_get_comm_port): New function.
3703 (gdbserver_start): Check if board file provided
3704 "gdbserver,get_comm_port" and use it if so.
3705 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3706 (gdb,socketport): Set to "stdio".
3707 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3708 (stdio_gdbserver_template): Delete.
3709 (${board}_get_remote_address): Update.
3710 (${board}_build_remote_cmd): Delete.
3711 (${board}_get_comm_port): New function.
3712 (${board}_spawn): Update.
3713 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3714 Delete.
3715 (${board}_get_remote_address): Update.
3716 (${board}_get_comm_port): New function.
3717
fc98a809
AB
37182014-04-16 Andrew Burgess <aburgess@broadcom.com>
3719
3720 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3721 appearing in any order.
3722
87fd9e6e
DE
37232014-04-15 Doug Evans <dje@google.com>
3724
3725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3726 uninitialized value of "description".
3727
099fc3ea
KS
37282014-04-15 Keith Seitz <keiths@redhat.com>
3729
3730 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3731 Remove unused globals.
3732 (test_running_the_program): Likewise.
3733 (test_controlled_execution): Likewise.
3734 (test_controlling_breakpoints): Likewise.
3735 (test_program_termination): Likewise.
3736
5da151d4
KS
37372014-04-15 Keith Seitz <keiths@redhat.com>
3738
3739 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3740 unused globals.
3741 (test_rbreak_creation_and_listing): Likewise.
3742 (test_ignore_count): Likewise.
3743 (test_error): Likewise.
3744
35e5d2f0
PA
37452014-04-15 Pedro Alves <palves@redhat.com>
3746
3747 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3748 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3749 sym-file-loader.c.
3750 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3751 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3752 to sym-file-loader.c.
3753 (struct library): Forward declare.
3754 (load_shlib, lookup_function): Change prototypes.
3755 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3756 (translate_offset): Remove declarations.
3757 (get_text_addr): New declaration.
3758 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3759 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3760 sym-file-loader.h.
3761 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3762 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3763 here from sym-file-loader.h.
3764 (struct library): New structure.
3765 (load_shlib, lookup_function): Change prototypes and adjust to
3766 work with a struct library.
3767 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3768 (translate_offset): Make static.
3769 (get_text_addr): New function.
3770 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3771
eb4c1710
PA
37722014-04-15 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3775
2d1baf52
PA
37762014-04-15 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/sym-file-loader.c: Include <limits.h>.
3779 (SELF_LINK): New define.
3780 (get_origin): New function.
3781 (load_shlib): Use it.
3782 * gdb.base/sym-file.exp: Don't early return if the target is
3783 remote. Use runto_main, and issue fail is that fails. Use
3784 gdb_load_shlibs.
3785 (shlib_name): Delete.
3786 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3787
7dd6df01
PA
37882014-04-15 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/sym-file.exp: Remove regex characters from test
3791 message. Don't refer to breakpoint numbers in test messages.
3792
b50c8614
KS
37932014-04-14 Keith Seitz <keiths@redhat.com>
3794
3795 PR c++/16253
3796 * gdb.cp/var-tag.cc: New file.
3797 * gdb.cp/var-tag.exp: New file.
3798 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3799 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3800 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3801 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3802
3d567982
TT
38032014-04-14 Tom Tromey <tromey@redhat.com>
3804
3805 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3806 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3807 type.
3808 * gdb.cp/enum-class.exp: New file.
3809 * gdb.cp/enum-class.cc: New file.
3810
0626fc76
TT
38112014-04-14 Tom Tromey <tromey@redhat.com>
3812
3813 * gdb.dwarf2/enum-type.exp: New file.
3814
dca325b3
SA
38152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3816
3817 * gdb.mi/mi-vla-c99.exp: New file.
3818 * gdb.mi/vla.c: New file.
3819
5854b38a
SA
38202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3821
3822 * gdb.base/vla-datatypes.c: New file.
3823 * gdb.base/vla-datatypes.exp: New file.
3824
463bb957
SA
38252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3826
3827 * gdb.base/vla-ptr.c: New file.
3828 * gdb.base/vla-ptr.exp: New file.
3829
3dd170be
SA
38302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3831
3832 * gdb.dwarf2/count.exp: New file.
3833
5ecaaa66
SA
38342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3835
3836 * gdb.base/vla-sideeffect.c: New file.
3837 * gdb.base/vla-sideeffect.exp: New file.
3838
41f1ada5
DB
38392014-04-14 David Blaikie <dblaikie@gmail.com>
3840
3841 * gdb.mi/non-stop.c: Add return value for non-void function return
3842 statement.
3843 * gdb.threads/staticthreads.c: Ditto.
3844
0be03e84
DE
38452014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3846 Doug Evans <xdje42@gmail.com>
3847
3848 * gdb.guile/scm-value.c: Improve test case.
3849 * gdb.guile/scm-value.exp: Add new test.
3850
f180a1fb
DB
38512014-04-11 David Blaikie <dblaikie@gmail.com>
3852
3853 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3854 override Clang's default.
3855
6b662e19
JB
38562014-04-11 Joel Brobecker <brobecker@adacore.com>
3857
3858 Revert the following changes (regressions):
3859
3860 * gdb.base/vla-sideeffect.c: New file.
3861 * gdb.base/vla-sideeffect.exp: New file.
3862
3863 * gdb.dwarf2/count.exp: New file.
3864
3865 * gdb.base/vla-multi.c: New file.
3866 * gdb.base/vla-multi.exp: New file.
3867
3868 * gdb.base/vla-ptr.c: New file.
3869 * gdb.base/vla-ptr.exp: New file.
3870
3871 * gdb.base/vla-datatypes.c: New file.
3872 * gdb.base/vla-datatypes.exp: New file.
3873
3874 * gdb.mi/mi-vla-c99.exp: New file.
3875 * gdb.mi/vla.c: New file.
3876
245a5f0b
KS
38772014-04-11 Keith Seitz <keiths@redhat.com>
3878
3879 PR c++/16675
3880 * gdb.cp/cpsizeof.exp: New file.
3881 * gdb.cp/cpsizeof.cc: New file.
3882
58a84dcf
SA
38832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3884
191a8a90
JB
3885 * gdb.mi/mi-vla-c99.exp: New file.
3886 * gdb.mi/vla.c: New file.
58a84dcf 3887
c8655f75
SA
38882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3889
3890 * gdb.base/vla-datatypes.c: New file.
3891 * gdb.base/vla-datatypes.exp: New file.
3892
024e13b4
SA
38932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3894
3895 * gdb.base/vla-ptr.c: New file.
3896 * gdb.base/vla-ptr.exp: New file.
3897
1a237e0e
SA
38982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3899
3900 * gdb.base/vla-multi.c: New file.
3901 * gdb.base/vla-multi.exp: New file.
3902
504f3432
SA
39032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3904
3905 * gdb.dwarf2/count.exp: New file.
3906
3bce8237
SA
39072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3908
191a8a90
JB
3909 * gdb.base/vla-sideeffect.c: New file.
3910 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3911
322f9c21
YQ
39122014-04-11 Yao Qi <yao@codesourcery.com>
3913
3914 * gdb.base/completion.exp: Check file exists before running tests
3915 on file completion.
3916
d708bcd1
PA
39172014-04-10 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/cond-eval-mode.c: New file.
3920 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3921 prepare_for_testing to build the new file. Check result of
3922 runto_main.
3923 (test_break, test_watch): New procedures.
3924 (top level): Use them.
3925
ae1d2761
PM
39262014-04-08 Pierre Muller <muller@sourceware.org>
3927
3928 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3929 Ctrl-V use for mingw hosts.
3930
7af389b8
SC
39312014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3932
3933 * gdb.python/py-value.c: Improve test case.
3934 * gdb.python/py-value.exp: Add new test.
3935
5e703181
DE
39362014-04-07 David Blaikie <dblaikie@gmail.com>
3937
3938 * lib/compiler.c: Identify the clang compiler.
3939 * lib/compiler.cc: Ditto.
3940
9810b410
YQ
39412014-04-03 Yao Qi <yao@codesourcery.com>
3942
3943 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3944
98d1b8dc
AB
39452014-04-01 Anton Blanchard <anton@samba.org>
3946
3947 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3948 messages unique.
3949
3114cea1
AB
39502014-04-01 Anton Blanchard <anton@samba.org>
3951
3952 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3953 prepare_for_testing.
3954
62f7182c
AB
39552014-04-01 Anton Blanchard <anton@samba.org>
3956
3957 * gdb.arch/ppc64-atomic-inst.c: Remove.
3958 * gdb.arch/ppc64-atomic-inst.S: New file.
3959 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3960
770e7fc7
DE
39612014-03-31 Doug Evans <dje@google.com>
3962
3963 * gdb.base/print-symbol-loading-lib.c: New file.
3964 * gdb.base/print-symbol-loading-main.c: New file.
3965 * gdb.base/print-symbol-loading.exp: New file.
3966
46e2bafa
YQ
39672014-03-31 Yao Qi <yao@codesourcery.com>
3968
3969 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3970
8776cfe9
JB
39712014-03-28 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.ada/mi_dyn_arr: New testcase.
3974
5d1ef361
DE
39752014-03-27 Doug Evans <dje@google.com>
3976
3977 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3978
b5bee914
YQ
39792014-03-27 Yao Qi <yao@codesourcery.com>
3980
3981 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3982 if target is nios2-*-*.
3983
0d4d0e77
YQ
39842014-03-26 Yao Qi <yao@codesourcery.com>
3985
3986 * lib/gdb.exp (readline_is_used): New proc.
3987 * gdb.base/completion.exp: Move tests on command complete up.
3988 Skip the rest of tests if readline is not used.
3989 * gdb.ada/complete.exp: Skp the test if readline is not
3990 used.
3991 * gdb.base/filesym.exp: Likewise.
3992 * gdb.base/macscp.exp: Likewise.
3993 * gdb.base/readline-ask.exp: Likewise.
3994 * gdb.base/readline.exp: Likewise.
3995 * gdb.python/py-cmd.exp: Likewise.
3996 * gdb.trace/tfile.exp: Likewise.
3997
29361eee
YQ
39982014-03-26 Yao Qi <yao@codesourcery.com>
3999
4000 * gdb.base/macscp.exp: Fix code format issues.
4001
bc9a5525
UW
40022014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4003
4004 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4005 * gdb.asm/powerpc64le.inc: New file.
4006
d3839ede
PA
40072014-03-25 Pedro Alves <palves@redhat.com>
4008 Doug Evans <dje@google.com>
4009
4010 * gdb.base/source-execution.c: New file.
4011 * gdb.base/source-execution.exp: New file.
4012 * gdb.base/source-execution.gdb: New file.
4013
01672a57
DE
40142014-03-24 Doug Evans <dje@google.com>
4015
4016 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4017 using fission.
4018
88bbeca9
HZ
40192014-03-24 Hui Zhu <hui@codesourcery.com>
4020 Pedro Alves <palves@redhat.com>
4021
4022 PR breakpoints/16101
4023 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4024 test pass/fail messages. Detect missing support for dprintf when
4025 breakpoints are actually inserted.
4026 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4027 breakpoints are actually inserted.
4028 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4029 fails.
4030
d2348791
JK
40312014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4034
feef67ab
DE
40352014-03-22 Doug Evans <xdje42@gmail.com>
4036
4037 * gdb.python/python.exp (python not supported): Verify multi-line
4038 python command issues an error.
25d743f9 4039 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4040 guile command issues an error.
feef67ab 4041
ecebef6a
MR
40422014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4043
4044 * gdb.threads/thread-specific.exp: Handle the lack of usable
4045 $this_breakpoint and $this_thread.
4046
ccdd1909
HZ
40472014-03-21 Hui Zhu <hui@codesourcery.com>
4048
4049 * gdb.base/attach.exp (do_command_attach_tests): New.
4050
beb460e8
PA
40512014-03-20 Tom Tromey <tromey@redhat.com>
4052 Pedro Alves <palves@redhat.com>
4053
4054 PR cli/15718
4055 * gdb.base/condbreak-call-false.c: New file.
4056 * gdb.base/condbreak-call-false.exp: New file.
4057
40acf43a
PA
40582014-03-20 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4061 Delete.
4062 (block_signals, unblock_signals): Delete.
4063 (child_function_2, main): Remove references to deleted variable
4064 and functions.
4065
9f5e1e02
PA
40662014-03-20 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4069 Use pthread_kill to signal thread 2.
4070 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4071 Adjust to make the test send itself a signal rather than using the
4072 host's "kill" command.
4073
99619bea
PA
40742014-03-20 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.threads/multiple-step-overs.c: New file.
4077 * gdb.threads/multiple-step-overs.exp: New file.
4078 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4079 Adjust expected infrun debug output.
4080
2adfaa28
PA
40812014-03-20 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4084 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4085
31e77af2
PA
40862014-03-20 Pedro Alves <palves@redhat.com>
4087
4088 PR breakpoints/7143
4089 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4090 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4091 of gdb_test_multiple.
4092 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4093 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4094
b9f437de
PA
40952014-03-20 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4098 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4099
05adc73e
PA
41002014-03-19 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/async.exp: Remove early return.
4103
6048b950
PA
41042014-03-19 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4107
8bcfb00a
PA
41082014-03-19 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.base/async.exp (test_background): Expect \r\n after
4111 "completed." in the fail pattern.
4112
884e37dc
PA
41132014-03-19 Pedro Alves <palves@redhat.com>
4114
4115 * gdb.base/async.exp (test_background): New procedure.
4116 Use it for all background execution command tests.
4117
148e57e2
PA
41182014-03-19 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/async.exp: Use prepare_for_testing.
4121
f48088c7
PA
41222014-03-19 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4125 the same line.
4126
e2f6c966
PA
41272014-03-19 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/async.c (main): Add "jump here" and "until here" line
4130 marker comments.
4131 * gdb.base/async.exp (jump_here): New global.
4132 (jump& test): Use it.
4133 (until_here): New global.
4134 (until& test): Use it.
4135
c30568d4
PA
41362014-03-19 Pedro Alves <palves@redhat.com>
4137
4138 * gdb.base/async.exp: Don't frob gdb_protocol.
4139
0172b6a7
DE
41402014-03-18 Doug Evans <xdje42@gmail.com>
4141
4142 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4143 Fix spelling of exec-done-display.
4144
06c868a8
JK
41452014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4146
4147 PR gdb/15358
4148 * gdb.base/gdb-sigterm.c: New file.
4149 * gdb.base/gdb-sigterm.exp: New file.
4150
0c7e1a46
PA
41512014-03-18 Pedro Alves <palves@redhat.com>
4152
4153 PR gdb/13860
4154 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4155 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4156 solib-event.
4157
f7c77d93
JB
41582014-03-17 Joel Brobecker <brobecker@adacore.com>
4159
4160 * gdb.ada/pckd_arr_ren: New testcase.
4161
5a1e8c7a
DE
41622014-03-13 Doug Evans <xdje42@gmail.com>
4163
4164 PR guile/16612
4165 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4166 collect after discarding symbols.
4167
350e1a76
DE
41682014-03-13 Ludovic Courtès <ludo@gnu.org>
4169 Doug Evans <xdje42@gmail.com>
4170
4171 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4172 to history survives a gc.
4173
a69900ae
PA
41742014-03-13 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.base/default.exp: Don't test "target procfs".
4177
5db9f0bd
PA
41782014-03-13 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.base/default.exp: Update "target child" and "target procfs"
4181 tests to not expect "Unix".
4182
b3ccfe11
TT
41832014-03-12 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4186 New procs. Add target-async tests.
4187 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4188 Add target-async tests.
4189
646f4417
AA
41902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4191
4192 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4193 'func_start' and 'func_end' for the beginning and end of the
4194 function code, respectively.
4195 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4196 'func_end' instead of 'func' and 'main'.
4197
288c211f
AA
41982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4199
4200 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4201 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4202 generate the debug info assembler source.
4203
e0c0f156
AA
42042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4205
4206 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4207 * gdb.dwarf2/arr-subrange.exp: Likewise.
4208 * gdb.dwarf2/dwz.exp: Likewise.
4209 * gdb.dwarf2/method-ptr.exp: Likewise.
4210 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4211 * gdb.dwarf2/subrange.exp: Likewise.
4212 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4213 * gdb.dwarf2/implptrpiece.exp: Likewise.
4214 * gdb.dwarf2/nostaticblock.exp: Likewise.
4215
0e5c4555
AA
42162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4217
4218 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4219 directory to absolute path name arguments.
4220
5ec18f2b
JG
42212014-03-10 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.ada/tagged_access: New testcase.
4224
847fc4f2
MM
42252014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4226
4227 * gdb.btrace/data.exp: Update expected output.
4228
cc3da688
YQ
42292014-03-06 Yao Qi <yao@codesourcery.com>
4230
4231 * gdb.trace/pr16508.exp: New file.
4232
0f26cec1
PA
42332014-03-05 Pedro Alves <palves@redhat.com>
4234
4235 PR gdb/16575
4236 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4237 procedure.
4238 (top level): Adjust to use it. Add tests that exercise breakpoint
4239 interaction with the code-cache.
4240
7a5a839f
LC
42412014-02-26 Ludovic Courtès <ludo@gnu.org>
4242
4243 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4244 test for 'history-append!'.
4245
31aa7e4e
JB
42462014-02-26 Joel Brobecker <brobecker@adacore.com>
4247
4248 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4249 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4250 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4251 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4252 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4253 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4254
1b588015
JB
42552014-02-26 Joel Brobecker <brobecker@adacore.com>
4256
4257 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4258 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4259 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4260
55426c9d
JB
42612014-02-26 Joel Brobecker <brobecker@adacore.com>
4262
4263 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4264
dc53a7ad
JB
42652014-02-26 Joel Brobecker <brobecker@adacore.com>
4266
4267 * gdb.dwarf2/arr-stride.c: New file.
4268 * gdb.dwarf2/arr-stride.exp: New file.
4269
12ab52e9
PA
42702014-02-26 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4273 that won't ever trigger. Make sure that GDB reports the correct
4274 breakpoint that caused the stop.
4275
849c862e
JK
42762014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 PR gdb/16626
4279 * gdb.base/auto-load-script: New file.
4280 * gdb.base/auto-load.c: New file.
4281 * gdb.base/auto-load.exp: New file.
4282
71b7d793
JK
4283 PR gdb/16626
4284 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4285
e2f0d509
JK
42862014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4289 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4290
50cc37c8
DE
42912014-02-24 Doug Evans <dje@google.com>
4292
4293 * lib/gdb.exp (run_on_host): Log error output if program fails.
4294
ea4758f2
PA
42952014-02-21 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.threads/step-after-sr-lock.c: Rename to ...
4298 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4299 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4300 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4301 ... this.
4302
d7b30f67
SDJ
43032014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 PR tdep/16397
4306 * gdb.arch/amd64-stap-special-operands.exp: New file.
4307 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4308 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4309 * gdb.arch/amd64-stap-triplet.S: Likewise.
4310 * gdb.arch/amd64-stap-triplet.c: Likewise.
4311
83deb43f
JB
43122014-02-20 Joel Brobecker <brobecker@adacore.com>
4313
4314 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4315 in .section pseudo-op.
4316
adde2bff
DE
43172014-02-20 lin zuojian <manjian2006@gmail.com>
4318 Joel Brobecker <brobecker@adacore.com>
4319 Doug Evans <xdje42@gmail.com>
4320
4321 PR symtab/16581
4322 * gdb.dwarf2/dw2-icycle.S: New file.
4323 * gdb.dwarf2/dw2-icycle.c: New file.
4324 * gdb.dwarf2/dw2-icycle.exp: New file.
4325
f7bd0f78
SC
43262014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4327
4328 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4329 operations on gdb.Value objects.
4330 * gdb.python/py-value-cc.exp: Add new test to test operations on
4331 gdb.Value objects.
4332
c17ef0d5
DE
43332014-02-18 Doug Evans <dje@google.com>
4334
4335 * Makefile.in (TESTS): New variable.
4336 (expanded_tests, expanded_tests_or_none): New variables
4337 (check-single): Pass $(expanded_tests_or_none) to runtest.
4338 (check-parallel): Only run tests in $(TESTS) if non-empty.
4339 (check/no-matching-tests-found): New rule.
4340 * README: Document TESTS makefile variable.
4341
5dd3176f
DE
43422014-02-18 Doug Evans <dje@google.com>
4343
4344 * Makefile.in (check-parallel): rm -rf outputs temp.
4345
0b10be4f
JK
43462014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 Fix "ERROR: no fileid for" in the testsuite.
4349 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4350
85f224e7
DE
43512014-02-12 Doug Evans <dje@google.com>
4352
4353 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4354 (MISCELLANEOUS): New variable.
4355 (clean): rm -rf $(MISCELLANEOUS).
4356 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4357 dwp live in the same directory as symlinks, with each symlink pointed
4358 to a differently named file in a different directory.
4359
149b30ff
DE
43602014-02-11 Doug Evans <dje@google.com>
4361
4362 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4363 of Tcl file commands.
4364
1dfdac32
MK
43652014-02-10 Mark Kettenis <kettenis@gnu.org>
4366
4367 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4368 "kill -SIGUSR1 -1".
4369
aa4fb036
JB
43702014-02-10 Joel Brobecker <brobecker@adacore.com>
4371
4372 * gdb.ada/tick_length_array_enum_idx: New testcase.
4373
ed3ef339
DE
43742014-02-10 Doug Evans <xdje42@gmail.com>
4375
4376 * configure.ac (AC_OUTPUT): Add gdb.guile.
4377 * configure: Regenerate.
4378 * lib/gdb-guile.exp: New file.
4379 * lib/gdb.exp (get_target_charset): New function.
4380 * gdb.base/help.exp: Update expected output from "apropos apropos".
4381 * gdb.guile/Makefile.in: New file.
4382 * gdb.guile/guile.exp: New file.
4383 * gdb.guile/scm-arch.c: New file.
4384 * gdb.guile/scm-arch.exp: New file.
4385 * gdb.guile/scm-block.c: New file.
4386 * gdb.guile/scm-block.exp: New file.
4387 * gdb.guile/scm-breakpoint.c: New file.
4388 * gdb.guile/scm-breakpoint.exp: New file.
4389 * gdb.guile/scm-disasm.c: New file.
4390 * gdb.guile/scm-disasm.exp: New file.
4391 * gdb.guile/scm-equal.c: New file.
4392 * gdb.guile/scm-equal.exp: New file.
4393 * gdb.guile/scm-error.exp: New file.
4394 * gdb.guile/scm-error.scm: New file.
4395 * gdb.guile/scm-frame-args.c: New file.
4396 * gdb.guile/scm-frame-args.exp: New file.
4397 * gdb.guile/scm-frame-args.scm: New file.
4398 * gdb.guile/scm-frame-inline.c: New file.
4399 * gdb.guile/scm-frame-inline.exp: New file.
4400 * gdb.guile/scm-frame.c: New file.
4401 * gdb.guile/scm-frame.exp: New file.
4402 * gdb.guile/scm-generics.exp: New file.
4403 * gdb.guile/scm-gsmob.exp: New file.
4404 * gdb.guile/scm-iterator.c: New file.
4405 * gdb.guile/scm-iterator.exp: New file.
4406 * gdb.guile/scm-math.c: New file.
4407 * gdb.guile/scm-math.exp: New file.
4408 * gdb.guile/scm-objfile-script-gdb.in: New file.
4409 * gdb.guile/scm-objfile-script.c: New file.
4410 * gdb.guile/scm-objfile-script.exp: New file.
4411 * gdb.guile/scm-objfile.c: New file.
4412 * gdb.guile/scm-objfile.exp: New file.
4413 * gdb.guile/scm-ports.exp: New file.
4414 * gdb.guile/scm-pretty-print.c: New file.
4415 * gdb.guile/scm-pretty-print.exp: New file.
4416 * gdb.guile/scm-pretty-print.scm: New file.
4417 * gdb.guile/scm-section-script.c: New file.
4418 * gdb.guile/scm-section-script.exp: New file.
4419 * gdb.guile/scm-section-script.scm: New file.
4420 * gdb.guile/scm-symbol.c: New file.
4421 * gdb.guile/scm-symbol.exp: New file.
4422 * gdb.guile/scm-symtab-2.c: New file.
4423 * gdb.guile/scm-symtab.c: New file.
4424 * gdb.guile/scm-symtab.exp: New file.
4425 * gdb.guile/scm-type.c: New file.
4426 * gdb.guile/scm-type.exp: New file.
4427 * gdb.guile/scm-value-cc.cc: New file.
4428 * gdb.guile/scm-value-cc.exp: New file.
4429 * gdb.guile/scm-value.c: New file.
4430 * gdb.guile/scm-value.exp: New file.
4431 * gdb.guile/source2.scm: New file.
4432 * gdb.guile/types-module.cc: New file.
4433 * gdb.guile/types-module.exp: New file.
4434
7026a7c1
YQ
44352014-02-10 Yao Qi <yao@codesourcery.com>
4436
4437 PR testsuite/16543
4438 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4439 * configure: Regenerated.
4440 * Makefile.in: New file.
4441
6c466447
AS
44422014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4443
4444 * gdb.python/py-framefilter.exp: Fix typo.
4445
6e854735
YQ
44462014-02-08 Yao Qi <yao@codesourcery.com>
4447
4448 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4449 that no =breakpoint-modified is emitted when breakpoints are
4450 modified through MI commands.
4451
d137e6dc
PA
44522014-02-07 Pedro Alves <pedro@codesourcery.com>
4453 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.threads/step-after-sr-lock.c: New file.
4456 * gdb.threads/step-after-sr-lock.exp: New file.
4457
b5ee5a50
PA
44582014-02-07 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4461
3c77faf3
JK
44622014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4463
4464 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4465 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4466
6dddc817
DE
44672014-02-06 Doug Evans <xdje42@gmail.com>
4468
4469 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4470 output.
4471
4472 * gdb.gdb/python-interrupts.exp: New file.
4473
de7b2893
YQ
44742014-02-05 Yao Qi <yao@codesourcery.com>
4475
4476 * gdb.trace/report.exp (use_collected_data): Test the output
4477 of "info threads" and "info inferiors".
4478
66d032ac
YQ
44792014-02-05 Yao Qi <yao@codesourcery.com>
4480
4481 Revert this patch:
4482
4483 2013-05-24 Yao Qi <yao@codesourcery.com>
4484
4485 * gdb.trace/tfile.exp: Test inferior and thread.
4486
591a12a1
UW
44872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4488
4489 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4490 on a function.
4491 * gdb.base/step-bt.c: Call hello via function pointer to make
4492 sure its first instruction is executed on powerpc64le-linux.
4493
0ff3e01f
UW
44942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4495
4496 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4497
084ee545
UW
44982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4499
4500 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4501 of the test patterns for use on little-endian systems.
4502
6ed14ff3
UW
45032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4504
4505 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4506 (decimal_vector): Fix for little-endian.
4507
401e27fd
JM
45082014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4509
4510 * gdb.arch/sparc-sysstep.exp: New file.
4511 * gdb.arch/sparc-sysstep.c: Likewise.
4512
4513 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4514
8b924729
EBM
45152014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4516
4517 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4518
fb151210
JB
45192014-01-23 Tom Tromey <tromey@redhat.com>
4520
4521 * gdb.ada/array_char_idx: New testcase.
4522
0740f8d8
TT
45232014-01-23 Tom Tromey <tromey@redhat.com>
4524
4525 PR python/16487:
4526 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4527 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4528 classes.
4529
21909fa1
TT
45302014-01-23 Tom Tromey <tromey@redhat.com>
4531
4532 PR python/16491:
4533 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4534 string from an inferior frame.
4535 * gdb.python/py-framefilter-mi.exp: Update.
4536
87ce2a04
DE
45372014-01-22 Doug Evans <dje@google.com>
4538
4539 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4540
237b092b
AA
45412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4542
4543 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4544
d674a709
AA
45452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4546
4547 * gdb.trace/entry-values.exp: Remove excess space character from
4548 regex patterns. Handle s390 call instruction.
4549
20fa3390
AA
45502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4551
4552 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4553 define "*_start" label. Make "name" static.
4554 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4555 ${name} by references to ${name}_start.
4556
78466714
AA
45572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4558
4559 * gdb.base/info-macros.exp: Remove "debug" from the compile
4560 options.
4561
ec9f644a
IB
45622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4563
4564 * gdb.dlang/demangle.exp: New file.
4565
94b1b47e
IB
45662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4567
4568 * gdb.dlang/primitive-types.exp: New file.
4569
7f420862
IB
45702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4571
4572 * configure.ac: Create gdb.dlang/Makefile.
4573 * configure: Regenerate.
4574 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4575 * gdb.dlang/Makefile.in: New file.
4576 * lib/d-support.exp: New file.
4577 * lib/gdb.exp (skip_d_tests): New proc.
4578
52834460
MM
45792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4580
4581 * gdb.btrace/delta.exp: Check reverse stepi.
4582 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4583 * gdb.btrace/finish.exp: New.
4584 * gdb.btrace/next.exp: New.
4585 * gdb.btrace/nexti.exp: New.
4586 * gdb.btrace/record_goto.c: Add comments.
4587 * gdb.btrace/step.exp: New.
4588 * gdb.btrace/stepi.exp: New.
4589 * gdb.btrace/multi-thread-step.c: New.
4590 * gdb.btrace/multi-thread-step.exp: New.
4591 * gdb.btrace/rn-dl-bind.c: New.
4592 * gdb.btrace/rn-dl-bind.exp: New.
4593 * gdb.btrace/data.c: New.
4594 * gdb.btrace/data.exp: New.
4595 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4596
6e07b1d2
MM
45972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4598
4599 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4600 * gdb.btrace/exception.exp: Update.
4601 * gdb.btrace/instruction_history.exp: Update.
4602 * gdb.btrace/record_goto.exp: Update.
4603 * gdb.btrace/tailcall.exp: Update.
4604 * gdb.btrace/unknown_functions.exp: Update.
4605 * gdb.btrace/delta.exp: New.
4606
0b722aec
MM
46072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4608
4609 * gdb.btrace/record_goto.exp: Add backtrace test.
4610 * gdb.btrace/tailcall.exp: Add backtrace test.
4611
066ce621
MM
46122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4613
4614 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4615 * gdb.btrace/record_goto.c: New.
4616 * gdb.btrace/record_goto.exp: New.
4617 * gdb.btrace/x86-record_goto.S: New.
4618
0688d04e
MM
46192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4620
4621 * gdb.btrace/function_call_history.exp: Update tests.
4622 * gdb.btrace/instruction_history.exp: Update tests.
4623
8710b709
MM
46242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4625
4626 * gdb.btrace/function_call_history.exp: Fix expected field
4627 order for "record function-call-history".
4628 Add new tests for "record function-call-history /c".
4629 * gdb.btrace/exception.cc: New.
4630 * gdb.btrace/exception.exp: New.
4631 * gdb.btrace/tailcall.exp: New.
4632 * gdb.btrace/x86-tailcall.S: New.
4633 * gdb.btrace/x86-tailcall.c: New.
4634 * gdb.btrace/unknown_functions.c: New.
4635 * gdb.btrace/unknown_functions.exp: New.
4636 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4637
5de9129b
MM
46382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4639
4640 * gdb.btrace/instruction_history.exp: Update.
4641 * gdb.btrace/function_call_history.exp: Update.
4642
23a7fe75
MM
46432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4644
4645 * gdb.btrace/function_call_history.exp: Fix expected function
4646 trace.
4647 * gdb.btrace/instruction_history.exp: Initialize traced.
4648 Remove traced_functions.
4649
724c7dd8
MM
46502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4651
4652 * gdb.btrace/function_call_history.exp: Update
4653 * gdb.btrace/instruction_history.exp: Update.
4654
6d78d93b
MM
46552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4656
4657 * gdb.btrace/enable.exp: Update expected text.
4658
93a360cc
OJ
46592014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4660
4661 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4662 bytes.
4663
3772b53f
MR
46642014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4665
4666 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4667
596662fa
OJ
46682014-01-15 Omair Javaid <omair.javaid@linaro.org>
4669
4670 * lib/gdb.exp (supports_process_record): Return true for
4671 arm*-linux*. (supports_reverse): Likewise.
4672
b5b08fb4
SC
46732014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4674
4675 PR python/15464
4676 PR python/16113
4677 * gdb.python/py-type.c: Enhance test case.
4678 * gdb.python/py-value-cc.cc: Likewise
4679 * gdb.python/py-type.exp: Add new tests.
4680 * gdb.python/py-value-cc.exp: Likewise
4681
52d7fb13
AA
46822014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4683 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4686 Make "name" extern.
4687 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4688 references to ${name}_start by references to ${name}.
4689
a2cd8cfe
JB
46902014-01-10 Joel Brobecker <brobecker@adacore.com>
4691
4692 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4693
4e23fced
JB
46942014-01-10 Joel Brobecker <brobecker@adacore.com>
4695
4696 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4697
c6a9e42c
PA
46982014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.mi/mi-info-os.exp: Connect to the target with
4702 mi_gdb_target_load.
4703
b7ea362b
PA
47042014-01-08 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.threads/reconnect-signal.c: New file.
4707 * gdb.threads/reconnect-signal.exp: New file.
4708
5e3f4fab
EBM
47092014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4710
4711 * gdb.base/source-dir.exp: New file.
4712
79301218
JB
47132014-01-07 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.ada/mi_interface: New testcase.
4716
8e355c5d
JB
47172014-01-07 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4720 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4721 gdb.ada/pp-rec-component/pck.ads: New files.
4722
c0d48811
JB
47232014-01-07 Joel Brobecker <brobecker@adacore.com>
4724
4725 * gdb.python/py-pp-integral.c: New file.
4726 * gdb.python/py-pp-integral.py: New file.
4727 * gdb.python/py-pp-integral.exp: New file.
4728
17b609c3 4729For older changes see ChangeLog-1993-2013.
c906108c 4730\f
8d8cb839
EZ
4731;; Local Variables:
4732;; mode: change-log
4733;; left-margin: 8
4734;; fill-column: 74
4735;; version-control: never
4736;; End:
902f2ccb 4737
32d0add0 4738 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4739 Copying and distribution of this file, with or without modification,
4740 are permitted provided the copyright notice and this notice are preserved.