]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
step-over-trips-on-watchpoint.exp: Don't put addresses in test messages
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
07473109
PA
12015-04-10 Pedro Alves <palves@redhat.com>
2
3 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4 test messages that don't include the breakpoint address.
5
de3db44c
YQ
62015-04-10 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9 false for some offset and width combinations which aren't
10 supported by linux kernel.
11
c79d856c
PA
122015-04-10 Pedro Alves <palves@redhat.com>
13
14 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15 procedure, factored out from ...
16 (top level): ... here. Add "set displaced-stepping" testing axis.
17 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18 parameter "displaced". Use it.
19 (top level): Use foreach and add "set displaced-stepping" testing
20 axis.
21
ebc90b50
PA
222015-04-10 Pedro Alves <palves@redhat.com>
23
24 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
25 Remove comment.
26 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
27 both the address of the instruction that triggers the watchpoint
28 and the address of the instruction immediately after, and use
29 those addresses for the test. Fix comment.
30
8f572e5c
PA
312015-04-10 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/sigstep.exp (breakpoint_to_handler)
34 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
35 Test "backtrace" in handler.
36 (breakpoint_over_handler): New parameter 'displaced'. Use it.
37 (top level): Add new "displaced" test axis to
38 breakpoint_to_handler, breakpoint_to_handler_entry and
39 breakpoint_over_handler.
40
8d707a12
PA
412015-04-10 Pedro Alves <palves@redhat.com>
42
43 PR gdb/18216
44 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
45
ef713951
YQ
462015-04-10 Yao Qi <yao.qi@linaro.org>
47
48 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
49 (test_add_rn_pc): New function.
50 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
51 (top level): Invoke test_add_rn_pc.
52
906d60cf
PA
532015-04-10 Pedro Alves <palves@redhat.com>
54
55 PR gdb/13858
56 * gdb.base/step-over-no-symbols.exp: New file.
57
f2983cc3
AW
582015-04-09 Andy Wingo <wingo@igalia.com>
59
60 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
61 after the Python tests.
62
6d62641c
SDJ
632015-04-08 Keith Seitz <keiths@redhat.com>
64
65 PR python/16699
66 * gdb.python/py-completion.exp: New tests for completion.
67 * gdb.python/py-completion.py (CompleteLimit1): New class.
68 (CompleteLimit2): Likewise.
69 (CompleteLimit3): Likewise.
70 (CompleteLimit4): Likewise.
71 (CompleteLimit5): Likewise.
72 (CompleteLimit6): Likewise.
73 (CompleteLimit7): Likewise.
74
f3770638
PA
752015-04-08 Pedro Alves <palves@redhat.com>
76
77 PR gdb/18214
78 PR gdb/18216
79 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
80 function.
81 (main): Install it as SIGUSR1 handler.
82 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
83 parameter. Always use "setup" as prefix. Toggle "set
84 displaced-stepping" off/on depending on global. Don't switch to
85 thread 1 here.
86 (top level): Add displaced stepping "off/on" test axis. Update
87 "setup" calls. Wrap each subtest with with_test_prefix. Test
88 continuing with a queued signal in each thread.
89
4496bed7
PA
902015-04-08 Pedro Alves <palves@redhat.com>
91
92 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
93 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
94 gdb_breakpoint instead of gdb_test that doesn't expect anything.
95 Return early if running to main fails.
96 * gdb.trace/while-stepping.exp: Likewise.
97
b97fde92
PA
982015-04-07 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
101 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
102 interact with inferior program.
103
f71c18e7
PA
1042015-04-07 Pedro Alves <palves@redhat.com>
105
106 * lib/gdb.exp (inferior_spawn_id): New global.
107 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
108 spawn id after processing the user code.
109 (default_gdb_start): Set inferior_spawn_id.
110 (send_inferior): New procedure.
111 * lib/gdbserver-support.exp (gdbserver_start): Set
112 inferior_spawn_id.
113 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
114
6423214f
PA
1152015-04-07 Pedro Alves <palves@redhat.com>
116
117 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
118 * lib/gdbserver-support.exp (gdbserver_start): Make
119 $server_spawn_id global.
120 (gdbserver_start): Don't wait for gdbserver's spawn id with
121 expect_background.
122 (close_gdbserver): New procedure.
123 (gdb_exit): Rename the default version and reimplement.
124
71c0ee8c
PA
1252015-04-07 Pedro Alves <palves@redhat.com>
126
127 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
128 append the substituted item, not the original item.
129
203bc29b
PA
1302015-04-07 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
133 gdb_expect.
134
508a3ddf
PA
1352015-04-07 Pedro Alves <palves@redhat.com>
136
137 * gdb.base/interrupt.exp: Don't handle the case of the inferior
138 output appearing once only.
139
9f6dbe2b
PA
1402015-04-07 Pedro Alves <palves@redhat.com>
141
142 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
143 that doesn't expect anything. Return early if running to main
144 fails.
145
337532fa
YQ
1462015-04-07 Yao Qi <yao.qi@linaro.org>
147
148 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
149 (child_function): Call alarm.
150 (main): Move call to alarm into the loop.
151 * gdb.threads/non-stop-fair-events.exp: Build program with
152 -DTIMEOUT=$timeout.
153
01b622d4
DE
1542015-04-06 Doug Evans <xdje42@gmail.com>
155
156 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
157 Fix dest parameter to board_info.
158 (fpc_compile): Ditto.
159 (gdb_compile_pascal): Rename dest arg to destfile.
160
961f4160
PMR
1612015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
162
163 * gdb.ada/funcall_ref.exp: New file.
164 * gdb.ada/funcall_ref/foo.adb: New file.
165
cafda597
YQ
1662015-04-02 Yao Qi <yao.qi@linaro.org>
167
168 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
169 is remote.
170
fed040c6
GB
1712015-04-02 Gary Benson <gbenson@redhat.com>
172
173 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
174
d11916aa
SS
1752015-04-01 Sasha Smundak <asmundak@google.com>
176
177 * gdb.python/py-unwind-maint.c: New file.
178 * gdb.python/py-unwind-maint.exp: New test.
179 * gdb.python/py-unwind-maint.py: New file.
180 * gdb.python/py-unwind.c: New file.
181 * gdb.python/py-unwind.exp: New test.
182 * gdb.python/py-unwind.py: New test.
183
a1471180
PA
1842015-04-01 Pedro Alves <palves@redhat.com>
185
186 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
187 to fail instead of non-existent $test.
188
0bbeccb1
PA
1892015-04-01 Pedro Alves <palves@redhat.com>
190
191 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
192 GDBFLAGS if not empty.
193
3c724c8c
PMR
1942015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
195
196 * gdb.ada/complete.exp: Remove "multi_line".
197 * gdb.ada/info_exc.exp: Remove "multi_line".
198 * gdb.ada/packed_tagged.exp: Remove "multi_line".
199 * gdb.ada/ptype_field.exp: Remove "multi_line".
200 * gdb.ada/sym_print_name.exp: Remove "multi_line".
201 * gdb.ada/tagged.exp: Remove "multi_line".
202 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
203 [multi_line ...]
204 * gdb.btrace/delta.exp: Likewise.
205 * gdb.btrace/exception.exp: Likewise.
206 * gdb.btrace/function_call_history.exp: Likewise.
207 * gdb.btrace/instruction_history.exp: Likewise.
208 * gdb.btrace/nohist.exp: Likewise.
209 * gdb.btrace/record_goto.exp: Likewise.
210 * gdb.btrace/segv.exp: Likewise.
211 * gdb.btrace/stepi.exp: Likewise.
212 * gdb.btrace/tailcall.exp: Likewise.
213 * gdb.btrace/unknown_functions.exp: Likewise.
214 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
215 * lib/gdb.exp: Add the "multi_line" helper.
216
4eec2deb
PA
2172015-04-01 Pedro Alves <palves@redhat.com>
218
219 * gdb.threads/tid-reuse.c: New file.
220 * gdb.threads/tid-reuse.exp: New file.
221
df8411da
SDJ
2222015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
223
224 PR corefiles/16092
225 * gdb.base/coredump-filter.c: New file.
226 * gdb.base/coredump-filter.exp: Likewise.
227
6ef37366
PM
2282015-03-27 Petr Machata <pmachata@redhat.com>
229
230 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
231 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
232 (Dwarf::assemble): Initialize them.
233 (Dwarf::lines): New function.
234
7ec911b0
JT
2352015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
236
237 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
238 SYMBOL_PREFIX for x86_64-*-cygwin.
239
ff908ebf
AW
2402015-03-26 Andy Wingo <wingo@igalia.com>
241
242 PR symtab/18148
243 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
244 const_value but not a location.
245 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
246 location defined in non-main CUs are visible.
247
6d5f0679
YQ
2482015-03-26 Yao Qi <yao.qi@linaro.org>
249
250 PR testsuite/18139
251 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
252 Add a line number entry for the same line.
253 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
254 Add a line number entry for the same line.
255
2898689b
YQ
2562015-03-26 Yao Qi <yao.qi@linaro.org>
257
258 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
259 .int 0.
260 (func): Likewise. Add .Lfunc_1 label.
261 Use .Lfunc_1 label.
262 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
263 .int 0.
264 (func): Likewise.
265 Use .Lfunc_1 label.
266
85180498
YQ
2672015-03-26 Yao Qi <yao.qi@linaro.org>
268
269 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
270 Call gdb_compile instead to compile each .s files without debug
271 information.
272
8aa08a8d
YQ
2732015-03-26 Yao Qi <yao.qi@linaro.org>
274
275 * gdb.base/savedregs.exp (process_saved_regs): Make
276 "Saved registers:" optional in the pattern.
277
66849923
MM
2782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
279
280 * gdb.btrace/next.exp: Merged into step.exp.
281 * gdb.btrace/finish.exp: Merged into step.exp.
282 * gdb.btrace/nexti.exp: Merged into stepi.exp.
283 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
284 "record goto" and checking the exact replay position.
285 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
286 check for "Recording format" in "info record" output.
287 * gdb.btrace/record_goto.exp: Choose test file based on target.
288 * gdb.btrace/x86-record_goto.S: Renamed into ...
289 * gdb.btrace/x86_64-record_goto.S: ... this.
290 * gdb.btrace/i686-record_goto.S: New.
291 * gdb.btrace/x86-tailcall.S: Renamed into ...
292 * gdb.btrace/x86_64-tailcall.S: ... this.
293 * gdb.btrace/i686-tailcall.S: New.
294 * gdb.btrace/x86-tailcall.c: Renamed into ...
295 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
296 separate statements. Update test.
297 * gdb.btrace/delta.exp: Use record_goto.c as test file.
298 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
299 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
300 * gdb.btrace/tailcall.exp: Choose test file based on target.
301 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
302
11cc1b74
MM
3032015-03-25 Markus Metzger <markus.t.metzger@intel.com>
304
305 * gdb.btrace/exception.exp: Increase BTS buffer size.
306
a25d8bf9
PA
3072015-03-24 Pedro Alves <palves@redhat.com>
308
309 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
310
856e7dd6
PA
3112015-03-24 Pedro Alves <palves@redhat.com>
312
313 * gdb.threads/schedlock.exp (test_step): No longer expect that
314 "set scheduler-locking step" with "next" over a function call runs
315 threads unlocked.
316
ad235a41
AT
3172015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
318
319 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
320
15630549
AT
3212015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
322
323 PR breakpoints/16466
324 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
325 * gdb.mi/mi-pending.c (thread_func): New function.
326 (int main): Add threading support required.
327 * gdb.mi/mi-pending.exp: Add tests for this issue.
328 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
329 (pendfunc2): Remove stdio dependency.
330 * gdb.mi/mi-pendshr2.c: New file.
331
693dca06
KS
3322015-03-23 Keith Seitz <keiths@redhat.com>
333
334 * gdb.linespec/keywords.c: New file.
335 * gdb.linespec/keywords.exp: New file.
336
7e993ebf
KS
3372015-03-23 Keith Seitz <keiths@redhat.com>
338
339 PR gdb/18021
340 * gdb.dwarf2/staticvirtual.exp: New test.
341
bc23328c
JK
3422015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
345 * README: Remove HP-UX and gdb.hp.
346 (configuration):
347 * configure: Regenerate.
348 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
349 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
350 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
351 gdb.hp/gdb.defects/Makefile.
352 * gdb.hp/Makefile.in: File deleted.
353 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
354 * gdb.hp/gdb.aCC/optimize.c: File deleted.
355 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
356 * gdb.hp/gdb.aCC/run.c: File deleted.
357 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
358 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
359 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
360 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
361 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
362 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
363 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
364 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
365 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
366 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
367 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
368 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
369 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
370 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
371 * gdb.hp/gdb.base-hp/reg.s: File deleted.
372 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
373 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
374 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
375 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
376 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
377 * gdb.hp/gdb.compat/Makefile.in: File deleted.
378 * gdb.hp/gdb.compat/average.c: File deleted.
379 * gdb.hp/gdb.compat/sum.c: File deleted.
380 * gdb.hp/gdb.compat/xdb.c: File deleted.
381 * gdb.hp/gdb.compat/xdb0.c: File deleted.
382 * gdb.hp/gdb.compat/xdb0.h: File deleted.
383 * gdb.hp/gdb.compat/xdb1.c: File deleted.
384 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
385 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
386 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
387 * gdb.hp/gdb.defects/Makefile.in: File deleted.
388 * gdb.hp/gdb.defects/bs14602.c: File deleted.
389 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
390 * gdb.hp/gdb.defects/solib-d.c: File deleted.
391 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
392 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
393 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
394 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
395 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
396 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
397 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
398 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
399 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
400 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
401 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
402 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
403 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
404 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
405 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
406 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
407 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
408 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
409 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
410 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
411 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
412 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
413 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
414 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
415 * gdb.hp/tools/odump: File deleted.
416
8bf3b159
PA
4172015-03-19 Pedro Alves <palves@redhat.com>
418
419 * gdb.threads/continue-pending-status.exp (saw_thread_2)
420 (saw_thread_3): New globals.
421 (top level): Increment them when an event for the corresponding
422 thread is seen.
423 (no thread starvation): New test.
424
eb54c8bf
PA
4252015-03-19 Pedro Alves <palves@redhat.com>
426
427 * gdb.threads/continue-pending-status.c: New file.
428 * gdb.threads/continue-pending-status.exp: New file.
429
32d2e5d6
PA
4302015-03-18 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
433 Use gdb_is_target_remote instead of is_remote. Use
434 gdb_test_multiple instead of gdb_expect. Exit early if
435 gdb_test_multiple hits its internal matches. Tighten stepi tests
436 expected output. Fail on exit with any signal, instead of just
437 SIGILL.
438
f68f11b7
YQ
4392015-03-18 Yao Qi <yao.qi@linaro.org>
440
441 PR tdep/18107
442 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
443 variable.
444 * gdb.base/catch-syscall.exp: Don't skip it on
445 aarch64*-*-linux* target. Remove elements in all_syscalls.
446 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
447 target.
448 (setup_all_syscalls): New proc.
449
ca5fd19b
YQ
4502015-03-16 Yao Qi <yao.qi@linaro.org>
451
452 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
453 (top level): Skip tests if valid_addr_p returns false for
454 $cmd1 or $cmd2.
455
85642ba0
AW
4562015-03-11 Andy Wingo <wingo@igalia.com>
457
458 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
459
e03f9645
YQ
4602015-03-11 Yao Qi <yao.qi@linaro.org>
461
462 * gdb.base/catch-syscall.exp: Fix typo in comments.
463
5d0962b2
YQ
4642015-03-11 Yao Qi <yao.qi@linaro.org>
465
466 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
467
b2df3cef
PA
4682015-03-09 Pedro Alves <palves@redhat.com>
469
470 * dg-extract-results.py: Delete.
471
ef878e53
PA
4722015-03-09 Pedro Alves <palves@redhat.com>
473
474 Merge dg-extract-results.sh from GCC upstream (r218843).
475
476 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
477 * dg-extract-results.sh: Use --text with grep to avoid issues with
478 binary files. Fall back to cat -v, if that doesn't work.
479
9494d219
PA
4802015-03-05 Pedro Alves <palves@redhat.com>
481
482 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
483
a8d9763a
SM
4842015-03-04 Simon Marchi <simon.marchi@ericsson.com>
485
486 * lib/mi-support.exp (mi_expect_interrupt): Accept
487 alternative event for when in all-stop mode.
488
be9957b8
PA
4892015-03-04 Pedro Alves <palves@redhat.com>
490
491 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
492
d57be0f4 4932015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
494
495 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
496
c214c7cf
AA
4972015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
498
499 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
500 regexps for GDB's current line display, accept a hex address
501 preceding the line number.
502
6d74a497
AA
5032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
504
505 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
506 the 'arch1' variable for "s390*-linux*" targets.
507
511aee7c
PA
5082015-03-04 Pedro Alves <palves@redhat.com>
509
510 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
511 (main): Pass missing retval argument to pthread_join call.
512
95e50b27
PA
5132015-03-02 Pedro Alves <palves@redhat.com>
514
515 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
516 (top level): Call do_test with non-stop as well.
517
28054d69
PA
5182015-03-02 Pedro Alves <palves@redhat.com>
519
520 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
521 -1.
522
4fa5d7b4
AA
5232015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
524
525 * gdb.arch/s390-vregs.exp: New test.
526 * gdb.arch/s390-vregs.S: New file.
527
97c18565
PA
5282015-02-27 Pedro Alves <palves@redhat.com>
529
530 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
531 call to catch_command_errors.
532 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
533 catch_command_errors.
534
a37bfa30
PA
5352015-02-27 Pedro Alves <palves@redhat.com>
536
537 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
538 "true" for boolean result.
539 * gdb.gdb/selftest.exp (test_with_self): Also accept full
540 prototype of main.
541
6f98576f
PA
5422015-02-27 Pedro Alves <palves@redhat.com>
543
544 * lib/unbuffer_output.c: New file.
545 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
546 (main): Call gdb_unbuffer_output.
547
eba5ab56
YQ
5482015-02-27 Yao Qi <yao.qi@linaro.org>
549
550 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
551 target.
552
0def5aaa
DE
5532015-02-26 Doug Evans <dje@google.com>
554
555 * gdb.cp/class2.cc (Dbase, D): New classes.
556 (main): New local delta.
557 * gdb.cp/class2.exp: Test printing delta.
558 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
559 (dynbar): New global.
560 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
561
081a1c2c
JK
5622015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
563
564 * gdb.compile/compile-ifunc.c: New file.
565 * gdb.compile/compile-ifunc.exp: New file.
566
2f41223f
AT
5672015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
568
569 * gdb.base/structs.exp: Check for correct struct on finish.
570
03eddd80
YQ
5712015-02-26 Yao Qi <yao.qi@linaro.org>
572
573 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
574 is zero.
575
80c57053
JK
5762015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 * gdb.arch/cordic.ko.bz2: New file.
579 * gdb.arch/cordic.ko.debug.bz2: New file.
580 * gdb.arch/ppc64-symtab-cordic.exp: New file.
581
21613c12
YQ
5822015-02-25 Yao Qi <yao.qi@linaro.org>
583
584 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
585 aarch64*-*-* target.
586
d8b901ed
PA
5872015-02-23 Pedro Alves <palves@redhat.com>
588
589 * lib/gdb.exp (delete_breakpoints): Rewrite using
590 gdb_test_multiple.
591
e5b85ead
PA
5922015-02-23 Pedro Alves <palves@redhat.com>
593
594 * gdb.base/info-os.c: Include stdlib.h.
595
85c3a371
DE
5962015-02-22 Doug Evans <xdje42@gmail.com>
597
598 PR symtab/17855
599 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
600 is read after symbols have been re-read.
601 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
602 * gdb.ada/exec_changed/second.adb (Second): Ditto.
603
96553a0c
DE
6042015-02-21 Doug Evans <dje@google.com>
605
606 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
607
97a0c697
JK
6082015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
609
610 PR corefiles/17808
611 * gdb.arch/i386-biarch-core.core.bz2: New file.
612 * gdb.arch/i386-biarch-core.exp: New file.
613
a47cd6e9
PA
6142015-02-21 Pedro Alves <palves@redhat.com>
615
616 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
617 runto_main fails.
618
c5facdc4
PA
6192015-02-20 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
622 info probes.
623
2db9a427
PA
6242015-02-20 Pedro Alves <palves@redhat.com>
625
626 * gdb.threads/multi-create-ns-info-thr.exp: New file.
627
60fb7e9e
PA
6282015-02-20 Pedro Alves <palves@redhat.com>
629
630 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
631 clean_restart before gdb_target_supports_trace.
632
5c5019c2
PA
6332015-02-20 Pedro Alves <palves@redhat.com>
634
635 PR threads/18006
636 * gdb.threads/clone-thread_db.c: New file.
637 * gdb.threads/clone-thread_db.exp: New file.
638
c9587f88
AT
6392015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
640
641 PR breakpoints/16812
642 * gdb.base/catch-gdb-caused-signals.c: New file.
643 * gdb.base/catch-gdb-caused-signals.exp: New file.
644
f6a88844
JM
6452015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
646
647 * configure: Regenerated.
648 * configure.ac: Use GDB_AC_TRANSFORM.
649 * aclocal.m4: sinclude ../transform.m4.
650
497c491b
JM
6512015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
652
653 * lib/dtrace.exp: New file.
654 * gdb.base/dtrace-probe.exp: Likewise.
655 * gdb.base/dtrace-probe.d: Likewise.
656 * gdb.base/dtrace-probe.c: Likewise.
657 * lib/pdtrace.in: Likewise.
658 * configure.ac: Output variables with the transformed names of
659 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
660 * configure: Regenerated.
661
03e98035
JM
6622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
663
664 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
665 expected message when trying to access $_probe_* convenience
666 variables while not on a probe.
667
63cc30e9
JK
6682015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
671
0703599a
PA
6722015-02-11 Pedro Alves <pedro@codesourcery.com>
673
674 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
675 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
676
7e60a48e
DE
6772015-02-10 Doug Evans <xdje42@gmail.com>
678
679 * lib/gdb.exp (gdb_load): Always return a result.
680
01b088bc
PA
6812015-02-10 Pedro Alves <palves@redhat.com>
682
683 * gdb.threads/signal-sigtrap.c: New file.
684 * gdb.threads/signal-sigtrap.exp: New file.
685
b05ec7a5
AT
6862015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
687
688 * gdb.trace/no-attach-trace.c: New file.
689 * gdb.trace/no-attach-trace.exp: New file.
690
a2c2acaf
MW
6912015-02-09 Mark Wielaard <mjw@redhat.com>
692
693 * gdb.dwarf2/atomic.c: New file.
694 * gdb.dwarf2/atomic-type.exp: Likewise.
695
31fd9caa
MM
6962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
697
698 * gdb.btrace/buffer-size.exp: Update "info record" output.
699 * gdb.btrace/delta.exp: Update "info record" output.
700 * gdb.btrace/enable.exp: Update "info record" output.
701 * gdb.btrace/finish.exp: Update "info record" output.
702 * gdb.btrace/instruction_history.exp: Update "info record" output.
703 * gdb.btrace/next.exp: Update "info record" output.
704 * gdb.btrace/nexti.exp: Update "info record" output.
705 * gdb.btrace/step.exp: Update "info record" output.
706 * gdb.btrace/stepi.exp: Update "info record" output.
707 * gdb.btrace/nohist.exp: Update "info record" output.
708
d33501a5
MM
7092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
710
711 * gdb.btrace/buffer-size: New.
712
f4abbc16
MM
7132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
714
715 * gdb.btrace/delta.exp: Update "info record" output.
716 * gdb.btrace/enable.exp: Update "info record" output.
717 * gdb.btrace/finish.exp: Update "info record" output.
718 * gdb.btrace/instruction_history.exp: Update "info record" output.
719 * gdb.btrace/next.exp: Update "info record" output.
720 * gdb.btrace/nexti.exp: Update "info record" output.
721 * gdb.btrace/step.exp: Update "info record" output.
722 * gdb.btrace/stepi.exp: Update "info record" output.
723 * gdb.btrace/nohist.exp: Update "info record" output.
724
b9d61307
SM
7252015-02-06 Simon Marchi <simon.marchi@ericsson.com>
726
727 PR gdb/15678
728 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
729
e584fdbc
PA
7302015-02-06 Pedro Alves <palves@redhat.com>
731
732 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
733 macro.
734 (seconds_left, again): New globals.
735 (main): Wait seconds_left in a 1-second sleep loop instead of
736 sleeping 180 seconds. If 'again' is set, reset the seconds
737 counter.
738 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
739 'again' in the inferior before detaching. Print the seconds left.
740 (options): New global.
741 (top level): Build program with -DTIMEOUT=$timeout.
742
77f41761
PA
7432015-02-06 Pedro Alves <palves@redhat.com>
744
745 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
746 determine how many seconds to pass to 'alarm'.
747 * gdb.base/gdb-sigterm.exp (top level): Build program with
748 -DTIMEOUT=$timeout.
749 (do_test): Return success/failure indication. Add more verbose
750 logging. Don't fail if 200 single steps are seen. Instead, fail
751 when the test times out.
752 (passes): New global.
753 (top level): Break the testing loop if testing fails on any
754 iteration. Use gdb_assert.
755
b9394193
DB
7562015-02-04 Don Breazeal <donb@codesourcery.com>
757
758 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
759 and initialize them.
760 (ipc_cleanup): New function.
761 (main): Don't declare shmid, semid, and msqid. Add a call to
762 atexit so that we call ipc_cleanup on exit.
763
42d9e528
PA
7642015-02-04 Pedro Alves <palves@redhat.com>
765
766 * boards/native-extended-gdbserver.exp: Remove any target variant
767 specifications from the board name before clearing the isremote
768 flag from board_info.
769
ae6ae975
DE
7702015-01-31 Doug Evans <xdje42@gmail.com>
771
772 * gdb.base/maint.exp <maint print type argc>: Update expected output.
773
cfb069a8
GB
7742015-01-31 Gary Benson <gbenson@redhat.com>
775
776 * gdb.base/completion.exp: Disable completion limiting for
777 existing tests. Add new tests to check completion limiting.
778 * gdb.linespec/ls-errs.exp: Disable completion limiting.
779
5dd31d79
DE
7802015-01-31 Doug Evans <xdje42@gmail.com>
781
782 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
783
9f050062
DE
7842015-01-31 Doug Evans <xdje42@gmail.com>
785
786 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
787 entries. Duplicate file section script entries.
788 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
789 inlined entries. Add test for safe-path rejection.
790 * gdb.python/py-section-script.c: Add duplicate inlined section script
791 entries. Duplicate file section script entries.
792 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
793 inlined entries. Add test for safe-path rejection.
794
df25ebbd
JB
7952015-01-29 Joel Brobecker <brobecker@adacore.com>
796
797 * gdb.ada/disc_arr_bound: New testcase.
798
4a0ca9ec
JB
7992015-01-29 Joel Brobecker <brobecker@adacore.com>
800
801 * gdb.ada/mi_var_array: New testcase.
802
3a8b707a
DE
8032015-01-27 Doug Evans <dje@google.com>
804
805 * gdb.python/py-objfile.exp: Add tests for objfile.username.
806 Add test for objfile.filename, objfile.username after objfile
807 has been unloaded.
808
f8313f6e
JB
8092015-01-26 Joel Brobecker <brobecker@adacore.com>
810
811 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
812 the second test to print the name attribute of value
813 returned by the call to gdb.lookup_type, and adjust
814 the expected output accordingly.
815
37bc665e
MW
8162015-01-25 Mark Wielaard <mjw@redhat.com>
817
818 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
819 * gdb.base/disp-step-fork.c: Include unistd.h.
820 * gdb.base/siginfo-obj.c: Include stdio.h.
821 * gdb.base/siginfo-thread.c: Likewise.
822 * gdb.mi/non-stop.c: Include unistd.h.
823 * gdb.mi/nsthrexec.c: Include stdio.h.
824 * gdb.mi/pthreads.c: Include unistd.h.
825 * gdb.modula2/unbounded1.c (main): Declare returns int.
826 * gdb.reverse/consecutive-reverse.c: Likewise.
827 * gdb.threads/create-fail.c: Include unistd.h.
828 * gdb.threads/killed.c: Likewise.
829 * gdb.threads/linux-dp.c: Likewise.
830 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
831 * gdb.threads/non-ldr-exc-2.c: Likewise.
832 * gdb.threads/non-ldr-exc-3.c: Likewise.
833 * gdb.threads/non-ldr-exc-4.c: Likewise.
834 * gdb.threads/pthreads.c: Include unistd.h.
835 (main): Declare returns int.
836 * gdb.threads/tls-main.c (foo): New declaration.
837 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
838
f7e5394d
SM
8392015-01-23 Simon Marchi <simon.marchi@ericsson.com>
840
841 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
842 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
843
743649fd
MW
8442015-01-15 Mark Wielaard <mjw@redhat.com>
845
846 * gdb.base/noreturn-return.c: New file.
847 * gdb.base/noreturn-return.exp: New file.
848 * gdb.base/noreturn-finish.c: New file.
849 * gdb.base/noreturn-finish.exp: New file.
850
198297aa
PA
8512015-01-23 Pedro Alves <palves@redhat.com>
852
853 * gdb.threads/continue-pending-after-query.c: New file.
854 * gdb.threads/continue-pending-after-query.exp: New file.
855
717cf30c
AG
8562015-01-22 Anders Granlund <anders.granlund@ericsson.com>
857 Simon Marchi <simon.marchi@ericsson.com>
858
859 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
860 * gdb.base/valgrind-db-attach.exp: Same.
861 * gdb.base/valgrind-infcall.exp: Same.
862 * lib/mi-support.exp (default_mi_gdb_start): Same.
863 * lib/prompt.exp (default_prompt_gdb_start): Same.
864 * lib/gdb.exp (default_gdb_spawn): Same.
865 (gdb_interact): New.
866
867
4b62a76e
JK
8682015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
869
870 * gdb.compile/compile.exp (pointer to jit function): New test.
871
b4cdae6f
WW
8722015-01-17 Wei-cheng Wang <cole945@gmail.com>
873
874 * lib/gdb.exp (supports_process_record): Return true for
875 powerpc*-*-linux*.
876 (supports_reverse): Likewise.
877
d221e7ef
DB
8782015-01-15 Don Breazeal <donb@codesourcery.com>
879
880 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
881 instead of checking whether the target board is remote and
882 use spawn_wait_for_attach instead of exec/sleep.
883 * gdb.base/attach-twice.exp: Likewise.
884
bafffb51
JB
8852015-01-15 Joel Brobecker <brobecker@adacore.com>
886
887 * gdb.ada/var_arr_attrs: New testcase.
888
5589af0e
PA
8892015-01-14 Pedro Alves <palves@redhat.com>
890 Joel Brobecker <brobecker@adacore.com>
891
892 PR gdb/17525
893 * gdb.base/bp-cmds-execution-x-script.c: New file.
894 * gdb.base/bp-cmds-execution-x-script.exp: New file.
895 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
896
6c400b59
PA
8972015-01-14 Pedro Alves <palves@redhat.com>
898
899 PR cli/17828
900 * gdb.base/batch-preserve-term-settings.c: New file.
901 * gdb.base/batch-preserve-term-settings.exp: New file.
902
e02c96a7
DE
9032015-01-13 Doug Evans <dje@google.com>
904
905 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
906 binary.
907
576fd14c
JB
9082015-01-13 Joel Brobecker <brobecker@adacore.com>
909
910 * Makefile.in (clean mostlyclean): Do not delete *.py.
911
04dccad0
JB
9122015-01-13 Joel Brobecker <brobecker@adacore.com>
913
914 * gdb.python/py-lookup-type.exp: New file.
915
3d230f71
PA
9162015-01-12 Pedro Alves <palves@redhat.com>
917
918 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
919 restore GDBFLAGS before returning.
920
7e67715d
JK
9212015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
922
923 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
924 is_amd64_regs_target and is_x86_like_target.
925
f2e0d4b4
DE
9262015-01-11 Doug Evans <xdje42@gmail.com>
927
928 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
929 is given without an explicit form.
930 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
931 attributes.
932 * gdb.dwarf/corrupt.exp: Ditto.
933 * gdb.dwarf2/enum-type.exp: Ditto.
934 * gdb.trace/entry-values.exp: Ditto.
935 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
936
439250fb
DE
9372015-01-11 Doug Evans <xdje42@gmail.com>
938
939 PR gdb/15830
940 * gdb.base/maint.exp: Remove references to "maint demangle".
941 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
942 Add tests for explicitly specifying language to demangle.
943 * gdb.dlang/demangle.exp: Ditto.
944
ede9f622
PA
9452015-01-09 Pedro Alves <palves@redhat.com>
946
947 * gdb.threads/non-stop-fair-events.c: New file.
948 * gdb.threads/non-stop-fair-events.exp: New file.
949
a7b796db
PA
9502015-01-09 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
953 the global scope. Set a breakpoint after all threads are started
954 rather than stepping over two source lines. Expect the prompt.
955 * gdb.base/watch_thread_num.c (threads_started_barrier): New
956 global.
957 (NUM): Now 15.
958 (main): Use threads_started_barrier to wait for all threads to
959 start. Main thread no longer calls thread_function. Exit after
960 180 seconds.
961 (loop): New function.
962 (thread_function): Wait on threads_started_barrier barrier. Call
963 'loop' at each iteration.
964 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
965 threads have started, instead of hardcoding number of "next"
966 steps. Use an access watchpoint instead of a write watchpoint.
967
9665ffdd
PA
9682015-01-09 Pedro Alves <palves@redhat.com>
969
970 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
971 (thread_func): Wait on barrier.
972 (main): Wait for all threads to start before stopping GDB.
973 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
974 global.
975 (thread1_func, thread2_func): Wait on barrier.
976 (main): Wait for all threads to start before stopping GDB.
977 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
978 New global.
979 (thread1_func, thread2_func): Wait on barrier.
980 (main): Wait for all threads to start before stopping GDB.
981
c945a99f
PA
9822015-01-09 Pedro Alves <palves@redhat.com>
983
984 * gdb.threads/attach-many-short-lived-threads.c: New file.
985 * gdb.threads/attach-many-short-lived-threads.exp: New file.
986
c1a747c1
PA
9872014-01-09 Pedro Alves <palves@redhat.com>
988
989 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
990 instead of to thread 2.
991 * gdb.threads/signal-command-multiple-signals-pending.c (main):
992 Add barrier around each pthread_create call instead of around all
993 calls.
994 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
995 Set a break on thread_function and have the child threads hit it
996 one at at a time.
997
60b3033e
PA
9982015-01-09 Pedro Alves <palves@redhat.com>
999
1000 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1001 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1002 false.
1003 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1004 checking whether the target board is remote.
1005 * gdb.multi/multi-attach.exp: Likewise.
1006 * gdb.python/py-sync-interp.exp: Likewise.
1007 * gdb.server/ext-attach.exp: Likewise.
1008 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1009 tests that need to attach, instead of checking whether the target
1010 board is remote at the top of the file.
1011
acc018ac
YQ
10122015-01-08 Yao Qi <yao@codesourcery.com>
1013
1014 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1015
50a18af8
JK
10162015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 Fix testcase compilation.
1019 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1020
8503d6e1
JB
10212015-01-06 Joel Brobecker <brobecker@adacore.com>
1022
1023 * gdb.python/py-type.exp: Add a couple test about empty
1024 array creation, and negative-length array creation.
1025
cc73dbcc
DE
10262015-01-02 Doug Evans <xdje42@gmail.com>
1027
1028 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1029
0300bbc7
DE
10302015-01-02 Doug Evans <dje@google.com>
1031
1032 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1033
9d85a0ec
YQ
10342014-12-29 Yao Qi <yao@codesourcery.com>
1035
1036 * gdb.trace/entry-values.exp: Update comments. Rename variable
1037 bar_call_foo to returned_from_foo.
1038
87186c6a
MMN
10392014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1040
1041 PR gdb/17394
1042 * gdb.linespec/break-asm-file.c: New file.
1043 * gdb.linespec/break-asm-file.exp: New file.
1044 * gdb.linespec/break-asm-file0.s: New file.
1045 * gdb.linespec/break-asm-file1.s: New file.
1046
1bab7383
YQ
10472014-12-18 Nigel Stephens <nigel@mips.com>
1048 Maciej W. Rozycki <macro@codesourcery.com>
1049
1050 * gdb.base/float.exp: Handle the new output from "info float" on
1051 MIPS targets.
1052
1bc1068a
JK
10532014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 Fix MinGW compilation.
1056 * gdb.compile/compile-ops.exp: Update untested message if
1057 !skip_compile_feature_tests.
1058 * gdb.compile/compile-setjmp.exp: Likewise.
1059 * gdb.compile/compile-tls.exp: Likewise.
1060 * gdb.compile/compile.exp: Likewise.
1061 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1062 supported on this host".
1063
b6615d10
DE
10642014-12-16 Doug Evans <xdje42@gmail.com>
1065
1066 * boards/stabs.exp: New file.
1067
25dda427
AA
10682014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1069
1070 * gdb.base/completion.exp: Adjust to format changes of "maint
1071 print user-registers".
1072
bf330350
CU
10732014-12-16 Catalin Udma <catalin.udma@freescale.com>
1074
1075 PR server/17457
1076 * gdb.arch/aarch64-fp.c: New file.
1077 * gdb.arch/aarch64-fp.exp: New file.
1078
395cf596
SDJ
10792014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1080
1081 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1082 r210637, r210913, r211666, r215400, r215817).
1083
1084 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1085 * dg-extract-results.py: New file.
1086 * dg-extract-results.sh: Use it if the environment seems
1087 suitable.
1088
1089 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1090
1091 * dg-extract-results.py (parse_run): Handle warnings that
1092 are printed before a test harness is run.
1093
1094 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1095
1096 * dg-extract-results.py (Named): Remove __cmp__ method.
1097 (output_variation): Use a key to sort variation.harnesses.
1098
1099 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1100
1101 * dg-extract-results.py: For Python 3, force sys.stdout to
1102 handle surrogate escape sequences.
1103 (safe_open): New function.
1104 (output_segment, main): Use it.
1105
1106 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1107
1108 * dg-extract-results.py (Prog.result_re): Include options
1109 in test name.
1110
1111 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1112
1113 * dg-extract-results.py (output_variation): Always sort if
1114 do_sum.
1115
e882ef3c
SM
11162014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1117
1118 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1119 as long as we get pagination notifications.
1120
4992aa20
JM
11212014-12-15 Jason Merrill <jason@redhat.com>
1122
1123 * Makefile.in (check-gdb.%): Restore.
1124 * README: Mention it.
1125
c1b5a1a6
JB
11262014-12-13 Joel Brobecker <brobecker@adacore.com>
1127
1128 * gdb.ada/str_uninit: New testcase.
1129
5537b577
JK
11302014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 PR symtab/17642
1133 * gdb.base/vla-stub-define.c: New file.
1134 * gdb.base/vla-stub.c: New file.
1135 * gdb.base/vla-stub.exp: New file.
1136
bb2ec1b3
TT
11372014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1138 Jan Kratochvil <jan.kratochvil@redhat.com>
1139 Tom Tromey <tromey@redhat.com>
1140
1141 * configure.ac: Add gdb.compile/.
1142 * configure: Regenerate.
1143 * gdb.compile/Makefile.in: New file.
1144 * gdb.compile/compile-ops.exp: New file.
1145 * gdb.compile/compile-ops.c: New file.
1146 * gdb.compile/compile-tls.c: New file.
1147 * gdb.compile/compile-tls.exp: New file.
1148 * gdb.compile/compile-constvar.S: New file.
1149 * gdb.compile/compile-constvar.c: New file.
1150 * gdb.compile/compile-mod.c: New file.
1151 * gdb.compile/compile-nodebug.c: New file.
1152 * gdb.compile/compile-setjmp-mod.c: New file.
1153 * gdb.compile/compile-setjmp.c: New file.
1154 * gdb.compile/compile-setjmp.exp: New file.
1155 * gdb.compile/compile-shlib.c: New file.
1156 * gdb.compile/compile.c: New file.
1157 * gdb.compile/compile.exp: New file.
1158 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1159
4ff709eb
TT
11602014-12-12 Tom Tromey <tromey@redhat.com>
1161
1162 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1163 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1164
6dddd6a5
DE
11652014-12-12 Doug Evans <dje@google.com>
1166
1167 * lib/gdb-python.exp (get_python_valueof): New function.
1168 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1169
71c24708
AA
11702014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1171
1172 * gdb.base/completion.exp: Add test for completion of "info
1173 registers ".
1174
3e29f34a
MR
11752014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1176
1177 * gdb.base/func-ptrs.c: New file.
1178 * gdb.base/func-ptrs.exp: New file.
1179
fc126975
SM
11802014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1181
1182 PR breakpoints/17012
1183 * gdb.base/dprintf-detach.c: New file.
1184 * gdb.base/dprintf-detach.exp: New file.
1185
0a46d518
SM
11862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1187
1188 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1189 * lib/gdb.exp (target_is_gdbserver): New procedure.
1190
a0be3e44
DE
11912014-12-08 Doug Evans <dje@google.com>
1192
1193 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1194
df1b803a
YQ
11952014-12-05 Yao Qi <yao@codesourcery.com>
1196
1197 * gdb.guile/scm-error.exp: Remove the third argument to
1198 gdb_remote_download.
1199 * gdb.guile/scm-frame-args.exp: Likewise.
1200 * gdb.guile/scm-section-script.exp: Likewise.
1201
ddb9f679
YQ
12022014-12-05 Yao Qi <yao@codesourcery.com>
1203
1204 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1205
86e4ed39
DE
12062014-12-04 Doug Evans <dje@google.com>
1207
1208 * gdb.python/py-objfile.exp: Add tests for
1209 objfile.add_separate_debug_file.
1210
7c50a931
DE
12112014-12-04 Doug Evans <dje@google.com>
1212
1213 * lib/gdb.exp (get_build_id): New function.
1214 (build_id_debug_filename_get): Rewrite to use it.
1215 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1216
621661e3
MR
12172014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1218
1219 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1220 `method(long)', not just 0x0.
1221 * gdb.cp/nsalias.exp: Align code labels to 4.
1222 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1223 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1224 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1225 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1226 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1227 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1228
29f0c3b7
DE
12292014-12-02 Doug Evans <dje@google.com>
1230
e1e061e7 1231 PR symtab/17602
29f0c3b7 1232 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1233 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1234 * gdb.cp/anon-ns.exp: Update.
1235
162078c8
NB
12362014-12-02 Nick Bull <nicholaspbull@gmail.com>
1237
1238 * gdb.python/py-events.py (inferior_call_handler): New.
1239 (register_changed_handler, memory_changed_handler): New.
1240 (test_events.invoke): Register new handlers.
1241 * gdb.python/py-events.exp: Add tests for inferior call,
1242 memory_changed and register_changed events.
1243
fdb09caf
AA
12442014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1245
1246 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1247 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1248 if the linker doesn't understand this.
1249
55cfb2c4
SM
12502014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1251
1252 * gdb.python/python.exp: Change expected reply to help().
1253
9e8cd6df
YQ
12542014-12-01 Yao Qi <yao@codesourcery.com>
1255
1256 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1257 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1258 * configure: Re-generated.
1259
6c659fc2
SC
12602014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1261
1262 * gdb.cp/chained-calls.cc: New file.
1263 * gdb.cp/chained-calls.exp: New file.
1264 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1265
d7fc3181
SM
12662014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1267
1268 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1269 * gdb.dwarf2/symtab-producer.exp: Same.
1270 * gdb.gdb/python-interrupts.exp: Same.
1271 * gdb.gdb/python-selftest.exp: Same.
1272 * gdb.python/py-linetable.exp: Same.
1273 * gdb.python/py-type.exp: Same.
1274 * gdb.python/py-value-cc.exp: Same.
1275 * gdb.python/py-value.exp: Same.
1276
10e79639
YQ
12772014-11-28 Yao Qi <yao@codesourcery.com>
1278
1279 * gdb.base/break-probes.exp: Match library name prefixed with
1280 sysroot.
1281
f28a0564
SM
12822014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1285 test expected output. Add parentheses for the call to print.
1286 Remove L suffix from integers.
1287
3fe1ce1d
DE
12882014-11-26 Doug Evans <dje@google.com>
1289
1290 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1291
84429e27
YQ
12922014-11-22 Yao Qi <yao@codesourcery.com>
1293
1294 * gdb.trace/entry-values.c: Remove asms.
1295 (foo): Add foo_label.
1296 (bar): Add bar_label.
1297 * gdb.trace/entry-values.exp: Remove code computing foo's
1298 length and bar's length.
1299 (Dwarf::assemble): Invoke function_range for bar and use
1300 MACRO_AT_func for foo.
1301
26741859
YQ
13022014-11-22 Yao Qi <yao@codesourcery.com>
1303
1304 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1305 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1306 Use .Lgcc43_procstart instead of gcc43.
1307
45e44d27
JB
13082014-11-21 Joel Brobecker <brobecker@adacore.com>
1309
1310 * gdb.ada/n_arr_bound: New testcase.
1311
458c8db8
SDJ
13122014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1313
1314 PR breakpoints/10737
1315 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1316 test_catch_syscall_multi_arch.
1317 (test_catch_syscall_multi_arch): New function.
1318
43f3e411
DE
13192014-11-20 Doug Evans <xdje42@gmail.com>
1320
1321 * gdb.base/maint.exp: Update expected output.
1322
0d7b2549
AA
13232014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1324
1325 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1326 4-byte instruction on S390.
1327
8908fca5
JB
13282014-11-19 Joel Brobecker <brobecker@adacore.com>
1329
1330 * gdb.ada/arr_arr: New testcase.
1331
4a46959e
JB
13322014-11-19 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.ada/pkd_arr_elem: New Testcase.
1335
470e2f4e
LM
13362014-11-18 Luis Machado <lgustavo@codesourcery.com>
1337
1338 * gdb.reverse/break-precsave: Expect completion message for
1339 core file reads.
1340 * gdb.reverse/consecutive-precsave.exp: Likewise.
1341 * gdb.reverse/finish-precsave.exp: Likewise.
1342 * gdb.reverse/i386-precsave.exp: Likewise.
1343 * gdb.reverse/machinestate-precsave.exp: Likewise.
1344 * gdb.reverse/sigall-precsave.exp: Likewise.
1345 * gdb.reverse/solib-precsave.exp: Likewise.
1346 * gdb.reverse/step-precsave.exp: Likewise.
1347 * gdb.reverse/until-precsave.exp: Likewise.
1348 * gdb.reverse/watch-precsave.exp: Likewise.
1349
a267f3ad
AA
13502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1351
1352 * gdb.base/bp-permanent.c: Include unistd.h.
1353 * gdb.python/py-framefilter-mi.c (main): Add return type.
1354 * gdb.python/py-framefilter.c (main): Likewise.
1355 * gdb.trace/actions-changed.c (main): Likewise.
1356
12084a9a
AA
13572014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1358
1359 * gdb.mi/until.c: Add eye-catchers.
1360 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1361 line numbers.
1362
dc7e1a77
AA
13632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1364
1365 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1366 function header variants in break1.c.
1367 * gdb.base/ena-dis-br.exp: Likewise.
1368 * gdb.base/hbreak2.exp: Likewise.
1369 * gdb.reverse/until-precsave.exp: Drop references to removed
1370 non-prototype function header variants in ur1.c.
1371 * gdb.reverse/until-reverse.exp: Likewise.
1372
41c77605
PM
13732014-11-17 Petr Machata <pmachata@redhat.com>
1374
1375 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1376 ${_cu_offset_size} bytes abbrev offset.
1377
34248c3a
DE
13782014-11-15 Doug Evans <xdje42@gmail.com>
1379
1380 PR symtab/17559
1381 * gdb.base/line-symtabs.exp: New file.
1382 * gdb.base/line-symtabs.c: New file.
1383 * gdb.base/line-symtabs.h: New file.
1384
646da059
YQ
13852014-11-14 Yao Qi <yao@codesourcery.com>
1386
1387 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1388 (func): Add label func_label.
1389 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1390 Replace low_pc and high_pc with MACRO_AT_range.
1391 Replace name, low_pc and high_pc with MACRO_AT_func.
1392
9301ebe6
YQ
13932014-11-14 Yao Qi <yao@codesourcery.com>
1394
1395 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1396 Replace name, low_pc and high_pc with MACRO_AT_func.
1397
f166b542
YQ
13982014-11-14 Yao Qi <yao@codesourcery.com>
1399
1400 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1401 produce debug information.
1402 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1403
0f6e71e3
YQ
14042014-11-14 Yao Qi <yao@codesourcery.com>
1405
1406 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1407 object and get function length.
1408 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1409 with MACRO_AT_func.
1410 (top-level): Replace gdb_compile and clean_restart with
1411 prepare_for_testing.
1412 * gdb.dwarf2/main.c (main): Add label main_label.
1413
876c4df9
YQ
14142014-11-14 Yao Qi <yao@codesourcery.com>
1415
1416 * lib/dwarf.exp (function_range): New procedure.
1417 (Dwarf::_handle_macro_at_func): New procedure.
1418 (Dwarf::_handle_macro_at_range): New procedure.
1419 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1420
02ad9cf1
YQ
14212014-11-14 Yao Qi <yao@codesourcery.com>
1422
1423 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1424 (_handle_attribute): New procedure.
1425
a59add0c
AA
14262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1427
1428 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1429 * gdb.base/call-sc.c (zed): Likewise.
1430 * gdb.base/checkpoint.c (main): Likewise.
1431 * gdb.base/dump.c (main): Likewise.
1432 * gdb.base/gcore.c (main): Likewise.
1433 * gdb.base/huge.c (main): Likewise.
1434 * gdb.base/multi-forks.c (main): Likewise.
1435 * gdb.base/pr10179-a.c (main): Likewise.
1436 * gdb.base/savedregs.c (main): Likewise.
1437 * gdb.base/sigaltstack.c (main): Likewise.
1438 * gdb.base/siginfo.c (main): Likewise.
1439 * gdb.base/structs.c (zed): Likewise.
1440 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1441 * gdb.mi/mi-syn-frame.c (main): Likewise.
1442 * gdb.mi/until.c (foo, main): Likewise.
1443 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1444 * gdb.base/solib-weak.c (foo): Declare.
1445 * gdb.base/attach-twice.c: Include stdio.h.
1446 * gdb.base/weaklib1.c: Likewise.
1447 * gdb.base/weaklib2.c: Likewise.
1448 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1449 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1450 unistd.h.
1451 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1452 * gdb.mi/mi-exit-code.c: Likewise.
1453 * gdb.base/break-interp-lib.c: Include string.h.
1454 * gdb.base/coremaker.c: Likewise.
1455 * gdb.base/testenv.c: Likewise.
1456 * gdb.python/py-finish-breakpoint.c: Likewise.
1457 * gdb.base/inferior-died.c: Include sys/wait.h.
1458 * gdb.base/fileio.c: Include time.h.
1459 * gdb.base/async-shell.c: Include unistd.h.
1460 * gdb.base/dprintf-non-stop.c: Likewise.
1461 * gdb.base/info-os.c: Likewise.
1462 * gdb.mi/mi-console.c: Likewise.
1463 * gdb.mi/watch-nonstop.c: Likewise.
1464 * gdb.python/py-events.c: Likewise.
1465 * gdb.base/async.c (baz): Move up before its invocation.
1466 * gdb.base/code_elim2.c (my_global_func): Likewise.
1467 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1468 * gdb.base/advance.c (func2): Likewise.
1469
3b5d5997
AA
14702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1471
1472 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1473 variant.
1474 * gdb.base/annota3.c: Likewise.
1475 * gdb.base/async.c: Likewise.
1476 * gdb.base/average.c: Likewise.
1477 * gdb.base/call-ar-st.c: Likewise.
1478 * gdb.base/call-rt-st.c: Likewise.
1479 * gdb.base/call-sc.c: Likewise.
1480 * gdb.base/call-strs.c: Likewise.
1481 * gdb.base/ending-run.c: Likewise.
1482 * gdb.base/execd-prog.c: Likewise.
1483 * gdb.base/exprs.c: Likewise.
1484 * gdb.base/foll-exec.c: Likewise.
1485 * gdb.base/foll-fork.c: Likewise.
1486 * gdb.base/foll-vfork.c: Likewise.
1487 * gdb.base/funcargs.c: Likewise.
1488 * gdb.base/gcore.c: Likewise.
1489 * gdb.base/jump.c: Likewise.
1490 * gdb.base/langs0.c: Likewise.
1491 * gdb.base/langs1.c: Likewise.
1492 * gdb.base/langs2.c: Likewise.
1493 * gdb.base/mips_pro.c: Likewise.
1494 * gdb.base/nodebug.c: Likewise.
1495 * gdb.base/opaque0.c: Likewise.
1496 * gdb.base/opaque1.c: Likewise.
1497 * gdb.base/recurse.c: Likewise.
1498 * gdb.base/run.c: Likewise.
1499 * gdb.base/scope0.c: Likewise.
1500 * gdb.base/scope1.c: Likewise.
1501 * gdb.base/setshow.c: Likewise.
1502 * gdb.base/setvar.c: Likewise.
1503 * gdb.base/shmain.c: Likewise.
1504 * gdb.base/shr1.c: Likewise.
1505 * gdb.base/shr2.c: Likewise.
1506 * gdb.base/sigall.c: Likewise.
1507 * gdb.base/signals.c: Likewise.
1508 * gdb.base/so-indr-cl.c: Likewise.
1509 * gdb.base/solib2.c: Likewise.
1510 * gdb.base/structs.c: Likewise.
1511 * gdb.base/sum.c: Likewise.
1512 * gdb.base/vforked-prog.c: Likewise.
1513 * gdb.base/watchpoint.c: Likewise.
1514 * gdb.reverse/shr2.c: Likewise.
1515 * gdb.reverse/until-reverse.c: Likewise.
1516 * gdb.reverse/ur1.c: Likewise.
1517 * gdb.reverse/watch-reverse.c: Likewise.
1518
066a77c5
AA
15192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1520
1521 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1522 variant.
1523 * gdb.base/sepdebug.exp: Drop references to removed code.
1524
4f204ea5
AA
15252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1526
1527 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1528 variant. Preserve original line numbering.
1529 * gdb.base/list1.c: Likewise.
1530
3b377a3a
AA
15312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1532
1533 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1534 variant.
1535 * gdb.base/break1.c: Likewise.
1536 * gdb.base/break.exp: Drop references to removed code.
1537
e444df73
AA
15382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1539
1540 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1541 variant.
1542
8008f2a7
AA
15432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1544
1545 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1546
a5a06887
AA
15472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1548
1549 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1550 logic into perform_all_tests() and invoke it with and without
1551 function header prototypes.
1552 (do_function_calls): Remove conditional XFAIL for PR 5318.
1553 (rerun_and_prepare): Remove duplicate code.
1554 (perform_all_tests): New. Main logic moved here.
1555
44dba9b9
AA
15562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1557
1558 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1559 code guarded by #ifdef NO_PROTOTYPES.
1560 (t_double_many_args): Likewise.
1561 (DEF_FUNC_MANY_ARGS_1): Likewise.
1562 (DEF_FUNC_VALUES_1): Likewise.
1563 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1564 guarded by #ifdef PROTOTYPES.
1565
d1fbcd56
AA
15662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1567
1568 * gdb.mi/mi-console.c: Add eye-catcher.
1569 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1570 instead of literal line number.
1571
b0e59b8f
AA
15722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1573
1574 * gdb.base/shr2.c: Add eye-catcher.
1575 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1576 line number.
1577
78f98cca
AA
15782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1579
1580 * gdb.base/jump.c: Add eye-catchers.
1581 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1582 numbers.
1583
58fa2af0
AA
15842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1585
1586 * gdb.base/execd-prog.c: Add eye-catchers.
1587 * gdb.base/foll-exec.c: Likewise.
1588 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1589 line numbers.
1590
04e5059b
AA
15912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1592
1593 * gdb.base/ending-run.c: Add eye-catchers.
1594 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1595 literal line numbers.
1596
dbfdb174
AA
15972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1598
1599 * gdb.base/call-rt-st.c: Add eye-catchers.
1600 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1601 literal line numbers.
1602
888a2ade
AA
16032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1604
1605 * gdb.base/call-ar-st.c: Add eye-catchers.
1606 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1607 literal line numbers.
1608
6acc2dde
AA
16092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1610
1611 * gdb.base/average.c: Add eye-catchers.
1612 * gdb.base/sum.c: Likewise.
1613 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1614 regexps dynamically.
1615
9ecfcd1d
AA
16162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.base/solib1.c: Add eye-catchers.
1619 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1620 literal line numbers.
1621
78708b7c
PA
16222014-11-12 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1625 leader has exited.
1626
af48d08f
PA
16272014-11-12 Pedro Alves <palves@redhat.com>
1628
1629 * gdb.arch/i386-bp_permanent.c: New file.
1630 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1631 (srcfile): Set to i386-bp_permanent.c.
1632 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1633 that stepi does not execute the 'leave' instruction, instead of
1634 testing it does execute.
1635 * gdb.base/bp-permanent.c: New file.
1636 * gdb.base/bp-permanent.exp: New file.
1637
af3768e9
DE
16382014-11-10 Doug Evans <xdje42@gmail.com>
1639
1640 PR symtab/17564
1641 * gdb.base/symtab-search-order.exp: New file.
1642 * gdb.base/symtab-search-order.c: New file.
1643 * gdb.base/symtab-search-order-1.c: New file.
1644 * gdb.base/symtab-search-order-shlib-1.c: New file.
1645
9de00a4a
PA
16462014-11-07 Pedro Alves <palves@redhat.com>
1647
1648 PR gdb/17511
1649 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1650 i?86-*-linux*.
1651
e0f52461
SC
16522014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1653
1654 PR c++/17494
1655 * gdb.cp/pr17494.cc: New file.
1656 * gdb.cp/pr17494.exp: New file.
1657
6ce8c980
YQ
16582014-11-02 Yao Qi <yao@codesourcery.com>
1659
1660 * gdb.python/python.exp: Get working directory and match the
1661 output of "set extended-prompt \\w " with it.
1662
02be9a71
DE
16632014-10-30 Doug Evans <dje@google.com>
1664
1665 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1666 in objfiles.
1667 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1668 in progspaces.
1669
3bdff46b
LM
16702014-10-30 Janis Johnson <janisjo@codesourcery.com>
1671
1672 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1673 * gdb.base/realname-expand.exp: Likewise.
1674 * gdb.linespec/macro-relative.exp: Likewise.
1675
ab917dfb
PA
16762014-10-29 Pedro Alves <palves@redhat.com>
1677
1678 PR gdb/17408
1679 * gdb.threads/schedlock.c (some_function): New function.
1680 (call_function): New global.
1681 (MAYBE_CALL_SOME_FUNCTION): New macro.
1682 (thread_function): Call it.
1683 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1684 and use it instead of a global counter. Adjust all callers.
1685 (get_current_thread): Use "find current thread" for test message
1686 here rather than having all callers pass down the same string.
1687 (goto_loop): New procedure, factored out from ...
1688 (my_continue): ... this.
1689 (step_ten_loops): Change parameter from test message to command to
1690 use. Adjust.
1691 (list_count): Delete global.
1692 (check_result): New procedure, factored out from duplicate top
1693 level code.
1694 (continue tests): Wrap in with_test_prefix.
1695 (test_step): New procedure, factored out from duplicate top level
1696 code.
1697 (top level): Test "step" in combination with all scheduler-locking
1698 modes. Test "next" in combination with all scheduler-locking
1699 modes, and in combination with stepping over a function call or
1700 not.
1701 * gdb.threads/next-bp-other-thread.c: New file.
1702 * gdb.threads/next-bp-other-thread.exp: New file.
1703
d3d4baed
PA
17042014-10-29 Pedro Alves <palves@redhat.com>
1705
1706 PR python/17372
1707 * gdb.python/python.exp: Test a multi-line command that spawns
1708 interactive Python.
1709 * gdb.base/multi-line-starts-subshell.exp: New file.
1710
563e8d85
YQ
17112014-10-29 Yao Qi <yao@codesourcery.com>
1712
1713 * gdb.base/fileio.exp: Make directories on host.
1714
0ea4d52e
YQ
17152014-10-29 Yao Qi <yao@codesourcery.com>
1716
1717 * gdb.base/fileio.c (test_write): Close the file.
1718
7f5ef605
PA
17192014-10-28 Pedro Alves <palves@redhat.com>
1720
1721 PR gdb/12623
1722 * gdb.base/sigstep.c (no_handler): New global.
1723 (main): If 'no_handler is true, set the signal handlers to
1724 SIG_IGN.
1725 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1726 with_sw_watch and no_handler parameters. Handle them.
1727 (top level) <stepping over handler when stopped at a breakpoint
1728 test>: Add a test axis for testing with a software watchpoint, and
1729 another for testing with the signal handler set to SIG_IGN.
1730 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1731 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1732
abbdbd03
PA
17332014-10-28 Pedro Alves <palves@redhat.com>
1734
1735 PR gdb/17511
1736 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1737 * gdb.base/sigstep.exp (other_handler_location): New global.
1738 (advance): Support stepping into the signal handler, and running
1739 commands while in the handler.
1740 (in_handler_map): New global.
1741 (top level): In the advance test, add combinations for getting
1742 into the handler with stepping commands, and for running commands
1743 in the handler. Add comment descripting the advancei tests.
1744
1df4399f
PA
17452014-10-28 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/sigstep.exp: Use build_executable instead of
1748 prepare_for_testing.
1749 (top level): Move code that starts GDB, runs to main and creates a
1750 display to ...
1751 (restart): ... this new procedure.
1752 (top level): Move backtrace from signal handler test to ...
1753 (validate_backtrace): ... this new procedure.
1754 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1755 with_test_prefix. Always restart GDB.
1756 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1757 with_test_prefix. Always restart GDB. No need to delete
1758 breakpoints after the test.
1759 (test_skip_handler): Remove prefix parameter.
1760 (skip_over_handler, breakpoint_to_handler)
1761 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1762 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1763 restart GDB. No need to delete breakpoints after the test.
1764 (top level): Use foreach to call the test procedures with
1765 different commands.
1766
a5b6e449
PA
17672014-10-28 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1770 instead of GNATS numbers.
1771 * gdb.base/sigbpt.exp: Likewise.
1772 * gdb.base/siginfo.exp: Likewise.
1773 * gdb.base/sigstep.exp: Likewise.
1774
e5f8a7cc
PA
17752014-10-27 Pedro Alves <palves@redhat.com>
1776
1777 * gdb.base/sigstep.c (dummy): New global.
1778 (main): Issue a couple writes to the new global.
1779 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1780 procedures.
1781 (skip_over_handler): Use test_skip_handler.
1782 (top level): Call skip_over_handler for stepi and nexti too.
1783 (breakpoint_over_handler): Use test_skip_handler.
1784 (top level): Call breakpoint_over_handler for stepi and nexti too.
1785
763905a3
YQ
17862014-10-27 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.trace/tfile.c (adjust_function_address)
1789 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1790 function descriptor.
1791
6f259a23
DB
17922014-10-24 Don Breazeal <donb@codesourcery.com>
1793
1794 * gdb.base/foll-fork.exp (test_follow_fork,
1795 catch_fork_child_follow): Check for updated fork messages emitted
1796 from infrun.c.
1797 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1798 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1799 vfork_and_exec_child_follow_through_step): Check for updated vfork
1800 messages emitted from infrun.c.
1801
09dd9a69
PA
18022014-10-24 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.base/corefile.exp: Remove references to ultrix.
1805 * gdb.base/interrupt.exp: Likewise.
1806 * gdb.base/whatis.exp: Likewise.
1807 * gdb.gdb/selftest.exp: Likewise.
1808 * gdb.threads/manythreads.exp: Likewise.
1809 * gdb.threads/print-threads.exp: Likewise.
1810 * gdb.threads/pthreads.exp:: Likewise.
1811 * gdb.threads/schedlock.exp: Likewise.
1812
3433cfa5
SC
18132014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1814
1815 * gdb.cp/non-trivial-retval.cc: Add a test case.
1816 * gdb.cp/non-trivial-retval.exp: Add a test.
1817
092f880b
YQ
18182014-10-20 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1821 * gdb.python/py-objfile-script-gdb.py: New file.
1822 * gdb.python/py-objfile-script.exp: Update reference to
1823 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1824 of remote_download. Remove the dest file.
1825
acbdb7f3
YQ
18262014-10-20 Yao Qi <yao@codesourcery.com>
1827
1828 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1829 * gdb.base/step-line.exp: Likewise.
1830 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1831 * gdb.dwarf2/dw2-basic.exp: Likewise.
1832 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1833 * gdb.dwarf2/dw2-filename.exp: Likewise.
1834 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1835 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1836 * gdb.dwarf2/dw2-producer.exp: Likewise.
1837 * gdb.dwarf2/mac-fileno.exp: Likewise.
1838 * gdb.python/py-frame-args.exp: Likewise.
1839 * gdb.python/py-framefilter.exp: Likewise.
1840 * gdb.python/py-mi.exp: Likewise.
1841 * gdb.python/py-objfile-script.exp: Likewise
1842 * gdb.python/py-pp-integral.exp: Likewise.
1843 * gdb.python/py-pp-re-notag.exp: Likewise.
1844 * gdb.python/py-prettyprint.exp: Likewise.
1845 * gdb.python/py-section-script.exp: Likewise.
1846 * gdb.python/py-typeprint.exp: Likewise.
1847 * gdb.python/py-xmethods.exp: Likewise.
1848 * gdb.stabs/weird.exp: Likewise.
1849 * gdb.xml/tdesc-regs.exp: Likewise.
1850
bd286a29
KCY
18512014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1852
1853 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1854 (out_cu): Use addr_len for the size of addresses.
1855 (out_line): Likewise. Size DW_LNE_set_address instruction
1856 according to addr_len.
1857 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1858 (FUNC): Add START_INSNS to definition.
1859
673dc4a0
YQ
18602014-10-18 Yao Qi <yao@codesourcery.com>
1861
1862 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1863 gdb_has_argv0 return true.
1864 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1865 check [target_info exists noargs], check [gdb_has_argv0]
1866 instead.
1867 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1868 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1869 procedures.
1870
4ffbba72
DE
18712014-10-17 Doug Evans <dje@google.com>
1872
1873 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1874 event.
1875 * gdb.python/py-events.py: Add clear_objfiles event.
1876
d096d8c1
DE
18772014-10-17 Doug Evans <dje@google.com>
1878
1879 * gdb.python/py-objfile.exp: Test progspace attribute.
1880
a80db015
LM
18812014-10-17 Luis Machado <lgustavo@codesourcery.com>
1882
1883 * gdb.guile/scm-breakpoint.exp: Do not assume any
1884 directory separators when matching source file paths.
1885 * gdb.python/py-breakpoint.exp: Likewise.
1886 * gdb.reverse/break-precsave.exp: Likewise.
1887 * gdb.reverse/break-reverse.exp: Likewise.
1888 * gdb.reverse/consecutive-precsave.exp: Likewise.
1889 * gdb.reverse/finish-precsave.exp: Likewise.
1890 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1891 * gdb.reverse/finish-reverse.exp: Likewise.
1892 * gdb.reverse/i386-precsave.exp: Likewise.
1893 * gdb.reverse/i387-env-reverse.exp: Likewise.
1894 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1895 * gdb.reverse/machinestate-precsave.exp: Likewise.
1896 * gdb.reverse/machinestate.exp: Likewise.
1897 * gdb.reverse/sigall-precsave.exp: Likewise.
1898 * gdb.reverse/solib-precsave.exp: Likewise.
1899 * gdb.reverse/step-precsave.exp: Likewise.
1900 * gdb.reverse/until-precsave.exp: Likewise.
1901 * gdb.reverse/watch-precsave.exp: Likewise.
1902 * gdb.reverse/watch-reverse.exp: Likewise.
1903
b22089ab
YQ
19042014-10-17 Yao Qi <yao@codesourcery.com>
1905
1906 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1907 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1908
6c4486e6
PA
19092014-10-17 Pedro Alves <palves@redhat.com>
1910
1911 PR gdb/17471
1912 * gdb.base/bg-execution-repeat.c: New file.
1913 * gdb.base/bg-execution-repeat.exp: New file.
1914
0ff33695
PA
19152014-10-17 Pedro Alves <palves@redhat.com>
1916
1917 PR gdb/17300
1918 * gdb.base/continue-all-already-running.c: New file.
1919 * gdb.base/continue-all-already-running.exp: New file.
1920
6fdebc3d
PA
19212014-10-17 Pedro Alves <palves@redhat.com>
1922
1923 PR gdb/17472
1924 * gdb.base/annota-input-while-running.c: New file.
1925 * gdb.base/annota-input-while-running.exp: New file.
1926
32a8097b
PA
19272014-10-17 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.base/callfuncs.exp: emove references to osf.
1930 * gdb.base/sigall.exp: Likewise.
1931 * gdb.gdb/selftest.exp: Likewise.
1932 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1933 * gdb.mi/non-stop.c: Likewise.
1934 * gdb.mi/pthreads.c: Likewise.
1935 * gdb.reverse/sigall-precsave.exp: Likewise.
1936 * gdb.reverse/sigall-reverse.exp: Likewise.
1937 * gdb.threads/pthreads.c: Likewise.
1938 * gdb.threads/pthreads.exp: Likewise.
1939
7a3517ff
YQ
19402014-10-17 Yao Qi <yao@codesourcery.com>
1941
1942 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1943 check 'target_info exists noargs'.
1944 (test_command_prompt_position): Likewise.
1945 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1946 Remove "set args".
1947 (progvar_simple_while_test): Likewise.
1948 (progvar_complex_if_while_test): Likewise.
1949 (if_while_breakpoint_command_test): Likewise.
1950 (infrun_breakpoint_command_test): Likewise.
1951 (breakpoint_command_test): Likewise.
1952 (watchpoint_command_test): Likewise.
1953 (bp_deleted_in_command_test): Likewise.
1954 (temporary_breakpoint_commands): Likewise.
1955
bb99c472
YQ
19562014-10-16 Yao Qi <yao@codesourcery.com>
1957
1958 * gdb.base/remotetimeout.exp: Remove noargs checking.
1959
7c16b83e
PA
19602014-10-15 Pedro Alves <palves@redhat.com>
1961
1962 PR breakpoints/9649
1963 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1964 * gdb.base/breakpoint-in-ro-region.exp
1965 (probe_target_hardware_step): New procedure.
1966 (top level): Probe hardware stepping and hardware breakpoint
1967 support. Test stepping through a read-only region, with both
1968 "breakpoint auto-hw" on and off and both "always-inserted" on and
1969 off.
1970
35a49624
IB
19712014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1972
1973 * gdb.dlang/demangle.exp: Update for demangling changes.
1974
2d1c107c
SC
19752014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1976
1977 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1978 * gdb.cp/non-trivial-retval.exp: Add new tests.
1979
778811d5
SC
19802014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1981
1982 PR c++/13403
1983 PR c++/15154
1984 * gdb.cp/non-trivial-retval.cc: New file.
1985 * gdb.cp/non-trivial-retval.exp: New file.
1986
10c5f0a8
YQ
19872014-10-15 Yao Qi <yao@codesourcery.com>
1988
1989 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1990 remote host.
1991
65d7b369
YQ
19922014-10-15 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.python/py-symbol.exp: Match file base name if host is
1995 remote, otherwise match file name with dir name.
1996 * gdb.python/py-symtab.exp: Likewise.
1997 * gdb.python/python.exp: Likewise.
1998
46dc1394
YQ
19992014-10-15 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2002 pattern.
2003 * gdb.python/py-symtab.exp: Likewise.
2004 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2005 locationn.
2006
c40cc657
JB
20072014-10-14 Joel Brobecker <brobecker@adacore.com>
2008
2009 * gdb.ada/addr_arith: New testcase.
2010
2abf49e1
MR
20112014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2012
2013 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2014 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2015 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2016 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2017
f7088df3
SDJ
20182014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2019
2020 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2021 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2022 * gdb.arch/stap-eval-lang-ada.exp: New file.
2023
4dc06805
YQ
20242014-10-14 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.mi/mi-var-child.c (nothing1): New function.
2027 (nothing2): New function.
2028 (do_children_tests): Set function pointers by nothing1 and
2029 nothing2.
2030 * gdb.mi/mi-var-child.exp: Step over new added statements.
2031 Update test to match the new output.
2032 * gdb.mi/var-cmd.c (nothing1): New function.
2033 (nothing2): New function.
2034 (do_children_tests): Set function pointers by nothing1 and
2035 nothing2.
2036 * gdb.mi/mi-var-display.exp: Update test to match output.
2037 Step to the line specified by $line_dct_nothing.
2038 Increase the number of lines to step.
2039
46a93de2
YQ
20402014-10-14 Yao Qi <yao@codesourcery.com>
2041
2042 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2043 tests.
2044 * gdb.mi/mi2-var-child.exp: Likewise.
2045
14ea52ee
DE
20462014-10-13 Doug Evans <dje@google.com>
2047
2048 * gdb.python/py-objfile.exp: Change name of file name test.
2049
e5c6e92b
DE
20502014-10-13 Doug Evans <dje@google.com>
2051
2052 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2053 from the start of the CU.
2054
c780cc2f
JK
20552014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2056 Yao Qi <yao@codesourcery.com>
2057
2058 Fix "save breakpoints" for "catch" command.
2059 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2060 Remove -nonewline. Match also the added "main" line.
2061
99894e11
JK
20622014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2063
2064 Fix "save breakpoints" for "disable $bpnum" command.
2065 * gdb.base/save-bp.c (main): Add label.
2066 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2067
6e1ac5a3
JK
20682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2071
754dd2b0
YQ
20722014-10-11 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.server/server-kill.exp: Execute command
2075 "set remote trace-status-packet on" before "tstatus".
2076
f90183d7
YQ
20772014-10-11 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2080 (main): Call getppid.
2081 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2082 and continue to it. Read variable "server_pid".
2083
bf40a607
YQ
20842014-10-11 Yao Qi <yao@codesourcery.com>
2085
2086 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2087
052ca370
YQ
20882014-10-11 Yao Qi <yao@codesourcery.com>
2089
2090 * gdb.threads/thread-find.exp: Don't execute command
2091 "info threads".
2092 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2093 * gdb.threads/linux-dp.exp: Don't check the condition
2094 $threads_created equals to zero.
2095
3831839c
PA
20962014-10-10 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.base/bigcore.exp: Remove references to IRIX.
2099 * gdb.base/funcargs.exp: Likewise.
2100 * gdb.base/interrupt.exp: Likewise.
2101 * gdb.base/mips_pro.exp: Likewise.
2102 * gdb.base/nodebug.exp: Likewise.
2103 * gdb.base/setvar.exp: Likewise.
2104 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2105
8b9a549d
PA
21062014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2107 Pedro Alves <palves@redhat.com>
2108
2109 PR symtab/14466
2110 * gdb.base/vdso-warning.c: New file.
2111 * gdb.base/vdso-warning.exp: New file.
2112
d48ba5e8
DE
21132014-10-02 Doug Evans <dje@google.com>
2114
2115 * gdb.base/structs.c (main): Don't run forever.
2116
2278c276
PA
21172014-10-02 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2120 (top level) <stop threads 1, stop threads 2>: Use it.
2121
b57bacec
PA
21222014-10-02 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.threads/break-while-running.exp (test): Add new
2125 'update_thread_list' argument. Skip "info threads" if false.
2126 (top level): Add new 'update_thread_list' axis.
2127
13fd3ff3
PA
21282014-10-02 Pedro Alves <palves@redhat.com>
2129
2130 PR breakpoints/17431
2131 * gdb.base/execl-update-breakpoints.c: New file.
2132 * gdb.base/execl-update-breakpoints.exp: New file.
2133
0fec99e8
PA
21342014-10-01 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/breakpoint-in-ro-region.c: New file.
2137 * gdb.base/breakpoint-in-ro-region.exp: New file.
2138
2ddf4301
SM
21392014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2140
2141 * gdb.mi/mi-exit-code.exp: New file.
2142 * gdb.mi/mi-exit-code.c: New file.
2143
6a5f3f43
YQ
21442014-09-30 Yao Qi <yao@codesourcery.com>
2145
2146 * lib/prelink-support.exp (build_executable_own_libs): Error if
2147 the target isn't native.
2148
345bcc73
YQ
21492014-09-30 Yao Qi <yao@codesourcery.com>
2150
2151 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2152 false.
2153
a25a5a45
PA
21542014-09-22 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.threads/break-while-running.exp: New file.
2157 * gdb.threads/break-while-running.c: New file.
2158
00ba3162
YQ
21592014-09-19 Yao Qi <yao@codesourcery.com>
2160
2161 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2162 Invoke test. Restart GDB with --readnow and invoke test again.
2163
c3b7b696
YQ
21642014-09-19 Yao Qi <yao@codesourcery.com>
2165
2166 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2167 proc set_breakpoint_on_gcd_function. Invoke
2168 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2169 invoke set_breakpoint_on_gcd_function again.
2170
2b4fd423
DE
21712014-09-18 Doug Evans <dje@google.com>
2172
2173 * gdb.dwarf2/symtab-producer.exp: New file.
2174
a5947601
SDJ
21752014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2178 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2179 * gdb.base/global-var-nested-by-dso.c: Likewise.
2180 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2181
91c19059
SDJ
21822014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2183 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.base/watch-bitfields.exp: Pass string other than test file
2186 name to prepare_for_testing.
2187 (watch): New procedure.
2188 (expect_watchpoint): Use with_test_prefix.
2189 (top level): Factor out tests to ...
2190 (test_watch_location, test_regular_watch): ... these new
2191 procedures, and use with_test_prefix and gdb_continue_to_end.
2192
bb9d5f81
PP
21932014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2194
2195 PR breakpoints/12526
2196 * gdb.base/watch-bitfields.exp: New file.
2197 * gdb.base/watch-bitfields.c: New file.
2198
635856f5
PA
21992014-09-16 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2202 software and hardware addresses, not software address against
2203 itself.
2204
7280ceea
PA
22052014-09-16 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2208 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2209
428b16bd
PA
22102014-09-16 Pedro Alves <palves@redhat.com>
2211
2212 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2213 files.
2214 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2215 "*-*-vxworks*" throughout.
2216 * gdb.base/break.exp: Likewise.
2217 * gdb.base/default.exp: Likewise.
2218 * gdb.base/scope.exp: Likewise.
2219 * gdb.base/sepdebug.exp: Likewise.
2220 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2221 throughout.
2222 * gdb.base/run.c: Likewise.
2223 * gdb.base/sepdebug.c: Likewise.
2224 * gdb.hp/gdb.aCC/run.c: Likewise.
2225 * gdb.reverse/until-reverse.c: Likewise.
2226 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2227
666d413c
YQ
22282014-09-16 Yao Qi <yao@codesourcery.com>
2229
2230 * boards/local-remote-host-native.exp: New file.
2231
57cbd724
DE
22322014-09-14 Doug Evans <xdje42@gmail.com>
2233
2234 * gdb.threads/queue-signal.c (thread_count): New variable.
2235 (thread_count_mutex, thread_count_condvar): New variables.
2236 (incr_thread_count, wait_all_threads_running): New functions.
2237 (main): Wait for all threads to be in their thread functions.
2238
81219e53
DE
22392014-09-13 Doug Evans <xdje42@gmail.com>
2240
2241 * gdb.threads/queue-signal.c: New file.
2242 * gdb.threads/queue-signal.exp: New file.
2243
3714cea7
DE
22442014-09-13 Doug Evans <xdje42@gmail.com>
2245
2246 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2247 be consistent with what default_gdb_init uses.
2248 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2249 the plain text of the prompt. Add some logging printfs.
2250 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2251
fa43b1d7
PA
22522014-09-12 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2255 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2256 * gdb.arch/i386-size-overlap.exp: Likewise.
2257 * gdb.arch/i386-size.exp: Likewise.
2258 * gdb.arch/i386-unwind.exp: Likewise.
2259 * gdb.base/a2-run.exp: Likewise.
2260 * gdb.base/break.exp: Likewise.
2261 * gdb.base/charset.exp: Likewise.
2262 * gdb.base/chng-syms.exp: Likewise.
2263 * gdb.base/commands.exp: Likewise.
2264 * gdb.base/dbx.exp: Likewise.
2265 * gdb.base/find.exp: Likewise.
2266 * gdb.base/funcargs.exp: Likewise.
2267 * gdb.base/jit-simple.exp: Likewise.
2268 * gdb.base/reread.exp: Likewise.
2269 * gdb.base/sepdebug.exp: Likewise.
2270 * gdb.base/step-bt.exp: Likewise.
2271 * gdb.cp/mb-inline.exp: Likewise.
2272 * gdb.cp/mb-templates.exp: Likewise.
2273 * gdb.objc/basicclass.exp: Likewise.
2274 * gdb.threads/killed.exp: Likewise.
2275
9d9bf2df
EBM
22762014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2277
2278 PR tdep/17379
2279 * gdb.arch/powerpc-stackless.S: New file.
2280 * gdb.arch/powerpc-stackless.exp: New file.
2281
1cf2f1b0
JK
22822014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 * gdb.base/attach.c: Include unistd.h.
2285 (main): Call alarm. Add label postloop.
2286 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2287 gdb_breakpoint, gdb_continue_to_breakpoint.
2288 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2289
98880d46
PA
22902014-09-11 Pedro Alves <palves@redhat.com>
2291
2292 PR gdb/17347
2293 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2294 * gdb.base/attach.exp (test_command_line_attach_run): New
2295 procedure.
2296 (top level): Call it.
2297
4c92ff2c
PA
22982014-09-11 Pedro Alves <palves@redhat.com>
2299
2300 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2301 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2302 (do_command_attach_tests): Use spawn_wait_for_attach.
2303 * gdb.base/solib-overlap.exp: Likewise.
2304 * gdb.multi/multi-attach.exp: Likewise.
2305 * gdb.python/py-prompt.exp: Likewise.
2306 * gdb.python/py-sync-interp.exp: Likewise.
2307 * gdb.server/ext-attach.exp: Likewise.
2308
3adc1a7d
GKB
23092014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2310
2311 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2312 command in testcase. Simplify testcase.
2313
96334934
JB
23142014-09-10 Joel Brobecker <brobecker@adacore.com>
2315
2316 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2317
eb479039
JB
23182014-09-10 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2321
deede10c
JB
23222014-09-10 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2325
7828a5f5
JB
23262014-09-10 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.dwarf2/dynarr-ptr.c: New file.
2329 * gdb.dwarf2/dynarr-ptr.exp: New file.
2330
33aeebcf
MR
23312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2332
2333 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2334 of 30 rather than hardcoding 120 for a slow test case. Take the
2335 `gdb,timeout' target setting into account for this calculation.
2336 Don't extend the timeout for the test cases that don't need it.
2337
7b415901
MR
23382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2339
2340 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2341 a factor of 2 for a slow test case. Take the `gdb,timeout'
2342 target setting into account for this calculation.
2343 * gdb.reverse/until-precsave.exp: Increase the timeout by
2344 a factor of 15 and 3 respectively rather than adding 120
2345 for a pair of slow test cases. Take the `gdb,timeout'
2346 target setting into account for this calculation.
2347
4a40f85a
MR
23482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2349
2350 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2351 timeout, don't pass one down to gdb_expect.
2352 (gdb_expect): Rework timeout selection.
2353
09635af7
MR
23542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2355
2356 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2357 exception on timeout.
2358 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2359 (gdbserver_start_extended): Catch any `gdbserver_start' error
2360 exceptions.
2361 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2362 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2363 `gdbserver_gdb_load' error exceptions.
2364
2bdd10b7
MR
23652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2366
2367 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2368 120 on waiting for the TCP socket to open.
2369
316935f0
DE
23702014-09-09 Doug Evans <xdje42@gmail.com>
2371
2372 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2373 _caller_matches, _any_caller_is, _any_caller_matches.
2374
83740597
DE
23752014-09-09 Doug Evans <xdje42@gmail.com>
2376
2377 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2378
4c122fc3
YQ
23792014-09-09 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.mi/mi-var-display.exp: Set print symbol off.
2382
a9f116cb
GKB
23832014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2384
2385 PR gdb/17035
2386 * gdb.base/commands.exp: Add tests to verify user-defined
2387 commands with empty bodies.
2388 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2389 python commands in `show user command`.
2390 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2391 scheme commands in `show user command`.
2392
c75bd3a2
JK
23932014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2394
2395 PR python/17355
2396 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2397 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2398 * gdb.python/py-framefilter-invalidarg.exp: New file.
2399 * gdb.python/py-framefilter-invalidarg.py: New file.
2400
faa42425
DE
24012014-09-06 Doug Evans <xdje42@gmail.com>
2402
2403 PR 15276
2404 * gdb.python/py-caller-is.c: New file.
2405 * gdb.python/py-caller-is.exp: New file.
2406
474ca4f6
SDJ
24072014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2408
2409 PR gdb/17235
2410 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2411 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2412
eb0b0463
SDJ
24132014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2414
2415 PR fortran/17237
2416 * gdb.fortran/print-formatted.exp: New file.
2417 * gdb.fortran/print-formatted.f90: Likewise.
2418
5f3b99cf
SS
24192014-09-03 Sasha Smundak <asmundak@google.com>
2420
2421 * gdb.python/py-frame.exp: Test Frame.read_register.
2422
7d793aa9
SDJ
24232014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2424
2425 PR python/16699
2426 * gdb.python/py-completion.exp: New file.
2427 * gdb.python/py-completion.py: Likewise.
2428
fb0576e9
DE
24292014-08-28 Doug Evans <dje@google.com>
2430
2431 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2432 eax,etc. are live with values set by gdb and thus the compiler can't
2433 use them.
2434 * gdb.arch/i386-pseudo.c (main): Ditto.
2435
ee92b0dd
DE
24362014-08-27 Doug Evans <dje@google.com>
2437
2438 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2439
6649db35
DE
24402014-08-25 Doug Evans <dje@google.com>
2441
2442 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2443 (main): Ditto.
2444
564b7600
DE
24452014-08-25 Doug Evans <dje@google.com>
2446
2447 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2448
3881fb67
YQ
24492014-08-24 Yao Qi <yao@codesourcery.com>
2450
2451 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2452 symbol off.
2453 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2454
a05a36a5
DE
24552014-08-22 Doug Evans <dje@google.com>
2456
2457 PR 17276
2458 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2459 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2460 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2461
7c343b48
YQ
24622014-08-22 Yao Qi <yao@codesourcery.com>
2463
2464 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2465 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2466 * gdb.python/python.exp: Likewise. Use .py file on the host
2467 instead of the build.
2468
22fd09ae
JK
24692014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2470
2471 * gdb.threads/gcore-stale-thread.c: New file.
2472 * gdb.threads/gcore-stale-thread.exp: New file.
2473
a8454a7c
PA
24742014-08-21 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2477 * gdb.base/gcore-relro-pie.exp: Likewise.
2478 * gdb.base/gcore-relro.exp: Likewise.
2479 * gdb.base/gcore.exp: Likewise.
2480 * gdb.base/print-symbol-loading.exp: Likewise.
2481 * gdb.threads/gcore-thread.exp: Likewise.
2482 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2483
2a31c623
PA
24842014-08-20 Pedro Alves <palves@redhat.com>
2485 Jan Kratochvil <jan.kratochvil@redhat.com>
2486
2487 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2488 configure.
2489 (EXPECT): Handle READ1 being set.
2490 (all): Depend on EXTRA_RULES.
2491 (check-read1, expect-read1, read1.so, read1): New rules.
2492 * README (Testsuite Parameters): Document the READ1 make variable.
2493 (Race detection): New section.
2494 * configure: Regenerate.
2495 * configure.ac: If build==host==target, and running under a
2496 GNU/glibc system, add read1 to the extra Makefile rules.
2497 (EXTRA_RULES): AC_SUBST it.
2498 * lib/read1.c: New file.
2499
d36430db
JB
25002014-08-20 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2503 the handling of variables declared as a typedef to an array
2504 which a DW_AT_data_location attribute.
2505
9a0dc9e3
PA
25062014-08-19 Andrew Burgess <aburgess@broadcom.com>
2507 Pedro Alves <palves@redhat.com>
2508
2509 PR symtab/14604
2510 PR symtab/14605
2511 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2512 gdb_test.
2513
0718a8da
PA
25142014-08-19 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2517
13b448cd
YQ
25182014-08-19 Yao Qi <yao@codesourcery.com>
2519
2520 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2521 right line.
2522
1cbf5077
DB
25232014-08-18 David Blaikie <dblaikie@gmail.com>
2524
2525 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2526
bf0fae19
JB
25272014-08-18 Joel Brobecker <brobecker@adacore.com>
2528
2529 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2530 attribute in array range.
2531
3c8c5dcc
JB
25322014-08-18 Joel Brobecker <brobecker@adacore.com>
2533
2534 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2535
e66d4446
SC
25362014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2537
2538 PR c++/17132
2539 * gdb.cp/pr17132.cc: New file.
2540 * gdb.cp/pr17132.exp: New file.
2541
940df408
SC
25422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2543
2544 * gdb.python/py-xmethods.py (A_getarrayind)
2545 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2546 Use 'print' with function call syntax.
2547 (E_method_matcher.match): Fix tab vs space indentation mixup.
2548
ebcc6c3a
YQ
25492014-08-15 Yao Qi <yao@codesourcery.com>
2550
2551 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2552 false.
2553
775e0f04
YQ
25542014-08-15 Yao Qi <yao@codesourcery.com>
2555
2556 * gdb.cp/casts.exp: Set print symbol off.
2557 * gdb.cp/class2.exp: Likewise.
2558 * gdb.cp/overload.exp: Likewise.
2559 * gdb.cp/templates.exp: Likewise.
2560
d769e349
DE
25612014-08-11 Doug Evans <dje@google.com>
2562
2563 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2564 (test_load_shlib): Update.
2565
20c6f1e1
YQ
25662014-08-09 Yao Qi <yao@codesourcery.com>
2567
2568 * gdb.base/display.exp: Invoke is_address_zero_readable.
2569 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2570 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2571 * gdb.base/hbreak-unmapped.exp: Return if
2572 is_address_zero_readable returns true.
2573 * gdb.base/signest.exp: Likewise.
2574 * gdb.base/signull.exp: Likewise.
2575 * gdb.base/sigbpt.exp: Likewise.
2576 * gdb.guile/scm-disasm.exp: Do the test if
2577 is_address_zero_readable returns false.
2578 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2579 * gdb.python/py-arch.exp: Likewise.
2580 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2581 * lib/gdb.exp (is_address_zero_readable): New proc.
2582
5792e8e3
YQ
25832014-08-09 Yao Qi <yao@codesourcery.com>
2584
2585 PR testsuite/13443
2586 * gdb.mi/mi-var-display.exp: Make test messages unique.
2587
3cecbbbe
TT
25882014-08-04 Tom Tromey <tromey@redhat.com>
2589
2590 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2591 target 0".
2592
00b51ff5
TT
25932014-08-04 Tom Tromey <tromey@redhat.com>
2594
2595 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2596 "target_resume".
2597
6908c509
JB
25982014-08-01 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2601 inner_vla_struct_object_size.
2602 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2603 as xfail.
2604
cc6563d2
PA
26052014-07-30 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2608 comment.
2609
7e09a223
YQ
26102014-07-29 Yao Qi <yao@codesourcery.com>
2611
2612 PR gdb/17206
2613 * gdb.base/until-nodebug.exp: New.
2614
7ebdbe92
DE
26152014-07-28 Doug Evans <xdje42@gmail.com>
2616
2617 PR guile/17203
2618 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2619 previously existing parameter, and previously ambiguously spelled
2620 parameter.
2621
fdb1adc6
WN
26222014-07-28 Will Newton <will.newton@linaro.org>
2623
2624 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2625
186fcde0
DE
26262014-07-26 Ludovic Courtès <ludo@gnu.org>
2627 Doug Evans <xdje42@gmail.com>
2628
2629 PR guile/17146
2630 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2631
70509625
PA
26322014-07-25 Pedro Alves <palves@redhat.com>
2633
2634 * gdb.threads/signal-command-handle-nopass.c: New file.
2635 * gdb.threads/signal-command-handle-nopass.exp: New file.
2636 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2637 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2638 * gdb.threads/signal-delivered-right-thread.c: New file.
2639 * gdb.threads/signal-delivered-right-thread.exp: New file.
2640
c3f814a1
PA
26412014-07-25 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/double-prompt-target-event-error.exp
2644 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2645 match.
2646 (cancel_pagination_in_target_event): Rework double prompt
2647 detection.
2648 * gdb.base/paginate-after-ctrl-c-running.exp
2649 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2650 <return>' match.
2651 * gdb.base/paginate-bg-execution.exp
2652 (test_bg_execution_pagination_return)
2653 (test_bg_execution_pagination_cancel): Remove '-notransfer
2654 <return>' matches.
2655 * gdb.base/paginate-execution-startup.exp
2656 (test_fg_execution_pagination_return)
2657 (test_fg_execution_pagination_cancel): Remove '-notransfer
2658 <return>' matches.
2659 * gdb.base/paginate-inferior-exit.exp
2660 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2661 match.
2662 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2663 * lib/gdb.exp (pagination_prompt): Run text through
2664 string_to_regexp.
2665 (gdb_test_multiple): Match $pagination_prompt instead of
2666 "<return>".
2667 (string_to_regexp): Move to lib/gdb-utils.exp.
2668
e214cf6c
JK
26692014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 * gdb.arch/amd64-entry-value-paramref.S: New file.
2672 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2673 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2674 * gdb.arch/amd64-optimout-repeat.S: New file.
2675 * gdb.arch/amd64-optimout-repeat.c: New file.
2676 * gdb.arch/amd64-optimout-repeat.exp: New file.
2677
17d0c5c8
JK
26782014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2679
2680 PR gdb/17170
2681 * gdb.base/statistics.exp: New file.
2682
b8b8facf
DE
26832014-07-17 Doug Evans <dje@google.com>
2684
74b49205 2685 PR gdb/17170
b8b8facf
DE
2686 * gdb.base/maint.exp: Update testing of per-command stats.
2687
1b5d0ab3
PA
26882014-07-16 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2691 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2692 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2693 (tfile_write_buf): New functions.
2694 (add_memory_block): Rewrite using the above.
2695 (adjust_function_address): New function.
2696 (FUNCTION_ADDRESS): New macro.
2697 (write_basic_trace_file): Remove short_x local, and use
2698 tfile_write_16. Change type of func_addr local to unsigned long
2699 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2700 here. Cast argument of add_memory_block to char pointer.
2701 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2702 (main): Remove parameters.
2703 * gdb.trace/tfile.exp: Remove nowarnings.
2704
4d974e88
SM
27052014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2706
2707 * gdb.base/debug-expr.exp: Test string evaluation with
2708 "debug expression" on.
2709
41e99568
PA
27102014-07-15 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/reread.exp: Use clean_restart.
2713
487d9753
PL
27142014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2715
2716 * gdb.arch/avr-flash-qualifer.c: New.
2717 * gdb.arch/avr-flash-qualifer.exp: New.
2718
cc1c52ad
PA
27192014-07-14 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2722 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2723
1e973570
PA
27242014-07-14 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/double-prompt-target-event-error.c: New file.
2727 * gdb.base/double-prompt-target-event-error.exp: New file.
2728
93d6eb10
PA
27292014-07-14 Pedro Alves <palves@redhat.com>
2730
2731 PR gdb/17072
2732 * gdb.base/paginate-inferior-exit.c: New file.
2733 * gdb.base/paginate-inferior-exit.exp: New file.
2734
0017922d
PA
27352014-07-14 Pedro Alves <palves@redhat.com>
2736
2737 PR gdb/17072
2738 * gdb.base/paginate-bg-execution.c: New file.
2739 * gdb.base/paginate-bg-execution.exp: New file.
2740
94696ad3
PA
27412014-07-14 Pedro Alves <palves@redhat.com>
2742
2743 PR gdb/17072
2744 * gdb.base/paginate-execution-startup.c: New file.
2745 * gdb.base/paginate-execution-startup.exp: New file.
2746 * lib/gdb.exp (pagination_prompt): New global.
2747 (default_gdb_spawn): New procedure, factored out from
2748 default_gdb_spawn.
2749 (default_gdb_start): Adjust to call default_gdb_spawn.
2750 (gdb_spawn): New procedure.
2751
bd293940
PA
27522014-07-14 Pedro Alves <palves@redhat.com>
2753
2754 * lib/gdb.exp (gdb_assert): New procedure.
2755 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2756
c933f875
PA
27572014-07-14 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/execution-termios.c: New file.
2760 * gdb.base/execution-termios.exp: New file.
2761
d98b7a16
TT
27622014-07-14 Tom Tromey <tromey@redhat.com>
2763
2764 * gdb.cp/vla-cxx.cc: New file.
2765 * gdb.cp/vla-cxx.exp: New file.
2766
548740d6
TT
27672014-07-14 Tom Tromey <tromey@redhat.com>
2768
2769 * gdb.reverse/rerun-prec.c: New file.
2770 * gdb.reverse/rerun-prec.exp: New file.
2771
a25eb028
MR
27722014-07-12 Maciej W. Rozycki <macro@mips.com>
2773 Maciej W. Rozycki <macro@codesourcery.com>
2774
2775 * lib/gdb-utils.exp: New file.
2776 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2777 inline `gdb_init_command' processing.
2778 (gdb_start_cmd): Likewise.
2779 * lib/mi-support.exp (mi_run_cmd): Likewise.
2780 * README: Document `gdb_init_command' and `gdb_init_commands'.
2781
218c2655
JK
27822014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 Fix false FAIL running under a very long directory name.
2785 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2786 and "set print elements 10000". Twice.
2787
5401fde3
YQ
27882014-07-11 Yao Qi <yao@codesourcery.com>
2789
2790 * gdb.base/exprs.exp: "set print symbol off".
2791
e76126e8
PA
27922014-07-11 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.threads/kill.c: New file.
2795 * gdb.threads/kill.exp: New file.
2796
2d6f0de6
YQ
27972014-07-10 Yao Qi <yao@codesourcery.com>
2798
2799 * gdb.trace/tfile.c (write_basic_trace_file)
2800 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2801 address written to trace file.
2802
7180e04a
PA
28032014-07-09 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/attach-wait-input.exp: New file.
2806 * gdb.base/attach-wait-input.c: New file.
2807
9a9a7608
AB
28082014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2811 setting up test structures.
2812 (main): Call new test function.
2813 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2814 test function, continue into test function and walk test
2815 structures.
2816
161ac41e
YQ
28172014-07-02 Yao Qi <yao@codesourcery.com>
2818
2819 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2820 'bar_start' at the beginning of functions 'foo' and 'bar'
2821 respectively.
2822 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2823 instead of 'foo' and 'bar'.
2824
1f267ae3
MM
28252014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2826
2827 * gdb.btrace/segv.exp: New.
2828 * gdb.btrace/segv.c: New.
2829
2b239efb
LM
28302014-07-02 Luis Machado <lgustavo@codesourcery.com>
2831
2832 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2833 instruction.
2834
cf363f18
MW
28352014-06-30 Mark Wielaard <mjw@redhat.com>
2836
2837 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2838 vulture, vilify, villar): New volatile array constants.
2839 (vindictive, vegetation): New const volatile array constants.
2840 * gdb.base/volatile.exp: Test volatile and const volatile array
2841 types.
2842
aebf9d24
AA
28432014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2844
2845 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2846 target lacks support for awatch, rwatch, or hbreak.
2847
b67a2c6f
YQ
28482014-06-27 Yao Qi <yao@codesourcery.com>
2849
2850 * gdb.multi/dummy-frame-restore.exp: New.
2851 * gdb.multi/dummy-frame-restore.c: New.
2852
aef92902
MM
28532014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2854
2855 * gdb.btrace/gcore.exp: New.
2856
8e9db26e
PA
28572014-06-23 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.base/watchpoint-reuse-slot.c: New file.
2860 * gdb.base/watchpoint-reuse-slot.exp: New file.
2861
70afc5b7
SC
28622014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2863
2864 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2865 progspace's filename in 'info', 'enable' and 'disable' command
2866 tests.
2867
b972bd9c
JK
28682014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2869
2870 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2871 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2872 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2873
125f8a3d
GB
28742014-06-20 Gary Benson <gbenson@redhat.com>
2875
2876 * gdb.arch/i386-avx.exp: Fix include file location.
2877 * gdb.arch/i386-sse.exp: Likewise.
2878
3ed9baed
IB
28792014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2880
2881 * gdb.dlang/expression.exp: New file.
2882
034f788c
PA
28832014-06-19 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2886 out from ...
2887 (top level): ... here. Iterate running tests under different
2888 scheduler-locking settings.
2889
45371d0c
LM
28902014-06-18 Luis Machado <lgustavo@codesourcery.com>
2891
2892 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2893 to DW_FORM_addr and use non-zero addresses.
2894
5d376983
SC
28952014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2896
2897 PR gdb/17017
2898 * gdb.python/py-xmethods.cc: Add global function call counters and
2899 increment them in their respective functions. Remove "cout"
2900 statements.
2901 * gdb.python/py-xmethods.exp: Make tests check the global function
2902 call counters instead of depending on inferior IO.
2903
a1aa2221
LM
29042014-06-18 Don Breazeal <donb@codesourcery.com>
2905
2906 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2907 Deleted procedure.
2908 (explicit_fork_parent_follow): Deleted procedure.
2909 (explicit_fork_child_follow): Deleted procedure.
2910 (test_follow_fork): New procedure.
2911 (do_fork_tests): Replace calls to deleted procedures with
2912 calls to test_follow_fork and reset GDB for subsequent
2913 procedure calls.
2914
0fc05997
YQ
29152014-06-17 Yao Qi <yao@codesourcery.com>
2916
2917 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2918 CP1252.
2919
70795c52
LM
29202014-06-17 Luis Machado <lgustavo@codesourcery.com>
2921
2922 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2923 Initialize ptr and S explicitly.
2924 (skip_type_update_when_not_use_rtti_test): Likewise.
2925
6be47f0c
KS
29262014-06-16 Keith Seitz <keiths@redhat.com>
2927
2928 PR mi/15863
2929 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2930 the inferior is started.
2931
d03de421
PA
29322014-06-16 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/break-main-file-remove-fail.c: New file.
2935 * gdb.base/break-main-file-remove-fail.exp: New file.
2936 * gdb.base/break-unload-file.exp: Use build_executable instead of
2937 prepare_for_testing.
2938 (test_break): New parameter "initial_load". Handle it.
2939 (top level): Add initial_load cmdline/file axis.
2940
f9579b99
TT
29412014-06-12 Tom Tromey <tromey@redhat.com>
2942
2943 * gdb.base/completion.exp: Don't use directory name in test.
2944
3657956b
GB
29452014-06-09 Gary Benson <gbenson@redhat.com>
2946
2947 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2948 separate the always-available ANSI-standard signals from the
2949 signals that require checking.
2950 (main): Likewise.
2951 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2952 Likewise.
2953 (main): Likewise.
2954
4186eb54
KS
29552014-06-07 Keith Seitz <keiths@redhat.com>
2956
2957 Revert:
2958 PR c++/16253
2959 * gdb.cp/var-tag.cc: New file.
2960 * gdb.cp/var-tag.exp: New file.
2961 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2962 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2963 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2964 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2965
25326a28 29662014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2967
2968 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2969
829155c9
PA
29702014-06-06 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2973 in target debug output instead of looking at RSP packets,
2974 disabling the test on any target that uses hardware stepping.
2975 Update comments.
2976
61c8d22e
PA
29772014-06-06 Pedro Alves <palves@redhat.com>
2978
2979 * gdb.base/break-unload-file.exp: Fix typo.
2980
d9a47287
YQ
29812014-06-06 Yao Qi <yao@codesourcery.com>
2982
2983 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2984 from "jit_function" to "^jit_function".
2985
e5e01dbf
YQ
29862014-06-06 Yao Qi <yao@codesourcery.com>
2987
2988 * gdb.base/async.c (foo): Add one statement.
2989 * gdb.base/async.exp: Get the next instruction address and
2990 match the output of "nexti" by instruction address. Match
2991 the hex address in the output of "finish".
2992
73ba372c
GB
29932014-06-06 Gary Benson <gbenson@redhat.com>
2994
2995 * gdb.base/call-signals.c: Remove preprocessor conditionals
2996 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2997 SIGSEGV and SIGTERM.
2998 * gdb.base/sigall.c: Likewise.
2999 * gdb.base/unwindonsignal.c: Likewise.
3000 * gdb.reverse/sigall-reverse.c: Likewise.
3001
831517df
YQ
30022014-06-06 Yao Qi <yao@codesourcery.com>
3003
3004 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3005 readable, skip the test.
3006
b8b91e98
YQ
30072014-06-06 Yao Qi <yao@codesourcery.com>
3008
3009 * gdb.threads/staticthreads.c (thread_function): Move the line
3010 setting breakpoint on forward.
3011 * gdb.threads/staticthreads.exp: Update comments.
3012
fb934770
LC
30132014-06-05 Ludovic Courtès <ludo@gnu.org>
3014
3015 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3016 "history-append! type error".
3017
6ef284bd
SM
30182014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3019
3020 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3021 erroneous dprintf expected input.
3022
a872e241
DE
30232014-06-04 Doug Evans <xdje42@gmail.com>
3024
3025 * gdb.guile/scm-generics.exp: Delete.
3026
16f691fb
DE
30272014-06-04 Doug Evans <xdje42@gmail.com>
3028
3029 * gdb.guile/scm-breakpoint.exp: Update.
3030 Add tests for breakpoint registration.
3031
012370f6
TT
30322014-06-04 Tom Tromey <tromey@redhat.com>
3033
3034 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3035 VLA-in-union.
3036 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3037 inner_vla_struct, vla_union types. Initialize objects of those
3038 types and compute their sizes.
3039
9f5a4cef
HZ
30402014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3041 Hui Zhu <hui@codesourcery.com>
3042
3043 * gdb.base/fileio.exp: Add test for shell not available as well as
3044 available.
3045 * gdb.base/fileio.c (test_system): Check for shell twice.
3046
90a45c4d
YQ
30472014-06-04 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.base/auto-connect-native-target.exp: Remove redundant
3050 space from the regexp pattern.
3051
70017e41
YQ
30522014-06-04 Yao Qi <yao@codesourcery.com>
3053
3054 * gdb.base/default.exp: Replace "child" with "native" in
3055 regexp pattern.
3056
883964a7
SC
30572014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3058
3059 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3060 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3061 * gdb.python/py-xmethods.py: Python script supporting the
3062 new testcase and tests.
3063
ef370185
JB
30642014-06-03 Joel Brobecker <brobecker@adacore.com>
3065 Pedro Alves <palves@redhat.com>
3066
3067 PR breakpoints/17000
3068 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3069 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3070
1e2ccb61
BM
30712014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3072
3073 * gdb.base/subst.exp: Add tests to verify partial path matching
3074 output.
3075
c6ec5ab2
PA
30762014-06-03 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3079 target that doesn't use software single-stepping.
3080
835c559f
PA
30812014-06-03 Pedro Alves <palves@redhat.com>
3082
3083 PR breakpoints/17000
3084 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3085 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3086
06eb1586
DE
30872014-06-02 Doug Evans <xdje42@gmail.com>
3088
3089 * gdb.guile/scm-parameter.exp: New file.
3090
e698b8c4
DE
30912014-06-02 Doug Evans <xdje42@gmail.com>
3092
3093 * gdb.guile/scm-cmd.c: New file.
3094 * gdb.guile/scm-cmd.exp: New file.
3095
ded03782
DE
30962014-06-02 Doug Evans <xdje42@gmail.com>
3097
3098 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3099 pretty-printer lookup.
3100 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3101 (make-pp_s-printer): Call it.
3102 (make-pretty-printer-from-dict): New function.
3103 (lookup-pretty-printer-maker-from-dict): New function.
3104 (*pretty-printer*): Simplify.
3105 (make-objfile-pp_s-printer): New function.
3106 (install-objfile-pretty-printers!): New function.
3107 (make-progspace-pp_s-printer): New function.
3108 (install-progspace-pretty-printers!): New function.
3109 * gdb.guile/scm-progspace.c: New file.
3110 * gdb.guile/scm-progspace.exp: New file.
3111
41fac0cf
PA
31122014-06-02 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/dprintf-bp-same-addr.c: New file.
3115 * gdb.base/dprintf-bp-same-addr.exp: New file.
3116
96ae5695
EBM
31172014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3118
3119 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3120 * gdb.arch/powerpc-power.s: Likewise.
3121
da02b3a8
JB
31222014-06-02 Joel Brobecker <brobecker@adacore.com>
3123
3124 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3125
c72b2e7b
YQ
31262014-06-01 Yao Qi <yao@codesourcery.com>
3127
3128 * gdb.base/watchpoint.exp (test_watch_location): Check null
3129 pointer can be dereferenced. If not, do the test, otherwise
3130 skip it.
3131
53e8a631
AB
31322014-05-30 Andrew Burgess <aburgess@broadcom.com>
3133
3134 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3135 results.
3136 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3137
938f0e2f
AB
31382014-05-30 Andrew Burgess <aburgess@broadcom.com>
3139
3140 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3141 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3142 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3143 * gdb.arch/amd64-invalid-stack-top.c: New file.
3144 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3145
9ba6657a
PA
31462014-05-30 Pedro Alves <palves@redhat.com>
3147
3148 PR breakpoints/17000
3149 * gdb.base/sss-bp-on-user-bp.c: New file.
3150 * gdb.base/sss-bp-on-user-bp.exp: New file.
3151
522c09bf
DB
31522014-05-30 David Blaikie <dblaikie@gmail.com>
3153
3154 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3155 gnu_inline semantics via attribute.
3156 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3157 source explicitly specifies the required semantics.
3158
bf4ef81e
MR
31592014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3160
3161 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3162
329ea579
PA
31632014-05-29 Pedro Alves <palves@redhat.com>
3164 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.base/async-shell.exp: Don't enable target-async.
3167 * gdb.base/async.exp
3168 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3169 parameter. Adjust.
3170 (top level): Don't test with "target-async".
3171 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3172 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3173 * gdb.base/inferior-died.exp: Don't enable target-async.
3174 * gdb.base/interrupt-noterm.exp: Likewise.
3175 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3176 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3177 * gdb.mi/mi-nonstop.exp: Likewise.
3178 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3179 * gdb.mi/mi-nsintrall.exp: Likewise.
3180 * gdb.mi/mi-nsmoribund.exp: Likewise.
3181 * gdb.mi/mi-nsthrexec.exp: Likewise.
3182 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3183 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3184 * gdb.python/py-evsignal.exp: Don't enable target-async.
3185 * gdb.python/py-evthreads.exp: Likewise.
3186 * gdb.python/py-prompt.exp: Likewise.
3187 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3188 * gdb.server/solib-list.exp: Don't enable target-async.
3189 * gdb.threads/thread-specific-bp.exp: Likewise.
3190 * lib/mi-support.exp: Adjust to use mi-async.
3191
fd664c91
PA
31922014-05-29 Pedro Alves <palves@redhat.com>
3193
3194 PR gdb/13860
3195 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3196 reason, even in sync mode.
3197
251bde03
PA
31982014-05-29 Pedro Alves <palves@redhat.com>
3199 Hui Zhu <hui@codesourcery.com>
3200
3201 PR PR15693
3202 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3203 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3204 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3205 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3206
7f3c0343
JB
32072014-05-28 Joel Brobecker <brobecker@adacore.com>
3208
3209 * config/monitor.exp (gdb_target_monitor): Replace use of
3210 "set remotebaud" by "set serial baud".
3211
b2715b27
AW
32122014-05-26 Andy Wingo <wingo@igalia.com>
3213
3214 * gdb.guile/scm-breakpoint.exp:
3215 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3216 properties instead of gdb-object-properties.
3217
498a4489
YQ
32182014-05-26 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.server/no-thread-db.exp: Specify source file name
3221 explicitly when setting a breakpoint.
3222
589fdceb
MM
32232014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3224
3225 * gdb.btrace/vdso.c: New.
3226 * gdb.btrace/vdso.exp: New.
3227
e9089e05
MM
32282014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3229
3230 * gdb.base/gcore.exp (capture_command_output): Move ...
3231 * lib/gdb.exp (capture_command_output): ... here.
3232
67b5c0c1
MM
32332014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3234
3235 * gdb.btrace/data.exp: Test memory access during btrace replay.
3236
a2199296
SM
32372014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3238
3239 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3240
17b2616c
PA
32412014-05-21 Pedro Alves <palves@redhat.com>
3242
3243 PR gdb/13860
3244 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3245 (top level): Test that output related to execution commands is
3246 sent to the console with CLI commands, but not with MI commands.
3247 Test that breakpoint events are always mirrored to the console.
3248 Also expect the new source line to be output after a "next" in
3249 async mode too. Make it a pass/fail test.
3250 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3251 output.
3252 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3253
5166082f
PA
32542014-05-21 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3257 Use them to test variations of "list" after reaching a breakpoint.
3258 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3259 Test "list" with listsize 10 after reaching a breakpoint.
3260 * gdb.python/python.exp (decode_line current location line
3261 number): Adjust expected line number.
3262
2f25d70f
SM
32632014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3264
3265 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3266 behavior for $args, pass it directly to "run".
3267
ff604a67
MR
32682014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3269
3270 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3271 30000 to 65536.
3272
6a3cb8e8
PA
32732014-05-21 Pedro Alves <palves@redhat.com>
3274
3275 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3276 auto-connect-native-target off".
3277 * gdb.base/auto-connect-native-target.c: New file.
3278 * gdb.base/auto-connect-native-target.exp: New file.
3279
4ebfc96e
PA
32802014-05-21 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.base/default.exp: Test "target native" instead of "target
3283 child".
3284
36d46afb
MW
32852014-05-21 Mark Wielaard <mjw@redhat.com>
3286
3287 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3288
5876f503
JK
32892014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 Fix TLS access for -static -pthread.
3292 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3293 <HAVE_TLS> (thread_function, main): Initialize it.
3294 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3295 Add clean_restart.
3296 <$have_tls != "">: Check TLSVAR.
3297
0256a6ac
PA
32982014-05-21 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.base/dcache-line-read-error.c: New.
3301 * gdb.base/dcache-line-read-error.exp: New.
3302
936d2992
PA
33032014-05-20 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.base/compare-sections.c: New file.
3306 * gdb.base/compare-sections.exp: New file.
3307
802e8e6d
PA
33082014-05-20 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/break-idempotent.c: New file.
3311 * gdb.base/break-idempotent.exp: New file.
3312
e59fa00f
MM
33132014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3314
3315 * gdb.btrace/nohist.exp: New.
3316
8b696e31
YQ
33172014-05-20 Yao Qi <yao@codesourcery.com>
3318
3319 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3320 gdb.reverse directory and gdb_reverse_timeout exists in board
3321 setting.
3322 * README: Document gdb_reverse_timeout.
3323
73c9764f
YQ
33242014-05-20 Yao Qi <yao@codesourcery.com>
3325
3326 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3327 'test_file_name'. Treat args as a string instead of a list.
3328 (gdb_init): Rename argument 'args' by 'test_file_name'.
3329
f1f4348a
JK
33302014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.arch/powerpc-power.exp: New file.
3333 * gdb.arch/powerpc-power.s: New file.
3334
0dbe70ce
DE
33352014-05-16 Doug Evans <dje@google.com>
3336
3337 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3338 * gdb.base/completion.exp: Check that all expected files exist
3339 before doing file completion.
0dbe70ce 3340
8d551b02
DE
33412014-05-16 Doug Evans <dje@google.com>
3342
3343 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3344 Update.
3345 (do_syscall_tests_without_xml): Update.
3346
73eb7709
PA
33472014-05-16 Pedro Alves <palves@redhat.com>
3348
3349 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3350 instead of "unknown output after running".
3351
3fae92fc
YQ
33522014-05-16 Yao Qi <yao@codesourcery.com>
3353
3354 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3355 file1.txt from host at the end.
3356 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3357
c2b2ccc5
DE
33582014-05-15 Doug Evans <dje@google.com>
3359
3360 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3361 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3362 loading file. Add test for TU lookup.
3363
8c217a4b
SM
33642014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3365
3366 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3367 calling "-exec-arguments" or "set args" before running the
3368 inferior.
3369
3deb39c6
SM
33702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * lib/mi-support.exp (mi_expect_stop): Expect message for
3373 inferiors that exit with non-zero exit code.
3374
71a79f8c
YQ
33752014-05-14 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3378 match absolute path on remote host.
3379 (test_file_list_exec_source_files): Remove "/" from the
3380 pattern.
3381
f23fcd46
YQ
33822014-05-14 Yao Qi <yao@codesourcery.com>
3383
3384 * boards/local-remote-host-notty.exp (${board}_file): New
3385 proc.
3386
9404b58f
KM
33872014-05-07 Kyle McMartin <kyle@redhat.com>
3388
3389 Pushed by Joel Brobecker <brobecker@adacore.com>.
3390 * gdb.arch/aarch64-atomic-inst.c: New file.
3391 * gdb.arch/aarch64-atomic-inst.exp: New file.
3392
5e45f04c
YQ
33932014-05-07 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3396 in current context" too.
3397
c888a17d
KS
33982014-05-05 Keith Seitz <keiths@redhat.com>
3399
3400 * gdb.linespec/ls-dollar.exp: Add test for linespec
3401 file:convenience_variable.
3402
290a839c
YQ
34032014-05-05 Yao Qi <yao@codesourcery.com>
3404
3405 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3406 traceframes into tfile and ctf trace files. Read data from
3407 trace file and test collected data.
3408 (gdb_collect_locals_test): Likewise.
3409 (gdb_unavailable_registers_test): Likewise.
3410 (gdb_unavailable_floats): Likewise.
3411 (gdb_collect_globals_test): Likewise.
3412 (top-level): Append "ctf" to trace_file_targets if GDB
3413 supports.
3414
b5262cd0
YQ
34152014-05-05 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3418 code to ...
3419 (gdb_collect_args_test_1): ... it. New proc.
3420 (gdb_collect_locals_test): Move some code to ...
3421 (gdb_collect_locals_test_1): ... it. New proc.
3422 (gdb_unavailable_registers_test): Move some code to ...
3423 (gdb_unavailable_registers_test_1): ... it. New proc.
3424 (gdb_unavailable_floats): Move some code to ...
3425 (gdb_unavailable_floats_1): ... it. New proc.
3426
30a1e6cc
SDJ
34272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3428
3429 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3430 probes to test for bitness recognition.
3431 * gdb.arch/amd64-stap-optional-prefix.exp
3432 (test_probe_value_without_reg): New procedure.
3433 Add code to test for different kinds of bitness.
3434
f33da99a
SDJ
34352014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3436
3437 PR breakpoints/16889
3438 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3439 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3440
5b80f00d
PA
34412014-05-01 Pedro Alves <palves@redhat.com>
3442
3443 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3444 gdb_file_cmd if no file is specified.
3445 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3446 last_loaded_file to set the remote exec-file.
3447
f8c2a73c
PA
34482014-05-01 Pedro Alves <palves@redhat.com>
3449
3450 * boards/local-remote-host.exp: New file.
3451
be6e8ac7
PA
34522014-05-01 Pedro Alves <palves@redhat.com>
3453
3454 * boards/local-remote-host.exp: Rename to ...
3455 * boards/local-remote-host-notty.exp: ... this.
3456
cac0dc8f
JB
34572014-04-28 Joel Brobecker <brobecker@adacore.com>
3458
3459 * gdb.ada/dyn_arrayidx: New testcase.
3460
9730e6cc
YQ
34612014-04-26 Yao Qi <yao@codesourcery.com>
3462
3463 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3464 and compute the length of function main. Save it in
3465 $main_length.
3466 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3467 (top-level): Use gdb_compile to compile objects into
3468 executable and restart GDB. Remove invocation to
3469 prepare_for_testing.
3470
7ae1a6a6
PA
34712014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3472 Pedro Alves <palves@redhat.com>
3473
3474 PR server/16255
3475 * gdb.multi/multi-attach.c: New file.
3476 * gdb.multi/multi-attach.exp: New file.
3477
4082afcc
PA
34782014-04-25 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3481 user.
3482 (top level): Test that "set remote conditional-breakpoints-packet
3483 off" works as intended.
3484 * gdb.base/dprintf.exp: Test that "set remote
3485 breakpoint-commands-packet off" works as intended.
3486 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3487 New function.
3488 (top level): Call it.
3489 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3490 remote fast-tracepoints-packet off" works as intended.
3491 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3492 * lib/gdb.exp (gdb_is_target_remote): ... here.
3493
2abc3f8d
DB
34942014-04-24 David Blaikie <dblaikie@gmail.com>
3495
3496 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3497 ensure clang would not discard them.
3498 * gdb.base/gdbvars.c: Ditto.
3499 * gdb.base/memattr.c: Ditto.
3500 * gdb.base/whatis.c: Ditto.
3501 * gdb.python/py-prettyprint.c: Ditto.
3502 * gdb.trace/actions.c: Ditto.
3503 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3504 ensure clang would not discard it.
3505
bfd39632
DB
35062014-04-24 David Blaikie <dblaikie@gmail.com>
3507
3508 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3509 clang to emit the full definition of type required by the test
3510 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3511
22842ff6
DB
35122014-04-24 David Blaikie <dblaikie@gmail.com>
3513
3514 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3515 coax Clang into emitting the definition of the type.
3516 * gdb.cp/pr10728-x.h (y): Ditto.
3517 * gdb.cp/pr10728-y.cc (y): Ditto.
3518
c2e827ad
DB
35192014-04-24 David Blaikie <dblaikie@gmail.com>
3520
3521 * gdb.base/label.exp: XFAIL label related tests under Clang.
3522 * gdb.cp/cplabel.exp: Ditto.
3523 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3524 under Clang those using labels.
3525
4c2d33e7
YQ
35262014-04-25 Yao Qi <yao@codesourcery.com>
3527
3528 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3529 double_label.
3530 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3531 partial_label and double_label.
3532
56083b99
DB
35332014-04-24 David Blaikie <dblaikie@gmail.com>
3534
3535 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3536
25d4e99d
DB
35372014-04-24 David Blaikie <dblaikie@gmail.com>
3538
3539 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3540 of the function to work across GCC and Clang.
3541 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3542 pointer types (const void ** const V void **).
3543
01f9f808
MS
35442014-04-24 Michael Sturm <michael.sturm@mintel.com>
3545 Walfred Tedeschi <walfred.tedeschi@intel.com>
3546
3547 * Makefile.in (EXECUTABLES): Added i386-avx512.
3548 * gdb.arch/i386-avx512.c: New file.
3549 * gdb.arch/i386-avx512.exp: Likewise.
3550
4b48d439
KS
35512014-04-23 Keith Seitz <keiths@redhat.com>
3552
3553 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3554 (mi_make_breakpoint_table): New procedure.
3555 (mi_create_breakpoint): Use mi_make_breakpoint
3556 and return the result.
3557 (mi_make_breakpoint): New procedure.
3558 (mi_build_kv_pairs): New procedure.
3559
3560 * gdb.mi/mi-break.exp: Remove unused globals,
3561 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3562 All callers updated.
3563 * gdb.mi/mi-dprintf.exp: Use variable to track command
3564 number.
3565 Update all callers of mi_create_breakpoint and use
3566 mi_make_breakpoint_table.
3567 Remove any unused global variables.
3568 * gdb.mi/mi-nonstop.exp: Likewise.
3569 * gdb.mi/mi-nsintrall.exp: Likewise.
3570 * gdb.mi/mi-nsmoribund.exp: Likewise.
3571 * gdb.mi/mi-nsthrexec.exp: Likewise.
3572 * gdb.mi/mi-reverse.exp: Likewise.
3573 * gdb.mi/mi-simplerun.exp: Likewise.
3574 * gdb.mi/mi-stepn.exp: Likewise.
3575 * gdb.mi/mi-syn-frame.exp: Likewise.
3576 * gdb.mi/mi-until.exp: Likewise.
3577 * gdb.mi/mi-var-cp.exp: Likewise.
3578 * gdb.mi/mi-var-display.exp: Likewise.
3579 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3580 * gdb.mi/mi2-var-child.exp: Likewise.
3581 * gdb.mi/mi-vla-c99.exp: Likewise.
3582 * lib/mi-support.exp: Likewise.
3583
3584 From Ian Lance Taylor <iant@cygnus.com>:
3585 * lib/gdb.exp (parse_args): New procedure.
3586
08351840
PA
35872014-04-23 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.base/break-unload-file.c: New file.
3590 * gdb.base/break-unload-file.exp: New file.
3591 * gdb.base/sym-file-lib.c (baz): New function.
3592 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3593 field.
3594 (load): Store the segment's mapped size.
3595 (unload): New function.
3596 (unload_shlib): New function.
3597 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3598 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3599 set a breakpoint at baz, and call it.
3600 * gdb.base/sym-file.exp: New tests for stale breakpoint
3601 instructions.
3602
076855f9
PA
36032014-04-23 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3606 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3607 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3608 * gdb.base/hbreak-unmapped.c: New file.
3609 * gdb.base/hbreak-unmapped.exp: New file.
3610 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3611 * lib/gdb.exp (gdb_is_target_remote): ... here.
3612
483805cf
PA
36132014-04-22 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.base/consecutive-step-over.c: New file.
3616 * gdb.base/consecutive-step-over.exp: New file.
3617
06d97543
PA
36182014-04-22 Pedro Alves <palves@redhat.com>
3619
3620 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3621 instead of send_gdb/gdb_expect.
3622
b4429ea2
YQ
36232014-04-22 Yao Qi <yao@codesourcery.com>
3624
3625 * lib/trace-support.exp (generate_tracefile): New procedure.
3626 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3627 return 0.
3628 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3629 if generate_tracefile returns 1.
3630
51d48146
PA
36312014-04-18 Tom Tromey <palves@redhat.com>
3632 Pedro alves <tromey@redhat.com>
3633
3634 PR backtrace/15558
3635 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3636 with a backtrace limit.
3637 * gdb.python/py-frame-inline.exp: Test running to an inline
3638 function with a backtrace limit, and printing the newest frame.
3639 * gdb.python/py-frame-inline.c (main): Call f.
3640
bd1dce5f
MS
36412014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3642
3643 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3644
40d1a503
MS
36452014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3646
3647 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3648 Drop prefix from unsupported source file path.
3649
389b98f7
YQ
36502014-04-17 Yao Qi <yao@codesourcery.com>
3651
3652 * lib/gdb.exp (with_target_charset): New proc.
3653 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3654 with_target_charset.
3655 (test_print_strings): Likewise.
3656 (test_repeat_bytes): Likewise.
3657 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3658 for some tests.
3659
22869d73
KS
36602014-04-16 Keith Seitz <keiths@redhat.com>
3661
3662 PR gdb/15827
3663 * gdb.dwarf2/corrupt.c: New file.
3664 * gdb.dwarf2/corrupt.exp: New file.
3665
c4f87ca6
KS
36662014-04-16 Keith Seitz <keiths@redhat.com>
3667
3668 PR c++/16597
3669 * gdb.cp/namelessclass.cc: New file.
3670 * gdb.cp/namelessclass.exp: New file.
3671 * gdb.cp/namelessclass.S: New file.
3672
ab19de87
DE
36732014-04-16 Doug Evans <dje@google.com>
3674
3675 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3676 Add comment.
3677 (gdbserver_default_get_comm_port): New function.
3678 (gdbserver_start): Check if board file provided
3679 "gdbserver,get_comm_port" and use it if so.
3680 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3681 (gdb,socketport): Set to "stdio".
3682 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3683 (stdio_gdbserver_template): Delete.
3684 (${board}_get_remote_address): Update.
3685 (${board}_build_remote_cmd): Delete.
3686 (${board}_get_comm_port): New function.
3687 (${board}_spawn): Update.
3688 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3689 Delete.
3690 (${board}_get_remote_address): Update.
3691 (${board}_get_comm_port): New function.
3692
fc98a809
AB
36932014-04-16 Andrew Burgess <aburgess@broadcom.com>
3694
3695 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3696 appearing in any order.
3697
87fd9e6e
DE
36982014-04-15 Doug Evans <dje@google.com>
3699
3700 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3701 uninitialized value of "description".
3702
099fc3ea
KS
37032014-04-15 Keith Seitz <keiths@redhat.com>
3704
3705 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3706 Remove unused globals.
3707 (test_running_the_program): Likewise.
3708 (test_controlled_execution): Likewise.
3709 (test_controlling_breakpoints): Likewise.
3710 (test_program_termination): Likewise.
3711
5da151d4
KS
37122014-04-15 Keith Seitz <keiths@redhat.com>
3713
3714 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3715 unused globals.
3716 (test_rbreak_creation_and_listing): Likewise.
3717 (test_ignore_count): Likewise.
3718 (test_error): Likewise.
3719
35e5d2f0
PA
37202014-04-15 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3723 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3724 sym-file-loader.c.
3725 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3726 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3727 to sym-file-loader.c.
3728 (struct library): Forward declare.
3729 (load_shlib, lookup_function): Change prototypes.
3730 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3731 (translate_offset): Remove declarations.
3732 (get_text_addr): New declaration.
3733 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3734 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3735 sym-file-loader.h.
3736 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3737 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3738 here from sym-file-loader.h.
3739 (struct library): New structure.
3740 (load_shlib, lookup_function): Change prototypes and adjust to
3741 work with a struct library.
3742 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3743 (translate_offset): Make static.
3744 (get_text_addr): New function.
3745 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3746
eb4c1710
PA
37472014-04-15 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3750
2d1baf52
PA
37512014-04-15 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/sym-file-loader.c: Include <limits.h>.
3754 (SELF_LINK): New define.
3755 (get_origin): New function.
3756 (load_shlib): Use it.
3757 * gdb.base/sym-file.exp: Don't early return if the target is
3758 remote. Use runto_main, and issue fail is that fails. Use
3759 gdb_load_shlibs.
3760 (shlib_name): Delete.
3761 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3762
7dd6df01
PA
37632014-04-15 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.base/sym-file.exp: Remove regex characters from test
3766 message. Don't refer to breakpoint numbers in test messages.
3767
b50c8614
KS
37682014-04-14 Keith Seitz <keiths@redhat.com>
3769
3770 PR c++/16253
3771 * gdb.cp/var-tag.cc: New file.
3772 * gdb.cp/var-tag.exp: New file.
3773 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3774 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3775 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3776 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3777
3d567982
TT
37782014-04-14 Tom Tromey <tromey@redhat.com>
3779
3780 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3781 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3782 type.
3783 * gdb.cp/enum-class.exp: New file.
3784 * gdb.cp/enum-class.cc: New file.
3785
0626fc76
TT
37862014-04-14 Tom Tromey <tromey@redhat.com>
3787
3788 * gdb.dwarf2/enum-type.exp: New file.
3789
dca325b3
SA
37902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3791
3792 * gdb.mi/mi-vla-c99.exp: New file.
3793 * gdb.mi/vla.c: New file.
3794
5854b38a
SA
37952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3796
3797 * gdb.base/vla-datatypes.c: New file.
3798 * gdb.base/vla-datatypes.exp: New file.
3799
463bb957
SA
38002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3801
3802 * gdb.base/vla-ptr.c: New file.
3803 * gdb.base/vla-ptr.exp: New file.
3804
3dd170be
SA
38052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3806
3807 * gdb.dwarf2/count.exp: New file.
3808
5ecaaa66
SA
38092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3810
3811 * gdb.base/vla-sideeffect.c: New file.
3812 * gdb.base/vla-sideeffect.exp: New file.
3813
41f1ada5
DB
38142014-04-14 David Blaikie <dblaikie@gmail.com>
3815
3816 * gdb.mi/non-stop.c: Add return value for non-void function return
3817 statement.
3818 * gdb.threads/staticthreads.c: Ditto.
3819
0be03e84
DE
38202014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3821 Doug Evans <xdje42@gmail.com>
3822
3823 * gdb.guile/scm-value.c: Improve test case.
3824 * gdb.guile/scm-value.exp: Add new test.
3825
f180a1fb
DB
38262014-04-11 David Blaikie <dblaikie@gmail.com>
3827
3828 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3829 override Clang's default.
3830
6b662e19
JB
38312014-04-11 Joel Brobecker <brobecker@adacore.com>
3832
3833 Revert the following changes (regressions):
3834
3835 * gdb.base/vla-sideeffect.c: New file.
3836 * gdb.base/vla-sideeffect.exp: New file.
3837
3838 * gdb.dwarf2/count.exp: New file.
3839
3840 * gdb.base/vla-multi.c: New file.
3841 * gdb.base/vla-multi.exp: New file.
3842
3843 * gdb.base/vla-ptr.c: New file.
3844 * gdb.base/vla-ptr.exp: New file.
3845
3846 * gdb.base/vla-datatypes.c: New file.
3847 * gdb.base/vla-datatypes.exp: New file.
3848
3849 * gdb.mi/mi-vla-c99.exp: New file.
3850 * gdb.mi/vla.c: New file.
3851
245a5f0b
KS
38522014-04-11 Keith Seitz <keiths@redhat.com>
3853
3854 PR c++/16675
3855 * gdb.cp/cpsizeof.exp: New file.
3856 * gdb.cp/cpsizeof.cc: New file.
3857
58a84dcf
SA
38582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3859
191a8a90
JB
3860 * gdb.mi/mi-vla-c99.exp: New file.
3861 * gdb.mi/vla.c: New file.
58a84dcf 3862
c8655f75
SA
38632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3864
3865 * gdb.base/vla-datatypes.c: New file.
3866 * gdb.base/vla-datatypes.exp: New file.
3867
024e13b4
SA
38682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3869
3870 * gdb.base/vla-ptr.c: New file.
3871 * gdb.base/vla-ptr.exp: New file.
3872
1a237e0e
SA
38732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3874
3875 * gdb.base/vla-multi.c: New file.
3876 * gdb.base/vla-multi.exp: New file.
3877
504f3432
SA
38782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3879
3880 * gdb.dwarf2/count.exp: New file.
3881
3bce8237
SA
38822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3883
191a8a90
JB
3884 * gdb.base/vla-sideeffect.c: New file.
3885 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3886
322f9c21
YQ
38872014-04-11 Yao Qi <yao@codesourcery.com>
3888
3889 * gdb.base/completion.exp: Check file exists before running tests
3890 on file completion.
3891
d708bcd1
PA
38922014-04-10 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/cond-eval-mode.c: New file.
3895 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3896 prepare_for_testing to build the new file. Check result of
3897 runto_main.
3898 (test_break, test_watch): New procedures.
3899 (top level): Use them.
3900
ae1d2761
PM
39012014-04-08 Pierre Muller <muller@sourceware.org>
3902
3903 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3904 Ctrl-V use for mingw hosts.
3905
7af389b8
SC
39062014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3907
3908 * gdb.python/py-value.c: Improve test case.
3909 * gdb.python/py-value.exp: Add new test.
3910
5e703181
DE
39112014-04-07 David Blaikie <dblaikie@gmail.com>
3912
3913 * lib/compiler.c: Identify the clang compiler.
3914 * lib/compiler.cc: Ditto.
3915
9810b410
YQ
39162014-04-03 Yao Qi <yao@codesourcery.com>
3917
3918 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3919
98d1b8dc
AB
39202014-04-01 Anton Blanchard <anton@samba.org>
3921
3922 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3923 messages unique.
3924
3114cea1
AB
39252014-04-01 Anton Blanchard <anton@samba.org>
3926
3927 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3928 prepare_for_testing.
3929
62f7182c
AB
39302014-04-01 Anton Blanchard <anton@samba.org>
3931
3932 * gdb.arch/ppc64-atomic-inst.c: Remove.
3933 * gdb.arch/ppc64-atomic-inst.S: New file.
3934 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3935
770e7fc7
DE
39362014-03-31 Doug Evans <dje@google.com>
3937
3938 * gdb.base/print-symbol-loading-lib.c: New file.
3939 * gdb.base/print-symbol-loading-main.c: New file.
3940 * gdb.base/print-symbol-loading.exp: New file.
3941
46e2bafa
YQ
39422014-03-31 Yao Qi <yao@codesourcery.com>
3943
3944 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3945
8776cfe9
JB
39462014-03-28 Joel Brobecker <brobecker@adacore.com>
3947
3948 * gdb.ada/mi_dyn_arr: New testcase.
3949
5d1ef361
DE
39502014-03-27 Doug Evans <dje@google.com>
3951
3952 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3953
b5bee914
YQ
39542014-03-27 Yao Qi <yao@codesourcery.com>
3955
3956 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3957 if target is nios2-*-*.
3958
0d4d0e77
YQ
39592014-03-26 Yao Qi <yao@codesourcery.com>
3960
3961 * lib/gdb.exp (readline_is_used): New proc.
3962 * gdb.base/completion.exp: Move tests on command complete up.
3963 Skip the rest of tests if readline is not used.
3964 * gdb.ada/complete.exp: Skp the test if readline is not
3965 used.
3966 * gdb.base/filesym.exp: Likewise.
3967 * gdb.base/macscp.exp: Likewise.
3968 * gdb.base/readline-ask.exp: Likewise.
3969 * gdb.base/readline.exp: Likewise.
3970 * gdb.python/py-cmd.exp: Likewise.
3971 * gdb.trace/tfile.exp: Likewise.
3972
29361eee
YQ
39732014-03-26 Yao Qi <yao@codesourcery.com>
3974
3975 * gdb.base/macscp.exp: Fix code format issues.
3976
bc9a5525
UW
39772014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3978
3979 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3980 * gdb.asm/powerpc64le.inc: New file.
3981
d3839ede
PA
39822014-03-25 Pedro Alves <palves@redhat.com>
3983 Doug Evans <dje@google.com>
3984
3985 * gdb.base/source-execution.c: New file.
3986 * gdb.base/source-execution.exp: New file.
3987 * gdb.base/source-execution.gdb: New file.
3988
01672a57
DE
39892014-03-24 Doug Evans <dje@google.com>
3990
3991 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3992 using fission.
3993
88bbeca9
HZ
39942014-03-24 Hui Zhu <hui@codesourcery.com>
3995 Pedro Alves <palves@redhat.com>
3996
3997 PR breakpoints/16101
3998 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3999 test pass/fail messages. Detect missing support for dprintf when
4000 breakpoints are actually inserted.
4001 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4002 breakpoints are actually inserted.
4003 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4004 fails.
4005
d2348791
JK
40062014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4007
4008 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4009
feef67ab
DE
40102014-03-22 Doug Evans <xdje42@gmail.com>
4011
4012 * gdb.python/python.exp (python not supported): Verify multi-line
4013 python command issues an error.
25d743f9 4014 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4015 guile command issues an error.
feef67ab 4016
ecebef6a
MR
40172014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4018
4019 * gdb.threads/thread-specific.exp: Handle the lack of usable
4020 $this_breakpoint and $this_thread.
4021
ccdd1909
HZ
40222014-03-21 Hui Zhu <hui@codesourcery.com>
4023
4024 * gdb.base/attach.exp (do_command_attach_tests): New.
4025
beb460e8
PA
40262014-03-20 Tom Tromey <tromey@redhat.com>
4027 Pedro Alves <palves@redhat.com>
4028
4029 PR cli/15718
4030 * gdb.base/condbreak-call-false.c: New file.
4031 * gdb.base/condbreak-call-false.exp: New file.
4032
40acf43a
PA
40332014-03-20 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4036 Delete.
4037 (block_signals, unblock_signals): Delete.
4038 (child_function_2, main): Remove references to deleted variable
4039 and functions.
4040
9f5e1e02
PA
40412014-03-20 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4044 Use pthread_kill to signal thread 2.
4045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4046 Adjust to make the test send itself a signal rather than using the
4047 host's "kill" command.
4048
99619bea
PA
40492014-03-20 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.threads/multiple-step-overs.c: New file.
4052 * gdb.threads/multiple-step-overs.exp: New file.
4053 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4054 Adjust expected infrun debug output.
4055
2adfaa28
PA
40562014-03-20 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4059 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4060
31e77af2
PA
40612014-03-20 Pedro Alves <palves@redhat.com>
4062
4063 PR breakpoints/7143
4064 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4065 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4066 of gdb_test_multiple.
4067 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4068 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4069
b9f437de
PA
40702014-03-20 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4073 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4074
05adc73e
PA
40752014-03-19 Pedro Alves <palves@redhat.com>
4076
4077 * gdb.base/async.exp: Remove early return.
4078
6048b950
PA
40792014-03-19 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4082
8bcfb00a
PA
40832014-03-19 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/async.exp (test_background): Expect \r\n after
4086 "completed." in the fail pattern.
4087
884e37dc
PA
40882014-03-19 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.base/async.exp (test_background): New procedure.
4091 Use it for all background execution command tests.
4092
148e57e2
PA
40932014-03-19 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.base/async.exp: Use prepare_for_testing.
4096
f48088c7
PA
40972014-03-19 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4100 the same line.
4101
e2f6c966
PA
41022014-03-19 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/async.c (main): Add "jump here" and "until here" line
4105 marker comments.
4106 * gdb.base/async.exp (jump_here): New global.
4107 (jump& test): Use it.
4108 (until_here): New global.
4109 (until& test): Use it.
4110
c30568d4
PA
41112014-03-19 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.base/async.exp: Don't frob gdb_protocol.
4114
0172b6a7
DE
41152014-03-18 Doug Evans <xdje42@gmail.com>
4116
4117 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4118 Fix spelling of exec-done-display.
4119
06c868a8
JK
41202014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 PR gdb/15358
4123 * gdb.base/gdb-sigterm.c: New file.
4124 * gdb.base/gdb-sigterm.exp: New file.
4125
0c7e1a46
PA
41262014-03-18 Pedro Alves <palves@redhat.com>
4127
4128 PR gdb/13860
4129 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4130 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4131 solib-event.
4132
f7c77d93
JB
41332014-03-17 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdb.ada/pckd_arr_ren: New testcase.
4136
5a1e8c7a
DE
41372014-03-13 Doug Evans <xdje42@gmail.com>
4138
4139 PR guile/16612
4140 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4141 collect after discarding symbols.
4142
350e1a76
DE
41432014-03-13 Ludovic Courtès <ludo@gnu.org>
4144 Doug Evans <xdje42@gmail.com>
4145
4146 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4147 to history survives a gc.
4148
a69900ae
PA
41492014-03-13 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.base/default.exp: Don't test "target procfs".
4152
5db9f0bd
PA
41532014-03-13 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.base/default.exp: Update "target child" and "target procfs"
4156 tests to not expect "Unix".
4157
b3ccfe11
TT
41582014-03-12 Tom Tromey <tromey@redhat.com>
4159
4160 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4161 New procs. Add target-async tests.
4162 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4163 Add target-async tests.
4164
646f4417
AA
41652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4166
4167 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4168 'func_start' and 'func_end' for the beginning and end of the
4169 function code, respectively.
4170 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4171 'func_end' instead of 'func' and 'main'.
4172
288c211f
AA
41732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4174
4175 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4176 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4177 generate the debug info assembler source.
4178
e0c0f156
AA
41792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4180
4181 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4182 * gdb.dwarf2/arr-subrange.exp: Likewise.
4183 * gdb.dwarf2/dwz.exp: Likewise.
4184 * gdb.dwarf2/method-ptr.exp: Likewise.
4185 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4186 * gdb.dwarf2/subrange.exp: Likewise.
4187 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4188 * gdb.dwarf2/implptrpiece.exp: Likewise.
4189 * gdb.dwarf2/nostaticblock.exp: Likewise.
4190
0e5c4555
AA
41912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4192
4193 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4194 directory to absolute path name arguments.
4195
5ec18f2b
JG
41962014-03-10 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.ada/tagged_access: New testcase.
4199
847fc4f2
MM
42002014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4201
4202 * gdb.btrace/data.exp: Update expected output.
4203
cc3da688
YQ
42042014-03-06 Yao Qi <yao@codesourcery.com>
4205
4206 * gdb.trace/pr16508.exp: New file.
4207
0f26cec1
PA
42082014-03-05 Pedro Alves <palves@redhat.com>
4209
4210 PR gdb/16575
4211 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4212 procedure.
4213 (top level): Adjust to use it. Add tests that exercise breakpoint
4214 interaction with the code-cache.
4215
7a5a839f
LC
42162014-02-26 Ludovic Courtès <ludo@gnu.org>
4217
4218 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4219 test for 'history-append!'.
4220
31aa7e4e
JB
42212014-02-26 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4224 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4225 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4226 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4227 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4228 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4229
1b588015
JB
42302014-02-26 Joel Brobecker <brobecker@adacore.com>
4231
4232 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4233 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4234 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4235
55426c9d
JB
42362014-02-26 Joel Brobecker <brobecker@adacore.com>
4237
4238 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4239
dc53a7ad
JB
42402014-02-26 Joel Brobecker <brobecker@adacore.com>
4241
4242 * gdb.dwarf2/arr-stride.c: New file.
4243 * gdb.dwarf2/arr-stride.exp: New file.
4244
12ab52e9
PA
42452014-02-26 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4248 that won't ever trigger. Make sure that GDB reports the correct
4249 breakpoint that caused the stop.
4250
849c862e
JK
42512014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 PR gdb/16626
4254 * gdb.base/auto-load-script: New file.
4255 * gdb.base/auto-load.c: New file.
4256 * gdb.base/auto-load.exp: New file.
4257
71b7d793
JK
4258 PR gdb/16626
4259 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4260
e2f0d509
JK
42612014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4264 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4265
50cc37c8
DE
42662014-02-24 Doug Evans <dje@google.com>
4267
4268 * lib/gdb.exp (run_on_host): Log error output if program fails.
4269
ea4758f2
PA
42702014-02-21 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.threads/step-after-sr-lock.c: Rename to ...
4273 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4274 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4275 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4276 ... this.
4277
d7b30f67
SDJ
42782014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4279
4280 PR tdep/16397
4281 * gdb.arch/amd64-stap-special-operands.exp: New file.
4282 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4283 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4284 * gdb.arch/amd64-stap-triplet.S: Likewise.
4285 * gdb.arch/amd64-stap-triplet.c: Likewise.
4286
83deb43f
JB
42872014-02-20 Joel Brobecker <brobecker@adacore.com>
4288
4289 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4290 in .section pseudo-op.
4291
adde2bff
DE
42922014-02-20 lin zuojian <manjian2006@gmail.com>
4293 Joel Brobecker <brobecker@adacore.com>
4294 Doug Evans <xdje42@gmail.com>
4295
4296 PR symtab/16581
4297 * gdb.dwarf2/dw2-icycle.S: New file.
4298 * gdb.dwarf2/dw2-icycle.c: New file.
4299 * gdb.dwarf2/dw2-icycle.exp: New file.
4300
f7bd0f78
SC
43012014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4302
4303 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4304 operations on gdb.Value objects.
4305 * gdb.python/py-value-cc.exp: Add new test to test operations on
4306 gdb.Value objects.
4307
c17ef0d5
DE
43082014-02-18 Doug Evans <dje@google.com>
4309
4310 * Makefile.in (TESTS): New variable.
4311 (expanded_tests, expanded_tests_or_none): New variables
4312 (check-single): Pass $(expanded_tests_or_none) to runtest.
4313 (check-parallel): Only run tests in $(TESTS) if non-empty.
4314 (check/no-matching-tests-found): New rule.
4315 * README: Document TESTS makefile variable.
4316
5dd3176f
DE
43172014-02-18 Doug Evans <dje@google.com>
4318
4319 * Makefile.in (check-parallel): rm -rf outputs temp.
4320
0b10be4f
JK
43212014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 Fix "ERROR: no fileid for" in the testsuite.
4324 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4325
85f224e7
DE
43262014-02-12 Doug Evans <dje@google.com>
4327
4328 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4329 (MISCELLANEOUS): New variable.
4330 (clean): rm -rf $(MISCELLANEOUS).
4331 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4332 dwp live in the same directory as symlinks, with each symlink pointed
4333 to a differently named file in a different directory.
4334
149b30ff
DE
43352014-02-11 Doug Evans <dje@google.com>
4336
4337 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4338 of Tcl file commands.
4339
1dfdac32
MK
43402014-02-10 Mark Kettenis <kettenis@gnu.org>
4341
4342 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4343 "kill -SIGUSR1 -1".
4344
aa4fb036
JB
43452014-02-10 Joel Brobecker <brobecker@adacore.com>
4346
4347 * gdb.ada/tick_length_array_enum_idx: New testcase.
4348
ed3ef339
DE
43492014-02-10 Doug Evans <xdje42@gmail.com>
4350
4351 * configure.ac (AC_OUTPUT): Add gdb.guile.
4352 * configure: Regenerate.
4353 * lib/gdb-guile.exp: New file.
4354 * lib/gdb.exp (get_target_charset): New function.
4355 * gdb.base/help.exp: Update expected output from "apropos apropos".
4356 * gdb.guile/Makefile.in: New file.
4357 * gdb.guile/guile.exp: New file.
4358 * gdb.guile/scm-arch.c: New file.
4359 * gdb.guile/scm-arch.exp: New file.
4360 * gdb.guile/scm-block.c: New file.
4361 * gdb.guile/scm-block.exp: New file.
4362 * gdb.guile/scm-breakpoint.c: New file.
4363 * gdb.guile/scm-breakpoint.exp: New file.
4364 * gdb.guile/scm-disasm.c: New file.
4365 * gdb.guile/scm-disasm.exp: New file.
4366 * gdb.guile/scm-equal.c: New file.
4367 * gdb.guile/scm-equal.exp: New file.
4368 * gdb.guile/scm-error.exp: New file.
4369 * gdb.guile/scm-error.scm: New file.
4370 * gdb.guile/scm-frame-args.c: New file.
4371 * gdb.guile/scm-frame-args.exp: New file.
4372 * gdb.guile/scm-frame-args.scm: New file.
4373 * gdb.guile/scm-frame-inline.c: New file.
4374 * gdb.guile/scm-frame-inline.exp: New file.
4375 * gdb.guile/scm-frame.c: New file.
4376 * gdb.guile/scm-frame.exp: New file.
4377 * gdb.guile/scm-generics.exp: New file.
4378 * gdb.guile/scm-gsmob.exp: New file.
4379 * gdb.guile/scm-iterator.c: New file.
4380 * gdb.guile/scm-iterator.exp: New file.
4381 * gdb.guile/scm-math.c: New file.
4382 * gdb.guile/scm-math.exp: New file.
4383 * gdb.guile/scm-objfile-script-gdb.in: New file.
4384 * gdb.guile/scm-objfile-script.c: New file.
4385 * gdb.guile/scm-objfile-script.exp: New file.
4386 * gdb.guile/scm-objfile.c: New file.
4387 * gdb.guile/scm-objfile.exp: New file.
4388 * gdb.guile/scm-ports.exp: New file.
4389 * gdb.guile/scm-pretty-print.c: New file.
4390 * gdb.guile/scm-pretty-print.exp: New file.
4391 * gdb.guile/scm-pretty-print.scm: New file.
4392 * gdb.guile/scm-section-script.c: New file.
4393 * gdb.guile/scm-section-script.exp: New file.
4394 * gdb.guile/scm-section-script.scm: New file.
4395 * gdb.guile/scm-symbol.c: New file.
4396 * gdb.guile/scm-symbol.exp: New file.
4397 * gdb.guile/scm-symtab-2.c: New file.
4398 * gdb.guile/scm-symtab.c: New file.
4399 * gdb.guile/scm-symtab.exp: New file.
4400 * gdb.guile/scm-type.c: New file.
4401 * gdb.guile/scm-type.exp: New file.
4402 * gdb.guile/scm-value-cc.cc: New file.
4403 * gdb.guile/scm-value-cc.exp: New file.
4404 * gdb.guile/scm-value.c: New file.
4405 * gdb.guile/scm-value.exp: New file.
4406 * gdb.guile/source2.scm: New file.
4407 * gdb.guile/types-module.cc: New file.
4408 * gdb.guile/types-module.exp: New file.
4409
7026a7c1
YQ
44102014-02-10 Yao Qi <yao@codesourcery.com>
4411
4412 PR testsuite/16543
4413 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4414 * configure: Regenerated.
4415 * Makefile.in: New file.
4416
6c466447
AS
44172014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4418
4419 * gdb.python/py-framefilter.exp: Fix typo.
4420
6e854735
YQ
44212014-02-08 Yao Qi <yao@codesourcery.com>
4422
4423 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4424 that no =breakpoint-modified is emitted when breakpoints are
4425 modified through MI commands.
4426
d137e6dc
PA
44272014-02-07 Pedro Alves <pedro@codesourcery.com>
4428 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.threads/step-after-sr-lock.c: New file.
4431 * gdb.threads/step-after-sr-lock.exp: New file.
4432
b5ee5a50
PA
44332014-02-07 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4436
3c77faf3
JK
44372014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4440 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4441
6dddc817
DE
44422014-02-06 Doug Evans <xdje42@gmail.com>
4443
4444 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4445 output.
4446
4447 * gdb.gdb/python-interrupts.exp: New file.
4448
de7b2893
YQ
44492014-02-05 Yao Qi <yao@codesourcery.com>
4450
4451 * gdb.trace/report.exp (use_collected_data): Test the output
4452 of "info threads" and "info inferiors".
4453
66d032ac
YQ
44542014-02-05 Yao Qi <yao@codesourcery.com>
4455
4456 Revert this patch:
4457
4458 2013-05-24 Yao Qi <yao@codesourcery.com>
4459
4460 * gdb.trace/tfile.exp: Test inferior and thread.
4461
591a12a1
UW
44622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4463
4464 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4465 on a function.
4466 * gdb.base/step-bt.c: Call hello via function pointer to make
4467 sure its first instruction is executed on powerpc64le-linux.
4468
0ff3e01f
UW
44692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4470
4471 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4472
084ee545
UW
44732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4474
4475 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4476 of the test patterns for use on little-endian systems.
4477
6ed14ff3
UW
44782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4479
4480 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4481 (decimal_vector): Fix for little-endian.
4482
401e27fd
JM
44832014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4484
4485 * gdb.arch/sparc-sysstep.exp: New file.
4486 * gdb.arch/sparc-sysstep.c: Likewise.
4487
4488 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4489
8b924729
EBM
44902014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4491
4492 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4493
fb151210
JB
44942014-01-23 Tom Tromey <tromey@redhat.com>
4495
4496 * gdb.ada/array_char_idx: New testcase.
4497
0740f8d8
TT
44982014-01-23 Tom Tromey <tromey@redhat.com>
4499
4500 PR python/16487:
4501 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4502 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4503 classes.
4504
21909fa1
TT
45052014-01-23 Tom Tromey <tromey@redhat.com>
4506
4507 PR python/16491:
4508 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4509 string from an inferior frame.
4510 * gdb.python/py-framefilter-mi.exp: Update.
4511
87ce2a04
DE
45122014-01-22 Doug Evans <dje@google.com>
4513
4514 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4515
237b092b
AA
45162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4517
4518 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4519
d674a709
AA
45202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4521
4522 * gdb.trace/entry-values.exp: Remove excess space character from
4523 regex patterns. Handle s390 call instruction.
4524
20fa3390
AA
45252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4526
4527 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4528 define "*_start" label. Make "name" static.
4529 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4530 ${name} by references to ${name}_start.
4531
78466714
AA
45322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4533
4534 * gdb.base/info-macros.exp: Remove "debug" from the compile
4535 options.
4536
ec9f644a
IB
45372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4538
4539 * gdb.dlang/demangle.exp: New file.
4540
94b1b47e
IB
45412014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4542
4543 * gdb.dlang/primitive-types.exp: New file.
4544
7f420862
IB
45452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4546
4547 * configure.ac: Create gdb.dlang/Makefile.
4548 * configure: Regenerate.
4549 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4550 * gdb.dlang/Makefile.in: New file.
4551 * lib/d-support.exp: New file.
4552 * lib/gdb.exp (skip_d_tests): New proc.
4553
52834460
MM
45542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4555
4556 * gdb.btrace/delta.exp: Check reverse stepi.
4557 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4558 * gdb.btrace/finish.exp: New.
4559 * gdb.btrace/next.exp: New.
4560 * gdb.btrace/nexti.exp: New.
4561 * gdb.btrace/record_goto.c: Add comments.
4562 * gdb.btrace/step.exp: New.
4563 * gdb.btrace/stepi.exp: New.
4564 * gdb.btrace/multi-thread-step.c: New.
4565 * gdb.btrace/multi-thread-step.exp: New.
4566 * gdb.btrace/rn-dl-bind.c: New.
4567 * gdb.btrace/rn-dl-bind.exp: New.
4568 * gdb.btrace/data.c: New.
4569 * gdb.btrace/data.exp: New.
4570 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4571
6e07b1d2
MM
45722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4573
4574 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4575 * gdb.btrace/exception.exp: Update.
4576 * gdb.btrace/instruction_history.exp: Update.
4577 * gdb.btrace/record_goto.exp: Update.
4578 * gdb.btrace/tailcall.exp: Update.
4579 * gdb.btrace/unknown_functions.exp: Update.
4580 * gdb.btrace/delta.exp: New.
4581
0b722aec
MM
45822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4583
4584 * gdb.btrace/record_goto.exp: Add backtrace test.
4585 * gdb.btrace/tailcall.exp: Add backtrace test.
4586
066ce621
MM
45872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4588
4589 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4590 * gdb.btrace/record_goto.c: New.
4591 * gdb.btrace/record_goto.exp: New.
4592 * gdb.btrace/x86-record_goto.S: New.
4593
0688d04e
MM
45942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4595
4596 * gdb.btrace/function_call_history.exp: Update tests.
4597 * gdb.btrace/instruction_history.exp: Update tests.
4598
8710b709
MM
45992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4600
4601 * gdb.btrace/function_call_history.exp: Fix expected field
4602 order for "record function-call-history".
4603 Add new tests for "record function-call-history /c".
4604 * gdb.btrace/exception.cc: New.
4605 * gdb.btrace/exception.exp: New.
4606 * gdb.btrace/tailcall.exp: New.
4607 * gdb.btrace/x86-tailcall.S: New.
4608 * gdb.btrace/x86-tailcall.c: New.
4609 * gdb.btrace/unknown_functions.c: New.
4610 * gdb.btrace/unknown_functions.exp: New.
4611 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4612
5de9129b
MM
46132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4614
4615 * gdb.btrace/instruction_history.exp: Update.
4616 * gdb.btrace/function_call_history.exp: Update.
4617
23a7fe75
MM
46182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4619
4620 * gdb.btrace/function_call_history.exp: Fix expected function
4621 trace.
4622 * gdb.btrace/instruction_history.exp: Initialize traced.
4623 Remove traced_functions.
4624
724c7dd8
MM
46252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4626
4627 * gdb.btrace/function_call_history.exp: Update
4628 * gdb.btrace/instruction_history.exp: Update.
4629
6d78d93b
MM
46302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4631
4632 * gdb.btrace/enable.exp: Update expected text.
4633
93a360cc
OJ
46342014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4635
4636 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4637 bytes.
4638
3772b53f
MR
46392014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4640
4641 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4642
596662fa
OJ
46432014-01-15 Omair Javaid <omair.javaid@linaro.org>
4644
4645 * lib/gdb.exp (supports_process_record): Return true for
4646 arm*-linux*. (supports_reverse): Likewise.
4647
b5b08fb4
SC
46482014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4649
4650 PR python/15464
4651 PR python/16113
4652 * gdb.python/py-type.c: Enhance test case.
4653 * gdb.python/py-value-cc.cc: Likewise
4654 * gdb.python/py-type.exp: Add new tests.
4655 * gdb.python/py-value-cc.exp: Likewise
4656
52d7fb13
AA
46572014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4658 Pedro Alves <palves@redhat.com>
4659
4660 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4661 Make "name" extern.
4662 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4663 references to ${name}_start by references to ${name}.
4664
a2cd8cfe
JB
46652014-01-10 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4668
4e23fced
JB
46692014-01-10 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4672
c6a9e42c
PA
46732014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4674 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.mi/mi-info-os.exp: Connect to the target with
4677 mi_gdb_target_load.
4678
b7ea362b
PA
46792014-01-08 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.threads/reconnect-signal.c: New file.
4682 * gdb.threads/reconnect-signal.exp: New file.
4683
5e3f4fab
EBM
46842014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 * gdb.base/source-dir.exp: New file.
4687
79301218
JB
46882014-01-07 Joel Brobecker <brobecker@adacore.com>
4689
4690 * gdb.ada/mi_interface: New testcase.
4691
8e355c5d
JB
46922014-01-07 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4695 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4696 gdb.ada/pp-rec-component/pck.ads: New files.
4697
c0d48811
JB
46982014-01-07 Joel Brobecker <brobecker@adacore.com>
4699
4700 * gdb.python/py-pp-integral.c: New file.
4701 * gdb.python/py-pp-integral.py: New file.
4702 * gdb.python/py-pp-integral.exp: New file.
4703
17b609c3 4704For older changes see ChangeLog-1993-2013.
c906108c 4705\f
8d8cb839
EZ
4706;; Local Variables:
4707;; mode: change-log
4708;; left-margin: 8
4709;; fill-column: 74
4710;; version-control: never
4711;; End:
902f2ccb 4712
32d0add0 4713 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4714 Copying and distribution of this file, with or without modification,
4715 are permitted provided the copyright notice and this notice are preserved.