gdb_test_multiple: Fix user code argument processing
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
71c0ee8c
PA
12015-04-07 Pedro Alves <palves@redhat.com>
2
3 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
4 append the substituted item, not the original item.
5
203bc29b
PA
62015-04-07 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9 gdb_expect.
10
508a3ddf
PA
112015-04-07 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14 output appearing once only.
15
9f6dbe2b
PA
162015-04-07 Pedro Alves <palves@redhat.com>
17
18 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19 that doesn't expect anything. Return early if running to main
20 fails.
21
337532fa
YQ
222015-04-07 Yao Qi <yao.qi@linaro.org>
23
24 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
25 (child_function): Call alarm.
26 (main): Move call to alarm into the loop.
27 * gdb.threads/non-stop-fair-events.exp: Build program with
28 -DTIMEOUT=$timeout.
29
01b622d4
DE
302015-04-06 Doug Evans <xdje42@gmail.com>
31
32 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
33 Fix dest parameter to board_info.
34 (fpc_compile): Ditto.
35 (gdb_compile_pascal): Rename dest arg to destfile.
36
961f4160
PMR
372015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
38
39 * gdb.ada/funcall_ref.exp: New file.
40 * gdb.ada/funcall_ref/foo.adb: New file.
41
cafda597
YQ
422015-04-02 Yao Qi <yao.qi@linaro.org>
43
44 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
45 is remote.
46
fed040c6
GB
472015-04-02 Gary Benson <gbenson@redhat.com>
48
49 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
50
d11916aa
SS
512015-04-01 Sasha Smundak <asmundak@google.com>
52
53 * gdb.python/py-unwind-maint.c: New file.
54 * gdb.python/py-unwind-maint.exp: New test.
55 * gdb.python/py-unwind-maint.py: New file.
56 * gdb.python/py-unwind.c: New file.
57 * gdb.python/py-unwind.exp: New test.
58 * gdb.python/py-unwind.py: New test.
59
a1471180
PA
602015-04-01 Pedro Alves <palves@redhat.com>
61
62 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
63 to fail instead of non-existent $test.
64
0bbeccb1
PA
652015-04-01 Pedro Alves <palves@redhat.com>
66
67 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
68 GDBFLAGS if not empty.
69
3c724c8c
PMR
702015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
71
72 * gdb.ada/complete.exp: Remove "multi_line".
73 * gdb.ada/info_exc.exp: Remove "multi_line".
74 * gdb.ada/packed_tagged.exp: Remove "multi_line".
75 * gdb.ada/ptype_field.exp: Remove "multi_line".
76 * gdb.ada/sym_print_name.exp: Remove "multi_line".
77 * gdb.ada/tagged.exp: Remove "multi_line".
78 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
79 [multi_line ...]
80 * gdb.btrace/delta.exp: Likewise.
81 * gdb.btrace/exception.exp: Likewise.
82 * gdb.btrace/function_call_history.exp: Likewise.
83 * gdb.btrace/instruction_history.exp: Likewise.
84 * gdb.btrace/nohist.exp: Likewise.
85 * gdb.btrace/record_goto.exp: Likewise.
86 * gdb.btrace/segv.exp: Likewise.
87 * gdb.btrace/stepi.exp: Likewise.
88 * gdb.btrace/tailcall.exp: Likewise.
89 * gdb.btrace/unknown_functions.exp: Likewise.
90 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
91 * lib/gdb.exp: Add the "multi_line" helper.
92
4eec2deb
PA
932015-04-01 Pedro Alves <palves@redhat.com>
94
95 * gdb.threads/tid-reuse.c: New file.
96 * gdb.threads/tid-reuse.exp: New file.
97
df8411da
SDJ
982015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
99
100 PR corefiles/16092
101 * gdb.base/coredump-filter.c: New file.
102 * gdb.base/coredump-filter.exp: Likewise.
103
6ef37366
PM
1042015-03-27 Petr Machata <pmachata@redhat.com>
105
106 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
107 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
108 (Dwarf::assemble): Initialize them.
109 (Dwarf::lines): New function.
110
7ec911b0
JT
1112015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
112
113 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
114 SYMBOL_PREFIX for x86_64-*-cygwin.
115
ff908ebf
AW
1162015-03-26 Andy Wingo <wingo@igalia.com>
117
118 PR symtab/18148
119 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
120 const_value but not a location.
121 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
122 location defined in non-main CUs are visible.
123
6d5f0679
YQ
1242015-03-26 Yao Qi <yao.qi@linaro.org>
125
126 PR testsuite/18139
127 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
128 Add a line number entry for the same line.
129 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
130 Add a line number entry for the same line.
131
2898689b
YQ
1322015-03-26 Yao Qi <yao.qi@linaro.org>
133
134 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
135 .int 0.
136 (func): Likewise. Add .Lfunc_1 label.
137 Use .Lfunc_1 label.
138 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
139 .int 0.
140 (func): Likewise.
141 Use .Lfunc_1 label.
142
85180498
YQ
1432015-03-26 Yao Qi <yao.qi@linaro.org>
144
145 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
146 Call gdb_compile instead to compile each .s files without debug
147 information.
148
8aa08a8d
YQ
1492015-03-26 Yao Qi <yao.qi@linaro.org>
150
151 * gdb.base/savedregs.exp (process_saved_regs): Make
152 "Saved registers:" optional in the pattern.
153
66849923
MM
1542015-03-25 Markus Metzger <markus.t.metzger@intel.com>
155
156 * gdb.btrace/next.exp: Merged into step.exp.
157 * gdb.btrace/finish.exp: Merged into step.exp.
158 * gdb.btrace/nexti.exp: Merged into stepi.exp.
159 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
160 "record goto" and checking the exact replay position.
161 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
162 check for "Recording format" in "info record" output.
163 * gdb.btrace/record_goto.exp: Choose test file based on target.
164 * gdb.btrace/x86-record_goto.S: Renamed into ...
165 * gdb.btrace/x86_64-record_goto.S: ... this.
166 * gdb.btrace/i686-record_goto.S: New.
167 * gdb.btrace/x86-tailcall.S: Renamed into ...
168 * gdb.btrace/x86_64-tailcall.S: ... this.
169 * gdb.btrace/i686-tailcall.S: New.
170 * gdb.btrace/x86-tailcall.c: Renamed into ...
171 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
172 separate statements. Update test.
173 * gdb.btrace/delta.exp: Use record_goto.c as test file.
174 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
175 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
176 * gdb.btrace/tailcall.exp: Choose test file based on target.
177 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
178
11cc1b74
MM
1792015-03-25 Markus Metzger <markus.t.metzger@intel.com>
180
181 * gdb.btrace/exception.exp: Increase BTS buffer size.
182
a25d8bf9
PA
1832015-03-24 Pedro Alves <palves@redhat.com>
184
185 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
186
856e7dd6
PA
1872015-03-24 Pedro Alves <palves@redhat.com>
188
189 * gdb.threads/schedlock.exp (test_step): No longer expect that
190 "set scheduler-locking step" with "next" over a function call runs
191 threads unlocked.
192
ad235a41
AT
1932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
194
195 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
196
15630549
AT
1972015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
198
199 PR breakpoints/16466
200 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
201 * gdb.mi/mi-pending.c (thread_func): New function.
202 (int main): Add threading support required.
203 * gdb.mi/mi-pending.exp: Add tests for this issue.
204 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
205 (pendfunc2): Remove stdio dependency.
206 * gdb.mi/mi-pendshr2.c: New file.
207
693dca06
KS
2082015-03-23 Keith Seitz <keiths@redhat.com>
209
210 * gdb.linespec/keywords.c: New file.
211 * gdb.linespec/keywords.exp: New file.
212
7e993ebf
KS
2132015-03-23 Keith Seitz <keiths@redhat.com>
214
215 PR gdb/18021
216 * gdb.dwarf2/staticvirtual.exp: New test.
217
bc23328c
JK
2182015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
221 * README: Remove HP-UX and gdb.hp.
222 (configuration):
223 * configure: Regenerate.
224 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
225 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
226 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
227 gdb.hp/gdb.defects/Makefile.
228 * gdb.hp/Makefile.in: File deleted.
229 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
230 * gdb.hp/gdb.aCC/optimize.c: File deleted.
231 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
232 * gdb.hp/gdb.aCC/run.c: File deleted.
233 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
234 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
235 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
236 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
237 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
238 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
239 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
240 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
241 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
242 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
243 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
244 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
245 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
246 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
247 * gdb.hp/gdb.base-hp/reg.s: File deleted.
248 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
249 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
250 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
251 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
252 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
253 * gdb.hp/gdb.compat/Makefile.in: File deleted.
254 * gdb.hp/gdb.compat/average.c: File deleted.
255 * gdb.hp/gdb.compat/sum.c: File deleted.
256 * gdb.hp/gdb.compat/xdb.c: File deleted.
257 * gdb.hp/gdb.compat/xdb0.c: File deleted.
258 * gdb.hp/gdb.compat/xdb0.h: File deleted.
259 * gdb.hp/gdb.compat/xdb1.c: File deleted.
260 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
261 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
262 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
263 * gdb.hp/gdb.defects/Makefile.in: File deleted.
264 * gdb.hp/gdb.defects/bs14602.c: File deleted.
265 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
266 * gdb.hp/gdb.defects/solib-d.c: File deleted.
267 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
268 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
269 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
270 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
271 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
272 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
273 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
274 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
275 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
276 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
277 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
278 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
279 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
280 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
281 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
282 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
283 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
284 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
285 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
286 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
287 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
288 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
289 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
290 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
291 * gdb.hp/tools/odump: File deleted.
292
8bf3b159
PA
2932015-03-19 Pedro Alves <palves@redhat.com>
294
295 * gdb.threads/continue-pending-status.exp (saw_thread_2)
296 (saw_thread_3): New globals.
297 (top level): Increment them when an event for the corresponding
298 thread is seen.
299 (no thread starvation): New test.
300
eb54c8bf
PA
3012015-03-19 Pedro Alves <palves@redhat.com>
302
303 * gdb.threads/continue-pending-status.c: New file.
304 * gdb.threads/continue-pending-status.exp: New file.
305
32d2e5d6
PA
3062015-03-18 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
309 Use gdb_is_target_remote instead of is_remote. Use
310 gdb_test_multiple instead of gdb_expect. Exit early if
311 gdb_test_multiple hits its internal matches. Tighten stepi tests
312 expected output. Fail on exit with any signal, instead of just
313 SIGILL.
314
f68f11b7
YQ
3152015-03-18 Yao Qi <yao.qi@linaro.org>
316
317 PR tdep/18107
318 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
319 variable.
320 * gdb.base/catch-syscall.exp: Don't skip it on
321 aarch64*-*-linux* target. Remove elements in all_syscalls.
322 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
323 target.
324 (setup_all_syscalls): New proc.
325
ca5fd19b
YQ
3262015-03-16 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
329 (top level): Skip tests if valid_addr_p returns false for
330 $cmd1 or $cmd2.
331
85642ba0
AW
3322015-03-11 Andy Wingo <wingo@igalia.com>
333
334 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
335
e03f9645
YQ
3362015-03-11 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.base/catch-syscall.exp: Fix typo in comments.
339
5d0962b2
YQ
3402015-03-11 Yao Qi <yao.qi@linaro.org>
341
342 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
343
b2df3cef
PA
3442015-03-09 Pedro Alves <palves@redhat.com>
345
346 * dg-extract-results.py: Delete.
347
ef878e53
PA
3482015-03-09 Pedro Alves <palves@redhat.com>
349
350 Merge dg-extract-results.sh from GCC upstream (r218843).
351
352 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
353 * dg-extract-results.sh: Use --text with grep to avoid issues with
354 binary files. Fall back to cat -v, if that doesn't work.
355
9494d219
PA
3562015-03-05 Pedro Alves <palves@redhat.com>
357
358 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
359
a8d9763a
SM
3602015-03-04 Simon Marchi <simon.marchi@ericsson.com>
361
362 * lib/mi-support.exp (mi_expect_interrupt): Accept
363 alternative event for when in all-stop mode.
364
be9957b8
PA
3652015-03-04 Pedro Alves <palves@redhat.com>
366
367 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
368
d57be0f4 3692015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
370
371 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
372
c214c7cf
AA
3732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
374
375 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
376 regexps for GDB's current line display, accept a hex address
377 preceding the line number.
378
6d74a497
AA
3792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
380
381 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
382 the 'arch1' variable for "s390*-linux*" targets.
383
511aee7c
PA
3842015-03-04 Pedro Alves <palves@redhat.com>
385
386 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
387 (main): Pass missing retval argument to pthread_join call.
388
95e50b27
PA
3892015-03-02 Pedro Alves <palves@redhat.com>
390
391 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
392 (top level): Call do_test with non-stop as well.
393
28054d69
PA
3942015-03-02 Pedro Alves <palves@redhat.com>
395
396 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
397 -1.
398
4fa5d7b4
AA
3992015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
400
401 * gdb.arch/s390-vregs.exp: New test.
402 * gdb.arch/s390-vregs.S: New file.
403
97c18565
PA
4042015-02-27 Pedro Alves <palves@redhat.com>
405
406 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
407 call to catch_command_errors.
408 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
409 catch_command_errors.
410
a37bfa30
PA
4112015-02-27 Pedro Alves <palves@redhat.com>
412
413 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
414 "true" for boolean result.
415 * gdb.gdb/selftest.exp (test_with_self): Also accept full
416 prototype of main.
417
6f98576f
PA
4182015-02-27 Pedro Alves <palves@redhat.com>
419
420 * lib/unbuffer_output.c: New file.
421 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
422 (main): Call gdb_unbuffer_output.
423
eba5ab56
YQ
4242015-02-27 Yao Qi <yao.qi@linaro.org>
425
426 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
427 target.
428
0def5aaa
DE
4292015-02-26 Doug Evans <dje@google.com>
430
431 * gdb.cp/class2.cc (Dbase, D): New classes.
432 (main): New local delta.
433 * gdb.cp/class2.exp: Test printing delta.
434 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
435 (dynbar): New global.
436 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
437
081a1c2c
JK
4382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 * gdb.compile/compile-ifunc.c: New file.
441 * gdb.compile/compile-ifunc.exp: New file.
442
2f41223f
AT
4432015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
444
445 * gdb.base/structs.exp: Check for correct struct on finish.
446
03eddd80
YQ
4472015-02-26 Yao Qi <yao.qi@linaro.org>
448
449 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
450 is zero.
451
80c57053
JK
4522015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * gdb.arch/cordic.ko.bz2: New file.
455 * gdb.arch/cordic.ko.debug.bz2: New file.
456 * gdb.arch/ppc64-symtab-cordic.exp: New file.
457
21613c12
YQ
4582015-02-25 Yao Qi <yao.qi@linaro.org>
459
460 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
461 aarch64*-*-* target.
462
d8b901ed
PA
4632015-02-23 Pedro Alves <palves@redhat.com>
464
465 * lib/gdb.exp (delete_breakpoints): Rewrite using
466 gdb_test_multiple.
467
e5b85ead
PA
4682015-02-23 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/info-os.c: Include stdlib.h.
471
85c3a371
DE
4722015-02-22 Doug Evans <xdje42@gmail.com>
473
474 PR symtab/17855
475 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
476 is read after symbols have been re-read.
477 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
478 * gdb.ada/exec_changed/second.adb (Second): Ditto.
479
96553a0c
DE
4802015-02-21 Doug Evans <dje@google.com>
481
482 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
483
97a0c697
JK
4842015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
485
486 PR corefiles/17808
487 * gdb.arch/i386-biarch-core.core.bz2: New file.
488 * gdb.arch/i386-biarch-core.exp: New file.
489
a47cd6e9
PA
4902015-02-21 Pedro Alves <palves@redhat.com>
491
492 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
493 runto_main fails.
494
c5facdc4
PA
4952015-02-20 Pedro Alves <palves@redhat.com>
496
497 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
498 info probes.
499
2db9a427
PA
5002015-02-20 Pedro Alves <palves@redhat.com>
501
502 * gdb.threads/multi-create-ns-info-thr.exp: New file.
503
60fb7e9e
PA
5042015-02-20 Pedro Alves <palves@redhat.com>
505
506 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
507 clean_restart before gdb_target_supports_trace.
508
5c5019c2
PA
5092015-02-20 Pedro Alves <palves@redhat.com>
510
511 PR threads/18006
512 * gdb.threads/clone-thread_db.c: New file.
513 * gdb.threads/clone-thread_db.exp: New file.
514
c9587f88
AT
5152015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
516
517 PR breakpoints/16812
518 * gdb.base/catch-gdb-caused-signals.c: New file.
519 * gdb.base/catch-gdb-caused-signals.exp: New file.
520
f6a88844
JM
5212015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
522
523 * configure: Regenerated.
524 * configure.ac: Use GDB_AC_TRANSFORM.
525 * aclocal.m4: sinclude ../transform.m4.
526
497c491b
JM
5272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
528
529 * lib/dtrace.exp: New file.
530 * gdb.base/dtrace-probe.exp: Likewise.
531 * gdb.base/dtrace-probe.d: Likewise.
532 * gdb.base/dtrace-probe.c: Likewise.
533 * lib/pdtrace.in: Likewise.
534 * configure.ac: Output variables with the transformed names of
535 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
536 * configure: Regenerated.
537
03e98035
JM
5382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
539
540 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
541 expected message when trying to access $_probe_* convenience
542 variables while not on a probe.
543
63cc30e9
JK
5442015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
545
546 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
547
0703599a
PA
5482015-02-11 Pedro Alves <pedro@codesourcery.com>
549
550 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
551 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
552
7e60a48e
DE
5532015-02-10 Doug Evans <xdje42@gmail.com>
554
555 * lib/gdb.exp (gdb_load): Always return a result.
556
01b088bc
PA
5572015-02-10 Pedro Alves <palves@redhat.com>
558
559 * gdb.threads/signal-sigtrap.c: New file.
560 * gdb.threads/signal-sigtrap.exp: New file.
561
b05ec7a5
AT
5622015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
563
564 * gdb.trace/no-attach-trace.c: New file.
565 * gdb.trace/no-attach-trace.exp: New file.
566
a2c2acaf
MW
5672015-02-09 Mark Wielaard <mjw@redhat.com>
568
569 * gdb.dwarf2/atomic.c: New file.
570 * gdb.dwarf2/atomic-type.exp: Likewise.
571
31fd9caa
MM
5722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
573
574 * gdb.btrace/buffer-size.exp: Update "info record" output.
575 * gdb.btrace/delta.exp: Update "info record" output.
576 * gdb.btrace/enable.exp: Update "info record" output.
577 * gdb.btrace/finish.exp: Update "info record" output.
578 * gdb.btrace/instruction_history.exp: Update "info record" output.
579 * gdb.btrace/next.exp: Update "info record" output.
580 * gdb.btrace/nexti.exp: Update "info record" output.
581 * gdb.btrace/step.exp: Update "info record" output.
582 * gdb.btrace/stepi.exp: Update "info record" output.
583 * gdb.btrace/nohist.exp: Update "info record" output.
584
d33501a5
MM
5852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
586
587 * gdb.btrace/buffer-size: New.
588
f4abbc16
MM
5892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
590
591 * gdb.btrace/delta.exp: Update "info record" output.
592 * gdb.btrace/enable.exp: Update "info record" output.
593 * gdb.btrace/finish.exp: Update "info record" output.
594 * gdb.btrace/instruction_history.exp: Update "info record" output.
595 * gdb.btrace/next.exp: Update "info record" output.
596 * gdb.btrace/nexti.exp: Update "info record" output.
597 * gdb.btrace/step.exp: Update "info record" output.
598 * gdb.btrace/stepi.exp: Update "info record" output.
599 * gdb.btrace/nohist.exp: Update "info record" output.
600
b9d61307
SM
6012015-02-06 Simon Marchi <simon.marchi@ericsson.com>
602
603 PR gdb/15678
604 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
605
e584fdbc
PA
6062015-02-06 Pedro Alves <palves@redhat.com>
607
608 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
609 macro.
610 (seconds_left, again): New globals.
611 (main): Wait seconds_left in a 1-second sleep loop instead of
612 sleeping 180 seconds. If 'again' is set, reset the seconds
613 counter.
614 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
615 'again' in the inferior before detaching. Print the seconds left.
616 (options): New global.
617 (top level): Build program with -DTIMEOUT=$timeout.
618
77f41761
PA
6192015-02-06 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
622 determine how many seconds to pass to 'alarm'.
623 * gdb.base/gdb-sigterm.exp (top level): Build program with
624 -DTIMEOUT=$timeout.
625 (do_test): Return success/failure indication. Add more verbose
626 logging. Don't fail if 200 single steps are seen. Instead, fail
627 when the test times out.
628 (passes): New global.
629 (top level): Break the testing loop if testing fails on any
630 iteration. Use gdb_assert.
631
b9394193
DB
6322015-02-04 Don Breazeal <donb@codesourcery.com>
633
634 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
635 and initialize them.
636 (ipc_cleanup): New function.
637 (main): Don't declare shmid, semid, and msqid. Add a call to
638 atexit so that we call ipc_cleanup on exit.
639
42d9e528
PA
6402015-02-04 Pedro Alves <palves@redhat.com>
641
642 * boards/native-extended-gdbserver.exp: Remove any target variant
643 specifications from the board name before clearing the isremote
644 flag from board_info.
645
ae6ae975
DE
6462015-01-31 Doug Evans <xdje42@gmail.com>
647
648 * gdb.base/maint.exp <maint print type argc>: Update expected output.
649
cfb069a8
GB
6502015-01-31 Gary Benson <gbenson@redhat.com>
651
652 * gdb.base/completion.exp: Disable completion limiting for
653 existing tests. Add new tests to check completion limiting.
654 * gdb.linespec/ls-errs.exp: Disable completion limiting.
655
5dd31d79
DE
6562015-01-31 Doug Evans <xdje42@gmail.com>
657
658 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
659
9f050062
DE
6602015-01-31 Doug Evans <xdje42@gmail.com>
661
662 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
663 entries. Duplicate file section script entries.
664 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
665 inlined entries. Add test for safe-path rejection.
666 * gdb.python/py-section-script.c: Add duplicate inlined section script
667 entries. Duplicate file section script entries.
668 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
669 inlined entries. Add test for safe-path rejection.
670
df25ebbd
JB
6712015-01-29 Joel Brobecker <brobecker@adacore.com>
672
673 * gdb.ada/disc_arr_bound: New testcase.
674
4a0ca9ec
JB
6752015-01-29 Joel Brobecker <brobecker@adacore.com>
676
677 * gdb.ada/mi_var_array: New testcase.
678
3a8b707a
DE
6792015-01-27 Doug Evans <dje@google.com>
680
681 * gdb.python/py-objfile.exp: Add tests for objfile.username.
682 Add test for objfile.filename, objfile.username after objfile
683 has been unloaded.
684
f8313f6e
JB
6852015-01-26 Joel Brobecker <brobecker@adacore.com>
686
687 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
688 the second test to print the name attribute of value
689 returned by the call to gdb.lookup_type, and adjust
690 the expected output accordingly.
691
37bc665e
MW
6922015-01-25 Mark Wielaard <mjw@redhat.com>
693
694 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
695 * gdb.base/disp-step-fork.c: Include unistd.h.
696 * gdb.base/siginfo-obj.c: Include stdio.h.
697 * gdb.base/siginfo-thread.c: Likewise.
698 * gdb.mi/non-stop.c: Include unistd.h.
699 * gdb.mi/nsthrexec.c: Include stdio.h.
700 * gdb.mi/pthreads.c: Include unistd.h.
701 * gdb.modula2/unbounded1.c (main): Declare returns int.
702 * gdb.reverse/consecutive-reverse.c: Likewise.
703 * gdb.threads/create-fail.c: Include unistd.h.
704 * gdb.threads/killed.c: Likewise.
705 * gdb.threads/linux-dp.c: Likewise.
706 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
707 * gdb.threads/non-ldr-exc-2.c: Likewise.
708 * gdb.threads/non-ldr-exc-3.c: Likewise.
709 * gdb.threads/non-ldr-exc-4.c: Likewise.
710 * gdb.threads/pthreads.c: Include unistd.h.
711 (main): Declare returns int.
712 * gdb.threads/tls-main.c (foo): New declaration.
713 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
714
f7e5394d
SM
7152015-01-23 Simon Marchi <simon.marchi@ericsson.com>
716
717 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
718 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
719
743649fd
MW
7202015-01-15 Mark Wielaard <mjw@redhat.com>
721
722 * gdb.base/noreturn-return.c: New file.
723 * gdb.base/noreturn-return.exp: New file.
724 * gdb.base/noreturn-finish.c: New file.
725 * gdb.base/noreturn-finish.exp: New file.
726
198297aa
PA
7272015-01-23 Pedro Alves <palves@redhat.com>
728
729 * gdb.threads/continue-pending-after-query.c: New file.
730 * gdb.threads/continue-pending-after-query.exp: New file.
731
717cf30c
AG
7322015-01-22 Anders Granlund <anders.granlund@ericsson.com>
733 Simon Marchi <simon.marchi@ericsson.com>
734
735 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
736 * gdb.base/valgrind-db-attach.exp: Same.
737 * gdb.base/valgrind-infcall.exp: Same.
738 * lib/mi-support.exp (default_mi_gdb_start): Same.
739 * lib/prompt.exp (default_prompt_gdb_start): Same.
740 * lib/gdb.exp (default_gdb_spawn): Same.
741 (gdb_interact): New.
742
743
4b62a76e
JK
7442015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
745
746 * gdb.compile/compile.exp (pointer to jit function): New test.
747
b4cdae6f
WW
7482015-01-17 Wei-cheng Wang <cole945@gmail.com>
749
750 * lib/gdb.exp (supports_process_record): Return true for
751 powerpc*-*-linux*.
752 (supports_reverse): Likewise.
753
d221e7ef
DB
7542015-01-15 Don Breazeal <donb@codesourcery.com>
755
756 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
757 instead of checking whether the target board is remote and
758 use spawn_wait_for_attach instead of exec/sleep.
759 * gdb.base/attach-twice.exp: Likewise.
760
bafffb51
JB
7612015-01-15 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.ada/var_arr_attrs: New testcase.
764
5589af0e
PA
7652015-01-14 Pedro Alves <palves@redhat.com>
766 Joel Brobecker <brobecker@adacore.com>
767
768 PR gdb/17525
769 * gdb.base/bp-cmds-execution-x-script.c: New file.
770 * gdb.base/bp-cmds-execution-x-script.exp: New file.
771 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
772
6c400b59
PA
7732015-01-14 Pedro Alves <palves@redhat.com>
774
775 PR cli/17828
776 * gdb.base/batch-preserve-term-settings.c: New file.
777 * gdb.base/batch-preserve-term-settings.exp: New file.
778
e02c96a7
DE
7792015-01-13 Doug Evans <dje@google.com>
780
781 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
782 binary.
783
576fd14c
JB
7842015-01-13 Joel Brobecker <brobecker@adacore.com>
785
786 * Makefile.in (clean mostlyclean): Do not delete *.py.
787
04dccad0
JB
7882015-01-13 Joel Brobecker <brobecker@adacore.com>
789
790 * gdb.python/py-lookup-type.exp: New file.
791
3d230f71
PA
7922015-01-12 Pedro Alves <palves@redhat.com>
793
794 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
795 restore GDBFLAGS before returning.
796
7e67715d
JK
7972015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
800 is_amd64_regs_target and is_x86_like_target.
801
f2e0d4b4
DE
8022015-01-11 Doug Evans <xdje42@gmail.com>
803
804 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
805 is given without an explicit form.
806 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
807 attributes.
808 * gdb.dwarf/corrupt.exp: Ditto.
809 * gdb.dwarf2/enum-type.exp: Ditto.
810 * gdb.trace/entry-values.exp: Ditto.
811 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
812
439250fb
DE
8132015-01-11 Doug Evans <xdje42@gmail.com>
814
815 PR gdb/15830
816 * gdb.base/maint.exp: Remove references to "maint demangle".
817 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
818 Add tests for explicitly specifying language to demangle.
819 * gdb.dlang/demangle.exp: Ditto.
820
ede9f622
PA
8212015-01-09 Pedro Alves <palves@redhat.com>
822
823 * gdb.threads/non-stop-fair-events.c: New file.
824 * gdb.threads/non-stop-fair-events.exp: New file.
825
a7b796db
PA
8262015-01-09 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
829 the global scope. Set a breakpoint after all threads are started
830 rather than stepping over two source lines. Expect the prompt.
831 * gdb.base/watch_thread_num.c (threads_started_barrier): New
832 global.
833 (NUM): Now 15.
834 (main): Use threads_started_barrier to wait for all threads to
835 start. Main thread no longer calls thread_function. Exit after
836 180 seconds.
837 (loop): New function.
838 (thread_function): Wait on threads_started_barrier barrier. Call
839 'loop' at each iteration.
840 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
841 threads have started, instead of hardcoding number of "next"
842 steps. Use an access watchpoint instead of a write watchpoint.
843
9665ffdd
PA
8442015-01-09 Pedro Alves <palves@redhat.com>
845
846 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
847 (thread_func): Wait on barrier.
848 (main): Wait for all threads to start before stopping GDB.
849 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
850 global.
851 (thread1_func, thread2_func): Wait on barrier.
852 (main): Wait for all threads to start before stopping GDB.
853 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
854 New global.
855 (thread1_func, thread2_func): Wait on barrier.
856 (main): Wait for all threads to start before stopping GDB.
857
c945a99f
PA
8582015-01-09 Pedro Alves <palves@redhat.com>
859
860 * gdb.threads/attach-many-short-lived-threads.c: New file.
861 * gdb.threads/attach-many-short-lived-threads.exp: New file.
862
c1a747c1
PA
8632014-01-09 Pedro Alves <palves@redhat.com>
864
865 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
866 instead of to thread 2.
867 * gdb.threads/signal-command-multiple-signals-pending.c (main):
868 Add barrier around each pthread_create call instead of around all
869 calls.
870 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
871 Set a break on thread_function and have the child threads hit it
872 one at at a time.
873
60b3033e
PA
8742015-01-09 Pedro Alves <palves@redhat.com>
875
876 * lib/gdb.exp (can_spawn_for_attach): New procedure.
877 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
878 false.
879 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
880 checking whether the target board is remote.
881 * gdb.multi/multi-attach.exp: Likewise.
882 * gdb.python/py-sync-interp.exp: Likewise.
883 * gdb.server/ext-attach.exp: Likewise.
884 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
885 tests that need to attach, instead of checking whether the target
886 board is remote at the top of the file.
887
acc018ac
YQ
8882015-01-08 Yao Qi <yao@codesourcery.com>
889
890 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
891
50a18af8
JK
8922015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
893
894 Fix testcase compilation.
895 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
896
8503d6e1
JB
8972015-01-06 Joel Brobecker <brobecker@adacore.com>
898
899 * gdb.python/py-type.exp: Add a couple test about empty
900 array creation, and negative-length array creation.
901
cc73dbcc
DE
9022015-01-02 Doug Evans <xdje42@gmail.com>
903
904 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
905
0300bbc7
DE
9062015-01-02 Doug Evans <dje@google.com>
907
908 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
909
9d85a0ec
YQ
9102014-12-29 Yao Qi <yao@codesourcery.com>
911
912 * gdb.trace/entry-values.exp: Update comments. Rename variable
913 bar_call_foo to returned_from_foo.
914
87186c6a
MMN
9152014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
916
917 PR gdb/17394
918 * gdb.linespec/break-asm-file.c: New file.
919 * gdb.linespec/break-asm-file.exp: New file.
920 * gdb.linespec/break-asm-file0.s: New file.
921 * gdb.linespec/break-asm-file1.s: New file.
922
1bab7383
YQ
9232014-12-18 Nigel Stephens <nigel@mips.com>
924 Maciej W. Rozycki <macro@codesourcery.com>
925
926 * gdb.base/float.exp: Handle the new output from "info float" on
927 MIPS targets.
928
1bc1068a
JK
9292014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 Fix MinGW compilation.
932 * gdb.compile/compile-ops.exp: Update untested message if
933 !skip_compile_feature_tests.
934 * gdb.compile/compile-setjmp.exp: Likewise.
935 * gdb.compile/compile-tls.exp: Likewise.
936 * gdb.compile/compile.exp: Likewise.
937 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
938 supported on this host".
939
b6615d10
DE
9402014-12-16 Doug Evans <xdje42@gmail.com>
941
942 * boards/stabs.exp: New file.
943
25dda427
AA
9442014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
945
946 * gdb.base/completion.exp: Adjust to format changes of "maint
947 print user-registers".
948
bf330350
CU
9492014-12-16 Catalin Udma <catalin.udma@freescale.com>
950
951 PR server/17457
952 * gdb.arch/aarch64-fp.c: New file.
953 * gdb.arch/aarch64-fp.exp: New file.
954
395cf596
SDJ
9552014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
958 r210637, r210913, r211666, r215400, r215817).
959
960 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
961 * dg-extract-results.py: New file.
962 * dg-extract-results.sh: Use it if the environment seems
963 suitable.
964
965 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
966
967 * dg-extract-results.py (parse_run): Handle warnings that
968 are printed before a test harness is run.
969
970 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
971
972 * dg-extract-results.py (Named): Remove __cmp__ method.
973 (output_variation): Use a key to sort variation.harnesses.
974
975 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
976
977 * dg-extract-results.py: For Python 3, force sys.stdout to
978 handle surrogate escape sequences.
979 (safe_open): New function.
980 (output_segment, main): Use it.
981
982 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
983
984 * dg-extract-results.py (Prog.result_re): Include options
985 in test name.
986
987 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
988
989 * dg-extract-results.py (output_variation): Always sort if
990 do_sum.
991
e882ef3c
SM
9922014-12-15 Simon Marchi <simon.marchi@ericsson.com>
993
994 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
995 as long as we get pagination notifications.
996
4992aa20
JM
9972014-12-15 Jason Merrill <jason@redhat.com>
998
999 * Makefile.in (check-gdb.%): Restore.
1000 * README: Mention it.
1001
c1b5a1a6
JB
10022014-12-13 Joel Brobecker <brobecker@adacore.com>
1003
1004 * gdb.ada/str_uninit: New testcase.
1005
5537b577
JK
10062014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 PR symtab/17642
1009 * gdb.base/vla-stub-define.c: New file.
1010 * gdb.base/vla-stub.c: New file.
1011 * gdb.base/vla-stub.exp: New file.
1012
bb2ec1b3
TT
10132014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1014 Jan Kratochvil <jan.kratochvil@redhat.com>
1015 Tom Tromey <tromey@redhat.com>
1016
1017 * configure.ac: Add gdb.compile/.
1018 * configure: Regenerate.
1019 * gdb.compile/Makefile.in: New file.
1020 * gdb.compile/compile-ops.exp: New file.
1021 * gdb.compile/compile-ops.c: New file.
1022 * gdb.compile/compile-tls.c: New file.
1023 * gdb.compile/compile-tls.exp: New file.
1024 * gdb.compile/compile-constvar.S: New file.
1025 * gdb.compile/compile-constvar.c: New file.
1026 * gdb.compile/compile-mod.c: New file.
1027 * gdb.compile/compile-nodebug.c: New file.
1028 * gdb.compile/compile-setjmp-mod.c: New file.
1029 * gdb.compile/compile-setjmp.c: New file.
1030 * gdb.compile/compile-setjmp.exp: New file.
1031 * gdb.compile/compile-shlib.c: New file.
1032 * gdb.compile/compile.c: New file.
1033 * gdb.compile/compile.exp: New file.
1034 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1035
4ff709eb
TT
10362014-12-12 Tom Tromey <tromey@redhat.com>
1037
1038 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1039 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1040
6dddd6a5
DE
10412014-12-12 Doug Evans <dje@google.com>
1042
1043 * lib/gdb-python.exp (get_python_valueof): New function.
1044 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1045
71c24708
AA
10462014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1047
1048 * gdb.base/completion.exp: Add test for completion of "info
1049 registers ".
1050
3e29f34a
MR
10512014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1052
1053 * gdb.base/func-ptrs.c: New file.
1054 * gdb.base/func-ptrs.exp: New file.
1055
fc126975
SM
10562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1057
1058 PR breakpoints/17012
1059 * gdb.base/dprintf-detach.c: New file.
1060 * gdb.base/dprintf-detach.exp: New file.
1061
0a46d518
SM
10622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1063
1064 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1065 * lib/gdb.exp (target_is_gdbserver): New procedure.
1066
a0be3e44
DE
10672014-12-08 Doug Evans <dje@google.com>
1068
1069 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1070
df1b803a
YQ
10712014-12-05 Yao Qi <yao@codesourcery.com>
1072
1073 * gdb.guile/scm-error.exp: Remove the third argument to
1074 gdb_remote_download.
1075 * gdb.guile/scm-frame-args.exp: Likewise.
1076 * gdb.guile/scm-section-script.exp: Likewise.
1077
ddb9f679
YQ
10782014-12-05 Yao Qi <yao@codesourcery.com>
1079
1080 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1081
86e4ed39
DE
10822014-12-04 Doug Evans <dje@google.com>
1083
1084 * gdb.python/py-objfile.exp: Add tests for
1085 objfile.add_separate_debug_file.
1086
7c50a931
DE
10872014-12-04 Doug Evans <dje@google.com>
1088
1089 * lib/gdb.exp (get_build_id): New function.
1090 (build_id_debug_filename_get): Rewrite to use it.
1091 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1092
621661e3
MR
10932014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1094
1095 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1096 `method(long)', not just 0x0.
1097 * gdb.cp/nsalias.exp: Align code labels to 4.
1098 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1099 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1100 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1101 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1102 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1103 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1104
29f0c3b7
DE
11052014-12-02 Doug Evans <dje@google.com>
1106
e1e061e7 1107 PR symtab/17602
29f0c3b7 1108 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1109 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1110 * gdb.cp/anon-ns.exp: Update.
1111
162078c8
NB
11122014-12-02 Nick Bull <nicholaspbull@gmail.com>
1113
1114 * gdb.python/py-events.py (inferior_call_handler): New.
1115 (register_changed_handler, memory_changed_handler): New.
1116 (test_events.invoke): Register new handlers.
1117 * gdb.python/py-events.exp: Add tests for inferior call,
1118 memory_changed and register_changed events.
1119
fdb09caf
AA
11202014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1121
1122 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1123 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1124 if the linker doesn't understand this.
1125
55cfb2c4
SM
11262014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1127
1128 * gdb.python/python.exp: Change expected reply to help().
1129
9e8cd6df
YQ
11302014-12-01 Yao Qi <yao@codesourcery.com>
1131
1132 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1133 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1134 * configure: Re-generated.
1135
6c659fc2
SC
11362014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1137
1138 * gdb.cp/chained-calls.cc: New file.
1139 * gdb.cp/chained-calls.exp: New file.
1140 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1141
d7fc3181
SM
11422014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1143
1144 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1145 * gdb.dwarf2/symtab-producer.exp: Same.
1146 * gdb.gdb/python-interrupts.exp: Same.
1147 * gdb.gdb/python-selftest.exp: Same.
1148 * gdb.python/py-linetable.exp: Same.
1149 * gdb.python/py-type.exp: Same.
1150 * gdb.python/py-value-cc.exp: Same.
1151 * gdb.python/py-value.exp: Same.
1152
10e79639
YQ
11532014-11-28 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.base/break-probes.exp: Match library name prefixed with
1156 sysroot.
1157
f28a0564
SM
11582014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1159
1160 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1161 test expected output. Add parentheses for the call to print.
1162 Remove L suffix from integers.
1163
3fe1ce1d
DE
11642014-11-26 Doug Evans <dje@google.com>
1165
1166 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1167
84429e27
YQ
11682014-11-22 Yao Qi <yao@codesourcery.com>
1169
1170 * gdb.trace/entry-values.c: Remove asms.
1171 (foo): Add foo_label.
1172 (bar): Add bar_label.
1173 * gdb.trace/entry-values.exp: Remove code computing foo's
1174 length and bar's length.
1175 (Dwarf::assemble): Invoke function_range for bar and use
1176 MACRO_AT_func for foo.
1177
26741859
YQ
11782014-11-22 Yao Qi <yao@codesourcery.com>
1179
1180 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1181 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1182 Use .Lgcc43_procstart instead of gcc43.
1183
45e44d27
JB
11842014-11-21 Joel Brobecker <brobecker@adacore.com>
1185
1186 * gdb.ada/n_arr_bound: New testcase.
1187
458c8db8
SDJ
11882014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1189
1190 PR breakpoints/10737
1191 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1192 test_catch_syscall_multi_arch.
1193 (test_catch_syscall_multi_arch): New function.
1194
43f3e411
DE
11952014-11-20 Doug Evans <xdje42@gmail.com>
1196
1197 * gdb.base/maint.exp: Update expected output.
1198
0d7b2549
AA
11992014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1200
1201 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1202 4-byte instruction on S390.
1203
8908fca5
JB
12042014-11-19 Joel Brobecker <brobecker@adacore.com>
1205
1206 * gdb.ada/arr_arr: New testcase.
1207
4a46959e
JB
12082014-11-19 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.ada/pkd_arr_elem: New Testcase.
1211
470e2f4e
LM
12122014-11-18 Luis Machado <lgustavo@codesourcery.com>
1213
1214 * gdb.reverse/break-precsave: Expect completion message for
1215 core file reads.
1216 * gdb.reverse/consecutive-precsave.exp: Likewise.
1217 * gdb.reverse/finish-precsave.exp: Likewise.
1218 * gdb.reverse/i386-precsave.exp: Likewise.
1219 * gdb.reverse/machinestate-precsave.exp: Likewise.
1220 * gdb.reverse/sigall-precsave.exp: Likewise.
1221 * gdb.reverse/solib-precsave.exp: Likewise.
1222 * gdb.reverse/step-precsave.exp: Likewise.
1223 * gdb.reverse/until-precsave.exp: Likewise.
1224 * gdb.reverse/watch-precsave.exp: Likewise.
1225
a267f3ad
AA
12262014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1227
1228 * gdb.base/bp-permanent.c: Include unistd.h.
1229 * gdb.python/py-framefilter-mi.c (main): Add return type.
1230 * gdb.python/py-framefilter.c (main): Likewise.
1231 * gdb.trace/actions-changed.c (main): Likewise.
1232
12084a9a
AA
12332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1234
1235 * gdb.mi/until.c: Add eye-catchers.
1236 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1237 line numbers.
1238
dc7e1a77
AA
12392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1240
1241 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1242 function header variants in break1.c.
1243 * gdb.base/ena-dis-br.exp: Likewise.
1244 * gdb.base/hbreak2.exp: Likewise.
1245 * gdb.reverse/until-precsave.exp: Drop references to removed
1246 non-prototype function header variants in ur1.c.
1247 * gdb.reverse/until-reverse.exp: Likewise.
1248
41c77605
PM
12492014-11-17 Petr Machata <pmachata@redhat.com>
1250
1251 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1252 ${_cu_offset_size} bytes abbrev offset.
1253
34248c3a
DE
12542014-11-15 Doug Evans <xdje42@gmail.com>
1255
1256 PR symtab/17559
1257 * gdb.base/line-symtabs.exp: New file.
1258 * gdb.base/line-symtabs.c: New file.
1259 * gdb.base/line-symtabs.h: New file.
1260
646da059
YQ
12612014-11-14 Yao Qi <yao@codesourcery.com>
1262
1263 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1264 (func): Add label func_label.
1265 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1266 Replace low_pc and high_pc with MACRO_AT_range.
1267 Replace name, low_pc and high_pc with MACRO_AT_func.
1268
9301ebe6
YQ
12692014-11-14 Yao Qi <yao@codesourcery.com>
1270
1271 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1272 Replace name, low_pc and high_pc with MACRO_AT_func.
1273
f166b542
YQ
12742014-11-14 Yao Qi <yao@codesourcery.com>
1275
1276 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1277 produce debug information.
1278 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1279
0f6e71e3
YQ
12802014-11-14 Yao Qi <yao@codesourcery.com>
1281
1282 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1283 object and get function length.
1284 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1285 with MACRO_AT_func.
1286 (top-level): Replace gdb_compile and clean_restart with
1287 prepare_for_testing.
1288 * gdb.dwarf2/main.c (main): Add label main_label.
1289
876c4df9
YQ
12902014-11-14 Yao Qi <yao@codesourcery.com>
1291
1292 * lib/dwarf.exp (function_range): New procedure.
1293 (Dwarf::_handle_macro_at_func): New procedure.
1294 (Dwarf::_handle_macro_at_range): New procedure.
1295 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1296
02ad9cf1
YQ
12972014-11-14 Yao Qi <yao@codesourcery.com>
1298
1299 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1300 (_handle_attribute): New procedure.
1301
a59add0c
AA
13022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1303
1304 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1305 * gdb.base/call-sc.c (zed): Likewise.
1306 * gdb.base/checkpoint.c (main): Likewise.
1307 * gdb.base/dump.c (main): Likewise.
1308 * gdb.base/gcore.c (main): Likewise.
1309 * gdb.base/huge.c (main): Likewise.
1310 * gdb.base/multi-forks.c (main): Likewise.
1311 * gdb.base/pr10179-a.c (main): Likewise.
1312 * gdb.base/savedregs.c (main): Likewise.
1313 * gdb.base/sigaltstack.c (main): Likewise.
1314 * gdb.base/siginfo.c (main): Likewise.
1315 * gdb.base/structs.c (zed): Likewise.
1316 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1317 * gdb.mi/mi-syn-frame.c (main): Likewise.
1318 * gdb.mi/until.c (foo, main): Likewise.
1319 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1320 * gdb.base/solib-weak.c (foo): Declare.
1321 * gdb.base/attach-twice.c: Include stdio.h.
1322 * gdb.base/weaklib1.c: Likewise.
1323 * gdb.base/weaklib2.c: Likewise.
1324 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1325 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1326 unistd.h.
1327 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1328 * gdb.mi/mi-exit-code.c: Likewise.
1329 * gdb.base/break-interp-lib.c: Include string.h.
1330 * gdb.base/coremaker.c: Likewise.
1331 * gdb.base/testenv.c: Likewise.
1332 * gdb.python/py-finish-breakpoint.c: Likewise.
1333 * gdb.base/inferior-died.c: Include sys/wait.h.
1334 * gdb.base/fileio.c: Include time.h.
1335 * gdb.base/async-shell.c: Include unistd.h.
1336 * gdb.base/dprintf-non-stop.c: Likewise.
1337 * gdb.base/info-os.c: Likewise.
1338 * gdb.mi/mi-console.c: Likewise.
1339 * gdb.mi/watch-nonstop.c: Likewise.
1340 * gdb.python/py-events.c: Likewise.
1341 * gdb.base/async.c (baz): Move up before its invocation.
1342 * gdb.base/code_elim2.c (my_global_func): Likewise.
1343 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1344 * gdb.base/advance.c (func2): Likewise.
1345
3b5d5997
AA
13462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1347
1348 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1349 variant.
1350 * gdb.base/annota3.c: Likewise.
1351 * gdb.base/async.c: Likewise.
1352 * gdb.base/average.c: Likewise.
1353 * gdb.base/call-ar-st.c: Likewise.
1354 * gdb.base/call-rt-st.c: Likewise.
1355 * gdb.base/call-sc.c: Likewise.
1356 * gdb.base/call-strs.c: Likewise.
1357 * gdb.base/ending-run.c: Likewise.
1358 * gdb.base/execd-prog.c: Likewise.
1359 * gdb.base/exprs.c: Likewise.
1360 * gdb.base/foll-exec.c: Likewise.
1361 * gdb.base/foll-fork.c: Likewise.
1362 * gdb.base/foll-vfork.c: Likewise.
1363 * gdb.base/funcargs.c: Likewise.
1364 * gdb.base/gcore.c: Likewise.
1365 * gdb.base/jump.c: Likewise.
1366 * gdb.base/langs0.c: Likewise.
1367 * gdb.base/langs1.c: Likewise.
1368 * gdb.base/langs2.c: Likewise.
1369 * gdb.base/mips_pro.c: Likewise.
1370 * gdb.base/nodebug.c: Likewise.
1371 * gdb.base/opaque0.c: Likewise.
1372 * gdb.base/opaque1.c: Likewise.
1373 * gdb.base/recurse.c: Likewise.
1374 * gdb.base/run.c: Likewise.
1375 * gdb.base/scope0.c: Likewise.
1376 * gdb.base/scope1.c: Likewise.
1377 * gdb.base/setshow.c: Likewise.
1378 * gdb.base/setvar.c: Likewise.
1379 * gdb.base/shmain.c: Likewise.
1380 * gdb.base/shr1.c: Likewise.
1381 * gdb.base/shr2.c: Likewise.
1382 * gdb.base/sigall.c: Likewise.
1383 * gdb.base/signals.c: Likewise.
1384 * gdb.base/so-indr-cl.c: Likewise.
1385 * gdb.base/solib2.c: Likewise.
1386 * gdb.base/structs.c: Likewise.
1387 * gdb.base/sum.c: Likewise.
1388 * gdb.base/vforked-prog.c: Likewise.
1389 * gdb.base/watchpoint.c: Likewise.
1390 * gdb.reverse/shr2.c: Likewise.
1391 * gdb.reverse/until-reverse.c: Likewise.
1392 * gdb.reverse/ur1.c: Likewise.
1393 * gdb.reverse/watch-reverse.c: Likewise.
1394
066a77c5
AA
13952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1396
1397 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1398 variant.
1399 * gdb.base/sepdebug.exp: Drop references to removed code.
1400
4f204ea5
AA
14012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1402
1403 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1404 variant. Preserve original line numbering.
1405 * gdb.base/list1.c: Likewise.
1406
3b377a3a
AA
14072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1408
1409 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1410 variant.
1411 * gdb.base/break1.c: Likewise.
1412 * gdb.base/break.exp: Drop references to removed code.
1413
e444df73
AA
14142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1415
1416 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1417 variant.
1418
8008f2a7
AA
14192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1420
1421 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1422
a5a06887
AA
14232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1424
1425 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1426 logic into perform_all_tests() and invoke it with and without
1427 function header prototypes.
1428 (do_function_calls): Remove conditional XFAIL for PR 5318.
1429 (rerun_and_prepare): Remove duplicate code.
1430 (perform_all_tests): New. Main logic moved here.
1431
44dba9b9
AA
14322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1433
1434 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1435 code guarded by #ifdef NO_PROTOTYPES.
1436 (t_double_many_args): Likewise.
1437 (DEF_FUNC_MANY_ARGS_1): Likewise.
1438 (DEF_FUNC_VALUES_1): Likewise.
1439 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1440 guarded by #ifdef PROTOTYPES.
1441
d1fbcd56
AA
14422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1443
1444 * gdb.mi/mi-console.c: Add eye-catcher.
1445 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1446 instead of literal line number.
1447
b0e59b8f
AA
14482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1449
1450 * gdb.base/shr2.c: Add eye-catcher.
1451 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1452 line number.
1453
78f98cca
AA
14542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1455
1456 * gdb.base/jump.c: Add eye-catchers.
1457 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1458 numbers.
1459
58fa2af0
AA
14602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1461
1462 * gdb.base/execd-prog.c: Add eye-catchers.
1463 * gdb.base/foll-exec.c: Likewise.
1464 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1465 line numbers.
1466
04e5059b
AA
14672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1468
1469 * gdb.base/ending-run.c: Add eye-catchers.
1470 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1471 literal line numbers.
1472
dbfdb174
AA
14732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1474
1475 * gdb.base/call-rt-st.c: Add eye-catchers.
1476 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1477 literal line numbers.
1478
888a2ade
AA
14792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1480
1481 * gdb.base/call-ar-st.c: Add eye-catchers.
1482 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1483 literal line numbers.
1484
6acc2dde
AA
14852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1486
1487 * gdb.base/average.c: Add eye-catchers.
1488 * gdb.base/sum.c: Likewise.
1489 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1490 regexps dynamically.
1491
9ecfcd1d
AA
14922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1493
1494 * gdb.base/solib1.c: Add eye-catchers.
1495 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1496 literal line numbers.
1497
78708b7c
PA
14982014-11-12 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1501 leader has exited.
1502
af48d08f
PA
15032014-11-12 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.arch/i386-bp_permanent.c: New file.
1506 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1507 (srcfile): Set to i386-bp_permanent.c.
1508 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1509 that stepi does not execute the 'leave' instruction, instead of
1510 testing it does execute.
1511 * gdb.base/bp-permanent.c: New file.
1512 * gdb.base/bp-permanent.exp: New file.
1513
af3768e9
DE
15142014-11-10 Doug Evans <xdje42@gmail.com>
1515
1516 PR symtab/17564
1517 * gdb.base/symtab-search-order.exp: New file.
1518 * gdb.base/symtab-search-order.c: New file.
1519 * gdb.base/symtab-search-order-1.c: New file.
1520 * gdb.base/symtab-search-order-shlib-1.c: New file.
1521
9de00a4a
PA
15222014-11-07 Pedro Alves <palves@redhat.com>
1523
1524 PR gdb/17511
1525 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1526 i?86-*-linux*.
1527
e0f52461
SC
15282014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1529
1530 PR c++/17494
1531 * gdb.cp/pr17494.cc: New file.
1532 * gdb.cp/pr17494.exp: New file.
1533
6ce8c980
YQ
15342014-11-02 Yao Qi <yao@codesourcery.com>
1535
1536 * gdb.python/python.exp: Get working directory and match the
1537 output of "set extended-prompt \\w " with it.
1538
02be9a71
DE
15392014-10-30 Doug Evans <dje@google.com>
1540
1541 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1542 in objfiles.
1543 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1544 in progspaces.
1545
3bdff46b
LM
15462014-10-30 Janis Johnson <janisjo@codesourcery.com>
1547
1548 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1549 * gdb.base/realname-expand.exp: Likewise.
1550 * gdb.linespec/macro-relative.exp: Likewise.
1551
ab917dfb
PA
15522014-10-29 Pedro Alves <palves@redhat.com>
1553
1554 PR gdb/17408
1555 * gdb.threads/schedlock.c (some_function): New function.
1556 (call_function): New global.
1557 (MAYBE_CALL_SOME_FUNCTION): New macro.
1558 (thread_function): Call it.
1559 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1560 and use it instead of a global counter. Adjust all callers.
1561 (get_current_thread): Use "find current thread" for test message
1562 here rather than having all callers pass down the same string.
1563 (goto_loop): New procedure, factored out from ...
1564 (my_continue): ... this.
1565 (step_ten_loops): Change parameter from test message to command to
1566 use. Adjust.
1567 (list_count): Delete global.
1568 (check_result): New procedure, factored out from duplicate top
1569 level code.
1570 (continue tests): Wrap in with_test_prefix.
1571 (test_step): New procedure, factored out from duplicate top level
1572 code.
1573 (top level): Test "step" in combination with all scheduler-locking
1574 modes. Test "next" in combination with all scheduler-locking
1575 modes, and in combination with stepping over a function call or
1576 not.
1577 * gdb.threads/next-bp-other-thread.c: New file.
1578 * gdb.threads/next-bp-other-thread.exp: New file.
1579
d3d4baed
PA
15802014-10-29 Pedro Alves <palves@redhat.com>
1581
1582 PR python/17372
1583 * gdb.python/python.exp: Test a multi-line command that spawns
1584 interactive Python.
1585 * gdb.base/multi-line-starts-subshell.exp: New file.
1586
563e8d85
YQ
15872014-10-29 Yao Qi <yao@codesourcery.com>
1588
1589 * gdb.base/fileio.exp: Make directories on host.
1590
0ea4d52e
YQ
15912014-10-29 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.base/fileio.c (test_write): Close the file.
1594
7f5ef605
PA
15952014-10-28 Pedro Alves <palves@redhat.com>
1596
1597 PR gdb/12623
1598 * gdb.base/sigstep.c (no_handler): New global.
1599 (main): If 'no_handler is true, set the signal handlers to
1600 SIG_IGN.
1601 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1602 with_sw_watch and no_handler parameters. Handle them.
1603 (top level) <stepping over handler when stopped at a breakpoint
1604 test>: Add a test axis for testing with a software watchpoint, and
1605 another for testing with the signal handler set to SIG_IGN.
1606 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1607 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1608
abbdbd03
PA
16092014-10-28 Pedro Alves <palves@redhat.com>
1610
1611 PR gdb/17511
1612 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1613 * gdb.base/sigstep.exp (other_handler_location): New global.
1614 (advance): Support stepping into the signal handler, and running
1615 commands while in the handler.
1616 (in_handler_map): New global.
1617 (top level): In the advance test, add combinations for getting
1618 into the handler with stepping commands, and for running commands
1619 in the handler. Add comment descripting the advancei tests.
1620
1df4399f
PA
16212014-10-28 Pedro Alves <palves@redhat.com>
1622
1623 * gdb.base/sigstep.exp: Use build_executable instead of
1624 prepare_for_testing.
1625 (top level): Move code that starts GDB, runs to main and creates a
1626 display to ...
1627 (restart): ... this new procedure.
1628 (top level): Move backtrace from signal handler test to ...
1629 (validate_backtrace): ... this new procedure.
1630 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1631 with_test_prefix. Always restart GDB.
1632 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1633 with_test_prefix. Always restart GDB. No need to delete
1634 breakpoints after the test.
1635 (test_skip_handler): Remove prefix parameter.
1636 (skip_over_handler, breakpoint_to_handler)
1637 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1638 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1639 restart GDB. No need to delete breakpoints after the test.
1640 (top level): Use foreach to call the test procedures with
1641 different commands.
1642
a5b6e449
PA
16432014-10-28 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1646 instead of GNATS numbers.
1647 * gdb.base/sigbpt.exp: Likewise.
1648 * gdb.base/siginfo.exp: Likewise.
1649 * gdb.base/sigstep.exp: Likewise.
1650
e5f8a7cc
PA
16512014-10-27 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.base/sigstep.c (dummy): New global.
1654 (main): Issue a couple writes to the new global.
1655 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1656 procedures.
1657 (skip_over_handler): Use test_skip_handler.
1658 (top level): Call skip_over_handler for stepi and nexti too.
1659 (breakpoint_over_handler): Use test_skip_handler.
1660 (top level): Call breakpoint_over_handler for stepi and nexti too.
1661
763905a3
YQ
16622014-10-27 Yao Qi <yao@codesourcery.com>
1663
1664 * gdb.trace/tfile.c (adjust_function_address)
1665 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1666 function descriptor.
1667
6f259a23
DB
16682014-10-24 Don Breazeal <donb@codesourcery.com>
1669
1670 * gdb.base/foll-fork.exp (test_follow_fork,
1671 catch_fork_child_follow): Check for updated fork messages emitted
1672 from infrun.c.
1673 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1674 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1675 vfork_and_exec_child_follow_through_step): Check for updated vfork
1676 messages emitted from infrun.c.
1677
09dd9a69
PA
16782014-10-24 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/corefile.exp: Remove references to ultrix.
1681 * gdb.base/interrupt.exp: Likewise.
1682 * gdb.base/whatis.exp: Likewise.
1683 * gdb.gdb/selftest.exp: Likewise.
1684 * gdb.threads/manythreads.exp: Likewise.
1685 * gdb.threads/print-threads.exp: Likewise.
1686 * gdb.threads/pthreads.exp:: Likewise.
1687 * gdb.threads/schedlock.exp: Likewise.
1688
3433cfa5
SC
16892014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1690
1691 * gdb.cp/non-trivial-retval.cc: Add a test case.
1692 * gdb.cp/non-trivial-retval.exp: Add a test.
1693
092f880b
YQ
16942014-10-20 Yao Qi <yao@codesourcery.com>
1695
1696 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1697 * gdb.python/py-objfile-script-gdb.py: New file.
1698 * gdb.python/py-objfile-script.exp: Update reference to
1699 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1700 of remote_download. Remove the dest file.
1701
acbdb7f3
YQ
17022014-10-20 Yao Qi <yao@codesourcery.com>
1703
1704 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1705 * gdb.base/step-line.exp: Likewise.
1706 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1707 * gdb.dwarf2/dw2-basic.exp: Likewise.
1708 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1709 * gdb.dwarf2/dw2-filename.exp: Likewise.
1710 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1711 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1712 * gdb.dwarf2/dw2-producer.exp: Likewise.
1713 * gdb.dwarf2/mac-fileno.exp: Likewise.
1714 * gdb.python/py-frame-args.exp: Likewise.
1715 * gdb.python/py-framefilter.exp: Likewise.
1716 * gdb.python/py-mi.exp: Likewise.
1717 * gdb.python/py-objfile-script.exp: Likewise
1718 * gdb.python/py-pp-integral.exp: Likewise.
1719 * gdb.python/py-pp-re-notag.exp: Likewise.
1720 * gdb.python/py-prettyprint.exp: Likewise.
1721 * gdb.python/py-section-script.exp: Likewise.
1722 * gdb.python/py-typeprint.exp: Likewise.
1723 * gdb.python/py-xmethods.exp: Likewise.
1724 * gdb.stabs/weird.exp: Likewise.
1725 * gdb.xml/tdesc-regs.exp: Likewise.
1726
bd286a29
KCY
17272014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1728
1729 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1730 (out_cu): Use addr_len for the size of addresses.
1731 (out_line): Likewise. Size DW_LNE_set_address instruction
1732 according to addr_len.
1733 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1734 (FUNC): Add START_INSNS to definition.
1735
673dc4a0
YQ
17362014-10-18 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1739 gdb_has_argv0 return true.
1740 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1741 check [target_info exists noargs], check [gdb_has_argv0]
1742 instead.
1743 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1744 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1745 procedures.
1746
4ffbba72
DE
17472014-10-17 Doug Evans <dje@google.com>
1748
1749 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1750 event.
1751 * gdb.python/py-events.py: Add clear_objfiles event.
1752
d096d8c1
DE
17532014-10-17 Doug Evans <dje@google.com>
1754
1755 * gdb.python/py-objfile.exp: Test progspace attribute.
1756
a80db015
LM
17572014-10-17 Luis Machado <lgustavo@codesourcery.com>
1758
1759 * gdb.guile/scm-breakpoint.exp: Do not assume any
1760 directory separators when matching source file paths.
1761 * gdb.python/py-breakpoint.exp: Likewise.
1762 * gdb.reverse/break-precsave.exp: Likewise.
1763 * gdb.reverse/break-reverse.exp: Likewise.
1764 * gdb.reverse/consecutive-precsave.exp: Likewise.
1765 * gdb.reverse/finish-precsave.exp: Likewise.
1766 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1767 * gdb.reverse/finish-reverse.exp: Likewise.
1768 * gdb.reverse/i386-precsave.exp: Likewise.
1769 * gdb.reverse/i387-env-reverse.exp: Likewise.
1770 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1771 * gdb.reverse/machinestate-precsave.exp: Likewise.
1772 * gdb.reverse/machinestate.exp: Likewise.
1773 * gdb.reverse/sigall-precsave.exp: Likewise.
1774 * gdb.reverse/solib-precsave.exp: Likewise.
1775 * gdb.reverse/step-precsave.exp: Likewise.
1776 * gdb.reverse/until-precsave.exp: Likewise.
1777 * gdb.reverse/watch-precsave.exp: Likewise.
1778 * gdb.reverse/watch-reverse.exp: Likewise.
1779
b22089ab
YQ
17802014-10-17 Yao Qi <yao@codesourcery.com>
1781
1782 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1783 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1784
6c4486e6
PA
17852014-10-17 Pedro Alves <palves@redhat.com>
1786
1787 PR gdb/17471
1788 * gdb.base/bg-execution-repeat.c: New file.
1789 * gdb.base/bg-execution-repeat.exp: New file.
1790
0ff33695
PA
17912014-10-17 Pedro Alves <palves@redhat.com>
1792
1793 PR gdb/17300
1794 * gdb.base/continue-all-already-running.c: New file.
1795 * gdb.base/continue-all-already-running.exp: New file.
1796
6fdebc3d
PA
17972014-10-17 Pedro Alves <palves@redhat.com>
1798
1799 PR gdb/17472
1800 * gdb.base/annota-input-while-running.c: New file.
1801 * gdb.base/annota-input-while-running.exp: New file.
1802
32a8097b
PA
18032014-10-17 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.base/callfuncs.exp: emove references to osf.
1806 * gdb.base/sigall.exp: Likewise.
1807 * gdb.gdb/selftest.exp: Likewise.
1808 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1809 * gdb.mi/non-stop.c: Likewise.
1810 * gdb.mi/pthreads.c: Likewise.
1811 * gdb.reverse/sigall-precsave.exp: Likewise.
1812 * gdb.reverse/sigall-reverse.exp: Likewise.
1813 * gdb.threads/pthreads.c: Likewise.
1814 * gdb.threads/pthreads.exp: Likewise.
1815
7a3517ff
YQ
18162014-10-17 Yao Qi <yao@codesourcery.com>
1817
1818 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1819 check 'target_info exists noargs'.
1820 (test_command_prompt_position): Likewise.
1821 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1822 Remove "set args".
1823 (progvar_simple_while_test): Likewise.
1824 (progvar_complex_if_while_test): Likewise.
1825 (if_while_breakpoint_command_test): Likewise.
1826 (infrun_breakpoint_command_test): Likewise.
1827 (breakpoint_command_test): Likewise.
1828 (watchpoint_command_test): Likewise.
1829 (bp_deleted_in_command_test): Likewise.
1830 (temporary_breakpoint_commands): Likewise.
1831
bb99c472
YQ
18322014-10-16 Yao Qi <yao@codesourcery.com>
1833
1834 * gdb.base/remotetimeout.exp: Remove noargs checking.
1835
7c16b83e
PA
18362014-10-15 Pedro Alves <palves@redhat.com>
1837
1838 PR breakpoints/9649
1839 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1840 * gdb.base/breakpoint-in-ro-region.exp
1841 (probe_target_hardware_step): New procedure.
1842 (top level): Probe hardware stepping and hardware breakpoint
1843 support. Test stepping through a read-only region, with both
1844 "breakpoint auto-hw" on and off and both "always-inserted" on and
1845 off.
1846
35a49624
IB
18472014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1848
1849 * gdb.dlang/demangle.exp: Update for demangling changes.
1850
2d1c107c
SC
18512014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1852
1853 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1854 * gdb.cp/non-trivial-retval.exp: Add new tests.
1855
778811d5
SC
18562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1857
1858 PR c++/13403
1859 PR c++/15154
1860 * gdb.cp/non-trivial-retval.cc: New file.
1861 * gdb.cp/non-trivial-retval.exp: New file.
1862
10c5f0a8
YQ
18632014-10-15 Yao Qi <yao@codesourcery.com>
1864
1865 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1866 remote host.
1867
65d7b369
YQ
18682014-10-15 Yao Qi <yao@codesourcery.com>
1869
1870 * gdb.python/py-symbol.exp: Match file base name if host is
1871 remote, otherwise match file name with dir name.
1872 * gdb.python/py-symtab.exp: Likewise.
1873 * gdb.python/python.exp: Likewise.
1874
46dc1394
YQ
18752014-10-15 Yao Qi <yao@codesourcery.com>
1876
1877 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1878 pattern.
1879 * gdb.python/py-symtab.exp: Likewise.
1880 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1881 locationn.
1882
c40cc657
JB
18832014-10-14 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.ada/addr_arith: New testcase.
1886
2abf49e1
MR
18872014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1888
1889 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1890 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1891 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1892 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1893
f7088df3
SDJ
18942014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1895
1896 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1897 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1898 * gdb.arch/stap-eval-lang-ada.exp: New file.
1899
4dc06805
YQ
19002014-10-14 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.mi/mi-var-child.c (nothing1): New function.
1903 (nothing2): New function.
1904 (do_children_tests): Set function pointers by nothing1 and
1905 nothing2.
1906 * gdb.mi/mi-var-child.exp: Step over new added statements.
1907 Update test to match the new output.
1908 * gdb.mi/var-cmd.c (nothing1): New function.
1909 (nothing2): New function.
1910 (do_children_tests): Set function pointers by nothing1 and
1911 nothing2.
1912 * gdb.mi/mi-var-display.exp: Update test to match output.
1913 Step to the line specified by $line_dct_nothing.
1914 Increase the number of lines to step.
1915
46a93de2
YQ
19162014-10-14 Yao Qi <yao@codesourcery.com>
1917
1918 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1919 tests.
1920 * gdb.mi/mi2-var-child.exp: Likewise.
1921
14ea52ee
DE
19222014-10-13 Doug Evans <dje@google.com>
1923
1924 * gdb.python/py-objfile.exp: Change name of file name test.
1925
e5c6e92b
DE
19262014-10-13 Doug Evans <dje@google.com>
1927
1928 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1929 from the start of the CU.
1930
c780cc2f
JK
19312014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1932 Yao Qi <yao@codesourcery.com>
1933
1934 Fix "save breakpoints" for "catch" command.
1935 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1936 Remove -nonewline. Match also the added "main" line.
1937
99894e11
JK
19382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 Fix "save breakpoints" for "disable $bpnum" command.
1941 * gdb.base/save-bp.c (main): Add label.
1942 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1943
6e1ac5a3
JK
19442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1947
754dd2b0
YQ
19482014-10-11 Yao Qi <yao@codesourcery.com>
1949
1950 * gdb.server/server-kill.exp: Execute command
1951 "set remote trace-status-packet on" before "tstatus".
1952
f90183d7
YQ
19532014-10-11 Yao Qi <yao@codesourcery.com>
1954
1955 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1956 (main): Call getppid.
1957 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1958 and continue to it. Read variable "server_pid".
1959
bf40a607
YQ
19602014-10-11 Yao Qi <yao@codesourcery.com>
1961
1962 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1963
052ca370
YQ
19642014-10-11 Yao Qi <yao@codesourcery.com>
1965
1966 * gdb.threads/thread-find.exp: Don't execute command
1967 "info threads".
1968 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1969 * gdb.threads/linux-dp.exp: Don't check the condition
1970 $threads_created equals to zero.
1971
3831839c
PA
19722014-10-10 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.base/bigcore.exp: Remove references to IRIX.
1975 * gdb.base/funcargs.exp: Likewise.
1976 * gdb.base/interrupt.exp: Likewise.
1977 * gdb.base/mips_pro.exp: Likewise.
1978 * gdb.base/nodebug.exp: Likewise.
1979 * gdb.base/setvar.exp: Likewise.
1980 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1981
8b9a549d
PA
19822014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1983 Pedro Alves <palves@redhat.com>
1984
1985 PR symtab/14466
1986 * gdb.base/vdso-warning.c: New file.
1987 * gdb.base/vdso-warning.exp: New file.
1988
d48ba5e8
DE
19892014-10-02 Doug Evans <dje@google.com>
1990
1991 * gdb.base/structs.c (main): Don't run forever.
1992
2278c276
PA
19932014-10-02 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1996 (top level) <stop threads 1, stop threads 2>: Use it.
1997
b57bacec
PA
19982014-10-02 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.threads/break-while-running.exp (test): Add new
2001 'update_thread_list' argument. Skip "info threads" if false.
2002 (top level): Add new 'update_thread_list' axis.
2003
13fd3ff3
PA
20042014-10-02 Pedro Alves <palves@redhat.com>
2005
2006 PR breakpoints/17431
2007 * gdb.base/execl-update-breakpoints.c: New file.
2008 * gdb.base/execl-update-breakpoints.exp: New file.
2009
0fec99e8
PA
20102014-10-01 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/breakpoint-in-ro-region.c: New file.
2013 * gdb.base/breakpoint-in-ro-region.exp: New file.
2014
2ddf4301
SM
20152014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2016
2017 * gdb.mi/mi-exit-code.exp: New file.
2018 * gdb.mi/mi-exit-code.c: New file.
2019
6a5f3f43
YQ
20202014-09-30 Yao Qi <yao@codesourcery.com>
2021
2022 * lib/prelink-support.exp (build_executable_own_libs): Error if
2023 the target isn't native.
2024
345bcc73
YQ
20252014-09-30 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2028 false.
2029
a25a5a45
PA
20302014-09-22 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.threads/break-while-running.exp: New file.
2033 * gdb.threads/break-while-running.c: New file.
2034
00ba3162
YQ
20352014-09-19 Yao Qi <yao@codesourcery.com>
2036
2037 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2038 Invoke test. Restart GDB with --readnow and invoke test again.
2039
c3b7b696
YQ
20402014-09-19 Yao Qi <yao@codesourcery.com>
2041
2042 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2043 proc set_breakpoint_on_gcd_function. Invoke
2044 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2045 invoke set_breakpoint_on_gcd_function again.
2046
2b4fd423
DE
20472014-09-18 Doug Evans <dje@google.com>
2048
2049 * gdb.dwarf2/symtab-producer.exp: New file.
2050
a5947601
SDJ
20512014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2052
2053 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2054 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2055 * gdb.base/global-var-nested-by-dso.c: Likewise.
2056 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2057
91c19059
SDJ
20582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2059 Pedro Alves <palves@redhat.com>
2060
2061 * gdb.base/watch-bitfields.exp: Pass string other than test file
2062 name to prepare_for_testing.
2063 (watch): New procedure.
2064 (expect_watchpoint): Use with_test_prefix.
2065 (top level): Factor out tests to ...
2066 (test_watch_location, test_regular_watch): ... these new
2067 procedures, and use with_test_prefix and gdb_continue_to_end.
2068
bb9d5f81
PP
20692014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2070
2071 PR breakpoints/12526
2072 * gdb.base/watch-bitfields.exp: New file.
2073 * gdb.base/watch-bitfields.c: New file.
2074
635856f5
PA
20752014-09-16 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2078 software and hardware addresses, not software address against
2079 itself.
2080
7280ceea
PA
20812014-09-16 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2084 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2085
428b16bd
PA
20862014-09-16 Pedro Alves <palves@redhat.com>
2087
2088 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2089 files.
2090 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2091 "*-*-vxworks*" throughout.
2092 * gdb.base/break.exp: Likewise.
2093 * gdb.base/default.exp: Likewise.
2094 * gdb.base/scope.exp: Likewise.
2095 * gdb.base/sepdebug.exp: Likewise.
2096 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2097 throughout.
2098 * gdb.base/run.c: Likewise.
2099 * gdb.base/sepdebug.c: Likewise.
2100 * gdb.hp/gdb.aCC/run.c: Likewise.
2101 * gdb.reverse/until-reverse.c: Likewise.
2102 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2103
666d413c
YQ
21042014-09-16 Yao Qi <yao@codesourcery.com>
2105
2106 * boards/local-remote-host-native.exp: New file.
2107
57cbd724
DE
21082014-09-14 Doug Evans <xdje42@gmail.com>
2109
2110 * gdb.threads/queue-signal.c (thread_count): New variable.
2111 (thread_count_mutex, thread_count_condvar): New variables.
2112 (incr_thread_count, wait_all_threads_running): New functions.
2113 (main): Wait for all threads to be in their thread functions.
2114
81219e53
DE
21152014-09-13 Doug Evans <xdje42@gmail.com>
2116
2117 * gdb.threads/queue-signal.c: New file.
2118 * gdb.threads/queue-signal.exp: New file.
2119
3714cea7
DE
21202014-09-13 Doug Evans <xdje42@gmail.com>
2121
2122 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2123 be consistent with what default_gdb_init uses.
2124 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2125 the plain text of the prompt. Add some logging printfs.
2126 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2127
fa43b1d7
PA
21282014-09-12 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2131 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2132 * gdb.arch/i386-size-overlap.exp: Likewise.
2133 * gdb.arch/i386-size.exp: Likewise.
2134 * gdb.arch/i386-unwind.exp: Likewise.
2135 * gdb.base/a2-run.exp: Likewise.
2136 * gdb.base/break.exp: Likewise.
2137 * gdb.base/charset.exp: Likewise.
2138 * gdb.base/chng-syms.exp: Likewise.
2139 * gdb.base/commands.exp: Likewise.
2140 * gdb.base/dbx.exp: Likewise.
2141 * gdb.base/find.exp: Likewise.
2142 * gdb.base/funcargs.exp: Likewise.
2143 * gdb.base/jit-simple.exp: Likewise.
2144 * gdb.base/reread.exp: Likewise.
2145 * gdb.base/sepdebug.exp: Likewise.
2146 * gdb.base/step-bt.exp: Likewise.
2147 * gdb.cp/mb-inline.exp: Likewise.
2148 * gdb.cp/mb-templates.exp: Likewise.
2149 * gdb.objc/basicclass.exp: Likewise.
2150 * gdb.threads/killed.exp: Likewise.
2151
9d9bf2df
EBM
21522014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2153
2154 PR tdep/17379
2155 * gdb.arch/powerpc-stackless.S: New file.
2156 * gdb.arch/powerpc-stackless.exp: New file.
2157
1cf2f1b0
JK
21582014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2159
2160 * gdb.base/attach.c: Include unistd.h.
2161 (main): Call alarm. Add label postloop.
2162 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2163 gdb_breakpoint, gdb_continue_to_breakpoint.
2164 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2165
98880d46
PA
21662014-09-11 Pedro Alves <palves@redhat.com>
2167
2168 PR gdb/17347
2169 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2170 * gdb.base/attach.exp (test_command_line_attach_run): New
2171 procedure.
2172 (top level): Call it.
2173
4c92ff2c
PA
21742014-09-11 Pedro Alves <palves@redhat.com>
2175
2176 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2177 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2178 (do_command_attach_tests): Use spawn_wait_for_attach.
2179 * gdb.base/solib-overlap.exp: Likewise.
2180 * gdb.multi/multi-attach.exp: Likewise.
2181 * gdb.python/py-prompt.exp: Likewise.
2182 * gdb.python/py-sync-interp.exp: Likewise.
2183 * gdb.server/ext-attach.exp: Likewise.
2184
3adc1a7d
GKB
21852014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2186
2187 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2188 command in testcase. Simplify testcase.
2189
96334934
JB
21902014-09-10 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2193
eb479039
JB
21942014-09-10 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2197
deede10c
JB
21982014-09-10 Joel Brobecker <brobecker@adacore.com>
2199
2200 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2201
7828a5f5
JB
22022014-09-10 Joel Brobecker <brobecker@adacore.com>
2203
2204 * gdb.dwarf2/dynarr-ptr.c: New file.
2205 * gdb.dwarf2/dynarr-ptr.exp: New file.
2206
33aeebcf
MR
22072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2208
2209 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2210 of 30 rather than hardcoding 120 for a slow test case. Take the
2211 `gdb,timeout' target setting into account for this calculation.
2212 Don't extend the timeout for the test cases that don't need it.
2213
7b415901
MR
22142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2215
2216 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2217 a factor of 2 for a slow test case. Take the `gdb,timeout'
2218 target setting into account for this calculation.
2219 * gdb.reverse/until-precsave.exp: Increase the timeout by
2220 a factor of 15 and 3 respectively rather than adding 120
2221 for a pair of slow test cases. Take the `gdb,timeout'
2222 target setting into account for this calculation.
2223
4a40f85a
MR
22242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2225
2226 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2227 timeout, don't pass one down to gdb_expect.
2228 (gdb_expect): Rework timeout selection.
2229
09635af7
MR
22302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2231
2232 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2233 exception on timeout.
2234 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2235 (gdbserver_start_extended): Catch any `gdbserver_start' error
2236 exceptions.
2237 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2238 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2239 `gdbserver_gdb_load' error exceptions.
2240
2bdd10b7
MR
22412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2242
2243 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2244 120 on waiting for the TCP socket to open.
2245
316935f0
DE
22462014-09-09 Doug Evans <xdje42@gmail.com>
2247
2248 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2249 _caller_matches, _any_caller_is, _any_caller_matches.
2250
83740597
DE
22512014-09-09 Doug Evans <xdje42@gmail.com>
2252
2253 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2254
4c122fc3
YQ
22552014-09-09 Yao Qi <yao@codesourcery.com>
2256
2257 * gdb.mi/mi-var-display.exp: Set print symbol off.
2258
a9f116cb
GKB
22592014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2260
2261 PR gdb/17035
2262 * gdb.base/commands.exp: Add tests to verify user-defined
2263 commands with empty bodies.
2264 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2265 python commands in `show user command`.
2266 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2267 scheme commands in `show user command`.
2268
c75bd3a2
JK
22692014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 PR python/17355
2272 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2273 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2274 * gdb.python/py-framefilter-invalidarg.exp: New file.
2275 * gdb.python/py-framefilter-invalidarg.py: New file.
2276
faa42425
DE
22772014-09-06 Doug Evans <xdje42@gmail.com>
2278
2279 PR 15276
2280 * gdb.python/py-caller-is.c: New file.
2281 * gdb.python/py-caller-is.exp: New file.
2282
474ca4f6
SDJ
22832014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2284
2285 PR gdb/17235
2286 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2287 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2288
eb0b0463
SDJ
22892014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2290
2291 PR fortran/17237
2292 * gdb.fortran/print-formatted.exp: New file.
2293 * gdb.fortran/print-formatted.f90: Likewise.
2294
5f3b99cf
SS
22952014-09-03 Sasha Smundak <asmundak@google.com>
2296
2297 * gdb.python/py-frame.exp: Test Frame.read_register.
2298
7d793aa9
SDJ
22992014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2300
2301 PR python/16699
2302 * gdb.python/py-completion.exp: New file.
2303 * gdb.python/py-completion.py: Likewise.
2304
fb0576e9
DE
23052014-08-28 Doug Evans <dje@google.com>
2306
2307 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2308 eax,etc. are live with values set by gdb and thus the compiler can't
2309 use them.
2310 * gdb.arch/i386-pseudo.c (main): Ditto.
2311
ee92b0dd
DE
23122014-08-27 Doug Evans <dje@google.com>
2313
2314 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2315
6649db35
DE
23162014-08-25 Doug Evans <dje@google.com>
2317
2318 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2319 (main): Ditto.
2320
564b7600
DE
23212014-08-25 Doug Evans <dje@google.com>
2322
2323 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2324
3881fb67
YQ
23252014-08-24 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2328 symbol off.
2329 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2330
a05a36a5
DE
23312014-08-22 Doug Evans <dje@google.com>
2332
2333 PR 17276
2334 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2335 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2336 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2337
7c343b48
YQ
23382014-08-22 Yao Qi <yao@codesourcery.com>
2339
2340 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2341 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2342 * gdb.python/python.exp: Likewise. Use .py file on the host
2343 instead of the build.
2344
22fd09ae
JK
23452014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 * gdb.threads/gcore-stale-thread.c: New file.
2348 * gdb.threads/gcore-stale-thread.exp: New file.
2349
a8454a7c
PA
23502014-08-21 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2353 * gdb.base/gcore-relro-pie.exp: Likewise.
2354 * gdb.base/gcore-relro.exp: Likewise.
2355 * gdb.base/gcore.exp: Likewise.
2356 * gdb.base/print-symbol-loading.exp: Likewise.
2357 * gdb.threads/gcore-thread.exp: Likewise.
2358 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2359
2a31c623
PA
23602014-08-20 Pedro Alves <palves@redhat.com>
2361 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2364 configure.
2365 (EXPECT): Handle READ1 being set.
2366 (all): Depend on EXTRA_RULES.
2367 (check-read1, expect-read1, read1.so, read1): New rules.
2368 * README (Testsuite Parameters): Document the READ1 make variable.
2369 (Race detection): New section.
2370 * configure: Regenerate.
2371 * configure.ac: If build==host==target, and running under a
2372 GNU/glibc system, add read1 to the extra Makefile rules.
2373 (EXTRA_RULES): AC_SUBST it.
2374 * lib/read1.c: New file.
2375
d36430db
JB
23762014-08-20 Joel Brobecker <brobecker@adacore.com>
2377
2378 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2379 the handling of variables declared as a typedef to an array
2380 which a DW_AT_data_location attribute.
2381
9a0dc9e3
PA
23822014-08-19 Andrew Burgess <aburgess@broadcom.com>
2383 Pedro Alves <palves@redhat.com>
2384
2385 PR symtab/14604
2386 PR symtab/14605
2387 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2388 gdb_test.
2389
0718a8da
PA
23902014-08-19 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2393
13b448cd
YQ
23942014-08-19 Yao Qi <yao@codesourcery.com>
2395
2396 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2397 right line.
2398
1cbf5077
DB
23992014-08-18 David Blaikie <dblaikie@gmail.com>
2400
2401 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2402
bf0fae19
JB
24032014-08-18 Joel Brobecker <brobecker@adacore.com>
2404
2405 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2406 attribute in array range.
2407
3c8c5dcc
JB
24082014-08-18 Joel Brobecker <brobecker@adacore.com>
2409
2410 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2411
e66d4446
SC
24122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2413
2414 PR c++/17132
2415 * gdb.cp/pr17132.cc: New file.
2416 * gdb.cp/pr17132.exp: New file.
2417
940df408
SC
24182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2419
2420 * gdb.python/py-xmethods.py (A_getarrayind)
2421 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2422 Use 'print' with function call syntax.
2423 (E_method_matcher.match): Fix tab vs space indentation mixup.
2424
ebcc6c3a
YQ
24252014-08-15 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2428 false.
2429
775e0f04
YQ
24302014-08-15 Yao Qi <yao@codesourcery.com>
2431
2432 * gdb.cp/casts.exp: Set print symbol off.
2433 * gdb.cp/class2.exp: Likewise.
2434 * gdb.cp/overload.exp: Likewise.
2435 * gdb.cp/templates.exp: Likewise.
2436
d769e349
DE
24372014-08-11 Doug Evans <dje@google.com>
2438
2439 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2440 (test_load_shlib): Update.
2441
20c6f1e1
YQ
24422014-08-09 Yao Qi <yao@codesourcery.com>
2443
2444 * gdb.base/display.exp: Invoke is_address_zero_readable.
2445 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2446 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2447 * gdb.base/hbreak-unmapped.exp: Return if
2448 is_address_zero_readable returns true.
2449 * gdb.base/signest.exp: Likewise.
2450 * gdb.base/signull.exp: Likewise.
2451 * gdb.base/sigbpt.exp: Likewise.
2452 * gdb.guile/scm-disasm.exp: Do the test if
2453 is_address_zero_readable returns false.
2454 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2455 * gdb.python/py-arch.exp: Likewise.
2456 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2457 * lib/gdb.exp (is_address_zero_readable): New proc.
2458
5792e8e3
YQ
24592014-08-09 Yao Qi <yao@codesourcery.com>
2460
2461 PR testsuite/13443
2462 * gdb.mi/mi-var-display.exp: Make test messages unique.
2463
3cecbbbe
TT
24642014-08-04 Tom Tromey <tromey@redhat.com>
2465
2466 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2467 target 0".
2468
00b51ff5
TT
24692014-08-04 Tom Tromey <tromey@redhat.com>
2470
2471 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2472 "target_resume".
2473
6908c509
JB
24742014-08-01 Joel Brobecker <brobecker@adacore.com>
2475
2476 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2477 inner_vla_struct_object_size.
2478 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2479 as xfail.
2480
cc6563d2
PA
24812014-07-30 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2484 comment.
2485
7e09a223
YQ
24862014-07-29 Yao Qi <yao@codesourcery.com>
2487
2488 PR gdb/17206
2489 * gdb.base/until-nodebug.exp: New.
2490
7ebdbe92
DE
24912014-07-28 Doug Evans <xdje42@gmail.com>
2492
2493 PR guile/17203
2494 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2495 previously existing parameter, and previously ambiguously spelled
2496 parameter.
2497
fdb1adc6
WN
24982014-07-28 Will Newton <will.newton@linaro.org>
2499
2500 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2501
186fcde0
DE
25022014-07-26 Ludovic Courtès <ludo@gnu.org>
2503 Doug Evans <xdje42@gmail.com>
2504
2505 PR guile/17146
2506 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2507
70509625
PA
25082014-07-25 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.threads/signal-command-handle-nopass.c: New file.
2511 * gdb.threads/signal-command-handle-nopass.exp: New file.
2512 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2513 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2514 * gdb.threads/signal-delivered-right-thread.c: New file.
2515 * gdb.threads/signal-delivered-right-thread.exp: New file.
2516
c3f814a1
PA
25172014-07-25 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/double-prompt-target-event-error.exp
2520 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2521 match.
2522 (cancel_pagination_in_target_event): Rework double prompt
2523 detection.
2524 * gdb.base/paginate-after-ctrl-c-running.exp
2525 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2526 <return>' match.
2527 * gdb.base/paginate-bg-execution.exp
2528 (test_bg_execution_pagination_return)
2529 (test_bg_execution_pagination_cancel): Remove '-notransfer
2530 <return>' matches.
2531 * gdb.base/paginate-execution-startup.exp
2532 (test_fg_execution_pagination_return)
2533 (test_fg_execution_pagination_cancel): Remove '-notransfer
2534 <return>' matches.
2535 * gdb.base/paginate-inferior-exit.exp
2536 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2537 match.
2538 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2539 * lib/gdb.exp (pagination_prompt): Run text through
2540 string_to_regexp.
2541 (gdb_test_multiple): Match $pagination_prompt instead of
2542 "<return>".
2543 (string_to_regexp): Move to lib/gdb-utils.exp.
2544
e214cf6c
JK
25452014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2546
2547 * gdb.arch/amd64-entry-value-paramref.S: New file.
2548 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2549 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2550 * gdb.arch/amd64-optimout-repeat.S: New file.
2551 * gdb.arch/amd64-optimout-repeat.c: New file.
2552 * gdb.arch/amd64-optimout-repeat.exp: New file.
2553
17d0c5c8
JK
25542014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 PR gdb/17170
2557 * gdb.base/statistics.exp: New file.
2558
b8b8facf
DE
25592014-07-17 Doug Evans <dje@google.com>
2560
74b49205 2561 PR gdb/17170
b8b8facf
DE
2562 * gdb.base/maint.exp: Update testing of per-command stats.
2563
1b5d0ab3
PA
25642014-07-16 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2567 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2568 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2569 (tfile_write_buf): New functions.
2570 (add_memory_block): Rewrite using the above.
2571 (adjust_function_address): New function.
2572 (FUNCTION_ADDRESS): New macro.
2573 (write_basic_trace_file): Remove short_x local, and use
2574 tfile_write_16. Change type of func_addr local to unsigned long
2575 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2576 here. Cast argument of add_memory_block to char pointer.
2577 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2578 (main): Remove parameters.
2579 * gdb.trace/tfile.exp: Remove nowarnings.
2580
4d974e88
SM
25812014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2582
2583 * gdb.base/debug-expr.exp: Test string evaluation with
2584 "debug expression" on.
2585
41e99568
PA
25862014-07-15 Pedro Alves <palves@redhat.com>
2587
2588 * gdb.base/reread.exp: Use clean_restart.
2589
487d9753
PL
25902014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2591
2592 * gdb.arch/avr-flash-qualifer.c: New.
2593 * gdb.arch/avr-flash-qualifer.exp: New.
2594
cc1c52ad
PA
25952014-07-14 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2598 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2599
1e973570
PA
26002014-07-14 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/double-prompt-target-event-error.c: New file.
2603 * gdb.base/double-prompt-target-event-error.exp: New file.
2604
93d6eb10
PA
26052014-07-14 Pedro Alves <palves@redhat.com>
2606
2607 PR gdb/17072
2608 * gdb.base/paginate-inferior-exit.c: New file.
2609 * gdb.base/paginate-inferior-exit.exp: New file.
2610
0017922d
PA
26112014-07-14 Pedro Alves <palves@redhat.com>
2612
2613 PR gdb/17072
2614 * gdb.base/paginate-bg-execution.c: New file.
2615 * gdb.base/paginate-bg-execution.exp: New file.
2616
94696ad3
PA
26172014-07-14 Pedro Alves <palves@redhat.com>
2618
2619 PR gdb/17072
2620 * gdb.base/paginate-execution-startup.c: New file.
2621 * gdb.base/paginate-execution-startup.exp: New file.
2622 * lib/gdb.exp (pagination_prompt): New global.
2623 (default_gdb_spawn): New procedure, factored out from
2624 default_gdb_spawn.
2625 (default_gdb_start): Adjust to call default_gdb_spawn.
2626 (gdb_spawn): New procedure.
2627
bd293940
PA
26282014-07-14 Pedro Alves <palves@redhat.com>
2629
2630 * lib/gdb.exp (gdb_assert): New procedure.
2631 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2632
c933f875
PA
26332014-07-14 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.base/execution-termios.c: New file.
2636 * gdb.base/execution-termios.exp: New file.
2637
d98b7a16
TT
26382014-07-14 Tom Tromey <tromey@redhat.com>
2639
2640 * gdb.cp/vla-cxx.cc: New file.
2641 * gdb.cp/vla-cxx.exp: New file.
2642
548740d6
TT
26432014-07-14 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.reverse/rerun-prec.c: New file.
2646 * gdb.reverse/rerun-prec.exp: New file.
2647
a25eb028
MR
26482014-07-12 Maciej W. Rozycki <macro@mips.com>
2649 Maciej W. Rozycki <macro@codesourcery.com>
2650
2651 * lib/gdb-utils.exp: New file.
2652 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2653 inline `gdb_init_command' processing.
2654 (gdb_start_cmd): Likewise.
2655 * lib/mi-support.exp (mi_run_cmd): Likewise.
2656 * README: Document `gdb_init_command' and `gdb_init_commands'.
2657
218c2655
JK
26582014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2659
2660 Fix false FAIL running under a very long directory name.
2661 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2662 and "set print elements 10000". Twice.
2663
5401fde3
YQ
26642014-07-11 Yao Qi <yao@codesourcery.com>
2665
2666 * gdb.base/exprs.exp: "set print symbol off".
2667
e76126e8
PA
26682014-07-11 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.threads/kill.c: New file.
2671 * gdb.threads/kill.exp: New file.
2672
2d6f0de6
YQ
26732014-07-10 Yao Qi <yao@codesourcery.com>
2674
2675 * gdb.trace/tfile.c (write_basic_trace_file)
2676 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2677 address written to trace file.
2678
7180e04a
PA
26792014-07-09 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.base/attach-wait-input.exp: New file.
2682 * gdb.base/attach-wait-input.c: New file.
2683
9a9a7608
AB
26842014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2687 setting up test structures.
2688 (main): Call new test function.
2689 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2690 test function, continue into test function and walk test
2691 structures.
2692
161ac41e
YQ
26932014-07-02 Yao Qi <yao@codesourcery.com>
2694
2695 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2696 'bar_start' at the beginning of functions 'foo' and 'bar'
2697 respectively.
2698 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2699 instead of 'foo' and 'bar'.
2700
1f267ae3
MM
27012014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2702
2703 * gdb.btrace/segv.exp: New.
2704 * gdb.btrace/segv.c: New.
2705
2b239efb
LM
27062014-07-02 Luis Machado <lgustavo@codesourcery.com>
2707
2708 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2709 instruction.
2710
cf363f18
MW
27112014-06-30 Mark Wielaard <mjw@redhat.com>
2712
2713 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2714 vulture, vilify, villar): New volatile array constants.
2715 (vindictive, vegetation): New const volatile array constants.
2716 * gdb.base/volatile.exp: Test volatile and const volatile array
2717 types.
2718
aebf9d24
AA
27192014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2720
2721 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2722 target lacks support for awatch, rwatch, or hbreak.
2723
b67a2c6f
YQ
27242014-06-27 Yao Qi <yao@codesourcery.com>
2725
2726 * gdb.multi/dummy-frame-restore.exp: New.
2727 * gdb.multi/dummy-frame-restore.c: New.
2728
aef92902
MM
27292014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2730
2731 * gdb.btrace/gcore.exp: New.
2732
8e9db26e
PA
27332014-06-23 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.base/watchpoint-reuse-slot.c: New file.
2736 * gdb.base/watchpoint-reuse-slot.exp: New file.
2737
70afc5b7
SC
27382014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2739
2740 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2741 progspace's filename in 'info', 'enable' and 'disable' command
2742 tests.
2743
b972bd9c
JK
27442014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2747 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2748 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2749
125f8a3d
GB
27502014-06-20 Gary Benson <gbenson@redhat.com>
2751
2752 * gdb.arch/i386-avx.exp: Fix include file location.
2753 * gdb.arch/i386-sse.exp: Likewise.
2754
3ed9baed
IB
27552014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2756
2757 * gdb.dlang/expression.exp: New file.
2758
034f788c
PA
27592014-06-19 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2762 out from ...
2763 (top level): ... here. Iterate running tests under different
2764 scheduler-locking settings.
2765
45371d0c
LM
27662014-06-18 Luis Machado <lgustavo@codesourcery.com>
2767
2768 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2769 to DW_FORM_addr and use non-zero addresses.
2770
5d376983
SC
27712014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2772
2773 PR gdb/17017
2774 * gdb.python/py-xmethods.cc: Add global function call counters and
2775 increment them in their respective functions. Remove "cout"
2776 statements.
2777 * gdb.python/py-xmethods.exp: Make tests check the global function
2778 call counters instead of depending on inferior IO.
2779
a1aa2221
LM
27802014-06-18 Don Breazeal <donb@codesourcery.com>
2781
2782 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2783 Deleted procedure.
2784 (explicit_fork_parent_follow): Deleted procedure.
2785 (explicit_fork_child_follow): Deleted procedure.
2786 (test_follow_fork): New procedure.
2787 (do_fork_tests): Replace calls to deleted procedures with
2788 calls to test_follow_fork and reset GDB for subsequent
2789 procedure calls.
2790
0fc05997
YQ
27912014-06-17 Yao Qi <yao@codesourcery.com>
2792
2793 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2794 CP1252.
2795
70795c52
LM
27962014-06-17 Luis Machado <lgustavo@codesourcery.com>
2797
2798 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2799 Initialize ptr and S explicitly.
2800 (skip_type_update_when_not_use_rtti_test): Likewise.
2801
6be47f0c
KS
28022014-06-16 Keith Seitz <keiths@redhat.com>
2803
2804 PR mi/15863
2805 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2806 the inferior is started.
2807
d03de421
PA
28082014-06-16 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.base/break-main-file-remove-fail.c: New file.
2811 * gdb.base/break-main-file-remove-fail.exp: New file.
2812 * gdb.base/break-unload-file.exp: Use build_executable instead of
2813 prepare_for_testing.
2814 (test_break): New parameter "initial_load". Handle it.
2815 (top level): Add initial_load cmdline/file axis.
2816
f9579b99
TT
28172014-06-12 Tom Tromey <tromey@redhat.com>
2818
2819 * gdb.base/completion.exp: Don't use directory name in test.
2820
3657956b
GB
28212014-06-09 Gary Benson <gbenson@redhat.com>
2822
2823 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2824 separate the always-available ANSI-standard signals from the
2825 signals that require checking.
2826 (main): Likewise.
2827 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2828 Likewise.
2829 (main): Likewise.
2830
4186eb54
KS
28312014-06-07 Keith Seitz <keiths@redhat.com>
2832
2833 Revert:
2834 PR c++/16253
2835 * gdb.cp/var-tag.cc: New file.
2836 * gdb.cp/var-tag.exp: New file.
2837 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2838 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2839 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2840 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2841
25326a28 28422014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2843
2844 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2845
829155c9
PA
28462014-06-06 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2849 in target debug output instead of looking at RSP packets,
2850 disabling the test on any target that uses hardware stepping.
2851 Update comments.
2852
61c8d22e
PA
28532014-06-06 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/break-unload-file.exp: Fix typo.
2856
d9a47287
YQ
28572014-06-06 Yao Qi <yao@codesourcery.com>
2858
2859 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2860 from "jit_function" to "^jit_function".
2861
e5e01dbf
YQ
28622014-06-06 Yao Qi <yao@codesourcery.com>
2863
2864 * gdb.base/async.c (foo): Add one statement.
2865 * gdb.base/async.exp: Get the next instruction address and
2866 match the output of "nexti" by instruction address. Match
2867 the hex address in the output of "finish".
2868
73ba372c
GB
28692014-06-06 Gary Benson <gbenson@redhat.com>
2870
2871 * gdb.base/call-signals.c: Remove preprocessor conditionals
2872 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2873 SIGSEGV and SIGTERM.
2874 * gdb.base/sigall.c: Likewise.
2875 * gdb.base/unwindonsignal.c: Likewise.
2876 * gdb.reverse/sigall-reverse.c: Likewise.
2877
831517df
YQ
28782014-06-06 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2881 readable, skip the test.
2882
b8b91e98
YQ
28832014-06-06 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.threads/staticthreads.c (thread_function): Move the line
2886 setting breakpoint on forward.
2887 * gdb.threads/staticthreads.exp: Update comments.
2888
fb934770
LC
28892014-06-05 Ludovic Courtès <ludo@gnu.org>
2890
2891 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2892 "history-append! type error".
2893
6ef284bd
SM
28942014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2895
2896 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2897 erroneous dprintf expected input.
2898
a872e241
DE
28992014-06-04 Doug Evans <xdje42@gmail.com>
2900
2901 * gdb.guile/scm-generics.exp: Delete.
2902
16f691fb
DE
29032014-06-04 Doug Evans <xdje42@gmail.com>
2904
2905 * gdb.guile/scm-breakpoint.exp: Update.
2906 Add tests for breakpoint registration.
2907
012370f6
TT
29082014-06-04 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2911 VLA-in-union.
2912 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2913 inner_vla_struct, vla_union types. Initialize objects of those
2914 types and compute their sizes.
2915
9f5a4cef
HZ
29162014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2917 Hui Zhu <hui@codesourcery.com>
2918
2919 * gdb.base/fileio.exp: Add test for shell not available as well as
2920 available.
2921 * gdb.base/fileio.c (test_system): Check for shell twice.
2922
90a45c4d
YQ
29232014-06-04 Yao Qi <yao@codesourcery.com>
2924
2925 * gdb.base/auto-connect-native-target.exp: Remove redundant
2926 space from the regexp pattern.
2927
70017e41
YQ
29282014-06-04 Yao Qi <yao@codesourcery.com>
2929
2930 * gdb.base/default.exp: Replace "child" with "native" in
2931 regexp pattern.
2932
883964a7
SC
29332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2934
2935 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2936 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2937 * gdb.python/py-xmethods.py: Python script supporting the
2938 new testcase and tests.
2939
ef370185
JB
29402014-06-03 Joel Brobecker <brobecker@adacore.com>
2941 Pedro Alves <palves@redhat.com>
2942
2943 PR breakpoints/17000
2944 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2945 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2946
1e2ccb61
BM
29472014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2948
2949 * gdb.base/subst.exp: Add tests to verify partial path matching
2950 output.
2951
c6ec5ab2
PA
29522014-06-03 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2955 target that doesn't use software single-stepping.
2956
835c559f
PA
29572014-06-03 Pedro Alves <palves@redhat.com>
2958
2959 PR breakpoints/17000
2960 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2961 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2962
06eb1586
DE
29632014-06-02 Doug Evans <xdje42@gmail.com>
2964
2965 * gdb.guile/scm-parameter.exp: New file.
2966
e698b8c4
DE
29672014-06-02 Doug Evans <xdje42@gmail.com>
2968
2969 * gdb.guile/scm-cmd.c: New file.
2970 * gdb.guile/scm-cmd.exp: New file.
2971
ded03782
DE
29722014-06-02 Doug Evans <xdje42@gmail.com>
2973
2974 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2975 pretty-printer lookup.
2976 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2977 (make-pp_s-printer): Call it.
2978 (make-pretty-printer-from-dict): New function.
2979 (lookup-pretty-printer-maker-from-dict): New function.
2980 (*pretty-printer*): Simplify.
2981 (make-objfile-pp_s-printer): New function.
2982 (install-objfile-pretty-printers!): New function.
2983 (make-progspace-pp_s-printer): New function.
2984 (install-progspace-pretty-printers!): New function.
2985 * gdb.guile/scm-progspace.c: New file.
2986 * gdb.guile/scm-progspace.exp: New file.
2987
41fac0cf
PA
29882014-06-02 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/dprintf-bp-same-addr.c: New file.
2991 * gdb.base/dprintf-bp-same-addr.exp: New file.
2992
96ae5695
EBM
29932014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2994
2995 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2996 * gdb.arch/powerpc-power.s: Likewise.
2997
da02b3a8
JB
29982014-06-02 Joel Brobecker <brobecker@adacore.com>
2999
3000 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3001
c72b2e7b
YQ
30022014-06-01 Yao Qi <yao@codesourcery.com>
3003
3004 * gdb.base/watchpoint.exp (test_watch_location): Check null
3005 pointer can be dereferenced. If not, do the test, otherwise
3006 skip it.
3007
53e8a631
AB
30082014-05-30 Andrew Burgess <aburgess@broadcom.com>
3009
3010 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3011 results.
3012 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3013
938f0e2f
AB
30142014-05-30 Andrew Burgess <aburgess@broadcom.com>
3015
3016 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3017 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3018 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3019 * gdb.arch/amd64-invalid-stack-top.c: New file.
3020 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3021
9ba6657a
PA
30222014-05-30 Pedro Alves <palves@redhat.com>
3023
3024 PR breakpoints/17000
3025 * gdb.base/sss-bp-on-user-bp.c: New file.
3026 * gdb.base/sss-bp-on-user-bp.exp: New file.
3027
522c09bf
DB
30282014-05-30 David Blaikie <dblaikie@gmail.com>
3029
3030 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3031 gnu_inline semantics via attribute.
3032 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3033 source explicitly specifies the required semantics.
3034
bf4ef81e
MR
30352014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3036
3037 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3038
329ea579
PA
30392014-05-29 Pedro Alves <palves@redhat.com>
3040 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.base/async-shell.exp: Don't enable target-async.
3043 * gdb.base/async.exp
3044 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3045 parameter. Adjust.
3046 (top level): Don't test with "target-async".
3047 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3048 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3049 * gdb.base/inferior-died.exp: Don't enable target-async.
3050 * gdb.base/interrupt-noterm.exp: Likewise.
3051 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3052 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3053 * gdb.mi/mi-nonstop.exp: Likewise.
3054 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3055 * gdb.mi/mi-nsintrall.exp: Likewise.
3056 * gdb.mi/mi-nsmoribund.exp: Likewise.
3057 * gdb.mi/mi-nsthrexec.exp: Likewise.
3058 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3059 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3060 * gdb.python/py-evsignal.exp: Don't enable target-async.
3061 * gdb.python/py-evthreads.exp: Likewise.
3062 * gdb.python/py-prompt.exp: Likewise.
3063 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3064 * gdb.server/solib-list.exp: Don't enable target-async.
3065 * gdb.threads/thread-specific-bp.exp: Likewise.
3066 * lib/mi-support.exp: Adjust to use mi-async.
3067
fd664c91
PA
30682014-05-29 Pedro Alves <palves@redhat.com>
3069
3070 PR gdb/13860
3071 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3072 reason, even in sync mode.
3073
251bde03
PA
30742014-05-29 Pedro Alves <palves@redhat.com>
3075 Hui Zhu <hui@codesourcery.com>
3076
3077 PR PR15693
3078 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3079 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3080 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3081 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3082
7f3c0343
JB
30832014-05-28 Joel Brobecker <brobecker@adacore.com>
3084
3085 * config/monitor.exp (gdb_target_monitor): Replace use of
3086 "set remotebaud" by "set serial baud".
3087
b2715b27
AW
30882014-05-26 Andy Wingo <wingo@igalia.com>
3089
3090 * gdb.guile/scm-breakpoint.exp:
3091 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3092 properties instead of gdb-object-properties.
3093
498a4489
YQ
30942014-05-26 Yao Qi <yao@codesourcery.com>
3095
3096 * gdb.server/no-thread-db.exp: Specify source file name
3097 explicitly when setting a breakpoint.
3098
589fdceb
MM
30992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3100
3101 * gdb.btrace/vdso.c: New.
3102 * gdb.btrace/vdso.exp: New.
3103
e9089e05
MM
31042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3105
3106 * gdb.base/gcore.exp (capture_command_output): Move ...
3107 * lib/gdb.exp (capture_command_output): ... here.
3108
67b5c0c1
MM
31092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3110
3111 * gdb.btrace/data.exp: Test memory access during btrace replay.
3112
a2199296
SM
31132014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3116
17b2616c
PA
31172014-05-21 Pedro Alves <palves@redhat.com>
3118
3119 PR gdb/13860
3120 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3121 (top level): Test that output related to execution commands is
3122 sent to the console with CLI commands, but not with MI commands.
3123 Test that breakpoint events are always mirrored to the console.
3124 Also expect the new source line to be output after a "next" in
3125 async mode too. Make it a pass/fail test.
3126 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3127 output.
3128 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3129
5166082f
PA
31302014-05-21 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3133 Use them to test variations of "list" after reaching a breakpoint.
3134 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3135 Test "list" with listsize 10 after reaching a breakpoint.
3136 * gdb.python/python.exp (decode_line current location line
3137 number): Adjust expected line number.
3138
2f25d70f
SM
31392014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3140
3141 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3142 behavior for $args, pass it directly to "run".
3143
ff604a67
MR
31442014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3145
3146 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3147 30000 to 65536.
3148
6a3cb8e8
PA
31492014-05-21 Pedro Alves <palves@redhat.com>
3150
3151 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3152 auto-connect-native-target off".
3153 * gdb.base/auto-connect-native-target.c: New file.
3154 * gdb.base/auto-connect-native-target.exp: New file.
3155
4ebfc96e
PA
31562014-05-21 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.base/default.exp: Test "target native" instead of "target
3159 child".
3160
36d46afb
MW
31612014-05-21 Mark Wielaard <mjw@redhat.com>
3162
3163 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3164
5876f503
JK
31652014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 Fix TLS access for -static -pthread.
3168 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3169 <HAVE_TLS> (thread_function, main): Initialize it.
3170 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3171 Add clean_restart.
3172 <$have_tls != "">: Check TLSVAR.
3173
0256a6ac
PA
31742014-05-21 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/dcache-line-read-error.c: New.
3177 * gdb.base/dcache-line-read-error.exp: New.
3178
936d2992
PA
31792014-05-20 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.base/compare-sections.c: New file.
3182 * gdb.base/compare-sections.exp: New file.
3183
802e8e6d
PA
31842014-05-20 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/break-idempotent.c: New file.
3187 * gdb.base/break-idempotent.exp: New file.
3188
e59fa00f
MM
31892014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3190
3191 * gdb.btrace/nohist.exp: New.
3192
8b696e31
YQ
31932014-05-20 Yao Qi <yao@codesourcery.com>
3194
3195 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3196 gdb.reverse directory and gdb_reverse_timeout exists in board
3197 setting.
3198 * README: Document gdb_reverse_timeout.
3199
73c9764f
YQ
32002014-05-20 Yao Qi <yao@codesourcery.com>
3201
3202 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3203 'test_file_name'. Treat args as a string instead of a list.
3204 (gdb_init): Rename argument 'args' by 'test_file_name'.
3205
f1f4348a
JK
32062014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * gdb.arch/powerpc-power.exp: New file.
3209 * gdb.arch/powerpc-power.s: New file.
3210
0dbe70ce
DE
32112014-05-16 Doug Evans <dje@google.com>
3212
3213 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3214 * gdb.base/completion.exp: Check that all expected files exist
3215 before doing file completion.
0dbe70ce 3216
8d551b02
DE
32172014-05-16 Doug Evans <dje@google.com>
3218
3219 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3220 Update.
3221 (do_syscall_tests_without_xml): Update.
3222
73eb7709
PA
32232014-05-16 Pedro Alves <palves@redhat.com>
3224
3225 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3226 instead of "unknown output after running".
3227
3fae92fc
YQ
32282014-05-16 Yao Qi <yao@codesourcery.com>
3229
3230 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3231 file1.txt from host at the end.
3232 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3233
c2b2ccc5
DE
32342014-05-15 Doug Evans <dje@google.com>
3235
3236 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3237 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3238 loading file. Add test for TU lookup.
3239
8c217a4b
SM
32402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3241
3242 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3243 calling "-exec-arguments" or "set args" before running the
3244 inferior.
3245
3deb39c6
SM
32462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3247
3248 * lib/mi-support.exp (mi_expect_stop): Expect message for
3249 inferiors that exit with non-zero exit code.
3250
71a79f8c
YQ
32512014-05-14 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3254 match absolute path on remote host.
3255 (test_file_list_exec_source_files): Remove "/" from the
3256 pattern.
3257
f23fcd46
YQ
32582014-05-14 Yao Qi <yao@codesourcery.com>
3259
3260 * boards/local-remote-host-notty.exp (${board}_file): New
3261 proc.
3262
9404b58f
KM
32632014-05-07 Kyle McMartin <kyle@redhat.com>
3264
3265 Pushed by Joel Brobecker <brobecker@adacore.com>.
3266 * gdb.arch/aarch64-atomic-inst.c: New file.
3267 * gdb.arch/aarch64-atomic-inst.exp: New file.
3268
5e45f04c
YQ
32692014-05-07 Yao Qi <yao@codesourcery.com>
3270
3271 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3272 in current context" too.
3273
c888a17d
KS
32742014-05-05 Keith Seitz <keiths@redhat.com>
3275
3276 * gdb.linespec/ls-dollar.exp: Add test for linespec
3277 file:convenience_variable.
3278
290a839c
YQ
32792014-05-05 Yao Qi <yao@codesourcery.com>
3280
3281 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3282 traceframes into tfile and ctf trace files. Read data from
3283 trace file and test collected data.
3284 (gdb_collect_locals_test): Likewise.
3285 (gdb_unavailable_registers_test): Likewise.
3286 (gdb_unavailable_floats): Likewise.
3287 (gdb_collect_globals_test): Likewise.
3288 (top-level): Append "ctf" to trace_file_targets if GDB
3289 supports.
3290
b5262cd0
YQ
32912014-05-05 Yao Qi <yao@codesourcery.com>
3292
3293 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3294 code to ...
3295 (gdb_collect_args_test_1): ... it. New proc.
3296 (gdb_collect_locals_test): Move some code to ...
3297 (gdb_collect_locals_test_1): ... it. New proc.
3298 (gdb_unavailable_registers_test): Move some code to ...
3299 (gdb_unavailable_registers_test_1): ... it. New proc.
3300 (gdb_unavailable_floats): Move some code to ...
3301 (gdb_unavailable_floats_1): ... it. New proc.
3302
30a1e6cc
SDJ
33032014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3304
3305 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3306 probes to test for bitness recognition.
3307 * gdb.arch/amd64-stap-optional-prefix.exp
3308 (test_probe_value_without_reg): New procedure.
3309 Add code to test for different kinds of bitness.
3310
f33da99a
SDJ
33112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3312
3313 PR breakpoints/16889
3314 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3315 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3316
5b80f00d
PA
33172014-05-01 Pedro Alves <palves@redhat.com>
3318
3319 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3320 gdb_file_cmd if no file is specified.
3321 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3322 last_loaded_file to set the remote exec-file.
3323
f8c2a73c
PA
33242014-05-01 Pedro Alves <palves@redhat.com>
3325
3326 * boards/local-remote-host.exp: New file.
3327
be6e8ac7
PA
33282014-05-01 Pedro Alves <palves@redhat.com>
3329
3330 * boards/local-remote-host.exp: Rename to ...
3331 * boards/local-remote-host-notty.exp: ... this.
3332
cac0dc8f
JB
33332014-04-28 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/dyn_arrayidx: New testcase.
3336
9730e6cc
YQ
33372014-04-26 Yao Qi <yao@codesourcery.com>
3338
3339 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3340 and compute the length of function main. Save it in
3341 $main_length.
3342 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3343 (top-level): Use gdb_compile to compile objects into
3344 executable and restart GDB. Remove invocation to
3345 prepare_for_testing.
3346
7ae1a6a6
PA
33472014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3348 Pedro Alves <palves@redhat.com>
3349
3350 PR server/16255
3351 * gdb.multi/multi-attach.c: New file.
3352 * gdb.multi/multi-attach.exp: New file.
3353
4082afcc
PA
33542014-04-25 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3357 user.
3358 (top level): Test that "set remote conditional-breakpoints-packet
3359 off" works as intended.
3360 * gdb.base/dprintf.exp: Test that "set remote
3361 breakpoint-commands-packet off" works as intended.
3362 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3363 New function.
3364 (top level): Call it.
3365 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3366 remote fast-tracepoints-packet off" works as intended.
3367 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3368 * lib/gdb.exp (gdb_is_target_remote): ... here.
3369
2abc3f8d
DB
33702014-04-24 David Blaikie <dblaikie@gmail.com>
3371
3372 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3373 ensure clang would not discard them.
3374 * gdb.base/gdbvars.c: Ditto.
3375 * gdb.base/memattr.c: Ditto.
3376 * gdb.base/whatis.c: Ditto.
3377 * gdb.python/py-prettyprint.c: Ditto.
3378 * gdb.trace/actions.c: Ditto.
3379 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3380 ensure clang would not discard it.
3381
bfd39632
DB
33822014-04-24 David Blaikie <dblaikie@gmail.com>
3383
3384 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3385 clang to emit the full definition of type required by the test
3386 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3387
22842ff6
DB
33882014-04-24 David Blaikie <dblaikie@gmail.com>
3389
3390 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3391 coax Clang into emitting the definition of the type.
3392 * gdb.cp/pr10728-x.h (y): Ditto.
3393 * gdb.cp/pr10728-y.cc (y): Ditto.
3394
c2e827ad
DB
33952014-04-24 David Blaikie <dblaikie@gmail.com>
3396
3397 * gdb.base/label.exp: XFAIL label related tests under Clang.
3398 * gdb.cp/cplabel.exp: Ditto.
3399 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3400 under Clang those using labels.
3401
4c2d33e7
YQ
34022014-04-25 Yao Qi <yao@codesourcery.com>
3403
3404 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3405 double_label.
3406 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3407 partial_label and double_label.
3408
56083b99
DB
34092014-04-24 David Blaikie <dblaikie@gmail.com>
3410
3411 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3412
25d4e99d
DB
34132014-04-24 David Blaikie <dblaikie@gmail.com>
3414
3415 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3416 of the function to work across GCC and Clang.
3417 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3418 pointer types (const void ** const V void **).
3419
01f9f808
MS
34202014-04-24 Michael Sturm <michael.sturm@mintel.com>
3421 Walfred Tedeschi <walfred.tedeschi@intel.com>
3422
3423 * Makefile.in (EXECUTABLES): Added i386-avx512.
3424 * gdb.arch/i386-avx512.c: New file.
3425 * gdb.arch/i386-avx512.exp: Likewise.
3426
4b48d439
KS
34272014-04-23 Keith Seitz <keiths@redhat.com>
3428
3429 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3430 (mi_make_breakpoint_table): New procedure.
3431 (mi_create_breakpoint): Use mi_make_breakpoint
3432 and return the result.
3433 (mi_make_breakpoint): New procedure.
3434 (mi_build_kv_pairs): New procedure.
3435
3436 * gdb.mi/mi-break.exp: Remove unused globals,
3437 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3438 All callers updated.
3439 * gdb.mi/mi-dprintf.exp: Use variable to track command
3440 number.
3441 Update all callers of mi_create_breakpoint and use
3442 mi_make_breakpoint_table.
3443 Remove any unused global variables.
3444 * gdb.mi/mi-nonstop.exp: Likewise.
3445 * gdb.mi/mi-nsintrall.exp: Likewise.
3446 * gdb.mi/mi-nsmoribund.exp: Likewise.
3447 * gdb.mi/mi-nsthrexec.exp: Likewise.
3448 * gdb.mi/mi-reverse.exp: Likewise.
3449 * gdb.mi/mi-simplerun.exp: Likewise.
3450 * gdb.mi/mi-stepn.exp: Likewise.
3451 * gdb.mi/mi-syn-frame.exp: Likewise.
3452 * gdb.mi/mi-until.exp: Likewise.
3453 * gdb.mi/mi-var-cp.exp: Likewise.
3454 * gdb.mi/mi-var-display.exp: Likewise.
3455 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3456 * gdb.mi/mi2-var-child.exp: Likewise.
3457 * gdb.mi/mi-vla-c99.exp: Likewise.
3458 * lib/mi-support.exp: Likewise.
3459
3460 From Ian Lance Taylor <iant@cygnus.com>:
3461 * lib/gdb.exp (parse_args): New procedure.
3462
08351840
PA
34632014-04-23 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/break-unload-file.c: New file.
3466 * gdb.base/break-unload-file.exp: New file.
3467 * gdb.base/sym-file-lib.c (baz): New function.
3468 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3469 field.
3470 (load): Store the segment's mapped size.
3471 (unload): New function.
3472 (unload_shlib): New function.
3473 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3474 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3475 set a breakpoint at baz, and call it.
3476 * gdb.base/sym-file.exp: New tests for stale breakpoint
3477 instructions.
3478
076855f9
PA
34792014-04-23 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3482 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3483 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3484 * gdb.base/hbreak-unmapped.c: New file.
3485 * gdb.base/hbreak-unmapped.exp: New file.
3486 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3487 * lib/gdb.exp (gdb_is_target_remote): ... here.
3488
483805cf
PA
34892014-04-22 Pedro Alves <palves@redhat.com>
3490
3491 * gdb.base/consecutive-step-over.c: New file.
3492 * gdb.base/consecutive-step-over.exp: New file.
3493
06d97543
PA
34942014-04-22 Pedro Alves <palves@redhat.com>
3495
3496 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3497 instead of send_gdb/gdb_expect.
3498
b4429ea2
YQ
34992014-04-22 Yao Qi <yao@codesourcery.com>
3500
3501 * lib/trace-support.exp (generate_tracefile): New procedure.
3502 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3503 return 0.
3504 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3505 if generate_tracefile returns 1.
3506
51d48146
PA
35072014-04-18 Tom Tromey <palves@redhat.com>
3508 Pedro alves <tromey@redhat.com>
3509
3510 PR backtrace/15558
3511 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3512 with a backtrace limit.
3513 * gdb.python/py-frame-inline.exp: Test running to an inline
3514 function with a backtrace limit, and printing the newest frame.
3515 * gdb.python/py-frame-inline.c (main): Call f.
3516
bd1dce5f
MS
35172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3518
3519 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3520
40d1a503
MS
35212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3522
3523 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3524 Drop prefix from unsupported source file path.
3525
389b98f7
YQ
35262014-04-17 Yao Qi <yao@codesourcery.com>
3527
3528 * lib/gdb.exp (with_target_charset): New proc.
3529 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3530 with_target_charset.
3531 (test_print_strings): Likewise.
3532 (test_repeat_bytes): Likewise.
3533 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3534 for some tests.
3535
22869d73
KS
35362014-04-16 Keith Seitz <keiths@redhat.com>
3537
3538 PR gdb/15827
3539 * gdb.dwarf2/corrupt.c: New file.
3540 * gdb.dwarf2/corrupt.exp: New file.
3541
c4f87ca6
KS
35422014-04-16 Keith Seitz <keiths@redhat.com>
3543
3544 PR c++/16597
3545 * gdb.cp/namelessclass.cc: New file.
3546 * gdb.cp/namelessclass.exp: New file.
3547 * gdb.cp/namelessclass.S: New file.
3548
ab19de87
DE
35492014-04-16 Doug Evans <dje@google.com>
3550
3551 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3552 Add comment.
3553 (gdbserver_default_get_comm_port): New function.
3554 (gdbserver_start): Check if board file provided
3555 "gdbserver,get_comm_port" and use it if so.
3556 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3557 (gdb,socketport): Set to "stdio".
3558 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3559 (stdio_gdbserver_template): Delete.
3560 (${board}_get_remote_address): Update.
3561 (${board}_build_remote_cmd): Delete.
3562 (${board}_get_comm_port): New function.
3563 (${board}_spawn): Update.
3564 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3565 Delete.
3566 (${board}_get_remote_address): Update.
3567 (${board}_get_comm_port): New function.
3568
fc98a809
AB
35692014-04-16 Andrew Burgess <aburgess@broadcom.com>
3570
3571 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3572 appearing in any order.
3573
87fd9e6e
DE
35742014-04-15 Doug Evans <dje@google.com>
3575
3576 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3577 uninitialized value of "description".
3578
099fc3ea
KS
35792014-04-15 Keith Seitz <keiths@redhat.com>
3580
3581 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3582 Remove unused globals.
3583 (test_running_the_program): Likewise.
3584 (test_controlled_execution): Likewise.
3585 (test_controlling_breakpoints): Likewise.
3586 (test_program_termination): Likewise.
3587
5da151d4
KS
35882014-04-15 Keith Seitz <keiths@redhat.com>
3589
3590 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3591 unused globals.
3592 (test_rbreak_creation_and_listing): Likewise.
3593 (test_ignore_count): Likewise.
3594 (test_error): Likewise.
3595
35e5d2f0
PA
35962014-04-15 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3599 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3600 sym-file-loader.c.
3601 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3602 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3603 to sym-file-loader.c.
3604 (struct library): Forward declare.
3605 (load_shlib, lookup_function): Change prototypes.
3606 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3607 (translate_offset): Remove declarations.
3608 (get_text_addr): New declaration.
3609 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3610 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3611 sym-file-loader.h.
3612 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3613 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3614 here from sym-file-loader.h.
3615 (struct library): New structure.
3616 (load_shlib, lookup_function): Change prototypes and adjust to
3617 work with a struct library.
3618 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3619 (translate_offset): Make static.
3620 (get_text_addr): New function.
3621 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3622
eb4c1710
PA
36232014-04-15 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3626
2d1baf52
PA
36272014-04-15 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.base/sym-file-loader.c: Include <limits.h>.
3630 (SELF_LINK): New define.
3631 (get_origin): New function.
3632 (load_shlib): Use it.
3633 * gdb.base/sym-file.exp: Don't early return if the target is
3634 remote. Use runto_main, and issue fail is that fails. Use
3635 gdb_load_shlibs.
3636 (shlib_name): Delete.
3637 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3638
7dd6df01
PA
36392014-04-15 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.base/sym-file.exp: Remove regex characters from test
3642 message. Don't refer to breakpoint numbers in test messages.
3643
b50c8614
KS
36442014-04-14 Keith Seitz <keiths@redhat.com>
3645
3646 PR c++/16253
3647 * gdb.cp/var-tag.cc: New file.
3648 * gdb.cp/var-tag.exp: New file.
3649 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3650 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3651 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3652 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3653
3d567982
TT
36542014-04-14 Tom Tromey <tromey@redhat.com>
3655
3656 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3657 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3658 type.
3659 * gdb.cp/enum-class.exp: New file.
3660 * gdb.cp/enum-class.cc: New file.
3661
0626fc76
TT
36622014-04-14 Tom Tromey <tromey@redhat.com>
3663
3664 * gdb.dwarf2/enum-type.exp: New file.
3665
dca325b3
SA
36662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3667
3668 * gdb.mi/mi-vla-c99.exp: New file.
3669 * gdb.mi/vla.c: New file.
3670
5854b38a
SA
36712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3672
3673 * gdb.base/vla-datatypes.c: New file.
3674 * gdb.base/vla-datatypes.exp: New file.
3675
463bb957
SA
36762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3677
3678 * gdb.base/vla-ptr.c: New file.
3679 * gdb.base/vla-ptr.exp: New file.
3680
3dd170be
SA
36812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3682
3683 * gdb.dwarf2/count.exp: New file.
3684
5ecaaa66
SA
36852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3686
3687 * gdb.base/vla-sideeffect.c: New file.
3688 * gdb.base/vla-sideeffect.exp: New file.
3689
41f1ada5
DB
36902014-04-14 David Blaikie <dblaikie@gmail.com>
3691
3692 * gdb.mi/non-stop.c: Add return value for non-void function return
3693 statement.
3694 * gdb.threads/staticthreads.c: Ditto.
3695
0be03e84
DE
36962014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3697 Doug Evans <xdje42@gmail.com>
3698
3699 * gdb.guile/scm-value.c: Improve test case.
3700 * gdb.guile/scm-value.exp: Add new test.
3701
f180a1fb
DB
37022014-04-11 David Blaikie <dblaikie@gmail.com>
3703
3704 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3705 override Clang's default.
3706
6b662e19
JB
37072014-04-11 Joel Brobecker <brobecker@adacore.com>
3708
3709 Revert the following changes (regressions):
3710
3711 * gdb.base/vla-sideeffect.c: New file.
3712 * gdb.base/vla-sideeffect.exp: New file.
3713
3714 * gdb.dwarf2/count.exp: New file.
3715
3716 * gdb.base/vla-multi.c: New file.
3717 * gdb.base/vla-multi.exp: New file.
3718
3719 * gdb.base/vla-ptr.c: New file.
3720 * gdb.base/vla-ptr.exp: New file.
3721
3722 * gdb.base/vla-datatypes.c: New file.
3723 * gdb.base/vla-datatypes.exp: New file.
3724
3725 * gdb.mi/mi-vla-c99.exp: New file.
3726 * gdb.mi/vla.c: New file.
3727
245a5f0b
KS
37282014-04-11 Keith Seitz <keiths@redhat.com>
3729
3730 PR c++/16675
3731 * gdb.cp/cpsizeof.exp: New file.
3732 * gdb.cp/cpsizeof.cc: New file.
3733
58a84dcf
SA
37342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3735
191a8a90
JB
3736 * gdb.mi/mi-vla-c99.exp: New file.
3737 * gdb.mi/vla.c: New file.
58a84dcf 3738
c8655f75
SA
37392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3740
3741 * gdb.base/vla-datatypes.c: New file.
3742 * gdb.base/vla-datatypes.exp: New file.
3743
024e13b4
SA
37442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3745
3746 * gdb.base/vla-ptr.c: New file.
3747 * gdb.base/vla-ptr.exp: New file.
3748
1a237e0e
SA
37492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3750
3751 * gdb.base/vla-multi.c: New file.
3752 * gdb.base/vla-multi.exp: New file.
3753
504f3432
SA
37542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3755
3756 * gdb.dwarf2/count.exp: New file.
3757
3bce8237
SA
37582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3759
191a8a90
JB
3760 * gdb.base/vla-sideeffect.c: New file.
3761 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3762
322f9c21
YQ
37632014-04-11 Yao Qi <yao@codesourcery.com>
3764
3765 * gdb.base/completion.exp: Check file exists before running tests
3766 on file completion.
3767
d708bcd1
PA
37682014-04-10 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.base/cond-eval-mode.c: New file.
3771 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3772 prepare_for_testing to build the new file. Check result of
3773 runto_main.
3774 (test_break, test_watch): New procedures.
3775 (top level): Use them.
3776
ae1d2761
PM
37772014-04-08 Pierre Muller <muller@sourceware.org>
3778
3779 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3780 Ctrl-V use for mingw hosts.
3781
7af389b8
SC
37822014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3783
3784 * gdb.python/py-value.c: Improve test case.
3785 * gdb.python/py-value.exp: Add new test.
3786
5e703181
DE
37872014-04-07 David Blaikie <dblaikie@gmail.com>
3788
3789 * lib/compiler.c: Identify the clang compiler.
3790 * lib/compiler.cc: Ditto.
3791
9810b410
YQ
37922014-04-03 Yao Qi <yao@codesourcery.com>
3793
3794 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3795
98d1b8dc
AB
37962014-04-01 Anton Blanchard <anton@samba.org>
3797
3798 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3799 messages unique.
3800
3114cea1
AB
38012014-04-01 Anton Blanchard <anton@samba.org>
3802
3803 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3804 prepare_for_testing.
3805
62f7182c
AB
38062014-04-01 Anton Blanchard <anton@samba.org>
3807
3808 * gdb.arch/ppc64-atomic-inst.c: Remove.
3809 * gdb.arch/ppc64-atomic-inst.S: New file.
3810 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3811
770e7fc7
DE
38122014-03-31 Doug Evans <dje@google.com>
3813
3814 * gdb.base/print-symbol-loading-lib.c: New file.
3815 * gdb.base/print-symbol-loading-main.c: New file.
3816 * gdb.base/print-symbol-loading.exp: New file.
3817
46e2bafa
YQ
38182014-03-31 Yao Qi <yao@codesourcery.com>
3819
3820 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3821
8776cfe9
JB
38222014-03-28 Joel Brobecker <brobecker@adacore.com>
3823
3824 * gdb.ada/mi_dyn_arr: New testcase.
3825
5d1ef361
DE
38262014-03-27 Doug Evans <dje@google.com>
3827
3828 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3829
b5bee914
YQ
38302014-03-27 Yao Qi <yao@codesourcery.com>
3831
3832 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3833 if target is nios2-*-*.
3834
0d4d0e77
YQ
38352014-03-26 Yao Qi <yao@codesourcery.com>
3836
3837 * lib/gdb.exp (readline_is_used): New proc.
3838 * gdb.base/completion.exp: Move tests on command complete up.
3839 Skip the rest of tests if readline is not used.
3840 * gdb.ada/complete.exp: Skp the test if readline is not
3841 used.
3842 * gdb.base/filesym.exp: Likewise.
3843 * gdb.base/macscp.exp: Likewise.
3844 * gdb.base/readline-ask.exp: Likewise.
3845 * gdb.base/readline.exp: Likewise.
3846 * gdb.python/py-cmd.exp: Likewise.
3847 * gdb.trace/tfile.exp: Likewise.
3848
29361eee
YQ
38492014-03-26 Yao Qi <yao@codesourcery.com>
3850
3851 * gdb.base/macscp.exp: Fix code format issues.
3852
bc9a5525
UW
38532014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3854
3855 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3856 * gdb.asm/powerpc64le.inc: New file.
3857
d3839ede
PA
38582014-03-25 Pedro Alves <palves@redhat.com>
3859 Doug Evans <dje@google.com>
3860
3861 * gdb.base/source-execution.c: New file.
3862 * gdb.base/source-execution.exp: New file.
3863 * gdb.base/source-execution.gdb: New file.
3864
01672a57
DE
38652014-03-24 Doug Evans <dje@google.com>
3866
3867 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3868 using fission.
3869
88bbeca9
HZ
38702014-03-24 Hui Zhu <hui@codesourcery.com>
3871 Pedro Alves <palves@redhat.com>
3872
3873 PR breakpoints/16101
3874 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3875 test pass/fail messages. Detect missing support for dprintf when
3876 breakpoints are actually inserted.
3877 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3878 breakpoints are actually inserted.
3879 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3880 fails.
3881
d2348791
JK
38822014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3885
feef67ab
DE
38862014-03-22 Doug Evans <xdje42@gmail.com>
3887
3888 * gdb.python/python.exp (python not supported): Verify multi-line
3889 python command issues an error.
25d743f9 3890 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3891 guile command issues an error.
feef67ab 3892
ecebef6a
MR
38932014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3894
3895 * gdb.threads/thread-specific.exp: Handle the lack of usable
3896 $this_breakpoint and $this_thread.
3897
ccdd1909
HZ
38982014-03-21 Hui Zhu <hui@codesourcery.com>
3899
3900 * gdb.base/attach.exp (do_command_attach_tests): New.
3901
beb460e8
PA
39022014-03-20 Tom Tromey <tromey@redhat.com>
3903 Pedro Alves <palves@redhat.com>
3904
3905 PR cli/15718
3906 * gdb.base/condbreak-call-false.c: New file.
3907 * gdb.base/condbreak-call-false.exp: New file.
3908
40acf43a
PA
39092014-03-20 Pedro Alves <palves@redhat.com>
3910
3911 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3912 Delete.
3913 (block_signals, unblock_signals): Delete.
3914 (child_function_2, main): Remove references to deleted variable
3915 and functions.
3916
9f5e1e02
PA
39172014-03-20 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3920 Use pthread_kill to signal thread 2.
3921 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3922 Adjust to make the test send itself a signal rather than using the
3923 host's "kill" command.
3924
99619bea
PA
39252014-03-20 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.threads/multiple-step-overs.c: New file.
3928 * gdb.threads/multiple-step-overs.exp: New file.
3929 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3930 Adjust expected infrun debug output.
3931
2adfaa28
PA
39322014-03-20 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3935 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3936
31e77af2
PA
39372014-03-20 Pedro Alves <palves@redhat.com>
3938
3939 PR breakpoints/7143
3940 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3941 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3942 of gdb_test_multiple.
3943 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3944 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3945
b9f437de
PA
39462014-03-20 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3949 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3950
05adc73e
PA
39512014-03-19 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/async.exp: Remove early return.
3954
6048b950
PA
39552014-03-19 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3958
8bcfb00a
PA
39592014-03-19 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/async.exp (test_background): Expect \r\n after
3962 "completed." in the fail pattern.
3963
884e37dc
PA
39642014-03-19 Pedro Alves <palves@redhat.com>
3965
3966 * gdb.base/async.exp (test_background): New procedure.
3967 Use it for all background execution command tests.
3968
148e57e2
PA
39692014-03-19 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/async.exp: Use prepare_for_testing.
3972
f48088c7
PA
39732014-03-19 Pedro Alves <palves@redhat.com>
3974
3975 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3976 the same line.
3977
e2f6c966
PA
39782014-03-19 Pedro Alves <palves@redhat.com>
3979
3980 * gdb.base/async.c (main): Add "jump here" and "until here" line
3981 marker comments.
3982 * gdb.base/async.exp (jump_here): New global.
3983 (jump& test): Use it.
3984 (until_here): New global.
3985 (until& test): Use it.
3986
c30568d4
PA
39872014-03-19 Pedro Alves <palves@redhat.com>
3988
3989 * gdb.base/async.exp: Don't frob gdb_protocol.
3990
0172b6a7
DE
39912014-03-18 Doug Evans <xdje42@gmail.com>
3992
3993 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3994 Fix spelling of exec-done-display.
3995
06c868a8
JK
39962014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3997
3998 PR gdb/15358
3999 * gdb.base/gdb-sigterm.c: New file.
4000 * gdb.base/gdb-sigterm.exp: New file.
4001
0c7e1a46
PA
40022014-03-18 Pedro Alves <palves@redhat.com>
4003
4004 PR gdb/13860
4005 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4006 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4007 solib-event.
4008
f7c77d93
JB
40092014-03-17 Joel Brobecker <brobecker@adacore.com>
4010
4011 * gdb.ada/pckd_arr_ren: New testcase.
4012
5a1e8c7a
DE
40132014-03-13 Doug Evans <xdje42@gmail.com>
4014
4015 PR guile/16612
4016 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4017 collect after discarding symbols.
4018
350e1a76
DE
40192014-03-13 Ludovic Courtès <ludo@gnu.org>
4020 Doug Evans <xdje42@gmail.com>
4021
4022 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4023 to history survives a gc.
4024
a69900ae
PA
40252014-03-13 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/default.exp: Don't test "target procfs".
4028
5db9f0bd
PA
40292014-03-13 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.base/default.exp: Update "target child" and "target procfs"
4032 tests to not expect "Unix".
4033
b3ccfe11
TT
40342014-03-12 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4037 New procs. Add target-async tests.
4038 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4039 Add target-async tests.
4040
646f4417
AA
40412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4042
4043 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4044 'func_start' and 'func_end' for the beginning and end of the
4045 function code, respectively.
4046 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4047 'func_end' instead of 'func' and 'main'.
4048
288c211f
AA
40492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4050
4051 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4052 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4053 generate the debug info assembler source.
4054
e0c0f156
AA
40552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4056
4057 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4058 * gdb.dwarf2/arr-subrange.exp: Likewise.
4059 * gdb.dwarf2/dwz.exp: Likewise.
4060 * gdb.dwarf2/method-ptr.exp: Likewise.
4061 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4062 * gdb.dwarf2/subrange.exp: Likewise.
4063 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4064 * gdb.dwarf2/implptrpiece.exp: Likewise.
4065 * gdb.dwarf2/nostaticblock.exp: Likewise.
4066
0e5c4555
AA
40672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4068
4069 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4070 directory to absolute path name arguments.
4071
5ec18f2b
JG
40722014-03-10 Joel Brobecker <brobecker@adacore.com>
4073
4074 * gdb.ada/tagged_access: New testcase.
4075
847fc4f2
MM
40762014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4077
4078 * gdb.btrace/data.exp: Update expected output.
4079
cc3da688
YQ
40802014-03-06 Yao Qi <yao@codesourcery.com>
4081
4082 * gdb.trace/pr16508.exp: New file.
4083
0f26cec1
PA
40842014-03-05 Pedro Alves <palves@redhat.com>
4085
4086 PR gdb/16575
4087 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4088 procedure.
4089 (top level): Adjust to use it. Add tests that exercise breakpoint
4090 interaction with the code-cache.
4091
7a5a839f
LC
40922014-02-26 Ludovic Courtès <ludo@gnu.org>
4093
4094 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4095 test for 'history-append!'.
4096
31aa7e4e
JB
40972014-02-26 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4100 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4101 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4102 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4103 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4104 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4105
1b588015
JB
41062014-02-26 Joel Brobecker <brobecker@adacore.com>
4107
4108 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4109 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4110 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4111
55426c9d
JB
41122014-02-26 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4115
dc53a7ad
JB
41162014-02-26 Joel Brobecker <brobecker@adacore.com>
4117
4118 * gdb.dwarf2/arr-stride.c: New file.
4119 * gdb.dwarf2/arr-stride.exp: New file.
4120
12ab52e9
PA
41212014-02-26 Pedro Alves <palves@redhat.com>
4122
4123 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4124 that won't ever trigger. Make sure that GDB reports the correct
4125 breakpoint that caused the stop.
4126
849c862e
JK
41272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 PR gdb/16626
4130 * gdb.base/auto-load-script: New file.
4131 * gdb.base/auto-load.c: New file.
4132 * gdb.base/auto-load.exp: New file.
4133
71b7d793
JK
4134 PR gdb/16626
4135 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4136
e2f0d509
JK
41372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4140 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4141
50cc37c8
DE
41422014-02-24 Doug Evans <dje@google.com>
4143
4144 * lib/gdb.exp (run_on_host): Log error output if program fails.
4145
ea4758f2
PA
41462014-02-21 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.threads/step-after-sr-lock.c: Rename to ...
4149 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4150 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4151 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4152 ... this.
4153
d7b30f67
SDJ
41542014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4155
4156 PR tdep/16397
4157 * gdb.arch/amd64-stap-special-operands.exp: New file.
4158 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4159 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4160 * gdb.arch/amd64-stap-triplet.S: Likewise.
4161 * gdb.arch/amd64-stap-triplet.c: Likewise.
4162
83deb43f
JB
41632014-02-20 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4166 in .section pseudo-op.
4167
adde2bff
DE
41682014-02-20 lin zuojian <manjian2006@gmail.com>
4169 Joel Brobecker <brobecker@adacore.com>
4170 Doug Evans <xdje42@gmail.com>
4171
4172 PR symtab/16581
4173 * gdb.dwarf2/dw2-icycle.S: New file.
4174 * gdb.dwarf2/dw2-icycle.c: New file.
4175 * gdb.dwarf2/dw2-icycle.exp: New file.
4176
f7bd0f78
SC
41772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4178
4179 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4180 operations on gdb.Value objects.
4181 * gdb.python/py-value-cc.exp: Add new test to test operations on
4182 gdb.Value objects.
4183
c17ef0d5
DE
41842014-02-18 Doug Evans <dje@google.com>
4185
4186 * Makefile.in (TESTS): New variable.
4187 (expanded_tests, expanded_tests_or_none): New variables
4188 (check-single): Pass $(expanded_tests_or_none) to runtest.
4189 (check-parallel): Only run tests in $(TESTS) if non-empty.
4190 (check/no-matching-tests-found): New rule.
4191 * README: Document TESTS makefile variable.
4192
5dd3176f
DE
41932014-02-18 Doug Evans <dje@google.com>
4194
4195 * Makefile.in (check-parallel): rm -rf outputs temp.
4196
0b10be4f
JK
41972014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4198
4199 Fix "ERROR: no fileid for" in the testsuite.
4200 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4201
85f224e7
DE
42022014-02-12 Doug Evans <dje@google.com>
4203
4204 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4205 (MISCELLANEOUS): New variable.
4206 (clean): rm -rf $(MISCELLANEOUS).
4207 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4208 dwp live in the same directory as symlinks, with each symlink pointed
4209 to a differently named file in a different directory.
4210
149b30ff
DE
42112014-02-11 Doug Evans <dje@google.com>
4212
4213 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4214 of Tcl file commands.
4215
1dfdac32
MK
42162014-02-10 Mark Kettenis <kettenis@gnu.org>
4217
4218 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4219 "kill -SIGUSR1 -1".
4220
aa4fb036
JB
42212014-02-10 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.ada/tick_length_array_enum_idx: New testcase.
4224
ed3ef339
DE
42252014-02-10 Doug Evans <xdje42@gmail.com>
4226
4227 * configure.ac (AC_OUTPUT): Add gdb.guile.
4228 * configure: Regenerate.
4229 * lib/gdb-guile.exp: New file.
4230 * lib/gdb.exp (get_target_charset): New function.
4231 * gdb.base/help.exp: Update expected output from "apropos apropos".
4232 * gdb.guile/Makefile.in: New file.
4233 * gdb.guile/guile.exp: New file.
4234 * gdb.guile/scm-arch.c: New file.
4235 * gdb.guile/scm-arch.exp: New file.
4236 * gdb.guile/scm-block.c: New file.
4237 * gdb.guile/scm-block.exp: New file.
4238 * gdb.guile/scm-breakpoint.c: New file.
4239 * gdb.guile/scm-breakpoint.exp: New file.
4240 * gdb.guile/scm-disasm.c: New file.
4241 * gdb.guile/scm-disasm.exp: New file.
4242 * gdb.guile/scm-equal.c: New file.
4243 * gdb.guile/scm-equal.exp: New file.
4244 * gdb.guile/scm-error.exp: New file.
4245 * gdb.guile/scm-error.scm: New file.
4246 * gdb.guile/scm-frame-args.c: New file.
4247 * gdb.guile/scm-frame-args.exp: New file.
4248 * gdb.guile/scm-frame-args.scm: New file.
4249 * gdb.guile/scm-frame-inline.c: New file.
4250 * gdb.guile/scm-frame-inline.exp: New file.
4251 * gdb.guile/scm-frame.c: New file.
4252 * gdb.guile/scm-frame.exp: New file.
4253 * gdb.guile/scm-generics.exp: New file.
4254 * gdb.guile/scm-gsmob.exp: New file.
4255 * gdb.guile/scm-iterator.c: New file.
4256 * gdb.guile/scm-iterator.exp: New file.
4257 * gdb.guile/scm-math.c: New file.
4258 * gdb.guile/scm-math.exp: New file.
4259 * gdb.guile/scm-objfile-script-gdb.in: New file.
4260 * gdb.guile/scm-objfile-script.c: New file.
4261 * gdb.guile/scm-objfile-script.exp: New file.
4262 * gdb.guile/scm-objfile.c: New file.
4263 * gdb.guile/scm-objfile.exp: New file.
4264 * gdb.guile/scm-ports.exp: New file.
4265 * gdb.guile/scm-pretty-print.c: New file.
4266 * gdb.guile/scm-pretty-print.exp: New file.
4267 * gdb.guile/scm-pretty-print.scm: New file.
4268 * gdb.guile/scm-section-script.c: New file.
4269 * gdb.guile/scm-section-script.exp: New file.
4270 * gdb.guile/scm-section-script.scm: New file.
4271 * gdb.guile/scm-symbol.c: New file.
4272 * gdb.guile/scm-symbol.exp: New file.
4273 * gdb.guile/scm-symtab-2.c: New file.
4274 * gdb.guile/scm-symtab.c: New file.
4275 * gdb.guile/scm-symtab.exp: New file.
4276 * gdb.guile/scm-type.c: New file.
4277 * gdb.guile/scm-type.exp: New file.
4278 * gdb.guile/scm-value-cc.cc: New file.
4279 * gdb.guile/scm-value-cc.exp: New file.
4280 * gdb.guile/scm-value.c: New file.
4281 * gdb.guile/scm-value.exp: New file.
4282 * gdb.guile/source2.scm: New file.
4283 * gdb.guile/types-module.cc: New file.
4284 * gdb.guile/types-module.exp: New file.
4285
7026a7c1
YQ
42862014-02-10 Yao Qi <yao@codesourcery.com>
4287
4288 PR testsuite/16543
4289 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4290 * configure: Regenerated.
4291 * Makefile.in: New file.
4292
6c466447
AS
42932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4294
4295 * gdb.python/py-framefilter.exp: Fix typo.
4296
6e854735
YQ
42972014-02-08 Yao Qi <yao@codesourcery.com>
4298
4299 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4300 that no =breakpoint-modified is emitted when breakpoints are
4301 modified through MI commands.
4302
d137e6dc
PA
43032014-02-07 Pedro Alves <pedro@codesourcery.com>
4304 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.threads/step-after-sr-lock.c: New file.
4307 * gdb.threads/step-after-sr-lock.exp: New file.
4308
b5ee5a50
PA
43092014-02-07 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4312
3c77faf3
JK
43132014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4316 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4317
6dddc817
DE
43182014-02-06 Doug Evans <xdje42@gmail.com>
4319
4320 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4321 output.
4322
4323 * gdb.gdb/python-interrupts.exp: New file.
4324
de7b2893
YQ
43252014-02-05 Yao Qi <yao@codesourcery.com>
4326
4327 * gdb.trace/report.exp (use_collected_data): Test the output
4328 of "info threads" and "info inferiors".
4329
66d032ac
YQ
43302014-02-05 Yao Qi <yao@codesourcery.com>
4331
4332 Revert this patch:
4333
4334 2013-05-24 Yao Qi <yao@codesourcery.com>
4335
4336 * gdb.trace/tfile.exp: Test inferior and thread.
4337
591a12a1
UW
43382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4339
4340 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4341 on a function.
4342 * gdb.base/step-bt.c: Call hello via function pointer to make
4343 sure its first instruction is executed on powerpc64le-linux.
4344
0ff3e01f
UW
43452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4346
4347 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4348
084ee545
UW
43492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4350
4351 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4352 of the test patterns for use on little-endian systems.
4353
6ed14ff3
UW
43542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4355
4356 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4357 (decimal_vector): Fix for little-endian.
4358
401e27fd
JM
43592014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4360
4361 * gdb.arch/sparc-sysstep.exp: New file.
4362 * gdb.arch/sparc-sysstep.c: Likewise.
4363
4364 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4365
8b924729
EBM
43662014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4367
4368 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4369
fb151210
JB
43702014-01-23 Tom Tromey <tromey@redhat.com>
4371
4372 * gdb.ada/array_char_idx: New testcase.
4373
0740f8d8
TT
43742014-01-23 Tom Tromey <tromey@redhat.com>
4375
4376 PR python/16487:
4377 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4378 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4379 classes.
4380
21909fa1
TT
43812014-01-23 Tom Tromey <tromey@redhat.com>
4382
4383 PR python/16491:
4384 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4385 string from an inferior frame.
4386 * gdb.python/py-framefilter-mi.exp: Update.
4387
87ce2a04
DE
43882014-01-22 Doug Evans <dje@google.com>
4389
4390 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4391
237b092b
AA
43922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4393
4394 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4395
d674a709
AA
43962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4397
4398 * gdb.trace/entry-values.exp: Remove excess space character from
4399 regex patterns. Handle s390 call instruction.
4400
20fa3390
AA
44012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4402
4403 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4404 define "*_start" label. Make "name" static.
4405 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4406 ${name} by references to ${name}_start.
4407
78466714
AA
44082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4409
4410 * gdb.base/info-macros.exp: Remove "debug" from the compile
4411 options.
4412
ec9f644a
IB
44132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4414
4415 * gdb.dlang/demangle.exp: New file.
4416
94b1b47e
IB
44172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4418
4419 * gdb.dlang/primitive-types.exp: New file.
4420
7f420862
IB
44212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4422
4423 * configure.ac: Create gdb.dlang/Makefile.
4424 * configure: Regenerate.
4425 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4426 * gdb.dlang/Makefile.in: New file.
4427 * lib/d-support.exp: New file.
4428 * lib/gdb.exp (skip_d_tests): New proc.
4429
52834460
MM
44302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4431
4432 * gdb.btrace/delta.exp: Check reverse stepi.
4433 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4434 * gdb.btrace/finish.exp: New.
4435 * gdb.btrace/next.exp: New.
4436 * gdb.btrace/nexti.exp: New.
4437 * gdb.btrace/record_goto.c: Add comments.
4438 * gdb.btrace/step.exp: New.
4439 * gdb.btrace/stepi.exp: New.
4440 * gdb.btrace/multi-thread-step.c: New.
4441 * gdb.btrace/multi-thread-step.exp: New.
4442 * gdb.btrace/rn-dl-bind.c: New.
4443 * gdb.btrace/rn-dl-bind.exp: New.
4444 * gdb.btrace/data.c: New.
4445 * gdb.btrace/data.exp: New.
4446 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4447
6e07b1d2
MM
44482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4449
4450 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4451 * gdb.btrace/exception.exp: Update.
4452 * gdb.btrace/instruction_history.exp: Update.
4453 * gdb.btrace/record_goto.exp: Update.
4454 * gdb.btrace/tailcall.exp: Update.
4455 * gdb.btrace/unknown_functions.exp: Update.
4456 * gdb.btrace/delta.exp: New.
4457
0b722aec
MM
44582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4459
4460 * gdb.btrace/record_goto.exp: Add backtrace test.
4461 * gdb.btrace/tailcall.exp: Add backtrace test.
4462
066ce621
MM
44632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4464
4465 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4466 * gdb.btrace/record_goto.c: New.
4467 * gdb.btrace/record_goto.exp: New.
4468 * gdb.btrace/x86-record_goto.S: New.
4469
0688d04e
MM
44702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4471
4472 * gdb.btrace/function_call_history.exp: Update tests.
4473 * gdb.btrace/instruction_history.exp: Update tests.
4474
8710b709
MM
44752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4476
4477 * gdb.btrace/function_call_history.exp: Fix expected field
4478 order for "record function-call-history".
4479 Add new tests for "record function-call-history /c".
4480 * gdb.btrace/exception.cc: New.
4481 * gdb.btrace/exception.exp: New.
4482 * gdb.btrace/tailcall.exp: New.
4483 * gdb.btrace/x86-tailcall.S: New.
4484 * gdb.btrace/x86-tailcall.c: New.
4485 * gdb.btrace/unknown_functions.c: New.
4486 * gdb.btrace/unknown_functions.exp: New.
4487 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4488
5de9129b
MM
44892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4490
4491 * gdb.btrace/instruction_history.exp: Update.
4492 * gdb.btrace/function_call_history.exp: Update.
4493
23a7fe75
MM
44942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4495
4496 * gdb.btrace/function_call_history.exp: Fix expected function
4497 trace.
4498 * gdb.btrace/instruction_history.exp: Initialize traced.
4499 Remove traced_functions.
4500
724c7dd8
MM
45012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4502
4503 * gdb.btrace/function_call_history.exp: Update
4504 * gdb.btrace/instruction_history.exp: Update.
4505
6d78d93b
MM
45062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4507
4508 * gdb.btrace/enable.exp: Update expected text.
4509
93a360cc
OJ
45102014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4511
4512 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4513 bytes.
4514
3772b53f
MR
45152014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4516
4517 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4518
596662fa
OJ
45192014-01-15 Omair Javaid <omair.javaid@linaro.org>
4520
4521 * lib/gdb.exp (supports_process_record): Return true for
4522 arm*-linux*. (supports_reverse): Likewise.
4523
b5b08fb4
SC
45242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4525
4526 PR python/15464
4527 PR python/16113
4528 * gdb.python/py-type.c: Enhance test case.
4529 * gdb.python/py-value-cc.cc: Likewise
4530 * gdb.python/py-type.exp: Add new tests.
4531 * gdb.python/py-value-cc.exp: Likewise
4532
52d7fb13
AA
45332014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4534 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4537 Make "name" extern.
4538 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4539 references to ${name}_start by references to ${name}.
4540
a2cd8cfe
JB
45412014-01-10 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4544
4e23fced
JB
45452014-01-10 Joel Brobecker <brobecker@adacore.com>
4546
4547 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4548
c6a9e42c
PA
45492014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4550 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.mi/mi-info-os.exp: Connect to the target with
4553 mi_gdb_target_load.
4554
b7ea362b
PA
45552014-01-08 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.threads/reconnect-signal.c: New file.
4558 * gdb.threads/reconnect-signal.exp: New file.
4559
5e3f4fab
EBM
45602014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.base/source-dir.exp: New file.
4563
79301218
JB
45642014-01-07 Joel Brobecker <brobecker@adacore.com>
4565
4566 * gdb.ada/mi_interface: New testcase.
4567
8e355c5d
JB
45682014-01-07 Joel Brobecker <brobecker@adacore.com>
4569
4570 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4571 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4572 gdb.ada/pp-rec-component/pck.ads: New files.
4573
c0d48811
JB
45742014-01-07 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.python/py-pp-integral.c: New file.
4577 * gdb.python/py-pp-integral.py: New file.
4578 * gdb.python/py-pp-integral.exp: New file.
4579
17b609c3 4580For older changes see ChangeLog-1993-2013.
c906108c 4581\f
8d8cb839
EZ
4582;; Local Variables:
4583;; mode: change-log
4584;; left-margin: 8
4585;; fill-column: 74
4586;; version-control: never
4587;; End:
902f2ccb 4588
32d0add0 4589 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4590 Copying and distribution of this file, with or without modification,
4591 are permitted provided the copyright notice and this notice are preserved.
This page took 2.391173 seconds and 4 git commands to generate.