]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add a testcase for PR ld/18223
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8f572e5c
PA
12015-04-10 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/sigstep.exp (breakpoint_to_handler)
4 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
5 Test "backtrace" in handler.
6 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7 (top level): Add new "displaced" test axis to
8 breakpoint_to_handler, breakpoint_to_handler_entry and
9 breakpoint_over_handler.
10
8d707a12
PA
112015-04-10 Pedro Alves <palves@redhat.com>
12
13 PR gdb/18216
14 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15
ef713951
YQ
162015-04-10 Yao Qi <yao.qi@linaro.org>
17
18 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19 (test_add_rn_pc): New function.
20 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
21 (top level): Invoke test_add_rn_pc.
22
906d60cf
PA
232015-04-10 Pedro Alves <palves@redhat.com>
24
25 PR gdb/13858
26 * gdb.base/step-over-no-symbols.exp: New file.
27
f2983cc3
AW
282015-04-09 Andy Wingo <wingo@igalia.com>
29
30 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
31 after the Python tests.
32
6d62641c
SDJ
332015-04-08 Keith Seitz <keiths@redhat.com>
34
35 PR python/16699
36 * gdb.python/py-completion.exp: New tests for completion.
37 * gdb.python/py-completion.py (CompleteLimit1): New class.
38 (CompleteLimit2): Likewise.
39 (CompleteLimit3): Likewise.
40 (CompleteLimit4): Likewise.
41 (CompleteLimit5): Likewise.
42 (CompleteLimit6): Likewise.
43 (CompleteLimit7): Likewise.
44
f3770638
PA
452015-04-08 Pedro Alves <palves@redhat.com>
46
47 PR gdb/18214
48 PR gdb/18216
49 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
50 function.
51 (main): Install it as SIGUSR1 handler.
52 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
53 parameter. Always use "setup" as prefix. Toggle "set
54 displaced-stepping" off/on depending on global. Don't switch to
55 thread 1 here.
56 (top level): Add displaced stepping "off/on" test axis. Update
57 "setup" calls. Wrap each subtest with with_test_prefix. Test
58 continuing with a queued signal in each thread.
59
4496bed7
PA
602015-04-08 Pedro Alves <palves@redhat.com>
61
62 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
63 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
64 gdb_breakpoint instead of gdb_test that doesn't expect anything.
65 Return early if running to main fails.
66 * gdb.trace/while-stepping.exp: Likewise.
67
b97fde92
PA
682015-04-07 Pedro Alves <palves@redhat.com>
69
70 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
71 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
72 interact with inferior program.
73
f71c18e7
PA
742015-04-07 Pedro Alves <palves@redhat.com>
75
76 * lib/gdb.exp (inferior_spawn_id): New global.
77 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
78 spawn id after processing the user code.
79 (default_gdb_start): Set inferior_spawn_id.
80 (send_inferior): New procedure.
81 * lib/gdbserver-support.exp (gdbserver_start): Set
82 inferior_spawn_id.
83 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
84
6423214f
PA
852015-04-07 Pedro Alves <palves@redhat.com>
86
87 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
88 * lib/gdbserver-support.exp (gdbserver_start): Make
89 $server_spawn_id global.
90 (gdbserver_start): Don't wait for gdbserver's spawn id with
91 expect_background.
92 (close_gdbserver): New procedure.
93 (gdb_exit): Rename the default version and reimplement.
94
71c0ee8c
PA
952015-04-07 Pedro Alves <palves@redhat.com>
96
97 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
98 append the substituted item, not the original item.
99
203bc29b
PA
1002015-04-07 Pedro Alves <palves@redhat.com>
101
102 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
103 gdb_expect.
104
508a3ddf
PA
1052015-04-07 Pedro Alves <palves@redhat.com>
106
107 * gdb.base/interrupt.exp: Don't handle the case of the inferior
108 output appearing once only.
109
9f6dbe2b
PA
1102015-04-07 Pedro Alves <palves@redhat.com>
111
112 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
113 that doesn't expect anything. Return early if running to main
114 fails.
115
337532fa
YQ
1162015-04-07 Yao Qi <yao.qi@linaro.org>
117
118 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
119 (child_function): Call alarm.
120 (main): Move call to alarm into the loop.
121 * gdb.threads/non-stop-fair-events.exp: Build program with
122 -DTIMEOUT=$timeout.
123
01b622d4
DE
1242015-04-06 Doug Evans <xdje42@gmail.com>
125
126 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
127 Fix dest parameter to board_info.
128 (fpc_compile): Ditto.
129 (gdb_compile_pascal): Rename dest arg to destfile.
130
961f4160
PMR
1312015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
132
133 * gdb.ada/funcall_ref.exp: New file.
134 * gdb.ada/funcall_ref/foo.adb: New file.
135
cafda597
YQ
1362015-04-02 Yao Qi <yao.qi@linaro.org>
137
138 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
139 is remote.
140
fed040c6
GB
1412015-04-02 Gary Benson <gbenson@redhat.com>
142
143 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
144
d11916aa
SS
1452015-04-01 Sasha Smundak <asmundak@google.com>
146
147 * gdb.python/py-unwind-maint.c: New file.
148 * gdb.python/py-unwind-maint.exp: New test.
149 * gdb.python/py-unwind-maint.py: New file.
150 * gdb.python/py-unwind.c: New file.
151 * gdb.python/py-unwind.exp: New test.
152 * gdb.python/py-unwind.py: New test.
153
a1471180
PA
1542015-04-01 Pedro Alves <palves@redhat.com>
155
156 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
157 to fail instead of non-existent $test.
158
0bbeccb1
PA
1592015-04-01 Pedro Alves <palves@redhat.com>
160
161 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
162 GDBFLAGS if not empty.
163
3c724c8c
PMR
1642015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
165
166 * gdb.ada/complete.exp: Remove "multi_line".
167 * gdb.ada/info_exc.exp: Remove "multi_line".
168 * gdb.ada/packed_tagged.exp: Remove "multi_line".
169 * gdb.ada/ptype_field.exp: Remove "multi_line".
170 * gdb.ada/sym_print_name.exp: Remove "multi_line".
171 * gdb.ada/tagged.exp: Remove "multi_line".
172 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
173 [multi_line ...]
174 * gdb.btrace/delta.exp: Likewise.
175 * gdb.btrace/exception.exp: Likewise.
176 * gdb.btrace/function_call_history.exp: Likewise.
177 * gdb.btrace/instruction_history.exp: Likewise.
178 * gdb.btrace/nohist.exp: Likewise.
179 * gdb.btrace/record_goto.exp: Likewise.
180 * gdb.btrace/segv.exp: Likewise.
181 * gdb.btrace/stepi.exp: Likewise.
182 * gdb.btrace/tailcall.exp: Likewise.
183 * gdb.btrace/unknown_functions.exp: Likewise.
184 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
185 * lib/gdb.exp: Add the "multi_line" helper.
186
4eec2deb
PA
1872015-04-01 Pedro Alves <palves@redhat.com>
188
189 * gdb.threads/tid-reuse.c: New file.
190 * gdb.threads/tid-reuse.exp: New file.
191
df8411da
SDJ
1922015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
193
194 PR corefiles/16092
195 * gdb.base/coredump-filter.c: New file.
196 * gdb.base/coredump-filter.exp: Likewise.
197
6ef37366
PM
1982015-03-27 Petr Machata <pmachata@redhat.com>
199
200 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
201 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
202 (Dwarf::assemble): Initialize them.
203 (Dwarf::lines): New function.
204
7ec911b0
JT
2052015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
206
207 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
208 SYMBOL_PREFIX for x86_64-*-cygwin.
209
ff908ebf
AW
2102015-03-26 Andy Wingo <wingo@igalia.com>
211
212 PR symtab/18148
213 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
214 const_value but not a location.
215 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
216 location defined in non-main CUs are visible.
217
6d5f0679
YQ
2182015-03-26 Yao Qi <yao.qi@linaro.org>
219
220 PR testsuite/18139
221 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
222 Add a line number entry for the same line.
223 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
224 Add a line number entry for the same line.
225
2898689b
YQ
2262015-03-26 Yao Qi <yao.qi@linaro.org>
227
228 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
229 .int 0.
230 (func): Likewise. Add .Lfunc_1 label.
231 Use .Lfunc_1 label.
232 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
233 .int 0.
234 (func): Likewise.
235 Use .Lfunc_1 label.
236
85180498
YQ
2372015-03-26 Yao Qi <yao.qi@linaro.org>
238
239 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
240 Call gdb_compile instead to compile each .s files without debug
241 information.
242
8aa08a8d
YQ
2432015-03-26 Yao Qi <yao.qi@linaro.org>
244
245 * gdb.base/savedregs.exp (process_saved_regs): Make
246 "Saved registers:" optional in the pattern.
247
66849923
MM
2482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
249
250 * gdb.btrace/next.exp: Merged into step.exp.
251 * gdb.btrace/finish.exp: Merged into step.exp.
252 * gdb.btrace/nexti.exp: Merged into stepi.exp.
253 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
254 "record goto" and checking the exact replay position.
255 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
256 check for "Recording format" in "info record" output.
257 * gdb.btrace/record_goto.exp: Choose test file based on target.
258 * gdb.btrace/x86-record_goto.S: Renamed into ...
259 * gdb.btrace/x86_64-record_goto.S: ... this.
260 * gdb.btrace/i686-record_goto.S: New.
261 * gdb.btrace/x86-tailcall.S: Renamed into ...
262 * gdb.btrace/x86_64-tailcall.S: ... this.
263 * gdb.btrace/i686-tailcall.S: New.
264 * gdb.btrace/x86-tailcall.c: Renamed into ...
265 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
266 separate statements. Update test.
267 * gdb.btrace/delta.exp: Use record_goto.c as test file.
268 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
269 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
270 * gdb.btrace/tailcall.exp: Choose test file based on target.
271 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
272
11cc1b74
MM
2732015-03-25 Markus Metzger <markus.t.metzger@intel.com>
274
275 * gdb.btrace/exception.exp: Increase BTS buffer size.
276
a25d8bf9
PA
2772015-03-24 Pedro Alves <palves@redhat.com>
278
279 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
280
856e7dd6
PA
2812015-03-24 Pedro Alves <palves@redhat.com>
282
283 * gdb.threads/schedlock.exp (test_step): No longer expect that
284 "set scheduler-locking step" with "next" over a function call runs
285 threads unlocked.
286
ad235a41
AT
2872015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
288
289 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
290
15630549
AT
2912015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
292
293 PR breakpoints/16466
294 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
295 * gdb.mi/mi-pending.c (thread_func): New function.
296 (int main): Add threading support required.
297 * gdb.mi/mi-pending.exp: Add tests for this issue.
298 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
299 (pendfunc2): Remove stdio dependency.
300 * gdb.mi/mi-pendshr2.c: New file.
301
693dca06
KS
3022015-03-23 Keith Seitz <keiths@redhat.com>
303
304 * gdb.linespec/keywords.c: New file.
305 * gdb.linespec/keywords.exp: New file.
306
7e993ebf
KS
3072015-03-23 Keith Seitz <keiths@redhat.com>
308
309 PR gdb/18021
310 * gdb.dwarf2/staticvirtual.exp: New test.
311
bc23328c
JK
3122015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
313
314 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
315 * README: Remove HP-UX and gdb.hp.
316 (configuration):
317 * configure: Regenerate.
318 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
319 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
320 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
321 gdb.hp/gdb.defects/Makefile.
322 * gdb.hp/Makefile.in: File deleted.
323 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
324 * gdb.hp/gdb.aCC/optimize.c: File deleted.
325 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
326 * gdb.hp/gdb.aCC/run.c: File deleted.
327 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
328 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
329 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
330 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
331 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
332 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
333 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
334 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
335 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
336 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
337 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
338 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
339 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
340 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
341 * gdb.hp/gdb.base-hp/reg.s: File deleted.
342 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
343 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
344 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
345 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
346 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
347 * gdb.hp/gdb.compat/Makefile.in: File deleted.
348 * gdb.hp/gdb.compat/average.c: File deleted.
349 * gdb.hp/gdb.compat/sum.c: File deleted.
350 * gdb.hp/gdb.compat/xdb.c: File deleted.
351 * gdb.hp/gdb.compat/xdb0.c: File deleted.
352 * gdb.hp/gdb.compat/xdb0.h: File deleted.
353 * gdb.hp/gdb.compat/xdb1.c: File deleted.
354 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
355 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
356 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
357 * gdb.hp/gdb.defects/Makefile.in: File deleted.
358 * gdb.hp/gdb.defects/bs14602.c: File deleted.
359 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
360 * gdb.hp/gdb.defects/solib-d.c: File deleted.
361 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
362 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
363 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
364 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
365 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
366 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
367 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
368 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
369 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
370 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
371 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
372 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
373 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
374 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
375 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
376 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
377 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
378 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
379 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
380 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
381 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
382 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
383 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
384 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
385 * gdb.hp/tools/odump: File deleted.
386
8bf3b159
PA
3872015-03-19 Pedro Alves <palves@redhat.com>
388
389 * gdb.threads/continue-pending-status.exp (saw_thread_2)
390 (saw_thread_3): New globals.
391 (top level): Increment them when an event for the corresponding
392 thread is seen.
393 (no thread starvation): New test.
394
eb54c8bf
PA
3952015-03-19 Pedro Alves <palves@redhat.com>
396
397 * gdb.threads/continue-pending-status.c: New file.
398 * gdb.threads/continue-pending-status.exp: New file.
399
32d2e5d6
PA
4002015-03-18 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
403 Use gdb_is_target_remote instead of is_remote. Use
404 gdb_test_multiple instead of gdb_expect. Exit early if
405 gdb_test_multiple hits its internal matches. Tighten stepi tests
406 expected output. Fail on exit with any signal, instead of just
407 SIGILL.
408
f68f11b7
YQ
4092015-03-18 Yao Qi <yao.qi@linaro.org>
410
411 PR tdep/18107
412 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
413 variable.
414 * gdb.base/catch-syscall.exp: Don't skip it on
415 aarch64*-*-linux* target. Remove elements in all_syscalls.
416 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
417 target.
418 (setup_all_syscalls): New proc.
419
ca5fd19b
YQ
4202015-03-16 Yao Qi <yao.qi@linaro.org>
421
422 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
423 (top level): Skip tests if valid_addr_p returns false for
424 $cmd1 or $cmd2.
425
85642ba0
AW
4262015-03-11 Andy Wingo <wingo@igalia.com>
427
428 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
429
e03f9645
YQ
4302015-03-11 Yao Qi <yao.qi@linaro.org>
431
432 * gdb.base/catch-syscall.exp: Fix typo in comments.
433
5d0962b2
YQ
4342015-03-11 Yao Qi <yao.qi@linaro.org>
435
436 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
437
b2df3cef
PA
4382015-03-09 Pedro Alves <palves@redhat.com>
439
440 * dg-extract-results.py: Delete.
441
ef878e53
PA
4422015-03-09 Pedro Alves <palves@redhat.com>
443
444 Merge dg-extract-results.sh from GCC upstream (r218843).
445
446 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
447 * dg-extract-results.sh: Use --text with grep to avoid issues with
448 binary files. Fall back to cat -v, if that doesn't work.
449
9494d219
PA
4502015-03-05 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
453
a8d9763a
SM
4542015-03-04 Simon Marchi <simon.marchi@ericsson.com>
455
456 * lib/mi-support.exp (mi_expect_interrupt): Accept
457 alternative event for when in all-stop mode.
458
be9957b8
PA
4592015-03-04 Pedro Alves <palves@redhat.com>
460
461 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
462
d57be0f4 4632015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
464
465 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
466
c214c7cf
AA
4672015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
468
469 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
470 regexps for GDB's current line display, accept a hex address
471 preceding the line number.
472
6d74a497
AA
4732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
474
475 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
476 the 'arch1' variable for "s390*-linux*" targets.
477
511aee7c
PA
4782015-03-04 Pedro Alves <palves@redhat.com>
479
480 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
481 (main): Pass missing retval argument to pthread_join call.
482
95e50b27
PA
4832015-03-02 Pedro Alves <palves@redhat.com>
484
485 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
486 (top level): Call do_test with non-stop as well.
487
28054d69
PA
4882015-03-02 Pedro Alves <palves@redhat.com>
489
490 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
491 -1.
492
4fa5d7b4
AA
4932015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
494
495 * gdb.arch/s390-vregs.exp: New test.
496 * gdb.arch/s390-vregs.S: New file.
497
97c18565
PA
4982015-02-27 Pedro Alves <palves@redhat.com>
499
500 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
501 call to catch_command_errors.
502 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
503 catch_command_errors.
504
a37bfa30
PA
5052015-02-27 Pedro Alves <palves@redhat.com>
506
507 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
508 "true" for boolean result.
509 * gdb.gdb/selftest.exp (test_with_self): Also accept full
510 prototype of main.
511
6f98576f
PA
5122015-02-27 Pedro Alves <palves@redhat.com>
513
514 * lib/unbuffer_output.c: New file.
515 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
516 (main): Call gdb_unbuffer_output.
517
eba5ab56
YQ
5182015-02-27 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
521 target.
522
0def5aaa
DE
5232015-02-26 Doug Evans <dje@google.com>
524
525 * gdb.cp/class2.cc (Dbase, D): New classes.
526 (main): New local delta.
527 * gdb.cp/class2.exp: Test printing delta.
528 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
529 (dynbar): New global.
530 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
531
081a1c2c
JK
5322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * gdb.compile/compile-ifunc.c: New file.
535 * gdb.compile/compile-ifunc.exp: New file.
536
2f41223f
AT
5372015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
538
539 * gdb.base/structs.exp: Check for correct struct on finish.
540
03eddd80
YQ
5412015-02-26 Yao Qi <yao.qi@linaro.org>
542
543 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
544 is zero.
545
80c57053
JK
5462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
547
548 * gdb.arch/cordic.ko.bz2: New file.
549 * gdb.arch/cordic.ko.debug.bz2: New file.
550 * gdb.arch/ppc64-symtab-cordic.exp: New file.
551
21613c12
YQ
5522015-02-25 Yao Qi <yao.qi@linaro.org>
553
554 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
555 aarch64*-*-* target.
556
d8b901ed
PA
5572015-02-23 Pedro Alves <palves@redhat.com>
558
559 * lib/gdb.exp (delete_breakpoints): Rewrite using
560 gdb_test_multiple.
561
e5b85ead
PA
5622015-02-23 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/info-os.c: Include stdlib.h.
565
85c3a371
DE
5662015-02-22 Doug Evans <xdje42@gmail.com>
567
568 PR symtab/17855
569 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
570 is read after symbols have been re-read.
571 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
572 * gdb.ada/exec_changed/second.adb (Second): Ditto.
573
96553a0c
DE
5742015-02-21 Doug Evans <dje@google.com>
575
576 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
577
97a0c697
JK
5782015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
579
580 PR corefiles/17808
581 * gdb.arch/i386-biarch-core.core.bz2: New file.
582 * gdb.arch/i386-biarch-core.exp: New file.
583
a47cd6e9
PA
5842015-02-21 Pedro Alves <palves@redhat.com>
585
586 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
587 runto_main fails.
588
c5facdc4
PA
5892015-02-20 Pedro Alves <palves@redhat.com>
590
591 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
592 info probes.
593
2db9a427
PA
5942015-02-20 Pedro Alves <palves@redhat.com>
595
596 * gdb.threads/multi-create-ns-info-thr.exp: New file.
597
60fb7e9e
PA
5982015-02-20 Pedro Alves <palves@redhat.com>
599
600 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
601 clean_restart before gdb_target_supports_trace.
602
5c5019c2
PA
6032015-02-20 Pedro Alves <palves@redhat.com>
604
605 PR threads/18006
606 * gdb.threads/clone-thread_db.c: New file.
607 * gdb.threads/clone-thread_db.exp: New file.
608
c9587f88
AT
6092015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
610
611 PR breakpoints/16812
612 * gdb.base/catch-gdb-caused-signals.c: New file.
613 * gdb.base/catch-gdb-caused-signals.exp: New file.
614
f6a88844
JM
6152015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
616
617 * configure: Regenerated.
618 * configure.ac: Use GDB_AC_TRANSFORM.
619 * aclocal.m4: sinclude ../transform.m4.
620
497c491b
JM
6212015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
622
623 * lib/dtrace.exp: New file.
624 * gdb.base/dtrace-probe.exp: Likewise.
625 * gdb.base/dtrace-probe.d: Likewise.
626 * gdb.base/dtrace-probe.c: Likewise.
627 * lib/pdtrace.in: Likewise.
628 * configure.ac: Output variables with the transformed names of
629 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
630 * configure: Regenerated.
631
03e98035
JM
6322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
633
634 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
635 expected message when trying to access $_probe_* convenience
636 variables while not on a probe.
637
63cc30e9
JK
6382015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
641
0703599a
PA
6422015-02-11 Pedro Alves <pedro@codesourcery.com>
643
644 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
645 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
646
7e60a48e
DE
6472015-02-10 Doug Evans <xdje42@gmail.com>
648
649 * lib/gdb.exp (gdb_load): Always return a result.
650
01b088bc
PA
6512015-02-10 Pedro Alves <palves@redhat.com>
652
653 * gdb.threads/signal-sigtrap.c: New file.
654 * gdb.threads/signal-sigtrap.exp: New file.
655
b05ec7a5
AT
6562015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
657
658 * gdb.trace/no-attach-trace.c: New file.
659 * gdb.trace/no-attach-trace.exp: New file.
660
a2c2acaf
MW
6612015-02-09 Mark Wielaard <mjw@redhat.com>
662
663 * gdb.dwarf2/atomic.c: New file.
664 * gdb.dwarf2/atomic-type.exp: Likewise.
665
31fd9caa
MM
6662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
667
668 * gdb.btrace/buffer-size.exp: Update "info record" output.
669 * gdb.btrace/delta.exp: Update "info record" output.
670 * gdb.btrace/enable.exp: Update "info record" output.
671 * gdb.btrace/finish.exp: Update "info record" output.
672 * gdb.btrace/instruction_history.exp: Update "info record" output.
673 * gdb.btrace/next.exp: Update "info record" output.
674 * gdb.btrace/nexti.exp: Update "info record" output.
675 * gdb.btrace/step.exp: Update "info record" output.
676 * gdb.btrace/stepi.exp: Update "info record" output.
677 * gdb.btrace/nohist.exp: Update "info record" output.
678
d33501a5
MM
6792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
680
681 * gdb.btrace/buffer-size: New.
682
f4abbc16
MM
6832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
684
685 * gdb.btrace/delta.exp: Update "info record" output.
686 * gdb.btrace/enable.exp: Update "info record" output.
687 * gdb.btrace/finish.exp: Update "info record" output.
688 * gdb.btrace/instruction_history.exp: Update "info record" output.
689 * gdb.btrace/next.exp: Update "info record" output.
690 * gdb.btrace/nexti.exp: Update "info record" output.
691 * gdb.btrace/step.exp: Update "info record" output.
692 * gdb.btrace/stepi.exp: Update "info record" output.
693 * gdb.btrace/nohist.exp: Update "info record" output.
694
b9d61307
SM
6952015-02-06 Simon Marchi <simon.marchi@ericsson.com>
696
697 PR gdb/15678
698 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
699
e584fdbc
PA
7002015-02-06 Pedro Alves <palves@redhat.com>
701
702 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
703 macro.
704 (seconds_left, again): New globals.
705 (main): Wait seconds_left in a 1-second sleep loop instead of
706 sleeping 180 seconds. If 'again' is set, reset the seconds
707 counter.
708 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
709 'again' in the inferior before detaching. Print the seconds left.
710 (options): New global.
711 (top level): Build program with -DTIMEOUT=$timeout.
712
77f41761
PA
7132015-02-06 Pedro Alves <palves@redhat.com>
714
715 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
716 determine how many seconds to pass to 'alarm'.
717 * gdb.base/gdb-sigterm.exp (top level): Build program with
718 -DTIMEOUT=$timeout.
719 (do_test): Return success/failure indication. Add more verbose
720 logging. Don't fail if 200 single steps are seen. Instead, fail
721 when the test times out.
722 (passes): New global.
723 (top level): Break the testing loop if testing fails on any
724 iteration. Use gdb_assert.
725
b9394193
DB
7262015-02-04 Don Breazeal <donb@codesourcery.com>
727
728 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
729 and initialize them.
730 (ipc_cleanup): New function.
731 (main): Don't declare shmid, semid, and msqid. Add a call to
732 atexit so that we call ipc_cleanup on exit.
733
42d9e528
PA
7342015-02-04 Pedro Alves <palves@redhat.com>
735
736 * boards/native-extended-gdbserver.exp: Remove any target variant
737 specifications from the board name before clearing the isremote
738 flag from board_info.
739
ae6ae975
DE
7402015-01-31 Doug Evans <xdje42@gmail.com>
741
742 * gdb.base/maint.exp <maint print type argc>: Update expected output.
743
cfb069a8
GB
7442015-01-31 Gary Benson <gbenson@redhat.com>
745
746 * gdb.base/completion.exp: Disable completion limiting for
747 existing tests. Add new tests to check completion limiting.
748 * gdb.linespec/ls-errs.exp: Disable completion limiting.
749
5dd31d79
DE
7502015-01-31 Doug Evans <xdje42@gmail.com>
751
752 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
753
9f050062
DE
7542015-01-31 Doug Evans <xdje42@gmail.com>
755
756 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
757 entries. Duplicate file section script entries.
758 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
759 inlined entries. Add test for safe-path rejection.
760 * gdb.python/py-section-script.c: Add duplicate inlined section script
761 entries. Duplicate file section script entries.
762 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
763 inlined entries. Add test for safe-path rejection.
764
df25ebbd
JB
7652015-01-29 Joel Brobecker <brobecker@adacore.com>
766
767 * gdb.ada/disc_arr_bound: New testcase.
768
4a0ca9ec
JB
7692015-01-29 Joel Brobecker <brobecker@adacore.com>
770
771 * gdb.ada/mi_var_array: New testcase.
772
3a8b707a
DE
7732015-01-27 Doug Evans <dje@google.com>
774
775 * gdb.python/py-objfile.exp: Add tests for objfile.username.
776 Add test for objfile.filename, objfile.username after objfile
777 has been unloaded.
778
f8313f6e
JB
7792015-01-26 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
782 the second test to print the name attribute of value
783 returned by the call to gdb.lookup_type, and adjust
784 the expected output accordingly.
785
37bc665e
MW
7862015-01-25 Mark Wielaard <mjw@redhat.com>
787
788 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
789 * gdb.base/disp-step-fork.c: Include unistd.h.
790 * gdb.base/siginfo-obj.c: Include stdio.h.
791 * gdb.base/siginfo-thread.c: Likewise.
792 * gdb.mi/non-stop.c: Include unistd.h.
793 * gdb.mi/nsthrexec.c: Include stdio.h.
794 * gdb.mi/pthreads.c: Include unistd.h.
795 * gdb.modula2/unbounded1.c (main): Declare returns int.
796 * gdb.reverse/consecutive-reverse.c: Likewise.
797 * gdb.threads/create-fail.c: Include unistd.h.
798 * gdb.threads/killed.c: Likewise.
799 * gdb.threads/linux-dp.c: Likewise.
800 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
801 * gdb.threads/non-ldr-exc-2.c: Likewise.
802 * gdb.threads/non-ldr-exc-3.c: Likewise.
803 * gdb.threads/non-ldr-exc-4.c: Likewise.
804 * gdb.threads/pthreads.c: Include unistd.h.
805 (main): Declare returns int.
806 * gdb.threads/tls-main.c (foo): New declaration.
807 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
808
f7e5394d
SM
8092015-01-23 Simon Marchi <simon.marchi@ericsson.com>
810
811 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
812 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
813
743649fd
MW
8142015-01-15 Mark Wielaard <mjw@redhat.com>
815
816 * gdb.base/noreturn-return.c: New file.
817 * gdb.base/noreturn-return.exp: New file.
818 * gdb.base/noreturn-finish.c: New file.
819 * gdb.base/noreturn-finish.exp: New file.
820
198297aa
PA
8212015-01-23 Pedro Alves <palves@redhat.com>
822
823 * gdb.threads/continue-pending-after-query.c: New file.
824 * gdb.threads/continue-pending-after-query.exp: New file.
825
717cf30c
AG
8262015-01-22 Anders Granlund <anders.granlund@ericsson.com>
827 Simon Marchi <simon.marchi@ericsson.com>
828
829 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
830 * gdb.base/valgrind-db-attach.exp: Same.
831 * gdb.base/valgrind-infcall.exp: Same.
832 * lib/mi-support.exp (default_mi_gdb_start): Same.
833 * lib/prompt.exp (default_prompt_gdb_start): Same.
834 * lib/gdb.exp (default_gdb_spawn): Same.
835 (gdb_interact): New.
836
837
4b62a76e
JK
8382015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 * gdb.compile/compile.exp (pointer to jit function): New test.
841
b4cdae6f
WW
8422015-01-17 Wei-cheng Wang <cole945@gmail.com>
843
844 * lib/gdb.exp (supports_process_record): Return true for
845 powerpc*-*-linux*.
846 (supports_reverse): Likewise.
847
d221e7ef
DB
8482015-01-15 Don Breazeal <donb@codesourcery.com>
849
850 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
851 instead of checking whether the target board is remote and
852 use spawn_wait_for_attach instead of exec/sleep.
853 * gdb.base/attach-twice.exp: Likewise.
854
bafffb51
JB
8552015-01-15 Joel Brobecker <brobecker@adacore.com>
856
857 * gdb.ada/var_arr_attrs: New testcase.
858
5589af0e
PA
8592015-01-14 Pedro Alves <palves@redhat.com>
860 Joel Brobecker <brobecker@adacore.com>
861
862 PR gdb/17525
863 * gdb.base/bp-cmds-execution-x-script.c: New file.
864 * gdb.base/bp-cmds-execution-x-script.exp: New file.
865 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
866
6c400b59
PA
8672015-01-14 Pedro Alves <palves@redhat.com>
868
869 PR cli/17828
870 * gdb.base/batch-preserve-term-settings.c: New file.
871 * gdb.base/batch-preserve-term-settings.exp: New file.
872
e02c96a7
DE
8732015-01-13 Doug Evans <dje@google.com>
874
875 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
876 binary.
877
576fd14c
JB
8782015-01-13 Joel Brobecker <brobecker@adacore.com>
879
880 * Makefile.in (clean mostlyclean): Do not delete *.py.
881
04dccad0
JB
8822015-01-13 Joel Brobecker <brobecker@adacore.com>
883
884 * gdb.python/py-lookup-type.exp: New file.
885
3d230f71
PA
8862015-01-12 Pedro Alves <palves@redhat.com>
887
888 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
889 restore GDBFLAGS before returning.
890
7e67715d
JK
8912015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
894 is_amd64_regs_target and is_x86_like_target.
895
f2e0d4b4
DE
8962015-01-11 Doug Evans <xdje42@gmail.com>
897
898 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
899 is given without an explicit form.
900 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
901 attributes.
902 * gdb.dwarf/corrupt.exp: Ditto.
903 * gdb.dwarf2/enum-type.exp: Ditto.
904 * gdb.trace/entry-values.exp: Ditto.
905 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
906
439250fb
DE
9072015-01-11 Doug Evans <xdje42@gmail.com>
908
909 PR gdb/15830
910 * gdb.base/maint.exp: Remove references to "maint demangle".
911 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
912 Add tests for explicitly specifying language to demangle.
913 * gdb.dlang/demangle.exp: Ditto.
914
ede9f622
PA
9152015-01-09 Pedro Alves <palves@redhat.com>
916
917 * gdb.threads/non-stop-fair-events.c: New file.
918 * gdb.threads/non-stop-fair-events.exp: New file.
919
a7b796db
PA
9202015-01-09 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
923 the global scope. Set a breakpoint after all threads are started
924 rather than stepping over two source lines. Expect the prompt.
925 * gdb.base/watch_thread_num.c (threads_started_barrier): New
926 global.
927 (NUM): Now 15.
928 (main): Use threads_started_barrier to wait for all threads to
929 start. Main thread no longer calls thread_function. Exit after
930 180 seconds.
931 (loop): New function.
932 (thread_function): Wait on threads_started_barrier barrier. Call
933 'loop' at each iteration.
934 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
935 threads have started, instead of hardcoding number of "next"
936 steps. Use an access watchpoint instead of a write watchpoint.
937
9665ffdd
PA
9382015-01-09 Pedro Alves <palves@redhat.com>
939
940 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
941 (thread_func): Wait on barrier.
942 (main): Wait for all threads to start before stopping GDB.
943 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
944 global.
945 (thread1_func, thread2_func): Wait on barrier.
946 (main): Wait for all threads to start before stopping GDB.
947 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
948 New global.
949 (thread1_func, thread2_func): Wait on barrier.
950 (main): Wait for all threads to start before stopping GDB.
951
c945a99f
PA
9522015-01-09 Pedro Alves <palves@redhat.com>
953
954 * gdb.threads/attach-many-short-lived-threads.c: New file.
955 * gdb.threads/attach-many-short-lived-threads.exp: New file.
956
c1a747c1
PA
9572014-01-09 Pedro Alves <palves@redhat.com>
958
959 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
960 instead of to thread 2.
961 * gdb.threads/signal-command-multiple-signals-pending.c (main):
962 Add barrier around each pthread_create call instead of around all
963 calls.
964 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
965 Set a break on thread_function and have the child threads hit it
966 one at at a time.
967
60b3033e
PA
9682015-01-09 Pedro Alves <palves@redhat.com>
969
970 * lib/gdb.exp (can_spawn_for_attach): New procedure.
971 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
972 false.
973 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
974 checking whether the target board is remote.
975 * gdb.multi/multi-attach.exp: Likewise.
976 * gdb.python/py-sync-interp.exp: Likewise.
977 * gdb.server/ext-attach.exp: Likewise.
978 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
979 tests that need to attach, instead of checking whether the target
980 board is remote at the top of the file.
981
acc018ac
YQ
9822015-01-08 Yao Qi <yao@codesourcery.com>
983
984 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
985
50a18af8
JK
9862015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 Fix testcase compilation.
989 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
990
8503d6e1
JB
9912015-01-06 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.python/py-type.exp: Add a couple test about empty
994 array creation, and negative-length array creation.
995
cc73dbcc
DE
9962015-01-02 Doug Evans <xdje42@gmail.com>
997
998 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
999
0300bbc7
DE
10002015-01-02 Doug Evans <dje@google.com>
1001
1002 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1003
9d85a0ec
YQ
10042014-12-29 Yao Qi <yao@codesourcery.com>
1005
1006 * gdb.trace/entry-values.exp: Update comments. Rename variable
1007 bar_call_foo to returned_from_foo.
1008
87186c6a
MMN
10092014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1010
1011 PR gdb/17394
1012 * gdb.linespec/break-asm-file.c: New file.
1013 * gdb.linespec/break-asm-file.exp: New file.
1014 * gdb.linespec/break-asm-file0.s: New file.
1015 * gdb.linespec/break-asm-file1.s: New file.
1016
1bab7383
YQ
10172014-12-18 Nigel Stephens <nigel@mips.com>
1018 Maciej W. Rozycki <macro@codesourcery.com>
1019
1020 * gdb.base/float.exp: Handle the new output from "info float" on
1021 MIPS targets.
1022
1bc1068a
JK
10232014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 Fix MinGW compilation.
1026 * gdb.compile/compile-ops.exp: Update untested message if
1027 !skip_compile_feature_tests.
1028 * gdb.compile/compile-setjmp.exp: Likewise.
1029 * gdb.compile/compile-tls.exp: Likewise.
1030 * gdb.compile/compile.exp: Likewise.
1031 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1032 supported on this host".
1033
b6615d10
DE
10342014-12-16 Doug Evans <xdje42@gmail.com>
1035
1036 * boards/stabs.exp: New file.
1037
25dda427
AA
10382014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1039
1040 * gdb.base/completion.exp: Adjust to format changes of "maint
1041 print user-registers".
1042
bf330350
CU
10432014-12-16 Catalin Udma <catalin.udma@freescale.com>
1044
1045 PR server/17457
1046 * gdb.arch/aarch64-fp.c: New file.
1047 * gdb.arch/aarch64-fp.exp: New file.
1048
395cf596
SDJ
10492014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1050
1051 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1052 r210637, r210913, r211666, r215400, r215817).
1053
1054 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1055 * dg-extract-results.py: New file.
1056 * dg-extract-results.sh: Use it if the environment seems
1057 suitable.
1058
1059 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1060
1061 * dg-extract-results.py (parse_run): Handle warnings that
1062 are printed before a test harness is run.
1063
1064 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1065
1066 * dg-extract-results.py (Named): Remove __cmp__ method.
1067 (output_variation): Use a key to sort variation.harnesses.
1068
1069 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1070
1071 * dg-extract-results.py: For Python 3, force sys.stdout to
1072 handle surrogate escape sequences.
1073 (safe_open): New function.
1074 (output_segment, main): Use it.
1075
1076 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1077
1078 * dg-extract-results.py (Prog.result_re): Include options
1079 in test name.
1080
1081 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1082
1083 * dg-extract-results.py (output_variation): Always sort if
1084 do_sum.
1085
e882ef3c
SM
10862014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1087
1088 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1089 as long as we get pagination notifications.
1090
4992aa20
JM
10912014-12-15 Jason Merrill <jason@redhat.com>
1092
1093 * Makefile.in (check-gdb.%): Restore.
1094 * README: Mention it.
1095
c1b5a1a6
JB
10962014-12-13 Joel Brobecker <brobecker@adacore.com>
1097
1098 * gdb.ada/str_uninit: New testcase.
1099
5537b577
JK
11002014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1101
1102 PR symtab/17642
1103 * gdb.base/vla-stub-define.c: New file.
1104 * gdb.base/vla-stub.c: New file.
1105 * gdb.base/vla-stub.exp: New file.
1106
bb2ec1b3
TT
11072014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1108 Jan Kratochvil <jan.kratochvil@redhat.com>
1109 Tom Tromey <tromey@redhat.com>
1110
1111 * configure.ac: Add gdb.compile/.
1112 * configure: Regenerate.
1113 * gdb.compile/Makefile.in: New file.
1114 * gdb.compile/compile-ops.exp: New file.
1115 * gdb.compile/compile-ops.c: New file.
1116 * gdb.compile/compile-tls.c: New file.
1117 * gdb.compile/compile-tls.exp: New file.
1118 * gdb.compile/compile-constvar.S: New file.
1119 * gdb.compile/compile-constvar.c: New file.
1120 * gdb.compile/compile-mod.c: New file.
1121 * gdb.compile/compile-nodebug.c: New file.
1122 * gdb.compile/compile-setjmp-mod.c: New file.
1123 * gdb.compile/compile-setjmp.c: New file.
1124 * gdb.compile/compile-setjmp.exp: New file.
1125 * gdb.compile/compile-shlib.c: New file.
1126 * gdb.compile/compile.c: New file.
1127 * gdb.compile/compile.exp: New file.
1128 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1129
4ff709eb
TT
11302014-12-12 Tom Tromey <tromey@redhat.com>
1131
1132 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1133 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1134
6dddd6a5
DE
11352014-12-12 Doug Evans <dje@google.com>
1136
1137 * lib/gdb-python.exp (get_python_valueof): New function.
1138 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1139
71c24708
AA
11402014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1141
1142 * gdb.base/completion.exp: Add test for completion of "info
1143 registers ".
1144
3e29f34a
MR
11452014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1146
1147 * gdb.base/func-ptrs.c: New file.
1148 * gdb.base/func-ptrs.exp: New file.
1149
fc126975
SM
11502014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1151
1152 PR breakpoints/17012
1153 * gdb.base/dprintf-detach.c: New file.
1154 * gdb.base/dprintf-detach.exp: New file.
1155
0a46d518
SM
11562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1157
1158 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1159 * lib/gdb.exp (target_is_gdbserver): New procedure.
1160
a0be3e44
DE
11612014-12-08 Doug Evans <dje@google.com>
1162
1163 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1164
df1b803a
YQ
11652014-12-05 Yao Qi <yao@codesourcery.com>
1166
1167 * gdb.guile/scm-error.exp: Remove the third argument to
1168 gdb_remote_download.
1169 * gdb.guile/scm-frame-args.exp: Likewise.
1170 * gdb.guile/scm-section-script.exp: Likewise.
1171
ddb9f679
YQ
11722014-12-05 Yao Qi <yao@codesourcery.com>
1173
1174 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1175
86e4ed39
DE
11762014-12-04 Doug Evans <dje@google.com>
1177
1178 * gdb.python/py-objfile.exp: Add tests for
1179 objfile.add_separate_debug_file.
1180
7c50a931
DE
11812014-12-04 Doug Evans <dje@google.com>
1182
1183 * lib/gdb.exp (get_build_id): New function.
1184 (build_id_debug_filename_get): Rewrite to use it.
1185 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1186
621661e3
MR
11872014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1188
1189 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1190 `method(long)', not just 0x0.
1191 * gdb.cp/nsalias.exp: Align code labels to 4.
1192 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1193 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1194 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1195 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1196 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1197 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1198
29f0c3b7
DE
11992014-12-02 Doug Evans <dje@google.com>
1200
e1e061e7 1201 PR symtab/17602
29f0c3b7 1202 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1203 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1204 * gdb.cp/anon-ns.exp: Update.
1205
162078c8
NB
12062014-12-02 Nick Bull <nicholaspbull@gmail.com>
1207
1208 * gdb.python/py-events.py (inferior_call_handler): New.
1209 (register_changed_handler, memory_changed_handler): New.
1210 (test_events.invoke): Register new handlers.
1211 * gdb.python/py-events.exp: Add tests for inferior call,
1212 memory_changed and register_changed events.
1213
fdb09caf
AA
12142014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1215
1216 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1217 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1218 if the linker doesn't understand this.
1219
55cfb2c4
SM
12202014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1221
1222 * gdb.python/python.exp: Change expected reply to help().
1223
9e8cd6df
YQ
12242014-12-01 Yao Qi <yao@codesourcery.com>
1225
1226 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1227 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1228 * configure: Re-generated.
1229
6c659fc2
SC
12302014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1231
1232 * gdb.cp/chained-calls.cc: New file.
1233 * gdb.cp/chained-calls.exp: New file.
1234 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1235
d7fc3181
SM
12362014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1237
1238 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1239 * gdb.dwarf2/symtab-producer.exp: Same.
1240 * gdb.gdb/python-interrupts.exp: Same.
1241 * gdb.gdb/python-selftest.exp: Same.
1242 * gdb.python/py-linetable.exp: Same.
1243 * gdb.python/py-type.exp: Same.
1244 * gdb.python/py-value-cc.exp: Same.
1245 * gdb.python/py-value.exp: Same.
1246
10e79639
YQ
12472014-11-28 Yao Qi <yao@codesourcery.com>
1248
1249 * gdb.base/break-probes.exp: Match library name prefixed with
1250 sysroot.
1251
f28a0564
SM
12522014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1253
1254 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1255 test expected output. Add parentheses for the call to print.
1256 Remove L suffix from integers.
1257
3fe1ce1d
DE
12582014-11-26 Doug Evans <dje@google.com>
1259
1260 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1261
84429e27
YQ
12622014-11-22 Yao Qi <yao@codesourcery.com>
1263
1264 * gdb.trace/entry-values.c: Remove asms.
1265 (foo): Add foo_label.
1266 (bar): Add bar_label.
1267 * gdb.trace/entry-values.exp: Remove code computing foo's
1268 length and bar's length.
1269 (Dwarf::assemble): Invoke function_range for bar and use
1270 MACRO_AT_func for foo.
1271
26741859
YQ
12722014-11-22 Yao Qi <yao@codesourcery.com>
1273
1274 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1275 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1276 Use .Lgcc43_procstart instead of gcc43.
1277
45e44d27
JB
12782014-11-21 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.ada/n_arr_bound: New testcase.
1281
458c8db8
SDJ
12822014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1283
1284 PR breakpoints/10737
1285 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1286 test_catch_syscall_multi_arch.
1287 (test_catch_syscall_multi_arch): New function.
1288
43f3e411
DE
12892014-11-20 Doug Evans <xdje42@gmail.com>
1290
1291 * gdb.base/maint.exp: Update expected output.
1292
0d7b2549
AA
12932014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1294
1295 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1296 4-byte instruction on S390.
1297
8908fca5
JB
12982014-11-19 Joel Brobecker <brobecker@adacore.com>
1299
1300 * gdb.ada/arr_arr: New testcase.
1301
4a46959e
JB
13022014-11-19 Joel Brobecker <brobecker@adacore.com>
1303
1304 * gdb.ada/pkd_arr_elem: New Testcase.
1305
470e2f4e
LM
13062014-11-18 Luis Machado <lgustavo@codesourcery.com>
1307
1308 * gdb.reverse/break-precsave: Expect completion message for
1309 core file reads.
1310 * gdb.reverse/consecutive-precsave.exp: Likewise.
1311 * gdb.reverse/finish-precsave.exp: Likewise.
1312 * gdb.reverse/i386-precsave.exp: Likewise.
1313 * gdb.reverse/machinestate-precsave.exp: Likewise.
1314 * gdb.reverse/sigall-precsave.exp: Likewise.
1315 * gdb.reverse/solib-precsave.exp: Likewise.
1316 * gdb.reverse/step-precsave.exp: Likewise.
1317 * gdb.reverse/until-precsave.exp: Likewise.
1318 * gdb.reverse/watch-precsave.exp: Likewise.
1319
a267f3ad
AA
13202014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1321
1322 * gdb.base/bp-permanent.c: Include unistd.h.
1323 * gdb.python/py-framefilter-mi.c (main): Add return type.
1324 * gdb.python/py-framefilter.c (main): Likewise.
1325 * gdb.trace/actions-changed.c (main): Likewise.
1326
12084a9a
AA
13272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1328
1329 * gdb.mi/until.c: Add eye-catchers.
1330 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1331 line numbers.
1332
dc7e1a77
AA
13332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1334
1335 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1336 function header variants in break1.c.
1337 * gdb.base/ena-dis-br.exp: Likewise.
1338 * gdb.base/hbreak2.exp: Likewise.
1339 * gdb.reverse/until-precsave.exp: Drop references to removed
1340 non-prototype function header variants in ur1.c.
1341 * gdb.reverse/until-reverse.exp: Likewise.
1342
41c77605
PM
13432014-11-17 Petr Machata <pmachata@redhat.com>
1344
1345 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1346 ${_cu_offset_size} bytes abbrev offset.
1347
34248c3a
DE
13482014-11-15 Doug Evans <xdje42@gmail.com>
1349
1350 PR symtab/17559
1351 * gdb.base/line-symtabs.exp: New file.
1352 * gdb.base/line-symtabs.c: New file.
1353 * gdb.base/line-symtabs.h: New file.
1354
646da059
YQ
13552014-11-14 Yao Qi <yao@codesourcery.com>
1356
1357 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1358 (func): Add label func_label.
1359 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1360 Replace low_pc and high_pc with MACRO_AT_range.
1361 Replace name, low_pc and high_pc with MACRO_AT_func.
1362
9301ebe6
YQ
13632014-11-14 Yao Qi <yao@codesourcery.com>
1364
1365 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1366 Replace name, low_pc and high_pc with MACRO_AT_func.
1367
f166b542
YQ
13682014-11-14 Yao Qi <yao@codesourcery.com>
1369
1370 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1371 produce debug information.
1372 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1373
0f6e71e3
YQ
13742014-11-14 Yao Qi <yao@codesourcery.com>
1375
1376 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1377 object and get function length.
1378 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1379 with MACRO_AT_func.
1380 (top-level): Replace gdb_compile and clean_restart with
1381 prepare_for_testing.
1382 * gdb.dwarf2/main.c (main): Add label main_label.
1383
876c4df9
YQ
13842014-11-14 Yao Qi <yao@codesourcery.com>
1385
1386 * lib/dwarf.exp (function_range): New procedure.
1387 (Dwarf::_handle_macro_at_func): New procedure.
1388 (Dwarf::_handle_macro_at_range): New procedure.
1389 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1390
02ad9cf1
YQ
13912014-11-14 Yao Qi <yao@codesourcery.com>
1392
1393 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1394 (_handle_attribute): New procedure.
1395
a59add0c
AA
13962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1397
1398 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1399 * gdb.base/call-sc.c (zed): Likewise.
1400 * gdb.base/checkpoint.c (main): Likewise.
1401 * gdb.base/dump.c (main): Likewise.
1402 * gdb.base/gcore.c (main): Likewise.
1403 * gdb.base/huge.c (main): Likewise.
1404 * gdb.base/multi-forks.c (main): Likewise.
1405 * gdb.base/pr10179-a.c (main): Likewise.
1406 * gdb.base/savedregs.c (main): Likewise.
1407 * gdb.base/sigaltstack.c (main): Likewise.
1408 * gdb.base/siginfo.c (main): Likewise.
1409 * gdb.base/structs.c (zed): Likewise.
1410 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1411 * gdb.mi/mi-syn-frame.c (main): Likewise.
1412 * gdb.mi/until.c (foo, main): Likewise.
1413 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1414 * gdb.base/solib-weak.c (foo): Declare.
1415 * gdb.base/attach-twice.c: Include stdio.h.
1416 * gdb.base/weaklib1.c: Likewise.
1417 * gdb.base/weaklib2.c: Likewise.
1418 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1419 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1420 unistd.h.
1421 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1422 * gdb.mi/mi-exit-code.c: Likewise.
1423 * gdb.base/break-interp-lib.c: Include string.h.
1424 * gdb.base/coremaker.c: Likewise.
1425 * gdb.base/testenv.c: Likewise.
1426 * gdb.python/py-finish-breakpoint.c: Likewise.
1427 * gdb.base/inferior-died.c: Include sys/wait.h.
1428 * gdb.base/fileio.c: Include time.h.
1429 * gdb.base/async-shell.c: Include unistd.h.
1430 * gdb.base/dprintf-non-stop.c: Likewise.
1431 * gdb.base/info-os.c: Likewise.
1432 * gdb.mi/mi-console.c: Likewise.
1433 * gdb.mi/watch-nonstop.c: Likewise.
1434 * gdb.python/py-events.c: Likewise.
1435 * gdb.base/async.c (baz): Move up before its invocation.
1436 * gdb.base/code_elim2.c (my_global_func): Likewise.
1437 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1438 * gdb.base/advance.c (func2): Likewise.
1439
3b5d5997
AA
14402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1441
1442 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1443 variant.
1444 * gdb.base/annota3.c: Likewise.
1445 * gdb.base/async.c: Likewise.
1446 * gdb.base/average.c: Likewise.
1447 * gdb.base/call-ar-st.c: Likewise.
1448 * gdb.base/call-rt-st.c: Likewise.
1449 * gdb.base/call-sc.c: Likewise.
1450 * gdb.base/call-strs.c: Likewise.
1451 * gdb.base/ending-run.c: Likewise.
1452 * gdb.base/execd-prog.c: Likewise.
1453 * gdb.base/exprs.c: Likewise.
1454 * gdb.base/foll-exec.c: Likewise.
1455 * gdb.base/foll-fork.c: Likewise.
1456 * gdb.base/foll-vfork.c: Likewise.
1457 * gdb.base/funcargs.c: Likewise.
1458 * gdb.base/gcore.c: Likewise.
1459 * gdb.base/jump.c: Likewise.
1460 * gdb.base/langs0.c: Likewise.
1461 * gdb.base/langs1.c: Likewise.
1462 * gdb.base/langs2.c: Likewise.
1463 * gdb.base/mips_pro.c: Likewise.
1464 * gdb.base/nodebug.c: Likewise.
1465 * gdb.base/opaque0.c: Likewise.
1466 * gdb.base/opaque1.c: Likewise.
1467 * gdb.base/recurse.c: Likewise.
1468 * gdb.base/run.c: Likewise.
1469 * gdb.base/scope0.c: Likewise.
1470 * gdb.base/scope1.c: Likewise.
1471 * gdb.base/setshow.c: Likewise.
1472 * gdb.base/setvar.c: Likewise.
1473 * gdb.base/shmain.c: Likewise.
1474 * gdb.base/shr1.c: Likewise.
1475 * gdb.base/shr2.c: Likewise.
1476 * gdb.base/sigall.c: Likewise.
1477 * gdb.base/signals.c: Likewise.
1478 * gdb.base/so-indr-cl.c: Likewise.
1479 * gdb.base/solib2.c: Likewise.
1480 * gdb.base/structs.c: Likewise.
1481 * gdb.base/sum.c: Likewise.
1482 * gdb.base/vforked-prog.c: Likewise.
1483 * gdb.base/watchpoint.c: Likewise.
1484 * gdb.reverse/shr2.c: Likewise.
1485 * gdb.reverse/until-reverse.c: Likewise.
1486 * gdb.reverse/ur1.c: Likewise.
1487 * gdb.reverse/watch-reverse.c: Likewise.
1488
066a77c5
AA
14892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1490
1491 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1492 variant.
1493 * gdb.base/sepdebug.exp: Drop references to removed code.
1494
4f204ea5
AA
14952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1496
1497 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1498 variant. Preserve original line numbering.
1499 * gdb.base/list1.c: Likewise.
1500
3b377a3a
AA
15012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1502
1503 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1504 variant.
1505 * gdb.base/break1.c: Likewise.
1506 * gdb.base/break.exp: Drop references to removed code.
1507
e444df73
AA
15082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1511 variant.
1512
8008f2a7
AA
15132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1514
1515 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1516
a5a06887
AA
15172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1518
1519 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1520 logic into perform_all_tests() and invoke it with and without
1521 function header prototypes.
1522 (do_function_calls): Remove conditional XFAIL for PR 5318.
1523 (rerun_and_prepare): Remove duplicate code.
1524 (perform_all_tests): New. Main logic moved here.
1525
44dba9b9
AA
15262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1527
1528 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1529 code guarded by #ifdef NO_PROTOTYPES.
1530 (t_double_many_args): Likewise.
1531 (DEF_FUNC_MANY_ARGS_1): Likewise.
1532 (DEF_FUNC_VALUES_1): Likewise.
1533 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1534 guarded by #ifdef PROTOTYPES.
1535
d1fbcd56
AA
15362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1537
1538 * gdb.mi/mi-console.c: Add eye-catcher.
1539 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1540 instead of literal line number.
1541
b0e59b8f
AA
15422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1543
1544 * gdb.base/shr2.c: Add eye-catcher.
1545 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1546 line number.
1547
78f98cca
AA
15482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1549
1550 * gdb.base/jump.c: Add eye-catchers.
1551 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1552 numbers.
1553
58fa2af0
AA
15542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1555
1556 * gdb.base/execd-prog.c: Add eye-catchers.
1557 * gdb.base/foll-exec.c: Likewise.
1558 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1559 line numbers.
1560
04e5059b
AA
15612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1562
1563 * gdb.base/ending-run.c: Add eye-catchers.
1564 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1565 literal line numbers.
1566
dbfdb174
AA
15672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1568
1569 * gdb.base/call-rt-st.c: Add eye-catchers.
1570 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1571 literal line numbers.
1572
888a2ade
AA
15732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1574
1575 * gdb.base/call-ar-st.c: Add eye-catchers.
1576 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1577 literal line numbers.
1578
6acc2dde
AA
15792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1580
1581 * gdb.base/average.c: Add eye-catchers.
1582 * gdb.base/sum.c: Likewise.
1583 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1584 regexps dynamically.
1585
9ecfcd1d
AA
15862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1587
1588 * gdb.base/solib1.c: Add eye-catchers.
1589 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1590 literal line numbers.
1591
78708b7c
PA
15922014-11-12 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1595 leader has exited.
1596
af48d08f
PA
15972014-11-12 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.arch/i386-bp_permanent.c: New file.
1600 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1601 (srcfile): Set to i386-bp_permanent.c.
1602 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1603 that stepi does not execute the 'leave' instruction, instead of
1604 testing it does execute.
1605 * gdb.base/bp-permanent.c: New file.
1606 * gdb.base/bp-permanent.exp: New file.
1607
af3768e9
DE
16082014-11-10 Doug Evans <xdje42@gmail.com>
1609
1610 PR symtab/17564
1611 * gdb.base/symtab-search-order.exp: New file.
1612 * gdb.base/symtab-search-order.c: New file.
1613 * gdb.base/symtab-search-order-1.c: New file.
1614 * gdb.base/symtab-search-order-shlib-1.c: New file.
1615
9de00a4a
PA
16162014-11-07 Pedro Alves <palves@redhat.com>
1617
1618 PR gdb/17511
1619 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1620 i?86-*-linux*.
1621
e0f52461
SC
16222014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1623
1624 PR c++/17494
1625 * gdb.cp/pr17494.cc: New file.
1626 * gdb.cp/pr17494.exp: New file.
1627
6ce8c980
YQ
16282014-11-02 Yao Qi <yao@codesourcery.com>
1629
1630 * gdb.python/python.exp: Get working directory and match the
1631 output of "set extended-prompt \\w " with it.
1632
02be9a71
DE
16332014-10-30 Doug Evans <dje@google.com>
1634
1635 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1636 in objfiles.
1637 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1638 in progspaces.
1639
3bdff46b
LM
16402014-10-30 Janis Johnson <janisjo@codesourcery.com>
1641
1642 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1643 * gdb.base/realname-expand.exp: Likewise.
1644 * gdb.linespec/macro-relative.exp: Likewise.
1645
ab917dfb
PA
16462014-10-29 Pedro Alves <palves@redhat.com>
1647
1648 PR gdb/17408
1649 * gdb.threads/schedlock.c (some_function): New function.
1650 (call_function): New global.
1651 (MAYBE_CALL_SOME_FUNCTION): New macro.
1652 (thread_function): Call it.
1653 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1654 and use it instead of a global counter. Adjust all callers.
1655 (get_current_thread): Use "find current thread" for test message
1656 here rather than having all callers pass down the same string.
1657 (goto_loop): New procedure, factored out from ...
1658 (my_continue): ... this.
1659 (step_ten_loops): Change parameter from test message to command to
1660 use. Adjust.
1661 (list_count): Delete global.
1662 (check_result): New procedure, factored out from duplicate top
1663 level code.
1664 (continue tests): Wrap in with_test_prefix.
1665 (test_step): New procedure, factored out from duplicate top level
1666 code.
1667 (top level): Test "step" in combination with all scheduler-locking
1668 modes. Test "next" in combination with all scheduler-locking
1669 modes, and in combination with stepping over a function call or
1670 not.
1671 * gdb.threads/next-bp-other-thread.c: New file.
1672 * gdb.threads/next-bp-other-thread.exp: New file.
1673
d3d4baed
PA
16742014-10-29 Pedro Alves <palves@redhat.com>
1675
1676 PR python/17372
1677 * gdb.python/python.exp: Test a multi-line command that spawns
1678 interactive Python.
1679 * gdb.base/multi-line-starts-subshell.exp: New file.
1680
563e8d85
YQ
16812014-10-29 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.base/fileio.exp: Make directories on host.
1684
0ea4d52e
YQ
16852014-10-29 Yao Qi <yao@codesourcery.com>
1686
1687 * gdb.base/fileio.c (test_write): Close the file.
1688
7f5ef605
PA
16892014-10-28 Pedro Alves <palves@redhat.com>
1690
1691 PR gdb/12623
1692 * gdb.base/sigstep.c (no_handler): New global.
1693 (main): If 'no_handler is true, set the signal handlers to
1694 SIG_IGN.
1695 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1696 with_sw_watch and no_handler parameters. Handle them.
1697 (top level) <stepping over handler when stopped at a breakpoint
1698 test>: Add a test axis for testing with a software watchpoint, and
1699 another for testing with the signal handler set to SIG_IGN.
1700 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1701 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1702
abbdbd03
PA
17032014-10-28 Pedro Alves <palves@redhat.com>
1704
1705 PR gdb/17511
1706 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1707 * gdb.base/sigstep.exp (other_handler_location): New global.
1708 (advance): Support stepping into the signal handler, and running
1709 commands while in the handler.
1710 (in_handler_map): New global.
1711 (top level): In the advance test, add combinations for getting
1712 into the handler with stepping commands, and for running commands
1713 in the handler. Add comment descripting the advancei tests.
1714
1df4399f
PA
17152014-10-28 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.base/sigstep.exp: Use build_executable instead of
1718 prepare_for_testing.
1719 (top level): Move code that starts GDB, runs to main and creates a
1720 display to ...
1721 (restart): ... this new procedure.
1722 (top level): Move backtrace from signal handler test to ...
1723 (validate_backtrace): ... this new procedure.
1724 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1725 with_test_prefix. Always restart GDB.
1726 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1727 with_test_prefix. Always restart GDB. No need to delete
1728 breakpoints after the test.
1729 (test_skip_handler): Remove prefix parameter.
1730 (skip_over_handler, breakpoint_to_handler)
1731 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1732 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1733 restart GDB. No need to delete breakpoints after the test.
1734 (top level): Use foreach to call the test procedures with
1735 different commands.
1736
a5b6e449
PA
17372014-10-28 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1740 instead of GNATS numbers.
1741 * gdb.base/sigbpt.exp: Likewise.
1742 * gdb.base/siginfo.exp: Likewise.
1743 * gdb.base/sigstep.exp: Likewise.
1744
e5f8a7cc
PA
17452014-10-27 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/sigstep.c (dummy): New global.
1748 (main): Issue a couple writes to the new global.
1749 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1750 procedures.
1751 (skip_over_handler): Use test_skip_handler.
1752 (top level): Call skip_over_handler for stepi and nexti too.
1753 (breakpoint_over_handler): Use test_skip_handler.
1754 (top level): Call breakpoint_over_handler for stepi and nexti too.
1755
763905a3
YQ
17562014-10-27 Yao Qi <yao@codesourcery.com>
1757
1758 * gdb.trace/tfile.c (adjust_function_address)
1759 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1760 function descriptor.
1761
6f259a23
DB
17622014-10-24 Don Breazeal <donb@codesourcery.com>
1763
1764 * gdb.base/foll-fork.exp (test_follow_fork,
1765 catch_fork_child_follow): Check for updated fork messages emitted
1766 from infrun.c.
1767 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1768 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1769 vfork_and_exec_child_follow_through_step): Check for updated vfork
1770 messages emitted from infrun.c.
1771
09dd9a69
PA
17722014-10-24 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/corefile.exp: Remove references to ultrix.
1775 * gdb.base/interrupt.exp: Likewise.
1776 * gdb.base/whatis.exp: Likewise.
1777 * gdb.gdb/selftest.exp: Likewise.
1778 * gdb.threads/manythreads.exp: Likewise.
1779 * gdb.threads/print-threads.exp: Likewise.
1780 * gdb.threads/pthreads.exp:: Likewise.
1781 * gdb.threads/schedlock.exp: Likewise.
1782
3433cfa5
SC
17832014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1784
1785 * gdb.cp/non-trivial-retval.cc: Add a test case.
1786 * gdb.cp/non-trivial-retval.exp: Add a test.
1787
092f880b
YQ
17882014-10-20 Yao Qi <yao@codesourcery.com>
1789
1790 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1791 * gdb.python/py-objfile-script-gdb.py: New file.
1792 * gdb.python/py-objfile-script.exp: Update reference to
1793 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1794 of remote_download. Remove the dest file.
1795
acbdb7f3
YQ
17962014-10-20 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1799 * gdb.base/step-line.exp: Likewise.
1800 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1801 * gdb.dwarf2/dw2-basic.exp: Likewise.
1802 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1803 * gdb.dwarf2/dw2-filename.exp: Likewise.
1804 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1805 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1806 * gdb.dwarf2/dw2-producer.exp: Likewise.
1807 * gdb.dwarf2/mac-fileno.exp: Likewise.
1808 * gdb.python/py-frame-args.exp: Likewise.
1809 * gdb.python/py-framefilter.exp: Likewise.
1810 * gdb.python/py-mi.exp: Likewise.
1811 * gdb.python/py-objfile-script.exp: Likewise
1812 * gdb.python/py-pp-integral.exp: Likewise.
1813 * gdb.python/py-pp-re-notag.exp: Likewise.
1814 * gdb.python/py-prettyprint.exp: Likewise.
1815 * gdb.python/py-section-script.exp: Likewise.
1816 * gdb.python/py-typeprint.exp: Likewise.
1817 * gdb.python/py-xmethods.exp: Likewise.
1818 * gdb.stabs/weird.exp: Likewise.
1819 * gdb.xml/tdesc-regs.exp: Likewise.
1820
bd286a29
KCY
18212014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1822
1823 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1824 (out_cu): Use addr_len for the size of addresses.
1825 (out_line): Likewise. Size DW_LNE_set_address instruction
1826 according to addr_len.
1827 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1828 (FUNC): Add START_INSNS to definition.
1829
673dc4a0
YQ
18302014-10-18 Yao Qi <yao@codesourcery.com>
1831
1832 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1833 gdb_has_argv0 return true.
1834 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1835 check [target_info exists noargs], check [gdb_has_argv0]
1836 instead.
1837 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1838 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1839 procedures.
1840
4ffbba72
DE
18412014-10-17 Doug Evans <dje@google.com>
1842
1843 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1844 event.
1845 * gdb.python/py-events.py: Add clear_objfiles event.
1846
d096d8c1
DE
18472014-10-17 Doug Evans <dje@google.com>
1848
1849 * gdb.python/py-objfile.exp: Test progspace attribute.
1850
a80db015
LM
18512014-10-17 Luis Machado <lgustavo@codesourcery.com>
1852
1853 * gdb.guile/scm-breakpoint.exp: Do not assume any
1854 directory separators when matching source file paths.
1855 * gdb.python/py-breakpoint.exp: Likewise.
1856 * gdb.reverse/break-precsave.exp: Likewise.
1857 * gdb.reverse/break-reverse.exp: Likewise.
1858 * gdb.reverse/consecutive-precsave.exp: Likewise.
1859 * gdb.reverse/finish-precsave.exp: Likewise.
1860 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1861 * gdb.reverse/finish-reverse.exp: Likewise.
1862 * gdb.reverse/i386-precsave.exp: Likewise.
1863 * gdb.reverse/i387-env-reverse.exp: Likewise.
1864 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1865 * gdb.reverse/machinestate-precsave.exp: Likewise.
1866 * gdb.reverse/machinestate.exp: Likewise.
1867 * gdb.reverse/sigall-precsave.exp: Likewise.
1868 * gdb.reverse/solib-precsave.exp: Likewise.
1869 * gdb.reverse/step-precsave.exp: Likewise.
1870 * gdb.reverse/until-precsave.exp: Likewise.
1871 * gdb.reverse/watch-precsave.exp: Likewise.
1872 * gdb.reverse/watch-reverse.exp: Likewise.
1873
b22089ab
YQ
18742014-10-17 Yao Qi <yao@codesourcery.com>
1875
1876 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1877 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1878
6c4486e6
PA
18792014-10-17 Pedro Alves <palves@redhat.com>
1880
1881 PR gdb/17471
1882 * gdb.base/bg-execution-repeat.c: New file.
1883 * gdb.base/bg-execution-repeat.exp: New file.
1884
0ff33695
PA
18852014-10-17 Pedro Alves <palves@redhat.com>
1886
1887 PR gdb/17300
1888 * gdb.base/continue-all-already-running.c: New file.
1889 * gdb.base/continue-all-already-running.exp: New file.
1890
6fdebc3d
PA
18912014-10-17 Pedro Alves <palves@redhat.com>
1892
1893 PR gdb/17472
1894 * gdb.base/annota-input-while-running.c: New file.
1895 * gdb.base/annota-input-while-running.exp: New file.
1896
32a8097b
PA
18972014-10-17 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/callfuncs.exp: emove references to osf.
1900 * gdb.base/sigall.exp: Likewise.
1901 * gdb.gdb/selftest.exp: Likewise.
1902 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1903 * gdb.mi/non-stop.c: Likewise.
1904 * gdb.mi/pthreads.c: Likewise.
1905 * gdb.reverse/sigall-precsave.exp: Likewise.
1906 * gdb.reverse/sigall-reverse.exp: Likewise.
1907 * gdb.threads/pthreads.c: Likewise.
1908 * gdb.threads/pthreads.exp: Likewise.
1909
7a3517ff
YQ
19102014-10-17 Yao Qi <yao@codesourcery.com>
1911
1912 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1913 check 'target_info exists noargs'.
1914 (test_command_prompt_position): Likewise.
1915 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1916 Remove "set args".
1917 (progvar_simple_while_test): Likewise.
1918 (progvar_complex_if_while_test): Likewise.
1919 (if_while_breakpoint_command_test): Likewise.
1920 (infrun_breakpoint_command_test): Likewise.
1921 (breakpoint_command_test): Likewise.
1922 (watchpoint_command_test): Likewise.
1923 (bp_deleted_in_command_test): Likewise.
1924 (temporary_breakpoint_commands): Likewise.
1925
bb99c472
YQ
19262014-10-16 Yao Qi <yao@codesourcery.com>
1927
1928 * gdb.base/remotetimeout.exp: Remove noargs checking.
1929
7c16b83e
PA
19302014-10-15 Pedro Alves <palves@redhat.com>
1931
1932 PR breakpoints/9649
1933 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1934 * gdb.base/breakpoint-in-ro-region.exp
1935 (probe_target_hardware_step): New procedure.
1936 (top level): Probe hardware stepping and hardware breakpoint
1937 support. Test stepping through a read-only region, with both
1938 "breakpoint auto-hw" on and off and both "always-inserted" on and
1939 off.
1940
35a49624
IB
19412014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1942
1943 * gdb.dlang/demangle.exp: Update for demangling changes.
1944
2d1c107c
SC
19452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1946
1947 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1948 * gdb.cp/non-trivial-retval.exp: Add new tests.
1949
778811d5
SC
19502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1951
1952 PR c++/13403
1953 PR c++/15154
1954 * gdb.cp/non-trivial-retval.cc: New file.
1955 * gdb.cp/non-trivial-retval.exp: New file.
1956
10c5f0a8
YQ
19572014-10-15 Yao Qi <yao@codesourcery.com>
1958
1959 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1960 remote host.
1961
65d7b369
YQ
19622014-10-15 Yao Qi <yao@codesourcery.com>
1963
1964 * gdb.python/py-symbol.exp: Match file base name if host is
1965 remote, otherwise match file name with dir name.
1966 * gdb.python/py-symtab.exp: Likewise.
1967 * gdb.python/python.exp: Likewise.
1968
46dc1394
YQ
19692014-10-15 Yao Qi <yao@codesourcery.com>
1970
1971 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1972 pattern.
1973 * gdb.python/py-symtab.exp: Likewise.
1974 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1975 locationn.
1976
c40cc657
JB
19772014-10-14 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.ada/addr_arith: New testcase.
1980
2abf49e1
MR
19812014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1982
1983 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1984 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1985 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1986 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1987
f7088df3
SDJ
19882014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1989
1990 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1991 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1992 * gdb.arch/stap-eval-lang-ada.exp: New file.
1993
4dc06805
YQ
19942014-10-14 Yao Qi <yao@codesourcery.com>
1995
1996 * gdb.mi/mi-var-child.c (nothing1): New function.
1997 (nothing2): New function.
1998 (do_children_tests): Set function pointers by nothing1 and
1999 nothing2.
2000 * gdb.mi/mi-var-child.exp: Step over new added statements.
2001 Update test to match the new output.
2002 * gdb.mi/var-cmd.c (nothing1): New function.
2003 (nothing2): New function.
2004 (do_children_tests): Set function pointers by nothing1 and
2005 nothing2.
2006 * gdb.mi/mi-var-display.exp: Update test to match output.
2007 Step to the line specified by $line_dct_nothing.
2008 Increase the number of lines to step.
2009
46a93de2
YQ
20102014-10-14 Yao Qi <yao@codesourcery.com>
2011
2012 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2013 tests.
2014 * gdb.mi/mi2-var-child.exp: Likewise.
2015
14ea52ee
DE
20162014-10-13 Doug Evans <dje@google.com>
2017
2018 * gdb.python/py-objfile.exp: Change name of file name test.
2019
e5c6e92b
DE
20202014-10-13 Doug Evans <dje@google.com>
2021
2022 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2023 from the start of the CU.
2024
c780cc2f
JK
20252014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2026 Yao Qi <yao@codesourcery.com>
2027
2028 Fix "save breakpoints" for "catch" command.
2029 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2030 Remove -nonewline. Match also the added "main" line.
2031
99894e11
JK
20322014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 Fix "save breakpoints" for "disable $bpnum" command.
2035 * gdb.base/save-bp.c (main): Add label.
2036 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2037
6e1ac5a3
JK
20382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2039
2040 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2041
754dd2b0
YQ
20422014-10-11 Yao Qi <yao@codesourcery.com>
2043
2044 * gdb.server/server-kill.exp: Execute command
2045 "set remote trace-status-packet on" before "tstatus".
2046
f90183d7
YQ
20472014-10-11 Yao Qi <yao@codesourcery.com>
2048
2049 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2050 (main): Call getppid.
2051 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2052 and continue to it. Read variable "server_pid".
2053
bf40a607
YQ
20542014-10-11 Yao Qi <yao@codesourcery.com>
2055
2056 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2057
052ca370
YQ
20582014-10-11 Yao Qi <yao@codesourcery.com>
2059
2060 * gdb.threads/thread-find.exp: Don't execute command
2061 "info threads".
2062 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2063 * gdb.threads/linux-dp.exp: Don't check the condition
2064 $threads_created equals to zero.
2065
3831839c
PA
20662014-10-10 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/bigcore.exp: Remove references to IRIX.
2069 * gdb.base/funcargs.exp: Likewise.
2070 * gdb.base/interrupt.exp: Likewise.
2071 * gdb.base/mips_pro.exp: Likewise.
2072 * gdb.base/nodebug.exp: Likewise.
2073 * gdb.base/setvar.exp: Likewise.
2074 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2075
8b9a549d
PA
20762014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2077 Pedro Alves <palves@redhat.com>
2078
2079 PR symtab/14466
2080 * gdb.base/vdso-warning.c: New file.
2081 * gdb.base/vdso-warning.exp: New file.
2082
d48ba5e8
DE
20832014-10-02 Doug Evans <dje@google.com>
2084
2085 * gdb.base/structs.c (main): Don't run forever.
2086
2278c276
PA
20872014-10-02 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2090 (top level) <stop threads 1, stop threads 2>: Use it.
2091
b57bacec
PA
20922014-10-02 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.threads/break-while-running.exp (test): Add new
2095 'update_thread_list' argument. Skip "info threads" if false.
2096 (top level): Add new 'update_thread_list' axis.
2097
13fd3ff3
PA
20982014-10-02 Pedro Alves <palves@redhat.com>
2099
2100 PR breakpoints/17431
2101 * gdb.base/execl-update-breakpoints.c: New file.
2102 * gdb.base/execl-update-breakpoints.exp: New file.
2103
0fec99e8
PA
21042014-10-01 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/breakpoint-in-ro-region.c: New file.
2107 * gdb.base/breakpoint-in-ro-region.exp: New file.
2108
2ddf4301
SM
21092014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2110
2111 * gdb.mi/mi-exit-code.exp: New file.
2112 * gdb.mi/mi-exit-code.c: New file.
2113
6a5f3f43
YQ
21142014-09-30 Yao Qi <yao@codesourcery.com>
2115
2116 * lib/prelink-support.exp (build_executable_own_libs): Error if
2117 the target isn't native.
2118
345bcc73
YQ
21192014-09-30 Yao Qi <yao@codesourcery.com>
2120
2121 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2122 false.
2123
a25a5a45
PA
21242014-09-22 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.threads/break-while-running.exp: New file.
2127 * gdb.threads/break-while-running.c: New file.
2128
00ba3162
YQ
21292014-09-19 Yao Qi <yao@codesourcery.com>
2130
2131 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2132 Invoke test. Restart GDB with --readnow and invoke test again.
2133
c3b7b696
YQ
21342014-09-19 Yao Qi <yao@codesourcery.com>
2135
2136 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2137 proc set_breakpoint_on_gcd_function. Invoke
2138 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2139 invoke set_breakpoint_on_gcd_function again.
2140
2b4fd423
DE
21412014-09-18 Doug Evans <dje@google.com>
2142
2143 * gdb.dwarf2/symtab-producer.exp: New file.
2144
a5947601
SDJ
21452014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2146
2147 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2148 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2149 * gdb.base/global-var-nested-by-dso.c: Likewise.
2150 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2151
91c19059
SDJ
21522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2153 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.base/watch-bitfields.exp: Pass string other than test file
2156 name to prepare_for_testing.
2157 (watch): New procedure.
2158 (expect_watchpoint): Use with_test_prefix.
2159 (top level): Factor out tests to ...
2160 (test_watch_location, test_regular_watch): ... these new
2161 procedures, and use with_test_prefix and gdb_continue_to_end.
2162
bb9d5f81
PP
21632014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2164
2165 PR breakpoints/12526
2166 * gdb.base/watch-bitfields.exp: New file.
2167 * gdb.base/watch-bitfields.c: New file.
2168
635856f5
PA
21692014-09-16 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2172 software and hardware addresses, not software address against
2173 itself.
2174
7280ceea
PA
21752014-09-16 Pedro Alves <palves@redhat.com>
2176
2177 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2178 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2179
428b16bd
PA
21802014-09-16 Pedro Alves <palves@redhat.com>
2181
2182 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2183 files.
2184 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2185 "*-*-vxworks*" throughout.
2186 * gdb.base/break.exp: Likewise.
2187 * gdb.base/default.exp: Likewise.
2188 * gdb.base/scope.exp: Likewise.
2189 * gdb.base/sepdebug.exp: Likewise.
2190 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2191 throughout.
2192 * gdb.base/run.c: Likewise.
2193 * gdb.base/sepdebug.c: Likewise.
2194 * gdb.hp/gdb.aCC/run.c: Likewise.
2195 * gdb.reverse/until-reverse.c: Likewise.
2196 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2197
666d413c
YQ
21982014-09-16 Yao Qi <yao@codesourcery.com>
2199
2200 * boards/local-remote-host-native.exp: New file.
2201
57cbd724
DE
22022014-09-14 Doug Evans <xdje42@gmail.com>
2203
2204 * gdb.threads/queue-signal.c (thread_count): New variable.
2205 (thread_count_mutex, thread_count_condvar): New variables.
2206 (incr_thread_count, wait_all_threads_running): New functions.
2207 (main): Wait for all threads to be in their thread functions.
2208
81219e53
DE
22092014-09-13 Doug Evans <xdje42@gmail.com>
2210
2211 * gdb.threads/queue-signal.c: New file.
2212 * gdb.threads/queue-signal.exp: New file.
2213
3714cea7
DE
22142014-09-13 Doug Evans <xdje42@gmail.com>
2215
2216 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2217 be consistent with what default_gdb_init uses.
2218 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2219 the plain text of the prompt. Add some logging printfs.
2220 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2221
fa43b1d7
PA
22222014-09-12 Pedro Alves <palves@redhat.com>
2223
2224 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2225 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2226 * gdb.arch/i386-size-overlap.exp: Likewise.
2227 * gdb.arch/i386-size.exp: Likewise.
2228 * gdb.arch/i386-unwind.exp: Likewise.
2229 * gdb.base/a2-run.exp: Likewise.
2230 * gdb.base/break.exp: Likewise.
2231 * gdb.base/charset.exp: Likewise.
2232 * gdb.base/chng-syms.exp: Likewise.
2233 * gdb.base/commands.exp: Likewise.
2234 * gdb.base/dbx.exp: Likewise.
2235 * gdb.base/find.exp: Likewise.
2236 * gdb.base/funcargs.exp: Likewise.
2237 * gdb.base/jit-simple.exp: Likewise.
2238 * gdb.base/reread.exp: Likewise.
2239 * gdb.base/sepdebug.exp: Likewise.
2240 * gdb.base/step-bt.exp: Likewise.
2241 * gdb.cp/mb-inline.exp: Likewise.
2242 * gdb.cp/mb-templates.exp: Likewise.
2243 * gdb.objc/basicclass.exp: Likewise.
2244 * gdb.threads/killed.exp: Likewise.
2245
9d9bf2df
EBM
22462014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2247
2248 PR tdep/17379
2249 * gdb.arch/powerpc-stackless.S: New file.
2250 * gdb.arch/powerpc-stackless.exp: New file.
2251
1cf2f1b0
JK
22522014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2253
2254 * gdb.base/attach.c: Include unistd.h.
2255 (main): Call alarm. Add label postloop.
2256 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2257 gdb_breakpoint, gdb_continue_to_breakpoint.
2258 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2259
98880d46
PA
22602014-09-11 Pedro Alves <palves@redhat.com>
2261
2262 PR gdb/17347
2263 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2264 * gdb.base/attach.exp (test_command_line_attach_run): New
2265 procedure.
2266 (top level): Call it.
2267
4c92ff2c
PA
22682014-09-11 Pedro Alves <palves@redhat.com>
2269
2270 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2271 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2272 (do_command_attach_tests): Use spawn_wait_for_attach.
2273 * gdb.base/solib-overlap.exp: Likewise.
2274 * gdb.multi/multi-attach.exp: Likewise.
2275 * gdb.python/py-prompt.exp: Likewise.
2276 * gdb.python/py-sync-interp.exp: Likewise.
2277 * gdb.server/ext-attach.exp: Likewise.
2278
3adc1a7d
GKB
22792014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2280
2281 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2282 command in testcase. Simplify testcase.
2283
96334934
JB
22842014-09-10 Joel Brobecker <brobecker@adacore.com>
2285
2286 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2287
eb479039
JB
22882014-09-10 Joel Brobecker <brobecker@adacore.com>
2289
2290 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2291
deede10c
JB
22922014-09-10 Joel Brobecker <brobecker@adacore.com>
2293
2294 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2295
7828a5f5
JB
22962014-09-10 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.dwarf2/dynarr-ptr.c: New file.
2299 * gdb.dwarf2/dynarr-ptr.exp: New file.
2300
33aeebcf
MR
23012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2302
2303 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2304 of 30 rather than hardcoding 120 for a slow test case. Take the
2305 `gdb,timeout' target setting into account for this calculation.
2306 Don't extend the timeout for the test cases that don't need it.
2307
7b415901
MR
23082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2309
2310 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2311 a factor of 2 for a slow test case. Take the `gdb,timeout'
2312 target setting into account for this calculation.
2313 * gdb.reverse/until-precsave.exp: Increase the timeout by
2314 a factor of 15 and 3 respectively rather than adding 120
2315 for a pair of slow test cases. Take the `gdb,timeout'
2316 target setting into account for this calculation.
2317
4a40f85a
MR
23182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2319
2320 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2321 timeout, don't pass one down to gdb_expect.
2322 (gdb_expect): Rework timeout selection.
2323
09635af7
MR
23242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2325
2326 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2327 exception on timeout.
2328 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2329 (gdbserver_start_extended): Catch any `gdbserver_start' error
2330 exceptions.
2331 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2332 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2333 `gdbserver_gdb_load' error exceptions.
2334
2bdd10b7
MR
23352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2336
2337 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2338 120 on waiting for the TCP socket to open.
2339
316935f0
DE
23402014-09-09 Doug Evans <xdje42@gmail.com>
2341
2342 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2343 _caller_matches, _any_caller_is, _any_caller_matches.
2344
83740597
DE
23452014-09-09 Doug Evans <xdje42@gmail.com>
2346
2347 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2348
4c122fc3
YQ
23492014-09-09 Yao Qi <yao@codesourcery.com>
2350
2351 * gdb.mi/mi-var-display.exp: Set print symbol off.
2352
a9f116cb
GKB
23532014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2354
2355 PR gdb/17035
2356 * gdb.base/commands.exp: Add tests to verify user-defined
2357 commands with empty bodies.
2358 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2359 python commands in `show user command`.
2360 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2361 scheme commands in `show user command`.
2362
c75bd3a2
JK
23632014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 PR python/17355
2366 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2367 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2368 * gdb.python/py-framefilter-invalidarg.exp: New file.
2369 * gdb.python/py-framefilter-invalidarg.py: New file.
2370
faa42425
DE
23712014-09-06 Doug Evans <xdje42@gmail.com>
2372
2373 PR 15276
2374 * gdb.python/py-caller-is.c: New file.
2375 * gdb.python/py-caller-is.exp: New file.
2376
474ca4f6
SDJ
23772014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2378
2379 PR gdb/17235
2380 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2381 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2382
eb0b0463
SDJ
23832014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2384
2385 PR fortran/17237
2386 * gdb.fortran/print-formatted.exp: New file.
2387 * gdb.fortran/print-formatted.f90: Likewise.
2388
5f3b99cf
SS
23892014-09-03 Sasha Smundak <asmundak@google.com>
2390
2391 * gdb.python/py-frame.exp: Test Frame.read_register.
2392
7d793aa9
SDJ
23932014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2394
2395 PR python/16699
2396 * gdb.python/py-completion.exp: New file.
2397 * gdb.python/py-completion.py: Likewise.
2398
fb0576e9
DE
23992014-08-28 Doug Evans <dje@google.com>
2400
2401 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2402 eax,etc. are live with values set by gdb and thus the compiler can't
2403 use them.
2404 * gdb.arch/i386-pseudo.c (main): Ditto.
2405
ee92b0dd
DE
24062014-08-27 Doug Evans <dje@google.com>
2407
2408 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2409
6649db35
DE
24102014-08-25 Doug Evans <dje@google.com>
2411
2412 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2413 (main): Ditto.
2414
564b7600
DE
24152014-08-25 Doug Evans <dje@google.com>
2416
2417 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2418
3881fb67
YQ
24192014-08-24 Yao Qi <yao@codesourcery.com>
2420
2421 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2422 symbol off.
2423 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2424
a05a36a5
DE
24252014-08-22 Doug Evans <dje@google.com>
2426
2427 PR 17276
2428 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2429 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2430 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2431
7c343b48
YQ
24322014-08-22 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2435 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2436 * gdb.python/python.exp: Likewise. Use .py file on the host
2437 instead of the build.
2438
22fd09ae
JK
24392014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 * gdb.threads/gcore-stale-thread.c: New file.
2442 * gdb.threads/gcore-stale-thread.exp: New file.
2443
a8454a7c
PA
24442014-08-21 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2447 * gdb.base/gcore-relro-pie.exp: Likewise.
2448 * gdb.base/gcore-relro.exp: Likewise.
2449 * gdb.base/gcore.exp: Likewise.
2450 * gdb.base/print-symbol-loading.exp: Likewise.
2451 * gdb.threads/gcore-thread.exp: Likewise.
2452 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2453
2a31c623
PA
24542014-08-20 Pedro Alves <palves@redhat.com>
2455 Jan Kratochvil <jan.kratochvil@redhat.com>
2456
2457 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2458 configure.
2459 (EXPECT): Handle READ1 being set.
2460 (all): Depend on EXTRA_RULES.
2461 (check-read1, expect-read1, read1.so, read1): New rules.
2462 * README (Testsuite Parameters): Document the READ1 make variable.
2463 (Race detection): New section.
2464 * configure: Regenerate.
2465 * configure.ac: If build==host==target, and running under a
2466 GNU/glibc system, add read1 to the extra Makefile rules.
2467 (EXTRA_RULES): AC_SUBST it.
2468 * lib/read1.c: New file.
2469
d36430db
JB
24702014-08-20 Joel Brobecker <brobecker@adacore.com>
2471
2472 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2473 the handling of variables declared as a typedef to an array
2474 which a DW_AT_data_location attribute.
2475
9a0dc9e3
PA
24762014-08-19 Andrew Burgess <aburgess@broadcom.com>
2477 Pedro Alves <palves@redhat.com>
2478
2479 PR symtab/14604
2480 PR symtab/14605
2481 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2482 gdb_test.
2483
0718a8da
PA
24842014-08-19 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2487
13b448cd
YQ
24882014-08-19 Yao Qi <yao@codesourcery.com>
2489
2490 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2491 right line.
2492
1cbf5077
DB
24932014-08-18 David Blaikie <dblaikie@gmail.com>
2494
2495 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2496
bf0fae19
JB
24972014-08-18 Joel Brobecker <brobecker@adacore.com>
2498
2499 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2500 attribute in array range.
2501
3c8c5dcc
JB
25022014-08-18 Joel Brobecker <brobecker@adacore.com>
2503
2504 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2505
e66d4446
SC
25062014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2507
2508 PR c++/17132
2509 * gdb.cp/pr17132.cc: New file.
2510 * gdb.cp/pr17132.exp: New file.
2511
940df408
SC
25122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2513
2514 * gdb.python/py-xmethods.py (A_getarrayind)
2515 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2516 Use 'print' with function call syntax.
2517 (E_method_matcher.match): Fix tab vs space indentation mixup.
2518
ebcc6c3a
YQ
25192014-08-15 Yao Qi <yao@codesourcery.com>
2520
2521 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2522 false.
2523
775e0f04
YQ
25242014-08-15 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.cp/casts.exp: Set print symbol off.
2527 * gdb.cp/class2.exp: Likewise.
2528 * gdb.cp/overload.exp: Likewise.
2529 * gdb.cp/templates.exp: Likewise.
2530
d769e349
DE
25312014-08-11 Doug Evans <dje@google.com>
2532
2533 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2534 (test_load_shlib): Update.
2535
20c6f1e1
YQ
25362014-08-09 Yao Qi <yao@codesourcery.com>
2537
2538 * gdb.base/display.exp: Invoke is_address_zero_readable.
2539 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2540 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2541 * gdb.base/hbreak-unmapped.exp: Return if
2542 is_address_zero_readable returns true.
2543 * gdb.base/signest.exp: Likewise.
2544 * gdb.base/signull.exp: Likewise.
2545 * gdb.base/sigbpt.exp: Likewise.
2546 * gdb.guile/scm-disasm.exp: Do the test if
2547 is_address_zero_readable returns false.
2548 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2549 * gdb.python/py-arch.exp: Likewise.
2550 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2551 * lib/gdb.exp (is_address_zero_readable): New proc.
2552
5792e8e3
YQ
25532014-08-09 Yao Qi <yao@codesourcery.com>
2554
2555 PR testsuite/13443
2556 * gdb.mi/mi-var-display.exp: Make test messages unique.
2557
3cecbbbe
TT
25582014-08-04 Tom Tromey <tromey@redhat.com>
2559
2560 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2561 target 0".
2562
00b51ff5
TT
25632014-08-04 Tom Tromey <tromey@redhat.com>
2564
2565 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2566 "target_resume".
2567
6908c509
JB
25682014-08-01 Joel Brobecker <brobecker@adacore.com>
2569
2570 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2571 inner_vla_struct_object_size.
2572 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2573 as xfail.
2574
cc6563d2
PA
25752014-07-30 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2578 comment.
2579
7e09a223
YQ
25802014-07-29 Yao Qi <yao@codesourcery.com>
2581
2582 PR gdb/17206
2583 * gdb.base/until-nodebug.exp: New.
2584
7ebdbe92
DE
25852014-07-28 Doug Evans <xdje42@gmail.com>
2586
2587 PR guile/17203
2588 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2589 previously existing parameter, and previously ambiguously spelled
2590 parameter.
2591
fdb1adc6
WN
25922014-07-28 Will Newton <will.newton@linaro.org>
2593
2594 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2595
186fcde0
DE
25962014-07-26 Ludovic Courtès <ludo@gnu.org>
2597 Doug Evans <xdje42@gmail.com>
2598
2599 PR guile/17146
2600 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2601
70509625
PA
26022014-07-25 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.threads/signal-command-handle-nopass.c: New file.
2605 * gdb.threads/signal-command-handle-nopass.exp: New file.
2606 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2607 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2608 * gdb.threads/signal-delivered-right-thread.c: New file.
2609 * gdb.threads/signal-delivered-right-thread.exp: New file.
2610
c3f814a1
PA
26112014-07-25 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/double-prompt-target-event-error.exp
2614 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2615 match.
2616 (cancel_pagination_in_target_event): Rework double prompt
2617 detection.
2618 * gdb.base/paginate-after-ctrl-c-running.exp
2619 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2620 <return>' match.
2621 * gdb.base/paginate-bg-execution.exp
2622 (test_bg_execution_pagination_return)
2623 (test_bg_execution_pagination_cancel): Remove '-notransfer
2624 <return>' matches.
2625 * gdb.base/paginate-execution-startup.exp
2626 (test_fg_execution_pagination_return)
2627 (test_fg_execution_pagination_cancel): Remove '-notransfer
2628 <return>' matches.
2629 * gdb.base/paginate-inferior-exit.exp
2630 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2631 match.
2632 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2633 * lib/gdb.exp (pagination_prompt): Run text through
2634 string_to_regexp.
2635 (gdb_test_multiple): Match $pagination_prompt instead of
2636 "<return>".
2637 (string_to_regexp): Move to lib/gdb-utils.exp.
2638
e214cf6c
JK
26392014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2640
2641 * gdb.arch/amd64-entry-value-paramref.S: New file.
2642 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2643 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2644 * gdb.arch/amd64-optimout-repeat.S: New file.
2645 * gdb.arch/amd64-optimout-repeat.c: New file.
2646 * gdb.arch/amd64-optimout-repeat.exp: New file.
2647
17d0c5c8
JK
26482014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2649
2650 PR gdb/17170
2651 * gdb.base/statistics.exp: New file.
2652
b8b8facf
DE
26532014-07-17 Doug Evans <dje@google.com>
2654
74b49205 2655 PR gdb/17170
b8b8facf
DE
2656 * gdb.base/maint.exp: Update testing of per-command stats.
2657
1b5d0ab3
PA
26582014-07-16 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2661 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2662 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2663 (tfile_write_buf): New functions.
2664 (add_memory_block): Rewrite using the above.
2665 (adjust_function_address): New function.
2666 (FUNCTION_ADDRESS): New macro.
2667 (write_basic_trace_file): Remove short_x local, and use
2668 tfile_write_16. Change type of func_addr local to unsigned long
2669 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2670 here. Cast argument of add_memory_block to char pointer.
2671 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2672 (main): Remove parameters.
2673 * gdb.trace/tfile.exp: Remove nowarnings.
2674
4d974e88
SM
26752014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2676
2677 * gdb.base/debug-expr.exp: Test string evaluation with
2678 "debug expression" on.
2679
41e99568
PA
26802014-07-15 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.base/reread.exp: Use clean_restart.
2683
487d9753
PL
26842014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2685
2686 * gdb.arch/avr-flash-qualifer.c: New.
2687 * gdb.arch/avr-flash-qualifer.exp: New.
2688
cc1c52ad
PA
26892014-07-14 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2692 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2693
1e973570
PA
26942014-07-14 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.base/double-prompt-target-event-error.c: New file.
2697 * gdb.base/double-prompt-target-event-error.exp: New file.
2698
93d6eb10
PA
26992014-07-14 Pedro Alves <palves@redhat.com>
2700
2701 PR gdb/17072
2702 * gdb.base/paginate-inferior-exit.c: New file.
2703 * gdb.base/paginate-inferior-exit.exp: New file.
2704
0017922d
PA
27052014-07-14 Pedro Alves <palves@redhat.com>
2706
2707 PR gdb/17072
2708 * gdb.base/paginate-bg-execution.c: New file.
2709 * gdb.base/paginate-bg-execution.exp: New file.
2710
94696ad3
PA
27112014-07-14 Pedro Alves <palves@redhat.com>
2712
2713 PR gdb/17072
2714 * gdb.base/paginate-execution-startup.c: New file.
2715 * gdb.base/paginate-execution-startup.exp: New file.
2716 * lib/gdb.exp (pagination_prompt): New global.
2717 (default_gdb_spawn): New procedure, factored out from
2718 default_gdb_spawn.
2719 (default_gdb_start): Adjust to call default_gdb_spawn.
2720 (gdb_spawn): New procedure.
2721
bd293940
PA
27222014-07-14 Pedro Alves <palves@redhat.com>
2723
2724 * lib/gdb.exp (gdb_assert): New procedure.
2725 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2726
c933f875
PA
27272014-07-14 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.base/execution-termios.c: New file.
2730 * gdb.base/execution-termios.exp: New file.
2731
d98b7a16
TT
27322014-07-14 Tom Tromey <tromey@redhat.com>
2733
2734 * gdb.cp/vla-cxx.cc: New file.
2735 * gdb.cp/vla-cxx.exp: New file.
2736
548740d6
TT
27372014-07-14 Tom Tromey <tromey@redhat.com>
2738
2739 * gdb.reverse/rerun-prec.c: New file.
2740 * gdb.reverse/rerun-prec.exp: New file.
2741
a25eb028
MR
27422014-07-12 Maciej W. Rozycki <macro@mips.com>
2743 Maciej W. Rozycki <macro@codesourcery.com>
2744
2745 * lib/gdb-utils.exp: New file.
2746 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2747 inline `gdb_init_command' processing.
2748 (gdb_start_cmd): Likewise.
2749 * lib/mi-support.exp (mi_run_cmd): Likewise.
2750 * README: Document `gdb_init_command' and `gdb_init_commands'.
2751
218c2655
JK
27522014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 Fix false FAIL running under a very long directory name.
2755 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2756 and "set print elements 10000". Twice.
2757
5401fde3
YQ
27582014-07-11 Yao Qi <yao@codesourcery.com>
2759
2760 * gdb.base/exprs.exp: "set print symbol off".
2761
e76126e8
PA
27622014-07-11 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.threads/kill.c: New file.
2765 * gdb.threads/kill.exp: New file.
2766
2d6f0de6
YQ
27672014-07-10 Yao Qi <yao@codesourcery.com>
2768
2769 * gdb.trace/tfile.c (write_basic_trace_file)
2770 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2771 address written to trace file.
2772
7180e04a
PA
27732014-07-09 Pedro Alves <palves@redhat.com>
2774
2775 * gdb.base/attach-wait-input.exp: New file.
2776 * gdb.base/attach-wait-input.c: New file.
2777
9a9a7608
AB
27782014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2781 setting up test structures.
2782 (main): Call new test function.
2783 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2784 test function, continue into test function and walk test
2785 structures.
2786
161ac41e
YQ
27872014-07-02 Yao Qi <yao@codesourcery.com>
2788
2789 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2790 'bar_start' at the beginning of functions 'foo' and 'bar'
2791 respectively.
2792 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2793 instead of 'foo' and 'bar'.
2794
1f267ae3
MM
27952014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2796
2797 * gdb.btrace/segv.exp: New.
2798 * gdb.btrace/segv.c: New.
2799
2b239efb
LM
28002014-07-02 Luis Machado <lgustavo@codesourcery.com>
2801
2802 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2803 instruction.
2804
cf363f18
MW
28052014-06-30 Mark Wielaard <mjw@redhat.com>
2806
2807 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2808 vulture, vilify, villar): New volatile array constants.
2809 (vindictive, vegetation): New const volatile array constants.
2810 * gdb.base/volatile.exp: Test volatile and const volatile array
2811 types.
2812
aebf9d24
AA
28132014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2814
2815 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2816 target lacks support for awatch, rwatch, or hbreak.
2817
b67a2c6f
YQ
28182014-06-27 Yao Qi <yao@codesourcery.com>
2819
2820 * gdb.multi/dummy-frame-restore.exp: New.
2821 * gdb.multi/dummy-frame-restore.c: New.
2822
aef92902
MM
28232014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2824
2825 * gdb.btrace/gcore.exp: New.
2826
8e9db26e
PA
28272014-06-23 Pedro Alves <palves@redhat.com>
2828
2829 * gdb.base/watchpoint-reuse-slot.c: New file.
2830 * gdb.base/watchpoint-reuse-slot.exp: New file.
2831
70afc5b7
SC
28322014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2833
2834 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2835 progspace's filename in 'info', 'enable' and 'disable' command
2836 tests.
2837
b972bd9c
JK
28382014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2839
2840 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2841 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2842 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2843
125f8a3d
GB
28442014-06-20 Gary Benson <gbenson@redhat.com>
2845
2846 * gdb.arch/i386-avx.exp: Fix include file location.
2847 * gdb.arch/i386-sse.exp: Likewise.
2848
3ed9baed
IB
28492014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2850
2851 * gdb.dlang/expression.exp: New file.
2852
034f788c
PA
28532014-06-19 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2856 out from ...
2857 (top level): ... here. Iterate running tests under different
2858 scheduler-locking settings.
2859
45371d0c
LM
28602014-06-18 Luis Machado <lgustavo@codesourcery.com>
2861
2862 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2863 to DW_FORM_addr and use non-zero addresses.
2864
5d376983
SC
28652014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2866
2867 PR gdb/17017
2868 * gdb.python/py-xmethods.cc: Add global function call counters and
2869 increment them in their respective functions. Remove "cout"
2870 statements.
2871 * gdb.python/py-xmethods.exp: Make tests check the global function
2872 call counters instead of depending on inferior IO.
2873
a1aa2221
LM
28742014-06-18 Don Breazeal <donb@codesourcery.com>
2875
2876 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2877 Deleted procedure.
2878 (explicit_fork_parent_follow): Deleted procedure.
2879 (explicit_fork_child_follow): Deleted procedure.
2880 (test_follow_fork): New procedure.
2881 (do_fork_tests): Replace calls to deleted procedures with
2882 calls to test_follow_fork and reset GDB for subsequent
2883 procedure calls.
2884
0fc05997
YQ
28852014-06-17 Yao Qi <yao@codesourcery.com>
2886
2887 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2888 CP1252.
2889
70795c52
LM
28902014-06-17 Luis Machado <lgustavo@codesourcery.com>
2891
2892 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2893 Initialize ptr and S explicitly.
2894 (skip_type_update_when_not_use_rtti_test): Likewise.
2895
6be47f0c
KS
28962014-06-16 Keith Seitz <keiths@redhat.com>
2897
2898 PR mi/15863
2899 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2900 the inferior is started.
2901
d03de421
PA
29022014-06-16 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/break-main-file-remove-fail.c: New file.
2905 * gdb.base/break-main-file-remove-fail.exp: New file.
2906 * gdb.base/break-unload-file.exp: Use build_executable instead of
2907 prepare_for_testing.
2908 (test_break): New parameter "initial_load". Handle it.
2909 (top level): Add initial_load cmdline/file axis.
2910
f9579b99
TT
29112014-06-12 Tom Tromey <tromey@redhat.com>
2912
2913 * gdb.base/completion.exp: Don't use directory name in test.
2914
3657956b
GB
29152014-06-09 Gary Benson <gbenson@redhat.com>
2916
2917 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2918 separate the always-available ANSI-standard signals from the
2919 signals that require checking.
2920 (main): Likewise.
2921 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2922 Likewise.
2923 (main): Likewise.
2924
4186eb54
KS
29252014-06-07 Keith Seitz <keiths@redhat.com>
2926
2927 Revert:
2928 PR c++/16253
2929 * gdb.cp/var-tag.cc: New file.
2930 * gdb.cp/var-tag.exp: New file.
2931 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2932 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2933 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2934 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2935
25326a28 29362014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2937
2938 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2939
829155c9
PA
29402014-06-06 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2943 in target debug output instead of looking at RSP packets,
2944 disabling the test on any target that uses hardware stepping.
2945 Update comments.
2946
61c8d22e
PA
29472014-06-06 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/break-unload-file.exp: Fix typo.
2950
d9a47287
YQ
29512014-06-06 Yao Qi <yao@codesourcery.com>
2952
2953 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2954 from "jit_function" to "^jit_function".
2955
e5e01dbf
YQ
29562014-06-06 Yao Qi <yao@codesourcery.com>
2957
2958 * gdb.base/async.c (foo): Add one statement.
2959 * gdb.base/async.exp: Get the next instruction address and
2960 match the output of "nexti" by instruction address. Match
2961 the hex address in the output of "finish".
2962
73ba372c
GB
29632014-06-06 Gary Benson <gbenson@redhat.com>
2964
2965 * gdb.base/call-signals.c: Remove preprocessor conditionals
2966 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2967 SIGSEGV and SIGTERM.
2968 * gdb.base/sigall.c: Likewise.
2969 * gdb.base/unwindonsignal.c: Likewise.
2970 * gdb.reverse/sigall-reverse.c: Likewise.
2971
831517df
YQ
29722014-06-06 Yao Qi <yao@codesourcery.com>
2973
2974 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2975 readable, skip the test.
2976
b8b91e98
YQ
29772014-06-06 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.threads/staticthreads.c (thread_function): Move the line
2980 setting breakpoint on forward.
2981 * gdb.threads/staticthreads.exp: Update comments.
2982
fb934770
LC
29832014-06-05 Ludovic Courtès <ludo@gnu.org>
2984
2985 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2986 "history-append! type error".
2987
6ef284bd
SM
29882014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2991 erroneous dprintf expected input.
2992
a872e241
DE
29932014-06-04 Doug Evans <xdje42@gmail.com>
2994
2995 * gdb.guile/scm-generics.exp: Delete.
2996
16f691fb
DE
29972014-06-04 Doug Evans <xdje42@gmail.com>
2998
2999 * gdb.guile/scm-breakpoint.exp: Update.
3000 Add tests for breakpoint registration.
3001
012370f6
TT
30022014-06-04 Tom Tromey <tromey@redhat.com>
3003
3004 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3005 VLA-in-union.
3006 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3007 inner_vla_struct, vla_union types. Initialize objects of those
3008 types and compute their sizes.
3009
9f5a4cef
HZ
30102014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3011 Hui Zhu <hui@codesourcery.com>
3012
3013 * gdb.base/fileio.exp: Add test for shell not available as well as
3014 available.
3015 * gdb.base/fileio.c (test_system): Check for shell twice.
3016
90a45c4d
YQ
30172014-06-04 Yao Qi <yao@codesourcery.com>
3018
3019 * gdb.base/auto-connect-native-target.exp: Remove redundant
3020 space from the regexp pattern.
3021
70017e41
YQ
30222014-06-04 Yao Qi <yao@codesourcery.com>
3023
3024 * gdb.base/default.exp: Replace "child" with "native" in
3025 regexp pattern.
3026
883964a7
SC
30272014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3028
3029 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3030 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3031 * gdb.python/py-xmethods.py: Python script supporting the
3032 new testcase and tests.
3033
ef370185
JB
30342014-06-03 Joel Brobecker <brobecker@adacore.com>
3035 Pedro Alves <palves@redhat.com>
3036
3037 PR breakpoints/17000
3038 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3039 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3040
1e2ccb61
BM
30412014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3042
3043 * gdb.base/subst.exp: Add tests to verify partial path matching
3044 output.
3045
c6ec5ab2
PA
30462014-06-03 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3049 target that doesn't use software single-stepping.
3050
835c559f
PA
30512014-06-03 Pedro Alves <palves@redhat.com>
3052
3053 PR breakpoints/17000
3054 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3055 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3056
06eb1586
DE
30572014-06-02 Doug Evans <xdje42@gmail.com>
3058
3059 * gdb.guile/scm-parameter.exp: New file.
3060
e698b8c4
DE
30612014-06-02 Doug Evans <xdje42@gmail.com>
3062
3063 * gdb.guile/scm-cmd.c: New file.
3064 * gdb.guile/scm-cmd.exp: New file.
3065
ded03782
DE
30662014-06-02 Doug Evans <xdje42@gmail.com>
3067
3068 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3069 pretty-printer lookup.
3070 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3071 (make-pp_s-printer): Call it.
3072 (make-pretty-printer-from-dict): New function.
3073 (lookup-pretty-printer-maker-from-dict): New function.
3074 (*pretty-printer*): Simplify.
3075 (make-objfile-pp_s-printer): New function.
3076 (install-objfile-pretty-printers!): New function.
3077 (make-progspace-pp_s-printer): New function.
3078 (install-progspace-pretty-printers!): New function.
3079 * gdb.guile/scm-progspace.c: New file.
3080 * gdb.guile/scm-progspace.exp: New file.
3081
41fac0cf
PA
30822014-06-02 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/dprintf-bp-same-addr.c: New file.
3085 * gdb.base/dprintf-bp-same-addr.exp: New file.
3086
96ae5695
EBM
30872014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3088
3089 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3090 * gdb.arch/powerpc-power.s: Likewise.
3091
da02b3a8
JB
30922014-06-02 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3095
c72b2e7b
YQ
30962014-06-01 Yao Qi <yao@codesourcery.com>
3097
3098 * gdb.base/watchpoint.exp (test_watch_location): Check null
3099 pointer can be dereferenced. If not, do the test, otherwise
3100 skip it.
3101
53e8a631
AB
31022014-05-30 Andrew Burgess <aburgess@broadcom.com>
3103
3104 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3105 results.
3106 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3107
938f0e2f
AB
31082014-05-30 Andrew Burgess <aburgess@broadcom.com>
3109
3110 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3111 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3112 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3113 * gdb.arch/amd64-invalid-stack-top.c: New file.
3114 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3115
9ba6657a
PA
31162014-05-30 Pedro Alves <palves@redhat.com>
3117
3118 PR breakpoints/17000
3119 * gdb.base/sss-bp-on-user-bp.c: New file.
3120 * gdb.base/sss-bp-on-user-bp.exp: New file.
3121
522c09bf
DB
31222014-05-30 David Blaikie <dblaikie@gmail.com>
3123
3124 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3125 gnu_inline semantics via attribute.
3126 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3127 source explicitly specifies the required semantics.
3128
bf4ef81e
MR
31292014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3130
3131 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3132
329ea579
PA
31332014-05-29 Pedro Alves <palves@redhat.com>
3134 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.base/async-shell.exp: Don't enable target-async.
3137 * gdb.base/async.exp
3138 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3139 parameter. Adjust.
3140 (top level): Don't test with "target-async".
3141 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3142 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3143 * gdb.base/inferior-died.exp: Don't enable target-async.
3144 * gdb.base/interrupt-noterm.exp: Likewise.
3145 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3146 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3147 * gdb.mi/mi-nonstop.exp: Likewise.
3148 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3149 * gdb.mi/mi-nsintrall.exp: Likewise.
3150 * gdb.mi/mi-nsmoribund.exp: Likewise.
3151 * gdb.mi/mi-nsthrexec.exp: Likewise.
3152 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3153 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3154 * gdb.python/py-evsignal.exp: Don't enable target-async.
3155 * gdb.python/py-evthreads.exp: Likewise.
3156 * gdb.python/py-prompt.exp: Likewise.
3157 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3158 * gdb.server/solib-list.exp: Don't enable target-async.
3159 * gdb.threads/thread-specific-bp.exp: Likewise.
3160 * lib/mi-support.exp: Adjust to use mi-async.
3161
fd664c91
PA
31622014-05-29 Pedro Alves <palves@redhat.com>
3163
3164 PR gdb/13860
3165 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3166 reason, even in sync mode.
3167
251bde03
PA
31682014-05-29 Pedro Alves <palves@redhat.com>
3169 Hui Zhu <hui@codesourcery.com>
3170
3171 PR PR15693
3172 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3173 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3174 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3175 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3176
7f3c0343
JB
31772014-05-28 Joel Brobecker <brobecker@adacore.com>
3178
3179 * config/monitor.exp (gdb_target_monitor): Replace use of
3180 "set remotebaud" by "set serial baud".
3181
b2715b27
AW
31822014-05-26 Andy Wingo <wingo@igalia.com>
3183
3184 * gdb.guile/scm-breakpoint.exp:
3185 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3186 properties instead of gdb-object-properties.
3187
498a4489
YQ
31882014-05-26 Yao Qi <yao@codesourcery.com>
3189
3190 * gdb.server/no-thread-db.exp: Specify source file name
3191 explicitly when setting a breakpoint.
3192
589fdceb
MM
31932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3194
3195 * gdb.btrace/vdso.c: New.
3196 * gdb.btrace/vdso.exp: New.
3197
e9089e05
MM
31982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3199
3200 * gdb.base/gcore.exp (capture_command_output): Move ...
3201 * lib/gdb.exp (capture_command_output): ... here.
3202
67b5c0c1
MM
32032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3204
3205 * gdb.btrace/data.exp: Test memory access during btrace replay.
3206
a2199296
SM
32072014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3210
17b2616c
PA
32112014-05-21 Pedro Alves <palves@redhat.com>
3212
3213 PR gdb/13860
3214 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3215 (top level): Test that output related to execution commands is
3216 sent to the console with CLI commands, but not with MI commands.
3217 Test that breakpoint events are always mirrored to the console.
3218 Also expect the new source line to be output after a "next" in
3219 async mode too. Make it a pass/fail test.
3220 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3221 output.
3222 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3223
5166082f
PA
32242014-05-21 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3227 Use them to test variations of "list" after reaching a breakpoint.
3228 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3229 Test "list" with listsize 10 after reaching a breakpoint.
3230 * gdb.python/python.exp (decode_line current location line
3231 number): Adjust expected line number.
3232
2f25d70f
SM
32332014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3236 behavior for $args, pass it directly to "run".
3237
ff604a67
MR
32382014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3239
3240 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3241 30000 to 65536.
3242
6a3cb8e8
PA
32432014-05-21 Pedro Alves <palves@redhat.com>
3244
3245 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3246 auto-connect-native-target off".
3247 * gdb.base/auto-connect-native-target.c: New file.
3248 * gdb.base/auto-connect-native-target.exp: New file.
3249
4ebfc96e
PA
32502014-05-21 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.base/default.exp: Test "target native" instead of "target
3253 child".
3254
36d46afb
MW
32552014-05-21 Mark Wielaard <mjw@redhat.com>
3256
3257 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3258
5876f503
JK
32592014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 Fix TLS access for -static -pthread.
3262 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3263 <HAVE_TLS> (thread_function, main): Initialize it.
3264 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3265 Add clean_restart.
3266 <$have_tls != "">: Check TLSVAR.
3267
0256a6ac
PA
32682014-05-21 Pedro Alves <palves@redhat.com>
3269
3270 * gdb.base/dcache-line-read-error.c: New.
3271 * gdb.base/dcache-line-read-error.exp: New.
3272
936d2992
PA
32732014-05-20 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/compare-sections.c: New file.
3276 * gdb.base/compare-sections.exp: New file.
3277
802e8e6d
PA
32782014-05-20 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.base/break-idempotent.c: New file.
3281 * gdb.base/break-idempotent.exp: New file.
3282
e59fa00f
MM
32832014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3284
3285 * gdb.btrace/nohist.exp: New.
3286
8b696e31
YQ
32872014-05-20 Yao Qi <yao@codesourcery.com>
3288
3289 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3290 gdb.reverse directory and gdb_reverse_timeout exists in board
3291 setting.
3292 * README: Document gdb_reverse_timeout.
3293
73c9764f
YQ
32942014-05-20 Yao Qi <yao@codesourcery.com>
3295
3296 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3297 'test_file_name'. Treat args as a string instead of a list.
3298 (gdb_init): Rename argument 'args' by 'test_file_name'.
3299
f1f4348a
JK
33002014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 * gdb.arch/powerpc-power.exp: New file.
3303 * gdb.arch/powerpc-power.s: New file.
3304
0dbe70ce
DE
33052014-05-16 Doug Evans <dje@google.com>
3306
3307 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3308 * gdb.base/completion.exp: Check that all expected files exist
3309 before doing file completion.
0dbe70ce 3310
8d551b02
DE
33112014-05-16 Doug Evans <dje@google.com>
3312
3313 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3314 Update.
3315 (do_syscall_tests_without_xml): Update.
3316
73eb7709
PA
33172014-05-16 Pedro Alves <palves@redhat.com>
3318
3319 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3320 instead of "unknown output after running".
3321
3fae92fc
YQ
33222014-05-16 Yao Qi <yao@codesourcery.com>
3323
3324 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3325 file1.txt from host at the end.
3326 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3327
c2b2ccc5
DE
33282014-05-15 Doug Evans <dje@google.com>
3329
3330 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3331 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3332 loading file. Add test for TU lookup.
3333
8c217a4b
SM
33342014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3335
3336 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3337 calling "-exec-arguments" or "set args" before running the
3338 inferior.
3339
3deb39c6
SM
33402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3341
3342 * lib/mi-support.exp (mi_expect_stop): Expect message for
3343 inferiors that exit with non-zero exit code.
3344
71a79f8c
YQ
33452014-05-14 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3348 match absolute path on remote host.
3349 (test_file_list_exec_source_files): Remove "/" from the
3350 pattern.
3351
f23fcd46
YQ
33522014-05-14 Yao Qi <yao@codesourcery.com>
3353
3354 * boards/local-remote-host-notty.exp (${board}_file): New
3355 proc.
3356
9404b58f
KM
33572014-05-07 Kyle McMartin <kyle@redhat.com>
3358
3359 Pushed by Joel Brobecker <brobecker@adacore.com>.
3360 * gdb.arch/aarch64-atomic-inst.c: New file.
3361 * gdb.arch/aarch64-atomic-inst.exp: New file.
3362
5e45f04c
YQ
33632014-05-07 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3366 in current context" too.
3367
c888a17d
KS
33682014-05-05 Keith Seitz <keiths@redhat.com>
3369
3370 * gdb.linespec/ls-dollar.exp: Add test for linespec
3371 file:convenience_variable.
3372
290a839c
YQ
33732014-05-05 Yao Qi <yao@codesourcery.com>
3374
3375 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3376 traceframes into tfile and ctf trace files. Read data from
3377 trace file and test collected data.
3378 (gdb_collect_locals_test): Likewise.
3379 (gdb_unavailable_registers_test): Likewise.
3380 (gdb_unavailable_floats): Likewise.
3381 (gdb_collect_globals_test): Likewise.
3382 (top-level): Append "ctf" to trace_file_targets if GDB
3383 supports.
3384
b5262cd0
YQ
33852014-05-05 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3388 code to ...
3389 (gdb_collect_args_test_1): ... it. New proc.
3390 (gdb_collect_locals_test): Move some code to ...
3391 (gdb_collect_locals_test_1): ... it. New proc.
3392 (gdb_unavailable_registers_test): Move some code to ...
3393 (gdb_unavailable_registers_test_1): ... it. New proc.
3394 (gdb_unavailable_floats): Move some code to ...
3395 (gdb_unavailable_floats_1): ... it. New proc.
3396
30a1e6cc
SDJ
33972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3398
3399 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3400 probes to test for bitness recognition.
3401 * gdb.arch/amd64-stap-optional-prefix.exp
3402 (test_probe_value_without_reg): New procedure.
3403 Add code to test for different kinds of bitness.
3404
f33da99a
SDJ
34052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3406
3407 PR breakpoints/16889
3408 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3409 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3410
5b80f00d
PA
34112014-05-01 Pedro Alves <palves@redhat.com>
3412
3413 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3414 gdb_file_cmd if no file is specified.
3415 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3416 last_loaded_file to set the remote exec-file.
3417
f8c2a73c
PA
34182014-05-01 Pedro Alves <palves@redhat.com>
3419
3420 * boards/local-remote-host.exp: New file.
3421
be6e8ac7
PA
34222014-05-01 Pedro Alves <palves@redhat.com>
3423
3424 * boards/local-remote-host.exp: Rename to ...
3425 * boards/local-remote-host-notty.exp: ... this.
3426
cac0dc8f
JB
34272014-04-28 Joel Brobecker <brobecker@adacore.com>
3428
3429 * gdb.ada/dyn_arrayidx: New testcase.
3430
9730e6cc
YQ
34312014-04-26 Yao Qi <yao@codesourcery.com>
3432
3433 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3434 and compute the length of function main. Save it in
3435 $main_length.
3436 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3437 (top-level): Use gdb_compile to compile objects into
3438 executable and restart GDB. Remove invocation to
3439 prepare_for_testing.
3440
7ae1a6a6
PA
34412014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3442 Pedro Alves <palves@redhat.com>
3443
3444 PR server/16255
3445 * gdb.multi/multi-attach.c: New file.
3446 * gdb.multi/multi-attach.exp: New file.
3447
4082afcc
PA
34482014-04-25 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3451 user.
3452 (top level): Test that "set remote conditional-breakpoints-packet
3453 off" works as intended.
3454 * gdb.base/dprintf.exp: Test that "set remote
3455 breakpoint-commands-packet off" works as intended.
3456 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3457 New function.
3458 (top level): Call it.
3459 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3460 remote fast-tracepoints-packet off" works as intended.
3461 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3462 * lib/gdb.exp (gdb_is_target_remote): ... here.
3463
2abc3f8d
DB
34642014-04-24 David Blaikie <dblaikie@gmail.com>
3465
3466 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3467 ensure clang would not discard them.
3468 * gdb.base/gdbvars.c: Ditto.
3469 * gdb.base/memattr.c: Ditto.
3470 * gdb.base/whatis.c: Ditto.
3471 * gdb.python/py-prettyprint.c: Ditto.
3472 * gdb.trace/actions.c: Ditto.
3473 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3474 ensure clang would not discard it.
3475
bfd39632
DB
34762014-04-24 David Blaikie <dblaikie@gmail.com>
3477
3478 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3479 clang to emit the full definition of type required by the test
3480 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3481
22842ff6
DB
34822014-04-24 David Blaikie <dblaikie@gmail.com>
3483
3484 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3485 coax Clang into emitting the definition of the type.
3486 * gdb.cp/pr10728-x.h (y): Ditto.
3487 * gdb.cp/pr10728-y.cc (y): Ditto.
3488
c2e827ad
DB
34892014-04-24 David Blaikie <dblaikie@gmail.com>
3490
3491 * gdb.base/label.exp: XFAIL label related tests under Clang.
3492 * gdb.cp/cplabel.exp: Ditto.
3493 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3494 under Clang those using labels.
3495
4c2d33e7
YQ
34962014-04-25 Yao Qi <yao@codesourcery.com>
3497
3498 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3499 double_label.
3500 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3501 partial_label and double_label.
3502
56083b99
DB
35032014-04-24 David Blaikie <dblaikie@gmail.com>
3504
3505 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3506
25d4e99d
DB
35072014-04-24 David Blaikie <dblaikie@gmail.com>
3508
3509 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3510 of the function to work across GCC and Clang.
3511 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3512 pointer types (const void ** const V void **).
3513
01f9f808
MS
35142014-04-24 Michael Sturm <michael.sturm@mintel.com>
3515 Walfred Tedeschi <walfred.tedeschi@intel.com>
3516
3517 * Makefile.in (EXECUTABLES): Added i386-avx512.
3518 * gdb.arch/i386-avx512.c: New file.
3519 * gdb.arch/i386-avx512.exp: Likewise.
3520
4b48d439
KS
35212014-04-23 Keith Seitz <keiths@redhat.com>
3522
3523 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3524 (mi_make_breakpoint_table): New procedure.
3525 (mi_create_breakpoint): Use mi_make_breakpoint
3526 and return the result.
3527 (mi_make_breakpoint): New procedure.
3528 (mi_build_kv_pairs): New procedure.
3529
3530 * gdb.mi/mi-break.exp: Remove unused globals,
3531 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3532 All callers updated.
3533 * gdb.mi/mi-dprintf.exp: Use variable to track command
3534 number.
3535 Update all callers of mi_create_breakpoint and use
3536 mi_make_breakpoint_table.
3537 Remove any unused global variables.
3538 * gdb.mi/mi-nonstop.exp: Likewise.
3539 * gdb.mi/mi-nsintrall.exp: Likewise.
3540 * gdb.mi/mi-nsmoribund.exp: Likewise.
3541 * gdb.mi/mi-nsthrexec.exp: Likewise.
3542 * gdb.mi/mi-reverse.exp: Likewise.
3543 * gdb.mi/mi-simplerun.exp: Likewise.
3544 * gdb.mi/mi-stepn.exp: Likewise.
3545 * gdb.mi/mi-syn-frame.exp: Likewise.
3546 * gdb.mi/mi-until.exp: Likewise.
3547 * gdb.mi/mi-var-cp.exp: Likewise.
3548 * gdb.mi/mi-var-display.exp: Likewise.
3549 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3550 * gdb.mi/mi2-var-child.exp: Likewise.
3551 * gdb.mi/mi-vla-c99.exp: Likewise.
3552 * lib/mi-support.exp: Likewise.
3553
3554 From Ian Lance Taylor <iant@cygnus.com>:
3555 * lib/gdb.exp (parse_args): New procedure.
3556
08351840
PA
35572014-04-23 Pedro Alves <palves@redhat.com>
3558
3559 * gdb.base/break-unload-file.c: New file.
3560 * gdb.base/break-unload-file.exp: New file.
3561 * gdb.base/sym-file-lib.c (baz): New function.
3562 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3563 field.
3564 (load): Store the segment's mapped size.
3565 (unload): New function.
3566 (unload_shlib): New function.
3567 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3568 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3569 set a breakpoint at baz, and call it.
3570 * gdb.base/sym-file.exp: New tests for stale breakpoint
3571 instructions.
3572
076855f9
PA
35732014-04-23 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3576 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3577 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3578 * gdb.base/hbreak-unmapped.c: New file.
3579 * gdb.base/hbreak-unmapped.exp: New file.
3580 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3581 * lib/gdb.exp (gdb_is_target_remote): ... here.
3582
483805cf
PA
35832014-04-22 Pedro Alves <palves@redhat.com>
3584
3585 * gdb.base/consecutive-step-over.c: New file.
3586 * gdb.base/consecutive-step-over.exp: New file.
3587
06d97543
PA
35882014-04-22 Pedro Alves <palves@redhat.com>
3589
3590 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3591 instead of send_gdb/gdb_expect.
3592
b4429ea2
YQ
35932014-04-22 Yao Qi <yao@codesourcery.com>
3594
3595 * lib/trace-support.exp (generate_tracefile): New procedure.
3596 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3597 return 0.
3598 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3599 if generate_tracefile returns 1.
3600
51d48146
PA
36012014-04-18 Tom Tromey <palves@redhat.com>
3602 Pedro alves <tromey@redhat.com>
3603
3604 PR backtrace/15558
3605 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3606 with a backtrace limit.
3607 * gdb.python/py-frame-inline.exp: Test running to an inline
3608 function with a backtrace limit, and printing the newest frame.
3609 * gdb.python/py-frame-inline.c (main): Call f.
3610
bd1dce5f
MS
36112014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3612
3613 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3614
40d1a503
MS
36152014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3616
3617 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3618 Drop prefix from unsupported source file path.
3619
389b98f7
YQ
36202014-04-17 Yao Qi <yao@codesourcery.com>
3621
3622 * lib/gdb.exp (with_target_charset): New proc.
3623 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3624 with_target_charset.
3625 (test_print_strings): Likewise.
3626 (test_repeat_bytes): Likewise.
3627 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3628 for some tests.
3629
22869d73
KS
36302014-04-16 Keith Seitz <keiths@redhat.com>
3631
3632 PR gdb/15827
3633 * gdb.dwarf2/corrupt.c: New file.
3634 * gdb.dwarf2/corrupt.exp: New file.
3635
c4f87ca6
KS
36362014-04-16 Keith Seitz <keiths@redhat.com>
3637
3638 PR c++/16597
3639 * gdb.cp/namelessclass.cc: New file.
3640 * gdb.cp/namelessclass.exp: New file.
3641 * gdb.cp/namelessclass.S: New file.
3642
ab19de87
DE
36432014-04-16 Doug Evans <dje@google.com>
3644
3645 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3646 Add comment.
3647 (gdbserver_default_get_comm_port): New function.
3648 (gdbserver_start): Check if board file provided
3649 "gdbserver,get_comm_port" and use it if so.
3650 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3651 (gdb,socketport): Set to "stdio".
3652 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3653 (stdio_gdbserver_template): Delete.
3654 (${board}_get_remote_address): Update.
3655 (${board}_build_remote_cmd): Delete.
3656 (${board}_get_comm_port): New function.
3657 (${board}_spawn): Update.
3658 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3659 Delete.
3660 (${board}_get_remote_address): Update.
3661 (${board}_get_comm_port): New function.
3662
fc98a809
AB
36632014-04-16 Andrew Burgess <aburgess@broadcom.com>
3664
3665 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3666 appearing in any order.
3667
87fd9e6e
DE
36682014-04-15 Doug Evans <dje@google.com>
3669
3670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3671 uninitialized value of "description".
3672
099fc3ea
KS
36732014-04-15 Keith Seitz <keiths@redhat.com>
3674
3675 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3676 Remove unused globals.
3677 (test_running_the_program): Likewise.
3678 (test_controlled_execution): Likewise.
3679 (test_controlling_breakpoints): Likewise.
3680 (test_program_termination): Likewise.
3681
5da151d4
KS
36822014-04-15 Keith Seitz <keiths@redhat.com>
3683
3684 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3685 unused globals.
3686 (test_rbreak_creation_and_listing): Likewise.
3687 (test_ignore_count): Likewise.
3688 (test_error): Likewise.
3689
35e5d2f0
PA
36902014-04-15 Pedro Alves <palves@redhat.com>
3691
3692 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3693 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3694 sym-file-loader.c.
3695 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3696 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3697 to sym-file-loader.c.
3698 (struct library): Forward declare.
3699 (load_shlib, lookup_function): Change prototypes.
3700 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3701 (translate_offset): Remove declarations.
3702 (get_text_addr): New declaration.
3703 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3704 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3705 sym-file-loader.h.
3706 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3707 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3708 here from sym-file-loader.h.
3709 (struct library): New structure.
3710 (load_shlib, lookup_function): Change prototypes and adjust to
3711 work with a struct library.
3712 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3713 (translate_offset): Make static.
3714 (get_text_addr): New function.
3715 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3716
eb4c1710
PA
37172014-04-15 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3720
2d1baf52
PA
37212014-04-15 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/sym-file-loader.c: Include <limits.h>.
3724 (SELF_LINK): New define.
3725 (get_origin): New function.
3726 (load_shlib): Use it.
3727 * gdb.base/sym-file.exp: Don't early return if the target is
3728 remote. Use runto_main, and issue fail is that fails. Use
3729 gdb_load_shlibs.
3730 (shlib_name): Delete.
3731 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3732
7dd6df01
PA
37332014-04-15 Pedro Alves <palves@redhat.com>
3734
3735 * gdb.base/sym-file.exp: Remove regex characters from test
3736 message. Don't refer to breakpoint numbers in test messages.
3737
b50c8614
KS
37382014-04-14 Keith Seitz <keiths@redhat.com>
3739
3740 PR c++/16253
3741 * gdb.cp/var-tag.cc: New file.
3742 * gdb.cp/var-tag.exp: New file.
3743 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3744 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3745 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3746 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3747
3d567982
TT
37482014-04-14 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3751 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3752 type.
3753 * gdb.cp/enum-class.exp: New file.
3754 * gdb.cp/enum-class.cc: New file.
3755
0626fc76
TT
37562014-04-14 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.dwarf2/enum-type.exp: New file.
3759
dca325b3
SA
37602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3761
3762 * gdb.mi/mi-vla-c99.exp: New file.
3763 * gdb.mi/vla.c: New file.
3764
5854b38a
SA
37652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3766
3767 * gdb.base/vla-datatypes.c: New file.
3768 * gdb.base/vla-datatypes.exp: New file.
3769
463bb957
SA
37702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3771
3772 * gdb.base/vla-ptr.c: New file.
3773 * gdb.base/vla-ptr.exp: New file.
3774
3dd170be
SA
37752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3776
3777 * gdb.dwarf2/count.exp: New file.
3778
5ecaaa66
SA
37792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3780
3781 * gdb.base/vla-sideeffect.c: New file.
3782 * gdb.base/vla-sideeffect.exp: New file.
3783
41f1ada5
DB
37842014-04-14 David Blaikie <dblaikie@gmail.com>
3785
3786 * gdb.mi/non-stop.c: Add return value for non-void function return
3787 statement.
3788 * gdb.threads/staticthreads.c: Ditto.
3789
0be03e84
DE
37902014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3791 Doug Evans <xdje42@gmail.com>
3792
3793 * gdb.guile/scm-value.c: Improve test case.
3794 * gdb.guile/scm-value.exp: Add new test.
3795
f180a1fb
DB
37962014-04-11 David Blaikie <dblaikie@gmail.com>
3797
3798 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3799 override Clang's default.
3800
6b662e19
JB
38012014-04-11 Joel Brobecker <brobecker@adacore.com>
3802
3803 Revert the following changes (regressions):
3804
3805 * gdb.base/vla-sideeffect.c: New file.
3806 * gdb.base/vla-sideeffect.exp: New file.
3807
3808 * gdb.dwarf2/count.exp: New file.
3809
3810 * gdb.base/vla-multi.c: New file.
3811 * gdb.base/vla-multi.exp: New file.
3812
3813 * gdb.base/vla-ptr.c: New file.
3814 * gdb.base/vla-ptr.exp: New file.
3815
3816 * gdb.base/vla-datatypes.c: New file.
3817 * gdb.base/vla-datatypes.exp: New file.
3818
3819 * gdb.mi/mi-vla-c99.exp: New file.
3820 * gdb.mi/vla.c: New file.
3821
245a5f0b
KS
38222014-04-11 Keith Seitz <keiths@redhat.com>
3823
3824 PR c++/16675
3825 * gdb.cp/cpsizeof.exp: New file.
3826 * gdb.cp/cpsizeof.cc: New file.
3827
58a84dcf
SA
38282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3829
191a8a90
JB
3830 * gdb.mi/mi-vla-c99.exp: New file.
3831 * gdb.mi/vla.c: New file.
58a84dcf 3832
c8655f75
SA
38332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3834
3835 * gdb.base/vla-datatypes.c: New file.
3836 * gdb.base/vla-datatypes.exp: New file.
3837
024e13b4
SA
38382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3839
3840 * gdb.base/vla-ptr.c: New file.
3841 * gdb.base/vla-ptr.exp: New file.
3842
1a237e0e
SA
38432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3844
3845 * gdb.base/vla-multi.c: New file.
3846 * gdb.base/vla-multi.exp: New file.
3847
504f3432
SA
38482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3849
3850 * gdb.dwarf2/count.exp: New file.
3851
3bce8237
SA
38522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3853
191a8a90
JB
3854 * gdb.base/vla-sideeffect.c: New file.
3855 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3856
322f9c21
YQ
38572014-04-11 Yao Qi <yao@codesourcery.com>
3858
3859 * gdb.base/completion.exp: Check file exists before running tests
3860 on file completion.
3861
d708bcd1
PA
38622014-04-10 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.base/cond-eval-mode.c: New file.
3865 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3866 prepare_for_testing to build the new file. Check result of
3867 runto_main.
3868 (test_break, test_watch): New procedures.
3869 (top level): Use them.
3870
ae1d2761
PM
38712014-04-08 Pierre Muller <muller@sourceware.org>
3872
3873 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3874 Ctrl-V use for mingw hosts.
3875
7af389b8
SC
38762014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3877
3878 * gdb.python/py-value.c: Improve test case.
3879 * gdb.python/py-value.exp: Add new test.
3880
5e703181
DE
38812014-04-07 David Blaikie <dblaikie@gmail.com>
3882
3883 * lib/compiler.c: Identify the clang compiler.
3884 * lib/compiler.cc: Ditto.
3885
9810b410
YQ
38862014-04-03 Yao Qi <yao@codesourcery.com>
3887
3888 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3889
98d1b8dc
AB
38902014-04-01 Anton Blanchard <anton@samba.org>
3891
3892 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3893 messages unique.
3894
3114cea1
AB
38952014-04-01 Anton Blanchard <anton@samba.org>
3896
3897 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3898 prepare_for_testing.
3899
62f7182c
AB
39002014-04-01 Anton Blanchard <anton@samba.org>
3901
3902 * gdb.arch/ppc64-atomic-inst.c: Remove.
3903 * gdb.arch/ppc64-atomic-inst.S: New file.
3904 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3905
770e7fc7
DE
39062014-03-31 Doug Evans <dje@google.com>
3907
3908 * gdb.base/print-symbol-loading-lib.c: New file.
3909 * gdb.base/print-symbol-loading-main.c: New file.
3910 * gdb.base/print-symbol-loading.exp: New file.
3911
46e2bafa
YQ
39122014-03-31 Yao Qi <yao@codesourcery.com>
3913
3914 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3915
8776cfe9
JB
39162014-03-28 Joel Brobecker <brobecker@adacore.com>
3917
3918 * gdb.ada/mi_dyn_arr: New testcase.
3919
5d1ef361
DE
39202014-03-27 Doug Evans <dje@google.com>
3921
3922 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3923
b5bee914
YQ
39242014-03-27 Yao Qi <yao@codesourcery.com>
3925
3926 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3927 if target is nios2-*-*.
3928
0d4d0e77
YQ
39292014-03-26 Yao Qi <yao@codesourcery.com>
3930
3931 * lib/gdb.exp (readline_is_used): New proc.
3932 * gdb.base/completion.exp: Move tests on command complete up.
3933 Skip the rest of tests if readline is not used.
3934 * gdb.ada/complete.exp: Skp the test if readline is not
3935 used.
3936 * gdb.base/filesym.exp: Likewise.
3937 * gdb.base/macscp.exp: Likewise.
3938 * gdb.base/readline-ask.exp: Likewise.
3939 * gdb.base/readline.exp: Likewise.
3940 * gdb.python/py-cmd.exp: Likewise.
3941 * gdb.trace/tfile.exp: Likewise.
3942
29361eee
YQ
39432014-03-26 Yao Qi <yao@codesourcery.com>
3944
3945 * gdb.base/macscp.exp: Fix code format issues.
3946
bc9a5525
UW
39472014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3948
3949 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3950 * gdb.asm/powerpc64le.inc: New file.
3951
d3839ede
PA
39522014-03-25 Pedro Alves <palves@redhat.com>
3953 Doug Evans <dje@google.com>
3954
3955 * gdb.base/source-execution.c: New file.
3956 * gdb.base/source-execution.exp: New file.
3957 * gdb.base/source-execution.gdb: New file.
3958
01672a57
DE
39592014-03-24 Doug Evans <dje@google.com>
3960
3961 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3962 using fission.
3963
88bbeca9
HZ
39642014-03-24 Hui Zhu <hui@codesourcery.com>
3965 Pedro Alves <palves@redhat.com>
3966
3967 PR breakpoints/16101
3968 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3969 test pass/fail messages. Detect missing support for dprintf when
3970 breakpoints are actually inserted.
3971 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3972 breakpoints are actually inserted.
3973 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3974 fails.
3975
d2348791
JK
39762014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3979
feef67ab
DE
39802014-03-22 Doug Evans <xdje42@gmail.com>
3981
3982 * gdb.python/python.exp (python not supported): Verify multi-line
3983 python command issues an error.
25d743f9 3984 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3985 guile command issues an error.
feef67ab 3986
ecebef6a
MR
39872014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3988
3989 * gdb.threads/thread-specific.exp: Handle the lack of usable
3990 $this_breakpoint and $this_thread.
3991
ccdd1909
HZ
39922014-03-21 Hui Zhu <hui@codesourcery.com>
3993
3994 * gdb.base/attach.exp (do_command_attach_tests): New.
3995
beb460e8
PA
39962014-03-20 Tom Tromey <tromey@redhat.com>
3997 Pedro Alves <palves@redhat.com>
3998
3999 PR cli/15718
4000 * gdb.base/condbreak-call-false.c: New file.
4001 * gdb.base/condbreak-call-false.exp: New file.
4002
40acf43a
PA
40032014-03-20 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4006 Delete.
4007 (block_signals, unblock_signals): Delete.
4008 (child_function_2, main): Remove references to deleted variable
4009 and functions.
4010
9f5e1e02
PA
40112014-03-20 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4014 Use pthread_kill to signal thread 2.
4015 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4016 Adjust to make the test send itself a signal rather than using the
4017 host's "kill" command.
4018
99619bea
PA
40192014-03-20 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.threads/multiple-step-overs.c: New file.
4022 * gdb.threads/multiple-step-overs.exp: New file.
4023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4024 Adjust expected infrun debug output.
4025
2adfaa28
PA
40262014-03-20 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4029 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4030
31e77af2
PA
40312014-03-20 Pedro Alves <palves@redhat.com>
4032
4033 PR breakpoints/7143
4034 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4035 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4036 of gdb_test_multiple.
4037 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4038 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4039
b9f437de
PA
40402014-03-20 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4043 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4044
05adc73e
PA
40452014-03-19 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/async.exp: Remove early return.
4048
6048b950
PA
40492014-03-19 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4052
8bcfb00a
PA
40532014-03-19 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.base/async.exp (test_background): Expect \r\n after
4056 "completed." in the fail pattern.
4057
884e37dc
PA
40582014-03-19 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/async.exp (test_background): New procedure.
4061 Use it for all background execution command tests.
4062
148e57e2
PA
40632014-03-19 Pedro Alves <palves@redhat.com>
4064
4065 * gdb.base/async.exp: Use prepare_for_testing.
4066
f48088c7
PA
40672014-03-19 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4070 the same line.
4071
e2f6c966
PA
40722014-03-19 Pedro Alves <palves@redhat.com>
4073
4074 * gdb.base/async.c (main): Add "jump here" and "until here" line
4075 marker comments.
4076 * gdb.base/async.exp (jump_here): New global.
4077 (jump& test): Use it.
4078 (until_here): New global.
4079 (until& test): Use it.
4080
c30568d4
PA
40812014-03-19 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/async.exp: Don't frob gdb_protocol.
4084
0172b6a7
DE
40852014-03-18 Doug Evans <xdje42@gmail.com>
4086
4087 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4088 Fix spelling of exec-done-display.
4089
06c868a8
JK
40902014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 PR gdb/15358
4093 * gdb.base/gdb-sigterm.c: New file.
4094 * gdb.base/gdb-sigterm.exp: New file.
4095
0c7e1a46
PA
40962014-03-18 Pedro Alves <palves@redhat.com>
4097
4098 PR gdb/13860
4099 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4100 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4101 solib-event.
4102
f7c77d93
JB
41032014-03-17 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.ada/pckd_arr_ren: New testcase.
4106
5a1e8c7a
DE
41072014-03-13 Doug Evans <xdje42@gmail.com>
4108
4109 PR guile/16612
4110 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4111 collect after discarding symbols.
4112
350e1a76
DE
41132014-03-13 Ludovic Courtès <ludo@gnu.org>
4114 Doug Evans <xdje42@gmail.com>
4115
4116 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4117 to history survives a gc.
4118
a69900ae
PA
41192014-03-13 Pedro Alves <palves@redhat.com>
4120
4121 * gdb.base/default.exp: Don't test "target procfs".
4122
5db9f0bd
PA
41232014-03-13 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/default.exp: Update "target child" and "target procfs"
4126 tests to not expect "Unix".
4127
b3ccfe11
TT
41282014-03-12 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4131 New procs. Add target-async tests.
4132 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4133 Add target-async tests.
4134
646f4417
AA
41352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4136
4137 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4138 'func_start' and 'func_end' for the beginning and end of the
4139 function code, respectively.
4140 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4141 'func_end' instead of 'func' and 'main'.
4142
288c211f
AA
41432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4144
4145 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4146 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4147 generate the debug info assembler source.
4148
e0c0f156
AA
41492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4150
4151 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4152 * gdb.dwarf2/arr-subrange.exp: Likewise.
4153 * gdb.dwarf2/dwz.exp: Likewise.
4154 * gdb.dwarf2/method-ptr.exp: Likewise.
4155 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4156 * gdb.dwarf2/subrange.exp: Likewise.
4157 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4158 * gdb.dwarf2/implptrpiece.exp: Likewise.
4159 * gdb.dwarf2/nostaticblock.exp: Likewise.
4160
0e5c4555
AA
41612014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4162
4163 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4164 directory to absolute path name arguments.
4165
5ec18f2b
JG
41662014-03-10 Joel Brobecker <brobecker@adacore.com>
4167
4168 * gdb.ada/tagged_access: New testcase.
4169
847fc4f2
MM
41702014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4171
4172 * gdb.btrace/data.exp: Update expected output.
4173
cc3da688
YQ
41742014-03-06 Yao Qi <yao@codesourcery.com>
4175
4176 * gdb.trace/pr16508.exp: New file.
4177
0f26cec1
PA
41782014-03-05 Pedro Alves <palves@redhat.com>
4179
4180 PR gdb/16575
4181 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4182 procedure.
4183 (top level): Adjust to use it. Add tests that exercise breakpoint
4184 interaction with the code-cache.
4185
7a5a839f
LC
41862014-02-26 Ludovic Courtès <ludo@gnu.org>
4187
4188 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4189 test for 'history-append!'.
4190
31aa7e4e
JB
41912014-02-26 Joel Brobecker <brobecker@adacore.com>
4192
4193 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4194 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4195 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4196 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4197 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4198 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4199
1b588015
JB
42002014-02-26 Joel Brobecker <brobecker@adacore.com>
4201
4202 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4203 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4204 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4205
55426c9d
JB
42062014-02-26 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4209
dc53a7ad
JB
42102014-02-26 Joel Brobecker <brobecker@adacore.com>
4211
4212 * gdb.dwarf2/arr-stride.c: New file.
4213 * gdb.dwarf2/arr-stride.exp: New file.
4214
12ab52e9
PA
42152014-02-26 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4218 that won't ever trigger. Make sure that GDB reports the correct
4219 breakpoint that caused the stop.
4220
849c862e
JK
42212014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 PR gdb/16626
4224 * gdb.base/auto-load-script: New file.
4225 * gdb.base/auto-load.c: New file.
4226 * gdb.base/auto-load.exp: New file.
4227
71b7d793
JK
4228 PR gdb/16626
4229 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4230
e2f0d509
JK
42312014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4234 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4235
50cc37c8
DE
42362014-02-24 Doug Evans <dje@google.com>
4237
4238 * lib/gdb.exp (run_on_host): Log error output if program fails.
4239
ea4758f2
PA
42402014-02-21 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.threads/step-after-sr-lock.c: Rename to ...
4243 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4244 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4245 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4246 ... this.
4247
d7b30f67
SDJ
42482014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4249
4250 PR tdep/16397
4251 * gdb.arch/amd64-stap-special-operands.exp: New file.
4252 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4253 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4254 * gdb.arch/amd64-stap-triplet.S: Likewise.
4255 * gdb.arch/amd64-stap-triplet.c: Likewise.
4256
83deb43f
JB
42572014-02-20 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4260 in .section pseudo-op.
4261
adde2bff
DE
42622014-02-20 lin zuojian <manjian2006@gmail.com>
4263 Joel Brobecker <brobecker@adacore.com>
4264 Doug Evans <xdje42@gmail.com>
4265
4266 PR symtab/16581
4267 * gdb.dwarf2/dw2-icycle.S: New file.
4268 * gdb.dwarf2/dw2-icycle.c: New file.
4269 * gdb.dwarf2/dw2-icycle.exp: New file.
4270
f7bd0f78
SC
42712014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4272
4273 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4274 operations on gdb.Value objects.
4275 * gdb.python/py-value-cc.exp: Add new test to test operations on
4276 gdb.Value objects.
4277
c17ef0d5
DE
42782014-02-18 Doug Evans <dje@google.com>
4279
4280 * Makefile.in (TESTS): New variable.
4281 (expanded_tests, expanded_tests_or_none): New variables
4282 (check-single): Pass $(expanded_tests_or_none) to runtest.
4283 (check-parallel): Only run tests in $(TESTS) if non-empty.
4284 (check/no-matching-tests-found): New rule.
4285 * README: Document TESTS makefile variable.
4286
5dd3176f
DE
42872014-02-18 Doug Evans <dje@google.com>
4288
4289 * Makefile.in (check-parallel): rm -rf outputs temp.
4290
0b10be4f
JK
42912014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4292
4293 Fix "ERROR: no fileid for" in the testsuite.
4294 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4295
85f224e7
DE
42962014-02-12 Doug Evans <dje@google.com>
4297
4298 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4299 (MISCELLANEOUS): New variable.
4300 (clean): rm -rf $(MISCELLANEOUS).
4301 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4302 dwp live in the same directory as symlinks, with each symlink pointed
4303 to a differently named file in a different directory.
4304
149b30ff
DE
43052014-02-11 Doug Evans <dje@google.com>
4306
4307 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4308 of Tcl file commands.
4309
1dfdac32
MK
43102014-02-10 Mark Kettenis <kettenis@gnu.org>
4311
4312 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4313 "kill -SIGUSR1 -1".
4314
aa4fb036
JB
43152014-02-10 Joel Brobecker <brobecker@adacore.com>
4316
4317 * gdb.ada/tick_length_array_enum_idx: New testcase.
4318
ed3ef339
DE
43192014-02-10 Doug Evans <xdje42@gmail.com>
4320
4321 * configure.ac (AC_OUTPUT): Add gdb.guile.
4322 * configure: Regenerate.
4323 * lib/gdb-guile.exp: New file.
4324 * lib/gdb.exp (get_target_charset): New function.
4325 * gdb.base/help.exp: Update expected output from "apropos apropos".
4326 * gdb.guile/Makefile.in: New file.
4327 * gdb.guile/guile.exp: New file.
4328 * gdb.guile/scm-arch.c: New file.
4329 * gdb.guile/scm-arch.exp: New file.
4330 * gdb.guile/scm-block.c: New file.
4331 * gdb.guile/scm-block.exp: New file.
4332 * gdb.guile/scm-breakpoint.c: New file.
4333 * gdb.guile/scm-breakpoint.exp: New file.
4334 * gdb.guile/scm-disasm.c: New file.
4335 * gdb.guile/scm-disasm.exp: New file.
4336 * gdb.guile/scm-equal.c: New file.
4337 * gdb.guile/scm-equal.exp: New file.
4338 * gdb.guile/scm-error.exp: New file.
4339 * gdb.guile/scm-error.scm: New file.
4340 * gdb.guile/scm-frame-args.c: New file.
4341 * gdb.guile/scm-frame-args.exp: New file.
4342 * gdb.guile/scm-frame-args.scm: New file.
4343 * gdb.guile/scm-frame-inline.c: New file.
4344 * gdb.guile/scm-frame-inline.exp: New file.
4345 * gdb.guile/scm-frame.c: New file.
4346 * gdb.guile/scm-frame.exp: New file.
4347 * gdb.guile/scm-generics.exp: New file.
4348 * gdb.guile/scm-gsmob.exp: New file.
4349 * gdb.guile/scm-iterator.c: New file.
4350 * gdb.guile/scm-iterator.exp: New file.
4351 * gdb.guile/scm-math.c: New file.
4352 * gdb.guile/scm-math.exp: New file.
4353 * gdb.guile/scm-objfile-script-gdb.in: New file.
4354 * gdb.guile/scm-objfile-script.c: New file.
4355 * gdb.guile/scm-objfile-script.exp: New file.
4356 * gdb.guile/scm-objfile.c: New file.
4357 * gdb.guile/scm-objfile.exp: New file.
4358 * gdb.guile/scm-ports.exp: New file.
4359 * gdb.guile/scm-pretty-print.c: New file.
4360 * gdb.guile/scm-pretty-print.exp: New file.
4361 * gdb.guile/scm-pretty-print.scm: New file.
4362 * gdb.guile/scm-section-script.c: New file.
4363 * gdb.guile/scm-section-script.exp: New file.
4364 * gdb.guile/scm-section-script.scm: New file.
4365 * gdb.guile/scm-symbol.c: New file.
4366 * gdb.guile/scm-symbol.exp: New file.
4367 * gdb.guile/scm-symtab-2.c: New file.
4368 * gdb.guile/scm-symtab.c: New file.
4369 * gdb.guile/scm-symtab.exp: New file.
4370 * gdb.guile/scm-type.c: New file.
4371 * gdb.guile/scm-type.exp: New file.
4372 * gdb.guile/scm-value-cc.cc: New file.
4373 * gdb.guile/scm-value-cc.exp: New file.
4374 * gdb.guile/scm-value.c: New file.
4375 * gdb.guile/scm-value.exp: New file.
4376 * gdb.guile/source2.scm: New file.
4377 * gdb.guile/types-module.cc: New file.
4378 * gdb.guile/types-module.exp: New file.
4379
7026a7c1
YQ
43802014-02-10 Yao Qi <yao@codesourcery.com>
4381
4382 PR testsuite/16543
4383 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4384 * configure: Regenerated.
4385 * Makefile.in: New file.
4386
6c466447
AS
43872014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4388
4389 * gdb.python/py-framefilter.exp: Fix typo.
4390
6e854735
YQ
43912014-02-08 Yao Qi <yao@codesourcery.com>
4392
4393 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4394 that no =breakpoint-modified is emitted when breakpoints are
4395 modified through MI commands.
4396
d137e6dc
PA
43972014-02-07 Pedro Alves <pedro@codesourcery.com>
4398 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.threads/step-after-sr-lock.c: New file.
4401 * gdb.threads/step-after-sr-lock.exp: New file.
4402
b5ee5a50
PA
44032014-02-07 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4406
3c77faf3
JK
44072014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4410 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4411
6dddc817
DE
44122014-02-06 Doug Evans <xdje42@gmail.com>
4413
4414 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4415 output.
4416
4417 * gdb.gdb/python-interrupts.exp: New file.
4418
de7b2893
YQ
44192014-02-05 Yao Qi <yao@codesourcery.com>
4420
4421 * gdb.trace/report.exp (use_collected_data): Test the output
4422 of "info threads" and "info inferiors".
4423
66d032ac
YQ
44242014-02-05 Yao Qi <yao@codesourcery.com>
4425
4426 Revert this patch:
4427
4428 2013-05-24 Yao Qi <yao@codesourcery.com>
4429
4430 * gdb.trace/tfile.exp: Test inferior and thread.
4431
591a12a1
UW
44322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4433
4434 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4435 on a function.
4436 * gdb.base/step-bt.c: Call hello via function pointer to make
4437 sure its first instruction is executed on powerpc64le-linux.
4438
0ff3e01f
UW
44392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4440
4441 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4442
084ee545
UW
44432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4444
4445 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4446 of the test patterns for use on little-endian systems.
4447
6ed14ff3
UW
44482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4449
4450 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4451 (decimal_vector): Fix for little-endian.
4452
401e27fd
JM
44532014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4454
4455 * gdb.arch/sparc-sysstep.exp: New file.
4456 * gdb.arch/sparc-sysstep.c: Likewise.
4457
4458 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4459
8b924729
EBM
44602014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4461
4462 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4463
fb151210
JB
44642014-01-23 Tom Tromey <tromey@redhat.com>
4465
4466 * gdb.ada/array_char_idx: New testcase.
4467
0740f8d8
TT
44682014-01-23 Tom Tromey <tromey@redhat.com>
4469
4470 PR python/16487:
4471 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4472 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4473 classes.
4474
21909fa1
TT
44752014-01-23 Tom Tromey <tromey@redhat.com>
4476
4477 PR python/16491:
4478 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4479 string from an inferior frame.
4480 * gdb.python/py-framefilter-mi.exp: Update.
4481
87ce2a04
DE
44822014-01-22 Doug Evans <dje@google.com>
4483
4484 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4485
237b092b
AA
44862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4487
4488 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4489
d674a709
AA
44902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4491
4492 * gdb.trace/entry-values.exp: Remove excess space character from
4493 regex patterns. Handle s390 call instruction.
4494
20fa3390
AA
44952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4496
4497 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4498 define "*_start" label. Make "name" static.
4499 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4500 ${name} by references to ${name}_start.
4501
78466714
AA
45022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4503
4504 * gdb.base/info-macros.exp: Remove "debug" from the compile
4505 options.
4506
ec9f644a
IB
45072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4508
4509 * gdb.dlang/demangle.exp: New file.
4510
94b1b47e
IB
45112014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4512
4513 * gdb.dlang/primitive-types.exp: New file.
4514
7f420862
IB
45152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4516
4517 * configure.ac: Create gdb.dlang/Makefile.
4518 * configure: Regenerate.
4519 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4520 * gdb.dlang/Makefile.in: New file.
4521 * lib/d-support.exp: New file.
4522 * lib/gdb.exp (skip_d_tests): New proc.
4523
52834460
MM
45242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4525
4526 * gdb.btrace/delta.exp: Check reverse stepi.
4527 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4528 * gdb.btrace/finish.exp: New.
4529 * gdb.btrace/next.exp: New.
4530 * gdb.btrace/nexti.exp: New.
4531 * gdb.btrace/record_goto.c: Add comments.
4532 * gdb.btrace/step.exp: New.
4533 * gdb.btrace/stepi.exp: New.
4534 * gdb.btrace/multi-thread-step.c: New.
4535 * gdb.btrace/multi-thread-step.exp: New.
4536 * gdb.btrace/rn-dl-bind.c: New.
4537 * gdb.btrace/rn-dl-bind.exp: New.
4538 * gdb.btrace/data.c: New.
4539 * gdb.btrace/data.exp: New.
4540 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4541
6e07b1d2
MM
45422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4543
4544 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4545 * gdb.btrace/exception.exp: Update.
4546 * gdb.btrace/instruction_history.exp: Update.
4547 * gdb.btrace/record_goto.exp: Update.
4548 * gdb.btrace/tailcall.exp: Update.
4549 * gdb.btrace/unknown_functions.exp: Update.
4550 * gdb.btrace/delta.exp: New.
4551
0b722aec
MM
45522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4553
4554 * gdb.btrace/record_goto.exp: Add backtrace test.
4555 * gdb.btrace/tailcall.exp: Add backtrace test.
4556
066ce621
MM
45572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4558
4559 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4560 * gdb.btrace/record_goto.c: New.
4561 * gdb.btrace/record_goto.exp: New.
4562 * gdb.btrace/x86-record_goto.S: New.
4563
0688d04e
MM
45642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4565
4566 * gdb.btrace/function_call_history.exp: Update tests.
4567 * gdb.btrace/instruction_history.exp: Update tests.
4568
8710b709
MM
45692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4570
4571 * gdb.btrace/function_call_history.exp: Fix expected field
4572 order for "record function-call-history".
4573 Add new tests for "record function-call-history /c".
4574 * gdb.btrace/exception.cc: New.
4575 * gdb.btrace/exception.exp: New.
4576 * gdb.btrace/tailcall.exp: New.
4577 * gdb.btrace/x86-tailcall.S: New.
4578 * gdb.btrace/x86-tailcall.c: New.
4579 * gdb.btrace/unknown_functions.c: New.
4580 * gdb.btrace/unknown_functions.exp: New.
4581 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4582
5de9129b
MM
45832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4584
4585 * gdb.btrace/instruction_history.exp: Update.
4586 * gdb.btrace/function_call_history.exp: Update.
4587
23a7fe75
MM
45882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4589
4590 * gdb.btrace/function_call_history.exp: Fix expected function
4591 trace.
4592 * gdb.btrace/instruction_history.exp: Initialize traced.
4593 Remove traced_functions.
4594
724c7dd8
MM
45952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4596
4597 * gdb.btrace/function_call_history.exp: Update
4598 * gdb.btrace/instruction_history.exp: Update.
4599
6d78d93b
MM
46002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4601
4602 * gdb.btrace/enable.exp: Update expected text.
4603
93a360cc
OJ
46042014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4605
4606 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4607 bytes.
4608
3772b53f
MR
46092014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4610
4611 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4612
596662fa
OJ
46132014-01-15 Omair Javaid <omair.javaid@linaro.org>
4614
4615 * lib/gdb.exp (supports_process_record): Return true for
4616 arm*-linux*. (supports_reverse): Likewise.
4617
b5b08fb4
SC
46182014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4619
4620 PR python/15464
4621 PR python/16113
4622 * gdb.python/py-type.c: Enhance test case.
4623 * gdb.python/py-value-cc.cc: Likewise
4624 * gdb.python/py-type.exp: Add new tests.
4625 * gdb.python/py-value-cc.exp: Likewise
4626
52d7fb13
AA
46272014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4628 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4631 Make "name" extern.
4632 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4633 references to ${name}_start by references to ${name}.
4634
a2cd8cfe
JB
46352014-01-10 Joel Brobecker <brobecker@adacore.com>
4636
4637 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4638
4e23fced
JB
46392014-01-10 Joel Brobecker <brobecker@adacore.com>
4640
4641 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4642
c6a9e42c
PA
46432014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4644 Pedro Alves <palves@redhat.com>
4645
4646 * gdb.mi/mi-info-os.exp: Connect to the target with
4647 mi_gdb_target_load.
4648
b7ea362b
PA
46492014-01-08 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.threads/reconnect-signal.c: New file.
4652 * gdb.threads/reconnect-signal.exp: New file.
4653
5e3f4fab
EBM
46542014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4655
4656 * gdb.base/source-dir.exp: New file.
4657
79301218
JB
46582014-01-07 Joel Brobecker <brobecker@adacore.com>
4659
4660 * gdb.ada/mi_interface: New testcase.
4661
8e355c5d
JB
46622014-01-07 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4665 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4666 gdb.ada/pp-rec-component/pck.ads: New files.
4667
c0d48811
JB
46682014-01-07 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.python/py-pp-integral.c: New file.
4671 * gdb.python/py-pp-integral.py: New file.
4672 * gdb.python/py-pp-integral.exp: New file.
4673
17b609c3 4674For older changes see ChangeLog-1993-2013.
c906108c 4675\f
8d8cb839
EZ
4676;; Local Variables:
4677;; mode: change-log
4678;; left-margin: 8
4679;; fill-column: 74
4680;; version-control: never
4681;; End:
902f2ccb 4682
32d0add0 4683 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4684 Copying and distribution of this file, with or without modification,
4685 are permitted provided the copyright notice and this notice are preserved.