[AArch64] use subseg_text_p to check .text
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9f6dbe2b
PA
12015-04-07 Pedro Alves <palves@redhat.com>
2
3 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4 that doesn't expect anything. Return early if running to main
5 fails.
6
337532fa
YQ
72015-04-07 Yao Qi <yao.qi@linaro.org>
8
9 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10 (child_function): Call alarm.
11 (main): Move call to alarm into the loop.
12 * gdb.threads/non-stop-fair-events.exp: Build program with
13 -DTIMEOUT=$timeout.
14
01b622d4
DE
152015-04-06 Doug Evans <xdje42@gmail.com>
16
17 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18 Fix dest parameter to board_info.
19 (fpc_compile): Ditto.
20 (gdb_compile_pascal): Rename dest arg to destfile.
21
961f4160
PMR
222015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
23
24 * gdb.ada/funcall_ref.exp: New file.
25 * gdb.ada/funcall_ref/foo.adb: New file.
26
cafda597
YQ
272015-04-02 Yao Qi <yao.qi@linaro.org>
28
29 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
30 is remote.
31
fed040c6
GB
322015-04-02 Gary Benson <gbenson@redhat.com>
33
34 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
35
d11916aa
SS
362015-04-01 Sasha Smundak <asmundak@google.com>
37
38 * gdb.python/py-unwind-maint.c: New file.
39 * gdb.python/py-unwind-maint.exp: New test.
40 * gdb.python/py-unwind-maint.py: New file.
41 * gdb.python/py-unwind.c: New file.
42 * gdb.python/py-unwind.exp: New test.
43 * gdb.python/py-unwind.py: New test.
44
a1471180
PA
452015-04-01 Pedro Alves <palves@redhat.com>
46
47 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
48 to fail instead of non-existent $test.
49
0bbeccb1
PA
502015-04-01 Pedro Alves <palves@redhat.com>
51
52 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
53 GDBFLAGS if not empty.
54
3c724c8c
PMR
552015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
56
57 * gdb.ada/complete.exp: Remove "multi_line".
58 * gdb.ada/info_exc.exp: Remove "multi_line".
59 * gdb.ada/packed_tagged.exp: Remove "multi_line".
60 * gdb.ada/ptype_field.exp: Remove "multi_line".
61 * gdb.ada/sym_print_name.exp: Remove "multi_line".
62 * gdb.ada/tagged.exp: Remove "multi_line".
63 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
64 [multi_line ...]
65 * gdb.btrace/delta.exp: Likewise.
66 * gdb.btrace/exception.exp: Likewise.
67 * gdb.btrace/function_call_history.exp: Likewise.
68 * gdb.btrace/instruction_history.exp: Likewise.
69 * gdb.btrace/nohist.exp: Likewise.
70 * gdb.btrace/record_goto.exp: Likewise.
71 * gdb.btrace/segv.exp: Likewise.
72 * gdb.btrace/stepi.exp: Likewise.
73 * gdb.btrace/tailcall.exp: Likewise.
74 * gdb.btrace/unknown_functions.exp: Likewise.
75 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
76 * lib/gdb.exp: Add the "multi_line" helper.
77
4eec2deb
PA
782015-04-01 Pedro Alves <palves@redhat.com>
79
80 * gdb.threads/tid-reuse.c: New file.
81 * gdb.threads/tid-reuse.exp: New file.
82
df8411da
SDJ
832015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
84
85 PR corefiles/16092
86 * gdb.base/coredump-filter.c: New file.
87 * gdb.base/coredump-filter.exp: Likewise.
88
6ef37366
PM
892015-03-27 Petr Machata <pmachata@redhat.com>
90
91 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
92 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
93 (Dwarf::assemble): Initialize them.
94 (Dwarf::lines): New function.
95
7ec911b0
JT
962015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
97
98 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
99 SYMBOL_PREFIX for x86_64-*-cygwin.
100
ff908ebf
AW
1012015-03-26 Andy Wingo <wingo@igalia.com>
102
103 PR symtab/18148
104 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
105 const_value but not a location.
106 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
107 location defined in non-main CUs are visible.
108
6d5f0679
YQ
1092015-03-26 Yao Qi <yao.qi@linaro.org>
110
111 PR testsuite/18139
112 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
113 Add a line number entry for the same line.
114 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
115 Add a line number entry for the same line.
116
2898689b
YQ
1172015-03-26 Yao Qi <yao.qi@linaro.org>
118
119 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
120 .int 0.
121 (func): Likewise. Add .Lfunc_1 label.
122 Use .Lfunc_1 label.
123 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
124 .int 0.
125 (func): Likewise.
126 Use .Lfunc_1 label.
127
85180498
YQ
1282015-03-26 Yao Qi <yao.qi@linaro.org>
129
130 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
131 Call gdb_compile instead to compile each .s files without debug
132 information.
133
8aa08a8d
YQ
1342015-03-26 Yao Qi <yao.qi@linaro.org>
135
136 * gdb.base/savedregs.exp (process_saved_regs): Make
137 "Saved registers:" optional in the pattern.
138
66849923
MM
1392015-03-25 Markus Metzger <markus.t.metzger@intel.com>
140
141 * gdb.btrace/next.exp: Merged into step.exp.
142 * gdb.btrace/finish.exp: Merged into step.exp.
143 * gdb.btrace/nexti.exp: Merged into stepi.exp.
144 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
145 "record goto" and checking the exact replay position.
146 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
147 check for "Recording format" in "info record" output.
148 * gdb.btrace/record_goto.exp: Choose test file based on target.
149 * gdb.btrace/x86-record_goto.S: Renamed into ...
150 * gdb.btrace/x86_64-record_goto.S: ... this.
151 * gdb.btrace/i686-record_goto.S: New.
152 * gdb.btrace/x86-tailcall.S: Renamed into ...
153 * gdb.btrace/x86_64-tailcall.S: ... this.
154 * gdb.btrace/i686-tailcall.S: New.
155 * gdb.btrace/x86-tailcall.c: Renamed into ...
156 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
157 separate statements. Update test.
158 * gdb.btrace/delta.exp: Use record_goto.c as test file.
159 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
160 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
161 * gdb.btrace/tailcall.exp: Choose test file based on target.
162 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
163
11cc1b74
MM
1642015-03-25 Markus Metzger <markus.t.metzger@intel.com>
165
166 * gdb.btrace/exception.exp: Increase BTS buffer size.
167
a25d8bf9
PA
1682015-03-24 Pedro Alves <palves@redhat.com>
169
170 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
171
856e7dd6
PA
1722015-03-24 Pedro Alves <palves@redhat.com>
173
174 * gdb.threads/schedlock.exp (test_step): No longer expect that
175 "set scheduler-locking step" with "next" over a function call runs
176 threads unlocked.
177
ad235a41
AT
1782015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
179
180 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
181
15630549
AT
1822015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
183
184 PR breakpoints/16466
185 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
186 * gdb.mi/mi-pending.c (thread_func): New function.
187 (int main): Add threading support required.
188 * gdb.mi/mi-pending.exp: Add tests for this issue.
189 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
190 (pendfunc2): Remove stdio dependency.
191 * gdb.mi/mi-pendshr2.c: New file.
192
693dca06
KS
1932015-03-23 Keith Seitz <keiths@redhat.com>
194
195 * gdb.linespec/keywords.c: New file.
196 * gdb.linespec/keywords.exp: New file.
197
7e993ebf
KS
1982015-03-23 Keith Seitz <keiths@redhat.com>
199
200 PR gdb/18021
201 * gdb.dwarf2/staticvirtual.exp: New test.
202
bc23328c
JK
2032015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
206 * README: Remove HP-UX and gdb.hp.
207 (configuration):
208 * configure: Regenerate.
209 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
210 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
211 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
212 gdb.hp/gdb.defects/Makefile.
213 * gdb.hp/Makefile.in: File deleted.
214 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
215 * gdb.hp/gdb.aCC/optimize.c: File deleted.
216 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
217 * gdb.hp/gdb.aCC/run.c: File deleted.
218 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
219 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
220 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
221 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
222 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
223 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
224 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
225 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
226 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
227 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
228 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
229 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
230 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
231 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
232 * gdb.hp/gdb.base-hp/reg.s: File deleted.
233 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
234 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
235 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
236 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
237 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
238 * gdb.hp/gdb.compat/Makefile.in: File deleted.
239 * gdb.hp/gdb.compat/average.c: File deleted.
240 * gdb.hp/gdb.compat/sum.c: File deleted.
241 * gdb.hp/gdb.compat/xdb.c: File deleted.
242 * gdb.hp/gdb.compat/xdb0.c: File deleted.
243 * gdb.hp/gdb.compat/xdb0.h: File deleted.
244 * gdb.hp/gdb.compat/xdb1.c: File deleted.
245 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
246 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
247 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
248 * gdb.hp/gdb.defects/Makefile.in: File deleted.
249 * gdb.hp/gdb.defects/bs14602.c: File deleted.
250 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
251 * gdb.hp/gdb.defects/solib-d.c: File deleted.
252 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
253 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
254 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
255 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
256 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
257 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
258 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
259 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
260 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
261 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
262 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
263 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
264 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
265 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
266 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
267 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
268 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
269 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
270 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
271 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
272 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
273 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
274 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
275 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
276 * gdb.hp/tools/odump: File deleted.
277
8bf3b159
PA
2782015-03-19 Pedro Alves <palves@redhat.com>
279
280 * gdb.threads/continue-pending-status.exp (saw_thread_2)
281 (saw_thread_3): New globals.
282 (top level): Increment them when an event for the corresponding
283 thread is seen.
284 (no thread starvation): New test.
285
eb54c8bf
PA
2862015-03-19 Pedro Alves <palves@redhat.com>
287
288 * gdb.threads/continue-pending-status.c: New file.
289 * gdb.threads/continue-pending-status.exp: New file.
290
32d2e5d6
PA
2912015-03-18 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
294 Use gdb_is_target_remote instead of is_remote. Use
295 gdb_test_multiple instead of gdb_expect. Exit early if
296 gdb_test_multiple hits its internal matches. Tighten stepi tests
297 expected output. Fail on exit with any signal, instead of just
298 SIGILL.
299
f68f11b7
YQ
3002015-03-18 Yao Qi <yao.qi@linaro.org>
301
302 PR tdep/18107
303 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
304 variable.
305 * gdb.base/catch-syscall.exp: Don't skip it on
306 aarch64*-*-linux* target. Remove elements in all_syscalls.
307 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
308 target.
309 (setup_all_syscalls): New proc.
310
ca5fd19b
YQ
3112015-03-16 Yao Qi <yao.qi@linaro.org>
312
313 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
314 (top level): Skip tests if valid_addr_p returns false for
315 $cmd1 or $cmd2.
316
85642ba0
AW
3172015-03-11 Andy Wingo <wingo@igalia.com>
318
319 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
320
e03f9645
YQ
3212015-03-11 Yao Qi <yao.qi@linaro.org>
322
323 * gdb.base/catch-syscall.exp: Fix typo in comments.
324
5d0962b2
YQ
3252015-03-11 Yao Qi <yao.qi@linaro.org>
326
327 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
328
b2df3cef
PA
3292015-03-09 Pedro Alves <palves@redhat.com>
330
331 * dg-extract-results.py: Delete.
332
ef878e53
PA
3332015-03-09 Pedro Alves <palves@redhat.com>
334
335 Merge dg-extract-results.sh from GCC upstream (r218843).
336
337 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
338 * dg-extract-results.sh: Use --text with grep to avoid issues with
339 binary files. Fall back to cat -v, if that doesn't work.
340
9494d219
PA
3412015-03-05 Pedro Alves <palves@redhat.com>
342
343 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
344
a8d9763a
SM
3452015-03-04 Simon Marchi <simon.marchi@ericsson.com>
346
347 * lib/mi-support.exp (mi_expect_interrupt): Accept
348 alternative event for when in all-stop mode.
349
be9957b8
PA
3502015-03-04 Pedro Alves <palves@redhat.com>
351
352 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
353
d57be0f4 3542015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
355
356 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
357
c214c7cf
AA
3582015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
361 regexps for GDB's current line display, accept a hex address
362 preceding the line number.
363
6d74a497
AA
3642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
367 the 'arch1' variable for "s390*-linux*" targets.
368
511aee7c
PA
3692015-03-04 Pedro Alves <palves@redhat.com>
370
371 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
372 (main): Pass missing retval argument to pthread_join call.
373
95e50b27
PA
3742015-03-02 Pedro Alves <palves@redhat.com>
375
376 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
377 (top level): Call do_test with non-stop as well.
378
28054d69
PA
3792015-03-02 Pedro Alves <palves@redhat.com>
380
381 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
382 -1.
383
4fa5d7b4
AA
3842015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
385
386 * gdb.arch/s390-vregs.exp: New test.
387 * gdb.arch/s390-vregs.S: New file.
388
97c18565
PA
3892015-02-27 Pedro Alves <palves@redhat.com>
390
391 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
392 call to catch_command_errors.
393 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
394 catch_command_errors.
395
a37bfa30
PA
3962015-02-27 Pedro Alves <palves@redhat.com>
397
398 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
399 "true" for boolean result.
400 * gdb.gdb/selftest.exp (test_with_self): Also accept full
401 prototype of main.
402
6f98576f
PA
4032015-02-27 Pedro Alves <palves@redhat.com>
404
405 * lib/unbuffer_output.c: New file.
406 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
407 (main): Call gdb_unbuffer_output.
408
eba5ab56
YQ
4092015-02-27 Yao Qi <yao.qi@linaro.org>
410
411 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
412 target.
413
0def5aaa
DE
4142015-02-26 Doug Evans <dje@google.com>
415
416 * gdb.cp/class2.cc (Dbase, D): New classes.
417 (main): New local delta.
418 * gdb.cp/class2.exp: Test printing delta.
419 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
420 (dynbar): New global.
421 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
422
081a1c2c
JK
4232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * gdb.compile/compile-ifunc.c: New file.
426 * gdb.compile/compile-ifunc.exp: New file.
427
2f41223f
AT
4282015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
429
430 * gdb.base/structs.exp: Check for correct struct on finish.
431
03eddd80
YQ
4322015-02-26 Yao Qi <yao.qi@linaro.org>
433
434 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
435 is zero.
436
80c57053
JK
4372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * gdb.arch/cordic.ko.bz2: New file.
440 * gdb.arch/cordic.ko.debug.bz2: New file.
441 * gdb.arch/ppc64-symtab-cordic.exp: New file.
442
21613c12
YQ
4432015-02-25 Yao Qi <yao.qi@linaro.org>
444
445 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
446 aarch64*-*-* target.
447
d8b901ed
PA
4482015-02-23 Pedro Alves <palves@redhat.com>
449
450 * lib/gdb.exp (delete_breakpoints): Rewrite using
451 gdb_test_multiple.
452
e5b85ead
PA
4532015-02-23 Pedro Alves <palves@redhat.com>
454
455 * gdb.base/info-os.c: Include stdlib.h.
456
85c3a371
DE
4572015-02-22 Doug Evans <xdje42@gmail.com>
458
459 PR symtab/17855
460 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
461 is read after symbols have been re-read.
462 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
463 * gdb.ada/exec_changed/second.adb (Second): Ditto.
464
96553a0c
DE
4652015-02-21 Doug Evans <dje@google.com>
466
467 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
468
97a0c697
JK
4692015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
470
471 PR corefiles/17808
472 * gdb.arch/i386-biarch-core.core.bz2: New file.
473 * gdb.arch/i386-biarch-core.exp: New file.
474
a47cd6e9
PA
4752015-02-21 Pedro Alves <palves@redhat.com>
476
477 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
478 runto_main fails.
479
c5facdc4
PA
4802015-02-20 Pedro Alves <palves@redhat.com>
481
482 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
483 info probes.
484
2db9a427
PA
4852015-02-20 Pedro Alves <palves@redhat.com>
486
487 * gdb.threads/multi-create-ns-info-thr.exp: New file.
488
60fb7e9e
PA
4892015-02-20 Pedro Alves <palves@redhat.com>
490
491 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
492 clean_restart before gdb_target_supports_trace.
493
5c5019c2
PA
4942015-02-20 Pedro Alves <palves@redhat.com>
495
496 PR threads/18006
497 * gdb.threads/clone-thread_db.c: New file.
498 * gdb.threads/clone-thread_db.exp: New file.
499
c9587f88
AT
5002015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
501
502 PR breakpoints/16812
503 * gdb.base/catch-gdb-caused-signals.c: New file.
504 * gdb.base/catch-gdb-caused-signals.exp: New file.
505
f6a88844
JM
5062015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
507
508 * configure: Regenerated.
509 * configure.ac: Use GDB_AC_TRANSFORM.
510 * aclocal.m4: sinclude ../transform.m4.
511
497c491b
JM
5122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
513
514 * lib/dtrace.exp: New file.
515 * gdb.base/dtrace-probe.exp: Likewise.
516 * gdb.base/dtrace-probe.d: Likewise.
517 * gdb.base/dtrace-probe.c: Likewise.
518 * lib/pdtrace.in: Likewise.
519 * configure.ac: Output variables with the transformed names of
520 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
521 * configure: Regenerated.
522
03e98035
JM
5232015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
524
525 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
526 expected message when trying to access $_probe_* convenience
527 variables while not on a probe.
528
63cc30e9
JK
5292015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
532
0703599a
PA
5332015-02-11 Pedro Alves <pedro@codesourcery.com>
534
535 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
536 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
537
7e60a48e
DE
5382015-02-10 Doug Evans <xdje42@gmail.com>
539
540 * lib/gdb.exp (gdb_load): Always return a result.
541
01b088bc
PA
5422015-02-10 Pedro Alves <palves@redhat.com>
543
544 * gdb.threads/signal-sigtrap.c: New file.
545 * gdb.threads/signal-sigtrap.exp: New file.
546
b05ec7a5
AT
5472015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
548
549 * gdb.trace/no-attach-trace.c: New file.
550 * gdb.trace/no-attach-trace.exp: New file.
551
a2c2acaf
MW
5522015-02-09 Mark Wielaard <mjw@redhat.com>
553
554 * gdb.dwarf2/atomic.c: New file.
555 * gdb.dwarf2/atomic-type.exp: Likewise.
556
31fd9caa
MM
5572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
558
559 * gdb.btrace/buffer-size.exp: Update "info record" output.
560 * gdb.btrace/delta.exp: Update "info record" output.
561 * gdb.btrace/enable.exp: Update "info record" output.
562 * gdb.btrace/finish.exp: Update "info record" output.
563 * gdb.btrace/instruction_history.exp: Update "info record" output.
564 * gdb.btrace/next.exp: Update "info record" output.
565 * gdb.btrace/nexti.exp: Update "info record" output.
566 * gdb.btrace/step.exp: Update "info record" output.
567 * gdb.btrace/stepi.exp: Update "info record" output.
568 * gdb.btrace/nohist.exp: Update "info record" output.
569
d33501a5
MM
5702015-02-09 Markus Metzger <markus.t.metzger@intel.com>
571
572 * gdb.btrace/buffer-size: New.
573
f4abbc16
MM
5742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
575
576 * gdb.btrace/delta.exp: Update "info record" output.
577 * gdb.btrace/enable.exp: Update "info record" output.
578 * gdb.btrace/finish.exp: Update "info record" output.
579 * gdb.btrace/instruction_history.exp: Update "info record" output.
580 * gdb.btrace/next.exp: Update "info record" output.
581 * gdb.btrace/nexti.exp: Update "info record" output.
582 * gdb.btrace/step.exp: Update "info record" output.
583 * gdb.btrace/stepi.exp: Update "info record" output.
584 * gdb.btrace/nohist.exp: Update "info record" output.
585
b9d61307
SM
5862015-02-06 Simon Marchi <simon.marchi@ericsson.com>
587
588 PR gdb/15678
589 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
590
e584fdbc
PA
5912015-02-06 Pedro Alves <palves@redhat.com>
592
593 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
594 macro.
595 (seconds_left, again): New globals.
596 (main): Wait seconds_left in a 1-second sleep loop instead of
597 sleeping 180 seconds. If 'again' is set, reset the seconds
598 counter.
599 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
600 'again' in the inferior before detaching. Print the seconds left.
601 (options): New global.
602 (top level): Build program with -DTIMEOUT=$timeout.
603
77f41761
PA
6042015-02-06 Pedro Alves <palves@redhat.com>
605
606 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
607 determine how many seconds to pass to 'alarm'.
608 * gdb.base/gdb-sigterm.exp (top level): Build program with
609 -DTIMEOUT=$timeout.
610 (do_test): Return success/failure indication. Add more verbose
611 logging. Don't fail if 200 single steps are seen. Instead, fail
612 when the test times out.
613 (passes): New global.
614 (top level): Break the testing loop if testing fails on any
615 iteration. Use gdb_assert.
616
b9394193
DB
6172015-02-04 Don Breazeal <donb@codesourcery.com>
618
619 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
620 and initialize them.
621 (ipc_cleanup): New function.
622 (main): Don't declare shmid, semid, and msqid. Add a call to
623 atexit so that we call ipc_cleanup on exit.
624
42d9e528
PA
6252015-02-04 Pedro Alves <palves@redhat.com>
626
627 * boards/native-extended-gdbserver.exp: Remove any target variant
628 specifications from the board name before clearing the isremote
629 flag from board_info.
630
ae6ae975
DE
6312015-01-31 Doug Evans <xdje42@gmail.com>
632
633 * gdb.base/maint.exp <maint print type argc>: Update expected output.
634
cfb069a8
GB
6352015-01-31 Gary Benson <gbenson@redhat.com>
636
637 * gdb.base/completion.exp: Disable completion limiting for
638 existing tests. Add new tests to check completion limiting.
639 * gdb.linespec/ls-errs.exp: Disable completion limiting.
640
5dd31d79
DE
6412015-01-31 Doug Evans <xdje42@gmail.com>
642
643 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
644
9f050062
DE
6452015-01-31 Doug Evans <xdje42@gmail.com>
646
647 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
648 entries. Duplicate file section script entries.
649 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
650 inlined entries. Add test for safe-path rejection.
651 * gdb.python/py-section-script.c: Add duplicate inlined section script
652 entries. Duplicate file section script entries.
653 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
654 inlined entries. Add test for safe-path rejection.
655
df25ebbd
JB
6562015-01-29 Joel Brobecker <brobecker@adacore.com>
657
658 * gdb.ada/disc_arr_bound: New testcase.
659
4a0ca9ec
JB
6602015-01-29 Joel Brobecker <brobecker@adacore.com>
661
662 * gdb.ada/mi_var_array: New testcase.
663
3a8b707a
DE
6642015-01-27 Doug Evans <dje@google.com>
665
666 * gdb.python/py-objfile.exp: Add tests for objfile.username.
667 Add test for objfile.filename, objfile.username after objfile
668 has been unloaded.
669
f8313f6e
JB
6702015-01-26 Joel Brobecker <brobecker@adacore.com>
671
672 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
673 the second test to print the name attribute of value
674 returned by the call to gdb.lookup_type, and adjust
675 the expected output accordingly.
676
37bc665e
MW
6772015-01-25 Mark Wielaard <mjw@redhat.com>
678
679 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
680 * gdb.base/disp-step-fork.c: Include unistd.h.
681 * gdb.base/siginfo-obj.c: Include stdio.h.
682 * gdb.base/siginfo-thread.c: Likewise.
683 * gdb.mi/non-stop.c: Include unistd.h.
684 * gdb.mi/nsthrexec.c: Include stdio.h.
685 * gdb.mi/pthreads.c: Include unistd.h.
686 * gdb.modula2/unbounded1.c (main): Declare returns int.
687 * gdb.reverse/consecutive-reverse.c: Likewise.
688 * gdb.threads/create-fail.c: Include unistd.h.
689 * gdb.threads/killed.c: Likewise.
690 * gdb.threads/linux-dp.c: Likewise.
691 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
692 * gdb.threads/non-ldr-exc-2.c: Likewise.
693 * gdb.threads/non-ldr-exc-3.c: Likewise.
694 * gdb.threads/non-ldr-exc-4.c: Likewise.
695 * gdb.threads/pthreads.c: Include unistd.h.
696 (main): Declare returns int.
697 * gdb.threads/tls-main.c (foo): New declaration.
698 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
699
f7e5394d
SM
7002015-01-23 Simon Marchi <simon.marchi@ericsson.com>
701
702 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
703 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
704
743649fd
MW
7052015-01-15 Mark Wielaard <mjw@redhat.com>
706
707 * gdb.base/noreturn-return.c: New file.
708 * gdb.base/noreturn-return.exp: New file.
709 * gdb.base/noreturn-finish.c: New file.
710 * gdb.base/noreturn-finish.exp: New file.
711
198297aa
PA
7122015-01-23 Pedro Alves <palves@redhat.com>
713
714 * gdb.threads/continue-pending-after-query.c: New file.
715 * gdb.threads/continue-pending-after-query.exp: New file.
716
717cf30c
AG
7172015-01-22 Anders Granlund <anders.granlund@ericsson.com>
718 Simon Marchi <simon.marchi@ericsson.com>
719
720 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
721 * gdb.base/valgrind-db-attach.exp: Same.
722 * gdb.base/valgrind-infcall.exp: Same.
723 * lib/mi-support.exp (default_mi_gdb_start): Same.
724 * lib/prompt.exp (default_prompt_gdb_start): Same.
725 * lib/gdb.exp (default_gdb_spawn): Same.
726 (gdb_interact): New.
727
728
4b62a76e
JK
7292015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 * gdb.compile/compile.exp (pointer to jit function): New test.
732
b4cdae6f
WW
7332015-01-17 Wei-cheng Wang <cole945@gmail.com>
734
735 * lib/gdb.exp (supports_process_record): Return true for
736 powerpc*-*-linux*.
737 (supports_reverse): Likewise.
738
d221e7ef
DB
7392015-01-15 Don Breazeal <donb@codesourcery.com>
740
741 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
742 instead of checking whether the target board is remote and
743 use spawn_wait_for_attach instead of exec/sleep.
744 * gdb.base/attach-twice.exp: Likewise.
745
bafffb51
JB
7462015-01-15 Joel Brobecker <brobecker@adacore.com>
747
748 * gdb.ada/var_arr_attrs: New testcase.
749
5589af0e
PA
7502015-01-14 Pedro Alves <palves@redhat.com>
751 Joel Brobecker <brobecker@adacore.com>
752
753 PR gdb/17525
754 * gdb.base/bp-cmds-execution-x-script.c: New file.
755 * gdb.base/bp-cmds-execution-x-script.exp: New file.
756 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
757
6c400b59
PA
7582015-01-14 Pedro Alves <palves@redhat.com>
759
760 PR cli/17828
761 * gdb.base/batch-preserve-term-settings.c: New file.
762 * gdb.base/batch-preserve-term-settings.exp: New file.
763
e02c96a7
DE
7642015-01-13 Doug Evans <dje@google.com>
765
766 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
767 binary.
768
576fd14c
JB
7692015-01-13 Joel Brobecker <brobecker@adacore.com>
770
771 * Makefile.in (clean mostlyclean): Do not delete *.py.
772
04dccad0
JB
7732015-01-13 Joel Brobecker <brobecker@adacore.com>
774
775 * gdb.python/py-lookup-type.exp: New file.
776
3d230f71
PA
7772015-01-12 Pedro Alves <palves@redhat.com>
778
779 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
780 restore GDBFLAGS before returning.
781
7e67715d
JK
7822015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
785 is_amd64_regs_target and is_x86_like_target.
786
f2e0d4b4
DE
7872015-01-11 Doug Evans <xdje42@gmail.com>
788
789 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
790 is given without an explicit form.
791 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
792 attributes.
793 * gdb.dwarf/corrupt.exp: Ditto.
794 * gdb.dwarf2/enum-type.exp: Ditto.
795 * gdb.trace/entry-values.exp: Ditto.
796 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
797
439250fb
DE
7982015-01-11 Doug Evans <xdje42@gmail.com>
799
800 PR gdb/15830
801 * gdb.base/maint.exp: Remove references to "maint demangle".
802 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
803 Add tests for explicitly specifying language to demangle.
804 * gdb.dlang/demangle.exp: Ditto.
805
ede9f622
PA
8062015-01-09 Pedro Alves <palves@redhat.com>
807
808 * gdb.threads/non-stop-fair-events.c: New file.
809 * gdb.threads/non-stop-fair-events.exp: New file.
810
a7b796db
PA
8112015-01-09 Pedro Alves <palves@redhat.com>
812
813 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
814 the global scope. Set a breakpoint after all threads are started
815 rather than stepping over two source lines. Expect the prompt.
816 * gdb.base/watch_thread_num.c (threads_started_barrier): New
817 global.
818 (NUM): Now 15.
819 (main): Use threads_started_barrier to wait for all threads to
820 start. Main thread no longer calls thread_function. Exit after
821 180 seconds.
822 (loop): New function.
823 (thread_function): Wait on threads_started_barrier barrier. Call
824 'loop' at each iteration.
825 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
826 threads have started, instead of hardcoding number of "next"
827 steps. Use an access watchpoint instead of a write watchpoint.
828
9665ffdd
PA
8292015-01-09 Pedro Alves <palves@redhat.com>
830
831 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
832 (thread_func): Wait on barrier.
833 (main): Wait for all threads to start before stopping GDB.
834 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
835 global.
836 (thread1_func, thread2_func): Wait on barrier.
837 (main): Wait for all threads to start before stopping GDB.
838 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
839 New global.
840 (thread1_func, thread2_func): Wait on barrier.
841 (main): Wait for all threads to start before stopping GDB.
842
c945a99f
PA
8432015-01-09 Pedro Alves <palves@redhat.com>
844
845 * gdb.threads/attach-many-short-lived-threads.c: New file.
846 * gdb.threads/attach-many-short-lived-threads.exp: New file.
847
c1a747c1
PA
8482014-01-09 Pedro Alves <palves@redhat.com>
849
850 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
851 instead of to thread 2.
852 * gdb.threads/signal-command-multiple-signals-pending.c (main):
853 Add barrier around each pthread_create call instead of around all
854 calls.
855 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
856 Set a break on thread_function and have the child threads hit it
857 one at at a time.
858
60b3033e
PA
8592015-01-09 Pedro Alves <palves@redhat.com>
860
861 * lib/gdb.exp (can_spawn_for_attach): New procedure.
862 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
863 false.
864 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
865 checking whether the target board is remote.
866 * gdb.multi/multi-attach.exp: Likewise.
867 * gdb.python/py-sync-interp.exp: Likewise.
868 * gdb.server/ext-attach.exp: Likewise.
869 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
870 tests that need to attach, instead of checking whether the target
871 board is remote at the top of the file.
872
acc018ac
YQ
8732015-01-08 Yao Qi <yao@codesourcery.com>
874
875 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
876
50a18af8
JK
8772015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
878
879 Fix testcase compilation.
880 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
881
8503d6e1
JB
8822015-01-06 Joel Brobecker <brobecker@adacore.com>
883
884 * gdb.python/py-type.exp: Add a couple test about empty
885 array creation, and negative-length array creation.
886
cc73dbcc
DE
8872015-01-02 Doug Evans <xdje42@gmail.com>
888
889 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
890
0300bbc7
DE
8912015-01-02 Doug Evans <dje@google.com>
892
893 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
894
9d85a0ec
YQ
8952014-12-29 Yao Qi <yao@codesourcery.com>
896
897 * gdb.trace/entry-values.exp: Update comments. Rename variable
898 bar_call_foo to returned_from_foo.
899
87186c6a
MMN
9002014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
901
902 PR gdb/17394
903 * gdb.linespec/break-asm-file.c: New file.
904 * gdb.linespec/break-asm-file.exp: New file.
905 * gdb.linespec/break-asm-file0.s: New file.
906 * gdb.linespec/break-asm-file1.s: New file.
907
1bab7383
YQ
9082014-12-18 Nigel Stephens <nigel@mips.com>
909 Maciej W. Rozycki <macro@codesourcery.com>
910
911 * gdb.base/float.exp: Handle the new output from "info float" on
912 MIPS targets.
913
1bc1068a
JK
9142014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 Fix MinGW compilation.
917 * gdb.compile/compile-ops.exp: Update untested message if
918 !skip_compile_feature_tests.
919 * gdb.compile/compile-setjmp.exp: Likewise.
920 * gdb.compile/compile-tls.exp: Likewise.
921 * gdb.compile/compile.exp: Likewise.
922 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
923 supported on this host".
924
b6615d10
DE
9252014-12-16 Doug Evans <xdje42@gmail.com>
926
927 * boards/stabs.exp: New file.
928
25dda427
AA
9292014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
930
931 * gdb.base/completion.exp: Adjust to format changes of "maint
932 print user-registers".
933
bf330350
CU
9342014-12-16 Catalin Udma <catalin.udma@freescale.com>
935
936 PR server/17457
937 * gdb.arch/aarch64-fp.c: New file.
938 * gdb.arch/aarch64-fp.exp: New file.
939
395cf596
SDJ
9402014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
941
942 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
943 r210637, r210913, r211666, r215400, r215817).
944
945 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
946 * dg-extract-results.py: New file.
947 * dg-extract-results.sh: Use it if the environment seems
948 suitable.
949
950 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
951
952 * dg-extract-results.py (parse_run): Handle warnings that
953 are printed before a test harness is run.
954
955 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
956
957 * dg-extract-results.py (Named): Remove __cmp__ method.
958 (output_variation): Use a key to sort variation.harnesses.
959
960 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
961
962 * dg-extract-results.py: For Python 3, force sys.stdout to
963 handle surrogate escape sequences.
964 (safe_open): New function.
965 (output_segment, main): Use it.
966
967 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
968
969 * dg-extract-results.py (Prog.result_re): Include options
970 in test name.
971
972 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
973
974 * dg-extract-results.py (output_variation): Always sort if
975 do_sum.
976
e882ef3c
SM
9772014-12-15 Simon Marchi <simon.marchi@ericsson.com>
978
979 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
980 as long as we get pagination notifications.
981
4992aa20
JM
9822014-12-15 Jason Merrill <jason@redhat.com>
983
984 * Makefile.in (check-gdb.%): Restore.
985 * README: Mention it.
986
c1b5a1a6
JB
9872014-12-13 Joel Brobecker <brobecker@adacore.com>
988
989 * gdb.ada/str_uninit: New testcase.
990
5537b577
JK
9912014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
992
993 PR symtab/17642
994 * gdb.base/vla-stub-define.c: New file.
995 * gdb.base/vla-stub.c: New file.
996 * gdb.base/vla-stub.exp: New file.
997
bb2ec1b3
TT
9982014-12-12 Phil Muldoon <pmuldoon@redhat.com>
999 Jan Kratochvil <jan.kratochvil@redhat.com>
1000 Tom Tromey <tromey@redhat.com>
1001
1002 * configure.ac: Add gdb.compile/.
1003 * configure: Regenerate.
1004 * gdb.compile/Makefile.in: New file.
1005 * gdb.compile/compile-ops.exp: New file.
1006 * gdb.compile/compile-ops.c: New file.
1007 * gdb.compile/compile-tls.c: New file.
1008 * gdb.compile/compile-tls.exp: New file.
1009 * gdb.compile/compile-constvar.S: New file.
1010 * gdb.compile/compile-constvar.c: New file.
1011 * gdb.compile/compile-mod.c: New file.
1012 * gdb.compile/compile-nodebug.c: New file.
1013 * gdb.compile/compile-setjmp-mod.c: New file.
1014 * gdb.compile/compile-setjmp.c: New file.
1015 * gdb.compile/compile-setjmp.exp: New file.
1016 * gdb.compile/compile-shlib.c: New file.
1017 * gdb.compile/compile.c: New file.
1018 * gdb.compile/compile.exp: New file.
1019 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1020
4ff709eb
TT
10212014-12-12 Tom Tromey <tromey@redhat.com>
1022
1023 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1024 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1025
6dddd6a5
DE
10262014-12-12 Doug Evans <dje@google.com>
1027
1028 * lib/gdb-python.exp (get_python_valueof): New function.
1029 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1030
71c24708
AA
10312014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1032
1033 * gdb.base/completion.exp: Add test for completion of "info
1034 registers ".
1035
3e29f34a
MR
10362014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1037
1038 * gdb.base/func-ptrs.c: New file.
1039 * gdb.base/func-ptrs.exp: New file.
1040
fc126975
SM
10412014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1042
1043 PR breakpoints/17012
1044 * gdb.base/dprintf-detach.c: New file.
1045 * gdb.base/dprintf-detach.exp: New file.
1046
0a46d518
SM
10472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1048
1049 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1050 * lib/gdb.exp (target_is_gdbserver): New procedure.
1051
a0be3e44
DE
10522014-12-08 Doug Evans <dje@google.com>
1053
1054 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1055
df1b803a
YQ
10562014-12-05 Yao Qi <yao@codesourcery.com>
1057
1058 * gdb.guile/scm-error.exp: Remove the third argument to
1059 gdb_remote_download.
1060 * gdb.guile/scm-frame-args.exp: Likewise.
1061 * gdb.guile/scm-section-script.exp: Likewise.
1062
ddb9f679
YQ
10632014-12-05 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1066
86e4ed39
DE
10672014-12-04 Doug Evans <dje@google.com>
1068
1069 * gdb.python/py-objfile.exp: Add tests for
1070 objfile.add_separate_debug_file.
1071
7c50a931
DE
10722014-12-04 Doug Evans <dje@google.com>
1073
1074 * lib/gdb.exp (get_build_id): New function.
1075 (build_id_debug_filename_get): Rewrite to use it.
1076 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1077
621661e3
MR
10782014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1079
1080 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1081 `method(long)', not just 0x0.
1082 * gdb.cp/nsalias.exp: Align code labels to 4.
1083 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1084 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1085 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1086 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1087 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1088 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1089
29f0c3b7
DE
10902014-12-02 Doug Evans <dje@google.com>
1091
e1e061e7 1092 PR symtab/17602
29f0c3b7 1093 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1094 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1095 * gdb.cp/anon-ns.exp: Update.
1096
162078c8
NB
10972014-12-02 Nick Bull <nicholaspbull@gmail.com>
1098
1099 * gdb.python/py-events.py (inferior_call_handler): New.
1100 (register_changed_handler, memory_changed_handler): New.
1101 (test_events.invoke): Register new handlers.
1102 * gdb.python/py-events.exp: Add tests for inferior call,
1103 memory_changed and register_changed events.
1104
fdb09caf
AA
11052014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1106
1107 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1108 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1109 if the linker doesn't understand this.
1110
55cfb2c4
SM
11112014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1112
1113 * gdb.python/python.exp: Change expected reply to help().
1114
9e8cd6df
YQ
11152014-12-01 Yao Qi <yao@codesourcery.com>
1116
1117 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1118 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1119 * configure: Re-generated.
1120
6c659fc2
SC
11212014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1122
1123 * gdb.cp/chained-calls.cc: New file.
1124 * gdb.cp/chained-calls.exp: New file.
1125 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1126
d7fc3181
SM
11272014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1128
1129 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1130 * gdb.dwarf2/symtab-producer.exp: Same.
1131 * gdb.gdb/python-interrupts.exp: Same.
1132 * gdb.gdb/python-selftest.exp: Same.
1133 * gdb.python/py-linetable.exp: Same.
1134 * gdb.python/py-type.exp: Same.
1135 * gdb.python/py-value-cc.exp: Same.
1136 * gdb.python/py-value.exp: Same.
1137
10e79639
YQ
11382014-11-28 Yao Qi <yao@codesourcery.com>
1139
1140 * gdb.base/break-probes.exp: Match library name prefixed with
1141 sysroot.
1142
f28a0564
SM
11432014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1144
1145 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1146 test expected output. Add parentheses for the call to print.
1147 Remove L suffix from integers.
1148
3fe1ce1d
DE
11492014-11-26 Doug Evans <dje@google.com>
1150
1151 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1152
84429e27
YQ
11532014-11-22 Yao Qi <yao@codesourcery.com>
1154
1155 * gdb.trace/entry-values.c: Remove asms.
1156 (foo): Add foo_label.
1157 (bar): Add bar_label.
1158 * gdb.trace/entry-values.exp: Remove code computing foo's
1159 length and bar's length.
1160 (Dwarf::assemble): Invoke function_range for bar and use
1161 MACRO_AT_func for foo.
1162
26741859
YQ
11632014-11-22 Yao Qi <yao@codesourcery.com>
1164
1165 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1166 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1167 Use .Lgcc43_procstart instead of gcc43.
1168
45e44d27
JB
11692014-11-21 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.ada/n_arr_bound: New testcase.
1172
458c8db8
SDJ
11732014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1174
1175 PR breakpoints/10737
1176 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1177 test_catch_syscall_multi_arch.
1178 (test_catch_syscall_multi_arch): New function.
1179
43f3e411
DE
11802014-11-20 Doug Evans <xdje42@gmail.com>
1181
1182 * gdb.base/maint.exp: Update expected output.
1183
0d7b2549
AA
11842014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1185
1186 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1187 4-byte instruction on S390.
1188
8908fca5
JB
11892014-11-19 Joel Brobecker <brobecker@adacore.com>
1190
1191 * gdb.ada/arr_arr: New testcase.
1192
4a46959e
JB
11932014-11-19 Joel Brobecker <brobecker@adacore.com>
1194
1195 * gdb.ada/pkd_arr_elem: New Testcase.
1196
470e2f4e
LM
11972014-11-18 Luis Machado <lgustavo@codesourcery.com>
1198
1199 * gdb.reverse/break-precsave: Expect completion message for
1200 core file reads.
1201 * gdb.reverse/consecutive-precsave.exp: Likewise.
1202 * gdb.reverse/finish-precsave.exp: Likewise.
1203 * gdb.reverse/i386-precsave.exp: Likewise.
1204 * gdb.reverse/machinestate-precsave.exp: Likewise.
1205 * gdb.reverse/sigall-precsave.exp: Likewise.
1206 * gdb.reverse/solib-precsave.exp: Likewise.
1207 * gdb.reverse/step-precsave.exp: Likewise.
1208 * gdb.reverse/until-precsave.exp: Likewise.
1209 * gdb.reverse/watch-precsave.exp: Likewise.
1210
a267f3ad
AA
12112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1212
1213 * gdb.base/bp-permanent.c: Include unistd.h.
1214 * gdb.python/py-framefilter-mi.c (main): Add return type.
1215 * gdb.python/py-framefilter.c (main): Likewise.
1216 * gdb.trace/actions-changed.c (main): Likewise.
1217
12084a9a
AA
12182014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1219
1220 * gdb.mi/until.c: Add eye-catchers.
1221 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1222 line numbers.
1223
dc7e1a77
AA
12242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1225
1226 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1227 function header variants in break1.c.
1228 * gdb.base/ena-dis-br.exp: Likewise.
1229 * gdb.base/hbreak2.exp: Likewise.
1230 * gdb.reverse/until-precsave.exp: Drop references to removed
1231 non-prototype function header variants in ur1.c.
1232 * gdb.reverse/until-reverse.exp: Likewise.
1233
41c77605
PM
12342014-11-17 Petr Machata <pmachata@redhat.com>
1235
1236 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1237 ${_cu_offset_size} bytes abbrev offset.
1238
34248c3a
DE
12392014-11-15 Doug Evans <xdje42@gmail.com>
1240
1241 PR symtab/17559
1242 * gdb.base/line-symtabs.exp: New file.
1243 * gdb.base/line-symtabs.c: New file.
1244 * gdb.base/line-symtabs.h: New file.
1245
646da059
YQ
12462014-11-14 Yao Qi <yao@codesourcery.com>
1247
1248 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1249 (func): Add label func_label.
1250 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1251 Replace low_pc and high_pc with MACRO_AT_range.
1252 Replace name, low_pc and high_pc with MACRO_AT_func.
1253
9301ebe6
YQ
12542014-11-14 Yao Qi <yao@codesourcery.com>
1255
1256 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1257 Replace name, low_pc and high_pc with MACRO_AT_func.
1258
f166b542
YQ
12592014-11-14 Yao Qi <yao@codesourcery.com>
1260
1261 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1262 produce debug information.
1263 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1264
0f6e71e3
YQ
12652014-11-14 Yao Qi <yao@codesourcery.com>
1266
1267 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1268 object and get function length.
1269 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1270 with MACRO_AT_func.
1271 (top-level): Replace gdb_compile and clean_restart with
1272 prepare_for_testing.
1273 * gdb.dwarf2/main.c (main): Add label main_label.
1274
876c4df9
YQ
12752014-11-14 Yao Qi <yao@codesourcery.com>
1276
1277 * lib/dwarf.exp (function_range): New procedure.
1278 (Dwarf::_handle_macro_at_func): New procedure.
1279 (Dwarf::_handle_macro_at_range): New procedure.
1280 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1281
02ad9cf1
YQ
12822014-11-14 Yao Qi <yao@codesourcery.com>
1283
1284 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1285 (_handle_attribute): New procedure.
1286
a59add0c
AA
12872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1288
1289 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1290 * gdb.base/call-sc.c (zed): Likewise.
1291 * gdb.base/checkpoint.c (main): Likewise.
1292 * gdb.base/dump.c (main): Likewise.
1293 * gdb.base/gcore.c (main): Likewise.
1294 * gdb.base/huge.c (main): Likewise.
1295 * gdb.base/multi-forks.c (main): Likewise.
1296 * gdb.base/pr10179-a.c (main): Likewise.
1297 * gdb.base/savedregs.c (main): Likewise.
1298 * gdb.base/sigaltstack.c (main): Likewise.
1299 * gdb.base/siginfo.c (main): Likewise.
1300 * gdb.base/structs.c (zed): Likewise.
1301 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1302 * gdb.mi/mi-syn-frame.c (main): Likewise.
1303 * gdb.mi/until.c (foo, main): Likewise.
1304 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1305 * gdb.base/solib-weak.c (foo): Declare.
1306 * gdb.base/attach-twice.c: Include stdio.h.
1307 * gdb.base/weaklib1.c: Likewise.
1308 * gdb.base/weaklib2.c: Likewise.
1309 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1310 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1311 unistd.h.
1312 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1313 * gdb.mi/mi-exit-code.c: Likewise.
1314 * gdb.base/break-interp-lib.c: Include string.h.
1315 * gdb.base/coremaker.c: Likewise.
1316 * gdb.base/testenv.c: Likewise.
1317 * gdb.python/py-finish-breakpoint.c: Likewise.
1318 * gdb.base/inferior-died.c: Include sys/wait.h.
1319 * gdb.base/fileio.c: Include time.h.
1320 * gdb.base/async-shell.c: Include unistd.h.
1321 * gdb.base/dprintf-non-stop.c: Likewise.
1322 * gdb.base/info-os.c: Likewise.
1323 * gdb.mi/mi-console.c: Likewise.
1324 * gdb.mi/watch-nonstop.c: Likewise.
1325 * gdb.python/py-events.c: Likewise.
1326 * gdb.base/async.c (baz): Move up before its invocation.
1327 * gdb.base/code_elim2.c (my_global_func): Likewise.
1328 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1329 * gdb.base/advance.c (func2): Likewise.
1330
3b5d5997
AA
13312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1332
1333 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1334 variant.
1335 * gdb.base/annota3.c: Likewise.
1336 * gdb.base/async.c: Likewise.
1337 * gdb.base/average.c: Likewise.
1338 * gdb.base/call-ar-st.c: Likewise.
1339 * gdb.base/call-rt-st.c: Likewise.
1340 * gdb.base/call-sc.c: Likewise.
1341 * gdb.base/call-strs.c: Likewise.
1342 * gdb.base/ending-run.c: Likewise.
1343 * gdb.base/execd-prog.c: Likewise.
1344 * gdb.base/exprs.c: Likewise.
1345 * gdb.base/foll-exec.c: Likewise.
1346 * gdb.base/foll-fork.c: Likewise.
1347 * gdb.base/foll-vfork.c: Likewise.
1348 * gdb.base/funcargs.c: Likewise.
1349 * gdb.base/gcore.c: Likewise.
1350 * gdb.base/jump.c: Likewise.
1351 * gdb.base/langs0.c: Likewise.
1352 * gdb.base/langs1.c: Likewise.
1353 * gdb.base/langs2.c: Likewise.
1354 * gdb.base/mips_pro.c: Likewise.
1355 * gdb.base/nodebug.c: Likewise.
1356 * gdb.base/opaque0.c: Likewise.
1357 * gdb.base/opaque1.c: Likewise.
1358 * gdb.base/recurse.c: Likewise.
1359 * gdb.base/run.c: Likewise.
1360 * gdb.base/scope0.c: Likewise.
1361 * gdb.base/scope1.c: Likewise.
1362 * gdb.base/setshow.c: Likewise.
1363 * gdb.base/setvar.c: Likewise.
1364 * gdb.base/shmain.c: Likewise.
1365 * gdb.base/shr1.c: Likewise.
1366 * gdb.base/shr2.c: Likewise.
1367 * gdb.base/sigall.c: Likewise.
1368 * gdb.base/signals.c: Likewise.
1369 * gdb.base/so-indr-cl.c: Likewise.
1370 * gdb.base/solib2.c: Likewise.
1371 * gdb.base/structs.c: Likewise.
1372 * gdb.base/sum.c: Likewise.
1373 * gdb.base/vforked-prog.c: Likewise.
1374 * gdb.base/watchpoint.c: Likewise.
1375 * gdb.reverse/shr2.c: Likewise.
1376 * gdb.reverse/until-reverse.c: Likewise.
1377 * gdb.reverse/ur1.c: Likewise.
1378 * gdb.reverse/watch-reverse.c: Likewise.
1379
066a77c5
AA
13802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1381
1382 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1383 variant.
1384 * gdb.base/sepdebug.exp: Drop references to removed code.
1385
4f204ea5
AA
13862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1387
1388 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1389 variant. Preserve original line numbering.
1390 * gdb.base/list1.c: Likewise.
1391
3b377a3a
AA
13922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1393
1394 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1395 variant.
1396 * gdb.base/break1.c: Likewise.
1397 * gdb.base/break.exp: Drop references to removed code.
1398
e444df73
AA
13992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1400
1401 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1402 variant.
1403
8008f2a7
AA
14042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1405
1406 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1407
a5a06887
AA
14082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1409
1410 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1411 logic into perform_all_tests() and invoke it with and without
1412 function header prototypes.
1413 (do_function_calls): Remove conditional XFAIL for PR 5318.
1414 (rerun_and_prepare): Remove duplicate code.
1415 (perform_all_tests): New. Main logic moved here.
1416
44dba9b9
AA
14172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1418
1419 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1420 code guarded by #ifdef NO_PROTOTYPES.
1421 (t_double_many_args): Likewise.
1422 (DEF_FUNC_MANY_ARGS_1): Likewise.
1423 (DEF_FUNC_VALUES_1): Likewise.
1424 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1425 guarded by #ifdef PROTOTYPES.
1426
d1fbcd56
AA
14272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1428
1429 * gdb.mi/mi-console.c: Add eye-catcher.
1430 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1431 instead of literal line number.
1432
b0e59b8f
AA
14332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1434
1435 * gdb.base/shr2.c: Add eye-catcher.
1436 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1437 line number.
1438
78f98cca
AA
14392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1440
1441 * gdb.base/jump.c: Add eye-catchers.
1442 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1443 numbers.
1444
58fa2af0
AA
14452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1446
1447 * gdb.base/execd-prog.c: Add eye-catchers.
1448 * gdb.base/foll-exec.c: Likewise.
1449 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1450 line numbers.
1451
04e5059b
AA
14522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1453
1454 * gdb.base/ending-run.c: Add eye-catchers.
1455 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1456 literal line numbers.
1457
dbfdb174
AA
14582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1459
1460 * gdb.base/call-rt-st.c: Add eye-catchers.
1461 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1462 literal line numbers.
1463
888a2ade
AA
14642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1465
1466 * gdb.base/call-ar-st.c: Add eye-catchers.
1467 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1468 literal line numbers.
1469
6acc2dde
AA
14702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1471
1472 * gdb.base/average.c: Add eye-catchers.
1473 * gdb.base/sum.c: Likewise.
1474 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1475 regexps dynamically.
1476
9ecfcd1d
AA
14772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1478
1479 * gdb.base/solib1.c: Add eye-catchers.
1480 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1481 literal line numbers.
1482
78708b7c
PA
14832014-11-12 Pedro Alves <palves@redhat.com>
1484
1485 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1486 leader has exited.
1487
af48d08f
PA
14882014-11-12 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.arch/i386-bp_permanent.c: New file.
1491 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1492 (srcfile): Set to i386-bp_permanent.c.
1493 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1494 that stepi does not execute the 'leave' instruction, instead of
1495 testing it does execute.
1496 * gdb.base/bp-permanent.c: New file.
1497 * gdb.base/bp-permanent.exp: New file.
1498
af3768e9
DE
14992014-11-10 Doug Evans <xdje42@gmail.com>
1500
1501 PR symtab/17564
1502 * gdb.base/symtab-search-order.exp: New file.
1503 * gdb.base/symtab-search-order.c: New file.
1504 * gdb.base/symtab-search-order-1.c: New file.
1505 * gdb.base/symtab-search-order-shlib-1.c: New file.
1506
9de00a4a
PA
15072014-11-07 Pedro Alves <palves@redhat.com>
1508
1509 PR gdb/17511
1510 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1511 i?86-*-linux*.
1512
e0f52461
SC
15132014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1514
1515 PR c++/17494
1516 * gdb.cp/pr17494.cc: New file.
1517 * gdb.cp/pr17494.exp: New file.
1518
6ce8c980
YQ
15192014-11-02 Yao Qi <yao@codesourcery.com>
1520
1521 * gdb.python/python.exp: Get working directory and match the
1522 output of "set extended-prompt \\w " with it.
1523
02be9a71
DE
15242014-10-30 Doug Evans <dje@google.com>
1525
1526 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1527 in objfiles.
1528 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1529 in progspaces.
1530
3bdff46b
LM
15312014-10-30 Janis Johnson <janisjo@codesourcery.com>
1532
1533 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1534 * gdb.base/realname-expand.exp: Likewise.
1535 * gdb.linespec/macro-relative.exp: Likewise.
1536
ab917dfb
PA
15372014-10-29 Pedro Alves <palves@redhat.com>
1538
1539 PR gdb/17408
1540 * gdb.threads/schedlock.c (some_function): New function.
1541 (call_function): New global.
1542 (MAYBE_CALL_SOME_FUNCTION): New macro.
1543 (thread_function): Call it.
1544 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1545 and use it instead of a global counter. Adjust all callers.
1546 (get_current_thread): Use "find current thread" for test message
1547 here rather than having all callers pass down the same string.
1548 (goto_loop): New procedure, factored out from ...
1549 (my_continue): ... this.
1550 (step_ten_loops): Change parameter from test message to command to
1551 use. Adjust.
1552 (list_count): Delete global.
1553 (check_result): New procedure, factored out from duplicate top
1554 level code.
1555 (continue tests): Wrap in with_test_prefix.
1556 (test_step): New procedure, factored out from duplicate top level
1557 code.
1558 (top level): Test "step" in combination with all scheduler-locking
1559 modes. Test "next" in combination with all scheduler-locking
1560 modes, and in combination with stepping over a function call or
1561 not.
1562 * gdb.threads/next-bp-other-thread.c: New file.
1563 * gdb.threads/next-bp-other-thread.exp: New file.
1564
d3d4baed
PA
15652014-10-29 Pedro Alves <palves@redhat.com>
1566
1567 PR python/17372
1568 * gdb.python/python.exp: Test a multi-line command that spawns
1569 interactive Python.
1570 * gdb.base/multi-line-starts-subshell.exp: New file.
1571
563e8d85
YQ
15722014-10-29 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.base/fileio.exp: Make directories on host.
1575
0ea4d52e
YQ
15762014-10-29 Yao Qi <yao@codesourcery.com>
1577
1578 * gdb.base/fileio.c (test_write): Close the file.
1579
7f5ef605
PA
15802014-10-28 Pedro Alves <palves@redhat.com>
1581
1582 PR gdb/12623
1583 * gdb.base/sigstep.c (no_handler): New global.
1584 (main): If 'no_handler is true, set the signal handlers to
1585 SIG_IGN.
1586 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1587 with_sw_watch and no_handler parameters. Handle them.
1588 (top level) <stepping over handler when stopped at a breakpoint
1589 test>: Add a test axis for testing with a software watchpoint, and
1590 another for testing with the signal handler set to SIG_IGN.
1591 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1592 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1593
abbdbd03
PA
15942014-10-28 Pedro Alves <palves@redhat.com>
1595
1596 PR gdb/17511
1597 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1598 * gdb.base/sigstep.exp (other_handler_location): New global.
1599 (advance): Support stepping into the signal handler, and running
1600 commands while in the handler.
1601 (in_handler_map): New global.
1602 (top level): In the advance test, add combinations for getting
1603 into the handler with stepping commands, and for running commands
1604 in the handler. Add comment descripting the advancei tests.
1605
1df4399f
PA
16062014-10-28 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.base/sigstep.exp: Use build_executable instead of
1609 prepare_for_testing.
1610 (top level): Move code that starts GDB, runs to main and creates a
1611 display to ...
1612 (restart): ... this new procedure.
1613 (top level): Move backtrace from signal handler test to ...
1614 (validate_backtrace): ... this new procedure.
1615 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1616 with_test_prefix. Always restart GDB.
1617 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1618 with_test_prefix. Always restart GDB. No need to delete
1619 breakpoints after the test.
1620 (test_skip_handler): Remove prefix parameter.
1621 (skip_over_handler, breakpoint_to_handler)
1622 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1623 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1624 restart GDB. No need to delete breakpoints after the test.
1625 (top level): Use foreach to call the test procedures with
1626 different commands.
1627
a5b6e449
PA
16282014-10-28 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1631 instead of GNATS numbers.
1632 * gdb.base/sigbpt.exp: Likewise.
1633 * gdb.base/siginfo.exp: Likewise.
1634 * gdb.base/sigstep.exp: Likewise.
1635
e5f8a7cc
PA
16362014-10-27 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.base/sigstep.c (dummy): New global.
1639 (main): Issue a couple writes to the new global.
1640 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1641 procedures.
1642 (skip_over_handler): Use test_skip_handler.
1643 (top level): Call skip_over_handler for stepi and nexti too.
1644 (breakpoint_over_handler): Use test_skip_handler.
1645 (top level): Call breakpoint_over_handler for stepi and nexti too.
1646
763905a3
YQ
16472014-10-27 Yao Qi <yao@codesourcery.com>
1648
1649 * gdb.trace/tfile.c (adjust_function_address)
1650 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1651 function descriptor.
1652
6f259a23
DB
16532014-10-24 Don Breazeal <donb@codesourcery.com>
1654
1655 * gdb.base/foll-fork.exp (test_follow_fork,
1656 catch_fork_child_follow): Check for updated fork messages emitted
1657 from infrun.c.
1658 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1659 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1660 vfork_and_exec_child_follow_through_step): Check for updated vfork
1661 messages emitted from infrun.c.
1662
09dd9a69
PA
16632014-10-24 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/corefile.exp: Remove references to ultrix.
1666 * gdb.base/interrupt.exp: Likewise.
1667 * gdb.base/whatis.exp: Likewise.
1668 * gdb.gdb/selftest.exp: Likewise.
1669 * gdb.threads/manythreads.exp: Likewise.
1670 * gdb.threads/print-threads.exp: Likewise.
1671 * gdb.threads/pthreads.exp:: Likewise.
1672 * gdb.threads/schedlock.exp: Likewise.
1673
3433cfa5
SC
16742014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1675
1676 * gdb.cp/non-trivial-retval.cc: Add a test case.
1677 * gdb.cp/non-trivial-retval.exp: Add a test.
1678
092f880b
YQ
16792014-10-20 Yao Qi <yao@codesourcery.com>
1680
1681 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1682 * gdb.python/py-objfile-script-gdb.py: New file.
1683 * gdb.python/py-objfile-script.exp: Update reference to
1684 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1685 of remote_download. Remove the dest file.
1686
acbdb7f3
YQ
16872014-10-20 Yao Qi <yao@codesourcery.com>
1688
1689 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1690 * gdb.base/step-line.exp: Likewise.
1691 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1692 * gdb.dwarf2/dw2-basic.exp: Likewise.
1693 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1694 * gdb.dwarf2/dw2-filename.exp: Likewise.
1695 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1696 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1697 * gdb.dwarf2/dw2-producer.exp: Likewise.
1698 * gdb.dwarf2/mac-fileno.exp: Likewise.
1699 * gdb.python/py-frame-args.exp: Likewise.
1700 * gdb.python/py-framefilter.exp: Likewise.
1701 * gdb.python/py-mi.exp: Likewise.
1702 * gdb.python/py-objfile-script.exp: Likewise
1703 * gdb.python/py-pp-integral.exp: Likewise.
1704 * gdb.python/py-pp-re-notag.exp: Likewise.
1705 * gdb.python/py-prettyprint.exp: Likewise.
1706 * gdb.python/py-section-script.exp: Likewise.
1707 * gdb.python/py-typeprint.exp: Likewise.
1708 * gdb.python/py-xmethods.exp: Likewise.
1709 * gdb.stabs/weird.exp: Likewise.
1710 * gdb.xml/tdesc-regs.exp: Likewise.
1711
bd286a29
KCY
17122014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1713
1714 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1715 (out_cu): Use addr_len for the size of addresses.
1716 (out_line): Likewise. Size DW_LNE_set_address instruction
1717 according to addr_len.
1718 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1719 (FUNC): Add START_INSNS to definition.
1720
673dc4a0
YQ
17212014-10-18 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1724 gdb_has_argv0 return true.
1725 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1726 check [target_info exists noargs], check [gdb_has_argv0]
1727 instead.
1728 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1729 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1730 procedures.
1731
4ffbba72
DE
17322014-10-17 Doug Evans <dje@google.com>
1733
1734 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1735 event.
1736 * gdb.python/py-events.py: Add clear_objfiles event.
1737
d096d8c1
DE
17382014-10-17 Doug Evans <dje@google.com>
1739
1740 * gdb.python/py-objfile.exp: Test progspace attribute.
1741
a80db015
LM
17422014-10-17 Luis Machado <lgustavo@codesourcery.com>
1743
1744 * gdb.guile/scm-breakpoint.exp: Do not assume any
1745 directory separators when matching source file paths.
1746 * gdb.python/py-breakpoint.exp: Likewise.
1747 * gdb.reverse/break-precsave.exp: Likewise.
1748 * gdb.reverse/break-reverse.exp: Likewise.
1749 * gdb.reverse/consecutive-precsave.exp: Likewise.
1750 * gdb.reverse/finish-precsave.exp: Likewise.
1751 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1752 * gdb.reverse/finish-reverse.exp: Likewise.
1753 * gdb.reverse/i386-precsave.exp: Likewise.
1754 * gdb.reverse/i387-env-reverse.exp: Likewise.
1755 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1756 * gdb.reverse/machinestate-precsave.exp: Likewise.
1757 * gdb.reverse/machinestate.exp: Likewise.
1758 * gdb.reverse/sigall-precsave.exp: Likewise.
1759 * gdb.reverse/solib-precsave.exp: Likewise.
1760 * gdb.reverse/step-precsave.exp: Likewise.
1761 * gdb.reverse/until-precsave.exp: Likewise.
1762 * gdb.reverse/watch-precsave.exp: Likewise.
1763 * gdb.reverse/watch-reverse.exp: Likewise.
1764
b22089ab
YQ
17652014-10-17 Yao Qi <yao@codesourcery.com>
1766
1767 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
1768 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
1769
6c4486e6
PA
17702014-10-17 Pedro Alves <palves@redhat.com>
1771
1772 PR gdb/17471
1773 * gdb.base/bg-execution-repeat.c: New file.
1774 * gdb.base/bg-execution-repeat.exp: New file.
1775
0ff33695
PA
17762014-10-17 Pedro Alves <palves@redhat.com>
1777
1778 PR gdb/17300
1779 * gdb.base/continue-all-already-running.c: New file.
1780 * gdb.base/continue-all-already-running.exp: New file.
1781
6fdebc3d
PA
17822014-10-17 Pedro Alves <palves@redhat.com>
1783
1784 PR gdb/17472
1785 * gdb.base/annota-input-while-running.c: New file.
1786 * gdb.base/annota-input-while-running.exp: New file.
1787
32a8097b
PA
17882014-10-17 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.base/callfuncs.exp: emove references to osf.
1791 * gdb.base/sigall.exp: Likewise.
1792 * gdb.gdb/selftest.exp: Likewise.
1793 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1794 * gdb.mi/non-stop.c: Likewise.
1795 * gdb.mi/pthreads.c: Likewise.
1796 * gdb.reverse/sigall-precsave.exp: Likewise.
1797 * gdb.reverse/sigall-reverse.exp: Likewise.
1798 * gdb.threads/pthreads.c: Likewise.
1799 * gdb.threads/pthreads.exp: Likewise.
1800
7a3517ff
YQ
18012014-10-17 Yao Qi <yao@codesourcery.com>
1802
1803 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
1804 check 'target_info exists noargs'.
1805 (test_command_prompt_position): Likewise.
1806 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
1807 Remove "set args".
1808 (progvar_simple_while_test): Likewise.
1809 (progvar_complex_if_while_test): Likewise.
1810 (if_while_breakpoint_command_test): Likewise.
1811 (infrun_breakpoint_command_test): Likewise.
1812 (breakpoint_command_test): Likewise.
1813 (watchpoint_command_test): Likewise.
1814 (bp_deleted_in_command_test): Likewise.
1815 (temporary_breakpoint_commands): Likewise.
1816
bb99c472
YQ
18172014-10-16 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.base/remotetimeout.exp: Remove noargs checking.
1820
7c16b83e
PA
18212014-10-15 Pedro Alves <palves@redhat.com>
1822
1823 PR breakpoints/9649
1824 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
1825 * gdb.base/breakpoint-in-ro-region.exp
1826 (probe_target_hardware_step): New procedure.
1827 (top level): Probe hardware stepping and hardware breakpoint
1828 support. Test stepping through a read-only region, with both
1829 "breakpoint auto-hw" on and off and both "always-inserted" on and
1830 off.
1831
35a49624
IB
18322014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
1833
1834 * gdb.dlang/demangle.exp: Update for demangling changes.
1835
2d1c107c
SC
18362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1837
1838 * gdb.cp/non-trivial-retval.cc: Add new test cases.
1839 * gdb.cp/non-trivial-retval.exp: Add new tests.
1840
778811d5
SC
18412014-10-15 Siva Chandra Reddy <sivachandra@google.com>
1842
1843 PR c++/13403
1844 PR c++/15154
1845 * gdb.cp/non-trivial-retval.cc: New file.
1846 * gdb.cp/non-trivial-retval.exp: New file.
1847
10c5f0a8
YQ
18482014-10-15 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
1851 remote host.
1852
65d7b369
YQ
18532014-10-15 Yao Qi <yao@codesourcery.com>
1854
1855 * gdb.python/py-symbol.exp: Match file base name if host is
1856 remote, otherwise match file name with dir name.
1857 * gdb.python/py-symtab.exp: Likewise.
1858 * gdb.python/python.exp: Likewise.
1859
46dc1394
YQ
18602014-10-15 Yao Qi <yao@codesourcery.com>
1861
1862 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
1863 pattern.
1864 * gdb.python/py-symtab.exp: Likewise.
1865 * gdb.python/python.exp: Remove trailing ".*". Fix typo
1866 locationn.
1867
c40cc657
JB
18682014-10-14 Joel Brobecker <brobecker@adacore.com>
1869
1870 * gdb.ada/addr_arith: New testcase.
1871
2abf49e1
MR
18722014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
1873
1874 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
1875 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
1876 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
1877 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
1878
f7088df3
SDJ
18792014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
1880
1881 * gdb.arch/stap-eval-lang-ada.S: Likewise.
1882 * gdb.arch/stap-eval-lang-ada.c: Likewise.
1883 * gdb.arch/stap-eval-lang-ada.exp: New file.
1884
4dc06805
YQ
18852014-10-14 Yao Qi <yao@codesourcery.com>
1886
1887 * gdb.mi/mi-var-child.c (nothing1): New function.
1888 (nothing2): New function.
1889 (do_children_tests): Set function pointers by nothing1 and
1890 nothing2.
1891 * gdb.mi/mi-var-child.exp: Step over new added statements.
1892 Update test to match the new output.
1893 * gdb.mi/var-cmd.c (nothing1): New function.
1894 (nothing2): New function.
1895 (do_children_tests): Set function pointers by nothing1 and
1896 nothing2.
1897 * gdb.mi/mi-var-display.exp: Update test to match output.
1898 Step to the line specified by $line_dct_nothing.
1899 Increase the number of lines to step.
1900
46a93de2
YQ
19012014-10-14 Yao Qi <yao@codesourcery.com>
1902
1903 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
1904 tests.
1905 * gdb.mi/mi2-var-child.exp: Likewise.
1906
14ea52ee
DE
19072014-10-13 Doug Evans <dje@google.com>
1908
1909 * gdb.python/py-objfile.exp: Change name of file name test.
1910
e5c6e92b
DE
19112014-10-13 Doug Evans <dje@google.com>
1912
1913 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
1914 from the start of the CU.
1915
c780cc2f
JK
19162014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1917 Yao Qi <yao@codesourcery.com>
1918
1919 Fix "save breakpoints" for "catch" command.
1920 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
1921 Remove -nonewline. Match also the added "main" line.
1922
99894e11
JK
19232014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1924
1925 Fix "save breakpoints" for "disable $bpnum" command.
1926 * gdb.base/save-bp.c (main): Add label.
1927 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
1928
6e1ac5a3
JK
19292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
1932
754dd2b0
YQ
19332014-10-11 Yao Qi <yao@codesourcery.com>
1934
1935 * gdb.server/server-kill.exp: Execute command
1936 "set remote trace-status-packet on" before "tstatus".
1937
f90183d7
YQ
19382014-10-11 Yao Qi <yao@codesourcery.com>
1939
1940 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
1941 (main): Call getppid.
1942 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
1943 and continue to it. Read variable "server_pid".
1944
bf40a607
YQ
19452014-10-11 Yao Qi <yao@codesourcery.com>
1946
1947 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
1948
052ca370
YQ
19492014-10-11 Yao Qi <yao@codesourcery.com>
1950
1951 * gdb.threads/thread-find.exp: Don't execute command
1952 "info threads".
1953 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
1954 * gdb.threads/linux-dp.exp: Don't check the condition
1955 $threads_created equals to zero.
1956
3831839c
PA
19572014-10-10 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/bigcore.exp: Remove references to IRIX.
1960 * gdb.base/funcargs.exp: Likewise.
1961 * gdb.base/interrupt.exp: Likewise.
1962 * gdb.base/mips_pro.exp: Likewise.
1963 * gdb.base/nodebug.exp: Likewise.
1964 * gdb.base/setvar.exp: Likewise.
1965 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
1966
8b9a549d
PA
19672014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1968 Pedro Alves <palves@redhat.com>
1969
1970 PR symtab/14466
1971 * gdb.base/vdso-warning.c: New file.
1972 * gdb.base/vdso-warning.exp: New file.
1973
d48ba5e8
DE
19742014-10-02 Doug Evans <dje@google.com>
1975
1976 * gdb.base/structs.c (main): Don't run forever.
1977
2278c276
PA
19782014-10-02 Pedro Alves <palves@redhat.com>
1979
1980 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
1981 (top level) <stop threads 1, stop threads 2>: Use it.
1982
b57bacec
PA
19832014-10-02 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.threads/break-while-running.exp (test): Add new
1986 'update_thread_list' argument. Skip "info threads" if false.
1987 (top level): Add new 'update_thread_list' axis.
1988
13fd3ff3
PA
19892014-10-02 Pedro Alves <palves@redhat.com>
1990
1991 PR breakpoints/17431
1992 * gdb.base/execl-update-breakpoints.c: New file.
1993 * gdb.base/execl-update-breakpoints.exp: New file.
1994
0fec99e8
PA
19952014-10-01 Pedro Alves <palves@redhat.com>
1996
1997 * gdb.base/breakpoint-in-ro-region.c: New file.
1998 * gdb.base/breakpoint-in-ro-region.exp: New file.
1999
2ddf4301
SM
20002014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2001
2002 * gdb.mi/mi-exit-code.exp: New file.
2003 * gdb.mi/mi-exit-code.c: New file.
2004
6a5f3f43
YQ
20052014-09-30 Yao Qi <yao@codesourcery.com>
2006
2007 * lib/prelink-support.exp (build_executable_own_libs): Error if
2008 the target isn't native.
2009
345bcc73
YQ
20102014-09-30 Yao Qi <yao@codesourcery.com>
2011
2012 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2013 false.
2014
a25a5a45
PA
20152014-09-22 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.threads/break-while-running.exp: New file.
2018 * gdb.threads/break-while-running.c: New file.
2019
00ba3162
YQ
20202014-09-19 Yao Qi <yao@codesourcery.com>
2021
2022 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2023 Invoke test. Restart GDB with --readnow and invoke test again.
2024
c3b7b696
YQ
20252014-09-19 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2028 proc set_breakpoint_on_gcd_function. Invoke
2029 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2030 invoke set_breakpoint_on_gcd_function again.
2031
2b4fd423
DE
20322014-09-18 Doug Evans <dje@google.com>
2033
2034 * gdb.dwarf2/symtab-producer.exp: New file.
2035
a5947601
SDJ
20362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2037
2038 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2039 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2040 * gdb.base/global-var-nested-by-dso.c: Likewise.
2041 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2042
91c19059
SDJ
20432014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2044 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/watch-bitfields.exp: Pass string other than test file
2047 name to prepare_for_testing.
2048 (watch): New procedure.
2049 (expect_watchpoint): Use with_test_prefix.
2050 (top level): Factor out tests to ...
2051 (test_watch_location, test_regular_watch): ... these new
2052 procedures, and use with_test_prefix and gdb_continue_to_end.
2053
bb9d5f81
PP
20542014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2055
2056 PR breakpoints/12526
2057 * gdb.base/watch-bitfields.exp: New file.
2058 * gdb.base/watch-bitfields.c: New file.
2059
635856f5
PA
20602014-09-16 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2063 software and hardware addresses, not software address against
2064 itself.
2065
7280ceea
PA
20662014-09-16 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2069 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2070
428b16bd
PA
20712014-09-16 Pedro Alves <palves@redhat.com>
2072
2073 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2074 files.
2075 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2076 "*-*-vxworks*" throughout.
2077 * gdb.base/break.exp: Likewise.
2078 * gdb.base/default.exp: Likewise.
2079 * gdb.base/scope.exp: Likewise.
2080 * gdb.base/sepdebug.exp: Likewise.
2081 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2082 throughout.
2083 * gdb.base/run.c: Likewise.
2084 * gdb.base/sepdebug.c: Likewise.
2085 * gdb.hp/gdb.aCC/run.c: Likewise.
2086 * gdb.reverse/until-reverse.c: Likewise.
2087 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2088
666d413c
YQ
20892014-09-16 Yao Qi <yao@codesourcery.com>
2090
2091 * boards/local-remote-host-native.exp: New file.
2092
57cbd724
DE
20932014-09-14 Doug Evans <xdje42@gmail.com>
2094
2095 * gdb.threads/queue-signal.c (thread_count): New variable.
2096 (thread_count_mutex, thread_count_condvar): New variables.
2097 (incr_thread_count, wait_all_threads_running): New functions.
2098 (main): Wait for all threads to be in their thread functions.
2099
81219e53
DE
21002014-09-13 Doug Evans <xdje42@gmail.com>
2101
2102 * gdb.threads/queue-signal.c: New file.
2103 * gdb.threads/queue-signal.exp: New file.
2104
3714cea7
DE
21052014-09-13 Doug Evans <xdje42@gmail.com>
2106
2107 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2108 be consistent with what default_gdb_init uses.
2109 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2110 the plain text of the prompt. Add some logging printfs.
2111 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2112
fa43b1d7
PA
21132014-09-12 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2116 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2117 * gdb.arch/i386-size-overlap.exp: Likewise.
2118 * gdb.arch/i386-size.exp: Likewise.
2119 * gdb.arch/i386-unwind.exp: Likewise.
2120 * gdb.base/a2-run.exp: Likewise.
2121 * gdb.base/break.exp: Likewise.
2122 * gdb.base/charset.exp: Likewise.
2123 * gdb.base/chng-syms.exp: Likewise.
2124 * gdb.base/commands.exp: Likewise.
2125 * gdb.base/dbx.exp: Likewise.
2126 * gdb.base/find.exp: Likewise.
2127 * gdb.base/funcargs.exp: Likewise.
2128 * gdb.base/jit-simple.exp: Likewise.
2129 * gdb.base/reread.exp: Likewise.
2130 * gdb.base/sepdebug.exp: Likewise.
2131 * gdb.base/step-bt.exp: Likewise.
2132 * gdb.cp/mb-inline.exp: Likewise.
2133 * gdb.cp/mb-templates.exp: Likewise.
2134 * gdb.objc/basicclass.exp: Likewise.
2135 * gdb.threads/killed.exp: Likewise.
2136
9d9bf2df
EBM
21372014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2138
2139 PR tdep/17379
2140 * gdb.arch/powerpc-stackless.S: New file.
2141 * gdb.arch/powerpc-stackless.exp: New file.
2142
1cf2f1b0
JK
21432014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2144
2145 * gdb.base/attach.c: Include unistd.h.
2146 (main): Call alarm. Add label postloop.
2147 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2148 gdb_breakpoint, gdb_continue_to_breakpoint.
2149 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2150
98880d46
PA
21512014-09-11 Pedro Alves <palves@redhat.com>
2152
2153 PR gdb/17347
2154 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2155 * gdb.base/attach.exp (test_command_line_attach_run): New
2156 procedure.
2157 (top level): Call it.
2158
4c92ff2c
PA
21592014-09-11 Pedro Alves <palves@redhat.com>
2160
2161 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2162 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2163 (do_command_attach_tests): Use spawn_wait_for_attach.
2164 * gdb.base/solib-overlap.exp: Likewise.
2165 * gdb.multi/multi-attach.exp: Likewise.
2166 * gdb.python/py-prompt.exp: Likewise.
2167 * gdb.python/py-sync-interp.exp: Likewise.
2168 * gdb.server/ext-attach.exp: Likewise.
2169
3adc1a7d
GKB
21702014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2171
2172 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2173 command in testcase. Simplify testcase.
2174
96334934
JB
21752014-09-10 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2178
eb479039
JB
21792014-09-10 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2182
deede10c
JB
21832014-09-10 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2186
7828a5f5
JB
21872014-09-10 Joel Brobecker <brobecker@adacore.com>
2188
2189 * gdb.dwarf2/dynarr-ptr.c: New file.
2190 * gdb.dwarf2/dynarr-ptr.exp: New file.
2191
33aeebcf
MR
21922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2193
2194 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2195 of 30 rather than hardcoding 120 for a slow test case. Take the
2196 `gdb,timeout' target setting into account for this calculation.
2197 Don't extend the timeout for the test cases that don't need it.
2198
7b415901
MR
21992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2200
2201 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2202 a factor of 2 for a slow test case. Take the `gdb,timeout'
2203 target setting into account for this calculation.
2204 * gdb.reverse/until-precsave.exp: Increase the timeout by
2205 a factor of 15 and 3 respectively rather than adding 120
2206 for a pair of slow test cases. Take the `gdb,timeout'
2207 target setting into account for this calculation.
2208
4a40f85a
MR
22092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2210
2211 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2212 timeout, don't pass one down to gdb_expect.
2213 (gdb_expect): Rework timeout selection.
2214
09635af7
MR
22152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2216
2217 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2218 exception on timeout.
2219 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2220 (gdbserver_start_extended): Catch any `gdbserver_start' error
2221 exceptions.
2222 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2223 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2224 `gdbserver_gdb_load' error exceptions.
2225
2bdd10b7
MR
22262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2227
2228 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2229 120 on waiting for the TCP socket to open.
2230
316935f0
DE
22312014-09-09 Doug Evans <xdje42@gmail.com>
2232
2233 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2234 _caller_matches, _any_caller_is, _any_caller_matches.
2235
83740597
DE
22362014-09-09 Doug Evans <xdje42@gmail.com>
2237
2238 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2239
4c122fc3
YQ
22402014-09-09 Yao Qi <yao@codesourcery.com>
2241
2242 * gdb.mi/mi-var-display.exp: Set print symbol off.
2243
a9f116cb
GKB
22442014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2245
2246 PR gdb/17035
2247 * gdb.base/commands.exp: Add tests to verify user-defined
2248 commands with empty bodies.
2249 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2250 python commands in `show user command`.
2251 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2252 scheme commands in `show user command`.
2253
c75bd3a2
JK
22542014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2255
2256 PR python/17355
2257 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2258 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2259 * gdb.python/py-framefilter-invalidarg.exp: New file.
2260 * gdb.python/py-framefilter-invalidarg.py: New file.
2261
faa42425
DE
22622014-09-06 Doug Evans <xdje42@gmail.com>
2263
2264 PR 15276
2265 * gdb.python/py-caller-is.c: New file.
2266 * gdb.python/py-caller-is.exp: New file.
2267
474ca4f6
SDJ
22682014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2269
2270 PR gdb/17235
2271 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2272 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2273
eb0b0463
SDJ
22742014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2275
2276 PR fortran/17237
2277 * gdb.fortran/print-formatted.exp: New file.
2278 * gdb.fortran/print-formatted.f90: Likewise.
2279
5f3b99cf
SS
22802014-09-03 Sasha Smundak <asmundak@google.com>
2281
2282 * gdb.python/py-frame.exp: Test Frame.read_register.
2283
7d793aa9
SDJ
22842014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2285
2286 PR python/16699
2287 * gdb.python/py-completion.exp: New file.
2288 * gdb.python/py-completion.py: Likewise.
2289
fb0576e9
DE
22902014-08-28 Doug Evans <dje@google.com>
2291
2292 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2293 eax,etc. are live with values set by gdb and thus the compiler can't
2294 use them.
2295 * gdb.arch/i386-pseudo.c (main): Ditto.
2296
ee92b0dd
DE
22972014-08-27 Doug Evans <dje@google.com>
2298
2299 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2300
6649db35
DE
23012014-08-25 Doug Evans <dje@google.com>
2302
2303 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2304 (main): Ditto.
2305
564b7600
DE
23062014-08-25 Doug Evans <dje@google.com>
2307
2308 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2309
3881fb67
YQ
23102014-08-24 Yao Qi <yao@codesourcery.com>
2311
2312 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2313 symbol off.
2314 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2315
a05a36a5
DE
23162014-08-22 Doug Evans <dje@google.com>
2317
2318 PR 17276
2319 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2320 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2321 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2322
7c343b48
YQ
23232014-08-22 Yao Qi <yao@codesourcery.com>
2324
2325 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2326 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2327 * gdb.python/python.exp: Likewise. Use .py file on the host
2328 instead of the build.
2329
22fd09ae
JK
23302014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdb.threads/gcore-stale-thread.c: New file.
2333 * gdb.threads/gcore-stale-thread.exp: New file.
2334
a8454a7c
PA
23352014-08-21 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2338 * gdb.base/gcore-relro-pie.exp: Likewise.
2339 * gdb.base/gcore-relro.exp: Likewise.
2340 * gdb.base/gcore.exp: Likewise.
2341 * gdb.base/print-symbol-loading.exp: Likewise.
2342 * gdb.threads/gcore-thread.exp: Likewise.
2343 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2344
2a31c623
PA
23452014-08-20 Pedro Alves <palves@redhat.com>
2346 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2349 configure.
2350 (EXPECT): Handle READ1 being set.
2351 (all): Depend on EXTRA_RULES.
2352 (check-read1, expect-read1, read1.so, read1): New rules.
2353 * README (Testsuite Parameters): Document the READ1 make variable.
2354 (Race detection): New section.
2355 * configure: Regenerate.
2356 * configure.ac: If build==host==target, and running under a
2357 GNU/glibc system, add read1 to the extra Makefile rules.
2358 (EXTRA_RULES): AC_SUBST it.
2359 * lib/read1.c: New file.
2360
d36430db
JB
23612014-08-20 Joel Brobecker <brobecker@adacore.com>
2362
2363 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2364 the handling of variables declared as a typedef to an array
2365 which a DW_AT_data_location attribute.
2366
9a0dc9e3
PA
23672014-08-19 Andrew Burgess <aburgess@broadcom.com>
2368 Pedro Alves <palves@redhat.com>
2369
2370 PR symtab/14604
2371 PR symtab/14605
2372 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2373 gdb_test.
2374
0718a8da
PA
23752014-08-19 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2378
13b448cd
YQ
23792014-08-19 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2382 right line.
2383
1cbf5077
DB
23842014-08-18 David Blaikie <dblaikie@gmail.com>
2385
2386 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2387
bf0fae19
JB
23882014-08-18 Joel Brobecker <brobecker@adacore.com>
2389
2390 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2391 attribute in array range.
2392
3c8c5dcc
JB
23932014-08-18 Joel Brobecker <brobecker@adacore.com>
2394
2395 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2396
e66d4446
SC
23972014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2398
2399 PR c++/17132
2400 * gdb.cp/pr17132.cc: New file.
2401 * gdb.cp/pr17132.exp: New file.
2402
940df408
SC
24032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2404
2405 * gdb.python/py-xmethods.py (A_getarrayind)
2406 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2407 Use 'print' with function call syntax.
2408 (E_method_matcher.match): Fix tab vs space indentation mixup.
2409
ebcc6c3a
YQ
24102014-08-15 Yao Qi <yao@codesourcery.com>
2411
2412 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2413 false.
2414
775e0f04
YQ
24152014-08-15 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.cp/casts.exp: Set print symbol off.
2418 * gdb.cp/class2.exp: Likewise.
2419 * gdb.cp/overload.exp: Likewise.
2420 * gdb.cp/templates.exp: Likewise.
2421
d769e349
DE
24222014-08-11 Doug Evans <dje@google.com>
2423
2424 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2425 (test_load_shlib): Update.
2426
20c6f1e1
YQ
24272014-08-09 Yao Qi <yao@codesourcery.com>
2428
2429 * gdb.base/display.exp: Invoke is_address_zero_readable.
2430 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2431 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2432 * gdb.base/hbreak-unmapped.exp: Return if
2433 is_address_zero_readable returns true.
2434 * gdb.base/signest.exp: Likewise.
2435 * gdb.base/signull.exp: Likewise.
2436 * gdb.base/sigbpt.exp: Likewise.
2437 * gdb.guile/scm-disasm.exp: Do the test if
2438 is_address_zero_readable returns false.
2439 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2440 * gdb.python/py-arch.exp: Likewise.
2441 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2442 * lib/gdb.exp (is_address_zero_readable): New proc.
2443
5792e8e3
YQ
24442014-08-09 Yao Qi <yao@codesourcery.com>
2445
2446 PR testsuite/13443
2447 * gdb.mi/mi-var-display.exp: Make test messages unique.
2448
3cecbbbe
TT
24492014-08-04 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2452 target 0".
2453
00b51ff5
TT
24542014-08-04 Tom Tromey <tromey@redhat.com>
2455
2456 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2457 "target_resume".
2458
6908c509
JB
24592014-08-01 Joel Brobecker <brobecker@adacore.com>
2460
2461 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2462 inner_vla_struct_object_size.
2463 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2464 as xfail.
2465
cc6563d2
PA
24662014-07-30 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2469 comment.
2470
7e09a223
YQ
24712014-07-29 Yao Qi <yao@codesourcery.com>
2472
2473 PR gdb/17206
2474 * gdb.base/until-nodebug.exp: New.
2475
7ebdbe92
DE
24762014-07-28 Doug Evans <xdje42@gmail.com>
2477
2478 PR guile/17203
2479 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2480 previously existing parameter, and previously ambiguously spelled
2481 parameter.
2482
fdb1adc6
WN
24832014-07-28 Will Newton <will.newton@linaro.org>
2484
2485 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2486
186fcde0
DE
24872014-07-26 Ludovic Courtès <ludo@gnu.org>
2488 Doug Evans <xdje42@gmail.com>
2489
2490 PR guile/17146
2491 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2492
70509625
PA
24932014-07-25 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.threads/signal-command-handle-nopass.c: New file.
2496 * gdb.threads/signal-command-handle-nopass.exp: New file.
2497 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2498 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2499 * gdb.threads/signal-delivered-right-thread.c: New file.
2500 * gdb.threads/signal-delivered-right-thread.exp: New file.
2501
c3f814a1
PA
25022014-07-25 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/double-prompt-target-event-error.exp
2505 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2506 match.
2507 (cancel_pagination_in_target_event): Rework double prompt
2508 detection.
2509 * gdb.base/paginate-after-ctrl-c-running.exp
2510 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2511 <return>' match.
2512 * gdb.base/paginate-bg-execution.exp
2513 (test_bg_execution_pagination_return)
2514 (test_bg_execution_pagination_cancel): Remove '-notransfer
2515 <return>' matches.
2516 * gdb.base/paginate-execution-startup.exp
2517 (test_fg_execution_pagination_return)
2518 (test_fg_execution_pagination_cancel): Remove '-notransfer
2519 <return>' matches.
2520 * gdb.base/paginate-inferior-exit.exp
2521 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2522 match.
2523 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2524 * lib/gdb.exp (pagination_prompt): Run text through
2525 string_to_regexp.
2526 (gdb_test_multiple): Match $pagination_prompt instead of
2527 "<return>".
2528 (string_to_regexp): Move to lib/gdb-utils.exp.
2529
e214cf6c
JK
25302014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * gdb.arch/amd64-entry-value-paramref.S: New file.
2533 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2534 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2535 * gdb.arch/amd64-optimout-repeat.S: New file.
2536 * gdb.arch/amd64-optimout-repeat.c: New file.
2537 * gdb.arch/amd64-optimout-repeat.exp: New file.
2538
17d0c5c8
JK
25392014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 PR gdb/17170
2542 * gdb.base/statistics.exp: New file.
2543
b8b8facf
DE
25442014-07-17 Doug Evans <dje@google.com>
2545
74b49205 2546 PR gdb/17170
b8b8facf
DE
2547 * gdb.base/maint.exp: Update testing of per-command stats.
2548
1b5d0ab3
PA
25492014-07-16 Pedro Alves <palves@redhat.com>
2550
2551 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2552 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2553 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2554 (tfile_write_buf): New functions.
2555 (add_memory_block): Rewrite using the above.
2556 (adjust_function_address): New function.
2557 (FUNCTION_ADDRESS): New macro.
2558 (write_basic_trace_file): Remove short_x local, and use
2559 tfile_write_16. Change type of func_addr local to unsigned long
2560 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2561 here. Cast argument of add_memory_block to char pointer.
2562 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2563 (main): Remove parameters.
2564 * gdb.trace/tfile.exp: Remove nowarnings.
2565
4d974e88
SM
25662014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2567
2568 * gdb.base/debug-expr.exp: Test string evaluation with
2569 "debug expression" on.
2570
41e99568
PA
25712014-07-15 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.base/reread.exp: Use clean_restart.
2574
487d9753
PL
25752014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2576
2577 * gdb.arch/avr-flash-qualifer.c: New.
2578 * gdb.arch/avr-flash-qualifer.exp: New.
2579
cc1c52ad
PA
25802014-07-14 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2583 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2584
1e973570
PA
25852014-07-14 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.base/double-prompt-target-event-error.c: New file.
2588 * gdb.base/double-prompt-target-event-error.exp: New file.
2589
93d6eb10
PA
25902014-07-14 Pedro Alves <palves@redhat.com>
2591
2592 PR gdb/17072
2593 * gdb.base/paginate-inferior-exit.c: New file.
2594 * gdb.base/paginate-inferior-exit.exp: New file.
2595
0017922d
PA
25962014-07-14 Pedro Alves <palves@redhat.com>
2597
2598 PR gdb/17072
2599 * gdb.base/paginate-bg-execution.c: New file.
2600 * gdb.base/paginate-bg-execution.exp: New file.
2601
94696ad3
PA
26022014-07-14 Pedro Alves <palves@redhat.com>
2603
2604 PR gdb/17072
2605 * gdb.base/paginate-execution-startup.c: New file.
2606 * gdb.base/paginate-execution-startup.exp: New file.
2607 * lib/gdb.exp (pagination_prompt): New global.
2608 (default_gdb_spawn): New procedure, factored out from
2609 default_gdb_spawn.
2610 (default_gdb_start): Adjust to call default_gdb_spawn.
2611 (gdb_spawn): New procedure.
2612
bd293940
PA
26132014-07-14 Pedro Alves <palves@redhat.com>
2614
2615 * lib/gdb.exp (gdb_assert): New procedure.
2616 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2617
c933f875
PA
26182014-07-14 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/execution-termios.c: New file.
2621 * gdb.base/execution-termios.exp: New file.
2622
d98b7a16
TT
26232014-07-14 Tom Tromey <tromey@redhat.com>
2624
2625 * gdb.cp/vla-cxx.cc: New file.
2626 * gdb.cp/vla-cxx.exp: New file.
2627
548740d6
TT
26282014-07-14 Tom Tromey <tromey@redhat.com>
2629
2630 * gdb.reverse/rerun-prec.c: New file.
2631 * gdb.reverse/rerun-prec.exp: New file.
2632
a25eb028
MR
26332014-07-12 Maciej W. Rozycki <macro@mips.com>
2634 Maciej W. Rozycki <macro@codesourcery.com>
2635
2636 * lib/gdb-utils.exp: New file.
2637 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2638 inline `gdb_init_command' processing.
2639 (gdb_start_cmd): Likewise.
2640 * lib/mi-support.exp (mi_run_cmd): Likewise.
2641 * README: Document `gdb_init_command' and `gdb_init_commands'.
2642
218c2655
JK
26432014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 Fix false FAIL running under a very long directory name.
2646 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2647 and "set print elements 10000". Twice.
2648
5401fde3
YQ
26492014-07-11 Yao Qi <yao@codesourcery.com>
2650
2651 * gdb.base/exprs.exp: "set print symbol off".
2652
e76126e8
PA
26532014-07-11 Pedro Alves <palves@redhat.com>
2654
2655 * gdb.threads/kill.c: New file.
2656 * gdb.threads/kill.exp: New file.
2657
2d6f0de6
YQ
26582014-07-10 Yao Qi <yao@codesourcery.com>
2659
2660 * gdb.trace/tfile.c (write_basic_trace_file)
2661 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2662 address written to trace file.
2663
7180e04a
PA
26642014-07-09 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.base/attach-wait-input.exp: New file.
2667 * gdb.base/attach-wait-input.c: New file.
2668
9a9a7608
AB
26692014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2672 setting up test structures.
2673 (main): Call new test function.
2674 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2675 test function, continue into test function and walk test
2676 structures.
2677
161ac41e
YQ
26782014-07-02 Yao Qi <yao@codesourcery.com>
2679
2680 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2681 'bar_start' at the beginning of functions 'foo' and 'bar'
2682 respectively.
2683 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2684 instead of 'foo' and 'bar'.
2685
1f267ae3
MM
26862014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2687
2688 * gdb.btrace/segv.exp: New.
2689 * gdb.btrace/segv.c: New.
2690
2b239efb
LM
26912014-07-02 Luis Machado <lgustavo@codesourcery.com>
2692
2693 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2694 instruction.
2695
cf363f18
MW
26962014-06-30 Mark Wielaard <mjw@redhat.com>
2697
2698 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2699 vulture, vilify, villar): New volatile array constants.
2700 (vindictive, vegetation): New const volatile array constants.
2701 * gdb.base/volatile.exp: Test volatile and const volatile array
2702 types.
2703
aebf9d24
AA
27042014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2705
2706 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2707 target lacks support for awatch, rwatch, or hbreak.
2708
b67a2c6f
YQ
27092014-06-27 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.multi/dummy-frame-restore.exp: New.
2712 * gdb.multi/dummy-frame-restore.c: New.
2713
aef92902
MM
27142014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2715
2716 * gdb.btrace/gcore.exp: New.
2717
8e9db26e
PA
27182014-06-23 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/watchpoint-reuse-slot.c: New file.
2721 * gdb.base/watchpoint-reuse-slot.exp: New file.
2722
70afc5b7
SC
27232014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2724
2725 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2726 progspace's filename in 'info', 'enable' and 'disable' command
2727 tests.
2728
b972bd9c
JK
27292014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2732 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2733 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2734
125f8a3d
GB
27352014-06-20 Gary Benson <gbenson@redhat.com>
2736
2737 * gdb.arch/i386-avx.exp: Fix include file location.
2738 * gdb.arch/i386-sse.exp: Likewise.
2739
3ed9baed
IB
27402014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2741
2742 * gdb.dlang/expression.exp: New file.
2743
034f788c
PA
27442014-06-19 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2747 out from ...
2748 (top level): ... here. Iterate running tests under different
2749 scheduler-locking settings.
2750
45371d0c
LM
27512014-06-18 Luis Machado <lgustavo@codesourcery.com>
2752
2753 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
2754 to DW_FORM_addr and use non-zero addresses.
2755
5d376983
SC
27562014-06-18 Siva Chandra Reddy <sivachandra@google.com>
2757
2758 PR gdb/17017
2759 * gdb.python/py-xmethods.cc: Add global function call counters and
2760 increment them in their respective functions. Remove "cout"
2761 statements.
2762 * gdb.python/py-xmethods.exp: Make tests check the global function
2763 call counters instead of depending on inferior IO.
2764
a1aa2221
LM
27652014-06-18 Don Breazeal <donb@codesourcery.com>
2766
2767 * gdb.base/foll-fork.exp (default_fork_parent_follow):
2768 Deleted procedure.
2769 (explicit_fork_parent_follow): Deleted procedure.
2770 (explicit_fork_child_follow): Deleted procedure.
2771 (test_follow_fork): New procedure.
2772 (do_fork_tests): Replace calls to deleted procedures with
2773 calls to test_follow_fork and reset GDB for subsequent
2774 procedure calls.
2775
0fc05997
YQ
27762014-06-17 Yao Qi <yao@codesourcery.com>
2777
2778 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
2779 CP1252.
2780
70795c52
LM
27812014-06-17 Luis Machado <lgustavo@codesourcery.com>
2782
2783 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
2784 Initialize ptr and S explicitly.
2785 (skip_type_update_when_not_use_rtti_test): Likewise.
2786
6be47f0c
KS
27872014-06-16 Keith Seitz <keiths@redhat.com>
2788
2789 PR mi/15863
2790 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
2791 the inferior is started.
2792
d03de421
PA
27932014-06-16 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.base/break-main-file-remove-fail.c: New file.
2796 * gdb.base/break-main-file-remove-fail.exp: New file.
2797 * gdb.base/break-unload-file.exp: Use build_executable instead of
2798 prepare_for_testing.
2799 (test_break): New parameter "initial_load". Handle it.
2800 (top level): Add initial_load cmdline/file axis.
2801
f9579b99
TT
28022014-06-12 Tom Tromey <tromey@redhat.com>
2803
2804 * gdb.base/completion.exp: Don't use directory name in test.
2805
3657956b
GB
28062014-06-09 Gary Benson <gbenson@redhat.com>
2807
2808 * gdb.base/sigall.c [Functions to send signals]: Reorder to
2809 separate the always-available ANSI-standard signals from the
2810 signals that require checking.
2811 (main): Likewise.
2812 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
2813 Likewise.
2814 (main): Likewise.
2815
4186eb54
KS
28162014-06-07 Keith Seitz <keiths@redhat.com>
2817
2818 Revert:
2819 PR c++/16253
2820 * gdb.cp/var-tag.cc: New file.
2821 * gdb.cp/var-tag.exp: New file.
2822 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2823 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2824 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2825 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2826
25326a28 28272014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
2828
2829 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
2830
829155c9
PA
28312014-06-06 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
2834 in target debug output instead of looking at RSP packets,
2835 disabling the test on any target that uses hardware stepping.
2836 Update comments.
2837
61c8d22e
PA
28382014-06-06 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/break-unload-file.exp: Fix typo.
2841
d9a47287
YQ
28422014-06-06 Yao Qi <yao@codesourcery.com>
2843
2844 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
2845 from "jit_function" to "^jit_function".
2846
e5e01dbf
YQ
28472014-06-06 Yao Qi <yao@codesourcery.com>
2848
2849 * gdb.base/async.c (foo): Add one statement.
2850 * gdb.base/async.exp: Get the next instruction address and
2851 match the output of "nexti" by instruction address. Match
2852 the hex address in the output of "finish".
2853
73ba372c
GB
28542014-06-06 Gary Benson <gbenson@redhat.com>
2855
2856 * gdb.base/call-signals.c: Remove preprocessor conditionals
2857 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
2858 SIGSEGV and SIGTERM.
2859 * gdb.base/sigall.c: Likewise.
2860 * gdb.base/unwindonsignal.c: Likewise.
2861 * gdb.reverse/sigall-reverse.c: Likewise.
2862
831517df
YQ
28632014-06-06 Yao Qi <yao@codesourcery.com>
2864
2865 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
2866 readable, skip the test.
2867
b8b91e98
YQ
28682014-06-06 Yao Qi <yao@codesourcery.com>
2869
2870 * gdb.threads/staticthreads.c (thread_function): Move the line
2871 setting breakpoint on forward.
2872 * gdb.threads/staticthreads.exp: Update comments.
2873
fb934770
LC
28742014-06-05 Ludovic Courtès <ludo@gnu.org>
2875
2876 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
2877 "history-append! type error".
2878
6ef284bd
SM
28792014-06-05 Simon Marchi <simon.marchi@ericsson.com>
2880
2881 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
2882 erroneous dprintf expected input.
2883
a872e241
DE
28842014-06-04 Doug Evans <xdje42@gmail.com>
2885
2886 * gdb.guile/scm-generics.exp: Delete.
2887
16f691fb
DE
28882014-06-04 Doug Evans <xdje42@gmail.com>
2889
2890 * gdb.guile/scm-breakpoint.exp: Update.
2891 Add tests for breakpoint registration.
2892
012370f6
TT
28932014-06-04 Tom Tromey <tromey@redhat.com>
2894
2895 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
2896 VLA-in-union.
2897 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
2898 inner_vla_struct, vla_union types. Initialize objects of those
2899 types and compute their sizes.
2900
9f5a4cef
HZ
29012014-06-04 Nathan Sidwell <nathan@codesourcery.com>
2902 Hui Zhu <hui@codesourcery.com>
2903
2904 * gdb.base/fileio.exp: Add test for shell not available as well as
2905 available.
2906 * gdb.base/fileio.c (test_system): Check for shell twice.
2907
90a45c4d
YQ
29082014-06-04 Yao Qi <yao@codesourcery.com>
2909
2910 * gdb.base/auto-connect-native-target.exp: Remove redundant
2911 space from the regexp pattern.
2912
70017e41
YQ
29132014-06-04 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.base/default.exp: Replace "child" with "native" in
2916 regexp pattern.
2917
883964a7
SC
29182014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2919
2920 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
2921 * gdb.python/py-xmethods.exp: New tests to test xmethods.
2922 * gdb.python/py-xmethods.py: Python script supporting the
2923 new testcase and tests.
2924
ef370185
JB
29252014-06-03 Joel Brobecker <brobecker@adacore.com>
2926 Pedro Alves <palves@redhat.com>
2927
2928 PR breakpoints/17000
2929 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
2930 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
2931
1e2ccb61
BM
29322014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
2933
2934 * gdb.base/subst.exp: Add tests to verify partial path matching
2935 output.
2936
c6ec5ab2
PA
29372014-06-03 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
2940 target that doesn't use software single-stepping.
2941
835c559f
PA
29422014-06-03 Pedro Alves <palves@redhat.com>
2943
2944 PR breakpoints/17000
2945 * gdb.base/sss-bp-on-user-bp-2.c: New file.
2946 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
2947
06eb1586
DE
29482014-06-02 Doug Evans <xdje42@gmail.com>
2949
2950 * gdb.guile/scm-parameter.exp: New file.
2951
e698b8c4
DE
29522014-06-02 Doug Evans <xdje42@gmail.com>
2953
2954 * gdb.guile/scm-cmd.c: New file.
2955 * gdb.guile/scm-cmd.exp: New file.
2956
ded03782
DE
29572014-06-02 Doug Evans <xdje42@gmail.com>
2958
2959 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
2960 pretty-printer lookup.
2961 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
2962 (make-pp_s-printer): Call it.
2963 (make-pretty-printer-from-dict): New function.
2964 (lookup-pretty-printer-maker-from-dict): New function.
2965 (*pretty-printer*): Simplify.
2966 (make-objfile-pp_s-printer): New function.
2967 (install-objfile-pretty-printers!): New function.
2968 (make-progspace-pp_s-printer): New function.
2969 (install-progspace-pretty-printers!): New function.
2970 * gdb.guile/scm-progspace.c: New file.
2971 * gdb.guile/scm-progspace.exp: New file.
2972
41fac0cf
PA
29732014-06-02 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/dprintf-bp-same-addr.c: New file.
2976 * gdb.base/dprintf-bp-same-addr.exp: New file.
2977
96ae5695
EBM
29782014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2979
2980 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
2981 * gdb.arch/powerpc-power.s: Likewise.
2982
da02b3a8
JB
29832014-06-02 Joel Brobecker <brobecker@adacore.com>
2984
2985 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
2986
c72b2e7b
YQ
29872014-06-01 Yao Qi <yao@codesourcery.com>
2988
2989 * gdb.base/watchpoint.exp (test_watch_location): Check null
2990 pointer can be dereferenced. If not, do the test, otherwise
2991 skip it.
2992
53e8a631
AB
29932014-05-30 Andrew Burgess <aburgess@broadcom.com>
2994
2995 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
2996 results.
2997 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
2998
938f0e2f
AB
29992014-05-30 Andrew Burgess <aburgess@broadcom.com>
3000
3001 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3002 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3003 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3004 * gdb.arch/amd64-invalid-stack-top.c: New file.
3005 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3006
9ba6657a
PA
30072014-05-30 Pedro Alves <palves@redhat.com>
3008
3009 PR breakpoints/17000
3010 * gdb.base/sss-bp-on-user-bp.c: New file.
3011 * gdb.base/sss-bp-on-user-bp.exp: New file.
3012
522c09bf
DB
30132014-05-30 David Blaikie <dblaikie@gmail.com>
3014
3015 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3016 gnu_inline semantics via attribute.
3017 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3018 source explicitly specifies the required semantics.
3019
bf4ef81e
MR
30202014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3021
3022 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3023
329ea579
PA
30242014-05-29 Pedro Alves <palves@redhat.com>
3025 Tom Tromey <tromey@redhat.com>
3026
3027 * gdb.base/async-shell.exp: Don't enable target-async.
3028 * gdb.base/async.exp
3029 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3030 parameter. Adjust.
3031 (top level): Don't test with "target-async".
3032 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3033 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3034 * gdb.base/inferior-died.exp: Don't enable target-async.
3035 * gdb.base/interrupt-noterm.exp: Likewise.
3036 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3037 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3038 * gdb.mi/mi-nonstop.exp: Likewise.
3039 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3040 * gdb.mi/mi-nsintrall.exp: Likewise.
3041 * gdb.mi/mi-nsmoribund.exp: Likewise.
3042 * gdb.mi/mi-nsthrexec.exp: Likewise.
3043 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3044 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3045 * gdb.python/py-evsignal.exp: Don't enable target-async.
3046 * gdb.python/py-evthreads.exp: Likewise.
3047 * gdb.python/py-prompt.exp: Likewise.
3048 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3049 * gdb.server/solib-list.exp: Don't enable target-async.
3050 * gdb.threads/thread-specific-bp.exp: Likewise.
3051 * lib/mi-support.exp: Adjust to use mi-async.
3052
fd664c91
PA
30532014-05-29 Pedro Alves <palves@redhat.com>
3054
3055 PR gdb/13860
3056 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3057 reason, even in sync mode.
3058
251bde03
PA
30592014-05-29 Pedro Alves <palves@redhat.com>
3060 Hui Zhu <hui@codesourcery.com>
3061
3062 PR PR15693
3063 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3064 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3065 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3066 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3067
7f3c0343
JB
30682014-05-28 Joel Brobecker <brobecker@adacore.com>
3069
3070 * config/monitor.exp (gdb_target_monitor): Replace use of
3071 "set remotebaud" by "set serial baud".
3072
b2715b27
AW
30732014-05-26 Andy Wingo <wingo@igalia.com>
3074
3075 * gdb.guile/scm-breakpoint.exp:
3076 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3077 properties instead of gdb-object-properties.
3078
498a4489
YQ
30792014-05-26 Yao Qi <yao@codesourcery.com>
3080
3081 * gdb.server/no-thread-db.exp: Specify source file name
3082 explicitly when setting a breakpoint.
3083
589fdceb
MM
30842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3085
3086 * gdb.btrace/vdso.c: New.
3087 * gdb.btrace/vdso.exp: New.
3088
e9089e05
MM
30892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3090
3091 * gdb.base/gcore.exp (capture_command_output): Move ...
3092 * lib/gdb.exp (capture_command_output): ... here.
3093
67b5c0c1
MM
30942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3095
3096 * gdb.btrace/data.exp: Test memory access during btrace replay.
3097
a2199296
SM
30982014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3101
17b2616c
PA
31022014-05-21 Pedro Alves <palves@redhat.com>
3103
3104 PR gdb/13860
3105 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3106 (top level): Test that output related to execution commands is
3107 sent to the console with CLI commands, but not with MI commands.
3108 Test that breakpoint events are always mirrored to the console.
3109 Also expect the new source line to be output after a "next" in
3110 async mode too. Make it a pass/fail test.
3111 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3112 output.
3113 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3114
5166082f
PA
31152014-05-21 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3118 Use them to test variations of "list" after reaching a breakpoint.
3119 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3120 Test "list" with listsize 10 after reaching a breakpoint.
3121 * gdb.python/python.exp (decode_line current location line
3122 number): Adjust expected line number.
3123
2f25d70f
SM
31242014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3127 behavior for $args, pass it directly to "run".
3128
ff604a67
MR
31292014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3130
3131 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3132 30000 to 65536.
3133
6a3cb8e8
PA
31342014-05-21 Pedro Alves <palves@redhat.com>
3135
3136 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3137 auto-connect-native-target off".
3138 * gdb.base/auto-connect-native-target.c: New file.
3139 * gdb.base/auto-connect-native-target.exp: New file.
3140
4ebfc96e
PA
31412014-05-21 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.base/default.exp: Test "target native" instead of "target
3144 child".
3145
36d46afb
MW
31462014-05-21 Mark Wielaard <mjw@redhat.com>
3147
3148 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3149
5876f503
JK
31502014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 Fix TLS access for -static -pthread.
3153 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3154 <HAVE_TLS> (thread_function, main): Initialize it.
3155 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3156 Add clean_restart.
3157 <$have_tls != "">: Check TLSVAR.
3158
0256a6ac
PA
31592014-05-21 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.base/dcache-line-read-error.c: New.
3162 * gdb.base/dcache-line-read-error.exp: New.
3163
936d2992
PA
31642014-05-20 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/compare-sections.c: New file.
3167 * gdb.base/compare-sections.exp: New file.
3168
802e8e6d
PA
31692014-05-20 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/break-idempotent.c: New file.
3172 * gdb.base/break-idempotent.exp: New file.
3173
e59fa00f
MM
31742014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3175
3176 * gdb.btrace/nohist.exp: New.
3177
8b696e31
YQ
31782014-05-20 Yao Qi <yao@codesourcery.com>
3179
3180 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3181 gdb.reverse directory and gdb_reverse_timeout exists in board
3182 setting.
3183 * README: Document gdb_reverse_timeout.
3184
73c9764f
YQ
31852014-05-20 Yao Qi <yao@codesourcery.com>
3186
3187 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3188 'test_file_name'. Treat args as a string instead of a list.
3189 (gdb_init): Rename argument 'args' by 'test_file_name'.
3190
f1f4348a
JK
31912014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3192
3193 * gdb.arch/powerpc-power.exp: New file.
3194 * gdb.arch/powerpc-power.s: New file.
3195
0dbe70ce
DE
31962014-05-16 Doug Evans <dje@google.com>
3197
3198 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3199 * gdb.base/completion.exp: Check that all expected files exist
3200 before doing file completion.
0dbe70ce 3201
8d551b02
DE
32022014-05-16 Doug Evans <dje@google.com>
3203
3204 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3205 Update.
3206 (do_syscall_tests_without_xml): Update.
3207
73eb7709
PA
32082014-05-16 Pedro Alves <palves@redhat.com>
3209
3210 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3211 instead of "unknown output after running".
3212
3fae92fc
YQ
32132014-05-16 Yao Qi <yao@codesourcery.com>
3214
3215 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3216 file1.txt from host at the end.
3217 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3218
c2b2ccc5
DE
32192014-05-15 Doug Evans <dje@google.com>
3220
3221 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3222 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3223 loading file. Add test for TU lookup.
3224
8c217a4b
SM
32252014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3226
3227 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3228 calling "-exec-arguments" or "set args" before running the
3229 inferior.
3230
3deb39c6
SM
32312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * lib/mi-support.exp (mi_expect_stop): Expect message for
3234 inferiors that exit with non-zero exit code.
3235
71a79f8c
YQ
32362014-05-14 Yao Qi <yao@codesourcery.com>
3237
3238 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3239 match absolute path on remote host.
3240 (test_file_list_exec_source_files): Remove "/" from the
3241 pattern.
3242
f23fcd46
YQ
32432014-05-14 Yao Qi <yao@codesourcery.com>
3244
3245 * boards/local-remote-host-notty.exp (${board}_file): New
3246 proc.
3247
9404b58f
KM
32482014-05-07 Kyle McMartin <kyle@redhat.com>
3249
3250 Pushed by Joel Brobecker <brobecker@adacore.com>.
3251 * gdb.arch/aarch64-atomic-inst.c: New file.
3252 * gdb.arch/aarch64-atomic-inst.exp: New file.
3253
5e45f04c
YQ
32542014-05-07 Yao Qi <yao@codesourcery.com>
3255
3256 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3257 in current context" too.
3258
c888a17d
KS
32592014-05-05 Keith Seitz <keiths@redhat.com>
3260
3261 * gdb.linespec/ls-dollar.exp: Add test for linespec
3262 file:convenience_variable.
3263
290a839c
YQ
32642014-05-05 Yao Qi <yao@codesourcery.com>
3265
3266 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3267 traceframes into tfile and ctf trace files. Read data from
3268 trace file and test collected data.
3269 (gdb_collect_locals_test): Likewise.
3270 (gdb_unavailable_registers_test): Likewise.
3271 (gdb_unavailable_floats): Likewise.
3272 (gdb_collect_globals_test): Likewise.
3273 (top-level): Append "ctf" to trace_file_targets if GDB
3274 supports.
3275
b5262cd0
YQ
32762014-05-05 Yao Qi <yao@codesourcery.com>
3277
3278 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3279 code to ...
3280 (gdb_collect_args_test_1): ... it. New proc.
3281 (gdb_collect_locals_test): Move some code to ...
3282 (gdb_collect_locals_test_1): ... it. New proc.
3283 (gdb_unavailable_registers_test): Move some code to ...
3284 (gdb_unavailable_registers_test_1): ... it. New proc.
3285 (gdb_unavailable_floats): Move some code to ...
3286 (gdb_unavailable_floats_1): ... it. New proc.
3287
30a1e6cc
SDJ
32882014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3289
3290 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3291 probes to test for bitness recognition.
3292 * gdb.arch/amd64-stap-optional-prefix.exp
3293 (test_probe_value_without_reg): New procedure.
3294 Add code to test for different kinds of bitness.
3295
f33da99a
SDJ
32962014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 PR breakpoints/16889
3299 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3300 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3301
5b80f00d
PA
33022014-05-01 Pedro Alves <palves@redhat.com>
3303
3304 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3305 gdb_file_cmd if no file is specified.
3306 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3307 last_loaded_file to set the remote exec-file.
3308
f8c2a73c
PA
33092014-05-01 Pedro Alves <palves@redhat.com>
3310
3311 * boards/local-remote-host.exp: New file.
3312
be6e8ac7
PA
33132014-05-01 Pedro Alves <palves@redhat.com>
3314
3315 * boards/local-remote-host.exp: Rename to ...
3316 * boards/local-remote-host-notty.exp: ... this.
3317
cac0dc8f
JB
33182014-04-28 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.ada/dyn_arrayidx: New testcase.
3321
9730e6cc
YQ
33222014-04-26 Yao Qi <yao@codesourcery.com>
3323
3324 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3325 and compute the length of function main. Save it in
3326 $main_length.
3327 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3328 (top-level): Use gdb_compile to compile objects into
3329 executable and restart GDB. Remove invocation to
3330 prepare_for_testing.
3331
7ae1a6a6
PA
33322014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3333 Pedro Alves <palves@redhat.com>
3334
3335 PR server/16255
3336 * gdb.multi/multi-attach.c: New file.
3337 * gdb.multi/multi-attach.exp: New file.
3338
4082afcc
PA
33392014-04-25 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3342 user.
3343 (top level): Test that "set remote conditional-breakpoints-packet
3344 off" works as intended.
3345 * gdb.base/dprintf.exp: Test that "set remote
3346 breakpoint-commands-packet off" works as intended.
3347 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3348 New function.
3349 (top level): Call it.
3350 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3351 remote fast-tracepoints-packet off" works as intended.
3352 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3353 * lib/gdb.exp (gdb_is_target_remote): ... here.
3354
2abc3f8d
DB
33552014-04-24 David Blaikie <dblaikie@gmail.com>
3356
3357 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3358 ensure clang would not discard them.
3359 * gdb.base/gdbvars.c: Ditto.
3360 * gdb.base/memattr.c: Ditto.
3361 * gdb.base/whatis.c: Ditto.
3362 * gdb.python/py-prettyprint.c: Ditto.
3363 * gdb.trace/actions.c: Ditto.
3364 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3365 ensure clang would not discard it.
3366
bfd39632
DB
33672014-04-24 David Blaikie <dblaikie@gmail.com>
3368
3369 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3370 clang to emit the full definition of type required by the test
3371 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3372
22842ff6
DB
33732014-04-24 David Blaikie <dblaikie@gmail.com>
3374
3375 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3376 coax Clang into emitting the definition of the type.
3377 * gdb.cp/pr10728-x.h (y): Ditto.
3378 * gdb.cp/pr10728-y.cc (y): Ditto.
3379
c2e827ad
DB
33802014-04-24 David Blaikie <dblaikie@gmail.com>
3381
3382 * gdb.base/label.exp: XFAIL label related tests under Clang.
3383 * gdb.cp/cplabel.exp: Ditto.
3384 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3385 under Clang those using labels.
3386
4c2d33e7
YQ
33872014-04-25 Yao Qi <yao@codesourcery.com>
3388
3389 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3390 double_label.
3391 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3392 partial_label and double_label.
3393
56083b99
DB
33942014-04-24 David Blaikie <dblaikie@gmail.com>
3395
3396 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3397
25d4e99d
DB
33982014-04-24 David Blaikie <dblaikie@gmail.com>
3399
3400 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3401 of the function to work across GCC and Clang.
3402 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3403 pointer types (const void ** const V void **).
3404
01f9f808
MS
34052014-04-24 Michael Sturm <michael.sturm@mintel.com>
3406 Walfred Tedeschi <walfred.tedeschi@intel.com>
3407
3408 * Makefile.in (EXECUTABLES): Added i386-avx512.
3409 * gdb.arch/i386-avx512.c: New file.
3410 * gdb.arch/i386-avx512.exp: Likewise.
3411
4b48d439
KS
34122014-04-23 Keith Seitz <keiths@redhat.com>
3413
3414 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3415 (mi_make_breakpoint_table): New procedure.
3416 (mi_create_breakpoint): Use mi_make_breakpoint
3417 and return the result.
3418 (mi_make_breakpoint): New procedure.
3419 (mi_build_kv_pairs): New procedure.
3420
3421 * gdb.mi/mi-break.exp: Remove unused globals,
3422 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3423 All callers updated.
3424 * gdb.mi/mi-dprintf.exp: Use variable to track command
3425 number.
3426 Update all callers of mi_create_breakpoint and use
3427 mi_make_breakpoint_table.
3428 Remove any unused global variables.
3429 * gdb.mi/mi-nonstop.exp: Likewise.
3430 * gdb.mi/mi-nsintrall.exp: Likewise.
3431 * gdb.mi/mi-nsmoribund.exp: Likewise.
3432 * gdb.mi/mi-nsthrexec.exp: Likewise.
3433 * gdb.mi/mi-reverse.exp: Likewise.
3434 * gdb.mi/mi-simplerun.exp: Likewise.
3435 * gdb.mi/mi-stepn.exp: Likewise.
3436 * gdb.mi/mi-syn-frame.exp: Likewise.
3437 * gdb.mi/mi-until.exp: Likewise.
3438 * gdb.mi/mi-var-cp.exp: Likewise.
3439 * gdb.mi/mi-var-display.exp: Likewise.
3440 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3441 * gdb.mi/mi2-var-child.exp: Likewise.
3442 * gdb.mi/mi-vla-c99.exp: Likewise.
3443 * lib/mi-support.exp: Likewise.
3444
3445 From Ian Lance Taylor <iant@cygnus.com>:
3446 * lib/gdb.exp (parse_args): New procedure.
3447
08351840
PA
34482014-04-23 Pedro Alves <palves@redhat.com>
3449
3450 * gdb.base/break-unload-file.c: New file.
3451 * gdb.base/break-unload-file.exp: New file.
3452 * gdb.base/sym-file-lib.c (baz): New function.
3453 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3454 field.
3455 (load): Store the segment's mapped size.
3456 (unload): New function.
3457 (unload_shlib): New function.
3458 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3459 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3460 set a breakpoint at baz, and call it.
3461 * gdb.base/sym-file.exp: New tests for stale breakpoint
3462 instructions.
3463
076855f9
PA
34642014-04-23 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3467 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3468 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3469 * gdb.base/hbreak-unmapped.c: New file.
3470 * gdb.base/hbreak-unmapped.exp: New file.
3471 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3472 * lib/gdb.exp (gdb_is_target_remote): ... here.
3473
483805cf
PA
34742014-04-22 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/consecutive-step-over.c: New file.
3477 * gdb.base/consecutive-step-over.exp: New file.
3478
06d97543
PA
34792014-04-22 Pedro Alves <palves@redhat.com>
3480
3481 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3482 instead of send_gdb/gdb_expect.
3483
b4429ea2
YQ
34842014-04-22 Yao Qi <yao@codesourcery.com>
3485
3486 * lib/trace-support.exp (generate_tracefile): New procedure.
3487 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3488 return 0.
3489 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3490 if generate_tracefile returns 1.
3491
51d48146
PA
34922014-04-18 Tom Tromey <palves@redhat.com>
3493 Pedro alves <tromey@redhat.com>
3494
3495 PR backtrace/15558
3496 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3497 with a backtrace limit.
3498 * gdb.python/py-frame-inline.exp: Test running to an inline
3499 function with a backtrace limit, and printing the newest frame.
3500 * gdb.python/py-frame-inline.c (main): Call f.
3501
bd1dce5f
MS
35022014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3503
3504 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3505
40d1a503
MS
35062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3507
3508 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3509 Drop prefix from unsupported source file path.
3510
389b98f7
YQ
35112014-04-17 Yao Qi <yao@codesourcery.com>
3512
3513 * lib/gdb.exp (with_target_charset): New proc.
3514 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3515 with_target_charset.
3516 (test_print_strings): Likewise.
3517 (test_repeat_bytes): Likewise.
3518 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3519 for some tests.
3520
22869d73
KS
35212014-04-16 Keith Seitz <keiths@redhat.com>
3522
3523 PR gdb/15827
3524 * gdb.dwarf2/corrupt.c: New file.
3525 * gdb.dwarf2/corrupt.exp: New file.
3526
c4f87ca6
KS
35272014-04-16 Keith Seitz <keiths@redhat.com>
3528
3529 PR c++/16597
3530 * gdb.cp/namelessclass.cc: New file.
3531 * gdb.cp/namelessclass.exp: New file.
3532 * gdb.cp/namelessclass.S: New file.
3533
ab19de87
DE
35342014-04-16 Doug Evans <dje@google.com>
3535
3536 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3537 Add comment.
3538 (gdbserver_default_get_comm_port): New function.
3539 (gdbserver_start): Check if board file provided
3540 "gdbserver,get_comm_port" and use it if so.
3541 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3542 (gdb,socketport): Set to "stdio".
3543 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3544 (stdio_gdbserver_template): Delete.
3545 (${board}_get_remote_address): Update.
3546 (${board}_build_remote_cmd): Delete.
3547 (${board}_get_comm_port): New function.
3548 (${board}_spawn): Update.
3549 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3550 Delete.
3551 (${board}_get_remote_address): Update.
3552 (${board}_get_comm_port): New function.
3553
fc98a809
AB
35542014-04-16 Andrew Burgess <aburgess@broadcom.com>
3555
3556 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3557 appearing in any order.
3558
87fd9e6e
DE
35592014-04-15 Doug Evans <dje@google.com>
3560
3561 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3562 uninitialized value of "description".
3563
099fc3ea
KS
35642014-04-15 Keith Seitz <keiths@redhat.com>
3565
3566 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3567 Remove unused globals.
3568 (test_running_the_program): Likewise.
3569 (test_controlled_execution): Likewise.
3570 (test_controlling_breakpoints): Likewise.
3571 (test_program_termination): Likewise.
3572
5da151d4
KS
35732014-04-15 Keith Seitz <keiths@redhat.com>
3574
3575 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3576 unused globals.
3577 (test_rbreak_creation_and_listing): Likewise.
3578 (test_ignore_count): Likewise.
3579 (test_error): Likewise.
3580
35e5d2f0
PA
35812014-04-15 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3584 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3585 sym-file-loader.c.
3586 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3587 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3588 to sym-file-loader.c.
3589 (struct library): Forward declare.
3590 (load_shlib, lookup_function): Change prototypes.
3591 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3592 (translate_offset): Remove declarations.
3593 (get_text_addr): New declaration.
3594 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3595 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3596 sym-file-loader.h.
3597 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3598 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3599 here from sym-file-loader.h.
3600 (struct library): New structure.
3601 (load_shlib, lookup_function): Change prototypes and adjust to
3602 work with a struct library.
3603 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3604 (translate_offset): Make static.
3605 (get_text_addr): New function.
3606 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3607
eb4c1710
PA
36082014-04-15 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3611
2d1baf52
PA
36122014-04-15 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/sym-file-loader.c: Include <limits.h>.
3615 (SELF_LINK): New define.
3616 (get_origin): New function.
3617 (load_shlib): Use it.
3618 * gdb.base/sym-file.exp: Don't early return if the target is
3619 remote. Use runto_main, and issue fail is that fails. Use
3620 gdb_load_shlibs.
3621 (shlib_name): Delete.
3622 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3623
7dd6df01
PA
36242014-04-15 Pedro Alves <palves@redhat.com>
3625
3626 * gdb.base/sym-file.exp: Remove regex characters from test
3627 message. Don't refer to breakpoint numbers in test messages.
3628
b50c8614
KS
36292014-04-14 Keith Seitz <keiths@redhat.com>
3630
3631 PR c++/16253
3632 * gdb.cp/var-tag.cc: New file.
3633 * gdb.cp/var-tag.exp: New file.
3634 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3635 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3636 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3637 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3638
3d567982
TT
36392014-04-14 Tom Tromey <tromey@redhat.com>
3640
3641 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3642 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3643 type.
3644 * gdb.cp/enum-class.exp: New file.
3645 * gdb.cp/enum-class.cc: New file.
3646
0626fc76
TT
36472014-04-14 Tom Tromey <tromey@redhat.com>
3648
3649 * gdb.dwarf2/enum-type.exp: New file.
3650
dca325b3
SA
36512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3652
3653 * gdb.mi/mi-vla-c99.exp: New file.
3654 * gdb.mi/vla.c: New file.
3655
5854b38a
SA
36562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3657
3658 * gdb.base/vla-datatypes.c: New file.
3659 * gdb.base/vla-datatypes.exp: New file.
3660
463bb957
SA
36612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3662
3663 * gdb.base/vla-ptr.c: New file.
3664 * gdb.base/vla-ptr.exp: New file.
3665
3dd170be
SA
36662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3667
3668 * gdb.dwarf2/count.exp: New file.
3669
5ecaaa66
SA
36702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3671
3672 * gdb.base/vla-sideeffect.c: New file.
3673 * gdb.base/vla-sideeffect.exp: New file.
3674
41f1ada5
DB
36752014-04-14 David Blaikie <dblaikie@gmail.com>
3676
3677 * gdb.mi/non-stop.c: Add return value for non-void function return
3678 statement.
3679 * gdb.threads/staticthreads.c: Ditto.
3680
0be03e84
DE
36812014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3682 Doug Evans <xdje42@gmail.com>
3683
3684 * gdb.guile/scm-value.c: Improve test case.
3685 * gdb.guile/scm-value.exp: Add new test.
3686
f180a1fb
DB
36872014-04-11 David Blaikie <dblaikie@gmail.com>
3688
3689 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3690 override Clang's default.
3691
6b662e19
JB
36922014-04-11 Joel Brobecker <brobecker@adacore.com>
3693
3694 Revert the following changes (regressions):
3695
3696 * gdb.base/vla-sideeffect.c: New file.
3697 * gdb.base/vla-sideeffect.exp: New file.
3698
3699 * gdb.dwarf2/count.exp: New file.
3700
3701 * gdb.base/vla-multi.c: New file.
3702 * gdb.base/vla-multi.exp: New file.
3703
3704 * gdb.base/vla-ptr.c: New file.
3705 * gdb.base/vla-ptr.exp: New file.
3706
3707 * gdb.base/vla-datatypes.c: New file.
3708 * gdb.base/vla-datatypes.exp: New file.
3709
3710 * gdb.mi/mi-vla-c99.exp: New file.
3711 * gdb.mi/vla.c: New file.
3712
245a5f0b
KS
37132014-04-11 Keith Seitz <keiths@redhat.com>
3714
3715 PR c++/16675
3716 * gdb.cp/cpsizeof.exp: New file.
3717 * gdb.cp/cpsizeof.cc: New file.
3718
58a84dcf
SA
37192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3720
191a8a90
JB
3721 * gdb.mi/mi-vla-c99.exp: New file.
3722 * gdb.mi/vla.c: New file.
58a84dcf 3723
c8655f75
SA
37242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3725
3726 * gdb.base/vla-datatypes.c: New file.
3727 * gdb.base/vla-datatypes.exp: New file.
3728
024e13b4
SA
37292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3730
3731 * gdb.base/vla-ptr.c: New file.
3732 * gdb.base/vla-ptr.exp: New file.
3733
1a237e0e
SA
37342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3735
3736 * gdb.base/vla-multi.c: New file.
3737 * gdb.base/vla-multi.exp: New file.
3738
504f3432
SA
37392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3740
3741 * gdb.dwarf2/count.exp: New file.
3742
3bce8237
SA
37432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3744
191a8a90
JB
3745 * gdb.base/vla-sideeffect.c: New file.
3746 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3747
322f9c21
YQ
37482014-04-11 Yao Qi <yao@codesourcery.com>
3749
3750 * gdb.base/completion.exp: Check file exists before running tests
3751 on file completion.
3752
d708bcd1
PA
37532014-04-10 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.base/cond-eval-mode.c: New file.
3756 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
3757 prepare_for_testing to build the new file. Check result of
3758 runto_main.
3759 (test_break, test_watch): New procedures.
3760 (top level): Use them.
3761
ae1d2761
PM
37622014-04-08 Pierre Muller <muller@sourceware.org>
3763
3764 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
3765 Ctrl-V use for mingw hosts.
3766
7af389b8
SC
37672014-04-07 Siva Chandra Reddy <sivachandra@google.com>
3768
3769 * gdb.python/py-value.c: Improve test case.
3770 * gdb.python/py-value.exp: Add new test.
3771
5e703181
DE
37722014-04-07 David Blaikie <dblaikie@gmail.com>
3773
3774 * lib/compiler.c: Identify the clang compiler.
3775 * lib/compiler.cc: Ditto.
3776
9810b410
YQ
37772014-04-03 Yao Qi <yao@codesourcery.com>
3778
3779 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
3780
98d1b8dc
AB
37812014-04-01 Anton Blanchard <anton@samba.org>
3782
3783 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
3784 messages unique.
3785
3114cea1
AB
37862014-04-01 Anton Blanchard <anton@samba.org>
3787
3788 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
3789 prepare_for_testing.
3790
62f7182c
AB
37912014-04-01 Anton Blanchard <anton@samba.org>
3792
3793 * gdb.arch/ppc64-atomic-inst.c: Remove.
3794 * gdb.arch/ppc64-atomic-inst.S: New file.
3795 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
3796
770e7fc7
DE
37972014-03-31 Doug Evans <dje@google.com>
3798
3799 * gdb.base/print-symbol-loading-lib.c: New file.
3800 * gdb.base/print-symbol-loading-main.c: New file.
3801 * gdb.base/print-symbol-loading.exp: New file.
3802
46e2bafa
YQ
38032014-03-31 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
3806
8776cfe9
JB
38072014-03-28 Joel Brobecker <brobecker@adacore.com>
3808
3809 * gdb.ada/mi_dyn_arr: New testcase.
3810
5d1ef361
DE
38112014-03-27 Doug Evans <dje@google.com>
3812
3813 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
3814
b5bee914
YQ
38152014-03-27 Yao Qi <yao@codesourcery.com>
3816
3817 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
3818 if target is nios2-*-*.
3819
0d4d0e77
YQ
38202014-03-26 Yao Qi <yao@codesourcery.com>
3821
3822 * lib/gdb.exp (readline_is_used): New proc.
3823 * gdb.base/completion.exp: Move tests on command complete up.
3824 Skip the rest of tests if readline is not used.
3825 * gdb.ada/complete.exp: Skp the test if readline is not
3826 used.
3827 * gdb.base/filesym.exp: Likewise.
3828 * gdb.base/macscp.exp: Likewise.
3829 * gdb.base/readline-ask.exp: Likewise.
3830 * gdb.base/readline.exp: Likewise.
3831 * gdb.python/py-cmd.exp: Likewise.
3832 * gdb.trace/tfile.exp: Likewise.
3833
29361eee
YQ
38342014-03-26 Yao Qi <yao@codesourcery.com>
3835
3836 * gdb.base/macscp.exp: Fix code format issues.
3837
bc9a5525
UW
38382014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
3839
3840 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
3841 * gdb.asm/powerpc64le.inc: New file.
3842
d3839ede
PA
38432014-03-25 Pedro Alves <palves@redhat.com>
3844 Doug Evans <dje@google.com>
3845
3846 * gdb.base/source-execution.c: New file.
3847 * gdb.base/source-execution.exp: New file.
3848 * gdb.base/source-execution.gdb: New file.
3849
01672a57
DE
38502014-03-24 Doug Evans <dje@google.com>
3851
3852 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
3853 using fission.
3854
88bbeca9
HZ
38552014-03-24 Hui Zhu <hui@codesourcery.com>
3856 Pedro Alves <palves@redhat.com>
3857
3858 PR breakpoints/16101
3859 * gdb.base/dprintf.exp: Use unsupported rather than changing the
3860 test pass/fail messages. Detect missing support for dprintf when
3861 breakpoints are actually inserted.
3862 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
3863 breakpoints are actually inserted.
3864 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
3865 fails.
3866
d2348791
JK
38672014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
3870
feef67ab
DE
38712014-03-22 Doug Evans <xdje42@gmail.com>
3872
3873 * gdb.python/python.exp (python not supported): Verify multi-line
3874 python command issues an error.
25d743f9 3875 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 3876 guile command issues an error.
feef67ab 3877
ecebef6a
MR
38782014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
3879
3880 * gdb.threads/thread-specific.exp: Handle the lack of usable
3881 $this_breakpoint and $this_thread.
3882
ccdd1909
HZ
38832014-03-21 Hui Zhu <hui@codesourcery.com>
3884
3885 * gdb.base/attach.exp (do_command_attach_tests): New.
3886
beb460e8
PA
38872014-03-20 Tom Tromey <tromey@redhat.com>
3888 Pedro Alves <palves@redhat.com>
3889
3890 PR cli/15718
3891 * gdb.base/condbreak-call-false.c: New file.
3892 * gdb.base/condbreak-call-false.exp: New file.
3893
40acf43a
PA
38942014-03-20 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
3897 Delete.
3898 (block_signals, unblock_signals): Delete.
3899 (child_function_2, main): Remove references to deleted variable
3900 and functions.
3901
9f5e1e02
PA
39022014-03-20 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
3905 Use pthread_kill to signal thread 2.
3906 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3907 Adjust to make the test send itself a signal rather than using the
3908 host's "kill" command.
3909
99619bea
PA
39102014-03-20 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.threads/multiple-step-overs.c: New file.
3913 * gdb.threads/multiple-step-overs.exp: New file.
3914 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3915 Adjust expected infrun debug output.
3916
2adfaa28
PA
39172014-03-20 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
3920 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
3921
31e77af2
PA
39222014-03-20 Pedro Alves <palves@redhat.com>
3923
3924 PR breakpoints/7143
3925 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
3926 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
3927 of gdb_test_multiple.
3928 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
3929 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
3930
b9f437de
PA
39312014-03-20 Pedro Alves <palves@redhat.com>
3932
3933 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
3934 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
3935
05adc73e
PA
39362014-03-19 Pedro Alves <palves@redhat.com>
3937
3938 * gdb.base/async.exp: Remove early return.
3939
6048b950
PA
39402014-03-19 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/async.exp (step& tests): Pass explicit test messages.
3943
8bcfb00a
PA
39442014-03-19 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/async.exp (test_background): Expect \r\n after
3947 "completed." in the fail pattern.
3948
884e37dc
PA
39492014-03-19 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.base/async.exp (test_background): New procedure.
3952 Use it for all background execution command tests.
3953
148e57e2
PA
39542014-03-19 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.base/async.exp: Use prepare_for_testing.
3957
f48088c7
PA
39582014-03-19 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
3961 the same line.
3962
e2f6c966
PA
39632014-03-19 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.base/async.c (main): Add "jump here" and "until here" line
3966 marker comments.
3967 * gdb.base/async.exp (jump_here): New global.
3968 (jump& test): Use it.
3969 (until_here): New global.
3970 (until& test): Use it.
3971
c30568d4
PA
39722014-03-19 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/async.exp: Don't frob gdb_protocol.
3975
0172b6a7
DE
39762014-03-18 Doug Evans <xdje42@gmail.com>
3977
3978 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
3979 Fix spelling of exec-done-display.
3980
06c868a8
JK
39812014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 PR gdb/15358
3984 * gdb.base/gdb-sigterm.c: New file.
3985 * gdb.base/gdb-sigterm.exp: New file.
3986
0c7e1a46
PA
39872014-03-18 Pedro Alves <palves@redhat.com>
3988
3989 PR gdb/13860
3990 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
3991 * lib/mi-support.exp (mi_expect_stop): Add special handling for
3992 solib-event.
3993
f7c77d93
JB
39942014-03-17 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/pckd_arr_ren: New testcase.
3997
5a1e8c7a
DE
39982014-03-13 Doug Evans <xdje42@gmail.com>
3999
4000 PR guile/16612
4001 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4002 collect after discarding symbols.
4003
350e1a76
DE
40042014-03-13 Ludovic Courtès <ludo@gnu.org>
4005 Doug Evans <xdje42@gmail.com>
4006
4007 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4008 to history survives a gc.
4009
a69900ae
PA
40102014-03-13 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/default.exp: Don't test "target procfs".
4013
5db9f0bd
PA
40142014-03-13 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.base/default.exp: Update "target child" and "target procfs"
4017 tests to not expect "Unix".
4018
b3ccfe11
TT
40192014-03-12 Tom Tromey <tromey@redhat.com>
4020
4021 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4022 New procs. Add target-async tests.
4023 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4024 Add target-async tests.
4025
646f4417
AA
40262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4027
4028 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4029 'func_start' and 'func_end' for the beginning and end of the
4030 function code, respectively.
4031 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4032 'func_end' instead of 'func' and 'main'.
4033
288c211f
AA
40342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4035
4036 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4037 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4038 generate the debug info assembler source.
4039
e0c0f156
AA
40402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4041
4042 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4043 * gdb.dwarf2/arr-subrange.exp: Likewise.
4044 * gdb.dwarf2/dwz.exp: Likewise.
4045 * gdb.dwarf2/method-ptr.exp: Likewise.
4046 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4047 * gdb.dwarf2/subrange.exp: Likewise.
4048 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4049 * gdb.dwarf2/implptrpiece.exp: Likewise.
4050 * gdb.dwarf2/nostaticblock.exp: Likewise.
4051
0e5c4555
AA
40522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4053
4054 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4055 directory to absolute path name arguments.
4056
5ec18f2b
JG
40572014-03-10 Joel Brobecker <brobecker@adacore.com>
4058
4059 * gdb.ada/tagged_access: New testcase.
4060
847fc4f2
MM
40612014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4062
4063 * gdb.btrace/data.exp: Update expected output.
4064
cc3da688
YQ
40652014-03-06 Yao Qi <yao@codesourcery.com>
4066
4067 * gdb.trace/pr16508.exp: New file.
4068
0f26cec1
PA
40692014-03-05 Pedro Alves <palves@redhat.com>
4070
4071 PR gdb/16575
4072 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4073 procedure.
4074 (top level): Adjust to use it. Add tests that exercise breakpoint
4075 interaction with the code-cache.
4076
7a5a839f
LC
40772014-02-26 Ludovic Courtès <ludo@gnu.org>
4078
4079 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4080 test for 'history-append!'.
4081
31aa7e4e
JB
40822014-02-26 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4085 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4086 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4087 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4088 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4089 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4090
1b588015
JB
40912014-02-26 Joel Brobecker <brobecker@adacore.com>
4092
4093 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4094 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4095 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4096
55426c9d
JB
40972014-02-26 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4100
dc53a7ad
JB
41012014-02-26 Joel Brobecker <brobecker@adacore.com>
4102
4103 * gdb.dwarf2/arr-stride.c: New file.
4104 * gdb.dwarf2/arr-stride.exp: New file.
4105
12ab52e9
PA
41062014-02-26 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4109 that won't ever trigger. Make sure that GDB reports the correct
4110 breakpoint that caused the stop.
4111
849c862e
JK
41122014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4113
4114 PR gdb/16626
4115 * gdb.base/auto-load-script: New file.
4116 * gdb.base/auto-load.c: New file.
4117 * gdb.base/auto-load.exp: New file.
4118
71b7d793
JK
4119 PR gdb/16626
4120 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4121
e2f0d509
JK
41222014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4125 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4126
50cc37c8
DE
41272014-02-24 Doug Evans <dje@google.com>
4128
4129 * lib/gdb.exp (run_on_host): Log error output if program fails.
4130
ea4758f2
PA
41312014-02-21 Pedro Alves <palves@redhat.com>
4132
4133 * gdb.threads/step-after-sr-lock.c: Rename to ...
4134 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4135 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4136 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4137 ... this.
4138
d7b30f67
SDJ
41392014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4140
4141 PR tdep/16397
4142 * gdb.arch/amd64-stap-special-operands.exp: New file.
4143 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4144 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4145 * gdb.arch/amd64-stap-triplet.S: Likewise.
4146 * gdb.arch/amd64-stap-triplet.c: Likewise.
4147
83deb43f
JB
41482014-02-20 Joel Brobecker <brobecker@adacore.com>
4149
4150 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4151 in .section pseudo-op.
4152
adde2bff
DE
41532014-02-20 lin zuojian <manjian2006@gmail.com>
4154 Joel Brobecker <brobecker@adacore.com>
4155 Doug Evans <xdje42@gmail.com>
4156
4157 PR symtab/16581
4158 * gdb.dwarf2/dw2-icycle.S: New file.
4159 * gdb.dwarf2/dw2-icycle.c: New file.
4160 * gdb.dwarf2/dw2-icycle.exp: New file.
4161
f7bd0f78
SC
41622014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4163
4164 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4165 operations on gdb.Value objects.
4166 * gdb.python/py-value-cc.exp: Add new test to test operations on
4167 gdb.Value objects.
4168
c17ef0d5
DE
41692014-02-18 Doug Evans <dje@google.com>
4170
4171 * Makefile.in (TESTS): New variable.
4172 (expanded_tests, expanded_tests_or_none): New variables
4173 (check-single): Pass $(expanded_tests_or_none) to runtest.
4174 (check-parallel): Only run tests in $(TESTS) if non-empty.
4175 (check/no-matching-tests-found): New rule.
4176 * README: Document TESTS makefile variable.
4177
5dd3176f
DE
41782014-02-18 Doug Evans <dje@google.com>
4179
4180 * Makefile.in (check-parallel): rm -rf outputs temp.
4181
0b10be4f
JK
41822014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 Fix "ERROR: no fileid for" in the testsuite.
4185 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4186
85f224e7
DE
41872014-02-12 Doug Evans <dje@google.com>
4188
4189 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4190 (MISCELLANEOUS): New variable.
4191 (clean): rm -rf $(MISCELLANEOUS).
4192 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4193 dwp live in the same directory as symlinks, with each symlink pointed
4194 to a differently named file in a different directory.
4195
149b30ff
DE
41962014-02-11 Doug Evans <dje@google.com>
4197
4198 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4199 of Tcl file commands.
4200
1dfdac32
MK
42012014-02-10 Mark Kettenis <kettenis@gnu.org>
4202
4203 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4204 "kill -SIGUSR1 -1".
4205
aa4fb036
JB
42062014-02-10 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.ada/tick_length_array_enum_idx: New testcase.
4209
ed3ef339
DE
42102014-02-10 Doug Evans <xdje42@gmail.com>
4211
4212 * configure.ac (AC_OUTPUT): Add gdb.guile.
4213 * configure: Regenerate.
4214 * lib/gdb-guile.exp: New file.
4215 * lib/gdb.exp (get_target_charset): New function.
4216 * gdb.base/help.exp: Update expected output from "apropos apropos".
4217 * gdb.guile/Makefile.in: New file.
4218 * gdb.guile/guile.exp: New file.
4219 * gdb.guile/scm-arch.c: New file.
4220 * gdb.guile/scm-arch.exp: New file.
4221 * gdb.guile/scm-block.c: New file.
4222 * gdb.guile/scm-block.exp: New file.
4223 * gdb.guile/scm-breakpoint.c: New file.
4224 * gdb.guile/scm-breakpoint.exp: New file.
4225 * gdb.guile/scm-disasm.c: New file.
4226 * gdb.guile/scm-disasm.exp: New file.
4227 * gdb.guile/scm-equal.c: New file.
4228 * gdb.guile/scm-equal.exp: New file.
4229 * gdb.guile/scm-error.exp: New file.
4230 * gdb.guile/scm-error.scm: New file.
4231 * gdb.guile/scm-frame-args.c: New file.
4232 * gdb.guile/scm-frame-args.exp: New file.
4233 * gdb.guile/scm-frame-args.scm: New file.
4234 * gdb.guile/scm-frame-inline.c: New file.
4235 * gdb.guile/scm-frame-inline.exp: New file.
4236 * gdb.guile/scm-frame.c: New file.
4237 * gdb.guile/scm-frame.exp: New file.
4238 * gdb.guile/scm-generics.exp: New file.
4239 * gdb.guile/scm-gsmob.exp: New file.
4240 * gdb.guile/scm-iterator.c: New file.
4241 * gdb.guile/scm-iterator.exp: New file.
4242 * gdb.guile/scm-math.c: New file.
4243 * gdb.guile/scm-math.exp: New file.
4244 * gdb.guile/scm-objfile-script-gdb.in: New file.
4245 * gdb.guile/scm-objfile-script.c: New file.
4246 * gdb.guile/scm-objfile-script.exp: New file.
4247 * gdb.guile/scm-objfile.c: New file.
4248 * gdb.guile/scm-objfile.exp: New file.
4249 * gdb.guile/scm-ports.exp: New file.
4250 * gdb.guile/scm-pretty-print.c: New file.
4251 * gdb.guile/scm-pretty-print.exp: New file.
4252 * gdb.guile/scm-pretty-print.scm: New file.
4253 * gdb.guile/scm-section-script.c: New file.
4254 * gdb.guile/scm-section-script.exp: New file.
4255 * gdb.guile/scm-section-script.scm: New file.
4256 * gdb.guile/scm-symbol.c: New file.
4257 * gdb.guile/scm-symbol.exp: New file.
4258 * gdb.guile/scm-symtab-2.c: New file.
4259 * gdb.guile/scm-symtab.c: New file.
4260 * gdb.guile/scm-symtab.exp: New file.
4261 * gdb.guile/scm-type.c: New file.
4262 * gdb.guile/scm-type.exp: New file.
4263 * gdb.guile/scm-value-cc.cc: New file.
4264 * gdb.guile/scm-value-cc.exp: New file.
4265 * gdb.guile/scm-value.c: New file.
4266 * gdb.guile/scm-value.exp: New file.
4267 * gdb.guile/source2.scm: New file.
4268 * gdb.guile/types-module.cc: New file.
4269 * gdb.guile/types-module.exp: New file.
4270
7026a7c1
YQ
42712014-02-10 Yao Qi <yao@codesourcery.com>
4272
4273 PR testsuite/16543
4274 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4275 * configure: Regenerated.
4276 * Makefile.in: New file.
4277
6c466447
AS
42782014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4279
4280 * gdb.python/py-framefilter.exp: Fix typo.
4281
6e854735
YQ
42822014-02-08 Yao Qi <yao@codesourcery.com>
4283
4284 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4285 that no =breakpoint-modified is emitted when breakpoints are
4286 modified through MI commands.
4287
d137e6dc
PA
42882014-02-07 Pedro Alves <pedro@codesourcery.com>
4289 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.threads/step-after-sr-lock.c: New file.
4292 * gdb.threads/step-after-sr-lock.exp: New file.
4293
b5ee5a50
PA
42942014-02-07 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4297
3c77faf3
JK
42982014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4299
4300 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4301 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4302
6dddc817
DE
43032014-02-06 Doug Evans <xdje42@gmail.com>
4304
4305 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4306 output.
4307
4308 * gdb.gdb/python-interrupts.exp: New file.
4309
de7b2893
YQ
43102014-02-05 Yao Qi <yao@codesourcery.com>
4311
4312 * gdb.trace/report.exp (use_collected_data): Test the output
4313 of "info threads" and "info inferiors".
4314
66d032ac
YQ
43152014-02-05 Yao Qi <yao@codesourcery.com>
4316
4317 Revert this patch:
4318
4319 2013-05-24 Yao Qi <yao@codesourcery.com>
4320
4321 * gdb.trace/tfile.exp: Test inferior and thread.
4322
591a12a1
UW
43232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4324
4325 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4326 on a function.
4327 * gdb.base/step-bt.c: Call hello via function pointer to make
4328 sure its first instruction is executed on powerpc64le-linux.
4329
0ff3e01f
UW
43302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4331
4332 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4333
084ee545
UW
43342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4335
4336 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4337 of the test patterns for use on little-endian systems.
4338
6ed14ff3
UW
43392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4340
4341 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4342 (decimal_vector): Fix for little-endian.
4343
401e27fd
JM
43442014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4345
4346 * gdb.arch/sparc-sysstep.exp: New file.
4347 * gdb.arch/sparc-sysstep.c: Likewise.
4348
4349 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4350
8b924729
EBM
43512014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4352
4353 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4354
fb151210
JB
43552014-01-23 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.ada/array_char_idx: New testcase.
4358
0740f8d8
TT
43592014-01-23 Tom Tromey <tromey@redhat.com>
4360
4361 PR python/16487:
4362 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4363 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4364 classes.
4365
21909fa1
TT
43662014-01-23 Tom Tromey <tromey@redhat.com>
4367
4368 PR python/16491:
4369 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4370 string from an inferior frame.
4371 * gdb.python/py-framefilter-mi.exp: Update.
4372
87ce2a04
DE
43732014-01-22 Doug Evans <dje@google.com>
4374
4375 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4376
237b092b
AA
43772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4378
4379 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4380
d674a709
AA
43812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4382
4383 * gdb.trace/entry-values.exp: Remove excess space character from
4384 regex patterns. Handle s390 call instruction.
4385
20fa3390
AA
43862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4387
4388 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4389 define "*_start" label. Make "name" static.
4390 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4391 ${name} by references to ${name}_start.
4392
78466714
AA
43932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4394
4395 * gdb.base/info-macros.exp: Remove "debug" from the compile
4396 options.
4397
ec9f644a
IB
43982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4399
4400 * gdb.dlang/demangle.exp: New file.
4401
94b1b47e
IB
44022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4403
4404 * gdb.dlang/primitive-types.exp: New file.
4405
7f420862
IB
44062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4407
4408 * configure.ac: Create gdb.dlang/Makefile.
4409 * configure: Regenerate.
4410 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4411 * gdb.dlang/Makefile.in: New file.
4412 * lib/d-support.exp: New file.
4413 * lib/gdb.exp (skip_d_tests): New proc.
4414
52834460
MM
44152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4416
4417 * gdb.btrace/delta.exp: Check reverse stepi.
4418 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4419 * gdb.btrace/finish.exp: New.
4420 * gdb.btrace/next.exp: New.
4421 * gdb.btrace/nexti.exp: New.
4422 * gdb.btrace/record_goto.c: Add comments.
4423 * gdb.btrace/step.exp: New.
4424 * gdb.btrace/stepi.exp: New.
4425 * gdb.btrace/multi-thread-step.c: New.
4426 * gdb.btrace/multi-thread-step.exp: New.
4427 * gdb.btrace/rn-dl-bind.c: New.
4428 * gdb.btrace/rn-dl-bind.exp: New.
4429 * gdb.btrace/data.c: New.
4430 * gdb.btrace/data.exp: New.
4431 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4432
6e07b1d2
MM
44332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4434
4435 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4436 * gdb.btrace/exception.exp: Update.
4437 * gdb.btrace/instruction_history.exp: Update.
4438 * gdb.btrace/record_goto.exp: Update.
4439 * gdb.btrace/tailcall.exp: Update.
4440 * gdb.btrace/unknown_functions.exp: Update.
4441 * gdb.btrace/delta.exp: New.
4442
0b722aec
MM
44432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4444
4445 * gdb.btrace/record_goto.exp: Add backtrace test.
4446 * gdb.btrace/tailcall.exp: Add backtrace test.
4447
066ce621
MM
44482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4449
4450 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4451 * gdb.btrace/record_goto.c: New.
4452 * gdb.btrace/record_goto.exp: New.
4453 * gdb.btrace/x86-record_goto.S: New.
4454
0688d04e
MM
44552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4456
4457 * gdb.btrace/function_call_history.exp: Update tests.
4458 * gdb.btrace/instruction_history.exp: Update tests.
4459
8710b709
MM
44602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * gdb.btrace/function_call_history.exp: Fix expected field
4463 order for "record function-call-history".
4464 Add new tests for "record function-call-history /c".
4465 * gdb.btrace/exception.cc: New.
4466 * gdb.btrace/exception.exp: New.
4467 * gdb.btrace/tailcall.exp: New.
4468 * gdb.btrace/x86-tailcall.S: New.
4469 * gdb.btrace/x86-tailcall.c: New.
4470 * gdb.btrace/unknown_functions.c: New.
4471 * gdb.btrace/unknown_functions.exp: New.
4472 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4473
5de9129b
MM
44742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4475
4476 * gdb.btrace/instruction_history.exp: Update.
4477 * gdb.btrace/function_call_history.exp: Update.
4478
23a7fe75
MM
44792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4480
4481 * gdb.btrace/function_call_history.exp: Fix expected function
4482 trace.
4483 * gdb.btrace/instruction_history.exp: Initialize traced.
4484 Remove traced_functions.
4485
724c7dd8
MM
44862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4487
4488 * gdb.btrace/function_call_history.exp: Update
4489 * gdb.btrace/instruction_history.exp: Update.
4490
6d78d93b
MM
44912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4492
4493 * gdb.btrace/enable.exp: Update expected text.
4494
93a360cc
OJ
44952014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4496
4497 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4498 bytes.
4499
3772b53f
MR
45002014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4501
4502 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4503
596662fa
OJ
45042014-01-15 Omair Javaid <omair.javaid@linaro.org>
4505
4506 * lib/gdb.exp (supports_process_record): Return true for
4507 arm*-linux*. (supports_reverse): Likewise.
4508
b5b08fb4
SC
45092014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4510
4511 PR python/15464
4512 PR python/16113
4513 * gdb.python/py-type.c: Enhance test case.
4514 * gdb.python/py-value-cc.cc: Likewise
4515 * gdb.python/py-type.exp: Add new tests.
4516 * gdb.python/py-value-cc.exp: Likewise
4517
52d7fb13
AA
45182014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4519 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4522 Make "name" extern.
4523 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4524 references to ${name}_start by references to ${name}.
4525
a2cd8cfe
JB
45262014-01-10 Joel Brobecker <brobecker@adacore.com>
4527
4528 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4529
4e23fced
JB
45302014-01-10 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4533
c6a9e42c
PA
45342014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4535 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.mi/mi-info-os.exp: Connect to the target with
4538 mi_gdb_target_load.
4539
b7ea362b
PA
45402014-01-08 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.threads/reconnect-signal.c: New file.
4543 * gdb.threads/reconnect-signal.exp: New file.
4544
5e3f4fab
EBM
45452014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * gdb.base/source-dir.exp: New file.
4548
79301218
JB
45492014-01-07 Joel Brobecker <brobecker@adacore.com>
4550
4551 * gdb.ada/mi_interface: New testcase.
4552
8e355c5d
JB
45532014-01-07 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4556 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4557 gdb.ada/pp-rec-component/pck.ads: New files.
4558
c0d48811
JB
45592014-01-07 Joel Brobecker <brobecker@adacore.com>
4560
4561 * gdb.python/py-pp-integral.c: New file.
4562 * gdb.python/py-pp-integral.py: New file.
4563 * gdb.python/py-pp-integral.exp: New file.
4564
17b609c3 4565For older changes see ChangeLog-1993-2013.
c906108c 4566\f
8d8cb839
EZ
4567;; Local Variables:
4568;; mode: change-log
4569;; left-margin: 8
4570;; fill-column: 74
4571;; version-control: never
4572;; End:
902f2ccb 4573
32d0add0 4574 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4575 Copying and distribution of this file, with or without modification,
4576 are permitted provided the copyright notice and this notice are preserved.
This page took 2.932851 seconds and 4 git commands to generate.