]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Treat assembler generated local labels as local.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
01b622d4
DE
12015-04-06 Doug Evans <xdje42@gmail.com>
2
3 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4 Fix dest parameter to board_info.
5 (fpc_compile): Ditto.
6 (gdb_compile_pascal): Rename dest arg to destfile.
7
961f4160
PMR
82015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9
10 * gdb.ada/funcall_ref.exp: New file.
11 * gdb.ada/funcall_ref/foo.adb: New file.
12
cafda597
YQ
132015-04-02 Yao Qi <yao.qi@linaro.org>
14
15 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16 is remote.
17
fed040c6
GB
182015-04-02 Gary Benson <gbenson@redhat.com>
19
20 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
21
d11916aa
SS
222015-04-01 Sasha Smundak <asmundak@google.com>
23
24 * gdb.python/py-unwind-maint.c: New file.
25 * gdb.python/py-unwind-maint.exp: New test.
26 * gdb.python/py-unwind-maint.py: New file.
27 * gdb.python/py-unwind.c: New file.
28 * gdb.python/py-unwind.exp: New test.
29 * gdb.python/py-unwind.py: New test.
30
a1471180
PA
312015-04-01 Pedro Alves <palves@redhat.com>
32
33 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
34 to fail instead of non-existent $test.
35
0bbeccb1
PA
362015-04-01 Pedro Alves <palves@redhat.com>
37
38 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
39 GDBFLAGS if not empty.
40
3c724c8c
PMR
412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
42
43 * gdb.ada/complete.exp: Remove "multi_line".
44 * gdb.ada/info_exc.exp: Remove "multi_line".
45 * gdb.ada/packed_tagged.exp: Remove "multi_line".
46 * gdb.ada/ptype_field.exp: Remove "multi_line".
47 * gdb.ada/sym_print_name.exp: Remove "multi_line".
48 * gdb.ada/tagged.exp: Remove "multi_line".
49 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
50 [multi_line ...]
51 * gdb.btrace/delta.exp: Likewise.
52 * gdb.btrace/exception.exp: Likewise.
53 * gdb.btrace/function_call_history.exp: Likewise.
54 * gdb.btrace/instruction_history.exp: Likewise.
55 * gdb.btrace/nohist.exp: Likewise.
56 * gdb.btrace/record_goto.exp: Likewise.
57 * gdb.btrace/segv.exp: Likewise.
58 * gdb.btrace/stepi.exp: Likewise.
59 * gdb.btrace/tailcall.exp: Likewise.
60 * gdb.btrace/unknown_functions.exp: Likewise.
61 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
62 * lib/gdb.exp: Add the "multi_line" helper.
63
4eec2deb
PA
642015-04-01 Pedro Alves <palves@redhat.com>
65
66 * gdb.threads/tid-reuse.c: New file.
67 * gdb.threads/tid-reuse.exp: New file.
68
df8411da
SDJ
692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
70
71 PR corefiles/16092
72 * gdb.base/coredump-filter.c: New file.
73 * gdb.base/coredump-filter.exp: Likewise.
74
6ef37366
PM
752015-03-27 Petr Machata <pmachata@redhat.com>
76
77 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
78 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
79 (Dwarf::assemble): Initialize them.
80 (Dwarf::lines): New function.
81
7ec911b0
JT
822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
83
84 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
85 SYMBOL_PREFIX for x86_64-*-cygwin.
86
ff908ebf
AW
872015-03-26 Andy Wingo <wingo@igalia.com>
88
89 PR symtab/18148
90 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
91 const_value but not a location.
92 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
93 location defined in non-main CUs are visible.
94
6d5f0679
YQ
952015-03-26 Yao Qi <yao.qi@linaro.org>
96
97 PR testsuite/18139
98 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
99 Add a line number entry for the same line.
100 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
101 Add a line number entry for the same line.
102
2898689b
YQ
1032015-03-26 Yao Qi <yao.qi@linaro.org>
104
105 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
106 .int 0.
107 (func): Likewise. Add .Lfunc_1 label.
108 Use .Lfunc_1 label.
109 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
110 .int 0.
111 (func): Likewise.
112 Use .Lfunc_1 label.
113
85180498
YQ
1142015-03-26 Yao Qi <yao.qi@linaro.org>
115
116 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
117 Call gdb_compile instead to compile each .s files without debug
118 information.
119
8aa08a8d
YQ
1202015-03-26 Yao Qi <yao.qi@linaro.org>
121
122 * gdb.base/savedregs.exp (process_saved_regs): Make
123 "Saved registers:" optional in the pattern.
124
66849923
MM
1252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
126
127 * gdb.btrace/next.exp: Merged into step.exp.
128 * gdb.btrace/finish.exp: Merged into step.exp.
129 * gdb.btrace/nexti.exp: Merged into stepi.exp.
130 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
131 "record goto" and checking the exact replay position.
132 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
133 check for "Recording format" in "info record" output.
134 * gdb.btrace/record_goto.exp: Choose test file based on target.
135 * gdb.btrace/x86-record_goto.S: Renamed into ...
136 * gdb.btrace/x86_64-record_goto.S: ... this.
137 * gdb.btrace/i686-record_goto.S: New.
138 * gdb.btrace/x86-tailcall.S: Renamed into ...
139 * gdb.btrace/x86_64-tailcall.S: ... this.
140 * gdb.btrace/i686-tailcall.S: New.
141 * gdb.btrace/x86-tailcall.c: Renamed into ...
142 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
143 separate statements. Update test.
144 * gdb.btrace/delta.exp: Use record_goto.c as test file.
145 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
146 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
147 * gdb.btrace/tailcall.exp: Choose test file based on target.
148 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
149
11cc1b74
MM
1502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
151
152 * gdb.btrace/exception.exp: Increase BTS buffer size.
153
a25d8bf9
PA
1542015-03-24 Pedro Alves <palves@redhat.com>
155
156 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
157
856e7dd6
PA
1582015-03-24 Pedro Alves <palves@redhat.com>
159
160 * gdb.threads/schedlock.exp (test_step): No longer expect that
161 "set scheduler-locking step" with "next" over a function call runs
162 threads unlocked.
163
ad235a41
AT
1642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
165
166 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
167
15630549
AT
1682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
169
170 PR breakpoints/16466
171 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
172 * gdb.mi/mi-pending.c (thread_func): New function.
173 (int main): Add threading support required.
174 * gdb.mi/mi-pending.exp: Add tests for this issue.
175 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
176 (pendfunc2): Remove stdio dependency.
177 * gdb.mi/mi-pendshr2.c: New file.
178
693dca06
KS
1792015-03-23 Keith Seitz <keiths@redhat.com>
180
181 * gdb.linespec/keywords.c: New file.
182 * gdb.linespec/keywords.exp: New file.
183
7e993ebf
KS
1842015-03-23 Keith Seitz <keiths@redhat.com>
185
186 PR gdb/18021
187 * gdb.dwarf2/staticvirtual.exp: New test.
188
bc23328c
JK
1892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
192 * README: Remove HP-UX and gdb.hp.
193 (configuration):
194 * configure: Regenerate.
195 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
196 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
197 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
198 gdb.hp/gdb.defects/Makefile.
199 * gdb.hp/Makefile.in: File deleted.
200 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
201 * gdb.hp/gdb.aCC/optimize.c: File deleted.
202 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
203 * gdb.hp/gdb.aCC/run.c: File deleted.
204 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
205 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
206 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
207 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
208 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
209 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
210 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
211 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
212 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
213 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
214 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
215 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
216 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
217 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
218 * gdb.hp/gdb.base-hp/reg.s: File deleted.
219 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
220 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
221 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
222 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
223 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
224 * gdb.hp/gdb.compat/Makefile.in: File deleted.
225 * gdb.hp/gdb.compat/average.c: File deleted.
226 * gdb.hp/gdb.compat/sum.c: File deleted.
227 * gdb.hp/gdb.compat/xdb.c: File deleted.
228 * gdb.hp/gdb.compat/xdb0.c: File deleted.
229 * gdb.hp/gdb.compat/xdb0.h: File deleted.
230 * gdb.hp/gdb.compat/xdb1.c: File deleted.
231 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
232 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
233 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
234 * gdb.hp/gdb.defects/Makefile.in: File deleted.
235 * gdb.hp/gdb.defects/bs14602.c: File deleted.
236 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
237 * gdb.hp/gdb.defects/solib-d.c: File deleted.
238 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
239 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
240 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
241 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
242 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
243 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
244 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
245 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
246 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
247 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
248 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
249 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
250 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
251 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
252 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
253 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
254 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
255 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
256 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
257 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
258 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
259 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
260 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
261 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
262 * gdb.hp/tools/odump: File deleted.
263
8bf3b159
PA
2642015-03-19 Pedro Alves <palves@redhat.com>
265
266 * gdb.threads/continue-pending-status.exp (saw_thread_2)
267 (saw_thread_3): New globals.
268 (top level): Increment them when an event for the corresponding
269 thread is seen.
270 (no thread starvation): New test.
271
eb54c8bf
PA
2722015-03-19 Pedro Alves <palves@redhat.com>
273
274 * gdb.threads/continue-pending-status.c: New file.
275 * gdb.threads/continue-pending-status.exp: New file.
276
32d2e5d6
PA
2772015-03-18 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
280 Use gdb_is_target_remote instead of is_remote. Use
281 gdb_test_multiple instead of gdb_expect. Exit early if
282 gdb_test_multiple hits its internal matches. Tighten stepi tests
283 expected output. Fail on exit with any signal, instead of just
284 SIGILL.
285
f68f11b7
YQ
2862015-03-18 Yao Qi <yao.qi@linaro.org>
287
288 PR tdep/18107
289 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
290 variable.
291 * gdb.base/catch-syscall.exp: Don't skip it on
292 aarch64*-*-linux* target. Remove elements in all_syscalls.
293 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
294 target.
295 (setup_all_syscalls): New proc.
296
ca5fd19b
YQ
2972015-03-16 Yao Qi <yao.qi@linaro.org>
298
299 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
300 (top level): Skip tests if valid_addr_p returns false for
301 $cmd1 or $cmd2.
302
85642ba0
AW
3032015-03-11 Andy Wingo <wingo@igalia.com>
304
305 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
306
e03f9645
YQ
3072015-03-11 Yao Qi <yao.qi@linaro.org>
308
309 * gdb.base/catch-syscall.exp: Fix typo in comments.
310
5d0962b2
YQ
3112015-03-11 Yao Qi <yao.qi@linaro.org>
312
313 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
314
b2df3cef
PA
3152015-03-09 Pedro Alves <palves@redhat.com>
316
317 * dg-extract-results.py: Delete.
318
ef878e53
PA
3192015-03-09 Pedro Alves <palves@redhat.com>
320
321 Merge dg-extract-results.sh from GCC upstream (r218843).
322
323 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
324 * dg-extract-results.sh: Use --text with grep to avoid issues with
325 binary files. Fall back to cat -v, if that doesn't work.
326
9494d219
PA
3272015-03-05 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
330
a8d9763a
SM
3312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
332
333 * lib/mi-support.exp (mi_expect_interrupt): Accept
334 alternative event for when in all-stop mode.
335
be9957b8
PA
3362015-03-04 Pedro Alves <palves@redhat.com>
337
338 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
339
d57be0f4 3402015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
341
342 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
343
c214c7cf
AA
3442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
345
346 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
347 regexps for GDB's current line display, accept a hex address
348 preceding the line number.
349
6d74a497
AA
3502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
351
352 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
353 the 'arch1' variable for "s390*-linux*" targets.
354
511aee7c
PA
3552015-03-04 Pedro Alves <palves@redhat.com>
356
357 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
358 (main): Pass missing retval argument to pthread_join call.
359
95e50b27
PA
3602015-03-02 Pedro Alves <palves@redhat.com>
361
362 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
363 (top level): Call do_test with non-stop as well.
364
28054d69
PA
3652015-03-02 Pedro Alves <palves@redhat.com>
366
367 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
368 -1.
369
4fa5d7b4
AA
3702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
371
372 * gdb.arch/s390-vregs.exp: New test.
373 * gdb.arch/s390-vregs.S: New file.
374
97c18565
PA
3752015-02-27 Pedro Alves <palves@redhat.com>
376
377 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
378 call to catch_command_errors.
379 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
380 catch_command_errors.
381
a37bfa30
PA
3822015-02-27 Pedro Alves <palves@redhat.com>
383
384 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
385 "true" for boolean result.
386 * gdb.gdb/selftest.exp (test_with_self): Also accept full
387 prototype of main.
388
6f98576f
PA
3892015-02-27 Pedro Alves <palves@redhat.com>
390
391 * lib/unbuffer_output.c: New file.
392 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
393 (main): Call gdb_unbuffer_output.
394
eba5ab56
YQ
3952015-02-27 Yao Qi <yao.qi@linaro.org>
396
397 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
398 target.
399
0def5aaa
DE
4002015-02-26 Doug Evans <dje@google.com>
401
402 * gdb.cp/class2.cc (Dbase, D): New classes.
403 (main): New local delta.
404 * gdb.cp/class2.exp: Test printing delta.
405 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
406 (dynbar): New global.
407 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
408
081a1c2c
JK
4092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 * gdb.compile/compile-ifunc.c: New file.
412 * gdb.compile/compile-ifunc.exp: New file.
413
2f41223f
AT
4142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
415
416 * gdb.base/structs.exp: Check for correct struct on finish.
417
03eddd80
YQ
4182015-02-26 Yao Qi <yao.qi@linaro.org>
419
420 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
421 is zero.
422
80c57053
JK
4232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * gdb.arch/cordic.ko.bz2: New file.
426 * gdb.arch/cordic.ko.debug.bz2: New file.
427 * gdb.arch/ppc64-symtab-cordic.exp: New file.
428
21613c12
YQ
4292015-02-25 Yao Qi <yao.qi@linaro.org>
430
431 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
432 aarch64*-*-* target.
433
d8b901ed
PA
4342015-02-23 Pedro Alves <palves@redhat.com>
435
436 * lib/gdb.exp (delete_breakpoints): Rewrite using
437 gdb_test_multiple.
438
e5b85ead
PA
4392015-02-23 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/info-os.c: Include stdlib.h.
442
85c3a371
DE
4432015-02-22 Doug Evans <xdje42@gmail.com>
444
445 PR symtab/17855
446 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
447 is read after symbols have been re-read.
448 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
449 * gdb.ada/exec_changed/second.adb (Second): Ditto.
450
96553a0c
DE
4512015-02-21 Doug Evans <dje@google.com>
452
453 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
454
97a0c697
JK
4552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 PR corefiles/17808
458 * gdb.arch/i386-biarch-core.core.bz2: New file.
459 * gdb.arch/i386-biarch-core.exp: New file.
460
a47cd6e9
PA
4612015-02-21 Pedro Alves <palves@redhat.com>
462
463 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
464 runto_main fails.
465
c5facdc4
PA
4662015-02-20 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
469 info probes.
470
2db9a427
PA
4712015-02-20 Pedro Alves <palves@redhat.com>
472
473 * gdb.threads/multi-create-ns-info-thr.exp: New file.
474
60fb7e9e
PA
4752015-02-20 Pedro Alves <palves@redhat.com>
476
477 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
478 clean_restart before gdb_target_supports_trace.
479
5c5019c2
PA
4802015-02-20 Pedro Alves <palves@redhat.com>
481
482 PR threads/18006
483 * gdb.threads/clone-thread_db.c: New file.
484 * gdb.threads/clone-thread_db.exp: New file.
485
c9587f88
AT
4862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
487
488 PR breakpoints/16812
489 * gdb.base/catch-gdb-caused-signals.c: New file.
490 * gdb.base/catch-gdb-caused-signals.exp: New file.
491
f6a88844
JM
4922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
493
494 * configure: Regenerated.
495 * configure.ac: Use GDB_AC_TRANSFORM.
496 * aclocal.m4: sinclude ../transform.m4.
497
497c491b
JM
4982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
499
500 * lib/dtrace.exp: New file.
501 * gdb.base/dtrace-probe.exp: Likewise.
502 * gdb.base/dtrace-probe.d: Likewise.
503 * gdb.base/dtrace-probe.c: Likewise.
504 * lib/pdtrace.in: Likewise.
505 * configure.ac: Output variables with the transformed names of
506 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
507 * configure: Regenerated.
508
03e98035
JM
5092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
510
511 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
512 expected message when trying to access $_probe_* convenience
513 variables while not on a probe.
514
63cc30e9
JK
5152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
518
0703599a
PA
5192015-02-11 Pedro Alves <pedro@codesourcery.com>
520
521 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
522 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
523
7e60a48e
DE
5242015-02-10 Doug Evans <xdje42@gmail.com>
525
526 * lib/gdb.exp (gdb_load): Always return a result.
527
01b088bc
PA
5282015-02-10 Pedro Alves <palves@redhat.com>
529
530 * gdb.threads/signal-sigtrap.c: New file.
531 * gdb.threads/signal-sigtrap.exp: New file.
532
b05ec7a5
AT
5332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
534
535 * gdb.trace/no-attach-trace.c: New file.
536 * gdb.trace/no-attach-trace.exp: New file.
537
a2c2acaf
MW
5382015-02-09 Mark Wielaard <mjw@redhat.com>
539
540 * gdb.dwarf2/atomic.c: New file.
541 * gdb.dwarf2/atomic-type.exp: Likewise.
542
31fd9caa
MM
5432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
544
545 * gdb.btrace/buffer-size.exp: Update "info record" output.
546 * gdb.btrace/delta.exp: Update "info record" output.
547 * gdb.btrace/enable.exp: Update "info record" output.
548 * gdb.btrace/finish.exp: Update "info record" output.
549 * gdb.btrace/instruction_history.exp: Update "info record" output.
550 * gdb.btrace/next.exp: Update "info record" output.
551 * gdb.btrace/nexti.exp: Update "info record" output.
552 * gdb.btrace/step.exp: Update "info record" output.
553 * gdb.btrace/stepi.exp: Update "info record" output.
554 * gdb.btrace/nohist.exp: Update "info record" output.
555
d33501a5
MM
5562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
557
558 * gdb.btrace/buffer-size: New.
559
f4abbc16
MM
5602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
561
562 * gdb.btrace/delta.exp: Update "info record" output.
563 * gdb.btrace/enable.exp: Update "info record" output.
564 * gdb.btrace/finish.exp: Update "info record" output.
565 * gdb.btrace/instruction_history.exp: Update "info record" output.
566 * gdb.btrace/next.exp: Update "info record" output.
567 * gdb.btrace/nexti.exp: Update "info record" output.
568 * gdb.btrace/step.exp: Update "info record" output.
569 * gdb.btrace/stepi.exp: Update "info record" output.
570 * gdb.btrace/nohist.exp: Update "info record" output.
571
b9d61307
SM
5722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
573
574 PR gdb/15678
575 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
576
e584fdbc
PA
5772015-02-06 Pedro Alves <palves@redhat.com>
578
579 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
580 macro.
581 (seconds_left, again): New globals.
582 (main): Wait seconds_left in a 1-second sleep loop instead of
583 sleeping 180 seconds. If 'again' is set, reset the seconds
584 counter.
585 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
586 'again' in the inferior before detaching. Print the seconds left.
587 (options): New global.
588 (top level): Build program with -DTIMEOUT=$timeout.
589
77f41761
PA
5902015-02-06 Pedro Alves <palves@redhat.com>
591
592 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
593 determine how many seconds to pass to 'alarm'.
594 * gdb.base/gdb-sigterm.exp (top level): Build program with
595 -DTIMEOUT=$timeout.
596 (do_test): Return success/failure indication. Add more verbose
597 logging. Don't fail if 200 single steps are seen. Instead, fail
598 when the test times out.
599 (passes): New global.
600 (top level): Break the testing loop if testing fails on any
601 iteration. Use gdb_assert.
602
b9394193
DB
6032015-02-04 Don Breazeal <donb@codesourcery.com>
604
605 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
606 and initialize them.
607 (ipc_cleanup): New function.
608 (main): Don't declare shmid, semid, and msqid. Add a call to
609 atexit so that we call ipc_cleanup on exit.
610
42d9e528
PA
6112015-02-04 Pedro Alves <palves@redhat.com>
612
613 * boards/native-extended-gdbserver.exp: Remove any target variant
614 specifications from the board name before clearing the isremote
615 flag from board_info.
616
ae6ae975
DE
6172015-01-31 Doug Evans <xdje42@gmail.com>
618
619 * gdb.base/maint.exp <maint print type argc>: Update expected output.
620
cfb069a8
GB
6212015-01-31 Gary Benson <gbenson@redhat.com>
622
623 * gdb.base/completion.exp: Disable completion limiting for
624 existing tests. Add new tests to check completion limiting.
625 * gdb.linespec/ls-errs.exp: Disable completion limiting.
626
5dd31d79
DE
6272015-01-31 Doug Evans <xdje42@gmail.com>
628
629 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
630
9f050062
DE
6312015-01-31 Doug Evans <xdje42@gmail.com>
632
633 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
634 entries. Duplicate file section script entries.
635 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
636 inlined entries. Add test for safe-path rejection.
637 * gdb.python/py-section-script.c: Add duplicate inlined section script
638 entries. Duplicate file section script entries.
639 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
640 inlined entries. Add test for safe-path rejection.
641
df25ebbd
JB
6422015-01-29 Joel Brobecker <brobecker@adacore.com>
643
644 * gdb.ada/disc_arr_bound: New testcase.
645
4a0ca9ec
JB
6462015-01-29 Joel Brobecker <brobecker@adacore.com>
647
648 * gdb.ada/mi_var_array: New testcase.
649
3a8b707a
DE
6502015-01-27 Doug Evans <dje@google.com>
651
652 * gdb.python/py-objfile.exp: Add tests for objfile.username.
653 Add test for objfile.filename, objfile.username after objfile
654 has been unloaded.
655
f8313f6e
JB
6562015-01-26 Joel Brobecker <brobecker@adacore.com>
657
658 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
659 the second test to print the name attribute of value
660 returned by the call to gdb.lookup_type, and adjust
661 the expected output accordingly.
662
37bc665e
MW
6632015-01-25 Mark Wielaard <mjw@redhat.com>
664
665 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
666 * gdb.base/disp-step-fork.c: Include unistd.h.
667 * gdb.base/siginfo-obj.c: Include stdio.h.
668 * gdb.base/siginfo-thread.c: Likewise.
669 * gdb.mi/non-stop.c: Include unistd.h.
670 * gdb.mi/nsthrexec.c: Include stdio.h.
671 * gdb.mi/pthreads.c: Include unistd.h.
672 * gdb.modula2/unbounded1.c (main): Declare returns int.
673 * gdb.reverse/consecutive-reverse.c: Likewise.
674 * gdb.threads/create-fail.c: Include unistd.h.
675 * gdb.threads/killed.c: Likewise.
676 * gdb.threads/linux-dp.c: Likewise.
677 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
678 * gdb.threads/non-ldr-exc-2.c: Likewise.
679 * gdb.threads/non-ldr-exc-3.c: Likewise.
680 * gdb.threads/non-ldr-exc-4.c: Likewise.
681 * gdb.threads/pthreads.c: Include unistd.h.
682 (main): Declare returns int.
683 * gdb.threads/tls-main.c (foo): New declaration.
684 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
685
f7e5394d
SM
6862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
687
688 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
689 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
690
743649fd
MW
6912015-01-15 Mark Wielaard <mjw@redhat.com>
692
693 * gdb.base/noreturn-return.c: New file.
694 * gdb.base/noreturn-return.exp: New file.
695 * gdb.base/noreturn-finish.c: New file.
696 * gdb.base/noreturn-finish.exp: New file.
697
198297aa
PA
6982015-01-23 Pedro Alves <palves@redhat.com>
699
700 * gdb.threads/continue-pending-after-query.c: New file.
701 * gdb.threads/continue-pending-after-query.exp: New file.
702
717cf30c
AG
7032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
704 Simon Marchi <simon.marchi@ericsson.com>
705
706 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
707 * gdb.base/valgrind-db-attach.exp: Same.
708 * gdb.base/valgrind-infcall.exp: Same.
709 * lib/mi-support.exp (default_mi_gdb_start): Same.
710 * lib/prompt.exp (default_prompt_gdb_start): Same.
711 * lib/gdb.exp (default_gdb_spawn): Same.
712 (gdb_interact): New.
713
714
4b62a76e
JK
7152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 * gdb.compile/compile.exp (pointer to jit function): New test.
718
b4cdae6f
WW
7192015-01-17 Wei-cheng Wang <cole945@gmail.com>
720
721 * lib/gdb.exp (supports_process_record): Return true for
722 powerpc*-*-linux*.
723 (supports_reverse): Likewise.
724
d221e7ef
DB
7252015-01-15 Don Breazeal <donb@codesourcery.com>
726
727 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
728 instead of checking whether the target board is remote and
729 use spawn_wait_for_attach instead of exec/sleep.
730 * gdb.base/attach-twice.exp: Likewise.
731
bafffb51
JB
7322015-01-15 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.ada/var_arr_attrs: New testcase.
735
5589af0e
PA
7362015-01-14 Pedro Alves <palves@redhat.com>
737 Joel Brobecker <brobecker@adacore.com>
738
739 PR gdb/17525
740 * gdb.base/bp-cmds-execution-x-script.c: New file.
741 * gdb.base/bp-cmds-execution-x-script.exp: New file.
742 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
743
6c400b59
PA
7442015-01-14 Pedro Alves <palves@redhat.com>
745
746 PR cli/17828
747 * gdb.base/batch-preserve-term-settings.c: New file.
748 * gdb.base/batch-preserve-term-settings.exp: New file.
749
e02c96a7
DE
7502015-01-13 Doug Evans <dje@google.com>
751
752 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
753 binary.
754
576fd14c
JB
7552015-01-13 Joel Brobecker <brobecker@adacore.com>
756
757 * Makefile.in (clean mostlyclean): Do not delete *.py.
758
04dccad0
JB
7592015-01-13 Joel Brobecker <brobecker@adacore.com>
760
761 * gdb.python/py-lookup-type.exp: New file.
762
3d230f71
PA
7632015-01-12 Pedro Alves <palves@redhat.com>
764
765 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
766 restore GDBFLAGS before returning.
767
7e67715d
JK
7682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
771 is_amd64_regs_target and is_x86_like_target.
772
f2e0d4b4
DE
7732015-01-11 Doug Evans <xdje42@gmail.com>
774
775 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
776 is given without an explicit form.
777 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
778 attributes.
779 * gdb.dwarf/corrupt.exp: Ditto.
780 * gdb.dwarf2/enum-type.exp: Ditto.
781 * gdb.trace/entry-values.exp: Ditto.
782 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
783
439250fb
DE
7842015-01-11 Doug Evans <xdje42@gmail.com>
785
786 PR gdb/15830
787 * gdb.base/maint.exp: Remove references to "maint demangle".
788 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
789 Add tests for explicitly specifying language to demangle.
790 * gdb.dlang/demangle.exp: Ditto.
791
ede9f622
PA
7922015-01-09 Pedro Alves <palves@redhat.com>
793
794 * gdb.threads/non-stop-fair-events.c: New file.
795 * gdb.threads/non-stop-fair-events.exp: New file.
796
a7b796db
PA
7972015-01-09 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
800 the global scope. Set a breakpoint after all threads are started
801 rather than stepping over two source lines. Expect the prompt.
802 * gdb.base/watch_thread_num.c (threads_started_barrier): New
803 global.
804 (NUM): Now 15.
805 (main): Use threads_started_barrier to wait for all threads to
806 start. Main thread no longer calls thread_function. Exit after
807 180 seconds.
808 (loop): New function.
809 (thread_function): Wait on threads_started_barrier barrier. Call
810 'loop' at each iteration.
811 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
812 threads have started, instead of hardcoding number of "next"
813 steps. Use an access watchpoint instead of a write watchpoint.
814
9665ffdd
PA
8152015-01-09 Pedro Alves <palves@redhat.com>
816
817 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
818 (thread_func): Wait on barrier.
819 (main): Wait for all threads to start before stopping GDB.
820 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
821 global.
822 (thread1_func, thread2_func): Wait on barrier.
823 (main): Wait for all threads to start before stopping GDB.
824 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
825 New global.
826 (thread1_func, thread2_func): Wait on barrier.
827 (main): Wait for all threads to start before stopping GDB.
828
c945a99f
PA
8292015-01-09 Pedro Alves <palves@redhat.com>
830
831 * gdb.threads/attach-many-short-lived-threads.c: New file.
832 * gdb.threads/attach-many-short-lived-threads.exp: New file.
833
c1a747c1
PA
8342014-01-09 Pedro Alves <palves@redhat.com>
835
836 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
837 instead of to thread 2.
838 * gdb.threads/signal-command-multiple-signals-pending.c (main):
839 Add barrier around each pthread_create call instead of around all
840 calls.
841 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
842 Set a break on thread_function and have the child threads hit it
843 one at at a time.
844
60b3033e
PA
8452015-01-09 Pedro Alves <palves@redhat.com>
846
847 * lib/gdb.exp (can_spawn_for_attach): New procedure.
848 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
849 false.
850 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
851 checking whether the target board is remote.
852 * gdb.multi/multi-attach.exp: Likewise.
853 * gdb.python/py-sync-interp.exp: Likewise.
854 * gdb.server/ext-attach.exp: Likewise.
855 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
856 tests that need to attach, instead of checking whether the target
857 board is remote at the top of the file.
858
acc018ac
YQ
8592015-01-08 Yao Qi <yao@codesourcery.com>
860
861 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
862
50a18af8
JK
8632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
864
865 Fix testcase compilation.
866 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
867
8503d6e1
JB
8682015-01-06 Joel Brobecker <brobecker@adacore.com>
869
870 * gdb.python/py-type.exp: Add a couple test about empty
871 array creation, and negative-length array creation.
872
cc73dbcc
DE
8732015-01-02 Doug Evans <xdje42@gmail.com>
874
875 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
876
0300bbc7
DE
8772015-01-02 Doug Evans <dje@google.com>
878
879 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
880
9d85a0ec
YQ
8812014-12-29 Yao Qi <yao@codesourcery.com>
882
883 * gdb.trace/entry-values.exp: Update comments. Rename variable
884 bar_call_foo to returned_from_foo.
885
87186c6a
MMN
8862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
887
888 PR gdb/17394
889 * gdb.linespec/break-asm-file.c: New file.
890 * gdb.linespec/break-asm-file.exp: New file.
891 * gdb.linespec/break-asm-file0.s: New file.
892 * gdb.linespec/break-asm-file1.s: New file.
893
1bab7383
YQ
8942014-12-18 Nigel Stephens <nigel@mips.com>
895 Maciej W. Rozycki <macro@codesourcery.com>
896
897 * gdb.base/float.exp: Handle the new output from "info float" on
898 MIPS targets.
899
1bc1068a
JK
9002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 Fix MinGW compilation.
903 * gdb.compile/compile-ops.exp: Update untested message if
904 !skip_compile_feature_tests.
905 * gdb.compile/compile-setjmp.exp: Likewise.
906 * gdb.compile/compile-tls.exp: Likewise.
907 * gdb.compile/compile.exp: Likewise.
908 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
909 supported on this host".
910
b6615d10
DE
9112014-12-16 Doug Evans <xdje42@gmail.com>
912
913 * boards/stabs.exp: New file.
914
25dda427
AA
9152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
916
917 * gdb.base/completion.exp: Adjust to format changes of "maint
918 print user-registers".
919
bf330350
CU
9202014-12-16 Catalin Udma <catalin.udma@freescale.com>
921
922 PR server/17457
923 * gdb.arch/aarch64-fp.c: New file.
924 * gdb.arch/aarch64-fp.exp: New file.
925
395cf596
SDJ
9262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
927
928 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
929 r210637, r210913, r211666, r215400, r215817).
930
931 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
932 * dg-extract-results.py: New file.
933 * dg-extract-results.sh: Use it if the environment seems
934 suitable.
935
936 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
937
938 * dg-extract-results.py (parse_run): Handle warnings that
939 are printed before a test harness is run.
940
941 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
942
943 * dg-extract-results.py (Named): Remove __cmp__ method.
944 (output_variation): Use a key to sort variation.harnesses.
945
946 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
947
948 * dg-extract-results.py: For Python 3, force sys.stdout to
949 handle surrogate escape sequences.
950 (safe_open): New function.
951 (output_segment, main): Use it.
952
953 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
954
955 * dg-extract-results.py (Prog.result_re): Include options
956 in test name.
957
958 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
959
960 * dg-extract-results.py (output_variation): Always sort if
961 do_sum.
962
e882ef3c
SM
9632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
964
965 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
966 as long as we get pagination notifications.
967
4992aa20
JM
9682014-12-15 Jason Merrill <jason@redhat.com>
969
970 * Makefile.in (check-gdb.%): Restore.
971 * README: Mention it.
972
c1b5a1a6
JB
9732014-12-13 Joel Brobecker <brobecker@adacore.com>
974
975 * gdb.ada/str_uninit: New testcase.
976
5537b577
JK
9772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 PR symtab/17642
980 * gdb.base/vla-stub-define.c: New file.
981 * gdb.base/vla-stub.c: New file.
982 * gdb.base/vla-stub.exp: New file.
983
bb2ec1b3
TT
9842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
985 Jan Kratochvil <jan.kratochvil@redhat.com>
986 Tom Tromey <tromey@redhat.com>
987
988 * configure.ac: Add gdb.compile/.
989 * configure: Regenerate.
990 * gdb.compile/Makefile.in: New file.
991 * gdb.compile/compile-ops.exp: New file.
992 * gdb.compile/compile-ops.c: New file.
993 * gdb.compile/compile-tls.c: New file.
994 * gdb.compile/compile-tls.exp: New file.
995 * gdb.compile/compile-constvar.S: New file.
996 * gdb.compile/compile-constvar.c: New file.
997 * gdb.compile/compile-mod.c: New file.
998 * gdb.compile/compile-nodebug.c: New file.
999 * gdb.compile/compile-setjmp-mod.c: New file.
1000 * gdb.compile/compile-setjmp.c: New file.
1001 * gdb.compile/compile-setjmp.exp: New file.
1002 * gdb.compile/compile-shlib.c: New file.
1003 * gdb.compile/compile.c: New file.
1004 * gdb.compile/compile.exp: New file.
1005 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1006
4ff709eb
TT
10072014-12-12 Tom Tromey <tromey@redhat.com>
1008
1009 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1010 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1011
6dddd6a5
DE
10122014-12-12 Doug Evans <dje@google.com>
1013
1014 * lib/gdb-python.exp (get_python_valueof): New function.
1015 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1016
71c24708
AA
10172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1018
1019 * gdb.base/completion.exp: Add test for completion of "info
1020 registers ".
1021
3e29f34a
MR
10222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1023
1024 * gdb.base/func-ptrs.c: New file.
1025 * gdb.base/func-ptrs.exp: New file.
1026
fc126975
SM
10272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1028
1029 PR breakpoints/17012
1030 * gdb.base/dprintf-detach.c: New file.
1031 * gdb.base/dprintf-detach.exp: New file.
1032
0a46d518
SM
10332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1034
1035 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1036 * lib/gdb.exp (target_is_gdbserver): New procedure.
1037
a0be3e44
DE
10382014-12-08 Doug Evans <dje@google.com>
1039
1040 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1041
df1b803a
YQ
10422014-12-05 Yao Qi <yao@codesourcery.com>
1043
1044 * gdb.guile/scm-error.exp: Remove the third argument to
1045 gdb_remote_download.
1046 * gdb.guile/scm-frame-args.exp: Likewise.
1047 * gdb.guile/scm-section-script.exp: Likewise.
1048
ddb9f679
YQ
10492014-12-05 Yao Qi <yao@codesourcery.com>
1050
1051 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1052
86e4ed39
DE
10532014-12-04 Doug Evans <dje@google.com>
1054
1055 * gdb.python/py-objfile.exp: Add tests for
1056 objfile.add_separate_debug_file.
1057
7c50a931
DE
10582014-12-04 Doug Evans <dje@google.com>
1059
1060 * lib/gdb.exp (get_build_id): New function.
1061 (build_id_debug_filename_get): Rewrite to use it.
1062 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1063
621661e3
MR
10642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1065
1066 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1067 `method(long)', not just 0x0.
1068 * gdb.cp/nsalias.exp: Align code labels to 4.
1069 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1070 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1071 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1072 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1073 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1074 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1075
29f0c3b7
DE
10762014-12-02 Doug Evans <dje@google.com>
1077
e1e061e7 1078 PR symtab/17602
29f0c3b7 1079 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1080 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1081 * gdb.cp/anon-ns.exp: Update.
1082
162078c8
NB
10832014-12-02 Nick Bull <nicholaspbull@gmail.com>
1084
1085 * gdb.python/py-events.py (inferior_call_handler): New.
1086 (register_changed_handler, memory_changed_handler): New.
1087 (test_events.invoke): Register new handlers.
1088 * gdb.python/py-events.exp: Add tests for inferior call,
1089 memory_changed and register_changed events.
1090
fdb09caf
AA
10912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1092
1093 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1094 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1095 if the linker doesn't understand this.
1096
55cfb2c4
SM
10972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1098
1099 * gdb.python/python.exp: Change expected reply to help().
1100
9e8cd6df
YQ
11012014-12-01 Yao Qi <yao@codesourcery.com>
1102
1103 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1104 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1105 * configure: Re-generated.
1106
6c659fc2
SC
11072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1108
1109 * gdb.cp/chained-calls.cc: New file.
1110 * gdb.cp/chained-calls.exp: New file.
1111 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1112
d7fc3181
SM
11132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1114
1115 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1116 * gdb.dwarf2/symtab-producer.exp: Same.
1117 * gdb.gdb/python-interrupts.exp: Same.
1118 * gdb.gdb/python-selftest.exp: Same.
1119 * gdb.python/py-linetable.exp: Same.
1120 * gdb.python/py-type.exp: Same.
1121 * gdb.python/py-value-cc.exp: Same.
1122 * gdb.python/py-value.exp: Same.
1123
10e79639
YQ
11242014-11-28 Yao Qi <yao@codesourcery.com>
1125
1126 * gdb.base/break-probes.exp: Match library name prefixed with
1127 sysroot.
1128
f28a0564
SM
11292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1130
1131 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1132 test expected output. Add parentheses for the call to print.
1133 Remove L suffix from integers.
1134
3fe1ce1d
DE
11352014-11-26 Doug Evans <dje@google.com>
1136
1137 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1138
84429e27
YQ
11392014-11-22 Yao Qi <yao@codesourcery.com>
1140
1141 * gdb.trace/entry-values.c: Remove asms.
1142 (foo): Add foo_label.
1143 (bar): Add bar_label.
1144 * gdb.trace/entry-values.exp: Remove code computing foo's
1145 length and bar's length.
1146 (Dwarf::assemble): Invoke function_range for bar and use
1147 MACRO_AT_func for foo.
1148
26741859
YQ
11492014-11-22 Yao Qi <yao@codesourcery.com>
1150
1151 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1152 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1153 Use .Lgcc43_procstart instead of gcc43.
1154
45e44d27
JB
11552014-11-21 Joel Brobecker <brobecker@adacore.com>
1156
1157 * gdb.ada/n_arr_bound: New testcase.
1158
458c8db8
SDJ
11592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1160
1161 PR breakpoints/10737
1162 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1163 test_catch_syscall_multi_arch.
1164 (test_catch_syscall_multi_arch): New function.
1165
43f3e411
DE
11662014-11-20 Doug Evans <xdje42@gmail.com>
1167
1168 * gdb.base/maint.exp: Update expected output.
1169
0d7b2549
AA
11702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1171
1172 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1173 4-byte instruction on S390.
1174
8908fca5
JB
11752014-11-19 Joel Brobecker <brobecker@adacore.com>
1176
1177 * gdb.ada/arr_arr: New testcase.
1178
4a46959e
JB
11792014-11-19 Joel Brobecker <brobecker@adacore.com>
1180
1181 * gdb.ada/pkd_arr_elem: New Testcase.
1182
470e2f4e
LM
11832014-11-18 Luis Machado <lgustavo@codesourcery.com>
1184
1185 * gdb.reverse/break-precsave: Expect completion message for
1186 core file reads.
1187 * gdb.reverse/consecutive-precsave.exp: Likewise.
1188 * gdb.reverse/finish-precsave.exp: Likewise.
1189 * gdb.reverse/i386-precsave.exp: Likewise.
1190 * gdb.reverse/machinestate-precsave.exp: Likewise.
1191 * gdb.reverse/sigall-precsave.exp: Likewise.
1192 * gdb.reverse/solib-precsave.exp: Likewise.
1193 * gdb.reverse/step-precsave.exp: Likewise.
1194 * gdb.reverse/until-precsave.exp: Likewise.
1195 * gdb.reverse/watch-precsave.exp: Likewise.
1196
a267f3ad
AA
11972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1198
1199 * gdb.base/bp-permanent.c: Include unistd.h.
1200 * gdb.python/py-framefilter-mi.c (main): Add return type.
1201 * gdb.python/py-framefilter.c (main): Likewise.
1202 * gdb.trace/actions-changed.c (main): Likewise.
1203
12084a9a
AA
12042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1205
1206 * gdb.mi/until.c: Add eye-catchers.
1207 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1208 line numbers.
1209
dc7e1a77
AA
12102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1211
1212 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1213 function header variants in break1.c.
1214 * gdb.base/ena-dis-br.exp: Likewise.
1215 * gdb.base/hbreak2.exp: Likewise.
1216 * gdb.reverse/until-precsave.exp: Drop references to removed
1217 non-prototype function header variants in ur1.c.
1218 * gdb.reverse/until-reverse.exp: Likewise.
1219
41c77605
PM
12202014-11-17 Petr Machata <pmachata@redhat.com>
1221
1222 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1223 ${_cu_offset_size} bytes abbrev offset.
1224
34248c3a
DE
12252014-11-15 Doug Evans <xdje42@gmail.com>
1226
1227 PR symtab/17559
1228 * gdb.base/line-symtabs.exp: New file.
1229 * gdb.base/line-symtabs.c: New file.
1230 * gdb.base/line-symtabs.h: New file.
1231
646da059
YQ
12322014-11-14 Yao Qi <yao@codesourcery.com>
1233
1234 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1235 (func): Add label func_label.
1236 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1237 Replace low_pc and high_pc with MACRO_AT_range.
1238 Replace name, low_pc and high_pc with MACRO_AT_func.
1239
9301ebe6
YQ
12402014-11-14 Yao Qi <yao@codesourcery.com>
1241
1242 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1243 Replace name, low_pc and high_pc with MACRO_AT_func.
1244
f166b542
YQ
12452014-11-14 Yao Qi <yao@codesourcery.com>
1246
1247 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1248 produce debug information.
1249 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1250
0f6e71e3
YQ
12512014-11-14 Yao Qi <yao@codesourcery.com>
1252
1253 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1254 object and get function length.
1255 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1256 with MACRO_AT_func.
1257 (top-level): Replace gdb_compile and clean_restart with
1258 prepare_for_testing.
1259 * gdb.dwarf2/main.c (main): Add label main_label.
1260
876c4df9
YQ
12612014-11-14 Yao Qi <yao@codesourcery.com>
1262
1263 * lib/dwarf.exp (function_range): New procedure.
1264 (Dwarf::_handle_macro_at_func): New procedure.
1265 (Dwarf::_handle_macro_at_range): New procedure.
1266 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1267
02ad9cf1
YQ
12682014-11-14 Yao Qi <yao@codesourcery.com>
1269
1270 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1271 (_handle_attribute): New procedure.
1272
a59add0c
AA
12732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1274
1275 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1276 * gdb.base/call-sc.c (zed): Likewise.
1277 * gdb.base/checkpoint.c (main): Likewise.
1278 * gdb.base/dump.c (main): Likewise.
1279 * gdb.base/gcore.c (main): Likewise.
1280 * gdb.base/huge.c (main): Likewise.
1281 * gdb.base/multi-forks.c (main): Likewise.
1282 * gdb.base/pr10179-a.c (main): Likewise.
1283 * gdb.base/savedregs.c (main): Likewise.
1284 * gdb.base/sigaltstack.c (main): Likewise.
1285 * gdb.base/siginfo.c (main): Likewise.
1286 * gdb.base/structs.c (zed): Likewise.
1287 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1288 * gdb.mi/mi-syn-frame.c (main): Likewise.
1289 * gdb.mi/until.c (foo, main): Likewise.
1290 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1291 * gdb.base/solib-weak.c (foo): Declare.
1292 * gdb.base/attach-twice.c: Include stdio.h.
1293 * gdb.base/weaklib1.c: Likewise.
1294 * gdb.base/weaklib2.c: Likewise.
1295 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1296 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1297 unistd.h.
1298 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1299 * gdb.mi/mi-exit-code.c: Likewise.
1300 * gdb.base/break-interp-lib.c: Include string.h.
1301 * gdb.base/coremaker.c: Likewise.
1302 * gdb.base/testenv.c: Likewise.
1303 * gdb.python/py-finish-breakpoint.c: Likewise.
1304 * gdb.base/inferior-died.c: Include sys/wait.h.
1305 * gdb.base/fileio.c: Include time.h.
1306 * gdb.base/async-shell.c: Include unistd.h.
1307 * gdb.base/dprintf-non-stop.c: Likewise.
1308 * gdb.base/info-os.c: Likewise.
1309 * gdb.mi/mi-console.c: Likewise.
1310 * gdb.mi/watch-nonstop.c: Likewise.
1311 * gdb.python/py-events.c: Likewise.
1312 * gdb.base/async.c (baz): Move up before its invocation.
1313 * gdb.base/code_elim2.c (my_global_func): Likewise.
1314 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1315 * gdb.base/advance.c (func2): Likewise.
1316
3b5d5997
AA
13172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1318
1319 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1320 variant.
1321 * gdb.base/annota3.c: Likewise.
1322 * gdb.base/async.c: Likewise.
1323 * gdb.base/average.c: Likewise.
1324 * gdb.base/call-ar-st.c: Likewise.
1325 * gdb.base/call-rt-st.c: Likewise.
1326 * gdb.base/call-sc.c: Likewise.
1327 * gdb.base/call-strs.c: Likewise.
1328 * gdb.base/ending-run.c: Likewise.
1329 * gdb.base/execd-prog.c: Likewise.
1330 * gdb.base/exprs.c: Likewise.
1331 * gdb.base/foll-exec.c: Likewise.
1332 * gdb.base/foll-fork.c: Likewise.
1333 * gdb.base/foll-vfork.c: Likewise.
1334 * gdb.base/funcargs.c: Likewise.
1335 * gdb.base/gcore.c: Likewise.
1336 * gdb.base/jump.c: Likewise.
1337 * gdb.base/langs0.c: Likewise.
1338 * gdb.base/langs1.c: Likewise.
1339 * gdb.base/langs2.c: Likewise.
1340 * gdb.base/mips_pro.c: Likewise.
1341 * gdb.base/nodebug.c: Likewise.
1342 * gdb.base/opaque0.c: Likewise.
1343 * gdb.base/opaque1.c: Likewise.
1344 * gdb.base/recurse.c: Likewise.
1345 * gdb.base/run.c: Likewise.
1346 * gdb.base/scope0.c: Likewise.
1347 * gdb.base/scope1.c: Likewise.
1348 * gdb.base/setshow.c: Likewise.
1349 * gdb.base/setvar.c: Likewise.
1350 * gdb.base/shmain.c: Likewise.
1351 * gdb.base/shr1.c: Likewise.
1352 * gdb.base/shr2.c: Likewise.
1353 * gdb.base/sigall.c: Likewise.
1354 * gdb.base/signals.c: Likewise.
1355 * gdb.base/so-indr-cl.c: Likewise.
1356 * gdb.base/solib2.c: Likewise.
1357 * gdb.base/structs.c: Likewise.
1358 * gdb.base/sum.c: Likewise.
1359 * gdb.base/vforked-prog.c: Likewise.
1360 * gdb.base/watchpoint.c: Likewise.
1361 * gdb.reverse/shr2.c: Likewise.
1362 * gdb.reverse/until-reverse.c: Likewise.
1363 * gdb.reverse/ur1.c: Likewise.
1364 * gdb.reverse/watch-reverse.c: Likewise.
1365
066a77c5
AA
13662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1367
1368 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1369 variant.
1370 * gdb.base/sepdebug.exp: Drop references to removed code.
1371
4f204ea5
AA
13722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1373
1374 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1375 variant. Preserve original line numbering.
1376 * gdb.base/list1.c: Likewise.
1377
3b377a3a
AA
13782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1379
1380 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1381 variant.
1382 * gdb.base/break1.c: Likewise.
1383 * gdb.base/break.exp: Drop references to removed code.
1384
e444df73
AA
13852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1386
1387 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1388 variant.
1389
8008f2a7
AA
13902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1391
1392 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1393
a5a06887
AA
13942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1395
1396 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1397 logic into perform_all_tests() and invoke it with and without
1398 function header prototypes.
1399 (do_function_calls): Remove conditional XFAIL for PR 5318.
1400 (rerun_and_prepare): Remove duplicate code.
1401 (perform_all_tests): New. Main logic moved here.
1402
44dba9b9
AA
14032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1404
1405 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1406 code guarded by #ifdef NO_PROTOTYPES.
1407 (t_double_many_args): Likewise.
1408 (DEF_FUNC_MANY_ARGS_1): Likewise.
1409 (DEF_FUNC_VALUES_1): Likewise.
1410 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1411 guarded by #ifdef PROTOTYPES.
1412
d1fbcd56
AA
14132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1414
1415 * gdb.mi/mi-console.c: Add eye-catcher.
1416 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1417 instead of literal line number.
1418
b0e59b8f
AA
14192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1420
1421 * gdb.base/shr2.c: Add eye-catcher.
1422 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1423 line number.
1424
78f98cca
AA
14252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1426
1427 * gdb.base/jump.c: Add eye-catchers.
1428 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1429 numbers.
1430
58fa2af0
AA
14312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1432
1433 * gdb.base/execd-prog.c: Add eye-catchers.
1434 * gdb.base/foll-exec.c: Likewise.
1435 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1436 line numbers.
1437
04e5059b
AA
14382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1439
1440 * gdb.base/ending-run.c: Add eye-catchers.
1441 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1442 literal line numbers.
1443
dbfdb174
AA
14442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1445
1446 * gdb.base/call-rt-st.c: Add eye-catchers.
1447 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1448 literal line numbers.
1449
888a2ade
AA
14502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1451
1452 * gdb.base/call-ar-st.c: Add eye-catchers.
1453 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1454 literal line numbers.
1455
6acc2dde
AA
14562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1457
1458 * gdb.base/average.c: Add eye-catchers.
1459 * gdb.base/sum.c: Likewise.
1460 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1461 regexps dynamically.
1462
9ecfcd1d
AA
14632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1464
1465 * gdb.base/solib1.c: Add eye-catchers.
1466 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1467 literal line numbers.
1468
78708b7c
PA
14692014-11-12 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1472 leader has exited.
1473
af48d08f
PA
14742014-11-12 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.arch/i386-bp_permanent.c: New file.
1477 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1478 (srcfile): Set to i386-bp_permanent.c.
1479 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1480 that stepi does not execute the 'leave' instruction, instead of
1481 testing it does execute.
1482 * gdb.base/bp-permanent.c: New file.
1483 * gdb.base/bp-permanent.exp: New file.
1484
af3768e9
DE
14852014-11-10 Doug Evans <xdje42@gmail.com>
1486
1487 PR symtab/17564
1488 * gdb.base/symtab-search-order.exp: New file.
1489 * gdb.base/symtab-search-order.c: New file.
1490 * gdb.base/symtab-search-order-1.c: New file.
1491 * gdb.base/symtab-search-order-shlib-1.c: New file.
1492
9de00a4a
PA
14932014-11-07 Pedro Alves <palves@redhat.com>
1494
1495 PR gdb/17511
1496 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1497 i?86-*-linux*.
1498
e0f52461
SC
14992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1500
1501 PR c++/17494
1502 * gdb.cp/pr17494.cc: New file.
1503 * gdb.cp/pr17494.exp: New file.
1504
6ce8c980
YQ
15052014-11-02 Yao Qi <yao@codesourcery.com>
1506
1507 * gdb.python/python.exp: Get working directory and match the
1508 output of "set extended-prompt \\w " with it.
1509
02be9a71
DE
15102014-10-30 Doug Evans <dje@google.com>
1511
1512 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1513 in objfiles.
1514 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1515 in progspaces.
1516
3bdff46b
LM
15172014-10-30 Janis Johnson <janisjo@codesourcery.com>
1518
1519 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1520 * gdb.base/realname-expand.exp: Likewise.
1521 * gdb.linespec/macro-relative.exp: Likewise.
1522
ab917dfb
PA
15232014-10-29 Pedro Alves <palves@redhat.com>
1524
1525 PR gdb/17408
1526 * gdb.threads/schedlock.c (some_function): New function.
1527 (call_function): New global.
1528 (MAYBE_CALL_SOME_FUNCTION): New macro.
1529 (thread_function): Call it.
1530 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1531 and use it instead of a global counter. Adjust all callers.
1532 (get_current_thread): Use "find current thread" for test message
1533 here rather than having all callers pass down the same string.
1534 (goto_loop): New procedure, factored out from ...
1535 (my_continue): ... this.
1536 (step_ten_loops): Change parameter from test message to command to
1537 use. Adjust.
1538 (list_count): Delete global.
1539 (check_result): New procedure, factored out from duplicate top
1540 level code.
1541 (continue tests): Wrap in with_test_prefix.
1542 (test_step): New procedure, factored out from duplicate top level
1543 code.
1544 (top level): Test "step" in combination with all scheduler-locking
1545 modes. Test "next" in combination with all scheduler-locking
1546 modes, and in combination with stepping over a function call or
1547 not.
1548 * gdb.threads/next-bp-other-thread.c: New file.
1549 * gdb.threads/next-bp-other-thread.exp: New file.
1550
d3d4baed
PA
15512014-10-29 Pedro Alves <palves@redhat.com>
1552
1553 PR python/17372
1554 * gdb.python/python.exp: Test a multi-line command that spawns
1555 interactive Python.
1556 * gdb.base/multi-line-starts-subshell.exp: New file.
1557
563e8d85
YQ
15582014-10-29 Yao Qi <yao@codesourcery.com>
1559
1560 * gdb.base/fileio.exp: Make directories on host.
1561
0ea4d52e
YQ
15622014-10-29 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.base/fileio.c (test_write): Close the file.
1565
7f5ef605
PA
15662014-10-28 Pedro Alves <palves@redhat.com>
1567
1568 PR gdb/12623
1569 * gdb.base/sigstep.c (no_handler): New global.
1570 (main): If 'no_handler is true, set the signal handlers to
1571 SIG_IGN.
1572 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1573 with_sw_watch and no_handler parameters. Handle them.
1574 (top level) <stepping over handler when stopped at a breakpoint
1575 test>: Add a test axis for testing with a software watchpoint, and
1576 another for testing with the signal handler set to SIG_IGN.
1577 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1578 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1579
abbdbd03
PA
15802014-10-28 Pedro Alves <palves@redhat.com>
1581
1582 PR gdb/17511
1583 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1584 * gdb.base/sigstep.exp (other_handler_location): New global.
1585 (advance): Support stepping into the signal handler, and running
1586 commands while in the handler.
1587 (in_handler_map): New global.
1588 (top level): In the advance test, add combinations for getting
1589 into the handler with stepping commands, and for running commands
1590 in the handler. Add comment descripting the advancei tests.
1591
1df4399f
PA
15922014-10-28 Pedro Alves <palves@redhat.com>
1593
1594 * gdb.base/sigstep.exp: Use build_executable instead of
1595 prepare_for_testing.
1596 (top level): Move code that starts GDB, runs to main and creates a
1597 display to ...
1598 (restart): ... this new procedure.
1599 (top level): Move backtrace from signal handler test to ...
1600 (validate_backtrace): ... this new procedure.
1601 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1602 with_test_prefix. Always restart GDB.
1603 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1604 with_test_prefix. Always restart GDB. No need to delete
1605 breakpoints after the test.
1606 (test_skip_handler): Remove prefix parameter.
1607 (skip_over_handler, breakpoint_to_handler)
1608 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1609 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1610 restart GDB. No need to delete breakpoints after the test.
1611 (top level): Use foreach to call the test procedures with
1612 different commands.
1613
a5b6e449
PA
16142014-10-28 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1617 instead of GNATS numbers.
1618 * gdb.base/sigbpt.exp: Likewise.
1619 * gdb.base/siginfo.exp: Likewise.
1620 * gdb.base/sigstep.exp: Likewise.
1621
e5f8a7cc
PA
16222014-10-27 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/sigstep.c (dummy): New global.
1625 (main): Issue a couple writes to the new global.
1626 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1627 procedures.
1628 (skip_over_handler): Use test_skip_handler.
1629 (top level): Call skip_over_handler for stepi and nexti too.
1630 (breakpoint_over_handler): Use test_skip_handler.
1631 (top level): Call breakpoint_over_handler for stepi and nexti too.
1632
763905a3
YQ
16332014-10-27 Yao Qi <yao@codesourcery.com>
1634
1635 * gdb.trace/tfile.c (adjust_function_address)
1636 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1637 function descriptor.
1638
6f259a23
DB
16392014-10-24 Don Breazeal <donb@codesourcery.com>
1640
1641 * gdb.base/foll-fork.exp (test_follow_fork,
1642 catch_fork_child_follow): Check for updated fork messages emitted
1643 from infrun.c.
1644 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1645 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1646 vfork_and_exec_child_follow_through_step): Check for updated vfork
1647 messages emitted from infrun.c.
1648
09dd9a69
PA
16492014-10-24 Pedro Alves <palves@redhat.com>
1650
1651 * gdb.base/corefile.exp: Remove references to ultrix.
1652 * gdb.base/interrupt.exp: Likewise.
1653 * gdb.base/whatis.exp: Likewise.
1654 * gdb.gdb/selftest.exp: Likewise.
1655 * gdb.threads/manythreads.exp: Likewise.
1656 * gdb.threads/print-threads.exp: Likewise.
1657 * gdb.threads/pthreads.exp:: Likewise.
1658 * gdb.threads/schedlock.exp: Likewise.
1659
3433cfa5
SC
16602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1661
1662 * gdb.cp/non-trivial-retval.cc: Add a test case.
1663 * gdb.cp/non-trivial-retval.exp: Add a test.
1664
092f880b
YQ
16652014-10-20 Yao Qi <yao@codesourcery.com>
1666
1667 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1668 * gdb.python/py-objfile-script-gdb.py: New file.
1669 * gdb.python/py-objfile-script.exp: Update reference to
1670 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1671 of remote_download. Remove the dest file.
1672
acbdb7f3
YQ
16732014-10-20 Yao Qi <yao@codesourcery.com>
1674
1675 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1676 * gdb.base/step-line.exp: Likewise.
1677 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1678 * gdb.dwarf2/dw2-basic.exp: Likewise.
1679 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1680 * gdb.dwarf2/dw2-filename.exp: Likewise.
1681 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1682 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1683 * gdb.dwarf2/dw2-producer.exp: Likewise.
1684 * gdb.dwarf2/mac-fileno.exp: Likewise.
1685 * gdb.python/py-frame-args.exp: Likewise.
1686 * gdb.python/py-framefilter.exp: Likewise.
1687 * gdb.python/py-mi.exp: Likewise.
1688 * gdb.python/py-objfile-script.exp: Likewise
1689 * gdb.python/py-pp-integral.exp: Likewise.
1690 * gdb.python/py-pp-re-notag.exp: Likewise.
1691 * gdb.python/py-prettyprint.exp: Likewise.
1692 * gdb.python/py-section-script.exp: Likewise.
1693 * gdb.python/py-typeprint.exp: Likewise.
1694 * gdb.python/py-xmethods.exp: Likewise.
1695 * gdb.stabs/weird.exp: Likewise.
1696 * gdb.xml/tdesc-regs.exp: Likewise.
1697
bd286a29
KCY
16982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1699
1700 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1701 (out_cu): Use addr_len for the size of addresses.
1702 (out_line): Likewise. Size DW_LNE_set_address instruction
1703 according to addr_len.
1704 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1705 (FUNC): Add START_INSNS to definition.
1706
673dc4a0
YQ
17072014-10-18 Yao Qi <yao@codesourcery.com>
1708
1709 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1710 gdb_has_argv0 return true.
1711 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1712 check [target_info exists noargs], check [gdb_has_argv0]
1713 instead.
1714 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1715 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1716 procedures.
1717
4ffbba72
DE
17182014-10-17 Doug Evans <dje@google.com>
1719
1720 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1721 event.
1722 * gdb.python/py-events.py: Add clear_objfiles event.
1723
d096d8c1
DE
17242014-10-17 Doug Evans <dje@google.com>
1725
1726 * gdb.python/py-objfile.exp: Test progspace attribute.
1727
a80db015
LM
17282014-10-17 Luis Machado <lgustavo@codesourcery.com>
1729
1730 * gdb.guile/scm-breakpoint.exp: Do not assume any
1731 directory separators when matching source file paths.
1732 * gdb.python/py-breakpoint.exp: Likewise.
1733 * gdb.reverse/break-precsave.exp: Likewise.
1734 * gdb.reverse/break-reverse.exp: Likewise.
1735 * gdb.reverse/consecutive-precsave.exp: Likewise.
1736 * gdb.reverse/finish-precsave.exp: Likewise.
1737 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1738 * gdb.reverse/finish-reverse.exp: Likewise.
1739 * gdb.reverse/i386-precsave.exp: Likewise.
1740 * gdb.reverse/i387-env-reverse.exp: Likewise.
1741 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1742 * gdb.reverse/machinestate-precsave.exp: Likewise.
1743 * gdb.reverse/machinestate.exp: Likewise.
1744 * gdb.reverse/sigall-precsave.exp: Likewise.
1745 * gdb.reverse/solib-precsave.exp: Likewise.
1746 * gdb.reverse/step-precsave.exp: Likewise.
1747 * gdb.reverse/until-precsave.exp: Likewise.
1748 * gdb.reverse/watch-precsave.exp: Likewise.
1749 * gdb.reverse/watch-reverse.exp: Likewise.
1750
b22089ab
YQ
17512014-10-17 Yao Qi <yao@codesourcery.com>
1752
1753 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1754 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1755
6c4486e6
PA
17562014-10-17 Pedro Alves <palves@redhat.com>
1757
1758 PR gdb/17471
1759 * gdb.base/bg-execution-repeat.c: New file.
1760 * gdb.base/bg-execution-repeat.exp: New file.
1761
0ff33695
PA
17622014-10-17 Pedro Alves <palves@redhat.com>
1763
1764 PR gdb/17300
1765 * gdb.base/continue-all-already-running.c: New file.
1766 * gdb.base/continue-all-already-running.exp: New file.
1767
6fdebc3d
PA
17682014-10-17 Pedro Alves <palves@redhat.com>
1769
1770 PR gdb/17472
1771 * gdb.base/annota-input-while-running.c: New file.
1772 * gdb.base/annota-input-while-running.exp: New file.
1773
32a8097b
PA
17742014-10-17 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/callfuncs.exp: emove references to osf.
1777 * gdb.base/sigall.exp: Likewise.
1778 * gdb.gdb/selftest.exp: Likewise.
1779 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1780 * gdb.mi/non-stop.c: Likewise.
1781 * gdb.mi/pthreads.c: Likewise.
1782 * gdb.reverse/sigall-precsave.exp: Likewise.
1783 * gdb.reverse/sigall-reverse.exp: Likewise.
1784 * gdb.threads/pthreads.c: Likewise.
1785 * gdb.threads/pthreads.exp: Likewise.
1786
7a3517ff
YQ
17872014-10-17 Yao Qi <yao@codesourcery.com>
1788
1789 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1790 check 'target_info exists noargs'.
1791 (test_command_prompt_position): Likewise.
1792 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1793 Remove "set args".
1794 (progvar_simple_while_test): Likewise.
1795 (progvar_complex_if_while_test): Likewise.
1796 (if_while_breakpoint_command_test): Likewise.
1797 (infrun_breakpoint_command_test): Likewise.
1798 (breakpoint_command_test): Likewise.
1799 (watchpoint_command_test): Likewise.
1800 (bp_deleted_in_command_test): Likewise.
1801 (temporary_breakpoint_commands): Likewise.
1802
bb99c472
YQ
18032014-10-16 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.base/remotetimeout.exp: Remove noargs checking.
1806
7c16b83e
PA
18072014-10-15 Pedro Alves <palves@redhat.com>
1808
1809 PR breakpoints/9649
1810 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1811 * gdb.base/breakpoint-in-ro-region.exp
1812 (probe_target_hardware_step): New procedure.
1813 (top level): Probe hardware stepping and hardware breakpoint
1814 support. Test stepping through a read-only region, with both
1815 "breakpoint auto-hw" on and off and both "always-inserted" on and
1816 off.
1817
35a49624
IB
18182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1819
1820 * gdb.dlang/demangle.exp: Update for demangling changes.
1821
2d1c107c
SC
18222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1823
1824 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1825 * gdb.cp/non-trivial-retval.exp: Add new tests.
1826
778811d5
SC
18272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1828
1829 PR c++/13403
1830 PR c++/15154
1831 * gdb.cp/non-trivial-retval.cc: New file.
1832 * gdb.cp/non-trivial-retval.exp: New file.
1833
10c5f0a8
YQ
18342014-10-15 Yao Qi <yao@codesourcery.com>
1835
1836 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1837 remote host.
1838
65d7b369
YQ
18392014-10-15 Yao Qi <yao@codesourcery.com>
1840
1841 * gdb.python/py-symbol.exp: Match file base name if host is
1842 remote, otherwise match file name with dir name.
1843 * gdb.python/py-symtab.exp: Likewise.
1844 * gdb.python/python.exp: Likewise.
1845
46dc1394
YQ
18462014-10-15 Yao Qi <yao@codesourcery.com>
1847
1848 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1849 pattern.
1850 * gdb.python/py-symtab.exp: Likewise.
1851 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1852 locationn.
1853
c40cc657
JB
18542014-10-14 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.ada/addr_arith: New testcase.
1857
2abf49e1
MR
18582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1859
1860 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1861 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1862 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1863 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1864
f7088df3
SDJ
18652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1866
1867 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1868 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1869 * gdb.arch/stap-eval-lang-ada.exp: New file.
1870
4dc06805
YQ
18712014-10-14 Yao Qi <yao@codesourcery.com>
1872
1873 * gdb.mi/mi-var-child.c (nothing1): New function.
1874 (nothing2): New function.
1875 (do_children_tests): Set function pointers by nothing1 and
1876 nothing2.
1877 * gdb.mi/mi-var-child.exp: Step over new added statements.
1878 Update test to match the new output.
1879 * gdb.mi/var-cmd.c (nothing1): New function.
1880 (nothing2): New function.
1881 (do_children_tests): Set function pointers by nothing1 and
1882 nothing2.
1883 * gdb.mi/mi-var-display.exp: Update test to match output.
1884 Step to the line specified by $line_dct_nothing.
1885 Increase the number of lines to step.
1886
46a93de2
YQ
18872014-10-14 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1890 tests.
1891 * gdb.mi/mi2-var-child.exp: Likewise.
1892
14ea52ee
DE
18932014-10-13 Doug Evans <dje@google.com>
1894
1895 * gdb.python/py-objfile.exp: Change name of file name test.
1896
e5c6e92b
DE
18972014-10-13 Doug Evans <dje@google.com>
1898
1899 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1900 from the start of the CU.
1901
c780cc2f
JK
19022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1903 Yao Qi <yao@codesourcery.com>
1904
1905 Fix "save breakpoints" for "catch" command.
1906 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1907 Remove -nonewline. Match also the added "main" line.
1908
99894e11
JK
19092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1910
1911 Fix "save breakpoints" for "disable $bpnum" command.
1912 * gdb.base/save-bp.c (main): Add label.
1913 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1914
6e1ac5a3
JK
19152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1918
754dd2b0
YQ
19192014-10-11 Yao Qi <yao@codesourcery.com>
1920
1921 * gdb.server/server-kill.exp: Execute command
1922 "set remote trace-status-packet on" before "tstatus".
1923
f90183d7
YQ
19242014-10-11 Yao Qi <yao@codesourcery.com>
1925
1926 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1927 (main): Call getppid.
1928 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1929 and continue to it. Read variable "server_pid".
1930
bf40a607
YQ
19312014-10-11 Yao Qi <yao@codesourcery.com>
1932
1933 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1934
052ca370
YQ
19352014-10-11 Yao Qi <yao@codesourcery.com>
1936
1937 * gdb.threads/thread-find.exp: Don't execute command
1938 "info threads".
1939 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1940 * gdb.threads/linux-dp.exp: Don't check the condition
1941 $threads_created equals to zero.
1942
3831839c
PA
19432014-10-10 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/bigcore.exp: Remove references to IRIX.
1946 * gdb.base/funcargs.exp: Likewise.
1947 * gdb.base/interrupt.exp: Likewise.
1948 * gdb.base/mips_pro.exp: Likewise.
1949 * gdb.base/nodebug.exp: Likewise.
1950 * gdb.base/setvar.exp: Likewise.
1951 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1952
8b9a549d
PA
19532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1954 Pedro Alves <palves@redhat.com>
1955
1956 PR symtab/14466
1957 * gdb.base/vdso-warning.c: New file.
1958 * gdb.base/vdso-warning.exp: New file.
1959
d48ba5e8
DE
19602014-10-02 Doug Evans <dje@google.com>
1961
1962 * gdb.base/structs.c (main): Don't run forever.
1963
2278c276
PA
19642014-10-02 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1967 (top level) <stop threads 1, stop threads 2>: Use it.
1968
b57bacec
PA
19692014-10-02 Pedro Alves <palves@redhat.com>
1970
1971 * gdb.threads/break-while-running.exp (test): Add new
1972 'update_thread_list' argument. Skip "info threads" if false.
1973 (top level): Add new 'update_thread_list' axis.
1974
13fd3ff3
PA
19752014-10-02 Pedro Alves <palves@redhat.com>
1976
1977 PR breakpoints/17431
1978 * gdb.base/execl-update-breakpoints.c: New file.
1979 * gdb.base/execl-update-breakpoints.exp: New file.
1980
0fec99e8
PA
19812014-10-01 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.base/breakpoint-in-ro-region.c: New file.
1984 * gdb.base/breakpoint-in-ro-region.exp: New file.
1985
2ddf4301
SM
19862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1987
1988 * gdb.mi/mi-exit-code.exp: New file.
1989 * gdb.mi/mi-exit-code.c: New file.
1990
6a5f3f43
YQ
19912014-09-30 Yao Qi <yao@codesourcery.com>
1992
1993 * lib/prelink-support.exp (build_executable_own_libs): Error if
1994 the target isn't native.
1995
345bcc73
YQ
19962014-09-30 Yao Qi <yao@codesourcery.com>
1997
1998 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
1999 false.
2000
a25a5a45
PA
20012014-09-22 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.threads/break-while-running.exp: New file.
2004 * gdb.threads/break-while-running.c: New file.
2005
00ba3162
YQ
20062014-09-19 Yao Qi <yao@codesourcery.com>
2007
2008 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2009 Invoke test. Restart GDB with --readnow and invoke test again.
2010
c3b7b696
YQ
20112014-09-19 Yao Qi <yao@codesourcery.com>
2012
2013 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2014 proc set_breakpoint_on_gcd_function. Invoke
2015 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2016 invoke set_breakpoint_on_gcd_function again.
2017
2b4fd423
DE
20182014-09-18 Doug Evans <dje@google.com>
2019
2020 * gdb.dwarf2/symtab-producer.exp: New file.
2021
a5947601
SDJ
20222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2023
2024 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2025 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2026 * gdb.base/global-var-nested-by-dso.c: Likewise.
2027 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2028
91c19059
SDJ
20292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2030 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.base/watch-bitfields.exp: Pass string other than test file
2033 name to prepare_for_testing.
2034 (watch): New procedure.
2035 (expect_watchpoint): Use with_test_prefix.
2036 (top level): Factor out tests to ...
2037 (test_watch_location, test_regular_watch): ... these new
2038 procedures, and use with_test_prefix and gdb_continue_to_end.
2039
bb9d5f81
PP
20402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2041
2042 PR breakpoints/12526
2043 * gdb.base/watch-bitfields.exp: New file.
2044 * gdb.base/watch-bitfields.c: New file.
2045
635856f5
PA
20462014-09-16 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2049 software and hardware addresses, not software address against
2050 itself.
2051
7280ceea
PA
20522014-09-16 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2055 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2056
428b16bd
PA
20572014-09-16 Pedro Alves <palves@redhat.com>
2058
2059 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2060 files.
2061 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2062 "*-*-vxworks*" throughout.
2063 * gdb.base/break.exp: Likewise.
2064 * gdb.base/default.exp: Likewise.
2065 * gdb.base/scope.exp: Likewise.
2066 * gdb.base/sepdebug.exp: Likewise.
2067 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2068 throughout.
2069 * gdb.base/run.c: Likewise.
2070 * gdb.base/sepdebug.c: Likewise.
2071 * gdb.hp/gdb.aCC/run.c: Likewise.
2072 * gdb.reverse/until-reverse.c: Likewise.
2073 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2074
666d413c
YQ
20752014-09-16 Yao Qi <yao@codesourcery.com>
2076
2077 * boards/local-remote-host-native.exp: New file.
2078
57cbd724
DE
20792014-09-14 Doug Evans <xdje42@gmail.com>
2080
2081 * gdb.threads/queue-signal.c (thread_count): New variable.
2082 (thread_count_mutex, thread_count_condvar): New variables.
2083 (incr_thread_count, wait_all_threads_running): New functions.
2084 (main): Wait for all threads to be in their thread functions.
2085
81219e53
DE
20862014-09-13 Doug Evans <xdje42@gmail.com>
2087
2088 * gdb.threads/queue-signal.c: New file.
2089 * gdb.threads/queue-signal.exp: New file.
2090
3714cea7
DE
20912014-09-13 Doug Evans <xdje42@gmail.com>
2092
2093 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2094 be consistent with what default_gdb_init uses.
2095 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2096 the plain text of the prompt. Add some logging printfs.
2097 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2098
fa43b1d7
PA
20992014-09-12 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2102 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2103 * gdb.arch/i386-size-overlap.exp: Likewise.
2104 * gdb.arch/i386-size.exp: Likewise.
2105 * gdb.arch/i386-unwind.exp: Likewise.
2106 * gdb.base/a2-run.exp: Likewise.
2107 * gdb.base/break.exp: Likewise.
2108 * gdb.base/charset.exp: Likewise.
2109 * gdb.base/chng-syms.exp: Likewise.
2110 * gdb.base/commands.exp: Likewise.
2111 * gdb.base/dbx.exp: Likewise.
2112 * gdb.base/find.exp: Likewise.
2113 * gdb.base/funcargs.exp: Likewise.
2114 * gdb.base/jit-simple.exp: Likewise.
2115 * gdb.base/reread.exp: Likewise.
2116 * gdb.base/sepdebug.exp: Likewise.
2117 * gdb.base/step-bt.exp: Likewise.
2118 * gdb.cp/mb-inline.exp: Likewise.
2119 * gdb.cp/mb-templates.exp: Likewise.
2120 * gdb.objc/basicclass.exp: Likewise.
2121 * gdb.threads/killed.exp: Likewise.
2122
9d9bf2df
EBM
21232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2124
2125 PR tdep/17379
2126 * gdb.arch/powerpc-stackless.S: New file.
2127 * gdb.arch/powerpc-stackless.exp: New file.
2128
1cf2f1b0
JK
21292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 * gdb.base/attach.c: Include unistd.h.
2132 (main): Call alarm. Add label postloop.
2133 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2134 gdb_breakpoint, gdb_continue_to_breakpoint.
2135 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2136
98880d46
PA
21372014-09-11 Pedro Alves <palves@redhat.com>
2138
2139 PR gdb/17347
2140 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2141 * gdb.base/attach.exp (test_command_line_attach_run): New
2142 procedure.
2143 (top level): Call it.
2144
4c92ff2c
PA
21452014-09-11 Pedro Alves <palves@redhat.com>
2146
2147 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2148 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2149 (do_command_attach_tests): Use spawn_wait_for_attach.
2150 * gdb.base/solib-overlap.exp: Likewise.
2151 * gdb.multi/multi-attach.exp: Likewise.
2152 * gdb.python/py-prompt.exp: Likewise.
2153 * gdb.python/py-sync-interp.exp: Likewise.
2154 * gdb.server/ext-attach.exp: Likewise.
2155
3adc1a7d
GKB
21562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2157
2158 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2159 command in testcase. Simplify testcase.
2160
96334934
JB
21612014-09-10 Joel Brobecker <brobecker@adacore.com>
2162
2163 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2164
eb479039
JB
21652014-09-10 Joel Brobecker <brobecker@adacore.com>
2166
2167 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2168
deede10c
JB
21692014-09-10 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2172
7828a5f5
JB
21732014-09-10 Joel Brobecker <brobecker@adacore.com>
2174
2175 * gdb.dwarf2/dynarr-ptr.c: New file.
2176 * gdb.dwarf2/dynarr-ptr.exp: New file.
2177
33aeebcf
MR
21782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2179
2180 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2181 of 30 rather than hardcoding 120 for a slow test case. Take the
2182 `gdb,timeout' target setting into account for this calculation.
2183 Don't extend the timeout for the test cases that don't need it.
2184
7b415901
MR
21852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2186
2187 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2188 a factor of 2 for a slow test case. Take the `gdb,timeout'
2189 target setting into account for this calculation.
2190 * gdb.reverse/until-precsave.exp: Increase the timeout by
2191 a factor of 15 and 3 respectively rather than adding 120
2192 for a pair of slow test cases. Take the `gdb,timeout'
2193 target setting into account for this calculation.
2194
4a40f85a
MR
21952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2196
2197 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2198 timeout, don't pass one down to gdb_expect.
2199 (gdb_expect): Rework timeout selection.
2200
09635af7
MR
22012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2202
2203 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2204 exception on timeout.
2205 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2206 (gdbserver_start_extended): Catch any `gdbserver_start' error
2207 exceptions.
2208 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2209 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2210 `gdbserver_gdb_load' error exceptions.
2211
2bdd10b7
MR
22122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2213
2214 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2215 120 on waiting for the TCP socket to open.
2216
316935f0
DE
22172014-09-09 Doug Evans <xdje42@gmail.com>
2218
2219 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2220 _caller_matches, _any_caller_is, _any_caller_matches.
2221
83740597
DE
22222014-09-09 Doug Evans <xdje42@gmail.com>
2223
2224 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2225
4c122fc3
YQ
22262014-09-09 Yao Qi <yao@codesourcery.com>
2227
2228 * gdb.mi/mi-var-display.exp: Set print symbol off.
2229
a9f116cb
GKB
22302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2231
2232 PR gdb/17035
2233 * gdb.base/commands.exp: Add tests to verify user-defined
2234 commands with empty bodies.
2235 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2236 python commands in `show user command`.
2237 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2238 scheme commands in `show user command`.
2239
c75bd3a2
JK
22402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2241
2242 PR python/17355
2243 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2244 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2245 * gdb.python/py-framefilter-invalidarg.exp: New file.
2246 * gdb.python/py-framefilter-invalidarg.py: New file.
2247
faa42425
DE
22482014-09-06 Doug Evans <xdje42@gmail.com>
2249
2250 PR 15276
2251 * gdb.python/py-caller-is.c: New file.
2252 * gdb.python/py-caller-is.exp: New file.
2253
474ca4f6
SDJ
22542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2255
2256 PR gdb/17235
2257 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2258 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2259
eb0b0463
SDJ
22602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2261
2262 PR fortran/17237
2263 * gdb.fortran/print-formatted.exp: New file.
2264 * gdb.fortran/print-formatted.f90: Likewise.
2265
5f3b99cf
SS
22662014-09-03 Sasha Smundak <asmundak@google.com>
2267
2268 * gdb.python/py-frame.exp: Test Frame.read_register.
2269
7d793aa9
SDJ
22702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2271
2272 PR python/16699
2273 * gdb.python/py-completion.exp: New file.
2274 * gdb.python/py-completion.py: Likewise.
2275
fb0576e9
DE
22762014-08-28 Doug Evans <dje@google.com>
2277
2278 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2279 eax,etc. are live with values set by gdb and thus the compiler can't
2280 use them.
2281 * gdb.arch/i386-pseudo.c (main): Ditto.
2282
ee92b0dd
DE
22832014-08-27 Doug Evans <dje@google.com>
2284
2285 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2286
6649db35
DE
22872014-08-25 Doug Evans <dje@google.com>
2288
2289 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2290 (main): Ditto.
2291
564b7600
DE
22922014-08-25 Doug Evans <dje@google.com>
2293
2294 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2295
3881fb67
YQ
22962014-08-24 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2299 symbol off.
2300 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2301
a05a36a5
DE
23022014-08-22 Doug Evans <dje@google.com>
2303
2304 PR 17276
2305 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2306 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2307 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2308
7c343b48
YQ
23092014-08-22 Yao Qi <yao@codesourcery.com>
2310
2311 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2312 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2313 * gdb.python/python.exp: Likewise. Use .py file on the host
2314 instead of the build.
2315
22fd09ae
JK
23162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 * gdb.threads/gcore-stale-thread.c: New file.
2319 * gdb.threads/gcore-stale-thread.exp: New file.
2320
a8454a7c
PA
23212014-08-21 Pedro Alves <palves@redhat.com>
2322
2323 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2324 * gdb.base/gcore-relro-pie.exp: Likewise.
2325 * gdb.base/gcore-relro.exp: Likewise.
2326 * gdb.base/gcore.exp: Likewise.
2327 * gdb.base/print-symbol-loading.exp: Likewise.
2328 * gdb.threads/gcore-thread.exp: Likewise.
2329 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2330
2a31c623
PA
23312014-08-20 Pedro Alves <palves@redhat.com>
2332 Jan Kratochvil <jan.kratochvil@redhat.com>
2333
2334 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2335 configure.
2336 (EXPECT): Handle READ1 being set.
2337 (all): Depend on EXTRA_RULES.
2338 (check-read1, expect-read1, read1.so, read1): New rules.
2339 * README (Testsuite Parameters): Document the READ1 make variable.
2340 (Race detection): New section.
2341 * configure: Regenerate.
2342 * configure.ac: If build==host==target, and running under a
2343 GNU/glibc system, add read1 to the extra Makefile rules.
2344 (EXTRA_RULES): AC_SUBST it.
2345 * lib/read1.c: New file.
2346
d36430db
JB
23472014-08-20 Joel Brobecker <brobecker@adacore.com>
2348
2349 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2350 the handling of variables declared as a typedef to an array
2351 which a DW_AT_data_location attribute.
2352
9a0dc9e3
PA
23532014-08-19 Andrew Burgess <aburgess@broadcom.com>
2354 Pedro Alves <palves@redhat.com>
2355
2356 PR symtab/14604
2357 PR symtab/14605
2358 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2359 gdb_test.
2360
0718a8da
PA
23612014-08-19 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2364
13b448cd
YQ
23652014-08-19 Yao Qi <yao@codesourcery.com>
2366
2367 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2368 right line.
2369
1cbf5077
DB
23702014-08-18 David Blaikie <dblaikie@gmail.com>
2371
2372 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2373
bf0fae19
JB
23742014-08-18 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2377 attribute in array range.
2378
3c8c5dcc
JB
23792014-08-18 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2382
e66d4446
SC
23832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2384
2385 PR c++/17132
2386 * gdb.cp/pr17132.cc: New file.
2387 * gdb.cp/pr17132.exp: New file.
2388
940df408
SC
23892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2390
2391 * gdb.python/py-xmethods.py (A_getarrayind)
2392 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2393 Use 'print' with function call syntax.
2394 (E_method_matcher.match): Fix tab vs space indentation mixup.
2395
ebcc6c3a
YQ
23962014-08-15 Yao Qi <yao@codesourcery.com>
2397
2398 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2399 false.
2400
775e0f04
YQ
24012014-08-15 Yao Qi <yao@codesourcery.com>
2402
2403 * gdb.cp/casts.exp: Set print symbol off.
2404 * gdb.cp/class2.exp: Likewise.
2405 * gdb.cp/overload.exp: Likewise.
2406 * gdb.cp/templates.exp: Likewise.
2407
d769e349
DE
24082014-08-11 Doug Evans <dje@google.com>
2409
2410 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2411 (test_load_shlib): Update.
2412
20c6f1e1
YQ
24132014-08-09 Yao Qi <yao@codesourcery.com>
2414
2415 * gdb.base/display.exp: Invoke is_address_zero_readable.
2416 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2417 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2418 * gdb.base/hbreak-unmapped.exp: Return if
2419 is_address_zero_readable returns true.
2420 * gdb.base/signest.exp: Likewise.
2421 * gdb.base/signull.exp: Likewise.
2422 * gdb.base/sigbpt.exp: Likewise.
2423 * gdb.guile/scm-disasm.exp: Do the test if
2424 is_address_zero_readable returns false.
2425 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2426 * gdb.python/py-arch.exp: Likewise.
2427 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2428 * lib/gdb.exp (is_address_zero_readable): New proc.
2429
5792e8e3
YQ
24302014-08-09 Yao Qi <yao@codesourcery.com>
2431
2432 PR testsuite/13443
2433 * gdb.mi/mi-var-display.exp: Make test messages unique.
2434
3cecbbbe
TT
24352014-08-04 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2438 target 0".
2439
00b51ff5
TT
24402014-08-04 Tom Tromey <tromey@redhat.com>
2441
2442 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2443 "target_resume".
2444
6908c509
JB
24452014-08-01 Joel Brobecker <brobecker@adacore.com>
2446
2447 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2448 inner_vla_struct_object_size.
2449 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2450 as xfail.
2451
cc6563d2
PA
24522014-07-30 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2455 comment.
2456
7e09a223
YQ
24572014-07-29 Yao Qi <yao@codesourcery.com>
2458
2459 PR gdb/17206
2460 * gdb.base/until-nodebug.exp: New.
2461
7ebdbe92
DE
24622014-07-28 Doug Evans <xdje42@gmail.com>
2463
2464 PR guile/17203
2465 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2466 previously existing parameter, and previously ambiguously spelled
2467 parameter.
2468
fdb1adc6
WN
24692014-07-28 Will Newton <will.newton@linaro.org>
2470
2471 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2472
186fcde0
DE
24732014-07-26 Ludovic Courtès <ludo@gnu.org>
2474 Doug Evans <xdje42@gmail.com>
2475
2476 PR guile/17146
2477 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2478
70509625
PA
24792014-07-25 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.threads/signal-command-handle-nopass.c: New file.
2482 * gdb.threads/signal-command-handle-nopass.exp: New file.
2483 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2484 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2485 * gdb.threads/signal-delivered-right-thread.c: New file.
2486 * gdb.threads/signal-delivered-right-thread.exp: New file.
2487
c3f814a1
PA
24882014-07-25 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.base/double-prompt-target-event-error.exp
2491 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2492 match.
2493 (cancel_pagination_in_target_event): Rework double prompt
2494 detection.
2495 * gdb.base/paginate-after-ctrl-c-running.exp
2496 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2497 <return>' match.
2498 * gdb.base/paginate-bg-execution.exp
2499 (test_bg_execution_pagination_return)
2500 (test_bg_execution_pagination_cancel): Remove '-notransfer
2501 <return>' matches.
2502 * gdb.base/paginate-execution-startup.exp
2503 (test_fg_execution_pagination_return)
2504 (test_fg_execution_pagination_cancel): Remove '-notransfer
2505 <return>' matches.
2506 * gdb.base/paginate-inferior-exit.exp
2507 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2508 match.
2509 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2510 * lib/gdb.exp (pagination_prompt): Run text through
2511 string_to_regexp.
2512 (gdb_test_multiple): Match $pagination_prompt instead of
2513 "<return>".
2514 (string_to_regexp): Move to lib/gdb-utils.exp.
2515
e214cf6c
JK
25162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * gdb.arch/amd64-entry-value-paramref.S: New file.
2519 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2520 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2521 * gdb.arch/amd64-optimout-repeat.S: New file.
2522 * gdb.arch/amd64-optimout-repeat.c: New file.
2523 * gdb.arch/amd64-optimout-repeat.exp: New file.
2524
17d0c5c8
JK
25252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 PR gdb/17170
2528 * gdb.base/statistics.exp: New file.
2529
b8b8facf
DE
25302014-07-17 Doug Evans <dje@google.com>
2531
74b49205 2532 PR gdb/17170
b8b8facf
DE
2533 * gdb.base/maint.exp: Update testing of per-command stats.
2534
1b5d0ab3
PA
25352014-07-16 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2538 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2539 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2540 (tfile_write_buf): New functions.
2541 (add_memory_block): Rewrite using the above.
2542 (adjust_function_address): New function.
2543 (FUNCTION_ADDRESS): New macro.
2544 (write_basic_trace_file): Remove short_x local, and use
2545 tfile_write_16. Change type of func_addr local to unsigned long
2546 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2547 here. Cast argument of add_memory_block to char pointer.
2548 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2549 (main): Remove parameters.
2550 * gdb.trace/tfile.exp: Remove nowarnings.
2551
4d974e88
SM
25522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * gdb.base/debug-expr.exp: Test string evaluation with
2555 "debug expression" on.
2556
41e99568
PA
25572014-07-15 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.base/reread.exp: Use clean_restart.
2560
487d9753
PL
25612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2562
2563 * gdb.arch/avr-flash-qualifer.c: New.
2564 * gdb.arch/avr-flash-qualifer.exp: New.
2565
cc1c52ad
PA
25662014-07-14 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2569 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2570
1e973570
PA
25712014-07-14 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.base/double-prompt-target-event-error.c: New file.
2574 * gdb.base/double-prompt-target-event-error.exp: New file.
2575
93d6eb10
PA
25762014-07-14 Pedro Alves <palves@redhat.com>
2577
2578 PR gdb/17072
2579 * gdb.base/paginate-inferior-exit.c: New file.
2580 * gdb.base/paginate-inferior-exit.exp: New file.
2581
0017922d
PA
25822014-07-14 Pedro Alves <palves@redhat.com>
2583
2584 PR gdb/17072
2585 * gdb.base/paginate-bg-execution.c: New file.
2586 * gdb.base/paginate-bg-execution.exp: New file.
2587
94696ad3
PA
25882014-07-14 Pedro Alves <palves@redhat.com>
2589
2590 PR gdb/17072
2591 * gdb.base/paginate-execution-startup.c: New file.
2592 * gdb.base/paginate-execution-startup.exp: New file.
2593 * lib/gdb.exp (pagination_prompt): New global.
2594 (default_gdb_spawn): New procedure, factored out from
2595 default_gdb_spawn.
2596 (default_gdb_start): Adjust to call default_gdb_spawn.
2597 (gdb_spawn): New procedure.
2598
bd293940
PA
25992014-07-14 Pedro Alves <palves@redhat.com>
2600
2601 * lib/gdb.exp (gdb_assert): New procedure.
2602 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2603
c933f875
PA
26042014-07-14 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.base/execution-termios.c: New file.
2607 * gdb.base/execution-termios.exp: New file.
2608
d98b7a16
TT
26092014-07-14 Tom Tromey <tromey@redhat.com>
2610
2611 * gdb.cp/vla-cxx.cc: New file.
2612 * gdb.cp/vla-cxx.exp: New file.
2613
548740d6
TT
26142014-07-14 Tom Tromey <tromey@redhat.com>
2615
2616 * gdb.reverse/rerun-prec.c: New file.
2617 * gdb.reverse/rerun-prec.exp: New file.
2618
a25eb028
MR
26192014-07-12 Maciej W. Rozycki <macro@mips.com>
2620 Maciej W. Rozycki <macro@codesourcery.com>
2621
2622 * lib/gdb-utils.exp: New file.
2623 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2624 inline `gdb_init_command' processing.
2625 (gdb_start_cmd): Likewise.
2626 * lib/mi-support.exp (mi_run_cmd): Likewise.
2627 * README: Document `gdb_init_command' and `gdb_init_commands'.
2628
218c2655
JK
26292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 Fix false FAIL running under a very long directory name.
2632 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2633 and "set print elements 10000". Twice.
2634
5401fde3
YQ
26352014-07-11 Yao Qi <yao@codesourcery.com>
2636
2637 * gdb.base/exprs.exp: "set print symbol off".
2638
e76126e8
PA
26392014-07-11 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.threads/kill.c: New file.
2642 * gdb.threads/kill.exp: New file.
2643
2d6f0de6
YQ
26442014-07-10 Yao Qi <yao@codesourcery.com>
2645
2646 * gdb.trace/tfile.c (write_basic_trace_file)
2647 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2648 address written to trace file.
2649
7180e04a
PA
26502014-07-09 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/attach-wait-input.exp: New file.
2653 * gdb.base/attach-wait-input.c: New file.
2654
9a9a7608
AB
26552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2658 setting up test structures.
2659 (main): Call new test function.
2660 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2661 test function, continue into test function and walk test
2662 structures.
2663
161ac41e
YQ
26642014-07-02 Yao Qi <yao@codesourcery.com>
2665
2666 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2667 'bar_start' at the beginning of functions 'foo' and 'bar'
2668 respectively.
2669 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2670 instead of 'foo' and 'bar'.
2671
1f267ae3
MM
26722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2673
2674 * gdb.btrace/segv.exp: New.
2675 * gdb.btrace/segv.c: New.
2676
2b239efb
LM
26772014-07-02 Luis Machado <lgustavo@codesourcery.com>
2678
2679 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2680 instruction.
2681
cf363f18
MW
26822014-06-30 Mark Wielaard <mjw@redhat.com>
2683
2684 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2685 vulture, vilify, villar): New volatile array constants.
2686 (vindictive, vegetation): New const volatile array constants.
2687 * gdb.base/volatile.exp: Test volatile and const volatile array
2688 types.
2689
aebf9d24
AA
26902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2691
2692 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2693 target lacks support for awatch, rwatch, or hbreak.
2694
b67a2c6f
YQ
26952014-06-27 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.multi/dummy-frame-restore.exp: New.
2698 * gdb.multi/dummy-frame-restore.c: New.
2699
aef92902
MM
27002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2701
2702 * gdb.btrace/gcore.exp: New.
2703
8e9db26e
PA
27042014-06-23 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.base/watchpoint-reuse-slot.c: New file.
2707 * gdb.base/watchpoint-reuse-slot.exp: New file.
2708
70afc5b7
SC
27092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2710
2711 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2712 progspace's filename in 'info', 'enable' and 'disable' command
2713 tests.
2714
b972bd9c
JK
27152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2718 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2719 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2720
125f8a3d
GB
27212014-06-20 Gary Benson <gbenson@redhat.com>
2722
2723 * gdb.arch/i386-avx.exp: Fix include file location.
2724 * gdb.arch/i386-sse.exp: Likewise.
2725
3ed9baed
IB
27262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2727
2728 * gdb.dlang/expression.exp: New file.
2729
034f788c
PA
27302014-06-19 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2733 out from ...
2734 (top level): ... here. Iterate running tests under different
2735 scheduler-locking settings.
2736
45371d0c
LM
27372014-06-18 Luis Machado <lgustavo@codesourcery.com>
2738
2739 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2740 to DW_FORM_addr and use non-zero addresses.
2741
5d376983
SC
27422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2743
2744 PR gdb/17017
2745 * gdb.python/py-xmethods.cc: Add global function call counters and
2746 increment them in their respective functions. Remove "cout"
2747 statements.
2748 * gdb.python/py-xmethods.exp: Make tests check the global function
2749 call counters instead of depending on inferior IO.
2750
a1aa2221
LM
27512014-06-18 Don Breazeal <donb@codesourcery.com>
2752
2753 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2754 Deleted procedure.
2755 (explicit_fork_parent_follow): Deleted procedure.
2756 (explicit_fork_child_follow): Deleted procedure.
2757 (test_follow_fork): New procedure.
2758 (do_fork_tests): Replace calls to deleted procedures with
2759 calls to test_follow_fork and reset GDB for subsequent
2760 procedure calls.
2761
0fc05997
YQ
27622014-06-17 Yao Qi <yao@codesourcery.com>
2763
2764 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2765 CP1252.
2766
70795c52
LM
27672014-06-17 Luis Machado <lgustavo@codesourcery.com>
2768
2769 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2770 Initialize ptr and S explicitly.
2771 (skip_type_update_when_not_use_rtti_test): Likewise.
2772
6be47f0c
KS
27732014-06-16 Keith Seitz <keiths@redhat.com>
2774
2775 PR mi/15863
2776 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2777 the inferior is started.
2778
d03de421
PA
27792014-06-16 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.base/break-main-file-remove-fail.c: New file.
2782 * gdb.base/break-main-file-remove-fail.exp: New file.
2783 * gdb.base/break-unload-file.exp: Use build_executable instead of
2784 prepare_for_testing.
2785 (test_break): New parameter "initial_load". Handle it.
2786 (top level): Add initial_load cmdline/file axis.
2787
f9579b99
TT
27882014-06-12 Tom Tromey <tromey@redhat.com>
2789
2790 * gdb.base/completion.exp: Don't use directory name in test.
2791
3657956b
GB
27922014-06-09 Gary Benson <gbenson@redhat.com>
2793
2794 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2795 separate the always-available ANSI-standard signals from the
2796 signals that require checking.
2797 (main): Likewise.
2798 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2799 Likewise.
2800 (main): Likewise.
2801
4186eb54
KS
28022014-06-07 Keith Seitz <keiths@redhat.com>
2803
2804 Revert:
2805 PR c++/16253
2806 * gdb.cp/var-tag.cc: New file.
2807 * gdb.cp/var-tag.exp: New file.
2808 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2809 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2810 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2811 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2812
25326a28 28132014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2814
2815 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2816
829155c9
PA
28172014-06-06 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2820 in target debug output instead of looking at RSP packets,
2821 disabling the test on any target that uses hardware stepping.
2822 Update comments.
2823
61c8d22e
PA
28242014-06-06 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.base/break-unload-file.exp: Fix typo.
2827
d9a47287
YQ
28282014-06-06 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2831 from "jit_function" to "^jit_function".
2832
e5e01dbf
YQ
28332014-06-06 Yao Qi <yao@codesourcery.com>
2834
2835 * gdb.base/async.c (foo): Add one statement.
2836 * gdb.base/async.exp: Get the next instruction address and
2837 match the output of "nexti" by instruction address. Match
2838 the hex address in the output of "finish".
2839
73ba372c
GB
28402014-06-06 Gary Benson <gbenson@redhat.com>
2841
2842 * gdb.base/call-signals.c: Remove preprocessor conditionals
2843 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2844 SIGSEGV and SIGTERM.
2845 * gdb.base/sigall.c: Likewise.
2846 * gdb.base/unwindonsignal.c: Likewise.
2847 * gdb.reverse/sigall-reverse.c: Likewise.
2848
831517df
YQ
28492014-06-06 Yao Qi <yao@codesourcery.com>
2850
2851 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2852 readable, skip the test.
2853
b8b91e98
YQ
28542014-06-06 Yao Qi <yao@codesourcery.com>
2855
2856 * gdb.threads/staticthreads.c (thread_function): Move the line
2857 setting breakpoint on forward.
2858 * gdb.threads/staticthreads.exp: Update comments.
2859
fb934770
LC
28602014-06-05 Ludovic Courtès <ludo@gnu.org>
2861
2862 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2863 "history-append! type error".
2864
6ef284bd
SM
28652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2866
2867 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2868 erroneous dprintf expected input.
2869
a872e241
DE
28702014-06-04 Doug Evans <xdje42@gmail.com>
2871
2872 * gdb.guile/scm-generics.exp: Delete.
2873
16f691fb
DE
28742014-06-04 Doug Evans <xdje42@gmail.com>
2875
2876 * gdb.guile/scm-breakpoint.exp: Update.
2877 Add tests for breakpoint registration.
2878
012370f6
TT
28792014-06-04 Tom Tromey <tromey@redhat.com>
2880
2881 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2882 VLA-in-union.
2883 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2884 inner_vla_struct, vla_union types. Initialize objects of those
2885 types and compute their sizes.
2886
9f5a4cef
HZ
28872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2888 Hui Zhu <hui@codesourcery.com>
2889
2890 * gdb.base/fileio.exp: Add test for shell not available as well as
2891 available.
2892 * gdb.base/fileio.c (test_system): Check for shell twice.
2893
90a45c4d
YQ
28942014-06-04 Yao Qi <yao@codesourcery.com>
2895
2896 * gdb.base/auto-connect-native-target.exp: Remove redundant
2897 space from the regexp pattern.
2898
70017e41
YQ
28992014-06-04 Yao Qi <yao@codesourcery.com>
2900
2901 * gdb.base/default.exp: Replace "child" with "native" in
2902 regexp pattern.
2903
883964a7
SC
29042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2905
2906 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2907 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2908 * gdb.python/py-xmethods.py: Python script supporting the
2909 new testcase and tests.
2910
ef370185
JB
29112014-06-03 Joel Brobecker <brobecker@adacore.com>
2912 Pedro Alves <palves@redhat.com>
2913
2914 PR breakpoints/17000
2915 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2916 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2917
1e2ccb61
BM
29182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2919
2920 * gdb.base/subst.exp: Add tests to verify partial path matching
2921 output.
2922
c6ec5ab2
PA
29232014-06-03 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2926 target that doesn't use software single-stepping.
2927
835c559f
PA
29282014-06-03 Pedro Alves <palves@redhat.com>
2929
2930 PR breakpoints/17000
2931 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2932 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2933
06eb1586
DE
29342014-06-02 Doug Evans <xdje42@gmail.com>
2935
2936 * gdb.guile/scm-parameter.exp: New file.
2937
e698b8c4
DE
29382014-06-02 Doug Evans <xdje42@gmail.com>
2939
2940 * gdb.guile/scm-cmd.c: New file.
2941 * gdb.guile/scm-cmd.exp: New file.
2942
ded03782
DE
29432014-06-02 Doug Evans <xdje42@gmail.com>
2944
2945 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2946 pretty-printer lookup.
2947 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2948 (make-pp_s-printer): Call it.
2949 (make-pretty-printer-from-dict): New function.
2950 (lookup-pretty-printer-maker-from-dict): New function.
2951 (*pretty-printer*): Simplify.
2952 (make-objfile-pp_s-printer): New function.
2953 (install-objfile-pretty-printers!): New function.
2954 (make-progspace-pp_s-printer): New function.
2955 (install-progspace-pretty-printers!): New function.
2956 * gdb.guile/scm-progspace.c: New file.
2957 * gdb.guile/scm-progspace.exp: New file.
2958
41fac0cf
PA
29592014-06-02 Pedro Alves <palves@redhat.com>
2960
2961 * gdb.base/dprintf-bp-same-addr.c: New file.
2962 * gdb.base/dprintf-bp-same-addr.exp: New file.
2963
96ae5695
EBM
29642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2965
2966 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2967 * gdb.arch/powerpc-power.s: Likewise.
2968
da02b3a8
JB
29692014-06-02 Joel Brobecker <brobecker@adacore.com>
2970
2971 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2972
c72b2e7b
YQ
29732014-06-01 Yao Qi <yao@codesourcery.com>
2974
2975 * gdb.base/watchpoint.exp (test_watch_location): Check null
2976 pointer can be dereferenced. If not, do the test, otherwise
2977 skip it.
2978
53e8a631
AB
29792014-05-30 Andrew Burgess <aburgess@broadcom.com>
2980
2981 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2982 results.
2983 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2984
938f0e2f
AB
29852014-05-30 Andrew Burgess <aburgess@broadcom.com>
2986
2987 * gdb.arch/amd64-invalid-stack-middle.S: New file.
2988 * gdb.arch/amd64-invalid-stack-middle.c: New file.
2989 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
2990 * gdb.arch/amd64-invalid-stack-top.c: New file.
2991 * gdb.arch/amd64-invalid-stack-top.exp: New file.
2992
9ba6657a
PA
29932014-05-30 Pedro Alves <palves@redhat.com>
2994
2995 PR breakpoints/17000
2996 * gdb.base/sss-bp-on-user-bp.c: New file.
2997 * gdb.base/sss-bp-on-user-bp.exp: New file.
2998
522c09bf
DB
29992014-05-30 David Blaikie <dblaikie@gmail.com>
3000
3001 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3002 gnu_inline semantics via attribute.
3003 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3004 source explicitly specifies the required semantics.
3005
bf4ef81e
MR
30062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3007
3008 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3009
329ea579
PA
30102014-05-29 Pedro Alves <palves@redhat.com>
3011 Tom Tromey <tromey@redhat.com>
3012
3013 * gdb.base/async-shell.exp: Don't enable target-async.
3014 * gdb.base/async.exp
3015 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3016 parameter. Adjust.
3017 (top level): Don't test with "target-async".
3018 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3019 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3020 * gdb.base/inferior-died.exp: Don't enable target-async.
3021 * gdb.base/interrupt-noterm.exp: Likewise.
3022 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3023 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3024 * gdb.mi/mi-nonstop.exp: Likewise.
3025 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3026 * gdb.mi/mi-nsintrall.exp: Likewise.
3027 * gdb.mi/mi-nsmoribund.exp: Likewise.
3028 * gdb.mi/mi-nsthrexec.exp: Likewise.
3029 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3030 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3031 * gdb.python/py-evsignal.exp: Don't enable target-async.
3032 * gdb.python/py-evthreads.exp: Likewise.
3033 * gdb.python/py-prompt.exp: Likewise.
3034 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3035 * gdb.server/solib-list.exp: Don't enable target-async.
3036 * gdb.threads/thread-specific-bp.exp: Likewise.
3037 * lib/mi-support.exp: Adjust to use mi-async.
3038
fd664c91
PA
30392014-05-29 Pedro Alves <palves@redhat.com>
3040
3041 PR gdb/13860
3042 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3043 reason, even in sync mode.
3044
251bde03
PA
30452014-05-29 Pedro Alves <palves@redhat.com>
3046 Hui Zhu <hui@codesourcery.com>
3047
3048 PR PR15693
3049 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3050 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3051 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3052 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3053
7f3c0343
JB
30542014-05-28 Joel Brobecker <brobecker@adacore.com>
3055
3056 * config/monitor.exp (gdb_target_monitor): Replace use of
3057 "set remotebaud" by "set serial baud".
3058
b2715b27
AW
30592014-05-26 Andy Wingo <wingo@igalia.com>
3060
3061 * gdb.guile/scm-breakpoint.exp:
3062 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3063 properties instead of gdb-object-properties.
3064
498a4489
YQ
30652014-05-26 Yao Qi <yao@codesourcery.com>
3066
3067 * gdb.server/no-thread-db.exp: Specify source file name
3068 explicitly when setting a breakpoint.
3069
589fdceb
MM
30702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3071
3072 * gdb.btrace/vdso.c: New.
3073 * gdb.btrace/vdso.exp: New.
3074
e9089e05
MM
30752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3076
3077 * gdb.base/gcore.exp (capture_command_output): Move ...
3078 * lib/gdb.exp (capture_command_output): ... here.
3079
67b5c0c1
MM
30802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3081
3082 * gdb.btrace/data.exp: Test memory access during btrace replay.
3083
a2199296
SM
30842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3085
3086 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3087
17b2616c
PA
30882014-05-21 Pedro Alves <palves@redhat.com>
3089
3090 PR gdb/13860
3091 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3092 (top level): Test that output related to execution commands is
3093 sent to the console with CLI commands, but not with MI commands.
3094 Test that breakpoint events are always mirrored to the console.
3095 Also expect the new source line to be output after a "next" in
3096 async mode too. Make it a pass/fail test.
3097 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3098 output.
3099 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3100
5166082f
PA
31012014-05-21 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3104 Use them to test variations of "list" after reaching a breakpoint.
3105 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3106 Test "list" with listsize 10 after reaching a breakpoint.
3107 * gdb.python/python.exp (decode_line current location line
3108 number): Adjust expected line number.
3109
2f25d70f
SM
31102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3113 behavior for $args, pass it directly to "run".
3114
ff604a67
MR
31152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3116
3117 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3118 30000 to 65536.
3119
6a3cb8e8
PA
31202014-05-21 Pedro Alves <palves@redhat.com>
3121
3122 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3123 auto-connect-native-target off".
3124 * gdb.base/auto-connect-native-target.c: New file.
3125 * gdb.base/auto-connect-native-target.exp: New file.
3126
4ebfc96e
PA
31272014-05-21 Pedro Alves <palves@redhat.com>
3128
3129 * gdb.base/default.exp: Test "target native" instead of "target
3130 child".
3131
36d46afb
MW
31322014-05-21 Mark Wielaard <mjw@redhat.com>
3133
3134 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3135
5876f503
JK
31362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 Fix TLS access for -static -pthread.
3139 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3140 <HAVE_TLS> (thread_function, main): Initialize it.
3141 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3142 Add clean_restart.
3143 <$have_tls != "">: Check TLSVAR.
3144
0256a6ac
PA
31452014-05-21 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.base/dcache-line-read-error.c: New.
3148 * gdb.base/dcache-line-read-error.exp: New.
3149
936d2992
PA
31502014-05-20 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.base/compare-sections.c: New file.
3153 * gdb.base/compare-sections.exp: New file.
3154
802e8e6d
PA
31552014-05-20 Pedro Alves <palves@redhat.com>
3156
3157 * gdb.base/break-idempotent.c: New file.
3158 * gdb.base/break-idempotent.exp: New file.
3159
e59fa00f
MM
31602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3161
3162 * gdb.btrace/nohist.exp: New.
3163
8b696e31
YQ
31642014-05-20 Yao Qi <yao@codesourcery.com>
3165
3166 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3167 gdb.reverse directory and gdb_reverse_timeout exists in board
3168 setting.
3169 * README: Document gdb_reverse_timeout.
3170
73c9764f
YQ
31712014-05-20 Yao Qi <yao@codesourcery.com>
3172
3173 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3174 'test_file_name'. Treat args as a string instead of a list.
3175 (gdb_init): Rename argument 'args' by 'test_file_name'.
3176
f1f4348a
JK
31772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.arch/powerpc-power.exp: New file.
3180 * gdb.arch/powerpc-power.s: New file.
3181
0dbe70ce
DE
31822014-05-16 Doug Evans <dje@google.com>
3183
3184 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3185 * gdb.base/completion.exp: Check that all expected files exist
3186 before doing file completion.
0dbe70ce 3187
8d551b02
DE
31882014-05-16 Doug Evans <dje@google.com>
3189
3190 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3191 Update.
3192 (do_syscall_tests_without_xml): Update.
3193
73eb7709
PA
31942014-05-16 Pedro Alves <palves@redhat.com>
3195
3196 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3197 instead of "unknown output after running".
3198
3fae92fc
YQ
31992014-05-16 Yao Qi <yao@codesourcery.com>
3200
3201 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3202 file1.txt from host at the end.
3203 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3204
c2b2ccc5
DE
32052014-05-15 Doug Evans <dje@google.com>
3206
3207 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3208 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3209 loading file. Add test for TU lookup.
3210
8c217a4b
SM
32112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3212
3213 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3214 calling "-exec-arguments" or "set args" before running the
3215 inferior.
3216
3deb39c6
SM
32172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3218
3219 * lib/mi-support.exp (mi_expect_stop): Expect message for
3220 inferiors that exit with non-zero exit code.
3221
71a79f8c
YQ
32222014-05-14 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3225 match absolute path on remote host.
3226 (test_file_list_exec_source_files): Remove "/" from the
3227 pattern.
3228
f23fcd46
YQ
32292014-05-14 Yao Qi <yao@codesourcery.com>
3230
3231 * boards/local-remote-host-notty.exp (${board}_file): New
3232 proc.
3233
9404b58f
KM
32342014-05-07 Kyle McMartin <kyle@redhat.com>
3235
3236 Pushed by Joel Brobecker <brobecker@adacore.com>.
3237 * gdb.arch/aarch64-atomic-inst.c: New file.
3238 * gdb.arch/aarch64-atomic-inst.exp: New file.
3239
5e45f04c
YQ
32402014-05-07 Yao Qi <yao@codesourcery.com>
3241
3242 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3243 in current context" too.
3244
c888a17d
KS
32452014-05-05 Keith Seitz <keiths@redhat.com>
3246
3247 * gdb.linespec/ls-dollar.exp: Add test for linespec
3248 file:convenience_variable.
3249
290a839c
YQ
32502014-05-05 Yao Qi <yao@codesourcery.com>
3251
3252 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3253 traceframes into tfile and ctf trace files. Read data from
3254 trace file and test collected data.
3255 (gdb_collect_locals_test): Likewise.
3256 (gdb_unavailable_registers_test): Likewise.
3257 (gdb_unavailable_floats): Likewise.
3258 (gdb_collect_globals_test): Likewise.
3259 (top-level): Append "ctf" to trace_file_targets if GDB
3260 supports.
3261
b5262cd0
YQ
32622014-05-05 Yao Qi <yao@codesourcery.com>
3263
3264 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3265 code to ...
3266 (gdb_collect_args_test_1): ... it. New proc.
3267 (gdb_collect_locals_test): Move some code to ...
3268 (gdb_collect_locals_test_1): ... it. New proc.
3269 (gdb_unavailable_registers_test): Move some code to ...
3270 (gdb_unavailable_registers_test_1): ... it. New proc.
3271 (gdb_unavailable_floats): Move some code to ...
3272 (gdb_unavailable_floats_1): ... it. New proc.
3273
30a1e6cc
SDJ
32742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3275
3276 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3277 probes to test for bitness recognition.
3278 * gdb.arch/amd64-stap-optional-prefix.exp
3279 (test_probe_value_without_reg): New procedure.
3280 Add code to test for different kinds of bitness.
3281
f33da99a
SDJ
32822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3283
3284 PR breakpoints/16889
3285 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3286 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3287
5b80f00d
PA
32882014-05-01 Pedro Alves <palves@redhat.com>
3289
3290 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3291 gdb_file_cmd if no file is specified.
3292 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3293 last_loaded_file to set the remote exec-file.
3294
f8c2a73c
PA
32952014-05-01 Pedro Alves <palves@redhat.com>
3296
3297 * boards/local-remote-host.exp: New file.
3298
be6e8ac7
PA
32992014-05-01 Pedro Alves <palves@redhat.com>
3300
3301 * boards/local-remote-host.exp: Rename to ...
3302 * boards/local-remote-host-notty.exp: ... this.
3303
cac0dc8f
JB
33042014-04-28 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.ada/dyn_arrayidx: New testcase.
3307
9730e6cc
YQ
33082014-04-26 Yao Qi <yao@codesourcery.com>
3309
3310 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3311 and compute the length of function main. Save it in
3312 $main_length.
3313 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3314 (top-level): Use gdb_compile to compile objects into
3315 executable and restart GDB. Remove invocation to
3316 prepare_for_testing.
3317
7ae1a6a6
PA
33182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3319 Pedro Alves <palves@redhat.com>
3320
3321 PR server/16255
3322 * gdb.multi/multi-attach.c: New file.
3323 * gdb.multi/multi-attach.exp: New file.
3324
4082afcc
PA
33252014-04-25 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3328 user.
3329 (top level): Test that "set remote conditional-breakpoints-packet
3330 off" works as intended.
3331 * gdb.base/dprintf.exp: Test that "set remote
3332 breakpoint-commands-packet off" works as intended.
3333 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3334 New function.
3335 (top level): Call it.
3336 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3337 remote fast-tracepoints-packet off" works as intended.
3338 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3339 * lib/gdb.exp (gdb_is_target_remote): ... here.
3340
2abc3f8d
DB
33412014-04-24 David Blaikie <dblaikie@gmail.com>
3342
3343 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3344 ensure clang would not discard them.
3345 * gdb.base/gdbvars.c: Ditto.
3346 * gdb.base/memattr.c: Ditto.
3347 * gdb.base/whatis.c: Ditto.
3348 * gdb.python/py-prettyprint.c: Ditto.
3349 * gdb.trace/actions.c: Ditto.
3350 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3351 ensure clang would not discard it.
3352
bfd39632
DB
33532014-04-24 David Blaikie <dblaikie@gmail.com>
3354
3355 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3356 clang to emit the full definition of type required by the test
3357 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3358
22842ff6
DB
33592014-04-24 David Blaikie <dblaikie@gmail.com>
3360
3361 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3362 coax Clang into emitting the definition of the type.
3363 * gdb.cp/pr10728-x.h (y): Ditto.
3364 * gdb.cp/pr10728-y.cc (y): Ditto.
3365
c2e827ad
DB
33662014-04-24 David Blaikie <dblaikie@gmail.com>
3367
3368 * gdb.base/label.exp: XFAIL label related tests under Clang.
3369 * gdb.cp/cplabel.exp: Ditto.
3370 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3371 under Clang those using labels.
3372
4c2d33e7
YQ
33732014-04-25 Yao Qi <yao@codesourcery.com>
3374
3375 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3376 double_label.
3377 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3378 partial_label and double_label.
3379
56083b99
DB
33802014-04-24 David Blaikie <dblaikie@gmail.com>
3381
3382 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3383
25d4e99d
DB
33842014-04-24 David Blaikie <dblaikie@gmail.com>
3385
3386 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3387 of the function to work across GCC and Clang.
3388 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3389 pointer types (const void ** const V void **).
3390
01f9f808
MS
33912014-04-24 Michael Sturm <michael.sturm@mintel.com>
3392 Walfred Tedeschi <walfred.tedeschi@intel.com>
3393
3394 * Makefile.in (EXECUTABLES): Added i386-avx512.
3395 * gdb.arch/i386-avx512.c: New file.
3396 * gdb.arch/i386-avx512.exp: Likewise.
3397
4b48d439
KS
33982014-04-23 Keith Seitz <keiths@redhat.com>
3399
3400 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3401 (mi_make_breakpoint_table): New procedure.
3402 (mi_create_breakpoint): Use mi_make_breakpoint
3403 and return the result.
3404 (mi_make_breakpoint): New procedure.
3405 (mi_build_kv_pairs): New procedure.
3406
3407 * gdb.mi/mi-break.exp: Remove unused globals,
3408 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3409 All callers updated.
3410 * gdb.mi/mi-dprintf.exp: Use variable to track command
3411 number.
3412 Update all callers of mi_create_breakpoint and use
3413 mi_make_breakpoint_table.
3414 Remove any unused global variables.
3415 * gdb.mi/mi-nonstop.exp: Likewise.
3416 * gdb.mi/mi-nsintrall.exp: Likewise.
3417 * gdb.mi/mi-nsmoribund.exp: Likewise.
3418 * gdb.mi/mi-nsthrexec.exp: Likewise.
3419 * gdb.mi/mi-reverse.exp: Likewise.
3420 * gdb.mi/mi-simplerun.exp: Likewise.
3421 * gdb.mi/mi-stepn.exp: Likewise.
3422 * gdb.mi/mi-syn-frame.exp: Likewise.
3423 * gdb.mi/mi-until.exp: Likewise.
3424 * gdb.mi/mi-var-cp.exp: Likewise.
3425 * gdb.mi/mi-var-display.exp: Likewise.
3426 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3427 * gdb.mi/mi2-var-child.exp: Likewise.
3428 * gdb.mi/mi-vla-c99.exp: Likewise.
3429 * lib/mi-support.exp: Likewise.
3430
3431 From Ian Lance Taylor <iant@cygnus.com>:
3432 * lib/gdb.exp (parse_args): New procedure.
3433
08351840
PA
34342014-04-23 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/break-unload-file.c: New file.
3437 * gdb.base/break-unload-file.exp: New file.
3438 * gdb.base/sym-file-lib.c (baz): New function.
3439 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3440 field.
3441 (load): Store the segment's mapped size.
3442 (unload): New function.
3443 (unload_shlib): New function.
3444 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3445 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3446 set a breakpoint at baz, and call it.
3447 * gdb.base/sym-file.exp: New tests for stale breakpoint
3448 instructions.
3449
076855f9
PA
34502014-04-23 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3453 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3454 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3455 * gdb.base/hbreak-unmapped.c: New file.
3456 * gdb.base/hbreak-unmapped.exp: New file.
3457 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3458 * lib/gdb.exp (gdb_is_target_remote): ... here.
3459
483805cf
PA
34602014-04-22 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/consecutive-step-over.c: New file.
3463 * gdb.base/consecutive-step-over.exp: New file.
3464
06d97543
PA
34652014-04-22 Pedro Alves <palves@redhat.com>
3466
3467 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3468 instead of send_gdb/gdb_expect.
3469
b4429ea2
YQ
34702014-04-22 Yao Qi <yao@codesourcery.com>
3471
3472 * lib/trace-support.exp (generate_tracefile): New procedure.
3473 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3474 return 0.
3475 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3476 if generate_tracefile returns 1.
3477
51d48146
PA
34782014-04-18 Tom Tromey <palves@redhat.com>
3479 Pedro alves <tromey@redhat.com>
3480
3481 PR backtrace/15558
3482 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3483 with a backtrace limit.
3484 * gdb.python/py-frame-inline.exp: Test running to an inline
3485 function with a backtrace limit, and printing the newest frame.
3486 * gdb.python/py-frame-inline.c (main): Call f.
3487
bd1dce5f
MS
34882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3489
3490 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3491
40d1a503
MS
34922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3493
3494 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3495 Drop prefix from unsupported source file path.
3496
389b98f7
YQ
34972014-04-17 Yao Qi <yao@codesourcery.com>
3498
3499 * lib/gdb.exp (with_target_charset): New proc.
3500 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3501 with_target_charset.
3502 (test_print_strings): Likewise.
3503 (test_repeat_bytes): Likewise.
3504 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3505 for some tests.
3506
22869d73
KS
35072014-04-16 Keith Seitz <keiths@redhat.com>
3508
3509 PR gdb/15827
3510 * gdb.dwarf2/corrupt.c: New file.
3511 * gdb.dwarf2/corrupt.exp: New file.
3512
c4f87ca6
KS
35132014-04-16 Keith Seitz <keiths@redhat.com>
3514
3515 PR c++/16597
3516 * gdb.cp/namelessclass.cc: New file.
3517 * gdb.cp/namelessclass.exp: New file.
3518 * gdb.cp/namelessclass.S: New file.
3519
ab19de87
DE
35202014-04-16 Doug Evans <dje@google.com>
3521
3522 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3523 Add comment.
3524 (gdbserver_default_get_comm_port): New function.
3525 (gdbserver_start): Check if board file provided
3526 "gdbserver,get_comm_port" and use it if so.
3527 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3528 (gdb,socketport): Set to "stdio".
3529 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3530 (stdio_gdbserver_template): Delete.
3531 (${board}_get_remote_address): Update.
3532 (${board}_build_remote_cmd): Delete.
3533 (${board}_get_comm_port): New function.
3534 (${board}_spawn): Update.
3535 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3536 Delete.
3537 (${board}_get_remote_address): Update.
3538 (${board}_get_comm_port): New function.
3539
fc98a809
AB
35402014-04-16 Andrew Burgess <aburgess@broadcom.com>
3541
3542 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3543 appearing in any order.
3544
87fd9e6e
DE
35452014-04-15 Doug Evans <dje@google.com>
3546
3547 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3548 uninitialized value of "description".
3549
099fc3ea
KS
35502014-04-15 Keith Seitz <keiths@redhat.com>
3551
3552 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3553 Remove unused globals.
3554 (test_running_the_program): Likewise.
3555 (test_controlled_execution): Likewise.
3556 (test_controlling_breakpoints): Likewise.
3557 (test_program_termination): Likewise.
3558
5da151d4
KS
35592014-04-15 Keith Seitz <keiths@redhat.com>
3560
3561 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3562 unused globals.
3563 (test_rbreak_creation_and_listing): Likewise.
3564 (test_ignore_count): Likewise.
3565 (test_error): Likewise.
3566
35e5d2f0
PA
35672014-04-15 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3570 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3571 sym-file-loader.c.
3572 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3573 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3574 to sym-file-loader.c.
3575 (struct library): Forward declare.
3576 (load_shlib, lookup_function): Change prototypes.
3577 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3578 (translate_offset): Remove declarations.
3579 (get_text_addr): New declaration.
3580 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3581 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3582 sym-file-loader.h.
3583 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3584 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3585 here from sym-file-loader.h.
3586 (struct library): New structure.
3587 (load_shlib, lookup_function): Change prototypes and adjust to
3588 work with a struct library.
3589 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3590 (translate_offset): Make static.
3591 (get_text_addr): New function.
3592 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3593
eb4c1710
PA
35942014-04-15 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3597
2d1baf52
PA
35982014-04-15 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.base/sym-file-loader.c: Include <limits.h>.
3601 (SELF_LINK): New define.
3602 (get_origin): New function.
3603 (load_shlib): Use it.
3604 * gdb.base/sym-file.exp: Don't early return if the target is
3605 remote. Use runto_main, and issue fail is that fails. Use
3606 gdb_load_shlibs.
3607 (shlib_name): Delete.
3608 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3609
7dd6df01
PA
36102014-04-15 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.base/sym-file.exp: Remove regex characters from test
3613 message. Don't refer to breakpoint numbers in test messages.
3614
b50c8614
KS
36152014-04-14 Keith Seitz <keiths@redhat.com>
3616
3617 PR c++/16253
3618 * gdb.cp/var-tag.cc: New file.
3619 * gdb.cp/var-tag.exp: New file.
3620 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3621 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3622 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3623 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3624
3d567982
TT
36252014-04-14 Tom Tromey <tromey@redhat.com>
3626
3627 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3628 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3629 type.
3630 * gdb.cp/enum-class.exp: New file.
3631 * gdb.cp/enum-class.cc: New file.
3632
0626fc76
TT
36332014-04-14 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.dwarf2/enum-type.exp: New file.
3636
dca325b3
SA
36372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3638
3639 * gdb.mi/mi-vla-c99.exp: New file.
3640 * gdb.mi/vla.c: New file.
3641
5854b38a
SA
36422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3643
3644 * gdb.base/vla-datatypes.c: New file.
3645 * gdb.base/vla-datatypes.exp: New file.
3646
463bb957
SA
36472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3648
3649 * gdb.base/vla-ptr.c: New file.
3650 * gdb.base/vla-ptr.exp: New file.
3651
3dd170be
SA
36522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3653
3654 * gdb.dwarf2/count.exp: New file.
3655
5ecaaa66
SA
36562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3657
3658 * gdb.base/vla-sideeffect.c: New file.
3659 * gdb.base/vla-sideeffect.exp: New file.
3660
41f1ada5
DB
36612014-04-14 David Blaikie <dblaikie@gmail.com>
3662
3663 * gdb.mi/non-stop.c: Add return value for non-void function return
3664 statement.
3665 * gdb.threads/staticthreads.c: Ditto.
3666
0be03e84
DE
36672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3668 Doug Evans <xdje42@gmail.com>
3669
3670 * gdb.guile/scm-value.c: Improve test case.
3671 * gdb.guile/scm-value.exp: Add new test.
3672
f180a1fb
DB
36732014-04-11 David Blaikie <dblaikie@gmail.com>
3674
3675 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3676 override Clang's default.
3677
6b662e19
JB
36782014-04-11 Joel Brobecker <brobecker@adacore.com>
3679
3680 Revert the following changes (regressions):
3681
3682 * gdb.base/vla-sideeffect.c: New file.
3683 * gdb.base/vla-sideeffect.exp: New file.
3684
3685 * gdb.dwarf2/count.exp: New file.
3686
3687 * gdb.base/vla-multi.c: New file.
3688 * gdb.base/vla-multi.exp: New file.
3689
3690 * gdb.base/vla-ptr.c: New file.
3691 * gdb.base/vla-ptr.exp: New file.
3692
3693 * gdb.base/vla-datatypes.c: New file.
3694 * gdb.base/vla-datatypes.exp: New file.
3695
3696 * gdb.mi/mi-vla-c99.exp: New file.
3697 * gdb.mi/vla.c: New file.
3698
245a5f0b
KS
36992014-04-11 Keith Seitz <keiths@redhat.com>
3700
3701 PR c++/16675
3702 * gdb.cp/cpsizeof.exp: New file.
3703 * gdb.cp/cpsizeof.cc: New file.
3704
58a84dcf
SA
37052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3706
191a8a90
JB
3707 * gdb.mi/mi-vla-c99.exp: New file.
3708 * gdb.mi/vla.c: New file.
58a84dcf 3709
c8655f75
SA
37102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3711
3712 * gdb.base/vla-datatypes.c: New file.
3713 * gdb.base/vla-datatypes.exp: New file.
3714
024e13b4
SA
37152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3716
3717 * gdb.base/vla-ptr.c: New file.
3718 * gdb.base/vla-ptr.exp: New file.
3719
1a237e0e
SA
37202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3721
3722 * gdb.base/vla-multi.c: New file.
3723 * gdb.base/vla-multi.exp: New file.
3724
504f3432
SA
37252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3726
3727 * gdb.dwarf2/count.exp: New file.
3728
3bce8237
SA
37292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3730
191a8a90
JB
3731 * gdb.base/vla-sideeffect.c: New file.
3732 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3733
322f9c21
YQ
37342014-04-11 Yao Qi <yao@codesourcery.com>
3735
3736 * gdb.base/completion.exp: Check file exists before running tests
3737 on file completion.
3738
d708bcd1
PA
37392014-04-10 Pedro Alves <palves@redhat.com>
3740
3741 * gdb.base/cond-eval-mode.c: New file.
3742 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3743 prepare_for_testing to build the new file. Check result of
3744 runto_main.
3745 (test_break, test_watch): New procedures.
3746 (top level): Use them.
3747
ae1d2761
PM
37482014-04-08 Pierre Muller <muller@sourceware.org>
3749
3750 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3751 Ctrl-V use for mingw hosts.
3752
7af389b8
SC
37532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3754
3755 * gdb.python/py-value.c: Improve test case.
3756 * gdb.python/py-value.exp: Add new test.
3757
5e703181
DE
37582014-04-07 David Blaikie <dblaikie@gmail.com>
3759
3760 * lib/compiler.c: Identify the clang compiler.
3761 * lib/compiler.cc: Ditto.
3762
9810b410
YQ
37632014-04-03 Yao Qi <yao@codesourcery.com>
3764
3765 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3766
98d1b8dc
AB
37672014-04-01 Anton Blanchard <anton@samba.org>
3768
3769 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3770 messages unique.
3771
3114cea1
AB
37722014-04-01 Anton Blanchard <anton@samba.org>
3773
3774 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3775 prepare_for_testing.
3776
62f7182c
AB
37772014-04-01 Anton Blanchard <anton@samba.org>
3778
3779 * gdb.arch/ppc64-atomic-inst.c: Remove.
3780 * gdb.arch/ppc64-atomic-inst.S: New file.
3781 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3782
770e7fc7
DE
37832014-03-31 Doug Evans <dje@google.com>
3784
3785 * gdb.base/print-symbol-loading-lib.c: New file.
3786 * gdb.base/print-symbol-loading-main.c: New file.
3787 * gdb.base/print-symbol-loading.exp: New file.
3788
46e2bafa
YQ
37892014-03-31 Yao Qi <yao@codesourcery.com>
3790
3791 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3792
8776cfe9
JB
37932014-03-28 Joel Brobecker <brobecker@adacore.com>
3794
3795 * gdb.ada/mi_dyn_arr: New testcase.
3796
5d1ef361
DE
37972014-03-27 Doug Evans <dje@google.com>
3798
3799 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3800
b5bee914
YQ
38012014-03-27 Yao Qi <yao@codesourcery.com>
3802
3803 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3804 if target is nios2-*-*.
3805
0d4d0e77
YQ
38062014-03-26 Yao Qi <yao@codesourcery.com>
3807
3808 * lib/gdb.exp (readline_is_used): New proc.
3809 * gdb.base/completion.exp: Move tests on command complete up.
3810 Skip the rest of tests if readline is not used.
3811 * gdb.ada/complete.exp: Skp the test if readline is not
3812 used.
3813 * gdb.base/filesym.exp: Likewise.
3814 * gdb.base/macscp.exp: Likewise.
3815 * gdb.base/readline-ask.exp: Likewise.
3816 * gdb.base/readline.exp: Likewise.
3817 * gdb.python/py-cmd.exp: Likewise.
3818 * gdb.trace/tfile.exp: Likewise.
3819
29361eee
YQ
38202014-03-26 Yao Qi <yao@codesourcery.com>
3821
3822 * gdb.base/macscp.exp: Fix code format issues.
3823
bc9a5525
UW
38242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3825
3826 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3827 * gdb.asm/powerpc64le.inc: New file.
3828
d3839ede
PA
38292014-03-25 Pedro Alves <palves@redhat.com>
3830 Doug Evans <dje@google.com>
3831
3832 * gdb.base/source-execution.c: New file.
3833 * gdb.base/source-execution.exp: New file.
3834 * gdb.base/source-execution.gdb: New file.
3835
01672a57
DE
38362014-03-24 Doug Evans <dje@google.com>
3837
3838 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3839 using fission.
3840
88bbeca9
HZ
38412014-03-24 Hui Zhu <hui@codesourcery.com>
3842 Pedro Alves <palves@redhat.com>
3843
3844 PR breakpoints/16101
3845 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3846 test pass/fail messages. Detect missing support for dprintf when
3847 breakpoints are actually inserted.
3848 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3849 breakpoints are actually inserted.
3850 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3851 fails.
3852
d2348791
JK
38532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3856
feef67ab
DE
38572014-03-22 Doug Evans <xdje42@gmail.com>
3858
3859 * gdb.python/python.exp (python not supported): Verify multi-line
3860 python command issues an error.
25d743f9 3861 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3862 guile command issues an error.
feef67ab 3863
ecebef6a
MR
38642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3865
3866 * gdb.threads/thread-specific.exp: Handle the lack of usable
3867 $this_breakpoint and $this_thread.
3868
ccdd1909
HZ
38692014-03-21 Hui Zhu <hui@codesourcery.com>
3870
3871 * gdb.base/attach.exp (do_command_attach_tests): New.
3872
beb460e8
PA
38732014-03-20 Tom Tromey <tromey@redhat.com>
3874 Pedro Alves <palves@redhat.com>
3875
3876 PR cli/15718
3877 * gdb.base/condbreak-call-false.c: New file.
3878 * gdb.base/condbreak-call-false.exp: New file.
3879
40acf43a
PA
38802014-03-20 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3883 Delete.
3884 (block_signals, unblock_signals): Delete.
3885 (child_function_2, main): Remove references to deleted variable
3886 and functions.
3887
9f5e1e02
PA
38882014-03-20 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3891 Use pthread_kill to signal thread 2.
3892 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3893 Adjust to make the test send itself a signal rather than using the
3894 host's "kill" command.
3895
99619bea
PA
38962014-03-20 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.threads/multiple-step-overs.c: New file.
3899 * gdb.threads/multiple-step-overs.exp: New file.
3900 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3901 Adjust expected infrun debug output.
3902
2adfaa28
PA
39032014-03-20 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3906 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3907
31e77af2
PA
39082014-03-20 Pedro Alves <palves@redhat.com>
3909
3910 PR breakpoints/7143
3911 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3912 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3913 of gdb_test_multiple.
3914 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3915 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3916
b9f437de
PA
39172014-03-20 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3920 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3921
05adc73e
PA
39222014-03-19 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/async.exp: Remove early return.
3925
6048b950
PA
39262014-03-19 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3929
8bcfb00a
PA
39302014-03-19 Pedro Alves <palves@redhat.com>
3931
3932 * gdb.base/async.exp (test_background): Expect \r\n after
3933 "completed." in the fail pattern.
3934
884e37dc
PA
39352014-03-19 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/async.exp (test_background): New procedure.
3938 Use it for all background execution command tests.
3939
148e57e2
PA
39402014-03-19 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/async.exp: Use prepare_for_testing.
3943
f48088c7
PA
39442014-03-19 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3947 the same line.
3948
e2f6c966
PA
39492014-03-19 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/async.c (main): Add "jump here" and "until here" line
3952 marker comments.
3953 * gdb.base/async.exp (jump_here): New global.
3954 (jump& test): Use it.
3955 (until_here): New global.
3956 (until& test): Use it.
3957
c30568d4
PA
39582014-03-19 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/async.exp: Don't frob gdb_protocol.
3961
0172b6a7
DE
39622014-03-18 Doug Evans <xdje42@gmail.com>
3963
3964 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3965 Fix spelling of exec-done-display.
3966
06c868a8
JK
39672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 PR gdb/15358
3970 * gdb.base/gdb-sigterm.c: New file.
3971 * gdb.base/gdb-sigterm.exp: New file.
3972
0c7e1a46
PA
39732014-03-18 Pedro Alves <palves@redhat.com>
3974
3975 PR gdb/13860
3976 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3977 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3978 solib-event.
3979
f7c77d93
JB
39802014-03-17 Joel Brobecker <brobecker@adacore.com>
3981
3982 * gdb.ada/pckd_arr_ren: New testcase.
3983
5a1e8c7a
DE
39842014-03-13 Doug Evans <xdje42@gmail.com>
3985
3986 PR guile/16612
3987 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
3988 collect after discarding symbols.
3989
350e1a76
DE
39902014-03-13 Ludovic Courtès <ludo@gnu.org>
3991 Doug Evans <xdje42@gmail.com>
3992
3993 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
3994 to history survives a gc.
3995
a69900ae
PA
39962014-03-13 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.base/default.exp: Don't test "target procfs".
3999
5db9f0bd
PA
40002014-03-13 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/default.exp: Update "target child" and "target procfs"
4003 tests to not expect "Unix".
4004
b3ccfe11
TT
40052014-03-12 Tom Tromey <tromey@redhat.com>
4006
4007 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4008 New procs. Add target-async tests.
4009 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4010 Add target-async tests.
4011
646f4417
AA
40122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4013
4014 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4015 'func_start' and 'func_end' for the beginning and end of the
4016 function code, respectively.
4017 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4018 'func_end' instead of 'func' and 'main'.
4019
288c211f
AA
40202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4021
4022 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4023 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4024 generate the debug info assembler source.
4025
e0c0f156
AA
40262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4027
4028 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4029 * gdb.dwarf2/arr-subrange.exp: Likewise.
4030 * gdb.dwarf2/dwz.exp: Likewise.
4031 * gdb.dwarf2/method-ptr.exp: Likewise.
4032 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4033 * gdb.dwarf2/subrange.exp: Likewise.
4034 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4035 * gdb.dwarf2/implptrpiece.exp: Likewise.
4036 * gdb.dwarf2/nostaticblock.exp: Likewise.
4037
0e5c4555
AA
40382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4039
4040 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4041 directory to absolute path name arguments.
4042
5ec18f2b
JG
40432014-03-10 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.ada/tagged_access: New testcase.
4046
847fc4f2
MM
40472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4048
4049 * gdb.btrace/data.exp: Update expected output.
4050
cc3da688
YQ
40512014-03-06 Yao Qi <yao@codesourcery.com>
4052
4053 * gdb.trace/pr16508.exp: New file.
4054
0f26cec1
PA
40552014-03-05 Pedro Alves <palves@redhat.com>
4056
4057 PR gdb/16575
4058 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4059 procedure.
4060 (top level): Adjust to use it. Add tests that exercise breakpoint
4061 interaction with the code-cache.
4062
7a5a839f
LC
40632014-02-26 Ludovic Courtès <ludo@gnu.org>
4064
4065 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4066 test for 'history-append!'.
4067
31aa7e4e
JB
40682014-02-26 Joel Brobecker <brobecker@adacore.com>
4069
4070 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4071 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4072 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4073 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4074 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4075 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4076
1b588015
JB
40772014-02-26 Joel Brobecker <brobecker@adacore.com>
4078
4079 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4080 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4081 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4082
55426c9d
JB
40832014-02-26 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4086
dc53a7ad
JB
40872014-02-26 Joel Brobecker <brobecker@adacore.com>
4088
4089 * gdb.dwarf2/arr-stride.c: New file.
4090 * gdb.dwarf2/arr-stride.exp: New file.
4091
12ab52e9
PA
40922014-02-26 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4095 that won't ever trigger. Make sure that GDB reports the correct
4096 breakpoint that caused the stop.
4097
849c862e
JK
40982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4099
4100 PR gdb/16626
4101 * gdb.base/auto-load-script: New file.
4102 * gdb.base/auto-load.c: New file.
4103 * gdb.base/auto-load.exp: New file.
4104
71b7d793
JK
4105 PR gdb/16626
4106 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4107
e2f0d509
JK
41082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4111 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4112
50cc37c8
DE
41132014-02-24 Doug Evans <dje@google.com>
4114
4115 * lib/gdb.exp (run_on_host): Log error output if program fails.
4116
ea4758f2
PA
41172014-02-21 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.threads/step-after-sr-lock.c: Rename to ...
4120 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4121 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4122 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4123 ... this.
4124
d7b30f67
SDJ
41252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4126
4127 PR tdep/16397
4128 * gdb.arch/amd64-stap-special-operands.exp: New file.
4129 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4130 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4131 * gdb.arch/amd64-stap-triplet.S: Likewise.
4132 * gdb.arch/amd64-stap-triplet.c: Likewise.
4133
83deb43f
JB
41342014-02-20 Joel Brobecker <brobecker@adacore.com>
4135
4136 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4137 in .section pseudo-op.
4138
adde2bff
DE
41392014-02-20 lin zuojian <manjian2006@gmail.com>
4140 Joel Brobecker <brobecker@adacore.com>
4141 Doug Evans <xdje42@gmail.com>
4142
4143 PR symtab/16581
4144 * gdb.dwarf2/dw2-icycle.S: New file.
4145 * gdb.dwarf2/dw2-icycle.c: New file.
4146 * gdb.dwarf2/dw2-icycle.exp: New file.
4147
f7bd0f78
SC
41482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4149
4150 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4151 operations on gdb.Value objects.
4152 * gdb.python/py-value-cc.exp: Add new test to test operations on
4153 gdb.Value objects.
4154
c17ef0d5
DE
41552014-02-18 Doug Evans <dje@google.com>
4156
4157 * Makefile.in (TESTS): New variable.
4158 (expanded_tests, expanded_tests_or_none): New variables
4159 (check-single): Pass $(expanded_tests_or_none) to runtest.
4160 (check-parallel): Only run tests in $(TESTS) if non-empty.
4161 (check/no-matching-tests-found): New rule.
4162 * README: Document TESTS makefile variable.
4163
5dd3176f
DE
41642014-02-18 Doug Evans <dje@google.com>
4165
4166 * Makefile.in (check-parallel): rm -rf outputs temp.
4167
0b10be4f
JK
41682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 Fix "ERROR: no fileid for" in the testsuite.
4171 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4172
85f224e7
DE
41732014-02-12 Doug Evans <dje@google.com>
4174
4175 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4176 (MISCELLANEOUS): New variable.
4177 (clean): rm -rf $(MISCELLANEOUS).
4178 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4179 dwp live in the same directory as symlinks, with each symlink pointed
4180 to a differently named file in a different directory.
4181
149b30ff
DE
41822014-02-11 Doug Evans <dje@google.com>
4183
4184 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4185 of Tcl file commands.
4186
1dfdac32
MK
41872014-02-10 Mark Kettenis <kettenis@gnu.org>
4188
4189 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4190 "kill -SIGUSR1 -1".
4191
aa4fb036
JB
41922014-02-10 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.ada/tick_length_array_enum_idx: New testcase.
4195
ed3ef339
DE
41962014-02-10 Doug Evans <xdje42@gmail.com>
4197
4198 * configure.ac (AC_OUTPUT): Add gdb.guile.
4199 * configure: Regenerate.
4200 * lib/gdb-guile.exp: New file.
4201 * lib/gdb.exp (get_target_charset): New function.
4202 * gdb.base/help.exp: Update expected output from "apropos apropos".
4203 * gdb.guile/Makefile.in: New file.
4204 * gdb.guile/guile.exp: New file.
4205 * gdb.guile/scm-arch.c: New file.
4206 * gdb.guile/scm-arch.exp: New file.
4207 * gdb.guile/scm-block.c: New file.
4208 * gdb.guile/scm-block.exp: New file.
4209 * gdb.guile/scm-breakpoint.c: New file.
4210 * gdb.guile/scm-breakpoint.exp: New file.
4211 * gdb.guile/scm-disasm.c: New file.
4212 * gdb.guile/scm-disasm.exp: New file.
4213 * gdb.guile/scm-equal.c: New file.
4214 * gdb.guile/scm-equal.exp: New file.
4215 * gdb.guile/scm-error.exp: New file.
4216 * gdb.guile/scm-error.scm: New file.
4217 * gdb.guile/scm-frame-args.c: New file.
4218 * gdb.guile/scm-frame-args.exp: New file.
4219 * gdb.guile/scm-frame-args.scm: New file.
4220 * gdb.guile/scm-frame-inline.c: New file.
4221 * gdb.guile/scm-frame-inline.exp: New file.
4222 * gdb.guile/scm-frame.c: New file.
4223 * gdb.guile/scm-frame.exp: New file.
4224 * gdb.guile/scm-generics.exp: New file.
4225 * gdb.guile/scm-gsmob.exp: New file.
4226 * gdb.guile/scm-iterator.c: New file.
4227 * gdb.guile/scm-iterator.exp: New file.
4228 * gdb.guile/scm-math.c: New file.
4229 * gdb.guile/scm-math.exp: New file.
4230 * gdb.guile/scm-objfile-script-gdb.in: New file.
4231 * gdb.guile/scm-objfile-script.c: New file.
4232 * gdb.guile/scm-objfile-script.exp: New file.
4233 * gdb.guile/scm-objfile.c: New file.
4234 * gdb.guile/scm-objfile.exp: New file.
4235 * gdb.guile/scm-ports.exp: New file.
4236 * gdb.guile/scm-pretty-print.c: New file.
4237 * gdb.guile/scm-pretty-print.exp: New file.
4238 * gdb.guile/scm-pretty-print.scm: New file.
4239 * gdb.guile/scm-section-script.c: New file.
4240 * gdb.guile/scm-section-script.exp: New file.
4241 * gdb.guile/scm-section-script.scm: New file.
4242 * gdb.guile/scm-symbol.c: New file.
4243 * gdb.guile/scm-symbol.exp: New file.
4244 * gdb.guile/scm-symtab-2.c: New file.
4245 * gdb.guile/scm-symtab.c: New file.
4246 * gdb.guile/scm-symtab.exp: New file.
4247 * gdb.guile/scm-type.c: New file.
4248 * gdb.guile/scm-type.exp: New file.
4249 * gdb.guile/scm-value-cc.cc: New file.
4250 * gdb.guile/scm-value-cc.exp: New file.
4251 * gdb.guile/scm-value.c: New file.
4252 * gdb.guile/scm-value.exp: New file.
4253 * gdb.guile/source2.scm: New file.
4254 * gdb.guile/types-module.cc: New file.
4255 * gdb.guile/types-module.exp: New file.
4256
7026a7c1
YQ
42572014-02-10 Yao Qi <yao@codesourcery.com>
4258
4259 PR testsuite/16543
4260 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4261 * configure: Regenerated.
4262 * Makefile.in: New file.
4263
6c466447
AS
42642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4265
4266 * gdb.python/py-framefilter.exp: Fix typo.
4267
6e854735
YQ
42682014-02-08 Yao Qi <yao@codesourcery.com>
4269
4270 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4271 that no =breakpoint-modified is emitted when breakpoints are
4272 modified through MI commands.
4273
d137e6dc
PA
42742014-02-07 Pedro Alves <pedro@codesourcery.com>
4275 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.threads/step-after-sr-lock.c: New file.
4278 * gdb.threads/step-after-sr-lock.exp: New file.
4279
b5ee5a50
PA
42802014-02-07 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4283
3c77faf3
JK
42842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4287 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4288
6dddc817
DE
42892014-02-06 Doug Evans <xdje42@gmail.com>
4290
4291 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4292 output.
4293
4294 * gdb.gdb/python-interrupts.exp: New file.
4295
de7b2893
YQ
42962014-02-05 Yao Qi <yao@codesourcery.com>
4297
4298 * gdb.trace/report.exp (use_collected_data): Test the output
4299 of "info threads" and "info inferiors".
4300
66d032ac
YQ
43012014-02-05 Yao Qi <yao@codesourcery.com>
4302
4303 Revert this patch:
4304
4305 2013-05-24 Yao Qi <yao@codesourcery.com>
4306
4307 * gdb.trace/tfile.exp: Test inferior and thread.
4308
591a12a1
UW
43092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4310
4311 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4312 on a function.
4313 * gdb.base/step-bt.c: Call hello via function pointer to make
4314 sure its first instruction is executed on powerpc64le-linux.
4315
0ff3e01f
UW
43162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4317
4318 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4319
084ee545
UW
43202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4321
4322 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4323 of the test patterns for use on little-endian systems.
4324
6ed14ff3
UW
43252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4326
4327 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4328 (decimal_vector): Fix for little-endian.
4329
401e27fd
JM
43302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4331
4332 * gdb.arch/sparc-sysstep.exp: New file.
4333 * gdb.arch/sparc-sysstep.c: Likewise.
4334
4335 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4336
8b924729
EBM
43372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4338
4339 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4340
fb151210
JB
43412014-01-23 Tom Tromey <tromey@redhat.com>
4342
4343 * gdb.ada/array_char_idx: New testcase.
4344
0740f8d8
TT
43452014-01-23 Tom Tromey <tromey@redhat.com>
4346
4347 PR python/16487:
4348 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4349 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4350 classes.
4351
21909fa1
TT
43522014-01-23 Tom Tromey <tromey@redhat.com>
4353
4354 PR python/16491:
4355 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4356 string from an inferior frame.
4357 * gdb.python/py-framefilter-mi.exp: Update.
4358
87ce2a04
DE
43592014-01-22 Doug Evans <dje@google.com>
4360
4361 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4362
237b092b
AA
43632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4364
4365 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4366
d674a709
AA
43672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4368
4369 * gdb.trace/entry-values.exp: Remove excess space character from
4370 regex patterns. Handle s390 call instruction.
4371
20fa3390
AA
43722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4373
4374 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4375 define "*_start" label. Make "name" static.
4376 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4377 ${name} by references to ${name}_start.
4378
78466714
AA
43792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4380
4381 * gdb.base/info-macros.exp: Remove "debug" from the compile
4382 options.
4383
ec9f644a
IB
43842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4385
4386 * gdb.dlang/demangle.exp: New file.
4387
94b1b47e
IB
43882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4389
4390 * gdb.dlang/primitive-types.exp: New file.
4391
7f420862
IB
43922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4393
4394 * configure.ac: Create gdb.dlang/Makefile.
4395 * configure: Regenerate.
4396 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4397 * gdb.dlang/Makefile.in: New file.
4398 * lib/d-support.exp: New file.
4399 * lib/gdb.exp (skip_d_tests): New proc.
4400
52834460
MM
44012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4402
4403 * gdb.btrace/delta.exp: Check reverse stepi.
4404 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4405 * gdb.btrace/finish.exp: New.
4406 * gdb.btrace/next.exp: New.
4407 * gdb.btrace/nexti.exp: New.
4408 * gdb.btrace/record_goto.c: Add comments.
4409 * gdb.btrace/step.exp: New.
4410 * gdb.btrace/stepi.exp: New.
4411 * gdb.btrace/multi-thread-step.c: New.
4412 * gdb.btrace/multi-thread-step.exp: New.
4413 * gdb.btrace/rn-dl-bind.c: New.
4414 * gdb.btrace/rn-dl-bind.exp: New.
4415 * gdb.btrace/data.c: New.
4416 * gdb.btrace/data.exp: New.
4417 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4418
6e07b1d2
MM
44192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4420
4421 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4422 * gdb.btrace/exception.exp: Update.
4423 * gdb.btrace/instruction_history.exp: Update.
4424 * gdb.btrace/record_goto.exp: Update.
4425 * gdb.btrace/tailcall.exp: Update.
4426 * gdb.btrace/unknown_functions.exp: Update.
4427 * gdb.btrace/delta.exp: New.
4428
0b722aec
MM
44292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4430
4431 * gdb.btrace/record_goto.exp: Add backtrace test.
4432 * gdb.btrace/tailcall.exp: Add backtrace test.
4433
066ce621
MM
44342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4435
4436 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4437 * gdb.btrace/record_goto.c: New.
4438 * gdb.btrace/record_goto.exp: New.
4439 * gdb.btrace/x86-record_goto.S: New.
4440
0688d04e
MM
44412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4442
4443 * gdb.btrace/function_call_history.exp: Update tests.
4444 * gdb.btrace/instruction_history.exp: Update tests.
4445
8710b709
MM
44462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4447
4448 * gdb.btrace/function_call_history.exp: Fix expected field
4449 order for "record function-call-history".
4450 Add new tests for "record function-call-history /c".
4451 * gdb.btrace/exception.cc: New.
4452 * gdb.btrace/exception.exp: New.
4453 * gdb.btrace/tailcall.exp: New.
4454 * gdb.btrace/x86-tailcall.S: New.
4455 * gdb.btrace/x86-tailcall.c: New.
4456 * gdb.btrace/unknown_functions.c: New.
4457 * gdb.btrace/unknown_functions.exp: New.
4458 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4459
5de9129b
MM
44602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * gdb.btrace/instruction_history.exp: Update.
4463 * gdb.btrace/function_call_history.exp: Update.
4464
23a7fe75
MM
44652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4466
4467 * gdb.btrace/function_call_history.exp: Fix expected function
4468 trace.
4469 * gdb.btrace/instruction_history.exp: Initialize traced.
4470 Remove traced_functions.
4471
724c7dd8
MM
44722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4473
4474 * gdb.btrace/function_call_history.exp: Update
4475 * gdb.btrace/instruction_history.exp: Update.
4476
6d78d93b
MM
44772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4478
4479 * gdb.btrace/enable.exp: Update expected text.
4480
93a360cc
OJ
44812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4482
4483 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4484 bytes.
4485
3772b53f
MR
44862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4487
4488 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4489
596662fa
OJ
44902014-01-15 Omair Javaid <omair.javaid@linaro.org>
4491
4492 * lib/gdb.exp (supports_process_record): Return true for
4493 arm*-linux*. (supports_reverse): Likewise.
4494
b5b08fb4
SC
44952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4496
4497 PR python/15464
4498 PR python/16113
4499 * gdb.python/py-type.c: Enhance test case.
4500 * gdb.python/py-value-cc.cc: Likewise
4501 * gdb.python/py-type.exp: Add new tests.
4502 * gdb.python/py-value-cc.exp: Likewise
4503
52d7fb13
AA
45042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4505 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4508 Make "name" extern.
4509 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4510 references to ${name}_start by references to ${name}.
4511
a2cd8cfe
JB
45122014-01-10 Joel Brobecker <brobecker@adacore.com>
4513
4514 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4515
4e23fced
JB
45162014-01-10 Joel Brobecker <brobecker@adacore.com>
4517
4518 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4519
c6a9e42c
PA
45202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4521 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.mi/mi-info-os.exp: Connect to the target with
4524 mi_gdb_target_load.
4525
b7ea362b
PA
45262014-01-08 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.threads/reconnect-signal.c: New file.
4529 * gdb.threads/reconnect-signal.exp: New file.
4530
5e3f4fab
EBM
45312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * gdb.base/source-dir.exp: New file.
4534
79301218
JB
45352014-01-07 Joel Brobecker <brobecker@adacore.com>
4536
4537 * gdb.ada/mi_interface: New testcase.
4538
8e355c5d
JB
45392014-01-07 Joel Brobecker <brobecker@adacore.com>
4540
4541 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4542 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4543 gdb.ada/pp-rec-component/pck.ads: New files.
4544
c0d48811
JB
45452014-01-07 Joel Brobecker <brobecker@adacore.com>
4546
4547 * gdb.python/py-pp-integral.c: New file.
4548 * gdb.python/py-pp-integral.py: New file.
4549 * gdb.python/py-pp-integral.exp: New file.
4550
17b609c3 4551For older changes see ChangeLog-1993-2013.
c906108c 4552\f
8d8cb839
EZ
4553;; Local Variables:
4554;; mode: change-log
4555;; left-margin: 8
4556;; fill-column: 74
4557;; version-control: never
4558;; End:
902f2ccb 4559
32d0add0 4560 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4561 Copying and distribution of this file, with or without modification,
4562 are permitted provided the copyright notice and this notice are preserved.